/srv/irclogs.ubuntu.com/2023/08/08/#ubuntu-server.txt

=== 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
athosHeads up: LP: #2030684 affects php and postgresql-15 in mantic11: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/203068411:53
athosCc sergiodj ^ 11:53
sergiodjathos: ahh, now that segfault makes sense :-P12:24
rbasakLooks like bdrung is fixing it12:24
=== shokohsc5100 is now known as shokohsc510
mihonHello, 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 again18:36
mihonTried googling but not finding anything that works.18:36
mihonWhen i SSH into the server it says mihon@srv-102:/$18:37
athosmihon: 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:40
mihonI am just trying to get the permissions as they were :D 18:41
athosthis would include all commands you are running and the output for those.18:41
athosBut again, this is not a user support channel :) You should try #ubuntu18:42
mihonThis is ubuntu-server?18:43
=== amurray_ is now known as amurray
MohaAs 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/<things>`!22:40
sarnoldMoha: check the other files in that directory? maybe something else is enabling it afterwards?22:45
Moha`/etc/sysctl.d/10-ipv6-privacy.conf`, this one?22:47
sarnoldplausible22:48
oerheks3 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:49
oerheksor simply grub "quiet splash ipv6.disable=1"22:50
habysdoes 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
habysI've also tried this other technique: https://askubuntu.com/questions/1419481/cloud-config-auto-install-root-password23:43
habyswhen I finish install and login, `:/home/admin# getent shadow  root23:44
habysroot:*:19405:0:99999:7:::`23:44
habysis always blank23:44
sarnoldwhat's in the cloud-init logs?23:44
habysis there a place in particular to look? or something I can grep for?23:46
sarnoldI can't recall exactly :/ try find /var/log -name '*cloud*' and see if that finds it23:46
habysno files containing the string `cloud`, but there is an installer directory23:47
habysthere is an installer-journal.txt, checking that out23:49
habyshmm 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:50
sarnoldheh, hopes raised and hopes dashed ..23:51
sarnolddoes it show that the installer read your config at all?23:51
habysyes all of my config for early-install and late-install and other options are correct23:51
sarnoldokay, that's at least encouraging23:52
habysI failed at setting the root pw a long time ago and now I'm back to finally solve it23:52
habysI'm trying to see if I can do anything better than setting it with pexpect23:52
habyscause that's about where I'm at23:52
sarnoldoh man23:52
habysI'll do!23:52
sarnoldthere's *got* to be something better than that, right? :)23:52
habysI'll do it!23:52
habysI hope haha23:52

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!