=== logan_ is now known as logan- [07:15] Good morning [08:29] Aison: to get /etc/network/interfaces working you need to install the ifupdown package, but getting networkd working would be the better option [08:47] ducasse, thx, I found the solution: I had to remove netplan [08:47] now systemd networkd works :D [08:52] \o/ [09:22] anyone with experience on SCSI LUNs here? [11:27] RootChaos: yes [11:27] RootChaos: but that was some time ago ;) [14:03] is there a way to execute a command at a certain time from the command line without using crontab? [14:04] basically just want to "run command X at 15:30 today" [14:13] Aison: fwiw, that's the wrong solution. you should only have to remove the files in /etc/netplan, because netplan's purpose is to render what is described there into files for systemd-networkd (and it drops them in /run/systemd/network, which is why yours would generally have lower priority) [14:14] of course nothing wrong in itself if you really want to remove netplan from the system, but hey, then you're removing core stuff from the image, potentially getting ahead of other different problems [14:15] zetheroo: the at command [14:16] cyphermox: ok, will look it up. tks [14:16] zetheroo: you can do fun stuff like 'at now + 5 minutes ...' or 'at 15:30', etc. [14:17] cool [14:33] cyphermox, yes, you are right of course [14:41] zetheroo: I never really grok at's syntax so I quick and dirty alternative: tmux with "sleep 5h && command && exit" [15:03] sdeziel, echo "command" | at 5h [15:08] lordcirth__: right, not exactly rocket science ;) === vlm_ is now known as vlm === vlm_ is now known as vlm === vlm_ is now known as vlm === vlm_ is now known as vlm