Re: [autofs] failed to mount offset

2011-06-08 Thread Greg Wooledge
On Wed, Jun 08, 2011 at 09:17:35PM +0800, Ian Kent wrote: On Wed, 2011-06-08 at 05:06 -0500, Mag Gam wrote: Trying to mount a newly created volume on a fileserver (appliance) and nis. Able to see the volume using showmount and able to mount so, I don't believe its a permission problem.

Re: [autofs] adding new file systems to host map

2011-02-28 Thread Greg Wooledge
On Thu, Feb 24, 2011 at 07:27:07AM -0700, Michael Coffman wrote: If I am using host mapping on an autofs client and have a file system from a server mounted, how do I get new file systems that are added to the file server to be seen by the client? When I asked a similar question a few months

[autofs] How to reload /net maps

2010-08-25 Thread Greg Wooledge
Debian 5.0, autofs 4.1.4, kernel 2.6.26-2-686 I may be overlooking some documentation, but I couldn't find out how to do this. Occasionally one of our NFS servers adds a new entry to its /etc/exports file, and we'd like the clients to be able to use it. The clients look like: # grep -v '^#'

Re: [autofs] how to use keys ...

2009-05-04 Thread Greg Wooledge
On Fri, May 01, 2009 at 11:27:31PM -0400, raespi wrote: /home/teratux :: For example I want to be able to automount a resource from NFS in this exact location. Our setup is a bit more traditional. This is what we're doing: $ cat /etc/auto.master # ... /nfs/etc/auto.net +auto.master $

Re: [autofs] automount usb key (vfat and ntfs)

2008-12-01 Thread Greg Wooledge
On Mon, Dec 01, 2008 at 12:03:27PM -0500, Jeff Moyer wrote: If that doesn't work, then I'd suggest a program map. Something simple should work: ---[cut here]--- #!/bin/bash ntfs-3g.probe /dev/sda1 if [ $? -eq 0 ]; then ntfs-3g /dev/sda1 /media/$1 RET=$? else

Re: [autofs] smbfs credentias

2005-04-05 Thread Greg Wooledge
On Mon, Apr 04, 2005 at 08:27:00PM -, Craig Schreiner wrote: Wow, I'm really surprised that there isn't some mechanism to support multiple users? While this credential mechanism might be okay for a test lab or a single user LAN, but what do people do in a business/enterprise environment?

Re: [autofs] [PATCH 3/5] logging to stderr

2005-02-15 Thread Greg Wooledge
On Tue, Feb 15, 2005 at 08:28:45AM -0500, Jeff Moyer wrote: Putting autofs in the foreground doesn't buy you much, except to debug initialization. Much of the business logic is executed in forked processes. I'm not against this, but I must say that I find all of the information I need to

Re: [autofs] [RFC] Towards a Modern Autofs

2004-01-07 Thread Greg Wooledge
On Tue, Jan 06, 2004 at 04:28:59PM -0600, Ogden, Aaron A. wrote: On those occasions where the autofs daemon gets confused (loses track of mountpoints, gets corruption in its internal representation of NIS maps, etc.) we could shut down the autofs daemon, kill any remaining processes, and

Re: How to reduce autofs logging?

2002-04-02 Thread Greg Wooledge
On Tue, Apr 02, 2002 at 10:01:52AM +0200, Rune Mossige wrote: Is there a way to configure autofs to not do this logging? Alternatively, how do I direct these loggings to a different file? man syslog.conf, man syslog You're throwing away a gold mine of information. I'd *kill* to make HP-UX

Re: autofs interoperability problems between linux and solaris

2001-10-29 Thread Greg Wooledge
On Fri, Oct 26, 2001 at 03:44:20PM -0700, Ogden, Aaron A. wrote: As I stated in the original message, I can use the 'mount' command to access the filesystems from Linux or Solaris with no problems. I can mount using tcp or udp mode with no difficulty. However, when I try to mount the same

Re: How do you get /net to work with autofs-3.1.7-14 on RH 7.1?

2001-09-28 Thread Greg Wooledge
On Thu, Sep 27, 2001 at 11:53:49AM -0400, jason becker wrote: I also noticed that /net doesn't work with my HPUX boxes for some (NFS protocol?) reason. Works with Linux, Solaris and AIX though. It works fine on HP-UX 10.20 here. Note the syntax: # cat /etc/auto_master /nfs-hosts