Fedora Linux Support Community & Resources Center

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

Forgot Password? Join Us!

F15 Development The proper place for all things "F15." This section will be archived once F15 reaches final release.

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th March 2011, 11:56 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
linuxfedorafirefox
Latest updates, system never completes boot process.

It seems that the latest round of updates may have hosed my F15 Alpha install. All was well last night but couldn't finish booting the system this morning. So, since I don't really give a hoot about any of my systems I did a complete reinstall of F15A and then a full yum update. Rebooted and again can't complete the boot. Never reaches the desktop. Maybe I should go get some details but meanwhile, anyone else having issues booting Fedora 15 Alpha this fine morning?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #2  
Old 20th March 2011, 01:12 PM
flokip Offline
Registered User
 
Join Date: Aug 2008
Posts: 99
linuxfirefox
Re: Latest updates, system never completes boot process.

See http://lists.fedoraproject.org/piper...ch/097931.html
"Alternatively, reset your system, boot into runlevel 1, start networking
(systemctl start network.service), yum downgrade rsyslog, and reboot."
  #3  
Old 20th March 2011, 01:23 PM
Fenrin Offline
Registered User
 
Join Date: Apr 2010
Location: Earth
Posts: 857
linuxfirefox
Re: Latest updates, system never completes boot process.

tuxor posted two solutions in this thread: http://forums.fedoraforum.org/showth...=259897&page=4
  #4  
Old 20th March 2011, 01:44 PM
Boricua Offline
Registered User
 
Join Date: Oct 2005
Location: Puerto Rico
Posts: 444
linuxopera
Re: Latest updates, system never completes boot process.

Quote:
Originally Posted by flokip View Post
See http://lists.fedoraproject.org/piper...ch/097931.html
"Alternatively, reset your system, boot into runlevel 1, start networking
(systemctl start network.service), yum downgrade rsyslog, and reboot."
Hi, I tried this one and worked, thanks . This happened to me with a Thinkpad T60 and suffered exactly the same fate as the original poster. After the recent updates and before this incident I was having some difficulties shouting down the machine, forcing me to force it. Nos sure if it's related.
  #5  
Old 20th March 2011, 03:08 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
linuxchrome
Re: Latest updates, system never completes boot process.

Yes, I have to force shutdown also.

OK. Flokip's suggestion worked for me. I was his suggestion, no? Anyhow, I booted to runlevel 1, started networking and downgraded rsyslog and rebooted. Here I am. Thank you Flokip.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #6  
Old 20th March 2011, 10:44 PM
kiddokun's Avatar
kiddokun Offline
Registered User
 
Join Date: Mar 2011
Posts: 9
linuxfirefox
Re: Latest updates, system never completes boot process.

I have a problem... I am unable to start networking. And I obviously can't run "yum downgrade rsyslog" without a network connection.

I tried "ifup eth0" and "dhclient eth0", but they fail since there is no eth0. When I do a "ifconfig", I only see "lo". I also tried "sysctl start networking.service" to no avail.

I'm stumped. Ideas?
  #7  
Old 20th March 2011, 10:48 PM
tox
Guest
 
Posts: n/a
linuxchrome
Re: Latest updates, system never completes boot process.

im also finding Systemd or whatever it is does not always complete loading of all services
  #8  
Old 20th March 2011, 10:56 PM
Lebenskuenstler Offline
Registered User
 
Join Date: May 2008
Posts: 57
linuxfirefox
Re: Latest updates, system never completes boot process.

Quote:
Originally Posted by kiddokun View Post
I have a problem... I am unable to start networking. And I obviously can't run "yum downgrade rsyslog" without a network connection.

I tried "ifup eth0" and "dhclient eth0", but they fail since there is no eth0. When I do a "ifconfig", I only see "lo". I also tried "sysctl start networking.service" to no avail.

I'm stumped. Ideas?
Hi,

use the LiveCD or Netinst in Rescue-Mode.

In both cases, you will have to mount your root partition with something like this

mount /dev/mapper/vg_XYZ_root /mnt

and then

chroot /mnt

then

yum downgrade rsyslog


LK
  #9  
Old 20th March 2011, 11:16 PM
GoinEasy9's Avatar
GoinEasy9 Offline
Registered User
 
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,578
linuxchrome
Re: Latest updates, system never completes boot process.

Isn't this the same problem that was talked about in this thread from post 49 to the end? If you add "systemd.unit=rescue.target" to the end of the kernel line in grub it boots, then executing:
# grep rsyslogd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp
allows F15 to boot normally again. Saves the hassle of downgrading.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
  #10  
Old 21st March 2011, 12:08 AM
kiddokun's Avatar
kiddokun Offline
Registered User
 
Join Date: Mar 2011
Posts: 9
linuxubuntuchrome
Re: Latest updates, system never completes boot process.

Lebenskuenstler's solution above worked for me. I booted the F15 alpha livecd, used nautilus to mount temporarily my / partition, chrooted into it and ran "yum downgrade rsyslog". The system now boots. Hurray!
  #11  
Old 22nd March 2011, 03:45 AM
Ard Righ Offline
Registered User
 
Join Date: Nov 2008
Posts: 70
windows_xp_2003firefox
Re: Latest updates, system never completes boot process.

Quote:
Originally Posted by kiddokun View Post
I have a problem... I am unable to start networking. And I obviously can't run "yum downgrade rsyslog" without a network connection.

I tried "ifup eth0" and "dhclient eth0", but they fail since there is no eth0. When I do a "ifconfig", I only see "lo". I also tried "sysctl start networking.service" to no avail.

I'm stumped. Ideas?
Fedora 15 Alpha renames the connections on my PC.

Have a look in /etc/sysconfig/network-scripts/ for the ifcfg-* files.

Mine get renamed to something like "pc8ia" or something wierd

I am not sure but it does this during the bootup process. You can also look through 'dmesg' log to see what happens with the network service

generally 'ifup pc8ia' works on my machine (using the newly renamed config)
  #12  
Old 22nd March 2011, 06:46 AM
DCOH Offline
Registered User
 
Join Date: Aug 2006
Location: Circleville, Ohio
Age: 65
Posts: 473
linuxfedoraseamonkey
Re: Latest updates, system never completes boot process.

It seems to be caused by selinux. Test list says to set selinux to permissive and it will boot up.
__________________
Dan
Registered Linux user #432525
Linux Box # 337563
  #13  
Old 22nd March 2011, 09:56 AM
tuxor Offline
Registered User
 
Join Date: Mar 2011
Posts: 177
linuxfirefox
Re: Latest updates, system never completes boot process.

It's only indirectly caused by selinux. Actually it has its origin in systemd and rsyslog.
__________________
Fedora (Gnome) on Lenovo ThinkPad T400s
Fedora (Xfce) on IBM ThinkPad X31
  #14  
Old 22nd March 2011, 05:18 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Re: Latest updates, system never completes boot process.

Thank goodness for this thread!

Quite takes you back to the old times when main Fedora was really cutting edge doesn't it.
  #15  
Old 22nd March 2011, 05:54 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 4,976
linuxchrome
Re: Latest updates, system never completes boot process.

Hrrm, unneeded, over complicated things that break the basics? Yeah, it does.
 

Tags
boot, completes, latest, process, updates

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
Latest updates have stopped my dual boot working aboulien Using Fedora 1 26th July 2010 03:04 AM


Current GMT-time: 12:39 (Tuesday, 21-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