[00:00] mcc: It's not a situation that I would recommend people get in, but I think we'll be able to get you to the equivalent state that you would have gotten to had you had enough free space to start. [00:00] mcc: did you notice if it started installing the new packages yet? or was it still in the downloading phase? [00:01] https://usercontent.irccloud-cdn.com/file/FBcWwtsH/Screen%20Shot%202020-06-29%20at%207.48.50%20PM.png [00:01] This is what it printed [00:02] Now if I run apt-get update, it prints this https://t.co/cD5JFH3oOH [00:02] sorry, that t.co url should be https://pbs.twimg.com/media/Ebt83zRWAAANLda?format=png&name=large [00:03] oh strange, I've never seen half those lines before :/ [00:03] I think xenial is 16 [00:04] so that implies i've got the package repo for 16, but i'm running 14 [00:05] I rebooted and it did not die. So that's something [00:06] Do you think if I just apt-get upgrade it will continue the upgrade? [00:06] Jordan_U: Thanks for chiming in. I had to walk away for the evening. I was getting upset. [00:06] that looks a lot like askubuntu 760071 [00:07] Intruiging. I will try the steps from 760071 [00:07] derekv: You're welcome. [00:09] I'll save your message so if I need to come back to this I'll start with those pastebins. [00:27] <`Koyaanisqatsi> anyone know hot to enable the equalizer plugin on pulseeffects application? It's in the list when installing pulseeffects but it's blanked out as if it's missing. [00:44] how do i prevent scrollbars from fading away on gtk+? === [1]MrMobius is now known as MrMobius [01:15] why am i not able to access an Environment variable in a systemd service from my app? [01:16] how did you set the environment variable? === zbenjamin is now known as Guest8887 === zbenjamin_ is now known as zbenjamin [01:17] sarnold: with "Environment=MY_KEY=asdf" [01:17] in a .service file [01:17] and then i try to access it like i have other env variables in that file, but it says its "nil" [01:21] PonySoldier: hmm; did you run systemctl daemon-restart after adding the environment variable? [01:21] PonySoldier: are you executing any setuid or setgid executables in this path? [01:22] sarnold: yeah i did daemon-reload [01:22] and i can't access the env variable directly from my application console [01:22] i guess it must be an application problem and not an ubuntu one [01:29] sarnold: hmm env doesn't show the var though [01:30] PonySoldier: bah, sorry, I got distracted that I couldn't ssh to one of my hosts where I thought I used Environment... [01:31] I can see the host is online though, it's still sending telemetry to a pal's website :) [01:31] anyway... [01:31] PonySoldier: can you boil it down to eg a two or three line .service file, and a one or two line ruby / go / whatever to reproduce it simply? [01:33] sarnold: all i see is that i've defined n env vars in my .service file, and when i type "env", not all of those env vars are showing [01:37] argh; there's a systemctl show-environment but it doesn't let you give it a service name! [01:37] bah. [01:38] is there a way to execute a shell in the context of a given service file? [01:57] sarnold: There is probably a cleaner way, but you can find the environment for a given *process* with "sudo cat /proc/PID_HERE/environ". So you can use "systemctl status foo.service" to see the PID (or multiple PIDs) then grab the environment from /proc/. Does that make sense? [01:58] Jordan_U: oh yeah, I just got so intent on getting the bloody shell.. [02:01] starting my ubuntu quest... [02:01] off to a good start [02:01] \o/ [02:01] running on Virtual Box Guest [02:02] and running weechat for first time in like 8 years [02:02] lol [02:02] I haven't joined IRC in a long time., usually no one chats here anymore far as I can ell [02:03] freenode is more for help than chatting [02:03] depends on the channel..?? [02:03] sure [02:03] maybe this channel [02:04] there's some -offtopic or -discuss channels around tthat have a bit more chat [02:04] but even those aren't quite like what I remember of efnet or dalnet in the 90s [02:04] too bad... thanks for the tip [02:11] people, is it me or ubuntu 20.04 is really buggy? the desktop keeps crashing and , at random points i cannot copy/paste not use shortcuts and sometimes it just randomly freezes and requires a hard rest. has others faced similar issues? [02:12] i was facing the same and shifted to lubuntu, facing the same issues here to. [02:12] acresearch: the usual causes seem to be gnome extensions [02:12] acresearch: try removing everything and see how it goes [02:13] sarnold: hmmm i haven't installed any extentions, but i do have tweek tools, maybe this is the issue? i just use tweek tools to stop the laptop sleeping when the lid is closed [02:14] acresearch: hmm, if that's all you've really fiddled with, that doesn't sound like much [02:14] sarnold: hmmm [02:15] i freshly installed it twice, and still got the same issue, so i am puzzled i never had these issue previously on the same laptop [02:15] hi all [02:15] how do i remove 127.0.0.53 from resolved? [02:15] acresearch: do the logs show anything when you're having these issues? [02:15] tatertots: i am not sure how to check to be honest [02:16] acresearch: you chatting from the computer right now? [02:20] tatertots: yes [02:21] acresearch: in terminal> journalctl -p 3|nc termbin.com 9999 [02:22] acresearch: share url/link here..if you do not get a url/link..say so [02:24] tatertots: https://termbin.com/81m9 === jsvcycling_ is now known as jsvcycling [02:26] acresearch: in terminal> journalctl -p 2|nc termbin.com 9999 [02:27] tatertots: https://termbin.com/ezc6 [03:07] LOL [03:07] dedsec2z: can we help you? [03:10] nope [03:38] where does 20.04 desktop store the network config files it creates with the gui? [03:41] Check the /etc/NetworkManager/system-connections/ directory. It should contain information for all saved network connections. [03:42] wootin: ^ also look into /etc/netplan . [03:43] /etc/netplan is empty [03:43] system-connections has something in it.. [03:44] bingo [03:45] wootin: Ouch - as /etc/netplan should have the file "01-network-manager-all.yaml" to tell systemd which is the network renderer . [03:49] can i explicitly se LLMNR=no in /etc/NetworkManager/system-connections/ ? [03:51] or is there a better way [03:51] new config file for that interface [03:51] wootin: Doubtful as my notes:"If you tell Netplan to use NetworkManager, all interface configuration control is handed off to the GUI interface on the desktop.". [04:07] if i create a /etc/network/interfaces entry will it surpass the gui config? [04:09] wootin, only for this session, it gets wiped after boot [04:10] that is why you need to edit or create /etc/network/interfaces.d/some file [04:10] https://serverfault.com/questions/859015/what-does-source-etc-network-interfaces-d-do-at-the-top-of-the-etc-network-i [04:12] so i can create say a 20-eth0 and use the same syntax as in /etc/netowork interfaces [04:14] wootin: I haven't read all of scrollback, but /etc/network/interfaces and friends only matter if ifupdown is specified. Network Manager has its own interesting interactions with ifupdown. [04:14] wootin: You can use any of them, with caveats and some workarounds. [04:14] ifupdown is depreciated, still you can install it though [04:14] deprecated [04:14] its value hasn't diminished at all :) [04:16] wootin: reading a bit further back, you'll only have Netplan stuff if you did the server install. Desktop installs get NM by default. [04:17] ok [04:18] can i edit network manager to disable LLMNR [04:18] Unfortunately I don't have any familiarity with LLMNR, so I'm not sure. Looks like it was added in 2018. Looking. [04:20] create /etc/systemd/network/90-ens3-nollmnr.network - LLMNR=no https://askubuntu.com/questions/1025309/how-can-i-disable-llmnr-in-systemd-resolved [04:20] wootin: So, unless you make a slightly custom config, NM uses systemd-resolved, and you can disable it there. [04:20] That. [04:21] oerheks: simpler, there seems to be a resolved.conf [04:21] i have llmnr disabled in resolved.conf [04:22] disabed globaly but still enabled on emp3s0 [04:22] wootin: That should be it then. Is your /etc/resolv.conf pointing to systemd-resolved's stuff? [04:22] so i have to explicetly disable it on enp3s0 [04:23] wootin: That seems odd, if you've disabled it globally. Bug-report-worthy. === gabkdlly_ is now known as gabkdlly === gabkdlly_ is now known as gabkdlly [05:31] my router diecided to stop working right as i was troubleshhoting DNS! [05:34] oerheks: thanks, that helped [05:34] it doesnt seem to persist accros reboots though [05:35] if i reboot then restart the services it does work [06:30] hello, how do you install intel-vaapi-driver? I'm trying to install this https://packages.ubuntu.com/source/focal/intel-vaapi-driver but apt doesn't find it. [06:32] apt search vaapi [06:33] installed by default on this machine [06:33] zkanda you would need to activate the universe repository [06:37] It should be enabled: https://dpaste.org/MK5F#L [06:37] if I search for vaapi, it only gives the new media-va-driver, not the older one. [06:39] zkanda: apt-cache policy shows you installed/candidate versions. And from which repo it would be pulled. Can be helpful [06:41] tried and it says unable to locate policy. haha [06:42] I'm in 20.04 btw, in case that's not obvious. [06:42] apt-cache policy intel-vaapi-driver [06:44] unable to locate policy? not 'package'? Never saw that error [06:45] whops, sorry, I should have copy pasted it, here's the actual error: N: Unable to locate package intel-vaapi-driver [06:46] zkanda: ah yes, so it's not using the universe repo. Run sudo apt-get update, and the apt-cache policy command again [06:47] did that and it's the same, perhaps my sources.list is wrong? [06:49] zkanda: run sudo add-apt-repository universe [06:49] then sudo apt update again [06:49] already did that, 'universe' distribution component is already enabled for all sources. [06:49] still the same unfortunately. [06:49] !info intel-vaapi-driver [06:49] Package intel-vaapi-driver does not exist in focal [06:49] ^ah [06:50] so, we're looking for the wrong package(name) [06:50] yeah perhaps, it's in here though: https://packages.ubuntu.com/source/focal/intel-vaapi-driver [06:50] But that only says it's a source, not a deb. [06:50] (I'm not on 20.04 yet) [06:51] no worries, :D [06:55] zkanda: I'm not sure what your actual question is, but maybe you are looking for Package intel-media-va-driver (=vaapi driver for intel graphics family). See also https://packages.ubuntu.com/search?keywords=vaapi&searchon=all&suite=focal§ion=all [06:57] haha that's a good question, so my hardware is still in haswell, and that package only supports newer driver. So I'm trying to install the older driver, which now I think is 965-va-driver [06:57] My problem is ffmpeg seems to want to use the newer version. === wootin_ is now known as wootin [08:19] hey guys i need your help .... can anyone give me trusted iptv servers thats working good with ubuntu ... please [08:21] CoDeAmRo: kodi works on ubuntu [08:21] or plexmediaserver snap [08:22] i just need good working iptv servers for long term [08:24] most servers i am trying not working ..please i need help [08:51] Hi. How do i check available space on my hard drive? df -h shows this but I don't know how to make sense of it, http://dpaste.com/2F5HJY4 [08:54] ramsub07: you have 2.2GB free [08:54] *2.0 [08:55] ramsub07: there's a bug that makes the lvm very small, you might be affected, try 'sudo parted -ls' and paste the results [08:55] EriC^ thanks but can you also tell me how I should interpret ? [08:56] 4.4G 2.2G 2.0G 53% / size used available free% [08:56] it should say what the columns are at the very top, it's missing in the paste though [08:59] EriC^ http://dpaste.com/191KYK5 [09:01] EriC^ how do I know which is space consuming? [09:46] ramsub07: looks all space is used, nevermind [09:47] EriC^ can you tell me please how I should intepret ? [09:47] and what is taking the space? [10:17] what's wrong with the sed command in my bash script pls? https://paste.ubuntu.com/p/Xbk6Bm8nTp/ [10:29] kiwiirc: try without -i '' [10:29] just -i [10:30] ramsub07: i mean there's no unallocated free space, everything is being used in a partition/filesystem [10:31] ramsub07: the space distribution seems a little odd though, 25GB to /var and only 4.4GB to the rootfs [10:31] ah [10:31] so rootfs is filled but /var has more space left? [10:32] ramsub07: yes /var has 8.5GB free, root 2.2GB fre [10:32] *2.0 [10:33] EriC^ can I understand more what is consuming space in /var ? [10:34] ramsub07: yes, type "sudo du -sh /var/* | sort -h" [10:38] EriC^ ty that worked! btw why did i need to remove that? it worked on macos [10:39] kiwiirc: macos and linux sed are different in that respect [10:42] well ty again [10:42] np :) [10:50] Hi ,can you advice ? I can't get updates for repositories. https://paste.ubuntu.com/p/tPv65bqRcG/ [10:51] XATRIX: this is ubuntu support, for debian join #debian please [10:52] oh...sorry [10:54] hehe i asked for ubuntu help in debian [10:55] The order is an order :) === PowerTower_121 is now known as PowerTower_120 [10:55] :) [11:14] if i download a binary from a trusted source where should i put it so i can just type the name of it and run it without having to give it path? only my user account needs it tho so i'd rather not put it in the sbin or bin dirs [11:16] kiwiirc: usually you'd put it in /usr/local/bin, or ~/bin if you just wanted your user to use it [11:17] oh so user accounts get to use /bin too and the system will automatically pick it up and add to path? cool! [11:18] kiwiirc: yeah, /home/user/bin if it exists will be added to your path [11:19] nice ty [11:19] np [11:19] i tried to mv binary ~/bin and there wasn't an error output. but then i cd ~/bin to look at it in there, and the dir doesn't exist. and the binary is gone from where it was! why didn't mv complain? [11:20] oh i renamed it [11:20] sorry nvm [11:22] i made ~/bin, moved the binary into it, and i still can't type binary name and have it run. do i have to restart or? [11:23] please show the output of $ echo $PATH [11:24] oh it's not in there. can it be automatically added somehow? [11:24] i know i can add it manually i'm just curious [11:25] add what? ~/bin to path? [11:25] ya [11:25] EriC^ said "/home/user/bin if it exists will be added to your path" so i figured there's an automatic system [11:26] kiwiirc: you have to log out and back in for it to work, as it's added when ~/.profile is sourced [11:26] You don't have to log out, you can simply $ source .profile [11:28] kiwiirc: grep bin ~/.profile should show you how it's added if you're curious [11:28] or $ source .bashrc, or whatever config contains your set path statements [11:29] worked! ty both [11:34] 'Morning folks === msalvatore_ is now known as msalvatore [11:45] hi [11:45] is there a web page where I can search what packages there are in specific ubuntu version? [11:46] when I google I get to https://packages.ubuntu.com/bionic/ but I do not spot the search :/ [11:46] oh I need to go to https://packages.ubuntu.com/ [11:47] !msgthebot > neure !info packagename ubuntucodename [11:47] neure, please see my private message === The_Milkman1 is now known as The_Milkman [12:00] E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? [12:00] when I try to run sudo aot-get install apache2 [12:00] apt-get [12:00] rexwin: reboot to unlock [12:12] Hi! [12:22] * rickserrat is away: Coding [12:23] tailf is not working in ubutu 18 [12:24] 301 and 404 error [12:35] rexwin: pastebin the errors please so volunteers can help think along [12:44] how to disable ssl site in ubuntu? [13:07] Hey I am using regolith linux so maybe this is not the place to ask but maybe someone knows whether i3wm does not support right mouse clicks? Like when you are using FireFox, using vanilla ubuntu gave me the copy and paste menu when using the right mouse button. Now using regolith I get nothing? [13:08] pynthon: you might wanna try #i3 we can only support ubuntu and its flavors here [13:09] lotuspsychje: I see! Thanks a lot! [13:09] welcome pynthon === PowerTower_121 is now known as PowerTower_120 [13:19] hi there. is there any bittorrent client in 20.04 in the 'main' section? i don't mind whether it's CLI or GUI [13:20] tons of them, transmission is standard installed, and there is deluge, my favo [13:20] !inf deluge [13:20] !info deluge [13:20] deluge (source: deluge): bittorrent client written in Python/PyGTK. In component universe, is optional. Version 2.0.3-2 (focal), package size 16 kB, installed size 70 kB [13:20] apt-cache policy transmission{,-cli} deluge ktorrent qbittorrent rtorrent aria2 | grep http | grep -v universe [13:20] nope, unvers [13:21] above command returns an empty set [13:21] most clients will be in universe, i guess [13:21] :-/ [13:21] qbittorrent [13:21] !info transmission [13:21] transmission (source: transmission): lightweight BitTorrent client. In component universe, is optional. Version 2.94-2ubuntu3 (focal), package size 1 kB, installed size 9 kB [13:22] that's a no [13:22] why must it be in 'main'? [13:23] if the software is communicating directly with many peers, i'd like to get timely security pathes [13:23] ? [13:24] those are not guaranteed for universe (and often wont take place quickly), as you will know. [13:24] that has nothing to do with main/univers/other.. transmission is supported by the ubuntu-teams. [13:25] https://wiki.ubuntu.com/SecurityTeam/FAQ#What_repositories_and_pockets_should_I_use_to_make_sure_my_systems_are_up_to_date.3F [13:25] sorry, wrong link [13:25] https://wiki.ubuntu.com/SecurityTeam/FAQ#Standard_Support [13:26] transmission is *not* in main, but gets updates from the ubuntu team [13:26] the "ubuntu team" is the Canonical developers working on Ubuntu? [13:27] developers/packagers, yes [13:28] so you're saying transmission has a non-guaranteed, but de facto better support level than other packages in universe, am i getting this right? [13:29] i should quote the sentence from the FAQ above i'm referring to: "All binary packages in main and restricted are supported by the Ubuntu Security team for the life of an Ubuntu release, while binary packages in universe and multiverse are supported by the Ubuntu community. " [13:29] all packages installed standard have ubuntu support, not just from outside the ubuntu community [13:30] abcmona: just download the software you need from the ubuntu repos..what are you affraid of? [13:30] I understand that transmission is in 'universe', thus, reading the FAQ above, would expect it to get 'only' 'community support'. [13:30] so, use the one you like, and trust [13:30] please guys someone help me .... i am a big ubuntu fan and i am using VLC player can anyone give me m3u files so i can watch tv channels because most sites i tried is not working . please guys i need long terms iptvs [13:31] okay, thanks for your time! [13:31] CoDeAmRo, no, we have no lists with iptv , sounds like illegal piracy to me. [13:32] .. and is beyond the scope of this channel [13:34] btw. i didn't have transmission installed on a fresh ubuntu 20.04 installation. [13:35] abcmona, did you choose minimal? [13:35] that might explain it [13:35] hmm, not sure, but "ubuntu-desktop" is installed [13:35] seems like ubottu says optional now [13:36] !info transmission xenial [13:36] i cannot check, still on 18.04.4 lts [13:36] transmission (source: transmission): lightweight BitTorrent client. In component universe, is optional. Version 2.84-3ubuntu3.1 (xenial), package size 1 kB, installed size 9 kB [13:36] hmm [13:36] i believe that info is wrong. [13:37] if you are eager for updates, snaps are the fastest updated packages. [13:37] :-P [13:37] https://snapcraft.io/transmission [13:38] hmm that seems kinda old [13:43] is the "ubuntu startup disk creator" just equivelent to using dd ? === gabkdlly_ is now known as gabkdlly [13:45] derekv: you could say that disk creator is a GUI way of dd yes [13:59] derekv: what's the actual problem? [14:00] is 20.04 stable enough to unattened-upgradee from 18.04 to 20.04? [14:00] !ltsupgrade | donofrio [14:00] donofrio: Regular upgrades from 18.04 LTS to 20.04 LTS will be enabled once 20.04.1 is released in late July. This delay helps to ensure that any lingering issues are resolved before people upgrade production systems. If you'd prefer to upgrade now, use sudo do-release-upgrade -d [14:00] ok so hold off - thank you [14:00] pow pow! good bot [14:01] EriC^: Tons of problems - one of those things nothing seems to work as expected. So I'm just trying to understand a few things better. [14:01] donofrio: the users choice to upgrade now, or await .1 [14:01] EriC^: BUT since you asked... I just narrowed down one of the mysteries... [14:03] derekv: i think the ubuntu startup creator thing works a little different than dd, but dd is a foolproof way to get the iso on [14:03] EriC^: I have a usb stick, it's on /dev/sdb ... I have used dd to copy an iso onto it. It currently says there is _unknown_ partition table with parted -l, and lsblk does not list a subdevice like /dev/sdb1... however, in /dev, I _do_ have a /dev/sdb1. If I mount it, I get an empty 640Mb ext4, and using df says it is mounted from /dev/loop26 ... where is this /dev/sdb1 coming from if there's no [14:03] partitions? [14:04] derekv: hmm, can you pastebin 'sudo parted /dev/sdb print' [14:04] I feel like somehow /dev/sdb1 has nothing to do with /dev/sdb [14:05] https://pastebin.ubuntu.com/p/4RTVtvS8KH/ [14:06] derekv: yeah it's totally screwed [14:07] derekv: try tp unplug the usb, then plug it back in, see what the new name is, and do a fresh dd, sudo dd if=isohere of=/dev/sdx bs=4M status=progress && sync [14:07] derekv: note you have to use /dev/sdX not /dev/sdxY [14:07] EriC^: so ... thats, not great, but I suspect it just means my custom iso file is bad. What is really driving me crazy is this mystery /dev/sdb1 that can't exist. [14:07] derekv: which iso are you dd'ing over? [14:07] derekv: it could be an old partition maybe the kernel still thinks is there, "sudo partprobe /dev/sdb" might correct that [14:08] EriC^: it started with trying to make a custom 14.04 iso with my own preseed file. [14:08] derekv: also you always want to sync after dd, so everything gets written to the disk from the cache [14:08] at the moment I'd be happy to get the standard iso installer to work [14:09] derekv: if dd didnt work, i mean that's that, you know what i mean? [14:09] kindof [14:09] unless the iso is somehow made for the iso installer and it has to do extra stuff with it [14:10] partprobe didn't do anything. let me burn a fresh download of the iso I haven't touched just as a baseline [14:10] let me = give me a moment [14:10] derekv: before you put the iso on, you can test it on your own system to see what it looks like partition table wise and stuff [14:11] derekv: sudo losetup -f iso then you do sudo partprobe /dev/loopX after you get the loopX from lsblk [14:11] my custom iso (which might be messed up) or the stock ubuntu installer iso? [14:11] the custom one [14:12] derekv: for the stock iso i'd md5sum it to make sure it's all there === mateen1 is now known as mateen [14:18] losetup --list | grep -v snap [14:18] I've got my custom.iso on 3 loops [14:19] derekv: what does 'lsblk' look like? [14:19] after running sudo partprobe /dev/loopX [14:20] derekv: try 'parted /dev/loopX print' [14:20] *sudo parted... [14:21] I destroyed all the loops linked to that file and recreated one. it looks fine ... loop26 7:26 0 638.6M 0 loop ... I'll pastebin the parted [14:21] https://pastebin.ubuntu.com/p/bjbKvpBC74/ [14:23] when I do the parted print on the downloaded iso I get this "Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes." [14:23] derekv: it doesnt seem to have any partitions [14:23] (obviously) dunno if that's how it's supposed to be? [14:24] derekv: this is what the ubuntu stock 16.04 iso looks like using that command https://termbin.com/dviz [14:25] derekv: is your custom iso supposed to work with uefi? cause in that case there's a problem for sure [14:25] It would be nice if it did. [14:27] derekv: currently it cant cause there's no efi partition, you could try to boot it in a vm to see how it goes so theres no usb involved [14:27] Out of all of this the custom iso is the thing I'm the least confident in, I would like to get to some solid footing before proceeding. this ... sdb1 thing [14:27] oh ... [14:28] -rw-r--r-- 1 root root 662700032 Jun 30 10:09 /dev/sdb1 [14:28] that's not a device [14:28] derekv: ah [14:28] omfg I pwd myself so hard somewhere [14:28] xD [14:29] I feel like I just got punked [14:29] i guess you used of=/dev/sdb1 earlier but it didnt exist [14:29] Where's the camera [14:29] Yea, must be something like that for sure. [14:45] Hi, all. [14:46] welcome denixx|h1 [14:47] I wonder if there's legit everyday reason to create normal files in /dev ... I see symlinks in mine but no normal files (after deleting the rogue one). It might be nice if it could be disallowed somehow by default, arguably a small security enhancement too [14:49] For everyone, who would come here with questions about Lenovo MIIX 320-10ICR - please suggest 1) if one want to install Ubuntu onto internal flash - to eject sdcard, this action is leading to normally working display... and 2) if one want to install Ubuntu onto sdcard in sd-card-reader as additional OS, then suggest to make a /boot on internal flash (2GB would be fine), / on sdcard, and... [14:53] ...and after installation the one who does that should update kernel to https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6.19/ to get normally working builtin display and sdcard (both at the same time) because of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=84d49b3d08a1d33690cc159036f381c31c27c17b [14:54] not a 5.6.0, as it's buggy one, but 5.6.19. At least wifi is working again for now. [14:57] For installation there are prerequisites like HDMI2microHDMI cable and HDMI monitor, as builtin display goes black on boot. [15:00] i'm on ubuntu 20.04 on a somewhat recent dell workstation which officially supports linux. i am running apt update/upgrade and keep encountering Errors were encountered while processing: grub-efi-amd64-signed [15:01] i've had these errors persistently for a couple weeks. i think maybe ubuntu shipped a bad update...? [15:03] sudo update-grub reports device-mapper: reload ioctl on osprober-linux-sda4 failed: Device or resource busy [15:03] denixx|h1, i find; nomodeset i915.modeset=1 fbcon=rotate:1 as bootline https://esc.sh/blog/linux-on-lenovo-miix-320/ [15:03] and more tips [15:03] i'm on zfs [15:06] oerheks: fbcon=rotate:1 is useful (to rotate console output to lanscape mode while system is booting). But totally fixed things a mainline kernel of mentioned version because of mentioned commit and work done by Hans de Goede. [15:07] I also tried nomodeset, i915 .modeset=1 and 0, but problem was in hardware support. [15:08] did you disable secureboot? [15:09] Also tried to debug ACPI with some wariants of acpi=off and other like nolapic, but this thing disables SMP support, and, as I understood now, disabled SD-card-reader, and it won't conflicted with display and display was not going black. [15:10] oerheks: yep, SecureBoot is disabled. [15:12] oerheks: Now I have tablet with dualboot to Win/Ubu... === mateen1 is now known as mateen [15:42] what is a good replacement for "sourcetree" on ubuntu? [15:43] pymagic: I just googled for "sourcetree ubuntu" and came across several suggestions. More opinions can be had in #ubuntu-offtopic [15:46] for git? smartgit or check your requirements https://www.slant.co/options/7569/alternatives/~sourcetree-alternatives [15:46] am trying giteye [15:47] written in python [15:48] I meant in jaba - giteye [15:48] Hi. So err, libcurl3 and libcurl4 conflict. Will anything break if I install the latter over the former? [15:50] looks like both of them are the same version, 7.58.0? [15:50] this post says you must force libcurl3 to work, " Finally prepend env LD_PRELOAD=/usr/lib/libcurl.so.3 to any commands that require libcurl3." https://dev.to/jake/using-libcurl3-and-libcurl4-on-ubuntu-1804-bionic-184g [15:51] how ugly.. [15:53] Cursarion: what exactly are you trying to accomplish? [15:55] leftyfb: I'm trying to install cmake, which requires libcurl4, but I have libcurl3 installed at the moment because a number of packages depend on it [15:56] oerheks, smartgit is expensive [15:56] Cursarion: what version of ubuntu? [15:56] 18.04 [15:56] Cursarion: how are you trying to install cmake? [15:56] apt install cmake [15:57] Cursarion: please pastebin the error you get when installing cmake? [15:57] Cursarion: oh, I see having libcurl3 installed causes a big mess [15:58] Cursarion: why do you have that installed? [15:58] it doesn't produce an error, just says that The following packages will be REMOVED: libcurl3 [15:58] Cursarion: ok, so remove libcurl3 [15:59] I ran `dpkg-query -L libcurl3` and looks like libcurl-openssl1.0-dev, minecraft-launcher and atom depend on it [15:59] won't removing it break them? [15:59] try it [16:00] pasted wrong command, meant `apt-cache rdepends libcurl3` [16:00] libcurl-openssl1.0-dev is not a default installed package. Maybe run dpkg-query -L libcurl-openssl1.0-dev # to see what depends on it [16:02] i would expect libcurl4-openssl-dev [16:02] libxmltooling-dev [16:04] that seems to depend on libshibsp-dev, so I must've built something with shibboleth in it [16:09] Cursarion, if you really need both there is a compatibility ppa you might try : https://launchpad.net/~xapienz/+archive/ubuntu/curl34 [16:26] May I ask, if I would test my build and would find it usable and stable, is there some way to inform Canonical about successful software combination for some device? [16:27] I use test kernel, so I am asking about "would someone be interested in success story"? :) [16:35] denixx|h1: use a !bug if you want to make your issue known to the community & devs [16:36] !bug [16:36] If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [16:38] Hmmm... Don't like the idea to file a solution as a bug, but I understood the main idea, thanks! [16:39] denixx|h1: you file a bug and post a solution in the description or comments [16:40] Yep. [16:54] Am I messing up or is it impossible to connect to livepatch/Ubuntu SSO via Settings in Ubuntu 20.04 right now? [16:54] Tried a pw reset and it just freezes up with the text "Connecting..." with an endless loading throbber. [16:57] MikeRL: I believe there are livepatch issues at the moment [16:57] sarnold, At least I'm not losing my mind. [16:57] MikeRL: heh, indeed :) [17:03] sudo canonical-livepatch status --verbose [17:04] Hi, chmod -R 700 turns permission denied although I'm the owner. How could it be solved? Thanks in advance. [17:04] does NetworkManager nowadays (ideally already in focal) provide some means to store the wifi secrets in another file than the IP configuration and stuff? [17:04] erver check-in: failed: livepatch check failed: bad temporary server status 503 (URL: https://livepatch.canonical.com/api/machine/):

