PDA

View Full Version : Trying to install Novell client, ownership problems...



Tortoise
06-20-2003, 10:25 PM
This is what I get - any clues?
I got it from:

http://sourceforge.net/project/shownotes.php?release_id=147177

Thanks!

root@Milo:/mnt/hda6/Programs# sh novelclient-0.82.bz2.sh
Creating directory novelclient
Verifying archive integrity...OK
Uncompressing Novel Client for Linux 0.82tar: CHANGELOG: Cannot change ownership
to uid 500, gid 500: Operation not permitted
tar: contrib: Cannot change ownership to uid 500, gid 500: Operation not permitt
ed
tar: graphics/Assured.png: Cannot change ownership to uid 500, gid 500: Operatio
n not permitted
.....tar: graphics/Assured.xcf: Cannot change ownership to uid 500, gid 500: Ope
ration not permitted
tar: graphics/folder_24.xcf: Cannot change ownership to uid 500, gid 500: Operat
ion not permitted
tar: graphics/folder_24.xpm: Cannot change ownership to uid 500, gid 500: Operat
ion not permitted
tar: graphics/NovelClient_32.png: Cannot change ownership to uid 500, gid 500: O
peration not permitted
....tar: graphics/NovelClient_48.png: Cannot change ownership to uid 500, gid 50
0: Operation not permitted
.tar: graphics/NovelClient.png: Cannot change ownership to uid 500, gid 500: Ope
ration not permitted
.tar: graphics/NovelClient.xcf: Cannot change ownership to uid 500, gid 500: Ope
ration not permitted
tar: graphics/NovelClient_16.png: Cannot change ownership to uid 500, gid 500: O
peration not permitted
tar: graphics/tree_24.xcf: Cannot change ownership to uid 500, gid 500: Operatio
n not permitted
...tar: graphics/tree_24.png: Cannot change ownership to uid 500, gid 500: Opera
tion not permitted
tar: graphics: Cannot change ownership to uid 500, gid 500: Operation not permit
ted
tar: INSTALL: Cannot change ownership to uid 500, gid 500: Operation not permitt
ed
..tar: LICENSE: Cannot change ownership to uid 500, gid 500: Operation not permi
tted
.tar: Novel: Cannot change ownership to uid 500, gid 500: Operation not permitte
d
tar: novelclient: Cannot change ownership to uid 500, gid 500: Operation not per
mitted
tar: NovelClient.desktop: Cannot change ownership to uid 500, gid 500: Operation
not permitted
tar: novelclient.lsm: Cannot change ownership to uid 500, gid 500: Operation not
permitted
tar: Novel.conf: Cannot change ownership to uid 500, gid 500: Operation not perm
itted
.....tar: Novel.dcu: Cannot change ownership to uid 500, gid 500: Operation not
permitted
tar: Novel.dpr: Cannot change ownership to uid 500, gid 500: Operation not permi
tted
tar: Novel.kof: Cannot change ownership to uid 500, gid 500: Operation not permi
tted
...tar: Novel.pas: Cannot change ownership to uid 500, gid 500: Operation not pe
rmitted
tar: NovelProject.conf: Cannot change ownership to uid 500, gid 500: Operation n
ot permitted
tar: NovelProject.desk: Cannot change ownership to uid 500, gid 500: Operation n
ot permitted
tar: NovelProject.kof: Cannot change ownership to uid 500, gid 500: Operation no
t permitted
tar: NovelProject.res: Cannot change ownership to uid 500, gid 500: Operation no
t permitted
tar: Novel.res: Cannot change ownership to uid 500, gid 500: Operation not permi
tted
......tar: Novel.xfm: Cannot change ownership to uid 500, gid 500: Operation not
permitted
tar: README: Cannot change ownership to uid 500, gid 500: Operation not permitte
d
..tar: RSA-crypto.txt: Cannot change ownership to uid 500, gid 500: Operation no
t permitted
tar: scripts/Debian/novelclient: Cannot change ownership to uid 500, gid 500: Op
eration not permitted
tar: scripts/Debian: Cannot change ownership to uid 500, gid 500: Operation not
permitted
....tar: scripts/setup-Debian.sh: Cannot change ownership to uid 500, gid 500: O
peration not permitted
.tar: scripts/setup-Redhat.sh: Cannot change ownership to uid 500, gid 500: Oper
ation not permitted
tar: scripts: Cannot change ownership to uid 500, gid 500: Operation not permitt
ed
tar: setup.sh: Cannot change ownership to uid 500, gid 500: Operation not permit
ted
..tar: unixutils.dcu: Cannot change ownership to uid 500, gid 500: Operation not
permitted
.tar: unixutils.pas: Cannot change ownership to uid 500, gid 500: Operation not
permitted
tar: usr/local/lib/kylix2/libqt.so.2: Cannot create symlink to `libqt.so.2.3.0':
Operation not permitted
......su
tar: usr/local/lib/kylix2/libqt.so.2.3.0: Cannot change ownership to uid 500, gi
d 500: Operation not permitted
.tar: usr/local/lib/kylix2/libqtintf-6.5.0-qt2.3.so: Cannot change ownership to
uid 500, gid 500: Operation not permitted
tar: usr/local/lib/kylix2/libqtintf-6.5-qt2.3.so: Cannot create symlink to `libq
tintf-6.5.0-qt2.3.so': Operation not permitted
.tar: usr/local/lib/kylix2: Cannot change ownership to uid 500, gid 500: Operati
on not permitted
tar: usr/local/lib: Cannot change ownership to uid 500, gid 500: Operation not p
ermitted
tar: usr/local: Cannot change ownership to uid 500, gid 500: Operation not permi tted
tar: usr: Cannot change ownership to uid 500, gid 500: Operation not permitted
tar: Error exit delayed from previous errors
Extraction failed.

Terminated

eadz
06-21-2003, 02:47 AM
is that filesystem writable ?

i.e. if you do a "chown 500:500 somefile" does it give the same error?

is it a Linux filesystem? ie. not fat32

Tortoise
06-21-2003, 06:06 PM
It's writable, but it is fat32 - does that matter?
Thanks

PS Wait a minute though, I'm not so sure, HDA1 is a fat32 filesystem, HDA2 is my linux system partition, ext2, and 6 is my linux / windows shared files partition, where I have the program I am trying to install - I am not sure where it is trying to write to. Any ideas? Should I move it to the ext2 partition?

eadz
06-22-2003, 02:56 AM
Yes, you should put it onto an ext2 filesystem.

Fat32 doesn't support chmod.