[05:00] I got ZFS up and running on root with the daily snapshot! [05:01] I took three tries. Something weird about the installer happened. First two times booted with "try" into gnome and clicked the install icon and I got crashes part-way through. The third time, when it booted, it went right to the screen to choose between try and install, clicked install, and it worked that time. [05:02] The only difference I can think of was that the first couple times I used the bios UEFI to boot from the USB stick, and the third time I just let it boot on it's own, probably in a legacy mode. [05:04] sudo apt remove gnome* and install KDE plasma, and the world is good now. [06:18] wonko: hmm, can you pipi the output to hd ? [06:18] *pipe ;) [07:28] svendre: there were some known bugs about zfs going, perhaps join #ubuntu-desktop too, might be interesting for the devs to know your experience [07:44] bug #1847719 [07:44] bug 1847719 in ubiquity (Ubuntu) "The experimental zfs "Write to change disks" shows an ext4 partition will be created" [Undecided,New] https://launchpad.net/bugs/1847719 [07:44] bug #1847711 [07:44] bug 1847711 in zsys (Ubuntu) "Move zsys tags from org.zsys to com.ubuntu.zsys" [Undecided,New] https://launchpad.net/bugs/1847711 [12:31] tomreyn: https://paste.ubuntu.com/p/TgFBbvnGrq/ [12:34] tomreyn: ready for round 2? I did `apt purge nginx; rm -rf /etc/nginx; apt install nginx` to get a clean install in case certbot did something dumb and now I have no /etc/nginx (although nginx is installed, running and serving up the same nonsense) [12:45] wonko: https://serverfault.com/questions/792825/nginx-proxy-returns-binary-data [12:47] curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number [12:48] but also, where have my config files gone? :) === lotus|i5 is now known as lotuspsychje [12:50] I could not tell what you're doing, can't watch over your shoulder there. But I'm not convinced that you did "installed nginx, didn't do anything at all to the config so it's all default" and got this. [12:50] did you see my second message after the paste link? [12:51] yes, you mention certbot there, which suggests you did change the configuration [12:51] yes, which is why i blew it all away in case certbot did something [12:51] but why didn't I get /etc/nginx back? [12:51] dpkg -l *nginx* [12:52] ...shows nothing installed? [12:52] ii nginx 1.16.1-0ubuntu2 all small, powerful, scalable web/proxy server [12:53] oh you said it's still installed, sorry [12:53] so you removed /etc/nginx but did not uninstall nginx? why would you do that. [12:53] no, that's not what I did [12:53] I uninstalled nginx [12:53] deleted /etc/nginx [12:53] and re-installed nginx [12:54] ah, that's good to know [12:54] which should have created /etc/nginx with the default config, but that's not there [12:54] but it *is* running [12:54] has testing of the upgrade path from disco to eoan started yet? [12:55] wonko: there are several nginx packages [12:55] I believe only one is named `nginx` though. :-D [12:55] "dpkg -l *nginx*" only listed this one package as installed? [12:56] ducasse: i noticed some upgrade bugs to ermine, in #ubuntu-bugs-announce [12:56] tomreyn: yes [12:57] wonko: when you uninstalled nginx, did you --purge it? [12:57] yes [12:57] ducasse: bug #1847615 was one [12:57] bug 1847615 in linux (Ubuntu) "After upgrading Ubuntu 19.10 sound not working on HP EliteDesk 800 G2 SFF" [Undecided,Invalid] https://launchpad.net/bugs/1847615 [12:58] wonko: then it's unusual that /etc/nginx was still present (when no other *nginx* packages were installed anymore). was there a warning when you purged it that /etc/nginx could not be deleted? [12:58] nope [12:58] hmm i can't think of a situation where all of this would come together. [12:59] ducasse: second: bug #1847603 [12:59] bug 1847603 in lightdm (Ubuntu) "After upgrading Ubuntu 19.10 second screen not detected" [Undecided,Invalid] https://launchpad.net/bugs/1847603 [12:59] Ok, so let's try to get back to the beginning [12:59] I'll remove nginx and then we'll go from there [13:00] lotuspsychje: both of those are marked 'invalid' [13:01] ducasse: so i guess upgrading might work? [13:01] tomreyn: oops, I PEBKACed. I did dpkg -L nginx and didn't put the *. THere was some other stuff (nginx-core, nginx-common, libnginx-mod-foo) stuff installed so I just purged all of that. [13:02] dpkg-query: no packages found matching *nginx* [13:02] ... [13:02] That's more clean. :) [13:02] now let's try this again [13:02] i just installed nginx on a 19.10 system, did curl http://localhost and got the default web page. [13:02] lotuspsychje: i hope so :) [13:03] yes, and so did I. So certbot indeed did something stupid. Sorry to have wasted your time. [13:03] lotuspsychje: both those bugs were due to missing the extra modules package [13:03] I'm confused as to why apt purge nginx wouldn't have cleared out those other things though? I mean, it even left running nginx processes. Ugh, no idea. [13:04] ducasse: yeah [13:04] Oh, because I bet something else installed them [13:04] removing nginx would not remove, for example, nginx-core [13:04] after having done apt install nginx I *only* get the nginx listing in the output of dpkg -L *nginx* [13:05] nginx depends on nginx-core though+ [13:05] or one of the other models [13:06] -full, -light, -extras [13:07] so if you managed to only install the nginx package but no other *nginx* package was installed already or during the nginx installation now then you created the next impossible situation [13:15] I at least have an /etc/nginx. :) [13:16] dpkg -l *nginx* | pastebinit -- https://paste.ubuntu.com/p/wwtNjVdqpK/ [13:16] oh, that's -l [13:16] no, that's right, sorry, confusing myself [13:17] tomreyn: you know what? dpkg -l *nginx* doesn't work the way you think it is. :) [13:17] but 'dpkg -l *packagename*' won't like packages in states other than ii [13:18] dpkg -l | grep nginx | pastebinit -- https://paste.ubuntu.com/p/6SgJBxYZcT/ [13:18] those are all ii [13:19] i should mayve put this pattern in quotes, do you have a non default shell? [13:19] nope, default bash [13:20] at least I know who's to blame now, so I guess I'll go back to doing battle with certbot. :) [13:20] https://termbin.com/393nj [13:21] output of dpkg -l *nginx* on my 19.10 installation after "apt install nginx" [13:21] default shell [13:21] I still don't get that [13:22] is this a fresh install? [13:22] yes [13:22] did you copy dotfiles from elsewhere? [13:22] you may remember my upgrade didn't go well. :) [13:22] yes, i restored my homedir [13:22] ok, i know whom to blame now, too. [13:23] what would cause dpkg to change its output? [17:45] Is there a known solution to bcmwl not working in 19.10? [18:03] is it a known bug? [18:04] generally, there will be no solutions without bug reports. [18:04] erle-: ^ [18:45] tomreyn, there are reports since July [18:46] erle-: bug reports on launchpad? [18:46] yes [18:46] which ones? [18:47] hm, that one seems fixed [18:47] I should have looked more closely [18:47] https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1836211 [18:47] Launchpad bug 1836211 in bcmwl (Ubuntu) "bcmwl fails to install with recent Eoan (Bad return status for module build on kernel: 5.0.0-20-generic)" [Undecided,Fix released] [18:47] in my case it fails to load wl.ko [18:47] it does not fail to build [18:53] erle-: so, if it's still not working with the default kernel image, you probably need to file a new bug? [18:53] I will investigate and report [18:53] thanks [18:53] just wanted to know if this is known already [18:54] that's what searching launchpad is best used for [18:56] with the advanced search you can search for tags, and release specific bug reports should be tagged with the release codename [18:56] so you can search for tag "eoan" [18:56] https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.tag=eoan&field.t [18:56] ags_combinator=ANY&field.status_upstream-empty-marker=1&field.upstream_target=&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search [18:56] oh my, that's a long link, sorry [18:57] I'm having some issue connecting to my local wifi. My machine isn't typically recognizing/detecting any wifi connections even though my apartment building has about 10-20 detectable wifi signals around me, and my wife's dell/ubuntu machine does. Already tried several terminal commands from the advice of a couple different seasoned linux friends, and I discovered that the commands would be reset/nullified if/when I restart/reboot, but if I put it [18:57] into sleep then wake it up not long after, then that seems to enable the new commands, thus allowing the wifi connections to be detected....until the next time I restart/reboot. I'm really not sure how this started. How can I fix my Network problem of not working properly? thx! [18:58] erle-: short link ;) https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bugs?field.tag=eoan [18:59] johnjbogle: you also told us this is Ubuntu 19.10 (pre-release) and the wireless chipset is an Intel 7260 [8086:08b1] [19:00] johnjbogle: in the "lspci ..." output from earlier, does it say "Kernel driver in use: iwlwifi" ? [19:00] Oh yes, sorry I should have copied down that info too. thx [19:01] no worries ;) [19:01] johnjbogle: also the output of "uname -r" please [19:01] yes it does [19:02] 5.3.0-13-lowlatency [19:04] hmm okay that's not the latest kernel, maybe this is what's breaking it. so, if i got you right, you can occasionally get online? [19:04] Right now, no. [19:05] is there any way you could sum up what these commands your seasoned friends suggested to put into place are? [19:05] also, would you loose anything by reinstalling? [19:07] Ok I can list some of the commands from my terminal history... [19:08] Yes I would lose some files. [19:08] johnjbogle: and you have no android phone or tab and usb wire there? [19:15] Already tried hotspotting yesterday, didn't work [19:15] Here's the list of those commands we tried... [19:15] sudo iptables -F // sudo dhclient -r // sudo rfkill list all // sudo rfkill unblock wifi ; sudo rfkill unblock all // sudo rfkill list all // sudo modprobe -r dell-laptop // sudo modprobe -r dell-laptop sudo rfkill unblock all // sudo rmmod // sudo rmmod dell-rbtn // [19:16] ok, thanks. does cat /proc/cmdline say anything other than this? BOOT_IMAGE=/vmlinuz-5.3.0-13-lowlatency root=(some_path_or_id_here) ro quiet splash vt.handoff=1 [19:18] vt.handoff=7 [19:19] ok, but no other options are added? [19:19] i mean extra words [19:19] none [19:19] no [19:19] and does apt list linux-firmware say something about "installed"? [19:20] yes [19:24] johnjbogle: how many lines of output does this give? if just one, can you type it? journalctl -b | grep 'iwlwifi.* firmware' [19:25] 2 lines [19:25] well, 1.5 [19:26] can i see them, please [19:27] you could also take photos and upload them to imgur.com if that's easier [19:28] Oct 11 [time] [my-laptop-name] kernal: iwlwifi 0000:02:00.0: loaded firmware version 17.3216344376.0 op_mode iwlmvm [19:29] that's it, anything else? [19:29] that's all [19:30] can you run this (slightly modified) again: sudo lspci -knnv | grep -A15 Wireless [19:30] and get me the full first line starting at "Intel"? [19:32] Intel Corporation Wireless 7260 [8086:08b1] (rev bb) [19:33] thanks. and what does sudo rfkill list all report? you can sum it up [19:34] actually just tell me whether anything is soft or hard blocked [19:34] Soft Blocked, no. Hard blocked, no. [19:35] does nmcli c list your wireless connection? [19:36] and does it list a "DEVICE" for this one? [19:36] 3: phy0: Wireless LAN = soft/hard: no. 6: dell-rbtn: Wireless LAN = soft/hard: both YES. 7: nfc0: NFC = soft/hard: both no. [19:37] nmcli c = Yes it does list it [19:38] list a device? I'm not sure [19:38] johnjbogle: on the line where you recognized your wireless access point (router), the last column may list a DEVICE or nothing [19:39] Names it lists: virbro , Auto Ethernet , Floor304 [that's my router] [19:39] ok, so for Floor304, the right.most column says what? [19:39] Type (in same order): bridge , ethernet , wifi [19:40] DEVICE: virbro , -- , -- [19:40] valorie: This issue looks suspiciously like what I helped that guy recompile the iwlwifi drivers for the other day [19:40] aha [19:41] genii, valorie: if you have any idea / suggestions, i'm all ears, would expect this to just work [19:41] but the kernel is a bit outdated [19:41] oh ha [19:41] So for Floor304, right-most column says: -- [19:41] you give me far too much credit for knowing anything about this stuff [19:41] hehe ok, dont worry then valorie [19:42] will just poke around a bit [19:42] I did manage to make nmcli work for me once upon a time [19:42] johnjbogle: thanks. would you remember the password to login to it if you had to? [19:42] tomreyn: I'm pretty busy at work right now, but I might be able to go through my backscroll in an hour or two for the solution of that other user ( or possibly valorie might be able to find it sooner) [19:42] i think so [19:43] thanks genii, i guess i may have it, too, then. [19:43] valorie: do you know anyhting i could search for in the backscroll? [19:44] Basically it's that newer Intel adapters don't work with kernels previous to some version like 5.1 or 5.2, so the drivers have to be manually bac kported by compiling them yourself [19:44] johnjbogle: can you run nm-connection-editor and just delete this "Floor304" network connection [19:44] genii: yes i heard about this. this one is not really new, though. [19:45] been supported since linux 3.16 [19:45] I lost my backscroll when the power went out to my wifi last night [19:45] :( [19:46] ok done [19:46] ok, no worries valorie ;) [19:46] johnjbogle: now just use the top right icon to reconnect [19:46] you can close the nm-connection-editor window [19:47] nothing happens [19:48] johnjbogle: okay, delete it again using nm-connection-editor [19:49] Sorry, already deleted it, and closed the window, but when I try to connect via topright menu item, it does not connect. [19:51] ok, now i'd like you to again open nm-connection.editor and delete Floor304 again by dselecting it and clicking the "minus" on the bottom [19:51] * selecting, not "dselecting" ;) [19:51] ok will do.... [19:52] now tell me what does "uptime" report how long this computer has been running? [19:53] Just opened the Net.Connetions window, Floor304 is not listed there now. [19:53] ok [19:53] please close the nm-connections-editor window [19:53] also, is this a laptop or desktop computer? [19:53] ok [19:55] johnjbogle: how are you coming? [19:56] sorry didnt see your last question. It is a laptop [19:56] now tell me what does "uptime" report how long this computer has been running? [19:56] Dell Latitude E7440 [19:57] please see above [19:57] 02:56:53 up 8:09, 1 user, load avg: 0.03, 0.07, 0.06 [19:57] also tell me how many lines of output does this generate? lsmod | grep iwl [19:58] it's late where you are ;) [19:58] 4 lines [19:58] haha its only 3am [19:59] can you tell me what it says on the first columns of these 4 lines [20:01] iwlmvn , mac80211 , iwlwifi , cfg80211 [20:02] okay, now run: sudo rmmod iwlwifi [20:02] actually this: sudo rmmod -v iwlwifi [20:03] error, iwlwifi in use by iwlmvm [20:05] johnjbogle: okay, now run: sudo rmmod -v iwlmvm [20:05] then again: sudo rmmod -v iwlwifi [20:06] ok [20:07] both done? [20:07] iwlmvm + iwlwifi ? [20:07] yes both [20:07] now open another terminal window and run this journalctl -fn0 [20:08] keep it running, we'll just use it as a monitor [20:08] ok done [20:08] now check if you can connect to any wireless networks [20:09] or whetehr any are listed (top right corner icon) [20:09] nothing listed in topright [20:10] is the "journalctl" terminal window already flooded with text? [20:10] if it is, press enter there a few times [20:11] yes, ok [20:11] okay, now do this in the non-"journalctl" terminal window: sudo modprobe -v iwlmvm [20:11] and then sudo modprobe -v iwlwifi [20:12] then check the "journalctl" window and see whether anything was logged after those empty lines you produced by pressing enter *that looks like an error message*, and if so, tell me. [20:12] btw, nothing really happens when i hit enter several times, it just repopulates with text, and upon scrolling up, doesn't look like there are any empty lines. [20:13] thats fine [20:13] ok [20:13] the idea of pressing enter is just to make it easier to tell on the scrollback where you were last reading [20:14] (it should have added some blank lines) [20:15] right, but there's so much text that scrolling back up you can't see any blank lines [20:17] because just moving the scrollbar just a tiny fraction, moves through so many massive amount of lines, its impossible to scroll slow/small enough. Hope that makes sense [20:17] i see, ok, then let's do it again differently. [20:17] Also, as soon as I move the scrollbar up any amount, it automatically jumps right back down to the bottom. [20:18] ok [20:18] press ctrl-c on the journalctl window so you get the normal prompt again [20:18] ok [20:18] type "clear" there [20:19] then: sudo rmmod -v iwlmvm; sudo rmmod -v iwlwifi [20:19] ctrl-c, clear in the window with all the text? [20:19] yes [20:20] then: sudo rmmod -v iwlmvm; sudo rmmod -v iwlwifi [20:20] ctrl-c doesnt seem to do anything. And then not able to type clear [20:20] hmm ok then just close this window [20:20] and open a new one [20:20] ok [20:21] maximize this window [20:21] then: sudo rmmod -v iwlmvm; sudo rmmod -v iwlwifi [20:21] then: journalctl -kfn0 [20:23] at this point, check and tell me whether the top-right network connections thing still lists any wireless networks to connect to. [20:23] topright menu lists no connections [20:24] okay, now back to the other terminal window, or open a new one if none are left [20:25] ok [20:25] then: sudo modprobe -v iwlwifi [20:26] ok [20:26] then back to the journalctl window, press Ctrl-C there, it should bring back the command prompt [20:27] now try to connect to the wireless using the top right icon [20:28] ctrl-c didnt do anything. [20:29] strang. does ctrl-z do anything there? [20:30] yes [20:31] [1]+ Stopped journalctl -kfn0 [20:31] ok [20:31] so can you now connect to the wireless? [20:33] ok so now there is the wireless connection/options/settings in the topright menu [20:33] right, and can you connect to your access point? [20:33] But when I select Turn On, nothing happens [20:33] okay, that's what happened last time, too? [20:34] No local [neighbor's] connections are listed. [20:34] Correct [20:34] now see the journalctl windo's scrollback, look for potential error messages [20:34] you should be able to review those logs easier now [20:35] it should not be as much as before [20:35] There's only a total of 8 lines. [20:36] good, so you have less to review. does it say "E:" (as in "error") or "error" verbatim or warning or "W:" or "cannot" or similar? [20:38] Nothing like those, no [20:38] we've now spent two hours on this. this computer has been runnign for a while, and i assume you may have put it to suspend and resumed from that since. suspend / resume could cause instabilities. i suggest you reboot and try connecting again. [20:39] but i'd also like to give up here for now, need a break. [20:39] haha no worries, thanks much anyway [20:40] you can always backup your data and reinstall using ubuntu 18.04.3 LTS [20:40] But yeah, I don't think it needs a break after only 2 hours, has an i7 and 32gb ram + OS on ssd, so probably should be good for a while :) [20:41] chances are it'll just work then. you can also just try from the live / installer system [20:41] the one who needs a break is me [20:41] I've already restarted/rebooted many many times the last few days since this started. Definately does not help with anything :( [20:42] okay, looks like you've pretty much come to a dead end. i suggest installing 18.04.3 [20:42] aha no worries. Is there anyone else who can assist? Or should I come back to here after how long? [20:42] hmm... [20:43] you can sum up the issue again on a pastebin and ask for help here (less likely to work, since this is a pre-release version) or in #ubuntu (when you are running 18.04.3 LTS) [20:44] if you get the system online by some other means this will certainly be a huge leap forward in getting a chance to fix it for good. [20:44] good luck, and see you later, johnjbogle [20:45] thanks much for all [20:47] you're welcome. oh and also consider a firmware upgrade. your current bios version can be listed with journalctl -b | grep 'DMI:' [20:53] latest bios is Version A27 https://www.dell.com/support/home/uk/en/ukbsdt1/drivers/driversdetails?driverid=kdfy1&oscode=biosa&productcode=latitude-e7440-ultrabook&lwp=rt [20:54] bios upgrade procedure https://wiki.archlinux.org/index.php/Dell_Latitude_E7440#Check_the_BIOS_firmware_first