=== shokohsc5105 is now known as shokohsc510 === esv_ is now known as esv === DArqueBish0p is now known as DArqueBishop === haggertk_ is now known as haggertk === athos_ is now known as athos [11:53] Heads up: LP: #2030684 affects php and postgresql-15 in mantic [11:53] -ubottu:#ubuntu-server- Launchpad bug 2030684 in tzdata (Ubuntu) "tzname[1] empty after tzset() with env TZ='UTC'" [Undecided, New] https://launchpad.net/bugs/2030684 [11:53] Cc sergiodj ^ [12:24] athos: ahh, now that segfault makes sense :-P [12:24] Looks like bdrung is fixing it === shokohsc5100 is now known as shokohsc510 [18:36] Hello, i have a problem and i am kinda new with this. But i am running a ubuntu 22.04 server and docker on it. I wanted to run a docker command to simply install Mealie. And it all works and stuff, but now my permissions is kinda screwed. I am in bash it looks like and i cant seem to get it working again [18:36] Tried googling but not finding anything that works. [18:37] When i SSH into the server it says mihon@srv-102:/$ [18:40] mihon: for this kind of questions, you may have more luck getting a nice reply/walkthrough in the #ubuntu channel. It would also help to provide a more thorough description of 1) what are you trying to do; 2) what would you expect to happen after (1); and what is actually happening instead of (2). [18:41] I am just trying to get the permissions as they were :D [18:41] this would include all commands you are running and the output for those. [18:42] But again, this is not a user support channel :) You should try #ubuntu [18:43] This is ubuntu-server? === amurray_ is now known as amurray [22:40] As a persistent solution, I created this file: /etc/sysctl.d/disable_ipv6.conf with this contents: `net.ipv6.conf.all.disable_ipv6=1` in order to disable IPv6. If I run 'sysctl --system', it works and IPv6 stuff are gone from the output of `ip -br a`. But it does not work at boot. Something stops `/etc/sysctl.d/`! [22:45] Moha: check the other files in that directory? maybe something else is enabling it afterwards? [22:47] `/etc/sysctl.d/10-ipv6-privacy.conf`, this one? [22:48] plausible [22:49] 3 lines, net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.lo.disable_ipv6=1 https://itsfoss.com/disable-ipv6-ubuntu-linux/ [22:50] or simply grub "quiet splash ipv6.disable=1" [23:43] does anyone have a working example of an autoinstall config that actually sets the root pw? I've tried this: https://askubuntu.com/questions/1356636/set-root-password-during-autoinstall [23:43] I've also tried this other technique: https://askubuntu.com/questions/1419481/cloud-config-auto-install-root-password [23:44] when I finish install and login, `:/home/admin# getent shadow root [23:44] root:*:19405:0:99999:7:::` [23:44] is always blank [23:44] what's in the cloud-init logs? [23:46] is there a place in particular to look? or something I can grep for? [23:46] I can't recall exactly :/ try find /var/log -name '*cloud*' and see if that finds it [23:47] no files containing the string `cloud`, but there is an installer directory [23:49] there is an installer-journal.txt, checking that out [23:50] hmm I only see this: 'installer-journal.txt:Aug 08 23:28:01 ubuntu-server chpasswd[2713]: pam_unix(chpasswd:chauthtok): password changed for installerinstaller-journal.txt:Aug 08 23:28:01 ubuntu-server chpasswd[2713]: pam_unix(chpasswd:chauthtok): password changed for installer' [23:51] heh, hopes raised and hopes dashed .. [23:51] does it show that the installer read your config at all? [23:51] yes all of my config for early-install and late-install and other options are correct [23:52] okay, that's at least encouraging [23:52] I failed at setting the root pw a long time ago and now I'm back to finally solve it [23:52] I'm trying to see if I can do anything better than setting it with pexpect [23:52] cause that's about where I'm at [23:52] oh man [23:52] I'll do! [23:52] there's *got* to be something better than that, right? :) [23:52] I'll do it! [23:52] I hope haha