Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-23 Thread Lisa Kachold
http://www.obnosis.com/motivatebytruth/Linux(2).jpg On 6/22/09, Mark Phillips wrote: > Lisa, > > Now that picture says it all.thanks! > > Mark > > On Mon, Jun 22, 2009 at 7:13 PM, Lisa Kachold > wrote: > >> Okay - here you go: >> >> http://www.obnosis.com/motivatebytruth/courage.jpg >> >> On

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Mark Phillips
Lisa, Now that picture says it all.thanks! Mark On Mon, Jun 22, 2009 at 7:13 PM, Lisa Kachold wrote: > Okay - here you go: > > http://www.obnosis.com/motivatebytruth/courage.jpg > > On 6/22/09, Joseph Sinclair wrote: > > The missing file errors are leftovers. Something in your system is s

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Lisa Kachold
Thanks for the compliments! Catch my column on LinuxGazette.com and come to the next Puppet HackFest (August)! http://www.obnosis.com/motivatebytruth/consequences2.jpeg On 6/22/09, Stephen wrote: > Lisa this is an amuseing but odd path for you, usually you have reams > of information that can u

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Craig White
Actually, the /usr/local/lib/libxml2.so.2.6.30 would not likely to have been installed by apt/dpkg but likely by some tarball installation of some package instead. The problem with tarball installations like this is that the shell typically uses files in /usr/local before /usr and in this case, it

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Eric Shubert
LOL I noticed the change as well. Stephen wrote: > Lisa this is an amuseing but odd path for you, usually you have reams > of information that can usually take a day or three to digest (not > complaining it has given me allot of new knowledge) but its almost > like you been given a does of digital

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Stephen
Lisa this is an amuseing but odd path for you, usually you have reams of information that can usually take a day or three to digest (not complaining it has given me allot of new knowledge) but its almost like you been given a does of digital laughing gas. On Mon, Jun 22, 2009 at 7:13 PM, Lisa Kach

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Lisa Kachold
Okay - here you go: http://www.obnosis.com/motivatebytruth/courage.jpg On 6/22/09, Joseph Sinclair wrote: > The missing file errors are leftovers. Something in your system is still > referencing the old OO.o version 2.4, and the new 3.0 version changed the > filenames. You can safely ignore th

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-22 Thread Joseph Sinclair
The missing file errors are leftovers. Something in your system is still referencing the old OO.o version 2.4, and the new 3.0 version changed the filenames. You can safely ignore that (or hunt down what's referencing the old files and fix it, if you're adventurous). libxml2 is used by a lot o

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-21 Thread Mark Phillips
I am not a cat person. On Sun, Jun 21, 2009 at 2:47 PM, Lisa Kachold wrote: > Amazing feat of savedom! > > You get to do the "God Dance" now! > > http://www.obnosis.com/motivatebytruth/kittens.jpg > > On Sun, Jun 21, 2009 at 10:39 AM, Mark Phillips < > m...@phillipsmarketing.biz> wrote: > >> Jose

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-21 Thread Lisa Kachold
Amazing feat of savedom! You get to do the "God Dance" now! http://www.obnosis.com/motivatebytruth/kittens.jpg On Sun, Jun 21, 2009 at 10:39 AM, Mark Phillips wrote: > Joseph, > > Thanks for the suggestions. When I reinstalled libxml2 there were no > errors. When I installed the librsvg2 apps,

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-21 Thread Mark Phillips
Joseph, Thanks for the suggestions. When I reinstalled libxml2 there were no errors. When I installed the librsvg2 apps, librsvg2-2 and librsvg2-common were already the latest versions and librsvg2-bin was installed. After a reboot, I still had the libxml2 errors in .xsession-errors. I searched f

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Joseph Sinclair
You have a couple problems that I can see from this: 1) libxml is horked. This is pretty bad (because of all the xml in the Gnome configs), but can be fixed 2) Nautilus is failing to start due to missing core library dependencies, this is what's causing your no-desktop issues. try the following

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Mark Phillips
Joseph, This is in .xsession-errors: /etc/gdm/Xsession: Beginning session setup... SESSION_MANAGER=local/narwhale:@ /tmp/.ICE-unix/4168,unix/narwhale:/tmp/.ICE-unix/4168 1245556817.745420 Session manager: disconnected... Warning: program compiled against libxml 207 using older 206 Warning: program

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Joseph Sinclair
From the sound of it Nautilus is not starting or failing on startup. Have you looked at .xsession-errors? There may be something there about a dbus failure. Try (from a command-line if you can get a terminal started) running nautilus directly, if that "fixes" the problem, then you know for certa

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread James Mcphee
Toast your gnome and gconf directories and let them rebuild? On Sat, Jun 20, 2009 at 6:13 PM, Mark Phillips wrote: > Craig, > > Thanks. I actually rebooted the machine after apt-get upgrade and that is > when the problem occurred. I then shutdown the machine and started it up > again and the prob

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Mark Phillips
Craig, Thanks. I actually rebooted the machine after apt-get upgrade and that is when the problem occurred. I then shutdown the machine and started it up again and the problem persisted. I looked in /var/log for a gnome log, but I don't see anything. Dmesg doesn't show any errors that I can see.

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Craig White
On Sat, 2009-06-20 at 17:48 -0700, Mark Phillips wrote: > I am running Debian testing on my laptop. Just completed a routine > apt-get update apt-get upgrade, and now all my desktop icons are gone > and every time I access the menus (Applications, Places, System) the > upper and lower menu bars dis

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Mark Phillips
Wowthat was extremely helpful. On Sat, Jun 20, 2009 at 6:00 PM, Lisa Kachold wrote: > Oh Sorry: > > http://digitallyevolved.net/img/motivational/linux.jpg > > On 6/20/09, Lisa Kachold wrote: > > On 6/20/09, Mark Phillips wrote: > >> I am running Debian testing on my laptop. Just complet

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Lisa Kachold
Oh Sorry: http://digitallyevolved.net/img/motivational/linux.jpg On 6/20/09, Lisa Kachold wrote: > On 6/20/09, Mark Phillips wrote: >> I am running Debian testing on my laptop. Just completed a routine >> apt-get >> update apt-get upgrade, and now all my desktop icons are gone and every >> time

Re: Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Lisa Kachold
On 6/20/09, Mark Phillips wrote: > I am running Debian testing on my laptop. Just completed a routine apt-get > update apt-get upgrade, and now all my desktop icons are gone and every time > I access the menus (Applications, Places, System) the upper and lower menu > bars disappear and then come b

Just complete apt-get /update/upgrade and my system is bonked!

2009-06-20 Thread Mark Phillips
I am running Debian testing on my laptop. Just completed a routine apt-get update apt-get upgrade, and now all my desktop icons are gone and every time I access the menus (Applications, Places, System) the upper and lower menu bars disappear and then come back. I am writing this email in a browser