[00:43] I am using ubuntu server, when I type a quotation mark into the TTY I need to type another charecter before the quotation mark will show up. Does anyone know why this is happening, or how to fix it? [00:48] Guest6907 which keyboard layout are you using? [01:09] does anyone know how to disable ctrl-alt-t from opening a terminal window? [01:11] Thete delete the keyboard shortcut in settings [01:12] ahh, thank you [01:17] is there an ubuntu-ppc on this libre.chat? [01:21] you could ask in here [01:21] also, in general: kinda odd to still support ppc and not x86/non-amd64? [01:22] what, playstation 3? [02:07] shibboleth, PowerBook G4/iMac G4/MacPro G5 [02:54] i cant connect to my wifi with ubuntu. it just keeps endlessly asking for the password, that i know im entering right. help please [02:55] anything else you can tell us? [02:56] i removed the files in etc/NetworkManager/system-connections and that didnt do anything [02:57] tried "sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=1" " as per a forum post i found, that changed nothing too [02:58] thats about it it just keeps asking for the password, then a little bit of time passes, then it asks again no change [03:00] so you're experiencing a driver issue> [03:00] TheRedRipper: wifi password or Keyring password? [03:00] toddc: wifi [03:00] have you updated your driver? [03:00] cant do system updates i dont have wifi :< [03:01] i mean, manually [03:01] have you rebooted? [03:01] no [03:01] why did i not try rebooting [03:02] i looked up the ubuntuforum post in question and it said settings would apply after reboot. [03:02] *facepalm* [03:02] maybe i am an idiot [03:03] try it out and let us know if there is any change [03:03] ::thumbsup:: [03:05] fycuk [03:05] didnt work [03:06] whats the output of "lscpi -knn | grep Net -A2" [03:06] uh let me try [03:06] "commend 'lscpi' not found [03:07] whoop [03:07] "lspci" [03:07] ohh [03:07] outputs a bunch of info [03:08] whats the network controller [03:08] and the kernel driver that's being used [03:09] Intel Corporation Advanced-N 6205 [Taylor Peak] [8086:0085] (rev 34) [03:09] Subsystem: Intel corp centrino advanced-n 6205 (802.11a/b/g/n) [8086:1311] [03:09] kernel driver in use: iwlwifi [03:11] hmmm [03:12] have you tried all the weird things like rebooting your router [03:13] no but theres like 5 people on the wifi and i dont think restarting it would go over well [03:14] okie dokie [03:14] look at this and try this: https://bit.ly/3wtjKPO [03:16] follow the top answer and let me know if it helps [03:21] t3nj1n: didnt work fuck [03:22] u rebooted too? [03:23] yeap [03:24] if u have any access to the router why don't you connect to ethernet and update the driver that way [03:24] hey wait what [03:24] it works [03:24] great [03:24] i'm glad i could help [03:24] oh some dumbass kicked the router xD [03:25] T_T [03:25] thank you for the help though i appreciate it [03:25] yeah np [04:10] i upgraded an ubuntu 18.LTS to 20.LTS and... ssh is no longer running on that box.. [04:11] now i need to physically goto the location and see wtf happened. any idea why sshd decided a dist upgrade should mean it goes away? [04:16] sway: when you where upgrading, it might have asked to if you wanted to replace the local config with a new package maintainer one. Did you have any edits to your sshd.conf that would cause it not to work if it was reverted [04:16] i made sure to use the maintainer version since i had no changes i cared about if any [04:17] I need to install a LTS version of Ubuntu over my rather outdated installation of Disco. [04:17] However, my setup creates a small problem: I’m on a dual boot setup, and I want to perform the installation without touching the bootloader. At all. [04:17] Any advice? [04:18] sway: do you run a firewall? [04:19] yes but its not the issue [04:19] ssh worked thru the firewall via rules [04:19] im able to ping and nmap the box. 22 is NOT OPEN period [04:19] I would assume then that sshd for some reason has failed to start, until you look at your box its going to be hard to tell why [04:19] maybe you didn't knock politely [04:22] or the upgrade broke a previously functioning service [04:23] Quackles: I'm not sure you can update from disco to focal at all in the official way [04:33] CodeLyoko: I don’t need to *update* exactly so much as *replace*, to be honest. I can back up my data, etc. But the bootloader has to remain untouched. [04:38] I actually don't know if you can do that, I know on some distros you can pick none when it askes about bootloaders, but from what im seeing Ubuntu does not have that [04:39] It's not something I run into alot, so I'm a bit unsure on it === nkshirsa is now known as nikhil === nikhil is now known as nkshirsa [04:55] Quackles: if you're on UEFI/GPT, that's possible. On BIOS/MBR, it's not. Upload the output of `sudo parted l`. [04:56] One moment. [04:56] That’s a vertical bar, right? [04:57] for modern versions of Ubuntu (20 and up), is modifying 70-persistent-net.rules still the prefered way of defining which ethernet device is eth0 ? [04:57] sudo parted -l [04:57] minus lowercase L [04:57] The dual boot is actually booted into the windows half right now, but I can confirm it’s UEFI. [04:57] The-Fly: no, persistent interface names mean you get something like enp2s0 (pci bus place) [04:57] So that udev rules file isn't used anymore [04:57] To be clear, a bootloader is already installed: GRUB. [04:58] However, I had to configure it to handle the dual boot properly (with the windows bootloader subordinate to it) and I don’t particularly want to do that again. [04:58] Quackles: the efi bootloader goes into the efi partition. That part doesn't need to be touched, [04:58] So basically what I’d like to do is just plop a new install of Ubuntu into the existing partition. [04:59] Indeed. Now how do I prevent the Ubuntu installer from altering the EFI partition? [04:59] I'm doing the grub "hack" to force my ethernet devices to be eth0, eth1, etc , GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" [04:59] while the /boot/grub/grub.cfg goes into the ubuntu partition, and will be updated for the new kernel etc [04:59] .... [04:59] it wasn’t going to be that easy, was it. [04:59] I’m worried that if grub.cfg is altered, it’ll break the current setup. [04:59] How will the installer alter the file? [04:59] Quackles: which part do you want to keep, the efi bootloader, or the grub configuration, and ...why?! [05:00] Basically, I have it set up so that the following occurs: [05:00] what is the "best" practices method of defining which ethernet device is which ? [05:00] The grub.cfg file contains the kernel version, that part gets updated in every kernel update [05:00] So it's usually not a big deal to have it updated [05:00] [1] When I start up my computer, GRUB launches and presents me with the choice between Linux and Ubuntu. [05:00] *Windows and Ubuntu. [05:00] [2] If I select Windows, control is transferred to the Windows bootloader, and Windows boots. [05:00] [3] If I select Ubuntu, Ubuntu boots. [05:00] The-Fly: that disables predictable interface names; if you do want that (why?) then sure the persistent-net is the way to go [05:01] I want to keep this configuration intact because when I was setting this up... [05:01] the windows bootloader became the ‘primary’ and GRUB became the ‘secondary’ somehow. [05:01] Quackles: so far, that's the "default ubuntu grub setup", no configuration is necessary for this [05:01] I had to do a good number of terminal commands to bail it out of that situation. [05:01] So I want to avoid a repeat of that. [05:02] Quackles: nah, that was done by windows updates or by the uefi firmware when uuids change [05:02] Quackles: it's not done by grub nor linux [05:02] I might have installed Windows after Linux... [05:02] That would do it, yes [05:02] So you can just install linux with the default options, you don't need to worry about that happening again from the linux side [05:03] Now a future windows update might decide to do it once more, but you can't prevent that :D [05:03] Quackles: BUT note that you can press f12 and select linux, while it boots [05:04] The computer’s air gapped, so I’m not worried about windows updates. [05:04] Or go into the uefi/bios settings and choose "ubuntu first" [05:04] You don't need to run any terminal commands to change it [05:04] The terminal commands are required for BIOS, not for UEFI [05:04] Yeah, the UEFI settings have, in this order: [Ubuntu-GRUB] => [Ubuntu] => [windows boot manager] [05:04] But when windows gets installed, it changes that order [05:04] So you need to go to the firmware and put it back [05:05] Got it. [05:05] Thanks. [05:05] np [05:06] You could also revive your linux installation from within windows, but that's more advanced :D [05:06] alkisg: say what now [05:07] Hehe, you can either mount the ext4 partition under windows and examine what goes wrong, or better yet, install virtualbox, boot the linux partition as a vm under linux, fix it, then reboot to it [05:07] But it's advanced; it would be a lot easier with a live cd [05:07] There’s nothing wrong with the disco installation afaik [05:07] *as a vm under windows [05:07] I just can’t do software updates from it XD [05:07] I thought ssh wasn't starting, ok [05:07] I think someone else had the ssh problems. [05:08] Sorry, I misread. Well, that's also fixable [05:08] Yeah, the no software updates being because it’s Disco [05:08] I just need to install a LTS version over it and hey presto [05:08] You want to update to eoan, then focal, or just install something into the existing disco? [05:08] I want to update to latest LTS. [05:08] OK, go for it then :) [05:08] And you’ve already allayed my concerns. [05:09] 👍️ === Hobbyboy|BNC is now known as Hobbyboy === teward is now known as Guest466 === vquicksilver is now known as Guest5599 [05:24] Hello people. My region was on a country in Middle East and I changed the format to U.S. Now in top bar everything is correct but in lock screen it's still (format) on my region in Middle East. === wode is now known as wodes [06:56] "E: Unable to correct problems, you have held broken packages." Can someone please help me. I have tried apt-get clean, apt-get update, apt-get upgrade, apt-get purch, apt-get cleanup, and they all run perfectly, but do not correct the error. It also says that I have dependencies that are unmet. I have tried installing them individually and same errors for them as well. I suspect it is because I am running it on an old [06:56] Raspberry Pi with armhf architecture... could someone pelase advise. ps. There is no reply when I ask Qs in #taspberrypi :-) [06:57] #raspberry pi comment was because I aske don Freenode and is re the Raspberry Pi channel on Freenode. [07:03] Ascavasaion: which distribution and version are you running? Also, put the whole output of `sudo apt full-upgrade` in pastebin [07:08] alkisg, https://pastebin.com/M9EfwgCW [07:09] Ascavasaion: do the command that shows the problem, and put the whole terminal output to pastebin [07:14] alkisg, I ran the original command and then ran a version I came acorss onine and it seemed to show that armhf is the issue, but I may be wrong... they are both here... https://pastebin.com/C9eHVUG7 [07:15] Ascavasaion: can you upload the output of `apt policy cups` to pastebin? [07:16] alkisg, https://pastebin.com/Lp6Y34bi <= apt policy cups [07:17] Ascavasaion: that's raspbian, it can't be supported here, you need to ask in the #raspberrypi channel [07:17] alkisg, I know... nobody answers in there, so I came here to find out if it was a Linux issue. [07:18] alkisg, Thanks anyway... appreciate your looking into it for me [07:18] No it's a raspbian issue with the packages either in the repositories or in your installation [07:19] alkisg, Aaaah, okay... thansk you very much. [07:19] thank I mean hhe [07:20] Ascavasaion: if you're using "matrix", there's also a raspberry pi channel there [07:21] There's a web page for chatting on matrix available somewhere... [07:22] alkisg, Much appreciated, thank you [07:24] Ascavasaion: you can try 'sudo apt install -f' to see if that fixes your issue, but read the output before you let it proceed === EriC^ is now known as EriC^^ === bob is now known as bob2 [08:18] is it possible to connect to windows shares with ubuntu? [08:20] bob2, Definitely... try #samba maybe? It works really nicely. [08:22] it does not support this kind of notation? \\PC-2-HOME\C$ [08:22] backslash is forward slash? [08:23] looks like i have to prefix it with smb as well [08:24] bob2: yes [08:28] d [08:29] great! i'm copying some files now [08:29] is there a way to make this connected share a permanent resident on my ubuntu desktop or something like that? [08:29] like a mapped hard drive [08:31] I belive it is easy but I have not done that I would need to google auto mount network share should lead you to good results [08:32] never mind, i found the "add bookmark" option in file manager, this will do, perhaps it's even better [08:38] ducasse, This line fixed it. I deleted the existing repository entry and added this... deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi [08:39] alkisg, See above. You were correct... something wrong with the repository I was using. Maybe it never had armhf sources? I honestly do not know, but CUPS is installed. thank you for your help... your telling me that the fault was with the repositories got me to look there. thank you. [08:40] Ascavasaion: eeeeh, do note that you put jessie while you have stretch [08:40] This isn't an appropriate solution, it's like telling windows 7 to use the windows xp updates :D [08:40] alkisg, EEK! Yes, sorry...I did change it... I cut this from the site where I got the line. Well spotted. [08:40] Come to the matrix rasbperry pi channel if you need more help with this, I'm there [08:40] Ah ok [08:40] Nice, well done! [08:41] alkisg, I thought I have buster? [08:41] Oops... now I am indeed confused HAHA [08:41] Haha [08:41] Let me re-read your paste [08:42] 500 http://mirror.aarnet.edu.au/pub/raspbian/raspbian stretch/main armhf Packages [08:42] Yup, that's "stretch/main" [08:42] Okies, let me change that. [08:42] It's the older distribution; buster is the current one [08:42] You can't just change the sources :D It'll break things! [08:42] Paste this: [08:42] cat /etc/os-release [08:42] Oh [08:42] (or just read it) [08:43] If it says stretch, you're supposed to keep using stretch until you properly upgrade [08:43] alkisg, Says buster... PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" [08:44] And the output of `uname -a` ? [08:44] alkisg, Linux mirkwood 5.10.17+ #1421 Thu May 27 13:58:02 BST 2021 armv6l GNU/Linux [08:45] OK. So I guess the initial problem was that you had a bad stretch entry in your sources list [08:45] So when you replaced it with buster, everything was fixed [08:45] alkisg, It looks like it... whoop [08:45] Which rpi is that? E.g. rpi2, 3, 4? [08:46] alkisg, Its an ancient thing... I want to try and use it on a USB-only printer, to make it a "netowkr" printer. [08:46] Ah ok, sure, nice idea [08:47] Upload this if you want: (free; cat /proc/cpuinfo) | nc termbin.com 9999 [08:47] It'll tell us your ram and cpu [08:47] alkisg, If I was to guess from a quick look at baord pictures online... Raspbery Pi B [08:47] 512 RAM? [08:48] i can't play a TS video file in ubuntu. video player says mpeg-2 video decoder, teletext decoder are required to play the file, but not installed. i found it in ubuntu software catalog and installed gstreamer "bad" but it's still not playing [08:49] ok it plays the audio but not video [08:50] alkisg, https://termbin.com/etoc [08:50] i click the file and i get the same error about mpeg-2 video decoder, then i click cancel, and then press play and it plays anyway but only audio. rebooting did not help. how do i get it to play everything? [08:51] Ascavasaion: indeed, rpib with 512 RAM, armv6l is the best you can do, you have the "correct" distribution/version [08:51] alkisg, I have a RPi4 with 8Gb here as well... but for priner I think theold one should suffice [08:51] printer I mean. [08:51] Sure [08:53] alkisg, Thank you once again... really appreciate you help. [08:54] 👍️ [08:55] ubuntu software app has no capacity to let me know that installation is in progress for snap packages? [08:56] i tried to click to install again because nothing was happening, and it gave me an error and some message about status change or whatever [08:57] it turns out it was in progress of installing and now it's installed. i was installing vlc [09:03] ok vlc can play my TS file, but the experience is horrible, in fullscreen i can't touch the trackpad without having the picture flicker, blackout and come back again, and play controls move up and down [09:05] in windowed mode my mouse cursor is maybe 5 pixels wide, and as i hover over the vlc window it shrinks to 1 pixel sized cursor. maybe it's a resolution problem? scaling? dpi? nvidia? [09:05] bob2: check for addl drivers ubuntu only uses open source you have a better video driver that can be added from the addl drivers menu [09:06] i have nvidia (experimental?) drivers enabled [09:06] may have [09:06] I use tested/recommended [09:07] bob2: what display adapter you are using [09:11] gpu? nvidia geforce 940m [09:12] so maxwell it is. Is your driver version 455.50.19 [09:12] someone on this channel helped me enable proprietary nvidia drivers using some command line (there was a link to some blog post) because i was seeing a 10% to 20% cpu use in idle mode and the pc was crap at playing youtube videos [09:13] i could not enable fractional scaling like 125% [09:13] then those are not compatible with your card [09:13] and falling back [09:14] how to check current driver version? [09:15] 460.84-0ubuntu0.20.04.1 [09:16] is this experimental then? [09:17] i used this command: sudo add-apt-repository ppa:graphics-drivers/ppa [09:21] under software & updates, additional drivers, i have "nvidia driver metapackage from nvidia-driver-460 (proprietary)" selected. [09:21] other options include 390 and 465. should i change something here so i can play my TS video? [09:29] 460.84 should contain matrix 1 gen devices like 940M [09:31] you could check your gpu-manager log on "/var/log/gpu-manager.log" [09:31] and see what gpu-manager sees [09:39] what's the lowest version i can use that's compatible with 940m? [09:39] did you see the log [09:41] i see the log, but what am i looking for? [09:42] log exists and contains a lot of info. [09:42] "Device name: GeForce 940M" for example [09:43] "Has intel? yes" "Has nvidia? yes" [09:45] it is matrix gen 1 [09:45] that we know, but what mode your card is running [09:49] is that something i can grep onto? [09:50] there is no mention of "matrix" [09:50] matrix is codename for nvidia series [09:51] but is your driver running on nvidia or intel mode [09:53] ok so i will not find "matrix" in the log [09:53] how to determine then what mode it's in from this log? [09:53] "Intel IGP detected" [09:54] "NVIDIA hybrid system" [09:54] is that of any interest? [09:55] Found "/dev/dri/card0", driven by "i915" [09:56] so you are in intel mode [09:57] bob2: open nvidia-settings and set prime profile to nvidia === war is now known as Guest2332 [09:57] or "sudo prime-select nvidia" [09:59] do you mean "NVIDIA X Server Settings" gui? [09:59] and the "PRIME Profiles" ? [09:59] yes [09:59] there you select nvidia [09:59] does it change mode? [09:59] it's already set to "NVIDIA (Performance Mode)" [10:00] so you should then be running in nvidia mode [10:01] ok i think the blog post on fractional scaling said there is a bug in ubuntu and that i have to use this mode specifically, in spite of more power consumption, so i set it to "performance mode" [10:01] othewise "NVIDIA On-Demand" is to prefer i think [10:01] but then fractional scaling doesn't work... [10:02] yes [10:02] or it works with intel too, but if you need performance, then nvidia [10:03] so... what mode am i in then? intel (what the log says)? or nvidia (what the nvidia x server setting gui says)? [10:04] system should ideally switch automatically between intel and nvidia, and fractional scaling should just work [10:05] it doesn't work very well on all graphics cards [10:05] the whole reason i enabled nvidia proprietary driver is because the system was idling at 10% cpu use, and watching youtube in chrome caused 90% cpu use [10:06] but with "prime-select query" you see what is your settings [10:06] ok [10:06] it's software rendering that causes that [10:07] prime-select query says nvidia [10:08] so the log is wrong then? [10:08] "Found "/dev/dri/card0", driven by "i915"" [10:09] log said i915 which is intel? [10:09] hm... why did i look at the log if "prime-select query" can tell me what i need to know? [10:10] it tells you only choice, not used driver [10:15] i give up on this. sorry. i could have seen the first 4 minute of interest of this 18 minute video clip 21 times in 1 hour and 24 minutes that i have been beating ubuntu to play it for me, or the entire 18 minutes length 4 times over [10:16] what ubuntu version you are using? [10:21] ubuntu 20.04 [10:24] do you see nouveau on your gpu manager log? [10:26] i have uninstalled vlc. it can play my video file (mpeg-2 from a dvd) but it's not well suited for my setup [10:26] i did see a mention like that yes [10:27] so now the nouveau is working in nvidia driver [10:27] you need to blacklist that or change to intel to get smooth video playback [10:27] "Is nouveau loaded? no" [10:28] "Is nouveau blacklisted? yes" [10:28] this is what log says [10:28] ah, then it should be correct [10:29] why is gstreamer not helpful in playing my video file? i have installed it, but it can't help me play in default video player. [10:30] it only managed to play the audio from the video file, and only after i click "cancel" when it displays the error about mpeg-2 decoder, and after installing gstreamer and pressing space to play [10:34] why is gstreamer not listed under "Installed" tab in ubuntu software app? i have installed it alright... using ubuntu software app. i would like to remove it now. [10:35] if i do a search for "gstreamer" in ubuntu software app i can find the ""bad" set" in the results, so i can click it and then remove. plus i see a number of other gstreamer items in the list that i did not install. [10:36] they all have a green puzzle piece icon. they are addons? and for that reason they don't show in "Installed" tab? === Guest3692 is now known as Ganberox [10:38] Hello [10:39] I'm stuck with a blank screen on the ubuntu 20.04 welcome screen, I'm trying to reboot blindly [10:39] hello [10:39] heh... i installed the "ugly set" now and now i can play my video file... with picture... but now no audio... go figure! [10:40] I don't know the GUI pattern to shut/reboot, perhaps someone knows the way to do it with shell? [10:40] shutdown -h now [10:40] I hit Ctrl+alt+del once, not sure what it did [10:40] i'm done banging my head against the wall for this day [10:40] but you'd need sudo for that [10:40] Wouldn't shutdown -h be written into the password field unless I do something first? [10:41] oh you're not logged in [10:41] Yup [10:41] well you could try sysrq [10:41] I do have that enabled fully yes, but I was hoping to get it done the usual way if possible [10:42] REIBUS is the magic word :) [10:42] sorry, REISUB [10:42] Happens sometimes if monitor's not connected/swapped, not sure why it's just the way outputs from mobo work sometimes they don't re-feed the signal if they don't detect anything [10:42] benq monitor? [10:42] Asus [10:42] hmm [10:43] I'm not sure if it's the monitor or the PC, but it can happen with any PC I've have [10:43] well my benq (and i hear that's a common benq problem) sometimes doesn't work until i cut power to it, flush the capacitors and restore power [10:43] so, try that, maybe? [10:45] Usually I have BIOS set up to "Continue POST until press ESC" for such an other cases, I do dual boots (technically I do boot device swapping now only) and I really don't like it when bios boots straight into automatically selected boot device, so this option has been an absolute blessing [10:45] That computer that has Ubuntu, is an older one without this BIOS option [10:46] Otherwise I'd just hit the power button and there be no issue (but I think the storage disks would still log the SMART "unexpected power failure" event, even tho it most is zero chance of any data corruption, I hope) [10:46] sounds like something you could solve using grub [10:46] or whatever boot manager you're using [10:47] I think it's the default one, I made no changes there. [10:47] yeah just remove the default option or set the timeout ridiculously high [10:47] Oh, I didn't even had the idea of looking into that, that's a great advice, thanks, I haven't explored linux so much yet as I'm only getting serious with it for the past 1-2 years (way late than I was planning) [10:47] I have a question of my own, btw: I'm on kubuntu 18.04, and I think NetworkManager calls the shots with regards to DNS on my system and I think it gets the DNS server from the DHCP server on my VPN. Is it possible to have all name lookups go through either that DNS server (if it matches a certain domains) or my LAN interface's DNS server (both DNS servers have fixed IPs that I could hardcode if need be) [10:48] i know it's possible if i install extra software, like dnsmasq, but i was wondering if it is possible without any extra software [10:54] Not sure if this fits the bill, but you coud look at https://diversion.ch [10:55] But you need specific hardware for that. [10:56] why not dns blocking [10:57] what is dns blocking [10:58] like blacklists published that removes ads and malware [10:58] or use some ad blocking public dns [10:58] that's not my aim [10:58] and no, i dont want to use some fishy dns [10:59] like, hell no [10:59] TomyWork: You can use dnsmasq with Networkmanager (maybe it's even the default for query caching). [10:59] TomyWork: dnsmasq in turn can configure DNS resolvers per domain, about the interface I'm not sure though. [11:00] holgersson, right now the nm-generated resolv.conf sends queries directly to the vpn dns [11:01] i.e. there is no dnsmasq [11:02] TomyWork: OK, then you need to enable it yourself like in this example: https://www.jujens.eu/posts/en/2018/Sep/08/NetworkManager-dnsmasq/ [11:02] sure, it's only for static ad blocking, ignore that ;-) [11:03] holgersson: oh, ok. i answered to your post without noticing TomyWork guestion [11:03] pasiz: unlikely :D [11:05] TomyWork: you could add search etc after nameserver on /etc/systemd/resolved.conf [11:06] so you specify your vpn nameserver first. after that your lan server and under that you put search domain you want to use the other dns [11:06] see man resolved.conf [11:08] i think that is what you are looking for [11:11] Generally, advice coming from people on IRC should be treated like it's coming from a madman screaming at people on the street as they pass him by. [11:13] yes, you could grab something, never believe blindly [11:13] or grep it [11:14] hard to grep screaming.... [11:14] wish i could [11:15] active and selective noise cancellation with speech recognition isn't built in on my ears... [11:15] well now you know what to which for from your next gene therapy [11:16] that's right [11:17] i think my second cloning i add some better features [11:18] TomyWork: Basically you will need 'server=/localnet/192.168.0.1'. [11:18] TomyWork: I uploaded you parts of my config: https://paste.xinu.at/m-jaoiob/ === MINT_ is now known as mintuser_1 [11:20] TomyWork: I recommend to read man dnsmasq.conf and/or the default configs of dnsmasq in /etc/dnsmasq.conf. IMHO they have pretty good explanations. [11:20] TomyWork: Last hint: /etc/dnsmasq.conf is *not* read when NetworkManager starts dnsmasq, so don't change things there, but in /etc/Networkmanager/. [11:37] hi [11:53] Hello! I have some problems on 5.4.0-77-generic with my Dell XPS 15. after messing with bumblebee and video drivers I've broke the system suspending and hibernation. On systemctl suspens/hibernate the screen goes black for 15 seconds, and then it shows new login screen. After logging in it seemingly starts new session and on power off it kills this session, and shows login screen again. I've retraced all steps I did since last time hibernation/suspending [11:54] worked, and tried to change it back, but it didn't help. Can anyone try to help me please? [11:54] Hi [11:55] napalm isn't there a backup that you can access? [11:55] or maybe you didn't backup [11:56] Nope =( I didn't expect that installation of bumblebee can mess it up this heavily and apt purge won't help [11:57] well.. unfortunately that's all I can think of as I'm a Linux rookie [11:58] Saw this chat and thought i'd try it out. I'm surprised how many people use it! [11:58] napalm: 5.4 is the kernal version not ubuntu version [11:58] !yy.mm [11:58] Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [11:58] I'm using Ubuntu 20.04 [11:58] !nomodeset [11:58] Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there. [11:58] may help [12:00] In general it works okay, but I'm seeing this strange change of behavior only when trying to suspend or hibernate the system [12:00] I'm gonna get shuteye.. got a problem to resolve and I'll hit this up another time. Have a good night folks [12:00] er morning [12:03] ??? [12:03] ???/ [12:03] 没人?? === ybaumy3 is now known as ybaumy [12:22] Hi all [12:31] quir [12:31] quit [12:36] hi i'm trying to use xdotool to type "test" into a gedit window without activating the window, here is my command: https://paste.ubuntu.com/p/G324Tw55DX/ [12:37] but for some reason it's typing into my terminal instead of gedit [12:41] Anyone know the default MariaDB root password when installed via WSL? [12:42] Or just the default MariaDB root password [12:48] rapid16: I suspect it just uses Unix domain socket authentication by default. I'm not sure though. [12:48] (so no password, just be root when you try to connect) === rbasak_ is now known as rbasak [12:52] Oh yeah. I asked this same question several days ago. Thanks [12:53] Sorry, memory troubles [12:53] I'm trying to setup Ubuntu WSL so I don't have to use dual-boot [12:53] I want to target Microsoft technologies as well as PHP/mySQL [12:54] I'm bored with PHP, but it is still the one I know best [12:54] I don't know it all that well, but I need something new [13:00] hi [13:00] can anyone help me [13:01] because I want to install from snap but it says "(snap "chromium" assumes unsupported features: snapd2.43 (try to update snapd and refresh the core snap)) [13:01] " [13:01] and "sudo snap refresh snapd [13:01] snap "snapd" has no updates available [13:01] " [13:01] so idk [13:01] what to do [13:02] anyone here? [13:03] ok this is fake [13:04] webchat59, just run proper updates ; sudo apt update && sudo apt dist-upgrade # and maybe a reboot is nessassary [13:04] .. [13:04] join #csharp [13:07] I am trying to install ubuntu, from usb, onto an SSD partitioned at sde that I'll dedicate entirely to ubuntu. Currently, I have debian installed on my sde partition. I didn't want to overwrite or format the debian partition because I want to gradually migrate necessary files and format/re-use that space later. I also would like to be able to dual boot between ubuntu and debian until I uninstall debian. With this given, I don't know what needs to be [13:07] done with respects to MBRs and with respects to custom partitioning during ubuntu installation. [13:08] shoobie, ubuntu uses standard 1 partition now, with a swapFILE instead of partition, pretty straight forward [13:10] I'm going to screw something up and not be able to boot to any operating system if I do this installation wrong, so I'm looking for concrete instruction. I want to be able to dual boot ubuntu and debian. What's the setup to do that? As for partitioning, it seems like I can just set up a single partition for ubuntu and be done with it? [13:13] i guess any install damaged can be repaired with a live iso.. [13:13] just make a backup of your precious data, and have fun! === yano1 is now known as yano [13:30] shoobie: as long as you don't select "wipe my disk and install ubuntu", it'll be ok :D [13:30] It should autodetect debian and offer you to install ubuntu side-by-side [13:30] Is it UEFI/GPT or BIOS/MBR? [13:59] Where to get the list of patches applied to zfs 0.8.3? [14:00] fling: do you mean openzfs [14:01] pasiz: yes [14:01] https://launchpad.net/ubuntu/+source/zfs-linux/+changelog [14:01] https://github.com/openzfs/zfs [14:01] easier to see patches on version control than changelog [14:03] indeed, https://github.com/openzfs/zfs/releases/tag/zfs-0.8.3 [14:06] I know what is in the release, I'm only interested in whatever ubuntu patches on top of it. [14:07] hey oerheks, what's the advantage of turning the compositor off with a nvidia970 gpu or any decent gpu? Personally I don't get it, why bother if your pc/laptop has decent enough specs to run with the compositor turned on [14:07] ? [14:07] BluesKaj, me neither.. [14:08] right ;-) [14:09] fling: could you elaborate, what you are searching? [14:12] zfs --version says [14:12] zfs-0.8.3-1ubuntu12.9 [14:12] zfs-kmod-0.8.3-1ubuntu12.1 [14:13] pasiz: searching for the patches ubuntu applying on top of 0.8.3 release :> [14:14] there should be atleast 5.8 compat [14:14] and a bunch of other stuff atleast for the module === stwalker1ter is now known as stw [14:16] https://launchpadlibrarian.net/543195076/zfs-linux_0.8.3-1ubuntu12.9_0.8.3-1ubuntu12.10.diff.gz [14:17] if you can read the patches, sure you can find this data.. [14:17] or changelog: http://changelogs.ubuntu.com/changelogs/pool/main/z/zfs-linux/zfs-linux_0.8.3-1ubuntu12.9/changelog === genii-core is now known as genii [14:19] or the code itself: https://git.launchpad.net/ubuntu/+source/zfs-linux/tree/debian/patches/series?h=ubuntu/focal-security&id=a38d562ac03e226a5226d155145c6ebbf8d89007 [14:21] hey all [14:22] I am having issues with the way text is displayed on a youtube webpage i inspected the element it says it choose Roboto for the rendering but the spacing is way off at places [14:22] :-) [14:22] here is an example image https://imgur.com/a/wkDbq0L [14:22] like in the word "as" for example [14:22] running KDE Plasma on Kubuntu [14:23] Daulity, and which browser? [14:23] firefox [14:25] I'm running "Ubuntu 20.04.2 LTS" and I can't make my touchpad behave w/ X11. If I start Gnome under Wayland all the settings are respected. [14:26] But starting under X11 the touchpad works but all the configuration I do to lower its sensitivity or enable palm detection (or even disable the touchpad while typing) seems to have no effect. [14:26] It makes it almost unusable in X11 but I Wayland has some issues which prevent me from using it. In particular, I can't record my screen with ffmpeg [14:29] ( TIL: gedit right click's menu has a nifty insert emoji option 😲️❕️ ) [14:33] oerheks: is there a respository with this? [14:34] I see too many patches [14:44] composite_higgs, can you record your screen with OBS? [14:44] on wayland, i mean [14:48] @TomyWork I don't think I can. [14:48] How useful would it be to find out? [14:52] fling: what you are trying to achieve [14:53] composite_higgs, maybe if you can record your screen with obs, you won't need to record your screen with ffmpeg? [15:00] if you've never used obs, don't ask me for super advanced shit, but i can help you through the basics [15:10] @TomyWork - I've got a bit automated workflow thing going on with ffmpeg [15:10] How easy is obs to operate from the command line [15:10] I investigated obs a bit at first but it seemed like it was not going to be easy to automate stuff with it. [15:18] I've never tried automating it, so i dont know [15:18] havent had a use case for recording my screen automatically :) [15:18] pasiz: like immediately? Want to get the list of patches ;D [15:19] pasiz: probably going to try figuring out which one of them might be causing an issue [15:19] https://obsproject.com/wiki/Launch-Parameters it does have some command line parameters [15:19] Hello All! [15:19] hopefully without a bisect [15:19] pasiz: also want to know which compat patches are getting merged from upstream [15:20] Can you please review a patch for the 5.8 lts kernel ? https://github.com/torvalds/linux/commit/f5dc93b7875bcb8be77baa792cc9432aaf65365b#diff-7b3b27af128e730c0b4fa4cc2d7413f04a314406b79de0593238681528b88ff4 Maybe it could be added to the current kernel ? It fixes a very frustrating bug [15:20] Commit f5dc93b in torvalds/linux "HID: sony: Workaround for DS4 dongle hotplug kernel crash." [15:20] I see too many patches .. really? [15:21] Yes, I would like to see git log instead [15:21] Guest49, this is #ubuntu. the correct place to submit kernel patches is the linux kernel mailing list [15:21] fling, i think you already have that answer, TJ gave you ? [15:22] TomyWork It's already merged to the mainline kernel from version 5.11. But for Ubuntu LTS kernels is not available [15:22] Guest49: or #ubuntu-kernel [15:22] Okay, thanks [15:22] yeah in this case #ubuntu-kernel [15:22] oh I missed it, sorry [15:22] TJ-: thanks [15:22] i thought you meant "review the patch" as in "review the patch" [15:23] not as in "review your decision not to include this patch" [15:23] what does ubuntu use to signify a reboot (what file is created?) [15:23] donofrio, why would a file be created? [15:24] donofrio, /var/run/reboot-required ? [15:25] /proc's mtime should be at boot, if that is what you wanna know. [15:25] I dunno, I'm trying to upgrade from 18.04 to 20.04 using do-release-upgrade and it keeps saying "you have not rebooted after an update..." in my usermode install [15:25] ah, should have lead with that [15:25] donofrio, this file /var/run/reboot-required .. so, reboot [15:26] yeah /var/run should be on a tmpfs, i.e. it's toast after rebooting [15:27] I mv'ed the file but it still says a reboot is needed [15:27] reboot, then [15:27] donofrio, if a reboot doesn't fix it, check if that file is indeed on a tmpfs [15:28] Hello. What program can I use to scan documents for malicious programs? [15:28] also not sure what you mean by usermode install. I assume it still kills tmpfs on reboot [15:28] donofrio, so you don't want to reboot? [15:28] why? [15:28] I have no reboot when I try sudo reboot I just get "System has not been botted with systemd as init system (PID 1) Can't operate. Failed to talk to init deamon [15:28] Mat1010, there is no such thing. that is mathematically impossible due to the halting problem. everyone who claims to do so is lying to you. [15:29] so, you have an ancient linux .. [15:29] lolz [15:29] Mat1010, all you can do is scan for known signatures of known malicious software === javi404_ is now known as javi404 === Guest466 is now known as teward [15:29] oerheks, no I have Ubuntu 18.04 [15:31] What are the steps for the file system check? [15:32] Mat1010, did you take in what I said? [15:33] https://help.ubuntu.com/community/FilesystemTroubleshooting [15:33] cause it seems like someone told you "you need antivirus" and you just took that at face value [15:33] Yes, for the documents yes. And then it shifts the focus to the file system of the operating system. Maybe I was not clear. [15:33] !antivirus [15:33] An "antivirus" is primarily a concept from the Windows ecosystem and usually a program like that is not needed on Linux because the threat model is different. Malware on Linux does exist, however. Google up "rkhunter" and "linux intrusion detection systems". Also look up !clamav [15:34] Mat1010, what do you want to check the file system for? [15:35] Practice checking forms and see if there is modification [15:35] what [15:36] TomyWork, let him use the urls i spawned.. [15:36] Static file checksum [15:37] It seems like a simple practice [15:37] ext4 does not have block- or file-level checksumming [15:37] I would like to know how to do it [15:37] so if you're using that, you'd need a more advanced file system [15:37] Mat1010, which file system are you using? [15:38] ext4 creo [15:39] creo? [15:39] anyone else who noticed that with 21.04 who defaults to wayland the colors for red and blue are oversatured even if you use an icc profile along with setting the monitor to sRGB mode? The same profile and sRGB mode is NOT oversaturated when using xorg in 21.04... any hints how to fix this (other than getting incorrect settings in the monitor to compensate for the incorrect color output of wayland)? [15:40] When I installed ubuntu let the program do it, but I don't remember which system formatted the disk. Now I'm going to install and see what it does [15:41] Mat1010, anyway, what you need to know about ext4 is, while files and blocks aren't checksummed (meaning there is no way to tell if they have been corrupted), the structures of the file system itself are journaled, meaning if your system doesn't shut down properly, the system will scan the disk and be able to correct errors to some degree. most distros are also set up to automatically scan every now and then. [15:42] Mat1010, just run df. it'll show you the file system of each partition [15:42] TomyWork, so do I clear out the whole /var/run directory? [15:42] donofrio, what why [15:42] Mat1010: if you don't want modification, just set your files to be read only [15:42] or mount your filesystem to be read only, if you can make that determination [15:43] It's a good idea [15:43] TomyWork, to simulate a reboot [15:43] donofrio, why would you simulate a reboot? just reboot [15:43] if you want to identify maliciousness, then good luck, this is an unsolved problem generally [15:43] cbreak, on ext4 anyway [15:44] if you want to be able to detect modifications reliably for any reason, zfs can diff things easily [15:44] but this will not judge whether a modification is malicious or benign [15:44] How to differentiate between static files? [15:44] TomyWork, in usermode there seems to be no reboot [15:44] diff can differentiate [15:44] donofrio, then use a VM [15:45] this is in userland on my note8 (phone) [15:45] donofrio, i havent seen anyone use usermode linux in the last 10 years or so [15:45] oh, good luck [15:45] donofrio, your support question makes no sense... [15:46] oerheks, I canoot reboot it seems, exit is not a restart (or at least whatever files reboot removes are still existing) [15:46] rebooting on its own doesn't remove files [15:47] Mat1010, I'm going to have to tell you that this is frustrating communicating with you. you're using terms that make no sense in that context and you're not familiar with your system, nor seemingly curious enough to do self-directed learning to remedy that. [15:48] (Maybe it's mutual) [15:48] :] [15:48] the difference is, I can just shrug and walk away [15:48] (y) [15:49] What I say also helps me to keep looking [15:50] my inxi returns - http://paste.ubuntu.com/p/pw7XJnx5zP [15:51] this is what my system looks like - https://paste.opensuse.org/8294951 [15:53] and that's on your phone right now? [15:53] yep [15:53] why is there an elasticsearch on your phone [15:53] that is an ssh session [15:54] oh [15:54] says "...alhost: ~" [15:55] this is my phone right now - paste.opensuse.org/14579568 [15:56] i suppose your terminal doesn't detect remote sessions like kde konsole does :) [15:57] I'm using xfce4 fwiw [15:58] i can only tell it'd not KDE :D [15:58] it's* [15:58] yah kde too big overhead to run [15:59] it's fine on a desktop. not on a phone i guess :) [15:59] on older desktop it's not an option for me fwiw [16:00] well older desktop = phone [16:00] 18.04 xfce .. that is EOL as of April 29, 2021 [16:00] really? [16:00] so, reboot and do a release upgrade [16:00] hence why I'm trying to update to 20.04 [16:01] https://xubuntu.org/release/18-04/ [16:01] oerheks, i think they did a release upgrade and restarted the usermode thingy [16:03] how do you reboot usermode? [16:03] no systemd/init running [16:04] i am sure systemd is on that system.. [16:04] donofrio: UML has "halt" and "reboot" commands that instantly kill the process without clean-up, but that requires the 'mconsole' management console [16:06] TJ-, halt return same output as the paste screenshot shows [16:06] donofrio: from the mconsole? [16:07] oerheks, have you ever used the usermode thingy donofrio is using? [16:08] I use ssh to connect to other servers on my LAN. It seems that others used a reverse shell and netcat. What is the advantage of the netcat approach other than that I guess I don't need an ssh daemon? Seems to me that the disadvantage is that I am running with NO security - what am I missing? [16:08] TomyWork, no, he should just reboot the box, or walk over there [16:08] i don't think they mentioned what they're using, precisely. so I don't think you have a reason to be sure that their system has a systemd running. [16:09] TomyWork, i am sure it does. [16:09] oerheks, there is no box. it is linux running in a usermode process [16:09] else, he is not running ubuntu at all.. [16:09] no systemd running [16:09] I am running ubuntu see inxi output from paste [16:10] donofrio: check if you've got mconsole with "dmesg | grep mconsole" [16:11] donofrio: if you have, look at the path to the communications socket ("mconsole initialized on some/path/to/socket") [16:11] donofrio: then you can do "uml_mconsole some/path/to/socket" and have access to the management console where you can do 'reboot' [16:11] dmesg: read kernel buffer failed: Function not implimented [16:12] ok, so the UML kernel has a limited configuration [16:12] oerheks, let's draw a comparison with something I am more familiar with (and hopefully so are you): https://hub.docker.com/_/ubuntu there's this docker image. Suppose you're running a docker container based on that. Are you running ubuntu? [16:13] then the only way is to kill the UMK kernel process on the host (where it is a regular process) [16:15] hi! I have a huge file (6 GB) and its first half is obsolete, I'd like to free its disk space. it's on a slow device though. rather than copying the 2nd half, is there a way with Ubuntu focal on ext3 fs to move the start of file position to 3GB and discard the preceeding blocks? [16:17] would I have more luck if I had chosen another (which?) fs? [16:17] Sven_vB, https://unix.stackexchange.com/questions/198004/how-do-i-punch-a-hole-falloc-fl-punch-hole-in-a-file-from-command-line [16:17] this sounds like it'd work [16:18] TomyWork, thanks! [16:19] i literally googled for "punch holes in a file linux" and it turns out that's exactly what they called this feature :D [16:20] yeah, it's a clever way to phrase the problem. I wouldn't have come up with that soon. [16:20] fwiw - in my "RAW UserLAnd" notes I show that I have to start services manually so what service needs to be running to make reboot work? http://www.tinyurl.com/donofriodexnote8 [16:21] step #28 shows my manual starting of services [16:21] donofrio, what's your pid 1? [16:21] if not systemd [16:21] no pid 1 [16:21] so you're telling me that in your UML there is no pid 1? [16:22] can you show me the output of "ps -p 1" to prove that? [16:22] I know I sound like oerheks now, but not having a pid 1 is literally impossible [16:23] http://paste.ubuntu.com/kgz5WqGxDp is when I do ps alone [16:24] The Paste you are looking for does not currently exist. [16:25] http://paste.ubuntu.com/p/VdKKJcdXPG [16:26] http://paste.ubuntu.com/p/kgz5WqGxDp is when I do ps alone [16:26] yeah ps alone limits it to your current session [16:26] ps aux shows all of them [16:26] some people prefer ps -ef [16:27] http://paste.ubuntu.com/p/YN7TwYc5Nx [16:27] output of ps -efwww [16:27] see there is at least a process with ppid 1, meaning its parent has pid 1 [16:27] idk, do you have htop? [16:28] it has a nice tree view [16:28] installing now [16:29] Put init=/bin/bash, run `opevt bash -l`, then exit the first bash (=pid 1). You'll see: [16:29] kernel panic - not synching: attempted to kill init! [16:29] So it's really not possible in linux [16:29] *openvt [16:32] https://paste.opensuse.org/96444696 [16:33] not very much to see :D [16:33] the tree starts further right [16:33] That seems like a sandboxed environment, what is it? [16:34] yeah that would explain it [16:34] that would mean it's not UML after all [16:34] alkisg, UserLAnd [16:35] https://userland.tech/ i.e. this [16:35] donofrio: android apps are sandboxed, yeah [16:35] So you don't even have access to android's pid 1 [16:37] pstree -p shows http://paste.ubuntu.com/p/Pcg94bvGg9 [16:38] ?(1) [16:38] good to know pstree is as confused as i am :D [16:38] lol [16:43] donofrio, so to conclude: I have no idea what partition layout userland uses, so I have no idea whether even rebooting your phone would help [16:43] doesn't hurt to try [16:44] ok I'll punt and try that....don't see the connection to host restarting in regards to UML but I'll try it... [16:46] donofrio, it's not UML [16:47] UML has its own kernel, UserLAnd does not [16:47] agreed [16:49] no joy [16:50] reboot didn't help? [16:50] What's the problem? [16:51] restarting the note 8 didn't change the fact that the UserLAnd ubuntu session still cannot do-release-upgrade because it thinks I've not rebooted yet [16:52] And if you type reboot -f inside it, what happens? [16:53] not much, considering there is no system manager [16:53] reboot -f doesn't use the init system [16:53] +probably [16:53] thought that would work but nope [16:54] What was the output? [16:55] i mean I was able to run sudo reboot -f here is screenshot - https://paste.opensuse.org/43605528 [16:55] so, this 'userland' is bugging you? [16:56] Also try `sudo poweroff -f` [16:56] And if that fails, go to android process settings, and stop userland :) [16:57] did all that with TomyWork [16:57] still - any ideas of disabling the wifi/bueooth to save energy [16:57] ? [16:58] jpmh, got a hardware kill switch? [16:58] TomyWork: meaning? [16:58] jpmh, do you have a hardware kill switch for your wifi/bueooth? [16:59] TomyWork: - no - and wouldn't that require cutting a trace on the PiZeroW board ? [16:59] TomyWork: anyway, I do NOT want the user to have to flip a switch [17:00] sudo rfkill list [17:00] It's similar, but in software [17:00] rfkill list # gives a list # sudo rfkill block [17:01] Ah nevermind, an easier way: just unload the whole wifi module :D [17:01] Then you can re-load it on demand [17:02] jpmh, first time you mention a user that is not yourself [17:02] yeah i was gonna suggest rfkill next [17:03] TomyWork: even if the user was me - I don't want to be toggling switches - as I said at the start, I need to enable and disable - in the case of the HDMI I can live with plugging and unpluggging the cable since it will be VERY rare that I need that. In the case of the wifi, not the case, sadly [17:03] alkisg, rfkill is probably the preferred way of doing this, though. some software might try to be nice and load the module for you [17:04] TomyWork: either way - is the kill that you are suggesing possible without cutting a trace? [17:04] jpmh, a switch on the side of my laptop is a very convenient way of disabling wifi. you never mentioned that it's a pi tucked in some cabinet or something, or anything that would make operating a switch inconvenient. [17:05] rfkill is what you want [17:05] rfkill - tool for enabling and disabling wireless devices [17:06] TomyWork: YEP - TY - rfkill does look like EXACTLY what I need there - but will it actuually stop the powre consumption or just disable access? [17:07] i think that depends on your hardware [17:08] https://raspberrypi.stackexchange.com/questions/43720/disable-wifi-wlan0-on-pi-3 [17:08] There are 3 options, completely disable the hardware (requires reboot), or rfkill, or module loading/unloading [17:08] rfkill keeps the device around, the others not [17:09] module unloading powers down the device? [17:09] With the same options you can also disable blujetooth [17:10] The device doesn't show up at all in lsusb or ip a anymore. I don't know which ones of them are better for power management [17:11] TomyWork: HW is a pizerW. And, I just tried: rfkill block Bluetooth and it tells me rfkill: invalid identifier: hci0 - while list does show it as hci0. I also tried Bluetooth, and received the same error. What am I not understanding about rfkill - the man page seems to say that is what I should be doing? [17:13] jpmh, it wants an id or type [17:13] rfkill -J shows you which of the identifiers is the id and type [17:14] TomyWork: and when I do a list it does show as hci0 Bluetooth - so, what am I missing here, what does it mean by Id or Device them - the man page shows block Bluetooth [17:14] rfkill block bluetooth [17:14] that's what it says [17:15] I assume it's case sensitive. you don't? :) [17:15] TomyWork: TY - I made the mistake of copying and pasting the output from the list, so did Bluetooth - yep - thelowercase seems to work - TY so much for your help and your patience [17:15] Now I will attache a meter and see if I really save much [17:15] wifi is wlan btw [17:17] (wifi is kind of the marketing termin tbh. wlan is what the actual technology is called) [17:18] (german, of course, uses the actual technical term :D) [17:19] (we have to counterbalance our mess-up with the word for "mobile phone". don't look that up.) [17:23] I know interrupts inevitably come with variant latency in Linux, but is there a way to know how long it took to service an interrupt within the process that was awoken? For example, if it took >2ms I may want to give up and wait for another one. [17:23] Guest42, there are real-time kernels [17:24] https://wiki.ubuntu.com/RealTime [17:24] scratch that, they have been discontinued :/ [17:25] oh nm, only a specific variant has [17:25] -rt is dead, long live -realtime and -lowlatency [17:26] I'm happy "giving up" if it's "too late" on a particular interrupt (it will be poll-ing in a loop) Just didn't know if there was a way to know if it's been too long since the original interrupt event occurred [17:28] Help about ununtu 20.04. I am new in ubuntu. I installed 20.04 in virtual box 6.1.18. At first everything worked fine. After reboot there is no brightness slidebar. Screen Brightness is low and I cant adjust it. Anyone? [17:31] anyone know how I can install dosemu? all the documentation shows just apt get but it's not finding it [17:31] donofrio: thanks for the userland idea, I just tested it. To reboot, I went to the the session management (inside the android userland app) and stopped the session, then restarted it [17:31] err apt install [17:31] Help about ununtu 20.04. I am new in ubuntu. I installed 20.04 in virtual box 6.1.18. At first everything worked fine. After reboot there is no brightness slidebar. Screen Brightness is low and I cant adjust it. Anyone? [17:33] alkisg, but can you do updates then do-release-upgrade? [17:33] MrMobius: dosemu has been abandoned upstream, you can only install it on ubuntu 18.04 https://tracker.debian.org/pkg/dosemu [17:34] patience webchat42 when volunteers know the answer they will surely help you [17:34] donofrio: I did updates, I don't have do-release-upgrade, lete me see... [17:36] alkisg, thanks. so basically just out of luck in that case? === IRCMonkey is now known as DeepComa [17:37] MrMobius: well if you're really up to it, maybe the 18.04 packages still work on 20.04 [17:37] It will be a bit hard to install them though if you're not experienced user, as I imagine [17:37] ya not experienced [17:38] https://packages.ubuntu.com/bionic/dosemu [17:38] donofrio: I'm at "extracting focal.tar.gz" [17:38] Seems to work [17:40] oh yah my guide, yep share with anyone that needs it ;) [17:40] I put that together three years ago [17:40] MrMobius: run these commands: [17:41] cd /tmp; wget http://gr.archive.ubuntu.com/ubuntu/pool/multiverse/d/dosemu/dosemu_1.4.0.7+20130105+b028d3f-2build1_amd64.deb; sudo apt install ./dosemu.*.deb [17:41] They'll install the 18.04 dosbox in your 20.04 [17:41] MrMobius, you know there is a ppa available, right ? [17:41] ioria, hmm no. Im fairly new so I dont know what a ppa is [17:42] MrMobius, https://launchpad.net/~dosemu2/+archive/ubuntu/ppa [17:43] thanks [17:51] alkisg, wait, dosemu isn't dosbox [17:51] Yeah typo there in my last line [17:51] While the commands are correct for dosemu [17:52] MrMobius, dosbox is still actively maintained. are you sure it's not a better fit for your use case than dosemu? [17:52] dosemu is a bit of a museum piece === bongfrog_ is now known as bongfrog === Mathisen_ is now known as Mathisen [18:29] the software store said i needed to update & restart for an update to Neovim [18:29] haha [18:29] is it for real? [18:31] alkisg, thanks a lot. got it installed and it appears to work so far [18:31] 👍️ [18:31] TomyWork, connecting over a terminal and dosbox doesnt have a text mode. dosemu does === war is now known as Guest9564 [18:36] goddard: look at /run/reboot-required.pkgs -- this file will tell you which packages require a reboot [18:37] I'm attempting to update perl from 5.26 to 5.32, but there doesn't seem to be a package listed - is there a diff repo I should have added to be able to upgrade perl ? [18:37] hggdh: cool to know that exists [18:37] hggdh: but it doesn't exist on my system at least currently [18:37] so i guess that GUI is wrong [18:39] baldpope: you may be better suited to just compile it from source and install it to /opt/perl/ or something similar [18:40] goddard: there are two files /run/reboot-required*, one is just a flag, the .pkgs one would have the list of packages forcing a reboot. I have never seen a situation where we have /run/reboot-required, but /run-reboot-required.pkgs is missing/empty [18:41] it *could* happen, after all this is software [18:41] thanks sarnold - wasn't sure if that was too heavy handed, but will do [18:42] baldpope: yeah, trying to replace the system perl wouldn't go great.. given the perl team's history, it probably would work better than eg replacing the system python, which always ends in tears, but still it'd be brittle compared to supplying your own perl for whatever it is that is requiring the newer version [18:45] apparently pgbadger has an intermittent issue with an older version of perl, appears to be fixed in 5.28, but 5.26 is distro release === maguenterber is now known as guenti [18:52] hggdh, maybe an outdated snapd? === maguenterber is now known as guenti [19:02] hello [19:03] is authbind somehow broken in 20.04 [19:04] hggdh: cool yeah a look reveals no of those files [19:05] hggdh: i think it was lying to me :D [19:05] haha [19:05] oerheks: cannot say, IDK what happens in the innards of snapd... [19:05] goddard: yeah, weird [19:11] i am trying to use authbind for port 587 but it fails. for other ports it is fine. could there be some apparmor stupidity causing that? [19:35] what could be so special with port 587 so that authbind cannot access it [19:37] ilmais1n: not much beyond the usual low ports requires a capability to bind to it [19:37] ilmais1n: what error message are you getting? [19:38] What are the other port numbers? Just checking that you've set authbind setuid root? IIRC that's not default. [19:40] sarnold: the error message is "Operation not permitted" [19:40] rbasak: i am trying with port 80 and it works fine [19:41] Maybe it's more to do with the service you're starting, or how that's set up? [19:42] rbasak: no, it is not, because i am now testing it with netcat [19:44] ilmais1n: oh, curious; operation not permitted makes me think of seccomp filtering first.. [19:45] i have never ever heard of seccomp before [19:46] these things have become way too complicated [19:47] sarnold: is there anything i could do [19:57] ilmais1n: seccomp is a sandboxing tool, it can be configured through systemd service files, or snapd sandboxing, probably many other sandboxing tools use it too [19:57] i take it as "no", since i have no time to go through all of those things manually [19:58] i'll file a bug report and forget about it [20:02] https://bugs.launchpad.net/ubuntu/+source/authbind/+bug/347211 [20:02] Launchpad bug 347211 in authbind (Ubuntu) "authbind unreasonably fails to address ports 512 through 1023" [Undecided, Fix Released] [20:02] ah, it is this [20:03] it has been modified to work once, but apparently it has been revertd [20:08] aha, that explains the strange error return [20:19] What's a good, simple image editor for basically marking up an image? [20:20] guzzlefry: you can use the search in "Ubuntu Software" app, or use "apt cache search" or try #ubuntu-offtopic for software recommendations [20:21] gimp isn't simple and I'm not sure it's 'good' any more, but it works okay [20:22] https://snapcraft.io/search?category=photo-and-video [21:00] I found Krita. Seems nice. [21:01] nice === beaver is now known as pong [21:17] I'm trying to get docker runnable as an ordinary user, I added my user to the docker group, but still cannot run docker - I looked at /etc/group and my user is appended to docker:x:769698:me, but, curiously, /etc/group- does not have the same information, it's just docker:x:876985: [21:18] So, if I hand edit /etc/group- am I breaking something [21:20] b0nn: that's just the backup of the file from before you added to it [21:20] b0nn: group- is supposed to be a backup copy [21:21] b0nn: so no, you're not breaking anything although you're also not solving anything I guess [21:21] OK [21:21] oops [21:21] I changed it, and id still isn't showing my user to be in the group [21:21] have you logged in again? [21:22] yes - although there may be a confounding variable - tmux (but I restarted tmux' server too) [21:27] `newgrp docker` rectified the situation (not sure how persistent it will be though) [21:28] b0nn: be careful with that, that sets your primary group in that process and descendant processes to 'docker' [21:28] b0nn: that may cause files and directories that you create to have incorrect ownership [21:29] yeah, it's done precisely that [21:32] hmm I killed the shell, and tmux-killserver restarted terminal and - still - id says I am not part of the docker group [21:36] b0nn: did any of those steps go through a new login eg through sshd or the console or your xdm or whatever? [21:36] restarting the terminal doesn't ask for a login if that's what you are asking [21:37] restarting the machine has fixed it though [21:37] id is now showing docker in the list [21:38] yeah, you've got to go through a PAM service somewhere to get new supplementary groups [21:39] i wonder if anyone can give me some pointers on how to get ipv6 dhcp working in ubuntu 20.04. i have an isc-dhcp-server running that seems to be providing an ipv6 ip address to my windows laptop. but, it seems like my ubuntu 20.04 desktop doesn't seem to ever try to request (solicit?) an ipv6 ip address. [21:41] will this audio card with with Ubuntu 20.04? https://www.newegg.com/p/23H-00G8-00004?Item=9SIAREGECD1807 [21:41] Davidian1024, what guide did you follow? [21:41] on the ubuntu desktop i didn't really do anything. it looked like ipv6 was already enabled. [21:42] on the ubuntu server i setup isc-dhcp-server based on what i found in the example dhcpd6.config [21:43] should ubuntu 20.04 try to get an ipv6 ip by default? [21:46] sneakyimp: this one does: https://www.brack.ch/fiio-kopfhoererverstaerker-olympus-2-e10k-321007 === CodeLyoko is now known as XANA === XANA is now known as CodeLyoko [22:02] I was about to get this adapter and wanted to make sure it should work in ubuntu? https://www.amazon.com/EDUP-Bluetooth-Wireless-Network-Adapter/dp/B0832MR4WB/ref=sr_1_4?dchild=1&keywords=intel+pcie+wireless&qid=1626117070&sr=8-4 [22:04] tacomaster1: https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html [22:05] Ok awesome. I can get actual vendor drivers === beaver is now known as pong_par_le_vide === pong_par_le_vide is now known as le_vide [22:45] Greetings, I have 2 kernels installed on 20.04: 5.4 and 5.8. NO matter what I do, I cant seem to get the system to run 5.4 by default. I've configured etc/default/grub and ran update-grub with no error but the system still boot with 5.8. If I try to uninstall 5.8 I get a warning that this action may crash the system. What can I do. === le_vide is now known as hommes_de_mes_de === genii is now known as genii-core === hommes_de_mes_de is now known as hommes_de_mes_ce [22:53] using GRUB_DEFAULT should work fine I can only assume you have a typo === hommes_de_mes_ce is now known as hommes_de_mes_bi [22:53] iomari891: use the grub menu, advanced options at boot to boot into 5.4 and then remove the 5.8 kernels and the linux-generic-20.04-hwe === hommes_de_mes_bi is now known as hommes_mes_biip [22:55] You could also set GRUB_SAVEDEFAULT on and then manually select a version on the next boot, it will then remember it. [22:56] is there a reason you want to remove hwe? [22:57] cbreak: that doesn't answer my question -- and that other unit is expensive! [23:06] sneakyimp: https://manpages.ubuntu.com/manpages/focal/man7/oss_cmpci.7.html [23:07] i dont have one but I expect so from the man page [23:08] sixwheeledbeast: thank you! +++