LinuxQuestions.org
Visit Jeremy's Blog.
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 04-28-2017, 09:52 PM   #31
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225

Quote:
Originally Posted by limpingstone View Post
I tried "chmod -x rc.inet1" and the boot time did reduce. However, I have to manually turn on the DHCP services later on after booting into the screen.

And what does it mean by "try to detect carrier on systems which support that"?
If you don't need network access as part of the boot process (no nfs mounts or some such), you could patch /etc/rc.d/rc.M to run the rc.inet1 script in the background...
Code:
# Initialize the networking hardware.
if [ -x /etc/rc.d/rc.inet1 ]; then
  . /etc/rc.d/rc.inet1 &
fi
...where the additional & is the only change.

That can break stuff, since the network daemons and ntpd will try to start anyways.

The "try to detect carrier on systems which support that" means that some ethernet cards "know" if they are physically connected to a network or not; their drivers could theoretically tell you that's the case. If a card isn't connected to anything, there's no reason to look for a DHCP server with it.
 
2 members found this post helpful.
Old 04-28-2017, 09:59 PM   #32
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
Quote:
Originally Posted by RadicalDreamer View Post
If you don't like bsd-init you can put systemd on Slackware:
U nut 'pal' ( thus b\w quotation marks ) !

 
Old 04-29-2017, 02:48 AM   #33
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
I reboot the machine a lot because of the kernel build, so I've moved these from rc.M into a cron job.
They really don't need to update all that often.

Quote:
glib-compile-schemas
gtk-update-icon-cache
update-gtk-immodules
update-gdk-pixbuf-loaders
update-pango-querymodules
 
2 members found this post helpful.
Old 04-29-2017, 03:45 AM   #34
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by un1x View Post
U nut 'pal' ( thus b\w quotation marks ) !

What does b\w mean?
 
Old 04-29-2017, 04:09 AM   #35
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by RadicalDreamer View Post
What does b\w mean?
between (guess from someone whose native language is French).

Last edited by Didier Spaier; 04-29-2017 at 04:13 AM.
 
1 members found this post helpful.
Old 04-29-2017, 05:06 AM   #36
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by Didier Spaier View Post
between (guess from someone whose native language is French).
Thank you!

Well, the OP wanted fast boot like Ubuntu with Slackware. I offered a solution. I'm not going to fault anyone who needs or likes the software in question. Slackware is a solid base for anything.
 
1 members found this post helpful.
Old 04-29-2017, 11:41 AM   #37
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
The OP should get used to. There are differences between distributions. Slackware is not light speed in boot time. The quickest boot I got was with LFS. I can imagine Gentoo also boots with light speed. Benefits of using Slackware are simply overshadow the minor annoyances concerning boot time.
 
Old 04-29-2017, 12:20 PM   #38
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
eg https://github.com/Dlackware/systemd

if you believe in gods or ghosts you're a moron not that we ain't
 
  


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
LXer: Koschei: Reducing bugs and saving time LXer Syndicated Linux News 0 06-16-2016 04:55 PM
Help with reducing boot time CuriousLittlePenguin Ubuntu 2 08-19-2014 01:03 PM
reducing the bootup time hoshangi Red Hat 1 02-09-2008 06:54 AM
Reducing Boot Time sharkee Ubuntu 2 01-13-2006 09:34 PM
Reducing Startup Time w/Mandrake 9.1 eric_hcr80 Linux - Newbie 5 07-13-2003 03:18 PM

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

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