In close collaboration with Seoul National University's Structural Complexity Laboratory

 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
resource:sc_lab_info:fedora:upgrading [2014/02/25 09:58]
rim [Upgrading Fedora]
resource:sc_lab_info:fedora:upgrading [2014/12/23 08:48]
rim [Special Issues, Upgrading to Fedora 20]
Line 82: Line 82:
   - reboot   - reboot
  
 +===== Special Issues, Upgrading to Fedora 21 =====
 ===== Special Issues, Upgrading to Fedora 20 ===== ===== Special Issues, Upgrading to Fedora 20 =====
   - The biggy here seems to be that it's best to disable all external repos (and specifically,​ rpmfusion) before running fedup   - The biggy here seems to be that it's best to disable all external repos (and specifically,​ rpmfusion) before running fedup
     - ''​yum repolist all | less''​     - ''​yum repolist all | less''​
-    - ''​yum-config-manager --disable '​rpmfusion*'​ ''​+    - ''​%%yum-config-manager --disable '​rpmfusion*' ​%%''​
     - Run fedup     - Run fedup
-    - ''​yum-config-manager --enable '​rpmfusion*20*'​ ''​+    - ''​%%yum-config-manager --enable '​rpmfusion*20*' ​%%''​
     - ''​yum repolist all | less''​ (just to check)     - ''​yum repolist all | less''​ (just to check)
   - And there'​s yet another [[https://​bugzilla.redhat.com/​show_bug.cgi?​id=1045168|screwup if you have a separate /var partition]]. To fix it,    - And there'​s yet another [[https://​bugzilla.redhat.com/​show_bug.cgi?​id=1045168|screwup if you have a separate /var partition]]. To fix it, 
     - '' ​ sudo sed -i 's# -a -d /​system-upgrade##'​ /​lib/​systemd/​system-generators/​system-upgrade-generator''​     - '' ​ sudo sed -i 's# -a -d /​system-upgrade##'​ /​lib/​systemd/​system-generators/​system-upgrade-generator''​
 +  - The network interface naming protocol has changed _yet again_, I needed to reconstruct the firewall to match
 +  - On one system running a dhcp server, dhcp startup was failing (probably a timing race), and I needed to put into rc.local
 +    - systemctl restart dhcpd
 +  - On the same system I had a similar problem with a tftp server, tftp startup was failing (probably also a timing race), and I needed to put into rc.local
 +    - systemctl restart tftp.socket
 ===== Special Issues, Upgrading to Fedora 19 ===== ===== Special Issues, Upgrading to Fedora 19 =====
   - F19 VirtualBox guests: fstab mounting of virtual box shared folders (type vboxsf) seems to have stopped working (this may be just an initial problem), so they need to be mounted manually, say from rc.local. However the availability of share mounting seems to take some time. I've had to put a 'sleep 30' in the initscript. And unfortunately...   - F19 VirtualBox guests: fstab mounting of virtual box shared folders (type vboxsf) seems to have stopped working (this may be just an initial problem), so they need to be mounted manually, say from rc.local. However the availability of share mounting seems to take some time. I've had to put a 'sleep 30' in the initscript. And unfortunately...