OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: coreilly on May 17, 2006, 04:19:02 pm

Title: Ipk And Zbsdmod Problem
Post by: coreilly on May 17, 2006, 04:19:02 pm
Just did a NAND restore to original Sharp rom. I had installed OpenBSD fine in pdaXrom. With original rom, I keep getting IPK errors because when it attempts to copy the zbsdmod.o to the /root/etc/rc.d/ directory, it says there is no room left on the device. Any ideas on how to fix this? All the other OpenBSD files appear to be in their correct place. Thanks!
Title: Ipk And Zbsdmod Problem
Post by: DaemonsGR on May 18, 2006, 05:57:01 pm
you dont need the ipk!
Just... insmod zbsd*.o
cp bsd.rd /proc/zboot
Title: Ipk And Zbsdmod Problem
Post by: coreilly on May 18, 2006, 06:27:08 pm
Quote
you dont need the ipk!
Just... insmod zbsd*.o
cp bsd.rd /proc/zboot
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127664\"][{POST_SNAPBACK}][/a][/div]

i shouldn't have to boot into linux and then open a terminal and then type it... when i fire up the zaurus it should boot into openbsd and it won't unless it gets that file in there.
Title: Ipk And Zbsdmod Problem
Post by: coreilly on May 18, 2006, 09:10:54 pm
here is the ipk error

cp: unable to preserve times of 'rc.rofilesys.openbsd' : No space left on device
cp: unable to preserve ownership of 'rc.rofilesys.openbsd' : No space left on device
cp: unable to preserve permissions of 'rc. rofilesys.openbsd' : No space left on device
//usr/lib/ipkg/info/openbsd39.post inst: cannot create tmp: file system full


thats what i get running ipk install openbsd39_arm.ipk with root
Title: Ipk And Zbsdmod Problem
Post by: DaemonsGR on May 19, 2006, 04:57:26 am
got free space on / ?
Title: Ipk And Zbsdmod Problem
Post by: coreilly on May 19, 2006, 05:16:35 pm
Quote
got free space on / ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127708\"][{POST_SNAPBACK}][/a][/div]


yep... whats your idea?
Title: Ipk And Zbsdmod Problem
Post by: coreilly on May 19, 2006, 08:46:17 pm
nevermind solved it