[07:55] Hi All, i am having some issues trying to integrate an Ubuntu Server 20.04 machine with Active directory, however when I attempt to log in via SSH i receive an "denied by PAM account configuration". paste shows that the pam_sss is actually giving me an authentication success. Kerberos seems to be working as expected as if i do an 'id user@domain' i am returned uid and gid. https://paste.ubuntu.com/p/bnKm2tY4d3/ Any pointers [07:55] appreciated as I have been googling and playing around with this for a few hours with no success. [09:00] how do I disable netplan in ubuntu 20.04 server? i tried uninstalling cloud-init and adding netcfg/do_not_use_netplan=true to default/grub, but im not sure that helped. [09:03] even though i configured a static IP in systemd-networkd it still picks up a dhcpv4 address [11:05] bewees: the easies way is to learn to use netplan. the same thing happens every time someone comes up with new ideas, like systemd some years back. personally, I don't like netplan, but then, I generally stick to debian on servers and on desktops, it's usually autoconf anyway [11:09] RoyK: yeah I used netplan in this case now. I think netplan has some limitations, because it wraps around networking engines it may lack features - that's why i wanted to use systemd-networkd directly [11:12] ubuntu is always a bit triggerhappy on new features [11:13] which is probably nice for a snappy desktop where a few bugs won't matter, but then, on a server, you generally want something less shiny, but more solid [14:34] Hi, server is giving me this issue on failed update to 20.04, any ideas? [14:34] E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. [14:34] So, I run the above DPKG command and it gives me this: [14:34] dpkg: error: unable to sync new file '/var/lib/dpkg/status-new': Input/output error === paride is now known as paride|off [15:44] My machine wont boot - I tried boot-repair - gives me an error. The boot drive just kicks back the machine into BIOS - X570 mb. any ideas on how to fix/debug this - I am in UEFI mode [16:03] pymagic: do you get to grub? [16:07] RoyK, Nope. When the machine boots to that device, it just goes back to the BIOS [16:07] not even - OS not found or any error [16:10] try booting on a live iso, choose rescue [16:11] pymagic: what happened before this error? did the machine/install work previously? [16:11] RoyK, boot repair gives me this: http://paste.ubuntu.com/p/d6qyFx9mY2/ -- I am trying to boot from nvme0n1p2 [16:11] RoyK, it was working. I changed GRUB_TIMEOUT=0 to 2, and then ran update-grub. That was the end of it. [16:13] sorry, dunno [22:21] hi people, I have a question about installing gitea using snap, and I get wierd error logs [22:21] modules/task/task.go:51:handle() [E] Run task failed: Migration failed: Clone: exit status 128 - warning: templates not found /usr/share/git-core/templates [22:21] fatal: Unable to find remote helper for 'https' [22:22] maybe someone can point me to the right direction [22:25] littlebit: check dmesg, are there any DENIED messages that look related? [22:27] sarnold: you where right there is a log that relates to gitea: [ 33.797340] audit: type=1400 audit(1597097056.808:52): apparmor="DENIED" operation="ptrace" profile="snap.docker.dockerd" pid=1245 comm="ps" requested_mask="read" denied_mask="read" peer="snap.gitea.web" [22:30] littlebit: it's hard to know if that's directly related to the problem or not [22:30] littlebit: check snap connections --all or snap connections to see if there are interfaces that need connecting [22:31] https://snapcraft.io/docs/interface-management [22:32] sarnold: home gitea:home :home - [22:33] sarnold: ^ [22:34] littlebit: hrm :( I was hoping something would look obviously missing :( I guess try reporting a bug to whoever packged it? [22:34] 'ubuntu-bug gitea' may do something [22:36] sarnold: the sad thing about it is that there is noone in the snap page to turn to but here. I will report it but first I'll reinstall girtea from source rather than the help of snap [22:36] sarnold: thx btw === tds5 is now known as tds