[00:00] Still no, I just plug in and out [00:00] I figured that would be good enough. I can restart the PC [00:03] Zilenc3: you could disconnect (wired connected) and then reconnect (top right of your screen) [00:03] Zilenc3: that will force 20.04 to get a fresh network ip [00:03] pavlos, a dhcp request? [00:05] .sh files used to run by clicking in filoe manager. Now it only asks me what is the default application [00:05] derpadmin: I think it does an ifdown eth0 then ifup eth0 [00:05] pavlos, most likely yeah [00:05] and a dhclient? [00:06] I'm thinking bash, but I can't find it as a selection [00:09] pavlos, Under Connection Info, I see "more connections" with an old static IP (which I deleted after I switched to DCHP). Also the default route is the old gateway ip [00:09] I did what you suggested disconnect and reconnect via top right tray icon [00:10] Zilenc3: maybe reboot the router to clear stale info [00:11] Zilenc3: top right, there is a network symbol, I click wired connected, turn off, wait 1 sec, turn on, you should have an ip [00:36] OK I figured it out. Thanks [00:39] hello [00:39] i get this error https://bpa.st/YEVA after apt update / apt dist-upgrade [00:39] Errors were encountered while processing: grub-efi-amd64-signed === whitesnake is now known as zod [00:50] asdfgh: possibly you can recreate the fault outside of update-grub to gain more clues as to the cause, using "sudo dpkg-reconfigure grub-efi-amd64-signed" [00:53] TJ-, /usr/sbin/dpkg-reconfigure: grub-efi-amd64-signed is broken or not fully installed [00:53] can i just remove it ? [00:54] asdfgh: ok, then try "sudo dpkg --configure grub-efi-amd64-signed" [00:54] reconfigure doesn't work if the package has not been previously configured [00:55] TJ-, back [00:55] did you write anything ? [00:57] now i have [00:57] https://bpa.st/KD4A [00:59] asdfgh: ok, then try "sudo dpkg --configure grub-efi-amd64-signed" [00:59] reconfigure doesn't work if the package has not been previously configured [01:01] TJ-, https://bpa.st/P73Q [01:02] asdfgh: I'm looking at the post-install script which is called and it is pretty simple but not clear where it is erroring https://git.launchpad.net/ubuntu/+source/grub2-signed/tree/debian/grub-efi-amd64-signed.postinst?h=ubuntu/focal-proposed [01:03] asdfgh: does this file exist: "ls -l /usr/share/grub/grub-check-signatures " [01:04] TJ-, -rwxr-xr-x 1 root root 3539 Sep 8 12:22 /usr/share/grub/grub-check-signatures [01:04] asdfgh: ok and how about "ls -l /usr/lib/grub/grub-multi-install" [01:05] TJ-, -rwxr-xr-x 1 root root 11895 Sep 8 12:23 /usr/lib/grub/grub-multi-install [01:05] if either of those is not executable that could cause an error, else the script should do "exit 0" not 1 as your paste shows === jnewt_ is now known as jnewt [01:06] WHAT CAN I DO TJ- ? [01:06] ops pardon the caps [01:06] asdfgh: that's what I was wondering! [01:07] asdfgh: I'm guessing one of those commands is returning a non-0 exit code [01:07] asdfgh: so let's run them manually and find out: "sudo /usr/share/grub/grub-check-signatures; echo $?" [01:08] 0 [01:08] asdfgh: so that is OK [01:09] asdfgh: " sudo /usr/lib/grub/grub-multi-install --target=x86_64-efi; echo $? " [01:09] you should see some messages then the exit code on the last line [01:09] 1 [01:09] aha [01:09] just 1 [01:09] can you pastebin the messages if any? [01:11] what messages? there are no messagesd [01:11] just 1 [01:11] https://bpa.st/NK5A :) [01:12] asdfgh: now we need to enable bash shell command echoing so we can find out which line in that shell script fails. "sudo bash -x -c '/usr/lib/grub/grub-multi-install --target=x86_64-efi' | tee /tmp/grub.log " [01:13] TJ-, https://bpa.st/XIYQ [01:17] asdfgh: bah, I got that wrong! [01:18] CAN I JUST REMOVE THAT PACKAGE? [01:18] grrr... pardon again [01:18] asdfgh: no, it's rather essential! [01:21] grrr [01:21] however "update-grub" works without problems [01:22] they do different things [01:23] i found the issue that seems related to ESP flag [01:23] the 'install' is supposed to write the GRUB core image grubx64.efi into the EFI-SP [01:23] is /boot/grub/efi/EFI/ correctly mounted? [01:24] TJ-, how can i check it? [01:25] asdfgh: "mount | grep efi" [01:25] no [01:25] it is not mounted [01:25] you'll see something like /dev/nvme0n1p1 on /boot/efi type vfat [01:25] ok that is the problem [01:25] so you need to figure out why, and correct it [01:26] is there an entry for it in /etc/fstab ? [01:26] i really have no clues for it [01:26] let me check [01:26] asdfgh: "grep efi /etc/fstab" [01:26] nothing [01:26] that's the problem then. Where did that go? [01:27] have you been editing fstab recently? [01:27] no absolutly, it is a dedicated web server with preintsalled ubuntu 20.04 [01:27] hmmm [01:28] fstab https://bpa.st/423Q [01:28] asdfgh: what does "sudo blkid" report? [01:28] https://bpa.st/TUIQ [01:29] asdfgh: I think the problem here is that the system is installed to start in BIOS mode, not EFI, but somehow you've managed to start it, or install, the EFI packages. There is no sign of an EFI System partition [01:30] I feel like Ubuntu (im technically on xubuntu) handles memory poorly. Is there a way to file a bug about that? ubuntu-bug wants a specific package [01:30] jjbuggle: in what way does it handle memory poorly? [01:33] TJ-: well, several ways. The default install (18.04) gave me way too little swap, without giving me any option to change that. Next, firefox seems to leak memory, and given that it uses huge amounts of memory in the first place, it leaks a lot of memory. Next, my system seems to try and allocate memory to firefox, even though there isn't any left. Next, the system doesn't give you any warning at all when you are about to run out of m [01:33] emory. Next, my system just locks up swapping. Usually it comes back after awhile, but this last time, I just hard reset my computer after at least 20 minutes of swapping. [01:34] TJ-, [01:34] had problem with IRC [01:34] asdfgh: what does "sudo blkid" report? [01:34] https://bpa.st/TUIQ [01:34] last messages i have seen [01:34] asdfgh: I think the problem here is that the system is installed to start in BIOS mode, not EFI, but somehow you've managed to start it, or install, the EFI packages. There is no sign of an EFI System partition [01:35] jjbuggle: swap size for a partition is usually set to the amount of RAM + a bit (to accomodate hibernation images) . If firefox is leaing memory that is a bug against firefox package [01:36] TJ-, ok so i can remove that package? [01:36] jjbuggle: locking up whilst swapping is expected; you need to alter the swapiness value for the kernel and consider OOM (out of memory) config options. [01:36] asdfgh: yes - but you should figure out how and why it got installed [01:37] asdfgh: what does "apt list --installed grub*" report ? [01:37] TJ-: its all the things. But I would rather have this in a bug, so I don't have to type this out over and over. Fwiw, I have 12g ram. Installer game me 1g swap. Somehow that later changed to 2g, I don't know how. When I set things up manually, I would do 1-2x of ram [01:37] jjbuggle: is it using a swapfile rather than a partition? [01:38] TJ-: I don't think locking up while swapping is something that _should_ be expected [01:38] jjbuggle: if memory is being paged constantly to the storage device then there is bound to be I/O delays [01:38] asdfgh: what does "apt list --installed grub*" report ? [01:39] i do not know what happen on my pc [01:39] i get no connection to monitor [01:39] TJ-: all it's done in the past is just kill some random part of firefox to get more ram. Why can't it do that more quickly? I can reinstall the entire ubuntu system in the time it takes. And why not just tell firefox no when it asks for too much memory? [01:40] jjbuggle: I've used Firefox extensively for years. In my experience it isn't a leak it's a web-application (Javascript) that is sucking up memory - figure out which one is doing it [01:41] jjbuggle: presumably you've lots of tabs open in FF and Javascript running in most [01:41] I just want to file a bug report. It's all the things I mentioned. Even if what you say is true, it shouldn't crash my system [01:41] TJ-, https://bpa.st/TALA [01:42] jjbuggle: as I said, you said FF is leaking, so report against that [01:42] windoz figured this out in the 90s by having a dynamic swap file [01:42] TJ-, my pc has some problem too... i get black screen... [01:42] i do not know the reason [01:42] something like "no signal" from monitor [01:42] i do not know [01:42] i must restart [01:42] everytime [01:42] https://bpa.st/TALA <--- installed packages [01:43] asdfgh: all the installed GRUB packages are for EFI so do not remove anything - I think you have some major problem on that system if the EFI system partition is missing with no mention of it. Did you move the SSD from one system to another? [01:43] no TJ- [01:44] just the defautl config of the server [01:44] with ubuntu 20.04 installed [01:44] fresh install [01:44] asdfgh: then I cannot see how that would even boot! [01:45] asdfgh: your previous pastes did not show an EFI system partition and there is no mention of one in the fstab either, but the only GRUB packages installed are for EFI mode [01:45] what about if i reinstall grub [01:45] remove everything and reinstall [01:47] asdfgh: I'm not sure it will help - if this is a fresh install that you have not tinkered with then I cannot think of any explanation for how it could get in this situation, apparently booted in BIOS mode but with only GRUB EFI packages installed, but no EFI-SP [01:47] grrrrrrrrrrrr [01:48] what is happening to my ubuntu 20.04 [01:48] i get black screen [01:48] very often [01:48] asdfgh: what does "lsb_release -a" report ? [01:48] asdfgh: on the server [01:48] because eveything I'm seeing does NOT look like the result of the Ubuntu installer [01:51] TJ-, how can i check what is causing the black screen on my pc? (not server) [01:51] i need to reboot everytime!! [01:53] asdfgh: "TJ-> asdfgh: what does "lsb_release -a" report ? on the server" The last request in channel. === zbenjamin is now known as Guest58107 === zbenjamin_ is now known as zbenjamin [01:53] * TJ- thinks someone tinkers too much [01:56] Tj- [01:56] I really can't chat [01:56] Black screen [01:56] Now I am on mobile [01:56] Something like no signal I do not know [01:57] Cant work on server right now because of those problem on my pc [01:57] I think I have to reinstall ubuntu [01:58] Sorry thanks you for your help [02:15] anyone know a safe way to increase swap or make a new swap file? It looks like dd is the suggested command, but I have very little experience with dd [02:17] jjbuggle, mkswap is the way (whatever recommended dd is not to be trusted) [02:19] well, I actually just did it with dd. I used mkswap as well, but I guess I'm done. Thanks! [02:20] fwiw, man mkswap is where I grabbed the version of dd command that I used [02:21] make sure you set sensible permissions on it as well [02:21] a swapfile that everyone can read is no good [02:21] I used this page as the main guide: https://askubuntu.com/questions/927854/how-do-i-increase-the-size-of-swapfile-without-removing-it-in-the-terminal [02:21] good? [02:22] what does `ls -l /swapfile` output? [02:22] jjbuggle, ah, ok. I guess dd is ok (I always used "fallocate" to set up the space) [02:23] tds: https://paste.ubuntu.com/p/FK4rR4k3Vs/ [02:23] looks good :) [02:24] awesome, thanks :) === surfaceflinger is now known as fling [03:51] !info inxi [03:51] inxi (source: inxi): full featured system information script. In component universe, is extra. Version 3.0.38-1-0ubuntu1 (focal), package size 178 kB, installed size 802 kB === sauvin_ is now known as Sauvin === the_evil_mother is now known as beaver === Mr_x- is now known as Mr_x === tag_ is now known as tag === bbhoss_ is now known as bbhoss === matlock_ is now known as matlock === jwheare_ is now known as jwheare [07:29] TJ-, are you there? [07:48] guys i have a problem in my server i noticed that after reboot nginx does not start automatically but when i run /etc/init.d/nginx start [07:48] it works as expected [07:48] why? [07:56] When i use : ss -4 its shows me all IPv4 and IPv6 Socket Connection. What does ip_adress:domain mean? ususaly it shows port. [07:59] DanDev: :domain means port :53 e.g. DNS - it comes from /etc/services [08:00] DanDev: as "man ss" shows -n means 'do not resolve service names' so 'ss -n' would show the port numbers [08:04] i try adding network-online.target in [Unit] [08:04] and want [08:04] Wants [08:05] hi TJ- !!! pardon for yesterday, i do not know what happen [08:05] i see black screen often, the pc does not reboot, just blackscreen [08:05] something like no signal problem [08:05] but whne i restart i can see the monitor again -_- [08:06] i do not know what happen in my local ubuntu 20.04 [08:06] (regarding the server with grub efi problem....i tried to reboot and it works!!) [08:06] i have these packages installed https://bpa.st/NQAQ [08:09] ok so network-online.target did the work! now nginx starts after reboot [08:09] TJ: What does that mean if there is a IP from Singapure listed? [08:13] asdfgh: sounds like you had gremlins [08:13] DanDev: that there's a connection to Singapore? [08:14] TJ-, what can i check? [08:15] however for nginx network-online.target worked [08:15] TJ: But what does that mean? My DNS is german [08:16] DanDev: that your system is connecting to a DNS server in singapore ? [08:18] hi [08:19] what shell command would do the same as turning a specific VPN on? [08:19] neure: depends on how the network VPN is managed. If it is a desktop then 'nmcli con' [08:20] yeah [08:21] worked, thanks! [08:27] TJ-, are there any log to check what happen ? [08:27] i mean....why the screen becames back with no signal [08:27] if there was a problem with cable or other things [08:27] after the reset i should have the same problem again [08:27] but no [08:28] if i do an hard-reboot [08:28] i can see the output in monitor [08:28] so i do not think is a problem of cable or hardware [08:33] TJ-, where should i add those directives: net.ipv4.ip_nonlocal_bind = 1 net.ipv6.ip_nonlocal_bind = 1 [08:38] found https://www.cyberciti.biz/faq/linux-bind-ip-that-doesnt-exist-with-net-ipv4-ip_nonlocal_bind/ [08:41] hey! installed ubuntu 18.04 on laptop, ethernet isn't working. but wifi is. Forgot to select 3rd party drivers but did a sudo ubuntu-drivers autoinstall and still the same scenario. only ethernet doesn't work [08:42] any suggestions as to what to do? [08:43] The_LoudSpeaker: wich chipset is that [08:45] let me check. [08:45] lspci -vv will have it? [08:46] The_LoudSpeaker: or sudo lshw -C network [08:54] hi [08:54] i have an issue with a set of bose headphones. My issue is that on ubuntu, the sound on them is really low [08:54] and it is annoying because I want to listen to music/sound at a higher volume [08:55] is there a way to fix this? [08:55] This only seems to happen on my Bose headphones [08:58] lotuspsychje: https://paste.ubuntu.com/p/9SV85S86wN/ [08:59] The_LoudSpeaker: ok, so its the realtek eth not picking up right? [09:00] yup [09:01] The_LoudSpeaker: wich kernel version are you, is your system up to date? === OEIRAS_Dois is now known as OEIRAS [09:05] yeah its uptodate 18.04 system [09:06] The_LoudSpeaker: uname -a [09:07] 5.4 kernel [09:07] https://paste.ubuntu.com/p/cVV9nWZx4H/ [09:10] help!!! [09:12] !patience | OEIRAS [09:12] OEIRAS: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [09:14] i have an issue with a set of bose headphones. My issue is that on ubuntu, the sound on them is really low [09:14] and it is annoying because I want to listen to music/sound at a higher volume [09:14] * Birosso has quit (Ping timeout: 246 seconds) [09:14] is there a way to fix this? [09:14] This only seems to happen on my Bose h [09:14] you said that not 20 minutes ago. It's still on my screen, OEIRAS [09:15] The_LoudSpeaker: in what way is Ethernet not working? [09:15] jelly, which is a long time in Portuguese time [09:16] this is not a .pt channel. [09:16] I wrote the question in English [09:17] OEIRAS: there may not be anyone here that understands the issue AND has time to respond [09:24] TJ-: the ethernet wasn't even detected [09:24] I found that installing official drivers from realtek might help [09:25] so I just did that [09:25] now rebooting [09:25] will keep you posted if it works [09:26] dying over here and cannot figure this out - 18.04 install on a digital ocean droplet - https://paste.ubuntu.com/p/zPWWx5nw7r/ [09:29] OEIRAS: bluetooth headphones usually give a bit of a problem in linux tbh. But you can try pavu. "sudo apt install pavu" in terminal and then launching the app named pulseaudio volume control and then tweaking in there might help. [09:29] mouses: you can try sudo apt update && sudo apt install --fix-broken --fix-missing [09:31] The_LoudSpeaker: no change, sadly :( [09:32] then a sudo apt autoremove --purge before that perhaps? mouses [09:35] The_LoudSpeaker: https://paste.ubuntu.com/p/tcknyB75WN/ [09:40] if i update then install some new package , and then upgrade will it break the deps [10:38] The_LoudSpeaker: got it working? === PowerTower_121 is now known as PowerTower_120 === TheBomb is now known as akem [11:23] Hi all [11:29] hi [11:31] welcome sick_boy [11:32] thank you @lotuspsychje [11:32] how can we help you today sick_boy [11:33] not needing help at the moment, thanks for asking. just joined the channel to help others. [11:34] great [12:20] On my ubuntu 20.04 installation through proxmox, I have added a interface. It shows up as ens19. On boot, it is down. I have to manually do sudo ip link set ens19 up, and i have to manually do sudo dhclient ens19. How can I make this default behavior of this interface? [12:22] sudo nano /etc/netplan/00-installer-config.yaml ? [12:23] ryusaku: are you on ubuntu server? [12:23] yes [12:23] I just upgraded to 20.04 and now I'm getting connection timeouts with snap, any ideas [12:24] ryusaku: you might wanna visit #ubuntu-server, but you will prob have more luck on monday, sundays not too much action [12:26] curl https://api.snapcraft.io works [12:26] !netplan | ryusaku see also [12:26] ryusaku see also: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [12:26] lotuspsychje : adding the second interface in 00-installer-config.yaml worked :) thanks [12:26] ah great ryusaku [12:29] related question, does anyone know why privoxy seems to drop certain https requests and others are fine [12:41] snap times out after exactly 40s which seems short [12:44] wow it is privoxy again.... why privoxy why? [12:57] lotuspsychje: no idea, it was a friend's system, I sent him the instructions, he followed and rebooted but then he said ethernet was connecting but getting disconnected automatically. somemhow. we checked and made sure that the official driver module was loaded in system and used. everything seemed fine [12:57] don't know if he got it working after that [13:05] is it possible to set some permission on a folder so that all files and folders created inside that folder will be owned by a spesific user? [13:20] vlm, look at setgid bit. https://linuxconfig.org/how-to-use-special-permissions-the-setuid-setgid-and-sticky-bits === OEIRIAS is now known as OERIAS [13:23] vlm, that is for group permission however. what you want doesn't make much sense, would take ownership away from the creator [13:23] ddubya: yeah i tried it sometime ago didnt work quite,but thanks though (,") [13:24] it would be like setuid bit, but appearently doesn't work for directories [13:24] ddubya: ill give it another go though,yeah i did some light reading i think that was what i got from it aswell [13:25] the solution is to run the service that creates the file as the user you want to own them [13:26] not always possible to do, also most file servers have a setuid option [13:29] Hi. [13:29] How can I disable touch pad events? [13:29] I've a Sony SVF1521G1EW/VAIO, BIOS R0200DA (03/26/2013) I'm on ubuntu 20.04.1 LTS (Focal Fossa). [13:30] ddubya: yeah just sometimes i forget and use root user to create files with sudo,nice if i could have it just automagically be chown back to regular user =) [13:30] Fn-F1 doesn't work, it has never worked on Linux. [13:32] If Linux cannot intercept bios Fn-F1 to disable touchpad, can I stop touchpad service or can I drop its driver? [13:33] ferz: witch DE and version of ? [13:39] ferz : settings --mouse & touchpad disable touchpad [13:55] ledeni: ubuntu 20.04.1 LTS (Focal Fossa) [13:56] ledeni: which is the cmd line to disable touchpad and leave usb mouse working? [13:58] ferz: just open settings go to mouse & touchpad and disable touchpad [14:01] ledeni: thank you [14:02] ferz: you're welcome [14:03] ledeni: now I've to discover how "settings" have been translated in ubuntu-mate :D [14:03] I hate translations :-/ [14:12] ferz: run in terminal 'gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled-on-external-mouse' [14:27] Hi what is arduino package present in Ubuntu 20.04 ? It installs arduino IDE but in version 2:1.0.5. On https://www.arduino.cc recent is 1.8.13 :/ [14:29] matkor, snap find arduino [14:29] ioria: So package is very old 1.0.5 version? [14:31] matkor, you can use the more recent one with snap === test_ is now known as demonspork [14:36] https://launchpad.net/ubuntu/+ppas?name_filter=arduino [14:41] Hey all, I'm having an issue with getting Bluetooth working properly on Ubuntu 20.04 LTS. The BT chip in question is a combo WiFi/BT Realtek RTL8821AE. When using a Bluetooth headset, I can get A2DP mode working correctly, but I can't get HSP/HFP mode working, meaning I can't access the microphone. Any thoughts? [14:49] DWSR, I've seen something similar with 18.04 + 5.4 hwe kernel; trying to switch the device to HSP/HFP a couple times repeatedly and eventually it succeeded, for no good reason [14:49] DWSR: Actually I have no idea. I tested my Sony BT headphones on Ubuntu and was able to switch audio profiles easily [14:50] It looks like the FW for my BT card is missing? Seeing this in dmesg: [ 8.912421] bluetooth hci0: Direct firmware load for rtl_bt/rtl8821a_config.bin failed with error -2 [14:50] any interesting error messages in journalctl around the time you try to switch profiles? [14:51] mgedmin: Nope [14:51] I assume you mean in bluetoothd journal? [14:51] DWSR, is there anything in /lib/firmware/rtl_bt/ dir at all? [14:51] oh, does it have a separate log file? [14:52] apt-file search rtl8821a_config.bin says there's no package shipping that file [14:52] jelly: Yes. [14:53] I keep seeing mention of a package called "firmware-realtek", but that's not available for Focal [14:53] I thought pulseaudio was responsible for dealing with BT audio profiles [14:53] it's from kernel package [14:53] you can download kernels from ubuntu mainline page, with modules and firmware [14:54] I've had some snags from time to time, but switching between A2DP and HSP/HFP and back would usually make things work... [14:54] mgedmin: How are you switching them? I'm trying to switch via blueman [14:54] https://kernel.ubuntu.com/~kernel-ppa/mainline/ [14:54] DWSR, firmware-realtek is a package for Debian, Ubuntu seems to keep all of those in linux-firmware package [14:54] that's it [14:55] That rtl8821a_config.bin doesn't exist upstream in linux-firmware either [14:57] I've been staring at this for a little bit and part of the problem is that I keep running into instructions for e.g. 16.04 or 14.04, which clearly don't apply. :P [14:57] tried 20.04, but only find config.bin for rtl8821c [14:58] *found [14:58] Interestingly, it appears that duplicating that file might work: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893912 [14:58] Debian bug 893912 in firmware-realtek "firmware-realtek: Failed to load rtl_bt/rtl8821a_config.bin" [Important,Open] [14:59] Also `rtl8821a_fw.bin` exists in `/lib/firmware/rtl_bt` [15:00] it seems to be missing upstream... https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/rtl_bt [15:01] Hrm, I'm going to try the suggested workaround in that bug [15:01] brb [15:01] * jelly slow [15:01] DWSR: system preferences -> sound -> there's a dropdown [15:01] Any hint to reduce -> systemd-analyze blame ... 2min 823ms ifupdown-pre.service [15:01] journalctl -b0 _PID=1 | grep Failed [15:01] oct 11 17:39:23 K123... systemd[1]: ifupdown-pre.service: Failed with result 'exit-code'. [15:01] oct 11 17:39:23 K123... systemd[1]: Failed to start Helper to synchronize boot up for ifupdown. [15:01] oct 11 17:39:23 K123... systemd[1]: apport-autoreport.service: Failed with result 'exit-code'. [15:01] oct 11 17:39:23 K123... systemd[1]: Failed to start Process error reports when automatic reporting is enabled. [15:02] mgedmin: Ah, yeah, I can "change" the option in that dropdown, but when I subsequently test the audio, it's still high quality (indicating it's still in A2DP mode) [15:02] huh, for me there's a very noticeable drop in quality [15:03] what happens if you select your BT headset as the input source? it should switch to HSP automatically [15:03] DWSR: according to the source code the config.bin isn't needed [15:03] lol I tried to take a screenshot with alt-printscreen, and it screenshotted just the dropdown itself [15:05] mgedmin: It's missing from the input source selection [15:05] jeremy31: I believe you, but the logs tell a different story. [15:06] huh! [15:06] what's the headset? [15:06] Anker Soundcore Life Q20 [15:06] oh hey the file chooser in my chromium is missing all the icons [15:07] DWSR: It that file was really needed, the bluetooth wouldn't work at all [15:07] jeremy31: Again, I believe you, but your statement and my reality are not in line [15:08] Going to restart real quick [15:08] See if copying that file over did the trick [15:09] FWIW, `bluetoothctl` lists the appropriate BT modes for HSP/HFP support [15:13] Has anyone used a "vanilla"/public ubuntu version with a high-end Dell workstation? Like the Precision 5xxx or dual xeon 7920s? I know it's possible to throw Red Hat, Ubuntu, Suse enterprise, etc on them, but I've read that these are "tweaked" by the manufacturer to work well [15:13] Welp, no change. [15:13] Though the error message in `dmesg` is gone [15:14] Anyway yeah, the headset microphone is missing from the Input dropdown in the Sound panel. [15:14] I was wondering how much "tweaking" they actually need to do and if the normal publicly downloadable ubuntu versions work out of box well enough [15:15] Ah! Got it: https://wiki.archlinux.org/index.php/Bluetooth_headset#HFP_not_working_with_PulseAudio [15:15] Apparently the Q20s only report as HFP, not HSP. [16:05] Is the new version out now? [16:05] 20.04 [16:06] Also, want to know if the installer supports full disk encryption. [16:08] 20.04 has been out for almost 6 months now [16:08] 20.10 will be out by the end of this month [16:08] the installer supports full-disk encryption [16:09] (at least if you don't try to install side-by-side with another OS) [16:11] Hello I am on Ubuntu 20.04 and everytime I type a sudo command i get feedback that says "sudo: unable to resolve host localhost.localdomain: Name or service not known". It doesnt effect my sudo commands and they execute with no problem but I am curious why I keep seeing this pop up every time and how to stop it. [16:12] and you did a web search on it? [16:15] random1: what does the hosts: line in /etc/nsswitch.conf look like? [16:15] mgedmin: Big asterisk on "the installer supports full-disk encryption" [16:15] mine is 'hosts: files mdns4_minimal [NOTFOUND=return] dns mymachines' [16:15] https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 [16:16] DWSR: that's a guide from 2019? [16:16] Matches my experience using the 20.04 installer, though [16:16] 1 moment let me pastebin [16:16] the above guide is on how to encrypt as much as possible. what the desktop installer does is to encrypt the root file system [16:17] ^^ [16:17] I went through it two days ago? select LVM, check [x] encrypt entire disk, type password, done [16:17] full-disk-encryption is a bit of a misnomer. [16:17] mgedmin: I did it last week. I know which boxes you're referring to, they don't do what they say they do. [16:18] yes, okay, they leave /boot and /boot/EFI not encrypted [16:18] https://pastebin.com/CdSng2xK mgedmin [16:18] Which is literally not "full disk encryption" [16:18] I don't have any secret files in either of those partitions [16:18] also my /etc/hosts is https://pastebin.com/DE9rnCv2 [16:18] mgedmin [16:18] and I don't think it's even possible to encrypt the EFI partition? [16:19] random1: weird [16:19] mgedmin: Yeah im lost on this one -_- [16:19] random1: by which I meen: everything looks normal, why would sudo fail to resolve the hostname [16:19] Not sure. The sudo commands go through no problem but i get that message popping up every single time [16:20] Anyway, regardless of what the installer claims to support, any kind of non-default disk partitioning is much easier to do ahead of time instead of relying on the installer. [16:23] mgedmin: Any clue on what to do? o.O [16:23] random1: debug! [16:23] random1: is it just sudo that has the problem? what happens if you do `host localhost.localdomain`? [16:23] random1: what happens if you do `getent hosts localhost.localdomain` [16:23] random1: what does `hostname` output? `hostname -f`? [16:24] mgedmin: Only sudo does it. [16:24] mgedmin: it outputs localhost.localdomain [16:26] for me `host localhost.localdomain` outputs https://termbin.com/uxnb [16:26] meanwhile `getent hosts localhost.localdomain` produces `::1 localhost.localdomain` [16:27] mgedmin: Yeah im unsure whats going on. A bit baffled on this [16:27] random1: what does `hostname` output? `hostname -f`? [16:28] localhost.localdomain [16:28] both? [16:29] maybe you do need to adjust your /etc/hosts to have 127.0.1 localhost localhost.localdomain [16:29] anyway, what's in your /etc/hostname? [16:31] mgedmin: https://pastebin.com/8xh16DPb [16:32] that's /etc/hosts [16:32] I asked about /etc/hostname [16:33] oh 1 moment sorry [16:34] localhost [16:34] mgedmin [16:34] interesting [16:36] can't reproduce your sudo troubles in lxd [16:37] that's not a standard host file [16:37] a hostname of 'localhost' is weird; your /etc/hosts indicates that it used to be 'user' [16:37] this is also no localhost.localdomain entry so it will never resolve [16:37] -_- not sure. above my pay grade on this matter [16:37] so the thing about that is I also have no localhost.localdomain entry in my /etc/hosts, but it resolves just fine [16:38] I suspect because of the resolver suffix [16:38] if you did ping localhost.localdomain does it resolve ? [16:39] it goes through [16:39] so what happens if you do 'sudo cat /etc/hosts' [16:39] https://pastebin.com/XNwd8mLz [16:40] it's resolving the ipv6 address [16:40] https://pastebin.com/aXLFgFF1 [16:41] so that's working fine [16:41] what's the problem ? [16:42] not sure what this is but i exited sudo and i got https://pastebin.com/UFzhBE32 . Not sure if its relevant [16:42] you had a vim process backgrounded [16:42] not really, suggests you where backgrounding some stuff in your shell that terminated [16:42] not sure why you're 'root' though [16:43] Im a bit of a newb with this so im not sure either lol... [16:43] sudo [16:43] who do you login to this machine as ? [16:43] (what's the username) [16:43] codelife [16:43] fg will foregound processes [16:43] random1: so why are you 'root' if you login as 'codelife' [16:44] ikonia: i was in "sudo su" [16:44] why did you do that ? [16:44] and if you did that - why are you typing sudo commands, you're root alreadu [16:44] already [16:44] I thought i was supposed to. Im a bit green to linux [16:44] ok - so if you're new, never use 'sudo su' [16:44] ever [16:45] I created a second user for security purposes. I was reading that I should have a second user from my main one [16:46] why ? [16:46] what securty problem does having a second user fix ? [16:46] some manual i read online. not sure. something about keeping malicious code away from root [16:46] you shouldn't be root - ever [16:46] hence why I asked who you logged in as and why you did 'sudo su' [16:47] When i installed ubuntu my first user was "anonymous" and then i created "codelife" and never use "anonymous" [16:47] let me show u the guide that i seen that said about that one moment [16:48] yeah, why use sudo su when there's sudo -s? ;) [16:49] I didnt know haha. Whats the difference? [16:49] https://www.ubuntupit.com/best-linux-hardening-security-tips-a-comprehensive-checklist/ [16:50] at #15 was where i got that idea from === Dragonslicer is now known as Dragnslcr [16:55] #15 is implemented by default on ubuntu: the root account has no password and you're supposed to use sudo [16:56] I got you [16:56] learned something today :) [16:56] that guide is full of slightly weird statements, I wouldn't trust it too much [16:57] also for some reason im not getting that error anymore [16:57] o.O [16:59] you fixed it! :) [16:59] protip: install etckeeper [17:00] it'll keep a history of all the changes made to /etc (daily commits from cron + every time you install or upgrade anything with apt) [17:00] that guide is terrible [17:00] when something mysteriously breaks (or mysteriously gets fixed), it can be useful to look at config file changes [17:00] mgedmin: lol i dont know how i fixed it but ok :p [17:27] spreading this around, hopefully somebody knows: why does my smokeping install look like this: https://cdn.discordapp.com/attachments/407265509931745281/764900488025997322/unknown.png [17:29] lol how A2DP won't work on my headset (but HFP works) [17:34] eventual success (turned off headset, turned on headset, couldn't reconnect, had to pair again; wtf) [17:57] Anyone can explain this scary error while updating a package? https://paste.ubuntu.com/p/FZdgwJzdXk/ [17:59] ledeni: thank you [18:01] ledeni: but 'gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled-on-external-mouse' doesn't disable laptop touchpad yet. [18:03] hi [18:03] I cannot find my ubuntu software center anymore :/ [18:08] leibniz[m]: https://www.debian.org/doc/debian-policy/ap-pkg-diversions.html describes the dpkg-divert mechanism [18:08] leibniz[m]: but basically it looks like there was a bug in the maintainer script in whatever PPA gave you your vim package [18:09] leibniz[m]: and it looks like the upgraded version had that bug fixed, so it's all fine in the end [18:16] hi guys, did anyone here tried a Dell Latitude 2020 model (Latitude **10) on ubuntu by any chance? I try to verify that Latitude 7410 will work well for me [18:25] mgedmin: thanks [18:25] Just saw you message here :D [18:35] how I can I use talk on ubuntu ? [18:37] frib: talk? [18:38] man talk / sudo apt install talk talkd [18:38] cant get it to work [18:38] mesg y? [18:39] nope [18:42] why do I get kex_exchange_identification: read: Connection reset by peer when connecting through a port opened using ssh -R ? [18:43] talk is long dead [18:44] ok what is it replaced by [18:44] maybe nothing is listening on the port you're trying to tunnel [18:44] frib: what are you actually trying to do, what's the end goal ? [18:45] chat with other users on the same machine [18:45] LISTEN 0 128 127.0.0.1:2557 0.0.0.0:* [18:46] that's listening on locahost [18:46] thats a different end goal [18:46] you'd be better off setting up a small light weight chat server [18:46] than using talk [18:46] for an ssh reverse tunnel [18:46] the port was in response to mgedmin [18:57] frib: That looks like a TCP wrapper issue. Do you have anything set in your /etc/hosts.allow or /etc/hosts.deny files? [18:59] Hi folks, when i want to log in to guest session, i get "could not update .ICEauthority file /run/user/999/ICEauthority". I googled it but didnt find much, just the information that it could be a kernel bug (2 years ago). [19:03] strive, I assume you mean on the host I'm trying to connect to [19:03] locally I dont have anything in hosts.allow or deny [19:11] frib: Your remote system. [19:11] its a raspberry pi [19:12] those files havent been edited [19:12] its an issue i've run into a long time ago trying to do ssh -R but don't remember the solution === Wanderer is now known as WanderingLich [19:37] frib: So you're trying to setup a tunnel? [19:38] strive, yes [19:38] Look up remote forwarding. [19:38] i usually use ssh -R [19:54] frib: see pm [19:55] nicole sucks big black cocks :) [20:06] pavlos, I saw === KE0VVT_ is now known as KE0VVT [20:36] anybody has an idea how to solve that "could not update .ICEauthority file /run/user/999/ICEauthority" bug? [20:45] hello [20:45] is 2 GB not enough for Ubuntu Server 16.04.6 32-bit? [20:45] probably not TheWild [20:46] TheWild: for RAM or root file system? [20:47] TJ-: for post-installation image. [20:47] (that is, as a HDD. Root file system in other wods) [20:48] disk space is extremely cheap [20:48] TheWild: well the container images are around 750MB minimum so add some space for kernel and headers and 1.2GB might be doable [20:49] TJ-: actually the installation breaks but it doesn't tell explicitly that it is out of space [20:49] trying with 4 GB [20:49] TheWild, why are you even jumping through those hoops? Even the Raspberry Pi recommends a minimum of 8GB [20:50] TheWild: start with an LXD container image and add the kernel and GRUB :) [20:50] ooh man. Actually I need to boot "headless" (the VGA cable is damaged) PC and the only "USB stick" I have at the moment is 2 GB SD card. [20:51] peter22222, did you find anything on DDG/google? Looks like a permissions issue? [20:52] summonner yes i search google for hours [20:52] but everythin I try doesnt work. [20:53] TJ-: rather: Install on VM with 8 GB HDD; extract all the files, chroot, apt purge what's not needed, copy all the files to 2 GB SD card, grub install, grub update. [20:53] I dont have an .ICEauthority file in my home folder [20:53] which is the blueprint for the skel [20:53] TheWild: sounds like a painful way to do it! [20:53] i changed kernel to 5.8, then back to 4.18 .... nothing works [20:54] i made a fresh install and enabled guest session... same issue... [20:54] seems to be a bug [20:54] TheWild: it takes about 5 minutes to create a container, add kernels and GRUB, and write it to a VM/USB image that can be booted [20:54] i really dont know what i can do else but downgrade to 18.04 [20:54] peter22222: what's the issue you're stuck with? [20:54] peter22222, and you saw this advice, yes? https://ubuntuforums.org/showthread.php?t=1841457 [20:54] when i want to log in to guest session there is a message: "could not update .ICEauthority file /run/user/999/ICEauthority" [20:55] TJ- [20:55] I'm not into containers yet [20:55] and knowing "mentality" of Linux, learning it will take more than 5 minutes. [20:55] peter22222: ahhh, and is there a pre-existing /run/user/999? ? [20:56] peter22222, did you try logging in with a different shell choice at login? [20:56] summonner: yes i know that.. but: I dont even have a file called .ICEauthority. I created one with touch and changed owner (though i was the owner already) [20:56] shell->desktop [20:56] TJ- i made a fresh install... there should not be any pre-existing user... if i get you right... [20:57] summonner... how can i do that? the dm is lightdm [20:57] using mate [20:57] using chsh /bin/bash $USER ? [20:58] peter22222, what's the chmod of the Iceauthority file? [20:59] summonner since I created the file by "touch .ICEauthority" i am the owner (like peter:peter) [20:59] peter22222, is it 0600 ? [21:00] the thing is i can log in as user "peter". the error message only comes when trying to login as guest user [21:00] summonner I changed it even to 777 already [21:00] ooooof yeah for files that are responsible for Interprocess Communication, they don't like 777 [21:01] summonner well u see how desperate I am LOL [21:01] this seems to be a bug after default installation [21:01] i had someone connect to me and open a port using 'ssh -R PORT:localhost:22 them@me' and the port is listening for connections but I get an ssh error when trying to use the tunnel [21:02] maybe it is a bug in MATE.... [21:02] peter22222, I'm reading the best thing to do is to make sure all the X window sessions are shut-down (boot to single user mode) and then change the permissions of the file to user:user and 0600 [21:02] i might try out gnome... [21:03] "key_exchange_identification: read: Connection reset by peer" [21:04] thank you summonner. [21:06] frib, you're trying to do a tunnel? what exactly are you attempting to do? [21:08] peter22222: when I was asking about the existence of /run/user/999/ I mean a directory - the '999' is the user ID and I'd expect that to be systemd-network or similar user, so that'd explain why the guest user account might be failing [21:09] peter22222: user IDs below 1000 are by convetion 'system' service accounts not 'real' users. I'm not sure how the guest account is supposed to be handled though [21:09] peter22222: find out which user with "getent passwd 999" [21:10] TJ- thank you.. well then I am wondering why the guest session tries to use the UID 999.... [21:10] ok hold on [21:10] peter22222: maybe thats intended. user IDs on different systems might be different to the IDs on mine, although usually these system user IDs are chosen not to conflict and ares statically defined in each package [21:11] TJ- indeed 999 is the guest-user! [21:11] peter22222: interesting - I don't have a user ID for a guest user in passwd - using Xubuntu though [21:12] peter22222: in which case you'd check the directory for any files NOT owned by that user with "sudo find /run/user/999 -not -user 999 -ls" [21:12] peter22222: if there are some that could be the problem - they should be owned by that user and writable by that user too [21:12] i ll run that now hold on [21:15] TJ- since I had to log out to guest session due to the lack of sudo privileges of the guest account, i did the command "sudo find /run/user/999 -not -user 999 -ls": file or directory doesnt exist [21:16] so the guest session creates a user with UID 999 which is already blockd or non readable... [21:16] really strange... this error is showing up and when i click "close" it takes 2 Minutes then i have a desktop [21:17] in guest session [21:29] peter22222: /run/ is a tmpfs in RAM only, and yes we'd expect the /run/user/999/ directory to be created and removed on login/logout - start a guest session nd let te error occur then switch to another VT with Alt+Ctrl+F3 login as your regular 'sudo-power' user, then re-run that sudo find ... command whilst the guest user is active [21:31] ok [21:34] TJ- ok now it s getting really strange..: i switched to another TTY, logged in as my normal user with sudo privileges. put in the command that you gave me: "not authorized"... ok then i did "sudo su" to become root user... did the same command and: AGAIN: "not authorized" [21:34] as root user!?? [21:34] peter22222: "not authorised" sounds like something coming from sudo, or policykit [21:35] peter22222: if it was a file-system message we'd expect "denied" [21:35] "find /run/user/999/gvfs: no authorisation" [21:35] well it s in german: "keine Berechtigung" [21:35] oh! for gvfs that makes sense, Gnome Virtual File system [21:36] even root is not authorized? [21:36] peter22222: find is scanning all the other directories and files and not finding a problem else it'd report them [21:36] oh ok [21:36] peter22222: GVFS is not a real file-system, it's an interface that Gnome backend creates [21:36] aaaaah... ok :-) [21:37] peter22222: so we're not finding any problems on ownership for .ICEauthority - is that report still occuring? [21:37] TJ- yes.. [21:37] every time i try to log in as guest user [21:37] then i click "close", wait 2 Minutes and the desktop is starting.... [21:38] could it really be a bug? since i did fresh install twice [21:38] peter22222: lets' check that file from the VT console. Can you do : "sudo ls -al /run/user/999/ | pastebinit" [21:39] peter22222: 'could not update' suggests some process has it open exclusively so another process cannot write to it [21:41] TJ- "Bad API request, invalid api_dev_key" [21:41] and again "no authorisation" [21:43] TJ- sounds ... i can cd to /run/user/999 [21:43] peter22222: the pastebinit API error suggests that package has been altered and they broke it. This is Ubuntu Mate ? [21:43] and list it but not pipe the output to pastebinit [21:43] there is a file called "ICEauthority-c" [21:44] Mate [21:44] hmmm, not sure how that is altered versus standard Ubuntu but it feels like someone that doesn't know what they're doing has modified the standard config without understanding the implications [21:46] TJ I think I ll try another flavour of ubuntu on a fresh install [21:46] thanks so much for your help [21:50] peter22222: Xubuntu is worth a look [21:52] TJ- i ll try that out thank you! [22:01] help! I can't open my software center [22:02] so I'm installing this package called ubuntu-kylin-software-center [22:02] I hope this is it [22:09] nah, it looks wrong .. [22:09] there was a Ubuntu Software Center on my sidebar but something happened and its gone :/ [22:14] !info gnome-software | hackinghorn [22:14] I'm installing another package called ubuntu-software, hope it works [22:14] hackinghorn: gnome-software (source: gnome-software): Software Center for GNOME. In component main, is optional. Version 3.36.1-0ubuntu0.20.04.0 (focal), package size 871 kB, installed size 6647 kB [22:14] hackinghorn: yes, ubuntu-software Depends: gnome-software [22:15] how did it get uninstalled, I'm confused.. [22:15] i think that's the "old" one, and now the "snap-store" snap is default [22:15] at least on 20.04 [22:16] i.e. this https://snapcraft.io/snap-store [22:16] this is not a recommendation [22:16] wah wut [22:17] maybe it didn't get uninstalled, I just cannot find it :/ [22:17] tomreyn: OMG what? Ubuntu has gone to the dogs! [22:17] hackinghorn, it gets uninstalled if you do a 18.04 -> 20.04 release upgrade [22:18] eh wut [22:18] I got 20.04 from the start. Maybe something else happened [22:19] anyway, I got this gnome-software, they look kinda like the usual one, just I'm using unity so the icon is wrong.. [22:23] soo, how do I get the "unity-software" [22:24] eh, every software is on snapcraft.io? [22:25] first kylin, now unity-software? [22:26] !info synaptic [22:26] synaptic (source: synaptic): Graphical package manager. In component universe, is optional. Version 0.84.6ubuntu5 (focal), package size 606 kB, installed size 3300 kB [22:28] oh oh, nice [22:28] yeah, I just want the usual one, that I lost.. [22:30] thankss [22:31] maybe I will use the gnome one [22:35] hackinghorn: do you remember where you downloaded this ubuntu installer? [22:37] tomreyn, there was a "Ubuntu Software Center" on the sidebar before, but now its gone, I just want it back.. [22:37] I searched but couldnt find so I think its uninstalled [22:38] hackinghorn: you said so, but i'm trying to understand which desktop environment you actually have [22:38] nc termbin.com 9999 < <(lsb_release -ds;cat /proc/{version,cmdline};echo "Session: $XDG_CURRENT_DESKTOP ($XDG_SESSION_TYPE)";echo Shell: $SHELL) [22:38] oh it's just Unity [22:38] removed from the sidebar is not a problem, it stays installed in your menu, hit the left bottom icon [22:39] hackinghorn: can you run this command ^^ , it posts some system info to termbin.com, and you can share the url here [22:39] and you can drag it back [22:40] oerheks, yeah true, I clicked left bottom, then I search, I type in search "Software Center" but nothing was found. Now I have the gnome one, only it is found [22:41] oh just "software" [22:42] yeah there is "All" but I cannot see it [22:46] wait, I think its updated to Snap Store [22:46] yeahh maybe thats it [22:46] it got a different icon [22:49] ha, its called Snap Store now, thankss [23:09] hello [23:14] can someone point me in the right direction? I'm looking for software that I can install on my apache/python server, for django web development that there's also a VS code extension so that it will be easy to deploy web projects. [23:15] the web server is in a private lan, simulating a working environment [23:22] not sure I get your question Durentu , you seem to have all your technological stack... [23:23] I saw VS code have a remote option so you can change stuff directly on the server [23:23] not sure if that help you [23:28] derpadmin, for example, if the uses finish their project, is there a thing to deploy to the wbe server, or do I go and copy files and run scripts ? - I was thinking maybe there was a web deployment app that runs on top of apache [23:30] aahh [23:30] so a deployment software [23:30] well, yes [23:30] bitbucket pipelines, ansible, chef, chef-solo/zero, puppet [23:30] pick your poison [23:30] aws code deploy [23:31] ok keyword deplorment software, go ti .. [23:31] any of them the most popular ? [23:33] well, if the project is in bitbucket, pipelines can be useful, you can add unit test and prevent merge/deploy if tests fail [23:33] ah interesting [23:33] ansible is quite flexible and written in python, you could deploy with it on a server beside and test [23:33] (what I use right now to deploy my flask app) [23:35] this might be more of a topic for a software development channel. [23:35] correct tomreyn [23:36] I wasn't sure who to ask for deplyment software on a web server I'm building [23:37] it's like few different channels at once [23:37] but thanks for the pointers [23:40] For some search terms, you're looking for a django CI/CD solution. Maybe start in #python [23:43] tomreyn, thanks! yep I'm asking there [23:52] tomreyn, for future referece would questions about django ci/cd be best asked here or in a diff channel, you think ? [23:53] Durentu: elsewhere.