[00:01] (next questions would be whether it does toggle while Ubuntu starts up, if you know how to enter the BIOS or EFI setup, whether it toggles there, ??? to discern hardware failure.) [00:16] it doesnt toggle the keyboard light in gnome [00:16] it toggles if i boot into windows [00:19] i'll check on the other things but i'm going to have to log out for a minute [00:22] When people gets back.. they just need to run "xmodmap -e 'add mod3 = Scroll_Lock'" in terminal to enable scroll lock [00:22] and then set up a script to run on login [00:30] Okay, so some answers: (1) The scroll lock toggles while Ubuntu is booting but stops being able to toggle when the DM starts [00:31] (2) The scroll lock toggles fine in the BIOS [00:31] Thu 05 00:22:33 < pragmaticenigma> When people gets back.. they just need to run "xmodmap -e 'add mod3 = Scroll_Lock'" in terminal to enable scroll lock [00:31] (3) The scroll lock will not toggle in GNOME, nor will it toggle if I log out into the DM [00:31] Thu 05 00:22:47 < pragmaticenigma> and then set up a script to run on login [00:34] pragmaticenigma, sarnold, hi, glad to see you here! :D do you happen to have a better idea for taming my dpkg's insistence on chgrp-ing my /boot/vmlinuz-*? [00:35] Sven_vB: what's the problem? [00:35] That solution worked excellently! thanks! [00:35] I tried whether upgrading my packages might fix the NetworkManager issues, but I get this error: http://paste.debian.net/plainh/e5c0c6b0 is there a way to make dpkg skip chown or ignore its failure?¶ * Sven_vB temporarily re-mounted /boot with gid=root so dpkg would shut up about the owner of boot/vmlinuz-4.15.0-91-lowlatency, and it did. [00:36] but manually remounting isn't a good approach I think [00:37] in case /boot is a FAT fs, IMO ideally dpkg should keep trying to chown/chgrp but ignore failure. [00:37] Sven_vB: what's in dmesg? [00:38] dunno, I'll try and reproduce it. [00:40] oh. meh. looks like that update killed my network connection. [00:42] however now NM actually does manage the devices, that's progress at least. I wonder if multistrap might have installed old versions of packages. [00:46] niiiice, NM works now. so at least that problem is solved. [00:51] so I tried to reinstall my vmlinuz. OS is Ubuntu bionic amd64. these are the latest error messages: http://paste.debian.net/plainh/d3428fcd no new messages appeared in "dmesg --follow" while I ran aptitude. [00:52] there are currently no files in /boot. (I moved all of them to /boot/bak) [00:52] (moved them before I ran aptitude) [00:54] mountpoint /boot is the ESP, formatted as FAT32, with GRUB in /boot/EFI/BOOT/grub.efi [01:41] I guess I'll go with the extra partition and GRUB magic. [01:50] Does anyone have experience running Ubunutu on a Threadripper 3990x? [01:50] I'm thinking about building an encoder machine but running only Ubuntu Server on it [01:54] HeliNomad: A place to start the research: https://www.phoronix.com/scan.php?page=news_item&px=2004-CPU-3990X-Plus-FX-9590 [01:55] Yes I saw that one... [01:55] was a little worried that it seems that I can't use LTS with threadripper [01:55] Was hoping maybe someone had some first hand on that. [01:55] This would be in a production environment so stability is key for long encodes. [01:56] I know many will say, then just go EPYC but we are on a tight budget. [02:14] how does ffmpeg not get sued ? supporting all those patented codecs === zbenjamin is now known as Guest68740 === zbenjamin_ is now known as zbenjamin [02:30] renomd: That's a great question to ask in #ubuntu-offtopic or ##linux ... If you have a Ubuntu related support issue, please feel free to ask for help here. [02:30] i see, thanks === mrinfinity is now known as DeIver === DeIver is now known as mrinfinity [03:44] hi [03:44] i wanna config on ssh server [03:45] idk about steps for ssh server config [03:45] Rockwood: just doing an apt install ssh will get you most of the way there [03:45] okay [03:45] Rockwood: but note that any ssh server exposed to the public internet will get *tons* of automated bruteforce scans for common usernames and passwords [03:46] Rockwood: it's best to configure your clients to use ssh key authentication and disable ssh passwords [03:46] sure i will do that [03:46] key config [03:46] you can of course just use good passwords, but that's harder than it sounds, hehe [03:47] sudo apt install is enough? [03:47] sudo apt install ssh [03:47] that installs both server and client [03:48] installed [03:49] now i wanna access this from client [03:49] so how to config key === roczj1 is now known as roczj [03:50] Rockwood: ssh-keygen [03:50] okay [03:52] sarnold, enter file in which, what should be there? [03:52] sarnold, enter file in which save key, what should be there? [03:53] is it for name? [03:53] Rockwood: if it offers a default, that default is probably good [03:53] just need a enter? [03:53] yeah, I think so [03:54] (it's been years since I've used it, sorry) [03:54] done [03:55] now? [03:55] Rockwood: now use ssh-copy-id to copy the public portion of the key to the server [04:06] where i ve to paste ssh-copy-id? [04:06] sarnold, [04:07] Rockwood: you use ssh-copy-id on the client machine to copy the public portion of your ssh key to the ssh server [04:11] sarnold, done [04:12] now anymore thing i ve to do for ssh connect on client [04:15] can you rephrase that? [04:16] yes [04:16] i set there [04:17] means anymore steps are remain for prepare SSH server? [04:17] sarnold, [04:19] Rockwood: if you can log in to your server with your ssh keys, then you can edit /etc/ssh/sshd_config and find the password authentication line, and remove the comment: [04:19] PasswordAuthentication no [04:20] then sudo systemctl restart ssh [04:20] okay [04:20] I can't recall if errors would print out immediately or not, so check systemctl status ssh before going much further [04:21] alright, time for me to go :) have fun Rockwood [04:21] its showing connection close on port [04:21] closed [04:22] but it looks like ssh is running? [04:22] that connection closed onport *might* be one of the password bruteforce scanners I mentioned [04:22] can you log in again (check from a new terminal, don't close that one you've already got open, because it might be a pain to get back to the server otherwise :) [04:23] and make sure you can log in with your key, then make sure that you can't log in with your password [04:23] and now, off I go :) [04:23] thanks [04:23] cya [05:10] Hello everyone. I got modem to work so far, unsure about how I did. Now, I'd like to configure IrDA [05:12] Uhm, maybe are you all sleeping? [05:13] In fact it's quite early [05:13] or late, depending on the point of view [05:48] anyone here? [05:49] emmm [05:51] Hello everyone [05:51] How can I list infrared devices on my system? [05:52] There's a command I ran, but can't remember which [06:00] Nevermin, it was ir-keytable [06:25] good morning all, i wanted to vent my dissatisfaction, going from ubuntu 16.04 to 18.04, that i need to use 3 different hoops to jump through, to get all the context menu items in nautilus and the desktop back that where standard in 16.04, namely create text file on desktop, del perma & create link & refresh in nautilus [06:28] thumbs up though for obs now shipping standard with NVENC support from the repository, so i didnt need to build it my self this time with days of headaches :) === alex79002 is now known as alex7900 [06:46] is there a sources.list generator for 19.10 in usa? or at least a link to what sources.list should be for eoan? i'm getting unable to locate package iptables-persistent, i think i need a multiverse entry in sources? [07:18] https://askubuntu.com/questions/1214856/how-to-install-software-deb-that-has-dependency-problems?noredirect=1#comment2041839_1214856 How to install software *.deb that has dependency problems? [07:20] Kangarooo: did you read the answers on that page? [07:30] apt-cache depends package-name -> https://askubuntu.com/questions/80655/how-can-i-check-dependency-list-for-a-deb-package [07:32] obsolete stuff depending on things not installed can sometimes break other things though, be carefull out there ;) [07:36] sorry i forgot to add Kangarooo infornt, so chat blinks if ur not looking at it, i apologize [07:54] @ducasse yes, didnt work command line answers. [07:56] Kangarooo: which release is this? and please provide full output, use a pastebin. [07:57] I am afraid I might have a virus or have been hacked [07:57] I just found my trash full of all of my directories [07:57] and before, something tried to randomly print [07:58] Woodpecker, you have booted from a live usb stick to see this ? [07:59] vuurdraak: nope, I don't want to reboot in case my things go bye bye or in case its an ssd error [08:00] if you boot from a live usb stick unless its some very nasty goverment virus in your bios, it should at least start up without a virus [08:00] if it s a virus [08:00] if its a failing disk, then back up as quickly as posible [08:00] Has anyone ever experienced this? [08:00] yeah [08:00] you could run a virus scanner also [08:01] not seen all my folders end up in trash no [08:01] Im on 19.04, it wouldnt update me before because of bad ppas [08:02] do those virus scanners actually work? [08:02] clamav I think? [08:02] 19.04 is eol, no longer supported [08:02] i reinstalled ubuntu two days agao, i had two virus scanners on demand installed before clamav & sophos both free, i dont know if there are many linux virus signators though, they are mostely ment to scan for virusses in mail [08:02] couldnt hurt to try [08:02] true [08:04] wow i just discovered clam av is no longer in the repostory, thanks for reminding me to get both virus scanners back though i forgot about them :') [08:05] what the hell is happening https://usercontent.irccloud-cdn.com/file/Jv17v2Vx/image.png [08:05] in 18.04 [08:05] it looks prety weird [08:08] personaly i would boot from a live usb stick, if its a virus it would kick it out temporarely, if its a failing disk and the disk still works halve it should still work from the live usb, as u can 'try out ubuntu' and still copy and do stuff [08:10] vuurdraak: https://usercontent.irccloud-cdn.com/file/EuDp8Rf8/image.png [08:10] what is going on!? [08:10] thats the expected behaviour of that distro :D [08:11] idk joke [08:11] ah nvm I think my usb key ran out of space [08:11] @ducasse https://pastebin.com/kEphDqfU [08:12] Woodpecker, sorry i can not send you more usb sticks :') [08:12] !cookie | vuurdraak [08:12] vuurdraak: Wow! You're such a great helper, you deserve a cookie! [08:13] i got one usb stick always with ubuntu on it to boot/reaque from [08:13] resque*, and thanks :') [08:13] Kangarooo: which release is this? [08:14] 20.04 [08:14] !20.04 | Kangarooo [08:14] Kangarooo: Ubuntu 20.04 (Focal Fossa) will be the 32nd release of Ubuntu, scheduled for April 2020 ( https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule ). It will be a long-term support release. Join #ubuntu+1 for support and questions. [08:14] i need to go afk , may everybody find a solution to their problem [08:14] Kangarooo: other than that, 20.04 doesn't have python2 [08:15] @ducasse i just will use it and isntalled 5 days and 2 days ago to help bugs also. [08:15] ill stay with it daily version [08:15] ok ill do another partition install of pop linux to test for fun [08:15] Kangarooo: that package is not going to run on it [08:16] @ducasse so no solution at all means sometimes locked out of versions. :( [08:18] Kangarooo: to run it you need to stay on 18.04. you should also not be running 20.04 if you can't figure problems like this out yourself [08:24] well i didint use 18.04 because of Ubuntu bad menu, and another app not working on it. Should i go back to 14.04 when grass was greener and no corona viruss government.. Ill need to then try other distros or to use Bug #1..... [08:25] 14.04 is eol [08:31] ... WHY ARE THERE WEIRD RUSSIAN PROGRAMS ON MY COMPUTER?! https://usercontent.irccloud-cdn.com/file/uuO0iWnh/image.png [08:31] It looks like it was installed on wine or something [08:32] @Woodpecker [08:32] im so paranoid right now because of the random printing and random stuff being put into my directory [08:33] into my trash bin* [08:33] @Woodpecker theres writtenin russian ProTanks Multipack. [08:33] uninstalled, purged [08:33] its gone [08:33] Kangarooo: ah that makes sense. [08:37] Hello there! My 16.04 system froze beyond rescuing yesterday (not even Ctrl+Alt+Fx worked), and I had to forcefully restart. I am trying to investigate what went wrong /usr/bin/time strace journalctl --list-boots gives me this https://privatebin.net/?1ac25cd84044d884#9GHTLRWZcdu6dRSGNnhYdxt9XJCKhHcJYLJxMvRF2NJM [08:38] Woodpecker, I have disabled wine to run from the command line, it can run only on my system through playonlinux & lutris, upside of a windows virus running through wine is that it cant hide from the system monitor though [08:38] how are you getting strace messages from a command that doesn't involve strace? [08:39] im curious whether there have been wine viruses... [08:39] windows virusses can be just as devestating in wine as on native windows, no need for a special wine virus [08:40] stdedos: anyway, journalctl -b -1 -e is a good way to see the last messages from the previous boot, but usually after a crash the machine dies before being able to save the last log messages on disk so you usually don't get anything useful [08:40] Woodpecker: 19.04 is end-of-life, if you want support here you need to upgrade [08:40] Woodpecker, a windows virus running on wine giving a delete command works just fine deleting all ur stuff in linux [08:41] ducasse: im trying to do that right now [08:41] ducasse: whats the command? do-release-upgrade? [08:41] mgedmin so what are my alternatives to at least have some information when that happens? [08:41] Woodpecker: yes [08:42] !upgrade | Woodpecker [08:42] Woodpecker: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [08:42] thanks [08:43] Woodpecker, make sure you backed up all important stuff, like maybe your whole user folder [08:44] i had to reinstall fresh two days agao, as my dist upgrade faileed form 16.04 lts to 18.04 [08:49] I think I got the important things [08:52] mgedmin logs from the freeze day are mixed with logs from the previous day [08:52] Most interesting keywords are: oom killer, canary thread starving, and SIGABORT [08:52] Hey, so I've plugged my dumbphone in my computer, set it to (USB storage mode) and I can't mount it on ubuntu. I don't understand why. I've copied the logs I get when I type `dmesg` here. http://ix.io/2dro === tomjwatson_ is now known as tomjwatson === Gnexally7 is now known as Gnexally [09:04] stdedos: oh yeah, out of memory conditions can make the system appear to freeze for a looooooong time (tens of minutes) [09:04] things are worse when you have no swap file/partition [09:05] technically the system is not frozen, it's just busy 99.99999% of the time reading and writing memory pages from/to disk, and has no time to react to things like key events [09:06] I also usually have no patience to wait to see if the oom killer manages do do its job properly [09:06] and reboot with the magic alt-sysrq-s,u,b [09:19] hello [09:20] can you tell me if the tree command is present in a default installation ? [09:24] ok found it i have to install it [09:24] see you :) [09:28] So, I've installed 18.04.4 LTS on an AMD64 system, and one on a Raspberry Pi 4 (AMD64) system, and they have different kernel versions [09:29] Is it normal for two up-to-date 18.04.4 LTS installations to have two vastly (4.15.0 vs 5.3.0) different kernel versions? [09:30] sort of, yes: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [09:31] if you install 18.04 LTS on one machine, you get the original 4.15 kernel; if you upgrade it to 18.04.4, you won't get the HWE kernel automatically [09:31] if you install 18.04.4 LTS, you'll get the HWE kernel [09:31] the idea is not to touch a working system, but to make new install media use a new kernel because newer hardware might require it [09:32] you can always opt in and install the hwe kernel on older installs, if you wish [09:35] RPi4 will be ARM64 too? [09:42] rasppi 4 is not AMD.. it is ARM [09:44] Doesn't take away from the HWE info above but arm64 version may run a different kernel [09:44] +1 [09:45] 5.0.0.23 https://launchpad.net/ubuntu/bionic/+package/linux-image-5.0.0-23-generic-lpae [09:51] You can run arm64 on Pi3 and 4 AFAIK [09:51] hf on Pi2 and Pi1 was armel. [09:53] mgedmin Excellent info, thanks! I did a fresh install of 18.04.4 so I figured I'd get latest kernel on both. I expect the Pi4 requires the newer kernel so the image starts with that. [09:54] I just did `sudo apt-get install --install-recommends linux-generic-hwe-18.04` to bump the amd64 install to 5.3.0 and I'm happy now [09:54] ah, right, I didn't stop to consider that different architectures may have different kernels [09:54] I only really care because I'm using them as kubernetes nodes and I want to minimise any risk in the kernel version breaking things [09:54] I believe the HWE kernel is only available for AMD64 and i386 [09:55] you have different CPU architectures and you're worried about kernel versions? ;) [09:55] !hew [09:55] !hwe [09:55] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [09:56] The base image I flashed the pi4 with (https://ubuntu.com/download/raspberry-pi/thank-you?version=18.04.4&architecture=arm64+raspi3) has 5.3.0 by default [09:56] mgedmin Good point :D [09:57] TheFuzzball, just to expand on sixwheeledbeast's info: the arm64 images are supported on pi3, 3+, cm3, cm3+, pi4 - I'm vaguely hoping to add pi2 (rev1.2) boards to that at some point but it's not a high priority; armhf obviously works on all [09:58] (well, all supported models - we don't support the 0/1) [09:59] Yep - somehow Ubuntu Server is the first distribution I've found that officially supports arm64 on the Pi4 - which is astounding. I read the Debian FAQ on it and it read kinda like "don't use raspberry pi they're crap" [10:00] I had an issue where there were no 32-bit arm docker images available for several things I need - specifically sonobouy to actually verify by kubernetes cluster is functioning correctly [10:00] TheFuzzball, I'm fairly sure I've seen arch and gentoo users with arm64 on the pi - no idea if it's official [10:01] arm thing kinda puts me off RPi TBH. There are plenty of SBC's that are amd64 although not at the same price. [10:01] hello [10:02] waveform Arch was my other choice - but didn't find good docs telling me arm64 is officially supported, or providing any images [10:02] Didn't look at Gentoo, but if it's a choice between Ubuntu Server and Gentoo, I'd just pick Ubuntu [10:03] sixwheeledbeast ARM is lower power and cheaper tho. I don't like that the Pi uses an old ARM chip relative to the smartphone market, for example. So they're a lot slower. [10:03] Price is a huge factor too [10:04] waveform Do you maintain the pi arm images? [10:06] TheFuzzball, I'm responsible for the pi images within the foundations team, so I'm generally the one to blame when things go horribly wrong in the classic and core pi images (these days - I'll take responsibility for 18.04.4 onwards, but nothing before :) [10:07] The dodgy USB-C was the nail in the coffin on the 4 and fixing it on the quiet doesn't help. [10:08] waveform Cool. Thank you for your work! [10:09] TheFuzzball, thanks :) [10:11] I need the newest version of git (2.25.1) but apt-get upgrade only gives me version 2.17.1, how do I upgrade with apt? [10:12] search for a ppa that might have a newer git package maybe [10:13] https://launchpad.net/~git-core/+archive/ubuntu/ppa looks promising [10:13] hi, I have a question wrt cron - the cron jobs are stored in /etc/crontab, /etc/cron.d/*, /etc/cron.{hourly,daily,weekly,monthly}/*, and (user crontabs) in /var/spool/cron/crontabs/* [10:13] thank you mgedmin [10:13] anywhere else? [10:14] apurkrt: no, if you're interested only in real cron jobs and not, say, systemd timer units [10:15] * apurkrt do not know what systemd timer unit is [10:15] (technically /etc/cron.{hourly,daily,weekly,monthly}/* aren't special, but simply something a cron job defined in /etc/crontab runs via run-parts) [10:15] apurkrt: a systemd timer unit is like a cronjob but runs a systemd service [10:15] ah ok [10:15] throstur, mgedmin: thank you [10:47] more duplicated bloat bundled with an "init system" [10:48] * mgedmin headdesks === leion1 is now known as leion === leion1 is now known as leion === leion1 is now known as leion [11:37] Hi. Does anybody have experience with DisplayLink? After installation, my montitor (HDMI in the usb-c dock) is detected in xrandr, but says not connected [11:48] Hi folks [11:52] hi:) [11:56] Hey, I have a question about the `find -newerXY` thing. I do understand we can do e.g. `find -newermt 2020-03-04` to find files modfied after that day, but I did find something like this: `find -newerat 2` - and I can't find any explanation what does this '2' alone mean ( it's here btw: https://askubuntu.com/a/995241 ) [11:57] where is this actually described, in the man I can see we can define dates and time, and that's all, or IDK, I'm blind o.O [11:59] the find man page says "Time specifications are interpreted as for the argument to the -d option of GNU date." [12:00] the date man page doesn't fully describe the -d option, but refers to the date info manual [12:00] info is this weird gnu documentation standard from a parallel universe that never got wide adoption anywhere outside of the gnu project [12:01] i believe 2 = 2 x 24 hrs .. https://unix.stackexchange.com/questions/169798/what-does-newermt-mean-in-find-command [12:01] but you can find an online version at https://www.gnu.org/software/coreutils/manual/html_node/Date-input-formats.html#Date-input-formats [12:04] I can't find any official documentation for -newerat 2 [12:05] if you believe the claim it's the same as 'date -d 2', then it's 2:00 AM today [12:05] if it behaves like find -atime 2, then it's 2 days ago precisely [12:05] (well, not "precisely", there's rounding to the nearest day or something, described elsewhere) [12:06] mgedmin, that is what i think too [12:06] mgedmin, oerheks hmmm ok, thanks. I think I'll just be using precise dates, because I'm not sure why -newerat 4 shows me a file accesses 1h ago, but -newerat 13 does not o.O [12:07] newer than 4 AM today vs newer than 1 PM today? assuming the documentation is correct and it behaves like date -d [12:11] hi hlp me pls. ubuntu 18.04. there are udev rules for checking the USB-flash serial number and running the mount script and mounting the ecryptfs container. Added stemd-udevd.service [12:14] anyone there? [12:14] we're waiting for the question [12:15] :-) [12:15] (maybe your message got truncated after "Added stemd-udevd.service"?) [12:15] MountFlags=shared . The script works, but when i open the file writes are no rights. [12:16] but with manual mounting everything works well [12:17] share the script on paste.ubuntu.com please? [12:17] udev + ecruptfs + mount = not work [12:17] also, how exactly do you do a manual mount? [12:19] https://paste.ubuntu.com/p/tXrhcRsjkb/ [12:19] manual - just run script on root [12:20] I have doubts that 'who | grep tty7' will work on Ubuntu 18.04 ... [12:21] What is the recommended solution for better memory management? My system runs out of memory often, which pretty much requires a reboot [12:21] https://paste.ubuntu.com/p/xmXXy7Zp2W/ [12:21] Never seems to happen on windows [12:21] udev rules [12:21] ttamm: why does it run out of memory? [12:22] SwedeMike: mostly because of browsers hogging a lot of memory [12:22] I've got 8GB btw [12:23] problem in udev on version 16 works [12:23] ttamm: how much swap space do you have? [12:24] ttamm: you should never need to reboot. Exiting the application that uses a lot of memory should be enough [12:24] maybe we should add something else to the systemd-udevd.service [12:24] loiren: have you tried to compare the mount options between working (when script runs manually as root) and non-working (when script runs from udev)? [12:25] is "the file writes are no rights" because of the wrong file permissions, wrong ownership, or is the entire filesystem mounted readonly? [12:25] SwedeMike: I just erased the whole disk while installing ubuntu and it didn't create any swap partitions, thought it used swapfiles by default instead [12:25] is the usb formatted as vfat or ext4 or what (beneath the ecryptfs)? [12:26] SwedeMike: Problem is it hangs making it impossible to even exit apps [12:26] nosame rights and owner [12:28] i find this: The original udev command has been replaced by systemd-udevd. One of the differences is that it creates its own filesystem namespace, so your mount is done, but it is not visible in the principal namespace. (You can check this by doing systemctl status systemd-udevd to get the Main PID of the service, then looking through the contents [12:28] of /proc//mountinfo for your filesystem). [12:29] ttamm: hangs? If there is enough swap then it shouldn't hang. [12:29] ttamm: but 8GB today isn't much if you have a modern browser with lots of tabs. They love memory. [12:30] whan mount udev i can see /devices/virtual/bdi/ecryptfs-5 (bdi) [12:31] huh, but private namespaces would make the files invisible instead of readonly [12:31] i remove flash and manualy unmount? adn then insert flash i see /devices/virtual/bdi/ecryptfs-6 (bdi) [12:31] SwedeMike: Yeah I know, should upgrade soon but still I'm not sure why it's happening [12:33] ttamm: but it shouldn't stop working. Slowing to a crawl if it's swapping, sure... but it shouldn't require a restart. If you exit the browser then things should go back to normal after a while [12:33] Hello everyone. Could anyone, please, help me with fingerprint reader? It's a AuthenTec AES2501A [12:34] it's not unknown for linux to get into a swap storm so bad you have to wait 45 minutes for a ctrl+alt+f2 to switch ttys [12:35] -rw-r--r-- 1 linux linux 589 мар 4 08:56 10-alocal.rules [12:36] I try to look in mc it is impossible to open an input output error [12:36] on root [12:41] Ok, I made it to install drivers so far. Should I reboot, or what? [12:47] I found another slice: I need to add an apt repository, regardless security (force addition of the repo). How can I do? [12:48] The repo is: ppa:fingerprint/fprint [13:04] Ok, last byte: Where should I set allow-insecure=yes ? [13:04] In which file? [13:18] Please, I'm almost done (I guess) [13:26] hello for some reason my ubuntu server has no sources at all [13:26] i tried to use an online source generator [13:26] and now it seems to be trying to load mips architecture packages [13:26] whcih i dont have [13:26] rpifan: r u Raspberry Pi? [13:26] im at work atm [13:26] so im annoyedpifan [13:27] lol [13:27] Err http://de.archive.ubuntu.com xenial/main mips Packages [13:27] does your connectionwork? [13:27] nvm im an idiot [13:27] i know what happeend [13:27] what? [13:28] im sshed into the ubuiquti hardware [13:28] which for some reason uses ubuntu [13:28] and they of couse dont have any sources [13:28] and so it of course uses mips as well [13:29] Ok... maybe you can help me: I need to put allow-insecure=yes in some apt file, but which? [13:30] why not just add the keys you need pirla [13:30] because they're not available [13:30] I'm trying to use repo fprint for finger print [13:31] sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00000000 [13:32] allow-insecure=yes does not look like an apt option to me [13:32] apt uses a very different syntax for options [13:33] Key for that repo doesn't exist [13:35] hello anyone around? I just upgraded my ubuntu from 19.04 to 19.10 and Im now unable to boot [13:35] I get "overlay: missing lowerdir" [13:37] that's weird, ubuntu doesn't use overlayfs for anything by default [13:38] I mean, I have docker installed so I've a bunch of overlayfs mounts in my /proc/mounts, but would a docker startup failure break the entire boot? [13:38] what happens before and after that message? [13:40] Nevermind, I made it to work using this: https://launchpad.net/~fingerprint/+archive/ubuntu/fingerprint-gui [13:41] mgedmin: not much; i get the prompt to unlock fde, then immediately get that message [13:42] i was able to modify my kernel params and by adding initcall_debug i actually get a little farther to a login prompt [13:42] howerver, there's still no graphical ui [13:43] nah, restarted, no luck [13:44] so since im able to get a login prompt im looking at the kernel log [13:45] oh yeah -the other message i see is aufs aufs_fill_super:920:mount[3405: no arg [13:48] Ok, I guess it's detected successfully, but with fingerprint-gui I get a segmentation fault at scanning fingerprints [13:49] Hooray!!! I made it to work!!!! [13:49] byez === kreyren is now known as kreyren[m] === kreyren[m] is now known as kreyren [14:54] Hi! is there a way to setup MX records and A records and stuff like that on ubuntu 18.04 winthout setting up bind. I notice resolve.conf is no longer managing the dns and they are using a new subsystem. thanks in advance [15:02] can someone help me add 2 monitors to my initial display pls ? [15:02] transhumanist: DNS records requires a DNS server like bind [15:17] Can someone help me add 2 monitors to my initial display pls ? on ubuntu [15:18] arad, what ubuntu version? [15:19] lastest [15:19] and how are they connected, all on 1 videocard? [15:19] "latest" is not a valid answer. [15:20] Ubuntu 18.04.4 LTS [15:20] one dvi and 2 are hdmi [15:20] systemsettings > devices > displays .. here you can configure all displays [15:21] i hope you have connected them to the same videocard, not onboad and pciX card mixed.. [15:21] c/onboard [15:21] i know, but i cant see the displays there... only one [15:24] oerheks, of cours all same card [15:33] brunnner33: hi! [15:33] Now it works [15:34] : confused [15:44] would any problems happen if i add the repos of 18.04 to a 16.04's /etc/apt/sources.list ? [15:45] untakenstupidnic, yes, if you want to upgrade, that is the debian way, use the release upgrade protocol [15:46] !upgrade [15:46] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [15:46] I have an automated ubuntu install that deploys to a bunch of desktops. What's the best method to remotely configure them to use my servers ldap directory for authentication and set up user samba shares? [15:47] Or is there a simple tool to provision desktops with ubuntu? [15:47] Right now I'm using opsi [15:55] untakenstupidnic: no need to do that, you can jump directly from 16.04 to 18.04 using do-release-upgrade tool [16:06] my laptop hard disk's overall assement says self-test failed. What should I do to fix this? [16:07] arunkumar413: The drive is failing, loss of data is likely to happen. Back the data up now, and buy a new drive [16:09] EriC^: I don't really want that, i just want to install new software [16:09] untakenstupidnic, don't mix repos... [16:09] would installing over the same partition without reformatting work well? [16:10] untakenstupidnic, sure, it is an option within the installer [16:10] replace, upgrade, start fresh [16:10] pragmaticenigma, just ran the self-test again. Now it says Disk is ok, one attribute failed in the past. [16:12] pragmaticenigma, the one attribute that failed is the airflow temperature [16:12] Unable to copy all the SMART attributes [16:13] arunkumar413: That is concerning all the same... I would still make a back up of that data regularly. If only as good practice. === jmcgnh_ is now known as jmcgnh === kreyren_ is now known as kreyren [16:27] this command isn't listing all the commands [16:27] smartctl -A /dev/hda [16:27] sorry attributes, not commands [16:28] can someone hellp me add 2 displays to my ubuntu ? [16:28] hi [16:28] arunkumar413: Not all attributes are supported by all drives. smartctl can only report things what the drive tells it [16:28] i am unable to browse the localhost [16:29] VM i am using and distro is ubuntu in VM [16:29] hi [16:29] Ihttps://www.dell.com/community/XPS/Dell-XPS-13-9343-Ubuntu-18-04-frequent-freezes/td-p/6207266 [16:29] ^ I'm having this exact problem. [16:30] network is down [16:30] of my VM [16:34] pragmaticenigma, here is the screenshot of the SMART data https://ibin.co/5EaQBByWtTZZ.png [16:35] arunkumar413: looks normal, what is your concern? [16:36] 635 sectors.. [16:36] and looking at other values, replace disk a.s.a.p. [16:57] is there a tool to convert CIDRs to an ip list? [16:59] is there someone who can help me add 2 monitors to my ubuntu ? [17:03] ash_worksi: nmap [17:04] ash_worksi: nmap -sL 10.10.64.0/27 | awk '/Nmap scan report/{print $NF}' [17:05] arad: If someone is able, they will respond in channel. There is no need to repeat. While you wait, gather some details about your system, graphics card, monitors, etc. Providing more details like "My nVidia GTX 1080 is not detecting my three Dell monitors using HDMI or DVI connections" [17:09] pragmaticenigma, ok thanks [17:19] after updating 19.10 today, it takes 3 minutes for the system to boot up [17:20] the end of dmesg looks like this: https://paste.ubuntu.com/p/qdF9DsSy5Q/ [17:21] segfault in libc, which seems to have been included in the updated packages according to /var/log/apt/history.log. there's e.g. libc6:amd64 (2.30-0ubuntu2, 2.30-0ubuntu2.1) dated today [17:21] any ideas? [17:24] not sure what is it doing all that time, but it's surely processing something because the laptop sounds like it's dying [17:26] the screen goes blank, first with a blinking cursor, and then the blinking stops. it doesn't let me switch to console. after 3 minutes, the login screen magically appears [17:27] jpnurmi: If someone has ideas, they will respond in channel. Until then, please have patience... [17:41] Hey, I've done a reinstallation today of kubuntu 19.10, but when I reboot I'm just getting a grub command line. I'm back in the live usb now. I've tried to use grub-install and update-grub, but I get `/usr/sbin/grub-probe: error: failed to get canonical path of `/cow'.`. Any idea how to get past that? [17:42] jpnurmi, there is a command to check what items are taking too much time to boot. Let me find it for you [17:44] jpnurmi, try this command systemd-analyze blame [17:44] yeah [17:44] thanks leftyfb [17:45] jpnurmi, https://itsfoss.com/check-boot-time-linux/ [17:45] arunkumar413: there's not much there, because systemd thinks it took only 12s. "Startup finished in 1.916s (kernel) + 10.592s (userspace) = 12.509s " [17:46] i guess it makes sense if it's gnome hanging at init. graphical.target was reached [17:46] jpnurmi, it should give you the breakuup of the programs in the descending order of time taken to load [17:48] jpnurmi, on my system apt-daily.service takes 4 miins https://paste.ubuntu.com/p/XqRXBYFSmg/ [17:48] arunkumar413: the three minutes are not shown there https://paste.ubuntu.com/p/YYt4pDFy5J/ [17:49] cannot be a coincidence: "[ 192.659720] gnome-initial-s[2114]: segfault at 0 ip 00007f2dd68e70b2 sp 00007ffd6fa7dcf8 error 4 in libc-2.30.so[7f2dd6785000+178000]" [17:50] jpnurmi, which three minutes? [17:50] arunkumar413: see the dmesg output i pasted above [17:55] i could be that systemd-analyze doesn't show more than 12 seconds because i disabled the splash screen in hopes to see what's going on [17:57] jpnurmi, for me there are some programs which are taking more than 14 seconds and still show up with systemd-analyze [18:00] Hello all, I'm struggling with a hardware issue on my ubuntu system. I keep getting kernel panics at random. I've already tried replacing the motherboard, but the problem persists. Can anyone confirm this is a bad CPU before I spend the money on that next? https://i.imgur.com/ZFcQgNW.jpg === kostkon__ is now known as kostkon [18:05] slimschwifty, could be bad RAM, did you run memcheck? (from the grub menu, at boot) [18:10] rfm: Possibly, the RAM was known to be good before. Ran memtest86+ overnight without issue. But immediately after a crash, the system seemed to struggle to POST with all 32GB running at 3200mhz. I ran a memtest after that and got 100s of errors. I then pulled the ram, and re-seated them and then memtest came back with no errors after a single pass. I've got it running with only 2 sticks right now to [18:11] try to rule that out. [18:11] It's my understanding that a bad CPU could cause memory errors too, is that accurate? [18:12] jpnurmi, is this a fresh install or a do-release-upgrade to 19.10 ? and can you paste dpkg -l | grep libc6 ? [18:14] slimschwifty: have you considered "heat" [18:15] ioria: not a fresh install. i upgraded to 19.10 around christmas. here's the output: https://paste.ubuntu.com/p/GCHYxdVvxq/ [18:18] jpnurmi, ok. error 4 should means a 'user-mode access' error (a read of an unmapped area); is that error persistent ? [18:18] hi [18:18] please check 'Documentation pyhton peewee simple ORM' you should put pyhton [18:19] apt search pyhton [18:19] version of ubuntu is 1806 lts [18:19] i tried removing gnome-initial-setup. now there's no visible libc crash in dmesg, but it still takes 3 minutes: https://paste.ubuntu.com/p/mKj5jCsR7d/ [18:20] Ai9zO5AP, ?? [18:21] apt search python <<< [18:21] here's full dmesg after removing gnome-initial-setup: https://paste.ubuntu.com/p/R9vSgFQvty/ - i'd love to know what happens between 18.946113 and 193.067628 [18:22] TJ-: I have it remotely monitored and the CPU was at 37c moments before the kernel panic [18:22] jpnurmi, if ia'm not mistaken that utility (V) is just run at the first login [18:23] jpnurmi, gnome-initial-setup , i mean [18:23] TJ-: no anomoly in the history either, graph shoes between 35-45c [18:23] oerheks: apt search pyhton [18:23] shows* [18:23] oerheks: you gonna get 'Documentation pyhton peewee simple ORM' [18:23] oerheks: they put pyhton instead of python [18:24] Ai9zO5AP, 'Documentation pyhton peewee simple ORM' is not written by ubuntu, contact the real author? [18:24] oerheks: ok i will thanks [18:25] jpnurmi, try to blacklist psmouse [18:26] so to get kde I thought I did kde-desktop like I did for xfce and ubuntu-desktop what do I do for kde de? [18:26] slimschwifty: I'm wondering not about the CPU but about the chipset (previously known as the north-bridge) that manages the DRAM interface, unless the CPU has those integrated. I'd also want to check power/voltage to see if it is stable [18:26] ioria: ok, thanks for the idea [18:27] donofrio__, kubuntu-desktop i guess [18:27] jpnurmi, you can do it in grub , as a kernel parameter [18:28] jpnurmi, modprobe.blacklist=psmouse [18:30] TJ-: I swapped the motherboard out. Wouldn't that rule out a northbridge issue? [18:30] slimschwifty: it should... but have you ruled out a PSU issue causing this? [18:30] TJ-: or could a software problem be stressing that? [18:30] TJ-: yes, I've swapped PSUs as well [18:30] slimschwifty: I'd doubt software... but I've seen some weirdness so I'd never rule it out ! [18:32] oerheks, tnx yah doing that now.... [18:32] slimschwifty: does the panic always occur in update_load_avg() ? [18:32] TJ-: no, it varies but is always CPU related. There are other errors as well. One sec while I get those pics [18:33] slimschwifty: can you identify which core? is it always the same? you could try disabling core(s) to test [18:34] TJ-: https://i.imgur.com/Qf6lAoN.jpg [18:34] TJ-: that's with the previous motherboard [18:35] TJ-: https://i.imgur.com/QD05Ldl.jpg [18:35] TJ-: that's the error that always shows [18:36] That's why I'm at the point where I think it must be the CPU itself [18:37] qdm3 or sddm for kde? [18:37] slimschwifty: I *think* that may be fixable... I'm getting a feeling it is mobo firmware related. There's a quick workaround you should try if you haven't already. See https://iam.tj/prototype/enhancements/Windows-acpi_osi.html [18:38] slimschwifty: also, might be worth trying to disable some cores, see: https://askubuntu.com/questions/1185826/how-do-i-disable-a-specific-cpu-core-at-boot [18:39] slimschwifty: my hunch is there's a timer-related interrupt problem, which can be caused by bad firmware<>OS interactions, which often shows up via ACPI bugs [18:40] TJ-: I'm hoping you are right. I did notice something odd where all of a sudden apt said that amd64microcode was no longer needed and could be removed. [18:40] slimschwifty: this could also be related to the speculative execution workarounds, so I'd suggest adding that to your list of things to try disabling :) [18:41] TJ-: When I build new kernels, it is not including all the drivers. Maybe I need to build one manually [18:41] ioria: no joy :( https://paste.ubuntu.com/p/8qKMWZzgsr/ [18:44] hi, does anyone know how to allow mount for a user? [18:47] TJ-: that wouldn't explain all the memtest86 errors I got after the kernel panic and struggle to POST. Right? [18:50] slimschwifty, as my 1st thought too, just bad ram [18:52] hi [18:53] so I wanted to install the libgs-dev package on Ubuntu xenial LTS [18:53] The following packages have unmet dependencies: [18:53] libgs-dev : Depends: libcups2-dev but it is not going to be installed [18:53] the thing is that I don't use strange apt sources, so I wonder how this happens [18:53] any ideas? [18:54] phobosoph, on what ubuntu version? and did you properly update? sudo apt update && sudo apt dist-upgrade [18:55] oerheks: just did a dist-upgrade, everything up to date. also removed all unneeded packages [18:55] https://gist.github.com/strarsis/b09d3175b17e1d7216ebedfad8d10466 [18:55] ^ list of sources [18:55] there is a source for nginx + mariadb, but this shouldn't include a ghostscript related lib package [18:56] oerheks: thanks, I'm definitely going to rule that out before spending more money on a new CPU [18:56] oerheks: any way to fix that? maybe the package name is wrong? [18:57] 1. you are on bionic, and libgs-dev + libcups2-dev are valid names [18:58] DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS" [18:58] yep [18:58] oerheks: ok, so it must be something different [18:58] oerheks: concerning the apt sources list I posted you, any lines that could cause issues? [18:59] mariadb + nginx ppa/sources shouldn't contain a ghostscript related package [18:59] phobosoph, i have no clue there.. those extra sources should not bite, indeed [19:00] oerheks: https://gist.github.com/strarsis/b09d3175b17e1d7216ebedfad8d10466#gistcomment-3201635 [19:00] what does this mean exactly? some packages are needed but not installed, sounds a bit like HAL [19:00] "I am sorry, root, I am afraid I can't install that" [19:01] "Some packages could not be installed" .. try apt install -f, as you wrote you have done dist-upgrade [19:01] oerheks: -f doesn't change anything :/ smae error [19:02] so the soruces look fine, the dist-upgrade is fine, no ongoing apt issues (apparently) [19:02] but apt still can't install that specific package because of unmet dependencies it "isn't going" to install [19:05] oerheks: OK, so I tracked one dependency tree down and get this: libjbig-dev : Depends: libjbig0 (= 2.1-3.1build1) but 2.1-3.1+deb.sury.org~xenial+1 is to be installed [19:05] suddenly npm looks great :/ [19:07] but ppa_ondrej_php_xenial.list is disabled.. your story does not match [19:08] oerheks: right :/ maybe it wasn't disabled for some time and some package was installed [19:08] hmm, can I swap it with the package from official repo? [19:09] there should not be any package from that repo after upgrade to 18.04 [19:10] the ppa-purge tool from the ppa-purge package can do the 'disable a repo and pick the replacement from the archive' task [19:11] oerheks, sarnold: aha! [19:11] sarnold: in this case I would use ppa-purge against that ppa repo that causes issue with the graphicmagic dependency - but how can I prevent it from purging just everything? [19:12] phobosoph: hmm, good question [19:12] oerheks: can I list all packages together with the source/ppa installed from? I want to find out the extend [19:13] *extent [19:15] apt-cache policy might be a help [19:15] but i like to see a full update run, paste.ubuntu.com [19:16] hello, i am experiencing some poor sound quality only when using headphones, what can i do to fix it ? [19:16] btw not bluetooth headphones just regular headphones [19:21] oerheks: https://paste.ubuntu.com/p/TZWMn8NzFm/ === zutat82 is now known as zutat [19:22] oerheks: cache policy list, all PPAs/external stuff: https://paste.ubuntu.com/p/yr7qPr7SXX/ [19:25] oerheks: but where is a package installed that got a dependency that is from the ppa, hence incompatible as dependency of the graphicmagick related package? [19:27] oerheks: mysterious :/ === ben_r_ is now known as ben_r [19:41] back [19:41] phobosoph, so you found the issue? [19:43] oerheks: no :/ [19:43] oerheks: cache policy list, all PPAs/external stuff: https://paste.ubuntu.com/p/yr7qPr7SXX/ [19:43] oerheks: apt update run: https://paste.ubuntu.com/p/TZWMn8NzFm/ [19:44] oerheks: only very few packages got the ppa source apparently [19:51] phobosoph: you can use synaptic to easily list packages from a specific origin [19:51] ducasse: how can I use synaptics to get all packages from ppas? [19:52] I want to find out what package was installed from PPA that shares a dependency with another one from main distro [19:52] (and causes issues with different versions) [19:52] :/ [19:52] phobosoph: there are boxes along the left hand lower side [19:53] ducasse: I use a shell, GUI [19:53] :/ [19:54] phobosoph: iirc aptitude can do the same [19:56] hey all so I have qemu installed and is ready to go but I want to assign secondary public IP address to my virtual machine so its accessible via the internet etc. how would I go about doing this? [19:56] ducasse: I just run apittude? [19:57] ducasse: alright, I got aptitude installed and its console-GUI is open [19:57] phobosoph: you need to specify a search for that origin iirc, i'm not that familiar with it. check the man page. [19:57] I can list installed packages by category [19:57] ah [19:57] Battle, the vm would have to be connected directly to the internet [20:01] compdoc how would I go about doing that? [20:01] Battle, what service is the vm running? webserver? [20:02] Battle: depends on how you've configured the network - NAT, routed, bridged ? [20:05] TJ- none at the moment, so far all I've done is purchase the second IP from my provider, I now have 2 IPs, the main one the dedicated server is using and the secondary one which has its own mac, gateway and IP address which i intend to assign to the virtual machine/guest which will run whatever I decide to install on there but it must be reachable via the internet using that secondary IP [20:05] I'm not entirely certain as to what/how to achieve this but thats the goal [20:06] Battle: are the IP addresses in the same subnet? [20:06] yeah [20:06] its literally same.ip.address. [20:06] Battle: then, you could either bridge or route on the host hypervisor to the VM [20:07] just so I understand, I thought bridge meant that both guest and host will have the same IP ? [20:07] i take it I'm not entirely correct? [20:08] Battle: bridging means you'd attach the physical wired host interface and the 'virtual' hypervisor ethernet port to a bridge on the host. Assign the host's IP to the bridge on the host, and in the VM assign its IP address to it's 'virtual' ethernet port as per usual [20:08] Battle: no, a bridge is layer 2 (Ethernet) where MAC addresses are used. IP addresses are layer 3 (routed) [20:10] Battle: overview here with some examples (slightly old in that it refers to Debian/Ubuntu's ifupdown config (/etc/network/interfaces) whereas now we use netplan/systemd-networkd (on -server) [20:10] Battle: http://www.linux-kvm.org/page/Networking#Public_Bridge [20:12] Battlestar galactica [20:14] I see [20:15] You see because it is light [20:16] Battle: basically, if you do bridged Enthernet, the VM will be directly 'visible' to your ISP's upstream router, so packets will go direct between them. If you route, your ISP router will deliver packets tou your host which will *forward* them to the VM [20:16] Ssh tunnelling [20:17] Second obtion B [20:18] Tun/tap is the third option [20:19] Open VPN the option 4 [20:19] Proxy is the fifth [20:19] :)))) [20:20] !enter | NGravity [20:20] NGravity: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone. [20:21] Oky doky ;) [20:31] hello [20:32] https://0bin.net/paste/n3cMkvtU0pIA9u9-#TvgIMB305N4mPRbKNbAjskQb1mnQ0bN9umcbWXL5M3S [20:33] this is apt-offline on ubuntu 19 installed from your official repos btw [20:33] via sudo apt-get install apt-offline [20:33] is this fixable or not? [20:42] user_: man I hate python. [20:43] we all do [20:43] user_: so, this is the grossest thing I've suggested this week, maybe this year: you could hand-edit /usr/lib/python3/dist-packages/apt_offline_core/AptOfflineLib.py to replace isAlive with is_alive and try again. [20:44] user_: my guess is that this would *still* break due to something *else* python has broken. [20:44] what I hate more than python is broken software in official repos [20:44] user_: but maybe it's possible to play whackamole on this thing to get it working. maybe. [20:44] that really grinds my gears [20:45] mine too. [20:45] sarnold: It seems that I got my package working back [20:45] user_: yeah? working? [20:45] so the exception happens later and I dont get affected or maybe its a special kind of exception that doesnt hit me in the face [20:49] Hi, i have a tricky error with the config file "/etc/systemd/logind.conf" If i change the value of KillUserProcesses=no to yes i am unable to logout. I think the sssd and the pam_mount is right configured. [20:51] guys how can I get rid of all these nvidia packages? https://pastebin.com/Vph0AVj8 [20:52] adac: try 'sudo apt-get -f install; dpkg -l | grep -v ^ii [20:52] pastebin the output of both commands [20:53] I will force with this the auto-delete of the mount point for the NAS stored Users home folder after logout, but this works only if the mount point is created in the same session. [21:03] EriC^, https://pastebin.com/86DVfTBR [21:23] is there something better than clamtk? i can't believe that there are 125 infected files on my computer. i ran scans on other computers with similar results [21:25] curious, what kinds of files were flagged [21:25] eelstrebor: === deww is now known as zeww [21:46] also infected with what? [21:49] okay I managed to get network side sorted in qemu, it now is using the second IP (its not pingable remotely but I assume thats due to firewall at this point) however, I key strokes are not being recognised by the guest === westor{off} is now known as westor [21:50] adac: try only "dpkg - l | grep -v ^ii" [21:56] Is it possible to grant a snap app access to a path that's not in $HOME, like /mnt/storage/$USER ? [21:59] this appears in my log, I believe its all the start up flags for the qemu guest, https://pastebin.com/ZyB4T6gV [22:00] Battle, do you use virt-manager? [22:02] Will I have to be in Legacy BIOS mode to successfully install Ubuntu? [22:03] physiology: no, uefi should work fine [22:03] !uefi | physiology [22:03] physiology: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [22:04] Thanks, I'm having an awful time getting Ubuntu on a Dell 3630. Tried both Legacy and UEFI, disc and USB installation. [22:04] 'ubuntu' is not a boot option after installation and reboot. [22:05] laptop? [22:06] Workstation. [22:06] compdoc yes [22:06] Modern RAM and CPU [22:07] You trying to dual boot? Does the live image installer run through everything? [22:07] Battle, so describe what happens [22:08] I boot the guest up, everything is fine however when I try to enter text using keyboard, nothing happens [22:08] mouse operates and its detecting the mouse input, but not the keyboard [22:09] sixwheeledbeast: It does run through everything. No on dual booting. [22:10] Battle, there is usally a mouse, keyboard, and tablet listed in the vm hardware [22:10] there are only a few input options, so you can add any others not listed === zeww is now known as deww [22:10] Battle, youre tryng the newer chipset also? [22:11] *virtual chipset [22:12] as far as I know, yeah [22:12] It must not have installed correctly then. If you run the live image again it should see an Ubuntu installation on the machine [22:13] Battle, win7 might not have drivers for that, but i dont know. You can try the standard options [22:13] the older, default chipset [22:22] Going for another install. There was a prompt that noted that there was already another installation, but I said to delete it and do it again. [22:22] The last one was legacy, going for UEFI this time. [22:25] physiology: use the "Try Ubuntu" option and install from there, that way you can check the install from a terminal once it's finished, and before rebooting [22:25] TJ-: This one is already underway, should I interrupt it? [22:25] Or after it fails, maybe. [22:25] physiology: no... may as well just hope :) [22:26] that bionic dpkg bug from yesterday evening is even more annoying than I thought. now I made a separate ext3 partition that I could mount as /boot so dpkg can have its way and set the group of vmlinuz-* to root, but then GRUB can no longer install because /boot is not the ESP. :< [22:27] oh nevermind, I should just give the mountpoint of the ESP as --efi-directory= then it seems to work. [22:28] physiology: for UEFI mode installs, sometimes you have to go into the mobo firmware setup and "Trust" the GRUB boot manager files explicitly in order for the FW to use them. Often there's a "Security" 'tab' that has the Secure Boot option. To do the Trust you first have to enable Secure Boot... then if there is a trust option it usually brings up a file browser, where you navigate to and choose [22:28] very unfortunate param naming still [22:28] /EFI/ubuntu/shimx64.efi and /EFI/ubuntu/grubx84.efi ... then you can disable Secure Boot if you prefer than, and it 'ought' to work [22:28] TJ: Okay, hit 'Restart Now'. [22:29] Black screen but here's hoping [22:30] remove the live image usb [22:30] at the prompt [22:30] Stuck at the black screen. So weird. [22:31] physiology: tap Esc key [22:31] physiology: sometimes it could be stuck with the Plymouth splash screen hiding useful info [22:32] TJ reboot, 'No bootable devices found'. I'm going to try the explicit Secure Boot fix you posted. [22:32] physiology: also, reboot it and call up the manual boot manager (usually a hot-key like F10) and see what is listed [22:33] physiology: usually you'll see any OS-added entries + removable devices that have a /EFI/boot/bootx64.efi boot loader file [22:34] TJ switched to UEFI (was on legacy from previous build) and am at the Ubuntu desktop. The resolution is huge, maybe I lost my video drivers in the reboot. [22:35] TJ You may recall from a few days ago that I couldn't see any network devices except 'lo'. Situation remains the same after this rebuild. [22:36] physiology: is this the one with the Intel ixgbe ethernet ? [22:36] Yes on Intel, I'm not sure about the second part. [22:37] physiology: what does "sudo lspci -nn -d ::0200" report ... show me the bit at the end [VVVV:DDDD] [22:38] 8086:15bb TJ [22:38] I would start by running an update and then reboot if you haven't already. [22:38] This is factory fresh machine, fwiw [22:42] physiology: so should be using the e1000e driver. Does "sudo lspci -kvvnn -d ::0200" show a kernel driver in use? [22:44] It appears that the same device comes up, but with additional information. [22:45] I don't see anything saying if there is a driver in use or not. [22:46] physiology: OK, so we're narrowing it down. You *should* see "Kernel modules:" and "Kernel driver in use: " [22:46] I did choose to install proprietary software during installation. [22:46] ecov, some pdf's, some libreoffice, some dos and windows programs and files [22:46] physiology: I'd expect you to see at least "Kernel modules: e1000e" [22:47] TJ The word "Kernel" or "e1000e" do not come up in the output of 'sudo lspci 'kvvnn -d ::0200'. The screen resolution is very large, also. [22:48] physiology: hmmm... let's see if the module is installed. "modinfo e1000e" should dump info about that module [22:49] TJ Appears to be here, lots of 'alias:' lines [22:49] physiology: which ubuntu release is this, and which kernel version ("uname -r") ? [22:49] 16.04 (I must use this version for our lab), and 4.4.0-21-generic [22:49] physiology: aha! [22:49] uh oh [22:50] physiology: I'll check here, but I'm wondering if the e100e module on 4.4 doesn't know about this hardware [22:51] physiology: "modinfo -F alias e1000e | grep -i 15bb " [22:52] physiology: I'd expect you to get one line "pci:v00008086d000015BBsv*sd*bc*sc*i*" [22:52] TJ no output [22:52] physiology: there's the problem then - kernel is too old [22:52] physiology: any reason you cannot install 18.04 ? [22:52] Might be a download from Intel that might fix [22:54] Is it possible to grant a snap app access to a path that's not in $HOME, like /mnt/storage/$USER ? I've got a snap app that's trying to access Documents, Downloads, Music, Pictures, Public, Templates, and Videos, and since all mine of those are symlinks to another filesystem not part of $HOME, then it bombs out. :/ [22:54] TJ-: Controlled lab, that's all. [22:55] physiology: OK, well, you're using 16.04.0 point release... why not download/use the 16.04.5 point release that has kernel 4.15? See https://wiki.ubuntu.com/Kernel/Support#A16.04.x_Ubuntu_Kernel_Support [22:55] Install the HWE stack? [22:55] sixwheeledbeast: difficult without any network ! [22:56] ah sorry [22:56] physiology: the 16.04.5 point release contains the HWE kernel from 18.04 [22:57] there was a 16.04.6 too [22:57] TJ-: Is there a resource that shows the other packages that get installed with that version of 16.04? Just like a text list of the packages or something similar? [22:57] Thanks all for your help btw [22:58] physiology: the only differences are the kernel, and some core GUI Xorg server bits [22:58] !hwe | physiology [22:58] physiology: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [22:59] Is there something that your controlled lab doesn't want installed? [22:59] physiology: the entire point of HWE (and point releases) is for older releases to support newer hardware (stuff that was created after the orginal 16.04 release was published) [22:59] TJ-: But Firefox, ssh, etc versions remain the same? [23:00] sixwheeledbeast: Yes, I have to request every piece of new software. [23:00] physiology: well, point release ISO images will contain all the updated packages the same as if you'd installed the .0 point release and then run 'apt upgrade' [23:01] TJ-: Is there maybe a chart with the packages installed with Ubuntu by version? [23:01] physiology: so later point releases will contain bug-fix packages but no new features [23:01] Software like this is on a rolling release. [23:01] The version number of the packages, specifically. [23:02] firefox updates every 6 weeks for example. [23:02] physiology: for the 16.04.6 release: http://releases.ubuntu.com/16.04.6/ubuntu-16.04.6-desktop-amd64.manifest [23:03] TJ-: Nice, thank you so much. jeremy31 and sixwheeledbeast as well. :) [23:03] Might break connection. brb [23:18] hey guys , i am very new to mysql. i got a questions. i already installed mysql server in my Ubuntu PC. but , when i ran: systemctl status mysqld', i got message:unit mysqld.service could not be found. === mrinfinity is now known as captainwuhan [23:25] Back. Just finishing 16.04.5 install. Hung on nouveau timeout messages (black screen white text). Am I good to just manual reboot here? [23:31] wenxin: I'm pretty sure the service name is just 'mysql' mysql-server-8.0: /lib/systemd/system/mysql.service [23:32] sarnold, sure, i just want to confirm that . so , mysql-server and mysqld are the same thing. the different names ,because different distribution? [23:33] wenxin: I think the systemd unit files have a tradition of being "simple" -- for example the ssh server is just known as "ssh" even though the executable is named sshd and the package is named openssh-server [23:34] wenxin, Yes, different distributions sometimes use different names for the services. Ubuntu has used "apache" or "apache2" for a long time, will redhat continues to use httpd ... depends on the development team and what they name the handles used to control the service [23:37] pragmaticenigma, sarnold thank you both. i got my answer now. very appreciated. [23:38] oh yeah httpd vs apache vs apache2 is a great example [23:52] is there somewhere I'm supposed to get libstdc++6-dbgsym from other than ddebs.ubuntu.com? it seems to have been outdated for focal for the past week or so [23:53] BenLubar: are the ddebs being updated at all or is it just that package? [23:53] TJ-: it's just the C++ library that I've noticed [23:55] BenLubar: what's the installed library version? [23:55] BenLubar: I see in the ddebs it has 10-20200222-1ubuntu1 [23:55] libstdc++6-dbgsym : Depends: libstdc++6 (= 10-20200222-1ubuntu1) but 10-20200304-1ubuntu1 is to be installed [23:57] 10-20200222-1ubuntu1 doesn't seem to be in the repo anymore, so I can't downgrade [23:57] BenLubar: and where is that coming from? "apt-cache policy libstdc++6 " [23:57] 500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages [23:58] BenLubar: thats the version: 10-20200304-1ubuntu1 ? [23:58] yes [23:59] hmm, it looks like it might be packages in the main component not having updated symbols. I've got libgcc-s1-dbgsym, libncursesw6-dbgsym, libtinfo6-dbgsym, and libx11-6-dbgsym that are outdated as well