OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: MightyPez on January 31, 2004, 03:05:51 am
-
This is probably stupid, but I\'m having some trouble installing apps onto my SD card. Whenever I install something, i will get a \"failed to make a symbolic link error\" and then a series of \"failed to link /somedir\" errors. Any ideas?
I\'m using the 3.3.6 experimental release of OZ on an SL-5500. The SD card is formatted with the default fat16.
-
I always wondered the right way to go about this myself. I have a few apps installed onto my SD card now, and some work and some don\'t. I am comfortable with running the app from the command line to see what libraries failed to get linked and then creating links for them, but I have had curtain apps not work at all. Like opie-drawpad is one example I can think off. From the gui it complains that its not there, and from the command line it is not executable.
Any Ideas?
-
you must format your sd-card with ext2!
only ext2 format will handle the symbolic links correct.
so long
kirschi
-
So Stupid of me! Thanks!
-
you must format your sd-card with ext2!
only ext2 format will handle the symbolic links correct.
so long
kirschi
Tried that. it helped, but I still get symlink errors.
-
do you have oz/opie on your z?
the installer from oz/opie displays by default some messages over the status of the installation.
symlinks, who already exist, caused some error-messages there.
but the application operates also.
cu
kirschi
-
I\'m on a 64/0 oz rom. 3.3.6 .
After installing a few apps onto sd card with
ipkg -d sd install /path/some.ipk
I run out of space on the internal storage {ie. /dev/root} it starts complaining that
\"can\'t open staus file: /mnt/ram/usr/ then various files \'cause \"no space left on device\"?
What am I doing wrong?
-
Hi,
I had the same probs at first with my SL5600 using Poodle. I now use a 256MB SD card, ext2 formatted and /opt and /root are copied to it, the I created some symlinks from / to /mnt/card/root and /mnt/card/opt ...
Gave me 16 MB free on the ram and, I can now install to root as much as the 256MB SD goes
Regards,
Alex
-
"can't open staus file: /mnt/ram/usr/ then various files 'cause "no space left on device"?
I had this problem myself even when a `df` was telling me I had plenty of free space. What happened was I had somehow corrupted that /mnt/ram filesystem. I removed the /etc/.configured file and reran /etc/init.d/ramdisk to have that script rebuild the filesystem there. (this was all done after I had backed up anything important on /mnt/ram worth saving)