Displaying 2 results from an estimated 2 matches for "4700386".
2007 Jul 17
3
Small problem with src/lib/mountpoint.c [now with patch attached!]
...the automounter map we're using.
The /etc/mnttab file has TWO entries for the auto-mounted filestore,
like this:
auto_direct /mailstore/messages/p autofs
direct,ignore,dev=4740014 1184648400
crypt2.york.ac.uk:/vol/vol9/p /mailstore/messages/p nfs
proto=tcp,xattr,dev=4700386 1184668792
Although there are two entries they have different device numbers.
The mountpoint_get() function attempts to guard against this by
checking the device number obtained matches that of the path being
located.
However for some reason I don't understand when getmntent() retu...
2007 Jul 17
0
Small problem with src/lib/mountpoint.c
...the automounter map we're using.
The /etc/mnttab file has TWO entries for the auto-mounted filestore,
like this:
auto_direct /mailstore/messages/p autofs
direct,ignore,dev=4740014 1184648400
crypt2.york.ac.uk:/vol/vol9/p /mailstore/messages/p nfs
proto=tcp,xattr,dev=4700386 1184668792
Although there are two entries they have different device numbers.
The mountpoint_get() function attempts to guard against this by
checking the device number obtained matches that of the path being
located.
However for some reason I don't understand when getmntent() retu...