/srv/irclogs.ubuntu.com/2022/10/26/#ubuntu.txt

brkcorecan someone tell me what is happening here https://pastebin.com/Msn8028a00:04
=== Ringtailed-Fox is now known as RingtailedFox
arraybolt3brkcore: Looks like you're connecting a Bluetooth device to me, though I'm not sure. What are you trying to do, and what was the expected result?00:08
brkcoreconnecting bluetooth device that has the first MAC. I don't know why is it checking other devices00:09
brkcoreseems strange to me00:09
brkcorealso some of the mac addresses are not recognised by me. They may be in range, or been in range00:10
siestahello guya00:10
siestahello guys00:10
siestai need to display line drawing ascii00:10
siestain my xterm00:11
brkcoreonly one of the three mac addresses actually I don't know it00:11
arraybolt3brkcore: Ah. I believe that's normal, kind of like how your system constantly scans for WiFi devices. Only your system only scans for Bluetooth devices when you tell it to, but when you're connecting it's probably in scan mode.00:11
=== Eickmeyer5 is now known as Eickmeyer
siestahowi want to use cp43700:12
brkcoreI see, arraybolt3, that's new. Before that i was just connecting to the device00:12
siestai want to use cp43700:12
arraybolt3brkcore: You probably have more devices around than just the one you were connecting to now.00:12
arraybolt3Or perhaps you somehow were just connecting before without going into discoverable mode (or whatever it's called).00:13
brkcorestrange00:14
=== realivanjx9 is now known as realivanjx
plt2022Where can I can downloasd ubuntu net install please?01:25
oerheksnetinstall is gone, use ubuntu server now?01:26
oerhekssee the message at https://cdimage.ubuntu.com/netboot/jammy/01:27
=== bougyman_ is now known as bougyman
plt2022There is no iso files http://cdimage.ubuntu.com/netboot/bionic/01:29
oerheksyes, it is gone01:30
plt2022mini.iso01:30
plt2022Is the mini.iso is that the net installer?01:31
oerheksi see no mini.iso?01:32
plt2022http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-amd64/current/images/netboot/01:33
oerheksnot sure that is a good one, maybe it gives unity not gnome01:36
oerheksand why such old 18.04, less than a half year support left01:36
plt2022The mini does not work, what other images can I use herehttp://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-amd64/current/images/netboot/?01:47
oerheksnot.01:48
oerhekstry the debian image, like you do in #debian?01:48
oerheksi started with the server is the way to go, now. but ignore that..01:48
plt2022I am having issues with debian01:49
oerheksthey will fix that.01:49
plt2022I have asked then like 3 years ago tie them to their chair and do not let go until they fix it01:50
HakateWhat is that first 'd' in this -   drwxrwxrwt.   9 root root 4096 10-25 19:19 tmp02:06
oerheksdirectory02:08
rboxoerheks: you're a directory02:43
arraybolt3rbox: you're in the wrong channel02:45
rboxarraybolt3: maybe you are...02:46
arraybolt3rbox: I meant it kind of like a joke, but I am serious. While #linux is a hotspot for lots of funny activity and the like, #ubuntu is to be used strictly for tech support scenarios, and any offtopic chat is generally highly discouraged.02:47
=== realivanjx0 is now known as realivanjx
luizfrdscan i pass an env variable to my application trought cli?02:59
luizfrdsin one line? for debug purposes02:59
arraybolt3luizfrds: If I'm understanding you correctly, yeah, quite easily. "ENV_VAR_NAME=value appName arg1 arg2..."02:59
luizfrdsokay02:59
luizfrds<arraybolt3> can i do the same thing but with a file?02:59
luizfrdswhere the varialbes are declared in a file?03:00
arraybolt3luizfrds: Not sure.03:00
arraybolt3luizfrds: You might make a Bash script that sets up all the variable values and calls your app for you.03:00
arraybolt3Then you would just do "./script", where "script" would contain "ENV_1=value1 ENV_2=value2 appName arg1 arg2" or the like.03:01
arraybolt3You would need to make the script executable with "chmod +x ./script", and also don't forget to put a Bash shebang at the start (#!/bin/bash).03:01
luizfrdsit arraybolt3, i'm pretty sure it is possible... not sure where i read that03:09
matsamanwhat is?03:10
arraybolt3matsaman: Being able to place environment variables in a file so that when you execute a particular app, it uses that particular set of environment variables.03:10
matsamanarraybolt3: as opposed to another set, you mean?03:13
matsamana lot of people would use a wrapper03:13
matsamanand I think I'd be among them03:13
arraybolt3matsaman: As opposed to the environment variables that are naturally in the current shell or have been set by the user.03:13
arraybolt3So yeah, I guess.03:13
RingtailedFoxhow would i apply this patch to my OS? https://randombytes.substack.com/p/apparmor-on-wsl-203:13
RingtailedFoxi'm running Ubuntu 20.04.5 LTS03:13
matsamanRingtailedFox: under WSL?03:14
RingtailedFoxyes03:14
luizfrdsthanks folks... i think i will go with the first solution... it is sub optimal for my case, but will do03:15
matsamanRingtailedFox: instructions for Debian are fairly likely to be identical for Ubuntu03:15
matsamanluizfrds: whatcha doin'?03:15
RingtailedFoxi know... i'm asking how do i apply the patch...03:15
matsamanarraybolt3: what I do a lot is make like, a ~/.bin/ dir, and pop it into my path03:15
RingtailedFoxdo i save that as a text file, then type something like patch patchfile.txt patchfiledestination ?03:16
matsamanarraybolt3: and if I want 'firefox' to run ... anything I want, I put a 'firefox' in there, and if you want you can even call the original firefox, but with any params you want03:16
luizfrdsmatsaman, i'm automating a very specific test03:16
matsamanRingtailedFox: click 'view raw' at bottom right03:16
RingtailedFoxyeah. i got that up03:17
RingtailedFoxjust shows a pure text file of it, which is fine03:17
matsamanRingtailedFox: you can learn how to use patch if you want, it's worth learning03:17
matsamanRingtailedFox: but the minuses are lines removed, and the pluses lines added, so you can just modify it by hand if you want03:17
matsamany'know, unless it has to be done dynamically03:17
matsaman"Apply to /lib/apparmor/rc.apparmor.functions:03:17
matsaman" so probably by hand is fine03:17
matsamanhttps://en.wikipedia.org/wiki/Patch_(Unix)#Usage_examples03:18
RingtailedFoxooh, so, diff apparmor_wsl.patch rc.apparmor.functions ?  that should be simple enough03:20
RingtailedFoxcopied the old one over as rc.apparpmor.functions.good just in case it screws up03:20
matsamanexcellent practice =)03:21
RingtailedFoxor would it be sudo patch < apparmor_wsl.patch?03:21
RingtailedFoxpatching file rc.apparmor.functions03:21
RingtailedFoxHunk #1 succeeded at 65 (offset -3 lines).03:21
RingtailedFoxpatch unexpectedly ends in middle of line03:21
RingtailedFoxHunk #2 FAILED at 91.03:21
RingtailedFox1 out of 2 hunks FAILED -- saving rejects to file rc.apparmor.functions.rej03:21
RingtailedFoxthat's not good03:21
matsamanthis patch is so, so tiny, I would just do it by hand03:22
matsamanespecially since it's fairly old and the file may have changed03:22
=== untitledguy73567 is now known as bloodfu
irrgitPreparing to unpack .../parted_3.5-2_amd64.deb ...04:16
irrgitdpkg-maintscript-helper: error: file '/usr/share/doc/parted/changelog.Debian.gz' not owned by package 'parted:amd64'04:16
irrgitdpkg-maintscript-helper: error: directory '/usr/share/doc/parted' contains files not owned by package parted:amd64, cannot switch to symlink04:16
irrgit 04:16
irrgitSorry for that.04:16
irrgitSo I dont know how to fix this issue, upgraded from 22.04 to 22.1004:16
irrgitGot that error when trying to fix the installation and running -> sudo apt-get  -o Debug::pkgProblemResolver=yes install parted04:17
irrgit 04:17
=== Liowenex is now known as Liowenex_
=== Liowenex_ is now known as Liowenex
=== Liowenex_ is now known as Liowenex
=== realivanjx9 is now known as realivanjx
=== scoobydoob is now known as scoobydoo
dabblerI installed an app that has registered itself as being able to open literally every mimetype on my system. But its .desktop file specifies only one mimetype, the appropriate one. My Q: where on my system would I find the '*' mimetype registration, or whatever's causing the ridiculousness?05:12
mybalzitchooh, is it gimp?05:17
dabblermybalzitch: no, it's keepassxc05:17
alkisgdabbler: which version of keepassxc? I don't see anything weird in the 22.04 version, keepassxc-2.6.6+dfsg.105:20
dabbleralkisg: that's the one I'm using05:22
alkisghttps://termbin.com/5k0t ==> nothing weird there...05:23
dabblerMaybe I accidentally did something when opening a file with it from gnome-files?05:23
alkisgCould be; I'm not using GNOME so I don't know what gnome files does though05:24
dabblerWell I'm in plasma now and it shows it as being associated with everything05:24
dabblerI don't know where it might get that05:24
alkisgOne thing you could quickly test is if it's a per-user setting (under /home/username) or per-system; i.e. try with another user account05:25
alkisgIf it's per-user, then you shouldn't be looking at packages etc but at your own configuration under /home/username05:26
dabbleralkisg: good idea. It's specific to my user. The Q is where in my files?05:34
alkisggrep -r x-keepass2 ~/.[!.]*05:35
alkisg:)05:35
makara1why cant i configure my dock on Kudu? Under setting > appearances > there is only style and background. Nothing about dock?05:41
makara1in fact if I search the setting for "dock" nothing comes up05:44
ickhow to stop the snap nag popup, (or adjust its frequency)  for updating the just-updated firefox 106.0-1 to 106.0.1-1 which IIRC merely fixes a bug on a CPU I do not use?05:58
makara1ick: disable notifications for firefox too drastic?06:01
ickmakara1 : No, I had assumed the notification was from snap not firefox06:03
ickWhat's a notification badge? (Kubuntu System Settings : Notifications : Apps : Firefox Web browser.)06:04
ickI have a choice of disabling popups, or notification badges.  I disabled popups, will see what happens... Thanks makara1 !06:06
=== ick is now known as pickanick
makara1pickanick: i see also in setting > notifications > applications a "Snapd User Session Agent"06:23
=== Mibixy is now known as Mibix
mcammeohi06:35
mcammeoballs?06:35
makara1sure06:36
mcammeotnx06:37
mcammeowhat is this_06:37
mcammeo?06:37
makara1Official Ubuntu Support Channel06:38
arraybolt3[m]mcammeo: If you're asking about what this channel is, this is the official tech support channel for the Ubuntu operating system. If you're asking what Ubuntu is, it's a Linux-based operating system designed for PCs and servers, competing with Windows and macOS.06:38
mcammeoah ok06:38
=== realivanjx1 is now known as realivanjx
hamsthere is an option to flip ports in linux. i dont exactly know what the process is called. i have an app that runs on port 8758 and i want it to show on port 80 or any request. how can i do this?07:09
alkisghttps://iwearshorts.com/blog/redirect-port-80-to-8080-using-iptables/07:12
alkisgReplace the ports as necessary07:12
hamsalkisg, that worked. ty07:24
alkisgπŸ‘οΈ07:24
Apachezjust wow07:33
ApachezThe following packages have been kept back:07:33
Apachez  libipa-hbac0 libnss-sss libpam-sss libsss-certmap0 libsss-idmap0 libsss-nss-idmap0 libvirt-clients libvirt0 python3-sss snapd sssd sssd-ad sssd-ad-common sssd-common sssd-ipa07:33
Apachez  sssd-krb5 sssd-krb5-common sssd-ldap sssd-proxy xserver-common xserver-xephyr xserver-xorg-core xserver-xorg-legacy xvfb07:33
ravage!phasedupdates | Apachez07:33
ubottuApachez: Since Ubuntu 21.04, APT now implements phased updates. This can hold back updates on some systems while they are being phased in. See https://help.ubuntu.com/community/PhasedUpdates for more info.07:33
alkisgSometime someone will come with an actual "apt kept back" issue and we'll wrongly point them to phasedupdates! They should have a better message for that! :D07:34
ravage+107:35
biapyHi, i'm using Ubuntu 22.04 Jammy Jellyfish, and when using apt upgrade, i often have kept packages. Can any one help me preventing these packages from being kept ?07:38
ravage!phasedupdates | biapy07:39
ubottubiapy: Since Ubuntu 21.04, APT now implements phased updates. This can hold back updates on some systems while they are being phased in. See https://help.ubuntu.com/community/PhasedUpdates for more info.07:39
hamsinteresting, i also have some kept packages.07:39
biapyravage: thank, i've just seen the lines above :)07:39
biapy.... Ubuntu is able to add Ubuntu pro ads to apt, but not a warning about kept packages and phased updates... wonderfull.07:41
ravage!discuss | biapy07:42
ubottubiapy: 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!07:42
biapyravage: question: in the link you provided, it is recommended to add "APT::Get::Always-Include-Phased-Updates;" line to configuration, but to make it work, i needed to change it to 'APT::Get::Always-Include-Phased-Updates "1";'  where can i report this ?07:50
ravageprobably arraybolt3[m]07:51
biapyravage: ok thank you07:55
ravageor apply for editing. i just did that. in case i get approval i will fix it :)07:56
biapythank you for your help07:57
morthow do you enable amd64 multiarch on arm64 ubuntu? I presumably have to use the normal amd64 apt sources for ubuntu and the ports.ubuntu.com apt sources for arm64 but after dpkg --add-architecture amd64 it seems like apt expects to be able to find amd64 packages on ports.ubuntu.com08:05
mortah I should probably add [arch=arm64] on all the ports.ubuntu.com sources and add new ones with [arch=amd64]08:07
=== scoobydoob is now known as scoobydoo
tangaroratest08:09
tangaroraHi... is there a step by step guide to install ubuntu desktop as a vdi in qemu-kvm automatically? I had all this working great with preseed, but now they removed this possibility.08:11
tangaroraThe cloud config only appears to work with cloud images... I want to be able to build an ubuntu VDI using only scripts that do the work.08:12
=== realivanjx3 is now known as realivanjx
fauxprideWhat is the frequency updates are replicated to local mirrors? There's been the case with several versions of Ubuntu now, where the local mirror that's set by default doesn't find any updates, but switching to the Main server does.09:04
pickanick makara1 : I do not see such a thing. Does it show up if you type "Snapd" in the search bar under  setting > notifications > applications ?  When I type "Sn" or "sn" already there are no matches.  Are you on KDE?09:11
makara1pickanick: im on gnome3, but there's been so much stuff on here over the years I dont trust09:12
makara1i cant search for notification applications09:12
pickanickweird. Sometimes I get the feeling that our systems are being held together with the software equivalent of layers of duct tape.09:17
mjt0kwell, a duct tape is quite strong... ;)09:18
ograto manage the frequency of snap update cecks (and thus the notifications) you can set an update schedule ... like described on https://snapcraft.io/docs/keeping-snaps-up-to-date09:43
=== null0110 is now known as beaver
pickanickdisabling firefox popup notifications does not disable firefox popup snap update notifications.10:46
ravagethat is correct10:47
mjt0kis ubuntu moving from deb towards snap packages?10:48
mjt0k(for non-"base" system anyway)10:48
ravageit did for some applications10:48
ograno, snap packages rquire deb packags for building10:51
ograso while you might see selected apps move to snap-only, the deb archive will definitely never go away10:52
=== realivanjx3 is now known as realivanjx
mjt0kso, is it like, snap is parallel to deb, and does not exist without deb? :)10:58
ravagesnapd is a deb package10:58
mjt0kI mean snap packages are parallel to deb packages and does not exist without deb packages10:59
mjt0kwas just too lazy to type "packages" :)10:59
ograravage, well, on ubuntu the snapd deb is only used to install the snapd snap package πŸ™‚ (but on other distros the deb is actually providing the snapd binary)11:00
Assidheya11:00
Assidso i just loaded up ubuntu-server in a vm.. and there seems to be a bug..  in sshd_config Port is just being ignored11:01
ogramjt0k, they *can* existi withut deb packages ... i.e. you can pack snap packages in "Arch" style by building everything from scratch ... but thats a hell lot of work11:01
ogra*exist without11:01
ravageogra, my point was that you need some kind of base system to start snaps on. maybe be minimal of course11:01
ograAssid, https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/3018911:02
ravage*may be11:02
ograyeah, that is true11:02
ograthe cre[18,20.22] snaps are created from deb packages from the ubuntu archive11:02
ogra*core11:02
Assidaccording to the post.. i should be looking at /etc/systemd/system/ssh.socket.d/addresses.conf .. however this file does not exist11:11
Assideven the directory does not exist11:11
mjt0kit isn't supposed to exist11:11
mjt0k"On *upgrades* from Ubuntu *22.04* LTS, users who had *configured* Port settings or a ListenAddress, will find these in.."11:13
ograAssid, just follow /usr/share/doc/openssh-server/README.Debian.gz (it tells you to create the dir)11:13
ograright, upgading will migrate you if you had changed the port before ... fresh installs will not11:13
ravagedo we even talk about 22.10?11:14
ogragood question ... i was just blindly assuming πŸ™‚11:15
mjt0kwhy sshd moved to socket activation in the first place? and why it is a recommended way?11:15
ograsave resources ...11:15
ograyou only need it running when connecting11:16
mjt0kfor sshd? :)11:16
ograseemingly πŸ™‚11:16
mjt0kit uses veery few resources really..11:16
ravagethat is more an IOT problem. nothing that will speed up your desktop of course11:16
mjt0kIOT?11:17
ogra" This has been done to reduce the memory consumed by Ubuntu Server instances by default, which is of particular interest with Ubuntu running in VMs or LXD containers: by not running sshd when it is not used, we save at least 3MiB of memory in each instance, representing a savings of roughly 5% on an idle, pristine kinetic container."11:17
Assidwhat about disabling passwordauthentication ..  i11:17
ograrather cloud ... according to the text from the forum11:17
ravageany situation where 3MB make a difference11:17
mjt0kheh. I do run many debian server containers.. never thought about sshd memory footprint :)11:18
mjt0kbut I see11:18
ograin IoT it s helpful because in the majority of instals such systems are user-less ... so having ssh at all is pointless11:18
Assidi  set PasswordAuthentication no and enabled pubkey  .. but im still seeing it allow passwords11:18
mjt0kwhat's IoT?11:18
ograAssid, and you edited the correct file (sshd_config, not ssh_config (the latter is for clients))11:19
Assidyep11:19
ravageand you restarted the service and got no error?11:19
mjt0kit is not only passwordauthentication, there are other settings which must be disabled11:19
ogramjt0k, the "Internet of Things" ... i.e. industrial gateways collecting sensor data etc etc11:19
mjt0krun ssh -v as client to see which methods it offers11:20
Assiddebug1: Next authentication method: password11:21
mjt0kbasically, regular passwords wont be accepted after setting PasswordAuthentication=false; but ssh client will try to prompt anyway. You need to disable Keyboard-Interactive or something like that11:21
mjt0kI don't remember the exact setting11:21
mjt0kwith just PasswordAuthentication=false, sshd pretends it accepts passwords, but in fact does not accept them11:22
mjt0kin the past, during some brute-force attacks, I've seen clients trying to reconnect numerous times when I disabled password *offers* entirely11:23
pickanickogra : https://snapcraft.io/docs/keeping-snaps-up-to-date says to use  $ snap refresh --hold=24h firefox  # On my system this gets "error: unknown flag `hold'"11:34
pickanickOh that is experimental11:36
ograpickanick, yeah, i rather meant to set your snap refresh check to once a week with adding a schedule or some such11:37
ograyou can use `snap refresh.hold= ...`   that is not experimental11:39
pickanickerror: unknown command "refresh.hold=72h", see 'snap help'.11:41
pickanickHowever I was able to   snap set system refresh.timer=wed,sat   and the changes seem to have been applied.11:41
pickanickogra thank you.11:41
Assidmjt0k: nope.. it lets me in using passwords.. this is in sshd_config11:42
ograyeah, 72h is not a proper format ... see the do11:42
ogra*doc11:42
Assidis there another config file for this now11:42
ografrom the doc: "Use refresh.hold to delay snap refreshes until a defined time and date (up to 90 days). The time and date format needs to conform to RFC 3339."11:43
ograAssid, and you are 100% sure you retsrated sshd ?11:44
ogra*restarted11:44
Assidyes11:44
Assidi can see the changes with the port .. but not that11:44
ogrado you have "ChallengeResponseAuthentication no" set ?11:46
ograAssid, here is an sshd config i use that only allows key auth: https://termbin.com/kjiq11:47
Assidno i dont have that config11:56
Assidparameter11:56
Assidii will soon need it though.. once i setup yubikey otp11:56
ograwell, try backing up your current config and test mine ... it should work11:59
=== lubuntu is now known as swolf154
Assidnope didnt work12:26
Assidsystemctl restart ssh   <-- or is there another one12:26
Assidi even tried ssh.socket12:26
Assidogra: didnt work12:35
ograwell, it does for all my devices and is also the default config shipped in UbuntuCore systems (which deny passwd login by default)12:37
Assidyeah all my other vm's and servers work fine .. this is my first fresh 22.10 install12:42
Assidmost of my boxes have pubkey + password/yubikey otp12:43
ograperhaps someone in #ubuntu-server knows more12:43
ogratry asking over there12:43
BluesKajHi all12:47
ubergeekAssid: sshd is the service name, I believe12:49
=== realivanjx9 is now known as realivanjx
=== leftyfb_ is now known as leftyfb
gebbionehi folks, somehow my lovely nvidia setup sometimes shows a line in one of the two screens, not all the times. When i then click on the status bar of the application of the screen the line goes behind the application (browser, file manager etc) or at least it is not visible. Anyone experienced similar things?13:33
Assidfound it.. finally13:34
bynariegebbione, screenshot?13:36
=== Ringtailed_Fox is now known as RingtailedFox
gebbionebynarie, https://paste.pics/c8a0d2f854158de19acd00eb2d09600c13:42
jhutchinsgebbione: Bad video RAM.14:07
jhutchinsgebbione: Is it always the same monitor that shows the line?14:08
gebbioneyes14:09
gebbionealways the same one14:09
gebbionebut the line goes off after i focus the window14:09
gebbioneso I am not sure how that would translate into a hardware problem. Is there a way I can actually prove it?14:10
jhutchinsgebbione: You could try a different cable.  There are probably video hardware tests/benchmarks that might diagnose it.14:27
jhutchinsIs it always the desktop walpaper that shows the line?14:27
mohammadrezahi15:28
Guest420Guys I have a new install of ubuntu latest stable version (minimum install), made yesterday. I have 2 monitors, and they work fine, but after using the PC for some time, out of nowhere, both of them will turn off and nothing I do will turn them on again, except for rebooting. Audio and all keeps working. In Power options it's set to Never turn off.16:14
Guest420Any ideas? I"m a beginner with linux/ubuntu.16:14
jhutchinsGuest420: Check your BIOS  settings (EFI).16:16
jhutchins!sensors16:16
ubottuTo access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions.16:16
jhutchinsGuest420: It could also be a thermal issue.16:16
Guest420I see. I'll check temp, but don't think that's it because previous install was working flawlessly.16:17
Guest420What exactly should I check in BIOS? (I didn't touch it, except for usb drive boot order)16:17
jhutchinsGuest420: Pretty much every BIOS is different.  You'll just have to look and see what options are available.16:18
jhutchinsGuest420: As far as thermal/hardware issues go, "it worked fine yesterday" is exactly how they happen.16:18
Guest420Alright. Thanks a lot guys. Wish me luck :)16:18
gebbionejhutchins, no it is not the wallpaper. It just sits on top of anything and sometimes shows (but not always) on top of any application when i focus out the second screen16:37
arraybolt3biapy: Hmm, I was lead to believe otherwise by a Stack Exchange post I got my info from, but if that didn't work, I can easily add that. Thanks for your help!16:37
arraybolt3(with regard to needing to use a "1" to disable update phasing)16:37
gebbionemaybe i ll try a different cable but if it was the cable i would assume the line was going to be there permanently16:38
=== lotuspsychje_ is now known as lotuspsychje
Gallomimiasnap store notifier tells me to update discord. #snap refresh discord has no update available. launch discord... self update in place. it's going in the wrong direction gents17:25
toddcGallomimia: did you refresh the snap store?17:29
mjt0kshould'd snap store notifier do this?17:29
mjt0kI mean, shouldn't it notify *after* refresh?17:29
toddcno notifier does not refresh17:30
AlexNicHello everyone, I have a ubuntu 20.04 installed and whenever I try to do apt update/upgrade I always get Error 24 : Write error : cannot write compressed block. I'm a bit lost on how to debug this17:44
AlexNicCurently on this kernel:Linux ubuntu 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux17:44
lotuspsychjeAlexNic: could you pastebin us the full apt logs please?17:44
AlexNiclotuspsychje, gladly, give me a few seconds please17:45
AlexNiclotuspsychje, https://pastebin.com/1cuZQB2L17:46
AlexNicthe /boot is out of space btw, but I cannot remove any old kernel image17:48
lotuspsychjeAlexNic: try a sudp apt autoremove17:48
lotuspsychje*sudo17:48
AlexNicI tried, same error17:48
AlexNicI can run and paste again17:49
AlexNichttps://pastebin.com/L7iJuPe617:49
lotuspsychjeAlexNic: https://askubuntu.com/questions/1207958/error-24-write-error-cannot-write-compressed-block17:50
AlexNicI also want to mention I have windows installed in dual-boot and the linux partition is encrypted17:50
Gallomimiatoddc, yes i asked it to refresh itself, discord, and firefox... the three largest offenders for fake-news regarding snap updates17:54
AlexNiclotuspsychje, I ran the script I tried to remove like many records and at the end ended up with the exact same error18:06
lotuspsychjeAlexNic: can you still install packages?18:06
AlexNiclotuspsychje, I tried vim and it failed, I can try something else, why18:06
lotuspsychjeAlexNic: like stacer or bleachbit could help you delete stuff18:07
AlexNiclet's try, what's the package name18:07
AlexNicah snap works for sure18:07
lotuspsychjethe above packagenames are both valid18:07
AlexNicends up executing update-initramfs at the end and fails with the same error18:08
lotuspsychjeright18:08
tangaroraHi... is there a step by step guide to install ubuntu desktop as a vdi in qemu-kvm automatically? I had all this working great with preseed, but now they removed this possibility.18:08
AlexNicwell kinda stuck then I guess18:09
AlexNicAnyone have any other ideas?18:16
alkisgAlexNic: your paste was removed, so no idea, maybe you can write a summary of the problem for those coming now18:55
ravagehe was removed too :)18:56
alkisgAh, dat matrix... :/18:56
ensi found out why apparmor was mysteriously getting periodically removed via apt-get on my system19:12
ensas it turns out the I.T. people had the laptop being managed by puppet19:12
ensso i disabled puppet and now it doesn't uninstall apparmor. woohoo.19:13
oerheksgood find, ens19:14
=== perryon1 is now known as perryon
=== pr3sonic is now known as highrate
mohaHi; I have a VM (on ESXi) with Ubuntu installed; The second interface in Ubuntu takes Apipa:20:16
mohaens192           UP             169.254.158.255/16 metric 204820:16
mohaI removed, then installed the interface, but it gets the same apipa IP again!20:17
mohaI removed that Ip with `ip a d <IP> dev ens192`, but after a reboot, it gets the apipa again!20:17
mohaHow can I get rid of the apipa IP?20:18
=== perryon1 is now known as perryon
mohaand, what's the "metric 2048" in the output of `ip -c -br a`?20:22
mohaens160           UP             172.17.238.45/24 metric 10020:22
mohaens192           UP             169.254.90.187/16 metric 204820:22
=== perryon1 is now known as perryon
bingoJACKPOTIs anyone here using Ubuntu Pro and if so can someone confirm that the security updates have a longer life than the standard releases? I think the language clearly says yes ... I'm thinking I will get 4-5 years of hardware maintenance then, in addition, NIST security updates...20:58
=== _justin_kelly9 is now known as _justin_kelly
eb_moha: metric is like the priority of the interface21:02
eb_Is the ens192 supposed to get its IP info from DHCP? Can it reach the DHCP server? If it's static, can it reach its gateway and does it have the right gateway and subnet mask assigned?21:03
=== perryon1 is now known as perryon
tangaroraso is it possible at all to auto install ubuntu desktop anymore?21:28
jhutchinsYes, there are still tools like kickstart and preseed.  The automation management tools like puppet and ansible and chef will do a desktop install.21:35
jhutchinstangarora: What are you actually trying to do?21:35
tomreyntangarora: does "autoinstall" not work for you?21:39
tomreynsee the "simple desktop" at https://www.molnar-peter.hu/en/ubuntu-jammy-netinstall-pxe.html21:39
tangaroraI used to use the network insstall to make a VDI in KVM of Ubuntu. I used preseed files and it worked great.21:39
tangaroraNow i am trying to do the same with the full DVD download.21:40
tomreynmaybe cloud images is what you want21:40
tangaroraI was super simple: --initrd-inject="$PRESEED_FILE" --extra-args "ks=file:/$(basename $PRESEED_FILE)"21:41
tangaroraonly the cloud images are only server that I can find...21:41
jhutchins!server21:42
ubottuUbuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Focal (Focal Fossa 20.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide:  https://ubuntu.com/server/docs - Support in21:42
tangaroraIt must be possible because I saw gnome-boxes insert username and password in to the setup in their express intall...21:42
jhutchinsI hope that factoid is merely out-of-date.21:43
tangaroraYes i know what a server is...21:43
tangaroraI can install a server automatically...21:43
tangarorajust not a desktop for the VDUI usecase...21:43
tangaroraVDI21:43
tomreynmaybe i misunderstood. the mention of kvm made me think you may be looking for running virtual machines in a private cloud environment - which cloud images could be useful for: https://ubuntu.com/server/docs/cloud-images/introduction and https://cloud-images.ubuntu.com/21:44
tangaroraI am fine with using cloud images if that is the way to go.21:44
tangaroraand yes... I want to run VDI's in a KVMm environment21:45
tomreynfor bare metal desktops, i'd go with autoinstall instead21:45
tangaroraI would like both usecases actually: KVM + thumb drive install..21:45
tangaroraI hae all of this for SUSE, Debian, and older Ubuntu... Windows even...21:46
jhutchinsI'm having trouble finding an actual question in there.21:46
tomreynwell, just read up a bit on the two options and you'll make a good choice21:46
tangaroraOK: how to automate the install of the desktop Ubuntu media?21:46
tomreyn<tomreyn> tangarora: does "autoinstall" not work for you?21:47
tangarorayou mean the YAML file?21:48
tangarorathat is referenced in the server section?21:48
tangaroraOf the documentation?21:48
tomreynright, you'd need a yaml file.21:49
tangaroraOK just tried it... the file got ignored.21:55
tangarora--location="/var/lib/libvirt/boot/ubuntu-desktop-latest.iso,kernel=casper/vmlinuz,initrd=casper/initrd" \21:55
tangarora--extra-args="kernel=casper/vmlinuz,initrd=casper/initrd,ks=file:///preseed.yml" \21:55
tangarora--initrd-inject="/home/tangarora/preseed.yml" \21:56
tangaroraThose are the relevant lines...21:56
schuelermine[m]Does anybody know how Ubuntu themes libadwaita apps?22:01
schuelermine[m]I’ve checked and they don’t use the $GTK_THEME variable22:01
SquareI have a HP z2 G8 desktop with fresh install of ubuntu 22.04. I'm experiencing hickups in input and repeated characters. I get the following message in syslog quite often:22:17
Square> ... libinput error: event21 - Chicony  HP Wired Desktop 320K Keyboard: client bug: event processing lagging behind by 35ms, your system is too slow22:17
Square> ... libinput error: event21 - Chicony  HP Wired Desktop 320K Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.22:17

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!