Re: Stale NFS file handle (wtf?)

2007-03-28 Thread sfjro

> > Nothing interesting in dmesg. Compiled using gcc 3.4, local.mk and =
> > 
> > kernel v2.6.20.3. Not using latest daily, will recompile to that and =
> > 
> > reload module later on. I'm guessing that will solve the problem =
> 
> You have changed your environment, thank you, but you still had a
> problem and I cannot reproduce your problem.
> 
> I think I am stucking about your problem.
> If anyone can reproduce Jorgen's problem, please let me know how.

Jorgen,

If you meet BUG at iinfo.c:62 again, please send me the stacktrace.
Your new kernel configuration will show us the correct stacktrace.
And send me your .config too.


Junjiro Okajima

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Re: Stale NFS file handle (wtf?)

2007-03-27 Thread sfjro

"Jrgen_P._Tjern":
> [EMAIL PROTECTED]:/storage/isos# ls
> ls: .: Stale NFS file handle
> 
> It's obviously not the nfs causing the problems. since it's not running. =

Linux VFS returns this error what it failed revalidating, even if the
filesystem is not nfs.
Your aufs failed revalidating the current directory.


> Nothing interesting in dmesg. Compiled using gcc 3.4, local.mk and =
> 
> kernel v2.6.20.3. Not using latest daily, will recompile to that and =
> 
> reload module later on. I'm guessing that will solve the problem =

You have changed your environment, thank you, but you still had a
problem and I cannot reproduce your problem.

I think I am stucking about your problem.
If anyone can reproduce Jorgen's problem, please let me know how.


Junjiro Okajima

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Re: Stale NFS file handle (wtf?)

2007-03-27 Thread Marty Rosenberg
this sounds more like a problem with your shell cacheing an old inode.  
a) what shell do you use, b) what happens if you use something that's a bit 
stupider like the original sh.
> Jørgen P. Tjernø wrote:
>> I'm toying around, and I want to ls a dir on the aufs. 
>> [EMAIL PROTECTED]:/storage/isos# ls ls: .: Stale NFS file handle 
>> [EMAIL PROTECTED]:/storage/isos# grep /storage /proc/mounts none /storage
>> aufs 
>> rw,xino=/vault/disk3/.aufs.xino,udba=inotify,br:/vault/disk3=rw:/vault/
>> disk2=rw:/vault/disk1=rw:/vault/lvm=rw 0 0 [ .. snip .. ]
> 
> What the ..? [EMAIL PROTECTED]:/storage/isos# ls . ls: .: Stale NFS file
> handle [EMAIL PROTECTED]:/storage/isos# ls /storage/isos  dirlisting>
> 
> Strange. :-)
> 
> Kindest regards, Jørgen P. Tjernø.
> 
> 
> -
>  Take Surveys. Earn Cash. Influence the Future of IT Join
> SourceForge.net's Techsay panel and you'll get the chance to share your 
> opinions on IT & business topics through brief surveys-and earn cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Re: Stale NFS file handle (wtf?)

2007-03-27 Thread Jørgen P. Tjernø
Jørgen P. Tjernø wrote:
> I'm toying around, and I want to ls a dir on the aufs.
> [EMAIL PROTECTED]:/storage/isos# ls
> ls: .: Stale NFS file handle
> [EMAIL PROTECTED]:/storage/isos# grep /storage /proc/mounts
> none /storage aufs 
> rw,xino=/vault/disk3/.aufs.xino,udba=inotify,br:/vault/disk3=rw:/vault/disk2=rw:/vault/disk1=rw:/vault/lvm=rw
>  
> 0 0
> [ .. snip .. ]

What the ..?
[EMAIL PROTECTED]:/storage/isos# ls .
ls: .: Stale NFS file handle
[EMAIL PROTECTED]:/storage/isos# ls /storage/isos
  

Strange. :-)

Kindest regards, Jørgen P. Tjernø.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Stale NFS file handle (wtf?)

2007-03-27 Thread Jørgen P. Tjernø
I'm toying around, and I want to ls a dir on the aufs.
[EMAIL PROTECTED]:/storage/isos# ls
ls: .: Stale NFS file handle
[EMAIL PROTECTED]:/storage/isos# grep /storage /proc/mounts
none /storage aufs 
rw,xino=/vault/disk3/.aufs.xino,udba=inotify,br:/vault/disk3=rw:/vault/disk2=rw:/vault/disk1=rw:/vault/lvm=rw
 
0 0
[EMAIL PROTECTED]:/storage/isos# /etc/init.d/nfs-kernel-server stop
  * Stopping NFS kernel daemon 
 
  [ ok ]
  * Unexporting directories for NFS kernel daemon... 
 
  [ ok ]
[EMAIL PROTECTED]:/storage/isos# ls
ls: .: Stale NFS file handle

It's obviously not the nfs causing the problems. since it's not running. 
Nothing interesting in dmesg. Compiled using gcc 3.4, local.mk and 
kernel v2.6.20.3. Not using latest daily, will recompile to that and 
reload module later on. I'm guessing that will solve the problem 
temporarily, but I've got no clue what's causing this.

Doing ls on a bind --mount of /storage/isos shows the correct directory 
listing.

Any clues as to what could cause this? Should it be fixed in the tuesday 
update?

Kindest regards Jørgen P. Tjernø.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV