Active Topics

 


Reply
Thread Tools
Posts: 138 | Thanked: 8 times | Joined on Dec 2009
#461
i got a gpg key error of some sort when doing an apt-get update after uncommenting the squeeze repo. Then i write the second command and it cannot find smbclient-common. What should i do? Thanks.
 
Posts: 13 | Thanked: 11 times | Joined on Feb 2010
#462
@andy

qole meant samba-common... slip of the fingers.
 

The Following User Says Thank You to aechelon For This Useful Post:
Posts: 13 | Thanked: 11 times | Joined on Feb 2010
#463
qole,

Your suggestion worked like a charm for fixing the smbclient issue, however installing blackbox still nuked pulseaudio.

A little scrutiny revealed that installing blackbox was replacing the the symlinks from
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.15.so
and from
libpulse.so.0.12.2 -> libpulse.so.0.8.0
with
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.21.so.real
and
libpulse.so.0.12.2 -> libpulse.so.0.real.

No idea why that would happen, but replacing the symlinks solved the problem. It happened again when I installed audacious, but instead of tracking down the cause I wrote this little script to work around the issue:

Code:
rm /usr/lib/libpulse.so.0.12.2
ln -s /usr/lib/libpulse.so.0.8.0 /usr/lib/libpulse.so.0.12.2
rm libpulsecommon-0.9.21.so
ln -s /usr/lib/libpulsecommon-0.9.15.so /usr/lib/libpulsecommon-0.9.21.so
Having to run it after installing new packages is small price to pay in the larger scheme.

I'm all set now! Blackbox, tightvncserver running 1920x1080, and crisp audio piping through my headphones!

Thanks for all the help!
 

The Following 2 Users Say Thank You to aechelon For This Useful Post:
Posts: 150 | Thanked: 91 times | Joined on Dec 2009 @ Norway
#464
iceweasel isn't stable.
I very often get segfaults.

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x46c078c0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x46c078c0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x46ce8ac0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x46ce8ac0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x478ad280'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x478ad280'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x478b8700'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x478b8700'
Segmentation fault
 
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#465
I've promoted lzma to extras-testing.
You can find it in the utilities section.
 

The Following User Says Thank You to titan For This Useful Post:
Posts: 50 | Thanked: 11 times | Joined on Nov 2009
#466
Anyone noticed that after running Debian LXDE, even if you close it, if you connect to a computer in mass storage mode it says device storage in use?

Is there a way to fix that other than rebooting?
 

The Following User Says Thank You to llamastyle For This Useful Post:
Posts: 90 | Thanked: 29 times | Joined on Dec 2009
#467
Originally Posted by llamastyle View Post
Anyone noticed that after running Debian LXDE, even if you close it, if you connect to a computer in mass storage mode it says device storage in use?

Is there a way to fix that other than rebooting?

I have the same problem

An other problem is to make the sound working.
Alsa-Mixer gives following errors :



Any ideas ?

Is it intended, that some repros aren't activated ?
For example: default config. under the former image loads Vice 2.1.
Under default config. from new image I get only version 1.22.

Last edited by scorpio16v; 2010-02-13 at 16:30.
 
mankir's Avatar
Posts: 276 | Thanked: 224 times | Joined on Dec 2009 @ Frankfurt, Germany
#468
Similar problem: Unable to umount .debian and have to mount MyDocs manually after being connected to a computer
__________________
MOD-Package: http://talk.maemo.org/showthread.php?t=42415
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#469
Originally Posted by aechelon View Post
A little scrutiny revealed that installing blackbox was replacing the the symlinks from
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.15.so
and from
libpulse.so.0.12.2 -> libpulse.so.0.8.0
with
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.21.so.real
and
libpulse.so.0.12.2 -> libpulse.so.0.real.

No idea why that would happen...
I know why... I couldn't roll back pulseaudio to the needed version without losing half of the apps, so I hacked the libpulse0 files as you saw. Installing something new seems to undo my hack. I'll look into this and see if I can keep that from happening...

As for those having "device in use" problems: make sure you run the "close Debian" icon (sudo closechroot from the terminal) before connecting the N900 via USB.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2010-02-13 at 16:41.
 

The Following 4 Users Say Thank You to qole For This Useful Post:
Posts: 90 | Thanked: 29 times | Joined on Dec 2009
#470
Originally Posted by qole View Post
As for those having "device in use" problems: make sure you run the "close Debian" icon (sudo closechroot from the terminal) before connecting the N900 via USB.
Doesn't work, sorry.

Last edited by scorpio16v; 2010-02-13 at 16:56.
 
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 18:28.