503 Service Unavailable

[17:05] jups, failed [17:05] Tanvir, first, when you use ocatal notation, prefix it with a 0 to avoid accidents. then: do you have write permission on the parent directory? [17:06] Sven_vB, could you tell me how to check that I've permission in the parent directory? [17:06] Tanvir, an easy way to test the effective permissions is to try and create a file there. :) [17:08] Tanvir, does the chmod say which folder you're lacking permissions for? [17:09] Sven_vB, I tried touch sample.txt in my home folder, it worked, but in the $HOME/anotherfolder it turned permission denied. [17:17] what are the permissions, owner and group each? e.g. in your $HOME run ls -ld -- . [17:18] sorry somehow the command got incomplete [17:18] there should be a space and the other folder name after . [17:19] Tanvir, ^ [17:20] Sven_vB, you mean $HOME run ls -ld --foldername [17:23] Tanvir, cd && ls -ld -- . anotherfolder [17:37] Sven_vB, drwxr-sr-x <-- That's what I got for the folder. [17:40] Tanvir: what about the owner? [17:54] Tanvir, ls should have written 2 lines, each with at least permissions, owner, group and name. you can censor the anotherfolder if its name is too private. [17:54] the home folder name should be just "." in the output [17:58] is openbox supported in this channel? [17:59] hey all [18:01] i get a message to run sudo dpkg --configure -a [18:02] but that is asking me to do something with the grub [18:02] Can I run it and have no problem? [18:05] * Sven_vB solved his openbox problem. [18:10] Hey, my headbar for terminal and similar apps is too big. [18:10] https://ibb.co/PY4HFzD [18:10] I am unable to fix this iisue [18:13] lennx, this might be a problem with the window manager theme. check the system settings for something like "Window Manager Settings" and see if you can try other themes there. [18:14] Sven_vB: is that the same a themes in tweak tools. I tried different themes to no change. [18:16] hi, i have a cross-compilation toolchain question. if i'm using the aarch64-linux-gnu toolchain package from apt to cross-compile from amd64 to arm64, and i want to link an application against libcurl, is there a straightforward way to get this working while continuing to use apt to manage the sysroot and toolchain? [18:16] lennx, there should also be something like Window Manager Tweaks, is that what you mean? yes maybe that can change it [18:18] cjdesno, you'll reach a wider audience if you explain what you tried and what problems occurred; someone not familiar with cross-compliation might nonetheless be familiar with the apt part of the problem. [18:18] the plot thickens! It turns out that apps _on my primary display_ are super slow, but apps on external displays are quite responsive. [18:19] elb, slow in rendering graphics, or in general? [18:20] appears to be rendering; for electron apps (in particular), the time between hitting a key and seeing it appear on-screen can be hundreds of ms to several seconds [18:20] but overall CPU usage is not crazy [18:20] sounds like a problem with the display driver then. [18:20] Hello. Is there a way to programatically change the background of Ubuntu Terminal? In this case I want to differentiate the windows when connecting via SSH to avoid executing commands on the wrong machine. [18:20] that's what I'm thinking [18:20] it's i915 [18:21] there may be a way to convince the chromium-browser used inu the electrons to use gpu rendering, or not use gpu rendering, as needed; poke around in the menus? [18:21] razorback, this depends heavily on which terminal emulator application you use. [18:22] yeah I had actually thought itwas just electronish aps in general [18:22] Sven_vB: i tried using dpkg --add-architecture arm64 and then apt update to see if installing curl:arm64 would get me anywhere, but apt install curl:arm64 failed to actually install anything (package not found) [18:22] but I drug one to a different monitor ... and it runs just fine [18:22] (i realize curl is not the same as libcurl but let's ignore that for a moment) [18:23] cjdesno, have your apt sources lists been updated to include arm64? [18:24] yup, turning off hardware acceleration fixes it [18:24] I bet this would affect firefox on that monitor, too [18:25] hmmmm it affects neither firefox nor chromium [18:25] razorback, if you just need different backgrounds for SSH, and can determine them before you start the actual terminal emulator, probably the config effort for xterm is acceptably small. https://www.linuxquestions.org/questions/debian-26/how-to-change-background-and-fonts-color-in-xterm-156290/ [18:26] Sven_vB: ah, actually i did get an error on apt update, E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial/main/binary-arm64/Packages 404 Not Found [18:26] Sven_vB, solved it, thanks. I had different user in terminal and client. That caused the mix-up. I created separate profiles for each user, it solved the issue. [18:27] razorback, if there are some settings that you really need the .Xdefaults approach for (i.e. for which there's no CLI option in xterm), you can just run the xterm with a customized home directory by giving it another HOME env var. [18:30] t seems like what i actually wanted was a libcurl-arm64-cross package, which doesn't exist, so nvm. will figure something else out. [18:36] the plot thickens [18:36] with vblank_mode=0 I get 64 fps with a full screen glxgears on the internal display, without I get ... < 1 fps [18:37] sounds good [18:37] is there any sort of best practice to mounting ssd backed network storage. I seem to be having ips issues but i'm not sure why [18:38] in reguards to running a database on it [18:38] must be the 20.04 kernel interacting badly with the ice lake GPU ... possibly not understanding the display refresh parameters? [18:38] C0nundrum, shouldn't the NAS abstract away what kind of hardware backs it? [18:39] database over NAS sounds like trouble in the first place -- check the database docs for guidance on storage to use [18:42] Well the vms themselves are backed by network storage [18:42] either way [18:42] The drives are 960GB del S4610 [18:43] The cpu load is low < 5% [18:43] If i run a random write test using fio i can get 100k iops but with mysql i only seem to be getting <= 9k [18:44] sarnold Is just for a dev environment. It doesn't need to support any large amount of load [18:45] At the very least i'm trying to figure out what my bottleneck is [18:45] as to why iops is so low [18:47] C0nundrum: was your fio test at the same filesystem layer that your mysql tests are at? going through full filesystem stack is very different than using a raw block io device [18:47] C0nundrum: were your fio tests async and your mysql tests sync? [18:48] The vm has the disk exposed ass vdd. I mounted that with `mount /dev/vdd /mnt/share`. I ran the fio test and mysql on that mount point [18:49] The fio command i ran was [18:49] fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=random_write.fio --bs=4k --iodepth=64 --size=4G --readwrite=randwrite [18:51] each row is a seperate insert commands 13k rows so i guess sync for mysql ? [18:54] They could be combined but that doesn't solve the underlying problem [18:54] Hi, firefox freezes and "killall -9 firefox" doesn't help. Could someone help me with it? [18:54] xkill ? [18:55] What process name do you see with ps aux|grep firefox [18:55] thanks, it helped [18:55] but I never had such error [18:55] how could it happen? [18:56] kyle__: sorry, I just killed it [18:56] but looks like it was "firefox" with a long list of options [18:56] in htop [18:56] C0nundrum: 'randrw' may do a better job describing the mysql workload [18:57] no, it's still running, probably xkill killed only the window [18:58] kyle__: it's name is "/usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 219248 -parentBuildID 20200602222727 -appdir /usr/lib/firefox/browser 1546 true tab" with 7 more children with appropriate childIDs [18:58] C0nundrum: are you sure libaoi, direct=1 is a good approximation of the mysql storage engine? you could try with a simple 'psync' to see what that workload looks like [18:59] pgrep and killall work the same way. Now that it's running, try pgrep /usr/lib/firefox/firefox, if that works (ie returns the pid), then you'll know that's the string to use for killall next time [19:00] didn't return anything [19:00] forgot to mention that there was also "[firefox] " [19:00] K. Well if pgrep isn't finding it, killall won't. You may have to play a bit with it. [19:00] and "pgrep firefox" returned it's pid [19:01] damn :/ [19:01] for the defunct process, what is that process's ppid? [19:01] 1546 [19:01] wait, ppid is PID, right? [19:04] Sven_vB: it would be exclusively used on GNOME Terminal [19:05] sarnold psync ? is that a confi option for fio ? === Tanvir is now known as C-4 [19:07] razorback, yeah I tried with G-T as well when I had the same problem (SSH background color) and found that G-T makes it especially hard to customize it programmatically. I had to use obscure tools to create profiles for each possible color, then some day they changed how those profiles were saved and I decided to just switch to a terminal emulator that tries less eagerly to patronize me. :-/ [19:07] sarnold psync ? is that a confi option for fio ? [19:08] Sven_vB: ah, that is a shame. I am really used to the default terminal. Guess I'll table that problem for now until better solutions are made. [19:10] razorback, if your desires in features aren't too exotic, I'm sure there are a lot of other terminal emulators that can do it. feel free to tell us what features you like best about G-T, and maybe we can recomment another TE. [19:13] well, firefox died itself after some time, looks like the problem is solved... [19:16] shfbsdbvf, I think you may have misunderstood the . afair a defunct process is not "running" anymore; it is in limbo and its process ID stays reserved until its parent has reaped it. I think this because as long as it is not reaped, the parent may still be under the impression that this PID is one of its subrpocesses, and may act on that PID; if the PID were to be given to an unrelated new process, the original parent's target [19:16] confusion could cause bad interference. [19:35] C0nundrum: yes, psync is a different engine [19:41] should i remove direct=1 as well [19:42] C0nundrum: yeah, unless mysql uses O_DIRECT [19:44] I installed clamav and try to update definitions with freshclam, but it is unable to update(https://pastebin.com/9iV3xEHV). Something i can do? [19:44] coconut: you could try fuser /var/log/clamav/freshclam.log to see who else may be using it [19:45] sarnold, i give me an empty response [19:46] coconut: is there a /var/log/clamav/freshclam.log.lock or similar file nearby? [19:46] or run updates again? [19:47] ubuntu-update, not within clamav [19:47] sarnold, no that lock file does not exist [19:52] oerheks, updates are up to date too [20:05] https://www.youtube.com/watch?v=6zr0nfG3Xy4 T minus 5min and counting... [20:05] IIRC clamd does the freshclam automatically if you have it running === jstein is now known as Guest55452 [20:06] Apachez: #ubuntu != #ubuntu-offtopic === zbenjamin_ is now known as zbenjamin [20:15] does 20.04 still work on 32bit? [20:17] 32-bit arm, yes [20:17] just arm? [20:18] then the question is, is a p4 64bit? [20:18] Depends on the P4. [20:18] if that's pentium 4, some are, i think [20:19] well, i'll find out tomorrow. [20:19] I think even most are, but you'll have to get the model and search. Probably wikipedia will be the easiest at this point. [20:19] is there a 32bit ubuntu for me to download? [20:20] x86 supoort for the OS is no more, just in 16.04 LTS but this has only another 9 or so months to go [20:21] tomreyn: its ubuntu related since ubuntu is being used :P [20:21] you saying i have to go elsewhere now? [20:21] Apachez: it's not ubuntu support related [20:22] egrain: no, this was about Apachez's youtube link [20:23] well, i gotta go. [20:23] thanks so far. [21:18] hoping someone can help me repair my system without having to do a complete reformat... [21:19] I first installed x11vnc to remote desktop to my ubuntu machine [21:19] then seeing as how that is less secure / demands more resources, I installed tightvncserver [21:19] tightvncserver didn't do what I want it to do; or rather it was more involved than I was hoping, so I uninstalled it [21:19] now x11vnc won't run [21:20] says there is no '-Display or DISPLAY' [21:20] anyone know what I biffed? [21:30] tomreyn: #ubuntu != #ubuntu-offtopic [21:35] Apachez: this is a support channel, not everything Ubuntu related is allowed [21:37] turboginger: what happens if you manually specify DISPLAY? [21:39] tatertots: so that is kinda where I am stuck, let me double checkt [21:39] jeremy31: #ubuntu != #ubuntu-offtopic [21:41] looks like the same error, just faster since it is not trying to figure out which display to use [21:41] tatertots^ [21:42] I do know that the machine that I am trying to connect to is sitting at the logon screen [21:42] but I think there is a way around that in /var/lib/gdm3 [21:43] or something.. === carcamovski1 is now known as carcamovski [22:01] turboginger: are you chatting from the server right now? [22:04] tatertots: yes. [22:04] tatertots: ssh'd [22:15] turboginger: in terminal> systemctl list-unit-files |nc termbin.com 9999 [22:15] turboginger: share url/link here..if you do not get a url/link..say so [22:16] tatertots: https://termbin.com/stga [22:22] Why is it that window in window doesn't allow you to drag the inner window around, instead dragging the outer window instead? Like maybe I wanna move that preferences screen over a bit. [22:23] turboginger: in terminal> apt list --installed|grep vnc|nc termbin.com 9999 [22:24] tatertots: https://termbin.com/15cn [22:24] skyliner_369: it depends on the application [22:25] It seems to be on many applications. The only one that doesn't do it seems to be blender because it uses entirety separate windows [22:26] turboginger: in terminal> ps aux|grep vnc|nc termbin.com 9999 [22:26] But in this particular case I'm looking at Musescore [22:26] https://termbin.com/l1lm [22:26] tatertots: ^ === leaftype2 is now known as leaftype [22:32] tatertots: Like one thing that was odd, is that at one point I had like 4 displays I think... X0 - X3. Whereever those files are located are not the same now. I only saw X0 the last time I checked... maybe in /dev/? I dunno... [22:32] turboginger: what command are you using to attempt to start it? [22:35] x11vnc [22:35] or x11vnc -display 0 [22:36] turboginger: are you prompted for VNC password or to set password? [22:36] no, but warnings appear that I should create one. which I will once I get can the darn thing running again... [22:40] turboginger: ok, then it is functioning as designed and expected, here's a link on vnc https://help.ubuntu.com/community/VNC/Servers [22:42] tatertots: okay, thank you [23:04] considering buying either a razer blade 15 or a dell xps 15 for ubuntu. will driver compatibility be fine on any? [23:05] no; it's well worth taking some time to research what you buy before you buy it to see if people report problems with webcams or wifi or bluetooth or NIC or whatever [23:07] SrPx: ^^ Got money ? consider too: https://9to5linux.com/dell-xps-13-developer-edition-linux-laptop-is-now-available-with-ubuntu-20-04-lts . [23:07] yea no limit on budgets for this notebook, but it seems to be hard to find anything good those days with the whole ryzen situation [23:07] best cpus (ryzen) are on mid-tier quality laptops [23:07] so frustrating [23:08] Bashing-om: I need a dGPU though so no XPS 13 : ( [23:08] 64GB ram, 4 TB SSD, 15", ryzen, RTX 2080 would be my dream machine but it doesn't exist :P [23:09] anyway - does that mean I can expect driver issues if I buy a windows XPS 15 or a Razer Blade? [23:09] SrPx: Agreed - AMD Ryzen is attractive. phoronix.com covers Ryzen quite well. [23:09] oh thanks so much for that link!! [23:10] (ctrl+f ryzen... first result: lenovo flex 5 *sighs*) [23:21] hey [23:22] question i have two different hard disk controllers [23:22] when i perform the setup the controller show a disk as SDA and the other controller B as SDB SDC SDC [23:22] when the install complete and boot [23:22] what was sda now is on SDC [23:23] and SDA/SBC/SDC is the controller #2 [23:23] exit a way to arrange this ? === kostkon_ is now known as kostkon [23:25] josephillips: the 'short names' are free to change every reboot [23:25] josephillips: there's links in /dev/disk/by-*/ directories that you can use for stable names for disks [23:25] is there a problem with this [23:25] if im using a openstack swift [23:25] the juju charm you should specify the short name [23:28] josephillips: A device map help here ? see in terminal 'man grub-mkdevicemap' . [23:29] josephillips: I don't see anything in https://api.jujucharms.com/charmstore/v5/swift-storage-270/archive/config.yaml or https://jaas.ai/swift-storage/270 that says you can't use /dev/disk/by-id/ links [23:29] josephillips: do you get an error message when you use them? [23:30] sarnold: block-device: [23:30] default: sdb [23:30] check this part of configuration [23:32] should be configured as sda sdb sdc [23:32] if the drives are jumping around can cause data corruption or data loss when a node fail or add more disks [23:33] so what i need to do is always force the boot disk as SDA [23:33] like the setup shows up [23:33] yes, all the more reason why you should use the stable links to the devices; please report a bug with whatever error message you get when you use the /dev/disk/by-id/ nodes [23:34] by-id can't be used neither [23:34] because you add more nodes under the same configurations [23:34] ids will never match [23:34] between nodes [23:36] maybe grub devicemap can make the trick [23:36] let me check sarnold [23:37] josephillips: you could use /dev/disk/by-id/ and give them all identical IDs [23:37] sw1 sw2 sw3 etc [23:38] I'm not sure which is the worse inconvenience -- getting the /dev/disk/by-id/ nodes or setting labels for /dev/disk/by-label/ nodes [23:39] et me see if the charm work on this way [23:44] if the charm accept by-label should work as i expect [23:47] sarnold: doesnt work [23:47] the disk should be unformated [23:47] the labet is set when is formated right [23:49] How do you gksu synaptic in today's day and age? [23:49] josephillips: *ugh* :( bummer. I liked that idea. :( [23:49] Is sudo synaptic ok? [23:49] josephillips: this feels like it's worth a bug report :) [23:51] semitones: No - sudo with a GUI app has undesired side effects - do ' sudo -H synaptic ' to direct sudo to proper action. There are too other ways :) [23:52] Thanks :) I knew sudo plain wasn't right === bamdad is now known as bam [23:52] Except I logged out of my account, and now I have a black screen === bam is now known as bamdad [23:53] But my keyboard backlight still responds [23:53] I'm on IRC from my phone [23:53] Any ideas how to recover from a black screen? [23:54] semitones, Ctrl + Alt + F1-F8 can you get a console? [23:54] NVM now the keyboard no longer responds. I think it crashed when I hit logout [23:54] semitones, try running a command to restart gnome-shell === bamdad is now known as bam === bam is now known as bamm [23:55] cluelessperson: the keyboard is no longer responding so I think I need to power cycle it === bamm is now known as bamdad [23:56] semitones, it might be the interface crashed, but if you do Ctrl+Alt+F1 it might pull up a console [23:56] semitones, secondly, what version of ubuntu are you on? [23:57] I tried, but alas. I restarted. The previous LTS, 18.04 I think [23:57] semitones, Well, I recently upgraded to 20.04 and installed the low latency kernel, and it's been amazing for me [23:57] semitones, would you be comfortable doing that? [23:58] Yeah, right now I'm on Ubuntu studio which is cool because you can choose generic or low latency at boot time [23:58] But yeah I would like to fresh install over this one ideally [23:58] oh neat [23:58] what is Ubuntu studio anyway [23:58] semitones, in theory, you shouldn't have to "fresh install" [23:59] semitones, Windows originally started out as just installing and uninstalling things willy nilly, leaving things trashed out [23:59] It's preconfigured and geared towards audio, video, or graphics work [23:59] semitones, Linux has generally been better about cleanup and takes placement more seriously.