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 11-25-2013, 07:15 AM   #1
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
System bootup has decided to take forever...


During the section of text-only on the screen as it scrolls by, it's normally really fast (using 14.1). Then last week things started to get a little strange and now at bootup at a particular section it slows to a literal crawl.

When it gets to:

Code:
gtk.immodules 2 and 3
gdk.pixbuf.loaders
pango-query modules
At each of those it now takes ~30 seconds, so now bootup takes about two minutes plus to get to a login screen. This has been going on for about three days now out of about a week+/- of using 14.1.

Anyone know if there's a way to fix this, and why it suddenly has decided to slow at those spots?
 
Old 11-26-2013, 04:18 PM   #2
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
Pull up dmesg after it finishes and see if you get any disk errors reported.
 
Old 11-26-2013, 08:10 PM   #3
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by wildwizard View Post
Pull up dmesg after it finishes and see if you get any disk errors reported.
I didn't find anything in dmesg about any errors with anything.
 
Old 11-26-2013, 08:29 PM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
The modules, fonts, and database resync/rebuild commands always slow the boot process down for a few seconds, but it shouldn't slow down by huge time frames.

Can you post your system specs?
 
Old 11-26-2013, 09:31 PM   #5
mlslk31
Member
 
Registered: Mar 2013
Location: Florida, USA
Distribution: Slackware, FreeBSD
Posts: 210

Rep: Reputation: 77
Did you add any X11-related packages recently?

FWIW, I roll all of those X11-related boot items from the rc scripts into a single script called "rc.xjunk". The script is never run on boot but is there in case I need to re-enable it or run it manually. If there's no reason to run the script--i.e., if nothing has changed in the configuration or installation of the X11 programs--the script doesn't get run.
 
Old 11-27-2013, 01:31 AM   #6
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by ReaperX7 View Post
The modules, fonts, and database resync/rebuild commands always slow the boot process down for a few seconds, but it shouldn't slow down by huge time frames.

Can you post your system specs?
As I said, at first it was booting nice and fast, then it just eventually got to this point that it's a forever wait at each of those points I listed.

Here's my system specs:

MOBO: ASUS M5A97LE R2.0

Video card: Nvidia GeForce GT520 1GB DDR3

CPU: AMD FX-6300

Sound card: Creative Labs SB Live!

4GB DDR3-1866 RAM

150GB HDD (sda with /boot and /home, WD1600AAJS sata 3Gb/s)

150GB HDD (sdb with / and swap, WD1600JS sata)

32 bit Slackware 14.1
 
Old 11-27-2013, 01:33 AM   #7
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by mlslk31 View Post
Did you add any X11-related packages recently?
Hmmmm...not that I can think of. Just apps like vlc and such and the libs it needs to build.
 
Old 11-27-2013, 08:21 AM   #8
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,310

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
not sure if it'll help with your implementation

I asked about
gtk.immodules
gdk.pixbuf.loaders
pango-query modules
in rc.M last year and was told
Just comment it out, I always do and there's no problem.

see post here
 
Old 11-27-2013, 02:32 PM   #9
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by glorsplitz View Post
not sure if it'll help with your implementation

I asked about
gtk.immodules
gdk.pixbuf.loaders
pango-query modules
in rc.M last year and was told
Just comment it out, I always do and there's no problem.

see post here
I'm willing to give it a try...I can always open mc if I can't get to X and take out the comments.

Thanks, I'll let you know what happens.
 
Old 11-27-2013, 04:04 PM   #10
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Well, commenting those out didn't seem to help and though I'm not sure it was because of commenting those out, but the syetme boot got even slower, so I put rc.M back to original and it's back to booting slowly but not as slowly as when those were commented out. Back to square one <sigh>
 
Old 11-28-2013, 07:52 AM   #11
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,183

Rep: Reputation: 237Reputation: 237Reputation: 237
Do you have a failing hard drive? Can you put some "echo"s in rc.M to track down the progress?
 
