Displaying 20 results from an estimated 1000 matches similar to: "nfs question"
2013 Sep 10
1
Errors on NFS server
CentOS 6.4 x86_64
Kernel: 2.6.32-358.14.1.el6.x86_64
I have been noticing repeatedly that after a couple of weeks of uptime my NFS server starts to generate the following error:
------------[ cut here ]------------
WARNING: at lib/list_debug.c:26 __list_add+0x6d/0xa0() (Tainted: G W ---
2005 May 25
5
Patch to fix dynamic add/delete to zone functinality
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''m running systems with openswan and modified _updown script supporting
shorewall dynamic hosts. Because on problems with cvs head version of
openswan I found a error from shorewall dynamic hosts support. When host
is already in zone shorewall aborts adding process with error. This is
not good thing(tm).
I found out that deleting host from
2013 Aug 26
2
nfs4, idmapd, users with same name, different uid?
Is idmapd supposed to work where users have different uid numbers on
the nfsv4 server and client? It seems to show the right names for
ownership on the client side, but if I automount a home directory,
that user doesn't have permission to enter it, and if I change
permission to allow access and create a new file, it shows on the
server as owned by the uid number for the user on the client
2016 Jul 12
3
Best practice to shutdown hosts which has not NUT via upssched
Hi
?? I need to shutdown a number of hosts which has not NUT from one which has it.
?? I tried to do it from upssched script (after upssched's timer) like this:
case $1 in
??????? earlyshutdown)
??????????????? logger -t upssched-cmd "Early shutdown is started"
??????????????? /bin/sh /usr/local/sbin/shutdown-all-hosts.sh
??????????????? /usr/local/sbin/upsmon -c fsd
2017 Jan 04
2
Amavis on Centosl help
I'm moving from Ubuntu to CentOS 7
Previously, on Ubuntu, installing amavisd would lead to
etc/amavis/conf.d that contained:
01-debian
05-domain_id
05-node_id
15-av_scanners
15-content_filter_mode
20-debian_defaults
21-ubuntu_defaults
25-amavis_helpers
30-template_localization
40-policy_banks
50-user
However installing amavisd on centos leads to a spaghetti config file
(i.e.
2016 Jul 13
2
Best practice to shutdown hosts which has not NUT via upssched
On Wed, 13 Jul 2016, Dmitri Stepanov wrote:
> Hi
>
> ?? I need to shutdown a number of hosts which has not NUT from one which has it.
>
> ?? I tried to do it from upssched script (after upssched's timer) like this:
>
> case $1 in
> ??????? earlyshutdown)
> ??????????????? logger -t upssched-cmd "Early shutdown is started"
> ??????????????? /bin/sh
2016 Jul 13
2
Best practice to shutdown hosts which has not NUT via upssched
On Wed, 13 Jul 2016, Dmitri Stepanov wrote:
>>> ?? shutdown-all-hosts.sh contains:
>>> # Linux hosts
>>> HOSTLIST="sim iogate br"
>>> for host in $HOSTLIST
>>> do
>>> ...
>>> ???? ssh $host halt -p
>>> ...
>>> done
>>> ?? shutdown-all-hosts.sh works fine if it runned manually.
>>> ?? But
2004 Oct 03
0
[patch] tell user about hosts with same key
The attached patch implements a feature that would make my interaction
with ssh somewhat more secure. When connecting to a host whose key is
not in the known_hosts file, this patch makes ssh tell the user about any
other hosts in the known_hosts file that have the same key.
For example, if I have host A in my known_hosts file, and try to connect
to host B which is an alias for A, ssh will tell
2007 Jun 11
1
Thoughts on arrays and generic functions
Working more on my cluster class, I can see other things coming up.
I''ve ended up creating custom functions to perform basic array-handling
tasks (like ''join'' and extracting a single element). I''ve also had to
create a template for /etc/hosts because I can''t use the ''host'' type and
iterate over an array.
I know Puppet is trying very
2016 Aug 29
6
CentOS 6: files now owned by nobody:nobody
Hi,
We are running a cluster under CentOS 6.6. We recently attached a new
NAS device, running CentOS 6.8 and rsync'd our user file system to it.
We noticed that all the files were owned by nobody (with nobody as the
group). We copied over the /etc/passwd and /etc/group files from our
front-end server to our NAS server. If we log in to the NAS server we
see the files owned by their
2020 Nov 09
2
nfs root kerberos
Hi.
I have Samba AD configured correctly, and can mount kerberized NFS from
all the CentOS 7 clients.? I'm not able to use "root" on the client even
though the nfs export specifies the option: no_root_squash option.
I completely understand that in order to use the "root" identity (which
doesn't exist as a user in the domain) on the NFS client, this identity
has to
2012 Oct 31
5
how to trigger puppet run on agents remotely
Hello Everybody,
I am looking for a way to trigger puppet rum
remotely. so that i don''t need to login into individual nodes and perform
the puppet agent --test from there.
Is there any alternative to puppet kick in puppet 3.0, since its being
deprecated in telly.
Also , can anybody tell how to configure foreman 1 to trigger puppet run
from the gui in puppet
2010 Jun 16
5
Disabling services in CentOS 5.5
Hello all,
I have been doing some searching for information about disabling
services within a CentOS 5.5 install. I have found a few different
opinions, and wanted to ask for some feedback.
First off, the system is running a LAMP stack to serve a web
application. It will only be doing email to send occasional messages
out (sent via the application only). It will not be receiving email
for any
2016 Jul 13
0
Best practice to shutdown hosts which has not NUT via upssched
Hi
?? I need to shutdown a number of hosts which has not NUT from one which has it.
?? I tried to do it from upssched script (after upssched's timer) like this:
case $1 in
??????? earlyshutdown)
??????????????? logger -t upssched-cmd "Early shutdown is started"
??????????????? /bin/sh /usr/local/sbin/shutdown-all-hosts.sh
??????????????? /usr/local/sbin/upsmon -c fsd
2016 Jul 13
0
Best practice to shutdown hosts which has not NUT via upssched
Thank you for answer Roger
>?????, 13 ???? 2016, 11:49 +03:00 ?? Roger Price <roger at rogerprice.org>:
>
>On Wed, 13 Jul 2016, Dmitri Stepanov wrote:
>
>> Hi
>>
>> ?? I need to shutdown a number of hosts which has not NUT from one which has it.
>>
>> ?? I tried to do it from upssched script (after upssched's timer) like this:
>>
>>
2012 Nov 26
2
Status of STONITH support in the puppetlabs corosync module?
Greetings -
Hoping to hear from hunner or one of the other maintainers of the
puppetlabs corosync module - there is a note on the git project page that
there is currently no way to configure STONITH. Is this information
current?
If so, has anybody come up with a simple method of managing STONITH with
corosync via puppet?
--
You received this message because you are subscribed to the
2016 Jul 14
0
Best practice to shutdown hosts which has not NUT via upssched
Thank you Roger
?????, 13 ???? 2016, 15:22 +03:00 ?? Roger Price <roger at rogerprice.org>:
>
>On Wed, 13 Jul 2016, Dmitri Stepanov wrote:
>
>>>> ?? shutdown-all-hosts.sh contains:
>>>> # Linux hosts
>>>> HOSTLIST="sim iogate br"
>>>> for host in $HOSTLIST
>>>> do
>>>> ...
>>>> ???? ssh
2012 Sep 11
2
NFS mounts group name shows as nobody
I am trying to find out why my group names are showing as nobody. I have a CentOS 6 system that is acting as a NFS server. I have some older fedora clients where the group name shows up fine, but newer CentOS 6 clients have the group name for NFS mounts show up as "nobody". The username shows up fine but the group name shows up as "nobody".
I have tried changing some setting
2014 Oct 08
0
centos 7, docker, NFS and uid = -2
I created a centos 7 docker container in which I want to mount a
NFS share in. Said share is owned by user virtual with uid 1200. So I
do some exporting (docker container is in 172.17.0.0/16):
spindizzy> cat /etc/exports
/export 10.0.0.0/24(ro,fsid=0,no_subtree_check,sync)
172.17.0.0/16(ro,fsid=0,no_subtree_check,sync)
[...]
/export/mail 172.17.0.0/16(rw,root_squash,no_subtree_check,sync)
2008 Aug 22
1
smbclient: tdb_fetch_uint32 failed
hi all,
I'm facing a problem with a brand new installation on fedora 9.
packages were updated right after the installation, so the samba
packages are of the latest available version (3.2.0-17.fc9).
at the first run were created all the tree of tdb files under
/var/lib/samba.
now I create a new user:
[root@barbara Scrivania]# smbpasswd -a barbara
New SMB password:
Retype new SMB password: