Displaying 3 results from an estimated 3 matches for "nscd_status".
2003 Nov 25
0
Problems using smbldaptools
...ation. I also took a look at line 494:
$modify->code && die "failed to add entry: ", $modify->error ;
Here is what is above that:
# $gid = group_add($groupname, $group_gid, $force_using_existing_gid)
sub group_add
{
my ($gname, $gid, $force) = @_;
my $nscd_status = system "/etc/init.d/nscd status >/dev/null 2>&1";
if ($nscd_status == 0) {
system "/etc/init.d/nscd stop > /dev/null 2>&1";
}
if (!defined($gid)) {
while (defined(getgrgid($GID_START))) {
$GI...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...amba account control bits like
'[NDHTUMWSLKI]')\n";
print " -N canonical name\n";
print " -S surname\n";
print " -? show this help message\n";
exit (1);
}
# cause problems when dealing with getpwuid because of the
# negative ttl and ldap modification
my $nscd_status = system "/etc/init.d/nscd status >/dev/null 2>&1";
if ($nscd_status == 0) {
system "/etc/init.d/nscd stop > /dev/null 2>&1";
}
# Read options
my $userUidNumber = $Options{'u'};
if (!defined($userUidNumber)) {
my ($highestUID) = get_last_user_ID(...
2009 Dec 29
0
aMSN segfaults at login after configuring my home network
...74b2
start_fct = 0xbe7a5cf
nip = 0x8075720
---Type <return> to continue, or q <return> to quit---
fct = {l = 0xb5e805c0 <_nss_wins_gethostbyname2_r>, ptr = 0xb5e805c0}
no_more = <value optimized out>
status = NSS_STATUS_UNAVAIL
nscd_status = <value optimized out>
any_service = <value optimized out>
res = <value optimized out>
#5 0xb7a7ee43 in gaih_inet (name=<value optimized out>,
service=<value optimized out>, req=0xbfffd624, pai=0xbfffd5e4,
naddrs=0xbfffd5d4) at ../sysdeps/posi...