[00:02] part of dmesg: https://i.imgur.com/w9EHUmh.png [00:05] try dmesg | tail -30 instead -- not all block errors have the device name in them [00:06] https://i.imgur.com/fQQEudC.png [00:06] nothing special [00:07] https://i.imgur.com/e26ZUiA.png [00:07] you're still cutting off the *last* lines of the thing [00:07] that's where I hope errors to show up :) [00:09] https://i.imgur.com/RxTffxU.png [00:10] last 40 lines [00:10] nothing special [00:11] dang. well, maybe that's best, it isn't a clear sign of failing hardware anyway [00:11] https://i.imgur.com/lY6xH52.png [00:12] it's fu*k after apt update .... to newer kernel, i tried to select older on boot, but doesn't helps [00:13] i dont know why is not recognize LVM on sda [00:13] on live cd i have all LVM disks and pv, vg, lv [00:17] bitlan: when you boot to the live cd, the same lvm pvdisplay command shows output you expect? [00:18] yep [00:18] i see all my LVM volumes [00:18] craaaazy [00:18] from sda [00:19] i tried mount them into /mnt/root and i chroot into [00:20] https://i.imgur.com/lY6xH52.png [00:23] sarnold: before reboot https://pastebin.com/WYwUABmh [00:25] looks boring enough [00:55] sarnold: i found issue... [00:55] in /etc/lvm/lvm.conf global_filter includes sda... [00:56] hello, if i want to highlight words at a time i use crtl+shift+right [00:57] but for some reason when i press shift+ctrl+right it doesn't work (shift first) [00:57] but if i do crtl first then it works [00:57] is that a keyboard issue or is that built into the os [00:57] bitlan: NICE!! thanks for reporting back :) I'd never heard of this one before [00:58] RoseBus: that's probably a matter of application or whatever x11 toolkit the application is built on [00:59] it's the same behavior in my browser, xchat, and in intellij [00:59] i've never noticed this before [00:59] i did get a new keyboard for christmas though, so that could be it [01:00] ooh; do you still have the old one around that you could test with? [01:00] yea [01:01] that's probably wortha quick test [01:01] I'm still skeptical but if it's easy.. :) [01:01] old keyboard doing the same thing [01:01] weird [01:03] maybe if i reboot something will change [01:55] Hello, I'm learning rsync. The man makes my eyes and brain bleed. I add in options, but then rsync says I'm wrong by not tabbing my file to transfer? E.g.: rsync -avzhe linuxMint.iso root@192.168.1.140:/DEST === zbenjamin_ is now known as zbenjamin [02:02] what if you tried with fewer options, like: sudo rsync -avn [02:02] is an rsync server running on the dest? [02:03] linuxmint: rsync -avz file root@ip:/dest works for me [02:03] compdoc: yes, it works with no options and yes machine1 has rsynce, as it works with no options. [02:09] linuxmint: -e requires something like 'ssh' to follow it [02:11] linuxmint: without -e works [02:14] pavlos: thanks, I'll update the code. [02:16] linuxmint: actually sarnold mentioned the -e [02:17] sarnold: oh, thank you sarnold :-) [02:18] linuxmint: you command should work adding 'ssh' after -e, rsync -avzhe ssh linuxMint.iso root@192.168.1.140:/DEST tested on my system [02:20] pavlos: ah, I see. Would be good to have a command not needing the ssh part, but still operate optin e, to delete the original location file once transferred. [02:24] linuxmint: rsync --delete-source-files -avz SRC DEST (you can test it with --dry-run) [02:25] pavlos: thanks, I think the -e ssh is easier. === de-facto_ is now known as de-facto === zbenjamin is now known as Guest27992 === zbenjamin_ is now known as zbenjamin === denningsrogue5 is now known as denningsrogue [04:07] can I delete the contents of ~/.cache ? [04:08] frib: generally yes; if an application relies in it that application is naughty [04:09] Thanks TJ- [04:09] I have asked in here a couple of times about how to stop my wifi from turning off by itself but it seems like nobody knows how. Should I just give up? [04:11] frib: this was some advice given the other day to someone else who had a problem with a wifi doing some stupid power save: [04:11] sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf && sudo systemctl restart network-manager.service [04:11] yeah I tried that but it doesn't work [04:11] I'll be honest I don't know what it does, nor how to check if powersave is why you're dropping [04:12] here's what I know [04:12] in gnome-control-center there is an option to turn off wifi to save power [04:12] currently the setting is on for me by default [04:12] if I try to turn it off then my wifi goes off [04:12] the end. [04:18] frib: I'm sure this was discussed a week or so ago [04:19] I recall you or someone else mentioning that, and being told that the setting is supposed turn off Wifi to save power, so "on" means wifi is enabled, "off" means wifi is disabled [04:19] frib: it does NOT mean "enable some kind of additional power-saving whilst keeping wifi enabled [04:20] frib: I'm pretty sure the conclusion was that the Gnome UI design was extremely confusing and poorly designed [04:21] frib: easy way to test what that actually does is to use "nmcli radio" before and after altering that option and seeing what state the radios are in [04:46] hi I have a dnsmasq sending a option 3 "sent size: 4 option: 3 router 192.168.128.1" but there is no default route being setup. "ip route [04:47] doesn't show a default route. [04:51] neildugan: is the client configured to apply a default route? what networking client are you using (Network Manager, systemd-networkd, ifupdown) ? [04:55] TJ-, I am using netplan .... it has the "renderer: networkd" setup ... does that answer your question? [04:57] it answers the second question. you're using systemd-networkd (managed through netplan). [04:58] tomreyn, ok, so how would I find the answer to the first section. [05:03] neildugan: you could share your network configuration, or an abstraction of it, discuss how the network interfaces are configured when they are brought up, and whether you set any gateway or static routes [05:04] https://netplan.io/examples/ may help [05:09] tomreyn, TJ- , Here is the details of the configuration... https://pastebin.pl/view/e1a0917e [05:10] tomreyn, any other details you would like? [05:20] neildugan: i'm not really familiar with dnsmasq's configuration, but I notice you have the lines following "# Set default gateway" commented out. should they be commented in? [05:20] Hi, I am running a website on my ubuntu server. The memory usage is around 75%. The load average from htop says 0.09 0.22 0.29. Is this server too small? It only has 1 core and 2 GB or RAM [05:22] 0.0X is fine [05:22] tomreyn, once I enabled the logging I noticed it was sending that data automatically so I commented them out. [05:23] your server is fine Starship8012 [05:23] unless you want to put serious load on it [05:23] thank you :) [05:23] make sure to have swap though [05:23] neildugan: i see. i'm afraid i'm probably not qualified to help, i wasn't even aware that dnsmasq can act as a dhcp server until 5 minnutes ago. [05:23] what load average would be considered to high? [05:23] you are running close to your memory limit [05:23] 0.5? [05:24] Starship8012, 1 and above is bad [05:24] i have 0 swap [05:24] make a swap file [05:24] neildugan: there's also #ubuntu-server [05:24] alright [05:24] any size recommendations? 2gb? [05:24] make it 4G [05:25] alrighty [05:25] it is the old recommendation, not really relevant with new servers that have hundreds of G of mem [05:25] tomreyn, and a pxe server, tftp server, it is versatile.. ok thanks for trying. .... I think I will try again on ubuntu-server. [05:26] neildugan: sorry, and good luck. [05:32] alright, i got 4gigs of swap now :) it says "used 0"... do i need to do something so the system uses it ? [05:34] you need to run swapon against it [05:35] it's on and permanent [05:35] by permanent, i mean it added it to fstab [05:35] rebooted the server, free -m says swap = 4 gigs, used 0 [05:35] so swapon -s lists it? [05:35] i guess it will use it where it sees fit? [05:36] Starship8012, as long as htop or top shows that it is there all should be fine. [05:36] if so, yes [05:36] yes, it lists it [05:36] amazingthanks guys! :) === Ayo is now known as Guest79417 [05:49] s. [05:50] which one is best to use with ubuntu VS code or atom [05:50] im having problem with installation of vs code [05:51] can anyome help [05:51] it's not part of ubuntu, is it? [05:51] i think neither are [05:51] they may have their own support channels [05:51] yes they arent [05:52] allright [05:52] i'll check === routebee_ is now known as routebee [06:40] Anyone knows if zsys snapshotting after every apt command captures data in the home folders too? [06:40] Just wondering if it's taking more space than it needs to because of the movies and stuff I have or do I need to not worry about that [06:44] because of the movies and stuff I have or do I need to [06:45] fuck sorry [07:38] Has pulseaudio ever implemented hardware accelaration? I my bried searching, came across bug reports from 2008-9 with lenart telling people not to buy accelarated sound cards. [07:38] !pulseaudio [07:38] PulseAudio is a sound server intended as a drop-in replacement for !ESD - See https://wiki.ubuntu.com/PulseAudio for information and installation instructions [07:44] https://answers.launchpad.net/ubuntu/+source/pulseaudio/+question/88034 === cfvescovo[m] is now known as cfv[m] === norkle is now known as Norkle [11:44] Is there a way to modify snap vlc's access to filesystem? [11:44] it's getting permission denied [11:47] which one do you recommend, installing ubuntu LTS or non-LTS on a laptop? [11:48] I am building a problem which needs a dependency called `xcb-errors`. Any idea if Ubuntu has it? I can't seem to find it. [11:49] ice9, LTS only really matters if you're concerned about more stability/support and long term definitely working channels. [11:49] lts just means "long term support" [11:50] ksynwa, What program? [11:50] cluelessperson: yambar https://codeberg.org/dnkl/yambar [11:53] !discuss | ice9 [11:53] ice9: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [11:55] cluelessperson: contact: https://www.videolan.org/support/ for vlc snap [11:57] Yeah I feel the file isn't in Ubuntu repos [11:57] Usually it comes with something like xcb-utils-devel [11:57] ksynwa: what are you trying to do exactly? [11:58] BUild yambar [12:06] Hi, I'm really struggeling with the auto install. We are planning on going from CentOS to Ubuntu but our use case is a bit special. [12:06] We need to be able to add 3 users with password and ssh keys which are enabled by default and install a script which will pop up once the user logs in [12:07] But I'm for the world of me not able to find satisfactionary docs on this? [12:07] There is a identify section but that only handles 1 user [12:07] and do not even work with my password hash I gave it even if it accepts it [12:20] Hi folks [12:52] Hi. Anybody had any luck connecting their Sennheiser PXC 550 II to Ubuntu? [12:53] Trying to feel out if it would be wise buying it considering it needs to work with both Windows and Ubuntu [12:57] !hardware | locsmif_work maybe here [12:57] locsmif_work maybe here: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [13:06] heya people [13:07] can anyone recommend a pdf viewer/editor that i can make notes in my pooks with [13:07] s/pooks/books [13:08] i have tried xournal and im not that impressed [13:08] anyone do active reading with pdf files [13:15] no but if you find something gud to read from and be able to do all that well share it with me too ;) [13:15] routebee: please try to write everything in one line next time. It's really frustrating to read your text if it's punctuated with [return] [13:16] conjo_: if you're reading on a PC, there's the web browser. They are pretty neat at it [13:16] lols [13:16] i prefer calibre and a terminal window [13:18] Hello, im running ubuntu 20.04 [13:18] thats really cool whats up [13:18] im going to try okular [13:18] I have an ublox device, gps sensor, connected to my laptop through usb.. [13:19] But it doesnt get recognized, it connects, disconnects... [13:19] If i provide power to the board then it gets recognized.. [13:19] Whats even funnier is that yesterday it worked only with usb and today it doesnt.. [13:19] Its driving me nuts.. [13:20] what port are you pluggin into on ur tower/lappy a blue one [13:20] I try all of them, got 2 blue ones and one black one, usbs [13:21] had a similar issue with my ps3 dual shock controller and retro arch the other day and when i used a usb 3.0 it was fine:usb 2.0 failed on power [13:22] To recap, ublox gps connected throu usb to laptop works in windows.. Powered through a battery and connected to a linux box it works.. Connected only with usb to a linux box doesnt work.. [13:23] Except yesterday which worked for a few hours.. [13:23] Its got to be something related to drivers, kernel..? [13:23] further questions... is there a way to create a launcher that starts an app in firejail in gnome? instead of launching okular i want it to launch firejail okular [13:24] im not a big fan of gnome [13:24] i use MATE usually [13:25] just gotta read this a few times mrtrousers [13:25] Ok, thanks conjo [13:25] conjo_ :) [13:25] Im trying to find out what happened yesterday that made it work, but cant work it out.. [13:26] Thats dmesg output, connect, disconnect: https://pastebin.com/raw/MKg0FK6s [13:27] The board is not totally powering, the docs say it needs at least 500 mA power from the usb [13:27] i think i'll post that one on a forum and go to bed [13:28] conjo_ thats why it needs usb 3.0 cuz 2 is 500mA max and 3 900 mA [13:31] For some reason the board is not getting enough power from my usb ports, can i monitor that somehow? [13:32] yeah all i can think of is a pwr supply thing, but id expect it to play up in windows, what charge was your battery at and was it in the wall when you had it working the other day ubuntu may change power profile when you have low battery causing the usb to get less power but im guessing [13:32] eg when working was ur laptop plugged in and charging while the gps worked? [13:33] Im not sure, its been plugged while not working, should i try to unplug it? [13:33] Id like to monitor the ouput power of my usb ports, is there some program for that? [13:33] im sure you can but i cant answer on that one appeal to a smarter man [13:34] for sure start googling you will find heaps of stuff [13:34] Also there's another thing, my wire says usb 2.. Will that work with usb 3? [13:35] can search for other linux or pi channels perhaps or other board channels someone in one of them will know for sure [13:35] nah it will only carry usb2 if thats what the wire says [13:36] so it will downgrade as per colour of the plug if its white well xmas is comming [13:36] And its working, randomly again.. I did nothing special.. [13:36] Just connected to the usb 3 blue port, which i have done other times and randomly works.. [13:36] is it possible its finding its location and that takes a while longer on linux [13:37] Could the mess come from trying first the usb2 port and then the usb3? [13:37] if it stops working do you reboot the pc and the device [13:37] Not the device.. [13:37] I have tried rebooting the laptop before.. [13:38] you sure how about a pin hole somewhere [13:38] like on an iphone simcard or on the back of your router [13:38] will say reset [13:38] Its driving me nuts.. Ah no, no, the device has a reset button [13:39] Its got to be the order you plug it in the box, if you do usb2 first it my stay in that mode or something.. [13:39] disable suspend or what ever it is [13:39] conjo_ good advice though.. If it stops working ill reboot device, laptop and make sure its plugged in the blue one usb3.. [13:40] Also, wait, ive got a virtual machine with windows opened, and i had that too yesterday, could that be it? [13:40] clutching at straws champ shy of googling for ya-guess work [13:41] sorry what you mean you had it open an the gps worked [13:41] Its whats in common between yesterday and today.. [13:41] or did u turn the vm off n then the gps worked [13:42] Mmm i dont know, ill try that in a bit.. Its got to be usb port plug order or having the vm with windows open.. [13:42] are you trying to use the gps on a vm or a host machine [13:42] Mmm yes i had that working [13:45] know how to share usb with host machine on the vm running windows? [13:45] does it work like that? [13:45] Yes, yes.. I had it working, then it stopped working.. Yes it works.. [13:45] The problem is that the host, ubuntu machine, recognises the device (ublox gps) randomly.. [13:46] Thinking about that, ive had times where the windows machine was opened and the device not recognised... [13:46] did you try what old mate mentioned about dmesg |tail 100 [13:46] Its got to be the usb port pluggin order, plugging first usb2 fucks things up? Thats my best guess [13:47] after you unplugged and plugged in the device again ...30 seconds on [13:47] That command doesnt work [13:47] hang on sry lol [13:48] dmesg | tail -50 [13:48] not working? [13:49] Yes, that one does [13:49] sorry im always with syntax errors [13:49] now off to pastbin and share the copy and paste with us all [13:49] Thats the output: https://pastebin.com/raw/ei7sLWke [13:50] perhaps some linux yoda will help [13:50] Also when it doesnt work it says something about maby bad wire, but its not cuz the same wire in the same position works in windows.. [13:51] lmao that doesnt hold water you know =) [13:52] What you mean? [13:52] joke bro [13:52] 's [13:54] having a google mate [13:55] pray for me...lols and you [13:55] Thanks conjo_ [13:55] Ill keep debugging, be [13:55] all gud man but hey, dont get too happy im an amateur [13:56] gl [13:57] Me too. Ok vm is off and device still working.. Plugging into usb2 now [13:58] fuk that i reckon you will need to full power cycle and wait for it to connect [13:58] if you try usb3 [13:58] Usb 2 working too.. That driving me nuts.. Maybe it is the wire, but then why it works in windows? Also have tried another wire and does the same.. [13:58] 2 [13:58] 2 [13:58] lol [13:58] mrtrousers conjo_ please divide chat and support into different channels [13:58] it must be a wire man [13:58] or a power thing [13:59] eg not on mains with your laptop and it changes mode to conserve [13:59] Ill try rebooting everything and connecting to usb2 first see what happens... [13:59] for sure [13:59] brb smoke [14:00] Going to take a brake first, catch up in a 3 hours if you still around.. [14:00] take care gl and hope it keeps working, also try get it running with nothing running first [14:01] and plugged into power no vms browsers or anything and piss off the antivirus if running [14:01] !language | conjo_ [14:01] conjo_: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [14:01] ;( [14:01] sorry [14:02] conjo_ the battery levels might be important too.. Of cours when battery is low.. [14:02] But then i have it plugged to the wall.. [14:03] for sure [14:03] Nevermind, I just want to pinpoint the issue as I need this to run consistently and not randomly, lulz [14:04] keep all things with a psu plugged in at first no progs or vms running and then try changing usb ports giv it time to find location also [14:05] have you also tried using different cords some will just not work worn pins sometimes are not that noticable on the male or female side [14:05] or not the same eg aftermarket cheapies [14:06] mrtrousers, you'll get there im sure gl ciao [14:06] lotuspsychje, do you ever go to sleep? [14:07] conjo_: not a topic for the support channel, lets try #ubuntu-discuss [14:10] If I tried to install a deb and it fails due to a dependency that cannot be installed, how do I abandon the attempt (so that apt doesn't keep telling me to do install --fix-broken)? [14:11] `apt purge ` is enough? [14:11] k_sze: some debs are adding external ppa in the background, is that your case? [14:12] I don't think so. I was trying to install fahcontrol (deb downloaded from foldingathome.org), but fails because python-gtk2 and python-gnome2 are deprecated in Ubuntu 20.04. [14:15] mrtrousers, https://gpsd.gitlab.io/gpsd/faq.html#verify found this [14:28] mrtrousers, https://manpages.ubuntu.com/manpages/bionic/man8/gpsd.8.html [14:28] OK [14:30] Hi all [14:34] Hi DiogoConstantino. Do you have an Ubuntu support question? [14:57] Hello. My laptop won't upgrade. It is currently running 18.04 and I want to upgrade to 20.04. I click on the updater and click on "Upgrade..." and enter my password and then nothing happens. It is a System76 laptop that I bought with Ubuntu 12.04. Yeah, it's got some miles on it, but still runs like a champ. Any ideas? [14:59] rjwiii: is it actually running Ubuntu? [14:59] and not POP OS? [15:00] also, 32 bit or 64 bit? [15:00] Maik: Yes ... it is currently running Ubuntu 18.04 ... Not POP OS ... 64 bit [15:00] rjwiii, check the package manager sources setting, make sure it's set to LTS only. Then upgrade your existing packages before upgrading to the new release. [15:01] rjwiii: https://ubuntu.com/blog/how-to-upgrade-from-ubuntu-18-04-lts-to-20-04-lts-today [15:07] Maik: I clicked on "Settings" and I'm looking at the "Ubuntu Software" tab ... is that it? [15:08] Maik: If I click on any of the "Downloadable from the internet" options, it asks for my password and then nothing happens. [15:11] how can i know size of storage and ram size? [15:12] i want to crosscompile to mips with uclibc on ubuntu, i have mips-linux-gnu-gcc from the apt repository, what else do I need ? [15:14] pangpang: df and free [15:15] i did it with gnome-system-monitor [15:15] anyway thanks leftyfb [15:15] :) [15:16] oh my god [15:16] i have 256GB but i use only 5% :( [15:16] i waste money :( [15:17] leftyfb, how can i know cores of cpu? [15:22] rjwiii: did you read the blogpost i linked on how to upgrade to 20.04? [15:23] if you follow those steps you should be able to do it. If not then i don't know what is going wrong. [15:23] Maik: Yes ... the first upgrade option doesn't work ... Should I try the CLI option? [15:24] rjwiii: yeah, try all options mentioned in the blogpost [15:29] rjwiii: if it doesn't work out then the fastest way to get to 20.04.1 is to download the iso and perform a fresh install [15:35] Maik: The updater says my software is up-to-date, but when I tried the CLI option, it says "Please install all available updates for your release before upgrading." ... [15:36] sudo apt update && sudo apt upgrade and then sudo apt dist-upgrade [15:36] rjwiii: also, any PPA's you use? [15:37] if so disable or remove them [15:40] Maik: looks like a ton of updates are happening when I did sudo apt upgrade ... Why didn't the updater show them? [15:40] rjwiii: i don't know [15:47] folks i am trying to run my-post-install.sh script after autoinstall but getting error related commands not found inside script. I think /target environment causing issue. how do i run script normal way with curtin ? [15:47] - curtin in-target --target=/target -- /root/my-post-install.sh [15:47] that is what i am trying in my PXE boot [15:48] do i need to adjust all path inside my-post-install.sh to tell them /target/sbin/foo ? [15:50] Official document also not giving any hint [16:07] hi [16:35] In 20.04 installing python with the package manager will make python == python3 ? Or should I make the alias manually? [16:36] lrwxrwxrwx 1 root root 7 Apr 15 2020 /usr/bin/python -> python3 [16:36] It does on my box [16:51] I want to install Ubuntu on a PC with SSD+HDD. [16:51] I plan to install '/' on SSD, 'home' and 'swap' on HDD. [16:51] What do I do with other mount points like /usr, /tmp, I recall there were like 2-3 more - creating a partition for each of them seems overkill, but I don't want to end up with /tmp on my SSD. [16:51] Another question is, I checked out a few guides, and some of them advise putting swap on SSD - but AFAIU, SSD has limited amount of rewrites, and swap rewrites itself all the time - so what's up with that, do I miss something? [16:51] wow it was laughably easy to write the sd card with ubuntu for raspberry with ubuntu :) [16:55] bomzh1018: the times when ssd had remarkably less writes than hdds are (long) over. you can just ignore this in most scenarios now. for swap, ubuntu defaults to a swap *file* nowadays, which is placed in / - you can, however, create one elsewhere if you prefer. [16:56] for desktop use, i wouldn't want to spread mount points across disks much, if at all. === mateen1 is now known as mateen [16:57] thanks tomreyn! I'm not up to date on the state of the art for hard drives indeed. [16:58] one more remark on swap - if the system has enough ram at most if not all times, and that should be your primary goal (compared to other components, RAM is a lot more affordable now than it was 10 or 20 years ago) - then swap will not be used much, and then it doesn't really matter where you place it. [16:58] tomreyn: > i wouldn't want to spread mount points across disks much, if at all. [16:58] any reason for that? [16:58] it reduces flexibility [16:59] re: RAM&swap - fair enough [16:59] complicates upgrades and layout changes [16:59] Random thought: Speaking of mountpoints, I need to create a /home mountpoint on my next install instead creating it on / mountpoint. [17:00] tomreyn: sorry, I'm not sure I follow - reduces it how? If I understand correctly, separating /home from '/' allows to reinstall the system without having to store your personal data elsewhere [17:02] bomzh1018: yes, that's roght. for /home it can make sense, but i wouldn't do it for the other directories you mentioned (i think), such as /var and /usr [17:02] * that's right [17:03] tomreyn: I see now, thanks again! [17:04] another question: I got two PCs, both running Ubuntu MATE, both connected to one router - is there a way to transfer files from on to the other? [17:04] and if that's not the correct place to ask, what would be the better place? [17:04] you're welcome! note that some of these are personal preferences, others may see it differently. but i still think it's a good recommendation not to spread it out too much for desktop use (server is a different matter). there is #ubuntu-discuss, too, where such personal preferences could be discussed. [17:04] tomreyn: fair enough! [17:05] bomzh1018: about transferring files between *ubuntu installations, you'd normally use ssh [17:05] possibly rsync (on top of ssh) [17:06] or just sftp, which works similarly (at least on the surface) as ftp, but has nothing to do with it technically. it is based on ssh. [17:08] in term of GUI applications, gnome files (previously nautilus) supports ssh connections and file transfers. i don't remember the situation of the graphical file manager in mate. [17:08] thanks! Where do I get other PC's IP, in the router? [17:08] or there's some command to report your own IP? [17:09] in the router, or on the computer itself. ip a can tell, or you could use the network-manager GUI to determine it. [17:10] if you'll more regularly copy files between those, the convenient way to prepare for that is to configure static addressing for these systems in your router, if it supports assigning a fixed ip address to devices. [17:12] for now, I just need to move files once, after installation - but I'll dig into it more if I have to run it repeatedly [17:12] that way, the router still hands out the systems' ip addresses centrally, and you can continue to manage adressing centrally there, but ip addresses are still handed out via dhcp, so you don't need to configure those addresses on the individual computers (which can be annoying if you need to change them later but can't reach the computer you need to change it on) [17:13] I see - thanks! [17:14] ubuntu now has all the support to use mDNS resolution; install avahi-daemon (in by default I think) and libnss-mdns and .local will resolve on the local network [17:14] rfm: thanks! [17:23] why gnome gestures doesn't work on X11? [17:23] hi all [17:23] how is ubuntu market for server [17:24] is there alot enterprise using it ? for ubuntu server i mean [17:25] !ot | dodocrypto [17:25] dodocrypto: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [18:05] how to find out which audio chip is being used on 20.04 desktop? [18:22] zutat: inxi -A === murphyslawbbs is now known as murphyslawbbs[aw [18:46] since the ubuntu installer doesn't encrypt the /boot partition, so how to verify that the kernel and initrfs haven't been tampered with during boot? [18:54] ice9: https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 [19:03] i will never get why xrdp installs gnome that i don't want [19:04] since it's possible to achieve full disk encryption including boot, why the installer doesn't do it support it out of the box? [19:05] ice9: you'd need to ask the ubuntu deskktop team that. we could speculate in #ubuntu-discuss, too. [19:10] like gnome-shell [19:10] i will just use vnc if its better [19:12] lol wrong channel [19:32] Tails #tails [19:40] exit === yutat is now known as zutat [20:03] Hello, I ran a do-release-upgrade from trusty to xenial which completed but all the packaged are still on trusty. Any idea how to fix this? [20:05] cpusmith: I'm confused, what exactly are you seeing? [20:20] sarnold: uname -r says says 4.4.0-127, sources.list still has trusty in it, apt list --installed all have trusty packages [20:21] cpusmith: so, when you say that do-release-upgrade *completed*, what exactly did it do? [20:30] To tell you the truth it was 20 server upgrades ago. I think that maybe it didn't reboot but a reboot didn't change anything. [20:31] cpusmith: try running it again then? [20:34] then it wants to go to bionic [20:40] I have two PC both running Ubuntu MATE, both connected to the same router, and I try to connect from one to the other [20:40] I was advised earlier to run `ip a` to get PC's address - ip a gives me [20:40] inet [20:41] inet 192.168.1.49/24 brd 192.168.1.255 scope global .... [20:42] but when I try to run ssh-copy-id user@192.168.1.49, I get an error: [20:42] /usr/bin/ssh-copy-id: ERROR: ssh: connect to host 192.168.1.49 port 22: Connection refused [20:42] what am I doing wrong? [20:43] connection refused could mean there's no openssh-server running on 192.168.1.49, or there's a firewall on either machine or the router that's blocking the connection attempt [20:44] ah right - there's no openssh-server indeed [20:44] would SSH work if I manually copy public keys between PCs? [20:45] sure, but not without a server :) [20:46] okay, so I need to install server then. Thanks! [20:47] bomzh1018: one sec.. [20:48] bomzh1018: you don't need to install "ubuntu server" -- you just need to install the openssh-server package; a quick "sudo apt update && sudo apt install openssh-server" will do the trick :) [20:48] bomzh1018: apologies if this is what you meant, I'm just afraid of you running off to do something needless for an hour :) [20:48] I plan to work along this guide: https://ubuntu.com/server/docs/service-openssh [20:48] is it the one that I need? [20:49] and no worries! it's better to clarify indeed :) [20:51] Hi all - anyone use Citrix Workspace and get it to run/connect without error? [21:00] <_Trullo> it's hard to get it to work [21:04] Can I install hexchat on a system with 2 gigabytes of memory and 16 gigabytes of storage? I am talking about a QEMU-Conroe machine running a 20.04 LTS version of Ubuntu. Is hex chat compatible across all "Focal Fossa" versions of Ubuntu Linux? [21:09] what is wrong with this late-command: - curtin in-target --target /target -- apt-key add /target/root/gpg.key [21:09] Its throwing error [21:10] I have noticed that command will add key in installer filesystem instead of target [21:15] Hello i was here before.. [21:16] maxFlexGuest: a two gig machine is a bit tight; if hexchat doesn't work great, irssi or weechat will probably work fine, if you don't mind CLI clients.. [21:16] maxFlexGuest: HexChat doesn't use that much memory, probably <400M. Depends on what else you have running [21:16] maxFlexGuest: my irssi is hosted on a 512M machine :) heh [21:16] Lol, i was talking to someone but dont remember the nick.. [21:17] mrtrousers: conjo_, replied with your nickname a few times anyway [21:17] Thats it, how do you know sarnold? [21:17] mrtrousers: /lastlog mrtrousers [21:18] conjo_ [21:19] I think the problem with my gps device not connecting is the battery, right now is not working, the battery is low though the laptop is plugged.. [21:19] I think when the battery is full the gps will work.. [21:19] Is there any program to monitor the current available at the usb ports? [21:55] mrtrousers: usually laptops provide up to 500mA for usb2 and 900mA for usb3 ports [21:56] Do you think that amperage can change depending on if the laptop's battery is charging or not? [21:56] The gps device needs minimum 500 mA to work, right now with battery low and charging didnt work.. [21:57] I think depending on the battery level the device works or not.. [21:58] But not sure yet, im just testing.. [22:19] Hi, I'd need some help with X and a keyboard layout related issue, which seem to exist only on Ubuntu based systems [22:22] Happens both on kubuntu and xubuntu (probably others as well, but have not tested) with the German Bone layout [22:24] ctrl+f doesn't work. [22:30] The key events are received, I can e.g. define a global shortcut. As soon as I assign c+f to anything other than find and then back to it, c+f works as expected, but only for a couple of seconds. [22:32] f in Bone is located where the German y (English z) key is [22:32] see https://neo-layout.org/Layouts/bone/ [22:33] originally i had installed wireguard when it was a DKMS module. Now that it's available in the kernel, is there some pkg I should remove since whenever I get a new kernel, it recompiles, sees that it matches and then ultimately does nothing? [22:33] looks like i have wireguard and wireguard-dkms installed. Is it safe to just remove the latter? [22:34] SirScott: yes, it should be safe to remove it [22:34] sarnold: thanks for confirming! [22:37] since c+f works with bone in other distris, I was hoping this could be fixed by configuring differently [22:38] don't know where to start, though [22:46] oh wow, bone looks neat [22:48] holy cow their xconfig is huuuuuuuge https://dl.neo-layout.org/XCompose [22:49] yup, like the layered approach [22:50] Hi! My tripple monitors only work on the 20.04 login prompt. Once i'm logged in, 1 monitor goes into stand-by nowhere to be found in the "Settings" → "Screen Display". Makes no sense - now do i get my 3rd monitor back online? (i7 iGPU HD 4600, works fine in Windows) [22:51] faekjarz: does xrandr know it? [22:53] sarnold: the xcompose stuff is optional [22:53] The VGA port is giving me trouble - xrandr: Output VGA-1 is not disconnected but has no modes [22:55] why wouldn't vga-1 have modes automatically? [22:56] monitors are .. funny. a friend's 32" tv was reporting itself as a 52" tv a few days ago. [22:56] you get the feeling they cut as many corners as they can [22:56] no idea, but can you set one with --mode? [22:57] i am having a problem connecting to my tigervnc server. it is on port 5901 that is open but, the connection times out [22:57] the edid-decode or read-edid packages might be able to tell you more about the monitor.. I wonder if there's anything in the X logs? [22:57] Tails: connection time out sounds a bit like a firewall configured to DROP packets [22:58] ok [23:03] d12fk: no i cant. xrandr: cannot find mode 1920x1080_60 [23:08] i've spottet a stale xorg.conf from nvidia-settings. I've renamed it. i'll disconnect from IRC while rebooting. [23:17] all right, i fixed it - moved the old xorg.conf out of the way and rebooted [23:17] \o/ [23:17] Is ubuntu spyware? [23:18] I use Kubuntu 20.04 and I hear recently in a video by Richard Stallman that ubuntu spies on you and sends information [23:18] Is this true? [23:18] I don't expect RMS to lie, but I do expect him to embellish the truth a bit [23:19] Hash: Not really. I think the hardware data is an option when you install [23:19] faekjarz: it's all working? :) [23:19] In fact, Linux Ubuntu has a desktop search feature that sends the search terms to Canonical’s servers. “This already is a spyware” says Mr. Stallman. He explains in the herein video that this spyware is linked to an advertisement scheme involving Canonical and Amazon. [23:19] Is that still a thing? [23:19] I use chromium browser, and Xmonad, and no ubuntu search features [23:20] I use kkubuntu as a base, and Xmonad + terminal + chromium [23:20] Hash: that feature is 'unity scopes', it was going to be a Big Deal on the phone.. [23:20] I see [23:20] So I am unaffected by it then. I don't use Unity [23:21] and, it's not like it was exactly a surprise, that if you use the 'search for songs' or 'search amazon' features, that they'd search for songs or search on amazon :) [23:21] I don't even use Amazon or order anything there [23:21] I'm a hippie [23:22] Cartman hates me. [23:22] Since Ubuntu version 16.04, the spyware search facility is now disabled by default. It appears that the campaign of pressure launched by this article has been partly successful. [23:23] https://www.gnu.org/philosophy/ubuntu-spyware.en.html [23:23] sarnold: yes all good. it was an xorg.conf from nvidia-settings that messed something up - i removed the nvidia card and run the i7 iGPU now [23:23] Ah, the power of media and spreading the word. At least linux users care more about privacy than Apple/Windows people on average [23:29] faekjarz: cool :) thanks for reporting back :) === Napsterbater is now known as Guest4904 === Napsterbater_ is now known as Napsterbater