[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-27 Thread Sebastien Bacher
good to have this one nailed down, the version you had has never been published to ubuntu so you probably got it somewhere else but that doesn't really matter now since that's working -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-27 Thread David Bensimon
Thank you Sebastien for helping Paul with this one. -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-26 Thread Sebastien Bacher
ok I misread the apt-cache log, you have 0.10.21-3ubuntu0.1 which is not an ubuntu version, you need to install =0.10.21-3 ** Changed in: gnome-settings-daemon (Ubuntu) Status: Incomplete = New -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-26 Thread Paul Whipp
~ $ sudo apt-get install gstreamer0.10-plugins-base=0.10.21-3 [sudo] password for paul: Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be DOWNGRADED: gstreamer0.10-plugins-base 0 upgraded, 0 newly installed, 1

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-26 Thread Paul Whipp
Solved by Sebastian. Problem caused by incorrect packages installed. ** Changed in: gnome-settings-daemon (Ubuntu) Status: New = Invalid ** Changed in: gnome-settings-daemon (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned) -- Unable to start the settings manager

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-25 Thread Sebastien Bacher
you are using a non official packages from http://mirror.aarnet.edu.au which seems to be the issue, does sudo apt-get install gstreamer0.10 -plugins-base=0.10.21-3ubuntu0.1 works correctly? -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-25 Thread Paul Whipp
aarnet.edu.au was the result of my selecting 'select best server'. I've never had any intention of using 'non official' packages. ~ $ sudo apt-get install gstreamer0.10-plugins-base=0.10.21-3ubuntu0.1 [sudo] password for paul: Reading package lists... Done Building dependency tree Reading

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-24 Thread Sebastien Bacher
the synaptic option to reainstall is in the right click menu, the apt comment should be working though, can you run apt-cache policy gstreamer0.10-plugins-base? -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-24 Thread runout
i have the same issue after upgrade intrepid-jaunty. ERROR: Caught a segmentation fault while loading plugin file: /usr/lib/gstreamer-0.10/libgstffmpeg.so $ apt-cache policy gstreamer0.10-plugins-base gstreamer0.10-plugins-base: Installed: 0.10.22-5 Candidate: 0.10.22-5 Version table: ***

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-24 Thread runout
looks like the gstreamer0.10-ffmpeg (0.10.6.2-1ubuntu2) package is broken in jaunty. after uninstall of this package everything works fine. install it again and gnome-settings-daemon, pidgin,... doesn't work again. -- Unable to start the settings manager gnome-settings-daemon after updating

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-24 Thread Sebastien Bacher
the new comments are an another issue, could you open a new bug rather than confuse this one? -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug notification because you are a member of Ubuntu

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-24 Thread runout
sorry, seemed so similar... --Bug #366232 -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-24 Thread Paul Whipp
The right click option in synaptic has the reinstall option sure but its grayed out which is why I tried the command line option. ~ $ apt-cache policy gstreamer0.10-plugins-base gstreamer0.10-plugins-base: Installed: 0.10.21-3ubuntu0.1 Candidate: 0.10.21-3ubuntu0.1 Version table: ***

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-23 Thread Sebastien Bacher
there is a weird warning about /usr/lib/gstreamer-0.10/libgstaudioresample.so, can you copy the file somewhere and reinstall gstreamer0.10-plugins-base, the issue could be a local installation corruption one -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-23 Thread Paul Whipp
Sorry for my naivety here - When I go to synaptic there is no option to reinstall the gstreamer0.10 -plugins-base package. If I mark it for removal it looks set to out a large chunk of my system including the desktop. so... $ sudo apt-get clean $ sudo apt-get update $ sudo apt-get --reinstall

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-22 Thread Sebastien Bacher
could you get a gdb stacktrace using GST_REGISTRY_FORK=no gdb --args gnome-settings-daemon --no-daemon? and a valgrind log using GST_REGISTRY_FORK=no valgrind gnome-settings-daemon --no-daemon -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-22 Thread Paul Whipp
I'll have a go. First, this is the trace requested by David based upon his notes below: 4) Create a backtrace. Explained in more detail here [2] or just the steps you need to follow, bellow. 4a) Get the GNU Debugger (backtrace program) $ sudo apt-get install gdb 4b) Start the program under

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-22 Thread Paul Whipp
GST_REGISTRY_FORK=no gdb --args gnome-settings-daemon --no-daemon I did my best (actually ran GST_REGISTRY_FORK=no gdb gnome-settings- daemon 21 | tee gdb-gsd-debug1.txt) I see a gradual draw towards searching out a gdb tutorial :) ** Attachment added: gdb-gsd-debug1.txt

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-22 Thread Paul Whipp
GST_REGISTRY_FORK=no valgrind gnome-settings-daemon --no-daemon Actually ran GST_REGISTRY_FORK=no valgrind gnome-settings-daemon --no- daemon 21 | tee gdb-gsd-debug2.txt I hope this proves useful. I'll hold off trying the gstreamer reinstall David suggested for another day so I can provide you

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-19 Thread Paul Whipp
From my notes, the upgrade appeared on 27th March - there were a batch and I didn't write down exactly what they were. something involving gstreamer was definitely on the list. Things didn't go seriously wrong until I restarted the machine following the update. I'm going to try David's

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-17 Thread Sebastien Bacher
no, it's probably not due to ffmpeg then, did you note when the issue started and what you upgraded before? -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug notification because you are a member of

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-16 Thread Sebastien Bacher
$ dpkg -l | grep libavcodec ii libavcodec51 3:0.svn20080206-12ubuntu3.1 ffmpeg codec library how come you don't have libavcodec52 3:0.svn20090303-1ubuntu6 which is the jaunty version? your version doesn't match the gst-ffmpeg one and that's what creates the issue -- Unable to start the settings

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-16 Thread Paul Whipp
Thanks Sebastian, AFAIK this is a problem with the update because I haven't done anything specific regarding sound. Why would I want the jaunty version when I'm using Intrepid? On synaptic I only have intrepid repositories present and it shows libavcodec51 as returned above both for the

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-16 Thread Sebastien Bacher
not sure why I think you were using jaunty, the versions look normal for intrepid (using ubuntu-bug avoid such confusions since it gives system details in the bug description) did you note what you upgraded to get the issue or when it started? does uninstall gstreamer0.10-ffmpeg workaround it?

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-16 Thread Paul Whipp
I uninstalled it - ~ $ dpkg -l | grep ffmpeg ii libavcodec51 3:0.svn20080206-12ubuntu3.1 ffmpeg codec library ii libavformat52 3:0.svn20080206-12ubuntu3.1 ffmpeg file format library ii libavutil49

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-15 Thread Paul Whipp
I've attached the result of gdb gnome-settings-daemon 21 | tee gdb- gsd-debug.txt Looks like my original suspicion about the gstreamer update being the root of this evil may be close to the truth :) Let me know what you want me to do next to pin this down. I do need to get my machine fit again

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-13 Thread Sebastien Bacher
could you run dpkg -l | grep libavcodec too and copy the log? -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-13 Thread Paul Whipp
~ $ dpkg -l | grep libavcodec ii libavcodec51 3:0.svn20080206-12ubuntu3.1 ffmpeg codec library -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-12 Thread Paul Whipp
I think the key is required because I cannot update with those repositories checked in synaptic: W: GPG error: http://ddebs.ubuntu.com intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ECDCAD72428D7C01 W: GPG error:

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-10 Thread Sebastien Bacher
you can ignore the warning the key is not required, that seems similar to bug #347635 can you run ldd /usr/lib/gstreamer-0.10/libgstffmpeg.so and copy that to the bug? -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-09 Thread David Bensimon
** Attachment added: Output of 'gnome-settings-daemon --no-daemon --debug' http://launchpadlibrarian.net/25108831/gst-debug-out.txt -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received this bug notification

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-09 Thread David Bensimon
** Description changed: Binary package hint: gnome-settings-daemon Note: This bug was created as a request from a Developer. Originally it was suspected to be related Bug #272093. Please note that unlike some comments in Bug #272093, gstreamer0.10 -fluendo-mp3 is NOT installed and

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-09 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-09 Thread Sebastien Bacher
could you also run - dpkg -l | grep gstreamer - GST_DEBUG_NOCOLOR=1 GST_DEBUG=2,ffmpeg:5 gnome-settings-daemon --no-daemon log 21log and add the log there -- Unable to start the settings manager gnome-settings-daemon after updating Intrepid https://bugs.launchpad.net/bugs/358426 You received

[Bug 358426] Re: Unable to start the settings manager gnome-settings-daemon after updating Intrepid

2009-04-09 Thread Paul Whipp
I'd like to help by following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash but when I get to ~ $ gpg --keyserver keyserver.ubuntu.com --recv-key 428D7C01 5E0577F2 gpg: requesting key 428D7C01 from hkp server keyserver.ubuntu.com gpg: requesting key 5E0577F2 from hkp server