Displaying 3 results from an estimated 3 matches for "node05".
Did you mean:
node0
2007 Apr 27
5
Option valid user not expanded for groups
Hi,
I have a AIX 5.3 machine with Samba 3.0.24c joined into one Windows 2003 ADS server OK.
I can request basic information, user lookup, domain lookup(wbinfo, id, net groupmap).
When I want to acces the share \\node05\brom from one Windows station I receive a popup window password.
In the log of the samba for that machine I found:
[2007/04/27 10:48:27, 2] auth/auth.c:check_ntlm_password(319)
check_ntlm_password: Authentication for user [] -> [] FAILED with error NT_ST...
2011 Jul 11
0
Instability when using RDMA transport
...quot;
- Client write failure when multiple clients are reading and writing while
using the RDMA transport.
- High memory usage on one Gluster server. In this case node06. Output is from 'top' command.
- node06: 14850 root 16 0 23.1g 17g 1956 S 120.9 56.6 8:38.78 glusterfsd
- node05: 12633 root 16 0 418m 157m 1852 S 0.0 0.5 2:56.02 glusterfsd
- node04: 21066 root 15 0 355m 151m 1852 S 0.0 0.6 1:07.71 glusterfsd
- Temporary work around by using IPoIB instead of RDMA
- May take 10 - 15 minutes for first failure.
=====
Version Information
=====
- Cent...
2012 Dec 04
14
custom define type for array with 'case' argument pass to it
...t;,
ensure => link,
target => "/var/data/log/puppet/${name}_lastlog",
}
}
}
}
I would like to use array of names inside manifests.
I tried to call it like this :
$mynamevar = range("node01", "node05")
link_files { ''$mynamevar'' :
$linkcase => "var",
}
but it doesn''t like it and complains this :
Error 400 on SERVER: Syntax error at ''linkcase''; expected ''}''
What should be the correct syntax for this ?
In princ...