[00:16] Hello, I have an issue with booting ubuntu studio. it happens that all this week i've been trying to install ubuntu studio in my laptop lenovo ideapad 330s AMD ryzen 5 with AMD radeon vega 8 graphics. [00:16] now is that when I rebooted, and select ubuntu studio with low latency it show another smaller black screen [00:31] I want to configure APT on an Ubuntu 18.04 install to search first for a local mirror and only if that mirror search fails, search for the main server (archive.ubuntu.com). Is this possible? [00:33] FurretUber: if you put your local mirror before the official mirrors in the apt sources.list then your local mirror should be preferred [00:58] hi [00:59] Can someone help me with the command how to mount sambashare [00:59] i can access the share through the file manager [01:00] but wheni do the commnand sudo mount-t cifs //192.168.1.2/sambashare /mnt/myshare i get PERMISSION DENIED [01:04] tomreyn, sorry for the wait, upgrade bios, kernel, and other stuff [01:05] what is wrong with the command sudo mount -t cifs //ipaddressofthesambaserver/sambashare /mnt/myshare [01:06] aleksandrdvorkin, what's the error message? [01:06] Permission Denied [01:07] aleksandrdvorkin, is that the exact error? [01:07] aleksandrdvorkin@aleksandrdvorkin-VirtualBox:/mnt/myshare$ sudo mount -t cifs //192.168.1.2/sambashare /mnt/myshare [01:07] Password for root@//192.168.1.2/sambashare: ******** [01:07] mount error(13): Permission denied [01:07] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) [01:08] aleksandrdvorkin, So, you either don't have permission to mount there, or, the username/password are wrong [01:09] aleksandrdvorkin, Samba, btw, requires you have a matching system user, and a smb user added [01:09] last I knew [01:11] Fair warning to you guys, if you have 19.04... I tried 3 times to install nvidia from drivers ppa and it prevented booting anything but rescue mode and screwed up packages (on a CLEAN install) [01:11] Thankfully the provided drivers are new enough for vulkan.. just a heads up [01:11] so to add the matching user i add it to /etc/samba/smb.conf === Mekely is now known as MekelySpooky [01:21] is samba suppost to be installed on both client and server or only a server to mount a share === zbenjamin is now known as Guest98080 === zbenjamin_ is now known as zbenjamin [02:03] hello I upgraded from 19.04 to 19.10, however I think I might be missing few gnome core apps, how can I run equivalent of 'pacman -S --needed gnome' ? [02:04] Hello, I need help. When attempting to install updates in Ubuntu 19.10, Ubuntu freezes when trying to update apparmor. Can anyone help me with this, please? === Leion1 is now known as Leion [02:04] to install any missing packages from ubuntu's gnome 3 group [02:05] emilson: what does that command do? [02:06] sarnold, 'pacman -S --needed gnome' would attempt to install/reinstall only missing packages from gnome3 group [02:06] e.g. if you had gnome 3 installed and removed Music and Totem, that command would install them back for you without reinstalling the *whole* DE over again [02:08] emilson: aha, I'm not entirely sure you'd recreate the situation -- you could try apt install gnome and see if that offers any recommendations or similar.. [02:09] sarnold, ah I see, thanks, I'm glad you understand my question! [02:09] emilson: I am having trouble with Ubuntu freezing whenever I try to install updates with the Ubuntu Software app. Ubuntu freezes when trying to update apparmor. Can you help me with this, please? [02:09] emilson: I'm using Ubuntu 19.10 [02:09] wisescribe7: what do you mean by 'freezes'? [02:11] sarnold: The hard drive keeps spinning as if it's continuing to update but goes no further; stuck at apparmor update, mouse stops working. [02:11] wisescribe7: how much memory do you have? [02:11] hey guys, i have ubuntu 19.04. When i type do-release-upgrade in the console it says there isn't a new version. Why don't i get the new version ? [02:11] sarnold: 4GB RAM [02:11] ph88: usually the metadata file that says "it's time to upgrade" is updated a few days after release [02:12] aw [02:12] sarnold: This is a pretty old machine I'm using. Lenovo ThinkCentre m58p, Core 2 Duo 2.33 ghz, 4GB RAM. [02:13] ph88: you can try do-release-upgrade -d -- I'm not positive it'll work (since the -d normally means 'devel') but it's worth a try :) [02:13] it'll work [02:13] ph88, upgrade to 19.10 showed up for after following instructions at https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [02:13] wisescribe7: so, some of the snap profiles cause a *lot* of memory use when apparmor compiles the security policy. I *think* you might have hit this: https://bugs.launchpad.net/snapd/+bug/1848567 [02:13] *for me* [02:14] Launchpad bug 1848567 in snapd "autogenerated per-snap snap-update-ns apparmor profile may contain many duplicate mount rules causing excessive parser memory usage" [Undecided,New] [02:14] eoan is the most recent thing in https://changelogs.ubuntu.com/meta-release-development so for now -d will work [02:14] dax: oh cool, thanks :) [02:14] ph88, run: /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d [02:14] (do-release-upgrade without -d is the same URL without the -development bit) [02:17] sarnold: So then, what do you suggest that I do in order to rectify this? [02:17] wisescribe7: I'm not sure. you could try adding more swap and hoping it eventually finishes. you could uninstall snap applications. you could uninstall snapd. there's not many good choices. :( [02:18] sarnold: I'm primarily a Windows user, and have no idea how to do any of that. [02:19] wisescribe7: try "apt purge snapd" and let me know how that goes [02:19] sarnold: "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." [02:20] wisescribe7: ugh. okay. [02:20] sarnold, looks like [02:20] sarnold: And then when I run this 'sudo dpkg --configure -a' command, that's what causes the software update, and Ubuntu freezing when it tries to update apparmor [02:21] wisescribe7: yeah.. [02:21] sarnold, 'apt-get install --reinstall ubuntu-desktop' should do what I want but it doesn't, it doesn't reinstall all dependencies in ubuntu-desktop meta package [02:21] thx guys [02:21] emilson: did it report partial installed packages needing to be finished or similar? [02:22] wisescribe7: so.. how about this, snap list to see the installed snaps, and then snap .. remove? snap delete? snap purge? the various packages that are installed through snap [02:22] sarnold, it just doesn't do anything: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [02:23] emilson: alright, that's a good sign. [02:23] sarnold, somebody from 2009 tried to do what I need :p https://gourgi.wordpress.com/2009/09/27/re-install-ubuntu-desktop-metapackage-and-reinstall-its-dependencies/ [02:24] Can I PM you what showed up when I typed snap list? [02:24] sarnold [02:24] for example I have Shotwell removed, i would expect ubuntu-desktop to reinstall that back for me, I have more stuff missing that i haven't noticed yet or i don't know about [02:25] wisescribe7: probably better to use a pastebin site like https://paste.ubuntu.com/ -- it'lll be much faster [02:25] emilson: heh, nice, I was just debating if parsing the Depends: line or parsing apt-rdepends output would be better. there's 1100 dependencies from "gnome" though. sooooo.. [02:26] sarnold, i don't think 'apt-get install gnome' is default on Ubuntu, Ubuntu is customized when compared to Gnome 3 in other distros, I know that proper way to install gnome3 on e.g. Ubuntu server is to use 'tasksel' utlity [02:27] e.g. tasksel install ubuntu-desktop^ [02:27] emilson: hmm, this bit is wrong though "sudo apt-get build-dep ubuntu-desktop" --- this installs whatever is necessary to REBUILD the package, not everything that it uses at runtime [02:28] sarnold, i tried 'apt-get build-dep ubuntu-desktop' but it doesn't work as expected, it didn't even pickup Shotwell :( [02:28] i will try this https://askubuntu.com/questions/673789/reinstall-all-dependancies-of-a-single-package [02:28] emilson: try this one: sudo apt-cache depends ubuntu-desktop | awk -F ":" '{print $2}' | \ [02:28] sed '/^$/d' | xargs sudo apt-get \ [02:28] install --reinstall --install-recommends --yes [02:29] emilson: that askubuntu answer looks decent too [02:30] sarnold, pacman in archlinux basically can do this with 'pacman -S --needed gnome' but I like Ubuntu/Debian way more [02:32] emilson: normally it's enough to use debsums to find a package with changed file and then reinstall that one.. [02:32] uhoh poor wisescribe7 :( [02:50] sarnold, so i didn't like that command from askubuntu.com/questions/* because it was reinstalling everything [02:50] i came up with this apt show ubuntu-desktop 2> /dev/null | grep 'Depends: ' | sed -e 's/Depends: //g' | tr -d ',' [02:51] basically i need to loop through that list and check with 'dpkg-query -l' and if it returns 1 i need 'apt-get install' missing package(s) [02:54] something like: for p in $(apt show ubuntu-desktop 2> /dev/null | grep 'Depends: ' | sed -e 's/Depends: //g' | tr -d ','); do if [$(dpkg-query -l $p) -eq 0]; then apt-get install $p ; fi; done [02:54] but the syntax on 'if' statement is wrong [03:00] /mode turbokitty +i === kostkon_ is now known as kostkon [03:56] A word to the wise: remove the Workspaces to Dock gnome shell extension before upgrading to 19.10. Once 19.10 is installed, the Activities menu will hang the desktop until you've uninstalled that extension. [03:59] Is there an app that keeps ubuntu from going to sleep/locking? [04:01] Caffiene. It should be in the software center. [04:01] davido_, that doesn't work for me in 19.04 [04:02] how are events handled in ubuntu anyway? === Leion1 is now known as Leion [04:04] Hi! So, I'm running 19.10 (Eoan) with the proprietary NVidia drivers on my laptop. My understanding was that nvidia-docker "just worked" out of the box, and I could use Cuda applications in Docker containers without doing anything else. This doesn't seem to be true, anyone know more? [04:07] cluelessperson: have you looked at the settings ? [04:08] tatertots, of? [04:10] cluelessperson: are you on Gnome? If so, there's a Caffeine Gnome Shell Extension. [04:10] Jake-abc, yes, is caffeine not made for gnome? [04:11] cluelessperson: are you chatting from 19.04 right now? [04:11] He suggested it doesn't work on 19.04. I think that's probably a misstatement; it works for me, under 19.04. So a more interesting question is why it's not working for *him* under 19.04. [04:11] tatertots, yes [04:12] cluelessperson: I don't know, but the extension works for me (on 19.10, at least): [04:12] davido_, it's just a regular install of 19.04 [04:12] https://extensions.gnome.org/extension/517/caffeine/ [04:12] I didn't do anything special [04:13] cluelessperson: open terminal> gnome-control-center [04:13] cluelessperson: press ENTER [04:13] cluelessperson: click "Power" section [04:13] tatertots, why? [04:15] ugh, why is gnome integrated into the browser? [04:15] cluelessperson: just keep trying..it'll do what you want eventually [04:15] that's a terrible idea. [04:16] tatertots, ? [04:16] tatertots, the problem isn't that I haven't looked at the power settings, the problem is that the software meant to interupt whatever events "isnt' working" === victorqueiroz is now known as graphicsv [04:17] ROFL. I didn't like that, at first, either, but there are a lot of useful extensions. [04:18] Jake-abc, browsers are widely considered to be insecure, unsafe, and the largest attack vector on any machine. [04:18] Jake-abc, integrating control over the installation of software, directly from the browser, is just a terrible, terrible idea. [04:19] It also gives power to the owner/creator of that browser (in this case google) over what's installed on your machine. [04:21] cluelessperson: have you installed any other versions of Ubuntu or a completely different Linux distribution on the same computer in the past?...or have you only used 19.04? [04:21] I used 18.04 until I bought this new machine and installed 19.04 on it [04:22] cluelessperson: maybe you could try experimenting a little with other versions and distributions to determine if you run into the same or similar set of challenges [04:24] cluelessperson: If you don't want to install a browser add-on to work with extensions, I think you can download and install them manually and then enable the extension(s) in the Tweaks tool. [04:25] Or boot to 19.04 with a live USB drive and see if you can replicate the behavior there. If not, something's different between your installed system and the thumbdrive image. If you can replicate the behavior, you'll have confirmed that there's something related to Ubuntu 19.04 with your hardware that needs to be investigated. [04:26] davido_, I reinstalled with a freshly downloaded iso and found the same results. [04:26] There are some quirks with my hardware, some of which I haven't brought up because I know they'll be gotten to eventually. [04:27] cluelessperson: I think they're in ~/.local/share/gnome-shell/extensions/ or something like that. [04:27] anyone know what this is? [04:27] Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 [04:29] I feel kinda frustrated [04:29] https://bbs.archlinux.org/viewtopic.php?id=245058 [04:29] cluelessperson: you installed the exact same thing, then expected a different result? [04:29] I don't know how to help improve these things. [04:30] cluelessperson: have you thought about installing something "different" [04:30] tatertots, are you reading the same conversation? [04:32] 99th time is a charm [04:34] tatertots, I have been experimenting. Ubuntu 18.04 is the most state I've found so far, but 19.04 has features I require, although I forget which at the moment those were. [04:34] most stable* [04:35] Does 19.10 have those features? If you boot from a 19.10 usb, does the behavior manifest itself there? [04:36] Do you by chance know how to rip out Caribou from gnome? [04:37] odd question. i built a computer. did not install any sort of wireless card, yet i have wifi. what can i do to figure out what device is providing wifi? [04:38] glitchd, what type of motherboard? [04:38] glitchd: perform an system analysis [04:38] glitchd, `lshw | grep wifi -B10 -A5` [04:39] asrock x570 [04:40] cluelessperson, that command does not return anything [04:40] glitchd, that motherboard comes with `Intel® Wi-Fi 6 802.11ax (2.4Gbps) + BT 5.0` [04:40] cluelessperson, i find that slightly odd since i dont have wifi in w10 [04:41] i put this computer together maybe a month and a half ago [04:41] this is the first time ive noticed the option to enable wifi in linux [04:41] glitchd, https://www.asrock.com/mb/AMD/X570%20Taichi/ [04:41] glitchd: if your motherboard documentation says it has onboard wifi...it has onbaord wifi [04:41] :P [04:41] thats not exactly the motherboard i have [04:42] i have the "x570 phantom gaming 4" version [04:42] glitchd: and have you looked at the documentation yet?....and seen it includes on board wifi [04:43] the box says that it can use an m.2 key e for wifi but also states that it is not included [04:43] glitchd: sudo apt install inxi sosreport [04:43] glitchd: let me know when done [04:44] od, that MB says it has a slot for a wifi card, not that it has built in wifi [04:44] exactly [04:44] tatertots, done [04:45] glitchd: in terminal> inxi -Fxxprzc0|nc termbin.com 9999 [04:45] glitchd, well, it's either built into the MB, your bluetooth card, or you added a card yourself. :P [04:46] or perhaps wifi shows up as an option, but it doesn't populate? [04:46] glitchd: share url/link here, there's nothing sensitive in the url so no need to get all paranoid...if you paranoid just be patient the answers will fall in your lap [04:46] https://termbin.com/k7yn [04:47] tatertots: I hope you're able to "ketchup" and use 19.10. Ba dum ching. [04:47] davido_, I'll take a look at 19.10 later, thanks for the suggestion [04:47] glitchd: you're NOT using wifi ... [04:47] glitchd: you're hardwired to the network [04:48] tatertots: oh, sorry, ignore that last remark. [04:48] the only thing i can think of that might be giving wifi (but would make no sense) is that i have an xbox one wireless adapter to use my controller wirelessly, other than that i have no thing else plugged into the machine [04:48] glitchd: via Intel I211 Gigabit Network Connection [04:48] glitchd: so i'm glad we put that to bed [04:48] tatertots, i know, but i have an option to use wifi, and when i enable it, it finds and connects to my wifi network [04:48] glitchd: errors in human perception [04:48] cluelessperson: Also look at the github repo for Caffeine. Maybe you could file an Issue: https://github.com/eonpatapon/gnome-shell-extension-caffeine [04:48] I have errors in human perception sometimes [04:49] Or clone and install from source to get the newest version, though it hasn't been updated in 6 months so you may already be on the latest. [04:49] ha [04:49] so because caribou (the on screen keyboard) comes on screen even though it's disabled, there's an extension to block it [04:49] https://extensions.gnome.org/extension/1326/block-caribou/ [04:49] tatertots, now im connected to my wifi https://termbin.com/x11y [04:50] glitchd, how are you determining that you're connected to wifi? [04:50] glitchd: sudo sosreport [04:50] glitchd: your first name=glit lastname=chd [04:50] cluelessperson, by the fact that it shows connected in the system tray [04:50] glitchd: press enter repeatedly until it begins [04:51] glitchd: let me know when done [04:52] tatertots, its running now [04:52] tatertots, it just finished [04:54] glitchd: sudo chown 1000:1000 /tmp/so* [04:54] glitchd: you won't see anything just let me know when done [04:54] tatertots, done [04:55] glitchd: sudo mv /tmp/so* ~/. [04:55] glitchd: you won't see anything just let me know when done [04:55] glitchd: look in home folder [04:56] glitchd: see it? [04:56] yes [04:56] glitchd: upload it to https://filebin.net [04:57] glitchd: share url/link [04:58] tatertots, uhhh.....i dont know about that. im not even sure what all is contained in that file, or what information it gathered from my system. [04:59] glitchd: okay...duckduckgo and google are going to be your best resources...good luck [04:59] tatertots, thx for the intended help [04:59] glitchd: you're still hardwired to the network btw [04:59] tatertots, i know. [05:04] davido_, thanks btw. [05:04] Jake-abc, and you. [05:04] tatertots, and you. xD [05:04] cluelessperson: yw. [05:04] * cluelessperson needs to learn c++ and help out sort these things [05:05] That Github repo was all JS, I think. [05:05] Hmm [05:06] Can anyone recommend a channel for LAMP and/or web dev questions? [05:07] What does P stand for in your stack? [05:07] davido_, php [05:08] Start with a php channel probably then. (P has become ambiguous these days, so I really was asking seriously) :) [05:09] davido_ , thanks. I don't know Perl so sometimes I forget that it exists. LOL. [05:10] I do think your best bet is to start with #php, then (if PHP were ever a good bet -- just kidding) [05:10] Jake-abc, I'm happy to help if I can [05:11] Jake-abc, there's #css #design #httpd (apache) [05:11] cluelessperson: thank you, as well. I'm happy to ask here, as well, but some people frown on such things. Hahah. [05:12] Jake-abc, feel free to mention which channel you do ask in :P [05:13] Well, I am using Ubuntu server, so I'll start here... if no one strenuously objects. [05:18] I have a VPS running Ubuntu server that's on 16.04 LTS. My goal is to upgrade to 18.04 LTS. I just started a new VPS instance and restored a snapshot of the old one to the new instance. Then, I upgraded to Ubuntu 18.04. At first, PHP wasn't quite working, but it seems to be okay, now. However, when I log into phpmyadmin, I am getting a warning: "Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements [05:18] Countable" [05:19] What version of PHP was running on the old vps vs the new one? Core libraries may have been restored that were specific to the older version. [05:19] (BTW, obviously, the new VPS instance has a different IP address from the old one.) [05:21] I'm thinking I'll keep the old VPS instance active, for the time being, anyway. But my question is whether in your experience I should cautiously move ahead with testing the new instance, or whether it would prevent a lot of headaches to just spin a new instance and install everything from scratch. [05:21] Option B. You've probably got library mismatches that will be hard to sort out. [05:22] The catch is that, of course, it could save a lot of time in config, etc., to just work from the restored instance. The main site running on the instance is using Wordpress. [05:23] davido_, I think I was on PHP 7.0 on the old instance. Let me double-check... [05:28] davido_: old instance is on PHP 7.0.33-0ubuntu0.16.04.6 (cli) ( NTS ), Apache/2.4.18. [05:29] Jake-abc: does your VPS provider support or provide 18.04?... [05:29] Really I'd build it up from a clean VPS with a fresh install of PHP, then drop in the site, and install themes / plugins toward the end of the process (unless they're crucial for the site to run). Each has its own compatibility challenges. [05:30] tatertots: yeah, they offer 18.04, but I just restored the old snapshot (w/ 16.04) and then upgraded. [05:31] Or stick with what's already working. Many providers will go to great lengths to not force their users to upgrade the underlying OS without good reason. [05:31] davido_: yeah, that's kind of what I figured, but was hoping to save some effort. LOL. Thanks for the dose of relaity. [05:31] I work for a VPS provider but probably not yours. [05:32] Jake-abc: you could certainly burn a bunch of time and energy trying to straighten out the mess...but you should probably start fresh with a base image of 18.04 and set things up again from scratch [05:33] Jake-abc: else you'll just be potentially compounding problems into problems which means a endless cycle of ?'s that only lead you to another ? [05:33] davido_: I figured it was better to move to 18.04 right now while I was feeling motivated, rather than waiting until the last minute when support stops. [05:34] i have the cursor/pointer not working even... how to ? [05:34] davido_: FYI, I use Vultr. ;) [05:34] it's not an arrow pointer... cross one [05:35] tatertots: that's pretty much what I thought but wanted to check with other's who might have more experience than me. Thanks for the honest feedback. [05:36] We once updated 2.2M users' PHP and WP versions with almost no rise in support contacts, but it was a 6 month project getting the ducks in a row first to assure we didn't cause anyone downtime. [05:40] got to run. good night. [05:41] davido_: thanks. [05:42] I'm gonna run, too. Good night, and thanks to everyone! [05:42] tatertots: thanks, and good night! [05:48] Oh, wait, I'm back. One last quick question: [05:49] tatertots: come to think of it, I'm guessing at this point, it's a better use of time to just wait until April (20.04LTS) instead of worrying about 18.04, at this point? [06:00] Jake-abc: yeah if it's nothing time sensitive or mission critical....waiting isn't a bad thing [06:01] Jake-abc: upgrading from one LTS release to the next usually takes less work than upgrading across two LTS releases at once. 16.04 -> 18.04 is a big jump in server terms (netplan was introduced, systemd becomes ubiquous, amongst other), 18.04 to 20.04 will likely be less of a change. if you're motivated now, have the time, and actually see it as a learning experience, then i'd just do it now, and do it again when 20.04 releases. this way you get [06:01] twice the learning experience, and an easier upgrade path. [06:01] but tatertots is also right, it all boils down to your personal preferences. [06:02] anything wrong at https://bugzilla.kernel.org/show_bug.cgi?id=205237 ? [06:02] bugzilla.kernel.org bug 205237 in Config-Other "Kernel needs a special argument to function on HP Pavillion x360 13 inch" [Normal,New] [06:02] * Ilgaz sent a kernel bug report first time [06:04] Ilgaz, i think a typo > 16.10 ( 19.10?) [06:04] oops thanks [06:05] anyway, just acpi_osi= might need a value [06:05] tatertots: thank you. [06:05] tomreyn: thank you, as well. Good night, everyone. [06:05] no prob [06:05] OerHeks: no, it requires no value after equal sign, strangest thing ever [06:06] If it wasn't such a strange bug, there would be 2 pages describing this workaround. I have seen 1 :-) [06:06] I was trying to boot into linux for 3 years now [06:07] https://iam.tj/prototype/enhancements/Windows-acpi_osi.html [06:07] acpi_osi=Windows 2015 perhaps? [06:09] What I have read is, Linux by default claims it is Windows because of these stupid vendors. When I put nothing after equal, it responds as null? [06:10] This machine is clearly designed for Windows with dedicated Windows illumunated button, broadcom wireless etc. [06:12] OerHeks: I notice all acpi functionality such as battery, wireless, screen backlight are fine. I shouldn't experiment any further right? [06:12] well, if it does not boot, i would try? [06:17] https://paste.ubuntu.com/p/qRNk9ShjPg/ [06:17] acpi output. [06:18] i would try first: acpi_osi=Windows 2013 [06:18] so you'd boot with this: acpi_osi=! "acpi_osi=Windows 2009" [06:19] or start with 2013, yes: acpi_osi=! "acpi_osi=Windows 2013" [06:19] ah, one should take the first one? [06:19] OerHeks: you're right about starting with the latest, i'm still sleepy [06:22] OK just run the script from the page [06:22] GRUB_CMDLINE_LINUX=" acpi_osi=! \"acpi_osi=Windows 2013\"" [06:23] looks good [06:23] dont forget about update-grub [06:25] Hi, i've set a static ip but everytime i boot up i have to login and enter "ifup eno1" before the internet is working. any ideas? [06:26] sounds like wrong static ip [06:27] styler2go: what's your ubuntu version, how did you configure it? [06:27] no gateway, or dns [06:27] tomreyn, it's ubuntu 19 i think [06:27] !yy.mm | styler2go [06:27] styler2go: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [06:28] Ubuntu 19.04 (GNU/Linux 5.0.0-31-generic x86_64) [06:28] (server version so no gui) [06:28] It didn't boot, if you don't claim any Windows, it boots. Zero feedback either, not even a cursor. I am not adding this to my kernel bug report, better not to confuse things further [06:29] Ilgaz: also try the others, though [06:29] Ilgaz, you could add that you tried this? [06:30] nmcli d and nmcli c: https://p.styler2go.de/1695245 [06:30] Ilgaz: for trying the others, you can just reboot now, bring up the grub menu, press "e" to edit and go to the end of the "linux" line and change it there, then boot it by pressing ctrl-x [06:30] So eh, the authentication required (for root) somehow got stuck on my screen while the program starting it is not running anymore (as far as I can see). Any clicks on the dialog ends up on the underlying window. Anyone know how to forcibly kill that dialog? [06:31] GRUB_CMDLINE_LINUX_DEFAULT="verbose pci=biosirq acpi=" [06:31] styler2go: "unmanaged". server defaults to using systemd-networkd [06:31] That works, I am not mentioning pci=biosirq since it is a workaround for evil broadcom closed source thing [06:32] tomreyn, isn't that "just" using the /etc/network/interfaces? [06:32] Yxhuvud, hold windows key, l.mouse would grab window to drag away [06:33] styler2go: no, /etc/network/interfaces is actually deprecated [06:33] OerHeks: still only seems to hit the underlying window. [06:33] tomreyn, what's the current way [06:33] tomreyn: Currently even my screen backlight is adjustable with special keys, this weird machine just requires = perhaps? [06:33] !releasenotes | styler2go [06:33] styler2go: For release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases [06:34] Ilgaz: you will know when you tried these two more options ;) [06:34] That is, I can move all other windows out of the way so that it is only desktop background (and leftside bar, as it is) beneath it [06:36] and the dock doesn't seem to affect it - if I move it to the right side there is no difference. the dialog is still on the topleft corner. [06:36] Yxhuvud, and what program causes this? [06:36] Oerheks: I have no idea. It was there when I woke up this morning. It wasn't there went I went to bed. [06:36] Yxhuvud: does this list anything? ps auxw | grep pk [06:37] other than the grep itself [06:37] no, only itself [06:37] The text description seems to point at update-manager, but it is not (currently) running [06:37] did you say which ubuntu verison this is? [06:38] Should be 19.10. But there was some issues while upgrading. I still have to manually restart gdm3 after boot, so there are some weirdness. [06:39] tomreyn, using netplan yaml config it works now, even after reboot. thanks for the network/interfaces hint [06:39] Yxhuvud: it will either be something from policykit (sometimes abbreviated 'pk') or something like sudo [06:40] styler2go: nice, you're welcome [06:41] Ilgaz: had you looked for a bios upgrade, too? [06:41] tomreyn: hmm, but I do find some policykit stuff when I do ps. I'll look into what those are. [06:44] Yxhuvud: something else you can do it to move all windows below this prompt out of the way, then run ps auxw;xkill in a temrinal, then click on the prompt to kill the process which created it. you'll then see the process id it had in your terminal and can look it up on the "ps auxw" output to understand what this process was. [06:47] Ilgaz: oh you have the latest already. [06:48] Interesting. Doesn't seem to register as a window though - clicking on the dialog, including on the cancel button which actually react on hover, behaves the same as clickon on desktop [06:50] Yxhuvud: hmm that's maybe just a window manager issue then as a result of the failed / incomplete upgrade you mentioned. did you try to complete the upgrade, yet? [06:51] Yxhuvud: alternatively, you could do a fresh install now that 19.10 is released [06:53] I cleaned up the packages that didn't want to upgrade and as far as I can see everything seems to think everything is in order and I havn't managed to find a command that actually wants to upgrade. I suppose I can wait a while until new versions of packages come out - that has fixed similar issues (to the nonstarting dm) in the past. [06:53] Hey, is there any way right now to still upgrade from 17.04 to LTS or even 19.10? I had a laptop lying around and now it seems I'm locked out. [06:53] does any1 know where I can get some nightly docker containers for the latest nightly builds on ubuntu? [06:54] Furai, 17.04 > 17.10 ( also EOL) > 18.04 ?? i would backup data and reinstall [06:55] Yxhuvud: so apt update reports no errors or warnings and apt full-upgrade reports neither errors nor warnings and also says that no packages are held back or pending? [06:55] Yxhuvud: you'd need to run those with sudo, i didn't point this out [06:56] right [06:56] Hi! Does anyone have experience with converting a GPT Bios system to UEFI? Apparently my mobo decided to boot the installer in csm mode, and I didn't realize until now. [06:57] that is, right - no warnings. Anyhow, thanks for your time. I'll have to go to work now. Will dig more into it this evening or tomorrow or so. [06:57] OerHeks, that's what i figured out after searching the net. Though I still wanted to ask hese. [06:58] here* [06:58] Thanks. [06:58] ClawOfLight: probably here https://hub.docker.com/_/ubuntu/ [06:58] ClawOfLight: sorry that wasnt for you [06:59] entropygain: probably here https://hub.docker.com/_/ubuntu/ [07:00] tomreyn: when looking at the tags the last updated is 2 months ago [07:02] there is also https://cloud-images.ubuntu.com/minimal/daily/ which seems to be the source for those, but i don't know the process which is used to transform those into docker images. [07:04] entropygain: actually the web page i pointed you to initially states those are built from https://partner-images.canonical.com/core/ - so i don't know. [07:07] ClawOfLight: the only way i know is to boot into another system, such as the installer / live system, in uefi mode, then mount file systems (including virtual file systems) as needed and chroot into the previosu installation and install the packages required for uefi booting, and regenrate the initramfs. [07:08] ClawOfLight: so if it's a fresh installation, and you won't loose data (you can't easily backup beforehand), you may actually want to just reinstall while booted in uefi mode instead. [07:15] How to solve this https://imgur.com/a/hEVwrTK [07:15] tomreyn: I have enough stuff setup that it would be nice to keep the system if possible, but I'm also just really curious about this now that I thought about it :) [07:15] too many redirects [07:16] happened to v18 earlier, but not any longer, 18 and 19 works fine, just 16 that shows too many redirects when downloading using torrent [07:17] I found this: https://serverfault.com/questions/963178/how-do-i-convert-my-linux-disk-from-mbr-to-gpt-with-uefi, which looks promising. I'm now learning how to resize LVM PVs and the underlying partition in order to make room for the ESP. === peter-bittner1 is now known as peter-bittner [07:21] ClawOfLight: i'm not sure whether step 14 can succeed while not booted in uefi mode, but it's certainly worth a try. [07:24] could "too many redirects" have anything to do with that i have DHT disabled in my utorrent client? [07:24] hi, there is a way to remove the infinite xdg-open keep asking me what to do with a magnet link? [07:25] tomreyn: ty [07:27] dzragon, I think not. This is Utorrent? [07:28] utorrent, windows torrent client [07:28] dzragon, You should probably ask Utorrent forum or channel if they have one. [07:28] yeah [07:29] dzragon, Why do you have DHT disabled? [07:30] akemhp_: https://imgur.com/a/oEnAquK [07:30] Because its not allowed where i usually download things. [07:31] I just found it weird that all other Linux isos i have downloaded from their respective sites, all work. [07:32] Downloading the iso from ftp / http works fine though. [07:33] Not allowed? I can't see how/why. But yeah i don't know why your Ubuntu 16.04 torrents are stuck anyway... [07:34] tomreyn: I resized the PV and underlying primary partition. Does this change the UUID of my root partition, which is an LVM partition under that PV? [07:34] dzragon, so it is a windows issue, torrenting on ipv6? [07:34] 'cause I would really like to be able to reboot safely^^ [07:34] OerHeks: Could be. Ill try it in Linux with some client and let you know. [07:35] my bet it is a ipv6 thing, logically [07:37] any of you have answer to that? https://stackoverflow.com/questions/58035471/xdg-open-without-an-option-to-remember [07:37] i have the same issue [07:37] but on 18.04.3 [07:37] ClawOfLight: file system UUIDs (which i think is what you're wonfering about) change when file systems change. so if you resized an LV *with the -r / --resize option* or resized a file system directly, you'll need to update the UUID in fstab (if any) to match what blkid reports. [07:38] OerHeks: https://imgur.com/a/Sgne9JC And of course it worked. Hah, thanks. I was going to try that next, but you hurried me on. [07:39] Must be that i setup ipv6 on my Edgerouter4 [07:39] tomreyn: i think we noticed a recent xdg-open bug recently, can you check if its your case? bug #1848335 [07:39] bug 1848335 in xdg-utils (Ubuntu) "xdg-open (and others) don't handle spaces in directory names properly" [Undecided,New] https://launchpad.net/bugs/1848335 [07:40] ok ubottu [07:40] tomreyn: I see. Luckily the VG had enough unallocated space, so I didn't shrink any LVs, only the PV. [07:41] lotuspsychje: are you asking whether i can repro it? [07:42] ubottu: this should a be a solution? https://support.google.com/chrome/forum/AAAAP1KN0B0y8gzy87Z3j8/?hl=uk [07:42] tommy``: I am only a bot, please don't think I'm intelligent :) [07:42] tomreyn: oops sorry, wrong highlight [07:42] that was for tommy`` [07:42] oh ok ;) [07:43] I assume blkid doesn't show the correct partuuids since the old partition table is still in place, but hopefully it would catch if a filesystem uuid had changed? [07:43] s/in place/in effect/ [07:43] ah ok sorry lotuspsychje :D [07:44] i didn't see any bug, i only noticed that xdg-open continues to ask me if i want add magnet link [07:44] and there isn't the possibility to store the choice [07:45] does anyone know how i can route all my tcp traffic to a socks proxy? looking for something similar to proxifier [07:46] tried this, but no config files are created... https://github.com/MohithReddy2439/Proxifier-For-Linux [07:47] need something like a daemon as a failsafe...so using something like proxychains i dont believe will be helpful [07:47] OerHeks: Hm, its not ipv6 or at least, ipv6 doesnt work in qbittorrent either, it shows it as disabled in qbittorrent. But the download works and worked directly as it was added with full speed almost which is all that matters to me at the moment. [07:48] ClawOfLight: blkid would show changed file system uuids, and also changes partuuid, i would think,. are you saying that the partuuid changed unexpectedly? [07:48] dzragon, torrents and direct downloads have a different source [07:48] not comparible [07:49] tomreyn: I don't think it did. The FS UUID definitely matches my fstab. [07:49] could be useful to find out why it didnt work in utorrent though (2.2.1 version), but im guessing if someone wants to download the isos quickly and they are in windows, they just pull the latest utorrent which probably works (dont know, but 2.2.1 is like 10 years old) [07:49] OerHeks: yeah [07:50] so it might be that the number or users that would get that problem are so limited its not worth finding out :D like just me, one :D [07:50] ClawOfLight: sounds good to me. [07:50] tomreyn: is there anything other I should sweat about? I didn't touch any FS, resized the PV to be shorter, resized the underlying partition to be shorter (but with some buffer for error). FS UUID matches. [07:53] if you left a buffer between the partition boundaries and the next layer, the PV boundaries, then then you may want to just pvresize again so it'll take the full available space of the partition and not waste any. [07:54] ClawOfLight: ^ the other thing you should care about is that the root "hints" in /boot/grub/grub.cfg are still up to date [07:55] so you may need to update-grub [07:55] those hints can contain lvmid's which may have changed. [07:55] I don't care about the buffer right now, I can spare that. [07:55] Okay, I will run that! [07:56] Where can I find the lvmids to compare? [07:57] lotuspsychje: https://superuser.com/questions/1280184/google-chrome-linux-xdg-open-keep-asking-me-forever-what-to-do-with-magnet-l [07:57] but i'm using chromium [07:57] ClawOfLight: pvdisplay, vgdisplay, lvdisplay [07:58] ClawOfLight: actually the pv uuid won't be there, just the vg uuid and lv uuid [08:00] tomreyn: thanks, I was getting worried! [08:00] Do I need to lvscan and vgscan before comparing? Right now, everything I find in grub.cfg matches. [08:01] ClawOfLight: no need to rescan, those are updated on the fly for any active pv'S [08:01] * for any active physical volume. [08:03] Good to know! I knew it would be worth trying this, I've already learned a lot from it :P [08:04] ClawOfLight: me, too ;) PV UUIDs aren't required for booting, just a reference to their underlying layer. [08:09] tomreyn: ok... rebooting now. [08:13] 10:12:50 up 1 min, 1 user, load average: 3.58, 1.40, 0.51 [08:14] ClawOfLight: welcome back. [08:16] tomreyn: it's a server, I would have been able to scream for help :P Thanks a bunch! I'll get some work done now and then try that guide starting from step 6. If you stick around, I'll tell you when I continue :) [08:17] I'd also buy you a beer some time, but I assume you're too far away from Austria? [08:18] ClawOfLight: thanks. you're welcome to give a donation to someone in the streets instead, i'd appreciate that. [08:19] Will do! [08:25] ClawOfLight: thanks. i can't say whether i'll be here later, though, but feel free to try. [08:28] Well, what's your TZ / what do you expect? I can at least try to have you around :) [08:31] ClawOfLight: TZ is the same as yours, but presence may vary. [08:32] ok. [08:35] If I understood it right this is the IRC to ask questions regarding ubuntu. Hopefully I [08:35] Sorry, bad start didn't intend to send it already. [08:36] iklucas: no worries, and yes, this is the ubuntu IRC support channel. [08:36] iklucas, welcome [08:42] Thanks! Apparently shift-enter / enter posts directly. I have a question regarding upgrading ubuntu to 19.10. Today i started the upgrade through command line and it got quite far, but as for the grub part it asked me what to do as I have some different distros installed. However I decided to have a look at the diff between the different grub [08:42] versions. So i got into the difference comparisson/diff. However when I got out of it i returned to the normal terminal, thus the upgrade didnt continue anymore. The thing is, after trying some things i closed the terminal, but now it won't open anymore (probably because it needs a restart to get into the new version of ubuntu. Now i'm a bit in [08:42] doubt whether I should just restart my computer or that I should give some try through control + F functions to still get a terminal and find a way to continue the upgrade. [08:45] iklucas: you couldn't start the upgrade, yet, since those aren't supported, yet. that's unless you passed along a flag to override what's supported and take the unsupported in-development upgrade path [08:48] tomreyn: I see, yes I'm afraid i added the -d tag. I'll have a look at what just restarting gives me. Sorry for the bothering! [08:51] iklucas: you didn't bother, this is a support channel. ;) [08:52] iklucas: run this in a terminal: screen -x [08:59] hello, i'm trying to install ubuntu on efi where the efi (and boot) directories are mdadm raid1s. This is the error i'm gettings when installing grub: 'grub-install: error: disk `md126' not found.' Anyone any idea? [08:59] this is when install using debootstrap btw [09:01] don't put the efi system partition on raid. your mainboard firmware will likel ynot be able to find, or will break the raid coherence when writing to it. [09:01] well not software raid anyways [09:03] fakeraid might work, hardware raid may work, too (may depend on how the firmware handles it) [09:03] i was just reading https://implement.pt/2018/08/uefi-via-software-raid-with-mdadm-ubuntu-16-04/ [09:07] still, the firmware won't understand mdadm raid. it will be able to read the data if it successfully ignores the mdadm metadata, and if it'll write to it the array will be degraded and will require a mnaully triggered rebuild. [09:09] IIRC mdadm 1.0 metadata is at the end of each device only, so reading from it can work, though. [09:15] tomreyn: okay, how about boot on ext4? will that work? [09:15] i'll just skip the efi partition then. [09:17] i have terrible desktop performance in ubuntu.. especially when doing any kind of disk i/o [09:18] sleepymario: /boot can be on ext4, the firmware doesn't need to interact with it. just /boot/efi (the efi system partition) needs to be readable and potentially writable by firmware. [09:19] it's ridiculously slow [09:19] !smartctl | zamba: bad / broken disk? check [09:19] tomreyn: okay, thanks. [09:19] !smart | zamba: bad / broken disk? check [09:19] zamba: bad / broken disk? check: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [09:19] tomreyn: it's been like this since day #1, so i don't think so [09:19] tomreyn: it's also an SSD, but i'll check [09:22] zamba: check for availability of ssd firmware upgrades, too, and review journalctl to ensure the ssd is properly connected / transferring at its full bandwith. [09:28] is there anything to do after changing sources.list? [09:28] to make it effect? [09:29] effective [09:31] eipip1e0, no, just run apt update [09:31] i hope you did not change sources from disco to eoan .. [09:33] OerHeks: I mean, that's how you would do it on debian :P [09:33] (but also read the upgrade notes first...) [09:33] zamba: if you need help with this, post journalctl -b | nc termbin.com 9999 for us to look at (but i'm currently helping someone else so i may not personally be able to look at your log soon, but others may) [09:33] sure, but not supported on ubuntu, think about manually installed stuff, drivers, ppa's [09:34] zamba: your ubuntu version and kernel could also be useful [09:35] yeah. eipip1e0: to upgrade, you should use do-release-upgrade. also, don't upgrade to 19.10 yet. [09:36] not sure that upgrade path is released yet? [09:42] wget -qO- http://changelogs.ubuntu.com/meta-release | grep -q '^Dist: eoan$' && echo 'Upgrade to 19.10 is now available!' || echo 'Upgrade to 19.10 is not available, yet.' [09:49] It isn't, but he should still learn how to upgrade instead of changin the sources. [09:49] it would give the option in an updates-run [09:50] easy peasy [09:50] but that is a nice oneliner, tom [09:50] hope it works, too ;) [10:31] can I set systemd to restart in case one of child's (forked) processes are dead? [10:31] systemd config now is with Type=forked [10:54] I just upgraded my 19.04 install to 19.10, and I'm having an issue: the backlight isn't working properly (the device is called "acpi_video0", and the max_brightness is 49, which is pretty dark). [10:54] But when I boot a 19.10 live USB, it works fine - it even recognises the devicee properly (amdgpu_0 or something like that) [10:54] and the brightness works [10:54] is there a way to make my upgraded 19.10 install exactly the same as the livecd 19.10? [10:56] or should I just wipe + reinstall [11:02] Hey, Any idea why streaming video would have some lag glitch every 2 minutes when the laptop lid is closed (connected via HDMI) but not when it's open? (Cinammon desktop...) [11:02] Streaming on the local net i mean. [11:11] In fact it looks like i have the same little lag with regular Gnome, only when the lid is closed :/ [11:14] 129 packages can be upgraded. Run 'apt list --upgradable' to see them. [11:15] what does this mean? [11:15] eipip1e0: what's unclear about that? [11:15] does this mean upgrade from 19.04 to 19.10? [11:16] eipip1e0: no - those are individual packages that need upgrading [11:16] eipip1e0: Ubuntu doesn't automatically upgrade you between releases - that's always a manual thing [11:16] those packages have newer versions? [11:17] eipip1e0: yes - packages are continually upgraded [11:18] just 'sudo apt upgrade'? [11:18] apt full-upgrade [11:18] no see how much disks needed [11:19] what 'apt update' does? [11:19] update repo information? [11:19] eipip1e0: helpful maybe: https://help.ubuntu.com/lts/serverguide/apt.html [11:19] no idea, apt will give a warning if there is not enough space [11:20] it should report the amount of space it will need before you agree to move forward with package upgrades [11:21] indeed, else use the -d dryrun option [11:22] no 'apt full-upgrade' at the page above. [11:22] apt upgrade seems what to do next [11:23] eipip1e0: type 'man apt' and you'll see all the options and what they do [11:23] eipip1e0: apt full-upgrade is usually what you want [11:24] eipip1e0: it basically means "upgrade all installed packages, including removing packages if necessary" [11:24] !dist-upgrade # basicly the same [11:24] OerHeks: I am only a bot, please don't think I'm intelligent :) [11:25] !distupgrade # basicly the same [11:25] OerHeks: I am only a bot, please don't think I'm intelligent :) [11:25] heh - apparently ubottu doesn't remember that one :-) [11:26] hmm it does not accept a comment [11:26] !distupgrade [11:26] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. This will not bring you to a new release of Ubuntu, see !upgrade if that is your intention. [11:30] dpkg: warning: version '5.0.9-301.fc30.x86_64' has bad syntax: invalid character in revision number [11:31] interesting, fedora? [11:31] not supported here, dude [11:33] i have no idea [11:33] i am now on lubuntu [11:34] that error does not come frum lubuntu [11:34] why is that happening? [11:35] Where did you get that kernel from? [11:35] interesting, only you can tell us [11:36] that is the kernel? [11:37] How many people use Unity with a recent Ubuntu? [11:37] jophish: we dont really take polls here [11:37] !discuss | jophish [11:37] jophish: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [11:37] now apt upgrade is done. can i do apt full-upgrade again now? [11:37] jophish, there are not stats, sorry [11:38] lotuspsychje: sorry, I was asking for general usage numbers, not amongst the users of this channel [11:38] OerHeks: right, thanks [11:38] hmmm, 'apt upgrade' probes other OSs and updated grub2 at the end! [11:38] well, my specific question is: Is it possible to use unity-desktop on a recent ubuntu and have a good time [11:39] jophish: unity can still be installed, as a users choice [11:39] yes [11:39] great! [11:39] !info ubuntu-unity-desktop | jophish [11:39] jophish: ubuntu-unity-desktop (source: ubuntu-unity-meta): The Ubuntu Unity desktop system. In component universe, is optional. Version 0.1 (bionic), package size 2 kB, installed size 8 kB (Only available for amd64; arm64; armhf; i386; ppc64el) [11:40] jeremy31: i have a fedora on another partition, isolated [11:40] cool, in that case it's time to remember how to take and restore a btrfs snapshot and to the upgrade [11:40] jeremy31: no idea why this happened [11:41] OerHeks: now apt upgrade is done. can i do apt full-upgrade again now? [11:44] eipip1e0: yes [11:44] eipip1e0: you can repeat it without issues [11:45] eipip1e0: it may not do anything though if there weren't any packages that needed to be removed to resolve dependencies during 'apt upgrade' [11:46] yeats: just several warnings. everything else seems ok. [11:54] eipip1e0: if you want to share the warning via pastebin, please do and someone can assist [11:54] great! https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bugs?orderby=-id&start=0 [11:54] nobody hates the snap enforcement on chromium-browser - only me? [11:55] Hi - changelogs.ubuntu.com/meta-release isn't showing the new release yet, so 'do-release-upgrade' doesn't see the 19.10 release. Does anyone know when that should happen? [12:00] yeats: i can get why the warnings for the bad syntax now, those are produced by grubs update script. [12:02] Peanut, upgrade path is not at the same date as the iso release, usually a few days later [12:02] wget -qO- http://changelogs.ubuntu.com/meta-release | grep -q '^Dist: eoan$' && echo 'Upgrade to 19.10 is now available!' || echo 'Upgrade to 19.10 is not available, yet.' [12:08] OerHeks: Thanks (bedankt). Thought it would be a nice Friday afternoon activity to upgrade my work desktop, but I'll wait till next week then. [12:10] Peanut, *if* you cannot wait, use the "update-manager -c -d" option for now, see https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [12:10] this delay gives us some time to detect upgrade issues, so please report any! [12:11] backup data and prepare a fresh usb with 19.10, and have fun! [12:23] Hi all === Etua_ is now known as Etua [12:30] Heya [12:44] Hi everyone, how can i upgrade Ubuntu server to 19.10 ? do-release-upgrade tell me there is no upgrade available [12:45] from what release? 19.04? or 18.04? [12:46] GreyXor, there is no upgrade path yet, use "update-manager -c -d" option for now, see https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [12:46] geirha, 19.04 [12:46] this delay gives us some time to detect upgrade issues, so please report any! [12:47] -d is vor dev version no ? i want stable release [12:48] then you can wait a couple of days for the upgrade path to be declared stable [12:48] ah ok thanks :) [12:48] GreyXor, then wait for the upgrade release. the -d gives 19.10, no longer in development, you are just subject of testing [12:48] Yes it's ok i can test it [12:48] backup data and prepare a fresh usb with 19.10, and have fun! [12:49] where would I go to look for already-known upgrade bugs? [12:52] https://bugs.launchpad.net/ubuntu/+bugs?field.tag=eoan [13:06] what does the "c" parameter in "sudo do-release-upgrade -c -d" do? [13:07] huh. curious. a device with an AR6004 chipset but no firmware in bionic... seems it's not supplied by any firmware packages. i'll need to research it later. [13:07] I have checked the man but I can't find info about it [13:07] there's no man for it. [13:08] oh. [13:08] i don't have that installed. doh. [13:08] 'ath6kl' usb/sdio https://wireless.wiki.kernel.org/en/users/drivers/ath6kl [13:11] OerHeks: that's the thing. the firmware isn't in the upstream repo. [13:11] i'll need to investigate further, but right now it's recharging. [13:12] https://github.com/qca/ath6kl-firmware/find/master [13:12] not sure why it is not in the repos [13:12] hw3.0? i think that was it. [13:12] jups [13:13] it's an old venue 5130, baytrail tablet. uses the AR6004. [13:13] oddly it uses a 64 bit efi. i was expecting it to have 32 bit. [13:14] ryuo: do-release-upgrade doesn't take a -c argument [13:14] anyway i'll give that a try once it's recharged. right now the charger can only charge it while it's off. i need to get the real one. [13:14] mgedmin: murthy asked, not me. [13:14] augh sorry ryo, murthy [13:14] https://www.omgubuntu.co.uk/2019/10/how-to-upgrade-to-ubuntu-19-10 [13:15] are people in such a rush to answer that they don't read the context? [13:15] * ryuo boggles. === akemhp_ is now known as akem [13:15] It was mentioned in that post, that I can upgrade to 19.10 right away using that command [13:15] murthy: somebody made a typo? the command to do desktop upgrades with the gui is update-manager -c -d; the server command is do-release-upgrade -d [13:15] murthy: -c for update-manager means "check for distro upgrades instead of package updates" [13:16] murthy: -d for both mean "don't wait for 19.10 upgrades to be declared safe by Canonical, upgrade anyway" [13:16] mgedmin: oh, why it is not mentioned in man pages [13:16] http://manpages.ubuntu.com/manpages/disco/en/man8/do-release-upgrade.8.html mentions -d [13:16] not everything will necessarily be in the manual. sometimes things are undocumented for a reason. [13:16] mgedmin: no i mean "c" [13:16] Anyone familiar with Root on ZFS ? upgrading to 19.10 fails for me. Syntax error in /boot/grub/grub.cfg.new it seems [13:16] http://manpages.ubuntu.com/manpages/disco/en/man8/update-manager.8.html mentions both -c and -d [13:17] ph0rze: you may need to do a clean install for that. afaik that still isn't officially supportd. [13:17] do-release-upgrade doesn't take a -c, as I mentioned; the omgubuntu post made a mistake [13:17] mgedmin: oh then its ok [13:17] somebody should tell them [13:18] @ryou ok, figures. thanks. there's no official support in the server installer either right? [13:18] ryuo, mgedmin thank you both [13:18] ph0rze: i heard there's attempts to add it, but i wouldn't expect it to be available anytime soon. [13:18] maybe next LTS? [13:19] ph0rze: i installed my ZFS on root via debootstrap. [13:20] ryuo i will attempt a clean install [13:21] OerHeks: something else i need to figure out. the power button on this tablet just triggers the standard shutdown options coming up, but i would prefer it to just turn the screen off. any ideas if it can be configured to only do the normal default after a long hold of the button or so? [13:21] ryuo https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04-Root-on-ZFS [13:21] was what i used [13:22] it uses debootstrap, maybe it will work for 19.10 [13:22] yes... ZFS is usually best used on the LTS. using it with random kernels can be a problem. [13:23] I was dreaming Apple would adopt ZFS for Mac and put an end to upgrading the FS forever [13:23] hi! i'm having issues getting a second monitor connected over dvi working over a nvidia geforce gt 710 [13:24] i have tried different drivers, but none of them works [13:24] 'nvidia-smi' outputs the card and i can see the driver version there [13:25] i tried running nvidia-xconfig and that created a configuration file in /etc/X11/, but after entering username and password through gdm3 i'm just thrown back to the login prompt [13:33] If you go back to login prompt it is likely a crash [13:33] zamba: ubuntu version? kernel version? driver versions tested? [13:35] There seems to be "X Diagnostics" which may be installed as default. Also unless you try to keep up pure GNU OS, I'd install latest driver from Nvidia [13:35] ubuntu 18.04.3 - 5.0.0-31-generic - tried most drivers available through apt [13:36] Unlike ATI, they suggest using their own closed source drivers [13:36] but specifically now, i've tried the 390 and the nouveau driver [13:36] ryuo You are on 18.04 LTS? [13:36] ph0rze: yes. [13:38] ryuo Ok might be better to wait, again. Rolling back will be peanuts because of snapshots though :) [13:57] Hrrm, have installed 19.10 ... can't see how ot change overall gtx theme / appearance in 19.10 gnome shell [13:57] enyc: install gnome-tweak-tool for easy theme switching [13:57] enyc: gnome-tweaks has a page for selecting themes [13:58] (gnome-tweak-tool is the old name; it's now a transitional package that pulls in gnome-tweaks) [13:59] tnx mgedmin [14:00] nice guide, https://itsfoss.com/gnome-shell-extensions/ [14:05] Hey all, I want to disable the laptop sound card completely while still allowing to use a bluetooth audio device, is this possible? I started with $ lsmod | grep snd , but there are a huge amount of results, how can I know what to blacklist? https://bpaste.net/show/eLcN [14:08] lotuspsychje, mgedmin : aha! thankyous ... I'm looking to (you could consider this inadvisable, i don't know) configure mcmojave and other OSX-like-behaviours as much as possible.. try this out on a thinkpad with a mac-os-x / mojave user [14:08] No, i think it is not possible, as BT wants your audiocard to process the bits. [14:28] Having a weird issue with VirtualBox. While installing a VM, if I click into another app, then I can not click back into the VM. I have to kill it and restart the VM and the install process. It's happened several times over the past few weeks. [14:29] Host is Ubuntu 18.04.3 [14:29] why U bros remove leafpad from 19.04 repos :((( [14:31] Rboreal_Frippery, because Debian did [14:31] it was abandoned upstream and buggy, so it was remoed from Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913765 [14:31] Debian bug 913765 in ftp.debian.org "RM: leafpad -- RoQA; abandoned upstream, rc-buggy" [Normal,Fixed] [14:31] dropped by Debian and now also from Ubuntu [14:31] tomreyn: I didn't continue with GRUB yet, but I've been reading a bit - looks like grub-install --removable might help me: https://wiki.archlinux.org/index.php/GRUB#UEFI_systems [14:31] https://packages.debian.org/search?keywords=leafpad [14:31] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913765 [14:31] tons of alternatives though [14:31] Gedit is my fav [14:31] Rboreal_Frippery, it's a snap now; you can install from there [14:32] yall have another suggestion for a gui text viewer for very large files? that was the best one that never lagged for me [14:32] +1 ioria [14:32] Rboreal_Frippery, I've always prefered Gedit [14:32] gedit chokes on huge files [14:32] hmm [14:32] Rboreal_Frippery, snap install leafpad or use mousepad [14:33] if you have the QT stack, kate is really good [14:33] mousepad for inside the computer? what is this... [14:33] uRock: does the guest have the guest additions installed? perhaps mismatched version [14:33] I've used vim on log files with a couple gigabytes of text, but (a) it wasn't very snappy, just usable, and (b) vim has an infamously steep learning curve [14:33] vim, emacs .. [14:33] uRock: oh missed the "while installing" part, nevermind [14:33] geirha, I have the problem before I get far enough into the install [14:33] no problem [14:34] I just let the install finish and forced it to poweroff. [14:34] !info mousepad | Rboreal_Frippery [14:34] Rboreal_Frippery: mousepad (source: mousepad): simple Xfce oriented text editor. In component universe, is optional. Version 0.4.0-4ubuntu1 (bionic), package size 224 kB, installed size 1246 kB [14:34] uRock: turing off mouse integration might help [14:35] will try that, thanks [14:35] both mousepad and kate look promising, thanks for the suggestions folks! [14:35] kate wants a tons of kde libs [14:36] I already have plasma [14:36] ah, ok [14:37] geirha, I'll have to try that during the next time I install a VM. It's not a problem after the first reboot. [14:47] I've found that VirtualBox keeps doing that until guest additions are installed. Very weird. [14:49] oh, forgot about guest additions [14:49] yes, then you miss the controls and more [14:54] OerHeks, yeah, it didn't start until after reinstalling Xubuntu a couple of months ago. I thought it was bad ISOs for a while then realized it doesn't matter which guest OS I am trying to use. I guess I'll have to keep it as the front window during installs until there's an updated version of VBox. [14:59] which are the drivers for macbook airport? [15:00] dmesg | grep b43 i thought === mnemonic is now known as Guest5991 [15:15] uRock: tapping the Host key doesn't help? [15:16] Nope [15:17] I made it past the install and such now, so I won't be able to try anything else until next time. [15:30] I've been using ssh for my home network. Now it times out. How do I see error messages? [15:32] grep 'sshd' /var/log/auth.log # on the serverside [15:32] Thanks OerHeks [15:36] OerHeks; sshd log shows "Received SIGHUP; restarting." and "Server listening on 0.0.0.0 port 22." [15:37] any firewalls between the client and the server? [15:37] mgedmin: I don't know of any firewalls [15:38] Hi I want to use the command gst-launch that should be part of the gstreamer package, but it isnt. Any idea what happend to this package gst-launch in 18.04 ? [15:40] pragomer: I think it's called gst-launch-1.0 now, for some reason [15:41] Anyone know when this is supposed to be updated to include 19.10? http://changelogs.ubuntu.com/meta-release [15:42] "in a couple of days" [15:42] thanks [15:42] uRock: there's a delay until the release team is happy that any initial issues have been flushed out by new installations [15:42] k, thanks dax [15:42] (and until the initial round of updates and fixes is done) [15:58] I booted 19.10 in a VM, and chose ZFS, and the username / hostname page doesn't let me type. It's not frozen, it's just not registering keys [15:59] Keys work on tty2 [16:03] oh my, I don't rememebr update-manager showing me ncurses dialogs in the terminal widget during previous upgrades [16:04] (although I used do-release-upgrade on my laptop for the past couple of years, after a fun experience when update-manager killed my GUI session halfway through the upgrade and I had to recover on tty3) [16:07] Hmm, I rebooted it and it works now? [16:10] Anyone actually have do-release-upgrade report the new update without using the -d option yet? [16:11] no, which is normal [16:12] the upgrade tools don't offer new versions until they've been out for a bit and people are happy that there aren't any initial critical bugs that need fixing [16:13] haha it's funny how my desktop wallpaper just faded to black while update-manager was removing obsolete packagees (which include ubuntu-wallpapers-disco) [16:13] Gotcha, good to know. Thanks! [16:16] Hey all. I've got a quick question. I've got 5 IPs assigned to my server through my ISP. I've got a VM running on that server at 192.168.122.46. How can I forward all traffic from one of those 5 public IPs to the internal VM? [16:17] The host and the VM are both running up-to-date Ubuntu 18.04 server. [16:26] donaldkbrown: in the west, that type of thing is usually only available to commercial/business internet packages, not the consumer/residential internet [16:26] It is a business line. [16:26] donaldkbrown: that's what i figured [16:27] donaldkbrown: and your Ubuntu is physically connected to the network and not using wifi right [16:27] Correct. [16:28] donaldkbrown: one end of the ethernet cable is plugged into your Ubuntu.....the other end of that same wire is plugged into?????? [16:29] donaldkbrown: is it a mystery? [16:30] wall outlet [16:30] A commercial switch. Which is then connected to a modem given by the ISP. Right now, I can SSH on any address in the 107.150.48.42/29 range it goes to the server. [16:32] donaldkbrown: since a good chunk of this discussion isn't even related specifically to Ubuntu OS and more infrastructure, it might be better to discuss in #networking as to not have some long exchange about your infrastructure that would piss off a mod/op and get us both banned or kicked [16:32] Alright, thanks! I'll head in there. === dionysus70 is now known as dionysus69 === jhutchins_wk1 is now known as jhutchins_wk [16:44] ah the pain of having to log in into every site after the chromium deb->snap transition in 19.10 [16:44] and it doesn't offer me any of my saved passwords [16:50] Hi! I'm trying apt-get update in armbian device but i am receiving: w: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-backports/main/binary-armhf/Packages 404 Not Found / w: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-backports/contrib/binary-armhf/Packages 404 Not Found [16:50] Toreto: How is this related to Ubuntu? [16:52] Toreto, there used to be #armbian, but #debian would know where to seek support [16:52] OerHeks, thanks! [17:03] Hey guys hope everyone is having a good Friday. I am working on a system and attempting to disable gdm3. I run the command sudo systemctl disable gdm3.service. However upon reboot it always comes back. [17:03] I'm sure I'm missing something. Any help? [17:04] seanrdev, what Ubuntu version? [17:07] sudo systemctl enable multi-user.target && sudo systemctl set-default multi-user.target [17:08] and back to gui # sudo systemctl set-default graphical.target [17:10] lordcirth: 18.04 [17:11] Thanks OerHeks [17:11] greetings, I'm current on disco 19.04. Wjen I run sudo do-release-upgrade -m desktop, it returns 'No New release found'. [17:11] isomari_, upgrade path is not available yet. [17:11] I found that in the doc as well right after seeing your message. I'll try that. Thanks again. [17:11] OK. ANy idea when? [17:12] hi is it possible to preserver MacOS system intact and install UBUNTU on the same partition to dual boot [17:12] if you want tohelp test upgrading, use "update-manager -c -d" option for now, see https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [17:12] or just wait [17:12] ok [17:12] Hello. Quick question on 19.10... Has anybody found out, how to remove the Trash icon from the dock on the left side? [17:12] if i only have ONE partition on my Macbook how can dual boot with UBUNTU [17:13] aleksandrdvorkin: not on the same partition, no [17:13] this delay is normal for ubuntu; gives us some time to detect upgrade issues, so please report any! [17:14] Q Hallo i have a problem [17:16] ubuking: you need to be more specific than that :) [17:17] UBUNTU 19.10 ist stable [17:17] My question is should I take UBUNTU 19.10 Or UBUNTU 18.04 [17:18] ubuking, do you want the latest software, or do you want low maintenance? [17:18] Both [17:18] Well, that's not how life works :P [17:18] Low maintenance [17:19] Then go with an LTS - 18.04. [17:19] My last question is what desktop environment [17:21] ubuking: Well... In your case I would go with 19.10, because in 6 month or maybe a bit later you will do an upgrade to the next 20.04 LTS anyway. You can then decide to stay on LTS or to follow the ubuntu development with the non LTS versions... [17:21] ubuking: I will do the same on my 'working horse' desktop. [17:22] Minimec what de are u using [17:22] polling is useless, see !flavors and try what you like best [17:23] ubuking: Gnome on all the Laptops; Enlightenment on the Dual-Monitor Desktop. You cannot beat Enlightenment in multi screen setups... ;) [17:29] Minimec your plan is great [17:30] You thanks [17:30] I try it [17:30] ubuking: Result of a prfund reflection... ;) [17:59] after updating 19.04 Nautilus segfaults at launch and "Disks" (gnome-disk-utility) won't launch. This seems to be a problem with udisks [17:59] Error connecting to udisks daemon: Error calling StartServiceByName for org.freedesktop.UDisks2: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.UDisks2': timed out (service_start_timeout=25000ms) (g-dbus-error-quark, 20) [18:00] How does one find what package to file a bug against when USB devices are being detected on all installs on certain hardware with 19.10? (asking for a friend) [18:01] "$service --status-all" shows no "udisksd" or similar [18:01] any thoughts? [18:01] promet, apt-cache policy nautilus | nc termbin.com 9999 [18:02] uRock, Do you mean that non-existent USB devices are detected? [18:03] no, existent USB devices aren't detected [18:03] udisksctl status [18:03] https://bugs.launchpad.net/ubuntu/+bug/1848703 [18:03] Launchpad bug 1848703 in Ubuntu "Raspberry Pi 4 - USB Bus not detecting any devices" [Undecided,New] [18:03] Any ideas why on 19.04 when running do-release-upgrade -c it returns "No new release found." - my apologies if this has been answered here before [18:03] Telvana, it hasn't been set up to upgrade yet [18:03] Give it a few days [18:03] Telvana, there is no upgrade path yet, use "update-manager -c -d" option for now, see https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [18:04] uRock: ah, perfect. Thanks for the answer. OerHeks as well, thank you. [18:04] Failed to load module "nvidia" (module doesn't support this OS, 0) [18:04] this delay gives us some time to detect upgrade issues, so please report any! [18:04] Google wasn't turning up anything, just answers for older releases [18:04] can't get proprietary driver to work on 18.10 [18:04] 18.10 is not supported [18:04] !eol [18:04] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [18:04] sorry 18.04 [18:05] ikla, what nvidia driver do you have installed, and how did you install it? [18:06] 430 [18:06] additional drivers gui [18:07] are you fully updated? sudo apt update && sudo apt dist-upgrade [18:08] yes [18:13] ikla, never sen that error; can you paste lspci -nnk ? [18:14] Hello, i installed ubuntu 18.04 on Dell XPS 15 and Ubuntu gives an error message that there are no wifi or bluetooth drivers present. However, it does show up in Windows. I came across this solution of using rfkill to unblock, but how do I do it? [18:14] The solution : https://www.reddit.com/r/techsupport/comments/8tcs7e/no_wifi_adapter_found_ubuntu_180_dell_xps_13_9343/e5nr2fr/ [18:15] Hey guys, I've got a bit of a problem. I'm trying to get PXE boot working, on a OS that's based on Ubuntu. But for the life of me I can't get it to work with UEFI. I've tried the howto on the wiki, but nothing works. I can get it to load GRUB Netboot, but I have no way of telling grub to grab the rest of the files nor will GRUB read the config file that its supposed to use on the pxe server itself. [18:18] Which OS based on Ubuntu? You may need to go to their channel as configurations may be different. [18:19] NegativeFlare, what distro are you booting from, and what are you trying to boot? [18:19] lordcirth: Its based on Trusty, but the machines are UEFI [18:19] ramsub07: use rfkill status to list them all, then rfkill unblock to unblock specific devices [18:20] NegativeFlare, so it's not Ubuntu, and it's based on an obsolete release? Not supported here. [18:20] sarnold: is that a valid option? [18:20] ioria, thanks: https://termbin.com/nbjl [18:20] * NegativeFlare sighs [18:20] i tried and it says that's not a valid option to pass [18:20] I should have known lol [18:20] thanks anyways [18:20] Might be that a newer version will work better, though [18:20] I can't sadly [18:20] Also, re: termbin.com...neato... [18:21] promet, you can see by yourself, there's a problem [18:21] NegativeFlare: maybe try getting this to go https://github.com/antonym/netboot.xyz and see if you can get netbooting to work at all? [18:22] rfkill list all doesn't show up anything at all [18:22] promet, cat /etc/issue ; uname -r [18:23] ioria, Ubuntu 19.04 \n \l [18:23] 4.20.10-042010-generic [18:23] ramsub07: aha then it's not just a matter of the devices being disabled, you may lack drivers for them. look around lsusb and lspci output to try to find your controllers [18:23] ioria, I assume this is an 19.04 upgrade "glitch"? [18:24] promet, that's wrong: 19.04 uses 5.0.0.32 [18:24] promet, 19.04 should have kernel 5.0 [18:24] sarnold: Oh I can get the signed grub image to boot just fine, it just won't read the config with it [18:24] ioria, what do you suggest [18:24] promet, dpkg -l | grep linux-generic | nc termbin.com 9999 [18:24] promet, dpkg -l | grep linux-generic | nc termbin.com 9999 [18:25] ioria, https://termbin.com/6fo2e [18:26] promet, sorry, dpkg -l | grep linux-image | nc termbin.com 9999 [18:26] sarnold: from this, can you please tell me what's wrong? dpaste.com/0HNRMHK [18:27] ioria, https://termbin.com/bosb [18:27] NegativeFlare: ah :) do you get an error? [18:28] promet, apt-cache policy linux-generic | nc termbin.com 9999 [18:28] ioria, https://termbin.com/mclrq [18:29] ramsub07: alright that's a decent start point -- what PCI id do you see for that device in lspci uotput? [18:29] promet, sudo apt update && sudo apt full-upgrade [18:29] ioria, roger that... === not-dStruct is now known as dStruct [18:35] guys, any lightweight browsers for ubuntu? [18:37] hellerz, several, are you finding Firefox too slow? [18:37] hellerz: Gnome Web 'sudo apt install epiphany-browser' That's the official one of the Gnome Desktop Environment. [18:38] I have bought a vps from hosting website and installed xrdp on it and when I open chromium or firefox it won't respond, doesn't work good [18:38] VPS's don't usually have much, if any, graphics acceleration. Using anything graphical may not work well. It's not really what they are for. [18:38] on ubuntu i always get these default ra: https://bpaste.net/show/i7w3 [18:39] ya that's why I'm trying to get a non-graphical browser [18:39] I only need the gateway6 i configured via netplan. any idea what to do so that i don't get the default ra? [18:40] is it ipv6.conf.all.autoconf and net.ipv6.conf.default.autoconf? [18:41] gunix, setting netplan to: 'link-local: []' might do it as well [18:41] lordcirth:ty, i will try that out [18:42] Hi guys! Just upgraded to 19.10 and I noticed that "phpmyadmin" is not available for eoan. Any particular reason why? [18:43] "Request of security; removed from Debian testing, LP: #1837775, Debian bug #920822 et al" [18:43] Launchpad bug 1837775 in phpmyadmin (Ubuntu) "remove phpmyadmin from archive" [Undecided,Fix released] https://launchpad.net/bugs/1837775 [18:43] Debian bug 920822 in src:phpmyadmin "phpmyadmin: CVE-2019-6798: PMASA-2019-2" [Grave,Open] http://bugs.debian.org/920822 [18:45] basically, it's an Ubuntu universe package which means it's mostly maintained by pulling updates from Debian, and the Debian maintainer hadn't been maintaining it so it had unpatched security issues, so it's gone from both Debian and Ubuntu until that's all sorted out [18:45] hi [18:45] dax: Thanks for the info. [18:46] hhow are you? [18:46] dax: I think that Debian fixed those issues, but it was past Ubuntu's freeze schedule for 19.10. [18:47] It is kind of a pretty commonly used package and having it missing will probably hurt many users. [18:47] it's currently blocked from migration to Debian testing, I'm not sure whether that would prevent it from ending up in Ubuntu [18:48] I know that it probably goes against SRU policies, but maybe once things get sorted out by the Debian team an exception could be made and import it into "eoan-backports" or something [18:49] minimec I have installed it and when I try to open google or paypal I get Something went wrong while displaying this page. [18:53] hellerz: Hmmm... I cannot confirm that for the package I have installed on 19.10 or the snap package I use on older Ubuntu versions. [18:57] petersaints, Check out https://tracker.debian.org/pkg/phpmyadmin === ben_r_ is now known as ben_r [19:00] petersaints: in the meantime you could install phpmyadmin 'from source' or a PPA, or use 'adminer' [19:05] exit [19:05] startup disk creator just dd's the iso to the usb drive? it puts an iso filesystem on it! [19:05] which doesn't work [19:05] pretty much [19:06] well, it also provides a dialog box to select what to write to -- to help reduce the chances of someone dding the install image over their hard drive :) [19:06] doug16k: ? [19:07] doug16k, dd'ing the install ISO to the USB works fine, that's how I do all my installs [19:07] sometimes it works [19:07] so now that 19.10 supports the rpi4b will we also have native rpi-update that grabs the lastes kernel modulas and updates the bootloader/bios? https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [19:07] it's wrong to put an iso filesystem on a hard drive, makes no sense [19:07] doug16k, If it is working only intermittently for you, that sounds like a hardware problem? [19:08] doug16k: what are you talking about [19:08] Startup Disk Creator is not a general purpose ISO burner [19:08] he mentions startup disk creator and something else [19:08] doug16k, the USB isn't intended to be mounted read-write, why would it need a read-write FS? [19:08] EriC^^, I know what I'm talking about because I made an OS project and had to deal with it. tested several ways of doing it. dd-ing iso barely works on any machines [19:09] EriC^^, did you try it on a 128GB flash drive? [19:09] that doesnt make sense, dd is the low level way, if it's not working then the iso makers screwed up their iso [19:09] or it wasn't intended to just be dd'd over [19:09] what does the size have to do with it? [19:10] ok, can you say why my 128GB flash drive can't boot a drive created with startup disk creator? [19:10] well, startup disk creator sucks, use dd alone [19:11] it comes up with the grub menu, you pick install, screen goes black [19:11] no signal then appears [19:11] doug16k: did you checksum the iso? [19:11] it could be a number of stuff, bad iso, bad usb, gfx problem, incompatible hardware [19:12] does 18.04 work on ryzen 2400G ? [19:12] i'd troubleshoot in that order, and try booting with "nomodeset", it's typically something needed when you get a black screen after grub [19:12] and not all ISOs are capable of being booted from USB mass storage devices [19:13] doug16k: give nomodeset a shot, it'll likely help [19:13] !nomodeset | doug16k [19:13] doug16k: A common kernel (boot)parameter is nomodeset, which is needed for some graphic cards that otherwise boot into a black screen or show corrupted splash screen. See http://ubuntuforums.org/showthread.php?t=1613132 on how to use this parameter [19:14] hi [19:15] any reason why Ubuntu can't have a presence on the fediverse, given that you have one on linkedin,facebook and twitter, you could use it to post updates on what is going on to a different clientele of people [19:15] exactly same thing on a dvd booted, without nomodeset [19:16] if you pick "install" at the grub menu, it fails. "try ubuntu" boots [19:17] hello folks, where can i read the official status and plans towards the snap situation [19:17] i mean, the official declarations/statements of canonical about it [19:17] doug16k: what about if you do try ubuntu, then click on install? [19:19] Kremator: https://forum.snapcraft.io/ [19:20] depends on what "the snap situation" refers to, probably === retentiveboy_ is now known as retentiveboy [19:21] i know the regular ubuntu discourse has had some discussion about providing software as snaps instead of apt packages, e.g. https://discourse.ubuntu.com/t/intent-to-provide-chromium-as-a-snap-only/5987 [19:21] Hi! I am having issues with my bluetooth. It worked at first but now it doesnt connect. Please help. [19:21] dax, well i meant about ubuntu going to migrate some base programs to snap containers [19:22] Kremator: as i understand it, it's discussed and decided on a package-by-package basis === waveform_ is now known as waveform [19:22] EriC^^, that installs, and when it reboots it is black screen again. have to nomodeset it and, I guess, try the proprietary amd drivers? [19:23] or would hwe support 2400g? [19:24] Hi, I'm trying to run ubuntu 64 bit on my pi4. The USB ports do not work. It seems others are having the same problem, e.g. https://askubuntu.com/questions/1181878/raspberry-pi-4-usb-ports-are-not-working-with-ubuntu-19-10-64bit [19:25] Failed to fetch https://download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages.bz2 File has unexpected size (9417 != 7889). Mirror sync in progress? [19:25] is this a docker or ubuntu problem? [19:26] dax, correct, but i had understood from 19.10 plenty of base gnome apps would be "containerized" by snap right? [19:26] lordcirth: i think your solution fixed it [19:26] excellent [19:27] also im mindful that i do not know anything about itnernal dev organization inside canonical so idk how they give betweem them the task of X or Y package [19:27] This is what I get. I tried looking but i just cant seem to figure out what is wrong. Connection Failed: blueman.bluez.errors.DBusFailedError: Host is down [19:27] Kremator: i think they've been slowly moving GNOME stuff over for a few releases, yes [19:28] i forget whether it was 19.04 or 18.10, but the last stock Ubuntu install i did had a few GNOME snaps [19:31] halp [19:31] Kremator: dax: The few tools that were 'snapped' were mainly for testing purposes. We are talking about gnome-calculator, gnome-characters, gnome-log. But you can 'snap remove' them and replace them with the deb package. But there is something new in 19.10 in regard of Chromium-browser. That software is only available as snap package from now on in ubuntu. [19:31] Kremator: dax: So if you 'sudo apt install chromium-browser', the snap package will be installed. [19:32] Grovosky, add the bluez ppa, that fixed my bt/a2dp issues too [19:32] https://launchpad.net/~bluetooth/+archive/ubuntu/bluez [19:35] OerHeks: The error changed to. Connection Failed: blueman.bluez.errors.DBusFailedError: Host is down... [19:37] ?? [19:37] changes to the same error? [19:39] OerHeks: It connected for a second then it went dead again. It changed to host down. [19:40] Connection Failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [19:40] minimec, apt will install snap packages now? [19:41] lordcirth: I beliueve the postinst for the chromium-browser package installs the snap package [19:41] Yay, more silent ways to break things [19:41] I think lxd package does this too [19:42] lordcirth: only the chromium-browser. Like somehow the chromium browser has the 'snap install' instructions in it. [19:42] !info chromium-browser eoan [19:42] chromium-browser (source: chromium-browser): Transitional package - chromium-browser -> chromium snap. In component universe, is optional. Version 77.0.3865.120-0ubuntu1~snap1 (eoan), package size 47 kB, installed size 159 kB [19:42] Hi, is there a way for dhcp and netplan to play nice with each other in 18.04 [19:43] cognition, netplan can configure DHCP, what problem are you having? [19:43] we'd like to set the "search" and "nameservers" via dhcp [19:44] when I run "dhclient", I get the correct configuration [19:45] cognition, dhcp4-overrides: \n - use_dns: true [19:46] https://netplan.io/reference#dhcp-overrides === waveform_ is now known as waveform [19:55] lordcirth: no luck [19:55] get only one domain in "search" in /etc/resolv.conf [19:55] nameservers are correct [19:56] "search" just has the domain of the system [19:56] and I know (from using dhclient) that the DHCP server is sending out 5 or 6 domains for "search" [20:15] cognition, so it gets all nameservers, but only 1 search domain? [20:32] hi folks [20:32] after do-release-upgrade to 18.04 the server's apt autoremove wants to remove grub-commons and os-prober.. that can't be right though can it? [20:33] Been trying to install 19.10 on my tablet, but for whatever reason Ubuntu keeps locking up on the liveUSB. Any way to diagnose what's going on? ISO download verifies okay. [20:33] was just wondering: I've noticed that 19.10 hasn't shown up in https://changelogs.ubuntu.com/meta-release yet and therefore doesn't show up in update-manager either [20:33] (unless you specify -d) [20:34] pipegeek, correct, there is some delay between release iso and upgradepath [20:34] was wondering if anyone knows when it is likely to appear as a stable update? [20:34] aah okay [20:34] there is no upgrade path yet, use "update-manager -c -d" option for now, see https://wiki.ubuntu.com/EoanErmine/ReleaseNotes [20:34] yeah, saw that there and was surprised [20:34] okay. thanks [22:05] I think I found the reason why my boot takes very long, it is the two services 'apt-daily.service' and 'apt-daily-upgrade.service' , time to disable those no needed services [22:12] what benefits does 19.10 have over 18.04? [22:14] what version kde is on 18.04? [22:20] jesse1010: you can check package versions at https://packages.ubuntu.com [22:21] !releasenotes | jesse1010: see the release notes for the releases since 18.04 to learn about some of the newly added features [22:21] jesse1010: see the release notes for the releases since 18.04 to learn about some of the newly added features: For release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases [22:23] why is 19.10 listed in future releases? [22:23] because nobody updated it yet [22:24] (i don't have my launchpad password handy or i'd go do it) [22:45] hi [22:45] I can curl 127.0.0.1 on server, but cannot browse outside server [22:45] IPTABLES rule is added to allow all traffic from my IP [23:05] what's a good util for pasting (to a pastebin) from the command line? [23:06] pastebinit is handy if you can install it; termbin.com is fantastic if all you've got is a network socket :) | nc termbin.com 9999 [23:07] oo termbin looks cool... 9999 is proooobably closed for me tho [23:09] pastebinit might work, ty [23:09] yeah, termbin is *really* handy.. /dev/tcp/termbin.com/9999 probably works most places :) [23:10] How to open /etc/default/grub in xubuntu [23:11] texla: what are you trying to accomplish exactly? [23:12] leftyfb, I want to enlarge the grub font [23:13] texla: what have you tried so far? [23:13] texla: https://vitux.com/how-to-edit-config-files-in-ubuntu/ [23:13] leftyfb, I have tried sudo and the command [23:14] texla: https://vitux.com/how-to-edit-config-files-in-ubuntu/ # first result on google for "ubuntu edit files" [23:16] leftyfb, That will work after i download gedit ..thanks for the info [23:18] hi trying to get windows 10 clients to connect to samba by installing the latest samba version. There is no description at all of what the compile prerequisites for installing samba are that I can find. Is there an easier way without disabling all means of security windows has of securing samba traffic by enable smb 1.0 ? [23:18] udo gedit /etc/default/grub [23:24] https://nopaste.xyz/?05892b5fe52e072e#tkZvjqXqec2Qyz1g4X0gLx0CMHWFZMjfBRGWIUjwySo= [23:24] I'm getting this every second, it has used up 330 gigs of syslog in under 5 days [23:24] I trunced it and its already at 5 megs again [23:25] 520 bytes * 86400 seconds per day * 5 days = 227MB. If you're getting 330 gigs of syslog data, you have more problems than just that one log entry. [23:26] 214MiB, actually. [23:27] i looked at the first 5 gigs, 98% of it is pcieport error for the device (200 Series PCH PCI Express Root Port #3) [23:28] some suggest running pci=noaer [23:28] lunaticedit: I have no clue, but there is an expired bug on Launchpad from last year with exactly the same symptoms and hardware (PCI bus) https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787299 [23:29] Launchpad bug 1787299 in linux (Ubuntu) "Frequent PCIe bus error on device 8086:a292" [Medium,Expired] [23:29] yeah I saw that too [23:29] I prefer ubuntu though -_- oh well [23:29] lunaticedit: Could be a kernel problem. Maybe try to revive the bug? [23:29] honestly I can't keep running the system with it dumping errors like this, gotta stop the bleeding first [23:29] Expired because no activity in 60 days? [23:29] m2 drives have write cycle lifetimes [23:30] That seems... silly. [23:30] and i've prolly just lost a year [23:30] Which drive are you using? [23:31] samsung 970 evo plus [23:31] Capacity? [23:31] 500g [23:31] Then you've got a good 299TB left in its warrantied write life. [23:33] guys, any idea what's package name for Webkit/GTK+ header files ? [23:35] lunaticedit: Test something for me? [23:35] ok i looked deeper and it actually started 2 days ago [23:35] lunaticedit: Try booting the system with [23:35] 'pcie_aspm=off' as an extra kernel parameter. [23:36] See if that alleviates the issue. [23:36] you think it's a power management issue? [23:36] I think it's something in how ASPM is interacting with the kernel that's generating those errors. [23:36] Give it a whirl? If I'm right, I'll reopen that bug. [23:36] ok what's the 'proper' way to set kernel params in ubuntu/efi [23:37] Same as normal grub. [23:37] kk [23:37] Edit the boot entry, add that to the 'linux' line. [23:37] Obviously, that's not permanent. [23:37] Let's see if it works, first. [23:37] give me a couple before i reboot [23:38] I'll be here all night, no big deal. [23:38] GRUB_CMDLINE_LINUX="pcie_aspm=off" [23:38] That's for a permanent fix. [23:38] i can take it back out, i have an issue getting grub to show [23:38] Makes sense. :) [23:38] i can get it to show 10% of the time :p [23:38] EUFI + secure boot [23:38] = very very hard to see grub [23:39] it's like 5 seconds to desktop though, no complains there [23:39] anyway brb [23:41] sarnold: i actually ended up going with ix.io, fwiw :) thanks tho [23:46] yeah it’s not booting now 🤨 [23:49] disi: oh that's a *very* pleasing website :) [23:53] :D just what i needed (the basics) [23:57] * johnjbogle1 waves hello