When I did sudo netplan apply
, it shows me permission warnings.
Below are the same exact messages shown by the terminal.
** (generate:2496): WARNING **: 05:24:24.943: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (generate:2496): WARNING **: 05:24:24.943: Permissions for /etc/netplan/01-network-manager-all.yaml are too open. Netplan configuration should NOT be accessible by others.
Cannot call openvswitch: ovsdb-server.service is not running.
** (process:2494): WARNING **: 05:24:25.215: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:2494): WARNING **: 05:24:25.215: Permissions for /etc/netplan/01-network-manager-all.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:2494): WARNING **: 05:24:25.296: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:2494): WARNING **: 05:24:25.296: Permissions for /etc/netplan/01-network-manager-all.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:2494): WARNING **: 05:24:25.296: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others.
** (process:2494): WARNING **: 05:24:25.296: Permissions for /etc/netplan/01-network-manager-all.yaml are too open. Netplan configuration should NOT be accessible by others.
stat /etc/netplan/00-installer-config.yaml
:
File: /etc/netplan/00-installer-config.yaml
Size: 117 Blocks: 8 IO Block: 4096 regular file
Device: 253,0 Inode: 787924 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2023-07-10 00:36:05.082334425 +0000
Modify: 2023-06-12 09:56:02.404864248 +0000
Change: 2023-06-12 09:56:02.404864248 +0000
Birth: 2023-06-12 09:56:02.404864248 +0000
A clearer version for the stat netplan command: https://www.coderstool.com/cs/Yf7XHb
cat /etc/netplan/00-installer-config.yaml
:
network:
ethernets:
enp0s1:
dhcp4: true
version: 2
Clearer snippet: https://www.coderstool.com/cs/3HwyVa
I have continued with "sudo systemctl start isc-dhcp-server" , "sudo systemctl enable isc-dhcp-server", then "sudo systemctl status isc-dhcp-server". Below are the results of the commands.
Command snippet: https://www.coderstool.com/cs/bF69W4