Ian Kent wrote:

> strace output is often not very useful.
> 
> If you think there is some sort of deadlock going on get a sysreq-t dump
> to syslog. We still haven't seen a debug log?

I've had reports that my emails are being delayed when they go out to the list.
If anyone is following along and you'd like me to add you to my cc:
lines so you get the email directly, let me know, and I'll do that.

I'm getting close to my limits of what this problem is worth to me.
I suspect the two broken paths will get unwedged if I reboot the system.
But I'd love to know how to prevent it from happening again.

I saw these lines in /var/log/messages:

> >>>> Jun 29 09:04:46 carabas automount[11786]: Debug logging set for /net
> >>>> Jun 29 09:09:22 carabas automount[11786]: get_pkt: message pending on 
> >>>> control fifo.
> >>>> Jun 29 09:09:22 carabas automount[11786]: Basic logging set for /net

Does that mean that all debugging output from automount should be
going to that file?  Or could the debug output still be going someplace
else (or into /dev/null?) In between the first line of that log output and
the last line, I provoked a correctly functioning automount of
a local file system, and I also tried to access the "broken" path
to the local filesystem.

So that in combination with strace/automount not giving any output
when I access the broken path, makes me think the control path
is not getting out of the kernel.

Can you point me to an explanation of what a "sysreq-t dump" is and
how to get it?  I don't have access to the console of this machine,
hopefully it's something I can do from a root term window.

To summarize my problem, I have a test set of paths to access a local
filesystem, 7 work and 2 don't.

/net/carabas/export/home1
/net/carabas/export/home2    <-- fails
/net/carabas/export/home3    <-- fails
/net/carabas.sfbay/export/home1
/net/carabas.sfbay/export/home2
/net/carabas.sfbay/export/home3
/net/carabas.sfbay.sun.com/export/home1
/net/carabas.sfbay.sun.com/export/home2
/net/carabas.sfbay.sun.com/export/home3


I don't see anythign suspicious in the output of:
showmount
df
/etc/host.conf
strace automount
automount -l debug /net




--chris

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to