1835818 Members
3086 Online
110085 Solutions
New Discussion

not found

 
jok llamera
Advisor

not found

hi fellas,

Do you have any idea about this error.

::> ls -la
./nohup.out not found
./_tobedone not found
./se-cc-total.dat not found
./se-co-20020116.dat not found
./se-ih-20020116.dat not found
./se-it-20020116.dat not found
./se-ps-total.dat not found
./se-sa-total.dat not found

::> ls | more
_tobedone
bak
nohup.out
se-cc-total.dat
se-co-20020115.dat
se-co-20020116.dat
se-ih-20020115.dat
se-ih-20020116.dat
se-it-20020115.dat
Excelence is not an act but a hobby
10 REPLIES 10
Stefan Farrelly
Honored Contributor

Re: not found


Hmm. When you did the ls -la command the file bak wasnt listed as being not found. But ls | more showed it. Seems suspicious or an omission ?

Maybe youve got some control characters in some filenames. Try doing; ls -l | vis
and see if any funny characters are displayed (they will show up as \....)

Or your ls command is an alias someone set up, try running it from the directory where the binary is; /usr/bin/ls
Im from Palmerston North, New Zealand, but somehow ended up in London...
jok llamera
Advisor

Re: not found

root @ kakapo : { /whkse/hkse1/itf/mmds/in }
::> ls -l
./nohup.out not found
./_tobedone not found


root @ kakapo : { /whkse/hkse1/itf/mmds/in }
::> which ls
/usr/bin/ls

root @ kakapo : { /whkse/hkse1/itf/mmds/in }
::> which ls -la
/usr/bin/ls
no -la in /

Excelence is not an act but a hobby
Ruediger Noack
Valued Contributor

Re: not found

Yes, alias or another non system ls command in your PATH. Try: type ls.

Ruediger
jok llamera
Advisor

Re: not found

hi felas,

Additional info, I used this command(ls,ls -la) anywhere other than this FS and its okey. Also I have not list all the output co'z there are hundreds of files and can not be found. Any options of ls cant be used. I want to fsck but I can't not unmount it even no users anymore or any prosses setting on top of the FS. Is just say device busy..

tnx,
joks
Excelence is not an act but a hobby
Frederic Sevestre
Honored Contributor

Re: not found

Hi,
Did you try fuser on the lvol name ?
# fuser /dev/vgxx/lvolXX
then
# fuser -ku /dev/vgxx/lvolXX
Else did you check there is no other FS mounted on this FS.

Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
Steve Labar
Valued Contributor

Re: not found

Is this an NFS FS? If a client mounts an NFS FS with user access only, local root on the client is considered an "other" if the server did not export with root access for the client. In this case, if the file does have read access for other, local root can not find it.

Good Luck.
Steve
Wodisch
Honored Contributor

Re: not found

Hello,

seems you do NOT have proper permissions for the current working directory:
didi you "cd" to it and later on "chmod" the permissions, revoking the "x" permission of that directory (".") ???

Just my $0.02,
Wodisch
Helen French
Honored Contributor

Re: not found

Hi,

Few things:

1) Check whether it's an NFS directory. Or any mount points in this directory. If the NFS export was without proper permissions, then you will get this type of error.

2) Do an fsck on the file system. For unmounting, you need to kill all processes running on this FS using 'fuser' command. If there are some hardware failures on an online file system, this type of problem can occur.

HTH,
Shiju
Life is a promise, fulfill it!
jok llamera
Advisor

Re: not found

hi fellas,

Its not an NFS, and some of the files under that directory can be listed.

[Kakapo]::/whkse/hkse1/itf/mmds/in> ls -la
./nohup.out not found
./_tobedone not found
./se-co-20020117.dat not found
./se-ih-20020117.dat not found
./se-it-20020117.dat not found
./se-sg-20020117.dat not found
./se-cc-total.dat not found
./se-co-20020116.dat not found
./se-ih-20020116.dat not found
./se-it-20020116.dat not found
./se-sh-20020117.dat not found
./se-st-20020117.dat not found
./se-ps-total.dat not found
./se-sa-total.dat not found
./se-sg-20020116.dat not found
./se-sh-20020116.dat not found
./se-st-20020116.dat not found
./se-wt-20020117.dat not found
./se-wo-total.dat not found
./se-wt-20020116.dat not found
total 36
drwxrwxrwx 4 4102 whksea 13312 Jan 17 06:16 .
drwxrwxr-x 9 4102 whksea 2048 Jan 10 10:03 ..
drwxrwxrwx 2 4102 whksea 3072 Jan 17 05:33 bak
Excelence is not an act but a hobby
Ruediger Noack
Valued Contributor

Re: not found

Hi,

first you should run fsck for this filesystem.

Ruediger