[05:11] I want to upgrade my server from 18.04 to 20.04 but the only 3rd party repositories I ahve are ondrej repository for php7 and weechat. [05:11] What should I do in this case before I run do release upgrade [05:25] recommended is removing (ppa-purge) and then install it again after upgrade chmod [05:25] I see. === denningsrogue5 is now known as denningsrogue [07:01] Guys [07:01] How do you activate wifi hotspot on an ubuntu server [07:07] technoob the server should be a hotspot? [07:07] Yes [07:09] quadrathoch2: [07:09] technoob https://help.ubuntu.com/community/WifiDocs/WirelessAccessPoint [07:10] Where do i start on that [07:12] quadrathoch2: [07:13] probably with point 3 [07:15] quadrathoch2: this section "Setup hostapd, port forwarding, haveged, and dnsmasq" [07:15] ? [07:15] https://help.ubuntu.com/community/WifiDocs/WirelessAccessPoint#Setting_up_a_bridged_wireless-to-ethernet_router [07:18] Hmm do i need a switch? [07:19] I just want to be able to hotspot without internet [07:20] quadrathoch2: [07:41] Hi [08:00] Hi, it is possible to install ubuntu-server.iso and completely purge snap afterwards? Or is snap now a requirement for ubuntu server installations? [08:01] alkisg you can just purge it [08:01] Thank you quadrathoch2 [08:09] Good morning [08:11] mornin' [09:06] mwhudson TJ- -> vagrant destroy -f && git checkout dev && vagrant up [09:12] well yes python is segfaulting [09:12] that definitely shouldn't be happening [09:12] but also i shouldn't be working this late [09:14] eoli3n: yeah, looking at it. (Got other important work of my own to do here too) [09:15] mwhudson: we'll add anything useful to the bug report [09:15] I'm on GMT/UTC here [09:28] no problem [09:29] please both confirm me that client IF names are 'ens5' and 'ens6' ? [09:29] i have reproduced the failure [09:30] and it is very strange [09:30] mwhudson sleep on it ;) [09:30] i intend to :) [09:31] can you just please confirm me IF name, if that differs from what i get here, you will be stuck in another issue [09:31] just want to be sure about this [09:31] tty2 on client -> ip a [09:39] eoli3n: strangely, server and client started but whilst I wasn't watching both guests have gone into 'paused' state [09:39] TJ- you miss ram [09:40] eoli3n: I what? [09:40] that happened to me when i was reaching maximum RAM [09:40] free -h [09:40] eoli3n: 32GB ! [09:40] hm strange [09:40] oh no [09:41] df -h [09:41] that your storage [09:41] thats [09:41] does it ? [09:41] no more disk space [09:41] ens5 and ens6? [09:41] thanks mwhudson that's ok [09:43] TJ- please check if /var/lib/libvirt is mounted on a specific storage space and not on your 'too little' slash :) [09:43] argh keyboard layout rage :) [09:43] yes [09:43] comment layout in vagrant file [09:43] https://github.com/eoli3n/vagrant-pxe/blob/dev/Vagrantfile#L46 [09:43] comment that line then, vagrant reload client [09:44] i had the same rage when not finding why loadkeys fr didn't work [09:44] vnc is forcing layout [09:45] TJ- to manage this, you can tweak it by recreating "default" pool from virt-manager [09:45] eoli3n: yep, /var/ was at 100% [09:45] so go to virt-manager [09:45] right clic on your connection [09:45] eoli3n: all fixed now [09:45] ok [09:46] eoli3n: subiquity running [09:47] eoli3n: apt-config stage reached [09:47] eoli3n: crash! [09:47] :) [09:47] now we all use the same env, we can work efficiently [09:47] don't forget to comment fr layout in Vagrantfile TJ- [09:47] to be able to debug from virt-manager [09:49] eoli3n: I know where the keys have mapped to :) / -> ; [09:49] loadkeys will not work [09:49] eoli3n: looking at /var/log/installer/subiquity-debug lo [09:50] yep nothing more than in the crash file normally [09:50] does the installer endless loops ? [10:31] eoli3n: it did 3 times until I stopped it ("sudo snap stop subiquity") [10:31] eoli3n: I think I've located the issue; testing it now [10:33] it looks like apt is symlinking the package file into /var/lib/apt/partial and then subsequently failing to open it with EACCESS [10:34] let me guess overlayfs over nfs is a cauldron of bugs [10:34] nope :) [10:35] just waiting for the install to finish to be sure I'm correct [10:36] or maybe it is root vs _apt [10:38] mwhudson: so far, it looks like what I told eoli3n yesterday early on - incorrect file-system permissions on the server (or rather, only allowing root user access) so _apt cannot traverse or read the NFS. [10:38] mwhudson: the installer is at the "downloading and installing security updates" stage right now [10:39] ah [10:39] i would also like to know why this leads the installer to segfault [10:40] mwhudson: all I did, on server, was "find /exports/focal/dists /export/focal/pool -type d -execdir chmod go+x {} \;" and "find /exports/focal/dists /export/focal/pool -type f -execdir chmod go+r {} \;" [10:40] mwhudson: the segfaults look to be on the 2nd/3rd runs when /target/ and friends are already mounted [10:41] mwhudson: it just rebooted after install. I've disabled the pxe libvirt network adapter in the guest, and am trying to aboot [10:42] i'm attached to the installer in gdb now [10:42] guest is booting the installed OS now from its local storage [10:43] hmm that didn't work [10:43] eoli3n: So, it looks like as I said yesterday, you had incorrect file-system permissions on the NFS export [10:43] * mwhudson really stops for the night [10:43] mwhudson: I'm guessing that as apt uses the _apt user when it can, that broke it [10:44] TJ-: yes, that side of things makes sense [10:44] i wonder if we should stop apt doing that during install [10:44] certainly the failure is pretty opaque [10:44] mwhudson: possibly it uses UID 0 to get the Releases{,.gpg} then drops to _apt for the rest [10:44] juliank is the man for that sort of question [10:44] Guest is fully booted and ran cloud-config etc [11:30] icey: coreycb: jamespage: please see https://bugs.launchpad.net/bugs/1903531 regarding neutron on stein+train, not sure how to best handle this for UCA [11:30] Launchpad bug 1903531 in neutron "Update of neutron-server breaks compatibility to previous neutron-agent version" [Critical,Confirmed] [11:30] frickler: saw the email around that :-/ [11:36] frickler: is the version currently in the UCA in the middle of that (ie: is impacted)? [11:39] icey: for stein that's 14.4.0 and that is affected, like 14.3.1. seems not many deployments are using ipset, so it took a long time to discover [11:39] ah [11:40] or maybe not many deployments updating regularly. for our prod we still have 14.3.0, so would prefer to see a 14.5.0 with the revert in, but of course others may have a different view [11:44] frickler: so I fully understand, the versions of neutron that are currently in for stein&train are affected, and the situation is unchanged with the proposed update for stein (https://bugs.launchpad.net/cloud-archive/+bug/1904563)? [11:44] Launchpad bug 1904563 in Ubuntu Cloud Archive stein "[SRU] stein stable releases" [Undecided,Fix committed] [11:48] 14.4.0 and 14.4.1 should be compatible, yes [12:07] frickler: it sounds like we're ok pushing out the 14.4.1 that's currently in proposed for Stein, and then picking up a new stable point release to get 14.5.0 as soon as the release cuts? [12:11] icey: that would be one option. the other would be to wait for 14.5.0 or include the revert in 14.4.1 already, allowing for an easier upgrade for deployments that are still on <=14.3.0 [12:12] frickler: how long would you estimate until the 14.5.0 is cut? [12:12] there's also the question how you could notify deployers of the incompatibility, like generate a warning in the pre-install script [12:13] neutron folks are trying to get it out as fast as possible, but there's some issue with the CI it seems. hopefully not more than a couple of days anyway [13:07] thanks mwhudson and TJ-, i will test it in few hours [14:09] hi i'm setting up an autoinstall for ubuntu-server 20.04 and am wondering how to set hostname to the DHCP/DNS information. If the installer is run manually, it lists the value I want, but with autoinstall, it comes up as ubuntu-server. Setting it to a value only works for one server but not for a couple servers with different names. is there a way to do this? [14:42] shecki "to" DHCP or "from" [14:42] ? [14:46] https://serverfault.com/questions/1024584/automated-ubuntu-20-04-server-install-how-can-i-get-hostname-from-dhcp-server [14:48] https://askubuntu.com/a/1177790 [14:48] try to set it to "localhost" it well get it from dhcp [14:50] eoli3n: from DHCP. the variant with setting it to localhost will still have localhost as static hostname and only show the given one. is that truly not possible? netcfg/get_hostname= would be the old way and this is quite a must have [14:51] open an issue on launchpad [14:55] frickler: it looks like the same change is in Ussuri and Victoria, any idea why the change isn't being reverted there? [15:20] TJ- your fix doesnt work here [16:16] eoli3n: really? [16:29] really [16:29] tried 3 times [16:29] with two differents ways [16:29] to be sure [16:29] maybe you did something more that you forgot ? [16:31] TJ-: vagrant destroy -f && vagrant up && vagrant ssh server -c "sudo find /exports/focal/dists /exports/focal/pool -type d -execdir chmod go+x {} \; && sudo find /exports/focal/dists /exports/focal/pool -type f -execdir chmod go+r {} \;" && vagrant up client [16:34] but i didn't check if this is a different error to be honest, what i can say is that it fails on the same task [16:34] apt-config thing [16:41] lets recheck if this is the same error [16:49] TJ- same problem [16:50] when i chroot /target bash [16:50] and apt update [16:50] same apt_ error [16:50] https://x0.at/Xwi.png [16:52] vagrant ssh server -c "sudo ls -altr /exports/focal" : https://x0.at/fEO.txt [16:53] -rw-r--r-- 1 root root 18748 Jul 31 17:35 Packages.gz [16:54] anyway, i use no_root_squash [16:54] so any user should be root on the export [16:54] if you made it work, it should be something else, i think [16:57] eoli3n: failed to fetch, repo issues perhaps? [16:58] no repo here, that file is local, served by nfs [16:58] no distant* repo [16:58] https://bugs.launchpad.net/subiquity/+bug/1905296 [16:58] Launchpad bug 1905296 in subiquity "autoinstall crash with python3[1872]: segfault" [Undecided,New] [16:58] ah [16:59] lemme dig some subiquity recent bugs [16:59] hm no_root_squash maps only root perms [16:59] lotuspsychje i'm talking with the subiquity dev [16:59] so he's on it [17:00] kk [17:00] but sleeping :) [17:20] fresh from the press, not sure if relevant bug #1905599 [17:20] bug 1905599 in cloud-init (Ubuntu Groovy) "sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy" [Undecided,New] https://launchpad.net/bugs/1905599 [17:25] That's not a direct response to any subiquity issues, just our regular(ish) SRU of cloud-init into stable releases. [17:25] kk [17:26] i was watching #ubuntu-bugs-announce but nothing other related recently [17:29] :) === ijohnson is now known as ijohnson|lunch === ijohnson|lunch is now known as ijohnson [20:04] when joining an ubuntu 18 server to a windows domain [20:04] what is the parameter I need to add to my configs so one doesn't have to specify the domain for a user when logging on? [20:04] or maybe you guys can help me with keywords to google this?