Displaying 20 results from an estimated 10000 matches similar to: "nfs home dir, wlan/vpn, network manager"
2012 Jul 26
0
wlan and macvtap?
Greetings,
This is my fist time posting to a mailing list.
For the past few days I have been trying to mimic my former windows
workstation with a centos 6.3 workstation at work.
I have gotten really far but am now facing an issue I cant seem to
solve on my own.
My former workstation had vmware for running my virtual machines.
Most of the time I would run just two virtual machines, but sometimes
2014 Jan 13
0
[resolved ]nfs client kerberos cache
2014/1/6 Darod Zyree <darodzyree at gmail.com>
> Greetings,
>
> Not sure if this is the correct mail list.
>
> I have the following test environment set up:
> - 1x ipa master = ipa1.example.com
> - 1x nfs server = nfs1.example.com
> - 1x nfs client = nfsclient1.example.com
>
> NFS version 4 is used and the appropriate Kerberos principal has been
> created in
2012 Aug 08
1
Update to EL 6.3 breaks TCP NFS automounts
See Red Hat Bugzilla bug #846852 for details.
https://bugzilla.redhat.com/show_bug.cgi?id=846852
FYI:
We discovered that after updating to EL 6.3 on our x86_64 server, autofs
5.0.5-54 broke our nightly backups that rely on automounting an NFS
share hosted on another EL 6 machine on our local network. The machine
hosting NFS server was configured to allow only TCP connections to the
port
2016 Feb 03
1
nfs stuck, don't know what processes to kill
On Tue, Feb 2, 2016 at 9:23 AM, <m.roth at 5-cent.us> wrote:
> Dave Burns wrote:
> > My NFS server is up and other clients can access x. One particular client
> > can't. I tried to unmount the NFS share:
> >
> > [root at nfsclient ~]# umount -f /disk/x
> > umount2: Device or resource busy
> > umount.nfs: /disk/x: device is busy
> > umount2:
2010 Jan 25
2
autofs with nfs plus local directories
Hi,
I have a autofs configured to mount home dir from NFS. All user
accounts lookup is done using LDAP. All is working fine with this
setup. Now I need to create a local user account and have its home dir
also on local system. So I added a new user account and changed
auto.home as follows:
test1 -rw,hard,intr /home/test1
* -rw,hard,intr nfs1:/export/users/&
But this
2015 Jul 11
3
Mounting NFS file systems via Nautilus on CentOS 6
Why not just use autofs and have it mounted on demand?
jh
2020 May 18
4
how does autofs deal with stuck NFS mounts and suspending to RAM?
Hi,
after trying sshfs to mount a remote file system on a server with the result
that sshfs will sooner or later get stuck and require a reboot of the client,
I'm fed up with it and am looking for alternatives.
So next I would like to use NFS over a VPN connection instead. To minimize
the instances of the NFS mount getting stuck, it might be helpful to use
autofs.
What happens when the
2006 Sep 25
1
Pls help on configuring autofs on NFS
Hi all,
I'm trying to setup this scenario on NFS and autofs on Centos 4.3:
- useradd nfstest on an NFS server (192.168.1.247)
- Setting up this NFS server /etc/exports:
/home/nfstest 192.168.1.252/255.255.255.0(rw,sync,no_root_squash)
- useradd nfstest on a client machine (192.168.1.252)
- make sure that the uid and gid are the same on the server and the client
- setting up
2015 Oct 07
2
autpfs + nfs stuck on stat() inside libvirt lxc 1.2.18
Hi all.
Has someone success story with using autofs + nfs inside libvirt LXC container ?
In my case nfs client and server in lxc work just fine, but with
autofs hang on system call state().
I use CE7_64 on nodes and inside container with libvirt 1.2.18
May be I must set some of capabilities in <feature>
(http://man7.org/linux/man-pages/man7/capabilities.7.html) ?
I try only CAP_SYS_ADMIN
2005 Sep 11
2
mounting nfs partition at boot.
This seems like another basic question because I always assumed that if
I threw something in my /etc/fstab then it will be automatically mounted
at boot time (unless I put in the 'noauto' option).
But my NFS partition isn't getting mounted, here's the excerpt from my
/etc/fstab file, split on the whitespace so it's easier to read:
nfs_server:/exports/var/www
/var/www
nfs
2011 Nov 28
1
NFS: hostname vs IP address
CentOS 5.7 x86_64. Lots of hosts NFS mounting a file system. All are
configured identically (same LDAP servers, same DNS, same autofs config,
same patches, etc). On some of them I see an NFS mount displaying a host
name:
% df -P | grep smt
<hostname>:/mnt/foo 1651345888 264620688 1386725200 17% /fs/home/smt
and on some just the IP address:
% df -P | grep smt
aa.bb.cc.dd:/mnt/foo
2013 Oct 06
1
reposync
Hello,
During a reposync of the centos base mirror, how come there are more
packages downloaded than the iso file contains...
The iso's Packages directory contains 3956 rpm packages.
The reposync of base holds 6381 rpm packages.
This was done using centos's default yum repo file
[base]
name=CentOS-$releasever - Base
2014 Sep 01
2
Runing multiple daemons with systemctl
Hi all,
I am doing some tests with a CentOS7 vm image before to enter in our
production environment. I need to migrate some sysvinit scripts to
systemctl.
In all of them I need to launch some daemons in the same init script.
For example:
a) start daemon1
b) if daemon1 returns no startup errors, launch daemon2
c) if daemon1 returns any startup error, doesn't start daemon2 and exit.
Is it
2015 Aug 31
1
Shutdown hangs on "Unmounting NFS filesystems"
On 08/30/2015 04:32 PM, Frank Cox wrote:
> On Sun, 30 Aug 2015 16:20:21 -0500
> Robert Nichols wrote:
>
>> Once the system gets into this state, the only remedy is a forced
>> power-off. What seems to be happening is that an NFS filesystem that
>> auto-mounted over a WiFi connection cannot be unmounted because the
>> WiFi connection is enabled only for my login
2016 Feb 16
2
nfs v3 issues on Centos 7
Hello list,
So I'm having a strange issue with Centos 7 mounting NFS V3.
It starts with autofs. For example, my auto.share file:
apps -nfsvers=3 some-server:/mnt/xfs1/&
This will mount, but the first mount takes ~30 sec. After this, eventually the mount becomes stale but it still shows as connected in 'mount'.
At this point, I can no longer mount NFS shares. Manual mounting
2010 Apr 27
1
NFS automount failure
I'm having a problem with automount (autofs) from a server running
CentOS 5.4 to clients (example is CentOS 5.4). Client pulls automount
maps from NIS. THIS particular server is also used for login so it is
NIS bound as well (other servers are NOT).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NIS Server Side... (content shortened)
2016 Feb 02
5
nfs stuck, don't know what processes to kill
My NFS server is up and other clients can access x. One particular client
can't. I tried to unmount the NFS share:
[root at nfsclient ~]# umount -f /disk/x
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
If I use df or lsof to try to figure out what process to kill, they hang. I
am reluctant to just
2013 Nov 12
2
NFS hard mount
Is there a tunable to set NFS hard mount time out? For instance, if the
server becomes unavailable for extended amount of time, say 1 hour. I would
like to timeout after 30 secs.
(Soft mount isn't an option, BTW)
--
--- Get your facts first, then you can distort them as you please.--
2013 Apr 07
2
nfs timeout
hi,
I use automounter to mount to many hosts
/net/<hostname>/dir
When the hostname is unavaliable it seems NFS gets stuck. I would like to
set a NFS timeout (say 60 secs). If not available then error. I need to use
hardmount but is there such a thing as NFS client timeout?
--
--- Get your facts first, then you can distort them as you please.--
2017 Apr 03
2
NFS Client with quota
Thanks Patrick.
For Solaris, quota can be set when mounting from NFS client.
There is a transition from Solaris to CentOS 6 this time.
Therefore, quota setting is required for NFS mounting
from CentOS 6 as with Solaris.
Is it still impossible for CentOS 6?
koji
On Sun, 2 Apr 2017 14:44:59 +0200
Patrick B??gou <Patrick.Begou at legi.grenoble-inp.fr> wrote:
> Quota are managed at the