=== 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 | ||
athos | 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 | |
athos | Cc sergiodj ^ | 11:53 |
sergiodj | athos: ahh, now that segfault makes sense :-P | 12:24 |
rbasak | Looks like bdrung is fixing it | 12:24 |
=== shokohsc5100 is now known as shokohsc510 | ||
mihon | 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 |
mihon | Tried googling but not finding anything that works. | 18:36 |
mihon | When i SSH into the server it says mihon@srv-102:/$ | 18:37 |
athos | 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:40 |
mihon | I am just trying to get the permissions as they were :D | 18:41 |
athos | this would include all commands you are running and the output for those. | 18:41 |
athos | But again, this is not a user support channel :) You should try #ubuntu | 18:42 |
mihon | This is ubuntu-server? | 18:43 |
=== amurray_ is now known as amurray | ||
Moha | 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/<things>`! | 22:40 |
sarnold | Moha: 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 |
sarnold | plausible | 22:48 |
oerheks | 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:49 |
oerheks | or simply grub "quiet splash ipv6.disable=1" | 22:50 |
habys | 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 |
habys | I've also tried this other technique: https://askubuntu.com/questions/1419481/cloud-config-auto-install-root-password | 23:43 |
habys | when I finish install and login, `:/home/admin# getent shadow root | 23:44 |
habys | root:*:19405:0:99999:7:::` | 23:44 |
habys | is always blank | 23:44 |
sarnold | what's in the cloud-init logs? | 23:44 |
habys | is there a place in particular to look? or something I can grep for? | 23:46 |
sarnold | I can't recall exactly :/ try find /var/log -name '*cloud*' and see if that finds it | 23:46 |
habys | no files containing the string `cloud`, but there is an installer directory | 23:47 |
habys | there is an installer-journal.txt, checking that out | 23:49 |
habys | 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:50 |
sarnold | heh, hopes raised and hopes dashed .. | 23:51 |
sarnold | does it show that the installer read your config at all? | 23:51 |
habys | yes all of my config for early-install and late-install and other options are correct | 23:51 |
sarnold | okay, that's at least encouraging | 23:52 |
habys | I failed at setting the root pw a long time ago and now I'm back to finally solve it | 23:52 |
habys | I'm trying to see if I can do anything better than setting it with pexpect | 23:52 |
habys | cause that's about where I'm at | 23:52 |
sarnold | oh man | 23:52 |
habys | I'll do! | 23:52 |
sarnold | there's *got* to be something better than that, right? :) | 23:52 |
habys | I'll do it! | 23:52 |
habys | I hope haha | 23:52 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!