[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

openvpn e systemd



Da alcuni giorni mi sono accorto che openvpn non viene più lanciato all'avvio.
Cercando nei bug del pacchetto ho letto che è passato da poco a systemd...
Posso lanciarlo manualmente ma mi chiedevo se è un bug o cosa...

$ cat /lib/systemd/system/openvpn.service 
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.

[Unit]
Description=OpenVPN service
After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
WorkingDirectory=/etc/openvpn

[Install]
WantedBy=multi-user.target




$ sudo journalctl -b -p 3
-- Logs begin at dom 2014-10-19 03:39:17 CEST, end at dom 2014-10-19 05:39:15 CEST. --
ott 19 03:39:19 laptop kernel: [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up
ott 19 03:39:19 laptop systemd[1]: Failed to start LSB: Starts and stops cman.
ott 19 03:39:19 laptop systemd[1]: Failed to start LSB: Starts and stops gfs_controld.
ott 19 03:39:19 laptop systemd[1]: Failed to start LSB: mount/unmount gfs2 filesystems configured in /etc/fstab.
ott 19 03:39:20 laptop bluetoothd[777]: Sap driver initialization failed.
ott 19 03:39:20 laptop bluetoothd[777]: sap-server: Operation not permitted (1)
ott 19 03:39:20 laptop bluetoothd[777]: hci0 Load Connection Parameters failed: Unknown Command (0x01)
ott 19 03:39:24 laptop ntpd_intres[1085]: host name not found: 0.debian.pool.ntp.org
ott 19 03:39:24 laptop ntpd_intres[1085]: host name not found: 1.debian.pool.ntp.org
ott 19 03:39:24 laptop ntpd_intres[1085]: host name not found: 2.debian.pool.ntp.org
ott 19 03:39:24 laptop ntpd_intres[1085]: host name not found: 3.debian.pool.ntp.org
ott 19 03:39:29 laptop gdm3[883]: GLib-GIO: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
ott 19 03:39:30 laptop pulseaudio[1633]: Failed to open module module-x11-publish.so: module-x11-publish.so: impossibile aprire il file oggetto condiviso: File o directory non esistente
ott 19 03:39:30 laptop pulseaudio[1633]: Failed to open module "module-x11-publish".
ott 19 03:44:23 laptop exim4[2296]: ALERT: exim paniclog /var/log/exim4/paniclog has non-zero size, mail system possibly broken
ott 19 03:44:59 laptop systemd[2488]: Failed at step CHDIR spawning /bin/kill: No such file or directory
ott 19 03:44:59 laptop systemd[2462]: Failed to start Exit the Session.
ott 19 03:44:59 laptop systemd[2462]: Dependency failed for Exit the Session.



L'autenticazione è tramite chiave GPG. Nessuna password, quindi questo non c'entra:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747265


Reply to: