[00:00] I'll try it, worst thing is, it doesnt work [00:00] I'd like to be able to temporarily set environmental variables in a virtual environment. is there any way to do that without modifying the venv folder? [00:01] FaTaL_G: but consider routing to eg 8.8.8.8 or 1.1.1.1 or whatever... the gateway is where it'll send packets that it can't just hand to an interface to get to the next hop [00:01] that would have to be the enp0s31f6 (public ip) over nat [00:01] not sure how to tell it to do that, and not try to route to everything connected to it [00:02] Coming back from a lock screen, my Ubuntu 19.10 takes 15-30 seconds to unlock. [00:02] Hi. I can use `passwd -l someuser` to lock a user, but what do I do to get the asterisk instead of the exclamation mark in /etc/shadow, to simply disable password based logins? [00:05] greatgatsby: maybe try -d ? (I'm guessing) === Wulf4 is now known as Wulf [00:06] sarnold, no, unfortunately that simply clears the password field altogether, which means it may be possible to authenticate without a password at all. [00:08] greatgatsby: yikes really?? [00:08] greatgatsby: sorry about that. I really did think that'd do the trick. :( [00:08] sarnold, technically, yeah, so unless the tools checking is configured not to accept empty passwords, that could be a bad thing [00:09] from the shadow manpage for that field: This field may be empty, in which case no passwords are required to authenticate as the specified login name. However, ... [00:10] I'd like to launch qemu on a usb image the way that the usb creator launches it on a newly created usb. [00:11] I really dislike that the thing you want would be easy enough with sed, but that's a silly way to do this. you know the end result you want but not which tool to use to get there. and the manpage for the most likely tool (passwd) is silent about what it means to 'delete a user's password'. I *ass* umed that was eliding over "we'll put an * in there" [00:11] Any idea on what the underlying command is? (I figured I can mount the iso image and do the same thing.) [00:12] obitori: maybe qemu-system-x86_64 -- though the tool you';re trying to replicate may go through full libvirt virsh stuff to create domains, hook up storage, etc etc [00:12] Jeffrey_f: is there anything in the logs? eg /var/log/auth.log ? dmesg? journalctl? [00:13] @sarnold: tnx. I'll play around with it. [00:44] sarnold: this example leads me to a conundrum...... https://learningnetwork.cisco.com/thread/86421 [00:45] sarnold: so basically, what I did is not wrong, however, ubuntu (I guess more specifically the networking.service) thinks it is a mistake [00:48] Hi, I just installed ubuntu 19.10, and it's stuck on the loading screen with the dots. Tried to get into tty1, but ctrl-alt-f1 does nothing. [00:49] FaTaL_G: this post feels like a different situation to me -- first, they're dealing with a router-on-a-stick setup, but your router has a direct connection to the internet at learge through an interface and is pretending to be a switch to the lan [00:49] TehCraw: try also control+alt+f2, and add the 'fn' key if you've got a laptop that has an 'fn' key on it [00:50] I've tried all three of those modifier keys with f numbers 1-6 in every combination. LOL [00:52] :( [00:52] sarnold: agreed, but this example is just a synonymous consideration... in my case, I have one vlan,and one masqueraded-nat to the world, theirs is man many vlans, with each having a gateway adress pointing to "whatever vlan" manages the networks [00:54] just not sure that the computer is smart enough to decide what to do with certain types of traffic [00:54] (without a gateway) [00:55] the 'ip route get' command can show you what the kernel will do with packets generated on the host -- eg compare ip route get 8.8.8.8 vs ip route get 192.168.1.13 [00:56] Kubuntu 18.04, qtDesigner suddenly fails to open with error: https://bpaste.net/show/FKPKQ... What can it be now? [00:57] Aigh, screw it. Fresh install it is. Thanks, sarnold [00:59] sarnold: never tried that, very cool. doing it with a 10.10.10.10 yields my inet address, I should create a iptables rule to prevent that forwarding.... I do not have 10/24 of any kind defined [00:59] other ips are all to the nat pub ip, except the 192.168.1/24 [01:00] that one is 192.168.1.1, which is good.... after I reboot, it should do the same thing..... [01:00] without a subnet defined [01:00] errr, dfgw my bad [01:00] note that 10/8 is an RFC 1918 block, like 192.168/16 [01:00] right [01:00] but it is passing it to the pub ip [01:09] sarnold: and this guy did it without the "roter" defining a dfgw, hrmmmpf, https://www.computernetworkingnotes.com/rhce-study-guide/how-to-configure-and-use-linux-as-a-router.html [01:10] FaTaL_G: it depends on the rest of the network design whether or not any given router 'needs' a default gateway [01:11] makes sense === stallman is now known as gologolo [02:51] sarnold.... guess removing the gateway was a bad idea. lol. [02:51] FaTaL_G: lol :( oh no [02:52] put it back, flushed everything, rebooted the secondary routers *(just acting as switches/wifi) and all set === zbenjamin is now known as Guest56735 === zbenjamin_ is now known as zbenjamin [02:53] I do have a question.... I'm guessing I'm sol, but any advice anyone has if I'm willing to go learn, how can I properly get support for the ASUS PCIE AC88 wireless NIC? [02:54] there are hacks that work, I use it, it worked on 14, 16, and 18 [02:54] and there are posts that kernel5+ has native support for it so 19 apparently has it out of the box [02:54] is this something I can build into 18 without upgrading to 19? [02:55] https://askubuntu.com/questions/1072676/asus-pce-ac88-on-ubuntu-18-04 [02:56] the hack (which works) involves ripping the binary out of a driver for completely different hardware. I cant fathom why it works [02:57] FaTaL_G: if you're doing a fresh install, 18.04.3 may be able to do it. if you've already got an install running, try the HWE kernel: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [02:58] sarnold: I upgraded from 16 to 18, I had to hack away again to get it to load the bootleg driver [02:59] sarnold: that link isnt loading? [03:00] nvm, it was just slow [03:04] FaTaL_G: yeah :/ the wiki can be insanely slow sometimes [03:08] FaTaL_G: it also helps when you provide dmesg or journal logs of what happens to your wifi chipset, volunteers might be able to provide more help for you [03:09] Is there an easy way to transform multiple lines from a text file into command-line parameters, each preceded by a switch? For example, I have 3 lines in a text file "one" and "two" and "three" and I want to include them in a shell command as: -n one -n two -n three [03:11] lotuspsychje, I can do that, I have before, and generally the resounding help I have gotton was that "yep, I hate broadcom, their support is shiat" lol [03:11] just happy that there appears to be some progress [03:12] my dmesg is littered with traffic from the "firewall" [03:12] FaTaL_G: on an updated system, broadcom support has actually improved alot on ubuntu, been a while since i noticed issues with them.. [03:13] I noticed that Broadcom support improvement recently too. [03:14] lotuspsychje: http://paste.ubuntu.com/p/4V9zGNTwww/ [03:15] FaTaL_G: your current ubuntu version and kernel version please? [03:16] 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [03:17] Ubuntu 18.04.3 LTS [03:17] FaTaL_G: did you check on software&updates to see if you can switch drivers? [03:18] lotuspsychje, no? (not sure how), is it a gui thing? [03:19] FaTaL_G: yes, the gui icon software&updates [03:20] lotuspsychje, then no, not in quite a while. I usually do everything cli based === overfiend is now known as PoPpiLLs [03:22] FaTaL_G: try please [03:22] lotuspsychje, ok [03:22] FaTaL_G: it can help broadcom chipsets to switch from one to another driver to fix things [03:24] Randolf: hopefully helpful to you: paste <(yes -- -n | head -n$(cat /etc/passwd | wc -l)) /etc/passwd [03:26] sarnold: Thanks! I didn't now about "paste" -- it looks like a very useful tool. [03:27] Randolf: it's very handy indeed :) [03:40] sarnold: That worked. By the way, I added this to the end to turn it into one line: |tr \\n " " [03:41] Randolf: nice nice [03:41] Randolf: btw, take a look at comm(1) too -- it's another little useful thing like paste [03:42] I will. Thanks. [03:42] Randolf: you may never need comm, but it's handy, and you never know when you could make someone's day by knowing about it :) [03:43] It looks like a very simple alternative to diff. [03:44] yeah [03:46] but this will do smarter things than diff, too; when the input is two sorted lists and you want to see the differences, diff can sometimes make *very* siully choices, meaning you can't just grep for ^+ and ^- but have to inspect by hand.. [03:47] Ah, it sorts. Yeah, diff doesn't do that. [03:49] lotuspsychje, where on this updater am I looking? [03:49] FaTaL_G: tab additional drivers [03:49] I generally do the occasional add of a repo, or just apt-get things [03:49] ahhhhh..... it is empty :( [03:51] FaTaL_G: when you say add ppa, do you mean you added a broadcom driver ppa? [03:53] lotuspsychje, no. I only ever added ones like ntop/nbox or suricata etc [03:54] I've never found one for brcm [03:56] FaTaL_G: found a few bugs around, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1594614 [03:56] Launchpad bug 1594614 in linux (Ubuntu) "Ubuntu 16.04 - Broadcom Corporation BCM43602 - wrong icon after first resume" [Low,Fix released] [03:56] lotuspsychje: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx is the gist of what I have had to use on 16.04and 18.04, mine is the brcmfmac4366c [03:57] FaTaL_G: did you test this yet, from a liveusb? see if wifi was working by default? [03:57] lotuspsychje, in 19, no. I could try it. [03:57] FaTaL_G: tested on a 18.04 live? was working? [03:57] lotuspsychje, the "hacked method" at least works, but its painfully slow [03:58] lotuspsychje, this card never worked on 16 or 18. live or otherwise [03:58] until the "hacked" driver is provided [03:59] does anyone know how i can install sha256sum [03:59] because i keep getting an error that the package doesnt exist and cannot be found [04:00] lotuspsychje, if you want to read about the "hacK" I'm refrencing, https://tabre.com/post/2/ [04:00] that works when you do it. works as an AP too. but sloooooooooowwwwwwwww [04:02] FaTaL_G: interesting, maybe your chipset could deserve a new !bug but try for doublechecks a few liveusb's first, you never know its fixxed in some later kernel [04:03] lotuspsychje, well, the first link I mentioned was supposedly fixed on kernel 5+ [04:04] FaTaL_G: lets try to make sure? [04:04] lotuspsychje, https://askubuntu.com/questions/1072676/asus-pce-ac88-on-ubuntu-18-04 [04:05] ok, so I will download a 19 livecd [04:05] FaTaL_G: current 18.04 iso also has the HWE kernel 5.0 [04:08] I grabbed the recommends, so now I have to reboot to turn on the kernel? [04:08] vmlinuz-5.0.0-32-generic is present in /boot [04:10] lotuspsychje, can I lspci against a non loaded kernel? [04:10] or modprobe? [04:13] FaTaL_G: ?? To see all installed kernels ' dpkg -l | grep linux- '. [04:19] FaTaL_G: Try whit dmesg [04:27] ok, back on 5.0.0.32 [04:32] usb drive is not getting detected. Please help [04:34] LatteNero & lotuspsychje, so I did reboot, I am running on kernel 5.0.0.32, but the system is still shwoing me the brcmfmac4366c-pcie.bin I placed in /lib/firmware/brcm/ months ago [04:37] (when I run dmesg) [04:38] HI usb drive is not getting detected. Please help [04:38] vipin7275: Is the USB device formatted and with a file system ? [04:38] i was trying to format with FAT. after that device is not showing up [04:40] @Bashin-om: i was trying to format with FAT. after that device is not showing up [04:41] HI [04:43] vipin7275: ' lsusb ' show the device ? [04:46] LatteNero & lotuspsychje: http://paste.ubuntu.com/p/ng8C9gCvmR/ === katnip` is now known as katnip === katnip is now known as katnip` [06:55] has anyone been able to get sssd to work on Ubuntu 19.10? The service fails on my system [07:37] hi all just bought a lenovo ideacentre 510s, the hex core i5. i popped my ubuntu drive in but after the purple splash screen the monitor looses signal. any ideas? === Telvana is now known as tolkienring === tolkienring is now known as Telvana [07:50] What do when LibreOffice does not find intalled font? (URW Palladio) [07:50] Gnome Tweaks and Firefox use them [08:20] Tor browser wont atart, and icon missing from app drawer. please advise [08:20] start* [08:23] im waiting for the answer === im0nde_ is now known as im0nde [10:43] hi [10:44] i again faced system error popup after i woke the pc from sleep mode [10:44] gnome-shell and xwayland crashes [10:44] in /var/crash === jstein_ is now known as jstein [11:01] Hi.I am on Ubuntu Budgie 19.10 with a ZFS formatted 256GB drive. [11:02] When I run os-prober it kicks out this error: device-mapper: reload ioctl on osprober-linux-sda5 failed: Device or resource busy Command failed. [11:02] Does anyone have a fix? [11:05] hi [11:05] arunza, y'areet [11:06] i am looking for a command line command : i want to contents of all the folders in my directory copied into my current directory [11:06] how do i do this ? [11:06] basically i have a problem: whenever i try to install a package it always say im not connected to internet. Here's the exact error it gives me: https://bit.ly/2WCLnFD [11:06] i basically want to defolderfy my current directory :P [11:07] arunza, how funny [11:07] oO [11:08] do you actually have an issue [11:08] no [11:09] ok [11:09] thyriaen, can you elaborate a bit? [11:10] sounds a bit like you need cp -R [11:12] wtd [11:12] who was that [11:13] lyiriyah, i have a folder with 100 folders in them, they each contain folders with files in them - i want to have all the files out of their respective folders copied into my big directory [11:13] so they all sit on their own not wrapped into folders :P [11:13] yeah you need cp -R [11:14] recursively copies [11:14] -r is better [11:14] but if i recursively copy [11:15] they are all still inside their folders [11:18] thyriaen, run cp -rv src dest subst src and dest for the source and destination and paste the output here [11:19] e.g cp -rv ~ . [11:20] nvme server install pains, anyone surmounted them either 18.04 lts or 19.10 ? [11:21] i can boot / install desktop fine [11:23] OSError: [Errno Failed to find device at path: %s] /dev/disk/by-id/eui-etc000000 === dijitol1 is now known as dijitol [11:29] yh bye lads [11:33] have a ubuntu that doesnt want to boot x anymore. started having problems with Vivaldi browser then stopped loading window session. I can get a remote ssh into the system but that's about it when it comes up. no display. is there an option to auto-repair ubuntu installation? [11:39] i ruined terminal colors :S [11:39] what was the default terminal purple color code? [11:39] html code [11:39] #xxxxxx [11:39] ubuntu 18.04 [12:12] Is it not possible to install snaps without sudo, without logging in? I have no interest in making an Ubuntu account. [12:17] foist, you can install without login, just sudo [12:18] foist, specially if you do it on the terminal [12:19] foist, but having a ubuntu account is great, you can report bugs and do a lot more [12:21] i am trying to batch remove a "- " string from my files - https://hastebin.com/ewijetuyip.bash this gives me an error that saying target "foobar" is not a directory which is the suffix of my files [12:25] LuckyMan: I don't want to have to run every snap as sudo. Is there any way around that? [12:26] foist: why are you trying so hard to avoid sudo in ubuntu exactly? [12:28] Why would I want to run applications with superuser privs? [12:29] foist: running is not installing [12:30] If you install it with sudo you have to run it with sudo. [12:30] false statement foist [12:31] Hmm, really? [12:35] It appears I was mistaken. Thanks. [12:46] hi. question. i search for a music player with an IOS app that control the player either via bluetooh or wifi. any suggestions [12:47] to clarify an ubuntu app [12:48] ybaumy: for apple devices we often reccomend clementine or rythmbox [12:49] ybaumy: but not sure if they support BT or wifi sync [12:53] lotuspsychje: tried rhytmbox but this somehow does not work. it also seems to only provide sync. i would like to see the remote library .. maybe i need to try kodi [12:54] clementine i have not looked at yet [12:55] lotuspsychje: but i see that clementine has a network remote and even a google drive integration [12:55] will try that [12:55] thanks [12:55] welcome ybaumy [14:03] Hi folks === knob2 is now known as knov [14:34] hi [14:34] hi [14:35] asl pls :) [14:35] !chat | swimm3r [14:35] swimm3r: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [14:36] !chat | lotuspsychje [14:36] lotuspsychje: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [14:42] lol [14:45] Hi, need help with a systemd unit. I'm installing jira but it wont start. "systemctl status jira" shows this: https://gist.github.com/binaryplease/392fd47a62cbc5096eff2b91dc66cbd7 [14:45] I don't understand whats wrong, running /opt/jira/bin/start-jira.sh manually works fine [14:45] !crosspost | im0nde [14:45] im0nde: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. [14:46] lotuspsychje: Sorry, wasn't sure anyone was there. Will wait paitiently, sorry [14:52] !chat | lotuspsychje [14:52] lotuspsychje: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [14:53] swimm3r: please dont abuse the bot thanks [14:54] you started :( [14:55] it's Saturday, every enjoyed the "asl pls" joke :( [14:57] ciao all. is anyone using Astrometa DVB-C usb stick? === freedom is now known as gnufr33d0m [15:30] Im running ubuntu as a vm and cant figure out how to get my clock to sync properly [15:35] k1tsun3,version [15:36] k1tsun3, witch version you running [15:37] 18.03 [15:39] k1tsun3, you mean 18.04 [15:43] k1tsun3, Settings -- Details -- Date & Time --Automatic Date & Time will set your time & date extra option Automatic Zone too === SDr|hu is now known as SDr [15:47] leden: i set that but it isnt working [15:48] automatic time & timezone are correct but its saying the time is 12:47AM when it is really 11:47 AM [15:48] k1tsun3, your timezone is probably incorrect [15:48] doug16k: nope it is set to NY [15:49] k1tsun3, can the guest access the internet? [15:49] yes [15:49] the guest has the wrong timezone, the host is correct [15:50] k1tsun3: any VM BIOS settings? [15:50] the guest needs to have the correct timezone, otherwise it will apply the wrong offset to the time it gets from the timeserver [15:57] doug16k: do you mean the host needs to have the correct timezone? because my host has the correct timezone the guest is the one iwth the issue [15:57] I mean the guest needs to have the correct timezone [15:58] you seem to be convinced that the guest timezone is not relevant. it is relevant [15:59] the host time has effect when the guest first powers on. from then on, the guest is free to do as it pleases with the clock [15:59] modern liveisos of ubuntu still come with Memtest86+ right? [16:00] Cyber_Akuma: depends on whether booted in Legacy or UEFI mode [16:00] I see, which mode allows for memtext86+ [16:03] k1tsun3, a linux host clock hardware is actually set in GMT. a linux guest will also be setting its emulated hardware clock to GMT, so again the timezone of the guest completely determines the guest's time [16:04] the host and guest could have exactly the same time setting in their RTCs and still have different local time when the timezone of the guest is wrong [16:05] s/GMT/UTC/ (practically the same thing) [16:07] doug16k: do you mean the host needs to have the correct timezone? because my host has the correct timezone the guest is the one iwth the issue\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ [16:08] k1tsun3, so what does date -R say on the guest? [16:08] actually just "date" is better as it states the timezone name [16:14] \\\\\\\\\\\\\\\\\\\\\\\\\\\ [16:16] hey guys, I need some script to scan udp address, like nmap or something. [16:19] design so poor [16:19] |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||~CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC2~ [16:19] ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\\\\||||||2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~2~\ [16:20] k1tsun3, do you need help ? [16:20] kre10, do you mean scan the UDP ports of a specific host? [16:21] doug16k, exactly [16:21] kre10, nmap -sU ip [16:21] doug16k, http://host/udp/239.0.0.1 ? [16:22] kre10, nmap -sU 239.0.0.1 [16:22] ioria: i went to the bathroom and came back to my husky sitting on my keyboard [16:22] I want to scan all udp ports after host/udp/X.X.X.X [16:22] k1tsun3, ok [16:22] nmap - sU host? [16:23] without the space before sU, yes [16:23] OK, I will try [16:24] kre10, needs root privileges, so actually sudo nmap -sU host [16:24] yes, I figure it out, but doesn't find anything [16:24] Failed to resolve [16:24] I put port after the host, that should be OK right? [16:25] I used https://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers/60395#60395 when I installed my broadcom wireless in 16 & 18, now that I have kernel 5.0.0.32, how do I change from using the "hacked" driver I placed in /lib/firmware/brcfm, to the one that exists IN THE KERNEL? [16:25] kre10, not ok [16:25] whole point is to scan all possible ports [16:26] yes, but actually I don't want to scan ports after host. I know what port is. I want to scan host:port/udp/HERE(239.0.0.1) [16:26] is that possible at all ? [16:29] doug16k, ideas? [16:30] something like this - https://github.com/joolzg/udpxyscan === kostkon_ is now known as kostkon [16:32] kre10, to see if a specific UDP port is open? this: nmap -sU -p port host [16:32] I dont know how to tell what driver the hardware is actually running with, but it looks like it is running with the "hacked" one [16:33] I suppose I can just delete it lol [16:33] I know which port is open. I want to know which udp address is open - like host:port/udp/239.0.0.1 [16:33] FaTaL_G, pci device? lspci -k [16:33] 239.0.0.1 is what I've searching [16:34] FaTaL_G, look for Kernel driver in use: [16:35] FaTaL_G: If you put a hacked driver in the firmware folder, it will do nothing most times [16:36] " how do I change from using the "hacked" driver I placed in /lib/firmware/brcfm .. " just delete that file? [16:37] I don't know of a driver that will even load firmware from that directory unless it is supposed to be /lib/firmware/brcm [16:37] doug16k, it says " Kernel driver in use: brcmfmac " but if I run dmesg: ? brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac4366c-pcie.bin for chip 0x004366(17254) rev 0x000004 ? [16:38] jeremy31, the dmesg tells me it is using it still [16:39] FaTaL_G: If you got that file from upstream linux-firmware or a newer Ubuntu version of Linux-firmware, it should be fine [16:40] jeremy31 doug16k: the hacked driver works, but like ship. Its a well known thing (see: https://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers/60395#60395) but last night people here helped me get onto kernel 5.0.0.32 which has support for the card. So I want to ensure it is using the kernel version only [16:40] my card fell into this category: 14e4:43c3 rev 04 UNKNOWN Special Case #2 [16:41] FaTaL_G: Just do> sudo apt install --reinstall linux-firmware [16:41] it will pull from 5 now since Im on 5? === the_ant1 is now known as the_ant [16:42] FaTaL_G: There isn't a special linux-firmware for any kernel version [16:43] oerheks, that is what I was wondering. [16:44] jeremy31 .... nice....... doing the firmware install the file is now changed: -rw-r--r-- 1 root root 1120971 Jul 12 08:42 brcmfmac4366c-pcie.bin [16:45] now it is older hahaha [16:46] so I understand - when a kernel has support already built into it, does it still require a bin file in /lib/firmware/* to function? [16:47] FaTaL_G: Yes, that card needs firmware and there hasn't been a change to that firmware file since 2018 [16:48] jeremy31, agreed.... makes sense. Good thing I didn't just delete the file.... so, the changes in kernel 5+ werent "the driver" but how the KERNEL interfaces to the driver? [16:49] FaTaL_G: The 5.0 kernel might have updates to the drivers in the kernel but in this case it uses the same firmware as the older kernel [16:51] got it. Then its ok that it is using the "hacked" firmware. In fact, ages ago, when I followed directions to pull the firmware from the windows driver, the binary/checksum of my hacked pull matches what is checked in to the official linux kernel lol [16:52] FaTaL_G: If you got it from Ubuntu package linux-firmware or upstreams linux-firmware, it is not a hacked firmware [16:57] jeremy31, trust me, it is. It binary matches what is pulled from the drivers used for windows. I kid you not. Here is at least one thread about it: (https://forums.fedoraforum.org/showthread.php?310626-Fedora-24-and-ASUS-PCE-AC-88&p=1769999#post1769999) [16:57] granted it did come from asus/broadcom, but still.... a bit of a hack to obtain functionality on linux [16:59] firmware runs on the device. what makes you think it would vary per OS? [17:00] FaTaL_G: > sha1sum /lib/firmware/brcm/brcmfmac4366c-pcie.bin [17:01] I am fairly sure that firmware was not part of linux-firmware in 2016 [17:03] doug16k, jeremy31, all I was getting at is that when using firmware compiled for and loaded on NOT LINUX, I'd expect the built packages to be compressed or packaged for that OS, so I wouldn't think the binary to be the same for each os [17:05] maybe time for a fresh install... [17:06] doug16k, jeremy31, but when I did the binwalk trick and ripped the 4366c.bin data from the downloaded driver from asus website, it matched what is checked into the linux kernel now (the 2018 one you mentioned). And if you go download the latest and greatest from asus, (I did it a few months ago), the binary is newer and obviously not the same data, but it still works in ubuntu :) [17:07] oh, it works .. [17:07] oerheks, why? It works. I jsut wanted to make sure now that I have the 5.0 kernel installed it was actually using it. I didn't realize it still required the/a /bin/firmware/brcm/*.bin file [17:10] oh yes, I am on my laptop now and connected via that wireless card acting as an AP. But I have had that working on 16.04 and 18.04 pre 5.0 kernel for the last 2 years. Now that people are reporting it works faster and properly on 5.0, I did the update to kernel 5.0.0.32 last night, and I want to make sure I did it right. And thought, I had to "get rid of" the hacked file [17:11] I thought it would either stop using the /lib/firmware bin I manually placed there, or overwrite it with a new file. It didn't :) [17:12] extremely complex devices like wireless NICs often have some amount of executable code that runs on a cpu embedded in the device. sometimes that is flashed onto the device and you can pretty much forget about it. sometimes it has to be loaded at runtime [17:13] doug16k, so does this mean perhaps, if I go grab the latest and greatest today, (from asus), and rip it again, and test it, and it works well, I should push a ticket to update the 2018 version on the kernel now? [17:14] there is little reason to believe that newer is better. more likely, the newer version also supports some newer revision of the hardware [17:14] FaTaL_G: If there was a better firmware, broadcom would have committed it to upstream linux-firmware [17:15] jeremy31, broadcom doesnt support linux on this chipset. [17:15] broadcom would be a bit stupid to give free improvements to everyone. it is in their financial interest to NOT improve existing devices, in the hopes that you buy a new better one to get improvements [17:16] doug16k, ahha, there is some truth to that, but they also have to support their current devices as to avoid a bad rep, there is a balance. [17:16] FaTaL_G: look at https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/brcm?id=211de1679a68b8ab0f841a8058df35e13e3963f0 firmware submitted by arend.vanpriel@broadcom.com [17:16] jeremy31, ok [17:20] jeremy31: 60812f1472ef6737ac2ef072632b0cc6fddb2d02 /lib/firmware/brcm/brcmfmac4366c-pcie.bin && dc28d55aa640966260fb45e10efc94fbe8a33a8f /lib/firmware/brcm/brcmfmac4366c-pcie.txt [17:21] just so you know, the first is the one I got today on the reinstall you requested. The second is what I have been using for months that I pulled out of the asus website file like 10 months ago [17:22] clearly different, both worked. both are for that chipset, but as doug16k suggested, newer isn't always better. I'll stick with the one checked into the kernel for now and see if it performs any differently [17:26] I just looked at the asus website... and it looks like the JUST released the source code less than a month ago [17:27] Uder "Others" -- https://www.asus.com/us/Networking/RT-AC88U/HelpDesk_Download/ [17:36] hello! I just started seeing an issue with apt-get on Ubuntu 18.04.3; when I try to run apt-get install or apt-get update, all of the ubuntu, canonical, and launchpad repos fail to connect, giving a "Connection failed" error. I can fetch all those repos with curl though, I don't have a proxy in place, and the IP address apt shows seems to be correct [17:37] I did have a power outage a few days ago, but the computer is on a UPS, so it should have shut down cleanly [17:37] hi jamesnvc, pastebin the output of update? [17:38] sure, https://pastebin.com/RxKXiFhu [17:42] that mirror should be oke, what happens if you switch to main in the updatetool? [17:45] Looks like the same thing; using the gui "Sofctware & updates" to change download from to main (previosuly was "server for Canada"), now updating cache is proceding very slowly & saying "Notwork isn't available" for all the repos [17:47] :-( [17:47] Yeah...very puzzling :/ [17:48] is there any way to get more verbose output from apt about how exactly it's failing? [17:50] jamesnvc: see the bottom of apt.conf(5) [17:51] or rather the DEBUG OPTIONS section [17:52] tomreyn: thanks! [17:54] jamesnvc: you're welcome. so you proably want something like sudo apt-get -o 'Debug::Acquire::http=1' update [17:55] "Connection failed" rather sounds like a plain TCP connection failure, though, and you might rather need to diagnose this using tcpdump [17:55] (or 'mtr' to inspect the route, packet loss) [17:57] hrm, mtr seems fine, 0% loss & curl seems to be able to fetch the pack lists fine [17:58] Hey everyone. I did do-release-upgrade and now wanted to update some other package too but apt ist telling me: "14 not fully installed or removed.". can somone help me what to do? i get a lot of errors like dependency problems and "is not configured yet" [17:59] I already tried "apt install -f" and "dpkg --configure -a" [18:01] styler2go: can you gather some info (won't change anything): sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 https://termbin.com/ujvy [18:03] styler2go: looks like you just need to run sudo apt full-upgrade [18:04] It terminates because of too many errors [18:04] styler2go: can you share the output? [18:05] https://termbin.com/593k [18:06] Is the dbDriver the actual problem maybe? [18:07] you probably have a "dpkg" process running which is waiting for input, either in another window or as part of the (unfinished?) upgrade [18:07] is this on a remote server you were logged in to using ssh, and the connection dropped? [18:07] try this: screen -x [18:08] https://p.styler2go.de/849148 [18:08] tomreyn, this just showed a closed screen which let me decide x to close or r to restart [18:09] so the upgrade had completed, ok [18:09] does the fuser paste help? [18:09] the fuser output is a bit short [18:09] it did not show any more [18:10] does this give more? COLUMNS=200 fuser -v /var/cache/debconf/config.dat [18:10] nope :/ [18:12] hmm i'm not sure how to get the full process name uot there [18:12] oh via pid [18:12] i did ps aux and grep [18:12] it shows: root 29098 0.0 0.1 32796 23808 ? S 15:16 0:00 /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/mysql-server-8.0.postinst configure [18:12] i think it got stuck there? [18:13] yes, looks like [18:13] (i started do-release-upgrade like 3 hours ago, maybe 4) [18:13] it's waiting for your input to configure mysqld [18:13] can i safely kill it and somehow restart? [18:13] yes, you can reinstall it, this should re-run the postconf script [18:14] so kill it, then sudo apt-get install --reinstall mysql-server-8.0 [18:14] ah apt install -f re-ran it [18:15] ok :), so then you can full-upgrade [18:17] grub-pc was amongst the packages which had not been upgraded, yet. so make sure this upgrades properly, maybe run grub-install and update-grub manually just to be safe [18:17] I think the mysql daemon/service is having some trouble. i am typing "service mysql stop" and it hangs up for a while, also apt does hang up on "Setting up mysql-server-8.0" [18:21] https://p.styler2go.de/5305140 this for example doesnt sound right: https://p.styler2go.de/4272800 [18:21] oups, second paste is the relevant one [18:24] btw, with my apt failing issue, after running apt-get -o Debug::Acquire::http=1 update, it's still failing, but is taking a very very long time; I see all the GET requests, which look reasonable (and if I duplicate them with curl, they succeed), I saw one 200 OK response, but everything else is not working [18:24] [18:25] tomreyn, the mysql upgrade does not work [18:25] it runs up until "mysql is running as pid xyz" and then just hangs there: https://p.styler2go.de/1482865 [18:28] styler2go: hmm so you think that process 29107 started process 29806 as a result of you running apt install -f ? or was process 29107 (started 4 minutes earlier) already active beforehand? [18:29] tomreyn, i did play around a bit but the current situation is that apt install -f is stuck at "mysqld is running as..." [18:29] i'm wondering whether someone or something started the mysql server when the configuration was still in process, or whether the server was started as a result of the configuration takingt place [18:30] any commands i can do to help figuring out? [18:30] i guess if you can't stop mysqld cleanly you'll need to kill PID 29806, then 29107, then sudo /bin/bash /var/lib/dpkg/info/mysql-server-8.0.postinst configure [18:30] then ensure this exits cleanly, then start mysqld normally [18:30] those are all current commands with mysql: https://p.styler2go.de/9869305 [18:31] is this time current? [18:31] yes [18:31] like, just a few minutes ago? [18:31] hey, I got a weird issue: [18:32] that's the current state i am in right now, i did kill the process before already [18:32] if I alt+tab out of stuff and they are playing audio, the audio gets weird. [18:32] I transferred this hard drive from a different computer [18:32] styler2go: have a look at the mysql error log [18:32] and it started doing this. [18:32] it happened both with youtube and hotline miami 2 [18:33] styler2go: the PID printed at https://p.styler2go.de/1482865 does not match any of those given in your ps output [18:33] when it first happened with hotline miami I thought the issue was the game, but now that I noticed it happening with youtube videos too, I think it's my system [18:33] 3179 does not exist [18:34] the error log has errors [18:35] https://termbin.com/9sdy [18:35] it doesn't happen to vlc [18:35] i can either minize it to the tray [18:35] or the window [18:37] huh, restarted firefox, issue is gone. [18:38] welp [18:40] styler2go: ibdata1 not being lockable (for exclusive access) probably means that either multiple mysqld processes were accessing it in parallel or there are file system errors. [18:41] ok so: when i run apt install -f it just starts the mysqld... [18:41] i will try running your postinst directly === the_ant1 is now known as the_ant [18:42] before oyu do this, make sure all mysql processes are terminated [18:42] yes [18:42] the postconf script will probably start mysqld up as part of the configuration [18:43] even running /bin/bash /var/lib/dpkg/info/mysql-server-8.0.postinst configure just starts the mysqld and hangs up :( [18:43] i'm wondering whether the root causse is actually [ERROR] [MY-000061] [Server] 1396 Operation ALTER USER failed for 'root'@'localhost'. [18:43] i can create a localhost user wait [18:47] note that besides the "mysql-server-8.0" package, the "mysql-server" package was also pending an upgrade earlier. [18:48] jupp, that helped [18:49] styler2go: nice. i need to leave for a bit, should be back in 45 min, but not for long. please sum up the situation again and repeat your question if you need help in the meantime. [18:49] tomreyn, the root@ was the problem. thank you a lot! [18:53] hi. how can I prevent a certain generated file to be deleted when rightclick rebuild is issued in qt creator (qmake based project)? [18:55] mischan sorry [18:58] imi, you might want to reask in #kubuntu ? [19:02] oerheks: ok, thank you, don't worry :) [19:14] holy shit the issue is steam [19:14] if I have steam window open [19:14] the audio of other stuff goes weird. [19:15] * oerheks avoids 'holy shit' and goes couchsurfing [19:34] any other ideas for things I can try to get my apt to work? [19:35] I tried changing the sources to some other things in "software & updates", and some sources are able to fetch some of the sources, but a bunch of them still fail [19:38] jamesnvc, sudo apt install -f # or removes the lists, and run spt update again > sudo rm -rf /var/lib/apt/lists >>> https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure [19:38] else i have no clue what is wrong :-( [19:40] Hi everyone. Are ubuntu mirrors currently broken? apt update fails with default mirrors. [19:41] hi alik, can you pastebin the output of sudo apt update please? [19:41] No one in u-mirror is complaining [19:41] unless it's the same weird thing I'm experiencing... [19:42] CarlFK, thanks for your responce, jamesnvc and alik seem to have issues, jamesnvc on Connection failed [IP: 91.189.91.26 80] [19:42] https://pastebin.com/3wDCjjxe [19:42] Currently tested on two machines: Ubuntu 18.4 desktop and 18.04 server. Spinning up a VM to test. [19:43] i am on the dutch mirror, lets see what main does.. [19:44] no issue :-( [19:45] What is weird is that just curl-in the mirror seems to work. I guess I'll have to look at tcpdump. [19:45] us.archive.ubuntu.com is serious slow .. [19:46] alik, I'm seeing the same issue; glad to know it's not just me, at least [19:46] which of these six ips are you referring to? [19:47] alik: can oyu run this and post the http addree it returns? curl --resolve ca.archive.ubuntu.com:91.189.91.24:80 http://ca.archive.ubuntu.com/ubuntu/ &> /tmp/curl; cat /tmp/curl | nc termbin.com 9999 [19:47] I tried with 91.189.91.14 [19:47] oh curl works for you as well, ok [19:48] that's the same as jamesnvc reported [19:48] tomreyn https://termbin.com/0cq2 [19:48] jamesnvc, what mirror are you having issue with? [19:49] yes, all in the 91.189.91.XX range [19:49] yes, looks fine. so it could be intermittent packet loss, a flaky route, a misconfigured firewall on the destination, [19:49] ca.archive.ubuntu.com, but securuity.ubuntu.com and ppa.launchpad.net are all failing for me [19:49] all of those point to canonicals cloud [19:49] hm, although one that's also failing for me is teamviewer's repo, which is at 99.68.58.4 [19:50] jamesnvc, the same for me, interesting. [19:51] maybe you two can check your mtr / traceroutes for similarities? [19:53] you're with different ISPs AS9009 vs AS5645, but both in .CA [19:54] well, there are some problems with powerlines and such in cali .. [19:55] https://termbin.com/cxpc [19:55] canada, not california [19:56] alik: can you post mtr output, too, to compare? [19:57] jamesnvc: your destination address was? [19:58] tcpdump then, i'd say [19:58] Same mtr for me, also on teksavvy [19:58] oh, that was to ca.archive.ubuntu.com [19:58] tomreyn you see me on different ISP because of VPN. So since both of us on the same ISP maybe its ISP problem? [19:58] interesting...something weird on teksavvy's network (which I guess is roger's fault)) [19:59] we can both curl though, how odd :S [19:59] huh https://askubuntu.com/questions/1185612/apt-get-stuck-on-waiting-for-headers [19:59] apparently this is a thing that rogers is doing now [19:59] alik: oh, could be then. but we'd yet need to find out what exactly. could be a transparent proxy. the route jamesnvc posted is way too short [20:00] Yes. But looking at tcpdump I see packets sent but no replies. Wondering if its some filtering based on header/UA? Gonna do some experiments. [20:00] omg isp fail [20:01] Yup; I changed the user agent for apt and it works again [20:02] apparently their thinking must have been along the lines of "our users are good users, they only use http clients from this whitelist we made up by fair dice roll, and we have all the rights to block the traffic of our paying customers if they use something abnormal!!!111" [20:02] Can confirm, problem with user agent [20:03] can only recomend you send them your love and appreciation. [20:03] E.g. curl --header 'Host: ca.archive.ubuntu.com' --header 'User-Agent: Debian APT-HTTP/1.3 (1.6.6)' - this doesnt work. Without user agent works >_< [20:04] tomreyn: oh, I will surely be doing that [20:04] chances are it's just a misconfiguration on their part, though, i shouldn't be so mean. [20:05] the reports are all fairly young [20:05] yeah, I won't be, just let them know that people out there are affected [20:05] they probably tried to reroute this traffic to a proxy server they host. [20:06] Going to write them as well. Thank you everyone for help, appreciate the responsiveness. [20:06] yes, thank you so much for helping figure out this issue, it was very puzzling! [20:15] would anyone here know about firefox and flash players for troubleshooting? [20:16] NewToLubuntu: Even the browsers are stopping the use of flash [20:16] flash will be gone soon, for many reasons. do you strictl still need it? [20:16] right now I'm trying to do an online course [20:17] its instructions use an embed of Brightcove Player Version 6.37.3 [20:17] my guess is they probably won't update this any time soon [20:17] i'm not sure about the version, but generally this player works fine without flash [20:17] I'm able to play the video, but the fullscreen button on the lower-right is non-responsive [20:17] so it's very difficult to see the video details [20:18] https://support.brightcove.com/known-issues-studio-brightcove-player-and-apis mentions something about this [20:18] "In environments where Flash is disabled or Flash-based HLS is disabled for the player, and the player is explicitly sized using a style attribute on the video tag, fullscreen viewing may not function in some browsers." [20:18] so I'm trying to figure out if I have Flash and/or Flash-based HLS enabled [20:19] I'm not sure what to search for under the Synaptic Package Manager for Lubuntu though, I'm hoping it's something that just wasn't included which I could download [20:20] NewToLubuntu, sy, Brightcove is based on html5 afaik, why do you need flash ? [20:21] NewToLubuntu: you should talk to the company whose courses you're using and point them to this information. in the meantime, you can try playing those videos in an external player such as vlc instead. [20:23] https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/ might help there (I have no first hand experience with it) [20:23] installing flash seems like the worst solution [20:26] it usually has security vulnerabilites I'm guessing... [20:26] maybe if I onl enabled it for just this one site? [20:27] I actually already e-mailed my school about it but my guess is it would take a lot of work to rewrite the pages so they won't do it very quickly, and I have limited time to complete the course [20:27] I have VLC but I'm not sure how I would have it access these videos, I can't see a way to download them [20:28] if you'd install the firefox extension i pointed you to it would let you extract the stream url from the web page and then you could open this in vlc [20:28] I installed the HLS stream detector as tomreyn advised, and got a notification... [20:28] but I'm not sure how "use the right-click context menu to copy the URL" would work [20:29] when I right click, "The Stream Menu" is an option that displays at the bottom now [20:29] NewToLubuntu: install videodownloadhelper into firefox and download any web video [20:29] but hoverong on that only gives a "Pause Detection" thing to click [20:30] NewToLubuntu: maybe this browser extension i found isn't the best, you can try another one [20:30] as i said, i never used it.but there will be many like this. [20:31] this? https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/versions/ [20:31] yep, thats the one, free for linux :) [20:37] this says it can "access data for all websites" [20:37] does mozilla.addons.org investigate stuff for trustworthiness before allowing them? [20:38] I wouldn't want my email passwords to get taken [20:40] https://www.downloadhelper.net/privacy says "When using the Video DownloadHelper, no data are sent back to our service. " but what about other services? [20:42] NewToLubuntu: buggered if i know, the dev makes his money off windows users. other than that I've no idea. [20:42] NewToLubuntu: you can create a VM and do all this flash/addon installation and downloading there, so none of your data will be exposed if the extension is compromised. [20:44] or add a new user and add the plugin on that users firefox [20:45] probably not as safe as a vm though [20:46] NewToLubuntu: if you have a look at https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ you'll notice a "Recommended" icon and link you can follow to read more about this classification. it is not Free Software (GPL compatible) and the developer seems to also sell a pro version of it, but other than that i would not worry if the other option under consideration was installing adobe flash. [21:20] i've got 'hot corners' enabled in ubuntu 19.10 ... is there a way to exclude minimized/hidden windows in the hot corner expansion? i'll hide a few windows but they still show on the desktop high-level view [21:26] for whatever reason my time on an ubuntu vm is incorrect [21:27] i tried running sudo ntpdate ntp.ubuntu.com but it says the ntp socket is in use [21:31] alik regarding VMs is that like using WineHQ to emulate windows? [21:31] I've heard about this but haven't tried it yet. I am worried about how many resources it might use though as my comp is slow and locks up easily [21:33] it looks trustworthy so I installed it tomreyn [21:34] in trying to run "Some operations required by Video DownloadHelper cannot be performed from within the browser. In order to be able to still do the job, the add-on relies on an external application that is called transparently. We call it the Companion Application. " [21:34] I need to select either a deb or tarz at https://www.downloadhelper.net/install-coapp?browser=firefox [21:41] why does not ubuntu allow for simple https:// in sources.list? [21:41] NewToLubuntu: a VM (virtual machine) is like emulating the whole computer, so you can install any OS on it and it will be completely isolated from your host OS. You can search for some VirtualBox examples. [21:41] shibboleth: wrong place to ask, find some devs [21:41] in...? [21:42] shibboleth: https://whydoesaptnotusehttps.com/ [21:42] yeah, repos can still very well do it [21:42] if requested [21:42] there have been issues with apt. mitm=install arb package, code exec [21:43] -hardened? [21:43] really? [21:59] I'm wondering about something like https://addons.mozilla.org/en-CA/firefox/addon/native_hls_playback/ except I'm trying to find a "Recommended" version [22:00] a flash-free HLS player called TheoPlayer is also mentioned at https://bugzilla.mozilla.org/show_bug.cgi?id=1071132 [22:00] Mozilla bug 1071132 in Streaming "HLS stream doesn't work on Desktop (Linux)" [Normal,Resolved: duplicate] [22:07] NewToLubuntu: videodownloadhelper not do the business? Dont think i've ever tried to use it on a flash site. [22:08] Hi there, is the new experimental zfs feature, allowing zfs on root + cryptfs (like lvm over crypto) ? [22:10] I know that using Luks (very common nowadays) we can have lvm structure on top of luks. I am wondering if it is possible to have it based on zfs (instead of ext4, currently) [22:40] Hello, I could do with a bit of help and I was directed here. [22:41] !ask | Astreae [22:41] Astreae: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [22:43] Thanks for the info. I'm trying to automount a partition so my steam drive can use it. I edited my fstab so it will automount, but steam says it doesn't have exec permissions even though it should. Here's the entry in fstab: UUID=abc142b3-0905-4fc8-9c12-8d957f6f52d6 /media/astreae/Linux\040Games ext4 errors=remount-ro,auto,exec,rw,user 0 0 [22:47] how did you install steam? [22:47] Through terminal. [22:47] the snap version has this confinement, not looking outisde its tree [22:47] It's worked when I manually mounted, but when I tried to do it automatically, steam doesn't like it. [22:50] maybe it contains errors, have you tried a fsck ? [22:51] recon_dsk actually I think I figured out how TheStreamDetector works [22:51] this lets me just open the videos or download them [22:57] the wonky thing is it accumulates a number of links as you load pages with streams [22:57] but left-clicking the add-on icon actually clears them from the cache [22:57] that's why I kept getting 0 results [22:57] you actually have to right-click the icon and hover over "The Stream Detector" to see those links [22:58] in my case there was 2 streams actually, master.m3u8 was 669 bites and rendition.m3u8 was 1.1KiB [22:59] it seemed very small. when I double click it opens with the purple-icon mpv Media Player [23:00] a kilobyte for 1 whole minute of decent vidya... [23:00] my File Manager is calling the file type an HTTP File Streaming Playlist [23:00] so I think it probably works like a URL [23:00] but it solves the problem: it opens outside of Firefox and allows me to maximize [23:02] hi, I updated my system and now I get a purple screen on boot, I can ssh in though [23:06] pjstirling: updated, or upgraded? which ubuntu version is it running now? [23:09] I moved to 19.10 [23:09] pjstirling: so you upgraded from ubuntu 19.04 to ubuntu 19.10? [23:10] yes [23:10] which graphics card / chipset is installed? [23:10] it's a virtualbox vm [23:12] which virtualbox graphics driver are you using, how much vram is assigned, are guest extensions installed, is it booting in bios mode (default for virtualbox) or uefi mode? [23:13] and is 3D acceleration enabled for this VM in virtualbox? [23:14] i assume ubuntu is the standard gnome-shell desktop (with gdm as login manager)? [23:14] I'm not sure which is running, I install xubuntu but had problems in the past with login managers [23:17] I killed the guest additions, 3d acceleration isn't enabled, 128mb graphics memory, VboxSVGA [23:20] so if you'll install guest additions this may make things work already. alternatively, assuming you're using gdm3 as a login manager (default on ubuntu, not sure about xubuntu), this initialized using wayland by default, which can result in what you're seeing, since virtualbox doesn't really support wayland yet. [23:20] ps auxw | grep dm should hint on which login manager is in use [23:21] or just cat /etc/X11/default-display-manager [23:22] if it's gdm3, you should edit /etc/gdm3/custom.conf and uncomment (remove the leading hash before) "WaylandEnable=false" [23:23] also note that the preferred virtualbox driver for linux guests is VMSVGA (if available) [23:24] ok [23:26] aha, switching to vmsvga and turning on 3d acceleration seem to have done the trick [23:27] thanks for the help [23:27] you're welcome