Displaying 4 results from an estimated 4 matches for "setshorthostname".
2015 Jun 04
3
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
Hi!
ivenhov skrev den 2015-06-04 10:10:
> I'm trying
>
> sudo net ads join -S dc1001.mynat.myco.bcu -U testuser -d10
>
> and also
>
> sudo net ads join createcomputer="My/Ou/For/Servers" -S
> dc1001.mynat.myco.bcu -U testuser -d10
>
>
> It works for me every time in lab on real hw (same spec) and on virtualbox.
> It's just this particular site
2015 Jun 08
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...o -e "------------------------------------------------"
echo -e "\nContent of /etc/hostname"
echo -e "------------------------"
cat /etc/hostname
echo -e "------------------------------------------------"
SETDNSDOMAIN=`hostname -d`
SETHOSTNAME=`hostname -f`
SETSHORTHOSTNAME=`hostname -s`
echo -e "\nLocal names"
echo -e "------------------------"
echo "domain: " $SETDNSDOMAIN
echo "host long:" $SETHOSTNAME
echo "host short:" $SETSHORTHOSTNAME
echo -e "------------------------------------------------"
echo &q...
2015 Jun 08
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...> echo -e "\nContent of /etc/hostname"
>> echo -e "------------------------"
>> cat /etc/hostname
>> echo -e "------------------------------------------------"
>>
>> SETDNSDOMAIN=`hostname -d`
>> SETHOSTNAME=`hostname -f`
>> SETSHORTHOSTNAME=`hostname -s`
>>
>> echo -e "\nLocal names"
>> echo -e "------------------------"
>> echo "domain: " $SETDNSDOMAIN
>> echo "host long:" $SETHOSTNAME
>> echo "host short:" $SETSHORTHOSTNAME
>> echo -e "-...
2015 Jun 08
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...of /etc/hostname"
>>> echo -e "------------------------"
>>> cat /etc/hostname
>>> echo -e "------------------------------------------------"
>>>
>>> SETDNSDOMAIN=`hostname -d`
>>> SETHOSTNAME=`hostname -f`
>>> SETSHORTHOSTNAME=`hostname -s`
>>>
>>> echo -e "\nLocal names"
>>> echo -e "------------------------"
>>> echo "domain: " $SETDNSDOMAIN
>>> echo "host long:" $SETHOSTNAME
>>> echo "host short:" $SETSHORTHOSTNAME...