2002-06-12 04:29:58

by N??ez

[permalink] [raw]
Subject: Strange messages on /var/log/messages: kernel: fh_verify: lnxsrv0004/repository permission failure, acc=42, error=13

Greetings,

Looking into the /var/log/messages i found the
following error message:

Jun 10 10:01:11 lnxsrv0003 kernel: fh_verify:
linux0054/repository permission failure, acc=42,
error=13
Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
linux0050/repository permission failure, acc=42,
error=13
Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
linux0048/repository permission failure, acc=42,
error=13
Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
linux0024/repository permission failure, acc=42,
error=13
Jun 10 10:01:13 lnxsrv0003 kernel: fh_verify:
linux0049/repository permission failure, acc=42,
error=13
Jun 10 10:01:13 lnxsrv0003 kernel: fh_verify:
linux0047/repository permission failure, acc=42,
error=13
Jun 10 10:01:14 lnxsrv0003 kernel: fh_verify:
linux0056/repository permission failure, acc=42,
error=13
Jun 10 10:01:15 lnxsrv0003 kernel: fh_verify:
linux0057/repository permission failure, acc=42,
error=13
Jun 10 10:04:00 lnxsrv0003 kernel: fh_verify:
lnxsrv0004/repository permission failure, acc=42,
error=13
Jun 10 10:04:00 lnxsrv0003 last message repeated 5
times

Any ideas? Are this messages harmfull?

JV.

=====
Jos? Vicente Nu?ez Zuleta ([email protected])
Newbreak System Administrator (http://www.newbreak.com)
Office Phone: 203-355-1511, 203-355-1510
Fax: 203-355-1512
Cellular Phone: 203-570-7078

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

_______________________________________________________________

Multimillion Dollar Computer Inventory
Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar



_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs


2002-06-12 09:02:24

by James Pearson

[permalink] [raw]
Subject: Re: Strange messages on /var/log/messages: kernel: fh_verify: lnxsrv0004/repository permission failure, acc=42, error=13

See question 6 (and the answer) in the NFS FAQ at
http://nfs.sourceforge.net/ :

> 6. Q. I keep getting permission failure messages at my nfs server. What are they?
> Jan 7 09:15:29 server kernel: fh_verify: mail/guest permission failure, acc=4, error=13
> Jan 7 09:23:51 server kernel: fh_verify: ekonomi/test permission failure, acc=4, error=13
>
> They happen when a NFS setattr operation is attempted on a file you don't have
> write access to. These messages are harmless.

If you want, you could remove the offending 'printk' line from the knfsd
code ...

James Pearson

"Jos? Vicente N??ez Zuleta" wrote:
>
> Greetings,
>
> Looking into the /var/log/messages i found the
> following error message:
>
> Jun 10 10:01:11 lnxsrv0003 kernel: fh_verify:
> linux0054/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
> linux0050/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
> linux0048/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
> linux0024/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:13 lnxsrv0003 kernel: fh_verify:
> linux0049/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:13 lnxsrv0003 kernel: fh_verify:
> linux0047/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:14 lnxsrv0003 kernel: fh_verify:
> linux0056/repository permission failure, acc=42,
> error=13
> Jun 10 10:01:15 lnxsrv0003 kernel: fh_verify:
> linux0057/repository permission failure, acc=42,
> error=13
> Jun 10 10:04:00 lnxsrv0003 kernel: fh_verify:
> lnxsrv0004/repository permission failure, acc=42,
> error=13
> Jun 10 10:04:00 lnxsrv0003 last message repeated 5
> times
>
> Any ideas? Are this messages harmfull?
>
> JV.
>
> =====
> Jos? Vicente Nu?ez Zuleta ([email protected])
> Newbreak System Administrator (http://www.newbreak.com)
> Office Phone: 203-355-1511, 203-355-1510
> Fax: 203-355-1512
> Cellular Phone: 203-570-7078
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> _______________________________________________________________
>
> Multimillion Dollar Computer Inventory
> Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar
>
> _______________________________________________
> NFS maillist - [email protected]
> https://lists.sourceforge.net/lists/listinfo/nfs

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs

2002-06-12 13:26:27

by N??ez

[permalink] [raw]
Subject: Re: Strange messages on /var/log/messages: kernel: fh_verify: lnxsrv0004/repository permission failure, acc=42, error=13

Thanks a lot!, i will check for the proper file
permissions.

--- James Pearson <[email protected]> wrote:
> See question 6 (and the answer) in the NFS FAQ at
> http://nfs.sourceforge.net/ :
>
> > 6. Q. I keep getting permission failure messages
> at my nfs server. What are they?
> > Jan 7 09:15:29 server kernel: fh_verify:
> mail/guest permission failure, acc=4, error=13
> > Jan 7 09:23:51 server kernel: fh_verify:
> ekonomi/test permission failure, acc=4, error=13
> >
> > They happen when a NFS setattr operation is
> attempted on a file you don't have
> > write access to. These messages are harmless.
>
> If you want, you could remove the offending 'printk'
> line from the knfsd
> code ...
>
> James Pearson
>
> "Jos? Vicente N??ez Zuleta" wrote:
> >
> > Greetings,
> >
> > Looking into the /var/log/messages i found the
> > following error message:
> >
> > Jun 10 10:01:11 lnxsrv0003 kernel: fh_verify:
> > linux0054/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
> > linux0050/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
> > linux0048/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:12 lnxsrv0003 kernel: fh_verify:
> > linux0024/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:13 lnxsrv0003 kernel: fh_verify:
> > linux0049/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:13 lnxsrv0003 kernel: fh_verify:
> > linux0047/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:14 lnxsrv0003 kernel: fh_verify:
> > linux0056/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:01:15 lnxsrv0003 kernel: fh_verify:
> > linux0057/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:04:00 lnxsrv0003 kernel: fh_verify:
> > lnxsrv0004/repository permission failure, acc=42,
> > error=13
> > Jun 10 10:04:00 lnxsrv0003 last message repeated 5
> > times
> >
> > Any ideas? Are this messages harmfull?
> >
> > JV.
> >
> > =====
> > Jos? Vicente Nu?ez Zuleta ([email protected])
> > Newbreak System Administrator
> (http://www.newbreak.com)
> > Office Phone: 203-355-1511, 203-355-1510
> > Fax: 203-355-1512
> > Cellular Phone: 203-570-7078
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! - Official partner of 2002 FIFA World Cup
> > http://fifaworldcup.yahoo.com
> >
> >
>
_______________________________________________________________
> >
> > Multimillion Dollar Computer Inventory
> > Live Webcast Auctions Thru Aug. 2002 -
> http://www.cowanalexander.com/calendar
> >
> > _______________________________________________
> > NFS maillist - [email protected]
> > https://lists.sourceforge.net/lists/listinfo/nfs
>
>
_______________________________________________________________
>
> Sponsored by:
> ThinkGeek at http://www.ThinkGeek.com/
> _______________________________________________
> NFS maillist - [email protected]
> https://lists.sourceforge.net/lists/listinfo/nfs


=====
Jos? Vicente Nu?ez Zuleta ([email protected])
Newbreak System Administrator (http://www.newbreak.com)
Office Phone: 203-355-1511, 203-355-1510
Fax: 203-355-1512
Cellular Phone: 203-570-7078

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs