↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: fedora 13

APC – Fixing Fedora’s Rogue Fsck…

Adventures With Linux ™ Posted on August 23, 2012 by RGAugust 23, 2012

The ‘default’ Fedora 13 system for ARM mounts the root as nfs..   To change it to the (correct) ext3, modify /etc/fstab as follows: # cat /etc/fstab /dev/mmcblk0p2          /                       ext3    defaults        1 1 /dev/mmcblk0p1          /boot                   vfat    defaults        1 0 devpts                  /dev/pts                devpts  gid=5,mode=620  0 0 tmpfs                   /dev/shm                tmpfs   defaults        0 0 proc                    /proc                   proc    defaults        0 0 sysfs                   … Continue reading →

Posted in APC, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged apc, boot, ext3, fedora 13, fix, fsck, fstab | Leave a reply

APC – Regaining the Console!

Adventures With Linux ™ Posted on August 22, 2012 by RGAugust 22, 2012

For Fedora 13 on the APC, the console on the usb/uart connection will ‘vanish’ on boot, after ………. Starting sshd: [  OK  ] To get it back, and allow login as root, add the following to /etc/securetty: ttyS0 and modify /etc/sysconfig/init: from ACTIVE_CONSOLES=/dev/tty[1-6] to ACTIVE_CONSOLES=”/dev/tty[1-6] dev/ttyS0″ To stop the (re)login prompt from appearing over the console boot … Continue reading →

Posted in APC, Crash and Burn.., Fedora, Hacks, Linux / ARM, Performance | Tagged agetty, apc, console, fedora 13, rc.local, ttyS0 | Leave a reply

APC – And now – Fedora Linux..

Adventures With Linux ™ Posted on August 18, 2012 by RGAugust 18, 2012

After all the pioneering work done to get a compiled working version of the APC kernel by Mike Thompson from the Raspbian project, as described in a previous post, I now have Fedora Linux running on the APC. I had planned to be able to get Fedora 17 working, but the APC kernel (vintage 2010!) is just … Continue reading →

Posted in APC, compilation, Crash and Burn.., Fedora, Linux / ARM, Opinion, Performance | Tagged apc, boot, fedora, fedora 13, success, webmin | Leave a reply
Original content © Robert Gadsdon 2013
↑