Displaying 5 results from an estimated 5 matches for "cmdnsupdat".
Did you mean:
cmdnsupdate
2015 Sep 03
7
samba_dlz: Failed to connect
On Thu, 3 Sep 2015, Rowland Penny wrote:
> What are the permissions on /var/lib/samba/private/dns ?
Also don't forget the permissions on /var/lib/samba/private
If you're using sernet's packages, you'll have to chgrp it to to named or give
it o+x perms.
2015 Sep 03
2
dhcp errors - Re: dhcp example
...> CMDKLIST="$(which klist)"
> CMDGREP="$(which grep)"
> CMDGETENT="$(which getent)"
> CMDSAMBATOOL="$(which samba-tool)"
> CMDCHOWN="$(which chown)"
> CMDCHMOD="$(which chmod)"
> CMDHOST="$(which host)"
> CMDNSUPDATE="$(which nsupdate)"
>
> TESTUSER=$(${CMDGETENT} passwd | ${CMDGREP} "${SETDHCPUSER}")
Sep 3 19:27:08 homebase dhcpd: /usr/local/sbin/dhcp-dyndns.sh: line 64:
dhcpduser: command not found
Sep 3 19:27:09 homebase dhcpd: (current) UNIX password: passwd:
Authentication t...
2015 Sep 03
0
dhcp example
...uot;
CMDKINIT="$(which kinit)"
CMDKLIST="$(which klist)"
CMDGREP="$(which grep)"
CMDGETENT="$(which getent)"
CMDSAMBATOOL="$(which samba-tool)"
CMDCHOWN="$(which chown)"
CMDCHMOD="$(which chmod)"
CMDHOST="$(which host)"
CMDNSUPDATE="$(which nsupdate)"
TESTUSER=$(${CMDGETENT} passwd | ${CMDGREP} "${SETDHCPUSER}")
if [ -z "${TESTUSER}" ]; then
echo "No dhcp user exists, need to create it first.. exiting."
echo "you can do this by typing the following commands"
e...
2015 Sep 04
0
dhcp errors - Re: dhcp example
...klist)"
>> CMDGREP="$(which grep)"
>> CMDGETENT="$(which getent)"
>> CMDSAMBATOOL="$(which samba-tool)"
>> CMDCHOWN="$(which chown)"
>> CMDCHMOD="$(which chmod)"
>> CMDHOST="$(which host)"
>> CMDNSUPDATE="$(which nsupdate)"
>>
>> TESTUSER=$(${CMDGETENT} passwd | ${CMDGREP} "${SETDHCPUSER}")
>
> Sep 3 19:27:08 homebase dhcpd: /usr/local/sbin/dhcp-dyndns.sh: line
> 64: dhcpduser: command not found
> Sep 3 19:27:09 homebase dhcpd: (current) UNIX password...
2015 Sep 04
1
further testing - Re: dhcp errors - Re: dhcp example
...MDGREP="$(which grep)"
>>> CMDGETENT="$(which getent)"
>>> CMDSAMBATOOL="$(which samba-tool)"
>>> CMDCHOWN="$(which chown)"
>>> CMDCHMOD="$(which chmod)"
>>> CMDHOST="$(which host)"
>>> CMDNSUPDATE="$(which nsupdate)"
>>>
>>> TESTUSER=$(${CMDGETENT} passwd | ${CMDGREP} "${SETDHCPUSER}")
>>
>> Sep 3 19:27:08 homebase dhcpd: /usr/local/sbin/dhcp-dyndns.sh: line
>> 64: dhcpduser: command not found
>> Sep 3 19:27:09 homebase dhcpd:...