Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22nd July 2012, 06:17 PM
robertdaleweir Offline
Registered User
 
Join Date: Oct 2005
Location: British Columbia, Canada
Posts: 402
linuxfirefox
Slow Booting F16

Hi
I am having a very slow boot on my F16 install. I run "systemd-analyze blame" and get the first three as shown below:
---->
52102ms systemd-tmpfiles-setup.service
15117ms fedora-storage-init-late.service
8802ms boot.mount
<----
Why is it taking so long for these services to start and is there a way to resolve this problem?
__________________
Robert :)
Kernel 3.8.4-102.fc17.x86_64 GNOME 3.4.2
CPU AMD 955 Quad Core
MoBo Gigabyte MA785GM-UD2H-AM3 MicroATX
Memory 8 Gigs OCZ DDR3-1333 PC-10666

Last edited by robertdaleweir; 23rd July 2012 at 03:03 PM.
Reply With Quote
  #2  
Old 25th July 2012, 04:36 PM
robertdaleweir Offline
Registered User
 
Join Date: Oct 2005
Location: British Columbia, Canada
Posts: 402
linuxfirefox
Re: Slow Booting F16

Quote:
Originally Posted by robertdaleweir View Post
Hi
I am having a very slow boot on my F16 install. I run "systemd-analyze blame" and get the first three as shown below:
---->
52102ms systemd-tmpfiles-setup.service
15117ms fedora-storage-init-late.service
8802ms boot.mount
<----
Why is it taking so long for these services to start and is there a way to resolve this problem?
That first item is taking almost one full minute and I don't know why it should. My '/usr/lib/tmpfiles.d/systemd.conf is as follows ---->
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

# See tmpfiles.d(5) for details

d /run/user 0755 root root 10d
F /run/utmp 0664 root utmp -

f /var/log/wtmp 0664 root utmp -
f /var/log/btmp 0600 root utmp -

d /var/cache/man - - - 30d

r /forcefsck
r /forcequotacheck
r /fastboot

d /run/systemd/ask-password 0755 root root -
d /run/systemd/seats 0755 root root -
d /run/systemd/sessions 0755 root root -
d /run/systemd/users 0755 root root -

<----
Can anyone see a potential problem with this?
__________________
Robert :)
Kernel 3.8.4-102.fc17.x86_64 GNOME 3.4.2
CPU AMD 955 Quad Core
MoBo Gigabyte MA785GM-UD2H-AM3 MicroATX
Memory 8 Gigs OCZ DDR3-1333 PC-10666
Reply With Quote
  #3  
Old 26th July 2012, 01:42 AM
JamesNZ's Avatar
JamesNZ Offline
Registered User
 
Join Date: Aug 2010
Location: Wellington, New Zealand
Age: 16
Posts: 889
linuxchrome
Re: Slow Booting F16

Quote:
Originally Posted by robertdaleweir View Post
Hi
I am having a very slow boot on my F16 install. I run "systemd-analyze blame" and get the first three as shown below:
---->
52102ms systemd-tmpfiles-setup.service
15117ms fedora-storage-init-late.service
8802ms boot.mount
<----
Why is it taking
This page says it deals with temporary files. You can try disabling it with 'systemctl mask <serviceName.service>', and if it breaks something then you can run 'systemctl unmask <serviceName.service>'. You can safely disable all services beginning with 'fedora-storage-' if you don't have a LVM/RAID setup.

HTH
__________________
"For what is a man profited if he gains the whole world, but loses his own soul?"

- Jesus
Reply With Quote
  #4  
Old 26th July 2012, 02:45 AM
robertdaleweir Offline
Registered User
 
Join Date: Oct 2005
Location: British Columbia, Canada
Posts: 402
linuxfirefox
Re: Slow Booting F16

Quote:
Originally Posted by JamesNZ View Post
This page says it deals with temporary files. You can try disabling it with 'systemctl mask <serviceName.service>', and if it breaks something then you can run 'systemctl unmask <serviceName.service>'. You can safely disable all services beginning with 'fedora-storage-' if you don't have a LVM/RAID setup.

HTH
Hi JamesNZ
Thank you for your reply. Is there a place to put these 'systemctl mask <serviceName.service' items so that they persist from boot to boot. Can they be somehow put in the '/usr/lib/tmpfiles.d/systemd.conf' file or somewhere else in the boot up sequence?
I do not use LVM nor RAID. So you are saying that any service which starts with the preface 'fedora-storage-" is OK to mask?
__________________
Robert :)
Kernel 3.8.4-102.fc17.x86_64 GNOME 3.4.2
CPU AMD 955 Quad Core
MoBo Gigabyte MA785GM-UD2H-AM3 MicroATX
Memory 8 Gigs OCZ DDR3-1333 PC-10666
Reply With Quote
  #5  
Old 26th July 2012, 09:46 AM
JamesNZ's Avatar
JamesNZ Offline
Registered User
 
Join Date: Aug 2010
Location: Wellington, New Zealand
Age: 16
Posts: 889
linuxchrome
Re: Slow Booting F16

Quote:
Originally Posted by robertdaleweir View Post
Can they be somehow put in the '/usr/lib/tmpfiles.d/systemd.conf' file or somewhere else in the boot up sequence?
The mask command does that automatically, it symlinks the service to /dev/null so it becomes untouchable
Quote:
Originally Posted by robertdaleweir View Post
I do not use LVM nor RAID. So you are saying that any service which starts with the preface 'fedora-storage-" is OK to mask?
Correct.
__________________
"For what is a man profited if he gains the whole world, but loses his own soul?"

- Jesus
Reply With Quote
  #6  
Old 26th July 2012, 03:39 PM
robertdaleweir Offline
Registered User
 
Join Date: Oct 2005
Location: British Columbia, Canada
Posts: 402
linuxfirefox
Re: Slow Booting F16

Quote:
Originally Posted by JamesNZ View Post
The mask command does that automatically, it symlinks the service to /dev/null so it becomes untouchable


Correct.
Hi JamesNZ
Thank you very much, I will give that a try.
__________________
Robert :)
Kernel 3.8.4-102.fc17.x86_64 GNOME 3.4.2
CPU AMD 955 Quad Core
MoBo Gigabyte MA785GM-UD2H-AM3 MicroATX
Memory 8 Gigs OCZ DDR3-1333 PC-10666
Reply With Quote
Reply

Tags
booting, f16, slow

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
Booting slow chandru1 Hardware & Laptops 12 17th July 2010 08:50 AM
Booting very very slow ksbhat Using Fedora 1 12th October 2007 05:50 AM
slow booting on FC3 Finalzone EOL (End Of Life) Versions 2 9th February 2005 05:10 AM
Very slow booting nlawalker Installation and Live Media 3 21st August 2004 08:34 PM


Current GMT-time: 22:51 (Saturday, 18-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