Fedora 15 upgrade

So I upgraded my Fedora 14 workstation to Fedora 15 last night using the yum update method (I’ve used preupgrade a few times and it’s worked on some and botched on others (mostly due to not enough space on /boot)). Since with other distros I’ve either used apt to do a dist-ugprade or the urpmi equivalent, this is somewhat my preferred upgrade path. I’ve done it before and it worked amazingly well, so I did it again last night using these great instructions: Upgrading Fedora using yum.

The only gotchya is that due to the replacement of init by systemd, when it came time to reboot, halt/reboot/etc were unable to send the correct signals to something that would shut the machine down, so I had to do a hard reboot (which never plays nice with my RAID arrays, but upon reboot there was no RAID re-sync which is either cool or scary, I’m not yet sure which). So that was a bit nerve-wracking. Otherwise it was just a lengthy process with yum telling me I had 2850 packages to deal with (including installing and removing). Instructions are good and clear. Highly recommended if you’re even moderately technically inclined.

Now I get a good look at GNOME3, which doesn’t work in my Fedora 15 vm’s (well, it works, but it looks a lot like GNOME2 due to the “poor” video support in a vm). I’m not sure what the big deal is… it’s a little wonky and takes some getting used to. I dislike that conky doesn’t show up on the desktop, but so far that’s my only real complaint. I had icons for Komodo and CrashPlan on the desktop that are no longer visible, so had to use alacarte (“yum install alacarte; alacarte”) to create new icons to go into the GNOME menu system. Then I could add them to my favourites and was off and running. It was about 1am when I finished so I haven’t had too much time to play with it yet (although I also installed LXDE to give it a go as well, in case I didn’t like GNOME3). So far I don’t mind it though.

Everything else seemed to work out of the box other than my apache configuration file. I have a few includes in /etc/httpd/conf/vhosts.d/*.conf and they weren’t loading, so I think the handling of virtual hosts has changed because once I removed the default virtualhost definition (““) that I had defined, the virtual hosts worked again.

All in all, I’m pleased. I’ve played with F15 in my vm’s since it came out (but mostly for testing security issues, etc.) so this is the first workstation with “stuff” that I’ve upgraded. So one work vm and one laptop to go and then F14 is history. Good job on this release, Fedora Folks!

3 Comments

  1. Luca

    Indeed, you can make conky viewable again on desktop – it requires:

    own_window yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

    in .conkyrc

    regards

    Jul 10, 2011 @ 01:56:02
  2. vdanen

    I had that, but after looking at my .conkyrc, I had a bunch of own_window definitions twice, including “own_window_type override” at the bottom and “own_window_type desktop” at the top. No idea how that happened, but now that I removed the bottom few definitions, it works again.

    Thanks for the tip! Made me do some extra digging. =)

    Jul 10, 2011 @ 07:23:20
  3. Aas

    I had the sema problem with rebooting Fedora after upgading from F14 to F15.
    Every system a have upgraded gave me message:
    Failed to talk to shutdownd, proceeding with immediate shutdown: No such file or directory
    Failed to talk to init daemon.Initscripts are now placed in /lib/systemd/system/ instead of /etc/rc.d/init.d.

    I just waited few seconds and the system has restarted anyway. But one system was different. I just couldn’t be brought down by usual tools like:
    shutdown -r 0
    reboot
    telinit 6
    init 6
    Nothing worked because all is dependant on init.
    I’ve found some suggestion to kill init with “kill 1″ but I was scared to do so, because the system is several hundreds of kilometers away. (that’s why reset button is not an option for me here)

    So what I did?
    Shut down every service running you know (except sshd of course) and do:
    sync && reboot -f

    I’m extremely cautios when there is a chance not to boot my system back up i know.
    I hope this post helps someone. Happy upgrading!

    Apr 13, 2012 @ 16:58:44

Leave a Reply

*