jpeters
Group: Members
Posts: 804
Joined: April 2006 |
|
Posted: Oct. 11 2007,16:32 |
|
Quote (mikshaw @ Oct. 11 2007,10:39) | That sounds really weird. I was thinking maybe the partition itself was being mounted without read permission, but it's very strange for that to happen on both machines.
When you succesfully mount it, take a look at the directory structure and file permissions of the /opt/calc directory. I'm just shooting in the dark here, but I have no idea what to look for at this point. Just maybe something will jump out at us.
What command did you use to create the package, and where were you (what directory) when you ran the command? Were you root? |
Looking at the file permissions, when loaded from hda1 the /opt/calc folder it's 'drwxrwxr-x'. From hda3 it copies as 'drwxr-sr-x'; then it quits because it can't write the /opt/calc/bin folder.
I created the package in root, both directly from the /opt directory and also from $HOME/work/opt. I set the /opt dir permissions to 'drwxrwxr-r' before creating the image, but it changes when loading from hda3.
|