 |
 |
 |
 |
| 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. |

31st December 2012, 04:12 AM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 867

|
|
|
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}
|

31st December 2012, 05:47 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
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.
|

31st December 2012, 06:18 AM
|
 |
Registered User
|
|
Join Date: Jun 2007
Location: Aubagne France
Age: 58
Posts: 399

|
|
|
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...
|

31st December 2012, 06:40 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
|
Re: long bootup time?
Quote:
Originally Posted by DBelton
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?
|

31st December 2012, 05:37 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
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.
|

1st January 2013, 12:06 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: Terre Haute, IN
Posts: 254

|
|
|
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
|

1st January 2013, 01:00 AM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 867

|
|
|
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'.
|

1st January 2013, 01:22 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
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.
|

1st January 2013, 01:53 AM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 867

|
|
|
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.
|

1st January 2013, 06:17 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Montreal, Quebec, Canada
Age: 72
Posts: 505

|
|
|
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
|

1st January 2013, 08:14 PM
|
|
Registered User
|
|
Join Date: May 2010
Posts: 867

|
|
|
Re: long bootup time?
Quote:
Originally Posted by lsatenstein
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 23:52 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|