[00:04] can someone tell me what is happening here https://pastebin.com/Msn8028a === Ringtailed-Fox is now known as RingtailedFox [00:08] brkcore: 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:09] connecting bluetooth device that has the first MAC. I don't know why is it checking other devices [00:09] seems strange to me [00:10] also some of the mac addresses are not recognised by me. They may be in range, or been in range [00:10] hello guya [00:10] hello guys [00:10] i need to display line drawing ascii [00:11] in my xterm [00:11] only one of the three mac addresses actually I don't know it [00:11] brkcore: 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. === Eickmeyer5 is now known as Eickmeyer [00:12] howi want to use cp437 [00:12] I see, arraybolt3, that's new. Before that i was just connecting to the device [00:12] i want to use cp437 [00:12] brkcore: You probably have more devices around than just the one you were connecting to now. [00:13] Or perhaps you somehow were just connecting before without going into discoverable mode (or whatever it's called). [00:14] strange === realivanjx9 is now known as realivanjx [01:25] Where can I can downloasd ubuntu net install please? [01:26] netinstall is gone, use ubuntu server now? [01:27] see the message at https://cdimage.ubuntu.com/netboot/jammy/ === bougyman_ is now known as bougyman [01:29] There is no iso files http://cdimage.ubuntu.com/netboot/bionic/ [01:30] yes, it is gone [01:30] mini.iso [01:31] Is the mini.iso is that the net installer? [01:32] i see no mini.iso? [01:33] http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-amd64/current/images/netboot/ [01:36] not sure that is a good one, maybe it gives unity not gnome [01:36] and why such old 18.04, less than a half year support left [01:47] The 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:48] not. [01:48] try the debian image, like you do in #debian? [01:48] i started with the server is the way to go, now. but ignore that.. [01:49] I am having issues with debian [01:49] they will fix that. [01:50] I have asked then like 3 years ago tie them to their chair and do not let go until they fix it [02:06] What is that first 'd' in this - drwxrwxrwt. 9 root root 4096 10-25 19:19 tmp [02:08] directory [02:43] oerheks: you're a directory [02:45] rbox: you're in the wrong channel [02:46] arraybolt3: maybe you are... [02:47] rbox: 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. === realivanjx0 is now known as realivanjx [02:59] can i pass an env variable to my application trought cli? [02:59] in one line? for debug purposes [02:59] luizfrds: If I'm understanding you correctly, yeah, quite easily. "ENV_VAR_NAME=value appName arg1 arg2..." [02:59] okay [02:59] can i do the same thing but with a file? [03:00] where the varialbes are declared in a file? [03:00] luizfrds: Not sure. [03:00] luizfrds: You might make a Bash script that sets up all the variable values and calls your app for you. [03:01] Then you would just do "./script", where "script" would contain "ENV_1=value1 ENV_2=value2 appName arg1 arg2" or the like. [03:01] You 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:09] it arraybolt3, i'm pretty sure it is possible... not sure where i read that [03:10] what is? [03:10] matsaman: 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:13] arraybolt3: as opposed to another set, you mean? [03:13] a lot of people would use a wrapper [03:13] and I think I'd be among them [03:13] matsaman: As opposed to the environment variables that are naturally in the current shell or have been set by the user. [03:13] So yeah, I guess. [03:13] how would i apply this patch to my OS? https://randombytes.substack.com/p/apparmor-on-wsl-2 [03:13] i'm running Ubuntu 20.04.5 LTS [03:14] RingtailedFox: under WSL? [03:14] yes [03:15] thanks folks... i think i will go with the first solution... it is sub optimal for my case, but will do [03:15] RingtailedFox: instructions for Debian are fairly likely to be identical for Ubuntu [03:15] luizfrds: whatcha doin'? [03:15] i know... i'm asking how do i apply the patch... [03:15] arraybolt3: what I do a lot is make like, a ~/.bin/ dir, and pop it into my path [03:16] do i save that as a text file, then type something like patch patchfile.txt patchfiledestination ? [03:16] arraybolt3: 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 want [03:16] matsaman, i'm automating a very specific test [03:16] RingtailedFox: click 'view raw' at bottom right [03:17] yeah. i got that up [03:17] just shows a pure text file of it, which is fine [03:17] RingtailedFox: you can learn how to use patch if you want, it's worth learning [03:17] RingtailedFox: but the minuses are lines removed, and the pluses lines added, so you can just modify it by hand if you want [03:17] y'know, unless it has to be done dynamically [03:17] "Apply to /lib/apparmor/rc.apparmor.functions: [03:17] " so probably by hand is fine [03:18] https://en.wikipedia.org/wiki/Patch_(Unix)#Usage_examples [03:20] ooh, so, diff apparmor_wsl.patch rc.apparmor.functions ? that should be simple enough [03:20] copied the old one over as rc.apparpmor.functions.good just in case it screws up [03:21] excellent practice =) [03:21] or would it be sudo patch < apparmor_wsl.patch? [03:21] patching file rc.apparmor.functions [03:21] Hunk #1 succeeded at 65 (offset -3 lines). [03:21] patch unexpectedly ends in middle of line [03:21] Hunk #2 FAILED at 91. [03:21] 1 out of 2 hunks FAILED -- saving rejects to file rc.apparmor.functions.rej [03:21] that's not good [03:22] this patch is so, so tiny, I would just do it by hand [03:22] especially since it's fairly old and the file may have changed === untitledguy73567 is now known as bloodfu [04:16] Preparing to unpack .../parted_3.5-2_amd64.deb ... [04:16] dpkg-maintscript-helper: error: file '/usr/share/doc/parted/changelog.Debian.gz' not owned by package 'parted:amd64' [04:16] dpkg-maintscript-helper: error: directory '/usr/share/doc/parted' contains files not owned by package parted:amd64, cannot switch to symlink [04:16] [04:16] Sorry for that. [04:16] So I dont know how to fix this issue, upgraded from 22.04 to 22.10 [04:17] Got that error when trying to fix the installation and running -> sudo apt-get -o Debug::pkgProblemResolver=yes install parted [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 [05:12] I 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:17] ooh, is it gimp? [05:17] mybalzitch: no, it's keepassxc [05:20] dabbler: which version of keepassxc? I don't see anything weird in the 22.04 version, keepassxc-2.6.6+dfsg.1 [05:22] alkisg: that's the one I'm using [05:23] https://termbin.com/5k0t ==> nothing weird there... [05:23] Maybe I accidentally did something when opening a file with it from gnome-files? [05:24] Could be; I'm not using GNOME so I don't know what gnome files does though [05:24] Well I'm in plasma now and it shows it as being associated with everything [05:24] I don't know where it might get that [05:25] One 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 account [05:26] If it's per-user, then you shouldn't be looking at packages etc but at your own configuration under /home/username [05:34] alkisg: good idea. It's specific to my user. The Q is where in my files? [05:35] grep -r x-keepass2 ~/.[!.]* [05:35] :) [05:41] why cant i configure my dock on Kudu? Under setting > appearances > there is only style and background. Nothing about dock? [05:44] in fact if I search the setting for "dock" nothing comes up [05:58] how 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? [06:01] ick: disable notifications for firefox too drastic? [06:03] makara1 : No, I had assumed the notification was from snap not firefox [06:04] What's a notification badge? (Kubuntu System Settings : Notifications : Apps : Firefox Web browser.) [06:06] I have a choice of disabling popups, or notification badges. I disabled popups, will see what happens... Thanks makara1 ! === ick is now known as pickanick [06:23] pickanick: i see also in setting > notifications > applications a "Snapd User Session Agent" === Mibixy is now known as Mibix [06:35] hi [06:35] balls? [06:36] sure [06:37] tnx [06:37] what is this_ [06:37] ? [06:38] Official Ubuntu Support Channel [06:38] 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] ah ok === realivanjx1 is now known as realivanjx [07:09] there 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:12] https://iwearshorts.com/blog/redirect-port-80-to-8080-using-iptables/ [07:12] Replace the ports as necessary [07:24] alkisg, that worked. ty [07:24] πŸ‘οΈ [07:33] just wow [07:33] The following packages have been kept back: [07:33] 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-ipa [07:33] sssd-krb5 sssd-krb5-common sssd-ldap sssd-proxy xserver-common xserver-xephyr xserver-xorg-core xserver-xorg-legacy xvfb [07:33] !phasedupdates | Apachez [07:33] Apachez: 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:34] Sometime 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! :D [07:35] +1 [07:38] Hi, 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:39] !phasedupdates | biapy [07:39] biapy: 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] interesting, i also have some kept packages. [07:39] ravage: thank, i've just seen the lines above :) [07:41] .... Ubuntu is able to add Ubuntu pro ads to apt, but not a warning about kept packages and phased updates... wonderfull. [07:42] !discuss | biapy [07:42] biapy: 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:50] ravage: 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:51] probably arraybolt3[m] [07:55] ravage: ok thank you [07:56] or apply for editing. i just did that. in case i get approval i will fix it :) [07:57] thank you for your help [08:05] how 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.com [08:07] ah I should probably add [arch=arm64] on all the ports.ubuntu.com sources and add new ones with [arch=amd64] === scoobydoob is now known as scoobydoo [08:09] test [08:11] Hi... 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:12] The 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. === realivanjx3 is now known as realivanjx [09:04] What 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:11] 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:12] pickanick: im on gnome3, but there's been so much stuff on here over the years I dont trust [09:12] i cant search for notification applications [09:17] weird. Sometimes I get the feeling that our systems are being held together with the software equivalent of layers of duct tape. [09:18] well, a duct tape is quite strong... ;) [09:43] to 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-date === null0110 is now known as beaver [10:46] disabling firefox popup notifications does not disable firefox popup snap update notifications. [10:47] that is correct [10:48] is ubuntu moving from deb towards snap packages? [10:48] (for non-"base" system anyway) [10:48] it did for some applications [10:51] no, snap packages rquire deb packags for building [10:52] so while you might see selected apps move to snap-only, the deb archive will definitely never go away === realivanjx3 is now known as realivanjx [10:58] so, is it like, snap is parallel to deb, and does not exist without deb? :) [10:58] snapd is a deb package [10:59] I mean snap packages are parallel to deb packages and does not exist without deb packages [10:59] was just too lazy to type "packages" :) [11:00] ravage, 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] heya [11:01] so i just loaded up ubuntu-server in a vm.. and there seems to be a bug.. in sshd_config Port is just being ignored [11:01] mjt0k, 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 work [11:01] *exist without [11:01] ogra, my point was that you need some kind of base system to start snaps on. maybe be minimal of course [11:02] Assid, https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/30189 [11:02] *may be [11:02] yeah, that is true [11:02] the cre[18,20.22] snaps are created from deb packages from the ubuntu archive [11:02] *core [11:11] according to the post.. i should be looking at /etc/systemd/system/ssh.socket.d/addresses.conf .. however this file does not exist [11:11] even the directory does not exist [11:11] it isn't supposed to exist [11:13] "On *upgrades* from Ubuntu *22.04* LTS, users who had *configured* Port settings or a ListenAddress, will find these in.." [11:13] Assid, just follow /usr/share/doc/openssh-server/README.Debian.gz (it tells you to create the dir) [11:13] right, upgading will migrate you if you had changed the port before ... fresh installs will not [11:14] do we even talk about 22.10? [11:15] good question ... i was just blindly assuming πŸ™‚ [11:15] why sshd moved to socket activation in the first place? and why it is a recommended way? [11:15] save resources ... [11:16] you only need it running when connecting [11:16] for sshd? :) [11:16] seemingly πŸ™‚ [11:16] it uses veery few resources really.. [11:16] that is more an IOT problem. nothing that will speed up your desktop of course [11:17] IOT? [11:17] " 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] what about disabling passwordauthentication .. i [11:17] rather cloud ... according to the text from the forum [11:17] any situation where 3MB make a difference [11:18] heh. I do run many debian server containers.. never thought about sshd memory footprint :) [11:18] but I see [11:18] in IoT it s helpful because in the majority of instals such systems are user-less ... so having ssh at all is pointless [11:18] i set PasswordAuthentication no and enabled pubkey .. but im still seeing it allow passwords [11:18] what's IoT? [11:19] Assid, and you edited the correct file (sshd_config, not ssh_config (the latter is for clients)) [11:19] yep [11:19] and you restarted the service and got no error? [11:19] it is not only passwordauthentication, there are other settings which must be disabled [11:19] mjt0k, the "Internet of Things" ... i.e. industrial gateways collecting sensor data etc etc [11:20] run ssh -v as client to see which methods it offers [11:21] debug1: Next authentication method: password [11:21] basically, 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 that [11:21] I don't remember the exact setting [11:22] with just PasswordAuthentication=false, sshd pretends it accepts passwords, but in fact does not accept them [11:23] in the past, during some brute-force attacks, I've seen clients trying to reconnect numerous times when I disabled password *offers* entirely [11:34] ogra : 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:36] Oh that is experimental [11:37] pickanick, yeah, i rather meant to set your snap refresh check to once a week with adding a schedule or some such [11:39] you can use `snap refresh.hold= ...` that is not experimental [11:41] error: unknown command "refresh.hold=72h", see 'snap help'. [11:41] However I was able to snap set system refresh.timer=wed,sat and the changes seem to have been applied. [11:41] ogra thank you. [11:42] mjt0k: nope.. it lets me in using passwords.. this is in sshd_config [11:42] yeah, 72h is not a proper format ... see the do [11:42] *doc [11:42] is there another config file for this now [11:43] from 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:44] Assid, and you are 100% sure you retsrated sshd ? [11:44] *restarted [11:44] yes [11:44] i can see the changes with the port .. but not that [11:46] do you have "ChallengeResponseAuthentication no" set ? [11:47] Assid, here is an sshd config i use that only allows key auth: https://termbin.com/kjiq [11:56] no i dont have that config [11:56] parameter [11:56] ii will soon need it though.. once i setup yubikey otp [11:59] well, try backing up your current config and test mine ... it should work === lubuntu is now known as swolf154 [12:26] nope didnt work [12:26] systemctl restart ssh <-- or is there another one [12:26] i even tried ssh.socket [12:35] ogra: didnt work [12:37] well, it does for all my devices and is also the default config shipped in UbuntuCore systems (which deny passwd login by default) [12:42] yeah all my other vm's and servers work fine .. this is my first fresh 22.10 install [12:43] most of my boxes have pubkey + password/yubikey otp [12:43] perhaps someone in #ubuntu-server knows more [12:43] try asking over there [12:47] Hi all [12:49] Assid: sshd is the service name, I believe === realivanjx9 is now known as realivanjx === leftyfb_ is now known as leftyfb [13:33] hi 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:34] found it.. finally [13:36] gebbione, screenshot? === Ringtailed_Fox is now known as RingtailedFox [13:42] bynarie, https://paste.pics/c8a0d2f854158de19acd00eb2d09600c [14:07] gebbione: Bad video RAM. [14:08] gebbione: Is it always the same monitor that shows the line? [14:09] yes [14:09] always the same one [14:09] but the line goes off after i focus the window [14:10] so I am not sure how that would translate into a hardware problem. Is there a way I can actually prove it? [14:27] gebbione: You could try a different cable. There are probably video hardware tests/benchmarks that might diagnose it. [14:27] Is it always the desktop walpaper that shows the line? [15:28] hi [16:14] Guys 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] Any ideas? I"m a beginner with linux/ubuntu. [16:16] Guest420: Check your BIOS settings (EFI). [16:16] !sensors [16:16] To 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] Guest420: It could also be a thermal issue. [16:17] I see. I'll check temp, but don't think that's it because previous install was working flawlessly. [16:17] What exactly should I check in BIOS? (I didn't touch it, except for usb drive boot order) [16:18] Guest420: Pretty much every BIOS is different. You'll just have to look and see what options are available. [16:18] Guest420: As far as thermal/hardware issues go, "it worked fine yesterday" is exactly how they happen. [16:18] Alright. Thanks a lot guys. Wish me luck :) [16:37] jhutchins, 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 screen [16:37] biapy: 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] (with regard to needing to use a "1" to disable update phasing) [16:38] maybe i ll try a different cable but if it was the cable i would assume the line was going to be there permanently === lotuspsychje_ is now known as lotuspsychje [17:25] snap 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 gents [17:29] Gallomimia: did you refresh the snap store? [17:29] should'd snap store notifier do this? [17:29] I mean, shouldn't it notify *after* refresh? [17:30] no notifier does not refresh [17:44] Hello 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 this [17:44] Curently 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/Linux [17:44] AlexNic: could you pastebin us the full apt logs please? [17:45] lotuspsychje, gladly, give me a few seconds please [17:46] lotuspsychje, https://pastebin.com/1cuZQB2L [17:48] the /boot is out of space btw, but I cannot remove any old kernel image [17:48] AlexNic: try a sudp apt autoremove [17:48] *sudo [17:48] I tried, same error [17:49] I can run and paste again [17:49] https://pastebin.com/L7iJuPe6 [17:50] AlexNic: https://askubuntu.com/questions/1207958/error-24-write-error-cannot-write-compressed-block [17:50] I also want to mention I have windows installed in dual-boot and the linux partition is encrypted [17:54] toddc, yes i asked it to refresh itself, discord, and firefox... the three largest offenders for fake-news regarding snap updates [18:06] lotuspsychje, I ran the script I tried to remove like many records and at the end ended up with the exact same error [18:06] AlexNic: can you still install packages? [18:06] lotuspsychje, I tried vim and it failed, I can try something else, why [18:07] AlexNic: like stacer or bleachbit could help you delete stuff [18:07] let's try, what's the package name [18:07] ah snap works for sure [18:07] the above packagenames are both valid [18:08] ends up executing update-initramfs at the end and fails with the same error [18:08] right [18:08] Hi... 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:09] well kinda stuck then I guess [18:16] Anyone have any other ideas? [18:55] AlexNic: your paste was removed, so no idea, maybe you can write a summary of the problem for those coming now [18:56] he was removed too :) [18:56] Ah, dat matrix... :/ [19:12] i found out why apparmor was mysteriously getting periodically removed via apt-get on my system [19:12] as it turns out the I.T. people had the laptop being managed by puppet [19:13] so i disabled puppet and now it doesn't uninstall apparmor. woohoo. [19:14] good find, ens === perryon1 is now known as perryon === pr3sonic is now known as highrate [20:16] Hi; I have a VM (on ESXi) with Ubuntu installed; The second interface in Ubuntu takes Apipa: [20:16] ens192 UP 169.254.158.255/16 metric 2048 [20:17] I removed, then installed the interface, but it gets the same apipa IP again! [20:17] I removed that Ip with `ip a d dev ens192`, but after a reboot, it gets the apipa again! [20:18] How can I get rid of the apipa IP? === perryon1 is now known as perryon [20:22] and, what's the "metric 2048" in the output of `ip -c -br a`? [20:22] ens160 UP 172.17.238.45/24 metric 100 [20:22] ens192 UP 169.254.90.187/16 metric 2048 === perryon1 is now known as perryon [20:58] Is 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... === _justin_kelly9 is now known as _justin_kelly [21:02] moha: metric is like the priority of the interface [21:03] 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? === perryon1 is now known as perryon [21:28] so is it possible at all to auto install ubuntu desktop anymore? [21:35] Yes, 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] tangarora: What are you actually trying to do? [21:39] tangarora: does "autoinstall" not work for you? [21:39] see the "simple desktop" at https://www.molnar-peter.hu/en/ubuntu-jammy-netinstall-pxe.html [21:39] I used to use the network insstall to make a VDI in KVM of Ubuntu. I used preseed files and it worked great. [21:40] Now i am trying to do the same with the full DVD download. [21:40] maybe cloud images is what you want [21:41] I was super simple: --initrd-inject="$PRESEED_FILE" --extra-args "ks=file:/$(basename $PRESEED_FILE)" [21:41] only the cloud images are only server that I can find... [21:42] !server [21:42] Ubuntu 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 in [21:42] It must be possible because I saw gnome-boxes insert username and password in to the setup in their express intall... [21:43] I hope that factoid is merely out-of-date. [21:43] Yes i know what a server is... [21:43] I can install a server automatically... [21:43] just not a desktop for the VDUI usecase... [21:43] VDI [21:44] maybe 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] I am fine with using cloud images if that is the way to go. [21:45] and yes... I want to run VDI's in a KVMm environment [21:45] for bare metal desktops, i'd go with autoinstall instead [21:45] I would like both usecases actually: KVM + thumb drive install.. [21:46] I hae all of this for SUSE, Debian, and older Ubuntu... Windows even... [21:46] I'm having trouble finding an actual question in there. [21:46] well, just read up a bit on the two options and you'll make a good choice [21:46] OK: how to automate the install of the desktop Ubuntu media? [21:47] tangarora: does "autoinstall" not work for you? [21:48] you mean the YAML file? [21:48] that is referenced in the server section? [21:48] Of the documentation? [21:49] right, you'd need a yaml file. [21:55] OK just tried it... the file got ignored. [21:55] --location="/var/lib/libvirt/boot/ubuntu-desktop-latest.iso,kernel=casper/vmlinuz,initrd=casper/initrd" \ [21:55] --extra-args="kernel=casper/vmlinuz,initrd=casper/initrd,ks=file:///preseed.yml" \ [21:56] --initrd-inject="/home/tangarora/preseed.yml" \ [21:56] Those are the relevant lines... [22:01] Does anybody know how Ubuntu themes libadwaita apps? [22:01] I’ve checked and they don’t use the $GTK_THEME variable [22:17] I 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] > ... libinput error: event21 - Chicony HP Wired Desktop 320K Keyboard: client bug: event processing lagging behind by 35ms, your system is too slow [22:17] > ... libinput error: event21 - Chicony HP Wired Desktop 320K Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.