Hallo zusammen,
mein Join schlägt leider fehl. Es sieht so ein wenig aus wie bei Univention-domain-join-cli für Ubuntu Problem - aber auch ein wenig anders
Ich bin auf Ubuntu 18.04.2 LTS ohne grafische Oberfläche und verwende netplan. Sollte ja generell supported sein(?). Der UCS ist per ping an seinen fqdn erreichbar. Ich starte den UCS Join mittels:
daniel@mig:~$ sudo univention-domain-join-cli --skip-login-manager --username Administrator --master-ip 172.29.1.3
Please enter the password for Administrator:
An error occurred. Please check /var/log/univention/domain-join-cli.log for more information.
Selbes Verhalten auch ohne manuelle Übergabe der Master IP. --master-ip 172.29.1.3
2019-05-18 19:21:38,060 userinfo INFO Automatically detected the domain 'ad.example.org'.
2019-05-18 19:21:47,712 userinfo CRITICAL An error occurred. Please check /var/log/univention/domain-join-cli.log for more information.
2019-05-18 19:21:47,713 debugging CRITICAL [Errno 2] No such file or directory
Traceback (most recent call last):
File "/usr/sbin/univention-domain-join-cli", line 194, in <module>
distribution_joiner.create_backup_of_config_files()
File "/usr/lib/python2.7/dist-packages/univention_domain_join/distributions/ubuntu.py", line 78, in create_backup_of_config_files
DnsConfigurator(self.nameservers, self.domain).backup(backup_dir)
File "/usr/lib/python2.7/dist-packages/univention_domain_join/join_steps/dns_configurator.py", line 65, in __init__
if DnsConfiguratorNetworkManager().works_on_this_system():
File "/usr/lib/python2.7/dist-packages/univention_domain_join/join_steps/dns_configurator.py", line 144, in works_on_this_system
stdout=subprocess.PIPE, stderr=subprocess.PIPE
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Liegts an netplan? Vielen Dank für jede Hilfe!
Danke