[00:06] kzootech: you could try WaylandEnable=false in gdm3.conf, maybe that'll give you the graphical login manager. but if this helps then it's still unclear why Wayland would not work while Xorg would. [00:10] do you have custom configurations in /etc/modprobe.d/ by chance? does cat /proc/cmdline list kernel parameters other than BOOT_IMAGE=... and root=... now? === rvgate5 is now known as rvgate [01:07] Can I switch kernels just by replacing the one in folder in /lib/modules? [01:19] minist3r: you switch kernels by rebooting (or, very rarely, kexec) [01:21] minist3r: and the kernel images which get loaded during boot are located in /boot === M4he is now known as mahe [01:35] and you "should" let it all be handled by the package manager, not manual intervention [01:44] could also use grub-reboot [01:47] tomreyn: this is just from a live usb image at this point [01:47] i had to go to a thing, but im probably going to actually install 22.04 now because it seems like a solvable problem [04:20] list [04:25] hello [04:26] me help [04:26] douglasbrito: Hello! How can we help you? [04:27] my linux only recognizes 8 gb of ram the total is 16 on windows and bios recognizes 16, debian is 64 bits [04:28] douglasbrito: How are you getting your info? Could you open a terminal and run "free | nc termbin.com 9999" and give the link it spits out? This will give me accurate info about your system's RAM. [04:29] https://pastebin.com/inpgXJAz [04:29] douglasbrito: I'm sorry, but dmidecode won't necessarily give me the correct data. The command "free | nc termbin.com 9999" will. [04:30] However, skimming over the dmidecode data, it looks like you have two 8 GiB sticks of RAM installed in two different slots, which would add up to 16 GiB. Still, the "free" command will let me verify. [04:31] Oh wait, I see the free data at the bottom. Never mind, sorry. [04:31] https://pastebin.com/GqXLAbfD [04:34] arraybolt3[m], https://pastebin.com/GqXLAbfD [04:34] have idea to fix ? [04:34] douglasbrito: This might sound silly, but some Linux users have reported being able to fix the problem by opening up their system, removing the RAM sticks, and reinstalling them. [04:36] douglasbrito: Also, looks like your sticks are installed in slots 1 and 3? That's sorta odd, you might try installing them into slots 0 and 1 instead (your motherboard may have markings to tell you what slot is what). Sometimes motherboards can get confused if you don't have the RAM installed in the right slots. [04:49] arraybolt3[m], no fix [04:50] other idea ? === mike is now known as Guest9317 [05:09] douglasbrito: Try running "sudo nano /etc/default/grub" and change the line that says GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="mem=16G". Then press Ctrl+S to save, Ctrl+X to exit, then run "sudo grub-mkconfig -o /boot/grub/grub.cfg" and reboot. [05:30] i'm using the Ubuntu 22.04 desktop live USB but I want to start the Wayland session to test something [05:30] i remember i asked about this before but unfortunately i forgot the solution [05:31] slingamn_: Wayland is default in Ubuntu 22.04. [05:31] arraybolt3: not on the live USB, it boots into Xorg [05:31] it was to remove compatibility issues during the installation iirc [05:31] Oh, OK. Let me see... [05:35] slingamn_: Try these instructions: https://linux-tips.us/how-to-use-wayland-in-a-live-ubuntu-instance/ [05:40] thanks! that worked and i was able to confirm the issue! [05:41] slingamn_: Nice! Hey, if it's a bug in Ubuntu, you may want to file a bug on Launchpad.net, or you can give me details of the bug and I can try to replicate and report it. [05:42] i think it's working as expected --- they deliberately made the install environment Xorg-only because of some compatibility problems [05:42] Ah, that makes sense. [05:42] then once the system is installed it will default to Wayland, unless some hardware incompatibility is detected [06:50] hi. question: i've installed kernel 5.18.8 using mainline [06:50] now when i try to install new nvidia drivers, when building dmks kernel driver [06:50] i have an error saying that the compiler version does not match [06:50] i see the drivers try to use gcc 11.3 but i have currently installed gcc 11.2 [06:50] how do i upgrade to this version [06:50] i did not find a repository containing this version [06:50] thaks for your time. [06:52] elnegro: Sadly, Ubuntu does not support the use of a mainline kernel, and I believe this is because of exactly these sort of problems. Is there a particular reason you need to be using the mainline kernel? [06:54] elnegro: It appears that Ubuntu 22.10 (Kinetic Kudu) will ship with at least GCC 11.3, so if you're willing to wait until October, you may be able to do what you're trying to do at that point. (Technically, you can install Ubuntu 22.10 now, but it's in alpha testing and development and is liable to break at any moment, so I don't recommend that.) [06:55] elnegro: Also is there some reason that you're not able to simply use the nVidia drivers that are already in the Ubuntu repositories? [06:58] 1) using mainline because wanted to try stability of latest kernel versions with sofware developed in my company, 2) because drivers in the repositories give me errors too [07:00] elnegro: That makes sense. What you might try is using the normal HWE kernel in Ubuntu, and then running a virtual machine that you install the mainline kernel into. Unless your software requires 3d graphics acceleration, that may solve your problem entirely. [07:00] elnegro: You can run virtual machines using GNOME Boxes, which you can install by opening a terminal and running "sudo apt install gnome-boxes". [07:01] elnegro: (If your system is older, you may have to enable virtualization support in your BIOS before you can run VMs, but it should be relatively easy, and newer systems may have virtualization enabled by default.) [07:06] thanks for the tips,i'll try with virtual machines, last time my teami tried (couple yeas ago as i understand) but had some problems (have to ask to give me the details) maybe the problemssolved with time [07:55] Hi [08:00] Please guy I mistakenly delete /usr/local/share/application instead of applications folder which I created now when I reboot… tty1 and 2, 4 and 5 doesn’t work. I have tried to install Ubuntu-desktop [08:00] The problem still persists… how do I get it back to normal without loosing files? [08:09] Hi [08:09] Please guy I mistakenly deleted /usr/local/share/application instead of applications folder which I created now when I reboot… tty1 and 2, 4 and 5 doesn’t work. I have tried to install Ubuntu-desktop [08:12] Please any solution [08:19] gatsbylove: Are you sure it's /usr/local/share ? Isn't it /usr/share ? === ice is now known as madmax [08:23] Gatewayy: Can you run "dpkg -S /usr/local/share/application" to list packages that need that directory? I'm following > https://www.reddit.com/r/Ubuntu/comments/hneu4m/i_overwrite_usrshareapplication_file_by_accident/ [08:23] Gatewayy: sorry, wrong person, he actually left.. [08:26] Veles: I just did ls /usr/share [08:26] It exists [08:28] gatsbylove: Can you run "dpkg -S /usr/local/share/application" to list packages that need that directory? I'm following > https://www.reddit.com/r/Ubuntu/comments/hneu4m/i_overwrite_usrshareapplication_file_by_accident/ [08:31] Actually it’s /usr/local/share/application I deleted this file by accident and gui can’t load just tty3 and tty6 I have reinstalled Ubuntu-desktop still same issue [08:32] gatsbylove: "dpkg -S /usr/local/share/application" ? [08:34] Bel es: no path found matching /usr/local/share/application [08:35] Veles: path doesn’t exist [08:35] gatsbylove: Then I don't know. It says that no package used /usr/local/share/application .. [08:37] Anyway to reinstall from terminal without loosing existing files and without livecd? [08:42] gatsbylove: Maybe someone else can help you better. You may use the following, though, at your own risk: https://unix.stackexchange.com/a/79165/123124 [08:56] gatsbylove: did you get my message? === Bencraft14194 is now known as Bencraft1419 === lotuspsychje__ is now known as lotuspsychje [11:50] Hello everyone. I am trying to setup ID 27c6:5503 Shenzhen Goodix Technology Co.,Ltd. Goodix FingerPrint Device and have read many guides about setting up an unsupported finger print device. I currently can't use it so I thought about asking for help here. Any suggestions? Should I surrender and have my fingerprint reader not working? [11:51] elbo: hi and welcome. Could you please share the output of `lsb_release -rd`? Thanks. [11:52] Hellobuntu. When I enter : sudo fdisk -l the result doesn’t display the amount of free Go on the partitions. Does exist a parameter to have that, or another command? [11:52] Hi KBar Description: Ubuntu 22.04 LTS [11:52] Release: 22.04 [11:52] this is the output [11:53] Oh sorry, I have found somethings : df -h [12:07] I have a 512 MB RAM VPS with Ubuntu 22.04 LTS. I used a VPS template to install (didn't go through the installer myself) and on first boot it was working but after an "apt upgrade && apt upgrade" I'm getting a kernal panic. could this be because of the low amount of RAM? could this be because initramfs can't be loaded into RAM because there's too little space? [12:07] if your fingerprint device is not listed here, https://launchpad.net/~fingerprint/+archive/ubuntu/fingerprint-gui or https://fprint.freedesktop.org/supported-devices.html [12:07] then no go [12:08] elbo^ === realivanjx2 is now known as realivanjx [12:09] Xeroine: 512 mb should be plenty for initram, i reckon [12:10] oh [12:10] however for everything else.. not so much [12:10] it's saying "Kernel panic - not syncing: System is deadlocked on memory" [12:12] I uninstalled snap if that matters [12:13] Xeroine: you could try the previous kernel. Reboot, press and hold Shift to enter the GRUB menu and select the previous one [12:13] already did, same thing [12:14] the rescue options as well [12:14] Xeroine: i think you meant 'apt update && apt upgrade' but anyway, what exactly got upgraded? [12:15] you can try downgrading, if wasnt too many packages [12:15] yeah right. I don't remember, didn't really pay attention [12:15] Xeroine: enter rescue mode, look in your /var/log/apt/history.log [12:16] in your favorite pager or just tail -n20 or whatever last lines [12:16] https://bpa.st/TOPQ [12:18] Purge: ubuntu-server-minimal:amd64 ...? [12:18] oh, I didn't purge that. guess it must've been the upgrade then [12:19] or maybe it got removed with snap? [12:19] it was your command [12:19] yeah [12:19] not package manager. [12:19] yes, removing snapd triggered that [12:20] so I can't run ubuntu without snap? [12:20] I assumed it's possible, there's posts on askubuntu and other places about this [12:27] okay... guess not [12:31] yes thats possible Xeroine [12:32] Xeroine: https://ubuntuhandbook.org/index.php/2022/04/remove-snap-block-ubuntu-2204/ [12:57] thanks oerheks, then is a no go. Any hopes they will be included in dewer patches of ubuntu? I have a new thinkpad E15 and neither face recognition or fingerprint are working to login and is a comfy feature to have [13:01] I have another question, this should be an easy one for you. Since i usually reset my pc often i managed to auto sync files that I'm interested on having on a new installation, but every time i format i have ro manually install every program on my pc. Can i automate the installation in some way? Do I need a shell script? [13:02] elbo: sudo apt install program1 program2 program3 works pretty fast [13:03] ok I might track down changes and use apt and a script to restore the settings then. Thx lotuspsychje [13:06] elbo: we used to have aptoncd, not sure what people use for alternate these days [13:07] and there's also; [13:07] !backup [13:07] There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup, !borg, and !cloning [13:47] Hi all === wezzzz is now known as wez [13:51] hi BluesKaj! How are you this fine evening? [13:55] Xeroine, lotuspsychje_, on Ubuntu Server the installer comes as a snap package, removing snaps there is rathr a bad idea ... (also, snapd doesnt actually occupy a lot extra ram, nor do the packages) ... [13:55] hi wez, doing fine here, and you? [13:56] ogra: ah ok, i wasnt paying attention he asked for -server [13:57] ogra: on server its just lxd snap right? [13:57] and the installer (subiquity) itself ... [13:57] i see [13:57] the RAM issu is rather caused by the installer requiring to mount the iso as tmpfs [13:57] *issue [13:58] BluesKaj: I want to use the latest LTS Ubuntu however I am waiting for the first patch release. Is that out now? Or coming soon? [13:58] august wez [13:58] Thank you lotuspsychje_! [14:01] August 4 [14:02] Great, I will upgrade my server then [14:03] wez: you might also wanna read the !jammy releasenotes [14:06] lotuspsychje_: I would love to [14:09] my ubuntu is saying "Ubuntu 22.04 LTS is available" "Would you like to upgrade?" . Does upgrading keep my files? [14:09] hackinghorn: yes, but to be sure, back up your data [14:09] arg, that makes sense [14:09] thanks [14:09] on the other hand, why are you getting the upgrade notice oO [14:09] hackinghorn: Yes, BUT, release upgrades have a tendency to go wrong, so it's vital that you back up your data before upgrading. [14:09] murmel: He might be on Ubuntu 21.10. [14:10] arraybolt3[m]: oh yeah, forgot that they get the notice earlier [14:10] oh you're right, I'm on 21.10 [14:11] hackinghorn: Ubuntu 21.10 hits end of support in about two weeks, so the upgrade is probably a good idea, but have all your data backed up and be prepared to do a clean install in the event something goes wrong during the upgrade. [14:11] wew, such nuisance, I see [14:11] hackinghorn: it's just to make sure that, if the upgrade fails, you lose nothing. [14:12] if you don't care about your data, just go ahead :P [14:12] Yeah, it is annoying. I'm still holding on for dear life to an Ubuntu 21.10 laptop because I don't want to update it. LOL [14:12] ah, thankss lol [14:12] Is tomreyn a bot? [14:12] no wez [14:12] wez: No, he's an operator. [14:13] OK, thank you. [14:13] wez: And he probably will find out you just said that. [14:13] arraybolt3[m]: that's why I only ever use LTS releases [14:13] arraybolt3[m]: That's fine :) [14:13] murmel: The laptop had a crummy iGPU that refused to work with 20.04 :-( [14:13] arraybolt3[m]: which gpu are you talking about? [14:14] murmel: Intel 2nd gen iGPU. Only booted in safe graphics mode on 20.04, booted normally on 21.10. It's a modded Chromebook. [14:15] arraybolt3[m]: ahh, hope it works on 22.04 then [15:22] Hello everybody [15:23] Hello randy [15:24] How do I add the KDE Plasma desktop to Bodhi 6.0? [15:24] randy: we only support ubuntu here [15:24] sudo apt install plasma-desktop [15:25] I started my Linux journey with Ubuntu [15:27] I'm trying different distros, but I'm still on the learning curve! I'm glad I made the chice to switch to Linux! [15:27] step 2 in your journey, find the bodhi irc channel [15:27] randy: I started with Redhat then Mandrake, Slackware, Suse, Debian, Ubuntu, AmazonLinux2 and AlpineLinux [15:27] you can usually get help with other linux distros in #linux - if there's someone around who knows the one you chose to use [15:28] Is Mandrake still around? [15:28] !ot [15:28] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [15:28] randy: It was renamed to mandriva last I heard. [15:28] OK [15:29] I still get a lot of good information in this chat [15:47] a fairly fresh Ubuntu 22.04 server install and "sudo su" is super slow, like 5+ seconds hang before it ask for the password [15:47] well, SOMETIMES super slow and sometimes it goes instantly [15:48] reminds me if that ssh login reverse dns lookup hang tbh [15:48] s/if/of [15:49] It probably behaves the same in regards to your reported issue, but have you tried using "sudo -i" instead, I've been told its somehow better than sudo su anyway. [15:49] +1 [15:52] some read; https://www.maketecheasier.com/differences-between-su-sudo-su-sudo-s-sudo-i/ [15:52] that brings back some old memories of how Debian and Ubuntu treats "sudo -i" differently, one of them loads root's environment variables on that command and the other does not, or something, while "sudo su" works the same on both Debian and Ubuntu, so i stuck with the consistent one [15:52] but last time i experienced that was probably like Debian 7 vs Ubuntu 16.04 [15:52] (and ive just been using "sudo su" since) [15:53] so, is "sudo -i" swift compared with -su ? [15:53] haven't tested, sec [15:54] nope, still got the same hang with sudo -i (also it's "sudo su" not "sudo -su") [15:55] aaalso seems its 10 seconds, not "5+ seconds" [15:56] and for some reason i can't use strace to see what syscall (if any) it's hanging on [15:56] cus strace sudo -i doesn't work [15:56] does strace sudo -i work for anyone else? [15:57] see a suspicious message in strace tho, write(2, "effective uid is not 0, is /usr/"..., 133effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?) = 133 [15:58] anyone else here on 22.04? does your sudo hang? [15:59] if sudo is slow to return, it's usually due to a resolver misconfiguration, i.e. /etc/hosts or /etc/hostname records are wrong / can't be resolved. [15:59] ohhhhh yeah that's probably it! cus i messed with /etc/hostname but forgot to update /etc/hosts [16:00] hmm what is the correct way to set a hostname?= [16:00] possibly hostnamectl [16:01] huh, hostnamectl hostname FOO doesn't update /etc/hosts [16:01] !host [16:02] anyway updating the hostname in /etc/hosts fixed it! thanks [16:02] (127.0.0.1 HOSTNAME) [16:02] good spot, tomreyn [16:15] why does sudo want to resolve the local hostname anyway? [16:23] hans_, because one can match on the hostname in the sudoers file. People at least used to have centrally administered networks and would maintain a single sudoers file and push it to all the machines in the net. One might want to grant a user privileges on one machine but not all. [16:29] is this the appropriate channel to ask what the newest youtube-dl version is and where to get it? [16:30] try github? [16:33] minist3r1: did you solve the issues with armbian? I just installed Armbian_22.05.4_Rockpro64_jammy_current_5.15.48_xfce_desktop.img and hw accel is working and everything is fast, but I've no HDMI sound; would you mind joining the #armbian channel to discuss about this? [16:41] hans_: It also restricts privileges for @ differently than @ - so your privileges are different depending on where you connect from. [16:41] hans_: F'r instance, maybe if you connect from a host within the datacenter you get full root access, but if you connect from the external web you only get ftp. [16:47] gotit thanks [16:47] btw seems /etc/ld.so.preload is broken for snap-packages on 22.04 [16:48] the snap package loads the outer ld.so.preload then try to load the inner actual lib file [16:48] resulting in this error for snap packages, >ERROR: ld.so: object '/lib/x86_64-linux-gnu/libeatmydata.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored. [16:54] hans_, doesn' [16:55] hans_, doesn't sound like a bug to me, in general confined snaps can't run arbitrary binaries from outside the snap... [16:56] rfm: in that case i don't think snap packages should try to load the ld.so.preload from outside the snap either? [16:58] how can I give snap access to a drive mounted under /mnt through fstab? connecting :removable-media plug only allows access to udisks-mounted media [16:58] trying to get the latest zoom-client but snap only has an earlier version that's not working properly with wayland. i'd rather not get the package directly from zoom because it'll just make it harder to update later on [17:01] mickey: as far as i know, you just discussed all the options there are. [17:02] is there a snapd channel somewhere on libera? [17:02] mickey: there's also a flatpak btw. [17:03] p9: there's #snapcraft for snap developers [17:05] hans_, would seem hard to avoid, the snap would have to mount over /etc/ and surely that would break even more stuff. why on earth are you using /etc/ld.so.preload anyway? It looks like a malware vector to me... [17:05] tomreyn are snap, flatpak, etc. updated as part of the software center? [17:05] or do i have to start updating each platform manually every time now? [17:06] mickey: snaps will get updates through snapd / systemd automatically whether or not you use software center. [17:07] rfm: using it to globally load libeatmydata on to speed up tests, https://github.com/stewartsmith/libeatmydata#readme [17:07] flatpaks would only get updates if you used gnomes' classic software center with the flatpak pluin (which is a package acailable via apt, i think) [17:07] or you could probably create a systemd timer to install flatpak updates automatically. [17:07] tomreyn i don't see anything like that under apt? [17:09] mickey: i think there's a flatpak PPA you'd need to add for that to become available. i seem to remember "alexlarsson" [17:09] mickey: its gnome-software-plugin-flatpak [17:09] gnome-software-plugin-flatpak [17:09] & g-s-p-snap [17:09] actually, enigma9o7[m] is right, this is availbale from universe [17:10] KBar yeah, that's there. i also see one for snap. [17:10] + KBar, too :) [17:10] or plasma-discover-backend-flatpak [17:11] enigma9o7[m] you've managed to confuse me. what's the difference there? [17:11] mickey: plasma is KDE [17:11] discover is kde's store [17:11] One by gnome, one by kde, both do the same thing. [17:12] thanks. [17:13] hans_, argh. do you realize by putting eatmydata in /etc/ld.so.preload it's making everything on the system write unsafely? if you want to use this scary thing, set LD_PRELOAD before the test runs (and don't expect to test snaps in this mode) [17:18] fwiw "unsafely" mean that it skips fsync(), yeah i realize that it skips fsync [17:20] wish there was some easy-ish way to tell the kernel "ey ignore userland fsync requests", but there isn't afaik [17:22] eatmydata reduce the mysql testsuite runtime by roughly 46% ~ [17:30] not keeping backups saves a lot of processing time and power. === bebop is now known as sig [17:35] hans_, should be able to set LD_PRELOAD in the user running the test suite and set up a systemd dropin to set it in the mysql daemon processes (I assume it has them, not something I've looked at) [17:47] i'm sure it's possible, but don't care, this whole system is for tests, preferably fast, there are no durability requirements ^^ [17:48] (and i won't use eatmydata when work on production systems) === asc is now known as ascarter === ascarter is now known as asc [18:33] Hi, where I could find information on archive.ubuntu.com, if it's down in some countries? [18:34] works fine here. can you ping it? [18:38] g33k_: hey, no problem from my side. [18:40] !host archive.ubuntu.com [18:40] Ah well. [18:41] archive.ubuntu.com has address 91.189.91.38 [18:41] archive.ubuntu.com has address 185.125.190.36 [18:41] archive.ubuntu.com has address 185.125.190.39 [18:41] Or, if you prefer IPV6, [18:41] 2~archive.ubuntu.com has IPv6 address 2001:67c:1562::15 [18:41] archive.ubuntu.com has IPv6 address 2620:2d:4000:1::16 [18:41] archive.ubuntu.com has IPv6 address 2620:2d:4000:1::19 [18:42] If those are all blocked you'll need a VPN, that's not in any way controlled by any of the Ubuntu volunteers. [18:43] g33k_: Note that if those _do_ work, you can put one of them in your hosts file. [18:51] archive.ubuntu.com works form en.archive.ubuntu.com also works [18:52] but there are some countries that doesn't work any more [18:52] so I just wanted to know if there are maintenance works or if it's depreciated [18:54] g33k_, https://launchpad.net/ubuntu/+archivemirrors [18:55] some countries, like india, often shut down university mirrors during holidays. [18:56] thanks ravage, that's what I was looking fot [18:56] *for [19:10] Possibly the people who would be in charge of bringing the mirrors back up in case of an error are on break. [19:10] Then again, this weekend holiday is not by any means international. Most of the world it's business as usual. [19:35] https://manpages.ubuntu.com/manpages/focal/en/man1/dvbv5-scan.1.html [19:35] "dvbv5-scan /usr/share/dvbv5/dvb-c/the-brownfox" <-- where do i get those files from? [19:36] is that package incomplete or such? [19:38] de-facto: it is an example, as stated in the man page. to see the list of installed files, run `dpkg -L PCK_NAME` [19:39] yeah i did [19:39] nothing [19:39] that directory tree does not even exist [19:40] wild guess: is it in dtv-scan-tables possibly or is that not related at all? [19:44] de-facto: grab the source: https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.22.1.tar.bz2 and have a look inside [19:47] its a freebie Service The Quick Brown Fox etc are scanned, names of digital television providers [19:48] Hilarious === halvors1 is now known as halvors [20:45] hello, I'm trying to preset the installer user password in subiquity so I can complete the installation on a headless machine (no keyboard or display) like on this post: https://askubuntu.com/questions/1389280/preconfiguring-ssh-password-for-server-installer [20:46] I'm struggling to figure out where this autoinstall file should be put though [20:46] I was hoping I could put it on the usb I've burned from the iso [21:13] after a power cut one app is working strangely. Will I solve it if I reinstall it? [21:14] surskit: the best pleace to ask questions about subiquity is probably #ubuntu-server [21:14] ok will do, thanks [21:19] surskit: i'll try to give at least basic info here, though: autoinstall documentation: https://ubuntu.com/server/docs/install/autoinstall cloudinit explanation of how to do ds=nocloud : https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html - the other important bit would be "You can provide meta-data and user-data to a local vm boot via files on a vfat or iso9660 filesystem. The filesystem volume label must be cidata or [21:19] CIDATA." - or through http/https from a separate webserver with nocloud-net [21:25] surskit: https://community.theforeman.org/t/autoinstalling-ubuntu-server-20-04-3-from-the-live-iso/27050 would explain how to do a network (PXE) boot with all configuration residing on the other computer. [21:26] (foreman is an OS deployment software used for setting up many servers in a (company) network with central configuration.) [21:34] 22.04 is nice and polished! [21:34] great job [21:35] better than windows 10! [21:36] Is it a different download now than it was a month or so ago jdmark ? -- I downloaded it but didnt install it. - oh the online upgrades fix that, dont they. My mind nears Truth. [21:45] I just got a new ThinkPad X1 Carbon Gen 9 and installed Ubuntu 22.04 LTS on it. I'm wanting to get a dock so that I can easily connect multiple monitors + mouse/keyboard/etc. Am I going to run into any compatibility issues due to using Linux? Or will the dock just work? [21:55] LambdaComplex: Probably? Maybe? How could you know unless someone else had the same laptop, the same dock, and the same peripherals? [21:55] LambdaComplex: They'd havee to publish the fact somewhere, and nobody ever posts when something just works. They only post to complain. [21:56] LambdaComplex: I guess the best bet is to by from a source that lets you return stuff. [21:56] jhutchins: how could i know? by asking. which is what i'm doing here [21:58] (and, at least going by what's listed as supported on lenovo's website, there's only two docks for this specific laptop. maybe other ones actually will work? i don't know enough about docks to have any clue tbh) [22:03] hi so I have a philips HDTv for a second monitor. has an annoying problem where the top inch of the desktop is cut off, is there a way in Ubuntu 22.04 to tell a dual monitor setup to shrink one monitor down by an inch? [22:05] is Ubuntu using the correct screen resolution for the tv? [22:05] i'm also wondering if the tv has some setting to compress the image vertically/horizontally and you need to screw with that. i know CRTs used to have that....can't say I've needed to check for it in the last decade+ though [22:06] tv answer is no it has a 4:3 option but its greyed out not sure why [22:07] its the only resolution that I can select besides a reall really low resolution its a 1080p monitor, its crap, but its the only secondary monitor that I have [22:07] I found this, but its for the rasberry pi https://forums.raspberrypi.com/viewtopic.php?t=289559 [22:08] do I perhaps add those lines to my kernel line? [22:08] my other monitor is hdmi - so i see some danger in the options that fix lists === Blohsh9 is now known as Blohsh === Blohsh9 is now known as Blohsh [22:29] LambdaComplex: classic "(laptop) docking stations" use hardware manufacturers' proprietary interfaces to extend a laptops connectors by additional ones, sometimes also adding additional hardware components (such as a USB hub, external graphics card etc.). [22:30] rebooting, trying something, bbl [22:31] tomreyn: as far as i can tell, this uses thunderbolt 3 [22:31] https://www.lenovo.com/us/en/p/accessories-and-software/docking/docking_usb-docks-(universal-cable-docks)/40af0135us [22:32] LambdaComplex: other than that, you always had USB hubs which could also include additional devices, such as an SD card reader, nowadays, with USB-C also transporting video signals, those have extended to broader functionality. [22:33] no mention of thunderbolt there [22:34] LambdaComplex: what's the functionality you seek? [22:36] re: thunderbolt, the laptop specs list the two ports that look like USB-C as "Thunderbolt 4" https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadx1/x1-carbon-gen9/22tp2x1x1c9 [22:36] tomreyn: i want to connect two external monitors + a handful of USB devices [22:36] (mouse, keyboard, webcam, headphones) [22:43] LambdaComplex: i can't seem to find out whether this "40AF0135US" docking station is fully supported on linux. you'd need to try. the features you're looking for could probably also be provided by a generic usb-c docking station. [22:46] tomreyn: certainly sounds worth looking into! thanks for the help === halvors1 is now known as halvors [23:45] is it possible to simulate having 2 ethernet port on one physical port? I have an adsl line and a 5g connection on the same ethernet cable (with 2 different subnets). I would like my computer to do traceroute/ping/speedtest on one connection and the other. I would prefer to not reconfigure the ethernet port to switch from one to the other connection [23:48] I know how to do an alias ip, but I can't set another default gateway for the alias [23:48] jerome-, try #networking [23:49] thanks