=== JanC is now known as Guest56745 === JanC_ is now known as JanC === Wryhder is now known as Lucas_Gray [08:45] hey guys, how are you Can you please help me with something? I'm searching for TVHeadend for ubuntu focal(raspberry 4, ubuntu 64). [09:10] !info kodi-pvr-hts | kre10 this ? [09:10] kre10 this ?: kodi-pvr-hts (source: kodi-pvr-hts): Kodi PVR Addon TvHeadend Hts. In component universe, is extra. Version 4.4.20-1 (focal), package size 198 kB, installed size 955 kB [09:16] hey lotuspsychje :) no, it's the server [09:18] kre10: there's a #hts channel if you like [09:19] yeah, I know, but they never asnwer it. I'm not complaing..just saying [09:22] thank you anyway lotuspsychje [09:22] :) [09:24] kre10: we can only support for the official ubuntu repos/packages so you might wanna contact the maintainer [09:24] kre10: unless you use snap on your server, there seems to be also a snap [09:24] tvheadend 4.2.8 diddledan - TV streaming server supporting DVB, ATSC, IPTV, and SAT>IP === Wryhder is now known as Lucas_Gray [09:49] so there's tvheadend in snap? [09:59] lotuspsychje where snap will install the tvheadend server? in which directory? [12:52] kre10: /snap [13:04] ok [15:35] Hello. I have a fresh install of Server 20.04.1, Upon initial boot after the install it hangs at Reached target Cloud-init target. This is for an old HP Proliant ml350 G6 [15:55] how do I allow this operation: apparmor="DENIED" operation="connect" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sbin/dhcpd" name="run/slapd-inetserv.socket" pid=1108701 comm="isc-worker0000" requested_mask="wr" denied_mask="wr" fsuid=110 ouid=0 [15:55] in apparmor.d [16:20] Aison0: you should be able to put a rule in /etc/apparmor.d/local.usr.sbin.dhcpd [16:21] err, that would be in /etc/apparmor.d/local/usr.sbin.dhcpd [16:23] but the "disconnected path" might require you also add "flags=(attach_disconnected)" to the main profile file (/etc/apparmor.d/usr.sbin.dhcpd) [16:24] Aison0: you brought that issue up some time ago if I'm not mistaken. If you have a way to reproduce this problem, it would be bug-worthy IMHO. [19:09] sdeziel, thx, i'm working on it [19:09] sdeziel, still no idea what's causing the problem [19:10] Aison0: wild guess: do you have some dynamic DNS registration hook? [19:10] sdeziel, yes [19:11] Aison0: what's your /etc/nsswitch.conf like again? [19:13] https://paste.ubuntu.com/p/Wn92Fs2QHx/ [19:17] Aison0: I'm not too familiar with dynamic DNS registration but can you share the config (minus the TSIG key ;) ) [19:20] Aison0: I'm suspecting that when dhcpd assigns a lease, it wants to then register the hostname to the dynamic zone and for some reason, it does a host lookup (DNS A/AAAA) which causes it to hit LDAP for hostname resolution [19:21] I'm hoping to find a DNS name in your dhcpd dynamic DNS hook ;) [19:22] that's the zone/subnet: https://paste.ubuntu.com/p/rPhqyBGjcg/ [19:23] that's the main config: https://paste.ubuntu.com/p/B7kB9qrr2T/ [19:24] why should there be an ldap lookup for the hostname? because of hosts: files dns ldap? [19:26] Aison0: I think those resolution are due to "get-lease-hostnames" [19:32] hmm [19:34] Aison: Thu 13 19:26:09 < sdeziel> Aison0: I think those resolution are due to "get-lease-hostnames" [19:35] Aison: if I understand "get-lease-hostnames" description properly, it would imply that dhcpd does a A lookups for each address in the lease pool [19:37] I'm not clear as to when that/those lookup(s) happen though. Right before the assignment would make sense but I don't know for sure. strace'ing that worker would probably tell you what it is trying to do [19:54] sdeziel, yes, I think strace would be a good option [19:54] Aison: I'm about to go offline but if you do open a LP bug, please subscribe me (same username as here) [19:56] sdeziel, ok, thx for help :) [19:56] np