OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: jedeye on July 13, 2005, 04:33:32 pm

Title: Cannot Create Simbolic Link Or Usb Network
Post by: jedeye on July 13, 2005, 04:33:32 pm
Hi,

I am having a few teehing problems with OZ at the moment.

When ever i try to install local .ipk file (from the OZ feed) I get the message simbolic linking failed.


Also does anyone know of a tutorial on getting USB networking to work with OZ and Fedora Core

Cheers

 
Title: Cannot Create Simbolic Link Or Usb Network
Post by: Pcghost on July 15, 2005, 08:02:16 pm
Quote
Hi,

I am having a few teehing problems with OZ at the moment.

When ever i try to install local .ipk file (from the OZ feed) I get the message simbolic linking failed.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=88222\"][{POST_SNAPBACK}][/a][/div]

Are you trying to install to SD? If so, is it formatted ext2? If not, symlinking will always fail since fat16 cannot handle symlinks.
Title: Cannot Create Simbolic Link Or Usb Network
Post by: lardman on July 17, 2005, 11:24:53 am
Quote
When ever i try to install local .ipk file (from the OZ feed) I get the message simbolic linking failed.

Some always fail due to the way the symlinking is performed.

For example for the file (afaicr this is how it works):

/media/card/packages/opt/QtPalmtop/bin/foo

it will first of all try to symlink the file itself:

ln -s /media/card/packages/opt/QtPalmtop/bin/foo /opt/QtPalmtop/bin/foo

then move down the filename:

ln -s /media/card/packages/opt/QtPalmtop/bin/ /opt/QtPalmtop/bin/
ln -s /media/card/packages/opt/QtPalmtop/ /opt/QtPalmtop/
ln -s /media/card/packages/opt/ /opt/
ln -s /media/card/packages/ /

At some point, most probably before the last step, this symlinking chain will fail as the file in question already exists. This is normal.

Quote
Also does anyone know of a tutorial on getting USB networking to work with OZ and Fedora Core

Not sure if there's anything for fedora core specifically but there are usb howtos on the oz.org website and a pinned thread in this part of the forum, have a look in there and see if anything works. When you work out how to do it please add it to the pinned thread if it's not there already,

Cheers,


Si