[00:01] ash_worksi: check the manpage, the -r description says it can't keep track of screen size [00:01] oooh [00:02] thanks sarnold [00:38] how can you install kde plasma but keep your gnome and plasma setup completely separate? [00:39] install side-by-side [00:39] Rumen: That's unusual, but you're welcome to try. [00:40] oerheks: don't you find it always has some strange quirks that mess with the system? [00:40] oerheks: They would share $HOME. [00:40] goddard: It's not supposed to, they're supposed to be compatible. [00:40] 2 separate linux installs, no clutter, no messing with sddm/gdm [00:41] just unplug one hard drive and plug in the other? :) [00:41] i would not share /home, but i would make a separate partition for common data [00:44] :D good suggestions [00:52] here for the first time...now what? [00:58] hi russtifer, do you have an Ubuntu support issue? [01:01] russtifer: welcome :) irc works best if you stay connected for a while -- when people see you disconnect, they'll not bother answering, and quite often people don't see *reconnects* === M4he is now known as mahe [02:37] Hi all. Is anybody having HTree corruptions with ext4 when activating the large_dir option on 5.x kernels? After reading https://shorturl.at/sCR19 I tried to upgrade to kernel 5.15 and now I'm not able to replicate the bug. However, I still sometimes see errors such as "EXT4-fs error (device dm-0): dx_probe:888: inode #...: block ...: comm rsync: directory leaf block found instead of index block" [02:37] hi [02:37] On Ubuntu but not Debian I'm getting: "/usr/include/string.h:33:10: fatal error: 'stddef.h' file not found". Any ideas? [02:37] LLVM https://github.com/SamuelMarks/type-correct/runs/4583832029?check_suite_focus=true#step:7:104 [02:41] SamuelMarks: I believe you need to install the kernel headers: sudo apt install linux-headers-`uname -r` [02:42] or libgcc-dev [02:43] oh, just saw that you are using clang [02:44] I have that file in the linux-libc-dev package [02:55] I'm trying to run python code and I would like to > the output to a file, but see it in the console as well. I know there's tee, but that seems to wait until my code has finished until it displays either [03:14] Syzygy: try stdbuf. [03:15] stdbuf --output=L python3 file.py | tee output.log [03:16] That forces output that is line-buffered, so it'll print line by line, even through tee. [03:28] Um3 - yeah I made the change 1 minute before your suggestion 😅 - added libc-dev [03:29] I took a look at what is actually in build-essential [03:37] Hello, does anybody know how can I add an app indicator in Gnome top bar? (basically I want to add that indicator based on the existence of a background process.) === dabbill_ is now known as dabbill [06:02] hello, is it possible / safe to install ZFS on ubuntu? is it supported out of the box [06:06] !zfs | pagios [06:06] pagios: For information concerning ZFS and Ubuntu, see: https://wiki.ubuntu.com/ZFS [07:34] any clue? https://pastebin.mozilla.org/Cu4WYqup [07:44] Hello, I [07:44] Hello, I'm live booting ubuntu 20.04 LTS [07:44] and [07:45] I wanted to test something by installing a package that I saw on https://packages.ubuntu.com/focal/ but it doesn't show up when searching with "apt search" after running "apt update" [07:46] why would it not show up? [07:47] what package is it? [07:48] vim-athena, in packages.ubuntu.com it says vim is a virtual package provided by vim-athena [07:48] in case that matters [07:50] do you have the universe and security repositories enabled? [07:51] oh I don't have the universe one, sorry my bad [08:27] does ubuntu 20.04 support zfs out of the box ? [08:27] what is your experience guys? alamlinux 8.5 doesnt like it [08:29] pagios, no, zfs is available in the 21.10 installer, AFAIK [08:29] oerheks: i am looking for a distro with a LTS support and zfs enabled [08:30] you asked that before yesterday [08:30] wait for 22.04 [08:30] = lts [08:32] in 3 month [08:32] yes, but don't come ask the same stuff every day [08:32] oakridge: anothe rother distro tht you know off that supports it ? [08:33] dunno, ask in #linux? [08:34] pagios: pretty sure 20.04 supports zfs [08:35] i am a bit concerned about it breaking after upgrading packages and such [08:35] just checked my 20.04 box, it supports zfs [08:36] oh indeed, i thought only the server; 'ZFS support with ZSys is still experimental' [08:36] even 18.04 supports it [08:42] pagios: i've been running zfs on ubuntu for years with no problems, recommend it [08:43] ducasse: can survive upgrades ? [08:43] it's never been an issue for me [08:48] i am getting an exception/crash when trying to install ubuntu https://imgur.com/a/0b3OH0v [08:51] installing ubuntu + zfs not bare metal, but on KVM ? [08:59] yes [09:03] interestind idea, not sure that works [09:07] where can i find the DVD ISO of ubuntu 20.04 ? not the live dc [09:07] dc [09:08] install iso is the same [09:09] they have been dvd iso for a while now [09:09] you *must* have seen 'install' or 'live' question [09:09] seems i am not able to install until i have internet on the box [09:10] zfs on a kvm session .. [09:10] i f i choose ubuntu desktop , and make it minimal is this the same as fdownloading the ubuntu server minimal? [09:10] no [09:11] difference being ? [09:11] it just skips a lot of programs from the desktop selection [09:11] i just need a minimal ubuntu installation [09:11] why cant i use desktop version and choose minimal [09:12] isn't there a ubuntu core version? [09:13] no' [09:13] yes, there is a core iso [09:14] https://cdimage.ubuntu.com/ubuntu-core/ [09:14] https://ubuntu.com/core/docs/uc20/install [09:21] Hi guys, can anyone be nice and help me and recommend a guide for unattended ubuntu installation ? [09:25] funabashi, for what ubuntu version, and server or desktop? [09:27] server supports autoinstall [09:29] in yt-dlp or youtube-dl how can I download/ use timestamps and video partitions that the youtuber had already done to categorize the video parts? [09:30] * oerheks ignoring crossposters [09:33] oerheks: yeah server edition [09:33] https://ubuntu.com/server/docs/install/autoinstall -- https://ubuntu.com/server/docs/install/autoinstall-quickstart [09:33] get the server live-iso and read the docs [09:34] oerheks: thanks === nckx is now known as nckxmas === BrianG61UK__ is now known as BrianG61UK_ [10:07] how can i add the equiv to ip address add 203.0.113.40/32 dev eth0 in netplan config file ? [10:08] and this : ip route add 10.0.0.2 dev eth0 [10:10] my main question is how can i specify DEV in netplan config [10:12] hello, I don't know how many of you uses ubuntu virtually, but I don't understand why I have to reboot it every time if I'd like to start ubuntu. If I just start it, it won't boot, I have to wait then restart it again... annoying [10:13] other OSes don't do this [10:14] GuiToris what do you use to virtualize? [10:14] oh, sorry, I didn't mention it, virtualbox [10:15] I virtualize with Qemu or Boxes and I don't have these problems [10:15] I have archlinux and fedora and they don't do this either :/ [10:15] I think the previous release of ubuntu does the very same thing [10:16] virtualbox is a bit problematic I admit it ... [10:16] use another virtualizer [10:16] I'll look around, thank you for helping :) [10:16] ;) [10:17] use KVM [10:18] VT-x/AMD-V, Nested Paging, PAE/NX, KVM Paravirtualization, whatever they mean [10:19] I haven't figured out what could be different for the second time [10:20] the screen is usually black, I don't see the plymouth either [10:20] and it's not responsive [11:02] I pulled this 1TB hdd out of an old desktop and gnome-disks reports there's "88 bad sectors" on it. Is it bad? It does say "Disk is OK, 88 bad sectors" and I can access the contents [11:05] 88 bad dectors .. usually bad sectors grow .. [11:05] ( in my experience) [11:07] I can't read the SMART tests but they seem 'OK' [11:08] But yeah, probably time to replace the thing (it doesn't belong to me but I'll recommend the owner to replace the drive) [11:10] Hi all ! I didnt install "Pidgin" on my system, ow in the fact didd it end up there and wh is it running?? [11:10] ok, to be fair might have been with a copypasted line to intall some or other tool. [11:11] i usually go through my installls tho. how to i get rid of/purge thi "Pidgin" ASAP ? [11:13] VIA: `apt rdepends pidgin` will tell you about all the stuff that needs the package [11:15] !info pidgin [11:15] pidgin (1:2.14.1-1ubuntu1, impish): graphical multi-protocol instant messaging client. In component universe, is optional. Built by pidgin. Size 503 kB / 2,055 kB [11:15] optional; so you installed it yourself. there is no other software that pulls in pidgin, so ... [11:16] How to see the applied settings from files in /etc/apt/apt.conf.d ? [11:17] (I have some settings for unattended upgrades in /etc/apt/apt.conf.d/99custom and now i want so see if theyre get applied) [11:17] ty farkaan [11:18] dont recognize anything i use or need [11:18] how to i get rid of it? [11:19] VIA, normally you can do that through software center? [11:19] VIA: `apt purge pidgin --auto-remove` [11:20] farkaan: .. oerheks this is the output o farkaanS command https://pastebin.com/8SxBNA8P [11:21] i reall dont see why i have this Cancer running on my system alll of a sudden [11:21] suspexct it might have something to do which is cancer in itself [11:21] keep this channel family friendly, thanks [11:21] Seconded [11:21] * oerheks ignores VIA, knowing he is a long time ubuntu user [11:23] i could kill 3 instances that seemed to to be related wo pidgin, bu i stilll the the ugly symbol in the upper right corner. also there no option to close or quit. [11:24] how this this application end up on my system? [11:24] VIA: Purge then logout and log back in. Check ~/.config/autostart [11:24] oerheks: who is a longterm ubuntu user? [11:24] im using linux for about 1 yr now [11:24] thxalot farkan will try and report back [11:25] VIA Are you on xubuntu or Linux mint? [11:26] a different distro [11:26] but this symbol didnt appear before yesterday. [11:26] yesterday i treied to run a game on steam with "proton experimental" and other proton versions (unsucccesfully ... ) [11:27] Curious [11:27] indeed [11:27] farkaan, we support only ubuntu, you don't have to answer [11:27] VIA: what distro are you running? Know that only Ubuntu and official flavors are supported here [11:28] certainly not with such language [11:28] I'm guessing some Debian derivative since apt works [11:28] i wasnt aware of that, i thought since ubuntu is ubuntu,. and most ubuntu distros keep the core of it its all the same [11:28] VIA: Which distro are you using.... [11:29] the channel my of my specific disctro was so rude, i never returned. autistic, selfish, entitled people who think theyre smarter than other person on this planet .. [11:29] that doesn't answer my question VIA [11:30] VIA: `cat /proc/version` [11:30] hi what is the equiv of "ip route add 10.0.0.2 dev eth0" in netplan [11:30] i cant find it [11:30] please don't fool around and just answer VIA [11:31] " oerheks | farkaan, we support only ubuntu, you don't have to answer " ... are you tryug to be extra rude/offend me oerheks ? [11:31] i had a question, and farkan was a nice person who tried to help me [11:31] i appreciate nice people [11:31] VIA: mind telling which distro you use, thanks in advance or otherwise move over to #linux [11:32] Maik: you did not hekp me with anything or answer my question, why do you demand i answer yours? [11:32] pagios, "ip link" shows the network adapter names, eth0 is the old way [11:32] VIA: Probably best to move to #linux [11:32] oerheks: yea but my issue is in the syntax of how to map that to netplan [11:32] most likely enp1s0 or something like that [11:32] because other ubuntu based distro's are NOT supported here VIA, THAT's why i asked you 3 to 4 times kindly [11:33] don't be so stubborn [11:33] noted. #linux might be a good channel. somehow i never look for any channel, people just poiont them out for me, rarely do i join a specific one because i need very specific help [11:33] good luck then [11:33] !netplan [11:33] Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/ [11:34] that netplan page gives examples [11:34] you could have told me that other distros are not supporterd in your very first sentence, ionstead you decided "to ask me for it 4 times ..." this keeps getting better and beter [11:34] VIA: i did [11:34] https://netplan.io/reference/#examples [11:34] learn to read [11:34] > "#ubuntu supports Ubuntu and official flavors; versions 18.04, 20.04, 21.04, 21.10 | Unofficial derivatives: use your distro's support channel, not here" [11:34] VIA you could read that in the topic. [11:35] enough time wasted [11:35] and it's in the channel topic ^^ [11:35] Ubuntu budgie is an official flavor innit? [11:35] ah IC now im in the wrong you did Maik. apologies for that [11:35] np [11:36] farkaan: https://ubuntu.com/download/flavours [11:36] that are the official flavors [11:37] "what an ubuntu-official-flavour" extremely often i make the experience that you linux/freenode/ppl that never see anything else but their monitors r very entitled, claim theyre always in the right, think theyre the smartest persons on this panet and theyre just better humans overall. thats why i usually stick to ask qquestionsm sideways. same way i approach doactors now [11:38] !discuss | VIA [11:38] VIA: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! [11:38] this wasnt meant to be an offfense just a general observation i made over and over sice i joined freenode in 2018 i think [11:39] i just asked a question, i thought this was the best place to ask. [11:39] now type /quit [11:39] VIA: enough for now, no need to continue about it [11:39] sry for my wrong doings you allmighty gods. (thxalot tho to the nice ones out there <3) x* [11:39] VIA It's alright but you can't blame #ubuntu users for freenode assholery, #ubuntu is one of the nicest irc communities in my experience [11:39] sigh.... [11:39] oerheks: civility please [11:40] farkaan: if you guys want to discuss it further please move over to #ubuntu-discuss [11:41] ty for the referece again, but i didnt try try or discuss anything about "Ubuntu" this was a commentary/my perception on this very channel, nothig else [11:41] im outtties now thx again to the nice ones xoxo [11:41] VIA: we asked you to move over to -discuss [11:44] Is there a way to find the difference between two very similar tarballs without extracting them? [11:45] pax -v <(archive1.tar) <(archive2.tar) [11:45] or mount them with avfs for example and do a diff [11:45] ravage thanks [11:47] google also found https://github.com/maksverver/tardiff [11:47] looks like what you want [11:57] Is deja dup still the best GUI backup tool (I'm talking "regular" people that don't want to use the terminal here)? [12:00] there is no single best, but yes; it is pretty neat [12:00] and standard installed [12:05] guys anyone can help me mapping https://docs.hetzner.com/robot/dedicated-server/ip/additional-ip-adresses/#:~:text=ip%20route%20add%2010.0.0.2%20dev%20eth0%0Aip%20route%20add%20default%20via%2010.0.0.2 to netplan ? [12:05] i am not sure what config to put [12:16] hi [12:21] !arp-scan [12:22] !info arp-scan [12:22] arp-scan (1.9.7-2, impish): arp scanning and fingerprinting tool. In component universe, is extra. Built by arp-scan. Size 330 kB / 1,069 kB [12:28] root@localhost:~# arp-scan [12:29] my_lookupdev: bond0: SIOCETHTOOL(ETHTOOL_GLINK) ioctl failed: Permission denied [12:47] My connections on 21.10 are keeping disconnecting and stay disconnected and then connect after a while. This is a new behavior === diskin_ is now known as diskin === nikolam_ is now known as nikolam [13:16] all connections keep disconnecting and I have 2 lans [13:17] !details | nikolam and logs please [13:17] nikolam and logs please: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. === nikolam_ is now known as nikolam [13:52] Hi folks [14:04] is a swap partition (logical or physical) faster than a swapfile? [14:05] if you care about performance, why use swap at all? [14:06] Well swap is still important because of disk caching [14:06] https://chrisdown.name/2018/01/02/in-defence-of-swap.html [14:07] I got 1gb of swap across all my machines for this reason [14:08] But I always use a partition (or lvm) except on ubuntu because swap files are the default [14:10] when I set up my ubuntu system, it created a swap partition [14:10] this seems to be the default, when using zfs root [14:10] (because having swap files on a zfs dataset would be very dumb) [14:11] I dunno, I haven't installed in a long time [14:11] But i do have a swapfile [14:11] And not a partition on ubuntu budgie 20.04 [14:14] On serverfault there's some old discussion from 2011 that primarily talks about kernel version 2.6 so I'm not sure if it's applicable anymore [14:18] farkaan: There is no functional difference between a swap file and a swap partition. They're directly mapped to disk locations in both cases. [14:18] Yeah that's what I figured [14:19] cbreak: a swap file can in many cases improve performance, not hinder it. The performance problem comes in when people act like swap is extra ram, which it isn't. [14:19] `swapon` will refuse to work with a sparse file so it's a non issue [14:19] Swapping to a SSD is even better and doesn't 'kill' the disk [14:20] jkc: People see used up swap even at <60% memory usage and assume that their system is running at subpar performance because it's using the disk as RAM which isn't exactly the case [14:22] Swap only causes problems when you go OOM (thrashing) [14:23] cbreak: ubuntu, since 18.04, creates a swapfile not a swap partition [14:23] huh so that's why [14:24] I prefer swap files. Way easier to manage. As long as, of course, its configured properly for the underlying filesystem. [14:30] Maik: not with zfs [14:31] at least not with 20.10, which is what I installed with (I think... could have been 21.04) [14:32] I still have remnant swap partitions from then, which I since stopped using [14:33] i see [14:33] (since I use encryption, and the swap partition seem to be used without any indication of encryption, although it can very well be that linux itself encrypts the data before swapping it out) [14:34] cbreak: Most likely, its a logical volume, and the physical volume that provides storage for the volume group is encrypted. [14:36] that's not how it looked like in userland. It was just a partition directly visible / used via swapon / fstab [14:38] what I was hoping for was that linux itself just encrypts the data before swapping, transparently, without relying on something like lvm / dm-crypt / luks [14:39] but I'm not that experienced with linux, so I don't know if it does that. Ubuntu's old default setup doesn't set up any encryption I can spot. [14:44] I have snap running amazon-ssm-agent (which is never used really) and the /dev/loop partitions related to it are full and only like 50MB and alerting.  Is there a way I can safely purge these? [14:47] impermanence: define "alerting". The snap mounts are supposed to be at 100% at all times. There is no problem other than your alerting on something that shouldn't be monitored [14:48] leftyfb: ha, okay.  alerting in datadog. [14:48] impermanence: configure it to ignore loop mounts [14:48] yeppers.  thanks.  would not have known the 100% thing! [14:49] impermanence: more accurately, loop mounts that are squashfs [15:00] ah, okay. [15:00] what does that mean though? === xenial is now known as Guest3777 === maquisistem__ is now known as maquisistem [15:38] we have systemd-networkd and networkmanager, tell me, why the heck do we need netplan? wtf is this piece of sh**y [15:39] it took me 1 hour to figure out WHO configured my ethernet dhcp [15:42] Hi All, I want to assemble the custom iso image with all my deb packages and some customization in the installation process(configurator). I know preceed and autoinstall way for making iso installation hand free. but I am looking for a way to build iso from scratch. Could anyone please share some idea how I can achieve this? [15:46] prawat: install ubuntu to a VM, install needed software, configure the all the needed shit. tar the whole '/' , untar to a new server [15:48] much better than ISO. [15:49] you can then use any ISO... to boot and extract your tarball with TAR to the new hardware... you can have some startup services to do some init job. [15:50] not wat you're looking for, but just a suggestion [15:54] any hackers here? [15:56] Auprivave2: That's not a great way to start. Might want to just ask your question. [15:58] jkc: sorry. see what you mean :D well.. library computers running Ubuntu 16.04. Wifi is on for no reason, and ethernet cable exposed. I have terminal access. home folder gets overwritten after each login. If there a way in? [15:58] So you're asking for help in breaking into a system that you don't own. [15:58] There is a bit hole behind the computer where the ethernet cable (that is not locked in place) goes down. [15:59] im asking for help to figure out is its possible. so intentions are to help. [15:59] Intentions don't make it unethical. [15:59] That's a double negative. [16:00] jkc: :D [16:00] Intentions don't make the activity ethical. [16:00] You're trying to break into a system you don't own. Even if you want to help, it's unethical and may even be illegal depending on where you are. [16:00] jkc: last time these machines got hacked, private people lost millions in total. Management wont lift a finger before its either way too late, or the press is on to them. [16:01] My answer is not going to change no matter how to try to rationalize it. [16:01] s/how to try/how you try/ [16:01] I cannot type today. [16:02] that can evolve into an entire new language [16:02] Also, I don't believe you. "library computers" don't handle millions of dollars. [16:02] So you need to reconsider how you're trying to address the issue. [16:02] jkc: scandal was very real. keyloggers planted at libraries. [16:03] Sure, Jan. Asking for help with illegal activity is off-topic for this channel and the whole Libera network. [16:03] stealing people digital ID that way, emptying accounts and taking loans. [16:03] @hejux: Thanks for suggestion, I have already build system for CentOS where we are creating the customized iso with our rpm files. Now, the whole set of things need to move to ubuntu. The output should be iso image which can be install on the bare metal servers. [16:04] well.. its a Ubuntu question really. They are running a very old version. I have terminal access. but cant find a way to elevate the user. [16:04] !ops [16:04] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [16:04] jkc: not illegal activity. okay. thanks. I will try arch chan. [16:05] Auprivave2: they won't help you either [16:05] @hejux : Any reference git or blog will be more helpfull [16:05] Maik: thanks Maik [16:06] I will try the WinXP chan then [16:06] Auprivave2: stop trolling [16:06] Maik: that was not trolling [16:07] you are at the moment, if you don't have a ubuntu support question then move on [16:07] Maik: this is your chan? [16:07] Auprivave2: cut it [16:08] So you are OP, and you dont think a question concerning Ubuntu 16.04 security on library computers is relevant? [16:08] !ops | Auprivave2 [16:08] Auprivave2: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [16:08] fair enough [16:08] oh. so you are not OP. you just want to hunt me down. [16:09] Merry xmas Maik [16:09] sigh... [16:09] bye [16:09] finally [16:09] prawat: do not use UBUNTU as server [16:10] prawat: Ignore that advice entirely. [16:10] Ubuntu is a great server platform. [16:10] if you are from CentOS, then, go direct to Almalinux [16:11] hejux: Or let people make their own platform decisions. And I'm #almalinux staff. [16:11] prawat: with one command, your centOS can be switched to Almalinux [16:12] jkc: i don't think he knows Alma. [16:12] so, i basically opened a door to him [16:13] hejux: Seriously, ubuntu is a really good server platform. Going into #ubuntu to try to chase people away from Ubuntu to Alma doesn't make Alma look good as a community. [16:13] @hejux : I can't move to Almalinux, decision has been made for ubuntu.... also all the rpms are converted in deb [16:13] Alma is a great option, obviously, but its not the answer for everyone or every use case. [16:14] I need to just incorprate those deb packages to the ubuntu server [16:14] jkc: well, he mentioned CentOS, therefor i suggest Alma. that's all. [16:14] NO option is the answer for everyone or every use case. [16:14] I was trying this https://github.com/mvallim/live-custom-ubuntu-from-scratch [16:15] but didn't get success [16:15] hejux: He actually said that everything needed to move to Ubuntu. And you joined this channel and immediately started complaining about netplan - which is also a great tool. [16:16] hejux: So I don't know what you're really trying to achieve here except for being inflammatory. [16:17] jkc: a great tool? it is a ..., it does nothing but pass the parameters to systemd-networkd or networkmanager [16:17] And? [16:17] It's a great tool. [16:17] cat isn't exactly complex, but its also very helpful. [16:18] a great tool of what? the expreriece on netplan stays on ubuntu. it is useless if you use REDHAT or DEBIAN [16:19] A great tool to do literally what it says on the tin. And you're kind of wrong, here. https://packages.debian.org/bullseye/netplan.io Arch also has netplan. [16:20] Building netplan for RHEL-alikes is easy, they have an RPM spec for it. [16:20] jkc: so, you spend hours, days, to learn the syntax of netplan, and then it only works on ubuntu... while i spend days hours on systemd-networkd, it works everywhere... [16:20] if you don't have any further ubuntu support questions and just want to discuss thing then please join #ubuntu-discuss hejux [16:20] hejux: Takes about two minutes to figure out netplan. [16:21] hejux: And it greatly simplifies a lot of the more complicated networkd setups. if all you want to do here is start arguments, you're starting with bad intentions and doing a bad job. [16:21] And, for me, netplan works everywhere. :) [16:21] hejux: A lack of expertise on your part doesn't translate to a tool being a bad tool. [16:22] yeah, i have to agree that i did not know netplan before i search google 'how to configure network on ubuntu' [16:32] just installed ubuntu 20.04 on old iMac. brand new installation, not experienced. sound isn't working and wondering if someone could help. [16:36] !sound | Guest83: some of this is dated, but have a look [16:36] Guest83: some of this is dated, but have a look: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [16:37] Running the "alsa-info" script is certainly a good idea to get started. (I won't personally be able to help there, though.) [16:37] tomreyn: thanks trying that [16:37] "iMac" sounds *really* old - isn't this from the 68k era? [16:39] No. There are plenty of Intel iMacs. [16:39] Including even the latest ones. [16:39] model name    : Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz [16:40] okay, i just noticed this name is still used. it makes me think of those light colored all-in-one computers from a good while ago. [16:40] no, it's not too old [16:40] right, right, sorry. [16:44] tomreyn: eMac! [16:48] Guest83, is the card recognized ? lspci -nnk | nc termbin.com 9999 [16:49] $ lspci -nnk | nc termbin.com 9999 [16:49] https://termbin.com/68pu [16:51] @hejux : do you have any reference what you suggested ?? [16:51] i wish the ubuntu hcl included lower cost laptops - not just the ones $1000+ [16:52] ioria: I don't know what it would look like for the card not to be recognized, but the system does seem to know what it's dealing with. (I'm not a device/systems person so please bear with me) [16:53] Guest83, yes , they are ; how are the speakers connected ? external or built-in ? [16:53] built-in [16:53] Guest83, in the monitor , for example [16:54] ok [16:54] it's an iMac all-in-one, the monitor is not separate. all housed together. [16:54] sure [16:56] Guest83, i suggest you install pavucontrol : sudo apt update && sudo apt install pavucontrol [16:56] already have it [16:57] Guest83, what you see in Output Devices ? [16:57] dropdown: Speakers, Headphones [16:58] controls grayed out (?) [16:59] Guest83, run from terminal 'alsamixer' [16:59] @jkc: Do you have any suggestion for my quarry?? [16:59] ok === Ricardus_ is now known as Ricardus [16:59] running [17:00] it took over terminal; not sure what I'm looking for [17:00] !alsa [17:00] If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [17:00] Guest83, what about Master ? is '00' or 'MM' ? [17:01] ioria: I don't see Master, just "PCM" and "Internal Mic Boost" [17:01] Guest83, that's all ? you can scroll horizontally with arrow keys [17:02] yes, just those two [17:02] not good [17:02] Guest83, press 'F6' [17:02] Guest83: You may see more than one sound device, including something for PulseAudio. [17:03] ioria: F6 pops up Sound Card menu, showing [17:03] - (default) 0 HDA Intel PCH 1 HDA ATI HDMI [17:03] Wow, 1,290,000 hits for "linux imac sound". [17:04] Guest83, is 'default' selected ? [17:04] yes [17:04] it also says "HDA Intel PCH" in upper right [17:04] upper left sorry [17:05] Guest83, dmesg | nc termbin.com 9999 [17:06] https://termbin.com/8y1j [17:07] snd_hda_codec_cirrus: probe of hdaudioC0D0 failed with error -22 [17:08] snd_hda_codec_cirrus hdaudioC0D0: VID=00008086, DEV=00007270 not supported [17:11] Guest83, not an audio guru, but your chipset might not be supported and you need additional (external) driver : https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/698837 [17:11] Guest83, down the page (comment #2) there are the instructions [17:12] ioria: ok, thanks, I see that in comment 2. thank you very much!!! [17:12] Guest83, this is better (but the same) : https://github.com/davidjo/snd_hda_macbookpro [17:13] ioria: terrific I will try that thanks again! [17:13] ok, good luck [17:14] afk [17:22] sometimes I get notifications that hang down from my clock. Is there a way to dismiss (or otherwise interact with) those without using my mouse? :) [17:31] found it, by default `Super+N,ESC` === jje_ is now known as jje === genii-core is now known as genii [18:22] Has anyone ever seen a keyboard with a key labeled "Super"? === jje_ is now known as jje [18:33] jhutchins, yes, it was on a Lisp Machine, probably 1988 or so [18:34] jhutchins: I've seen one labeled "hack" https://www.extremetech.com/wp-content/uploads/2016/12/MD-26055_20160823140932_ea396a26bf42b12c.jpg :) [18:35] ah, here's a super key: https://external-preview.redd.it/aOQmrydGQd0j_0ljSAjOsu9fzQm012gkSgdI2X5w6gM.jpg?auto=webp&s=f3ac99800f85e82750f19546f8130f17aabc8ec0 [18:35] i'd say it's offtopic... === markthomas1 is now known as markthomas [19:17] Hi, I'm trying to install the build-essential package and I'm getting this error. All updates and upgrades have been done. https://pastebin.com/LmD32pn0 [19:32] are you on some prehistoric ubuntu? [19:32] Hello. [19:33] rwinner: this is probably not the correct solution, but you could try to install libc6-dev yourself and see what the error for that is [19:34] Issue: lowlatency Bionic kernel was hung up by a (live, active connection) USB peripheral being suddenly unplugged [19:34] same for g++. Probably will take some chaining. [19:34] Effect: boot hangs at loading usb states [19:36] cbreak: OK, thanks. Will try that. [19:41] Hi, I'm having an issue with installing build-essential. I get an error whenever trying to install unmet dependencies. Anyone know a way out of this? https://pastebin.com/HjmELtPQ [19:49] Looks like this is the solution. Going to try it out now... https://www.mexchip.com/en/2021/09/unable-to-install-build-essential-package-on-ubuntu-20-04/ === coz_ is now known as SantaCoz_ [20:00] I don't want to take the chance, it says it's going to remove a couple of packages if I downgrade. I'll wait for a bug fix, because it's obvious from searching the web that this is a bug. [20:14] rwinner, this goes back to May when a bad version of libc6 (2.31-0ubuntu9.2) was released and then backed out. see https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1926918 [20:14] Launchpad bug 1926918 in glibc (Ubuntu) "cannot install libc6-dev, requires old libc6 version" [Undecided, In Progress] [20:15] rwinner, so if you happened to upgrade while the bad version was there you get this mess. [20:15] rwinner, since nobody seems to have done anything about it in 7 months, you could be waiting a long time for the fix. [20:17] how to stop snapd from installing automatically when installing unrelated packages with apt? [20:18] ayla, not sure but try --exclude when updating in terminal [20:18] --exclude (name of package(s) [20:19] I tried to apt-mark hold snapd but after rebooting it seems not to hold snapd anymore for some reason [20:24] rfm, ah...OK, thanks. I'll wait a little longer. So far it's just build-essential that seems to trigger it. Thanks! === juniper is now known as Guest5972 [20:26] rwinner, if you look at comment #15 in that bug it has an awk script for downgrading all (and only) the bogus libc6 packages, which is much less scary than uninstalling dependencies... [20:27] rfm, ah thanks. I'm going to have a look at the bug report. I appreciate your help. === coz_ is now known as SantaCoz_ [20:46] hey guys. anyone here on 20.04 (5.11.0-43-generic) having issues with suspend to ram? issues, as in suspend not working at all? [20:55] i7ch, assuming you're asking because you are having such problems, the first thing I'd do is check for a BIOS update for the system [20:56] @rfm: I did that. updating to latest stable BIOS version did not solve the issue. [20:57] also, I triple check that s2m is enabled in BIOS. also checked kernel has the correct config (CONFIG_SUSPEND=y) [20:57] *s2r [20:58] i7ch, check syslog for messages around the suspend attempt. [21:00] i7ch, it may be a particular device not suspending right, unfortunately tracking that down would involve disconnecting and disabling as much as you can, and see if that helps [21:00] did that too. nothing relevant. i only get 4 lines of logs, all relating to ether link down / link up [21:00] ayla: If it's trying to install snapd, then its not unrelated. Not sure how it would be related, since I don't know what package you're working with. [21:01] i7ch, one problem being is the most likely suspect is the display adapter which is kinda hard to disable (unless it's a desktop and you have a different one around to swap in) [21:02] yeah, that would be hard to do as I don't have another GPU [21:04] i7ch, is it nVidia by any chance? Lots of people seem to be having trouble with those lately. [21:05] i7ch, has suspend ever worked on this system, and only stopped working fairly recently? [21:05] @rfm: yes, yes it is. now .. that you mention it, this starting happening after some nvidia proprietary driver update ... [21:06] jkc: chromium for example. apt install chromium installs a snap. [21:07] yes, it worked fine for as long as I remember. also, works from window 10 which kinda tells me that is somehow related to my linux / kerner and not BIOS / hw issues [21:07] ayla: I knew that was going to be the example. Due to INFAMOUS difficulties packaging Chrome in such a way that allows for timely updates, Ubuntu is migrating Chrome to the snap version. [21:07] So when you try to install chromium-browser, it directs to a snap install. [21:07] https://packages.ubuntu.com/focal/chromium-browser === Pokey is now known as ahorner [21:08] ayla: In this case, timely updates includes security updates. === ahorner is now known as Pokey [21:08] i7ch, I suppose you could try downgrading the driver, or even swapping to nouveau to see if it changes [21:10] yup. Imma try just that. this is driving me nuts already. though using nouveau is not really an option long term :( [21:10] @rfm: thank you for the assistance o/ === thegodsquirrel is now known as theSantasquirrel [21:28] @rfm: well, apparently the issue fixed "itself" as magically as it appeared. switch to nouveau driver (was not working) but switching back to nvidia-470 (closed source) and now it just frackin' works [21:29] i7ch, it's possible reinstalling the -470 forced it to re-update the firmware on the card or some such (i.e. the original install failed silently) [21:30] i7ch, but at least we figured out what spot to kick it... [21:30] ¯\_(ツ)_/¯ [21:30] until next time :) [21:30] but yeah, me happy now. and thanks again for suggesting to reinstall drivers [21:33] https://www.youtube.com/watch?v=SLxrrE6wC5I Jeanette - Porque te vas [21:54] I'm not 100% clear on some stuff around security. I want to put a binary in /usr/local/bin. I want all system users to be able to run it. Who should own the file? [22:00] bobdobbs: root [22:00] hmmm [22:01] if someone else were to own it, they could modify it and compromise everyone [22:02] ah, I see [22:02] So the file should be owned by root, writable only be root, and runnable by anyone? [22:03] *only by [22:03] correct, you want it read+execute by all [22:03] bobdobbs: owned by root:root (user:group), with rwx for root, rx for group, rx for others. [22:04] thanks [22:04] no problem [22:04] I've been using linux since forever. But some of the basics still trip me up [22:12] hello [22:17] im trying to save an .img of an sd card the sdcard is 57.7 GB i use the following command "sudo dd if=/dev/sdb of=~/backup.img" and ive tried "bs=1024" and "bs=1M" and a few other variations of bs. DD starts writing the image and i can see the sd card reader working. but after a few minutes the "working" light on the sd card reader just goes solid red and my computer becomes non responsive. the only way to "un-freeze" my computer is [22:17] by pulling the card reader out and hitting the hardware reset button. Im using a desktop computer with ubuntu 20.04. the image does write..... but the resulting .img is only 20.7 gb everytime. ive tried 11 different sd cards and two different card readers [22:22] derek_: Is there an underlying reason to why you're trying to back up the SD card via an image like that? [22:23] jkc: its a micro sd card used in a pi. i spend a few dozen hours setting up the os on the pi and i wanted to make a backup [22:23] derek_: Sounds like you have a corrupt SD. [22:23] i thought that too [22:23] but it does the same on a brand new sd card. i tried many [22:24] jkc : if theres a better way to do sd card backups id love to know [22:25] I don't treat my RPis any differently than I treat other systems. I back up the system from within the system using a proper backup utility, e.g. borg. [22:26] its not running raspian [22:26] its running retropie on a handheld [22:26] im giving several out to friends and family for christmas [22:27] and id like to have a backup on my computer so when they break things [22:28] when i search "backup an sd card in ubuntu" almost every page i find refers to dd [22:29] I just rsync everything in /home/pi to backup storage. [22:30] but that doesnt save all of my configuration and partition data [22:32] Suggest you actually look in /home/pi. Second, partition data doesn't matter. Image new SD card with RetroPie, rsync /home/pi back, restart. [22:33] what am i looking for? [22:37] i would use sudo dd bs=4M if=~/backup.img of=/dev/sdb && sync # but your command should be oke [22:38] are we writing to or reading from the sd card? [22:39] we are reading from the sd card and writing the image to my ssd on my desktop [22:52] derek_: How long have you left the system in the "locked" condition? === MrC is now known as MrChristmas [22:56] i watched it work until it "locked" and then left the house for 5 hours this morning. it was locked when i came back (64gb ram intel I5 6 core processor at 2.6ghz per core [22:56] it was locked when i came home exactly where i left it [22:57] also it should be noted that etcher and the raspian sd card flasher both work great, but niether have a backup option [23:22] hey I installed lubuntu on an old pc and I am having some crashes. I think I found the relevant part of syslog (only place I know to look), can you take a look? https://pastebin.ubuntu.com/p/gHhsfRbRPY/ [23:29] make sure its not a hardware defect first. change cables, try another drive if possible [23:30] it only started happening after I changed the CPU [23:30] Ubuntu 18.04 low-latencyMusic production computer Crashed when peripheral was unplugged hot, an [23:30] &now hangs forever, booting [23:30] so it is totally possible that you messed up some cables doing that [23:31] Perdon me [23:31] I wonder, there's a 2007 bios date in there.. just how old was the old cpu? I wodner if a cpu that old could enforce NX permissions or not [23:32] It is from 2007: AMD Athlon64 X2 [23:33] the "new" cpu is just the faster clockspeed version because the old one was getting really slow [23:33] pretty good that lubuntu is pretty snappy on this :) just would be nice if it didn't crash [23:35] ah, some random benchmarking website said it has an NX bit. well, that makes sense, these logs also say that :) [23:36] there was a thing in the dmesg that said that if timing was an issue there was something you could do [23:36] let me look [23:36] >Nvidia board detected. Ignoring ACPI timer override. If you got timer trouble try acpi_use_timer_override [23:37] Is that related? [23:37] well ... I wouldn't think so, but I otherwise don't have any suggestions :( [23:37] sem: "kernel tried to execute NX-protected page " also should not happen [23:38] can you try to disable NX protection in your BIOS and see if the problem still exists? maybe there is a BIOS update? [23:40] sem: did you perchance swap video cards while you were at it? the faulting process here is xorg, and nouveau_connector_detect is the function that failed.. [23:40] i'll take a look in the bios. Not sure that I've seen a setting like that; also ePoX went out of business, hopefully I can find any bios updates [23:40] sem: or maybe the cable was replaced? that's a long shot.. [23:40] sarnold, i did not swap video cards, but I did at one point try the proprietary drivers [23:41] i'm using nouveau again, which seems to be better