[00:02] evening [00:10] is there a wiki page or some other recommendation for single disk boot partitions using uefi with LVM? === FutureShock is now known as abandonsapien [00:11] using gpt === abandonsapien is now known as AbandonSapien [00:17] do I only need a single 512M EFI partition, and the rest is my single LVM partition? === bluesabre_ is now known as bluesabre === fowl_ is now known as fowl [01:08] Has somebody knowledge of html / javascript. Where is this js located? src=“//cdntrf.com/mactechnews.js" [01:09] !ot | Tom01 [01:09] Tom01: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [01:10] ok === friv is now known as frib === KL5AY2 is now known as KL5AY [01:42] hi === de-facto_ is now known as de-facto === zbenjamin_ is now known as zbenjamin [03:02] I'd appreciate any ideas about how to block youtube on my network for all computers except for 1 or two explicit IPs. [03:28] jwash: Is your router running Ubuntu? [04:00] leftyfb: DD-WRT [04:00] I've been feelling like it's time to move away from my router to a computer to do the routing [04:01] I do it, so far so good [04:01] jwash: I would look into ubiquiti. But none of this is on topic for this channel. Try #networking or #ububtu-offtopic [04:22] Anyone had luck on installing Ubunto on the Alix 2D13 single board computer? https://wiki.polaire.nl/doku.php?id=debian_buster_alix2d13 works for me for Debian... [04:22] Ubuntu* === daysun_ is now known as daysun [05:08] !ops user ggdev spamming the same spam as yesterday. Same link. Same message. [05:08] daysun: I am only a bot, please don't think I'm intelligent :) [05:08] !ops [05:08] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [05:08] user ggdev spamming the same spam as yesterday. Same link. Same message. [05:08] same user as _0dev_ who got klined [05:29] how do i install cuda on 20.04? [05:29] The following packages have unmet dependencies: [05:29] cuda : Depends: cuda-11-2 (>= 11.2.0) but it is not going to be installed [05:29] E: Unable to correct problems, you have held broken packages. [06:05] <_jak> chovy: do sudo apt-get purge nvidia*, then follow the instructions for your preferred method here: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=2004&target_type=debnetwork [06:12] i neeed cuda 10 [06:12] _jak: [06:17] ./ccminer_linux_cuda102: error while loading shared libraries: libcudart.so.10.2: cannot open shared object file: No such file or directory [06:17] how to fix? === denningsrogue3 is now known as denningsrogue [06:33] Hello, I'm trying to install IceWM on Ubuntu from a tar file using the instructions from their website but when I do "./configure --prefix=/usr" I get the error "configure: error: Packages SM and ICE are required for session mgmt.". Does anyone know how I can install those two packages? I couldn't find their names [06:36] Did you run the script that installs all of the dependencies? [06:36] Xeroine: See above [06:37] wdym, what script is that? [06:38] I thought the configure script does that [06:38] Look for heading Install package dependencies on the ice-wm.org homepage [06:38] alright [06:38] oh [06:39] thanks a lot, should've read the entire thing [06:39] No worries :) === denningsrogue9 is now known as denningsrogue [08:59] hey all-how would i change font font size and window coloum and row settings for my terminal(bsh ubuntu 20.04.1 (really want to learn how to do this via configs file adjustment, i know how to do it via gui) [08:59] eg what file am i looking for [08:59] hi [08:59] =) [09:00] anyone ever face this error : [09:00] error: could not create '/usr/local/lib/python3.7/site-packages/antlr4': Permission denied [09:00] this occur when try to run --->> python3 -m pip install -r requirements.txt [09:01] I'm a bit confused .. do I need to use "--user"? , and is that a good option .. or is there another better way? [09:02] Mr_x: try with --user, as without it is a system install [09:02] Mr_x: presumably your user doesn't have write permissions to /usr/local/lib/ - maybe execute the command using "sudo ..." [09:02] conjo: which terminal are you using? [09:03] bsh [09:03] i assume ubuntu ships with default bsh ill check [09:04] ducasse, that is the good way for that? [09:04] GNOME Shell 3.36.4 [09:04] TJ how to give permission to user for /usr/local/lib/ [09:04] conjo: never used that before, but look under ~/.config [09:05] Mr_x: if possible try ducasse's suggestion first [09:05] TJ- how to give permission to user for /usr/local/lib/ [09:05] Mr_x: otherwise prefix commands with "sudo " to elevate privileges [09:05] ty [09:06] what do you use? [09:06] Mr_x: i would generally install to a user directory before doing a system install with pip [09:06] conjo: i don't deal with java, for terminal emulator i use roxterm and urxvt [09:07] ducasse, can u give suggestion the correct command with "--user" [09:07] i already read docomentation but still confuse [09:08] Hi, I'm not understanding why when we want to ssh to a server without password , we should copy our public key to that server !!! I thought that we should have the remote server private key, How would it work?! [09:08] Mr_x: you should just need to add --user to the command line [09:08] why we dont copy the remote server private key to our server?! [09:09] Hamidreza: the private key is not shared, it's private :) [09:09] ducasse, like this correct ---->> python3 -m pip install --user -r requirements.txt [09:09] ducasse, How would it work? [09:09] what is the structure behind it? [09:10] you have my public key so I can ssh to you without password?!!! [09:10] its wierd! [09:10] Hamidreza: the private key on the host your ssh'ing from is authenticated against the public key on the host you're ssh'ing into [09:10] ducasse, i mean where to put "--user" on that command [09:10] :D [09:10] ducasse, this all i see in that dir any suggestions configstore? [09:10] https://pastebin.ubuntu.com/p/XYDH8T4swW/ [09:10] Hamidreza: look into public key cryptography [09:11] ducasse, I confused [09:11] can You explaned it more [09:11] or give me a link please [09:11] watch a video on youtube [09:12] Hamidreza: https://en.wikipedia.org/wiki/Public-key_cryptography [09:12] Hamidreza, if the same key was used to authenticate as was copied to the server, then anyone with access to the server can get access to the private key [09:12] Hamidreza: You can encrypt things with the public key that only the private key can decrypt. The server encrypts a challenge message and send it to the client, if the client has the matching private key it can decrypt and give the correct response [09:12] Hamidreza, that would be bad, because the private key is probably used to access lots of servers [09:13] Hamidreza, you can safely put your public key on a website and the worst people can do is let you log into their servers :) [09:14] Hamidreza, [09:14] Hamidreza, https://www.youtube.com/watch?v=GSIDS_lvRv4 [09:15] conjo: i don't see a way to configure it from reading the man page, if you install bsh-doc you will get the docs in /usr/share/doc/bsh-doc/ [09:15] ty man [09:16] https://www.digitalocean.com/community/tutorials/understanding-the-ssh-encryption-and-connection-process#authenticating-the-user-39-s-access-to-the-server [09:17] what where some of you're google search strings ducasse i didnt find anything but was at a loss for what to search for (succinct and accurate) [09:18] ducasse, eg my search terms where verbose, and perhaps not even the right terminology [09:18] conjo: i just installed the package and read the man page :) [09:19] lol i feel dumb [09:19] ty man [09:19] rolf i must just rtfm [09:19] conjo: don't, it's all a learning experience :) [09:21] ;) [09:28] conjo: if it is your terminal you want to configure, however, that is an entirely different issue === semeion is now known as mnemonic [10:33] Amaranth, I understand what is priv and pub key and why we share our public, because private is private and just we should have it [10:33] I'm trying to launch a container with unshare() [10:33] but [10:34] First with busybox which works fine, but launching a daemon in the background does not work as process 1 exits when the daemon forks. [10:34] Any way to workaround that? [10:35] the remote accept our public key and when we want to ssh to server it see that it can decrypt it with pub, so it understand this is me and let me in [10:35] but How it will encrypt my data? [10:36] because if I encrypt my data via priv all body can see the content because the can decrypt with pub [10:38] How can I check what the latest binary nvidia driver is? If I google around, they just seem to 'know' the package name to provide to apt, which has an incrementing number in it. How do they know the number? [10:47] ubuntu-drivers list # would show available driver numbers? [10:47] -340 and so on [10:55] oerheks: that lists older ones [10:56] those are the official tested ones, there is a ppa with more drivers, https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [10:56] but why do you need a newer one? [11:06] Hamidreza: anyone can encrypt data against your public key, but only your private key can decrypt it [11:17] oerheks, I didn't see I needed a newer one [11:17] say* [11:18] Just want a proper way to check what the newest one is [11:20] locsmif_work: 'apt list nvidia-driver*' should work [11:21] locsmif_work: do you mean, the latest version Nvidia publish, or the latest available in a particular Ubuntu release? [11:43] hello, I updated my box this morning and restarted it, and now my lxc containers can ping the host, but can not ping the internet. [11:46] I will reboot... [11:50] I know they're gone, but I had a similar issue with IPV6 addresses (Possible upgrade related bug?). I temporarily disabled IPV6 until I cared enough to look into it. [11:58] hola [11:58] welcome tilerendering [12:04] ducasse: thanks [12:04] TJ-: both, I guess, but for the newest nvidia, I suppose I can visit their website [12:17] after reboot everything works as expected, it is probably due to me fiddling with systemctl === terrorjack1 is now known as terrorjack === dynetrekk2 is now known as dynetrekk === antoine2 is now known as antoine === rickard9 is now known as rickard [12:20] i have a webcam (logitech) and it works for pictures but it also has a mic integrated and somehow its not possible to use that. i used https://www.onlinemictest.com/ for testing and https://www.onlinemictest.com/de/webcam-testen/ for video [12:21] guess i found the problem, it was deactivated in pavucontrol ;) [12:36] Hi! How is your system python setup? Do you people have a 'python' binary still pointing to python2.7 and 'python3' pointing to python3.X? I have ubuntu 20.04 and I don't have a 'python' binary, and I was wondering if that is correct or I should fix it [12:40] Hey there, the https://ubuntu.com/tutorials/install-ubuntu-on-chromebook#3-installing-ubuntu-with-crouton page has a link near the top for downloading Crouton. It's a shortened Google link and I'm trying to find out where it takes you. Those goo.gl links are now deprecated, so you can't use the Google site to find out. Does anyone have the actual link to Crouton? [12:42] I've also been to Crouton's GitHub page and even they use those shortened Google links and don't give away their URL. [12:43] type crouton in bing? [12:43] not sure why you dislike google? [12:43] It's a shortened link and doesn't tell me where it's taking me. I never click such things. I always check where they go. [12:43] didnt ubuntu picked up on chrmbooks these days without crouton? [12:44] Elliria, no clue either. [12:44] Someone has a Chromebook and wants to install Linux and Crouton looks like the best way. [12:44] I've been searching for a while now and it's a bit rough, because you have to word your searches carefully or you'll get food results instead of that specific Crouton app's information. [12:45] show real url; https://urlex.org/ [12:47] Thanks, but that fails a scan as a phishing site. I appreciate the effort, though. [12:48] * oerheks puts on a tin foil hat [12:49] :) [12:51] dang Elliria just left - i was going to provide the links [12:52] In case he/she comes back - https://github.com/dnschneid/crouton [12:58] Oerheks is this the main place people come for ubuntu support? What is the most common support avenue? I like helping - helps me learn more :) [12:58] This is the main support channel, yes. [12:58] ExcessiveAggro: there's the ubuntu forums and askubbuntu as well [12:59] also there is #kubuntu #xubuntu and more [12:59] I might go check out the forums to see what i can do [12:59] I probably need to change my handle... people think I'm about to yell at them. [12:59] !contribute | ExcessiveAggro [12:59] ExcessiveAggro: To contribute and help out with Ubuntu, see http://community.ubuntu.com and https://wiki.ubuntu.com/ContributeToUbuntu [13:18] Hi folks [13:19] Hi BluesKaj [13:26] hi ExcessiveAggro [13:35] Hi guys, Is there any tuning for sysctl in ubuntu 20? [13:36] I have this tuning for ubuntu 16.04 but I want this for ubuntu 20 [13:47] Hamidreza: tuning? [13:47] yeah [13:47] Hamidreza: a systemd manager, is that what you need? [13:48] things like nofile [13:48] hard or soft in /etc/security/limits.conf [13:49] or sample about sysctl.conf [13:50] things changed with systemd. === the_ant1 is now known as the_ant === sptz4 is now known as sptz === ace_me^^ is now known as ace_me [14:33] Hello! I might be having some issues with temperatures. Using sensors command, idle CPU temp ~44C, but once I start something light like a Twitch stream or a video it jumps to ~70C. Dell XPS13 i7-8550U, running Ubuntu 20.10. [14:34] Could any one please help me figure out what's wrong here? [14:36] kinda normal...? [14:36] video isn't "light" [14:37] but if you think that the heat is really an issue you can check the fan and make sure it isn't cluttered with dust, good ventilation through your case etc...last resort would be to ensure that the thermal paste between your CPU and fan/heat sink is evenly spread and doing it's job [14:38] 70C is normal? The fan is going crazy too. Well the issue here is that it's a laptop [14:40] https://www.google.com/search?q=xps13+i7-8550u+optimal+temperature&oq=XPS13+i7-8550U+optimal+temp&aqs=chrome.1.69i57j33i21.4440j1j7&sourceid=chrome&ie=UTF-8 [14:40] quite a few mentions that that CPU runs hot [14:45] RIght. Well the issue I'm having is that I use a Dell USB-C hub to connect an external Dell monitor via DMIH, ethernet cable, USB mouse. The actual hub doesn't have charging capabilities, yet it still gets warm which shouldn't happen. quite regularly the hub just shuts down. [14:47] MOREOVER, haha, the 3,5mm jack has started emmiting a static noise whenever I connect external speakers and when no sound is being played. [14:48] So I;m pretty much having a plethora of these issues and have no idea where to start. Thought maybe the temps were responsible. [14:49] sounds like a bad hub to me [14:50] Okay, will try taking it to an eletrician [14:50] How do I approach the 3.5mm jack issue? [14:50] sorry was the jack not on the hub? [14:50] No, laptopt jack [14:50] pizzaburger: an electrician isn't going to be able to help you with a piece of electronics [14:51] The strange thing is that when I have a Whonix GW/WS open, that static noise disappears [14:52] leftyfb: You're right. Well to a person which fixes electronics. Electrical engineer? [14:57] pizzaburger: does it still make the noise if you reboot and just sit at the BIOS screen? [14:58] lemme check [15:00] Brb, have to reboot [15:05] v0lksman, so no static noise on BIOS screens. As soon as the LUKS FDE window appears for decryption before Ubuntu boot, the static starts. [15:06] Also, if there's any sound being played the static stops [15:24] Back [15:45] How do I set unzip files set to ram ? Using SSD. Open a zip pdf file without extract which is 100mb but ubuntu cache it at ./cache/abced .I am using a SSD , wouldn't it cause more r/w to the SSD ? [15:46] if the file is 500mb , ubuntu will put the file into cache which take up SSD burden and increase write to system which prolong ssd life with lesser r/w ? [15:47] r/w to ssd.. white spots damage are a long time ago [15:48] and that would require writing to the same sector over and over again... [15:48] so, no worries, nbusrone [15:49] oerheks : oh , the first day i use ubuntu on ssd , it wouldn't mind but long after using , i feel like file that always write to SSD may inflect of SSD lifespan [15:50] that was certainly the case, 10 years ago. [15:51] oerheks : what do you mean by certain case 10 years ago ? [15:51] oerheks : but somehow , I think ubuntu should have an option to extract the file to memory first. If a user fill up 70% of 250GB SSD , this will be larger impact of lifespan [15:52] nbusrone: I think what he is saying - is that SSD lifespan in the scenarios you are describing are no longer something people worry about. The lifespan difference is negligible [15:53] that 70% is not correct, it is more like 90-95% [15:53] then things slow down [15:54] oerheks : hm.. but what i heard was 70% , maybe some test refers to windows. [15:55] oerheks : Then , i shouldn't worry on r/w on ssd ? [15:56] i would not worry indeed [16:03] oerheks : how do we count SSD total written on ubuntu ? [16:04] oerheks : I install gsmartcontrol shows total written Logical Sectors Written is around 1260000000 [16:09] oerheks : since SSD now TLC not MLC [16:13] Hi how can I use proxychain for a specific app and not all over the system? [16:37] newlinux^, I don't know exactly but a work around might be to use proxychains on a virtual machine and then you could run apps on the host without it [16:49] Bah, no luck [16:51] motd [17:07] hello, i have a problem with cloud-init, do i ask here on in the cloud-init channel ? its regarding not being able to connect with my user defined public key === jiggawattz is now known as jiggz === jiggz is now known as jiggawattz === jiggawattz is now known as jiggz [17:39] When using UEFI booting, is there a reason to have a separate /boot partition? In addition to the EFI system partition at the beginning of the disk? [17:41] I'm inspecting an installation after letting the installer automatically partition a disk with LVM, and referencing tutorials and documentation. e.g. https://linuxtutorials.net/install-ubuntu-18-10-server-with-custom-partition-layout-using-lvm-on-uefi-systems/ says to use a /boot partition in addition to the EFI system partition. [17:41] it says the EFI partition should be 512MB at the beginning of the disk, and then a 1GB /boot partition should also be mounted [17:42] but Ubuntu's automatic installation with LVM just seemed to use a 512MB EFI partition, and the rest of the disk is partitioned for LVM [17:47] Is there any benefit to also having /boot a separate partition if ubuntu uses the efi system partition and mounts it at /boot/efi ? [17:52] jayjo: I'm not an expert here but the topic interests me. [17:52] I can think of some reasons but nothing that I seem to care about lol === [1]MrMobius is now known as MrMobius [17:52] bruh [17:53] Having separate partitions means you could use a different disk with different performance and/or reliability [17:53] but for those partitions i would imagine you would always want to have decent reliability and performance is not important given then only get utilzed at boot [17:54] So I'm trying to think of a situation when those would matter... thoughts? [17:54] plushtrap: reread my comment and I can see where that would seem jerky without my follow-up messages. whoops didn't mean for it to sound that way [18:00] jayjo: you still there? I looked around a bit and it looks like only grub and the kernels are stored there. If that's the case I still can't think of a reason you need it on a different disk [18:04] I am actually in the case of a single disk right now. But I'm using LVM, so I'm trying to determine if I should partition a /boot at the LVM level, or if there is some reason to have it external to LVM on the single disk [18:06] jayjo: only if you want the volume encrypted [18:06] jayjo: /boot/ is for flexibility and separation of interests [18:07] jayjo: e.g. I can use a common /boot/ file-system and have multiple root file-systems with different releases [18:08] jayjo: for LUKS encryption with GRUB_ENABLE_CRYPTODISK=y it also means unlocking /boot/ FS is separate from unlocking root-fs [18:09] TJ-: right, but then you need to type the passphrase for each partition.... pain in the neck :) [18:09] what's this 'type' ? [18:09] TJ-: not everyone has an auth device [18:21] hello there! [18:21] yes. [18:22] State your question, no need to fawn. [18:24] daysun: thanks for the kind remarks. Just wanted to say hi :) [18:24] its really salty in here today ;) [18:24] lmao [18:26] people are losing their jobs, the economy is going down, politicians are being bullies, there's a pandemic and most anime shows has been put on hold. After the 10th video on "youtube", you get tired of it just got nothing more to do than being a grumpy linux hacker. [18:26] haha daysun [18:26] Hey I hear you... I had to put all the social media and youtube away for the past month [18:26] daysun: sorry for not noticing. Just relax man :) [18:31] hey does anyone here have instagram account I got some funny videos I got to show [18:33] plushtrap: I do! @idonthaveaninstagram [18:33] ok [18:33] I am typing it in now [18:33] sure [18:34] pm me === hggdh_ is now known as hggdh [18:36] hey is your name paniash on instagram [18:39] hey are you still there [18:40] !ops [18:40] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [18:41] oh ok [18:41] plushtrap and paniash instagramming here or whatever.. and advertising crap or whatever.. is off-topic. [18:41] ok [18:41] oh no it is jess [18:41] bye [18:41] everything ok? [18:42] no u are going to kick and banned me like u did on freenode [18:42] so I want to use the default terminator color theme (ambience) for xterm, but I am having trouble finding the colour table. [18:42] I'm trying to figure out why load is so high for a program I'm running. It's 100% of one CPU, nearly 0% IOwait, 300gb of free RAM, and running very slow. What else causes load? (I'm getting a load of ~200!) [18:42] oh! [18:43] plushtrap: I was kidding at the time, looks like you didn't get the joke [18:43] * octav1a also pets jess [18:43] :3 [18:43] octav1a, what is the program doing? That may be expected. [18:43] It's a scientific program, in the process of writing out some numpy arrays [18:44] I don't understand why 100% on one core could generate so much more than 1.0 for load. === ijohnson is now known as ijohnson|lunch [18:47] The load average tells you how many tasks want to use the CPU. saw something similar for compilitg something: initially the load spiked, but only 6 threads (matching number of cores) were actually running at the same time. [18:47] I've been monitoring this for days of running and the average remains very high. [18:48] * phillipsjk has no idea beyond what he said. [18:50] * phillipsjk points to #ubuntu-offtopic [18:55] phillipsjk: you were referring to me? [19:22] how should i fix "Error: Can't open display: desktop:0"? I am using a local machine (Ubuntu 20.04) === FutureShock is now known as Abandoned === Abandoned is now known as Abandon [19:28] pyeverything: how are you trying to start those X clients? === user__ is now known as pavlos === ijohnson|lunch is now known as ijohnson [20:06] why is Error: Can't open display: desktop:0 error happening in local machine when I call xclock and how can I fix it in Ubuntu 20.04? [20:10] pyeverything: are you using ssh? how many computers are involved? [20:11] sarnold: no I am not using ssh [20:11] pyeverything: are you using sudo or su or similar? [20:11] only one local machine which is a laptop sarnold [20:11] it doesn't work with sudo as well [20:13] pyeverything: oh! doh. sorry. I'm just about a decade behind the times. [20:13] pyeverything: try DISPLAY=:0 xclock [20:13] I'm trying to solve an annoying problem i have, maybe one of you can help? I have a program (dsd) which processes an audio stream containing digital audio and outputs decoded audio. I pipe it to oggeng and then ezstream for remote listening, but oggenc exits when dsd is idle (Not outputting anything) I need to pad the audio stream with silence somehow [20:14] I already have tried it and it doesn't work sarnold [20:14] pyeverything: really?? that's very curious :/ [20:14] sarnold: please check here https://unix.stackexchange.com/questions/630957/xhost-unable-to-open-display-desktop0 [20:17] Invalid MIT-MAGIC-COOKIE-1 keyError: Can't open display: :0 [20:17] good good, then that's progress. [20:17] pyeverything: set the XAUTHORITY variable to point to your Xauthority file, wherever your X startup routines have stored it [20:25] sarnold: how do I do this? set the XAUTHORITY variable to point to your Xauthority file, wherever your X startup routines have stored it [20:26] this is not my realm and I have no idea how to do it. I just want to get rid of this bug to continue my work! sarnold [20:26] pyeverything: something like XAUTHORITY=/home/sarnold/.Xauthority -- first, find where your X authority file is stored [20:33] sarnold: ls: cannot access '/home/mona/.Xauthority': No such file or directory [20:33] so I don't have a Xauthority file [20:36] pyeverything: your login sequence may store it somewhere else [20:36] My network is 75% ubuntu 25% centos. I'm experiencing very poor network performance at random times. I think I have one computer that is the culprit. What are some strategies to track it down. 11 computers total. [20:36] how can i figure where it is stored? sarnold [20:37] $ fd Xauthority / [20:37] /run/user/1000/gdm/Xauthority-l [20:37] /run/user/1000/gdm/Xauthority-c [20:37] /run/user/1000/gdm/Xauthority [20:37] pyeverything: yay! try each one in turn [20:37] $ cat /run/user/1000/gdm/Xauthority [20:37] gokuMIT-MAGIC-COOKIE-1R��9��s{�H��H�l��gokuMIT-MAGIC-COOKIE-1R��9��s{�H��H�l22377/31772MB [20:37] why are these like so sarnold [20:38] pyeverything: you should protect these tokens better :) they're how connections to your X server are authorized, they should be kept secret [20:39] are these supposedly private tokens by xauth? since I cannot read them sarnold [20:39] pyeverything: sudo doesn't work? [20:39] pyeverything: they should be readable *only* by uid 1000 [20:40] pyeverything: if you're not uid 1000 then perhaps you need to keep looking to find your xauthority cookies [20:40] i suspect a driver reinstall could fix it if you haven't done it yet [20:41] sudo what? jwash [20:41] how do i know if I am uid 1000? sarnold [20:41] can you sudo? [20:41] pyeverything: run 'id' [20:41] sudo to what? for what command? jwash [20:42] octav1a, not, plushtrap [20:42] uid=1000(mona) gid=1000(mona) groups=1000(mona),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),120(lpadmin),131(lxd),132(sambashare) sarnold [20:42] to reinstall the graphics driver [20:42] takes 2 or 3 min [20:42] phillipsjk: okay [20:42] jwash: X authentication cookies are entirely unrelated to graphics drivers [20:43] pyeverything: wait a second.. what *exactly* do you mean by "I cannot read them" -- you pasted their contents here, right? [20:43] hello [20:44] I meant I cannot make sense of these weird characters ��9��s{�H��H�l�� [20:44] sarnold: [20:44] anyways [20:44] how can I solve the actual problem now? https://unix.stackexchange.com/questions/630957/xhost-unable-to-open-display-desktop0 [20:45] jwash graphic driver has no problem is running properly https://pastebin.com/raw/CmBLAXp9 [20:45] octav1a, I think I figured out how you can get a load average of 200 with only 100% CPU ussage: program spawns many subprocesses that all complete in 5ms on average. You should be able to verify this with changing PIDs in 'top' or similar. [20:45] I need little help with one thing .. I am not familiar with this .. helping to friend of mine who is not geek .. he wanted encrypted folder or volume .. I've created for him a file that is LUKS encrypted and could be mounted like virtual disk but I cannot find what to do that if he clicks on the file, the system will attempt to mount it like if it's usb .. [20:45] now the file has suffix .img [20:45] and yes I can sudo [20:46] phillipsjk: that's.....extremely strange [20:46] But I will look into that possibility. [20:46] # file encrypted_drive.img [20:46] encrypted_drive.img: LUKS encrypted file, ver 1 [aes, xts-plain64, sha256] UUID: 413412f2-79b4-4c55-9dca-ca5581a47a4a [20:46] it can be just mounted, contains one ext4 partition after doing luksOpen .. [20:47] ntz: maybe write a script that mounts it and stuff, and you could make a .desktop file for that, so he just double clicks and it does everything [20:47] pyeverything, did you netcat your xrandr output? eg. xrandr | nc termbin.com 9999 [20:48] EriC^^: ok, yeah, something like that ... must be "bulletproof" because my frind is everything but not a geek nor interested in computers in real [20:48] octav1a, running the root process "niced" may fix the responsiveness issue. [20:48] I was interested if I can do it somehow smartly ... if I have in KDE a file with suffix .img, kde just offers me to mount it .. but not ubuntu [20:49] I can't since I get an error Invalid MIT-MAGIC-COOKIE-1 keyCan't open display :0 summonner [20:49] pyeverything: have you tried *all three* of those Xauthority cookies with your XAUTHORITY environment variable? [20:50] pyeverything, xrandr gives you that specific error? [20:50] pyeverything: you can't understand what those cookies say because they are similar in nature to ssh keys [20:50] yes summonner [20:51] ntz: maybe its the kde file manager or some other program that's doing it that covers those files as default [20:51] EriC^^: https://infophagia.com/ntz/paste/c7981a214585f0c7084104afe2be46e2.txt [20:51] ^^ if you wish to test it, here are commands to create a virtual drive [20:53] pyeverything, sorry to ask a question you might have answered before, but you're LOCAL to the machine, right? you've logged in with the desktop? or you're trying to spawn gdm or something? [20:53] sarnold: yes I tried all three the other two were empty please check the updated post here to see results of id and everything else you asked https://unix.stackexchange.com/questions/630957/xhost-unable-to-open-display-desktop0 [20:53] summonner: please check https://unix.stackexchange.com/questions/630957/xhost-unable-to-open-display-desktop0 and read the first line [20:56] pyeverything: none of those code blocks show you setting the XAUTHORITY environment variable to the name of each of your Xauthority files [20:57] ntz: works fine here on ubuntu 16.04 (unity/nautlius) [20:57] that it automatically opens the device ? [20:57] ntz: if i go to properties -> open with, it's set to open with disk mount manager [20:57] yes [20:57] ok, cool, thanks [20:57] sorry "Disk Image Mounter" [20:57] check the 7th code block sarnold [20:57] great, thanks ... lemme check [20:58] actually I wrote it in the comments [20:58] it didn't work anyways [20:58] pyeverything: I searched in the page for XAUTHORITY and *none* of the codeblocks show anythiung like: XAUTHORITY=/run/user/1000/gdm/Xauthority xclock [20:59] now it's the 8th code block in the original post [20:59] please check again sarnold [20:59] did you see it sarnold? [21:01] pyeverything: aha now it's there [21:01] pyeverything: dang. double-check the timestamp on the file and make sure it matches when you started X? or maybe, restart X, and make sure it gets updated? [21:06] sarnold: should I use this command? sudo systemctl restart display-manager I am asking since I am a researcher not a sys admin [21:10] My wifi keeps dropping and sometimes asks me to reenter the password. This mostly happens when I am away and the screen locks. This does not happen when I boot to windows. Does anybody have any ideas on why this happens? [21:10] sarnold: please check update 2 here https://unix.stackexchange.com/questions/630957/xhost-unable-to-open-display-desktop0 (in the beginning of question) [21:10] hye [21:11] anyone here know how to make cronjob/crontab for sumthing run on tmux [21:12] for example on tmux run bot used command ./mybot.py [21:12] pyeverything: okay, that's promising; can you run xclock now? [21:13] no I cannot sarnold [21:13] dang :( [21:19] Can someone put this in english: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2 [21:19] shinobi: errno -2 is no such file or directory [21:20] sarnold: How do I go about troubleshooting this? [21:22] shinobi: oh man :/ I don't even see that firmware in the upstream firmware collection https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/ [21:22] shinobi: I wonder if this means intel hasn't published it yet? [21:23] It works kinda. It keeps dropping wifi connection and I manually have to connect again. [21:24] sarnold: Is there any open code that I can use instead? [21:24] maaaaybe they only publish things here when there's *new* firmware to fix bugs [21:24] shinobi: not that I know of; basically everything requires firmware [21:34] * phillipsjk still can't find the source-code for the "ambeince" theme, specifically the palatte. The CSS files for theme in the terminator data director just deal with geometry, not color. [21:34] Might be faster to take a screenshot, the use the sampling tool in GIMP. === drmessano_ is now known as drmessano === jonmasters_ is now known as jonmasters === ILoveYaToo_ is now known as ILoveYaToo === lchlan_ is now known as lchlan [21:56] sarnold: That is normal to see errors like that from Intel wifi, sometimes the newest firmware that the kernel can use doesn't exist yet [21:59] dmesg shows: deauthenticated from 1c:49:7b:74:fb:3d (Reason: 4=DISASSOC_DUE_TO_INACTIVITY) This is my router correct? [22:00] jeremy31: cool, thanks :) [22:00] I wonder if power management is causing the issue [22:01] shinobi_: probably; check ip n output [22:03] shinobi_: Is power management on in results for> iwconfig [22:04] jeremy31: no it's off. You helped me with that a few days ago. Thanks again! [22:05] Looks like the 802.11 protocol provides deauthentication reason codes. 4 is inactivity, but I cannot find where to change this. [22:06] I wonder if your router *also* has powersave settings that should be disabled? [22:07] sarnold: Yes, it does. It is not enabled though [22:08] how do I know if I am using n or g or ac? [22:13] this just showed up in dmesg [22:13] 1c:49:7b:74:fb:3d denied authentication (status 1) [22:26] Trying to install Ubuntu Server 20.04.1. Can't get a graphical installer no matter what I try. Safe graphics mode and regular mode both lead to a text-mode installer. Text-mode installer DOES NOT show all text necessary to install; for example, can't see VG members, etc. [22:26] System is Dell PE R6525. [22:26] justdoglet: the server installer doesn't have graphics [22:27] sarnold: Awesome. How do I get it to show me the text it isn't showing me? [22:27] justdoglet: it's been a year or so since I've gone through the installer, but the storage section was a bit confusing -- iirc you've got to expand storage sections [22:27] For example, can't see members when I'm adding to VG. [22:27] Yeah, but I can't see anything when I expand. Even prompted to use the newest installer, updated. [22:28] Is there a way to force different text colours? Accessibility? I'm kind of desperate. [22:29] * justdoglet sighs and regrets. [22:51] Hello, I have downloaded a hirsute server cloudimg and I saw no user/password to connect to this ova on my virtualbox. Please let me know where to get these [22:57] i upgraded to xubuntu-20.04.1-desktop-amd64 a few weeks ago and suddenly i have no ethernet interfaces [22:57] any ideas? [22:58] jerry: any result from terminal for> dpkg -l | grep linux-modules-extra-$(uname -r) [22:58] i'll have to check, i shut it down and it's not accessable atm [23:00] bbiab [23:21] I can't move files to the trash on zfs filesystems (non-system partition). Is there a way tell if it's mounted with my uid? [23:21] seems like no one is using the daily builds [23:25] I have an update in Ubuntu Software but when I click it looks like it downloads the updates and then they reappear as an update to be installed. One is a bios update (thinkpad x1) and the other looks like it is closely related. Is there something I need to do to get them to install? [23:30] bippt: maybe try running sudo apt update && sudo apt upgrade from the command line, maybe you'll get some messages back that explain what's going on [23:31] sarnold, ok, i'll give it a shot [23:36] Hello, I am having an issue suddenly where the network service hangs on 18.04 server. When i go to recovery, i see the recovery-menu try to run networking.service but its not there, and I can see systemd-networkd + netplan seem to be used. I can use the network on a live cd. What should I be looking at? [23:40] pcfreak30: dmesg, journalctl, ip route, ip addr, ip link, networkctl status [23:42] how do i enable networking on a root shell? [23:42] whut? [23:42] b/c if i choose any ncurcuses option it will hang [23:42] you mean single user mode? [23:42] yes recovery mode [23:43] as I assume the service isnt started [23:43] hmm, I think there is no network, used to be loaded after (back in the days in sysmtemV) [23:43] run level3 it was [23:43] now with systemd, unsure [23:43] perhaps ask systemd? [23:43] pcfreak30: ^^ Too: at boot-time netplan 'renders' a systemd-networkd config in /run/systemd/network/ - check there are files in there. If not, then there is no active network config. -> anything : journalctl -u systemd-networkd.service ?? [23:44] So how do I get the network prepared if it hasnt booted up fully as by that time it just hangs and i cant use any tty [23:44] ok, thanks will try [23:47] sarnold, got the updates to work. ran apt and then restarted. thanks! [23:47] You might want to set your wifi to reinitialize on wake instead of trying to resume on wake. Your router might not keep persistent authentication long enough. [23:48] pcfreak30, ^^^ [23:48] Bashing-om: could you please resend your last message. had to switch to laptop. [23:49] You could also try to simply run an ethernet cable if that's an option. It's much more reliable if that's a choice. [23:49] < Bashing-om> pcfreak30: ^^ Too: at boot-time netplan 'renders' a systemd-networkd config in /run/systemd/network/ - check there are files in there. If not, then there is no active network config. -> anything : journalctl -u systemd-networkd.service ?? [23:49] ruedii: it is ethernet, no wifi. [23:49] how are zfs filesystems mounted? I don't see an entry in fstab.... [23:49] sarnold: thanks. wish irc could sync history like discord :/ [23:51] shinobi_: it's part of the zpool import process at boot [23:51] pcfreak30: yeah, I think such a feature would have meant most of those services wouldn't have even started [23:52] sarnold: should I be able to move files to the trash can? [23:52] meaning on a zfs filesystem [23:52] shinobi_: I don't know [23:52] shinobi_: does your 'transh can' implementation want to mv files or does it copy them to the trash and then delete the source? [23:53] shinobi_: does your 'trash can' implementation have the 'destination' storage on a different filesystem? [23:53] ok figured it out [23:53] sarnold: idk it's the recycle bin on 20.04 [23:53] cloud-init is generating a file but the config seems to be a wrong nic name? [23:54] in netplan [23:54] I can't drag/drop or cut/paste files from my zfs filesystem to the recycle bin [23:54] pcfreak30: oh that would do it [23:55] cloud.cfg.d. i didnt realize cloud-init was doing shit. its bare metal.. [23:55] shinobi_: do you have an ~/.xsessions-error file? maybe the errors get printed there? [23:56] sarnold: I have no file by that name [23:57] dang [23:57] shinobi_: hmm, sorry, I made a mistake: ~/.xsession-errors [23:57] what would cause a nic name to change? [23:58] enp1s0 > enp2s0 [23:58] no hardware change [23:58] that feels like the second complain in two weeks about names changing [23:58] sarnold: I have no file by that name either, or nothing similar [23:59] the previous person thought perhaps they'd plugged/unplugged some devices of some sort that might plausibly cause new names [23:59] doesnt help in runing a bridge [23:59] :( [23:59] but still. im power cycling a lot. thought i currpted the fs when network manager was gone :P