[00:03] can you please validate this command successfully completes on your system [00:03] echo $(apt list --installed | cut -f1 -d/) $(apt list | cut -f1 -d/) | tr ' ' '\n' | sort | uniq -c | sort -n | sed -r 's/^ *//' | grep -vE '^2' | cut -f2 -d' ' | sed 's/^/sudo dpkg --configure -a \&\& sudo DEBIAN_FRONTEND=noninteractive apt-fast -y install /' | grep -v acpi-override-initramfs | parallel -j1 & [00:03] who is that for? [00:04] yes, when it is finished you can let me know thank you [00:10] are you asking me to check if i have acpi-override-initramfs installed? [00:11] i don't have it atm. [00:42] I need help uninstalling a snap package. I'm using Rocky Linux but I couldn't find an active channel for snap so I'm here. [00:43] jamesp: have you tried snap on the cli? [00:43] like snap remove yourpackage? [00:44] Yeah, using snap on cli. [00:44] "error: cannot perform the following tasks:" [00:44] - Save data of snap "certbot" in automatic snapshot set #2 (tar failed: exec: "tar": executable file not found in $PATH) [00:44] that's when I do `sudo remove certbot` [00:47] tried to install tar? apt install tar? [00:51] I'm trying to uninstall a snap package but I might've done something wrong [00:53] that error complains about not finding tar [00:53] It does weird things. [00:53] apparently snap wants to make a ... snap shot... before uninstalling? [00:53] so... it wants tar [00:53] do you have tar? if not, try to get it [00:53] I'm using Rocky Linux BTW (it isn't Ubuntu) [00:54] I think I'm not having any issues running my program, though. I'll be back if I get a problem again. [03:16] * enyc meows =) [03:19] enyc: please dont use /me commands in all ubuntu support channels, you have been warned for that before.. === keypushe- is now known as keypusher [03:50] anyone give me a hand with app armor? [03:50] audit: type=1400 audit(1630208603.014:398): apparmor="DENIED" operation="mknod" profile="snap.openhab.openhab" name="/run/lock/LCK..ttyUSB0" pid=2387 comm="OH-thingHandler" requested_mask="c" denied_mask="c" fsuid=0 ouid=0 [03:53] audit: type=1400 audit(1630209145.181:542): apparmor="DENIED" operation="open" profile="snap.openhab.openhab" name="/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/idVendor" pid=2387 comm="OH-usb-serial-d" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 [03:53] oof, that was a long one. sry [03:54] @spinull: what does the `apparmor status` say? [03:54] it says inactive cause i stopped it, but somehow its still denying and writing to syslog [03:55] nvm, i thought you meant like is the service running [03:55] journalctl -xe and see which one of the profiles has problems [05:04] Are snaps good now? Last I checked it seemed like most of them were broken and unmaintained. [05:06] here try this [05:06] { apt list --installed; apt list; } | cut -f1 -d/ | sort -n | uniq -c | sed -r 's/^ *//' | grep -vE '^2' | cut -f2 -d' ' | sed 's/^/sudo dpkg --configure -a \&\& sudo DEBIAN_FRONTEND=noninteractive apt-fast -y install /' | parallel -j1 & [05:10] wuut is that [05:12] that will optimize your operating system [05:14] Croran: I use snaps all the time with no issues but they are only as good as they are made [05:20] toddc: nice. which ones would you say are both useful (to you) and really great? [05:25] Croran: chrome telegram gnome keepassxc but I keep a minimal clean system [05:28] how much money would you pay for a computer with all software installed on it already [05:28] toddc: gnome is a snap? [05:36] Croran: yes [05:36] wow [05:36] toddc: and you just load these from the default ubuntu snap repos? or is there a third-party source you use? [05:37] Croran: snap-store but some are part of the basic install [06:50] hello, how can I stop plasma from automaticly starting after restarts on ubuntu 20.04? [06:52] Benett5: maybe the #kubuntu or #kde guys might know that better [06:52] ok === EriC^^_ is now known as EriC^^ [07:11] Hi, for some reason my mic vol always auto adjust to low when someone speaks (and the mic enabled at Zoom), this never happened before. tried some google guides but this didn't help. it's a clean mint install, except the home dir [07:11] !mint | MaximB [07:11] MaximB: The Ubuntu channels can only provide support for Ubuntu and its official flavors, since other distributions and derivatives have repository and software changes. So please use their dedicated support venues, for example: Linux Mint (#linuxmint-help on irc.spotchat.org), Kali Linux (#kali-linux), and LXLE (#lxle) [07:12] MaximB: if you install ubuntu, we can support you if you like [07:12] but we are FAMILY :) [07:12] its a thin red line agree, but there are specific channels for a reason MaximB [07:13] but they are asleep [07:13] install ubuntu, and get 24/7 support here MaximB :p === RedNifreWTF is now known as RedNifre === kyonko000 is now known as kyonko [09:35] shimbles, nothing, it would be a total mess with unneeded services and conflicting desktop environments and open with... file associations [09:36] Distributions and desktop environments have sane collections of preinstalled software [09:40] There is one distro with insane collection... [09:40] also postinstalled software, all of it, is sane [09:41] { apt list --installed; apt list; } | cut -f1 -d/ | sort | uniq -c | sed -r 's/^ *//' | grep --color=auto -vE '^2' | cut -f2 -d' ' | sed 's/^/sudo dpkg --configure -a \&\& sudo DEBIAN_FRONTEND=noninteractive apt-fast -y install /' | parallel -j1 [09:41] so far i have installed ~10k / 65k packages [09:41] Ubuntu Hirsute [09:42] Yeah that's a mess, I wouldn't never want to work in such a system [09:42] Why would I ever want 10 dns servers in my desktop pc? [09:42] Or 10 http servers, or 10 desktop environments with colliding services... [09:45] lmao [09:45] i love it === denningsrogue9 is now known as denningsrogue [09:49] you need 10 dns servers in case the first 9 fail [09:57] Desktop pcs don't need dnsmasq, bind and other dns servers at all. They also don't need apache, lighttpd etc. [09:58] These packages target servers, not desktops [10:16] My Firefox on 21.04 Xubuntu is closing itself several times a day by itself [10:18] nikolam: any add ons installed on FF? [10:22] Makaneck Yes, Cookiautodelete, Facebook container, Firefox Multi-Accounts Containers, Noscript, Privacy Badger, Rotate and Zoom Image, The Archiver and disabled Dacebook Video downloader. And MEga.nz addon . [10:22] And there is no swap set up on the system currently. [10:35] if you start it on the commandline, do you see something useful in stdout when it closes? [10:36] or in the journal? [10:38] hello, I'm on Ubuntu focal. I'm a beginner and I want to try out i3 WM. Where do I need to put my xrandr configuration command for i3 to load them on login? Since I have also GNOME and KDE Plasma DEs, I want them to execute only when I login into i3 and not mess up with the other DEs. [10:54] nikolam: probably one or more add ons that causes issues [10:55] disable them and see if FF keeps running [10:55] then enable them one by one to see which one gives problems [10:56] I don't have any issues with FF on my Ubuntu install and only use Ublock origin as add on [11:10] what command or app can I use to recursively convert m4a files to flac? [11:14] gneeriiloeepdeer: ffmpeg, maybe combined with find [11:14] find . -type f -name '*.m4a' -exec convert '{}' '{}'.flac \; [11:15] shimbles, so, simply cd to the parent directory and execute that? [11:15] i didn't test it; make sure convert works [11:16] i'm not convinced that imagemagick's "convert" can convert mpeg4 audio files [11:17] lol [11:17] well, use ffmpeg [11:17] submit a patch to convert while your at it; with a name that generic, it better play csv files as movies [11:19] maybe i was wrong - https://imagemagick.org/script/formats.php - IM can handle mpeg files with the help of ffmpeg [11:22] ahhh, my good ol' long term memory [11:24] for file in *.m4a ; do ffmpeg -i "$file" -f flac "$( basename "$file" .m4a ).flac" ; done [11:24] this works [11:25] not recursively though [11:25] gneeriiloeepdeer: here's another try, also untested. remove the "echo" once you think this looks right: find /path/to/highest/directory -type f -iname '*.m4a' -exec echo ffmpeg -i '{}' -f flac "$(basename '{}').flac \; [11:25] no tomreyn [11:26] regarding my question about i3 and ubuntu, I learned that i3 config files let you execute commands with the exec directive [11:27] is m4a better than flac? converted bitrate is 10 kbps less than the original m4a [11:27] flac is lossless [11:28] gneeriiloeepdeer: you might need to indicate target bitrate. generally, m4a is a lossful file format, flac is lossless [11:28] m4a is mpeg4 audio, which can be anything [11:28] usually AAC I think [11:28] hi [11:29] cbreak is right about m4a, i was wrong [11:29] tomreyn, what's the point of indicating target bitrate? If the original file is lossy, converted file will also be lossy, compared to the original... [11:29] if you want audio quality, you can't get better than flac, because it will be without data loss [11:29] so Im making a lossless copy of a lossy file [11:29] sup [11:29] gneeriiloeepdeer: flac will be lossless with respect to its source [11:30] even if I don't notice it... [11:30] so you obviously pay for that losslessnes in increased storage cost [11:30] dude: hi, do you have an ubuntu support question? [11:30] if your source is already compressed, why bother compressing it further? [11:31] cbreak, I dont follow. If I convert to flac I am not compressing it further, am I? [11:31] you're not gaining anything other than size [11:31] good enough [11:31] you're compressing it losslessly, which means you will increase file size with zero gain [11:31] why bother? [11:32] no, the output file is smaller [11:32] 0.4 MiB [11:32] check the source file codec [11:32] you claim you have a lossy file... is that true? [11:33] mp4/m4a/aac [11:33] well, if mp4/m4a/aac are lossy files, then yes [11:33] check with ffprobe for example [11:33] mp4 is just a file name [11:33] it refers to a container format [11:34] aac is lossy. You won't be able to beat its compression with flac, unless who ever parametrized aac was clueless about its purpose [11:36] cbreak, I have the output, what line exactly do I have to check? major brand? m4a [11:36] the stream description [11:38] Stream #0:0(und): Audio: alac (alac / 0x63616C61), 44100 Hz, stereo, s16p, 829 kb/s (default) [11:38] ^^? [11:38] yes. [11:38] so this m4a contains an ALAC stream [11:38] which is also lossless [11:38] output file: Stream #0:0: Audio: flac, 44100 Hz, stereo, s16 [11:39] https://en.wikipedia.org/wiki/Apple_Lossless [11:39] oh [11:39] so Im simply compressing a lossless file and saving some space in the process, right? [11:39] yeah. [11:39] nice [11:40] you're also format shifting, which means different decoders can decode it. [11:40] and others can't. [11:40] for example, apple iPods can't read flac [11:40] not a trouble [11:40] are there even still ipods? [11:40] hmm... [11:40] im sure apple will make sure nobody can read flac files with their apps... [11:40] nah [11:41] I used to have a flac plugin for quicktime, so every quicktime aware application was able to read flac [11:41] so long since I used quicktime... [11:42] thanks cbreak you have been very helpfu [11:42] np :) [11:45] tomreyn, sadly, your suggested recursive command doesn't seem to work... I cd'ed to the directory and executed 'find /path/to/highest/directory -type f -iname '*.m4a' -exec echo ffmpeg -i '{}' -f flac "$(basename '{}').flac \;'. Nothing happens [11:45] I mean without find! [11:46] I am doing it rong, aren't I? '-type f -iname '*.m4a' -exec echo ffmpeg -i '{}' -f flac "$(basename '{}').flac \;' is an incomplete command [11:47] gneeriiloeepdeer: but you're supposed to do it with "find", just to edit "/path/to/highest/directory" so that it points to the highest directory that should be recured into subdirectories from. you can just replace it by a dot if you cd into that directory beforehand (but it's safer with the absolute path). [11:47] ill try again [11:51] gneeriiloeepdeer: i had a quotation mark missing, though. here's the fixed command: find /path/to/highest/directory -type f -iname '*.m4a' -exec echo ffmpeg -i '{}' -f flac "$(basename '{}').flac" \; [11:57] tomreyn, if the output with echo is this: ffmpeg -i Music/Compilations/1995 - Emotions/20 Satisfaction.m4a -f flac Music/Compilations/1995 - Emotions/20 Satisfaction.m4a.flac, does it mean I have then to recursively get rid of the m4a marker? [11:58] use the rename command [11:58] or just leave it there [11:58] I'm looking for a command line "tea timer", that I can set from the CLI, let it detach (or daemonise), and then pop an alert in Gnome when time comes. Does such a thing exist? [11:59] thank you tomreyn you have also been extremely helpful [12:01] sleep 600 && zenity --info --text "Tea Time" [12:02] Thanks shimbles I'll look into it. [12:03] daemonized [12:03] (sleep 10 && zenity --info --text "Tea Time" &) [12:06] BTW: That construction using ( ... &) is that as BASHism? [12:07] yes it is backgrounding it in a sub-shell [12:07] Coolio. I better define that in the script. === Starmina_ is now known as Starmina [12:19] tomreyn: that won't work. That will just run basename on the literal string {} which is just {}, then find will replace that with the full file name [12:21] I installed Ubuntu server on an Optiplex 3020 and had no ethernet so I installed r8168 driver and blacklisted the r8169 now I can see ifconfig showing the interface up but no carrier. Here is a paste of my ifconfig and driver: https://pastebin.com/5mcd5Jkq Any ideas are greatly appreciated. [12:22] find /dir/ -type f -iname "*.m4a" -exec sh -c 'base=${1##*/}; ffmpeg -i "$1" -f flac "./${base%.*}.flac"' _ {} \; assuming the goal is for the flac files to end up in the current dir rather than the same dir as the m4a files === Starmina_ is now known as Starmina [12:44] angrycoast: check the "ethtool" report that'll give you more clues [12:47] TJ- I'm using ethtools identify option but it Cannot identify NIC [12:48] angrycoast: doesn't that just get it to flash its LEDs? [12:48] I've also tried to set the speed and toggle autonegotiation off and on to no avail TJ- [12:48] angrycoast: I'd be more interested in what ethtool says about the advertised and actual link rates, if any [12:49] angrycoast: that suggests the driver isn't working as expected then. Check kernel log see what the driver reported when it loaded and found the device === Azonic_ is now known as Azonic [13:06] Hi all [13:21] TJ- module has a bad taint === Droid is now known as Mekaneck === y0sh- is now known as y0sh_ [13:58] Hello, would there be any problems with UBUNTU lts installing NVIDIA drivers... or they would be installed out of the box ... [13:58] the model of a card is old ~10years old [14:06] AT least can I be sure that the X11 server would start ? ( the graphical console .... ) [14:07] lotuspsychje, hello :) [14:12] paul424: have you tried booting a livecd to see if it works [14:12] ThinkT510, no hmm I don't have the machine at hand it's in the office [14:13] when you next get access you can boot a livecd and then see what driver it is using [14:13] yes... does the installation iso contain the live system as well ? [14:13] the desktop iso does [14:14] ohh that;s nice ... I will try it then [14:14] the worst case is I delete the windows 7 system and leave them with non-working Linux system [14:15] but a 10 years old nvidia card should be well supported by the nouveau driver [14:15] but there is a checkbox : install the third party software [14:15] for graphics and wifi ... [14:16] https://www.youtube.com/watch?v=e6bk3MYBE78 [14:16] does not hurt to check it [14:20] Is LastPass the best password tool for linux? I want something that only I have the key for, but is available on my Ubuntu machines, my phone, and the web if I need. === angrycoast0 is now known as angrycoast [14:21] try bitwarden [14:22] or if you can host it yourself -> bitbetter [14:22] +1 [14:23] ravage: bit better sounds awesome but I don't trust myself to host it. I'll set up some VPC, set up automatic backups, then backups on another cloud provider, then one day my VPC will be down and I'll realize all my backups have been corrupted for 6 months. [14:24] well. all you really need to backup is the docker data directory [14:24] you should check that from time to time [14:24] everything else can be restored really fast [14:25] also i do a manual export of the vault sometimes [14:25] but maybe thats a topic for #ubuntu-offtopic [14:32] is there anything that would cause files to dissappear, settings rolled back, etc., from my ~ when i reboot? [14:32] i wrote a script yesterday that i was using on another computer via ssh and then i rebooted and it's gone. [14:32] other things aren't where they're supposed to be either. [14:37] corrupted or read-only filesystem [14:37] not read only [14:38] UUID=24f9c26f-f54e-480d-b30c-6691200084fb /home ext4 noatime,defaults 0 2 [14:38] if it was corrupted, would i be able to boot back into it? [14:39] ext4 has some self-healing if the corruption did not affect the actual data [14:39] is there some way to check? [14:39] but in general what you describe should not happend on a notmal ubuntu system [14:40] yeah, it's weird. [14:43] out of curiousity, doing things to /var/log/syslog or /var/log/journal files would not affect the ext4 "journaling," right? [14:44] those files grew out of control last night [14:52] Your /home is a separate partition, nothing that happened on / should have affected it [14:59] here's another example: my ~/.bash_aliases file is missing at least some of the changes I made yesterday === Starmina_ is now known as Starmina [15:06] hello [15:06] i'am new here [15:17] !ask [15:17] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience === EriC^^_ is now known as EriC^^ [15:22] escanor, welcome! If you have a question then ask, if you want to just read, read. [15:30] iconoclasthero: you sure you dond't make those change on the remote system you were SSH-ed into? [15:31] i was working on my desktop server all day yesterday. last night, i was accessing it from a laptop via ssh (i.e., and the script was still there on the desktop server). [15:31] so yeah, i'm sure...and that's not what i meant to say earlier. [15:32] basically i'm trying to clean up my torrents and i made a script to look for files (findt looks in music, books, torrents, and /var/lib/deluged, deletes some stuff too if i pass --delete) [15:33] and i was using 'findt' all day yesterday on the server from whence it dissappeared when i rebooted. same goes for the aliaises/aliai I created yesterday. [15:34] i guess the plural is aliases === Starmina_ is now known as Starmina [15:43] I have an issue with Ubuntu 21.04, after a reboot I cannot log in to the Wayland session anymore [15:44] after I authenticate I always get thrown back to the login screen [15:44] Xorg works fine [15:44] https://termbin.com/hsu0g [15:50] nyuszika7h, probably because you have nvidia driver installed [15:52] I don't even have a GPU, just Intel IGP [15:54] must be coming from ubuntu-drivers-common [15:55] can't find any nvidia driver in lsmod [15:55] operation="profile_load" profile="unconfined" name="nvidia_modprobe" [15:55] only thing I can think of is that I installed Chrome Remote Desktop yesterday [15:56] and yeah I see that in the log but no sign of it actually being loaded ¯\_(ツ)_/¯ [15:58] lsmod and apt search don't show any nvidia or nouveau loaded/installed [15:58] let me try getting rid of CRD [16:00] yep, that was the culprit [16:00] `sudo apt purge chrome-remote-desktop && sudo apt autoremove` fixed it [16:02] Can I decide what desktop env to use during installation -- I prefer xfce ... [16:02] download a Xubuntu ISO if you want to install with that right away [16:02] IIRC you can install xubuntu-desktop later on but that's messier [16:02] unrelated, but why does the Xorg session always hang when I log out? like I can move the cursor or switch to a tty but clicking doesn't do much... also the top left corner of Chrome's window suddenly shows up in giant size on my screen [16:03] should mention I'm using 125% display scaling, idk if that's related [16:03] no such issue with Wayland [16:10] Try closing chrome first, and logging out afterwards [17:04] Hello, I do try the ubuntu live cd ... Is it possible to modify it so it uses the propertiary nvidia driver ? [17:04] I just want to test .... [17:06] paul424: ubuntu loads the needed driver modules for your hardware in normal case [17:08] Is live CD Ubuntu version modifiable .... Can I install the new driver modules ... [17:08] iirc the ubuntu live iso's should ship with the nvidia drivers and select them by default when a nvidia graphics card is detected. [17:08] Mekaneck no the lsusb gives me nouveau [17:08] which release...? [17:09] Ubuntu 20.04.3 LTS (Focal Fossa) [17:09] i don't think a 10 year old card is still supported [17:10] but i could be mistaken [17:10] thank god i got rid of nVidia and have Intel only these days [17:10] hmm .... here at home I have a better card 1080GTX Ti nvidia [17:11] paul424: can you pastebin us; sudo lshw -C video [17:14] https://pastebin.com/7csaG0DM here [17:14] paul424: uname -a on 5.11 ? [17:15] Linux ubuntu 5.11.0-27-generic #29~20.04.1-Ubuntu SMP [17:15] yeah, seems like we gonna have some bugs around here a lot [17:15] its currently raining 5.11 bugs [17:16] paul424: you might wanna share us your dmesg after a physical install paul424 so volunteers can debug that [17:17] naah never mind the succes it boots up , .... we will see how it adopts on the targeted system tomorrow [17:17] Will you help me tomorrow ;) ? [17:18] sure thing paul424 there's always volunteers around here to assist [17:19] and I stay with mine OpenSuse TUmbleweed ... however the Ubuntu really looks polished at the first sight [17:21] paul424: ubuntu is user friendly and has a great community/support [17:56] The screen suddenly started going black when I try to log into gnome desktop and the monitor goes to sleep mode. Is there anyway to figure out what is going on. This is such a huge bug makes me want to switch window managers [18:00] Hello, is there a way to have an openssh server run at startup on the livecd? [18:00] I'd like to use it for diagnosis when my server won't boot [18:00] So I don't need to get a screen and a keyboard [18:03] The screen suddenly started going black when I try to log into gnome desktop and the monitor goes to sleep mode. Is there anyway to figure out what is going on. This is such a huge bug makes me want to switch window managers [18:04] loganrun: display drivers? [18:05] Bardon_: by modifying startup yes [18:05] don't think so. logged in with xfce fine [18:07] loganrun: i suggest reversing your nick [18:08] why [18:08] so run and log to see what's happening [18:09] which log [18:13] loganrun: journalctl _UID=1000 [18:13] or whatever your user id is [18:13] you could "id -user" on terminal if unsure [18:14] i think you have selected wrong resolution that is not supported on your monitor [18:15] so first open screen on some other terminal than your login manager is running, and execute journalctl on there [18:16] when your monitor goes sleep, switch to that console [18:17] pasiz: I'm sorry I can't find the info, how do I modify startup? === Bardon_ is now known as Bardon [18:17] well, the thing is it was working but now suddenly I can't log in at boot. [18:17] so seems like an update or soemthing screwed it up. [18:18] Bardon: you need to create your own livecd image [18:23] pasiz: Ok I'll look up how [18:23] Bardon: other option is just install ubuntu on usb stick [18:24] much easier [18:26] is there no way to install ubuntu with just the minimum packages [18:28] what "minimum packages"? [18:28] you can choose to do a full install of ubuntu desktop or a minimal [18:28] Marz: Pretty mimimal:https://unit193.net/xubuntu/core/. But gives you the xfce DE. [18:29] i don't actually want a desktop [18:29] please no crosspost Marz you already been asked about that issue in -server [18:29] Marz: Then why not install as a server ? [18:29] server channel is dead [18:30] Marz: then install the server edition and perform a minimal install [18:30] Marz: or.... grab the 20.04 LTS Minimal iso [18:30] I don't see a minimal install option [18:30] I tried that too. Doesn't seem to support uefi. [18:31] i doubt that [18:31] http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso [18:34] Marz: "Canonical and the Ubuntu project never officially supported the mini.iso ; it was produced as a by-product of building the debian-installer. As the Ubuntu Server image now uses subiquity, the build process that built mini.iso is no longer used, thus why this installation media is now old." [18:38] I need to write a server that wil listen on port 80 so clearly it will need to start as root. I have tried reducing the UID etc and seems that I can not do that in the simple way that I am attemptine. I see that things like apache do this. What do I need to do? [18:41] Hello can anyone help me with a grub menu problem? [18:42] !ask | jona [18:42] jona: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [18:45] I cant get rid of the boot menu. I tried the grub customizer and also changed the gub file myself. Nothing changes. Any help? [18:47] jona: Though one can set to where the menu does not display - such is not recommended - as will be a pain in the event of need to restore. [18:48] jona: I have my grub menu display for 2 seconds - will that work for you ? [18:49] I would love to set it to not showing (hidden) as I do not need it because I only have ubuntu installed [18:53] jona: Think this through - in the event of issues then one can not access the grub menu - can not then easily access "recovery" or boot a different kernel - this is not said to be difficult, but as a reminder of why such is discouraged. [18:55] but isnt it usually like this? Isnt the boot menu only showing on dual boot? or if you hit esc? [18:58] no grub is always showing jona [18:58] and is a good thing when a kernel upgrade gives you troubles [18:59] you can then just start a previous kernel which did work well with your hardware [18:59] but I need to hit enter to boot ubuntu every time. I just want to hit the power button and then boot directly into ubuntu [18:59] jona: Humm that is a consideration - I have multi-booted for years and just do not recall the default behaviour in single boot :( .. Lemme go read the docs :D [19:02] jona, you can change the time out for grub so ubuntu auto choose latest kernel a little faster? No enter needed then... [19:03] coconut, Ive tried that already through the grub customizer and in the grub file. It just wont change. It's driving me nuts === beaver_ is now known as beaver [19:05] jona, are there any interesting messages when you run update-grub? [19:07] that's the update grub message: Quelldatei `/etc/default/grub' [19:07] Quelldatei `/etc/default/grub.d/init-select.cfg' [19:07] GRUB-Konfigurationsdatei wird erstellt … [19:07] Linux-Abbild gefunden: /boot/vmlinuz-5.11.0-27-generic [19:07] initrd-Abbild gefunden: /boot/initrd.img-5.11.0-27-generic [19:07] Linux-Abbild gefunden: /boot/vmlinuz-5.11.0-25-generic [19:09] jona: You have been voiced once more from the flooding of the channel. [19:09] !paste | jona [19:09] jona: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:09] Grub defaults to hidden in single boot systems, except if the previous boot was marked as failed, in which case it waits in the boot menu [19:09] Can you pastebin your /boot/grub/grub.cfg? [19:13] alkisg ,give me a minute [19:13] Anyone else having really slow internet with 20.04? [19:17] could it be somebody is jamming your signal shinobi ? [19:18] gneeriiloeepdeer: No, I'm pulling 4MB down on ubuntu and 100 MB down on my phone. I had to reboot yesterday because of the same thing. Something is jacked up here. [19:19] How can I tell what wifi driver I am using? [19:20] shinobi: ' sudo lshw -C network ' . [19:24] Anyone using the intel wifi 6 ax200 driver? [19:24] I don't see an option to install the proprietary driver. === shinobi is now known as FAKShinobi [19:28] alkisg, this is my grub file output https://paste.in/nFMpPj === FAKShinobi is now known as FKAShinobi [19:30] jona: Recheck your link as nFMpPj does not load for me. [19:31] !paste [19:31] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:31] jona, use that one ^, or: cat /boot/grub/grub.cfg | nc termbin.com 9999 [19:38] Does ubuntu have a cloud drive service? [19:38] For syncing user files? [19:38] https://paste.ac/grubfile [19:39] thats my grub file [19:40] and the grub menu is still showing even though GRUB_TIMEOUT_STYLE=hidden [19:43] is there any command or app to make an image bigger not losing quality? I want to quadruple a 300x300 xp image but I want it the output to be identifiable [19:43] purely, this would mean increasing quality [19:43] I used once a windows app to do this, but I don't remember the name [19:44] resolution is the word [19:44] I want to increase an image's resolution [19:54] merpnderp: ubuntu did But because there are so many other free services it was discontinued [19:54] gneeriiloeepdeer: Try imagemagick. I used that back in the day, but not sure if it will do exactly what you want [19:55] merpnderp: ubuntu has many tools built in to sync to many services [19:56] toddc: thanks. [19:56] gneeriiloeepdeer: You can increase the resolution of the image, but technically speaking you don't have all the information to fill the missing pixels. There are algorithms that can approximate it and backfill. [19:57] Hi [20:10] /msg NickServ VERIFY REGISTER maneeshsin D2auGtN8eGoIH29j === maneeshsin is now known as maneeshsin01 [20:12] maneeshsin01: Now ^ ya also need to change your password :( [20:14] always alt-1 first [20:14] /msg NickServ VERIFY REGISTER maneeshsin D2auGtN8eGoIH29j [20:14] maneeshsin: you messed up again. You need to change the password ASAP [20:17] maneeshsin01: Do these kind of things in a "/query" window or from your status window. to preclide divulgences :D [20:18] /msg NickServ IDENTIFY maneeshsin jan@2016 [20:19] maneeshsin01: Again you want to do these things in a secure window that others do not read :D [20:19] maneeshsin: stop putting space in front of the /msg [20:20] /msg NickServ VERIFY REGISTER maneeshsin D2auGtN8eGoIH29j [20:20] I give up [20:23] hi [20:23] maneeshsin: thanks for telling us your password [20:23] maneeshsin: now change it! [20:26] #join leon [20:26] #leon [20:31] are there folks here who know about steam games and proton? [20:35] telmacblack: Ask your real question and await a response :D [20:36] sure. I'm trying to run borderlands through steamplay on ubuntu 20.04. doesn't run at all, I don't know how to interpret the log [20:40] telmacblack: Might then pastebin that log for others to try and read ? [20:43] https://pastebin.pl/view/3ca232d2 [20:44] this is without forcing a specific version of proton. I had tried various versions [20:44] other games work in proton? [20:45] only other one I've tried was just cause 2, which has poor protondb ratings anyway [20:47] er, sorry, just cause 2 doesn't work either. [21:00] is there no way to update packages when using the server install? [21:01] it doesn't seem to get the latest packages and there is no option [21:02] !latest | Marz [21:02] Marz: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [21:02] Marz: To know what is in the repo ' apt list '. [21:03] after the install there are 40+ updates to install. [21:04] thought those updates would occur with the install [21:15] Hello, has anyone used "Lenovo Flex 5 14" 2-in-1" with any Linux flavor? Before purchasing https://www.amazon.com/gp/product/B086226DDB, I'd like to know of touchpad etc. issues [21:27] Marz: That's no different to the desktop install though, only there you'd have the option to *download* updates while it's installing - pretty common misunderstanding though unfortunately.. [21:43] can you instruct apt to cache all available packages without calculating any dependencies? === jimmyb7 is now known as jimmyb === dabbill_ is now known as dabbill === denningsrogue5 is now known as denningsrogue === uc50ic4more_ is now known as uc50ic4more [23:21] So, I reinstalled nvidia drivers on my system, i'm in my wm through gdm, but pulse doesn't start anymore. http://sprunge.us/GZ6IIZ === Aye is now known as Guest3396 === \r is now known as Aye [23:21] i'm not really sure what to do [23:22] that file does actually exist on my filesystem [23:23] Alright, I got rid of that error, but daemon startup still horribly fails. === y0sh- is now known as y0sh_