[00:00] can you go to https://paste.ubuntu.com/ and paste the output of "mount" and "lvs" and "vgs" [00:03] then send me the link, of course [00:03] :-) [00:09] let me boot back up the live... [00:09] should I run these as sudo? [00:10] getting permission errors on the lvs command [00:10] and the vgs [00:11] yeah you will need to be root [00:11] hey all [00:13] matjam: https://paste.ubuntu.com/p/YcW9HHRSc8/ [00:15] sec [00:15] looks like root is mounted inside the gui? You should be able to umount it with "umount /dev/mapper/xubuntu--vg-root" [00:17] matjam: could it be mounted inside a gui because gparted is running? [00:17] eh, gparted shouldn't be mounting things [00:17] try the umount first [00:17] as root [00:18] matjam: https://paste.ubuntu.com/p/2WQ74RXDqf [00:19] hang on RoadRunner and PastorBones are you guys the same? [00:19] I got you both confused [00:19] lol [00:20] nope...I got the chown / problem [00:20] matjam: no I am just RoadRunner :) [00:20] ok, so, RoadRunner your filesystem should be unmounted [00:20] I will wait... 😉 [00:20] matjam: it seems to have accepted your command. How to verify? type in mount again? [00:22] RoadRunner: no, you can now do whatever things you want to do in gparted [00:22] I assume why you wanted that filesystem unmounted [00:22] PastorBones: so, I'm not sure how to fix that [00:23] I assumed it would be easier to just backup and reinstall. [00:23] PastorBones: what did you do exactly? chown / to your user? [00:23] PastorBones: probably, though http://hyperlogos.org/page/Restoring-Permissions-Debian-System [00:23] but once I noticed it only got lib64 I hoped there was an easier way [00:23] PastorBones: well [00:23] I did sudo chown -R www-data:www-data / [00:24] PastorBones: ah that will kill it lol [00:24] lolya...just a lil bit [00:24] PastorBones: it might have got into /dev [00:24] ok...no worries. just games and my webserver on it. [00:24] I honestly would re-install just to be safe [00:25] RoadRunner: I'm heading out, hope that helped yuou [00:25] thx matjam...you're the best. btw, how many more years you planning on hanging around in here? lol [00:25] ha [00:25] 😉 peace [00:26] matjam: yes, just wanted to know how you recognized that as THE file system? [00:26] i looked for "root" in the paste [00:27] I think xubuntu decided to automount your / filesystem in /media/xubuntu/... because its an ext4 filesystem and it's trying to be helpful [00:27] matjam: just checked the fs using the same path, seems ok [00:29] matjam: so now, I'll use the same path to shrink it: "sudo lvreduce --resizefs -L 30G /dev//mapper/xubuntu--vg-root" correct? [00:30] you need to shrink the filesystem first [00:30] I think [00:30] resize2fs /dev/mapper/xubuntu--vg-root 30G [00:30] should do it [00:30] matjam: here https://askubuntu.com/questions/196125/how-can-i-resize-an-lvm-partition-i-e-physical-volume it says the above command does both at the same time [00:31] ah that would be the --resizefs [00:31] yeah you are probably good to go [00:31] matjam: many thanks :) [00:34] hi all, does anyone can tell me what service open a locahost:6667 services at init, that is not explicity an IRC_server ? [00:36] OdicforceSounds: Is this starting up on your machine? [00:36] rypervenche: yes [00:36] OdicforceSounds: Can you run this for us? "sudo ss -plnt" [00:37] OdicforceSounds: And pastebin the output please. [00:38] rypervenche: https://pastebin.com/EzxwN3VK [00:39] Hi I am getting lots of errors like : "May 17 10:36:23 robin kernel: [ 435.241641] ata15.00: failed command: FLUSH CACHE EXT" .... but ata15 is not mentioned in /dev/disk/by-path (others are) ... any ideas on how to fix this? [00:40] OdicforceSounds: Unless I don't understand how systemd works, I'd say that that's a problem. [00:41] rypervenche: suggestion? [00:41] how long is lvreduce and resizefs from 75-30GB likely to take? [00:42] OdicforceSounds: Have you installed any packages from outside of your official Ubuntu repositories? [00:42] RoadRunner: Not long at all normally. Shrinking might take longer, I guess, but not by much I don't think. [00:44] rypervenche: I guess I didn't ... I will check what software is installed then.. thnks [00:44] OdicforceSounds: If it's what I think it is, then you should reinstall. [00:54] rypervenche: it was bitlbee [00:55] I did install it from ubuntu sources anyway, as I was testing it, I did installed yesterday and yeah.. I removed and vuala.. no more IRC service in that machine! [01:01] Weird. [01:06] Does there exist a script to move a the /home to another disk/partition? [01:09] I'm trying to add SSH keys to a new user I made. I have two users: ron and tod [01:09] jeffrey_f: the home folder to its own partition? [01:09] I already have an SSH keys for ron under /home/ron/.ssh/authorized_keys that I made with putty gen. I also have one for tod: /home/tod/.ssh/authorized_keys [01:09] However, when I use the private key in PuTTy I made for tod, it keeps trying to use the username 'ron' [01:09] and I have no idea why. [01:11] jeffrey_f: Nope. You would just do that manually. [01:12] ClydeSlims: So you made two separate keys using PuTTY? [01:13] rypervenche, I generated it, then I saved the public key and private key to my desktop. Then I took the contents of the public key and put it under /home/tod/authorized_keys. [01:13] Then I use the private key to attempt to login and it keeps trying to use the one for ron [01:13] even though I'm using tod's private key... [01:14] ClydeSlims: Likely a PuTTY thing then. I'd recommend using either something like Babun or the Linux subsystem and use a real terminal and real openSSH. [01:19] how hard would it be to re-package the clear linux kernel into an ubuntu ppa? [01:20] it would be an instant speed-up for intel users [01:20] intel posts their kernels as rpms, could probably be converted to deb [01:21] matlock: ever done any packaging? :P [01:21] none of the custom optimizations will ever be upstreamed into linux kernel, they can't, nor can ubuntu adopt them because their amd64 has to work well on amd and older intel too [01:21] yeah, it's a real pain in the ass, even snaps are [01:22] ClydeSlims: the correct location for authorized_keys is ~/.ssh/authorized_keys the correct permissions for the file are 0600, and i've seen some versions of ssh require ~/.ssh to have 0700 [01:22] Who manages apt? Seems like a big responsibility. [01:23] SporkWitch, yeah those are all correct. Turns out it's a bug in PuTTy. [01:23] oh well [01:23] it's broken down into teams hashtag, long-established processed are followed [01:23] matlock: I suppose there's always alien. [01:24] ClydeSlims: also, if you're forced to use windows, I recommend BitVise Tunnellier over putty, more feature rich and a bit nicer to work with; the WSL is semi-usable as long as you have local privkeys; it has no USB access, so hardware tokens aren't an option [01:26] matlock: I'm guessing it's part of the debian project? [01:27] hashtag initially, but then it filters down through ubuntu's apt services and other distro's own apt services, like devuan [01:27] each distro has a process for approving and distributing those new packages according to their release strategy [01:28] I am guessing the "clear linux kernel" is the kernel as published by upstream; if I am correct, then it is already available; see https://wiki.ubuntu.com/Kernel/MainlineBuilds [01:28] interesting [01:29] * SporkWitch needs to read up on how apt improves over apt-get and/or aptitude... [01:29] hggdh, the clear linux kernel is the not the upstream kernel, it is a heavily patched version of the linux kernel distributed by intel as part of their clear linux reference distro [01:29] matlock: I stand corrected :-) [01:30] hggdh the clear linux kernel rips out all kinds of AMD and non-x86 stuff, also includes a bunch of special optimizations that could probably never be upstreamed or included in a mainstream distro [01:31] the only distro that does ship them is solus, but it would be cool if you could add via ppa in ubuntu [01:31] sounds like something to ask intel to package and maintain lol [01:32] maybe, but they are pushing their own distro and already publish rpms [01:32] matlock: I understand. Well, you can package it in a PPA but it will (probably) never be a generally available kernel in any main distro (since it targets only Intel) [01:32] ^ this, and it also means there's little incentive for someone to step up and maintain it, due to the limited utility [01:34] i can say that after the PITA that was my first attempt at packaging and setting up a PPA, I have no interest in trying to support multiple architectures; I'll keep it working on AMD64 on current LTS, since that's what I use, but it just isn't worth the effort to go more nuanced [01:34] rypervenche: I figured as much...... [01:34] I wouldn't discount people wanting speed on their laptops, maybe someone will want it enough who has capability to do it, people go out of their way to publish other custom kernels via PPA [01:35] matlock: i think you're probably overstating the performance difference vs effort [01:35] trying to downsize an lvm partition but seems something went wrong, Gparted still sees the partition at its former size and can't reduce it (only thinkg that changed is it sees it as only 30GB used) https://paste.ubuntu.com/p/VW9ncRNP75/ === almoxarife is now known as marrax0 [01:35] matlock: there's a reason almost no one bothers recompiling their kernels anymore; hardware is just so much faster now, the benefits just don't justify the effort [01:36] effort in terms of installing a ppa and updating off it? that's not much effort; the performance improvement on intel x86 chips are a magnitude of 2-3 on many tasks in clear linux compared to ubuntu [01:37] i'd be really curious to see those benchmarks, though it'd be hard to get an apples-to-apples comparison unless you are running otherwise identical systems; ubuntu and its derivatives do add a fair bit of candy that's going to impact performance [01:37] source of performance stats: https://www.phoronix.com/scan.php?page=article&item=ubuntu1804-fedora28-clear&num=1 [01:37] yeah, so we're comparing complete distros, not just kernels [01:38] you're looking at a lot more differences than just a kernel here [01:38] also, x86? wtf are you doing running x86 in 2018? lol [01:39] i assume you mean x86_64, better known as AMD64? [01:39] yes, x86_64 [01:41] assuming the source is public, nothing stopping you from compiling and running that kernel yourself; i'd be far more interested in seeing a benchmark on a 100% identical system, with the kernel being the only exception. You could even do this on the same machine with a reboot between benchmarks [01:42] 2-3x is pretty massive, and if it's just kernel optimizations, that isn't just massive, that's unbelievable (literally, heh) [01:43] yeah, it's not just the kernel, looks like someone has already tried this [01:43] https://www.phoronix.com/scan.php?page=article&item=ubuntu-clear-tweaks&num=1 [01:43] they did not get the same increases you see across the distros, i realize now clear linux and solus are also rebuilding all system libraries with glibc optimizations, that would require a lot more than just one package [01:44] sorry, dropped connection, if someone answered me regarding my lvm downsizing issue, please repeat, thanks :) [01:45] matlock: read the last page, it's addressing (and concluding) pretty much what i did, though admittedly he's basing it on more than intuition === brainwash_ is now known as brainwash [02:04] seems the logical volume went down from 74 to 30GB but the file system is still seen as 74... and I can't find my root fs (had to reboot) https://paste.ubuntu.com/p/xW9P7PvtfH/ Help? [02:05] !lvm | RoadRunner, I've ZERO experience but the factoids might be worth reading [02:05] RoadRunner, I've ZERO experience but the factoids might be worth reading: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [02:06] no doubt, more current information is available [02:07] Can you just lvextend -r the xubuntu-vg/root ? [02:09] I've already followed advise from here https://askubuntu.com/questions/196125/how-can-i-resize-an-lvm-partition-i-e-physical-volume and it is that 2 in one command "sudo lvreduce --resizefs -L 30G /dev/mapper/xubuntu--vg-root" that had created the screw up. Wish I just did it one at a time... No how to fix the mess...? [02:10] Just try doing a lvextend -r -l 100%FREE /dev/mapper/xubuntu--vg-root [02:12] xamithan: I had to reboot since so my root fs is no longer at /dev/mapper; where it is now - I don't know and can't find it; that's why I included the paste above [02:12] xamithan: https://paste.ubuntu.com/p/xW9P7PvtfH/ [02:13] Well it is somewhere because it shows up in lvs [02:13] RoadRunner: you took a full backup, right? :-) [02:13] * cfhowlett thinks "of COURSE he did!" [02:14] * matjam backs up his linux machine to his NAS every day [02:14] matjam: no important data there, but I'd rather not have to give up on that partition because of the settings [02:14] RoadRunner: I would try the e2resizefs command anyway [02:14] Is it just under /dev/xubuntu-vg/root ? [02:14] because it should do it right [02:15] resize2fs [02:16] Thats how my LVM shows up anyway, so a lvextend -r -l 100%FREE /dev/xubuntu-vg/root might work [02:16] xamithan: could you please exlpain that sysntax to me? [02:17] matjam: would resize2fs work on lvs fs? [02:17] the -l is for the extents, telling it to use all available space from the VG, and -r will autoresize the filesystem === jhebden is now known as jhebden-afk [02:18] That'll get it back to 74gigs, if that is what you want to do. If you just want to resize the FS down to 30gb try resize2fs [02:19] I just like using the -r switch since you don't need to do two commands [02:19] according to man resize2fs is for ext2,3,4 so would it work for lvs? [02:19] You can use it for lvreduce too [02:19] the lv is just a block device, it has ext4 on it [02:20] ok, so the last q is how to make sure where my root fs actually is? [02:20] can you guys see it in my "mount" paste? [02:21] I would assume /dev/xubuntu-vg/root if it isn't in mapper [02:21] tis /dev/mapper/xubuntu--vg-root [02:22] matjam: tis? [02:22] tis poor yorrick, for I knew him well [02:22] tis but a dream [02:23] ok, ok :) you Shakespeare lover you :) [02:23] WWWD? [02:27] matjam: so: "resize2fs /dev/mapper/xubuntu--vg-root 30G"? [02:29] Hi [02:30] RoadRunner: should be good. Not warranties though, you might end up blowing it all up :P [02:30] * matjam reboots to install Ubuntu Budgie [02:37] matjam: https://paste.ubuntu.com/p/ZGpZJfXzFX/ how to proceed? [02:46] matjam: I can guess you are likely getting tired of my newbie questions, but please don't leave me now :) === slyrus1 is now known as slyrus [02:58] ok, I executed the command and was told that the file system is already that size so "nothing to do" yet the partition still can't be decreased in size [03:02] anyone around? [03:02] Yes, lots of people. [03:03] only 1606 or so ... [03:03] I'd like to issue lvreduce command sepparately but there is no man on it. Would this be correct "sudo lvreduce -L 30G /dev/mapper/xubuntu--vg-root"? [03:04] I'm re-installing ubuntu and I can't format my old partition [03:04] It says it's formatted, and then it's not [03:04] what is the error message, debauchery1st [03:04] there's no error. it's very strange [03:04] RoadRunner: "man lvreduce" works for me. And yes, it looks like that would be correct. You know what it does, right? [03:05] SwedeMike: should reduce the lvm partition size [03:05] RoadRunner: yes, and you know it only does that, it does nothing to the filesystem? [03:05] sudo fdisk -l | pastebinit debauchery1st [03:06] SwedeMike: yes, the fs is already suppose to be shrunk [03:06] RoadRunner: ok, then yes, that should work fine. [03:06] SwedeMike: wonder why my man has nothing on lvreduce, what ver os are you running? [03:07] cfhowlett, https://pastebin.com/ihV4a3GC [03:07] RoadRunner: both ubuntu and debian have manpages for lvreduce when I check. [03:07] debauchery1st, ah, sudo gdisk -l | grep pastebinit because GPT not MBR [03:09] cfhowlett, https://pastebin.com/fimgGDKd [03:09] SwedeMike: 16.04 gets me nothing; do get it under 18.04 [03:11] debauchery1st, ah, yes. the hybrid gpt/mbr. I suspect you're running into a permission restriction. [03:14] cfhowlett, is there a solution for that? [03:15] debauchery1st, haven't found the easy analysis fix yet. [03:15] I'm on the kubuntu 18.04 live usb stick [03:15] I'm working with xubuntu 18.04 -how do I set up a l2tp vpn connection? [03:16] debauchery1st, is this your first installation of *buntu to this device? [03:16] cfhowlett, hardly. I'm a developer. python mostly. [03:16] :) alrighty then [03:17] ..all I see is pptp option. [03:17] cfhowlett, I think I have mint on there [03:17] possible work around: purge the current partitions then repartition? [03:18] cfhowlett, I tried that with gparted [03:18] Just coming here to thank whoever wrote the driver to work with hdmi cable / tv [03:18] THANK YOU [03:18] I even booted into the mac partition and tried to delete them in disk-utility [03:19] it just wont erase [03:19] I've seen this with windows. partition lock due to improper/incomplete windows shutdown [03:20] you think I need to boot windows and do a shutdown /h ? [03:20] if you have windows then yes. merely speculating here ... [03:20] they're on different disks [03:21] physically speaking [03:21] cfhowlett: correct. debauchery1st: doesn't matter if they're different physical disks. [03:22] yep ... [03:22] operator-error, that's interesting. [03:23] I'll be back. [03:23] debauchery1st: you could also force the drive to mount in read/write mode in Linux. [03:24] SwedeMike: this is where I am at https://i.imgur.com/tGWoqcT.png any idea how to proceed? [03:26] cfhowlett: if debaucher1st comes back and needs to know how to force-mount a windows partition/drive (that wasn't properly shutdown) under Linux, point him to https://blog.arvixe.com/how-to-force-mount-unclean-shutdowned-windows-ntfs-or-fat32-drive-in-linux/ [03:27] cfhowlett: if debaucher1st comes back and needs to know how to force-mount a windows partition/drive (that wasn't properly shutdown) under Linux, point him to https://blog.arvixe.com/how-to-force-mount-unclean-shutdowned-windows-ntfs-or-fat32-drive-in-linux/ [03:27] !cookie | operator-error [03:27] operator-error: Wow! You're such a great helper, you deserve a cookie! [03:27] wilco [03:28] :) Mmmmmm, cooooookiiiieeeeee. [03:29] I'm running Ubuntu 16.04 on a dual monitor system, kernel version is 4.4.0-124-generic, and the system is updated every day (when updates available). I installed Digimend v7 drivers a couple days ago, and the Stylus Pen for my Ugee graphics tablet now draws smoothly, and has pressure sensitivity, which is perfect. Is there any way to change the Hot Key assignment, and tie the tablet resolution to the same as one of my monitors? [03:29] Anyone have successful experience connecting to a l2tp vpn in x18.04? [03:30] Draegon: what version and flavor OS are you running? [03:30] Ubuntu 16.04 LTS [03:35] operator-error, I properly shutdown windows [03:35] operator-error> cfhowlett: if debaucher1st comes back and needs to know how to force-mount a windows partition/drive (that wasn't properly shutdown) under Linux, point him to https://blog.arvixe.com/how-to-force-mount-unclean-shutdowned-windows-ntfs-or-fat32-drive-in-linux/ [03:35] cfhowlett, I'm back [03:35] proceed with partitioning/formatting [03:36] Currently, the issues I still need to resolve is Hotkey Buttons, assign Single not Dual Monitor usage for my graphics tablet, and force/fix the Tablet to Monitor resolution as circles come out as egg shaped. [03:38] RoadRunner: proceed with what? I have no idea what you're trying to do. [03:38] cfhowlett, I get a "can have overlapping partitions" error [03:39] never worked with that one. move a partition should clear it??? [03:41] RoadRunner: btw, I tend to resizefs to 5% less than the underlying device, just to make sure I overrun the partition. Then I shrink the lv, then I resizefs again so it can detect the new size [03:41] RoadRunner: I wouldn't trust resize2fs and lvreduce to agree that "30G" is the same thing. [03:42] cfhowlett, https://pastebin.com/GVcLX3Hk [03:43] I see a lot of success. We happy? [03:43] cfhowlett, https://pastebin.com/8TQH8QXp [03:43] that's what's so strange. [03:44] it doesn't actually format [03:44] yeah line 28 ... [03:44] I don't get it [03:44] dang frustrating... I did a update & upgrade, and now my system on reboot, had my ethernet IP offline by default, I had to force it ifup [03:44] and will have to suggest you ask someone who knows. [03:44] and my additional network card is seen, but not servicing ip address via dhcp === BusyLM1 is now known as BusyLM [03:45] anyone have a suggestion what I should look at to see why the network device isnt working even though its listed? [03:45] FaTaL_G, wifi? [03:46] yes and no [03:46] the wifi works, and the intel i219v 201 work [03:46] The enp4s0f# does not [03:48] systemd [03:48] Im worried that the kernel update did it.... (04:00.0 Ethernet controller: Intel Corporation 82580 Gigabit Network Connection (rev 01)) [03:49] I'd suggest hopping on a live usb of 18.04 [03:49] FaTaL_G, easy enough to analyze. reboot, hit esc after bootsplash to bring up grub, select "old ubuntu" and see what happens [03:52] cfhowlett, do you think the hardware could be the problem? [03:53] highly doubtful. this is a partitioning error, i.e. at the software level. [03:53] IMO [03:54] it runs. ubuntu works on that partition. [03:54] I just don't want that flavor any more [03:54] wait, what? [03:54] if you want to change ubuntu flavors, do NOT reinstall. [03:54] I statically set the ip, and it worked [03:55] e.g. sudo apt purge ubuntu-desktop && sudo apt install kubuntu-desktop will yield a Kubuntu system [03:55] so its not assigning IP on those nics, but it is via wifi and my intel onboard nics [03:56] cfhowlett, my apt-get sort of broke [03:57] I started getting "import debian.deb822" errors [03:57] then do it from the USB: boot USB, chroot to your system then execute the command on that traget [03:57] no idea what that error meas [03:57] means [03:57] I'm on the kubuntu usb [03:58] same process. what is your end goal? [03:58] my end goal was to have a clean system [03:58] I saved my important files and decided to reinstall [03:58] cool. starting point/system was ...? [03:59] I think it may have been mint 17 [03:59] then my suggestion won't work and you should install ubuntu the normal way. [03:59] that's what I'm trying to do. [04:00] Is there any way to assign/change hotkey association on a graphics tablet (standard tablet, no on board OS) in ubuntu 16.04? [04:01] need help with xubuntu 18.04 with 4,15 kernel and l2tp vpn [04:01] Why Then Is This "FATAL" And To WHO: modprobe: FATAL: Module ndiswrapper is in use. [04:01] I'll see if moving the SSD to a USB case has an affect on the permission problem [04:01] Anyone mess with this yet? [04:02] debauchery1st, great experiment! let us know the outcome, debauchery1st [04:02] ok [04:02] bbl [04:11] hi [04:12] jottr: what do you think about google docs [04:12] so much private writings never shared [04:13] do you reccommend using google docs for sharing [04:13] or RELEASE [04:13] liveuser1, not an ubuntu support issue. please take it to #ubuntu-offtopic [04:14] SwedeMike: I am just trying to shrink my lvm partition and I took your advise and reduced the fs to 25GB while trying to reduce partition to 30GB. Terminal is telling me that all is done and is fine but GParted doesn't see the extra space and the lvm still is the same size as before [04:15] cfhowlett: is there a bazaar spot for the apparmor profile? [04:15] ubuntu has a skel by default where debian or kali doesn't [04:16] cfhowlett: making my own profile requires using more binaries [04:16] the complain binary etc [04:18] cfhowlett: ey, make yourself useful [04:19] ahbout that apparmor profile [04:19] !webkit [04:19] Is there a simpler browser available [04:19] webkit [04:19] !web-kit [04:19] liveuser1, you are randomly jumping topics. I suspect chatbot [04:20] O_o [04:20] o_0 [04:29] hello [04:29] underd0g: welcome, what can we do for you? [04:29] nothing, just testing haha [04:30] nothing just testing [04:30] underd0g: testing what [04:31] guys: this is the support channel. please make a private channel for random chat [04:31] liveuser1: new weechat config [04:32] Anyone knowledge of graphics tablets> [04:32] ? [04:32] Draegon: best to ask your detailed question to the channel [04:32] !details | Draegon [04:32] Draegon: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [04:33] I asked earlier, but no response. [04:33] Anyway "I'm running Ubuntu 16.04 on a dual monitor system, kernel version is 4.4.0-124-generic, and the system is updated every day (when updates available). I installed Digimend v7 drivers a couple days ago, and the Stylus Pen for my Ugee graphics tablet now draws smoothly, and has pressure sensitivity, which is perfect. Is there any way to change the Hot Key assignment, and tie the tablet resolution to the same as one of my monitors?" [04:33] quit === slyrus1 is now known as slyrus [04:36] Draegon: can this help ? https://medium.com/@ahris/setting-up-wacom-tablets-with-ubuntu-16-04-d7277e4a595d [04:42] lotuspsychje: That link is talking about installing drivers. I installed the Digimend v7 drivers a couple days ago. The stylus pen used to be jerky pixelated rubbish, now it has pressure sensitivity and smooth lines. [04:49] hello [04:49] hello smiledays-1g [04:49] lotuspshchje: It says about using CLI to configure Tablet, Stylus, Eraser, and Cursor. The Stylus Pen has 2 buttons, they are currently doing the move canvas and popup the colour/pen wheel, I'm happy to keep that. What I want to edit is the 8 Hotkeys on the tablet itself. For example, I want to set Eraser as 1 of the hot keys, and Undo as another. [04:51] The overview page relocates to another github page, and they talk about Kernel Driver, X Driver, and libwacom, which would I need, if either can help with what I'm trying to do? [04:54] Draegon: not sure how hotkeys work on tablets, have you tryed hotkeys in unity? [04:54] !hotkeys | Draegon [04:54] Draegon: Keyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net/ - See !Keyboard for changing layouts. A list of keyboard shortcuts for Unity is available at http://www.informit.com/articles/article.aspx?p=2209015&seqNum=3 [04:57] Draegon: I think the digimend stuff also allows you to configure the hotkeys [04:57] Draegon: when I was looking at that stuff for you I noticed that it had that feature [04:57] I have no idea of setting hot keys in ubuntu. [04:58] https://github.com/DIGImend/digimend-kernel-drivers/issues/10 might be relevant? [04:58] have you tried posting in the issues there, it seems there's people who know that hardware and can help if you can't find what you need [04:58] Hi again Matjam, it works perfect for sensitivity and pressure since v7 was installed after you went zzz. [04:58] sorry, its just it's kinda esoteric hardware [04:58] MerlinJ82 [05:00] sorry merlin [05:00] bye [05:01] test [05:01] ix: success === ix is now known as ixxx [05:02] matjam i got a new video card and I need to use command line to toggle between motherboard analog audio out and hdmi digital out (from geforce card) [05:02] I'll check that link. I have been by the wacom channel, but never anyone there. [05:02] hi - i'm using 16,04 how do I increase the guests hardrive space? its capped at 4gb [05:02] It works when I change output device in playback, but I can't figure out command for terminal/shortcuts [05:03] Draegon: I have a lot more success posting into the issues app of github; developers that use github a lot tend to pay attention to stuff raised there. [05:04] Ok, thanks. [05:04] Do u think they'd be able to help tie up the resolution of tablet to monitor as well? [05:05] ixxx: I believe you need to use pactl [05:05] Draegon: you can ask, but I don't think that's possible [05:05] Draegon: X treats all input devices equally; you can't "bind" them to a specific display like that - I *think* - I don't know 100% for sure but again, those people know tablets, so if anyone knows it will be them. [05:06] OK, thanks. I'll ask. [05:06] matjam the card names that work are built-in audio analog stereo and gf108 hdmi4 [05:06] matjam the trick is the profiles are different AND the cards are different so I need to toggle profile AND card. [05:07] ixxx: I found this https://askubuntu.com/questions/71863/how-to-change-pulseaudio-sink-with-pacmd-set-default-sink-during-playback/72076#72076 [05:07] dunno if that helps [05:07] If I get any joy, I'll pop back to update you in case someone else asks similar. [05:08] Draegon: well, just posting an issue will help; it's searchable then - just make sure you post success there and what you did so others can stumble on it [05:08] Draegon: https://xkcd.com/979/ [05:10] OK, thanks again for your help, and information. [05:15] none 3,9G 1,4G 2,5G 35% /tmp/guest-... how do I increase the size of this partition [05:17] matjam nothing i do works [05:23] www [05:23] ixxx: you've reached the limit of my knowledge with pulseaudio i'm afraid [05:24] i just click on stuff and it works? lol [05:26] ixxx: did you try pavucontrol yet? [05:26] matjam what's funny is it used to work on this very computer. the only part that changed is i got a new video card (old one died). ONLY DIFFERENCE IS CURRENT CARD DOES NOT REQUIRE SPDIF WIRES! [05:26] lotuspsychje it works in pavucontrol. I just need it to work via command line. [05:27] lotuspsychje matjam I think what happened is in the past I only had one "audio device" because the HDMI video card was getting the audio signal via the SPDIF out on the MOBO. The current card is its own audio device and gets the audio straight from the PCIe slot [05:30] OK Ill deal with it tomorrow. === r0Oter is now known as r00ter [06:23] Good morning,unfortunately I still have the same issue but this morning the behavior changed a bit https://askubuntu.com/questions/1037166/freeze-at-login-screen-ubuntu-16-04-unknown-reason-after-doing-many-things [06:23] Since this morning it doesn't entirely freeze anymore but the graphic display blinks as if it tries to enter into graphics mode [06:24] and when persistently clicking ctr+alt+2 i can even go into tty [06:26] Can anyone help? [06:27] Nebi: explain [06:28] two_dogs_, I put the entire description in the follwoing link including xorg-log and command-log of what I did: https://askubuntu.com/questions/1037166/freeze-at-login-screen-ubuntu-16-04-unknown-reason-after-doing-many-things [06:28] two_dogs_, since yesterdasy Istarted to ahve a freeze at login screen. without being able to do anything else (going into tty) [06:29] two_dogs_, since this morning it doesnt freeze anymore but the screen blinks as if it tries to change the graphics mode. I now can also change into tty [06:29] two_dogs_ the problem is I did a lot of things yesterday. One at the very end was in /usr/lib doing rm libprotobuf* [06:30] Nebi: and gcc [06:30] two_dogs_ I updated gcc to 8, changed later to 5.4, now again at 8 [06:31] two_dogs_ gcc --version sais 8.0.1 [06:32] Nebi: what is the defaut gcc for your version? [06:32] two_dogs_ it was 5.4 previously [06:32] two_dogs_ one thing I was trying to comile yesterday needed higher gcc version [06:33] two_dogs_ could this be the reason? [06:34] Nebi: revert gcc to default install, reinstall package where libprotobuf* is reinstalled [06:36] two_dogs_ ok Im on it. I will do apt remove gcc-8 and g++-8 [06:37] Nebi: ok [06:37] Nebi: which release is this? [06:39] ducasse, stable release. Version 8.0.1 [06:39] Nebi: no, of ubuntu [06:40] ducasse, ah 16.04, kernel: 4.4.0-124-generic [06:41] two_dogs_ ok I did both things and screen still flashing [06:42] if you try booting a live usb, does that work properly? what about an 18.04 live usb? [06:42] two_dogs_ ah "gcc is currently not installed. i have to change version" [06:43] ducasse, yes booting a live usb worked when removing nomodeset (whih was weird). When I remove nomodeset in te normal boot it also behaves differently but still doesnt enter into login screen [06:43] ducasse, I had 16.04 live usb but already downloaded 18.04 just in case [06:44] Nebi: was nvidia driver installed and working prior? [06:45] update-alternatives: warning: /etc/alternatives/gcc is dangling: itt will be opdated with ebst choice. There is only one alternative... [06:45] shall i just sudo apt install gcc? [06:46] Two_Dogs yes nvidia driver was installed and working with CUDA. I havent touched the direct driver yesterday but many things that I did were linked to graphics (I was trying to install caffe, was changing versions of opencv and was mainly trying to install openpose) [06:47] Two_Days however I had problems with the nvidia drivers in the past when I was trying to make CUDA run. [06:47] Nebi: type 'two' and tap tab key [06:48] Two_DOgs twopi? [06:48] Nebi: copy/paste & execute via terminal> glxinfo | grep -i render | nc termbin.com 9999 ## share link output here [06:49] Nebi: it is simpler to autocomplete a nick via entry of the first 2-3 letters and then pressing 'tab' key [06:50] is ubuntu part of the GNU project? [06:50] Two_Dogs, ah sorry now I see what you meant :) Thanks for the tip! [06:50] !gnu | Norux [06:50] Norux: G(NU's) N(ot) U(nix). A project that aimed to develop a complete operating system of Free Software, which Ubuntu is based on. See http://gnu.org [06:51] lotuspsychje: I know that, but does "based on" mean "part of"? [06:51] it's not listed on http://gnu.org [06:52] Two_Dogs, output was: nc: getaddrinfo: Temporary failure in name resolution. Error: unable to open display [06:52] a pure gnu distro would suck Norux [06:52] Norux: no, it's not. it uses lots of gnu software, though [06:53] ducasse: thanks, that's the answer I wanted. :+1: [06:53] "Based on" does not mean "part of". [06:53] In general, not just in this case. [06:53] Nebi: show here the exact line executed [06:54] confluency: does this mean that the ubuntu core relies on non-free software components? [06:54] What's "the Ubuntu core"? [06:55] confluency: I mean the OS itself, not the software you can install though packages. e.g. the ubuntu server without any additional things [06:55] Norux: what is "the OS itself"? [06:55] Two_Dogs, rebooting... [06:55] The "server" distribution is a particular collection of packages. [06:56] confluency: and do any of those packages rely on non-free software? [06:56] (or are) [06:56] Norux: look at every license agreement [06:57] I have no idea. [06:57] ok thanks :) [06:57] Two_Dogs, glxinfo | grep -i render | nc termbin.com 9999 [06:57] Two_Dogs, output: Error: unable to open display [06:58] Norux: from the wiki: Ubuntu operates under the GNU General Public License (GPL) and all of the application software installed by default is free software. In addition, Ubuntu installs some hardware drivers that are available only in binary format, but such packages are clearly marked in the restricted component [06:58] lotuspsychje: awesome, thanks!!! [06:58] Nebi: copy/paste & execute via terminal> sudo apt install inxi [06:59] Two_Dogs, inxi is already the newest version [06:59] Nebi: copy/paste & execute via terminal> inxi -Gxc0 | nc termbin.com 9999 ## share link output here [07:00] termbin.com/hsn0 [07:00] Two_Dogs, sorry: http://termbin.com/gsn0 [07:01] Two_Dogs, aha, so clearly graphics? [07:02] Nebi: maybe, or inxi in tty dont see graphics [07:02] Two_Dogs, ah ok [07:02] Nebi: copy/paste & execute via terminal> pstree -nsupa | nc termbin.com 9999 ## share link output here [07:03] Nebi: thought about re-install of system? got a separate home partition? [07:03] Two_Dogs, http://termbin.com/1r3b [07:05] Two_Dogs, well I wouldnt fancy it because it was quite some heavy work to have the current state running with CUDA. But in these circumstances it would be an option. However I think I would need a separate home partition [07:05] Nebi: i second the idea of a reinstall, since a live usb works [07:06] Nebi: its just that the system seems totally borked, no xorg, no greeter, no desktop etc [07:06] but got docker and forget what else i saw [07:07] Two_Dogs, is there a possibility of "repair" option through usb? [07:07] Two_Dogs, or like backup to 24hours ago? [07:08] Nebi: was there some backup process running previously? [07:08] Two_Dogs, I don't think so :/ [07:08] Nebi: nothing to backup to then [07:09] Two_Dogs, and not possible to find what I did wrong through going back the commands? [07:09] Two_Dogs, http://paste.ubuntu.com/p/JQZMBcm7CC/ [07:09] Nebi: maybe, via logs [07:10] Nebi: copy/paste & execute via terminal> cat /var/log/apt/term.log | nc termbin.com 9999 ## share link output here [07:10] Nebi: no need to share the dump if you dont feel the need [07:11] Two_Dogs, I ahve here the last commands before the problem: http://paste.ubuntu.com/p/JQZMBcm7CC/ [07:11] before the problematic reboot and the reboot before that were 200 commands but many cd .. etc [07:13] Nebi: too many variables for me to want to entertain :) [07:13] Nebi: i would call this a lesson in what not to do to the workstation, perhaps you need two installs, the workhorse and the testbed [07:14] cd /home [07:15] Two_Dogs, well this is also a bit what I fear: what did I learn? In the end, openpose wasn't working nor did caffe. So when I will have to do the entire thing again then I will not rm libprotobuf* but other than that? [07:17] Two_Dogs, after installing previously CUDA and opencv it seemed so instable to get it runnign that I didnt want to touch it anymore [07:17] Nebi: you learned to play what if on a testbed install, and leave the workstation install alone till you tweak the issues out of the testbed [07:17] Nebi: other than that come here and ask if you are unsure what to do [07:18] Two_Dogs, yes thats true :) [07:18] Could maybe this have caused a problem: sudo chown $USER /usr/local/bin/protoc [07:18] sudo chown -R $USER /usr/local/include/google [07:18] just asking because I saw it now [07:19] you've done too much stuff to that system for anyone to support it [07:19] ^^ what ducasse said Nebi [07:19] ok, I see :( [07:20] So shall I stick to 16.04 or hope that it gets better with 18.04? [07:21] Nebi: things get better when you keep your system healthy, on any ubuntu version [07:21] i prefer current myself, but thats just my opinion [07:21] Two_Dogs, by current you mean the 18.04? [07:22] lotuspsychje, well I had previously issues to upgrade to a newer kernel. So I was having 16.04 with kernel 4.4. [07:22] i have a ubuntu server running now for about 8yrs, 24/7, and i think the trick was leaving it alone more than not [07:22] Nebi: ^^ [07:22] :))))) [07:23] Nebi: for your cuda experimenting i would be as current as possible [07:23] Nebi: just try the 18.04 live usb, see if it behaves [07:24] ok, en garde. Thanks for the help, people! [07:25] remember, ask here if you are unsure what to do rather than fiddling and breaking something [07:28] exit [07:28] quit [07:28] Quit [07:29] ducasse, Ok I will :) Sweating already when thinking about the partitioning now [07:30] Nebi: thats a thought, the process of turning home folder into partition is pretty much cli/terminal, do it now then reinstall ,ubuntu has an excellent wiki on how to turn home into partition === OS-38068 is now known as help === help is now known as an1sor0poUs [07:37] can this channel be commandered for a federal.log considering logbot on irc.mozilla.org suddenly doesn't join #federal.log? [07:40] liveuser1: what has this related to ubuntu? [07:41] it is a channel known to have an open to the public log [07:41] liveuser1: #ubuntu gets logged yes [07:41] is there any other channel which has such? [07:42] !logs | liveuser1 [07:42] liveuser1: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/ [07:44] (hmm, it s weird that the live disks (16.04 and 18.04) only work with nomodeset [07:45] Nebi: some graphics cards requier nomodeset to enter system [07:45] Hello, I was wondering how to install zzuf fuzzer it appears you used to be able to install it from the repos but you cannot anymore. If anyone could help me out I'd apperciate it! My Ubuntu version is 16.04 [07:46] lotuspsychje, but I didn't need it before with my old 16.04 installation [07:46] haloo guys ~ [07:46] JakeFrom98: seems like it has been removed [07:48] Ya I think it was I'm trying to figure out another way to install it. [07:48] JakeFrom98: but its back in 18.04 so it seems [07:49] JakeFrom98: so perhaps check !backports or install ubuntu 18.04? [07:50] Okay I'll look into that and get back to you [07:59] Thank you lotuspsychje for your help I think I'm just going to update it Ubuntu 18.04 [08:02] why do i have to be connected to the internet for a 32bit efi install to take? [08:03] rangemonger: what iso are you using? [08:03] lubuntu 1804 [08:04] if i install while offline, it fails, online, it works [08:04] rangemonger: what exactly is the iso? [08:04] Salut [08:04] lubuntu-18.04-desktop-amd64 [08:05] Hi [08:05] Helloo [08:05] Can i ask a question [08:05] rangemonger: maybe it needs to update some packages to work, how does it fail? [08:06] Id like to ask a question regarding firmware iwlwifi [08:06] May i [08:06] EriC^^: the majority of the install goes fine, once it gets to installing grub, this: "The 'grub-efi-ia32' package failed to install into /target/" [08:06] I want to ask a question [08:07] rangemonger: you could install without grub then manually install grub [08:07] Is that alright, if i ask a question [08:07] rangemonger: 'ubiquity -b' launches the installer without installing grub in the end [08:07] You seem to be busy and i have a question [08:07] C0ckGobblr: there's 1700people here, ask if someone knows they'll help [08:07] Sure [08:08] and to then install grub? [08:08] rangemonger: chroot to the install and use 'grub-install' [08:09] Ive upgraded from 17.04 to 18.04 and the iwlwifi drivers stopped working properly. Association witg AP times out in half a second after 3 fast tries...wtf [08:09] No more internet [08:10] EriC^^: also, what package(s) are the wifi drivers? when i try to build a minimal iso with a few set things, i dont have wifi drivers [08:10] I keep getting an ADDRCONF(NETDEV_CHANGE) link becomes rdy [08:12] rangemonger: sudo lshw -c network should show what drivers are being used [08:12] If its iwl rangemonger you do sudo apt install iwlwifi-firmware [08:13] Theres also openelec drivers on github if u want absolute latest shit google openelec/iwlwifi-firmware [08:13] iwl is fine, as long as it works [08:13] ill see if thats it [08:14] Still no way to diagnose my wifi issues, this is a fresh install [08:14] !language | C0ckGobblr [08:14] C0ckGobblr: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [08:14] Ubuntu is so disappointing and everything is getting worse and worse every version [08:15] Why would you break the wifi firmware its the most important thing [08:16] C0ckGobblr: you can generalize such statements, you can only speak of your system [08:16] AHHH, it is running!!!!!! It is running! My old 16.04 is runnign again!!!!! [08:16] hi [08:16] C0ckGobblr: Poor wifi in ubuntu is the reason i was forced to switch to mint [08:17] nice to know you [08:17] XB23: please dont make such statements here in #ubuntu [08:18] Apologies [08:18] SO funny, I realized that I had to redownload the 18.04 so I went back to trial a bit around with the briken system. while doing sudo apt-get update I saw that he was lacking libprotobuf-lite so i --reinstall installed it [08:18] !yay | Nebi [08:18] Nebi: Glad you made it! :-) [08:18] Arghhh, Wait Im having graphics now but it is not starting desktop [08:19] I mean the background appears but nothing else from the system [08:19] C0ckGobblr, start from beginning 'lspci | grep Wireless | nc termbin.com 9999' [08:20] reinstall desktop? reinstallx.org? [08:26] reinstalling ubuntu-desktop and unity didnt change the situation. Someonhas an idea? I see the background after login through the lgoin screen. I can even right click and open a terminal [08:26] Nebi: recoverymode/fix broken packages..or reinstall clean [08:28] lotuspsychje, ah yes I will try broken packages immediately. Well reinstall clearn I think that after today adn yesterdays exepriences I will eventually do. But if I can back into my system I can at least currently work and schedule a two-system (prod and test) in the coming weeks === hakker is now known as tekboy [08:31] Nebi, try make --> .config to .config-old and .cache to .cache-old , after that reboot [08:33] Hi there [08:34] I am trying to install VMware Horizon Client, but got a: python: command not found [08:34] I think Ubuntu has Python3 [08:34] Does anyone know how to solve it? [08:35] I read I should not installed Python or Python2 if I already have Python 3 [08:36] Anyone knows how to solve this "python: command not found"? [08:36] utiaka: python is normally a symlink to python [08:36] utiaka: as in the specific version [08:36] utiaka, I'm not sure what issue you are having, but I can say that you can def have Python 2 and Python 3 installed at the same time without issue. [08:36] utiaka: scripts requiring just "python", require python 2.x, by definition. if that's 18.04, you might need to install python 2 specifically. [08:37] Thank you all [08:37] Yes, I do have 18.04 [08:37] !info python [08:37] python (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.15~rc1-1 (bionic), package size 136 kB, installed size 624 kB [08:37] Ok, so then I will install Python 2 [08:37] utiaka: the package is just "python" [08:38] (as opposed to "python3") [08:38] So, I should just do sudo apt install Python ? [08:38] lrwxrwxrwx 1 root root 9 apr 16 16:31 python -> python2.7 [08:38] (it is taking me some time because I dont have internet in recovery mode. Don't know why. Activating it seems not to work there. ) [08:39] utiaka: lowercase p [08:39] Gooooood, than you! I'm gonna give it a try! [08:41] hello everyone [08:43] blackflow: Thank you! It worked!! [08:43] Thank you all. Great support! === elichai2_ is now known as elichai2 === elichai2 is now known as elichai === elichai is now known as elichai2 [09:13] ledeni, you mean mv or cp the config files that you mentionned? [09:16] shall I maybe also try remove --purge xorg? [09:19] unity is meh. [09:26] repair broken packages and moving conflig and cache didnt affect the issue [09:27] Imn going now to try to clearn xorg xserver and others and install according to this: https://www.computersnyou.com/4945/re-install-xorg-xserver-completely-ubuntu/ [09:29] ohoh maybe this was stupid. He is saying that many CUDA and nvidia drivers were deinstalled too [09:29] is there a way to reset unity to default settings? [09:29] i deleted the .local directory and now it wont start properly [09:33] this bot(ubottu) is cool, how could i interact with it? [09:34] you can send a private messages to it if you want to experiment instead of talking to it here [09:34] Sonderblade: deleted or sent to trash? [09:35] !msgthebot | jeffguorg [09:35] jeffguorg: Please investigate me only with "/msg ubottu bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu search " [09:35] Two_Dogs: deleted [09:35] cool! [09:36] OK didnt help. Now after logging in he comes straight back to login screen [09:39] Sonderblade: you might try reinstalling unity, not sure that will be enough [09:40] Getting "libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-3) but 3.6.5-5~16.04.york0 is to be installed", how does one go about fixing this kind of thing? [09:40] Sonderblade: i would not delete .local in the future [09:40] Two_Dogs: i know but the directory was huge :) [09:40] ic [09:41] sorry, for context, that's drilling down through apt-get because 'vim' went missing after do-release-upgrade [09:41] in china we have QQ(IM developed by Tencent), but it's proprietary software. so we merely have something like bot. even if someone developed one, it's just for fun, not something like this. it's my first time using IRC, surprised by it. [09:42] i mean 'hardly' . sorry for my poor English. :p [09:42] Sonderblade: try 'aptitude' command if not used, instead of apt/apt-get, it does a better resolve job [09:43] Sonderblade: my bad [09:43] SpaceManiac: try 'aptitude' command if not used, instead of apt/apt-get, it does a better resolve job [09:43] hmm ok, I'll try that if it comes up again [09:44] I think I may have just got the right apt-get invocation to downgrade python3.6 without uninstalling 200 other packages [09:48] SpaceManiac, what release are you running? === guiverc_d is now known as guiverc [09:48] so, yesterday I've been helped by Bashing-om to try to sort out why using normal boot I got a black login screen and lots of errors related to nouveau driver in Xubuntu Bionic. we've tried lots of possibilities and none worked. I've installed Xubuntu Xenial in a different partition and the error was present there too. I must assume that something is borked with my graphics driver or even with my graphics card. I'm only able to use the laptop [09:48] via recovery mode without any issues except no video acceleration. using nomodeset fixes the problem in normal bot, but then I'm stuck with a 640*480 resolution when my laptop has a 1280*720.. I was wondering if with nomodeset enabled is possible to force the change of the screen resolution, or if it's possible to have video acceleration in recovery mode. one of them would please me. [09:48] guiverc: previously xenial, just do-release-upgraded into bionic, which caused the break [09:48] my suspicion is python3.6 I had installed from a PPA looked newer than the one in bionic [09:50] pls [09:50] SpaceManiac, I'd suggest running "apt-cache policy libpython3.6-stdlib" & pasting the output into pastebin & providing us link... (3.6.5-3 is bionic standard) [09:50] i have this problem with audacity [09:50] "FFmpeg cannot find audio codec 0x12000" [09:51] i can't export in 3gpp format an audio file [09:51] guiverc: I did "apt-get install -f libpython3.6-stdlib=3.6.5-3 libpython3.6-minimal=3.6.5-3 python3.6=3.6.5-3 python3.6-minimal=3.6.5-3" and that seems to have fixed it [09:51] i found this guide https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR [09:51] :) SpaceManiac [09:51] i went here https://ffmpeg.org/download.html [09:52] so often that asking on IRC brings the mental clarity needed to figure it out myself [09:52] but i don't know what download... the green button at the top or the other in the page... [09:52] jk^, install from ubuntu software sources [09:52] which packages? [09:53] i'm on lubuntu [09:53] jk^, sudo apt install ffmpeg [09:53] i'm opening synaptic [09:53] it's already installed [09:53] jk^, lubuntu kubuntu ubuntu same source [09:54] whats the end goal here jk^ [09:55] i need to export an audio file in 3gpp format [09:55] if i were you, i'd rather use conda so different versions of python won't mix together and won't be touched by package managers. and it's platform independent...not very constructive but i really suggest you to use conda(for python), n(for nodejs) or something like that if you need a version different with your system default [09:55] https://drive.google.com/open?id=1t_Gs14uu6214R-UdIZgw4nbV2yktvQR0 [09:56] bazhang do u see? it's already installed that package [09:57] be patient jk^ , I'm searching for a solution [09:57] jk^: ffmpeg doesn't come with that codec included, if you want it you will have to compile it yourself and enable it [09:57] how to compile it myself? :\ [09:57] and enable it? [09:57] .\ [09:57] i found this page: https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR [09:58] after i went here: https://ffmpeg.org/download.html [09:58] but i don't know what download [09:58] jk^: that's the correct page [09:58] the link at the top, or others links? === ASTRA` is now known as astra` [09:58] jk^: the FAQ [09:58] the "green" link at the top or the link by Operating System [09:58] FAQ where? [09:59] jk^: if you search for 0x12000 on that page you will see that ffmpeg requires amr libs [09:59] jk^: the FAQ link you posted [09:59] jk^: https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR [09:59] i read this: Linux/Unix: [09:59] You may download (or build) a suitable FFmpeg library for your own purposes. To build, obtain the source code from the FFmpeg project. If you download a pre-built library, this might be either a "shared" or "static" build. A static build consists of a single libavformat library, whereas a shared build has at least three libraries (libavformat, libavcodec and libavutil). It is recommended to use a shared build, but Audacity will also work [09:59] with a static build. [09:59] If you compile Audacity from source code, it will link to the installed FFmpeg headers, which should always be compatible with an installed FFmpeg binary. [09:59] ok, i read that [09:59] but now, how to proceed? [10:00] i followed this link https://ffmpeg.org/download.html [10:00] i donwloaded this file: https://ffmpeg.org/releases/ffmpeg-4.0.tar.bz2 [10:00] did i wrong? [10:00] :\ [10:00] rpittau bazhang [10:01] <_0kx__> hi [10:01] <_0kx__> i'm using ubuntu 18.04. after the last upgrade there is a problem in the authentification in the login process. [10:03] _0kx__, do you mean you enter password, its accepted, screen blanks and then you return to login screen (ie. loop?) [10:03] Well so much to 18.04: trying it on the live disk doesnt react to neither mouse or keyboard. [10:05] <_0kx__> guiverc: no, i've entered the password in the wrong way. it's ok. the login screen comes back. but, then i'm entering the password in the right way, the login starts and hung up in a blank (violette) screen. and the gnome don't starts. [10:05] how to update my lubuntu to 18.04 LTS? [10:05] <_0kx__> guiverc: i've reinstalled gdm, gnome-session and so on, but same problem.:-) [10:06] jk^, what version are you on now [10:06] 16.04.04 [10:06] bazhang [10:07] jk^, have you checked software sources for a new offering [10:07] yes [10:07] _0kx__, I would suggest switching to terminal (ctrl+alt+f4 for example), then logging in, confirming you can login from there, then check disk space (df -h) as if no space on /home/ ($USER home directory) it can have issues... this is only possible cause only (and likely not your issue anyway) [10:07] lts to lts, although you might have to wait for the point release for it to become available [10:08] <_0kx__> guiverc: yeah, i've tried it, but there is 33g free space. [10:09] _0kx__: is ~/.Xauthority owned by your user? [10:09] <_0kx__> guiverc: to enjoy the bug, first i've to enter the password in the wrong way, after this, the login comes back and the at the this time, there is no login possible. [10:10] _0kx__, space available to home, then video is next likely issue, I'm no help there sorry, but `lshw -C video`... [10:10] https://drive.google.com/open?id=1T6o6THUyoDVKrpsG6yQ4SoVKkWtLggTY [10:10] <_0kx__> guiverc, ok, thanks! [10:10] bazhang [10:12] so, any ideas about my problem? I'm open to all possible suggestions [10:12] <_0kx__> [EriC^^]: hmm, where do i find the .xauthority? in i don't find it [10:13] _0kx__: it should be in your home folder, ~. it's a hidden file. in a file manager, press Ctrl+H to show all files [10:14] jk^, 18.04 upgrade from 16.04 will be offered when 18.04.1 is releasted (26-july expected date from memory) - you can force upgrade before then, but it's not recommended till that occurs (for stability reasons) [10:14] Upgrading from Ubuntu 16.04 LTS [10:14] Upgrades from 16.04 LTS will not be enabled until a few days after 18.04.1's release expected in late July. jk^ [10:15] as I just said prior jk^ [10:15] point release is the .1 [10:15] <_0kx__> Gargravarr: in the home folder isn't the .xauthority file. (ls -la) [10:16] ok thanks [10:16] welcome [10:17] <_0kx__> in the /var/auth/log aren't any hints to this problem.:-) [10:18] _0kx__: it is ~/.Xauthority with capital X [10:18] <_0kx__> [EriC^^]: no. [10:19] <_0kx__> maybe this: pam_systemd(su:session): Cannot create session: Already occupied by a session. ? i've found in the auth.log [10:19] if someone missed my issue: http://pastebin.com/GJ6bTAq1 [10:19] hi all, got a GPG problem that seems to have appeared all on its own. first Duplicity started throwing GPG errors, and now i can't sign Git commits. i haven't touched my GPG folder or run GPG from the command line in months, so i don't know what could have caused this, and the error messages are not very informative. does anyone know where i should start? [10:21] can i install a pkg from later ubuntu (artsy) to older ubuntu (xenial) ? [10:21] xmbq, not a good idea at all [10:22] bazhang: why? [10:22] xmbq, which package do you need, and why do you need the higher number [10:22] <_0kx__> [EriC^^]: it seems, some sessions are overlapped? [10:22] poppler-utils [10:22] and why [10:23] _0kx__: yes seems some problem like that [10:23] because there are some bugs in earlier version [10:23] try googling for the error _0kx__ might give some results [10:23] there are bugs in every version [10:23] bazhang: yeah but i tried with the new version and it fixes that problem [10:23] that particular one [10:23] mixing repos will do way more harm than any minimal good you imagine [10:24] bazhang: so i should compile from source? [10:24] xmbq, or find a PPa [10:24] xmbq: whether it's a sensible idea depends on what the package is - if it's some small, self contained application it will likely be OK, but if it's a desktop environment you will have a bad time [10:24] <_0kx__> [EriC^^]: i've googled a lot, but found nothing useful. it is hard to describe the problem. maybe that's the problem, to describe the problem. [10:24] bazhang: but on the production server, i want to avoid compiling there, how can i distribute the binary? should i build as a static binary? [10:25] <_0kx__> [EriC^^]: thanks! [10:25] Exterminador: do you have inxi installed? [10:28] <_0kx__> i'm really not a expert. is there maybe a step for step help to solve the problem.:-) [10:29] my /bin was deleted completeley [10:29] can you recover from it? [10:30] no [10:30] just replace it from some other os? [10:30] OK I am at the point where I am absolutely frustrated and do not know any further. While now almost 24 hours with several problems in a row and slee-deprived, on the one hand the old installation loops in the login-screen, and the disk image of 18.04 doesnt react to either keyboard-inpu or mouse-clicks but mouse-movement. Everything is so crazy. Im going for a run now. [10:30] DK2: you'll need an Ubuntu ISO, but it won't be pretty [10:30] you could try to install on another machine and copy it across [10:30] <_0kx__> it's after the upgrade process from 17.10 to 18.04. i'm running only the standard configuration, no fancy special modifications.:-) [10:30] im gonna try [10:31] how can i distribute the binary? [10:32] docker or statically linked binary? [10:32] Two_Dogs: not sure, but I can check it in a bit, as soon as I get homw [10:32] home* [10:33] _0kx__: did the upgrade complete error free? [10:33] <_0kx__> two_dogs: yes! [10:34] <_0kx__> two_dogs: yeah, it was like magic. all seems to run smooth and nice. it appears after i've entered the password in the wrong way. and in the secound approch to enter the password the login hungs up. [10:35] _0kx__: copy/paste & execute via terminal> aptitude safe-upgrade -sy ## any complaints? [10:36] _0kx__: is that password issue a known bug? [10:36] <_0kx__> two_dogs: no complaints. no, not a known bug. [10:39] _0kx__: copy/paste & execute via terminal> journalctl -b --pri=3 ## any complaints related to issue? [10:41] Two_Dogs: yes, inxi is installed. [10:41] Exterminador: ok [10:42] <_0kx__> two_dogs: https://paste.ubuntu.com/p/DXxhwMJz96/. there are something with user session keyring. but i don't know, maybe its related to the password bug. [10:43] Exterminador: copy/paste & execute via terminal> inxi -Gxc0 | nc termbin.com 9999 ## share link output here [10:43] Two_Dogs: http://termbin.com/t9mr (worth to mention that im in recovery mode) [10:46] _0kx__: is gnomescreensaver default install for your desktop? is it missing? [10:48] Exterminador: when you boot into normal session do you get to login? [10:49] Two_Dogs: i got a black screen [10:49] <_0kx__> two_dogs: is installed: gnome-screensaver is already the newest version (3.6.1-8ubuntu3). [10:50] Exterminador: was nvidia installed? ever? [10:51] _0kx__: is the process gnomescreensaver running now? [10:51] _0kx__: i use plasma so excuse me for gnomeshell ignorance [10:51] Two_Dogs: it wasn't installed, but yesterday me and Bashing-om did installed it, purged it and so on. nothing worked [10:51] <_0kx__> two_dogs: :-) [10:53] Exterminador: copy/paste & execute via terminal> dpkg -l nvidia* | nc termbin.com 9999 ## share link output here [10:54] <_0kx__> two_dogs: https://paste.ubuntu.com/p/88wSp6bpBZ/ . [10:54] isn't there a way to solve my problem? :\ [10:54] Two_Dogs: http://termbin.com/bxoq [10:56] jk^, which/what problem? forcing release-upgrade?? [10:56] no guiverc with an installation [10:57] Audacity gives me "FFmpeg cannot find audio codec 0x12000" when i try to export an audio file in 3gpp format... [10:57] _0kx__: is the screensaver process ran as user or system normally? both? [10:57] i found this page https://ttmanual.audacityteam.org/man/FAQ:Installation_and_Plug-Ins/pt_BR [10:57] but i don't know how to proceed [10:57] :\ [10:58] guiverc [10:58] Exterminador: you have the live session? did live work well? [10:58] sorry jk^ i can't help with ffmpeg issue [10:58] Two_Dogs: not even live w/o nomodeset [10:59] <_0kx__> two_dogs: https://paste.ubuntu.com/p/q9BS62H2jC/ . hmm, there are two gsd-screensaver processes. one of them runs with root, and the other as a user process. [10:59] _0kx__: yes, i saw that, is that normal for gnome-shell? [10:59] <_0kx__> two_dogs: both! [11:00] <_0kx__> two_dogs: hmm, i don't know. [11:00] who is the gnome-shell guru here? [11:01] Exterminador: copy/paste & execute via terminal> inxi -Fxxrzc0 | nc termbin.com 9999 ## share link output here [11:01] _0kx__: copy/paste & execute via terminal> pstree -nsupa | nc termbin.com 9999 ## share link output here [11:01] Two_Dogs: http://termbin.com/mk1v [11:02] guiverc just a question [11:02] <_0kx__> two_dogs: yes. and this is obscure: https://paste.ubuntu.com/p/Mxp4b7NGMV/. [11:03] if i try to use another softwater different from audacity, will i have the same problems? [11:03] Exterminador: copy/paste & execute via terminal> aptitude search ~n4.15.0-20 | nc termbin.com 9999 ## share link output here [11:04] <_0kx__> two_dogs: http://termbin.com/wicw. [11:04] jk^, i don't know ... my guess would be audacity I think is Qt based; so if you used a gtk+ one you may have more chance of difference - but I could be 100% wrong! [11:04] Two_Dogs: http://termbin.com/8mnl [11:05] which are the most popular audio editor for ubuntu? [11:05] i don't know them apart audacity [11:05] _0kx__: using crypto partitions? which? [11:05] guiverc [11:06] jk^, i know nothing about video/audio sorry. [11:07] <_0kx__> two_dogs: yes. the standard ubuntu encryption. it's /home/.ecryptfs . [11:08] <_0kx__> two_dogs: standard in the sense of the installation dialogs. [11:10] <_0kx__> two_dogs: i've apt-install gnome-screensaver --reinstall. i try to reboot it, maybe the problem is solved. [11:11] fwiw there's no ~/.Xauthority for me either on 18.04, and yet X11 apps work fine [11:12] Exterminador: did you disable onboard intel graphics? [11:12] ? [11:12] Two_Dogs: i dont think so [11:13] if i did it, i didnt noticed it [11:13] Exterminador: look at bios, can you do anything to graphics options [11:13] Two_Dogs: i can restart and see. 2 minutes [11:14] Exterminador: ok [11:15] Two_Dogs: I don't see anything in the BIOS related to graphics [11:15] Exterminador: ok [11:17] Two_Dogs: I have this laptop with dual boot. I have exactly the same problem trying to boot Windows [11:18] !yasm [11:18] !nasm [11:18] Exterminador: you think maybe you got graphic card issues? [11:18] Two_Dogs: yep, I do think that's probably that. perhaps the Nvidia card is dying or something like that [11:19] Exterminador: yeah, something like that [11:19] Exterminador: use the thing as a server [11:19] but I still don't understand how with nomodeset or in recovery it works great [11:20] Two_Dogs: it's my main laptop and I can't buy another one at this time xD [11:20] as long as it keeps working via recovery, I'll use it as is [11:21] Exterminador: cool [11:22] it's 9y old laptop already. I think I can't use any external graphics card (there's no place for it tho) [11:22] Exterminador: you added 'nomodeset' to grub? [11:23] Two_Dogs: when I use nomodeset, I'm stuck with a 640*480 screen resolution. it's super duper ugly [11:23] currently I'm booting via Advanced options, then I choose resume boot [11:23] Exterminador: you might be able to use 'xrandr' to tweak resolution [11:24] hum.. I've never used xrandr tho [11:24] time to learn something new Exterminador [11:25] Exterminador https://git.io/vpNYr [11:25] Has the new LTS been released? [11:25] Sorry, been out of contact. [11:25] Exterminador: PhoenyxCullen 18.04 LTS is out, yes [11:26] Ok. Thanks. [11:26] oops sorry Exterminador didn't mean to tag you [11:26] PhoenyxCullen: note that users of 16.04 LTS will not be offered to upgrade until 18.04.1 is out in June [11:27] --fb widthxheight <-- my suggestion Exterminador [11:27] mgedmin: no worries. Two_Dogs I'll try later on perhaps.. [11:34] Two_Dogs: tks for the help and patience :) [11:35] Exterminador: good luck :) [11:36] Two_Dogs: just one last question: with nomodeset I'll have video acceleration? [11:38] <_0kx__> two_dogs: no, same problem.:-) [11:38] Exterminador: i dont think you will see hardware acceleration, [11:39] Exterminador: nvidia driver install borked how? [11:40] <_0kx__> two_dogs: i've reinstalled pam, gnome-screensaver, gdm3. [11:42] Two_Dogs: when I install nvidia drivers and all that stuff, I this in the screen: https://imgur.com/YI9QkJF [11:43] I can't use it (I can't see what I'm typing, etc) [11:43] Exterminador: what is missing? panel? [11:44] no, the screen is full of stripes. like a curtain. makes it unusable [11:45] even with nomodeset enabled when using Nvidia drivers [11:51] Exterminador: tried some other distro's live? [11:53] Two_Dogs: tried Manjaro Deepin live and Xubuntu Xenial (laptop is with Xubuntu Bionic). all had the same problem [11:54] Exterminador: ok [11:57] Two_Dogs: that's the reason that lead me to think that the problem is related to my Nvidia card. it's starting to enter in RIP mode [11:58] Hiyas all [11:59] Exterminador: i would think so, windows is as broke as linux [12:02] Two_Dogs: exactly! not even Windows boots properly. but instead a black screen I have some sort of BSOD. lol [12:06] <_0kx__> two_dogs: it is an authentication error, says gdm.:-) [12:06] Hello again [12:08] <_0kx__> two_dogs: thats the error message: pam_unix(gdm-password:auth): authentication failure [12:13] halla [12:19] Hello? === AndroUser is now known as Jbread [12:19] !ask | Jbread [12:19] Jbread: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [12:20] I can not get my wired connection to work on the latest version of ubuntu [12:24] Jbread, you wifi work? [12:25] Jbread, if you enter `ip addr` do you recognize the device (ie. it looks like its there, enp0s25 is the name of my nic on 18.04) [12:25] I don't have wifi [12:26] Jbread, 'lspci | grep Network' [12:26] jbread, then through which network adapter are you connected to the internet ? [12:27] Linksys re3600 [12:28] linksys re6300 [12:28] My bad === karhu is now known as Guest10723 === Guest10723 is now known as karhu1234 [12:30] Anyone else getting a weird bug on Xubuntu where if the monitor shuts off, and it turns back on, the refresh rate is stuck at 59.0hz and 1376x768? Such a weird bug. Using an RX 580 with Xubuntu 18.04 LTS and display port with an ASUS monitor, 144hz TN 1080p. [12:35] OK, now I can safely say that the desktop is also back and I can work. CUDA is surprisingly working; python/conda too. THis is already a good start for working. THank you again guys for all the help. [12:36] Nebi, great what you do? [12:36] i don't have wifi too. but i did last time i installed ubuntu 18.04 [12:36] i'm still strugulling with it [12:37] https://ubuntuforums.org/showthread.php?t=2392154&p=13767712#post13767712 [12:38] ledeni, thats difficult to say as in the last 6 hours or so I threw a lot of nukes. Completely purging xorg and nvidia. Reinstalling ubuntu-desktop, xorg, unity, nvidia. Lately also removing many .config and .chache files. [12:38] ledeni, in the end I am not sure what helped. But I am conscient that I must be riding a volcano right now [12:39] Nebi, it is ok [12:40] <_0kx__> two_dogs: yeah, the #ubuntu-dev and #gnome channel know the bug: https://launchpadlibrarian.net/370642960/gdm3_3.28.0-0ubuntu1.1_source.changes [12:41] <_0kx__> two_dogs: thanks a lot! [12:41] nots, 'lspci | grep Wireless | nc termbin.com 9999' [12:53] Hi, I'm looking for a way to magnify the screen dynamically like was possible with Compiz in the past (scroll wheel + modifier). Anyone know if there are tools for this? [12:55] there's a screen magnifier in Universal access in System Settings [12:56] complete linux newb here [12:56] having trouble installing linux on my new Lenovo [12:56] currently "trying" on a USB [12:57] Hi newbuntu, I have some older Thinkpads here too, and on some of them, the SD card slot isn't bootable. [12:57] I was able to successfully install, but after login, either the mouse would not move, or, if it did, everything would seem to freeze whenever i tried to open or use anything [12:58] did you do a checksum on your download? maybe something went wrong with the download [12:58] no. I honestly dont even know what that is. And I'm afraid im in over my head. But I think I can learn... [13:00] I checked around online, and found that with older versions, some had a similar problem that was related to the NVIDIA graphics card [13:02] the answer there suggested press "e" at the install screen, then "replace 'splash quiet' with 'nomodeset'" and i tried that. but since I'm not sure what it means, I dont know for sure if I did it right. [13:05] hello to all! in terminal: bash: /etc/profile.d/vte.sh: no such file or catalog , how to make it clear? [13:06] hello, how to I get a version of VirtualBox installed that supports USB passthrough? [13:06] newbuntu, I agree with jurgentje in that I think md5sum/checksum checks (to confirm download was perfect) are worth it .. https://help.ubuntu.com/community/HowToMD5SUM may help. the 1-2 mins to check can save hours of debugging issues (that occur if even a single bit of download is wrong) [13:07] connecting external display is making my laptop monitor blank [13:08] (https://help.ubuntu.com/community/VerifyIsoHowto i actually prefer; but it assumes a *nix host is used to verify, and I didn't know if this applies) [13:08] yokowka, is there a number after vte like 2.91? [13:09] lapaga - no number, only ....vte.sh [13:10] arunkumar413, check Setting --- Devices ---- Screen display --- should be option for both display to show up [13:10] <_0kx__> bye [13:12] there is no devices [13:12] option [13:13] arunkumar413, sorry what DE you using? [13:13] kj4: all versions of Virtualbox released in the last 10 years supports USB passthrough [13:14] DE? [13:14] you'll need the virtualbox extensions installed on your gues system though [13:14] DE = desktop environment (gnome, kde, ...) [13:15] yokowka: undo whatever you did you install /etc/profile.d/vte.sh [13:16] arunkumar413,better say ubuntu version [13:16] It's linux mint [13:16] !mint | arunkumar413 [13:16] arunkumar413: 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) [13:16] leftyfb: I thot OSE versions did not? [13:17] leftyfb how to undo? [13:18] yokowka: how did you put it there in the first place? [13:18] kj4: where does it say that? [13:21] leftyfb i'd installed playonlinux , it not opens wide, then in synaptic i'd delete it, and also clean the system with bleach beat as root.... [13:21] Is there a nice way to automate modifying the $PATH variable in /etc/environment? I need to append to the path as part of a script, but I can't replace the whole line, because it may have changed upstream and I want to keep the changes [13:21] yokowka: I don't think playonlinux would install vte [13:22] guest: use sed and regex [13:23] guiverc thank you [13:25] Can someone point me to a tutorial regarding "how to unlook a Ubuntu computer when password lost" ? [13:25] bug 1745646 is fixed in ubuntu 18.04 ? [13:25] bug 1745646 in linux (Ubuntu Cosmic) "Battery drains when laptop is off (shutdown)" [Medium,In progress] https://launchpad.net/bugs/1745646 [13:25] engineerJamesJ: https://help.ubuntu.com/community/LiveCdRecovery#Lost_Password [13:25] guest: that's more of a programming question than a support question. You might want to try one of the #bash channels. Also, I would recommend inside your script to capture the current path to a variable. Then update the existing path, appending what you need to the end. When your script finishes, assign the saved path from the variable at beginning back to the original path variable. [13:25] engineerJamesJ: found on google by searching for "ubuntu reset password live cd" [13:26] s10gopal: it does not say "fix released" [13:26] pragmaticenigma: $PATH is already a variable [13:26] engineerJamesJ: please do not PM [13:26] THANKS ! [13:27] brainwash, status: In Progress → Fix Committed , and it is fixed in upstream [13:27] leftyfb: I know, I don't see why sed would be required. A script can just as easily update $PATH during execution. What I'm trying to say is capture the current $PATH value to be able to restore it back the way it was when the script finishes [13:27] s10gopal: that should answer your question then [13:28] leftyfb i do not remember when vte was installed! [13:28] brainwash, The patch has landed upstream as cfcadfaad7251d8b640713724b388164d75465b2 , it means it is also fixed in ubuntu 18.04 ? [13:28] s10gopal: does it say "fix released" for 18.04? [13:28] yokowka: please contact support from vte on how to remove it. vte is not an official Ubuntu package [13:28] brainwash, no [13:29] s10gopal: so, it's not yet fixed [13:29] pragmaticenigma: yeah I can do it myself if I needed to, my question was, do I need to, is there some nice built in way to do it instead? [13:29] guest: You're best bet is to ask that question in #bash [13:29] guest: no, use a script that appends to $PATH [13:30] s10gopal: ask in the bug report if you can test the fix [13:30] thanks [13:30] thx [13:30] leftyfb - i'll think to do it) === Dbug_ is now known as _Dbug_ [14:01] iso on ubuntu download page is also updated ? [14:02] s10gopal: What do you mean? [14:03] Spookan, if i download ubuntu 18.04 iso today and download another iso after several month both will be same ? [14:03] hey guys, I was testing out enhancd, but i seem to have messed up my cd setting after deleting the cloned folders [14:04] hi. my question about manually installing .deb packages. [14:04] "whereis cd" returned nothing [14:04] some instructions involve getting a key from a key server and checking a ".asc" file. what is the reason for this? [14:05] s10gopal: only if you download the daily. Otherwise, they only change when a point release is made available (18.04.1, 18.04.2) [14:05] Hi anyone having freezing Web Developer panel on Ubuntu 18.04? [14:06] phillly: sudo dpkg -i [14:06] phillly: if you download the .asc file once from a trusted source, you can verify in future that the .deb file you downloaded is from the same source [14:06] thx [14:06] Sorry, i meant anyone having firefox 60, freezing Web Developer panel on Ubuntu 18.04? [14:07] guest: so .asc file is not associated with each release? is it just the public key then? [14:08] phillly: sudo dpkg -i [14:08] phillly: yes [14:08] any aid [14:08] leftyfb: I understand the depackaging process. I am just confused about keys [14:08] eraserpencil, It is a builtin command, which means that it is executed directly by your shell [14:08] phillly: if you've got the .deb file downloaded, you don't use keys to install it [14:09] eraserpencil, it's not a program [14:09] I have seen "gpg --verify" against ".asc" files though [14:09] phillly: it's not needed. Just install the .deb [14:09] leftyfb: I think you missed the actual question - "some instructions involve getting a key from a key server and checking a ".asc" file. what is the reason for this? " [14:09] guest: " hi. my question about manually installing .deb packages." [14:10] guest: the 2nd part is being asked with the assumption that .asc file matter when installing a local .deb file [14:10] First remark was setting the context for the actual question to follow. [14:10] so when I do a "gpg --recv-key", I get the public key from a server, right? then I do "gpg --verify *.asc" to check the "signature" to verify that the package is signed correctly to verify authenticity then? [14:10] phillly: Have you tried to just install the .deb package? [14:11] loria: I got that part. The reason i'm looking for the location of cd is because when I cd, it shows an error somewhere along the lines of enhanc no longer found. [14:11] leftyfb: I do not have a problem with installing a .deb package. I want to understand the key business. I want to know about it [14:11] anyway if you are downloading an .asc file from a server, and you are also downloading the .deb file at the same time from the same server, the fact they match doesn't really tell you anything. If someone was trying to host a malicious deb they could also host a malicious asc [14:11] phillly: there is no key business when installing a .deb package [14:11] I am not a crypto export. just saw today reading articles that packages are signed. it used to be just md5 hash for me [14:11] the idea is to download the asc once from a trusted connection, then you can use it in future to verify deb packages downloaded from untrusted sources [14:12] ok it makes bit more sense to me now, thank you guest [14:12] leftyfb: can you tell me why .deb package does not require gpg verification? [14:13] phillly: because you already have it. Now, pulling packages using apt from a repository, that's what requires keys. [14:13] ioria ^ [14:13] eraserpencil, there is no location of 'cd' : type cd [14:13] eraserpencil: you'll need to contact enhanc support to properly remove enhanc to get rid of the error [14:15] eraserpencil: "cd" is built into the Bash shell - can you run "which cd" maybe someone has changed that === rorro__ is now known as Rorro [14:16] i got "cd is aliased to '__enchancd::cd' " [14:17] and which cd returned ntg [14:17] eraserpencil: ok, remove the alias [14:17] eraserpencil: check in your ~/.bashrc file to see if there's a line like: alias cd="... [14:17] eraserpencil: and remove that line, then open a new terminal window [14:17] i checked that and not there [14:18] i did a grep -rni for enchancd in ~ and but got nothing back [14:18] eraserpencil, do you have a .bash_alias fiel ? [14:18] *file [14:18] eraserpencil: do you have any clue what __enchancd::cd is and where it came from? [14:19] eraserpencil: btw you can use \cd to override the alias in the immediate term [14:19] eraserpencil: is it affecting all users or just yours? if you do "sudo su" and get a root shell, does "cd" work as expected? [14:20] ubuntu budgie is just ubuntu + budgie desktop manager ? [14:20] guest: by the way, I just looked inside one of the ".asc" files. it says "PGP signature". the tool is called "gpg" however. Google says PGP is proprietary and OpenPGP is an open alternative. do you know by any chance why is it not called like "OpenPGP Signature" then? [14:20] maybe a trademark thing? [14:20] guest: it's affecting just me, root is fine [14:20] It's a "PGP Signature" - OpenPGP is an implementation [14:21] GPG is another implementation but they both work on "PGP Signatures" - that's the answer [14:21] PGP is the actual name of the algorithm. [14:21] enhancd uses awk for the functionality... if it helps you help me troubleshoot [14:21] eraserpencil: try "grep cd ~/.*" [14:22] Hi, after resolving the issue with the computer Im back to the moment before I started the catastrophe. So this time I'm more careful and ask here first. So it is about libprotobuf. Protocol Buffer runtime library. My protoc --version says libprotoc 3.5.1. And also python has 3.5 installed. But while executinv a program it says: This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.1.0. I googled around and [14:22] there are also other people having the same issue but I will not again go and rm libs in the /usr/lib folder. Rather I want to understand what is going on. [14:24] eraserpencil, we're talking about this : https://github.com/b4b4r07/enhancd ? [14:24] thank you guest and coffeeguy [14:24] guest: it gave too much results so i piped it to another grep looking for enhancd and only the chat logs came up [14:24] I mean confluency :) [14:24] yes thats the one [14:24] i ran init.sh [14:26] eraserpencil, i think you need to unset those ENHANCD_FILTER environment variables [14:27] in 16.04 how do you correctly rename a network device? [14:27] I am seeing info like this https://unix.stackexchange.com/questions/328485/ubuntu-16-04-change-interface-name [14:27] but it seems rather messy [14:28] zetheroo: that's how you do it [14:28] eraserpencil: if all you did was run the init.sh, then all you need to do is reboot and the problem will be gone [14:32] haha...right, it's been a while since i reboot [14:32] eraserpencil: or open a new terminal session [14:33] pragmaticenigma: yea, that dosent work [14:33] pragmaticenigma: it was an export [14:33] ah, that would make sense [14:34] leftyfb: seems like it can be done with the ip command [14:35] zetheroo: you asked how to do it correctly [14:35] zetheroo: udev does the naming/renaming. Setting it as a udev rule is the correct way [14:35] zetheroo: what's tour version of ubuntu ? [14:35] oops [14:35] leftyfb: how is it not correct to use the ip command? [14:36] leftyfb: where are the names of network interfaces defined in 16.04? [14:36] because there is no /etc/udev/rules.d/70-persistent-net.rules file [14:36] zetheroo: it's part of udev/kernel. If you want to hardcode your own name, you set a udev rule [14:36] eraserpencil, run 'reset' in terminal [14:36] zetheroo: create it [14:37] ioria: reset won't purge exports I don't think [14:37] ok [14:37] Hi, anyone know how to get emacs magit working to sign commits? I'm on Ubuntu. This is the behavior: https://github.com/magit/magit/issues/2859 [14:38] leftyfb: The problem is that when adding a new network interface (hardware) to the system it's not automatically added to the /etc/network/interfaces file, and ifocnfig doesn't show any new device either. But I was able to see it with ipmaddr so that's fine. [14:39] zetheroo: ifconfig -a [14:39] zetheroo: also, ls /sys/class/net/ [14:39] leftyfb: Ok 👍 [14:40] so, I have taken the hard drive out of one ubuntu desktop, and put it in another system. first had an AMD processor, new one has duel Xeon 5405, and a crappy video card. Typing is slow and double types, desktop refresh is slightly faster (both internal video cards suck! Anything I should do for proper hardware redetection? [14:40] hey guys, struggling to get a dual boot installation with windows10... it seems gparted and fdisk won't see my actual HD/partitions (it only sees the live usb)... i've disabled secure boot in BIOS as well as fast startup in the windows10 power options... but no luck, any ideas what else may be interfering? [14:41] transhuman: use a different DE or put a better video card in it [14:42] Monkey_b: Is the drive protected by BitLocker? [14:42] DE? [14:42] transhuman: Desktop Environment [14:42] pragmaticenigma, never heard of bitlocker, let me google [14:43] funny thing is this machine used to run like 10 VM's no problem! [14:43] brb [14:45] transhuman: Is this a server or desktop? If all you're doing is running headless VM's, you don't need the GUI to be fast [14:45] transhuman: in fact, I wouldn't even run a GUI [14:45] pragmaticenigma, it seems i dont have bitlocker on this laptop, searched for it up and down no sight of it [14:46] wait a minute i take that back [14:46] i see a bitlocker service running [14:46] unfortunately I have no choice my desktop died [14:48] Monkey_b: Bitlocker service doesn't mean the drive is encrypted. BitLocker service is also used for reading external drives that may have been encrypted [14:48] ok, yea i dont see any signs of it being encrypted [14:49] Monkey_b: https://uit.stanford.edu/service/encryption/wholedisk/bitlocker [14:49] look for "Turning off BitLocker" [14:49] just to be sure [14:49] Monkey_b: Looking through a couple articles... The short answer is, if the live cd isn't detecting the drive, it's best not to continue forward. You risk losing your entire Windows drive. [14:49] win10 home, so not available [14:50] leftyfb: The problem is, LiveCD isn't even seeing a hint of a drive. [14:50] that's a driver issue then [14:50] pragmaticenigma, it's a new laptop, not worried about data loss [14:50] that said dual boot would be nice for gaming purposes [14:50] Hi All, wondering if someone could point me in the right direction. I've been lumped with maintaining a isolated 16.04 virtual machine, my only access is via ssh from a machine with extremly restricted internet access. The party who maintain the infrastructure have given me a 45GB iso file which appears to mirror the structure of apt repository. Could anyone give me some guidance on how to go about using [14:50] this iso to update the installed packages. [14:51] Monkey_b: I'm not talking about data loss... I'm stating that the drive isn't going to work, and forcing it to work isn't a good idea [14:51] so i bought a brand new brick [14:51] Monkey_b: we may get it up and running today, but a kernel update, grub update, or some other low level update could make the system unbootable again in the future [14:51] pragmaticenigma: it could probably work with the right drivers for the storage device/controller [14:52] That's above my expertise to try and fix [14:52] AbbyH: https://www.linux.com/learn/create-your-own-local-apt-repository-avoid-dependency-hell [14:52] ioria: i just reboot. im good now thanks alot! [14:52] Monkey_b: what is the make/model? [14:53] https://www.msi.com/Laptop/GS65-Stealth-Thin-8RF [14:53] AbbyH: or https://help.ubuntu.com/community/Repositories/Personal [14:53] leftyfb: I came accross that article, however I dont have dpkg-dev installed [14:53] perhaps relevant: 1x M.2 SSD slot (NVMe PCIe Gen3), 1x M.2 SSD Combo (NVMe PCIe Gen3 / SATA ) [14:53] and as this .iso is my only source of packages, no way to install it [14:54] AbbyH: I would not recommend doing it then [14:54] leftyfb: I dont really have a choice [14:56] AbbyH: You cannot do the job if you do not have the right tools [14:56] AbbyH: I would think the people responsible for giving you the ISO should also be responsible for teaching you how to use it. [14:57] They don't know themselves :D [14:57] then why did they assume what they did would work and give you no other options? [14:57] AbbyH: Then I would be contacting my manager, you've been given a task and no resources or materials on how to perform said task. [14:58] AbbyH: a recursive dpkg -i on all packages on the cd could work, but more than likely it would cause all sorts of problems and would not be recommended. That is the only option to you with the current environment and toolset [14:58] the joys of clasified projects :D [14:58] Sounds like whoever gave it to you assumed that would be sufficient [14:58] im the only one with a brain cell that has the required security clearance [15:00] Monkey_b: The only fixes I've seen involve a high potential of full data loss and potentially bricking the drives in the process. I'd use the laptop as is, or start researching it's configuration to understand how the drives are configured for that unit [15:01] AbbyH: have you tried the sources.list portion of that link? [15:02] tgm4883: I'm pretty sure there's more to it than that. package lists, keys, etc [15:02] leftyfb I skimmed it, but one could assume that whoever gave AbbyH the ISO already did that part [15:02] tgm4883: I did. during apt update it tried to chmod some of the files. which being a .iso mounted via a loopdevice and thus readonly, it failed [15:03] AbbyH: copy it's contents locally [15:03] AbbyH: I don't suppose you have 45GB free space to move that to [15:03] pragmaticenigma, i see, appreciate the help, could you share some info on that so i can dig further? [15:03] tgm4883: nope [15:04] although [15:04] I have 2 servers with this issue that can talk to each other. I might be able to delete the iso from one and scp the files out of the other iso [15:05] AbbyH: you sure dpkg-dev isn't available on this iso? [15:05] AbbyH: When you say it tried to chmod the files, what command did you run? [15:05] leftyfb: its on the iso, but fails dependencies. And I can't find all of them here [15:06] tgm4883: apt update [15:06] AbbyH: then the iso is not complete and you will not be able to update all your packages from it [15:06] The more I look at this page, the more I think dpkg-dev and update-mydebs aren't necessary [15:08] AbbyH: just to confirm, you've mounted the ISO on your system and added a deb line pointed to that location? [15:08] yup [15:09] AbbyH: and the contents of that directory look similiar to this http://ftp.osuosl.org/pub/ubuntu/ [15:09] Hi, having this problem: https://paste.ubuntu.com/p/K67ZdkdwPb/, anyone can help? [15:11] tgm4883: I have folders for dist, pool and projects [15:11] AbbyH: what's in dist? [15:13] i have a 16.04 system that is not bringing up eth1 or dnsmasq on boot. if i login and manuall `ifup eth1` and `/etc/init.d/dnsmasq restart` all is fine. how do i get these services running on boot? [15:13] Standard question to learn: Let's assume I want to install a package (in this case opencv). Using the prebuilt binaries would give a version that is too low. So Shall I try to build from source? Or this there another, maybe safer, alternative? [15:13] tgm4883: xenial-security and xenial-updates. [15:14] linuxgecko: server or desktop? [15:14] ince the last apt-get dist-upgrade, 18.04 does not automatically recognize my network printers. Ideas? [15:15] AbbyH: ok, what is in both of those folders? And where did you mount the ISO [15:22] tgm4883: they both have main, multiverse, Release, Release.gpg and universe. [15:22] I've just realised, the chmod stuff is just warning. hiding between them I've got 2 errors which are probably the actual issue. [15:23] Failed to fetch file:/media/cdrom/dists/xenial-security/main/binary-i386/Packages File not found [15:23] same for xenial-updates [15:23] I'm not sure why its even looking for i386 tho [15:23] AbbyH: where did you mount the ISO? [15:23] /media/cdrom [15:24] shouldn't there be an ubuntu before dists ? [15:24] not necessarily [15:25] AbbyH: this is an AMD64 install? [15:25] yeah [15:25] Question: Is 'Appendix B. Automating the installation using preseeding' at https://help.ubuntu.com/lts/installation-guide/amd64/apb.html current and up-to-date? [15:25] and the only architechture added to dpkg is amd64 [15:26] AbbyH: try changing your lines in sources.list to deb-amd64 instead of just deb [15:26] Hi all, I am struggling with apt and dpkg. I can't do anything with apt-get because it tells me to run "sudo dpkg --configure -a" but when I do I get the following https://paste.ubuntu.com/p/2GqCVVCHRK/ [15:26] I think that's the syntax for it [15:27] rfleming: what is your actual support question? [15:28] tgm4883: its not deb-adm64. that fails. but found deb [arch=amd64,i386] on the debian multiarch wiki. so going to try that syntax. (obviously without the i386) [15:28] AbbyH: yep, just saw that too. Try that [15:29] leftyfb: I'm looking to preseed and want to know if the documentation is current... because sometimes it's not [15:29] rfleming: try it out. It should be fine for you. To ask someone to read through ALL of that to determine if it's up to date is silly [15:29] rfleming: preseeding hasn't really changed [15:30] tgm4883: that cleared the i386 error. but I now get: Failed to fetch file:/media/cdrom/dists/xenial-security/main/i18n/Translation-en File not found [15:31] Hello, I'm having issue with installing 3G modem on Ubuntu 16.04 [15:31] I begining to suspect the people that gave me this iso really have no clue what they are doing [15:31] ^ [15:31] Basically it's not showing anything when I connect the modem on my dell laptop [15:32] and with $ lsusb [15:32] leftyfb: I don't believe I asked anyone to read anything. I simply asked if the documentation was current and up-to-date. If you don't know, then you don't know; but thank you for the information that preseeding hasn't changed. [15:32] The device is shown like this : Bus 001 Device 005: ID 19d2:1588 ZTE WCDMA Technologies MSM [15:32] How do I configure it to get it working? [15:34] AbbyH: Is that a warning or an error? I'm not sure how important that Translation-en file is. [15:34] tgm4883: error, but i found you can stick this in apt conf Acquire::Languages "none"; [15:35] it now works [15:35] :D [15:35] sweet [15:35] 312 packages to upgrade [15:35] \o/ [15:35] I am not running that this close to friday [15:35] yea that's a lot of packages [15:36] time to email the idiots that keep chasing me about this crap because "MUG SECURITYIES" and tell them the iso they gave me sucked and I'm not doing shit until monday and only after they take a vm snapshot [15:37] *MUH [15:40] AbbyH: If this is how they're going to do this sort of thing, I would not only document this, but create a script on the iso that will setup the repo for you [15:48] question; i have this ufw rule; 22 ALLOW 192.168.1.159 ;; but when i try to connect it fails; i find i have to disable the ufw and then renable it to allow myself to connect to this machine. ideas? [15:53] arooni ufw allow in to any app 'OpenSSH' from 192.168.1.159 [15:53] it is that you want to do ? [15:53] Ool: yes. [15:54] Hi, my notebook froze when I ejected my USB 3 HDD. I have netconsole enabled and it's printing many messages like [ 1364.258268] watchdog: BUG: soft lockup - CPU#2 stuck for 22s! [qemu-system-x86:2890] [15:54] arooni: And you don't write it like that isn't it ? [15:54] I think this is related to the mainline kernel, where may I get help? [15:54] My 3G modem just won't show up, can anyone give me the idea how do I get it working? [15:54] Ool: that's the way the rule is i pasted above; ar eyou saying i need to modify it [15:55] with the right syntaxe ? [15:56] you can 'ufw logging low' or medium to see the log [15:56] With $ lsusb [15:56] Bus 001 Device 005: ID 19d2:1588 ZTE WCDMA Technologies MSM [15:56] well to write log into /var/log/ufw.log === semeion is now known as mnemonic [16:01] hello [16:01] Hi all, I am struggling with apt and dpkg. I can't do anything with apt-get because it tells me to run "sudo dpkg --configure -a" but when I do I get the following https://paste.ubuntu.com/p/2GqCVVCHRK/ [16:01] how can I fix my shell's encoding? vim gives me problems [16:02] I tried locale-gen -a, but didn't help. [16:04] LANG is en_US.UTF-8 [16:05] Kartagis: 'dpkg-reconfigure locales' should be what you need. Check any locales you want are selected for generation and then pick the default on setp 2 [16:05] *step [16:06] ok the next step. while compiling opencv he cannot find gtk/gtk.h. My first idea (after googlin) is that the dev libary might be missing. But when wanting to install gtk-3-dev he says something about impossible situation and unmet dependencies. ? [16:06] zoopla, when you leave it for 20 minutes, look in "top" and see if it is doing anything [16:06] hello ubuntu 18.10 frezees my computer on usb boot of the installer [16:08] killall, I had a similar issue with 18.04. It worked in my case by adding nomodeset in grub. [16:08] jcdutton: pretty much all %CPU is at 0 [16:08] Nebi, i will see where the grub of the pen is :) [16:09] killall, :) [16:09] zoopla, try removing apt-get remove mysql-server [16:09] leftyfb: server === asghaier_ is now known as neo31 [16:10] zoopla, how did you get into this problem state? [16:10] is there a recommended pinentry program in ubuntu 18 for working with emacs? [16:11] jcdutton: same message "invoke-rc.d: could not determine current runlevel" appears when "apt-get remove"ing [16:11] Nebi, not working, still cant select neither of the options. [16:11] zoopla, type "runlevel" [16:11] jcdutton: when i tried to install docker i started getting this problem [16:11] everything was fine before [16:11] what does runlevel return? [16:12] unknown [16:12] are you running this from within a docker instance? [16:12] stop any docker processes [16:13] jcdutton: this is WSL [16:13] stuck on ubuntu install cant even select any option, computer stops responding on grub from pen [16:17] leftyfb: thoughts/solutions? [16:19] I finally upgraded to 18.04 ...starting with my router. And now dnsmasq isn't being used for dhcp and dns... anyone have any clues as to what changed? [16:19] systemd ate networking ...more? [16:19] i thought dnsmasq was gone from 16.04 [16:20] Perhaps as defaults... I was still using it. I'd kind of like to still be using it if it's not _too_ painful. [16:20] yeah my 16.04 boxes dont have it either [16:21] I'm sorry for asking so much today, but I just don't want to repeat the catastrophe yesterday. So I need gtk library I guess. And while installing with dpkg it says that unmet depedencies. THe following link says "downgrading versions" does the trick. I just wanto to be sure that I am not again putting my computer into fire by doing something like that : https://stackoverflow.com/questions/38752214/installing-libgtk-3-dev-unmet-dependencies [16:21] zoopla, what is WSL? [16:21] jcdutton: windows subsystem on linux [16:21] ^ [16:21] or something similar [16:22] *for linux [16:22] not supported here [16:22] !ubuwin | zoopla [16:22] zoopla: Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [16:22] zoopla, Ah! In that case, I don't have a clue how to help you. [16:22] thanks either way [16:24] linuxgecko: do you have your interface setup in /etc/network/interfaces? [16:25] zoopla, there might be a #wsl channel or somewhere that can help you [16:26] is there a recommended pinentry program in ubuntu 18 for working with emacs? [16:27] bodie_: can apt-cache search pinentry help? [16:27] bodie_: just FYI, there is no "Ubuntu 18". It's 18.04. It's more than just a point release. The .04 is it's release month [16:30] zoopla: https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly [16:30] zoopla: but as suggested, removing mysql-server might be your first step [16:31] leftyfb: at this rate i will have to reinstall WSL becasue `apt-get remove` throws the same error [16:32] zoopla, the problem is the runlevel. Google wsl and runlevel or something like that [16:32] zoopla: --purge [16:34] insserv: exiting now without changing boot order! [16:34] why would i get that message (at the end of a long list of errors) when i try to `systemctl enable someservice` [16:34] note, the service has nothing to do with changing boot order. it's a webapp. [16:39] NoImNotNineVolt: Are you replying back to IntelCore(who isn't here anymore) from a conversation from 24 hours ago? [16:41] NoImNotNineVolt: Do you get the error when you enable any other systemd unit? [16:45] hi [16:45] does anyone have an example kickstart file for installing Ubuntu using LVM for all volumes ? [16:47] jcdutton: hi? [16:48] Hi, I found this in my sys.log, does anyone have any idea what is happening? I tried googling but no success. https://paste.ubuntu.com/p/2hrpkJ3rv8/ [16:48] R13ose: If you need help, ask for help. Not for an individual. [16:49] leftyfb: okay sorry [16:49] leftyfb: i don't have another unit to enable :P [16:49] NoImNotNineVolt: if you're running Ubuntu you most certainly do [16:50] NoImNotNineVolt: try it with sshd.service [16:52] leftyfb: yes.. as static. eth1 is the interface being used for dnsmasq leases. [16:53] linuxgecko: can you pastebin the config for the interface? Also, if you need help, you'll need to respond a little more often than once every half hour [16:53] \join #pvm [16:55] leftyfb: sshd.service is already enabled. if it wasn't, i wouldn't be on this headless box :P [16:56] NoImNotNineVolt: try snapd [16:56] or install mysql ... or anything that's got a service. To test it [16:56] leftyfb: i'm used to slow support cycles in distro channels :) sorry :/ [16:57] How to install wine in lubuntu 18.04 ?? [16:58] leftyfb: https://paste.debian.net/1025096/ [16:59] niiop: same as any other package in Ubuntu [16:59] linuxgecko: I take it eth1 isn't coming up? [17:00] leftyfb: from the sof center or from terminal ? [17:00] niiop: either will work [17:00] It's funny that people with issues with Ubuntu are getting sent to ##windows. [17:01] kruug: Can we help you with something? [17:01] leftyfb: how would you fix this: https://paste.ubuntu.com/p/2GqCVVCHRK/ ? [17:01] leftyfb: there won't be any problems while installing it, because i tried in version 14.04 and didnt get installed ? [17:01] kruug: I already told zoopla how I would go about fixing it [17:02] niiop: did you try in 18.04? [17:02] kruug, the problem is with WSL [17:02] leftyfb: not yet am downloading the iso now .. [17:04] jcdutton: actually, that's not true [17:04] zoopla: https://github.com/Microsoft/WSL/issues/1332#issuecomment-320469132 [17:05] zoopla: only do the last line if you know you need mysql-server installed [17:05] leftyfb: so wine is stable and installable in the new ubuntu version, I should expect no problem ya ? [17:06] niiop: It's really not helpful to assume things are going to go wrong in an environment you haven't even installed yet. [17:06] linuxgecko: Look at the difference between your eth0 settings and eth1 settings, besides the fact that they're static/dhcp [17:07] leftyfb: ok i will install it and see then, thanks [17:07] leftyfb: i end up getting things to do with dpkg configuration with every one of those commands [17:08] and then 'sudo dpkg --configure -a' is the same problem i started with [17:08] zoopla: please pastebin the output so we can see everything you typed and the errors [17:10] when will come the upgrade to ubuntu 18.04 in my update list? [17:11] TheLaw: If you're running 16.04, then in July [17:11] leftyfb: https://paste.ubuntu.com/p/BWj63Rv3v5/ [17:11] leftyfb: thx :-) === Night is now known as Guest83655 [17:12] zoopla: try moving on now and do what you were going to do. [17:13] Since mysql is no longer installed, it shouldn't prevent you from doing what you originally intended to do. [17:13] zoopla: sudo fuser -v /var/cache/debconf/config.dat [17:13] kruug: it is installed and the dpkg packaging system is in a broken state [17:13] https://paste.ubuntu.com/p/7VpXZ6c9Hn/ [17:14] leftyfb: ah, right. I missed the `1 not fully installed or removed.` line [17:15] zoopla: it seems like your system might have some issues. If you don't care much about it's possibly going belly-up, then try: sudo kill -9 783 [17:16] leftyfb: alright, i did it... what now? [17:16] zoopla: try to purge mysql* again [17:17] or dpkg-reconfigure -a [17:18] i think it's fixed [17:18] installing mysql now and no issues so far === Tin^man is now known as Tin_man [17:20] linuxgecko: ? [17:21] hey all, i've got a wireless printer set up on my network - it's a Brother HL-2280DW using the published Brother drivers for linux. It works, but is incredibly slow - as in, send the doc to printer, 20 minutes later it starts the job. My network is fast (unifi ap-ac-pro WAP [positioned on the ceiling about 8 feet from the wifi printer], pfSense router, etc - network is def not the problem.) I don't know shit about [17:21] printer drivers, there are multiple options for printer setup, CUPS, LPR, etc. which one should i be using, could that be the problem? [17:21] guys, trying to install xenial on vmware workstation 12 - it fails on installing grub [17:22] is there something special i need to do to install it ? [17:22] it simply fails to install grub on /dev/sda [17:22] !ohmy > ca_cabot [17:22] ca_cabot, please see my private message [17:27] I'd like to establish a null-modem like link between two computers, but I'd like to avoid plugging cables (for laziness) and regulations forbid I open my own "wireless network". so what other modes than PAN could I use to hook up their bluetooth antennas? maybe audio? [17:28] Sven_vB, make one computer an access point, and the other the client. You can use wpa2 so it won't be open [17:29] Sven_vB, google hostapd [17:29] jcdutton, if I'm caught opening a wireless network there I'll be kicked from the building. [17:29] well, not from the top of it. :)) but out of it [17:30] Sven_vB, define "open" ? [17:30] Sven_vB: this a homestead? [17:30] Sven_vB, if you are worried, use a cable [17:30] Sven_vB: If so, I'm sure they mean open in the sense that it's open for anyone to use. As in no security. Like you're sharing your internet with the public [17:31] yeah cable would be the obvious solution, I'm trying to find a cool lazy one. [17:31] Sven_vB: Otherwise, connecting 2 pc's together via wireless in your own home should not be against any regulations [17:32] Sven_vB, if you do get kicked from the building, it will be wireless, so you will stuff have access....<- Joke [17:32] s/stuff/still [17:32] I'm trying to use it at a place where they mean "open" as in they don't want any wireless networks except their own ones. [17:33] jcdutton, :D [17:34] so I guess there's currently noone around who knows a cool BT mode that I could use instead of hostap [17:34] Sven_vB: you should clarify that with them. If you buy a Chromecast or Echo Dot, it sets up a "wireless network" for you to connect to in order to configure them. Are these devices banned in your building because of this? If so, time to move. [17:35] they've clarified with me, it's part of their cyber security policy. [17:35] Sven_vB: you should talk to them and tell them you're looking to connect 2 pc's in your house together. It won't be open to the public. I'm sure it'll be fine. Otherwise, again, move. Because that's REALLY ignorant of them. [17:35] it's not on my home. I've enough wifis here :) [17:35] Sven_vB: sounds like they're barely able to spell "cyber security" [17:36] Sven_vB: also, BT adhoc connections are less secure and are still considered wireless [17:36] I don't think I'll win them over with that line of argument though. I'll go investigate bt-audio more [17:37] yeah but it's probably not a "network" [17:37] probably a direct 1:1 wifi wouldn't be either buf I wouldn't rely they understand it and think the same. [17:38] Sven_vB: sounds like they wouldn't be able to find it if you didn't broadcast it, turned down the signal and obscured the name [17:39] now that's an idea. if I manage to make the signal really weak, that would probably work, as I only need to bridge less than one meter [17:39] Sven_vB: Do they ban wireless printers? Echo's? Chromecasts? Air conditioners? How about the owlet sock for baby breathing monitoring? These all create adhoc wireless AP's for you to connect to. [17:40] leeyaa: you can install without the bootloader installation part and then manually install grub later using "ubiquity -b" [17:41] they do have chromecasts, although I don't know whether one is near enough. if it is, how would I use that? [17:41] Sven_vB: велл [17:41] whops [17:41] EriC^^: well, apparently you need to use efi so default stuff can work [17:41] Sven_vB: the point is, all these devices do the same thing setting up an adhoc connection between 2 pc's does [17:42] Sven_vB: they're just as secure/insecure [17:42] leftyfb, you mean I should masquerade as a wifi-enabled printer or chromecast? [17:42] leeyaa: no problem, you can chroot to the install after the installation is done, just make sure you boot the iso in efi mode [17:43] Sven_vB: I mean, this rule of their is completely ignorant and should be challenged with intelligence [17:43] leftyfb, the rule seems to be based on legal FUD [17:44] EriC^^: too much work to boot into it after ;p [17:44] most of the cyber sec there is probably to satisfy insurance terms [17:44] im digging how to automate ubuntu install but for now cant figure it out [17:45] Sven_vB: then they should ban all "smart" products. Wireless printers. The list is almost endless [17:45] leeyaa, I happen to have an install wizard project that drives Ubiquity, we could team up developing it [17:47] Sven_vB: not a developer. just a regular system engineer, wont be much of use :) [17:48] leftyfb, I'll better not tell them or I might soon have to plug even more cables for stuff like printing. ;) [17:56] test === errrasmus is now known as Erasmus [17:56] can anyone else read this?? sorry im a IRC newb [17:57] bashM0nk3y, I read [17:57] awesome! thanks Sven_v8 [17:58] i guess my client already registered me..? when I was on the kde plasma DE konversation wouldn't auto register [17:59] afaik [18:00] My volume is so low help! [18:00] 18.04 [18:00] gnome? [18:00] Struggling to hear stuff on chrome [18:00] yes gnome [18:01] i had some issues with pulseaudio on 18.04 myself [18:01] TortoiseSvn, go into systemsettings, sound # and allow louder than 100% .. [18:01] I have certified super hearing and I struggle [18:01] but on my windows laptop it is ok [18:02] how does that work oerheks ? [18:02] It is already ticket but if I untick it I get nothing [18:03] bashM0nk3y, it seems you're not registered to nickserv if you meant that. you can check with: /ns whoami [18:04] bashM0nk3y, for more IRC help, ask #freenode [18:04] yes thats exactly what i was trying to remember, thx again [18:05] TortoiseSvn, maybe you use the line out plug, that gives 8% sound volume or so [18:06] ikcerog: Wgat> [18:06] oerheks: what? [18:07] "what" ? [18:07] what do you not understand, TortoiseSvn [18:07] I want to use my laptop speakers [18:12] Hi anyone here knwo Sqlinjection [18:13] abdelghani, join the kali channels for pentesting [18:14] TortoiseSvn, describe your system please, and soundcard details > sudo lspci -v [18:14] oerheks: my laptop is black [18:15] awesome .... is there a power button on it too ? [18:15] yes [18:16] !details | TortoiseSvn [18:16] TortoiseSvn: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [18:16] It's ok, I don't need to hear things :( [18:17] TortoiseSvn: did you try settings > sound ? [18:18] abdelghani: https://www.esecurityplanet.com/hackers/how-to-prevent-sql-injection-attacks.html [18:22] Hey there; I have rent a VPS yearly and I want to use it a proxy/tunnel to bypass the censorship (filtering), What kinds of services can I run on it? [18:22] as a* [18:23] frenda: if nobody knows here you might find an answer in #netfilter === SysGhost is now known as gImP === gImP is now known as SysGhost [18:25] frenda: maybe this helps https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-tunneling-on-a-vps [18:25] EriC^^: 😍 [18:30] EriC^^: I did [18:30] It never did this on 16.04 :( [18:31] hi [18:31] TortoiseSvn: how did you install 18.04? upgrade from 16.04? [18:32] hi kirbylife [18:32] Install [18:32] total fresh [18:32] did you happen to try the sound in the live usb? [18:33] nope [18:33] TortoiseSvn: try sudo apt-get install pavucontrol and run it and see if you can tweak it [18:34] EriC^^: Ok instant improvement. Thanks! :) [18:34] TortoiseSvn: great! no problem :) [18:34] EriC^^: Can I just ask.. I was tired and I asked a bad question.. How can you have the patience to help? [18:34] I struggle with that.. [18:35] * oerheks noted the tip from EriC^^ [18:35] oerheks: To use pavucontrol? [18:36] I can finally hear again [18:36] s [18:36] TortoiseSvn, yes, pavu can do more than pulse audio volume control. [18:36] I recommend always install a fresh copy and not do apt-get dist-upgrade [18:36] I just boosted chrome value [18:36] But why kirbylife ? [18:38] i have had bad experiences doing dist-upgrade [18:38] _systemd_is_evil: you on? just wondering which init based distros you would recommend? [18:39] kirbylife: broken depends? [18:39] yep [18:39] same here [18:39] although it only happened to me once and I really dont remember what I was using at the time [18:40] hi there. My server is always setting ondemand cpufreq with cpufrequtils disabled, tried rc.local but after reboot is always ondemand instead of performance [18:48] nikolasc, do you know a command to fix it after boot? [18:48] does ubuntu 18.04 come with some kind of screen recorder? [18:49] en1gma: did you try typing "screen record" into the software store? [18:50] leftyb i was thinking it was included. i remember hearing some kind of talk awhile back about some kind of capture being included in the distro [18:50] will type it like you suggested though [18:51] nikolasc, once you do, the lazy way would be to just schedule your command as a startup task that runs a bit later than whatever applies the other setting. you could fork << setsid sh -c 'sleep 30; your_fix_command' & >> from your rc.local [18:53] Looking at power manager...how do I lock the screen after X minutes of inactivity? It mentions "screensaver", but it is not installed. Do I need to install it? [18:53] is it possible to change a fs of a partition from lvm to ext4 without loosing data? === Trystam is now known as Tristam [18:53] RoadRunner: LVM isn't a format, it's a partition type [18:54] and no [18:54] EDinNY: that's in Privacy [18:54] RoadRunner: no [18:54] ubuntu 18 is good? [18:54] is good, ya [18:54] ya mon [18:54] better than 16 ? [18:54] PsychoBoB: that's not a support question. [18:54] is better than 16 mon [18:55] PsychoBoB: Try it and decide for yourself [18:55] what is mon ? [18:55] sigh [18:55] thingfish: What is "privacy" under in settings? [18:55] is more speed? [18:55] EDinNY: screen lock [18:55] For my note? [18:55] PsychoBoB: Try it and decide for yourself [18:55] that have a 4 gb of memory [18:55] !enter > PsychoBoB [18:55] PsychoBoB, please see my private message [18:56] thingfish: I opened "settings". what do I click on next? [18:56] I need to ask on windows channel maybe leftyfb ? [18:56] EDinNY: is this 18.04? [18:56] thingfish: yes 18.04 [18:56] PsychoBoB: trolling is offtopic here. Try ubuntu and decide if you like it or not. [18:56] trolling? [18:57] EDinNY: look over on the left, after opening Settings. You'll see Privacy. [18:57] This channel is to ask about? [18:57] oh wait EDinNY i'm running GNOME. [18:57] not the vanilla install. [18:57] sorry [18:57] PsychoBoB: This is a support channel. Typically you'll need to be running or attempting to install Ubuntu in order to properly receive support. [18:57] thingfish: I am running xfce4 [18:57] ooohhh [18:57] On Ubuntu 16.04 with an ext4 filesystem, I am trying to learn whether a file was accessed during a certain period. Normally I would look at the last-accessed timestamp `atime` of the file. However, a few days after the period of interest, I know that the file was copied, so that the `atime` was updated then. Is it possible, through the journal or otherwise, to determine whether the file was accessed during the period? [18:57] first I dead, after I ask about the death [18:58] ...but don't they use the same settups? [18:58] ¬¬ [18:58] take it easy my friend [18:58] alno [18:58] alumn: no [18:59] EDinNY: no they don't. Google says use ctrl+alt+del. [18:59] thingfish: I knew that. I want it to do it on X minutes of inactivity [19:00] dunno then, EDinNY. I only ever have used GNOME. [19:00] leftyfb: I thought that the ext4 journal would record updates like that, which I might be able to review with `debugfs` or similar. [19:01] alumn: no, you would need to have enabled auditd [19:02] ? [19:04] couldn't this info be accessed through the system logs if configured correctly? [19:05] bashM0nk3y: What specifically do you have in mind? [19:05] bashM0nk3y: thats what auditd does [19:05] http://xmodulo.com/how-to-monitor-file-access-on-linux.html [19:05] whats the difference between auditd and journald? [19:06] alumn: im no expert just spit-balling so to speak [19:07] auditd is for auditing any system event. journald is part of systemd. [19:07] systemd controls processes running, and journald logs events related to process control. [19:09] ahhh.. good info [19:09] this is not to be confused with a filesystem journal, which journals writes to the filesystem such that filesystem consistency can be reconstructed by replaying the filesystem journal. [19:10] matjam: Is it possible that the access i'm interested in is recorded in the filesystem journal history? [19:10] is auditd included in typical ubuntu repos? [19:10] alumn: no [19:10] i see that its in my repos on 16.04 but not installed by default [19:11] Any ETA on 18.04.1 ? [19:11] AlexPortable, july [19:11] One more shot. I believe `acct` was enabled during the time that the file was copied, but _after_ the period I'm interested in. Might there be any indication of what the last-accessed timestamp was at the time that I know it was copied, e.g. if `acct` recorded 'changed last-accessed timestamp from XX:XX:XX to YY:YY:YY'? [19:11] i ran into a serious bug in mate 18.04 so ill be on 16.x for the forseeable future [19:11] any way i should wait for 18.04.1 ? [19:11] AlexPortable: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule [19:12] AlexPortable: https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule [19:12] !ltsupgrade | AlexPortable [19:12] AlexPortable: Upgrades from 16.04 LTS will not be enabled until a few days after the 18.04.1 release expected in late July. [19:12] alumn, ls -ltu will tell you the last file opened, but cp is anothe thing [19:12] 'mate-indicator-applet' would suck up free RAM at the rate of about 1MB per sec or so === cajhne_ is now known as cajhne === cajhne is now known as crogers [19:13] ioria: As I understand it, `ls -ltu` shows the time that the file was copied. I want to know if it was accessed during the week _before_ it was copied. [19:13] alumn: that information is lost [19:13] alumn, nope, when has been opened (not copied) [19:13] trying to reduce size of lvm partition but vgs reports Vsize is still 74G https://paste.ubuntu.com/p/qrXGngFbxd/ what to try next? [19:14] ioria: copying a file opens it, no? [19:14] alumn, nope [19:16] ioria: it seems to. [19:16] just tried it [19:16] hi there. My server is always setting ondemand cpufreq with cpufrequtils disabled, tried rc.local but after reboot is always ondemand instead of performance [19:16] alumn, run again ls -ltu [19:16] ioria: yes, it's updated [19:17] alumn, not here [19:17] ioria: https://github.com/coreutils/coreutils/blob/master/src/copy.c#L1033 [19:17] you may have noatime set on the filesystem, ioria [19:18] matjam, nope [19:18] hello. i have just installed ubuntu. it randomly freezes for no apparent reason, usually right after i resume (laptop). I read somewhere that I might want to update to the latest kernel.. having trouble doing that. is there an easy way to do so? [19:19] any help? [19:20] hs: usually just run sudo apt-get upgrade and see if a new kernel is there [19:20] nikolasc: perhaps try #ubuntu-server ? [19:20] ioria: Which filesystem [19:20] k thx [19:20] alumn, ext4 [19:20] matjam: got a minute? [19:21] ioria: Are you using a file you just created? Do you have relatime enabled? (default) [19:21] alumn, yep [19:21] ok i just did that cmd. it updated something gnome but I dont think the kernel. the kernel version I have is 4.15.-20 generic [19:21] ioria: yeah it won't update atime for a file previously accessed in the last 24 hours [19:21] i understand there is a newer version out there [19:24] hs: easy way would be this https://www.omgubuntu.co.uk/2017/02/ukuu-easy-way-to-install-mainline-kernel-ubuntu [19:24] alumn, yes, updated ... [19:25] RoadRunner: https://unix.stackexchange.com/questions/67702/how-to-reduce-volume-group-size-in-lvm [19:27] ty trying that bw [19:33] alumn, still there ? [19:35] ioria: ya [19:36] alumn, can you try stat --format=%n" "%y myfile | sort -k2 [19:37] ioria: that gives the last-modified date [19:37] unable to connect to wifi on ubuntu 18.04 , i am able to see network , but they keep on asking password [19:37] ioria: see `man stat` [19:37] gopal: are you using network-manager? [19:37] alumn, yes... [19:38] which comes by default* [19:38] bashM0nk3y, no [19:38] ioria: (i'm looking for time-before-last-accessed) [19:38] yes [19:38] alumn, ok [19:39] bashM0nk3y, wifi drivers are also installed [19:39] im a little new to the gnome2/gnome3 side of network-manager but I have had luck with 'wicd' [19:39] in the past* [19:39] alumn, i thin every time the file is modified, the new modification time overwrites the previous one [19:40] connman is another network mgmt tool that is supposed to be for intel hardware [19:40] how do I disable my FUCKING trackpad in lubuntu [19:40] ioria: It wasn't modified, I'm interested in access only. [19:40] codercat: i always disable mine as well [19:40] im trying to type and breathing on it makes everything go to shit!! [19:40] I dont see any option to do it in prefrences [19:41] codercat: ive used lubuntu before but dont remember how the prefrences work [19:41] bashM0nk3y, broadcom ? [19:41] !ohmy | codercat [19:41] codercat: Please avoid any language that may be considered offensive, including acronyms and obfuscation of such - also see https://wiki.ubuntu.com/IRC/Guidelines || The main channels are English only, for other languages, see https://wiki.ubuntu.com/IRC/ChannelList [19:41] gopal: i would try 'sudo apt install wicd' and then systemctl start wicd [19:41] codercat: try to go into the [19:41] mouse prefs* [19:42] alumn, yes, you probably need Auditd [19:42] in mouse prefs theres no relevent setting [19:42] my sensitivy and speed is set to minimum [19:42] but this looks like settings for an extrnal mouse [19:42] external [19:42] bashM0nk3y, after that ? [19:43] codercat: let me spin up a lubuntu box real quick and ill take a look [19:43] ok thanks [19:43] codercat: install xserver-xorg-input-synaptics, use synclient TouchpadOff=1 [19:43] what version are you running? [19:43] I believe that will work [19:43] ^ there you go [19:43] its possible to automate it with udev I think [19:43] ok how to do that [19:43] im new to bash and linux [19:43] google is your friend [19:44] codercat: sudo apt install xserver-xorg-input-synaptics [19:44] aka i dont know how to do that either lol [19:44] codercat: synclient TouchpadOff=1 [19:44] bashM0nk3y, it keeps on asking password [19:44] in a terminal [19:44] The gnome3 tabswitching functionality is really lousy, not? [19:44] alumn, unless was used 'sudo'; in this case you can find it in /var/log/auth.log [19:45] you may have xserver-xorg-input-synaptics installed already though [19:45] which is fine [19:45] yey that worked [19:46] Anybody run into the ssh issue with "...no matching key exchange method found. Their offer: diffie-hellman-group1-sha1"? [19:46] could not connect to wicd's bus interface [19:46] matjim: is xserver-xorg-input-synaptics a stand-alone application or does it tie into the existing prefrences? [19:46] I added the kexalgorithms into sshd_config but still no go [19:46] gopal: sudo systemctl reload dbus.service [19:46] codercat: advanced usage, automatic udev so it disables with external mouse and re-enables when you unplug: https://askubuntu.com/questions/824593/udev-rule-for-external-mouse-detection-to-turn-touchpad-on-and-off [19:47] I mean, if I have multiple firefox windows open for example, when switch (alt-tab) and wait on firefox, the windows appear, but now I have use the other hand or mouse to select one of the windows. Slow and cumbersome. [19:47] Does this bother anybody? [19:47] bashM0nk3y, still same error , it supports broadcom chip ? [19:48] thanks, yeah ill need that too [19:49] lifeboy: I don't know for sure but try alt + the key over tab [19:49] lifeboy: gnome2 > gnome3 ;] [19:49] any reason why wine shows no window(s) when I open a file with it [19:49] lifeboy, use SUPER + tab [19:51] So I'm on ubuntu vivid, and unable to use the oldreleases mirror as the Packages file is zipped but my apt version only looks for the unzipped Packages files. [19:51] Is this an issue to be fixed or am I just doing it wrong? [19:51] !eol | zmc [19:51] zmc: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [19:52] ubottu: I'm aware of that, unfortunately since I'm on unusual hardware, that's not an option. I should be able to use the oldreleases mirror to continue to be able to add and remove software. [19:52] zmc: I am only a bot, please don't think I'm intelligent :) [19:53] Sorry that should have been directed to leftyfb. [19:53] zmc: unfortunately, we cannot support EOL releases. old-releases was created out of convenience, but is not supported here. [19:54] leftyfb: Does old-releases have a maintainer? [19:54] zmc: how unusual is unusual anyway? there's usually a way to get LTS working on unusual hardware [19:55] matjam: It's a parallella board. It's a zynq arm/fpga with a special math chip. Afaik the SDK and related software for the epiphany accelerator don't work on newer releases. [19:55] zmc: yeah, thats pretty exotic. [19:56] matjam: I've got a modern mainline kernel, and a new FPGA bitstream working. I don't know if anyone in the ubuntu space would care. [19:58] zmc: I might be able to help in #ubuntu-offtopic. This channel is only for help supported releases of ubuntu. [19:58] Afaict, the old-releases mirror purged the non-zipped versions of the packages file since modern apt's can handle gz and bz2, this limits the usefulness of the mirror though. Now I've broken my apt since I installed a version incompatible with my current userland. [19:58] matjam: Ok, thanks. I'll move there. === wojciech is now known as Guest89751 [20:15] hi, one of my machines is not seeing the 18.04 release, it keeps telling me 17.10 is the latest. I've switched mirrors and updated cache a few times. How can I troubleshoot? [20:16] darrend: thats normal until 18.04.1 is released in july [20:16] set upgrade to 'any new version' in your update settings, that will do [20:16] oh. My other machines notified me and I updated them [20:16] oerheks: I did that, it told me 17.10 was latest [20:16] i see 18.04 in my 17.10, but stick to it a month or so [20:19] try to run apt full-upgrade on comandline? [20:20] I just ran 'sudo do-release-upgrade -d' and now it tells me the update is there. Thx [20:20] https://imgur.com/a/pmeeoAU [20:20] Before I used the gui, and maybe with a mirror that was slightly out of date [20:21] easy to check, https://launchpad.net/ubuntu/+archivemirrors [20:21] 'main' will do, i guess [20:21] using main now [20:33] oerheks, bashM0nk3y and Tegu, no, neither does it. I expect alt-tab / super-tab to switch between the grouped windows as well. As it does with the non-grouped windows, but it doesn't [20:33] indeed, it is limited to the current desktop [20:34] it could work on 2 screens, if you extend your desktop over those 2 screens [20:35] i am not certain this is a ubuntu question or grub. can I update a working install (just / and swap partitions) to use UEFI rather than legacy? [20:36] there is an extension called "alternate tab" that allows for tabbing across workspaces [20:39] Hey guys, I have an issue with nvidia drivers. I was using proprietary 390 version for ubuntu 18 and switched back and forth between nouveau. Now the proprietary one don't want to work because apparently it is missing dependencies and apt --fix-broken install can't correct this. I've never submitted bug myself, sorry for missing details. It's GTX 760 [20:40] rustyboi: i think that is from missing kernel source iirc [20:40] here is a terminal output https://paste.ubuntu.com/p/5NFybSrNM2/ [20:41] you are running 32bit? [20:41] i tried purging all nvidia related and then reinstalling again, didnt work [20:41] 64 bit here [20:42] what is the nvidia card? [20:42] geforce gt 760 [20:43] why is ubuntu not asking me for my password to install updates [20:43] is a security issue? [20:43] it used to [20:43] 18.04 ships with kernel 4.15 right? Which ubuntu will ship with kernel 4.16 ? [20:44] no, but next 18.10 could give kernel 5.0 [20:44] rustyboi: http://www.nvidia.com/download/driverResults.aspx/134262/en-us [20:45] fichero, not all updates require password/password reboot [20:45] ( in the GUI ) [20:47] oerheks: k thanks === harindu- is now known as harindu [20:58] hi all [20:58] hi all [21:01] maszlo: https://paste.ubuntu.com/p/FkXCy9kNp6/ [21:02] hey anyone here familiar with jira on 16.04 [21:03] I have a virtual machine that i think has bad stuff on it. I want to look inside. Can I do this safely on a computer that's not isolated? [21:03] sure [21:03] compdoc: me? [21:03] unless it infects you over the lan [21:03] phocking-2: since it's not a supported package, you'll need to contact Jira support for help with Jira on Ubuntu [21:03] yes, energizer [21:03] leftyfb: [21:03] isn't that what irc is for? lel [21:04] phocking-2: this channel is for support with Ubuntu. Not Jira. [21:04] im sure not officially supported by ubuntu but there are folks using it i'm sure [21:04] Jira is not part of Ubuntu [21:05] My ath9k wlan0 was fine upgrading 15.10->16.04...->17.10 but now when I upgrade to 18.04 it doesn't show up anymore. lsmod shows the ath9k module is loaded, but lshw -C network shows the device as "unclaimed" [21:05] leftyfb: bruh, even if you are staff on this channel or whatever, i'm just trying to make something work on an ubuntu server so i think this is relevant. #atlassian is dead [21:05] skomorokh, usually means the wrong driver [21:06] hi [21:07] compdoc: but like... it's been the same module all along afaik. So you think somewhere between 4.13 and 4.15 the ath9k driver dropped support for my specific chipset or something like that? [21:07] skomorokh, I cant say, but either you have the wrong driver now, or no driver at all [21:08] Hm. That's easy enough to test. But it's headless, is there a way to trigger grub to use a specific kernel for next boot? [21:09] Does the file ~/.config/dconf/user play any importance in a system and need to be backed up, or is it something that's auto-generated? [21:10] rfleming: that's your dconf settings. Mainly gtk settings. Like which side of the window the min/max/close buttons are on [21:10] and I think keybindings [21:10] it's like nothing in size, if you're backing things up, can't hurt to add it [21:11] So basically gtk+ settings for gnome apps [21:11] curious because I'm configuring openbox [21:11] rfleming: https://wiki.gnome.org/Projects/dconf [21:11] (I do have a couple of gnome apps installed) [21:12] leftyfb: sorry, i had to afk. looking now. yes, eth1 is not comming up. [21:13] linuxgecko: Look at the difference between your eth0 settings and eth1 settings, besides the fact that they're static/dhcp [21:16] leftyfb: facepalm. ok, that covers that.. ubuntu is not the distro where i spend most of my time. i'm used to it being auto if it's defined. [21:17] leftyfb: will my dnsmasq work fine now? for good measure, i've been restarting it after i ifup eth1 [21:17] linuxgecko: test it [21:27] x:q [21:31] hi all, 2 questions: I have ubuntu 17.10, it's failed. i have removed dpkg, copy pasted the files for it again, and even before dpkg remove, i couldn't update/remove/install new app's without error from mysql-server not being found (it's sock wasn't where dpkg was looking for) so i have ubuntu 18.04 iso and it's currently being burned into a usb. questions are: 1- should i upgrade or fresh install 2- what i will lose? do i loose my pycharm ce, virtualbox and [21:31] other programs configs and data? would they break? [21:40] dpkg removed ... some can fix that, but i would say backup data and reinstall [21:46] Does someone here now about version conflicts between libprotobuf, tensorflow and python? [21:47] I have more or less the same issue as here: https://github.com/BVLC/caffe/issues/5711 === gonzalo is now known as Guest26646 [21:58] Nebi: afaik, tensorflow is not an ubuntu package [21:59] nacc, well the issue is that libprotobuf is a package in the standard ubuntu repository [22:00] Nebi: yes, I know. [22:00] Nebi: what is your problem with something Ubuntu provides? [22:00] Nebi: 3rd party package/program issues are for those third parties to resolve, not here [22:01] Hello. My Ubuntu 18.04 VM configured for an internal network, with static IP address, is thinking there is no connection and is disconnecting after 30 seconds, even if I have an active SSH session on that network. How to get this crap not to disconnect me. [22:01] nacc, OK ic [22:01] goedel: configured how? [22:02] goedel: and what virtualization layer are you using? [22:02] goedel: wired connection, static IP address, no DNS, no routing, IPv6 disabled. I am using VirtualBox and it works perfectly fine, but the system is disconnecting me. [22:02] goedel: you mean Network Manager? [22:03] nacc: correct. [22:03] goedel: not entirely sure what you want to do with a network address without routing, but ok. [22:03] goedel: You don't even have a default gateway? [22:03] goedel: what 'system' is disconnecting you? [22:04] It's network manager. The setup is pretty simple - I have an internal network in VBox and the same gway and netmask on both machines. In this example, I have an Ubuntu server with IP 10.10.10.2, gw 10.10.10.0, nmask 255.255.255.0, and the Ubuntu Desktop with iP 10.10.10.1 [22:04] This setup was bulletproof up until 18.04. [22:05] (fwiw, your gateway seems invalid to me) [22:05] The settings are dummy anyways. But that is not a problem. [22:07] goedel: well, you've not provided any logs indicating what is actually happening and have changed your description of the problem as well. So, tbh, hard for me to trust that you know what is not the problem already. [22:08] The real question is why the heck does network-manager turn anything off if it determines, by some flawed logic, that there is no connectivity. [22:09] I've confirmed that my old 4.13 kernel restores wlan0 ...so apparently somewhere between 4.13 and 4.15 the ath9x module really did stop recognising some variants :( [22:10] goedel: where do you see Network Manager doing this? Your "server" doesn't (or shouldn't) have NM running. So your "desktop" NM indicator is going off? [22:10] nacc: network-manager ON A DESKTOP turns off the interface and displays a pop-up that the connection couldn't be established. [22:11] goedel: ok, did you look in syslog? [22:11] It stopped doing that for now. [22:12] goedel: if it did it before, you'd still see logs in syslog about it [22:15] goedel: Please pastebin the output of "journalctl -u NetworkManager" . [22:18] Relevant bits https://pastebin.com/Wh2utTcp [22:22] matjam: as you suggested, followed these instructions https://unix.stackexchange.com/questions/67702/how-to-reduce-volume-group-size-in-lvm but inspite of everything appearing ok in terminal https://paste.ubuntu.com/p/2YMDq8NKbG/ GParted still fails to shrink the file system [22:22] how can I restore my missing terminal appeared? [22:25] also can't understand why after issuing "sudo resize2fs /dev/mapper/xubuntu--vg-root 25G", lvs still lists root at 30G and swap at 2G for a total of 32G [22:26] I need to edit "/etc/X11/xorg.conf.d/50-tablet.conf", however, "xorg.conf.d/50-tablet.conf" folder & file doesn't currently exist. I've installed and used gksu, and also used "sudo -i" but cannot create files or folders in that location. Is there something else I need to do? I'm running Ubuntu 16.04 with kernel 4.4.0-124-generic. [22:27] RoadRunner: Becuause you're just changing the size of the filesystem, not the size of the logical volume. It's as if you had run resize2fs on a 30 GB partition, until you modify the partition table (or the LVM logical volume) you can't actually *use* that "free" space. [22:29] Jordan_U: perhaps you could tell me what I am still missing: inspite of everything appearing ok in terminal https://paste.ubuntu.com/p/2YMDq8NKbG/ GParted still fails to shrink the file system [22:31] Is 18.04 considered a stable release? I know it's LTS, but the question is 18.04 stable or is stable 18.04.1? [22:31] RoadRunner: back up the filesystem, delete the entire lvm set, recreate partitions, restore. [22:31] you've been at this for days [22:32] RoadRunner: It looks like you're using commands to shrink the PV, but what you really want to do is to shrink the LV. [22:32] the-erm: it's LTS, which means it's supported, however it just got released, so if you want something not so buggy, 16.04 or wait for 18.04.1 [22:33] The next question is how reliable is do-release-upgrade ? It seems like every time I've used it things have failed. [22:34] the-erm: It depends how much custom stuff you've installed via PPAs etc. If you stuck to just whats in the official supported repos, do-release-upgrade tends to work reasonably well. [22:34] the-erm: and what are you upgrading from? [22:34] 16.04.4 [22:35] matjam: good to hear from you again :) yes, days indeed... I just thought that now I am really close so maybe one more step and victory but I guess there is nothing left to try? [22:35] the-erm: ok, then you shouldn't upgrade (via d-r-u) until 18.04.1 comes out [22:35] the-erm: which is when LTS -> LTS upgrades are supported. [22:35] I have a few custom repos ... so it's probably not a good idea. [22:39] RoadRunner: http://www.microhowto.info/howto/reduce_the_size_of_an_lvm_logical_volume.html [22:40] RoadRunner: Be very careful that you don't accidentally make your LV smaller than your filesystem. If you accidentally do, you will lose data. [22:40] RoadRunner: you probably have to change the partition table now for the partition that holds the pv [22:40] RoadRunner: you did take a full backup, right? [22:41] We're going to provision a new server ... I'm still on the fence if I should use 16.04.4 or 18.04. We're doing major upgrade and it's running 14.04.5 so I'm going to be using 16.04.4 or 18.04, however it looks like it'll be sometime this month or June and 18.04.1 isn't going to be released until July. [22:41] matjam: I think that RoadRunner just wants to use the freed up space for their swap volume, which is on the same PV, so there is no need to touch the PV or the partition table. [22:41] the-erm: I'm running 18.04 on new servers. [22:41] ok. [22:42] the-erm: As the packages are relatively limited on a server, I'm a bit more confident there. [22:42] Why run ubuntu for servers? , i mean most people don't right? [22:42] Jordan_U: oh, right. [22:42] matjam: Have you had any major compatibility issues? We're doing weird stuff like running libreoffice and wine on a headless xorg server. [22:42] the-erm: I don't consider it particularly the point of the channel to advise you on that choice [22:42] skatetensor: you'd be surprised. Lots of ubuntu out there on servers. [22:43] skatetensor: 'most people' is not really a useful metric [22:43] matjam: nice , i did not know that :) [22:43] skatetensor, there are no secure numbers of users/downloads/upgraders, sorry [22:43] nacc: You're right however if anyone is going to know or have experience they'd probably be in here :) [22:43] the-erm: i mean, only you can honestly know. we don't know your application needs, testing done on the 4.15 kernel, etc. [22:43] the-erm: the fact that you depend on wine makes me back away immediately. [22:44] ... wine? eek. [22:44] nacc: i just meant that normally i am seeing user run centOS , or some red hat variant , at least in my work [22:44] Jordan_U: no, the freed up space will be used for instal with another ver of os [22:45] skatetensor: right, but your work is what? a negligible fraction of the actual use of Linux by the world. [22:45] Well it's only for 1 program, and that's to get the length of .dss and .ds2 files. avprobe doesn't handle those files ... at least a couple years ago it didn't. In the end the best solution was to load the file and then read the title bar then kill the program. Hackie but it works. [22:46] matjam: is changing the partition table going to take longer than starting from scratch? [22:46] it seems to me these days that ubuntu is the windows of linux essentially; more folks use it than not [22:46] RoadRunner: no, but you could easily screw it up and lose all your data. [22:46] i really prefer ubuntu/debian packages to redhat ones tbh [22:46] RoadRunner: so, take a backup. [22:47] nacc: thats true but the rise of ubuntu server use is to the lack of IT support [22:47] matjam: ok, so what's involved? [22:47] Hello, I have weird lines in my sys.log starting byt '------------[ cut here ]------------', any idea what it is about? Should I worry about it? Googling didn't help. https://paste.ubuntu.com/p/c89WyWsJjd/ [22:47] skatetensor: i have no idea what you're talking about, and we're fairly far off topc. Let's leave it at, you were incorrect about your assumptions about the use of ubuntu on servers. [22:47] so, this is off topic, but anecdotally, ubuntu has destroyed my nginx/apache/mysql/exim/postfix/etc configuration never, but CentOS/RHEL has destroyed it every time I've done a major upgrade [22:48] dedze: usually those are followed by the actual error logs fromthe kernel [22:48] I'm now at the point on my servers I just upgrade to the latest LTS via do-release-upgrade and I don't even bother opening the SSH port. [22:48] * matjam is just that confident [22:48] dedze: in your case, it would seem your wireless driver hit an error. Without knowing more about the driver, it may not be anything or it may be fatal [22:49] nacc: i doubt that :) [22:50] RoadRunner: honestly I'd just back up, delete the partitions, rebuild, restore. I feel it would be quicker. [22:51] nacc: I recently reinstalled ubuntu and while it was updating (right after downloading), I closed the updating in order to plug the ethernet cable (instead of wifi), could it have caused this type of problems? [22:51] dedze: it's possible, sure [22:52] nacc: Oki thank you === cyborg is now known as Guest90270 [22:52] matjam: the reason I've been so persistent after all this effort is not to feel like it was all a waste of time; since it didn't work, the main things I'm getting out of it is to stay away from lvm and to be so persistent... I do apreciate all your help though [22:58] RoadRunner: I think it's dangerous to proceed unless you know what you're doing, and you do the research and understand it. [22:58] I'm not comfortable giving you commands to fdisk etc, and would prefer if you figure it out. [22:59] the PV is a partition on the disk, you'll need to figure out how to resize the partition so that it holds the whole PV, now that it's been "shrunk". [23:06] Hi, I'd like to change the grub menu items. I have tried everything, but it doesnt change at all. I have installed the grub customizer, and my changes show up, but the bot menu does not change. [23:06] hoechts: change how? [23:06] nacc, editing /etc/grub.d/40_customer for example [23:07] nacc, or editing /etc/default/grub setting GRUB_DISTRIBUTOR [23:07] hoechts: ok, and you ran `sudo update-grub` after that? [23:07] yes [23:07] nacc, the /boot/grub/grub.cfg was updated. I can see my changes [23:08] Hello, I've been messing with Pulseaudio modules, but some settings I changed in /etc/pulse have made my audio stop working through Pulseaudio (onnly Alsa works now). I've been unable to restore that folder's defaults through apt... [23:08] hoechts: but if you drop into grub, you don't see the corresponding changes? [23:09] nacc, i reboot and i see grub 2.xx (2.02 i guess) [23:09] nacc, my added entries do not show up, nor does the renaming to be shown === djk1 is now known as djk [23:10] hoechts: i'm not sure, sorry -- that's surprsing. You could see if, for instance, changing /etc/grub/default's kernel commandline works [23:11] nacc, you mean /etc/grub.d/default ? [23:11] hoechts, what OS installed Grub? [23:11] nacc, eh i mean /etc/default/grub [23:11] oerheks, 18.04 LTS [23:12] oke no other linux beside this ? [23:12] several times 18.04 LTS [23:12] just to rule out than an other OS rules over grub [23:13] oerheks, its a completley new HDD. No other HDDs attached. I have installed 18.04 LTS some days ago, and several more today [23:13] oerheks, hence, its very important to name these instalations. Otherwise, i dont know which one is the one i want to boot to [23:14] Is there a difference to editing files located in "/etc/X11/" compared to "/usr/share/X11/"? As referring to 2 different guides 1 says to the first, the 2nd says to use the other. [23:14] hi [23:14] can you help me [23:15] erhan: you need to specify what you need help with [23:16] I've fixed my issue by manually extracting /etc/pulse files from pulseaudio.deb. No idea why apt-get install --purge --reinstall pulseaudio didn't do that itself [23:16] not specify [23:17] screen resolution [23:18] erhan: You NEED to detail WHAT exactly your issue is, as the users in channel won't know whether they can help you, without knowing details of the issue. [23:19] !ask | erhan [23:19] erhan: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [23:20] rpi-3 attached to Philips brand TV [23:20] does not give proper resolution [23:22] If you can help xrander [23:22] rpi-3 [23:22] os ubuntu mate [23:23] matjam: Continuing from yesterday, I've been speaking with spbnick from Digimend github, and on their irc channel. The updated guide (today) says to edit /etc/x11/ but I can't get access. Should I edit files in that location, or the /usr/share/x11/ location? [23:23] Draegon: edit as root [23:24] ok [23:24] I've tried, I used gksu after installing it, then also tried sudo -i, I can get access to the etc/... location but cannot create any files or folders there. [23:24] Draegon: they are different files, but if you can't edit one, then you can't edit the other [23:25] Draegon: fwiw, /etc/X11/ (not etc/x11) [23:25] Draegon: and same for /usr/share/X11/ [23:26] Draegon: sudo gedit [23:26] sorry, that's what I meant, just fast typing. [23:26] hoechts: yes, sorry, re: /etc/default/grub [23:26] sudo gedit file.blah [23:26] nacc, oerheks I finally could change the menu entry of the first Ubuntu Installation. I booted to this installation, change the name in /etc/default/grub, ran update-grub, and the first menu item war renamed. Now i booted to the second installation, ran update-grub on this installation, as well as on the first installation, but the 2nd menu item does not change. Andy Ideas? [23:26] matjam: no, you should not use sudo with graphical apps [23:26] nacc: no? [23:26] matjam: gksu is for that purpose [23:26] does it mess up dotfiles? [23:26] matjam: it has been known to make desktops unusable, yes. [23:26] ah [23:26] my bad [23:26] I tried that, it says the file folder doesn't exist, and won't allow me to make them [23:27] I always use vim .. :P [23:27] tbh, I don't know why anyone needs a GUI editor to edit system files, but whatever [23:27] nacc, i juste used gedit to edit /etc/default/grub ... [23:28] the guide I'm using is https://github.com/DIGImend/digimend-kernel-drivers#configuration [23:29] hoechts: you have multiple installations of grub? [23:29] hoechts: of ubuntu, i mean [23:29] Draegon: are you talking about /etc/X11/xorg.conf.d/50-tablet.conf [23:29] nacc, yes, several [23:29] Draegon: there may not be an /etc/X11/xorg.conf.d [23:30] hoechts: ok, then i think it will matter *which* one is actually controlling the installed grub [23:30] thx Draegon: [23:30] nacc, i guess the first one. The first one was actually able to rename its own menu item, but how am i supposed to change the other ones? [23:30] Would anyone here be willing to help me walk through steps to determine what is wrong with my Ubuntu 16.04 router? Im quite frustrated with the Ubuntu update/upgrade process.... every single time I've ran: sudo update; sudo upgrade; sudo reboot, the sytem never reboots fully functional [23:31] FaTaL_G: `sudo update` is not a command you'd run [23:31] FaTaL_G: do you mean `sudo apt-get update` ? [23:31] specifically, at this time, the dhcp server is borked [23:31] That's the issue, neither file or folder doesn't exist, however the xorg.conf.d does exist in the /usr/share/x11/ location. Should I just create the file in the /usr/share/... location? [23:32] and for some reason one of my 6 ethernet ports which actually serves the internet keeps coming up inactive, and I have to force ifup it [23:32] nacc: yes, I was just being brief [23:32] So set it to onboot=yes in the config [23:33] Draegon: read `man xorg.conf`, maybe -- /usr/share/X11/xorg.conf.d/ is for package and vendor config files [23:33] I've had this machine working fine. And I can reboot fine, but over the last few months, when I do the apt-get updates/upgrades, after a reboot, SOMETHING is always broken [23:33] Draegon: whereas /etc/X11/xorg.conf.d is for local system configuration [23:34] FaTaL_G: was your dhcp server actually upgraded? [23:35] nacc: what logfile file should I confirm that in [23:35] FaTaL_G: /var/log/apt/history.log [23:36] Draegon: just create /etc/X11/xorg.conf and add the configuration there. [23:37] Draegon: sudo nano /etc/X11/xorg.conf [23:38] FaTaL_G: when you say broken you mean not working or could not be installed? [23:38] nacc, anyway, thanks for your helping attempts. After ~2 hours i give up and choose a completely different solution, like one usb-drive per installation, or something similar... [23:41] nacc: no, isc-dhcp-server was not modified [23:41] skatetensor: not working any longer despite me making zero user edited configuration changes [23:41] hoechts: i honestly don't know how those multiple grub config setups are meant to work; I assumed they'd either share a /boot/grub/ partition (which means they'd all read the same data), or perhaps grub has some autodetection logic [23:42] as I mentioned tho, I have 6 enet devices, *(that includes a br0 anda wlan), but ONE of my enet cards doesnt even show up on ifconfig without the -a, and I have to ifup it to get it to grab an IP from my fios ont [23:42] FaTaL_G: Had the same problem yesterday was i was recovering elementary , most of my repos wouldn't work [23:42] sudo dpkg-reconfigure resolvconf [23:43] and making dynamic updates allowed worked for me [23:43] which is NEW behavior... it didnt do that before the last reboot where I upgraded/updated [23:43] nacc, I just have one more idea i will try out now: I set up 40_custom on the initial ubuntu installation, adding all the menu entries i want. I think this should work. brb [23:44] FaTaL_G: might be useful to see whats is causing your problem, if you look at the bug reports lately snapd and Braille device support seem to mess up the updates [23:45] skatetensor: I cant imagine that is the issue here, my update WORKED, and my assertion (may be incorrect but so far has been spot on), is that each time I perform a apt-get update/upgrade, my system ahs issues when I reboot [23:45] Do you have the time to look at the installation? [23:45] meaning , what erros are you getting at the terminal? === matlock_ is now known as matlock === amirpro_ is now known as amirpro [23:47] I updated april 1st... and actually wondered if ubuntu was hacked, because afterwards, my system wouldnt even boot. With help from users here, it turned out to be a "corrupt" or incomplete grub2 upgrade/update process, but as a user triggering the apt-get, I had zero indication that anything went wrong [23:48] I do [23:48] Ello [23:48] thats why I came here. Im not linux dumb, but there is a lot where I dont always know where to start, especially because over the years, paths change, log daemons change, etc. [23:49] Same I have dealt with linux since the old days.... [23:49] yea, when redhat was.... 7..... not 7.0 [23:49] ;) [23:49] dot matrix printers [23:49] 30 [23:49] It won't allow me to save as the file/directory doesn't exist. When I tried to create the folder, it just made a xorg.conf.save file. [23:50] I do not have any errors on the terminal atm [23:50] but the isc-dhcp-server is not running [23:50] and based on my limited knowledge, it could be part of why the ethernet device connected to my ont is shutting off [23:51] which, if its something like the isc-dhcp is trying to dhcp my ont while my ont is dhcp'ing my ubuntu router, might point to the culprit [23:52] but again.... it worked fine before apt-get update/upgrade, and afterwards, its "broke" [23:52] did you set the server repository to something shady? ...hehe [23:52] nacc, this one worked... So lessons learned: There is only one ubuntu installation managing grub. All other installations have no effect on the grub loader... All menu entries i was trying to change are found in the os-probe section. Hence, changing 10_linux does not have any effect [23:53] enp0s31f6 boots up "disabled" [23:53] Fatal_G I would try and change the repository location. This might be your buggaboo [23:54] I'm using standard ubuntu ootb servers [23:55] what error are you getting? [23:55] but if I have test sources on, I'll turn that off [23:55] If I'm creating the file through sudo nano, is there a command to create the folder, /xorg.conf.d/ so I can create/edit the 50-tablet.conf file? [23:55] where do I look for the error? There are a lot of locations to look at logs === anonymous is now known as Guest74031 [23:56] try and run sudo apt update and copy paste what it says [23:56] Draegon: mkdir [23:57] Will that work in sudo nano, or run it from a different instance of Terminal? [23:58] Blood_n_Binary: https://pastebin.com/dt59D0iw [23:58] Draegon, create the folder first with mkdir, then enter nano and write the file [23:58] OK, thanks [23:59] I have backports, which I might not need anymore, because I use a PCI-66U [23:59] Draegon: i would do something like mkdir /etc/X11/xorg.conf.d/ [23:59] Draegon: sudo nano /etc/X11/xorg.conf.d/ [23:59] you can create the filename after your done with editing in nano [23:59] Thanks. Yes. I'll try that.