Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12th July 2012, 08:04 AM
bigsmall555 Offline
Registered User
 
Join Date: Jul 2012
Location: UK
Posts: 2
windows_7firefox
Upgrade problem, dbus daemon cannot activate service "org.freedesktop.ModemManager"

I was trying to update Fedora 14>15 via PreUpgrade. Anaconda was running fine, then after around 2000 upgrade items, it got stuck on the line at the bottom of the photo: "org.freedesktop.ModemManager". This repeats continuously, so I rebooted, but got a kernel panic when I tried to boot back into the old Fedora version (14).

I also tried a rescue boot from DVD, and that failed. When I booted back into the upgrade, it completed a few more items (there were only 600 total this time, instead of around 2500) and then eventually got stuck on the same one again ("org.freedesktop.ModemManager").

Can anyone advise how to fix the problem, or reverse the upgrade so I can boot back into Fedora 14? Otherwise, is there a way I can do a clean install (probably of Fedora 17, since that's where I eventually want to end up) over the top, while keeping the user files in place? Or else, create a new partition, install Fedora 17, then move all my files on to there?

Thanks for any advice you can give.

Photo of the upgrade problem
Reply With Quote
  #2  
Old 12th July 2012, 01:45 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Upgrade problem, dbus daemon cannot activate service "org.freedesktop.ModemManage

Yes, you can easily do a clean install of Fedora 17 and keep your user files. It's actually better if you back them up and then copy them back in once you complete the install, though. (My personal preference is to always do clean installs, but like I said, it's preference.)

Just about all of your user files will be located in your /home/<username> folder. If you have a extra drive, it would be better to copy them there instead of trying to create a extra partition on your system drive. That way, you have a little more freedom to wipe the system drive, create new partitions, etc... and less chance of losing your user data in the process.

About the only issue you might run into doing it in this way is the user numbering change that happened in F16. Where Versions below F16 started the default user numbering at 500, F16 and above now start it at 1000. It's a simple matter to change the user numbering on existing files for just a few users, but if you have many users, it can be a pain.

Usually when I want to do a clean install, I copy my entire /home folder over to another drive. There are also a few system configuration files I copy over if I make changes to any. (/etc/fstab, /etc/exports /etc/X11/xorg.conf (and /etc/X11/xorg.conf.d/*), etc...) Most of the time I don't just copy the system files back over, but use them to modify the newly created ones after the fresh install. (Don't ever just copy an old /etc/fstab into a new clean install)

Now, since you really don't have a bootable system at the moment, you could boot from a LiveCD and make your backup copies of your user data.

(Another personal preference for me is when I do a clean install, use the full DVD image instead of the LiveCD image. You get more options as far as setting up your filesystem, etc... Plus more packages on the DVD. You can add any of the packages later if you use the LiveCD, but for me, it's easier to use the DVD.)

I believe you would be much better off (since you wish to get to a F17 install) is to just do a clean install instead of trying to go the upgrade path, upgrading several times until you get where a single clean install would put you. Plus the clean install wouldn't leave some of the mess around like the upgrades would.
Reply With Quote
  #3  
Old 12th July 2012, 02:50 PM
bigsmall555 Offline
Registered User
 
Join Date: Jul 2012
Location: UK
Posts: 2
windows_7firefox
Re: Upgrade problem, dbus daemon cannot activate service "org.freedesktop.ModemManage

Thank you very much for your reply. Please could you elaborate on the following points?

Quote:
Originally Posted by DBelton View Post
Just about all of your user files will be located in your /home/<username> folder. If you have a extra drive, it would be better to copy them there instead of trying to create a extra partition on your system drive. That way, you have a little more freedom to wipe the system drive, create new partitions, etc... and less chance of losing your user data in the process.
I'm running a dual boot with Windows XP - can I keep that partition and still wipe the Linux partition for a clean install?

Quote:
About the only issue you might run into doing it in this way is the user numbering change that happened in F16. Where Versions below F16 started the default user numbering at 500, F16 and above now start it at 1000. It's a simple matter to change the user numbering on existing files for just a few users, but if you have many users, it can be a pain.
Would this be using "usermod -u UID username" for all files?

Quote:
Usually when I want to do a clean install, I copy my entire /home folder over to another drive. There are also a few system configuration files I copy over if I make changes to any. (/etc/fstab, /etc/exports /etc/X11/xorg.conf (and /etc/X11/xorg.conf.d/*), etc...)
Which configuration file(s) would I need to copy to keep my network drive mounts?
Reply With Quote
  #4  
Old 12th July 2012, 03:37 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Upgrade problem, dbus daemon cannot activate service "org.freedesktop.ModemManage

Quote:
Originally Posted by bigsmall555 View Post
Thank you very much for your reply. Please could you elaborate on the following points?


I'm running a dual boot with Windows XP - can I keep that partition and still wipe the Linux partition for a clean install?
Yes. It's very easy. Fedora does that for you pretty much automatically. You have to force it to modify partitions it recognizes as another OS. Just choose "Replace existing linux system" or "use all free space" depending upon how you set the drive up before you start the install.

Quote:
Would this be using "usermod -u UID username" for all files?
Easy way.. To change all files in the current folder (and all folders below it) for old user 500 to new user 1000

Code:
chmod -R --fromuser=500:500 1000:1000
Quote:
Which configuration file(s) would I need to copy to keep my network drive mounts?
Network drive mounts on the client machine? That would be your /etc/fstab

(Note.. Do not copy back the parts of your /etc/fstab that have the system mounts in it, like your / or /home filesystem, etc... Just append to the newly created /etc/fstab the parts needed to do your network mounts, and mounts the system didn't set up for you. Backup the entire file, but just copy back over the portions you need.)

Defining the mounts on the server machine? /etc/exports or /etc/samba/smb.conf (depending upon if you are using NFS or samba.)
Reply With Quote
Reply

Tags
activate, daemon, dbus, problem, service, upgrade

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
Menu from USB boot device offers a "Start Fedora 16", not "Install or Upgrade Fedora" heigold1 Installation and Live Media 8 5th March 2012 09:04 PM
command to "disable" a dbus service BillGradwohl Using Fedora 0 26th February 2012 06:19 PM
Problem with "Service Configuration" and xinetd bigships Installation and Live Media 7 29th December 2005 06:22 PM
Why can't i use command " service " and " chkconfig" on RHEL4 ES ? sir pratchaya Servers & Networking 10 6th July 2005 05:05 PM
Error:visibility arg must be one of "default", "hidden", "protected" or "internal" wangfeng Using Fedora 0 23rd May 2005 04:59 AM


Current GMT-time: 02:37 (Saturday, 25-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