Old 11-28-2013, 09:09 AM   #12
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by guanx View Post
Do you have a failing hard drive? Can you put some "echo"s in rc.M to track down the progress?
I checked it yesterday with SMART - short and long tests - and not one hiccup or error or problem reported with the drive.

Now that the SBo Slack packages is up (Thanks to you guys for all your hard work for that too!!), I think I'll reinstall next week and try this again (has to be next week as I'm on satellite internet and I accidentally ran over my limit this past week and until the next 'period' I'm stuck on only slightly-better-than-dialup speed). It's not just the slow boot now, but other things are happening that I'm not happy with at all, for example - When scrolling up or down on webpages, there's a 'line' of sorts that goes all the way across my screen but isn't there when not scrolling (I've tried all my NVIDIA's from 304 to 331...all the same, no difference). The problem with watching mkv files with vlc. kipi installs but doesn't show up on my right-click menu. Pacpl installs but also doesn't show up on my right-click menu. Maybe one or two other small things I can't think of at the moment but hopefully will be corrected with a better installation etc.

Thanks for the suggestion though, it's appreciated
 
Old 11-29-2013, 01:22 PM   #13
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Well, I do see one thing it might or might not be.

The fact that you're using a 64-bit CPU with a 32-bit OS might not be the case, but honestly, you aren't able to fully access your complete system resources so it might be limiting things to what 32-bit software can only access hardware-wise, so then it's kinda difficult to say it's a hardware accessibility resource issue, a hard drive issue, or even a software issue.

Let me ask these five questions, and please answer thoroughly and as much detail as possible:

1. What bus speed and data access rate is your hard disk?

2. What filing system are you using, and are you using multiple disk partitions?

3. Have you tried a 64-bit OS with 32-bit multilib in comparison against your current one?

4. Did you ever disable any service daemons in your previous install?

5. What is your exact boot time to Login: clock at with Runlevel 3?

It seems like a lot to ask, but this will help us work backwards through things and see if there is one minor or major issue, problem, or change you, or a software package presented into the system that changed something dramatically.
 
Old 11-29-2013, 03:11 PM   #14
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by ReaperX7 View Post
Well, I do see one thing it might or might not be.

The fact that you're using a 64-bit CPU with a 32-bit OS might not be the case, but honestly, you aren't able to fully access your complete system resources so it might be limiting things to what 32-bit software can only access hardware-wise, so then it's kinda difficult to say it's a hardware accessibility resource issue, a hard drive issue, or even a software issue.
True, but 14.0 I didn't have these problems and used 32 bit with that also (same system/hardware)

Quote:
Originally Posted by ReaperX7 View Post
Let me ask these five questions, and please answer thoroughly and as much detail as possible:

1. What bus speed and data access rate is your hard disk?
Both of the hdd's are *supposed* to be sata 3 and mobo bus speed at "up to 4800 MT/s" (according to my mobo book), but when booting I don't think I've ever seen anything put the hdd's into sata speeds but I seem to mostly see udma 100 and 133 (which has been kind of depressing, and it was the same with 14.0)

Quote:
Originally Posted by ReaperX7 View Post
2. What filing system are you using, and are you using multiple disk partitions?
I've use nothing but reiserfs since 2000 and never had a problem with it, even during a year+ without a UPS and out in the woods where powerouts and brownouts are the norm and not the strange, heh.

Quote:
Originally Posted by ReaperX7 View Post
3. Have you tried a 64-bit OS with 32-bit multilib in comparison against your current one?
No. I don't want to simply *because* of the fact I have to futz around to get to much software to work in it and I'm not running/doing anything that needs the small improvement a 64 bit system will give me (just a plain Joe who can barely understand a bash script *if* someone else writes it, lol).

Quote:
Originally Posted by ReaperX7 View Post
4. Did you ever disable any service daemons in your previous install?
In 14.0? I honestly can't remember. I know I always *wanted* to rid myself of that troublesome akonadi and nepomuck things!

