Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > F18 Development
FedoraForum Search

Forgot Password? Join Us!

F18 Development

Pretty much exactly what it sounds like it is. This is the place to discuss and assist in the community development of F18, post Alpha.

WARNING: Any pre-release versions, Beta included, are for experienced testers only. Back up all existing data and read all threads in the version Development Forum before attempting an install. Errors can and will likely occur which may include data destruction or inability to boot other partitions on any and possibly all attached hard drives.

While FedoraProject needs and appreciates testers, you must remember to report issues directly to Bugzilla, after checking for pre-existing bugs.


 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31st December 2012, 04:12 AM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
long bootup time?

Is it reasonable for sendmail and client to take 2 minutes?

Code:
[root@f18v ~]# systemd-analyze
Startup finished in 2977ms (kernel) + 1102ms (initramfs) + 125597ms (userspace) = 129678ms
[root@f18v ~]# systemd-analyze blame
 60277ms sm-client.service
 60215ms sendmail.service
  1591ms systemd-udev-settle.service
  1200ms plymouth-start.service
   581ms firewalld.service
{snip}
  #2  
Old 31st December 2012, 05:47 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: long bootup time?

I had the same issue when I first installed F18 here.

But, I did what I usually do.. flush sendmail down the toilet

Since I really don't use sendmail, I just removed it with yum. Wish there was the custom package selection during the install so that I could have just not installed it at all, though.
  #3  
Old 31st December 2012, 06:18 AM
chepioq's Avatar
chepioq Offline
Registered User
 
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399
linuxfirefox
Re: long bootup time?

I don't use sendmail, but when I want remove it with yum, yum also remove redhat-lsb, and I need this package for my conky...

Take care dependencies when you remove sendmail...
  #4  
Old 31st December 2012, 06:40 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfirefox
Re: long bootup time?

Quote:
Originally Posted by DBelton View Post
Wish there was the custom package selection during the install so that I could have just not installed it at all, though.

What? They got rid of custom package installation in anaconda for Fedora 18?
  #5  
Old 31st December 2012, 05:37 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: long bootup time?

yep. No custom package installation in the F18 anaconda. So now it takes me a few hours to go in and remove packages after the install, and add others in.

I believe they have changed the dependencies for redhat-lsb now as well. Sendmail isn't a dependency any more. You can safely can sendmail without it removing redhat-lsb.

But even if you can't completely remove it, you can mask the service to prevent it from starting.
  #6  
Old 1st January 2013, 12:06 AM
Dr.Diesel Offline
Registered User
 
Join Date: Mar 2005
Location: Terre Haute, IN
Posts: 254
linuxchrome
Re: long bootup time?

You can also mask both of these, leaving them installed buy disabled.

As root:

Code:
systemctl mask sm-client.service sendmail.service
Reboot twice to give prefetch a chance to adjust.

Lots more good stuff here:

http://www.harald-hoyer.de/personal/...5-to-3-seconds
__________________
F18
  #7  
Old 1st January 2013, 01:00 AM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
Re: long bootup time?

systemctl mask is brute force, it prevents even manual startup of the service, in which case you're better off just removing the package. Instead, systemctl disable will at least allow one time (until next reboot) use of 'systemctl start'.
  #8  
Old 1st January 2013, 01:22 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: long bootup time?

For some reason, systemctl disable wouldn't keep sendmail from starting here. I believe there is something (possibly NetworkManager?) that starts it up, and disabling it with systemctl wouldn't prevent it from starting.

Now, I didn't really try disabling it after installing F18, but it was that way on F17. I just removed it on F18.
  #9  
Old 1st January 2013, 01:53 AM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
Re: long bootup time?

Ha ok, well in that case either mask or uninstalling it was the brute force action required to get the desired result.
  #10  
Old 1st January 2013, 06:17 PM
lsatenstein Online
Registered User
 
Join Date: Jun 2005
Location: Montreal, Quebec, Canada
Age: 72
Posts: 505
windows_7firefox
Re: long bootup time?

I went with KDE. KDE gives you the gui interface to services, including bluetooth and smart card. I disable their startup, and from the same interface you should be able to disable sendmail.

As well, when booting up after some upgrades, Gnome, KDE, etc. they run through all the bin files collecting locations for icons, programs etc. This cached information speeds up gui program startups. If you reboot after a slow startup, is it still slow?
__________________

Leslie
in Montreal
  #11  
Old 1st January 2013, 08:14 PM
chrismurphy Offline
Registered User
 
Join Date: May 2010
Posts: 867
macoschrome
Re: long bootup time?

Quote:
Originally Posted by lsatenstein View Post
If you reboot after a slow startup, is it still slow?
This is multi-user.target boot, not graphic.target boot. I get a login prompt within about 4 seconds from GRUB timeout, but systemd is still waiting for sendmail to start, back to back reboots. Google searching indicates that this has been an off and on problem with sendmail for some time, for whatever reason. I guess I'm just going to ignore it, but I think it's strange that there's this one service (pair) that's taking almost two orders magnitude longer to start up then the next longest service. Seems obscene.
 

Tags
bootup, long, time

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Long time to wait for an AVI... Ihatewindows Using Fedora 5 24th October 2012 03:23 PM
tar -czf taking long long time shariqnitt EOL (End Of Life) Versions 3 31st January 2011 12:17 PM
cups waiting a long time for ipv6 631 socket at bootup marko Using Fedora 0 29th July 2009 11:02 PM
Been a long time... av1611 Using Fedora 3 19th August 2008 07:31 PM


Current GMT-time: 23:52 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat