/srv/irclogs.ubuntu.com/2021/08/21/#ubuntu.txt

=== bromo is now known as Guest8016
=== Ringtailed_Fox is now known as RingtailedFox
fikranI was looking into snaps, i noticed the docker snap is behind the ubuntu package?01:58
fikrani would not have expected that, my understanding is that snaps tended to be ahead?01:58
sarnoldfikran: the latest/beta version looks newer, try clicking the little arrow in the box in the upper right hand corner: https://snapcraft.io/docker and compare against the release you're interested in on https://launchpad.net/ubuntu/+source/docker.io02:01
fikransarnold: i didnt follow you there? please rephrase,02:11
fikran?02:12
sarnoldfikran: sorry..02:12
sarnoldfikran: the snap has version 20.10.8 available in the latest/beta channel; the focal release has 20.10.7 available in the security updates pocket02:12
sarnoldfikran: so there *is* a 'newer' snap than the distro release, but not by much, and not in the stable channel02:13
fikranoh wait, might be because im running an older ubuntu02:14
fikranwonder how to upgrade...02:14
sarnoldsudo do-release-upgrade02:15
* fikran tries...02:16
leftyfbfikran: snap packages are all the same versions regardless of the release of ubuntu you are running02:17
=== klebers_ is now known as klebers
Rexodushere you are...04:01
yukiup...04:03
blueskiesLooking to do a upgrade from server core ubuntu 19.10 (eoan is EOL and not LTS) to server core ubuntu 20.04 LTS (focal) - https://pastebin.com/SNqkRzW904:21
blueskieshttps://pastebin.com/mWv54FbV - /var/log/dist-upgrade/main.log04:21
mybalzitch/etc/update-manager/release-upgrades change to lts, sudo do-release-upgrade04:24
blueskiesalready done, but let me check and confirm04:25
mybalzitchand pass -p 20.04 if you want04:25
blueskiesconfirmed: Prompt=lts04:26
blueskies20.04 should be the default (and it downloads 20.04 upgrade tool), -p 20.04 provides same result04:27
blueskies@mybalzitch, would any other logs help?04:33
blueskiescan confirm from main.log: INFO release-upgrader version '20.04.36' started04:36
backboxhi06:11
backboxhallo06:11
backboxhow are you06:11
backboxhallo06:12
Guest17how to check if my system supports snaps06:17
Bashing-omGuest17: Installed by default ? what show terminal command ' dpkg -l snapd ' ?06:21
Guest17Bashing-om06:23
Guest17Desired=Unknown/Install/Remove/Purge/Hold06:23
Guest17| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend06:23
Guest17|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)06:23
Guest17||/ Name           Version             Architecture Description06:23
Guest17+++-==============-===================-============-============================================06:23
ThinkT510!paste06:23
ubottuFor posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.06:23
MeteorheadHello all! I bought a thinkpad T14 AMD which is having two USB ports 3.1, I made a rufus boot usb with ubuntu but it´s not getting displayed in my boot options06:23
Meteorheadis it a problem related to my usb stick being 2.0 and connected to a port 3.1?06:24
Meteorheadalso tried MBR and GPT, nothing!06:25
guivercMeteorhead, I don't know your device, but did you verify your ISO after download (ensure it was perfect?) and then verify the write to your installation media (you didn't mention a Ubuntu release, as verification varies on release)..  Some devices require a key to be pressed to enable booting external media (ie security; even key pressed when device is off for some & when held device will turn on & boot thumb-drive).06:33
guivercMeteorhead, https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu#0 is link for verifying the ISO06:34
tomreynGuest17: we did not read what you may have written after you started pasting those several lines of output because you were muted,06:39
tomreynGuest17: i.e. if you wrote something else after the paste then write it again. and put the paste output on the pastebin at https://paste.ubuntu.com06:40
Guest17tomreyn: https://paste.ubuntu.com/p/x3GFy7zFhP/06:51
Guest17this is the paste06:51
tomreynGuest17: okay, so is there any reason to assume your system does not support snaps?06:52
Guest17tomreyn: because i've tried many guides to install Anbox but whenever i finish and i click on the app from drawer, it only shows the interface then immediately closed06:53
Guest17i thought it maybe something with system snaps06:53
tomreynGuest17: what's the output of   nc termbin.com 9999 < <(cat /etc/os-release && snap list)06:56
Bashing-omGuest17: ^^ also ' systemctl status snapd '.06:57
Guest17tomreyn: it doesn't show the anbox because i unistalled it after the problem06:59
Guest17tomreyn: https://termbin.com/1mlp06:59
Guest17bashing-om: https://privatebin.net/?5b71433817ea94f1#SaUUHorHVC3E2vEPBUKYr9VQ2RnpYGP3UMhrcMqUUGD07:01
tomreynGuest17: you may need to purge and reinstall snapd07:04
Guest17tomreyn: ok i will try07:11
Guest17how to know header karnel i'm using??07:20
tomreynyou mean which kernel version is running? cat /proc/version*07:23
Guest17tomreyn:07:27
Guest17https://privatebin.net/?d45e61527d832338#E6qHTyCyHBU6GdeHk67SFUAvQqY3CoauJ8bYtrcVKfrY07:27
Guest17is it 5.11.31 or 33?07:27
tomreynGuest17: 5.11.31 with ubuntu patch level 3307:31
tomreyni'm not sure that's the exactly correct way to put it. but it's the linux-image-generic 5.11.0-31.33 package07:33
Guest17tomreyn: ther'es no 33 in the sudo apt install linux-headers-generic anbox-modules-dkms07:34
Guest17when i remove genric and press tab07:34
tomreynsorry, the linux-image-5.11.0-31-generic package07:35
tomreynyou should just     sudo apt install linux-image-generic linux-headers-generic    if those aren't installed, yet07:36
Guest17when i " sudo apt install linux-headers-5.11.0-31-generic anbox-modules-dkms"07:37
Guest17it says "E: Unable to locate package anbox-modules-dkms"07:37
Guest17tomreyn: i'm following this > https://docs.anbox.io/userguide/install_kernel_modules.html07:38
tomreynGuest17: so you ignored to read the note?07:39
Guest17tomreyn: something is getting me error because when i type " ls -1 /dev/{ashmem,binder}" it says no fiile directory for binder07:39
Guest17what note tomreyn07:39
tomreyn"Starting with Ubuntu 19.04 binder and ashmem are now build with the standard Ubuntu kernel (>= 5.0) and you don’t have to install the modules from the PPA anymore."07:40
Guest17tomreyn at first time i did with Anbox i didn't do it this way - but still07:40
Guest17didn't work07:40
Guest17so i thought i should install karnel modules again maybe something corrupted07:41
tomreynGuest17: the ppa you're using provides no packages for your ubuntu release07:42
tomreynyou may want to use the snap instead07:42
Guest17tomreyn: https://docs.anbox.io/userguide/install.html07:43
Guest17continue with the main snap commands without the karnel modules07:43
Guest17but btw07:43
Guest17"Now you should have two new nodes in your systems /dev directory:07:44
Guest17$ ls -1 /dev/{ashmem,binder}/dev/ashmem07:44
Guest17"07:44
Guest17when i do that07:44
Guest17it returns " ls: cannot access '/dev/binder': No such file or directory07:44
Guest17"07:44
tomreyn!paste | Guest1707:44
ubottuGuest17: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.07:44
Guest17https://paste.ubuntu.com/p/GSz7QQsxqt/07:45
tomreynmaybe you need to load a module of the same name07:45
tomreynmodprobe -v binder07:46
Guest17modprobe: FATAL: Module binder not found in directory /lib/modules/5.11.0-31-generic07:47
tomreynwell, could have been ;-)07:47
tomreynthe documentation is from 2018 by the way, might be outdaed by now07:48
Guest17should i continue without that module?07:48
Guest17with the snap package installation07:49
tomreynhttps://bugs.launchpad.net/ubuntu/+source/anbox/+bug/188481007:49
ubottuLaunchpad bug 1884810 in anbox (Ubuntu) "Anbox doesn't start, /dev/binder isn't created (20.04)" [Undecided, Confirmed]07:49
tomreynthe module is actually names binder_linux07:50
tomreynmodprobe -v binder_linux07:50
Guest17returned nothing07:51
nikolamdon't know ehat to do, firefox keeps crashing.. don't have too many windows open, it's 16GB RAM machine.. 21.04 Xubuntu.. and NO swap enabled ATM..07:51
tomreynnikolam: what's in journalctl about the crash?07:53
tomreynGuest17: it should be loaded now, though07:53
Guest17tomreyn: i continued with installation07:54
Guest17and same thing happened...07:54
Guest17only shows the interface of the app start then closes07:54
nikolamtomreyn, nothing I can see in recent time..07:56
Guest17ls -1 /dev/{ashmem,binder}  still returns " ls: cannot access '/dev/binder': No such file or directory "07:57
tomreynGuest17: hmm, i don't know then, maybe try getting support from them07:59
Guest17thank you for your help tomreyn, i will try to contact them07:59
tomreynthere are plenty of open bug reports on their github issue tracker08:00
TJ-do I take it you're missing the android modules ?08:00
Guest17i don't know where the problem is in the first place, but as they say they've the karnel modules pre installed then something wrong ahppens08:01
TJ-Guest17: let me compare with one of my installations08:05
TJ-Guest17: I'll read back on what you've already done first08:05
Guest17TJ- thank you mister =)08:06
TJ-Guest17: show us " pastebinit <( uname -r; modinfo ashmem_linux binder_linux ) "08:09
Guest17TJ-: https://paste.ubuntu.com/p/YCnVFjYVND/08:10
TJ-Guest17: so good news you have the modules. Now check if they're currently loaded. " pastebinit <( lsmod | grep -E '(ashmem|binder)' ) "08:11
Guest17TJ-: https://paste.ubuntu.com/p/vQwfQcqSBz/08:12
TJ-Guest17: and the modules are loaded too08:12
Guest17so the problem isn't in the modules08:13
Guest17what could it be08:13
Guest17TJ-!08:16
Guest17it worked! but i don't know why....!08:16
TJ-Guest17: what does this report? " pastebinit <( anbox system-info ) "08:16
TJ-Guest17: oh ... so that is good I guess :)08:17
TJ-Guest17: if you're going to use it regularly it might be good to ensure both those modules are loaded at start-up. You can do that with " echo -e "ashmem_linux\nbinder_linux" | sudo tee -a /etc/modules "08:18
Guest17TJ- thank you very much08:18
Guest17time to sleep after something is finally accomplished xD08:21
Guest17thank you guys08:21
Guest17<308:21
Guest17have a good day08:21
Meteorheadguiverc, thank you very much for the link I need to check this out, yes on thinkpads it´s F12 to get the boot menu on startup09:07
Safiyyahmorning all I am trying to run a shell script which isn't working out https://pastebin.ubuntu.com/p/GXQTQrRfgK/09:12
Safiyyahthe script was sourced from here09:12
Safiyyahhttps://github.com/ArtiomSu/kensington-expert-trackball-linux-config09:13
TJ-Safiyyah: the script likely doesn't have the eXecute mode bit set. "chmod +x ./Kensington_Expert_Setup.sh"09:15
SafiyyahtJ that worked09:17
SafiyyahTJ-, oh dear I didn't mean to annoy everyone09:18
Safiyyahdo you happen to understand the second bit about the window manager?09:19
Safiyyahexec_always --no-startup-id ~/scrips/Kensington_Expert_Setup.sh09:19
TJ-Safiyyah: that's something specific to the i3 window manager to have the script executed at every GUI log-in, I think09:20
TJ-Safiyyah: there's better ways to have that code executed. As a system-level tool. Let me check09:21
SafiyyahI would appreciate that09:22
TJ-Safiyyah: there's a bunch of shell scripts executed when X11 initially starts, they are in /etc/X11/Xsession.d/09:23
TJ-Safiyyah: it looks like you only need to put your script there09:23
TJ-Safiyyah: if that works it'll enable the functions at the greeter log-in before any user logs in09:23
TJ-Safiyyah: looks like the scripts in that directory are prefixed with numbers to control the order of execution. I doubt you'll need to do that - without numbers in the name your script will execute last09:24
=== EriC^ is now known as EriC^^
Safiyyahso I copy the file there?09:25
SafiyyahI have copied it09:27
SafiyyahI will reboot and come back, let's see09:28
SafiyyahTJ-, I don't see any changes09:32
hajonnes@ubuntu 20.04. my system wants to remove my graphics drivers (nvidia-driver-470) If I set it to 'apt-mark auto'. If I remove it my system reverts to 1080p. could it be that some open driver is selected to be an update to it but reverts to 1080p, how can I find out what is going on?09:32
hajonnesI have a 40" 4k screen so 1080 is a big difference for me.09:34
TJ-Safiyyah: did you make the script executable in that directory?09:42
TJ-Safiyyah: it might help to add a line to the script that touches a file so you know the script executed correctly09:42
alkisghajonnes: why would you set it to auto, instead of "manually installed"?09:45
SafiyyahTJ-, I made the file executable first and then copied it over09:45
Safiyyahalso, I don't know how to make it "touch a file"09:46
hajonnesalkisg, because I want it to be automatically updated when a new version exist and I want the system to take care of it. Also during the installation of ubuntu, is not all graphics drivers installd as 'auto' so why should my system not accept it when it is marked 'auto'? Did I think wrong?09:47
hajonnesI installed a couple of days ago and ubuntu has choosen what graphics to install.09:49
alkisghajonnes: "manual" means "don't autoremove it even if no package depends on it"09:49
alkisgIt will still be updated and managed by the system etc etc09:49
TJ-Safiyyah: read "man Xsession" - the section "CUSTOMIZING THE STARTUP PROCEDURE" implies the name of the script actually is important so change it to match the requirement ther09:49
alkisgubuntu-desktop or other metapackages depend on xorg and the drivers etc, but not on nvidia09:49
alkisgSo it's normal for the nvidia binary packages to be manually installed09:49
alkisg(while for xserver-* drivers to be auto)09:50
TJ-Safiyyah: there is a command called 'touch' and it simply updates the timestamp of a file, creating the file if needed. It's a nice way to check something happened and when. So you could add "touch /tmp/kensington" to the end of your script and after restarting the display server if "ls -l /tmp/kensington" shows the file you can see when it was last executed via the file's timestamp09:50
hajonnesalkisg, ok, so generally If I do a new installation, because that is what I did, the first autoremove I do would brake it, since it would remove the graphics drivers that the installation installed? I used kde-neon (ubuntu base) before and had not any problems like this and wonder if I have accidentally removed some packages over my graphics driver in the dependency hierarchy? Is this normal?09:55
alkisghajonnes: normally, the installer (ubiquity) runs ubuntu-drivers, which installs nvidia, while marking it as manually installed09:55
alkisgSo it's not autoremoved. If it was set to "auto" for you, then yeah it sounds like you removed something.09:56
alkisgI do not have nvidia to verify what I'm saying though, I stopped using nvidia and the binary drivers more than a decade ago...09:57
alkisgIn any case, if setting it to "manual" now corrects all your issues, then it's the right thing to do; it'll auto-update etc09:58
alkisgIt's not "apt mark hold", which means "stick to this version"... it's "manual", which means "don't autoremove it"09:59
hajonnesalkisg, I have timeshift. And I can go back to just after the install. is there a way to see what I have accidentally removed that would be the dependency that makes my system behave strange?10:00
alkisghajonnes: you said "your system wants to autoremove...if I set it to auto". What "strange thing" happens if you don't set it to auto? What's the initial issue?10:01
SafiyyahTJ-, the file needs to be named as 40custom_its function10:04
TJ-Safiyyah: go for it :)10:05
Safiyyahwhen I try to rename it, it refuses , https://pastebin.ubuntu.com/p/CsSyJFDdkH/10:05
Safiyyahline 3 is a comment in the file so I don't get it10:05
alkisgThe command to rename is "sudo mv", not "rename"10:06
TJ-Safiyyah: 'rename' is not the correct command. Use "sudo mv /etc/X11/Xsession.d/Kensington_Expert_Setup.sh /etc/X11/Xsession.d/40custom_kensington_mouse"10:06
Safiyyahah!!!!10:07
Safiyyahrebooting, brb10:08
alkisgWe need to tell him about sudo systemctl restart gdm3... :D10:08
alkisg...or logoff/logon10:08
TJ-Too late... again!10:08
TJ-Windows has so much to answer for!10:08
alkisgHaha10:09
SafiyyahTJ-, I have no joy10:10
Safiyyahhttps://askubuntu.com/questions/492744/how-do-i-automatically-remap-buttons-on-my-mouse-at-startup10:10
hajonnesalkisg, the initial issu was that I got a lot of graphics dependencies to be autoremoved. I autoremoved all and noticed that my graphics were broken. I reinstalled ubuntu thinking I had done something that I did not understand, I read that apt purge could remove shared dependencies, others say it just removes settings files, perhaps you could clarify that as well, anyway. I reinstalled and installed timeshift and was cautious about using apt10:11
hajonnesautoremove. I have done some apt purges. but not tried autoremove, then I did 'apt-get --dry-run autoremove' to see what would be removed and saw graphics packages. I used apt-rdepends to see what was missing, and saw that nvidia-driver-470 was missing. I installed it and then all the graphics packages were no longer in autoremove. but still I'm wondering what is wrong, if there is a package that I'm missing that is higher in the dependency hierarchy10:11
hajonnesthat is missing and would give me problems later on.10:11
TJ-Safiyyah: before you do another reboot, you don't need to! Simply log-out and log-in again, that restarts the display server, or, you can do "sudo systemctl restart display-manager"10:12
alkisghajonnes: after an initial ubuntu installation, `apt purge --auto-remove` or the other autoremove variants, are supposed to remove NOTHING.10:12
TJ-Safiyyah: did you add the "touch" to the end of the script so you know if it executed?10:12
alkisgSo if I understood what you're saying correctly, it means that you removed a crucial dependency of Ubuntu. If you have that in timeshift, go there; otherwise read your /var/log/apt/history.log10:13
SafiyyahTJ-, no ... i didn't . do i just add the word touch?10:14
alkisghajonnes: for example, if package A depends on B, and B recommends C, and you purge B, at that point, A will also be removed, while C will be removed later on when you run autoremove10:14
alkisghajonnes: so when you `apt purge` something, be extra careful in the messages; if it says "the following packages are automatically installed and can be autoremoved", it means you did what I described above with package B10:15
TJ-Safiyyah: As I said earlier: there is a command called 'touch' and it simply updates the timestamp of a file, creating the file if needed. It's a nice way to check something happened and when. So you could add "touch /tmp/kensington" to the end of your script and after restarting the display server if "ls -l /tmp/kensington" shows the file you can see when it was last executed via the file's10:15
TJ-timestamp10:15
hajonnesalkisg, I did no 'apt autoremove' after just installing it, it was a couple of days later. I had done some 'apt purge'. does 'apt purge' remove shared dependencies or just settings files for the program?10:15
hajonnesit beeing ubuntu.10:15
TJ-hajonnes: 'purge' removes config files from /etc/ whereas 'remove' leaves them in place10:15
hajonnesTJ-, so then apt purge is not dangerous?10:16
alkisghajonnes: `apt remove` removes dependencies but not files in /etc. While `apt purge` also removes files in /etc. Both remove dependencies10:16
TJ-hajonnes: no it isn't because you chose to use it and should know what it does10:16
alkisghajonnes: in other words, there's no way to remove package B without also removing package A, that depends on B10:17
hajonnesalkisg, does 'apt purge' remove dependencies that are shared with an other program?10:18
alkisghajonnes: please read my example of A, B and C. I phrased it much better than the way you're asking about it now10:19
alkisgIf you remove B, **any** package that depends on B, will also be removed. It doesn't matter if it's "shared" or otherwise10:19
SafiyyahTJ-,  yeii https://pastebin.ubuntu.com/p/tmzN2gKw3q/ although that means my machine does't like the script10:19
hajonnesalkisg, I did not understad perhaps. if package A has dependency c and package B has dependency c. I purge package A will c be removed?10:21
TJ-Safiyyah: so the good part is the script is executing10:21
TJ-Safiyyah: I think you said earlier the script did work from the user session?10:21
alkisghajonnes: no, "c" is still needed by "b". It won't be removed, nor will it be autoremoved10:21
TJ-Safiyyah: ahhh, I know what is wrong, the script is written for BASH but Xsession uses SH and there are what we cann bash-isms in that script. Let me rewrite it for you10:22
hajonnesalkisgk, ok then I could not have removed any packages wrongly.10:22
Safiyyahi never got the mouse to work as in the script. it executed and i saw no change10:22
SafiyyahTJ-,10:22
TJ-Safiyyah: oh - i thought you said you had!10:22
hajonnesalkisg, thanks for clarifying :)10:25
TJ-Safiyyah: did you check your mouse reports the same name10:25
SafiyyahI previouslt tried to modify xorg.conf and also 40libinput.conf with the following code http://www.chiark.greenend.org.uk/~pmaydell/misc/expertmouse.html10:25
TJ-Safiyyah: the script relies in it being called, exactly, "Kensington Expert Wireless TB Mouse"10:25
Safiyyahnothing happened there either10:25
SafiyyahTJ-, https://pastebin.ubuntu.com/p/g5y7gnxcdP/ it is id=910:27
Safiyyahthe id changes with booting up10:27
TJ-Safiyyah: the script links to an explanation of how the actual mapping needs to be done, which can be different for each device, so you probably need to work through the process given in that askubuntu article to test your device and determine which buttons generate which codes10:34
SafiyyahTJ-, i dont understand the work through so I am unable to do it10:36
SafiyyahI am just a user, asking me to deal with any code truly is too difficult for me10:36
Safiyyahonto what I initially did which was to edit xorg.conf and 40libinput.conf.... is there a different place I can copy that code into.10:37
SafiyyahI don't understand why xorg.conf is located in such a wierd place ... /usr/share/doc/xserver-xorg-video-intel/10:39
Safiyyahi have no intel hardware10:39
TJ-Safiyyah: it isn't, that's an example fragment for certain Intel hardware10:41
alkisgSafiyyah: can you back up a bit and say what the initial issue is? You want to swap your mouse buttons? You have some weird hardware that doesn't work properly?10:42
TJ-alkisg: Safiyyah  wants to remap the 6 buttons on the trackball device10:44
alkisgRemap them to some other function, or just between them, to make button 2 == button 4 etc?10:44
TJ-alkisg: see the script. "# swap right and back button then swap middle and back button" "xinput set-button-map $mouse_id 1 8 2 4 5 6 7 3 9"10:44
hajonnesalkisg, I just did a timeshift back just after I installed ubunutu. I did a 'apt-get --dry-run autoremove' and the same graphics packages are in the list of packages that would be removed. Could my install image be broken, I did not hash it. if so can I repair my install or do I have to reinstall?10:45
TJ-alkisg: https://raw.githubusercontent.com/ArtiomSu/kensington-expert-trackball-linux-config/master/Kensington_Expert_Setup.sh10:45
alkisgTJ-, Safiyyah , but he said that running that bash script didn't solve his issue, right?10:45
alkisg(even directly, without Xsession)10:45
alkisghajonnes: pastebin your /var/log/apt/history.log, and the output of the autoremove command10:46
TJ-alkisg: right, possibly because the options are different for the device Safiyyah has; it needs the test procedure following to ensure the buttons map the same way10:46
TJ-alkisg: Safiyyah  needs to do a "xinput test $mouse_id" and check what each button generates10:47
alkisgI see; so the buttons are mapped wrong by the kernel, and he's trying to use xinput to set them right... ty10:48
TJ-looks like that :)10:48
Safiyyahbut how do I sort them out?10:49
Safiyyahdon't tell me to program anything... i can't10:49
Safiyyahcopying and pasting code is all i can do10:49
TJ-The linked askubuntu article gives the procedure and examples10:49
TJ-https://askubuntu.com/questions/492744/how-do-i-automatically-remap-buttons-on-my-mouse-at-startup10:49
Safiyyahwhen I run xinput test the scroll wheel does nothing. the trakball is fine10:53
hajonnesalkisg, https://pastebin.com/ph9WJiUy I had 'apt list --installed | grep nvidia' in the same text file so it accidentally got included.10:56
hajonnesalkisg, the apt-get --dry-run autoremove is from just after I installed ubuntu.10:57
hajonnesalkisg, I will have to go, I will be back in about 2 hours. but write what you think I will read it later.11:06
Freeaqingmesarnold: cbreak: wanna hear a funny story? After figuring out all the nvme namespace stuff, deleting the existing one, and creating a new one; I got an error when adding the second namespace that my NVME drives only support a single namespace \o/11:18
cbreakhmm... that's... what's that even good for? :/11:18
FreeaqingmeI think it's an enterprise feature and my nvme drives are not enterprisey enough (they are dc grade tho)11:19
norgemsHow do I fix this error? https://pastebin.com/KW1837EA11:53
norgemsafter running sudo apt --fix-broken install11:55
norgemsi tried this but it didnt work: https://unix.stackexchange.com/questions/451828/dependency-problems-linux-debian-undetectable-broken-packages11:59
norgemshere is sources list: https://pastebin.com/mC7i4ha312:00
jeremy31norgems: is that 16.04?12:03
norgemsjeremy31 yes12:04
jeremy31norgems: It hasn't been suported since late April12:04
norgemsyeah i cant upgrade at the moment12:04
norgemsbut its broken since i ran dist-upgrade12:05
norgemshttps://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa12:05
norgemsfollowing this12:05
norgemsi got up to this part: sudo apt-get -u dist-upgrade12:06
norgemsand it downloaded a bunch of stuff and took a while12:06
norgemsand now i cant use apt12:06
jeremy31norgems: If you need to keep using 16.04, see https://ubuntu.com/security/esm12:07
norgemswell i first want to know how to resolve this issue12:07
norgems mailutils : Depends: guile-2.2-libs but it is not installed12:09
norgems             Depends: libmailutils5 but it is not installed12:09
norgemsE: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).12:09
norgemsrunning --fix .. doesnt work12:09
cbreaknorgems: can't you just apt remove all the things?12:27
cbreakor was it uninstall? one of those12:27
norgemshttps://pastebin.com/EXSpvpGD12:27
norgemsi cant do either12:27
norgemsgives the same message12:27
cbreakI'm quite sure it's not the correct thing to do, but when I have dependency problems with apt, I usually try to install the things it says won't be installed manually12:29
cbreakthis usually then gives an other error message, with an other dep to follow12:29
cbreakand eventually I arrive at something that isn't installed for some other reason12:29
cbreakpossibly a conflict with some other thing that's installed12:29
Euph0r1ahello, gentlemens12:31
Euph0r1ai'm trying ubuntu first time on a WLS right now, so far looks really fun :)12:32
Euph0r1aany advices for a newbie, please?12:32
hajonnesalkisg, I'm back, did you have time to check out the pastebin?12:34
cbreakEuph0r1a: Ubuntu's a normal desktop system. You should be able to do pretty much do most of what ever you want.12:36
cbreakjust apt install the packages you need12:36
Euph0r1aany must-have pacjkages, maybe?12:36
cbreakapt install firefox for a good web browser12:36
Euph0r1ajust didnt want to miss something important :)12:37
cbreakapt install kitty for a good terminal emulator12:37
cbreakmany linux tools are very customizable12:37
cbreakwhich means you might have to spend time customizing them.12:37
Euph0r1aokay, so just dl firefox and i'm free like a wind12:38
cbreakapt install hexchat for an ok-ish IRC client12:38
Euph0r1athanks :312:38
SimplarGuys who know, what does the phrase "This is the worst..." mean?13:40
alkisghajonnes: try this: sudo apt install nvidia-driver-470. After that, which packages still want to get autoremoved?13:46
=== roaksoax_ is now known as roaksoax
hajonnesalkisg, https://pastebin.com/CTVdj7QK14:29
hajonnesalkisg, are they ok to remove. Do not know what they do.14:29
alkisgYeah it seems fine, go ahead14:30
hajonnesalkisg, ok. so do you know why I got the nvidia drivers in autoremove? I was thinking of if I have something that is broken higher up in the hierarchy...14:32
alkisgNo theory for that, sorry14:32
hajonnesalkisg, what is your opinion about trying to fix the install? like https://ostechnix.com/how-to-fix-broken-ubuntu-os-without-reinstalling-it/14:35
alkisgI dont see anything broken, I'd leave it be until some specific issue is found14:36
hajonnesalkisg, I tried to install GCconnect, it is like kdeconnect but for gnome. It did not work. so I have something that does not work properly.14:37
Safiyyahalkisg, TJ- I took a break and now I am back at it again. the mouse works in the four buttons, the  trackball itself, so it is the scroll wheel that doesn't work. when I run xinput test it picks up on everything except the scroll wheel14:37
alkisghajones, what's the error message?14:38
BluesKajHi all14:40
ioriadgc.gov.it14:50
TJ-Safiyyah: did you see what that script says? "# allow scrolling by holding middle mouse button and using the ball to scroll ( really smooth and fast )."15:17
TJ-Safiyyah: is that the same thing, or is there a scroll wheel in addition ?15:17
JenshaeHi all, I have done some terrible things to my system without enough research. I am hoping someone can help me unpick this mess.15:22
JenshaeI installed too new a version of the kernel (5.11) from the website (unsigned), then I installed a higher version of libc6.15:22
JenshaeI tried installing signed kernels and using the main repositories. I am now in a situation where:15:22
Jenshae- 5.11 is signed but has no network and only one monitor.15:22
Jenshae- 5.8 won't boot at all.15:23
Jenshae- 5.13 boots, is unsigned and has no ZFS.15:23
JenshaeI don't understand why the 20.4 repo would have such a broken result with the signed 5.8 kernel.15:24
tomreynJenshae: "I installed a higher version of libc6" will be what's cuasing your problems15:25
JenshaeThat libc6 came from the 20.4 repo though.15:26
tomreynand you run which release there?15:26
JenshaeSay that another way, please?15:26
tomreynwhich ubuntu version do you have installed?15:27
tomreyngrep PRETTY /etc/os-release15:27
SafiyyahTJ-, there is a scroll wheel in addition, sorry it didn't ping me15:27
tomreynJenshae: ^ if you run this in a terminal or tty you'll know15:28
SafiyyahI went to plug it into the windows desktop and it also isn't working there, tried another laptop, also not working.15:28
SafiyyahI conclude it is broken!15:28
JenshaePRETTY_NAME="Ubuntu 20.04.3 LTS"15:29
JenshaeI didn't realise grep can start a command, thought it always needed to be | piped at the end.15:30
JenshaeMy system is stable. I would just like to either fix my network and display drivers for 5.11 or get ZFS working for 5.1315:31
JenshaeI am also confused as to why 5.11 unsigned only had ZFS missing but when I installed the signed version it lost network and second display.15:32
TJ-Safiyyah: phew! at least we won't waste time trying to fix it in software. Now you need to open it up and remove all the dust and hairs that are stopping the switch from pressing!15:32
Jenshae(I think the missing ZFS is something to do with unsigned kernels and it not installing utilities into the right place). That make sense. The change from unsigned to signed and new problems is weird to me.15:33
tomreynJenshae: okay, but you said you installed a higher version of glibc, that's a potentially disastrous action, unless it's just a higher patch level (an ubuntu bug fix or security update).15:33
TJ-Jenshae: what is it booted into right now? "uname -r"15:33
JenshaeHuh. That wasn't working and 5.13 was my default. Sorry, I thought I was on 5.13 now "5.11.0-27-generic"15:34
JenshaeOkay, so now I should be on a signed kernel but still missing ZFS.15:34
TJ-Jenshae: signed kernel + modules  infers UEFI SecureBoot. no network or network therefore infers out-of-tree proprietary modules for network and display; which as a guess points to Broadcom and NVidia15:34
JenshaeI am using legacy boot I think.15:35
tomreynecho -n 'This system booted via: '; [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS15:35
TJ-errrm "no network or external display output"15:35
JenshaeYup, no UEFI partitions, just a single / root drive.15:36
JenshaeI am learning a lot today. "This system booted via: UEFI"15:36
Jenshae... how did that happen? I am pretty sure that I put my motherboard into Legacy boot mode. I usually do because I don't want to deal with secure boot problems.15:37
bowserkHi. What's the default output of `sudo iptables -t nat -S OUTPUT`?15:38
JenshaeOH!!! I know why I am so confused!!! I was using the terminal that is still logged into my server!15:38
JenshaeHang on, scratch everything.15:38
tomreynbowserk: on 18.04 LTS (and probably other releases, too), it's: -P OUTPUT ACCEPT15:40
JenshaeEFI system = "This system booted via: BIOS" &&  uname -r = "5.13.0-051300-generic" && /etc/os-release = "PRETTY_NAME="Ubuntu 20.04 LTS""15:40
bowserktomreyn: OK, thanks15:40
JenshaeCould I do something, say with a Live USB and chroot to fix the 5.11 kernel + install?15:42
tomreynJenshae: this looks like a mainline kernel build from kernel-ppa?15:42
tomreynJenshae: do you have another network device which you could use with 5.11?15:42
Jenshae"5.13.0-051300-generic" was a browser download that I manually installed with " dpkg -i /location/kernel.deb "15:43
JenshaeWireless dongle? I don't have a spare NIC right now.15:43
tomreynwireless dongle might work, depending on the chipset. do you have a smartphone or tab you can connect via usb and tether through?15:44
tomreyni.e. with the devices' upstream connected to a wireless lan AP or via mobile network, either should work, the former is probably cheaper.15:44
JenshaeI don't use a mobile. The dongle was plug and play.15:45
=== chris is now known as Guest2921
JenshaeSo, if I boot up and the dongle works, I should just try to "sudo apt install -f"?15:46
tomreynJenshae: definitely    sudo apt update    first, and check you're using the right apt sources with    apt policy15:48
tomreyneverything should point to something with "focal"15:49
tomreynbut i guess you're aware of this.15:49
tomreynhere's a shorthand (but don't run it unless you understand it):   sudo /bin/true && cat &>/tmp/aptlog < <(sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1; sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog && rm /tmp/aptlog15:49
JenshaeThe only one I have is "deb http://****.ubuntu.com/ubuntu focal main" do I need more or is that sufficient?15:50
tomreynyou need more15:50
tomreynbasically those that would be configured by default15:51
tomreyni can get you a list in a few15:51
Jenshae"focal main restricted" "focal-updates main" ?15:52
JenshaeCheers15:52
tomreynJenshae: https://termbin.com/tk0315:53
tomreynobviously replace 'de.' by your country code15:53
JenshaeWhy did I go on this hair brained adventure? Didn't want to "upgrade" my lubuntu-desktop from the LXDE based 18.04 version and I was trying to enable VRR (variable refresh rate) but it won't work with two monitors on Xorg anyway.15:53
JenshaeSo all for nothing.15:53
tomreynJenshae: just the relevant lines, with "de." replaced to "us." https://termbin.com/rkhw15:56
JenshaeThank you. I will try it in a bit after I finished a conversation and the end of this film.16:08
JenshaeHow important is the prefix? If you had us. and you were in Oz, would that be too slow and it would time out the connections for your updates?16:10
azilizInvestir en Bourse avec Internet16:10
hajonnesalkisg, I installed from repository, the tutorial said I should download a package from their homepage. that might be a problem. But normally the apt or in my case synaptic should pull dependencies and so on so I should not have problems. The error I get is that nothing works. I get a confirmation that I have installed and that is it. it is a gnome shell extension so perhaps I should do some settings for it to work as it is not a normal program. but I16:15
hajonneswill try to follow an other tutorial and see if it works better.16:15
tomreynJenshae: maybe, maybe not. usually the fastest will be a topographically close mirrror16:17
alkisghajonnes: `apt install ./file.deb` installs a file along with its dependencies. I don't think the issue is related to apt; it's something related to the specific package you're trying to use16:20
alkisgBut if it's not in the ubuntu repositories, it's probably not support here then...16:20
hajonnesalkisg, I installed from repository. but it did not work.16:20
alkisg*not supported16:20
tomreynJenshae: i didn't realize you're actually in UK, though. just use archive.ubuntu.com or uk.archive.ubuntu.com or one of the UK mirrors then: https://launchpad.net/ubuntu/+archivemirrors#yui_3_10_3_1_1629562795401_5416:21
JenshaeIf mirrors are subject to their local governments, I trust fr. more than uk.16:22
hajonnesalkisg, the extension that did not work when installed from repsitory. https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/Installation#dependencies16:22
alkisghajonnes: not all repositories are supported here. Only ubuntu repositories16:22
alkisgE.g. this one: https://packages.ubuntu.com/focal/gnome-shell-extension-gsconnect16:23
alkisgIf you install that one, it would be supported here. I don't use gnome so I don't know about its extensions though16:23
hajonnesalkisg, I will check.16:23
alkisgI.e. just sudo apt install gnome-shell-extension-gsconnect16:23
TJ-tomreyn: it's gb.archive.ubuntu.com for United Kingdom; uk. is Ukraine16:23
tomreynTJ-: whoops, thanks.16:24
tomreynJenshae: ^ see above16:24
TJ-tomreyn: :P caught me out a few times until I thought about the ISO codes16:24
tomreynyes it makes sense16:25
JenshaeOkay, fr. > uk. > gb.16:26
TJ-Annoys me that packagse.ubuntu.com never lists the gb. mirror ... I always need to copy another link and edit it16:26
hajonnesalkisg, nothing happens. perhaps I need to reboot. I do not know. but I think it does not work.16:26
TJ-Jenshae: makes no difference at all; everything is signed from the Releases files on down16:26
alkisghajonnes: "nothing happens" if it's already installed. But I can't help you with its use; I don't use gnome; so you could start over and ask in the channel "can someone help me with this xxx gnome extension....|16:27
JenshaeCheers TJ-16:29
TJ-Jenshae: an although Canonical is a UK (GB) company the developers who have signing rights are all over the world and not necessarily subject to GB law16:30
JenshaeUK? I thought they were South African? Did they re-incorporate?16:30
TJ-you are misinformed16:31
TJ-Canonical has always been a UK GB company16:31
hajonnesalkisg, it's ok. I just think the package might be faulty, the other tutorial say that all extensions should end up in ~/.local/share/gnome-shell/extensions/, the directory is made during the install but it is empty. Thanks for your help I know I have been a nuisance, sorry.16:31
JenshaeI thought Mark Shuttleworth started it in ZA.16:31
alkisghajonnes: deb files never go to ~ (local home). They go to /usr. You can see the files with `dpkg -L gnome-extesion-whats-the-name`16:32
alkisghajonnes: https://packages.ubuntu.com/focal/all/gnome-shell-extension-gsconnect/filelist16:32
hajonnesalkisg, ok. yes I saw. they do not end up in home folder. and I do not know why it does not work. I think my system might be a little bonkers... I will try to use the other tutorial and see if it helps. thanks for your help!16:35
alkisghajonnes: it's also possible that your user account is miconfigured; I would `sudo adduser user2` and reboot and login as user2, to see if it works there16:35
alkisgGood luck!16:36
hajonnesalkisg, ok thanks for the tip, and the luck ;)16:36
JenshaeSee you on the flip side o716:37
tomreynhajonnes: packaged gnome extensions are installed system wide, at /usr/share/gnome-shell/extensions/ - as you can see on the "filelist" link alkisg posted abive16:40
tomreynthose you install for your user only (manually or thruogh the gnome extension website) go into ~/.local/share/gnome-shell/extensions/16:42
hajonnestomreyn, do you know how to start a shell extension? in the wiki (https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/Installation#dependencies) it just say it should work.16:47
hajonnesgsconnect. does not work.16:47
caleb_hi16:47
=== kn1002 is now known as kn100
tomreynhajonnes: place it in your home directory and run gnome-shell-extension-prefs16:48
tomreyni mean in ~/.local/share/gnome-shell/extensions/16:49
tomreynhi caleb_, got any ubuntu support questions?16:49
leftyfbhajonnes: you really need to reach out to contact the GSconnect project for support with their extension16:50
caleb_haveing problems with upadte manger i will load it up and it will just sit there saying connecting for ages and nothing else loads16:51
leftyfbcaleb_: open a terminal and run: sudo apt update16:51
=== caleb_ is now known as blazeda420s
blazeda420sthank you ill run terminal now16:54
hajonneshow do I maximize a window up and down but not left right, i.e. elongate it to the edges of the screen?17:02
JenshaeNo joy. I can change settings but can't enable wired or wireless connections on 5.11 but can do so with both on 5.13 and I have done so with both before on 4.15.17:02
hajonnes@gnome17:02
Jenshae"W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:18 and /etc/apt/sources.list:19"17:06
alkisgJenshae: which kernel are you on now? uname -a17:08
Jenshae" 5.13.0-051300-generic #202106272333 SMP Sun Jun 27 23:36:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux "17:09
alkisghajonnes: do you mean "win + right-arrow"?17:09
JenshaeI have no network or second monitor on signed kernels17:09
alkisgJenshae: and what's your network drivers now? E.g. lspci -nn -k | grep -A3 Ethernet17:09
leftyfbJenshae: sounds like you don't have the -modules or -modules-extra installed for your kernel17:10
Jenshae" Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller "17:12
alkisgand the output of this? dpkg -l | grep linux | nc termbin.com 999917:12
alkisg(to see which kernel packages you're missing)17:12
hajonnesalkisg, do you mean I need to use the 'super key' on the keyboard, if so is there an other way? I do not have the super key. I want to make a window expand from bottom of the screen to the top of the screen but not widen it.17:15
Jenshae"1008 to upgrade, 81 to newly install, 0 to remove and 384 not to upgrade." really hoping I manage to keep my DE.17:16
alkisghajonnes: for example, if you pull a window to the right-middle side, it then gets resized to the fill the right part of the screen17:16
leftyfbhajonnes: default ubuntu with gnome shell should allow you to just grab the bottom of the window and drag it down17:16
=== kn10003 is now known as kn1000
alkisgJenshae: yeah the problem most probably is that you haven't properly upgraded; if you paste the output of the command I asked for, we'll know more to help you17:17
leftyfbJenshae: dpkg -l|grep ^ii.*linux | nc termbin.com 999917:17
JenshaeWon't be useful right now. Currently upgrading 1008 packages when I only wanted it to upgrade zfsutils + dependencies.17:18
leftyfbJenshae: it is useful to determine what you currently have installed17:19
JenshaeThat is changing as we speak.17:19
leftyfbJenshae: also, 1008 packages needing upgrading????17:19
leftyfbJenshae: what release are you running and how in the world did to get it into this state?17:19
tomreynsounds more like a release upgrade17:19
JenshaeYup, I originally tried to only upgrade the kernel and get Variable Refresh Rate working. Then I needed libc6 upgraded and the rabbit hole kept going from there. I can't even use VRR it turns out because I have two displays.17:20
leftyfb:/17:20
tomreyn<Jenshae> The only one I have is "deb http://****.ubuntu.com/ubuntu focal main" do I need more or is that sufficient?17:20
leftyfbJenshae: future reference, you should never install packages (including kernels ) from a different release17:21
JenshaeI now have all of your uncommented repos and that is what is happening with the 5.13 kernel.17:21
hajonnesalkisg, leftyfb, yes. but e.g. windows. drag the bottom of the window to the bottom of the screen and it elongates both up and down. kde-plasma, middle mouse click on the middle button up in the corner of the window and it elongates to maximum. is there a similar way in gnome?17:21
leftyfbJenshae: kernel 5.13 is not a supported kernel in ubuntu btw17:22
Jenshaeleftyfb: It was fiiIIIiiinnNNNnnneEEEeee except that ZFS broke.17:22
leftyfbJenshae: so it wasn't fine17:22
leftyfbJenshae: and not supported, don't do it17:22
JenshaeI got it from the ubuntu website. Started with 5.11 and then tried 5.8, every time I used a signed kernel, I lost network and my second display but regained ZFS.17:23
ioriahttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/192693817:23
ubottuLaunchpad bug 1926938 in linux (Ubuntu) "Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS" [Undecided, Confirmed]17:23
leftyfbJenshae: if you have issues, come here and ask for help. Don't go installing random packages you download. You'll get into a very unsupported situation and usually broken17:23
JenshaeI have learnt quite a bit with this trial and error approach. Mostly about why they "freeze" versions.17:23
alkisgJenshae: ubuntu 20.04 has kernel 5.11; you don't need to get it from the mainline ppa; and your actual issue probably is that you didn't download the 5.11 kernel modules17:24
leftyfbJenshae: 5.13 should be available for ubuntu 21.10 which will be out in October, but it's not released yet and not supported. This is probably how you found it on ubuntu's website17:24
alkisgWhile if you properly updated, you'd have the official 5.11 along with its modules17:25
alkisgThe official ubuntu kernels include the zfs module; otherwise you'd need zfsonlinux/dkms17:25
leftyfbJenshae: either way, there's nothing left to do until you finish your upgrade. From there I highly recommend going back to 5.11 and we can troubleshoot any issues from there17:25
pi0is there a ubuntu 20.04 minimal17:25
JenshaeI just found a list of kernels, grabbed 5.11 and installed it manually. It worked except for ZFS, surprisingly stable.17:25
JenshaeI figured I could just boot back into 4.15 if it went wrong. Nope.17:26
pi0iso17:26
alkisgAnd that was the wrong thing to do, since 5.11 was normally available; there was no need to "grab it online"17:26
Junxter20.x is a downgrade from 18,  which is a downgrade from 16.  in almost every aspect.  Forced to upgrade 20.x only due to compatibility issue of external packages, which stopped working with older versions of Ubuntu.  A real shame.17:26
leftyfbpi0: yes, it's called ubuntu server17:27
leftyfbJunxter: do you have an ubuntu support question?17:27
Jenshaeleftyfb: If there is ** zero ** network capabilities on 5.11 then we can't continue ... or maybe we can with apt-offline ... hmm ...17:27
ioriaJenshae, what's your libc6 version ? apt-cache policy libc617:27
Jenshae"libc6:  Installed: 2.31-0ubuntu9.2"17:28
kissofdeathhey linuxers17:28
ioriaJenshae, it's ok17:28
JenshaeI'll be back if Franky here survives the reboot.17:28
leftyfbthat was a bad ida17:29
leftyfbidea*17:29
leftyfbbit of a cowboy there17:29
tomreynpi0: are you looking for a smaller installer download?17:30
leftyfbJenshae: if you are now running ubuntu 20.04, then you should install linux-image-generic-hwe-20.04 and remove --purge any 5.13 package17:32
JenshaeOkay 5.13 booted. Will see if rebooting into 5.11 works. I also have two icons for everything in my taskbar now.17:32
leftyfbJenshae: please see my suggestion above17:32
JenshaeI see it and that would be sawing off the log that I am sitting on.17:32
leftyfbalkisg: ioria: ok, they're all yours17:33
ioriaheheh17:33
leftyfbthese ones don't want to listen until it's too late17:33
alkisgYeah I gave up on him a while ago :)17:34
JenshaeUpgraded --> booted into signed 5.11 kernel --> absolutely no network. I can change settings but I can't enable the connections.17:36
ioriaJenshae, if you are on focal, 5.11 is available via the hwe stack; you don't need an external pkg for that; i suggest you remove it and enable the stack17:37
JenshaeI installed 5.11 via apt from the focal repository.17:37
leftyfbJenshae: do you want this working?17:38
JenshaeIf I remove 5.13, I will have NO kernel that can establish a network connection.17:38
leftyfbJenshae: if so, then you need to follow suggestions and provide information we have asked for. None of which you have done17:38
leftyfbJenshae: remove the 5.11 packages you installed and then install linux-image-generic-hwe-20.0417:38
ioriaJenshae, dpkg -l | grep linux-modules | nc termbin.com 999917:39
ioriaJenshae, you probably miss some pieces17:39
ioriaJenshae,  install --reinstalling the metapkg ( linux-generic-hwe-20.04) should fix it17:40
Jenshae"sudo apt remove linux-modules-5.11.0-16-generic linux-headers-5.11.0-051100 linux-headers-5.11.0-051100-generic"17:42
Jenshae"After this operation, 201 MB disk space will be freed."17:42
Jenshae" dpkg: warning: while removing linux-headers-5.11.0-051100-generic, directory '/lib/modules/5.11.0-051100-generic' not empty so not removed "17:43
Jenshae" sudo apt install linux-image-generic-hwe-20.04 " ?17:44
JenshaeThe following NEW packages will be installed -  linux-image-5.11.0-27-generic linux-image-generic-hwe-20.04 linux-modules-5.11.0-27-generic linux-modules-extra-5.11.0-27-generic17:45
leftyfbJenshae: dpkg -l|grep ^ii.*linux | nc termbin.com 999917:46
leftyfbJenshae: PLEASE share this information here17:46
tomreynbut just the url, not the full output17:46
JenshaeGoing to see what 5.11 looks like now. brb17:47
* leftyfb throws hands up for real this tim17:47
JenshaeSuccess! Thanks leftyfb if felt like you weren't hearing me but I figured out what you meant. I am now on 5.11 with network, second monitor and ZFS.17:49
Jenshae... and no, I am not comfortable outputting everything to a website I have never heard of before.17:49
JenshaeThank you for your help guys. Have a good weekend.17:50
lotuspsychje!cookie17:56
ubottuWow! You're such a great helper, you deserve a cookie!17:56
Junxterhaving hard time deciphering mem usage, which disagree among different reporting utilities18:03
tomreynJunxter: if you're looking for help with this, you should share the commands you rand and the outputs they providedm and your interpretation of those.18:05
tomreynrand -> ran18:06
Junxteron host A, "free -h" indicates 1G used, ps_mem indicates 162MB used.  running 14.04 LTS, with 16GB RAM18:06
tomreyn!14.0418:06
ubottuUbuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. !End-of-life was April 25th, 2019. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade18:06
Junxteron host B, "free -h" indicates 86M used, ps_mem indicates 62 MB used, running 16.0 LTS, with 16GB  RAM18:07
tomreyn!16.0418:07
ubottuUbuntu 16.04 LTS (Xenial Xerus) was the 24th release of Ubuntu. !End-of-life was April 30th, 2021. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade18:07
tomreynso you're comparing results of two end of life releases. there's commercial extended support available for those, but not here.18:08
Junxteri think the ps_mem indication is closer to actual usage. not sure what to make of the "used" number reported in free18:08
Junxterfine .18:09
Junxtercan I ask the same question regarding 20.04 ?18:09
Junxterthe same pattern is seen on 20.0418:09
Junxteron host C, "free -h" indicates 167M used, ps_mem actually sees more, indicating 230MB used, running 20.04 on 16GB18:10
Junxteri am quite confused why RAM use numbers differ on "free -h" and ps_mem.18:11
tomreyn20.04 LTS is supported, sure. :) the difference is probably due to these tools calculating it differently. which ps_mem do you use?18:12
Junxterps_mem installed from pip318:12
Junxterpip3 installed from stock apt18:12
JunxterI don't see a version number available on ps_mem though.18:13
tomreyndoes    vmstat -sSM    report values similar to ps_mem?18:16
Junxter"used memory" reported by vmstat -sSM is in agreement with free -h, namely 165M, whereas ps_mem reports 230M.18:17
Junxterif I may, the amount of disagreement is much smaller than previous versions though.  So on 20.04, seems to be fine ?18:18
tomreynso you have two system utilities reporting merely the same, and one other utility reporting something different. this would make me want to understand what this other utility (ps_mem) does , and does differently18:19
Junxtersure18:19
rfmJunxter, I have no idea what ps_mem is or does, but if it's adding up the memory used by each process, it will multi- count any shared memory18:19
Junxterah that's why18:19
Junxterps_mem reports memory usage of individual processes, and then tallies them up18:20
Junxteron my other 20.04 host, this pattern is seen repeated.   free -h / vmstat in agreement slightly under ps_mem grand total (double counted)18:21
Junxterthanks for the help. this clarifies things and make me more comfortable with 20.0418:21
iomari891greetings, are there any alternatives to the kde repo: http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/? I keeps failing when I try to add kde.18:24
cluelesspersonQuestion,  supposedly my wifi card is fully supported by linux, but I'm only seeing 50mbps on it, rather than full 1gbps.   How do I troubleshoot this?18:24
iomari891sorry. It keeps failing not I keep failing18:25
tomreyniomari891: try asking this in #kubuntu18:25
iomari891tomreyn: ok18:25
iomari891I asked here because I'm trying to add it to a Ubuntu desktop.18:26
tomreyniomari891: so you don't actually use kde?18:27
tomreyniomari891: can we see the command you run and the output it generates when "it fails when [you] try to add kde"? do you know how to do this on the terminal?18:29
tomreyncluelessperson: try setting powersaving to 2 in /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf18:33
cluelesspersontomreyn, is there a way to set this actively now to test?18:33
tomreyncluelessperson: change this configuration, then    systemctl restart NetworkManager18:34
tomreynthis should make you reconnect18:34
cluelesspersontomreyn, is there a way to set that setting without changing files?18:34
tomreyni do not know18:34
cluelesspersonfair enough18:36
cluelesspersonI'll try it18:36
jeremy31cluelessperson: you can find the commands in the second code box on my answer at https://askubuntu.com/a/91018618:37
cluelesspersonback18:37
cluelesspersonwhat was the command to get wifi device info again?18:38
cluelesspersonI've forgotten it >.>18:38
jeremy31lspci -nnk | grep -iA3 net18:38
cluelesspersonI'm thinking wifi link state18:39
jeremy31iwconfig should show power management status18:39
tomreynnmcli device   should show state of NM managed devices18:40
iomari891tomreyn: I use noting but kde. A friend of mine installed Ubuntu instead of kubuntu by mistake and I want ot install kde on it. I added the repo, updated and ran apr install kde-full. It starts but eventually fails with "Failed to fetch http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/pool/main/s/systemsettings/systemse......."18:40
iomari891nothing18:40
cluelesspersongetting ~80mbps now18:40
jeremy31Is it Intel or Atheros wifi?18:40
tomreyniomari891: can you show   sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1 | nc termbin.com 9999    and   sudo apt-get update 2>&1 | nc termbin.com 9999    and   apt-cache policy 2>&1 | nc termbin.com 999918:42
cluelesspersonjeremy31, Intel18:44
tomreyniomari891: and once you're done there:    sudo apt-get -yV --simulate full-upgrade 2>&1 | nc termbin.com 9999   ;   apt list --installed | grep ',local\]$' 2>&1 | nc termbin.com 999918:44
jeremy31cluelessperson: Intels kernel module hasn't done well with power management enabled18:45
cluelesspersonWLAN: Intel® 9560 802.11AC (2 x 2)18:46
cluelesspersonSo, now I'm seeing ~80mbps,  but still not AC speeds of 1000mbps18:46
tomreynhow are you testing throughput / bandwidth?18:46
jeremy31Another thing to try with Intel, this will disconnect you for a bit is>  sudo modprobe -r iwlwifi && sleep 5 && sudo modprobe iwlwifi 11n_disable=818:46
jeremy31That will enable aggressive TX and could improve speed, a reload of the driver or a reboot will return to normal settingd18:47
cluelesspersontomreyn, typical internet speedtest18:47
tomreyncluelessperson: and your internet connection can handle 1000 Mbps?18:48
tomreynyou should rather test on your LAN if that's an option18:49
cluelesspersontomreyn, my lan shows ~900mbps, yeh18:50
cluelesspersonI also have iperf and other stuff I can run18:50
tomreyni mean the wireless lan18:50
cluelesspersonmy wifi devices support AC18:50
cluelesspersonUAP-AC-Lite and UAP-AC-Pro18:50
tomreynwhen you say "my lan shows ~900mbps, yeh", do you mean your local wireless connection, or ethernet?18:51
cluelesspersonOver ethernet, I am able to easily achieve 800+ mbps18:51
tomreynhow much do you achieve on the local wireless connection?18:51
cluelessperson80mbps18:52
tomreynokaym continue as jeremy31 suggested18:52
tomreynsorry jeremy, this seemed like it's worth clarifying ;)18:52
cluelesspersonhere goes jeremy31 's suggetsion18:53
iomari891tomreyn: the first command shows: https://termbin.com/tktc  and the 2nd hangs until I press ctrl-c18:53
iomari891tomreyn: the 3rd series of commands hangs like the 2nd18:55
tomreyniomari891: replace the second command with this then:    sudo apt-get update >/tmp/apt_tomreyn 2>&1; cat /tmp/apt_tomreyn| nc termbin.com 999918:56
tomreyniomari891: replace the third command with:    sudo true && sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1 | nc termbin.com 999918:57
tomreynthe fourth with    sudo true && sudo apt-get update 2>&1 | nc termbin.com 9999    and the fifth should actually work.18:58
cluelesspersonjeremy31, it took several minutes to reconnect but here19:05
cluelesspersonstill <=80mbps19:05
cluelessperson100 up?19:05
jeremy31cluelessperson: any chance the wifi router has TKIP encryption enabled as it might cause issues19:06
cluelesspersonjeremy31, no, just WPA2/319:06
jeremy31can you make it just wpa2 for a test19:06
cluelesspersonmaybe19:08
cluelesspersonjeremy31, it's been this way for a long time though19:09
cluelesspersonbut yeah, looking up the specs of the wifi card19:09
cluelesspersonsupports 1.73 Gbps19:09
jeremy31cluelessperson: run the 2 commands @https://gist.github.com/jeremyb31/a2bee9856d8c13f42f1835bc31bf9480 in terminal and post the termbin URL after the second command is done19:10
cluelesspersonswitching my wifi router to 80mhz19:11
cluelesspersonbandwidth19:11
cluelesspersonjeremy31, jesus it takes forever to reconnect to this hidden network19:28
cluelesspersonjeremy31, https://termbin.com/u3x319:38
cluelesspersonInteresting though19:39
cluelesspersonBit Rate=866.7 Mb/s19:39
cluelesspersonSpeedtest: ~160mbps down.19:40
tomreynso apparently the answer to    <tomreyn> cluelessperson: and your internet connection can handle 1000 Mbps?   is "no"19:42
tomreyn(but so far bandwidth on the internet link was still fast enough to demonstrate the issue)19:42
cluelesspersontomreyn, I have gigabit internet, which usually measures 900+ mbps over ethernet cable.19:43
tomreynhmm maybe you hit a slow server then on the speedtest19:45
* cluelessperson starts iperf on his server19:45
cluelessperson134mbps through another speedtest service.19:45
jeremy31Might want to change the 5Ghz channel as there are a few other APs on channel 3619:46
cluelesspersonjeremy31, I live in an apartment complex and periodically have my AP network "scan the environment" to find less used channels.19:46
jeremy31Strange that your own AP doesn't have the strongest signal on that channel19:49
jeremy31The script results got cut short for some reason so I don't see the channel occupancy report19:49
cluelesspersonjeremy31,   My AP is among the strongest channels I think19:52
cluelesspersontomreyn, iperf to my local lan server shows 180mbps19:52
cluelesspersonjeremy31, the script results are longer than termbin accepts I think,   I can email you the tar/gzipped file if you want.19:53
jeremy31Just search it for the channel occupancy results and see if a channel is available with less APs19:55
spinningcatshould i change www owner to www-data and permission should be 641 to use with normal user right?19:56
dustdid u already change that at install with lvm the swap size is changed to double the ram size or at least it can be changed?19:56
spinningcati didnt do such things19:58
=== fedorafansuper is now known as kissofthedeath
Sven_vBhi :) I connect from focal to focal via SSH, and the SSH session runs a "screen" terminal multiplexer remotely. my local terminal window senses window size updates, "stty size" reports accordingly. however, when I command screen to "fit" (C-a F), it adapts to the size that my local terminal had at start of the SSH session. how can I forward the size changes?20:33
spinningcati try to change folder's owner to www-data but ubuntu didnt let me do that20:35
spinningcatwhat can be the reason?20:36
Sven_vBspinningcat, you might lack sufficient permissions. try the chmod as root.20:37
spinningcati did sudo -s20:37
spinningcatsudo usermod -a -G www-data  ... i guess this command did the trick20:38
spinningcatin order to use www as normal use i need permission 641 right20:39
=== Ali-Karam_ is now known as Ali-Karam
cheaterhi20:44
cheateri have a ubuntu system booting in a vm. it used to boot normally, but suddenly something seems to have changed about my system, and it doesn't boot. it boots into the recovery console, and syslog shows it fails to boot after this line: Linux systemd[1]: Received SIGRTMIN+21 from PID 460 (plymouthd)20:45
cheateri have tried searching for why plymouthd might be crashing, but i have no ideas. could someone help me figure this out please?20:45
=== Guest1349 is now known as xenialito
Sven_vB!info plymouthd20:54
ubottuPackage plymouthd does not exist in hirsute20:54
Sven_vB!info plymouth20:54
ubottuplymouth (0.9.5-0ubuntu3, hirsute): boot animation, logger and I/O multiplexer. In component main, is standard. Built by plymouth. Size 117 kB / 884 kB. (Only available for linux-any.)20:54
Sven_vBcheater, try booting a Live DVD in the VM and recover the log files for plymouthd, if there are any20:55
cheaterSven_vB: i don't need to boot a live dvd. i get a recovery console.20:55
cheaterSven_vB: are there any logs for it?20:56
Sven_vBI have no idea20:59
cheateroops. wrong button21:01
cheaterso it logs to /var/log/boot.log21:01
cheaterit's complaining about an entry in fstab21:01
cheaterwhich i think doesn't exist21:01
cheaterlet's see if commenting that out helps21:01
SlartibartUm.. Where do I control the bottom programs/start menu/icons bar in kubuntu system settings(?)? I got a couple of monitors working here, but there's no bottom bar/startmenu anywhere. I marked one of the monitors as the main one in desktop/monitor settings.21:01
cheateridk, but i think those are called "panels", so maybe that'll help you search21:02
cheateryup, commenting that fstab line helped21:02
cheatercommenting that fstab line helped. and it's failing because the disk definition in the vm refers to the wrong physical disk number21:07
Guest55hi21:29
renpicHello21:47
yukiupHELLO21:47
=== SmokenatorZ5 is now known as SmokenatorZ
f91wIs there a program to view images, which provides modifiable keybindings/macros to move an image into different folders, depending on which key is pressed? I have a dir with many different images, and I'd like to organize them manually into subdirectories by content type by looking through them, then moving them. Doing this with a file manager is cumbersome and slow.21:59
renpicwhen I have to do that, I use geeqie; it is not as smooth as I'd like, thou. You can mark images with a number key. When you're done, you can for example select all the image marked as 1, and move them to one place; then you repeat for those which were marked with 2, and so on...22:45
=== JanC_ is now known as JanC

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!