[00:41] Anyone alive out there? Trying to install SabNZBD to ubuntu server 18.04, it is refusing connections [00:41] Status says it is active and running [00:44] !info sabnzbdplus [00:44] sabnzbdplus (source: sabnzbdplus): web-based binary newsreader with nzb support. In component multiverse, is optional. Version 2.3.2+dfsg-1 (bionic), package size 1048 kB, installed size 5382 kB [00:45] use netcat -vv to connect to its default port and see whether the connection is exatblished successfully. [00:46] do this locally on the server first of all, to work around firewalling and NAT issues, then do it from remote. [00:46] netcat? [00:46] Appreciate the reply BTW [00:47] My server is headless, will it require a GUI? [00:50] So like "netcat -v 127.0.0.1 8080"? [00:51] Returns: netcat: connect to 127.0.0.1 port 8080 (tcp) failed: Connection refused [00:53] same for "netcat -v 192.168.1.241 8080" [00:57] shouldnt be any NAT, so maybe a firewall thing? [01:01] connection refused could be firewall or it could be the application isn't listening on the port [01:01] you can check what ports it is listening on with netstat -tlnp or ss [01:02] or lsof -i :8080 [01:02] make sure the port number is correct, too [01:02] pepperhead ^ [01:02] woah [01:02] tomreyn: that's handy [01:02] way less typing :) [01:02] :) [01:03] HAH! [01:04] You guys are awesome [01:04] I ASSUMED it defaulted to 8080 so I didnt set the port in the service configuration as it said (optional) [01:05] Set it to 8080 and restarted the service...POOF [01:06] \o/ [01:06] nice :) [01:11] I was going to run these in docker containers, but that was totally not happening [01:12] Two down(Plex/Sab), one to go (Radarr) [01:13] pepperhead: give lxd a quick look, I think it's easier to work with than docker [01:14] docker feels like "here's a tarball of stuff I don't want to understand, give it a socket please" and lxd feels like "I'd like a bunch of systems that appear to be clean slates but with less overhead than qemu" [01:15] :) ^this [01:15] I started down that road, but ran into networking issues with the LXC to host thing. I may go back to it once I know the apps better. [01:16] The firewall tweeks are easier here, and on less thing to work on with LXC [01:16] I have LXC installed [01:16] s/lxc/lxd/ [01:17] I like lxc/lxd, I am more familiar with freebsd jails [01:17] so might be easier to pick up [01:18] I enjoyed reading https://blog.ubuntu.com/2016/04/07/lxd-networking-lxdbr0-explained [01:18] wow, that's from 2016? it felt newer than that.. heh [01:19] lol [01:19] so, uh, maybe take anything in there with a big-ass grain of salt :) [03:15] Is there a reason why tasksel is not installed by default on ubuntu server 18.04? Are we supposed to use something else instead of it? Is there a more modern replacement or has everyone started to just install metapackages for what they need? [03:16] I remember that back in the old days it was used by the installer so one could choose if they wanted ssh server, lamp stack, mail server etc. [04:53] moin [05:04] I install ubuntu server 18.04 on virtualBox but dont working network. virtualbox netconfiguration is NAT and Hosy-only(192.168.56.1) [05:11] Do you have idea? [05:13] shadoxx, do you have any /etc/netplan/*.yml ? and does it use dhcp? [05:17] shadoxx, you may need to rewrite that *.yaml file for a static config that uses gateway 192.168.56.1 [05:18] chmearl, yes i have 2 *.yaml config [05:21] https://gist.github.com/shahroukh/7ffc516ffbf606a5f7171b392038b7f5 [05:22] connect at 192.168.56.103 [05:22] shahrokh, can you ping or ssh to that IP from host? [05:23] i connect to 192.168.56.103 with ssh but dont have ping to google ot 8.8.8.8 [05:25] result of networkctl: https://gist.github.com/shahroukh/7ffc516ffbf606a5f7171b392038b7f5#gistcomment-2632154 [05:26] networkctrl status ofcource [05:28] shahrokh, in the *.yaml, add 10.0.2.3 to the 2 other nameserver addresses [05:29] then `netplan apply` [05:29] netplan apply result: Error in network definition //etc/netplan/01-netcfg.yaml line 8 column 19: address '10.0.2.3' is missing /prefixlength [05:32] no , add it here: addresses: [8.8.8.8, 8.8.4.4] [05:32] line 8 is wrong place [05:38] i dont understant, is correct?: https://gist.github.com/shahroukh/7ffc516ffbf606a5f7171b392038b7f5#file-01-netcfg-yaml [05:39] yes, 02-netcfg looks better, might work, unless a route is needed too [05:41] shahrokh, you still have an error in 01-netcfg [05:41] yes [05:42] remove addresses: [10.0.2.3] from 01-netcfg... you added there earlier [05:42] remove `addresses: [10.0.2.3]` from 01-netcfg... you added there earlier [05:43] comment addresses and gateway in 01-netcfg.. but netplan result: Error in network definition //etc/netplan/01-netcfg.yaml line 10 column 19: address '8.8.8.8' is missing /prefixlength [05:43] :-D [05:46] should be no extra 10.0.2.3 in 01-netcfg [05:47] no changes to original 01-netcfg are needed. Only change 02-netcfg [05:52] commnet nameservers in 01-netcfg and netplan apply restault is ok [05:53] what am i doing?? [05:54] dont ping 8.8.8.8 [05:58] @ChmEarl [05:58] shadoxx, you started out showing me 02-netcfg, then you made mods to 01-netcfg too, why? [05:59] Good morning [06:00] sorry, meant for shahrokh , not shadoxx [06:01] what do you mean? start by 02 but made mode 01? i dont understand [06:01] no problem my dear :-D shadoxx or shahrokh [06:02] shahrokh, your edits are track in github, so use the features and back out the change to 01-netcfg [06:04] do you edit code in my github link? [06:05] i have 2 files for any ethernet [06:06] https://gist.github.com/shahroukh/7ffc516ffbf606a5f7171b392038b7f5 [06:20] ChmEarl [06:52] do have any idea for my use case? [07:06] good morning [08:49] hum. Network Manager is refusing to manage any ethernet interfaces [08:49] enp5s0 ethernet unmanaged -- [08:49] nmcli dev set enp5s0 managed yes -> succeeds [08:49] still unamanged [08:52] unmanaged-devices=*,except:type:wifi,except:type:wwan [08:52] ha wow [08:52] trippeh_: Is the interface defined in `/etc/network/interfaces`? [08:52] nope. [08:52] not in networkd or "netplan" either [08:53] but I think I figured it out now. ubuntu has started blacklisting all non-wifi/wwan devices. [08:53] Err, does the * in `unmanaged-devices` not match the ethernet adapter? [08:55] lordievader: yes, it matches, it is a blacklist. [08:57] So, that is why the ethernet device keeps being unmanaged? [09:00] yup. [09:00] this also broke usb ethernet dongles on my laptop. so has been a long running annoyance. [09:01] Does this mean your issue is solved? [09:02] yes, by touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf to override the ubuntu shipped configuration. [09:02] Ok, good to hear 👍 [09:17] surprise, now my VPNs work too ;) [12:38] trippeh: fwiw, when you set 'renderer: NetworkManager' in netplan when you configure network devices there, it does set things to be managed by NM (ie. touching /run/NetworkManager/conf.d/10-globally-...) [12:39] desktop installs ship a file that make sure NetworkManager manages everything: https://netplan.io/examples#network-manager [12:40] netplan is not installed [12:40] trippeh_: if you have a server on which you install NetworkManager, and then use it to manage VPN and whatnot, then it will indeed explain why these devices did not work. by default, only wifi/wwan are managed by NM, as networkd can't do them well [12:41] netplan.io is installed everywhere. if you remove it yourself, you are still left with distro defaults that may be installed, such as that 10-globally- file. [12:49] supposedly the file is set on upgrades as well, but that had not happened here for whatever reason [12:49] maybe some fallout from running betas. [12:56] cpaelzer or ahasenack: would you mind reviewing https://code.launchpad.net/~racb/usd-importer/+git/usd-importer/+merge/347299 for me please? [12:56] It's fairly trivial. [13:01] rbasak: looking [13:03] rbasak: did you see the call for mysql migration assitance? [13:03] I did not yet get to it today [13:04] Yeah but it didn't seem immediately actionable to me. doko had already uploaded a no change rebuild and it was still building [13:05] ok [13:05] cyphermox: network manager still failing silently after purge and reinstall was very confusing until I found that file. :) [13:06] no hints in logs or anything. [13:33] cpaelzer: I didn't think a re-raise was needed because that's exactly what the stack trace is for. Given that all the re-raise would do is say "it was re-raised from _here_". [13:45] rbasak: so you want it explicitly uncatched to get the builtin stacktrace - I see that [13:45] but I wanted the log message before the trace [13:46] that is what I thought to achive by the re-raise [13:46] if the original trace is lost by the re-raise the log message isn't worth it [13:49] We can log and reraise if we want. [13:50] But what would that really achieve? [13:50] 'Cannot get all versions from changelog' doesn't tell us any more than the knowledge that we're in a function called get_all_changelog_versions_from_treeish, and that knowledge is provided by the stack trace. [14:00] rbasak: one day there will be two checks in there [14:00] and then you'll be happy to see immediately which one triggers [14:01] rbasak: but this is rather soft feedback, you had no real issues - so feel free to commit as is if you prefer otherwise [14:04] OK. Thank you for the review! [14:44] i'm having the hardest time getting conjure-up to work. it keeps timing out at different points during the build while trying to access api.jujucharms.com, but every time i try the timeout happens at a different point in the process [14:44] seems like intermittent network trouble, but i'm not sure if it's on my end or a known issue with the api? [17:38] rbasak: hi, if you are still around, could you please push the upload tag for this mp? https://code.launchpad.net/~ahasenack/ubuntu/+source/apache2/+git/apache2/+merge/348632 [17:38] rbasak: I couldn't find the right Author, so I'm going with just Origin in the dep3 header [17:38] in 16.04 wgat version of cacti is there ? [17:39] Ussat: "rmadison cacti" tells me it's 0.8.8f+ds1-4ubuntu4.16.04.2 [17:40] wow....big jump from 16 to 18.04 [17:41] what is rmadison ? [17:41] !info cacti xenial [17:41] cacti (source: cacti): web interface for graphing of monitoring systems. In component universe, is extra. Version 0.8.8f+ds1-4ubuntu4.16.04.2 (xenial), package size 1652 kB, installed size 5225 kB [17:41] ahasenack: --^ fyi you can do that :) [17:41] I did not know, thanks [17:41] figured :) [17:41] appreciated [17:43] the cacti 1.1.38 in 18.04 wont graph at all.....known issue with that version of cacti according to the forums and some emails [17:43] Ussat: rmadison is the archive database available over the network [17:43] s/is/queries/ [17:43] ahh [17:44] !info cacti-spine xenial [17:44] cacti-spine (source: cacti-spine): Multi-Threading poller for cacti. In component universe, is extra. Version 0.8.8b-1ubuntu1.1 (xenial), package size 45 kB, installed size 138 kB [17:44] Ussat: is there an ubuntu bug filed? [17:44] I have not had time to take a proper dump, let alone fikle a bug...its on my todo list [17:45] sorry so short...shit goin really sideways here [17:46] Ussat: understood [17:47] Ussat: so it's knonw upstream? fixed already? [17:47] upstream and not fix, ack'd though [17:48] Ussat: ok, hard for us to do anything without an upstream fix :) [17:50] yup [17:52] Just ack'd the bug yesterday...so I would not expect anything soon [17:57] time on my server is out of sync - "timedatectl: Failed to query server: Failed to activate service 'org.freedesktop.timedate1': timed out" - - "systemctl status systemd-timesyncd: ... ... systemd-timesyncd[742]: Timed out waiting for reply from 91.189.91.157:123 (ntp.ubuntu.com)" - - "ping 91.189.91.157: 64 bytes from 91.189.91.157: icmp_seq=1 ttl=55 time=80.1 ms" [18:01] ping's irrelevant if there's an issue with the ntp service. Try another pool, like pool.ntp.org [18:01] sruli: ^^^ [18:02] how do i change it? [18:02] sruli: /etc/systemd/timesyncd.conf [18:05] NTP=pool.ntp.org or FallbackNTP=pool.ntp.org ? [18:06] NTP is primary [18:06] same, i get a timeout [18:06] `man timesyncd.conf` [18:06] so yeah you could set FallbackNTP in case ntp.ubuntu.com for some reason isn't accessible [18:07] pool.ntp.org is also not working, womething else seems to be the issue [18:09] sruli: firewall? is that a hosted server? some DCs don't allow outbound ntp due to it being easy to abuse, and require you to use their own servers [18:10] my own server, its a vm, just tested on another few on same network, cant find anything in touter iptables to block it [18:12] residential ISP? [18:12] iirc, you can use ntpdate by hand to query an ntp server? [18:13] not residential but other servers (all 18.04) work fine [18:14] 28 Jun 18:14:27 ntpdate[29101]: no servers can be used, exiting [18:15] speaking of "outer iptables", how's that set up for established,related flows? the firewall needs to track UDP packets otherwise you'll have to open port 123 for inbound response UDP packets [18:16] established,related accept. will try to run a tcpdump now and see if i see anything [18:20] blackflow: its not hitting my router, also ntpdate exits so fast its not possible that its even trying to ake a connection [18:21] sruli: I think if you disable ntp and then enable it (timedatectl set-ntp on|off) it should start syncing up when it's enabled again. [18:21] if not, the nuke that carp and install proper ntp daemon. openntpd is recommended. [18:21] !info openntpd [18:21] openntpd (source: openntpd): OpenBSD NTP daemon. In component universe, is optional. Version 1:6.2p3-1 (bionic), package size 53 kB, installed size 239 kB [18:21] *then [18:24] cant even turn it off "Failed to set ntp: Failed to activate service 'org.freedesktop.timedate1': timed out" [18:24] ¯\_(ツ)_/¯ SystemD [18:27] openntpd not much in the man page, how do i query the time with it? [18:28] sruli: I believe you cannot [18:28] sruli: but check man ntpctl [18:28] i don't think openntpd is really the answer here [18:28] if ntpdate can't query the ntp server, something else is wrong [18:29] nacc: ntpdate isnt even trying, its exits faster than its possible to establish a connection [18:29] sruli: how did you run it? [18:29] ntpdate [18:30] sruli: right, so you didn't tell it to query any servers :) [18:30] sruli: hint, `man ntpdate` [18:30] ntpdate -q -v pool.ntp.org [18:30] No manual entry for nptdate [18:30] sruli: s/npt/ntp/ ;) [18:31] ;-) [18:33] time is adjusted, but how do i set it for summer time? [18:34] sruli: so manual ntpdate worked? [18:34] yes [18:34] sruli: this is not related to NTP, it's a TZ (timezone) setting [18:35] sruli: or was that a joke re: summer time? :) [18:35] sruli: could you run "ntpdate -q -v 91.189.91.157" [18:35] nacc, i need to set it to current local time, cant do it with timedatectl as its timing out [18:36] sdeziel: worked [18:36] sruli: that's weird as that was the IP systemd-timesyncd couldn't reach [18:37] yeah something seems off [18:37] as far as i understand the timezone is supposed to be set in timedatectl... something is broke witht he timedatectl.. any other way i can change the tz? [19:03] sruli: Have you read the server manual? You're not supposed to install ntpd or any other time sync package if you use timedatectl [19:04] So just remove ntpd and try again with timedatectl [19:24] If you configure link aggregation of two ethernet ports with netplan, does the network switch have to support that explicitly? [19:25] how would you do link aggregation on a single side of the transfer only? [19:25] l4m8d4: i started off with timedatectl it doesnt work thats why i needed something else! [19:26] there are some super naive implementations that do not require switch participation, but are not really aggregation [19:26] l4m8d4: for link agg switch needs to support 802.3ad.. else you can use other bonding methods [19:26] tomreyn: Yeah, that was the question. I just wanted to know if that is possible or if both deviced need to be "informed" of the bond [19:27] Okay thank you [19:27] you can also run a mirror raid with just a single raid device. but does it make sense? not a lot. [19:27] ntpdate is just a temporary solution, you have to figure out why continuous syncing is not working [19:27] l4m8d4: it needs to be setup on both sides [19:28] blackflow: i know, don't know how to troubleshoot this.. hever has a issue with time sync in the past [19:29] if timedatectl thing isn't sufficient for you, try chrony next [19:29] sarnold: it's not that it's not sufficient, it's just broke, doesnt work [19:29] and i would like to fix it if poss [19:30] sruli: Are you sure that neither chrony nor ntpd is installed? Because if that were the case, timedatectl would be disabled automatically to prevent conflicts [19:30] sruli: apparently you can't start or stop the daemon. that's why I recommended you nuke the systemd component and use an external one. systemd is init + process manager, anything else is half assed, constantly broken insecure reinvention. as observed with resolved and I'm pretty sure that timesyncd went belly up because something something dbus. [19:31] l4m8d4: ntpd was installed to check if there a problem with reaching npt protocol on the server.. timedatectl was broke before that, will remove it now and test timedatectl again [19:33] blackflow: timedatectl is configured on ubuntu to be disabled automatically if other means of sync are present, so there should be no need to "nuke" the component [19:34] l4m8d4: with "org.freedesktop.timedate1" timing out if attempted? [19:34] l4m8d4: removed ntpd - :~# timedatectl Failed to query server: Connection timed out [19:34] you don't say. [19:34] blackflow: something something dbus :) [19:34] x-actly :) [19:35] sruli: What is the output of systemctl status systemd-timesyncd.service [19:35] "systemctl status systemd-timesyncd: ... ... systemd-timesyncd[742]: Timed out waiting for reply from 91.189.91.157:123 (ntp.ubuntu.com)" [19:36] ^^^ that was before.. now its just deat [19:36] sruli: What happens if you start it manually? [19:37] times out.. in the process of timing out now [19:38] openntpd is nice. you can even peg it to a https domain to validate the ntp response so your time can't be messed with by rogue ntp servers [19:38] systemd[1]: systemd-timesyncd.service: Start operation timed out. Terminating. [19:38] systemd[1]: systemd-timesyncd.service: Failed with result 'timeout'. [19:38] systemd[1]: Failed to start Network Time Synchronization. [19:39] been using it on all linux and freebsd machines, never needed anything else. it's less precise than ISC ntpd but you don't need nanosecond precision do you? you aren't running HFT or something [19:40] all i need is the correct time, not asking for much [19:40] sruli: But ntp.ubuntu.com is reachable otherwise, right? [19:40] sruli: you don't happen to have funny firewall rules dropping udp packets or something? [19:40] been through all that, and ntpdate worked. [19:40] the "start operation timed out" doesn't seem like NTP related to me, more like systemd having a bad day [19:41] duh! :) [19:41] bad day, week, month and past 10 years actually :) [19:41] i was able to use ntpd and ntpdate... and i ran a tcpdump to see if any packets were being dropped by the router timedatectl did not send any packets out of the vm [19:41] I love systemd, for real ;) [19:41] i also love it (when it works) [19:41] process management is good, the power of unit files awesome. but evrything ELSE, suxxxxxxxx [19:42] sruli: beware that timesyncd will back down if any other ntpd daemon is even present on the system [19:42] resolved, timesyncd, nspawn, firewalld.... ughd! [19:42] sruli: did you pastebin "journalctl -u systemd-timesyncd" earlier? [19:44] sdeziel: That's also what I would guess. Maybe they can't rely upon other packages stopping the service properly, so they decided to weirdly detect different timesync services and just time out if one is detected. [19:44] WHAT! [19:44] http://termbin.com/t2f8 [19:45] sruli: thx, have you made some changes to timesyncd.conf that were not reverted? [19:46] sruli: cause at "Jun 28 17:49:17" you manually stopped the service and tried to start it back... and it never worked [19:47] so uh what changed between Jun 28 16:25:11 and Jun 28 17:49:17? [19:48] sruli: btw, are there any errors showing up wrt resolving ntp.ubuntu.com domain for systemd-resolved service? you tried ntpdate against an IP, but not against a pool name.... [19:49] l4m8d4: I find timesyncd very well behaved as it doesn't try to concurrently manage my clock if I opt in for another NTP implementation :) [19:49] blackflow: just tried with poo.ntp.org worked [19:49] Yeah, it is strange because 1) sometimes it timed out waiting for some servers, which I never experience and 2) in the end it doesn't seem to try to sync anymore [19:50] I still think it's not NTP related ;) [19:50] systemd complains that the daemon doesn't starts properly [19:50] and IIRC, timesyncd can cope with the inability to resolve DNS at startup [19:51] hey guys, just a stupid question, what package do I need to install php-fpm on ubuntu 1804?, I think i tried it sometime ago and it wanted ot install apache, which i don't really use [19:51] sarnold: it stopped working Jun 27 02:19:52, no clue what happend at that time [19:52] LaserAllan_: incredibly, but.... php-fpm [19:53] LaserAllan_: also note that php-fpm is orthogonal to apache. you can install nginx first and php-fpm wouldn't pull in apache. [19:54] blackflow: So tha tis why [19:54] Weird, i think i installed nginx first thought but i might be wrong :) [19:54] I will try that thank you [19:55] sruli: I think it really started to break at Jun 28 17:50:48 [19:55] LaserAllan_: in fact, on Bionic it's now completely separate from httpd it seems. on 16.04 there use to be .... .issues. [19:55] Before then it still tried to sync [19:55] After that it just failed silently [19:56] sruli: hey, you want good, stable, secure, no shenanigans, ntp client service? try out openntpd! you won't regret it ;) [19:56] blackflow: Sounds good, I have been using quite allot of CentOS and FreeBSd before so this is kinda new to me. But I thought id give Ubuntu 1804 a spin now that my 1404 machine is very old and needs to slowly ie. [19:56] l4m8d4: lol thats when i started investigating why my time is wrong, and just tried to restart it [19:57] sruli: IIRC, at some point you edited it's conf file, no? [19:57] sruli: You may want to adjust the systemd log level to get more details on this [19:58] sdeziel: yes i tried to change to pool.ntp.org, reverted later [19:58] l4m8d4: where do i change the log level for this? [19:58] l4m8d4: How do adjust the systemd log level? (just curious) [19:58] or! or! here's a wild idea! install an ntpd developed by people who know what they're doing. :) also, bonus https-based constraint check! [20:00] sruli: systemd-analyze log-level [20:00] Without parameter, it just gives you the current log level [20:01] Otherwise you pass a log level, one of "emerg, alert,crit, err, warning, notice, info, debug" [20:01] In this verbosity order I guess, where emerg is the least verbose, debug the most verbose [20:03] l4m8d4: thanks, I didn't know that one! [20:03] blackflow: Still, it would be interesting to know why the problem occurs, don't you think? [20:03] hm, autopkgtest-build-lxd tries to install a kernel into the container :/ [20:03] that just hangs here [20:04] l4m8d4: after all these years, it's no longer interesting to me to find out its' because something something over dbus via xml :) [20:07] Well, I think if possible you should always investigate why something doesn't work as intended on your system. In my case, I often find out interesting things in the process at least. [20:09] l4m8d4: thats' true, but with systemd, in my experience, that has mostly been a carnival ride that burns you out. [20:10] I've minimized that pain by using only the most minimum: init + process management, w/ journal (and only as a short in-memory buffer before syslog-ng). [20:10] _that_ works quite well, indeed. [20:10] blackflow: Then we have a different experience. For me, systemd has made managing the systemd a lot easier. [20:10] blackflow: In that case, maybe you should consider going with a distribution that doesn't ship systemd by default, that might make you happy [20:11] oh yes, no systemd is default in our shop. but sometimes, for some clients, you need to maintain systemd :) [20:11] *managing the system, funny typo though [20:14] the features and kernel capabilities (AND CAP capabilities) exposed through simple ini files really is awesome, yes. that part of systemd I like. [20:15] but lets' be real. systemd-resolved? that thing has been nothing but a wild ride of vulns and half assed implementations. ubuntu 17.04 got burnt pretty good for defaulting to it. systemd-timesyncd? also half-assed and vulnerable, and why on earth would I remove working quality ntpd clients that have worked well for years. [20:16] i rebooted and magically it works now [20:16] until it breaks again. :) [20:16] blackflow: i know [20:21] btw, systemd-timesyncd.service on Bionic.... there aren't ConditionFileIsExecutable conditions defined by default? [20:21] on debian they're in /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf [20:23] how does that work then [20:26] blackflow: I guess that the system will just call "systemctl stop systemd-timesyncd.service && systemctl disable systemd-timesyncd.service" if you install something else [20:27] where's that trigger defined? [20:29] sdeziel: "sruli: beware that timesyncd will back down if any other ntpd daemon is even present on the system" -- how, on Bionic? [20:32] blackflow: I don't know, I just checked chrony's postinst and there is nothing in there [20:33] I thought ubuntu wsa based on debian? :) [20:33] blackflow: what do you think "based on" means? [20:33] on debian there's a nice list of ConditionFileIsExecutable that prevents start up if the other daemons (virtualbox included) are present [20:33] nacc: debs taken from debian unstable? [20:34] blackflow: at some point in time [20:34] is there any other definition? [20:34] blackflow: is the debian changes more recent than bionic? [20:34] nope [20:34] it's actually years old [20:34] in fact, I believe even Xenial had those, but I have no xenial systems now to check [20:36] blackflow: checking git [20:36] blackflow: yes, xenial has that disable-with-time-daemon.conf snippet [20:36] so, huge regression on Bionic? [20:36] https://patches.ubuntu.com/s/systemd/systemd_237-3ubuntu10.patch [20:36] + * Drop systemd-timesyncd.service.d/disable-with-time-daemon.conf. [20:36] + All major NTP implementations ship a native service file nowadays with a [20:37] + Conflicts=systemd-timesyncd.service so this drop-in is no longer [20:37] + necessary. (Closes: #873185) (LP: #1721204) [20:37] Launchpad bug 1721204 in systemd (Ubuntu Artful) "timesyncd has redundant condition conflict with ntp and others" [High,Fix released] https://launchpad.net/bugs/1721204 [20:37] sarnold: thanks [20:37] I see. [20:40] Yeah, I guess thats a more clean way of preventing conflicts there [20:57] l4m8d4: yeah it's cleaner if individual packages conflicted on timesyncd, and packages amongthemselves are not installable together. [20:58] the old method required one package to know all installable variants, hardcoded in teh config