[00:06] TL;DR: TZ typo, for anyone looking at the time issue, above. [00:07] !cookie | mason [00:07] mason: Wow! You're such a great helper, you deserve a cookie! [00:07] \o/ [00:08] how do I get a bare minimal install on ubuntu server 20.04? I didn't select any snaps and I noticed alsa and python are installed, but I really don't need those (or a number of other default installed packages) for this server [00:19] ArmoredDragon: just uninstall what you don't need then. [00:19] except for "essential" packages, of course [00:20] that's the thing is I'm not sure what counts as essential in the newer version [00:21] apt will tell you when you try to remove "essential" packages, where essential means something like "can't boot and start up at all without this" [00:22] you'll still risk situations of starting up fine but without networking. [00:23] i.e. "WARNING: The following essential packages will be removed." "This should NOT be done unless you know exactly what you are doing!" [00:24] why remove basic features.. [00:36] this is a VM and I'm trying to keep resource usage to a minimum [00:36] that and I really don't see a need for alsa on a server... [00:39] if those resources you care about are some megabytes of data on a storage media, this might be worth the effort. [00:41] well it's a bit more than that, when the server came up it wouldn't even show the server stats pre-login because the load was too high, that really shouldn't happen on a server that theoretically has nothing installed [00:42] i'd focus on what caused this then [00:42] (incl. ensuring hardware requirements are met) [00:43] *matched [00:46] I gave the VM 2gb and its own dedicated core, that really should be more than enough for a basic linux server [00:47] there's other reasons only like having the bare essentials installed, namely for the purpose of keeping a minimal attack surface [00:47] 2 gb ram? yes, this should be enough [00:49] i guess the most minimal installation you can get is with debootstrap. but i'm not sure how supported this is as an installation method. [00:50] curious though, what is the purpose of having alsa as part of the base install on a server? a desktop machine I get it [00:50] unless ubuntu is going more towards a user experience paradigm even for servers [00:51] in which case I guess centos would be more my thing these days? [00:52] you might want a beep on a terminal where you don't have a classic buzzer anymore [00:53] or maybe an indiana jones tune for grub [00:54] well, ok, grub wont need alsa, but maybe later === zbenjamin is now known as Guest53729 === zbenjamin_ is now known as zbenjamin [01:21] I am very serious about this ISO. [01:34] i run ubuntu server with samba server and lxde on a 2 gig box. has been very solid for many years [01:51] How do I disable the visuals when I type accentued letters? if I type à, gnome snows ', then a, then ereases both and displays à. How can I disable that visual effect? [01:52] DrMax: Do you have a keyboard where one key press gets you à ? [01:53] nope it's `+a =à [01:54] I just upgraded to 20.04LTS and this is new behavior [01:54] But in emacs, it does speech-bubble-type "hints" [01:54] It's very distracting [01:55] Ok ... possible emergency ... I have a thelio running Ubuntu 20.04 ... By mistake, I deleted a 512 MB partitin at the begining of my 120 GB SSD ... Is that my boot record? [01:56] rjwiii; most likely your /boot partition so yes [01:57] DrMax: Then it makes sense that it would display that way (though I'm not sure about the "hints in emacs). Maybe it was just rendering much faster before so you didn't notice. [01:57] backup your data while you can [01:57] kk4ewt: Dang it ... how to recreate? [01:57] rjwiii: Please pastebin the output of "find /boot/" and "mount". [01:57] In emacs it does a speech bubble at insertion point with "^" in it, say [01:58] before, it only did that with shift+ctrl+u to enter a unicode code [01:59] kk4ewt: I used Disks utility [01:59] rjwiii: Disk Utility should have complained that it was mounted. Please pastebin the output I requested. That will confirm one way or the other if you deleted your /boot/. [02:00] Jordan_U: https://paste.ubuntu.com/p/nJHQjjq7ZB/ [02:02] still need a good terminal iso program [02:02] that can handle windows boots [02:05] rjwiii: You have not deleted your /boot/ partition. You do not have a separate /boot/ partition. [02:05] Jordan_U: THANK DOG! [02:05] Jordan_U: what did I delete? [02:05] rjwiii: You may however have deleted your EFI System Partition. [02:06] rjwiii: That is also needed for you to be able to boot, so *DON'T REBOOT YET*. Do you have a LiveUSB handy in case things break? [02:06] I can create one ... [02:07] I have a 20.04 ISO handy ... [02:07] so, is this a new accessiblity option I can turn off? [02:07] that really distracting [02:07] rjwiii: I think creating a LiveUSB is the first thing you should do. That way, no matter what happens you'll be able to boot and fix things. [02:07] that's* [02:08] DrMax: Try opening something that's not using GTK, like xterm, and see if you see the same or a similar thing. [02:08] DrMax: To be clear, I'm not really sure what changed for you or why. If I had a better idea, I'd tell you :) [02:08] Will have a live USB in about 2 minutes ... [02:09] Jordan_U: I Will have a live USB in about 2 minutes ... [02:09] rjwiii: Please pastebin your /etc/fstab . [02:09] rjwiii: Great. This should be relatively quick and easy to fix, as long as things go how I expect them to. [02:11] Jordan_U: https://paste.ubuntu.com/p/ctTZg2CKkV/ [02:11] gnome-terminal shows ¨ with an underline util I type u, then it shows ü. xterm shows a bubble [02:12] rjwiii: Great. Now please run "sudo mount /boot/efi/" (it will almost certainly fail, but let's be sure). [02:13] Jordan_U: mount: /boot/efi: can't find UUID=3520-40ED. [02:13] Jordan_U: Live disk is ready on a flash drive [02:13] rjwiii: Great. As expected. Now, use Gnome Disks or whatever tool you want to make a new fat32 partition where the one you deleted was. [02:14] Jordan_U: Volume name? [02:14] Jordan_U: Anything? [02:15] but do not format, right? [02:16] Jordan_U: select "For use with all systems and devices (FAT)"? [02:17] Jordan_U: I'm using Disk Utility ... [02:21] my guess is that only the partition table entry that was deleted, and so only the partition table entry needs to be added, without touching any of the data within the partition [02:23] deltab: That would be nice ... [02:24] so don't do anything that involves formatting, preparing or initializing a filesystem within the partition [02:25] deltab: Thare's an option to "Erase" that is switched off at the moment ... [02:27] for Partitioning you have "GUID Partition Table", right? [02:29] deltab: donno ... How to I "Paste" a png file? [02:29] deltab: to pastbin? === feodoran_ is now known as feodoran [02:30] Jordan_U : https://imgur.com/a/wusRCfP [02:32] deltab: Here is what it looks like: https://imgur.com/qQs5p3E [02:33] deltab: Haven't hit "Create" yet ... [02:36] rjwiii: I don't know exactly what that'll do, so I advise waiting for someone who does [02:39] Is anyone else suffering from 101: `Network is unreachable` errrors when attempting to sudo apt update? I'm in Nepal and suspect proxies from ISP at fault? [02:40] deltab: Jordan_U_ must have taken a break ... [02:42] Jordan_U_: you still there? Got a thunderstorm here and I'm afraid of loosing power ... [02:42] kiwi_banal: There were issues earlier, I can now complete to ping -c3 jtglobal.com [02:43] I'd rather be using TestDisk: https://www.cgsecurity.org/wiki/TestDisk_Step_By_Step [02:44] Bashing-om: Thanks, it happens now and again, but never for over a week. I blaim Covid :/ [02:47] kiwi_banal: Or maybe India-Pakistan-China commercial relations ?? [02:49] Bashing-om: ...yes, I have wondered if it is part of the wider political issue. That makes my issue collateral damage, right? [02:49] https://launchpad.net/ubuntu/+archivemirrors [02:49] https://launchpad.net/ubuntu/+mirror/ubuntu.ntc.net.np-archive [02:50] slow mirror indeed [02:51] oerheks: thanks, I will try other mirrors again, hopefully it bypasses the issue. [02:58] i accidently did sudo apt install 3.8 [02:58] how can i do the damage? [03:00] why does that command even work ? [03:04] Jordan_U_: You back yet? [03:04] hai #ubuntu <33 [03:04] lol djapo what did it install? [03:05] oh i see [03:05] it tries to install python3.8 [03:05] djapo you could try apt-get remove 3.8 i guess [03:07] how do i uninstall something that wont go away when i right click and click uninstall [03:07] i am trying to remove counterstrike [03:07] it wont uninstall [03:31] can I use the file command (something like find . -maxdepth 1 -type f ) to match some patterns in a file name? I have a bunch of photos with an identifier in their name e.g. "566-1024x683.jpg" where 566 is the id, and i'm triyng to copy them a couple hundred at a time [03:31] *the FIND command [03:33] find -regex ? [03:35] ooo awesome thx [03:35] maybe something like find -regex "566-*" ? [03:36] but you could just do find -name 566-* [03:36] in my particular cause im looking for all the ones above 781, b/c i've downloaded those already [03:36] but i have another 400 to go [03:36] hmm ok, that'd will require more work [03:37] or not [03:37] i think some individual digit regexes will get me there probably, like 78[[2-9] or something [03:40] how do i properly install nvidia-driver-440, just `sudo apt install nvidia-driver-440`? [03:44] yup [03:45] you could also use sudo ubuntu-drivers autoinstall (but that may install other things as well, so, you should be careful) [03:46] > ubuntu-drivers list [03:46] nvidia-driver-440, (kernel modules provided by linux-modules-nvidia-440-generic-hwe-20.04) [03:48] (that's on my box) [03:48] I could use some help. This is tech stuff. I have an MOV.webloc file from a Mac that has a hidden URL in it. I'm not sure how to handle it. Chrome has shown me a text file that may contain all the information. Anybody up for this question? [03:51] This is what chrome shows me. A web page told me that a webloc has a url in it. Chrome showed me this. https://i.imgur.com/I9SGotK.png I want to view the video. [03:53] tripelb: have you tried plugging that link into a browser? [03:53] WEBLOC files are known as Finder files which provide a shortcut to a website by dragging the website icon displayed in the URL address bar to the desktop of a Mac device. The WEBLOC file extension is categorized as a web file type which contains a URL address of a website which was visited using the Safari web browser. [03:53] its just a bookmark file lol [03:55] yeah [03:55] its a tai-chi video tripelb [03:55] https://drive.google.com/file/d/1otVZeNC5h9acJyPtPNmuI6ENZ-4prSmL/preview [03:56] tripelb: if you just want to view the video that link should work for you <3 [03:57] well i hope you got my messages tripelb [04:03] Back. Looking at RESULTS [04:04] On a fon [04:05] Thank you all. I am helping an Apple world friend. [04:09] I see, i was using only the first 2 lines of the link before I came. [04:25] i know this is question is hard to answer with any precision due to computers being different speeds..but if i were to copy 10 gigabytes from one drive to another (local, no network, using linode machines with ssd) how long should I expect? minutes? an hour? many many hours.? [04:26] i'm trying to rescue a little ubuntu server whose harddrive i negligently let fill up [04:29] I'd expect minutes, at most [04:30] Jordan_U_: I'm going to bed ... I'll try to talk to you later ... [04:30] hello_kitty : typical hard drive will get you ~100 MB/s io [04:30] ssd, nvme can do a lot better (mine does 2-3GB/s) [04:31] so a gigabyte in 10 seconds, 10 GB in 100 s [04:31] well that sounds pretty great. off i go to rescue (i'll let you know how fast it was when done) [04:31] with zero fragmentation, probably? [04:31] anything faster than 10 hours and im happy haha :X [04:32] For real it may be more than 1½ minute [04:32] probably 5-10 [04:33] if both drives are accessed through the same interface it could be slower [04:33] they happen to be blockstorage too, so im not sure how those work [04:33] though they get mounted and pretend to be normal drives [04:34] or rather my rescue plan involves attaching block storage and copying data over to it [04:37] also...related question... if i have a volume which is mounted in /etc/fstab, and then i destroy that disk....does that cause me a problem with rebooting the machine? [04:38] hello_kitty: yes it will cause a problem. The boot process will wait until that volume becomes available. You can use the nofail option to prevent that. [04:39] ah perfect, thanks === PowerTower_121 is now known as PowerTower_120 [05:19] can ubunutu environment variables have uderscores in them? [05:19] try env in a shell [05:19] you'll see some that have _ [05:20] ive been trying to set an env varibale for some time now and i keep getting -bash: !: event not found [05:20] i tried both set and export [05:20] can you paste that somewhere? [05:21] im trying to put in my secret key so i cannot [05:21] well, replace it by "mysecretkeY" or whatever [05:22] because !: hints to a syntax error of some sort [05:22] or something that's not escaped as it should [05:22] ! is a special character in bash [05:22] DrMax: I am only a bot, please don't think I'm intelligent :) [05:23] https://dpaste.org/tc6D [05:24] my_var="test!sdfs" [05:24] bash: !sdfs: event not found [05:24] maybe because there are special characters in the key that need to be escaped? [05:24] my_var="test\!sdfs" [05:24] (works ok) [05:24] do i need to put a \ before every ! ? [05:24] https://docstore.mik.ua/orelly/unix/upt/ch08_19.htm [05:25] ! is special character to access history [05:25] DrMax: I am only a bot, please don't think I'm intelligent :) [05:25] I won't, promise! [05:25] hmmm ill try it [05:41] i can set environment variables if the string im inputting i put \ before ! but then when im reading it the \ appear in the string [05:41] how can i set an environment variable to a special character without changing the string? [05:45] > my_var=aksf\!klsdf; echo ${my_var} [05:45] aksf!klsdf [05:45] my bad, "" are evil [05:46] so i shouldnt use double quotes ? [05:47] not in this case [05:47] ill try single quotes [05:47] but you'll have to escape spaces, if any [05:47] my_var=aksf\!kl\ sdf; echo ${my_var} [05:47] aksf!kl sdf [05:48] https://docstore.mik.ua/orelly/unix/upt/ch08_14.htm [05:49] this explains how ' ', "" and no quote work [06:08] single quotes worked [06:09] double quotes allow for variable usage within the string but single means literal === coetzeer1 is now known as coetzeer [06:37] hello [06:38] I am using a Kiwi IRC which I am not accustomed to [06:51] i'm trying to download an update .deb file for 4k video i'm getting the error message: the source file could not be read try again later. [06:51] the only fixes i found were windows fixes [06:51] any help? [06:52] download what, how, from where? [06:52] 4k video from their site [06:52] whose site? [06:52] a .deb file [06:52] 4k video [06:53] yes, i got that, but from who/where? [06:54] i dont know why this wasnt clear [06:54] https://www.4kdownload.com/products/product-videodownloader [06:54] right [06:55] hmm, i was able to download that just fine [06:55] well, the reason i'm asking is because i get a firefox error [06:56] odd, 6 times an error now it seems to work. thats strange [06:56] nothing here changed [06:57] did you get the file? [06:57] it seems to have been a self healing issue :P yes [06:58] they might have had some temporary problem [06:58] i didnt know what to make of the error message [06:58] said contact your admin or try again later [06:59] 6 times i tried over a period [06:59] same error [06:59] i asked here cause i found nothing on google search but fixes for windows [07:00] so ok, nevermind [07:00] Wondering if anyone can help me troubleshoot what's going on with copying some files to a USB [07:01] I copy the files (seemingly successfully), but once I unmount, they're gone [07:02] It's a FAT32 drive according to fdisk [07:02] I mount it with sudo mount -t vfat /dev/sdb1 /tmp/usb -o uid=1000,gid=1000,utf8,dmask=027,fmask=137 [07:03] I sync and then unmount, but if I remount it, I don't see the files [07:03] I'm about out of ideas, so if anyone has any, it would be appreciated [08:03] rjwiii: Sorry about that. Had an emergency come up. There are two options here, the fancy one and the straightforward one. The fancy one is to try to re-create the partition table entry without changing the data in the partition, that would magically get everything back in one step. I prefer the more straightforward route that has more steps, which is to make a new fat32 partition, with a new filestem, [08:03] then change the UUID in your /etc/fstab to match the new filesystem UUID, then check with "sudo mount /boot/efi/" to confirm that it's correctly setup in the fstab, then run "sudo grub-install" (no other argument needed) to re-install grub to your new EFI System Partition. Then you should be able to reboot happily. [08:42] how do i install a package in cloudinit? apt-get -y still opens a tui menu for installing something menu.lst [08:43] which of course won't work because there's no tty. this is cloudinit after all [09:49] which kernel is best for a xen hvm vm? [09:51] -generic, -virtual? additional packages? === semeion is now known as mnemonic === akem_ is now known as akem === OEIRAS is now known as OERIAS [11:14] Is the sftp password saved while using déja-dup stored somewhere in plain text? Problem: can I use my login credentials backing up my son's laptop without he being able to reveal them? === gato is now known as fandre1986 [11:16] Oh - it seems to be in the default GNOME keyring [11:18] Howdy folks [11:27] how do i obtain the wayland version of the current desktop that Ubunto 20 runs [11:27] Ubuntu* [11:54] is graphical tool that allows you to change the compression ratio of a tar.xz file? [11:54] why wouldn't the desired compression be decided upon at the point of creation of the tarball? [11:55] ideally it's created with the proper desired compression at it's creation === halvors1 is now known as halvors [12:31] Hi, ive got a question about ubuntu 18.04 server and netplan [12:31] where should i ask it [12:35] is there anybody out here? [12:37] xue: There's a #netplan channel, or you can ask here, or #ubuntu-server. [12:38] thx [12:38] 1138 [12:44] Jordan_U: good morning ... are you around? [12:47] Jordan_U_: Maybe this nick? [12:51] there's a software on-screen keyboard that pops up whenever I touch the touchscreen of my laptop, how to disable that ? [12:55] Anyone know which how to check for debug log on color setting ? === LabMonkey is now known as Mechanismus [13:28] * xue is copy-pasting [13:29] i have rpi2 which i need to use with ros. To use it that way i need to be connected by wi-fi so i do use wifi dongle but i am unable establish connection http://paste.ubuntu.com/p/xmZgCQhvkt/ here is my netplan config file, does anybody know what i might be doing wrong? i need also add, that while booting dongle lights up diodes but still timeouts [13:37] hello everyone. My mom has a ubuntu machine running her home automation stuff. Are there resources you can recommend to me as a guide to explain how it works? [13:38] besides the official pages on the first page of search engine results [13:41] Question - how can I change my distro on Ubuntu forums? I can't seem to access certain settings pages. I cannot change my distro from Saucy. [13:41] Shows how long since I've used the forums. [13:51] max12345: identify the make/model of this "home automation" stuff you speak of....then read the documentation of those things [13:52] anyone use cinnamon desktop with ubuntu? [13:52] max12345: as long as the make/model of the "stuff" you speak of remains unknown to you, you will not gain any insight to anything [13:54] Basically I don't see any way to edit the about me page on Ubuntu forums. [13:54] I haven't been on that site in like six or seven years. [13:55] Strange cause I could edit the avatar yesterday, now it won't let me. Guess I should email the mods. [13:59] Emailed them. Think I haven't been online in six or seven years so I got re-restricted. [14:00] I'm using cinnamon and I want to gather windows to a single screen on a multi-monitor setup. Does anyone know how to do that? [14:04] MikeRL: There is (or at least used be) a channel #ubuntuforums on freenode, they may be able to help you [14:06] Jordan_U: ping ... [14:12] Hi - how to improve the battery performance in ubuntu 20.04. Its just power hungry. i have installed TLD, but no use, system just drained the battery. [14:15] DJones, Thanks, I also contacted the mods of the forums through contact us. [14:15] Is it bad etiquette to use both the forums and askubuntu? I think the former isn't used as much as it was years ago. Could be just a rumor. [14:21] Why do i have less battery life when i am using ubuntu 20.04 OS, is there any way to improve it? [14:23] Why do i have less battery life when i am using ubuntu 20.04 OS, is there any way to improve it? , I am using i am using HP Omen 15 (2018) Processor: Intel i7 8750H. Graphics: Nvidia GeForce GTX 1070. RAM: 16GB of RAM. [14:26] ajnr, tweak it? disable 2nd gpu, limit desktop effects and such [14:26] ajnr: maybe take a look in system processes and see if there's anything using unusually high amounts of cpu time [15:13] I want to take a folder of MP3s and copy them to an SD card with random numbers as the file names. I thought this would do it but I just get the resulting file named ".mp3". What am I doing wrong? https://dpaste.org/tTVq [15:15] you probably need to use /dev/random for pseudorandom numbers [15:15] i don't think the environmet variable has been set $RANDOM is evaluating as empty string [15:16] uzumaki: yeah I don't need it to be uber secure or fully random...so I thought I was safe with $RANDOM...strange though...if I 'echo $RANDOM' on the command line I get an random number [15:16] v0lksman: ${RANDOM}.mp3 [15:17] v0lksman: your current script suggest a variable named "$RANDOM.mp3" [15:17] oh yes you need braces around that [15:18] ${RANDOM] not $RANDOM.mp3 [15:18] still no dice but there is also no output if I add an 'echo $RANDOM' before my cp command...weird [15:18] v0lksman: ${RANDOM}.mp3 will work [15:19] https://dpaste.org/Ye5h [15:19] neither the echo or the cp get a random number [15:22] v0lksman: https://pastebin.ubuntu.com/p/t25ZzhcSdN/ [15:22] works fine for me [15:23] huh...no dice over here...strange! [15:23] how're you running the script? v0lksman [15:23] v0lksman: make sure it's bash, not sh [15:24] gahhhhhhh [15:24] $RANDOM doesn't exist in sh [15:24] there you go! [15:24] yep...I had teh shebang as sh but changed it to bash...then ran it with sh ./foo [15:24] dumb [15:24] lol [15:24] happens xD [15:24] thanks folks! [15:24] happy to help! === dex19836 is now known as d === d is now known as deusex1983 [15:58] Hello, is there any tool I can use on linux to zoom the screen? [15:58] so that 2k screen looks like 1080p? [15:59] amosbird: Accessibility tools allow zooming. On Xubuntu all I do is hold Alt and scroll the mouse wheel for example [15:59] hmm [16:00] amosbird: or you can simply alter the resolution the display is driven at to less than its maximum [16:02] which looks really bad === ddstreet_away is now known as ddstreet [16:02] there is a zoom option in systemsettings, 100-125-150-175-200% [16:03] amosbird: how it looks is down to the display at that point. Most hi-DPI displays do a good job of downscaling === Khaotic is now known as Khaotic_Not_Khay === Khaotic_Not_Khay is now known as Not_Khaytsus [16:23] how do I use "file" to get the name out of a ttf file, right now all it says is "rnJhmVJw.ttf: TrueType font data" [16:25] is 18.04.6 stable? [16:25] or should i live with .4? [16:25] !ltsupgrade [16:25] 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 [16:26] somewhere this month, donofrio [16:27] 18.04.6 ??? [16:27] pymagic: you will get 18.04.5 automatically [16:27] oh, he is trolling, nvm [16:27] it's just a point release [16:27] oerheks: or a typo [16:28] even 18.04.5 is not released.. [16:28] donofrio, try 'fc-scan /path/to/rnJhmVJw.ttf' [16:28] https://packages.ubuntu.com/bionic/openssl - 18.04.6 [16:29] pymagic: that's not meant as ubuntu 18.04.6 [16:29] I am looking to update the openssl to 1.1.1g in 18.04 - how do i do that? [16:30] it's the you should have been more clear about it in the first place :) [16:30] - it's the [16:32] Sep 2018 - openssl 1.1.1 is being installed by default. Do I have to compile a newer version for 18.04lts? [16:34] pymagic: why do you need a newer version other than what's available from the official repo? [16:34] what's wrong with the current version in 18.04? [16:35] pymagic: openssl 1.1.1-1ubuntu2.1~18.04.6 was released at the end of May of this year [16:35] pymagic: https://launchpad.net/ubuntu/+source/openssl/1.1.1-1ubuntu2.1~18.04.6 [16:36] leftyfb, thanks! [16:38] so it should be updated by now [16:38] it is. I updated mine 4 days later [16:56] I'm trying to dual boot windows 10 (uefi) with ubuntu20. I think my love usb is bios that's why the ubuntu installer is not able to detect windows OS. My question is how can I create uefi ubuntu live usb? [16:56] *live [16:58] current iso's are all hybrid, UEFI and legacy installer. prepare the usb as you used to do? [16:58] Hey can someone paste me their /etc/apt/sources.list file? (preferably if you got Groovy Gorilla, but else is fine too) [16:58] see the !uefi manual, disable fastboot.. [16:58] !uefi [16:58] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [16:58] smallfoot-, join #ubuntu+1 for groovy [16:59] oerheks, yeah, I know. But if you don't have groovy then Eoan is good too [17:00] you can do it yourself; https://repogen.simplylinux.ch/ [17:01] yeah, it generates, but I don't know how the default one looks [17:01] oh that site has changes :-( [17:02] https://gist.github.com/h0bbel/4b28ede18d65c3527b11b12fa36aa8d1 [17:02] yeah, that one is from old baby 18.04 very old lol [17:03] Hello [17:03] I've installed a Kubuntu 20.04 for a friend, but today it will not boot, it's stuck at systemd-user-sessions.service [17:03] I've searched the web, but search engines don't like me [17:04] old? it is working.. === hugh_marera_ is now known as hugh_marera [17:04] explain why you need a copy of the sourceslist? [17:05] Does anyone have a clue for me? Cheers. (I've just booted a kubuntu USB stick, I don't seem to see a "reinstall but don't delete /home" option. [17:05] oerheks, because when I did ran update it found no updates, so maybe something wrong wit mine [17:06] smallfoot-: how about you pastebin yours here [17:06] lotuspsychje, okay [17:07] lotuspsychje, https://pastebin.com/FvvzbkUa this looks weird? [17:07] hey all, i'm trying to preseed an ubuntu desktop with foreman (which i've done in the past) but when the system boots up it doesn't dhcp... [17:08] if i log in and run dhclient it works just fine, just won't do it on bootup...any ideas? [17:09] smallfoot-: 19.10? === kostkon_ is now known as kostkon [17:10] M_aD, no I am 20.10, i am wild boy [17:13] well then, if you are on 20.10 then do as oerheks suggested and join #ubuntu+1 [17:13] you're not even on eoan [17:13] i did, but nobody is on that channel [17:14] enough people there [17:14] maybe afk but still there [17:15] and by the way, Ubuntu 13.10 _Saucy Salamander?? [17:15] yeah, afk people are useless [17:15] yeah, because I used ubuntu since back in the days [17:15] and i used it since 13.10 and never reinstalled, just upgraded [17:15] dude, people aren't 24/7 at their keyboard [17:16] btu enough of filling the support channel with cruft :) [17:22] and everytime i open Software Store it try to advertise me proprietary software [17:25] you do not have to install those.. but your actual uestion was; i get no updates? [17:25] maybe you are up2date, or try apt update && apt dist-upgrade [18:03] May I know where does ubuntu 18.04 brightness value store ? === ace_me1 is now known as ace_me [18:09] nbusrone : likely /org/gnome/settings-daemon/plugins/power/idle-brightness ? [18:09] in dconf-editor [18:10] if you open dconf-editor, navigage to that value, and play with your brightness buttons on your laptop [18:10] you should see it change [18:11] I can't check for you, I'm not on a laptop right now [18:12] DrMax : what are you on now ? [18:13] desktop with external screen [18:13] DrMax : desktop means with dedicated graphic card or intel chipset graphic ? [18:14] nvidia gtx-something something [18:14] so in /org/gnome/settings-daemon/plugins/power/... you may have keys that aren't on my machine [18:14] DrMax : ? nvidia driver ? [18:15] DrMax : ? nvidia open source driver ? [18:15] nvidia-440 [18:15] DrMax : Good , I have someone to discuss :) [18:15] DrMax : your GC model ? [18:16] GTX 1650 super [18:16] DrMax : Anyway it's also the same.I am on the same boat [18:16] you may have kets brightness-ac and brighness-dim-battery [18:16] DrMax : Are you able to set your nvidia- xserver setting brightness ? [18:17] I never tried [18:17] The screen is pretty much calibrated for photo and video [18:17] https://itectec.com/ubuntu/ubuntu-how-to-stop-automatic-brightness-change-while-on-battery/ [18:17] DrMax : sorry , i mean i am using a desktop with a 440 and gtx 10 series. [18:18] that may answer some of your questions [18:18] ah [18:18] then I don't really know. Usually it doesn't even detect brightness [18:18] I'm not even sure HMDI allows for it [18:19] All I have is the color device profile for it [18:21] DrMax : how do you do a color device profile ? [18:22] 1) get one from the standard list that comes with ubuntu [18:22] 2) get one from the CD that came with the screen [18:22] 3) use expensive color-probes thingies [18:23] I guess I had the one from the company (so 2) ) [18:23] yaah and.... [18:25] DrMax : i am not sure what do you mean by that , or you are using spyder color checker or something similar to generate color profile. [18:25] there is a list of known icc profiles [18:26] So you can search on the site of the company you bought your screen from and download the icc profile for that device [18:26] DrMax : i am not asking it , i hope you could help me by just going to nvidia x server setting , yuor monitor DVI name and change the brightness.I am getting brightness reset. [18:27] I don't have a brightness option in nvidia-settings [18:28] hey DrMax [18:28] nor anywhere else [18:28] DrMax : Sorry , i mean my question was not about icc profile , my condition is the brightness reset on nvidia desktop 440 driver.I wanted to know whether you are facing the similar issue here. [18:28] Shreyanka : yes? [18:28] no, all is well [18:29] can you just say m how to text someone in private? [18:29] DrMax : I just hope you could at lease test the brightness by slide it to lower or higher. [18:29] Shreyanka : you must be identified [18:29] nbusrone : I can't (no options, no interface to do so) [18:30] My computer thinks the screen doesn't do that [18:30] heya i'm on ubuntu 16.04 lts but on a laptop thats pretty shoddy and just moved a hard drive into it with ubuntu already on and a lot of the memory already used. I've got a bit of a weird/annoying bug with nautilus [18:30] DrMax : terminal , type nvidia-setting [18:30] Actually I am a complete beginner. DrMax can you please guide me on how to get identified? [18:30] the Network option in the left hand side keeps appearing and reappearing, often at quite a clip [18:30] no clue why and would be happy to just remove the network option but no idea how to do it [18:30] DrMax : nvidia-settings , forgot the s [18:30] yes, but no screen brightness [18:31] DrMax : did you see your GPU name ? [18:31] DrMax : down the PowerMizer , is your monitor [18:32] DrMax : If you are using vga = vga or DVI or DP [18:32] Disaster_Area: i think i already forgot what this looked like on 16.04, can you show a screenshot? [18:32] HDMI [18:33] tomreyn, sure [18:33] DrMax : you are using HDMI ? [18:33] the closest I have is "color correction" [18:33] I don't have my browser open though uhm will be a minute while I upload a picture there [18:33] yup [18:33] DrMax : yep the color correction [18:33] it works there [18:33] Disaster_Area: that's fine [18:34] Indeed it does [18:34] DrMax : try to slide it to lower or higher . Then open a browser play a youtube [18:34] it doesn't affect the screen, but the image sent to the screen [18:34] https://imgur.com/812Frcz tomreyn [18:34] yes, it resets [18:35] it seems to be behaving fine at this moment but dont know if it will go back on the blink again [18:35] DrMax : I though you are using a monitor ? but you are on hdmi ? [18:35] DrMax : That is what i am asking , it seems like no one notice at all . [18:35] yes, hdmi ? what's weird about that? [18:36] DrMax : It get reset even on Monitor even you confirm current change [18:36] yes [18:36] So it is reproducible [18:37] Disaster_Area: hmm, i missed you said nautilus (i was wondering "which network option on the left?"), this makes a lot more sense now. i don't know why it would be vanishing, though. my guess is this can be related to samba or nfs support. if you don't need to speak samba (windows file sharing) then you could just uninstall the samba daemon [18:37] DrMax : once you logout and login , it reset , once open a youtube reset [18:37] or just a video on imgur too [18:37] DrMax : what do you think causes it to reset ? [18:37] hmm tomreyn would windows filesharing in this instance include USB connections? [18:37] Disaster_Area: doing so *may* prevent the network icon issues. or you could chekc you system ogs to see what is actually happening. [18:38] I don't speak very fluent linux to diagnose it myself unfortunately heh [18:38] Disaster_Area: no, not usb [18:38] hmm ok then probably would be fine to remove it [18:38] so would it just be sudo apt uninstall samba [18:38] ? [18:38] DrMax : you can try testing it out by logout and login or reboot your PC , or start watching a youtube video or leave your hdmi monitor to run on and power on.All get reset [18:38] nbusrone : probably some half-baked interaction between disabling screen-saver while video runs or something like that [18:39] no. I'm not loging out nor rebooting [18:39] DrMax : I mean the setting get reset. Did you try xrandr ? [18:39] Disaster_Area: yes, i'd probably run sudo apt-get --autoremove purge samba [18:40] thanks :D [18:40] tomreyn , lotuspsychje : looks like not only me who get the same issue with brightness reset. [18:40] tomreyn, "Package 'samba' is not installed, so not removed [18:40] " [18:40] nbusrone: i'm not sure what you're referring to? [18:41] Disaster_Area: okay, try this: sudo apt-get --autoremove purge smbclient libsmbclient [18:41] no, I havent tried xrandr [18:41] Disaster_Area: okay, try this: sudo apt-get --autoremove purge smbclient libsmbclient samba-common [18:41] the second one is doing something [18:41] The quick workaround would be to adjust your screen's brightness from the screen itself [18:41] DrMax : May I ask , did you see nvidia graph line when you reduce the brightness of RGB together ? [18:42] I haven't paid attention [18:42] DrMax : Did you notice the x axis and y axis of color getting lower ? and not curve ? I wonder why was it getting lower in axis but not curve [18:42] The image brightness changed noticeably [18:42] let me try [18:43] the line goes down, without changing orientation [18:43] DrMax : At the image,https://i.imgur.com/2TFGdhP.jpg on nvidia setting , [18:43] When I lower the Birhgtness to -50 https://i.imgur.com/FfCPFhJ.jpg and -1 value https://i.imgur.com/2TFGdhP.jpg of the Nvidia setting graph line lower top and bottom equaly but when I lower the brightness , the graph line only gets lower at the top and not equal.https://i.imgur.com/xoO4mTz.jpg and reduce to none https://i.imgur.com/9q7ofeI.jpg only flatten the graph compare to nvidia setting. [18:44] yes, does the exact same thing [18:45] DrMax : I am not sure why it lower the brightness RGB axis and not curve. Any term to call it as ? I dont know much about photo and video editing term referring it. [18:46] curve would need gamma too [18:46] DrMax : long short , I reduce the RGB brightness over nvidia and get reset with the trigger of logout/reboot/youtbe/monitor turn back on from sleep. [18:47] File a bug to nvidia? [18:47] You have a good case, it's reproducible (at least, it gets resetted when a video starts) [18:47] DrMax : so the gamma also the reason to get axis to get lower ? [18:48] gamma correction sets an exponent on the value it makes the line curve up or down (but in a somewhat limited fashion) [18:48] brightness seems just to be a multiplier [18:48] 0.8 brightness means 80% intensity for all colors [18:49] DrMax : It's not about nvidia bug , more on kernel bug it happen on 14.04 or kernel 3.1 up until now 18.04.5 kernel 5.3 [18:49] DrMax : In which way I can produce the color exact as nvidia ? [18:50] I'm on 20.04 now, kernel 5.4.something [18:50] DrMax : Should be the same issue [18:50] 5.4.0-40 [18:50] I matches your symptoms [18:51] DrMax : Normally no one bother about it , but even now I am getting color reset.Maybe someone does not care about it but it happen too often for me. [18:52] I know the feeling [18:52] thanks for fixing the graphics [18:52] whew, thought i was screwed [18:52] i think i found a bug in recvmsg [18:52] I have a similar issue with 20.04 [18:52] ibus (probably) shows bubbles when you type accents [18:53] that's really annoying [18:53] I have no idea how that passed [18:53] in recvmsg, between __pthread_enable_asynccancel() and __pthread_disable_asynccancel() a new memfd is created, which is racking up loads of memfd's, in which by the time i recieve an 8th fd i get too many sockets error, and i checked in /proc/PID/fd and its full of memfd fd links [18:54] i have a question, many models.. many pre-fixes... how often should someone TRIM his (new) 3D ssd ?? [18:54] https://imgur.com/a/wusRCfP [18:54] I can't figure how someone tought it was a good idée [18:54] HackerII: there should be a systemd timer set to run every week to trim [18:55] DrMax : I can't set the axis similar to nivdia setting on x axis , gamma ? [18:55] DrMax: write in a different language, one without accents? :) [18:55] * sarnold runs [18:55] sarnold, true.. but... once a week may or not be true.. is there a concrete answer ???.. thanks [18:57] sarnold : har har. [18:57] HackerII: no, there probably isn't a single "best" -- if you run it too frequently, you'll use up your device's write cycles. if you run it too infrequently, it'll use up its write cycles by trying to wear-level stuff that you may not care about anymore.. [18:57] HackerII: but weekly seems to be working fine [18:57] HackerII: systemctl | grep trim [18:58] journalctl --since=2020-07-06 | grep fstrim [18:58] well said san [18:58] sar [18:58] sarnold, [18:58] done [18:58] DrMax : If you use before gimp image editor , something similar to Color>Curves and drag the x and y lower but not curve it. [19:02] I must say.. ubuntu seems to be ahead of all these games.. for me.. ive been a ham/cb tech for 50 yrs.. and when i come across a problem.. i attack it head on and look for the weakest link.. seems to me.. ubuntu has done just that. yes.. i have tried many other linux distributors .. to no avail.. i am a very blessed man.. i have used ubuntu snce 6.06 and abd am very impressed. thanks UBUNTU> [19:02] nbusrone : yes, no, it doesn't do the same thing at all [19:02] HackerII : and the upgrade to 20.04 broke almost nothing [19:03] how is that DrMax [19:03] what changed [19:03] just the stupid gnome hot-keys (win-3 launches the 3rd application on your bar) [19:03] and [19:03] ? [19:03] (I use win-3 to switch to 3rd desktop) [19:03] Well, I have a bunch of non-default shortcuts [19:04] most of them survived the upgrade [19:04] DrMax, what changed that i should continue ?? [19:04] Sure, if you're using most of the default behavior you won't have problems [19:04] speak freely [19:04] DrMax : Newbie , so I though it would be something similar , in your experience , it's nvidia setting that reset the brightness ? kernel ? xrandr of the OS it self or something else ? [19:05] DrMax, do i now have to deal with nightly builds ?? [19:05] nbusrone : probably X ? [19:05] HackerII : no [19:05] You upgrade everything and you go on with your life: it keeps all configurations files [19:05] DrMax, what about my graphics.. intel 2nd gen [19:05] It should work OK [19:05] DrMax : X ? nvidia ? [19:06] DrMax, why should i upgrade.... explain [19:06] nbusrone : I have no way of knowing that easily. I know neither well enough to have an idea like "oh, yeah, it's the CreateAVideoWindowOFsomeSort function that has a bad parameter" [19:06] HackerII : on what version are you? [19:06] 18 [19:07] 04 [19:07] works exceptional [19:07] 18.04 LTS then It's still has a couple of years left (up to 2023 being supported, if I recall correctly) [19:07] like 7.04 did [19:07] I started with 5.05 [19:07] so [19:07] wha t did i just say [19:08] DrMax : Thanks , normally you didn't adjust the brightness through nvidia or xrandr or some other ppa application like brightness controller ? [19:08] nope [19:08] 7.04 was great.. it screwed up with 7.04 [19:08] just calibrated the screen separately [19:08] figure that one out [19:09] Well, if you're happy with 18.04LTS with no hardware problem, no need to upgrade in a rush [19:09] DrMax, what is the amplitude of upgrading [19:09] It's just that I upgrade from LTS to LTS to make sure I get the right stuff and not end-up with unupgradable software [19:10] HackerII : faster gnome? more configurability for gnome [19:10] wha t software would that be [19:10] better stability for me and my graphics card [19:10] explain [19:10] say LaTeX [19:11] i dont use latex.. im a worn out click & bait windoze user [19:11] DrMax : you just adjust the brightness through the monitor button ? I guess that is the only option for me to adjust the brightness [19:11] anyone? [19:12] nbusrone : yes (and actually no, because it's on the default settings, being factory-calibrated and all that) [19:12] TacoCodedSalad, please explain [19:12] TacoCodedSalad: welcome to ubuntu support, do you have an ubuntu support question? [19:12] TacoCodedSalad, you can repeat your Q after such long time [19:12] in recvmsg, between __pthread_enable_asynccancel() and __pthread_disable_asynccancel() a new memfd is created, which is racking up loads of memfd's, in which by the time i recieve an 8th fd i get too many sockets error, and i checked in /proc/PID/fd and its full of memfd fd links [19:12] !bug | TacoCodedSalad [19:12] TacoCodedSalad: 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. [19:13] ya [19:13] bug [19:13] I got to go, but I'll be back a bit later ... me has things to do [19:13] is anyone else getting this? [19:13] as well? [19:13] DrMax, Gday mate [19:14] TacoCodedSalad: which software are you actually referring to? [19:14] HackerII: can we help you with something? [19:14] DrMax : Normally on a dark room and everytime I need control the brightnes using button which is tedious , I though of using nvidia or brightness control but it keep on resetting to default value when it get trigger with logout/boot/youtube/wake up screen [19:14] tomreyn: none [19:14] no sr [19:14] HackerII: this is a support channel. Please /join #ubuntu-offtopic for idel chat [19:14] idle* [19:14] tomreyn: its a program i wrote myself [19:14] TacoCodedSalad: oh wow, that sounds really odd. quite a lot of applications will run recvmsg() in a tight loop, so if glibc's just outright leaking a ton of fds, I'd have to imagine not much would work well [19:15] TacoCodedSalad: can you pastebin your source code? [19:15] TacoCodedSalad: then you seem to be on the wrong channel, since this channel is for ubuntu support (not development) [19:15] that uses sockets for fd transferal from 1 program to the next [19:15] there's channels about C and programming out there [19:16] !alis | TacoCodedSalad [19:16] TacoCodedSalad: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [19:16] have a good day folks.. thank you for your service and attributes. [19:17] sarnold: https://gist.github.com/554adfd3c6b7c874852d396fd3979fa0 [19:18] DrMax : I tried multiple way , xrandr --output DVI-D-0 --brightness --gamma , xcalib , add "quiet splash acpi_osi=Linux acpi_backlight=vendor" or nvidia.NVreg_EnableBacklightHandler=1 , still get reset .Edit xorg and add Option "RegistryDwords" "EnableBrightnessControl=1" still get reset.I have no other way to fix it since i am newbie on linux setting. [19:19] DrMax : Maybe revert to nvidia nouveau open source driver may fix the issue . [19:19] tomreyn: i still think this is related to Ubuntu, in either one of the libs it ships with, or in its kernel, i dont know [19:20] TacoCodedSalad: as long as sarnold is happy to discuss it here, i guess i'm fine. [19:21] TacoCodedSalad: which ubuntu version and kernel version are you using there anyways? [19:21] any special environment? [19:22] Hopefully someone over here can confirm whether it's a bug or a setting that affect brightness reset.I need to fill a bug on ubuntu.Hope someone can help out by then DrMax [19:23] TacoCodedSalad: I believe in the case of recvmsg() indicating the peer has closed the socket, or an error, you should also close your side of the socket, no? also, I don't know if it's intentional, but the recvmsg() on line 9 appears to be throwing away the received data -- is that intentional? [19:23] when i cmake in weechat, all the dependencies are fixed if i do build-dep, except for with php. any ideas? [19:27] I have several 18.04 installations that do not notify user about new LTS version. Is this a generally known bug? [19:28] tomreyn: ubuntu 20 [19:28] Ubuntu 20.04 LTS [19:28] Linux smallville7123-MacBookPro 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [19:29] sarnold: specifically the memfd is created here: [19:29] (gdb) stepi 0x00007ffff7f4308b 28 in ../sysdeps/unix/sysv/linux/recvmsg.c (gdb) shell ls -l /proc/235509/fd/18 ls: cannot access '/proc/235509/fd/18': No such file or directory (gdb) stepi 28 in ../sysdeps/unix/sysv/linux/recvmsg.c (gdb) shell ls -l /proc/235509/fd/18 lrwx------ 1 smallville7123 smallville7123 64 Jul 14 05:26 /proc/235509/fd/18 -> '/memfd:memfd (deleted)' (gdb) [19:29] DrMax : thanks for the help :) I may have question next time regarding with color control , hope you'll spare sometime to guide me then thanks :) === nshireTimeout is now known as nshire [19:31] elias_a: if any of them does, i think that would be a misconfiguration of a bug at this time. [19:33] wow, that's short .. https://sources.debian.org/src/glibc/2.31-0experimental2/sysdeps/unix/sysv/linux/recvmsg.c/ [19:34] elias_a: s/ of / or / [19:37] elias_a: "Users of 18.04 LTS will be offered the automatic upgrade when 20.04.1 LTS is released, which is scheduled for July 23rd" https://lists.ubuntu.com/archives/ubuntu-announce/2020-April/000256.html [19:50] Anybody managed to get the D-Link DWA 171 WiFi USB working with Ubuntu 20.04? [19:51] jozefk: please detail your issue. Any error messages and/or what you have done so far. [19:51] brand name does not say anything, what chipset is used [19:51] I tried to install the driver but WiFi is not appearing. Just like I installed nothing [19:52] lspci or lsusb gives details, paste that single line here please [19:52] jozefk: how did you try to install which driver? [19:52] rtl8812au should be. That's what worked on Debian Testing at least. But Ubuntu got kernel 5.4.0. I don't if that's the reason [19:53] Bus 003 Device 002: ID 2001:3314 D-Link Corp. 802.11n WLAN Adapter [19:53] leftyfb, I found a driver on github and installed it with dkms [19:54] then I removed it because it didn't work. Then tried another driver from github, that one didn't work either [19:54] I think I still didn't remove that second one [19:56] is there any linux sound mixer? say I have a track and I want to add effects to it, synth and so... [19:57] tomreyn: Oh, I was not aware about the date. Thank you! [20:01] frad, if you cant find one, you might look at video editing programs. they should how tools for that [20:04] frad: audacity perhaps? [20:04] ok... [20:06] holy shit, you are loaded! https://www.tecmint.com/free-music-creation-or-audio-editing-softwares-for-linux/ [20:50] Jordan_U: ping [20:54] hi how do I launch software & updates from terminal line ? https://imgur.com/vB5F2bv [20:54] nbusrone: sudo apt update && sudo apt upgrade ? [20:55] sarnold : nope , I mean the gui https://imgur.com/vB5F2bv [20:55] ah [20:56] sarnold : does it call software and updates ? or something else ? I can't seem to find anyway to launch it.Repository ? [20:59] software-properties-gtk on my system [20:59] Ben64 : thank you , it works , will remember the word [21:08] sarnold , Ben64 : do you think there is a way to call an application when waking up from blank screen ? [21:10] like , when the monitor is in black screen after 10 minutes idle , by moving the mouse wake the display.There I add a call for "xrandr --output DVI-D-0 --brightness" to set the brightness ? [21:11] Because I can't find any permanent way to force brightness setting. [21:11] nbusrone: nothing that I know of [21:12] sarnold : oh , well , i really did the most of the way finding out how set brightness as permanent but no luck , i am not even know whether it's a kernel but or nvidia driver even open source nouveau doesn't set the brightness as permanent.. [21:24] howdy folks.. can someone assist me in how to connect to my router via a usb console cable? [21:25] Cisco? [21:26] yeah.. found it .. screen [21:26] but if there is a better way.. I'm all ears [21:27] actually , here is probably a more relevant question [21:27] dmesg shows it as /dev/ttyUSB0 [21:27] will it always be enumerated as that? [21:29] it depends what else you've got plugged into your system [21:29] you can probably give it a more 'persistant' name via udev's matching rules [21:30] its the only usb console / serial cable I own.. well that I'll hook up. My other wont work with this router.. wrong interface (db9 vs rj45) [21:30] ok.. so best practice then would likely be to just dmesg right after plugging it in and see what it's assigned it as [21:31] yeah, that's certaily easiest if you'rejust oging to be doing it once in a while, or from many machines, etc [21:32] once I get the switch IP'd.. this cable will gather dust lol [21:32] its my only managed switch [21:33] well, not quite accurate.. the dell in theory is, but this old hunk is better in everything but line speed.. and really 100mb in my house is MORE than enough [21:33] appreciate it.. guess I an do some reading up on udev matching rules.. I'll forget them from a off the top of my head standpoint, but something will stick [21:35] Today (or yesterday) I've started suddenly seeing popups in the bottom left of the screen, saying "You are currently offline" and then immediately afterwards "Your internet connection was restored". Is this a new Ubuntu thing? [21:35] scythefwd2: ^ A short text file beats a long memory every time :P [21:35] not wrong.. just remembering where the file is :D [21:35] OK.. how do I close out of screen without killing my terminal? [21:37] pinnerup: not a universal one, no. as always, details on your installation and hardware, and relevant logs can help analyze such issues. [21:39] scythefwd2: type "exit" to close the shell you are running there, or press ctrl-d. to keep the inner shell / tty connection active (and thus screen, too, but not in the foreground), you can press ctrl-a-d (detach) [21:39] scythefwd2: ctrl-a d [21:40] tomreyn: Okay, just trying to see what's causing it. I'm suspecting it may be Facebook instead. The popup seems only to appear in browser windows with Facebook open, come to think of it. [21:40] thanks.. that just detaches from it and keeps it running in background right? [21:40] yeah [21:41] you can then use screen -r to go back to it [21:41] pinnerup: can'T comment on this, i hardly ever use this site. [21:42] is there a way to fully close it? Like I'm packing up the laptop and dont want to be connected anymore besides ctrl-a-d and then killing the process [21:42] <_jak> Hi all! I can't get my GUI to start on a fresh 20.04 install. I can log in fine over ssh, and when I start the machine I get all the graphical stuff, but when I log in, it shows the desktop for a sec, but it quickly throws me back out to the login screen [21:45] _jak: you should look for errors in journalctl -b 0 -r or dmesg [21:45] if you think its jsut fb.. you could ping something like google and look for dropped packets while it's going on [21:46] k4rt0f3lch33t4h has the better answer but mine would be pretty obvious and real time feedback [21:47] scythefwd2: ctrl-a \ to force GNU screen to quit. [21:49] much thanks again [21:58] <_jak> k4rt0ff3lch33t4h: thanks! This has given me a breadcrumb [22:00] Jordan_U: Ping ... [22:02] _jak: np [22:18] rjwiii: I'm here, sort of. [22:20] Jordan_U: is now a good time? I would like to pick up where we left off yesterday ... I'm the guy that deleted my EFI partition by accident ... [22:21] Jordan_U: you told me to create a new FAT partiton ... [22:21] Jordan_U: Then you got disconnected ... [22:21] rjwiii: I'll be able to give you my full attention in about 10 minutes. [22:22] Jordan_U: thanks ... I can wait ... [22:22] rjwiii: (Repeating the message I sent late last night, I'll go into more detail in 10 minutes on each of these steps) Sorry about that. Had an emergency come up. There are two options here, the fancy one and the straightforward one. The fancy one is to try to re-create the partition table entry without changing the data in the partition, that would magically get everything back in one step. I prefer the [22:22] more straightforward route that has more steps, which is to make a new fat32 partition, with a new filestem, then change the UUID in your /etc/fstab to match the new filesystem UUID, then check with "sudo mount /boot/efi/" to confirm that it's correctly setup in the fstab, then run "sudo grub-install" (no other argument needed) to re-install grub to your new EFI System Partition. Then you should be able [22:22] to reboot happily. [22:25] Jordan_U: I didn't see that message ... you got cut off after instructing me to create the partition ... [22:29] Jordan_U: just ping me when you're ready ... [22:51] rjwiii: I'm ready. If you ever want more detail, please ask. Start by just making the new FAT32 partition then pastebin the output of "sudo blkid". [22:52] Jordan_U: I'll be back within 5 minutes ... Just need to show the wife something ... [22:56] Jordan_U: I'm back ... [22:57] Jordan_U: Here's a photo of what the Disk Utility looks like ready for me to press "Create": https://imgur.com/qQs5p3E [22:57] Jordan_U: Volume name? Can that be anything? [22:58] Jordan_U: and should I [22:58] Jordan_U: and should I "Erase"? [22:58] that setting seems correct for the EFI partition. [23:00] i cannot get past the login screen anymore. it just freezes. i think its because i unplugged with an external monitor plugged in, and removed it when i rebooted. it constantly spams the message: [23:00] cannot open display "default display" [23:01] is there some way to reset the monitor settings? [23:01] i have access to a shell via ctrl+alt+f2 [23:01] but that's it [23:02] im on a thinkpad x230 btw, if that matters [23:04] N64N64: firstly, ensure its a user-profile-only issue by created a new empty user account and logging into the GUI successfully with that. "adduser test" at the CLI [23:05] N64N64: if that works you can then find/remove the offending config in your usualy user profile, which'll be under either $HOME/.config/ or $HOME/.local/ [23:06] TJ-: genius [23:06] test account works [23:07] N64N64: OK, so now, in the CLI, we can hunt down the offending config. Are you using regular Ubuntu/Gnome (not Xubuntu/Kubuntu/Lubuntu etc.) ? [23:07] yeah [23:07] regular ubuntu 20.04 [23:07] N64N64: I don't use Gnome (ever) so I'm a bit vague on where the config is but I do recall dealing with this for others a long time ago [23:08] rjwiii: Erase is not needed, but also won't hurt anything. [23:08] im going to remove gnome immediately after this lol [23:08] Jordan_U: Press "Create"? [23:08] TJ-: which *ubuntu do you recommend [23:08] rjwiii: Yes. [23:09] N64N64: start off with the CLI, ensuring you're in the offending user account, then do "find $HOME -type f -name 'monitors.xml' -ls " [23:09] Jordan_U: Done ... [23:09] N64N64: I deploy Xubuntu for desktop use [23:10] rjwiii: Please pastebin the output of "sudo blkid". [23:10] N64N64: hopefully that command will find a file [23:10] TJ-: i already removed that [23:10] from googling earlier [23:11] maybe i should just nuke ~/.config [23:11] or mv it somewhere [23:11] Jordan_U: https://paste.ubuntu.com/p/xyr45fjqPz/ [23:13] Jordan_U: line 38? UUID? [23:13] N64N64: OK, so there's more to squelch then. If we can figure it out ... I seem to recall there's something in $HOME/.cache/ somewhere too and you CAN remove that. Try "mv $HOME/.{,old}cache " then GUI login [23:14] nuking .config didnt do anything. trying .cache [23:15] rjwiii: Correct, 9969-4B9E is the UUID you need to put into /etc/fstab to replace the old UUID for /boot/efi/ . Do you know how to edit text files as root? [23:16] TJ-: nuking .cache did not work either. tried rebooting as well [23:16] and by "not work" = nothing changed [23:16] N64N64: all that is left is $HOME/.local/ then in terms of hidden files/DBs [23:16] * N64N64 prays [23:16] N64N64: you might want to bring back .config/ once you've solved this [23:17] oh god .local has all my steam games [23:17] N64N64: well there's a win for starters then :D [23:17] I've just saved you Gigabytes :p [23:17] Jordan_U: This rjwiii getting ready for a reboot on another computer ... [23:17] lol [23:18] Jordan_U_: sudo nano ... [23:18] rjwiii: Yup, that works. [23:18] well that was a blast down memory lane.. haven't touched a blank router for probably 18 years.. and got this things ios backed up.. thanks again for the tips using screen [23:19] TJ-: .local didnt work either :/ [23:19] Jordan_U: So, Line 39, not 38? [23:20] Cannot open display "default display" [23:20] ^ that keeps getting spammed in shell for ctrl+alt+f2 [23:20] N64N64: how are you 'starting' the GUI session ? [23:20] rjwiii: Yes, 39. You can tell because its the first partition (sda1) and also because it has the filesystem label that you chose, "EFI". [23:21] rjwiii: Sorry that I didn't notice that you actually said 38 the first time :) [23:21] TJ-: no clue. whatever ubuntu does by default [23:21] maybe i should try xinit? [23:21] are you trying sudo? [23:21] N64N64: as an experiment try "sudo systemctl restart display-manager" [23:21] Jordan_U: Done and saved ... [23:21] N64N64: this would restart the GUI greeter session again [23:22] rjwiii: Great. Now try running "sudo mount /boot/efi/". Hopefully it should complete with no output. [23:22] TJ-: yeah that restarted it [23:22] but still cant login [23:22] N64N64: also, if it fails, check for clues in $HOME/.xsession-errors [23:22] N64N64: and the Xorg.0.log that is somewhere in $HOME : "find $HOME -type f -name 'Xorg*.log' [23:22] Jordan_U: Success ... no output ... [23:23] N64N64: Xorg log is what we really need to see [23:23] Jordan_U: Double checking with an "ls -al" ... [23:23] rjwiii: Great. You should see no files in /boot/efi/ (yet). [23:24] Jordan_U: none yet ... just . & .. [23:25] rjwiii: Now run "sudo grub-install" . [23:26] Jordan_U: Installing for x86_64-efi platform.Installation finished. No error reported [23:27] TJ-: https://pastebin.com/raw/68DA1abK [23:27] rjwiii: Great. You should be able to reboot now, and you're done. [23:27] o shit i slightly doxed myself lol [23:27] oh well [23:27] Jordan_U: Ok ... attempting a reboot now ... wish me luck ... [23:29] Jordan_U: Drumroll please ... [23:30] Jordan_U: All is well ... thank you [23:30] it cant find a few drivers [23:30] but other than that [23:30] it seems fine? [23:30] mr-rich: You're welcome :) [23:30] N64N64: that looks remarkably clean and OK [23:30] aslkdjaslkdj [23:30] maybe just [23:30] make a new user [23:30] move everything over [23:30] N64N64: it shows a shutdown at the end but not what caused it, but timestamps show it is immediate [23:31] i did $(reboot) [23:31] `reboot` [23:31] which fw does ubuntu 20.04 use? is it iptables? [23:31] Jordan_U: I'll tell you the story of how that happened once I get back on irc ... [23:31] N64N64: I recall there might be something stored under /var/ too [23:31] a log you mean?or config file [23:32] !ufw | scythefwd2 [23:32] scythefwd2: Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [23:32] much thanks [23:32] scythefwd2: Note that UFW of course itself uses iptables. [23:32] oh interesting [23:33] oh nvm [23:33] running `xinit` caused an error [23:33] N64N64: ahhh, that is only with lightdm, not gdm3 [23:33] but under the test account [23:33] it also errored, so nvm [23:33] TJ-: ? [23:34] lightdm causes an error when running `xinit`? [23:34] N64N64: the /var/lib/lightdm-data/ is only with the light display manager, not Gnome Display Manager [23:34] oh i see [23:34] maybe i should just remove gnome [23:34] and install xfce [23:34] or rather, just install xfce and change the settings, not remove gnome [23:35] N64N64: we know this is per-user so there's something in your $HOME... I wonder if it could be files not owned by that user? try this to identify them: "find $HOME -not -user $USER -ls" [23:35] okay interesting [23:35] something changed [23:35] Jordan_U: note that thtere's some effort in ufw to support nftables stuff https://git.launchpad.net/ufw/commit/?id=9e095c2253ad68aaf6768506081af352dee2d0fe [23:35] now when i try to log in, it immediately kicks me back [23:36] it doesnt freeze or anything [23:36] so maybe i have something in my ~/.profile or something that causes it to log out [23:36] i dunno [23:36] wait that wouldn't matter cuz i would need to open a shell [23:36] and my .profile is normal i think [23:37] TJ-: that command didnt output anything [23:37] sarnold: Thank you! I was actually wondering about that. [23:38] N64N64: so that's good [23:38] N64N64: next we have to identify the most recently accessed files and study the list for ones that might be related to this issue, so start with "ls -latr $HOME" [23:39] N64N64: pay attention to the 'dot' files, those with a leading . on their name, which are by convention usually hidden from directory listings [23:40] N64N64: unless gnome has started putting settings somewhere other than .config/ or .local/ or .cache/ there should be 'dot' config files for lots of things in $HOME and possibly some directories too which you'll need to explore as well [23:40] .bash_history, .profile, .cache, .config, .local (since i removed them), .bashrc [23:40] maybe .bashrc [23:40] N64N64: hmmm doubt it very much! [23:41] wow [23:41] that was it [23:41] wtf [23:41] N64N64: if this is caused by a config issue the offending file would almost always be found in .config/ or .local/ - I'm now wondering if you've got some autostarting program on login that caused this [23:41] Jordan_U: Just to tell you the story ... I'm and old school geek (pushing 60) and I was feeling nostalgic. So I was trying to set up Quake I to run on my new Thelio. It doesn't have a CD drive on it, so I was going to blast away the contest of a thumb drive and put the Quake I files on it. I selected "Open in Disks" and when Disks came up I assumed (incorrectly) that my thumb drive was selected [23:41] N64N64: .bashrc ?!? [23:41] why would it source .bashrc on login [23:41] yeah [23:41] maybe some weird shit i have installed [23:42] N64N64: have you customised it in any way [23:42] N64N64: OK, lets see its content, can you pastebin it? [23:42] yeah gimme a sec [23:42] gonna revert everything [23:42] N64N64: good plan! [23:43] TJ-: https://pastebin.com/raw/3tMM86kr [23:43] i think its the default [23:44] Jordan_U: selected. So I started deleting partitions ... it was then I relized my thumb drive was NOT selected ... DOH! ... As I said, I'm an old school geek. This EFI stuff is new to me. If it had been good ole' LILO, I would have had it fixed in a jiffy ... [23:44] Jordan_U: Thanks again for the help ... [23:44] and here is ~/.profile [23:44] https://pastebin.com/raw/tKiit5jD [23:45] N64N64: so maybe one of the other files being sourced then [23:47] rjwiii: You're welcome. [23:48] N64N64: is there something in $HOME/local/bin/ that get's executed in place of a system executable due to it being first in PATH ? [23:55] ohhhh [23:55] nah [23:55] aite dolphin-emu hammer ripcord [23:55] is all thats in there [23:55] TJ-: [23:55] also brb gonna get some food [23:59] N64N64: did the timestamp on .bashrc indicate a recent change ?