Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
08-18-2014, 08:14 AM
|
#1
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Rep:
|
[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
|
|
|
08-18-2014, 08:35 AM
|
#2
|
LQ Guru
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552
|
Do you have other user than root in your system?
It's better to test X with a regular user first
|
|
|
08-18-2014, 08:39 AM
|
#3
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by keefaz
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..
|
|
|
08-18-2014, 08:46 AM
|
#4
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
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.
|
|
|
08-18-2014, 08:51 AM
|
#5
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by TobiSGD
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?
|
|
|
08-18-2014, 08:52 AM
|
#6
|
LQ Guru
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552
|
What dmesg says about the i915 module? (look at dmesg output after startx, as suggested)
|
|
|
08-18-2014, 09:00 AM
|
#7
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Original Poster
Rep:
|
I've sttach here the dmesg.txt
|
|
|
08-18-2014, 09:52 AM
|
#8
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
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
|
|
|
08-18-2014, 10:07 AM
|
#9
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Original Poster
Rep:
|
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)
|
|
|
|
08-18-2014, 10:13 AM
|
#10
|
Senior Member
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,158
|
If you did any gcc upgrades recently, try reverting them.
|
|
|
08-18-2014, 10:25 AM
|
#11
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by Ilgar
If you did any gcc upgrades recently, try reverting them.
|
sorry I'm kinda newbie on slackware, how do I revert it?
|
|
|
08-18-2014, 11:30 AM
|
#12
|
Senior Member
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,158
|
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
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.
|
|
|
08-18-2014, 11:58 AM
|
#13
|
Senior Member
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,303
|
Yeah, so far it seems read errors. Corrupt files on HDD.
|
|
|
08-18-2014, 08:27 PM
|
#14
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by morizuki
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.
|
|
|
08-19-2014, 03:27 AM
|
#15
|
LQ Newbie
Registered: Aug 2014
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by Ilgar
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
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.
|
|
|
All times are GMT -5. The time now is 11:43 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|