Quote:
Originally Posted by ReaperX7 View Post
5. What is your exact boot time to Login: clock at with Runlevel 3?
3 minutes and 21 seconds...that's to the login prompt in runlevel 3.

Quote:
Originally Posted by ReaperX7 View Post
It seems like a lot to ask, but this will help us work backwards through things and see if there is one minor or major issue, problem, or change you, or a software package presented into the system that changed something dramatically.
It's not a lot to ask, I'd always much rather work things out than re-install if at all possible and if I can follow along well enough to not screw things up worse than they already are, heh.

Last edited by irgunII; 11-29-2013 at 03:27 PM.
 
Old 11-29-2013, 04:35 PM   #15
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
Originally Posted by irgunII View Post
True, but 14.0 I didn't have these problems and used 32 bit with that also (same system/hardware)

Both of the hdd's are *supposed* to be sata 3 and mobo bus speed at "up to 4800 MT/s" (according to my mobo book), but when booting I don't think I've ever seen anything put the hdd's into sata speeds but I seem to mostly see udma 100 and 133 (which has been kind of depressing, and it was the same with 14.0)
Check your Motherboard BIOS/EFI and see if you don't have legacy ATA mode enabled for your hard drive controllers. Look for the bus options for SATA(RAID), SATA(IDE), and SATA(AHCI), and set it to SATA-AHCI mode.

Quote:
I've use nothing but reiserfs since 2000 and never had a problem with it, even during a year+ without a UPS and out in the woods where powerouts and brownouts are the norm and not the strange, heh.
ReiserFS is actually showing it's problems on faster systems anymore. It actually was a file system meant for older systems that were under the 1.5 estimated GHz clock speed. It really does NOT scale well on modern CPUs. Modern file systems like EXT4 and JFS actually are known to work better with faster access speeds and scale better.

Quote:
No. I don't want to simply *because* of the fact I have to futz around to get to much software to work in it and I'm not running/doing anything that needs the small improvement a 64 bit system will give me (just a plain Joe who can barely understand a bash script *if* someone else writes it, lol).
Well, whatever you do don't go more than 4GB of RAM or else you'll have issues. PAE works, but the true limit of resources in RAM a 32-bit system can access is only 4GB, but really you should be looking into using a 64-bit OS, even if just a pure 64-bit OS without Multilib.

Quote:
In 14.0? I honestly can't remember. I know I always *wanted* to rid myself of that troublesome akonadi and nepomuck things!
You should always log what you do each system install in a notebook and duplicate it each install to make sure you can re-create the environment exactly as needed.

Quote:
3 minutes and 21 seconds...that's to the login prompt in runlevel 3.
Even with my old Athlon64 X2 2.5GHz dual core and all scripts operating it should fully boot in less than 25 seconds.

Quote:
It's not a lot to ask, I'd always much rather work things out than re-install if at all possible and if I can follow along well enough to not screw things up worse than they already are, heh.
Often at times a re-install is about the only way to fully reset and repair something.

More than likely it's a combination of a setting in the EFI/BIOS combined with ReiserFS.

Probably, and more than likely you should reset the hard drive controller to AHCI and then install using JFS as such for example:

sda1 - /boot - ext4
sda3 - /(root) - jfs
sda5 - swap - swap

Last edited by ReaperX7; 11-29-2013 at 04:40 PM.
 
  


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
How is the minimum file system free space decided? catkin Linux - General 8 08-06-2013 08:34 AM
valid_lft forever preferred_lft forever sulekha Linux - Networking 1 01-10-2013 09:13 AM
Fedora system stuck at system message bus service upon bootup guy_ripper Linux - Software 4 02-16-2009 01:54 PM
Bad CDs make my system hangs forever tanaselia Slackware 5 04-17-2006 02:05 AM
Ok, I decided to make Linux my main system... now please help me in the transition! RobertoBech Mandriva 11 03-09-2004 08:18 PM

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

All times are GMT -5. The time now is 04:18 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