LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-18-2014, 08:14 AM   #1
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Rep: Reputation: Disabled
[HELP] XFCE won't start on Slackware 14.0


Good Day

I have an OS: slackware 14.0, suddenly my XFCE Desktop won't start, I even tried using startx, startxfce4 or changing my user and start another session..

Here is the error when I'm trying to start the XFCE

http://i.imgur.com/0fh7Oe8.jpg
 
Old 08-18-2014, 08:35 AM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Do you have other user than root in your system?

It's better to test X with a regular user first
 
Old 08-18-2014, 08:39 AM   #3
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by keefaz View Post
Do you have other user than root in your system?

It's better to test X with a regular user first
yep already tried that.. same error..
 
Old 08-18-2014, 08:46 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Did you make any updates that probably went wrong recently? This looks a lot like an only partially upgraded system or a system with a somehow mixed package base.
 
Old 08-18-2014, 08:51 AM   #5
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Did you make any updates that probably went wrong recently? This looks a lot like an only partially upgraded system or a system with a somehow mixed package base.
hmm if I remember, I only use installpkg for wget and slapt-get.. that's all.. but wget didn't get installed, only slapt-get.. If this is the case, is there any way for fixing this or restoring back?
 
Old 08-18-2014, 08:52 AM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
What dmesg says about the i915 module? (look at dmesg output after startx, as suggested)
 
Old 08-18-2014, 09:00 AM   #7
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
I've sttach here the dmesg.txt
Attached Files
File Type: txt dmesg.txt (43.8 KB, 36 views)
 
Old 08-18-2014, 09:52 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Reviewing your dmsg output, it seems that the system not being able to load some modules and appearing as being not consistent are merely symptoms, caused by a failing harddisk.
Backup all important data immediately (if you have not anyways already, as recommended), then post the output of
Code:
smartctl -a /dev/sda
 
Old 08-18-2014, 10:07 AM   #9
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
after I tried smartctl this is the error

Quote:
smartctl: /usr/lib/libgcc_s_so.1: version 'GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
 
Old 08-18-2014, 10:13 AM   #10
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
If you did any gcc upgrades recently, try reverting them.
 
Old 08-18-2014, 10:25 AM   #11
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ilgar View Post
If you did any gcc upgrades recently, try reverting them.
sorry I'm kinda newbie on slackware, how do I revert it?
 
Old 08-18-2014, 11:30 AM   #12
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
You must first find out which updates you made. Slackware doesn't do any automatic updates, so if one was made, it must be you who initiated it. If you remember which tool you used then you can check its logs.

But as an alternative, I can suggest the following. If you accidentally upgraded something to the -current version this should detect and revert it. It will use the slackpkg tool. It should already be installed in a full install, else you can grab a package from a mirror such as:

http://mirror.oss.maxcdn.com/slackware/

(you can find the package under the slackware[64]/ap/ directory). Of course, look into the directory for you Slackware version.

Now do these as the root user:

Step 1: Install slackpkg if it's not already installed by doing
Code:
installpkg [the txz file you downloaded above]
Step 2: Edit the file /etc/slackpkg/mirrors by uncommenting one of the mirror sites (of course choose one that would be fast for you). Be careful: Uncomment one of those in the Slackware[64]-14.0 section, and not Slackware[64]-current!

Step 3: Do
Code:
slackpkg update
It should download a bunch of files containing the list of packages and updates.

Step 4: Do
Code:
slackpkg upgrade-all
Now it should display a list of available upgrades/revertions. If you apply them, your system should come back to its original form with all the official patches applied.
 
Old 08-18-2014, 11:58 AM   #13
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Yeah, so far it seems read errors. Corrupt files on HDD.
 
Old 08-18-2014, 08:27 PM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by morizuki View Post
after I tried smartctl this is the error
Try that from a Live-CD/DVD/USB, so that you have a known good OS for testing, most likely your OS is corrupted beyond repair due to the harddisk problems.
 
Old 08-19-2014, 03:27 AM   #15
morizuki
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ilgar View Post
You must first find out which updates you made. Slackware doesn't do any automatic updates, so if one was made, it must be you who initiated it. If you remember which tool you used then you can check its logs.

But as an alternative, I can suggest the following. If you accidentally upgraded something to the -current version this should detect and revert it. It will use the slackpkg tool. It should already be installed in a full install, else you can grab a package from a mirror such as:

http://mirror.oss.maxcdn.com/slackware/

(you can find the package under the slackware[64]/ap/ directory). Of course, look into the directory for you Slackware version.

Now do these as the root user:

Step 1: Install slackpkg if it's not already installed by doing
Code:
installpkg [the txz file you downloaded above]
Step 2: Edit the file /etc/slackpkg/mirrors by uncommenting one of the mirror sites (of course choose one that would be fast for you). Be careful: Uncomment one of those in the Slackware[64]-14.0 section, and not Slackware[64]-current!

Step 3: Do
Code:
slackpkg update
It should download a bunch of files containing the list of packages and updates.

Step 4: Do
Code:
slackpkg upgrade-all
Now it should display a list of available upgrades/revertions. If you apply them, your system should come back to its original form with all the official patches applied.
I tried this one but am having a problem on using update, there's an error pertaining that I don't have wget, i tried installing wget by manually MAKE, but it produce more error.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Slackware 13.37 - can start XFCE but not KDE, xorg seg faults dc_eros Slackware 3 08-01-2012 10:09 PM
[SOLVED] xfce crashed and won't restart after window decorations theme change. Slackware 13.1 Holering Slackware 1 09-27-2010 06:37 PM
Firefox won't start with Xfce interface vozke Linux - Software 1 01-25-2008 10:12 AM
Slackware 11.0 Xfce problem - failing to start xfdesktop thethinker Slackware 4 07-13-2007 02:16 PM
xfce won't start dracolich Slackware 12 10-17-2005 02:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration