[00:00] I guess I spend too much time doing other things. [00:00] arraybolt3: you should learn systemd. It'll be worth it [00:00] I didnt know there was crontab @reboot! [00:00] leftyfb: :P You're probably right. [00:00] Anything is difficult if you don't know how to do it. [00:07] Can I save a backup image of my old SSD (that had Ubuntu installed) and re-install Ubuntu on my new SSD using that backup file? I aim to restore all my apps, files, settings, etc., from my old drive and don't care about what's on the new one [00:10] cobraeriko: you can image your old ubuntu SSD onto the new one. But again, I personally don't recommend doing that unless you don't have any interest in having a fresh and cleaner running system nor learning how to restore from a proper backup [00:13] I have to run an appimage as root to make it access a device, but non-appimage userland tools can access same device [00:13] cobraeriko: look into clonezilla [00:13] how can I change and set permission for an appimage? [00:14] cobraeriko: are the sizes identical of both ssd? [00:14] the size of the new ssd is larger [00:14] ok use clonezilla should be easier [00:18] Fsck says the filesystem on the old SSD is clean. But I’m afraid of cloning it onto the new SSD because of the reason I upgraded the drive in the first place: that it stopped booting Ubuntu properly (the login menu would not appear on boot) [00:19] the old drive currently does not boot? [00:19] cobraeriko: you should REALLY install Ubuntu from scratch on the new drive and restore files from the old one as needed [00:19] +1 to that [00:19] especially if things are broken right now [00:19] cobraeriko: what happened when you tried to boot? [00:19] arkanoid, care to share what appimage, and what device? [00:20] i think he should figure out why it wasnt booting as well, probably nothing wrong with the old ssd [00:20] that's also likely true [00:20] there's a new, large SSD [00:20] larger* [00:20] ah right [00:20] oerheks: hackrf (usb). It works with userland tools like hackrf_transfer, but Sigdigger appimage (https://github.com/BatchDrake/SigDigger) works only if executed with sudo [00:21] he said he will be cleaning out the old one so doesnt matter i guess [00:22] oerheks: that software use SDR middleware SoapySDR. The userland util SoapySDRUtil --find also succeeds in finding the usb device without sudo [00:22] If I restore files as needed from the old one, can I transfer my local flask apps that have remote git repos? SSH credentials and KVM virtual machines? [00:23] it seems that the appimage lives in a separate world of permissions [00:25] arkanoid: you'll need to seek support with appimages from the maintainer/distributor [00:25] cobraeriko: yes, you can restore most, if not all of that [00:25] yes, i see not fix for that [00:25] arkanoid: the KVM's might be a bit harder. I don't have experience with that [00:26] do appimages live in a virtual machine? [00:26] i do - how are the KVMs managed? [00:26] arkanoid: they are their own encapsulated environment [00:26] leftyfb, i think you meant to address cobraeriko about the KVMs, not arkanoid :) [00:26] but i see how the two topics just almost aligned [00:27] yeah [00:27] cobraeriko, how are you managing the KVMs on the old system/SSD ? [00:27] it doesn't seems to me that appimage technology makes use of virtual machines [00:28] arkanoid: it doesn't [00:28] arkanoid, no, but linux has many "lighter" encapsulation models (namespaces) that are not virtual machines === silhouette is now known as marcopolo1 [00:28] (that said, i know nothing about appimages) [00:28] they aren't officially supported in Ubuntu AFAIK [00:32] thanks for the feedback, I'll ask somewhere else [00:33] on the old system. I was managing the KVMs with QEMU (if that makes sense). Was using ssh to get into the Ubuntu Server on one of my VM's [00:34] qemu? or libvirt? how did you start/stop VMs? [00:35] virsh start {vm-name} [00:35] ok, so libvirt [00:35] then the VM tends to have two parts - some xml in /etc/libvirt, and an image file (likely a qcow2, likely in /var/lib/libvirt/images [00:36] _ [00:36] ) [00:38] on the virtual maching was a Ubuntu server that had a Flask web-app with a reverse-proxy nginx server and gunicorn app server. The web app was hosting a website [00:41] The DNS records pointed to my public IP which routed to the IP of my virtual machine that had the web-app. [00:47] Can I clone the old VM to my new drive and copy the SSH credentials to my new drive so I can run this VM and SSH into it? [00:48] cobraeriko: Habbie already told you where the files are stored for your VM's. SSH credentials are stored in ~/.ssh/ [00:49] Ok thanks allo [00:49] *all === tomreyn_ is now known as tomreyn [01:14] what's name of Ubuntu network manager service ? [01:15] NetworkManager === chris14_ is now known as chris14 === kostkon_ is now known as kostkon [03:49] hey hey [03:49] hey sybariten [03:50] i was wondering if someone could shed some light on an error message or rather warning, cause i find it a bit tricky to understand [03:51] So i am running ubuntu 22.04 and i'm trying to install node.js via apt. Apart from the more typical procedure, i get this ncurses-like pink fullscreen message that says "Newer kernel available / The currently running kernel version is 5.15.0-58-generic which is not the expected kernel version 5.15.0-60-generic. / Restarting the system to load the new kernel will not be handled automatically, [03:51] so you should consider rebooting." [03:51] A kernel is somethoing i would need to manually install anyhow, right? So how is a reboot going to change anything? [03:52] sybariten: your kernel is kept up to date like any other package [03:52] in order to run the newly installed kernel as opposed to the one you are running now, you need to reboot [03:53] But, _am_ i going to run the new kernel if i reboot now? The warning message just has an "OK" button. [03:53] yes [03:53] So the install of node.js prompted an update of my kernel? [03:54] I can't answer that. I don't think so. [03:54] "prompted" meaning, forced or started [03:54] ok.... [03:54] sybariten: ugh I hate that thing [03:55] uh actually the top of the warning message says "pending kernel upgrade", that sounds like something that's actually going to happen then. [03:55] sybariten: there's some advice on https://askubuntu.com/a/1424249/33812 for how you can get rid of that [03:55] Well in any case i guess i can just press OK now anyhow, this is more like an information i suppose [03:55] ok [03:56] sybariten: sudo apt update && sudo apt full-upgrade # this will get you up to date. You can compare your running kernel with "uname -a" and a list of installed kernels "apt list --installed linux-image*" [03:57] sarnold: aaah right, i've been in that thread before. Maybe it was even you who linked it. [03:57] lol maybe ;) [03:58] leftyfb: and it's more or less "harmless" ? [03:58] sybariten: sysop@x2204mini:~$ uname -r >> 5.15.0-60-generic . Do you gave that latest kernel installed ' dpkg -l | grep linux- ' ? [03:58] sybariten: yes [03:58] Bashing-om: hmm come again? [03:58] Hi, I was wondering if I could get assistance with a Ubuntu / Lubuntu question [03:59] Bashing-om: dpkg -l | grep linux-image|grep ^ii [03:59] Bashing-om: this is why I go with apt [04:00] sybariten: Sorry typo - the latest kernel that the warning also calls for is "5.15.0-60-generic" is that vesion installed now ? [04:00] Bashing-om: or better: dpkg -l | grep ^ii.*linux-image [04:00] Bashing-om: well i guess i'm on 58 since thats what they said there, but let me double check [04:01] uhhh well leftys last command there gives three differentlines as output .. [04:01] it says 58, then 60, then virtual [04:02] OK so uname -r says 58 [04:02] So you installed a new kernel sometime between now and your last reboot. [04:03] Really? [04:03] SomeDude: just ask, that's what this channel is for. :) [04:03] That is the most simple explanation. [04:03] how do I apt upgrade kept back packages all at once? [04:03] Maybe i should reboot this machine and see what happens. It's a bit scary just becaouse its a vps which i've never rebooted or anything [04:03] without having to explicitly name each package [04:03] z4kz: you copy and paste the list of packages and run them with apt install [04:03] Hi, I am having an issue with my Lubuntu wifi, I was wondering if someone might be able to help me [04:04] since installation 16.04 it cant find the wifi adapter for some reason [04:04] is there no other way to do it? [04:04] is there a way to check for this through terminal? [04:04] SomeDude: oh, 16.04 is no longer supported. try installing a current version. [04:04] bah i'll do it tomorrow... very late now. very late ... thank you bashing, lefty, sarnold ! [04:04] gn8 sybariten :) [04:05] hmmm laptop is about 20 years old, not sure it can handle a newer version of the OS [04:05] what's uname -a report? [04:06] SomeDude: is this a new wifi adapter? [04:06] 5.4.0-137-generic #154~18.04.01-Ubuntu [04:06] SomeDude: if you need to run such old hardware, there are other linux distributions, which might work better on very old hardware. you could ask for suggestions in #linux [04:07] SomeDude: heh, you missed the architecture.. [04:09] SomeDude: cat /proc/cpuinfo |grep "model name"|uniq [04:09] z4kz: sudo apt full-upgrade [04:10] tomreyn: that won't catch phased upgrades [04:10] right, but there's no reason to catch those anyways [04:11] tomreyn: thanks [04:12] model name: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57 [04:12] !phased | z4kz: as leftyfb pointed out, those may remain [04:13] !phasedupdates | z4kz those may remain [04:13] z4kz those may remain: 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. [04:13] thanks leftyfb [04:13] thanks [04:13] z4kz: apt upgrade ~U will do it, I think [04:14] uh [04:15] interesting [04:15] where the heck does that come from? [04:15] ViatonWidz[m]: either way, that's the same as apt full-upgrade [04:15] aptitude, and apt's newer man pages [04:16] (7) apt-patterns It's the new hotness in becoming an apt daddy [04:17] uname -a gave me: 5.4.0-137-generic #154~18.04.1-Ubuntu SMP Tue Jan 10 16:58:20 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux [04:18] SomeDude: it's 64bit. You can install the latest ubuntu [04:18] ah good, that's 64 bit, it should run the newer systems [04:18] at least I think we can still boot BIOS.. [04:18] we can [04:19] it'll have too little ram, though, most likely [04:19] SomeDude: though you might need one of the more "efficient" flavors like lubuntu or xubuntu [04:19] tomreyn: good point. lubuntu perhaps? [04:19] I am running lubuntu [04:19] How much ram do you have? [04:19] lubuntu 16:04 [04:19] I would upgrade memory and get an SSD [04:20] but by then, you could probably buy a new laptop for about the same price [04:20] i#d upgrade the mainboard and cpu and storage, too [04:20] that proc scores a 640 or so on the passmark bechmarks; I wouldn't put more money into that machine [04:20] last time this happened someone helped me turn on the wifi port, that was the issue? is there a way to check that in terminal? [04:20] That CPU's credit score need s work [04:20] Oh geez, this is the actual support channel, /ignoreme [04:21] pretty sure a pi is around 900 :) [04:22] Menzador: lol [04:22] SomeDude: 'rfkill'? [04:22] leftyfb: I don't think passmark ranks anything that can't run windows :( [04:22] sarnold: quick google had someone compare it to another CPU [04:25] leftyfb: aha :) [04:39] what program can I use to edit photos, especially to crop them? [04:40] gimp if you want something vaguely like photoshop [04:40] gimp is a very powerful tool & will crap photos, but there are smaller/easy apps too [04:41] gimp = graphic image manipulation tool (ie. loads of functions & powerful tool) [04:41] PhotoPea is a good browser based raster editor [04:41] but it's not open source [04:42] true, GIMP is want a 100% open source raster editor [04:42] gimp is good for crop. Select area, ctrl+c , ctrl+shift+v, ctrl+shift+e [04:42] gthumb got some basic editing tools [04:43] SomeDude, Lubuntu 16.04 is EOSS (end of standard support; https://fridge.ubuntu.com/2021/03/13/extended-security-maintenance-for-ubuntu-16-04-xenial-xerus-begins-april-30-2021/ [04:43] if you want to do thousands of something, graphicsmagic is nice enough [04:43] 👍 [04:44] and fyi SomeDude; I used devices as old as from 2003 in QA-testing releases up to Lubuntu 19.04... devices as old as 2005 using currently supported releases in QA [04:44] okay, i;ll give it a try [04:45] im running Lubuntu 16:04 and it already feels very slow, but I'll update it [04:46] SomeDude, you need to consider your machine resources & how you you'll use it with the OS/desktop you'll use; not waste resources but have them share... I still use devices from 2003 with 1GB of RAM; but i use them more carefully than I do this box for example; but you're off-topic here. [04:46] You may also need to configure the machine a little post install (if your box lacks resources)... [04:47] gotcha [05:57] hey, what program/serice in ubuntu is managing the /media folder? [06:44] утра [06:45] !ru | mitsubishi [06:45] mitsubishi: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [06:56] <_hao> is there a tool allow me to bind a key in specific app? like when inside firefox, I'd like to bind H to ctrl-left (history back). [06:58] <_hao> I'm not looking for vimium/tridactyl here, actually trying to solve a problem when using them (their key sometimes cannot work) [07:01] <_hao> also, xdotools/ydotools don't on ubuntu [07:10] _hao: You might be able to get xdotool to work on ubuntu if you log in using Xorg rather than Wayland. === neocube is now known as paulneocube === paulneocube is now known as neocube === keypushe- is now known as keypusher [08:14] I have a kvm guest up and running with a shared bridge with physical machine so both machines gets ip addresses from the physical router/DHCP. The machines can ping each other. [08:14] The problem I have is that I cannot get SSH running because I would need to "copy/paste" each respective SSH pubkey. [08:15] On guest I installed the 'spice'vdagent' and added the channel spice. Rebooted guest, but the "copy/paste" seems still to not work. [08:28] hermano: one way to transfer keys is to run this locally: cat ~/.ssh/id_rsa.pub | nc termbin.com 9999 [08:28] and this remotely: mkdir .ssh; wget termbin.com/URL -O .ssh/authorized_keys; chmod 600 .ssh/authorized_keys [08:28] I have followed this instruction to setup "kvm copy paste": https://askubuntu.com/questions/1375027/copy-paste-does-not-work-between-host-and-guest-ubuntu-spice-installed [08:28] There's also scp of course, assuming you do have a non-root user with interactive authentication enabled... [08:29] alkisg, scp is runned on top of ssh. If ssh is not working, scp will not work. [08:30] hermano: e.g. on host1 I have administrator with interactive authentication; I can then use scp from host2 to host1 even though I can't ssh TO host2, because there I only have a root user with no interactive authentication [08:30] So in that case, "reverse scp" works, but not "forward scp", so it's still possible to transfer the keys [08:31] Your case may be different of course, you didn't provide all the details [08:31] alkisg, ah ok. [08:35] Anyone care to explain how the working "KVM copy paste" should be? How do you perform the copy respective the paste? [08:46] ugh, really not happy. I'm on ubuntu 20.04. I updated yesterday, and now the bluetooth is unreliable. Something similar happened about a year ago, and I managed to work around it until some random update fixed it. There are different bluetooth symptoms today; they're more intrusive, and stop me working. I have no idea how to work around them. I just feel like moving to another distro if I can't rely on ubuntu. [08:46] I'd like to undo the updates yesterday, but I guess that's not possible? [08:46] The problems are that, when using my bluetooth headset to watch a youtube video, the system will lock up. The youtube spinner will show. I have to switch off the headset to "release" the video. However, then the CPU usage will go up, with bluetoothd, dbus-daemon and pulseaudio taking 100%. I run systemctl restart bluetooth, which resolves that, but then my headset won't connect. Does anyone have any suggestions, please? [08:47] I've tried rebooting. The problem reoccurs quite quickly, so that's not a feasible solution. [08:49] i have trouble using nvidia 920m optimus with fedora (xid kernel errors). i read that bumblebee would still exist in ubuntu. would that help in my case? [08:59] hi [09:07] Hi, on Ubuntu 22.10 with nvidia-driver-525, if I set my second monitor to anything other than it's native res (3840x2160) it goes blank. I'm trying to set it to 2560x1440 to match my primary monitor (3440x1440). [09:07] This has only stopped working since upgrading from 22.04. [09:25] rebooting. Will say something when I'm back [10:08] I'm back === dn___ is now known as dmn [12:19] Hello frens. I want to just leave a bit of information in case someone comes across it: After installing a Kernel newer than 5.19.xx (double digits), VirtualBox7 stopped working and could not rebuild modules. This is because it needs gcc-12 and /sbin/gcc points to gcc-12; I d/l 12 and replaced the symlink. This does the job and I'm back in business. [12:20] (I'm on 22.04) [12:21] so just dont install unsupported ad untested kernels then ... [12:21] *and [12:22] sa [12:22] türk var mı [12:22] !tr [12:22] Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. === jesopo is now known as jess [12:23] hello [12:23] hi all i have a question about live build, is this the right channel to ask? [12:25] kyleA, you can try ... people familiar with live-build code are typically in #ubuntu-devel though [12:26] okay that helps i can ask there :) thank you [13:45] TJ-'s guide on full disk encryption for 2019 worked well. only improvement i could think of is if you wanted to install on /dev/sda9 (luks boot) and /dev/sda10 (luks root) that i needed to be really careful to use the correct devices [13:46] i'm dual booting with windows [13:47] i mean this guide: https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019 [14:04] Hey, my laptop's speakers volume is really low. Is there a trick to make the sound itself, fe. movies in a video player amplified a magnitude? The gnome system volume set to 150% does nothing and is a pain to work with. [14:05] Movies typically have their audio track volume's very low for whatever reason and when you then switch to say listen to some music, the difference can be painful. [14:07] bitbinge: i used pactl or pacmd to increase the volume [14:08] bitbinge: https://paste.linux.chat/?1bbeb7ac939070c4#DitziKx1ufRQSXosjLDuUG8KGw7ZdXSRZMAA8TpNW4dY [14:08] i haven't tested that in a while so i don't know if it still works [14:09] first snap i install in ubuntu 20.04 (chromium) and it's dog slow to install :( [14:10] akik, increase globally by a few times? [14:11] maybe this is easier: pactl -- set-sink-volume 0 100% [14:11] just try which one works [14:11] yes increases globally [14:12] Ok, thanks! [14:12] i need to use pactl list short sinks first [14:12] the system doesn't have sink 0 === Vercas5 is now known as Vercas [14:22] Yesterday I asked how to get midi to work but unfortunately nobody knew. Today I have installed something called fluidsynth, which can play midi files locally. Still not getting any music in games with midi however [14:26] The game lists the following options for music (some of which were not present before installing fluidsynth): Synth Input Port (1101:0) 0, Synth Input Port (29800:0) 1, Midi Through Port 0-2 [14:26] Unfortunately, none of them work [14:28] Does anyone know how I may troubleshoot this? [14:36] why is ssh -X not working from one machine to another. This is the error I get (Both Ubuntu boxes): Unable to init server: Could not connect: Connection refused [14:36] ** (gthumb:292658): CRITICAL **: 09:36:09.880: Failed to parse arguments: Cannot open display: [14:37] geosmileus: on both machines, run: echo $XDG_SESSION_TYPE [14:38] both are tty [14:38] also echo $DISPLAY on remote is empty [14:38] can you run it locally as opposed to over SSH? [14:40] leftyfb, gthumb you mean? yes [14:40] oops - no it core dumped - looking [14:40] no, I mean echo $XDG_SESSION_TYPE run that locally on each machine, not over ssh [14:40] but also, if the program you are running is core dumping, it certainly isn't going to work over ssh -X [14:40] leftyfb, I can't. The server is remote - not physically accessible [14:41] geosmileus: you don't have out of band access to the server? What release of ubuntu is it? [14:42] desktop: Description: Ubuntu 20.04.5 LTS -- server: Description: Ubuntu 20.04.5 LTS [14:47] leftyfb, any ideas? [14:48] geosmileus: on your local machine, not over ssh, run: echo $XDG_SESSION_TYPE [14:50] I'm just curious if somebody has experience wit the fingerprint sensors. I've got a lenovo with 04f3:0c4b sensor which should be supported. But fprintd-enroll name says `impossible to enroll : No device available` [14:51] ubuntu 22.04.1 x86_64 === dn___ is now known as dmn [15:02] i'm trying to use pulseaudio-equalizer, which provides the tool `qpaeq`. I have installed it, but the application fails to start with a python qt5 error. But, i think i have all the dependencies installed; what gives? https://bpa.st/MHLHI [15:07] bitbinge: did the volume adjusting work with pactl? === starz_ is now known as starz [15:19] alternatively: if there are other os-level equalizers out there, i'm (heh) all ears [15:28] I'm trying to install Jammy on a new PC, but Ubiquity keeps crashing when it reaches the bootloader installation part. The logs are saying that it's trying to run zsys-setup finalize, but I'm not using zfs at all, so it crashes. Can I get around that? [15:29] Namely, `zsys-setup finalize` simply quits because `zsys-setup init` was not run (and for a good reason, as it would also crash) [15:30] After that I get a Python traceback saying "GrubInstaller failed with code 1" [15:34] GreatEmerald: what's the output of this command inside the live session? ( sudo lslbk -fe7; sudo ls /sys/firmware/efi ) | nc termbin.com 9999 [15:36] alkisg: https://termbin.com/361qu [15:37] GreatEmerald: btrfs mirror for root? [15:37] Yes [15:37] I also tried to see if changing the device to install the bootloader to would make a difference, but it crashes the same way no matter which I select [15:38] GreatEmerald: and `sudo fdisk -l` says the partition table is gpt, not msdos, right? [15:38] alkisg: Yes, that's how I created it [15:39] OK, then the grub/uefi parts look good,so I guess it's choking at the btrfs/mirror part somehow [15:39] Btw if you're using mirror, it might be best to add a second esp, to be able to run with just the second disk [15:40] Hmm, true, though I always doubt whether the two would actually sync up if there are any GRUB updates [15:41] And the UEFI might get confused, but I could set it up later in any case [15:41] You'd need a post script for that; proxmox does it automatically, you might copy theirs [15:42] In any case, I wonder if ubiquity somehow starts thinking that the setup is zfs at some point, rather than btrfs [15:42] When UEFI won't find the first disk,it'll fall back to "any disk", and boot from the second one. I tried it with esp/zfs mirror root, it should be the same with esp/btrfs [15:42] Quite possible judging from the messages; it certainly appears like some bug [15:43] You might have to install in a normal partitioning scheme, and then copy the result... as a workaround until the bug is addressed [15:44] I could try having ubiquity format the btrfs volumes, then afterwards manually do a dev add and balance [15:45] But it's a bit annoying because I want to make sure I have /var on a subvolume [15:45] Otherwise I have to move it, make a subvolume, copy, remove... [15:51] Yeah, in the crashing script it says that it runs zsys-setup finalize only if ubiquity/use_zfs is set in its database. so something somewhere must be setting it === marve_ is now known as marve [16:05] alkisg: I did a balance and dev remove to unmirror just the /, and indeed now ubiquity doesn't crash any more! It works fine with the /home mirrored, it seems. Good, then I can just balance and dev add again and I don't need to mess with anything. [16:06] Nice :) [16:18] There is something to be said for simplicity. [16:22] It installed somewhat successfully, it still messed up my /home mount a bit, apparently the files were still written to the / drive, and when mounting they get masked [16:23] A bit of mount and mv later, and all is working very well [16:35] Hi, i am quite new to ubuntu (22.04.1 LTS) and want to install nmap. The version available on apt is 7.91 but i want the latest 7.93. Is there an option available that doesnt involve compiling source [16:36] https://packages.ubuntu.com/search?keywords=nmap [16:36] xantrex: you could use snap [16:36] snap install nmap [16:37] i did use the snap version but it doesnt work properly with metaspoit [16:37] https://github.com/rapid7/metasploit-framework/issues/17653 [16:37] -ubottu:#ubuntu- Issue 17653 in rapid7/metasploit-framework "The nmap executable could not be found" [Open] [16:37] xantrex: what's in nmap 7.93 that you need that isn't in nmap 7.91? [16:37] thats a good question, i dont know, maybe nothing... [16:38] xantrex: then I wouldn't bother [16:38] its the easiest solution [16:39] right, to a problem that doesn't really exist :) [16:39] :) [16:51] Hi I created a ntfs partion on a new ssd (which is bigger) and dd the old partition to the new sdd. Now the partition has the new size, but it seems that in Windows the size is still old. Any idea how I could fix that? [16:51] m15k: you should be asking in #windows [16:52] m15k: future reference, if you're going to image a filesystem onto a partition, you do not need to format it first. You just need the partition created [16:53] The partition size iis stored somewhere in GPT? [16:53] chatgpt? [16:54] m15k: you need to resize the filesystem, in this case it's NTFS that you're trying to use on Windows. Please go ask in #windows [16:54] octav1a: can we help you with something? [16:56] I don't think so. Thank you for asking and being part of a very commendable free software project, though! === jgee118692253 is now known as jgee11869225 [17:07] is there a way to remove all the /dev/ttyS0..31 that it makes? i'm trying to set up a laptop for simple embedded device flashing & testing, and part of the procedure is to select a serial port. however, the browser lists all ttyS* before all ttyUSB*, and ttyUSB* is the only one that's actually active. so i have to scroll every time. i'd rather delete the unused serial ports to streamline. i tried rm /dev/ttyS* but no dice :( [17:15] hi [17:17] hi [17:18] I am greenman pinkponyprince back again. [17:49] akik, no, pactl doesn't do what I want. [17:50] I want to make the sound itself have higher volume, this just changes the system wide volume over the 100% limit and the sound is horrible. [17:50] If I connect an external sound card, I can adjust the volume much higher without sound degradation. [17:52] It seems VLC can do that, but only to 200%, I need higher. [17:59] and preferably system wide [18:02] on 18.04 LTS, i'm trying to use pulseaudio-equalizer, which provides the tool `qpaeq`, but the apt-provided package is broken. I have installed it, but the application fails to start with a python qt5 error. But, i think i have all the dependencies installed; what gives? https://bpa.st/MHLHI [18:12] Ubuntu 22.04: should XDG_CONFIG_HOME be set such that echo "$XDG_CONFIG_HOME" results in some directory, e.g., $HOME/.config? [18:12] bitbinge: but you said your problem is too low volume? [18:13] bitbinge: is it only in some certain app? [18:13] Yup. So far the best thing I found out is setting vlc to 300%, it's not perfect but works for movies. === msyke1 is now known as msyke [18:16] Maybe the next limit is the hardware. [18:19] are anyone booted in Ubuntu now? I am either going for lubuntu or ubuntu [18:19] I think [18:21] xdg-user-dirs-update --dummy-output PICTURES > Can't save user-dirs.dirs, failed to create directory [18:31] iconoclasthero: trying giving it the full path [18:32] or not [18:33] iconoclasthero: what are you trying to accomplish exactly? (without mentioning xdg-user-dirs-update) [18:35] amdgpu null ptr deref kinda locked me out again... any chances of making screens wake up after such with ssh access? [18:49] do snaps use a layered filesystem? [18:52] nb-ben: squashfs. no layers really === Irrelevant85 is now known as Irrelevant8 [18:54] yeah.. figured this out from github repo just as you said. Meh. I'm looking for a replacement for overlayfs, since that doesn't work with ZFS [18:54] I specifically need upperdir to be the mountpoint too, which makes this extra difficult [19:36] does ubuntu-bug support reporting amdgpu crashes (kernel module null deref, when using wayland)? [20:42] hooray, i got rid of all 32 serial ports :D have to add 8250.nr_uarts=0 to the boot command line (/etc/default/grub) and then sudo update-grub [20:50] Hi, is there any descent free vpn to use [20:54] hi, I keep getting dconf warning like this: https://pastebin.ubuntu.com/p/cYHFWJ7mH7/ [20:56] I remember I once changed /etc/dconf/profile/user, added a line "service-db:keyfile/user" into it, dont know if this modification has anything to do with the warning [20:58] hao, sudo dconf update [20:59] yuzi: tor? [20:59] ioria, that doesn't fix this [21:00] sarnold, no [21:01] I see no site/local file in /etc/dconf after running `dconf update`, too === Starmina37 is now known as Starmina3 === Forza_ is now known as Forza [23:09] has anyone issues with keyboard not working properly after install? [23:10] no recent reports in this channel, what is your issue exactly? [23:11] I have an HP with a windows keyboard [23:11] I have no key "b" or "n" [23:11] someone had an oddball system in here a few days / weeks ago, that required specific kernel modules loaded for it to work [23:12] that was me, but the issue was limited to initrd where these kernel modules weren't loaded, yet. [23:12] the control shift keys for @ and dollar, euro signs isn`t working either [23:12] dragon_'s issue sounds different so far [23:12] is this a bluetooth keyboard? [23:13] no, a regular portable HP pavillion, laptop, the basic keyboard in the pc [23:14] can you connect an external keyboard and thus work around it for now? [23:16] I may try that, I have to get one first [23:18] you may want to set up an ssh server on it and start that automatically (possibly by chroot'ing into the installed system from a live iso), then connect to that and inspect your logs [23:19] when i bing 'linux B and n keys not working on HP laptop' tons of posts [23:28] Quick question. "apt upgrade -y", in 22.04, I get the "Kernel has been updated screen, which stops it from proceeding. Any way to have it just continue on past that and the prompt for restarting services?