[00:00] ctrlbreak: so lets start with... we get that you're having an issue with DNS... repeating that it's broken isn't going to help a volunteer to know what to propose to help you fix it [00:01] ctrlbreak: So start at the beginning... how did you install Ubuntu, are you using desktop or server? How is your network setup? What causes you to perceive that DNS is broken. [00:01] I have been running 18.04 for the better part of 2 years and haven't had any DNS issues. [00:01] Well, it's clearly a known issue based on the limited googling done so far. Unfortuantely, none of the proposed hacky fixes seem functional. [00:02] <_Sym_> try cloudflare dns [00:02] minimal install via netboot.xyz PXE load. Openssh only package. Everything installed fine. Came back a day later... can't resolve anything. [00:03] nslookup ... test the DHCP/DNS server directly for resolution, works fine. [00:03] Why doesn't 'netplan' set up DHCP DNS properly? [00:05] https://lmgtfy.com/?q=ubuntu+18.04+netplan+dns+is+broken [00:06] I'll work through it... I just find it kind of hard to believe. [00:06] ctrlbreak: worked fine for me in 18.04 [00:07] I'm happy you weren't impacted. [00:09] systemd-resolve --status even lists the proper resolvers. [00:12] ctrlbreak: this was a secured ssh server you put in there,,, or at least not open to the open Internet? [00:13] Correct. I'm ssh'd to it now. All local subnet communications work. [00:13] Hmmm... interestingly, I think this actually goes deeper than DNS... [00:14] it... has... no default route. What in the... [00:15] lol... "Looking at /sbin/dhclient-script, if at least one classless static route is provided to the DHCP client, it disregards the router setting, hence no default route set." [00:15] Yikes. Why in the world would someone do this? [00:16] Welp... time to lobotomize a fresh install of Ubuntu. Apparently it can't handle static routes being pushed to it :-S [00:17] ctrlbreak: IP assigned from the router? [00:19] guessing the router has defined routes to push, they're not being accepted/recognized by Ubuntu at the moment [00:19] jeremy31: I would asume they're pushing a static ip from the router, but don't think that's the issue [00:32] Yes. I am. I'm pushing a small /24 route via DHCP Option 121 to facilitate some funky 'lateral DMZ' movement between 2 subnets via an alternate GW at the moment. Other OS's don't seem to have a problem with this... but apparently Ubuntu does. [00:33] ctrlbreak: at least it appears you have gotten closer to the potential problem there [00:33] oh for sure. I just never imagined it would be something this absolutely obscure. [01:05] ctrlbreak: my Ubuntu DNS works fine [01:05] k [01:05] ctrlbreak: maybe your issue is something "localaized" to your environment else all ubuntu users would be echoing your issue [01:07] More related to some other obscure Ubuntu issue... but there was pretty certainly a DNS issue w/18.04 https://lmgtfy.com/?q=ubuntu+18.04+netplan+dns+is+broken [01:21] Anyonoe familiar with multipass, knowo how to rename an instance after it's already been created? [01:29] kelbizzle: does this help https://github.com/canonical/multipass/issues/255 [01:29] specifically https://github.com/canonical/multipass/issues/255#issuecomment-467993224 [01:34] somehow my 18.04 suddenly had issues from yesterday, when I move my mouse to chrome's bookmark bars, i saw a hint of the name of the bookmark bar(e.g. its URL or title), however some of them are messed up texts, it's like the text lines overlap each other === BrianG61UK__ is now known as BrianG61UK [01:35] not all of them though. could this be related to locales? a check about locales turned out to be fine, all en_US.UTF-8 [01:36] changes like this can cause me days to debug :( [01:36] it's not just chrome, many applications too [01:37] leftyfb I was able to find that. and that does work for creating them initially. Thank you. [01:38] leftyfb I'm trying to avoid having to reconfigure the instance I setup. [01:38] but I will just to have a name that is shorter to type lol. Thanks again. [02:02] ubuntu 18.04 default x-windows(not wayland) totally messed up text-hints on mouse-over events(mouse over to some menus, for example) [02:02] wayland can avoid that but will cause other usability issues for me, sucks [02:07] rr123_: not sure what you're even talking about. [02:08] tool tips? [02:16] ryuo: yes [02:17] the tool tips text messed up 70% of the time [02:17] sounds like graphical corruption. [02:17] rr123_: what flavor? [02:17] tried lightdm, gdm3, now thinking about gnome flashback, strangely, wayland has all tool tips intact [02:17] ah, regular ubuntu? [02:17] running gdm3 under regular ubuntu now [02:17] might be a driver or GPU bug. [02:18] i've seen that before. graphical corruption before a tooltip fads in on MATE. [02:18] it occurred since yesterday [02:18] let me check the graphics driver [02:18] if it's intel it should be modesetting. [02:19] driver=radeon [02:19] radeon? your GPU is AMD? [02:20] i believe so [02:20] i think it might be recent kernel update caused this [02:20] are you using the HWE stack? [02:20] i was reminded need a reboot, i rebooted, then got this [02:20] iirc, it switched to the 5.3.x kernel recently. [02:20] i don't think i'm using HWE [02:21] 5.3.0-26-generic [02:21] that's HWE. [02:21] try booting the 5.0 kerne that should still be installed. [02:21] you can get that option from grub2 if you interrupt the boot [02:21] try pressing esc or other keys during bootu [02:21] dpkg -l | grep -i hwe [02:21] bootup [02:22] linux-generic-hwe-18.04 5.3.0.26.95 [02:22] yea, that's HWE. [02:22] i think i might be using hwe [02:22] the original kernel for bionic was 4.15 [02:22] xserver-xorg-video-amdgpu-hwe-18.04 19.0.1-1~18.04.1 [02:22] rr123_: like i said, try booting an older kernel. [02:23] ok let me try [02:23] if that fixes it, then it's some kind of kernel regression. [02:23] let me try, be back soon [02:23] thanks! [02:25] hey guys I just converted to Raid 1 and now I cant do apt upgrade. Im getting this error https://pastebin.com/e1LgJx9f [02:25] just rebooted, 5.0.0-37 old kernel does not help, strange [02:26] rr123_: it could be a userspace stack issue. [02:26] i only have two kernels around somehow [02:26] rr123_: though i'm out of ideas. [02:26] rr123_: is this a ryzen system? [02:26] xserver-xorg-video-amdgpu-hwe-18.04 xserver-xorg-video-ati-hwe-18.04 ...there are so many xorg-videos drivers, not sure which one I'm using and how can I choose [02:27] r416a: i'd try removing that old kernel. [02:27] r416a: apt autoremove --purge -y linux-image-4.15.0-70-generic [02:27] rr123_: assuming you have a newer kernel available. [02:27] r416a: ^ === zbenjamin_ is now known as zbenjamin [02:28] it worked fine until yesterday :( [02:28] rr123_: what is the machine in question? [02:28] just checked grub yes I have lots of kernel inside grub.cfg [02:28] dell x8300 i7, an old model [02:28] oh, that's good. [02:28] ryuo: how do I check if I have a newer kernel? I've never had to deal with anything like this before. [02:29] r416a: uname -a [02:29] Im also new to linux [02:29] rr123_: well, i have a suggestion. your machine is so old you don't need HWE. i'd suggest reinstalling from an earlier release of your flavor that doesn't use HWE. that should clear it up. [02:30] 18.04.1 or so [02:30] you can just do a full dist-upgrade to get caught up after. [02:30] ryuo: I have 4.15.0-72 and its trying to upgrade 4.15.0-70. I assume I'm ok to remove it? [02:30] too many content in use i will live with the messed up of tooltips for now until 20.04 is out then, probably with a new machine too [02:31] thanks for the help [02:31] r416a: just remove the -70 version. that should clear it up. [02:31] r416a: though fyi, i wouldn't suggest trying to convert an existing installation from one type to another after installation unless you're very familiar with how linux works. [02:32] r416a: there's a lot that can go wrong if you don't know what you're doing. [02:32] improper permissions among other things. [02:32] always backup, or try it inside virtualbox first [02:33] ryuo: im getting this error trying to remove it. [02:33] ryuo: https://pastebin.com/SaP730A0 [02:33] rr123_: I have a lattitude E5530 i maxed out. [02:33] rr123_: it works fine with the 4.15 kernel. [02:33] :) [02:33] and it's ivy bridge. ancient. [02:34] 16G RAM [02:34] r416a: oh, that bugger. [02:35] r416a: this must be a server. that package isn't included with anything else. [02:35] r416a: what's your bootloader? grub2? if so you should just remove that extraneous grub. [02:36] apt autoremove --purge -y grub-legacy-ec2 [02:36] it's only useful if you're using ec2. === daniel is now known as Guest65728 [02:40] ryuo: I think I have something messed up with my partitions. I was trying to find what bootloader I have and it says one of my drives has a corrupt gpt table. My mdadm raid partition is fine though... I believe I have grub 2 though. [02:40] ok.. [02:40] you probably corrupted the backup GPT. [02:41] that's quite likely if you're not familiar with mdadm. it can store its metadata in the same place the backup GPT is stored. [02:42] is there an iso (1910) for legacy bios use ? (if so, please prove a download url ? [02:43] 19.10 that is [02:43] WoC: ubuntu ISOs are hybrids. the same one that's good for UEFI is good for BIOS. [02:43] ok, i'll try the 18.04 [02:43] ryuo: well everything besides not being able to upgrade seems to be working and when I do mdadm --detail the raid it all good. [02:43] the 19.10 no-go [02:43] WoC: what's the issue? [02:43] Won't boot it [02:44] WoC: what hardware? [02:44] doesnt identify it as bootable [02:44] legacy bios amd64, msi [02:44] uh... how did you prepare the media? [02:45] dd [02:45] so, usb key. [02:45] Aye [02:45] Same boots on a uefi machine, no issues [02:45] did you try other usb ports? [02:46] you said it doesn't even show up. that could be for many reasons. [02:46] This booted other things,. same port, same key [02:46] i don't know then. it should boot. [02:46] Aye [02:46] but this is partly why i bought an iodd2531... [02:47] there is a way to use grub to boot it, but i dont recall [02:47] i've found CD/DVD media to be more reliable. [02:47] iodd2531 lets me simulate the ISO media as a virtual drive. [02:47] no burning required. [02:47] but yea [02:47] sorry it's not working out for you. [02:47] but [02:47] there's no bios only media. [02:47] it's all unified so it should work. [02:48] ok [02:48] Trying the netboot iso as well [02:48] did you try using a different usb flash drive? [02:48] sometimes changing up the hardware helps. [02:49] 'll try that next, after the netboot iso [02:50] ty [02:57] So Im running mdadm raid one with two drives of different sizes. I have a partition on the bigger drive that is the same size as the smaller drive and then mdadm uses the partition and the whole smaller drive to make the raid. when I do fdisk -l I get this https://pastebin.com/7qmkfsnz and it says the smaller drives primary gpt table is corrupt. Looking at the raid, it seems fine https://pastebin.com/K0e3eu4A [03:00] what directory are launchers stored again? [03:00] * jmadero always forgets [03:00] usr/share/applications i think [03:01] perfect, thanks === kantlive- is now known as kantlivelong [03:19] ryuo: iirc the mini iso is only set up for legacy boot, not uefi, unless that has changed recently [03:34] just out of curiosity, have dvd's been phased out of uefi as a secure boot method? [03:38] Ubuntu apparently installed CPU microcode. I did not want that. It's like if you buy a cookbook, that doesn't give the writer the right to come to your house and cook a recipe with your food without asking [03:38] DarwinElf: this isnt the complaints channel [03:38] ok, well how do I revert back to the old CPU microcode. That's the problem [03:38] stick to ubuntu support questions please [03:39] it is one [03:39] Ubuntu installed that, now I want it reverted [03:40] if Intel made changes that prevent the Mangement Engine Cleaner (me cleaner) from working then this microcode shouldn't have been installed. You didn't have permission [03:40] HiddenDjinn: why would they? that would also hinder installing windows. [03:41] DarwinElf: microcode applied by Ubuntu is not permanent. what are you looking to do? [03:41] DarwinElf: revert to BIOS' microcode? [03:41] because removing Ubuntu's microcode package probably isn't enough. Where do you store people's old microcode... or was that not taken into account? I merely want to revert to the state before that package was installed without permission [03:42] it's not BIOS microcode, it's CPU microcode [03:42] ... [03:42] ryuo, actually, on this pc, when secureboot is enabled, it refuses to read the dvd [03:42] those are separate [03:42] DarwinElf: yes, but it can be uploaded by either the BIOS or the OS. [03:42] the BIOS code is on the system-/logic-/main-/mother-board. The CPU microcode is on the CPU of any CPU that you install in that system-board [03:43] ... nevermind, you're not listening. [03:43] no, you aren't [03:43] right. [03:43] i'm not talking about flashing the BIOS (which is in the BIOS chip.) I'm talking about reverting CPU microcode (which is in the CPU, not in the BIOS chip. BIOS has zero to do with this) [03:44] and you don't know what you're talking about. the BIOS typically also contains microcode to upload a newer microcode during CPU initialization. [03:45] if I removed the CPU and put it in a different board with a different BIOS... it's still the CPU code I need to change back [03:45] so if you wish to revert, you can either downgrade the package and then pin it, or remove it entirely. [03:45] DarwinElf: https://superuser.com/questions/935217/how-is-microcode-loaded-to-processor [03:45] it doesn't matter that the BIOS is capable of doing it [03:45] ... [03:45] the cpu is initialized with microcode each boot...the bios sends its microcode on boot, ubuntu sends its microcode at load [03:45] what is wrong with you? microcode updates aren't permanent. [03:46] alright, so that's what I needed to know [03:46] the only permanent one of any sort is the BIOS one. [03:46] i'm sure microsoft does the same with windows [03:47] HiddenDjinn: am I bad at explaining or something? [03:47] ryuo, no, i'm just good at breaking it down a little further === Leion1 is now known as Leion [06:45] I can connect to any Wi-Fi networks except for my company corporate Wi-Fi. Running Ubuntu 19.10. Wi-Fi chip: Broadcom BCM4350, but I tried with other USB Wi-Fi adapters as well. Any clue why or how I should proceed with debugging? Getting this error message in /var/log/syslog: ctrl-event-assoc-reject bssid=00:00:00:00:00:00 status_code=16 [06:50] dataviruset: timing out...consult your corporate IT for assistance [06:50] could they be using mac address filters? [06:51] dataviruset: or just use a windows PC or macbook like everyone else [06:51] dataviruset: you'll need to consult corp IT in any event if you attempt to proceed to use the corporate network [06:52] I asked them, they said they didn't have any filters. I am using a MacBook actually, but with Ubuntu [06:53] dataviruset: have you tried to connect any other non corporate managed or owned devices to the corporate network? [06:53] yes, my phone, and it works :D [06:55] dataviruset: you've used two different WLAN/wireless adapters unsuccessfully, the common denominator being your macbook with ubuntu installed...you'll probably want to see if you can hand it over to corporate IT and let them get it connected [06:57] dataviruset: have you tried connecting via a cable/wire? [06:58] Sure, they might even have some clues in their access point controller logs. The problem is that I'm the only one running Ubuntu in the office so they kinda don't support it. I have a colleague running Debian but with other hardware and it works. Right now I'm connected to my phone via USB, using it as a Wi-Fi-to-wired router hehe [07:04] Hi, I have a tech question here [07:04] I have Ubuntu on my device, at some point in the last 24 hours or so, it appears my hard drive [07:04] Became unseated [07:05] So my Lenovo laptop showed HDD0 not found. I unscrewed it and was able to push it back into place. It now boots except: [07:05] On startup/shutdown I keep seeing /dev/sda xxxx blocks clean [07:05] xxx files something [07:05] also every few min I see a weird system error [07:06] that's expected [07:06] weird error isn't enough detail to make head or tails of anything but you're able to use the ubuntu system so it's not a show stopper [07:06] Right [07:07] I don't have super important data or anything. Is it likely the OS was corrupted? [07:07] It's not a very specifc error. unexpected error, send report? [07:08] why dont you run testdisk/lifeguardtools to be sure? [07:08] I checked journalctl and it looks like it's xorg.gnome.shell [07:08] Actually, I should be more specific I guess What tools DO what for me [07:09] I tried Ubuntu repair filesystem. It says it's undamged after like 3 seconds [07:09] carry on business as usual [07:10] @tatertots You think so? [07:10] I'm guessing the machine was asleep when this happened. (I am guessing someone may have dropped it while I was at work) [07:10] secure your drive in your laptop as to not repeat the same thing in the future [07:12] if you consider your system important then you should have a back up for disaster recovery purposes [07:12] I don't have anything important that's not backed up really. [07:12] if you don't have a back up and elect to not make a back up after experiencing this incident ...your system isn't important [07:13] Most of my "important " files live in cloud or on work machines/servers [07:15] I've been trying to run fsck (is that the same thing that runs in the Gnome GUI when I right click the partition and "check"? [07:18] the system already ran fsck on it's own and it's currently "undamaged" [07:19] I see. [07:19] you can run it again manually but you'll probably continue to see "undamaged" [07:20] trying to run it manually from the OS doesn't work (filesystem mounted) trying from a live USB boot yields "fsck from util-linux 2.31.1" and nothing more [07:22] What do you recommend I do about the recurring pop up? [07:23] I am mainly using this machine for continuing education. [07:24] eviv3999: google and you shall find. [07:25] eviv3999: "pve nag" *hint* [07:26] Googling revealed to me that deleting the /var/errors entry would prevent issues (not necessarily the right name) I did that. It seems the error came back [07:31] eviv3999: ohh, i thougth it was the subscription popup when you logging into the webinterface. sorry. [07:37] I would guess my other question would be in a technical sense would an SSD getting disconnected be highly likely to cause permanent damage? [08:27] guys can i reinstall my 18.04 on my existing 18.04 using usb iso image ? [08:27] without losing applications, program and data ?. i mean just reinstall os level files etc and dont touch my apps? [08:28] Whats not working? [08:30] FingerlessGloves: fn keys , volume up and down , brightness control was not working earlier but i fixed it by doing some grub changes . i just tried running virtualbox and i got kernel driver not installed , according to pragmaticenigma , even though my upgrade from 16.04 to 18.04 was done successfully still i lost some crucial files etc, which is causing this problem [08:30] hey [08:30] FingerlessGloves: Is it possible to reinstall everything without losing softwares data etc [08:31] I did GRUB_HIDDEN_TIMEOUT=90 and uncommented grub_timeout but still it's not hidden [08:31] update-grub as well i did [08:31] also , i want to know what is the correct way of making backups? do i need to use some software ? or should i make a whole partition backup? [08:32] jackhum, probably just missing kernel package. [08:32] jackhum, do apt purge virtualbox-* and then install it again [08:33] FingerlessGloves: but what about my fn key problem/ [08:33] I thought you fixed that? [08:33] GRUB_HIDDEN_TIMEOUT_QUIET=true what does true mean here [08:34] FingerlessGloves: nope , i jumped my kernel version to 5 and still i am getting nothing [08:34] Oh did you jump to HWE kernel? [08:34] FingerlessGloves: its not like all fn keys function are not working , but brightness up down and volume up down doesnt work [08:35] FingerlessGloves: trackpad disable and lock os and change display profile does work [08:35] You using normal Ubuntu desktop or are you using a different distro [08:35] Like Ubuntu Mate [08:35] FingerlessGloves: so i am thinking its not related to fn key completely , its due to maybe hardware incompatibility [08:36] If it worked in 16.04 it should work in 18.03 [08:36] 18.04* [08:36] FingerlessGloves: i was using 16.04 since years with unity , but then i upgraded to 18.04 with gnome and i started facing problem [08:36] Ah [08:36] wonder if going to Gnome threw it out. [08:36] FingerlessGloves: gnome even get stuck on my system , i get few seconds of functional gnome session and then everything freezes, i used top command to find cpu usage and i found it was about 100% [08:36] Might have to reinstall, which sucks. [08:37] then i installed unity , and atleast unity is functional but fn keys are not working again [08:37] FingerlessGloves: tbh i want unity so badly [08:38] I don't believe there is a way to reinstall keeping applications. Some people use the "apt list --installed" command to know what they had installed. But you wouldn't want to blanket install all that list on a new install [08:39] this is sort of my problem https://askubuntu.com/questions/1030060/freeze-after-login-ubuntu-18-04 [08:40] As for data, all programs should be storing their data in /home/{youruser}. If thats in a different partition, that makes life easy. Otherwise just "rsync -ap /home/ /mnt/usb/" your home folder to a ext4 formatted USB. [08:40] FingerlessGloves: apart from that on gdm3 touchpad touch click doesnt work on login screen [08:40] FingerlessGloves: but click buttons do work [08:40] how annoying [08:40] FingerlessGloves: can i make a complete partition clone using clonezilla ? [08:41] Yeah you can :-) [08:41] Done it many times [08:41] Device-Image. [08:41] also do my rsync idea for hte home folder, to keep SSH keys, browser data etc. [08:42] Then you can reinstalled, "rsync -ap /mnt/usb/ /home/" copy the data back. and then install the packages your missing say Chrome GIMP etc. [08:42] "rsync -ap" will copy all folders and folder, their owner and permissions [08:43] The UID of your current user and the UID you'll get when you reinstall should be the same. As the first user is always 1000 [08:46] FingerlessGloves: also i think i am not able to logout from gnome session. When i do logout it freezes forever [08:47] Yeah that's really buggered [08:47] Fn + lock key do work and i get lock screen but i dont think i can logout [08:47] Throw it out the window xD [08:47] FingerlessGloves: kek, no i need to fix this [08:48] I'm starting to think reinstall would be ALOT easier, so many different issues going on. [08:48] Maybe wait in here a little while before doing anything, incase someone knows how to fix the issues. [08:50] FingerlessGloves: is there anyway to find logs when i hit logout [08:50] hi [08:50] I did GRUB_TIMEOUT_STYLE=hidden [08:50] why does it get stuck forever [08:50] but grub menu still shows and time set to 5 seconds [08:50] Upgrade grub? [08:50] I have os-prober and arch linux install too [08:51] jackhum, I hardly mess with the desktop side of Linux. I still have to use Windows, to play my games. :-( [08:51] I did update-grub [08:51] Love to help but my knolwedge doesn't strech that far. [08:51] this ubuntu is buggy [08:51] 19.04 [08:52] littlekimmy, 19.10 is out [08:52] bug is in os-prober or some script [08:52] FingerlessGloves: but that too is buggy [08:52] littlekimmy, use 18.04? [08:52] it's behaving as expected. FingerlessGloves that too [08:53] https://askubuntu.com/questions/1182164/ubuntu-19-10-grub-not-shown [08:53] Do you see 5 seconds countdown or are you counting yourself [09:03] does changing the order of variables in /etc/default/grub have an impact [09:07] hello [09:07] I tried I set it to hidden and update-grub; but it still shows the menu [09:07] I have os-prober [09:07] and other os [09:10] hi [09:11] ~https://termbin.com/utuq [09:11] https://termbin.com/utuq [09:13] it timesout after 5 sec EVEN though in the file there is no 5 sec, it's 9 sec is what I set [09:13] so clearly sth is buggy [09:13] os-prober is messing up, can I disable os-prober without removing it ? [09:13] littlekimmy: that is what os-prober does when it finds multiple OSs [09:14] but you admit that ubuntu is buggy [09:14] grub is not behaving as expected [09:19] grubuntu [09:25] hi [09:25] after removing os-prober it behaves as expected [09:26] so I guess good bye other OS [09:26] lol so where exactly is the bug, in ubuntu ? or os-prober [09:28] littlekimmy: the line you added the 9 second timeout started with a #, so it is ignored [09:31] but still it didn't go the hidden timeout thing [09:31] and the reason I commented it is because either timeout or hidden_timeout -they are mutually exclusive [09:32] littlekimmy: /etc/default/grub needs GRUB_TIMEOUT_STYLE=menu [09:32] no menu [09:33] hidden or countdown is what i need [09:33] littlekimmy: did you use GRUB_DISABLE_OS_PROBER=true [09:33] I just removed that [09:34] apt remove os-prober, it's the same thing [09:34] then update-grub [09:38] if grub password is used, can it be bypassed without using live USB [09:39] I'd like to put password of course live usb can bypass those [09:41] littlekimmy, use LUKS encryption to protect your data, but does require it to be selected during installation [09:42] There's a tick box during the installation wizard [09:44] FingerlessGloves: not data [09:44] I will use that but first just for booting protection [09:45] Use a BIOS password. [09:45] Normally called User Password, so the machine won't boot unless the User Password is entered [09:45] Hi, I am trying to use wpa_supplicant to auto connect to a hotspot at boot, it worked in the past but is refusing to work since I updated to Ubuntu 18.04.3 LTS, when I check the service status it shows as active but there are errors, https://paste.ee/p/ncASs [09:46] Supervisor password is a term for protecting the BIOS settings from unauthorised access. [09:46] But to be honest, with LUKS it's going to prompt you for the password to unlock the disk anyway. So in my eyes it basicly pointless trying to protect the machine booting. As they can just throw the disk in another system say. [09:47] hi [09:47] Normally called User Password, so the machine won't boot unless the User Password is entered [09:47] Supervisor password is a term for protecting the BIOS settings from unauthorised access. [09:47] But to be honest, with LUKS it's going to prompt you for the password to unlock the disk anyway. So in my eyes it basicly pointless trying to protect the machine booting. As they can just throw the disk in another system say. [09:47] GRUB_FORCE_HIDDEN_MENU="true" in arch wiki but where is that option couldn't find it [09:52] any advice? [09:56] aaran: are you chatting from the computer right now? [09:57] another computer, I am ssh'd into the other machine which is currently connected via ethernet [09:58] aaran: you are connected to the computer with the problem via ssh and it's hardwired because it wouldn't connect automatically to wifi correct? [09:58] yes [09:59] aaran: inxi -Fxxprzc0|nc termbin.com 9999 [10:00] aaran: issue the command above..it'll instruct you to install it if you don't have it ...paste url/link here [10:02] sent directly to you [10:04] aaran: nmcli c s|nc termbin.com 9999 [10:05] aaran: issue the command above..share url/link [10:05] https://termbin.com/9pex [10:06] aaran: sudo rfkill list|nc termbin.com 9999 [10:07] aaran: issue the command above..share url/link [10:07] https://termbin.com/9ji2 [10:07] hi e1 [10:08] aaran: nmcli d w|nc termbin.com 9999 [10:09] https://termbin.com/eboz [10:11] aaran: sudo ip link set wlan0 up [10:11] i would like to read a few books about networking(to learn) So far as Linux is concerned are there any caveats i should considering/mindful of? any recommendations? thanks in advance [10:11] aaran: did you see error? [10:11] no [10:12] aaran: nmcli d w|nc termbin.com 9999 [10:12] https://termbin.com/q5he [10:13] aaran: journalctl|nc termbin.com 9999 [10:13] wait [10:14] aaran: journalctl -p 4|nc termbin.com 9999 [10:14] sent directly however I found a post that is suggesting that it could be NetworkManager interfering with systemd-networkd, does that sound like a possibility? [10:20] Jan 21 09:49:53 MoChris32 wpa_supplicant[17581]: nl80211: Could not set interface 'p2p-dev-wlan0' UP [10:52] I have /home/user/.local/lib/python3.5/site-packages/, but I can't find the corresponding binary for it. Where can I find it? === skalis7 is now known as skalis [11:34] Hello everyone! According to /etc/lsb-release, I'm using "Ubuntu 18.04.3 LTS" and according to uname -r, I'm running 4.15.0-70-generic. I've never been able to get suspend-to-RAM ("Suspend") to work on this desktop, so I thought I might try a more recent kernel. [11:35] On my other system, kernel was automatically upgraded to 5.3 a few days ago. But on this one, I seem to be on a more conservative upgrade path [11:35] How/where do I choose which kernel version to use? [11:36] marc|gonzalez: might want to check for BIOS updates first [11:36] OK, that makes sense. [11:37] It's a Dell workstation... I hope I don't need windows to apply BIOS updates. [11:38] never know until you try [11:40] i had to run windows again when updating my bios no matter what i did couldnt find all the files [11:44] OK, will check if there are any BIOS updates [11:45] most of the time you'll have to run Windows / Dos to update bios on desktop/laptop/workstations [11:46] tatertots, your everywhere man groovy [11:46] ;) [11:52] marc|gonzalez, ntt sure where ur at in your mission (make a backup before you try anything-test that it works) https://phoenixnap.com/kb/how-to-update-kernel-ubuntu [11:54] shows how to update kernel with a program with a gui [11:54] ukuu [11:54] do you guys confirm that there are two active kernels for the 18.04 release? [11:54] I have one computer on 5.3 and one on 4.15 [11:55] 5.3.0-26-generic im standard ubuntu [11:55] 5.3.0-26-generic #28~18.04.1-Ubuntu [12:06] hello [12:08] jil, hi [12:16] Hi folks [12:16] hello ojnoc [12:30] ojnoc: ....shhh i'm probably a few places where i'm hated lol [12:36] right I didn't run apt update I forgot [12:37] now I should have deb-src [12:37] yep [12:37] build-dep works now [12:38] I was about to ask if ports.ubuntu can work with build-dep /deb-src but it turns out I didn't update my repos after adding deb-src [12:38] thx === u__ is now known as conjo === conjo is now known as ojnoc [13:46] Good morning all! [13:46] soo any good reason why ubuntu "upgrades" (read: breaks) my amd64 samba-common package with an arm64 samba-common package? [13:46] just becase it's a newer version... [13:46] in the process also removing samba-common-bin [13:48] bviktor: What does "uname -a" return? [13:49] no, i'm not on arm64 [13:49] Linux adas117linux 5.4.0-9-generic #12-Ubuntu SMP Mon Dec 16 22:34:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [13:50] i think apt is just this dumb that if it happens to be a security upgrade, that simply overrides the architecture or something. [13:50] that's focal [13:50] yep 20.04 kernel [13:50] yes. [13:51] since the 3900x crashes constantly on the bionic kernel. not that it matters, happens on other comps without the focal kernel. [13:52] bviktor: if you're on 20.04... it's best to bring that up in the #ubuntu+1 channel [13:52] i'm (still) not on focal [13:52] so maybe don't confuse yourself with irrelevant info [13:52] i only installed the focal kernel for the reason mentioned above [13:52] anything else... it's still very much 18.04 AND it happens on other bionic comps without the focal kernel [13:52] https://paste.ubuntu.com/p/TRDg2Q99QT/ [13:53] i'd very much expect this to install the amd64 package on an amd64 machine [13:53] bviktor: are you saying that if I try to install samba-common on 18.04, apt will install the arm64 version? [13:55] exactly. just tested on another comp without the focal hack i have [13:55] sources.list in a second [13:55] https://paste.ubuntu.com/p/n62WjPfbJS/ [13:55] ^ like so [13:56] then simply `apt install samba-common` [13:56] is there something I could do to make a media remote function better? at the moment, play/pause, next/back, volume control doesn't work. [13:58] i'm fairly certain there's a messed-up if-else in the scripts, as this samba-common package is a security update, with a higher version number, and somehow this happens to override the arch mismatch [13:58] bviktor: 'all' packages are installed for all architectures? [13:59] it shouldn't have any architecture specific files. [13:59] hm. [14:00] bviktor: I don't think I'm seeing the same behavior on my system: https://pastebin.ubuntu.com/p/YYGmnDCyvf/ [14:00] Inst samba-common-bin (2:4.7.6+dfsg~ubuntu-0ubuntu2.14 Ubuntu:18.04/bionic-updates, Ubuntu:18.04/bionic-security [amd64]) [14:02] ryuo, i'm not sure i understand the question. how does one install "all" packages? [14:02] anyhow, samba-common is indeed arch-independent, but samba-common-bin isn't and it depends on samba-common. so it upgrades samba-common to the latest (arm64) package and removes samba-common-bin as it depends on a previous version [14:02] bviktor: it's a meta-architecture. in source packages, 'all' is a package that is only built once because it's the same for all architectures. usually data files. [14:03] bviktor: fonts, themes, etc. [14:04] bviktor: 'any' is used for architecture specific packages but are compatible with any architecture [14:05] marc|gonzalez: Do you have the arm64 references in your /etc/apt/sources.list file? [14:05] bviktor: I believe that what you are encountering is unique to how you have configured your systems to obtain the kernel you're working with. I don't see a bug, I have samba-config-bin on my system and it's currently up-to-date as an amd64 build [14:06] with samba-common-bin: https://pastebin.ubuntu.com/p/mhXGWGgdgT/ [14:07] JimBuntu: no references at all to any architecture whatsoever [14:07] marc|gonzalez: Ok, that's normal, however apt is supposed to use the arch= reference to know which items apply [14:07] marc|gonzalez: That is also why it didn't even try to install arm64 on your machine, it had no reference to them. [14:08] JimBuntu: do you want to see the full /etc/apt/sources.list file? [14:09] marc|gonzalez: I don't think there is any need... I bet yours starts with 'deb' and then immediately proceeds to the URL for the repo... or starts with deb-src and does the same. [14:09] apart from the comments, it's just 6lines [14:10] pragmaticenigma, nope, happens on other comps without the focal hack [14:10] already explained this [14:11] ryuo, already explained that the problem is the samba-common-bin package relying on the samba-common package, not the samba-common package on its own [14:11] bviktor: you just said the think I'm pointing out... you've "hacked" your setup, and now something is broken.. It stands to reason that something in your "hack" is causing the behavior [14:12] No one else is experiencing that issue [14:12] pragmaticenigma, i'm telling you the third time now: i can reproduce this ON OTHER COMPUTERS WITHOUT FOCAL KERNEL [14:13] bviktor: it is important that you can reproduce, but you surely understand that it is also important that others can independently reproduce to find a proper fix [14:13] maybe it wont happen with --simulate [14:14] will try with vanilla install soon [14:14] bviktor: if you can reproduce in a VM with a vanilla install, that is surely a "smoking gun" [14:18] Is there some way to control the size of a single desktop icon via terminal? [14:19] badcloud_, not really [14:20] badcloud_: If it is a .desktop file that links to the executable, I think there is a way to set which icon to display, and possibly at what size. [14:20] It is [14:20] badcloud_: Though, desktop icons are being phased out by Gnome, it's uncertain if Ubuntu will provide an extention by default that will re-enable that functionality [14:20] So it might be in the Icon field [14:20] just use your mouse, and drag? [14:21] * oerheks always why people do it the hard way [14:21] oerheks I need it automated... [14:21] why automated? [14:21] interesting [14:22] It's on computers used by multiple users who all need to see the icon clearly [14:22] By multiple users I mean hundreds [14:23] badcloud_: Right, but we're not understanding why automated part... [14:23] sure, hundreds... [14:23] Well, if I click and stretch it myself, it will only stay that size for me, no? [14:24] It doesn't write anything to the .desktop file [14:24] badcloud_: Do you mean to deploy the setting? there really isn't a programmable mechanism. The best I could offer is craft the .desktop file. Then automate the deployment to copy that .desktop file into the other machines/accounts [14:25] Sounds good :) [14:25] Thanks [14:30] https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html [14:30] ^ doesn't seem like there is a size specification in the 'Icon' field [14:31] badcloud_: The entry "Icon" is what you are looking for... set to an absolute path containing the specific icon in the size that you desire to use. [14:33] The image file doesn't get shrunken down to default icon size in gnome/unity? [14:33] badcloud_: Won't know if you don't try [14:33] pragmaticenigma :) [14:35] The icon size is auto-resized [14:35] JimBuntu: From the spec, that appears to only happen if you don't provide an absolute path [14:35] but again, no idea until someone tries [14:35] I use custom .desktop files on all of my machines, generally use 512x512 images, use absolute paths, and they are being resized [14:36] hmm, okay [14:37] I don't think it's part of the .desktop file format because it's outside the realm/responsibility of the .desktop file design, it's handled by the desktop manager / appearance / theme settings... which allows for one-by-one customizations. Those customizations must be stored somewhere, but I do not know where that file is [14:37] somewhere in ~/.config i guess [14:39] Yeah, it got resized [14:39] so i was too slow [14:40] 2.15 has already been pushed out to amd64 now [14:40] so now i guess this glaring bug will remain unfixed [14:40] * bviktor shrugs [14:41] bviktor: still wouldn't hurt to add a launchpad bug and report it the behavior the best you can [14:41] bviktor: You could still make a bug report in launchpad, it's not a big task for someone to create a custom repo to test [14:41] oerheks Then I guess I'll do some digging around [14:41] badcloud_: it's probably doing to be in dconf, but how to export/import that easily for others I am not sure... dconf uses a binary database file, so the capability probably exists. [14:42] badcloud_: just keep in mind, desktop icons is something that is changing in Gnome. I don't know which release Ubuntu will sync up, and what the future holds for the ability. [14:42] bviktor: running `dpkg --print-architecture` shows you are on amd64? [14:42] pragmaticenigma Thanks, I'll keep that in mind [14:44] yes [14:44] sometime i'll try to repro this with some fake pkg [14:45] Hello...... Please come check out my chatroom: h t t p : / / nicechatroom2020.000webhostapp . c o m / [14:47] so 32bit support... [14:48] for the record, we deploy all our workstations with ansible, so we can rule out human error. now all that happened (i believe) is that the arm64 packages got the update sooner than the amd64 ones, which revealed this logic error in apt. but i'll try to confirm this with an MCE sometime... [14:55] Moin [14:57] Hey, trying to hack something interesting for a project of mine.Is there a way to run info commands that require user-space (like lsblk) onto a secondary drive? (it can be mounted).One workaround I can think of is chrooting it and running lsblk.Anything else I can try, without actually booting into that OS disk? [14:58] DroidSt: huh? [14:59] DroidSt: lsblk will show ALL storage devices plugged into your machine [14:59] DroidSt: not sure I understand what you're going for there either... but if this isn't a support question, could you please join us in #ubuntu-discuss ? [15:08] Hello from Indiana. Question: Is there a offline encyclopedia for Ubuntu?? I know there are dictionaries like GoldenDict and StarDict but I fail to find any encyclopedias. Over the years, I see Microsoft BookShelf, Compton Encyclopedia and Encyclopedia Britannia for starter - but nothing for Linux unless it involves Wikipedia. [15:09] wikipedia offline? https://en.wikipedia.org/wiki/Wikipedia:Database_download [15:10] !info kiwix [15:10] Package kiwix does not exist in eoan [15:10] oerheks: www.wikipedia A++ #1 website oh man it's such a good www.WebSite what a great resource [15:11] our GOV is not allowed to refer to wikipedia [15:11] since i'm stuck with windows as main OS, question...ubuntu as a VM or ubuntu as the windows addon? [15:11] HiddenDjinn: depends on what you plan to do. [15:11] HiddenDjinn: try WSL [15:11] HiddenDjinn: try not using WSL [15:11] * wsl2 [15:12] HiddenDjinn: That all depends on what you want to do with your installation. VM will enable you to have a more complete experience, the "Window AddOn" is mostly terminal focused [15:12] zxvff: can we help you with something? [15:12] leftyfb: why do I recognize your nick from EFnet the Eris Free network? [15:12] leftyfb, i'm running WSL atm...it's not that bad, but it does strange things from time to time regarding the system at large [15:12] zxvff: Please stay on topic. Feel free to contribute useless banter in #ubuntu-offtopic [15:13] leftyfb: no thank you, you're already helping me more than you could possibly know [15:13] okay I will [15:13] Sorry all - I should have said it better. I meant to say that I am looking for a "non-wikipedia" based encyclopedia for Ubuntu. There are time I am on the road and my laptop would not have internet access. [15:13] HiddenDjinn: What do you need Ubuntu within Windows for exactly? [15:13] leftyfb, i don't need it...i just miss ubuntu at times [15:14] but i'm locked into windows for a few reasons as the main OS [15:14] james1138: There are tools for using Wikipedia offline. Thats what we're trying to suggest [15:14] HiddenDjinn: Then WSL or a VM are your options. [15:14] HiddenDjinn: I would recommend using a VM... If you ever come to the conclusion you no longer hold interest in Ubuntu, you can easily remove it without any leftovers [15:15] leftyfb, yes, i'm aware of that...was asking opinion regarding which was a better experience [15:15] pragmaticenigma, thank you [15:15] Hi, I have an idea to scrape some information from the screen, and I realize there may already be some kind of accessibility API used for screen reading. [15:15] Where should I start investigating this? [15:16] Sorry Pragmaticenigma. Did not catch your response until now. Problem I personally have with Wikipedia is that people can change it on a whim - sometimes adding errors by mistake. [15:16] I did my first ubuntu installation yesterday. After each login i got an error message that a system process crashed. How can i find out which process crashed? [15:17] Anyone use wmaker still [15:18] james1138, not entirely true: most article changes are under review [15:19] Oerheks: you proved my point. "Most article changes"... 60%? 70%? 80%?? [15:20] oerheks, interesting, which if any are not('most') whats the review process/protocol like gotta link? [15:20] i think it is subject of importance, authors/wikipeople can add themselves to the group that handles a page. [15:20] james1138: Let's try to stick to the topic at hand. It's understood you would prefer a source with more reliability [15:20] seriously, check out the wikipedia chanel, highly interesting [15:20] Yes please. [15:21] dI suspect I need to write an Orca script but I welcome the input of anyone who has done this before. [15:23] james1138: From what I can tell, no one has really written a piece of software that doesn't involve wikipedia in some fashion. Most linux distributions have been dependent on the Internet and thus thought hasn't been given to things being offline. To that end, publishing encyclopdia software is expensive, Linux is of the "free" mentality which means it's hard to cover the costs of managing the copyrights involved with such a [15:23] piece of software. To that end, there doesn't appear to be any software specific to meet your needs. An option that you could consider is installing WINE and using that to operate a Windows based encyclopedia software option. [15:25] Thanks pragmaticenigma. I already have Wine installed but thought to ask people first about open-source before just going ahead and installing Windows stuff. [15:28] pragmaticenigma, may i just say...like a boss! [15:47] Hi. I'm really losing my mind here. Ubuntu starts in arround 10 seconds and then suddenly it takes 100 seconds. It's a rather new AMD 3400G cpu with a M2 SSD. It should be A LOT faster. How do I find what's keeping it. DMESG don't give me much to go for and Analyze blame neither [15:50] SenfMeister, remove 'quiet splash' from the kernel's parameters (or press Esc) ; so you'll have a text boot log displayed [15:50] Iorna.. Thanks. I'll try that [15:51] hmm I should have started the chat on a diffrent machine than the one I have issues with :) [15:52] SenfMeister, have you also installed "Preload"? [15:53] Hello [15:54] Ubuntu noob here. I dual booted Ubuntu on my SSD a while ago, but today I've ran out of space :( - I have a second HDD in my laptop, how could I make use of this to expand my space? [15:54] Wierd. Now it booted in 10 secs again. [15:54] I don't have much data stored, only programs and some website files. Is it a good idea to move the whole Ubuntu installation to my HDD instead? [15:55] I haven't been able to make it do that === Simon_NL is now known as SimonNL [15:55] I'm trying to apt install python3-setuptools but getting the following error: The following packages have unmet dependencies: [15:55] python3-setuptools : Depends: python3-pkg-resources (= 20.7.0-1) but 33.1.1-1+certbot~trusty+1 is to be installed [15:55] E: Unable to correct problems, you have held broken packages. [15:55] " [15:55] I'm clueless what it means. [15:56] SenfMeister: post a full system log from the current boot where things worked and the previous boot where it took a long time if you like: journalctl -b | nc termbin.com 9999 and journalctl -b -1 | nc termbin.com 9999 [15:56] tomreyn.. I haven't been smart enough to save a previous one [15:57] glowdemon1: you can move the whole installation to the hdd, or just parts of it, such as you /home. usually you'll like /home to be fast, though. [15:58] (although /home may store a lot of data and you may actually prefer programs to start fast from the SSD - so YMMV) [15:58] SenfMeister: system-journald was, though, if you're on ubuntu 18.04+ [15:58] I'm on 19.10 [15:58] *systemd-journald [15:59] Is it going to be noticably slower if I move everything to the HDD? [15:59] SenfMeister: 19.10 is >= 18.04 so you should have those logs. [15:59] glowdemon1: yes, most likely [15:59] Alright, thanks for the info [15:59] ;) [16:00] ButtDog: which ubuntu version is this? [16:00] 16.04 [16:00] @tomreyn [16:01] ButtDog: can you share your apt configuration with us? sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 systemd-journald: command not found [16:01] tomreyn, sure thanks. One second :) [16:02] SenfMeister: i didn't say it was a command. see the journalctl commands i posted above [16:02] @tomreyn https://termbin.com/9wqp [16:03] sorry.. missunderstod you [16:03] ButtDog: python3-pkg-resources is indeed version 20.7.0-1 normally on Ubuntu 16.04. and the package version you have, 33.1.1-1+certbot~trusty+1, sounds like you installed this from a different ubuntu release or third party source [16:04] Wow, anyway to remove this? [16:04] ButtDog: looking at what you just posted i ntice the opera repository is currently unusable [16:04] that's probably unrelated but you should fix it, too [16:05] You're refering to deb.opera.com/opera? how exactly do I remove it? [16:06] from my /etc/apt/sources.list ? [16:06] ButtDog: yes. if you want to keep using opera you need to get a copy of their current GPG APT signing key 4B8EC3BAABDC4346, use the "apt-key" command to import it. to remove it, use ppa-purge: [16:06] !ppa-purge [16:06] To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [16:06] SenfMeister: no worries ;) [16:07] Alright how about the certbot-trust+1 package? [16:08] ButtDog: post this: apt policy python3-setuptools python3-pkg-resources 2>&1 | nc termbin.com 9999 [16:09] https://termbin.com/moht & https://termbin.com/ztur [16:09] [16:09] tomreyn: https://termbin.com/zbuq [16:09] ButtDog: and this: ubuntu-support-status --show-unsupported [16:09] by the way, thanks for all the help [16:10] https://termbin.com/dha8 [16:10] ButtDog: so at some point you chose to install this python3-pkg-resources package version 33.1.1-1+certbot~trusty+1 from *somewhere* and now you're stuck on this unsupported package version because it is newer than what ubuntu provides. i.e. ever since you didn't get security updates for it. [16:11] Exactly [16:11] I'd like to remove it, but can't find it [16:11] and not sure what ppa is using it either [16:11] ButtDog: you can downgrade to the package version in your ubuntu release by using: sudo apt install python3-pkg-resources/xenial [16:12] ButtDog: there is no apt repository configured on your system at this time where it may have come from [16:12] https://launchpad.net/~certbot/+archive/ubuntu/certbot [16:12] SenfMeister: looking, this can take a while, though [16:12] tomreyn, you're my hero [16:12] Thank you so much man [16:12] Been wrestling with this all day, it all makes sense now. [16:13] Also, thanks for the ncat command! [16:14] SenfMeister: that's actually the same log (at leats of the same boot). maybe the previous boot was really not preserved on your system, or not recorded in the first place (because the system did not fully start up then?) [16:14] Hi [16:14] ButtDog: you're welcome :) [16:15] I get / has 'other' write 40777 when trying to run pycharm-community [16:15] What's the current preferred way to configure networks in ubuntu server? [16:15] I was in debian and they asked me to run a command that will show permissions of my / folder [16:15] SenfMeister: for this rather recent CPU you should try to keep the BIOS current for a while, there will be more fixes after the july 2019 version you have now. [16:15] drwxrwxrwx 24 root root 4096 Jan 14 09:06 [16:15] Can i fix that? [16:16] /etc/systemd/network.d and /etc/networks both seem abandoned [16:16] da_lorax: default approach is network-manager on desktops, netplan with systemd-networkd on servers [16:16] LionOpeter, but you started to ask in debian about some backup ? [16:16] The reason for not updating yet is they removed PCI-e 4.0 support. And the SSD is PCI-e4. (I found that seriously annoying, but AMD order I assume) [16:17] da_lorax: thats since 18.04 LTS i think [16:17] yeah that's what I'm using [16:17] nice to turn it around, nothing wrong wirth permissions in you / [16:17] oerheks, true but that was for a certain purpose [16:17] I was trying to fix the permissions problem [16:18] oh, there is no permission problem. how would you fix that? [16:18] ok brilliant, a completely different system than the last time I did this, again. #sigh [16:18] SenfMeister: if this is a desktop it's unlikely you'll notice a difference between PCI-e 3.0 and 4.0 [16:18] How can I change the default file browser? [16:19] There is, the permission problem is that folder / has 777 permissions [16:19] not easy ... but doable [16:19] SenfMeister: and it'll consume less poer, too [16:19] *power / energy [16:19] I's a NAS/Docker environment I'm playing arround with. [16:20] Want to see if I can create a SOC at home with automated responses. And how effective that can become [16:20] as much opensource as possible [16:21] or free licences [16:21] What actually runs netplan? systemd-networkd seems to be operating but says 'not managed by us' when anything happens [16:22] SenfMeister: That doesn't really fit the topic of this channel. Perhaps ask in #ubuntu-offtopic [16:23] LionOpeter: why is that a problem? If you want it more restricitve you can 'sudo chmod go-w /' [16:23] I know. But the Issue with slow boot time was fine for this channel :) [16:23] hey [16:24] i'm getting large files over and over again in /var/log/journal/ [16:24] i know they can be deleted safe [16:24] da_lorax, it's a serious security risk [16:24] but i don't like this idea to delete them every now and then [16:24] da_lorax: Netplan runs on boot and read through the netplan configuration files. netplan really doesn't "run" continuously, I think it needs to be triggered to reload new configurations. [16:24] SenfMeister: i'm still looking at the log. and at the board specs, which suggest this is a pcie 2.0 / 3.0 but not 4.0 board. [16:25] can I make it go away? I'd rather use systemd-networkd directly than learn a whole new system [16:25] Nope. It's a b450 board. But when I bought it back in summer they stated that it could run pci 4.0 [16:26] Either that or I should get a x570 with active cooling. And I didn't want that [16:26] da_lorax: I don't think you have to use netplan, I'm unfamiliar with how to work with systemd-networkd directly though [16:28] I am, but I'm not familiar with how to make everything else leave it alone [16:28] But I'm updating it [16:28] I already wasted half a day realizing that it's impossible to uninstall network-manager without breaking ubuntu-desktop [16:29] da_lorax: if you're seeing a reference to ubuntu-desktop in dependencies... that is a meta package... it does nothing [16:31] I don't really care, I don't use it anyway, I just saw that and was like 'wat' and installed server, and now there's this other-other network metametametamanager [16:31] da_lorax: I can't find Ubuntu community documentation... but this appears to have most of what you need: https://www.allerstorfer.at/remove-netplan-on-ubuntu-18-04/ [16:31] oh boy [16:31] da_lorax: I have seen other articles report neeing to instal ifupdown [16:32] yeah I don't understand that, systemd-networkd should be able to do it itself. Eh I'll figure it out. I shoudl probably use this netplan thing anyway cause straying from the beaten path in modern linux tends to result in extraneous work and unreliability [16:33] so much truth in that da_lorax [16:34] * da_lorax shakes fist at cloud [16:37] join #lubuntu [16:37] SenfMeister: i'm not sure how to interpret this, yet, but you might want to examine whether this has any impact on your expected performance: "31.504 Gb/s available PCIe bandwidth, limited by 8 GT/s x4 link at 0000:00:01.6 (capable of 63.012 Gb/s with 16 GT/s x4 link)" [16:37] oh, gone === SimonNL is now known as SimonNL_Afk [17:07] Hello I am new here and need help [17:08] keithbarry, about what exactly ? [17:08] the best way to get help is to state the problem and ask your question. :) [17:09] I want to put apps on the desktop on 19.10 [17:09] keithbarry, binary ? [17:09] It works on 18.04 but not on 19.10 [17:10] No I mean the programs [17:10] https://www.omgubuntu.co.uk/2018/05/nautilus-remove-ability-launch-binaries-apps [17:11] in 18.04 you just go to computer usr share applications then copy [17:11] keithbarry, some workarounds there [17:11] keithbarry, you mean shortcuts ? [17:11] On 19.10 the aps are not there [17:11] it's not the same [17:12] ioria: is their a short cut to do thos? [17:12] this [17:12] http://ubuntuhandbook.org/index.php/2019/10/send-app-shortcut-icons-desktop-in-ubuntu-19-10/ [17:12] easy to find [17:12] keithbarry, sorry, it's not clear what you want to do; you want create shortcuts on your Desktop ? [17:13] that would be the same [17:14] it's the same havinf a binary on your desktop or a simple shortcuts [17:14] No I want to put the programs on the desktop just like you do on linux mint which is simple it seems it is hard on Ubuntu [17:14] mint does shortcuts too.. [17:14] keyrcbot, have you noted the linki posted ? [17:15] keithbarry: Previously ioria sent a link... Support for binary applications is no longer available in nautilus. Meaning you can't put application icons/shortcuts on the desktop anymore. [17:15] but i think mint uses cinnamon desktop, not equal to gnome3 [17:15] keithbarry: oerheks posted a link to an article about how you can work around it [17:15] or mate.. [17:15] the point it's not gnome, but Nautilus [17:17] On cinnamon you just right click on the program and select desktop or panel [17:17] again [17:17] install cinamon on ubuntu and go wild [17:18] gnome3 does not have this feature. [17:18] Yes I want to do that as I am trying to make a super Windows 10 version of Ubuntu [17:19] I already have put the Widows 10 wallpaper on it. [17:19] already done with Windows 7 [17:19] keithbarry, https://www.omgubuntu.co.uk/2020/01/make-linux-mint-look-like-windows-7 [17:20] With a Super Windows 10 Ubuntu you can dual boot with Windows 7 [17:20] i like this gnome pie thingy https://www.omgubuntu.co.uk/2011/09/gnome-pie-application-launcher [17:20] lolz [17:20] Then switch the net of the Windows 7 to be safe [17:21] going offtopics [17:21] we don't care about windows .. and certaily EOL windows is offtopic here [17:22] It is not Windows it is Ubuntu Windows just like Kali with the Windows desktop [17:22] keithbarry: The point was, you're starting to move into discussing something that is considered off topic... [17:23] How do install the cinnamon desktop on ubuntu 18.04 [17:23] mate-desktop should be it [17:23] keithbarry: what is "Ubuntu Windows" exactly? [17:24] leftyfb: we just asked them to stop [17:24] !info ubuntu-mate-desktop bionic [17:24] ubuntu-mate-desktop (source: ubuntu-mate-meta): Ubuntu MATE - full desktop. In component universe, is optional. Version 1.225 (bionic), package size 3 kB, installed size 20 kB [17:24] nope, that's gnome2 [17:24] !find cinnamon [17:24] Found: cinnamon, cinnamon-common, cinnamon-control-center, cinnamon-control-center-data, cinnamon-core, cinnamon-desktop-data, cinnamon-desktop-environment, cinnamon-doc, cinnamon-l10n, cinnamon-screensaver (and 17122 others) http://packages.ubuntu.com/search?keywords=cinnamon&searchon=names&suite=eoan§ion=all [17:25] !info cinnamon-desktop-environment [17:25] cinnamon-desktop-environment (source: cinnamon-desktop-environment): Cinnamon desktop environment - full desktop with extra components. In component universe, is optional. Version 4.0 (eoan), package size 2 kB, installed size 10 kB [17:25] i would install fresh, from the mini iso, no clutter of gnome apps [17:26] yeah, probably better [17:26] or 'true experience' [17:30] leftyfb:It is and Ubuntu with a Windows desktop Kali has one I have made one for Miny and pappermont as they have cinnmon desktops I want Windoze users to migrate to Linux [17:32] so, you run kali, which is not ubuntu supported.. as it messes up your whole system [17:33] let's just leave this one go... they have been provided a path to consider, best we let them navigate the rest of the way [17:33] join ##linux or the kali channels for support, good luck! [17:35] Yes I get support from Linux no problem now I want support for my ubuntu do you have a problem with that? [17:37] ubuntu+kali is not ubuntu, but a pentesting distro with huge differences. if you have no clue what those differences are, i wonder why you install kali. [17:38] !kali [17:38] The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [17:39] oerheks: I do not know what you are talking about I run four distros on this desktop 2 ubuntu s Mint and Kali. [17:41] Lets just talk about Ubuntu which I want to make a Windows desktop on. I have the Windows wallpaper so far on both the Ubuntu distros [17:43] ubottu: where did you get that from I was not asking for support for Mint nor Kali? Please read more carefully what I write, or ask if i have not made it clear. [17:43] keithbarry: I am only a bot, please don't think I'm intelligent :) [17:44] Ubottu: now that's funny! [17:44] keithbarry: I am only a bot, please don't think I'm intelligent :) [17:44] Error: Unknown timezone: that's funny! - Full list: http://ubottu.com/timezones.html [17:50] Hi! I want to migrate a Ubuntu 18.04 machine hard drive to a virtualbox VM (can mount it as secondary) and do the conversion, any idea how this is done? [17:51] if it was windows I would use Veeam [17:53] I can make an image of it using dd and then do a conversion thats all i can think of [17:55] transhumanist that would be my suggestion (dd then convert), you might have better luck in #vbox [17:55] I just read that I might just be able to moun the disk as a raw image [17:55] thanks pizzaiolo [17:55] Hi, is this the right chat room for Ubuntu for RaspPi applications? [17:56] My Raspberry pi disconnected from the network, and seemed to non-responsive around 2 hours ago... [17:56] it is running a Shinobi NVR Server;... [17:57] How do I check to see what caused it to either 1. Disconnect. 2. Power off. ? [17:57] I would try #raspberrypi [17:57] thanks [17:58] Ill try that :) === SimonNL_Afk is now known as SimonNL [18:07] HEY ALL, I REBOUND CAPSLOCK TO CTRL IN GNOME AND SOMETHING HAS HAPPENED ON THIS MORNING'S LOGIN THAT HAS GOTTEN CAPSLOCK STUCK ON. BUT OBVIOUSLY, I CAN'T TURN IT OFF, AS I'VE REBOUND IT. I CAN EVEN SEE THE LITTLE LIGHT ON MY KEYBOARD SHOWING CAPSLOCK ON. WHAT DO I DO? [18:12] komali2: Honestly, you shouldn't rebind keys to other commonly used keys. This article may help, READ THE ENTIRE SOLUTION!: https://askubuntu.com/a/80301 [18:13] THANKS, I'LL CHECK IT OUT. I REBOUND IT BECAUSE I PROGRAM FOR A LIVING, AND NEED CTRL SO MUCH I WAS GETTING RSI FROM STRETCHING DOWN TO CTRL [18:36] How to reinstall ubuntu using live usb over an existing ubuntu installation, i want to just install all the system level things while leaving apps and data intact [18:39] jackhum: There is no supported method to doing what you have asked. You can preservce your /home directory tree to preserve settings and files and simply copy that back into your new installation after it has completed. [18:39] reinstall is an option in the installer? it should not touch data [18:43] pragmaticenigma: okay so i want to know few things 1) where are synaptic package manager logs, i did somd stupid mistake today while playing with it and it removed almost all of my system along with essential packages, now i have no DE and my system doesnt even start. I want to know what apps etc did it removed, second i want to know the list of all the programs alreasy installed so that i can reinstall it. Making a copy [18:43] of home directory is enough? [18:45] there is no synaptic log, that should be in dpkg log? [18:45] jackhum: the log of every package installed or uninstalled is in /var/log/dpkg.log [18:46] apt-get, synaptic, softwarecenter, updates [18:46] oerheks: Synaptic actually keeps a history file of its own actions. In Synaptic go to File => History [18:46] I don't know where it stores that information [18:46] pragmaticenigma: well i cant see that, i need to locate it on file system [18:47] I also posted the path to that jackhum [18:47] I should copy the whole log folder i guess, and home directory [18:48] I booted live usb, tried ubuntu 18.04 with gnome brightness and sound controls are working fine. You was right the upgrade screwed up somewhere [18:50] !synaptic [18:50] Synaptic is a graphical utility which can install and remove software packages (.deb). For a good howto see https://help.ubuntu.com/community/SynapticHowto [18:51] i still think synaptic used dpkg log; cat /var/log/dpkg.log | grep "\ install\ " and such [18:51] why a seperate log.. not logical [18:52] oerheks: Don't know... but I've done a number of things outside of synaptic and those are not listed in the synaptic history [18:53] https://help.ubuntu.com/community/SynapticHowto#View_History [18:54] ...seems to confirm this [18:55] oh, time to file a bugreport to change that. [18:55] a bit old , last edited 2013-12-14 [18:55] but then snaps and flatpak wants to get in there too.. === zenguy is now known as E-man [19:32] I installed hwe packages on my thinkpad and wifi stopped working. it could see the ssid but would just reject the PSK === E-man is now known as zenguy [19:32] is that a known issue? [19:33] also two finger scrolling stopped working [19:34] heeen: try sudo modprobe -r psmouse ; sudo modprobe psmouse -- from an *old* bug report https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1722478 [19:34] Launchpad bug 1722478 in Linux "Two-finger scrolling and click-and-drag no longer works after resuming from suspend" [Medium,Confirmed] [19:35] sarnold: this is not after a suspend/release cycle though [19:35] hmm [19:36] someone mentioned installing xorg-input-synaptics or something [19:36] -hwe-18.04 [19:36] xserver-xorg-input-synaptics-hwe-18.04 [19:37] I guess it was not part of the suggested packages after installing linux-generic-hwe-18.04 xserver-xorg-hwe-18.04 [19:37] but still, I could not get wifi to work [19:37] which is much more important [19:39] heeen: give me a moment.. [19:41] hello, i built using cmake: https://github.com/dusty-nv/jetson-inference/ [19:41] heeen: there's an 'extras' module package that I think if left off the system can lead to this problem; try installing eg linux-modules-extra-5.3.0-26-generic-5.3.0-26.28~18.04.1 (version number stolen from https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/ppa/+build/18270676 ) [19:42] for some reason the python bindings were installed for python 2 but not python3 [19:42] under the instructions for building repo with cmake, it says that python packages will be installed but they dont say how to specify which pytyhon version [19:43] anyone have any experience with Bluetooth suddenly being "disabled" in ubuntu ? [19:45] RoseBus: this doesn't sound like an ubuntu problem but one with building this particular software. have you tried to get support from its developers? [19:45] tomreyn, i just discovered the issue, it's installing to /usr/lib/python* while i am using a venv [19:46] sarnold: it is in the suggested packages list so I had it when I tried [19:46] wondering if I should upgrade from 18.04.3 to 19.10 [19:46] I'll try the hwe again [19:47] heeen: hm :( I'm sorry I'm not a whole lot of help, I don';t recall hearing many thinkpad problems lately [19:50] how do I cancel the boot logo to see what is going on [19:50] it does not seem to come up [19:52] ugh wtf [19:52] it dropped me into an initramfs shell [19:55] failed to connect to lvmetad [19:55] sigh [19:56] whaaaat? [19:57] is there anytrhing useful in the logs? [19:57] hitting the escape key should cancel the splash screen [19:57] if you want it off entirely, remove the 'quiet splash' from the kernel command line in grub [20:02] wtf [20:03] did something in 5.x kernel change around LVM [20:07] how do I block an entire IP block in ufw? 111.111.1.1 to 111.111.255.255? [20:08] Vooloo: https://www.guyrutenberg.com/2009/11/07/blocking-ip-range-using-ufw/ first result on google for "ufw block ip range" [20:09] leftyfb, and a pretty bad article at that [20:09] the file /var/lib/ufw/user.rules does not even exist [20:09] and how is this an IP range ? sudo ufw deny from 188.162.67.197/21 [20:09] that is one IP [20:10] without /21 [20:10] Vooloo: 188.162.67.197/21 is exactly 2046 ip's [20:11] Vooloo: you're looking for /24 [20:11] so again, how do I block 111.111.0.0 to 111.111.255.255 [20:12] 111.111.0.0/24 ? [20:12] yep [20:12] sudo ufw deny from 192.168.1.0/24 [20:13] no [20:13] Vooloo, change the ip clearly [20:13] oh, 0.0. You change the range [20:13] yes [20:14] should be: sudo ufw deny from 111.111.0.0/16 [20:14] did I figure the mask bits right? :| [20:15] yes that's right, /16 [20:15] 192.168.0.0/16 gives good answers indeed [20:16] so to block 192.x.x.x it would be /8 ? [20:16] yes [20:17] Vooloo: 111.111.1.1/24 for your original range of 111.111.1.1-111.111.255.254. 111.111.0.0/16 for the second, different range you mentioned of 111.111.0.0-111.111.255.254 (you don't bother with 255). [20:17] so /16 would cover 65534 IP's, and /8 would be 16777214 [20:18] leftyfb: are you sure you don't mean /16 for the first one as well? [20:19] sarnold: /16 would include 111.111.0.0 which he did not specify the first time around [20:19] oh right /24 isn't right either [20:19] i thought was 12 ... :þ [20:20] he's technically right that if 111.111.0.x is to be allowed then /16 is wrong, but that's a lot of subnets to enter explicitly to keep the .0 range [20:22] yup [20:22] .1.0/24, .2.0/23, .4.0/22, .8.0/21, .16.0/20, .32.0/19, .64.0/18, .128.0/17 [20:23] nope ban the .0 [20:23] .0.0/16 [20:23] hm [20:23] i can't seem to delete my default vim installation [20:23] i'm on ubuntu studio 19.02 [20:23] isn't that EOL? [20:24] $disco [20:24] !disco [20:24] Ubuntu 19.04 (Disco Dingo) is the 30th release of Ubuntu, supported until January 2020. Release Notes: http://ubottu.com/y/dingo [20:24] There's no such thing as 19.02 [20:24] 23 jan [20:24] zmagii: cat /etc/issue [20:24] sorry i am on 19.10 [20:25] Ubuntu 19.10 [20:26] if i try sudo apt remove vim it says: vim is not installed [20:26] but if i type "vim" it opens vim [20:27] zmagii: that's just a link to vi [20:27] zmagii: do "ls -l /bin" [20:27] zmagii: what are you tryingto do exactly? [20:27] !info vim-common [20:27] vim-common (source: vim): Vi IMproved - Common files. In component main, is important. Version 2:8.1.0875-5ubuntu2 (eoan), package size 82 kB, installed size 345 kB [20:28] right, mine (opensuse default) is the reverse of that, where vim is installed and /bin/vi is symlinked to /bin/vim [20:28] why remove a vim that takes a few kb [20:28] trying to remove vim and install the one from ppa:jonathonf/vim [20:28] leftyfb: [20:28] zmagii: why? [20:28] because jedi-vim doesn't work [20:28] oh, adding that PPA should automatic install the newest [20:28] if i check my vim, it's not compiled with python [20:28] use "ls -l /bin | grep vi" [20:28] to find out what your vi/vim looks like [20:29] makr8100: there are easier ways. But I think we are beyond that [20:29] if there's a symlink just use unlink [20:29] add ppa, update, and it should give 2:8.2.0121-0york0~19.10 -- https://launchpad.net/~jonathonf/+archive/ubuntu/vim?field.series_filter=eoan [20:29] makr8100: that is the wrong way to go about this [20:29] oerheks: are you afrikaans? [20:30] zmagii: please stay on topic [20:30] zmagii, close; Dutch [20:30] okay sure sorry [20:30] so my objective is to have a vim that is compiled with python [20:31] zmagii: so install your PPA as oerheks pointed out [20:31] i've done that, but it doesn't update vim if i do sudo apt-get update or upgrade [20:31] vi -version to check [20:31] zmagii: sudo update-alternatives --display editor [20:32] VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 21 2019 20:56:24) [20:32] Garbage after option argument: "-version" [20:32] More info with: "vim -h" [20:32] zmagii: vim --version [20:32] so, you got the new one [20:33] oerheks: yes, but vim --version shows: -python and -python3 [20:33] meaning no python [20:33] https://launchpad.net/vim/+packages [20:34] zmagii: looks a little bit like your vim ist still vim.tiny [20:34] zmagii: sudo update-alternatives --display editor [20:34] i am not familiar with those bindings. [20:34] no, it says huge version [20:34] zmagii: sudo update-alternatives --config editor [20:34] ^^ change it [20:34] leftyfb: should i paste the output [20:35] sudo update-alternatives --display editor [20:35] use --config to change it [20:35] what should i change? [20:36] Can anyone tell me if 4G RAM would be enough for installing Ubuntu? [20:36] leftyfb: it shown only nano if i type that [20:36] zmagii: type: sudo update-alternatives --config editor # then change it to the editor you want. No the tiny version [20:36] ksyd, yes. why ? [20:37] There are 2 choices for the alternative editor (providing /usr/bin/editor). [20:37] Selection Path Priority Status [20:37] ------------------------------------------------------------ [20:37] * 0 /bin/nano 40 auto mode 1 /bin/ed -100 manual mode 2 /bin/nano 40 manual mode [20:37] zmagii: Did you add the PPA? [20:37] !paste | zmagii [20:37] zmagii: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [20:37] zmagii: ls -l /etc/alternatives/vim [20:37] zmagii: apt-cache policy vim # Use pastebin as tomreyn pointed out above. [20:38] okay [20:38] ioria: I'm trying to choose some stable distro currently and I'm thinking about Ubuntu. But tbh I'm not sure Gnome will not kill my laptop. [20:38] seere: if vim isn't showing up, it's not installed [20:38] ksyd, if you want to use VMs you want to add some gigs, but in general 4 is ok [20:38] I can open vim though [20:38] ioria: No VMs, I need a desktop system. [20:38] via "vi" or "vim" both open 8.2 [20:39] zmagii: you're opening vi, not vim. By default ubuntu symlinks the vim command to vi.tiny [20:39] ioria: Correction - a stable desktop system. [20:39] leftyfb: ok, but it says "huge version" if i pass --version [20:39] or does that mean something else maybe [20:39] leftyfb: so I wanted to know where it's alternative is currently pointing to. Next would be "which vim", as he can start it. [20:39] zmagii: apt-cache policy vim # Use pastebin as tomreyn pointed out above. [20:39] ksyd: as seen on the download page for ubuntu 18.04(.3) LTS and 19.10, 4 GB is the minimum requirement for Ubuntu (with GNOME Shell) [20:39] ksyd, ubuntu 18.04 is stable .... 4G is ok, if you feel it a bit heavy you can always install budgie [20:40] every time you think you're clever then suddenly you can't even configure vim [20:40] ioria: Thank you. I'll try it. [20:41] https://pastebin.com/raw/zqj1vtSL [20:41] ok [20:41] ksyd: note that support for Intel X86 (32-bit) installations has been dropped after 18.04.3 LTS [20:41] zmagii: vim is not installed. Did you add the PPA? [20:41] i'll try to reinstall vim via sudo apt-get install vim [20:41] tomreyn: Thank you. I'm not sure about 19.10 I wanted to look at it from live usb and it wouldn't load. So probably 18.04 would be better. [20:41] leftyfb: yes, you can see it there on the pastebin [20:42] oh right. Sorry. Yeah, install vim now. Adding a ppa doesn't actually install anything [20:42] tomreyn: Thank God, I have x64-bit intel. [20:42] okay, so i've installed it now again, but jedi-vim still complains about python being missing [20:43] zmagii: type: sudo update-alternatives --config editor [20:43] ksyd: this suggests there must be some other reason 19.10 didn't load. if this is your first time installing Ubuntu, an LTS release may be a good approach. [20:43] !LTS | ksyd [20:43] ksyd: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Bionic (Bionic Beaver 18.04). Ubuntu !flavors may have different support durations, check their release notes for information. [20:43] Out of curiosity, why does `apt-get build-dep` require source repos? Obviously I understand why `apt-get source` does, but build-dep seems like it should be able to work with just the package metadata the binary repos have; it's not installing sources, just build dependencies. [20:43] leftyfb: https://pastebin.com/raw/N84a5W3M [20:44] zmagii: type -a vim [20:44] apetresc: dependencies between source packages differ from dependencies between binary packages. [20:44] apetresc, basicly you start with build essentials and enable sources in updates. [20:45] zmagii: "type -a vim" [20:45] tomreyn: I did have a 16.04 version a couple of years before, really liked it, but after they went away from Unity, I've been using Linux Mint. The last started to be unstable after a couple of updates. So, I thought why not try Ubuntu again. [20:45] ubottu: Thank you. [20:45] leftyfb: https://pastebin.com/raw/86Jp5xXj [20:45] ksyd: sounds like a good idea to me. do you have another support question then? [20:46] zmagii: you have 3 versions of vim installed. Why? [20:46] zmagii: that one is /usr/local/vim tells me you maybe compiled your own version at one point [20:46] i don't know to be honest. i can explain complicated math to you, but not this [20:46] tomreyn: No, not for now at least. Thank you again. :) [20:47] you're welcome ;) [20:47] Oh, this is funny, I only now understood that ubottu is a bot. lol [20:47] leftyfb: does apt struggle to find all your installed programs sometimes? like for example why if i type sudo apt remove vim it doesn't delete them all? [20:48] leftyfb: /bin/vim and /usr/bin/vim belong together and are sysmlinks to the alternatives in Ubuntu/Debian [20:48] zmagii: I would start by removing/purging vim from the PPA and anywhere else. Then see if you can track down where the /usr/local/bin/vim came from. That one wasn't installed by anything in the official repo's and needs to go away (deleting the binary might not be the best idea) [20:48] seere: ok .. so just the one in /usr/local is the problem [20:48] zmagii, dpkg -l | grep vim [20:48] seere: I do not have /bin/vim [20:48] leftyfb: I think so, "which vim" would show us what he is actualy starting by simply calling "vim" [20:48] leftyfb: https://pastebin.com/raw/c10JTMTX [20:49] seere: type -a is more accurate [20:49] leftyfb: I have, pointing to /etc/alternatives/vim as usual [20:50] readlink -f `which vim` [20:50] so, maybe i should mention this is my first time using ubuntu studio, according to #ubuntustudio they just alter the defaults of normal ubuntu, not sure if that is relevant [20:50] follows symlinks to end binary [20:50] EriC^^: good to know [20:51] all of my VMs running Ubuntu 18 LTS have working instances of jedi-vim [20:51] by just adding the PPA and doing the apt update [20:51] i don't get why vim-tiny has been removed [20:52] ioria: that could have been me, i always did that in my VMs [20:52] i see [20:52] so that i don't accidentally open it anymore [20:53] I think we need to find out what /usr/local/bin/vim is ... I feel that is the one tripping us up [20:53] leftyfb: how can i help to do that? [20:53] zmagii: ls -l /usr/local/bin/vim [20:53] oh, and one more thing, i think my VMs run vim 8.1. would there be any chance that 8.2 removed python or something? [20:54] ask the ppa owner? [20:54] leftyfb: https://pastebin.com/raw/hbQPmLb9 [20:54] oerheks: that would be quite a bummer, i can try to find out [20:55] zmagii: remove vim. Lets see if the silly ppa is putting its binary there. That would be very poor on their part of they are [20:56] leftyfb: how can i remove vim at this point? [20:56] zmagii: sudo apt remove vim [20:56] alright [20:57] zmagii: then: type -a vim [20:57] leftyfb: vim is /usr/local/bin/vim [20:58] zmagii: sudo dpkg -S /usr/bin/vim.* [20:59] leftyfb: dpkg-query: no path found matching pattern /usr/bin/vim.* [20:59] is it ok if i don't pastebin one liners? [20:59] ok, so [20:59] oh right ... sudo dpkg -S /usr/local/bin/vim.* [20:59] zmagii: yes [20:59] leftyfb: again it says: dpkg-query: no path found matching pattern /usr/local/bin/vim.* [20:59] sarnold: in case anyone else comes in here with the same problem: I was using the DKMS backport driver for the intel wifi [21:00] it was suggested by driver manager [21:00] and it seems like it is no longer working with 5.3/hwe [21:00] heeen: aha! [21:00] heeen: thanks for reporting back! are you back online? [21:00] yeah, seems to work [21:01] zmagii: I'm not sure how to find out where that binary came from. It's not from any official ubuntu packages. And while deleting might fix problems, it might not fix all and might cause problems down the road with leftover configs/libraries/etc [21:01] the other thing is, installing synaptics fixed the touchpad but not the keyboard [21:01] I had still to install the xorg-input-all thing [21:01] xserver-xorg-input-all that is [21:01] leftyfb: my installation is recent so i don't mind things breaking [21:02] the broken driver is called backport-iwlwifi-dkms [21:02] or, at least, there is not much to break unless it's system stuff [21:02] zmagii: sudo mv /usr/local/bin/vim /usr/local/bin/vim.unknown [21:03] zmagii: then: type -a vim [21:03] heeen: cool, thanks [21:04] is it safe to upgrade from 18.04.3 to 19.04 to 19.10 [21:04] when is the next lts release due anyways [21:05] what is the point of snap, it seems to suck hard. I installed a package and when I try to run it, it claims the command is not found [21:05] leftyfb: bash: type: vim: not found [21:05] the next lts ought to be out in late april; the intention is to release it april 23 https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule [21:05] zmagii: ok, now: sudo apt install vim [21:05] leftyfb: ok, done [21:05] zmagii: type -a vim [21:06] leftyfb: https://pastebin.com/raw/AJnP5wL1 [21:07] heeen: missing the 18.10 release complicates the first upgrade; you can probably use do-release-upgrade to do the upgrades, but it might not go as smoothly as waiting for the next LTS release, and upgrading then; we usually 'advertise' the LTS -> LTS upgrades several months after the LTS release [21:07] zmagii: ok, better. Now check your version: apt-cache policy vim ; vim --version [21:07] heeen: Ubuntu 20.04 should be out at approximately 5pm GMT on Thursday April the 16th [21:08] genii: brave announcing a time :) [21:08] 23rd, sorry. This April has more Thurdays than most [21:08] genii: you know you're going to be quoted on that right? :) [21:08] leftyfb: They do it before end of office hours in UK [21:08] genii: I know what they usually intend to do. Doesn't always pan out that way [21:09] leftyfb: https://pastebin.com/raw/dikKtS05 [21:10] leftyfb: i think jedi-vim is working now [21:10] zmagii: looks like you've got python3 compiled in [21:10] yes [21:10] what did you change, i'm pretty confused [21:10] and thanks [21:10] zmagii: removed that pesky /usr/local/bin/vim ... that didn't come from any packages. You might want to track that one down [21:11] leftyfb: as in, it could be malicious, or as in i did something funny that put it there or just as in general awareness about what is going on on your system? [21:12] zmagii: all of the above. [21:13] leftyfb: ah, the often ignored 4th option... thanks for your help [21:14] leftyfb: what is the difference supposed to be between /usr/bin and /usr/local/bin? [21:14] zmagii: /usr/local/bin is typically where users put their own binaries (or compiled software) [21:16] /usr/local/bin is also typically earlier in the PATH, so you can compile your own version of a previously/still installed program, as well... without needing to replace/remove it [21:16] leftyfb: ok, and one more question. did you solve the problem by fixing symlinks? Like why wouldn't "apt remove" followed by "apt install" fix it [21:16] zmagii: we renamed the /usr/local/bin/vim binary to /usr/local/bin/vim-unknown [21:17] zmagii: anything in /usr/local/bin will override binary paths [21:17] oh, that is interesting, didn't know that [21:17] sounds like a nice target for surreptituous software squatting [21:21] thanks again for the help === mrinfinity is now known as exnyne === exnyne is now known as mrinfinity [22:11] trying to work with microk8s. can't seem to get the registry to work. how can I confirm it is running? [22:12] pushing from docker times out [22:13] how can I find out where the app know to OS has its binaries locatyed [22:13] locatyed [22:13] which app [22:13] gp: /join #ubuntu-server (ideally during UK business hours) [22:13] I mean for example when I type arecord or aplay in linux [22:13] it recognizes these programs rioight away [22:13] mra90: type which arecord [22:14] mra90: type `which arecord` [22:14] correct [22:14] now I have more difficult question [22:14] tomreyn: ok thanks [22:14] How can I point os to use other location [22:14] mra90: read about the path variable [22:14] sicne I have build custom versiobn [22:14] version* [22:14] mra90: probably /usr/local/bin [22:15] mra90: echo $PATH [22:15] thats your search path [22:16] so does it mean that if I put my new locationm before that system one it linux fiond my version first? [22:17] yes. test by touch /usr/local/bin/mybinary [22:17] well use arecord [22:17] and then which arecord again [22:18] probably need chmod +x too. or just copy it there [22:20] gp: seems to be what I need, thanks ;) [22:20] mra90: yw [22:37] how i can put the "xrandr --output DVI-I-1 --scale 1.5x1.5" to the xorg.conf? [22:39] internet is full of the articles about how to put xrandr settings to it, but none of them talking about --scale [22:47] grady: you can just put the xrandr call in ~/.xsessionrc [22:47] how [22:49] just create the file and put that command in it [22:51] i mean, does it need some formating [22:53] just a plain text file [22:55] ... [22:58] heck. I have an fstab entry for a partition on my hdd that goes `/dev/sda2 /home/myname/mountpoint ext4 auto 0 2` and for some reason I can't get the drive to be anything but read-only [22:59] I can't figure out what could be wrong [22:59] ^gone [22:59] closed the wrong window [23:00] hope nobody answered in those like 20 seconds [23:00] Gigabitten: i was about to ;) [23:00] Gigabitten: have you done a file system check on it? [23:00] Gigabitten: is the fs clean? [23:00] I formatted and checked it with gparted with no problems, if that's what you mean [23:01] is that a different kind of check? [23:01] fsck or e2fsck is what we mean [23:01] ah [23:01] unmount it first [23:01] I wasn't paying attention to what gparted was doing lol [23:01] thenrun it against /dev/sda2 after reading the manual [23:02] lol got it [23:05] it says it's "clean" [23:06] specifically, I did `fsck /dev/sda2 -C` expecting it to take longer [23:12] Oh, I didn't notice this. This is odd and hopefully diagnostically useful - right about 1.7% of the filesystem is being used for some reason? But I just formatted it! [23:14] wow, the color for used space is quite similar to the color for unused space in gparted. no wonder I didn't notice. 13.85 gigabits are "used" out of 814.61 despite the fact that it just got formatted... is something wrong with my drive? [23:15] sounds normal, overhead. [23:16] okay, good. [23:16] Gigabitten: if the file system isn't marked dirty then you need to force the file system check. but if it's very new it should not be dirty. [23:18] No, it's not new at all lol [23:18] which is to say that the drive is quite old [23:18] didn't you say you just formatted it? [23:19] heck, never mind, I got mixed up [23:19] Gigabitten: oerheks Normal house keeping at 5% on 814 gigs I would expect about 40 gigs to be taken. [23:19] if the file system is older: e2fsck -fD /dev/sda2 [23:19] when you said "the file system" I mentally substituted "the drive" [23:19] yeah, no, I just created this partition yesterday. [23:20] so there are disk / storages, there are partition tables, there are partitions, there are file systems, and sometimes more than that. ;-) [23:20] and other times less, too [23:20] I know what MOST of that is [23:21] I presume a partition table tells the computer metadata about the partitions? [23:21] so that it can use them? [23:21] yes, it's basically a list of partitions, defines where they are and what type [23:21] cool [23:22] I've learned some interesting stuff but I still have no idea why it's read-only lol [23:22] I'm waiting for it to be something tremendously stupid [23:23] what's telling you that it is read-only, how does it tell you so, and what is "it" exactly? === Disco is now known as Disconsented [23:26] and what does this return? sudo file -s /dev/sda2 [23:26] ...um [23:26] I think I may have just figured something out [23:27] Steam was telling me it was read-only. When I tried to make a file in there in the terminal, it told me permission denied. My brain finally put 2 and 2 together and I realized that the problem might just be that Steam doesn't have write permission to that directory. [23:27] Like, sudo mkdir heck worked fine [23:27] so I suspect that's what's going on [23:27] how silly [23:28] so steams' error message was misleading in saying "read-only", since you may not even have read permission there. [23:29] Yep! [23:29] I assumed it meant that the drive can only be read from but it meant that *it* can only read [23:29] man I *hate* programs that don't pass through the *real* error message [23:29] anyway how do I mount a drive with wx perms [23:30] maybe it's in the man page for mount [23:30] you probably want to chown it to your user-id [23:30] ah okay [23:31] !permissions | Gigabitten read this [23:31] Gigabitten read this: An explanation of what file permissions are and how they can be manipulated can be found at https://help.ubuntu.com/community/FilePermissions [23:31] when you say "user ID" do you just mean my name on this system or is there a UUID I need to track down [23:31] I know how chmod works, with the 1 bit for read and the 2 for write and the 4 for execute [23:32] ...or is that backwards [23:32] your user name or numeric id [23:32] okay I kinda know [23:32] that's backwards [23:32] heck [23:32] oh yeah of course it is [23:32] numbers are built from right to left, silly [23:33] and you want chown, not chmod [23:33] yeah, I know [23:33] erm, which is to say [23:33] I know because you told me [23:33] Gigabitten: ducasse Steam: a group that "user" needs to be added to ? [23:33] steam runs as his uid, so just give your user access [23:34] ducasse: :) [23:35] well, `sudo chown myuser /dev/sda2` doesn't seem to have broken anything obvious. And that's permanent? [23:36] I can't imagine why it wouldn't be [23:36] yikes [23:36] um [23:36] was that the wrong thing to do [23:36] you've changed the permissions on the device node, not the filesystem [23:36] uh-oh [23:36] is that bad [23:37] I thought the two were synonymous and mounting just conflated them for usability [23:37] I've never heard the term "device node" before [23:37] you want to mount it and chown the mountpoint [23:37] frick [23:38] do I need to chown the device node to root? [23:38] Gigabitten: many devices on the system have a device node in /dev that is used to refer to the device; there's terminals, serial lines, block devices, parallel ports, etc [23:38] Gigabitten: yes, sudo chown root /dev/sda2 [23:38] Okay, should be fine now lol [23:38] shit, the stuff nobody teaches you until you mess it up [23:38] in fairness I probably should have known that lol [23:39] this is what documentation is for ;) [23:39] you probably want: sudo chown root:disk /dev/sda2 [23:40] ":disk" is to have it owned by the group (and anyone in this group) "disk" [23:41] Okay, that worked. I need to go quite badly, so good timing. [23:41] Thanks, bye! [23:41] see you [23:41] glad this place is so friendly [23:41] have fun [23:53] hello can someone help me with port forwarding issue i configured my router and modem to cast to ip 10.0.193 but when i use ifconfig it still wont connect to it [23:56] Knight_Of_Wars: what have you don eso far? where are you stuck? [23:56] okey i allows ufw [23:56] and allows ssh [23:57] and accepted iptables [23:57] only thing it wont change is the inet [23:57] it stuck on 10.0.0.7 [23:57] i need it to be on 193 [23:59] what is "it"? [23:59] it = inet its stuck on 10.0.0.7 [23:59] instead of 10.0.0.193