/srv/irclogs.ubuntu.com/2024/11/26/#ubuntu.txt

=== madmaxX is now known as madmaxXx
FKAShinobiMy monitors will not sleep when locked, I've disabled lock screen notifications. How do I fix this in 22.0400:15
oerheksgnome settings > privacy > screen > automatic screen lock delay  ?00:44
oerheks'period after screen blanks when the screen is automatically locked'00:45
oerheks30 sec maybe?00:45
FKAShinobioerheks: It locks, but it never sleeps. The monitor stays on.00:46
oerheksoke, no idea there00:47
TheAtlashttps://youtube.com/shorts/JA7zuf53oco?si=i_0bDWdvYBOJvaaD01:35
TheAtlasSpeaking of gnome01:35
kutgnome saiyan?01:39
zullyhey01:51
zullyI have Ubuntu on my remote VPS. Whenever I do ssh my_vps -D 4321 and do SOCKS proxy over 4321 - I'm using my VPS IP address, is that correct?01:52
orangeHatsAnyone know how to restore a snap from a disk backup? e.g. I have the contents of /var/snap, but no "proper" snap backups01:57
oerheksDid you use snap export-snapshot?02:08
oerhekshttps://snapcraft.io/docs/snapshots02:08
orangeHatsoerheks: nope, snapd was shut down cleanly, and now that boot partition is gone. I have the entire filesystem, but no snapshots02:19
orangeHatsif I drop contents of the old /var/snap dir onto a new machine and start snapd, it doesn't detect any snaps02:19
=== mantraofpie_ is now known as mantraofpie
=== fling_ is now known as fling
aliciabelawww.myhornycam.com watch me squirt04:34
DarkLordofDebianUgh04:39
DarkLordofDebianMODS!! We need a banhammer wielding mod over here!04:40
elfor the spammer that was removed before you started talking?04:43
webchat50How can I set the Windows-key to open up the apps menu instead of the entirely useless overview-thing?06:27
=== Guest992 is now known as Ders
=== mrpond7 is now known as mrpond
nadiaHey all! We see some nftables/netfilter problems after upgrade from 5.15.0-1061-gke to 5.15.0-1067-gke. Could you help me figure out what went wrong there?09:30
=== Dragonslicer is now known as Dragnslcr
BluesKajHi all12:51
=== SixterBR5 is now known as SixterBR
cIclopsHi again. How can stop 22.04 using a bad hard drive during installation?13:25
frostschutzcIclops, unplug it? ;-) if it's sata you can also disable the port with libata.force kernel parameter13:29
cIclopsthx frostschutz, the bad 2TB disk has many good partitions and data, so it would help if it could be accessed after installation. 22.04 insists on using for its fs and easily corrupts.13:36
cIclopsPerhaps it could be disabled in the Intel BIOS but I see no way of doing that13:37
oerheksjust select the other harddisk during installation?13:40
oerheksmake sure it is not the 1st hdd connected13:40
frostschutzcIclops, you can try libata.force=2:disable (if it's ata2, check e.g. 'realpath /sys/block/sdx/device'). alternatively in the running system you can try 'echo 1 | sudo tee /sys/block/sdx/device/delete'. replace sdx with actual device name (sda, sdb, ... check it, don't remove the wrong one)13:42
roberto_hi13:46
tomreynhello roberto_13:47
cIclopsfrostschutz, the BIOS uses an AHCI SATA Port 1 for the bad disk and Port 0 for the supergood one. The good one is first in the boot order.13:48
oerheksclclops why would the installer use the 2nd one? is the 1st one not empty?13:48
oerheks* if that your target is13:49
frostschutzcIclops, you have to check the numbers linux uses. bios may be different (e.g. bios counts from 0, libata counts from 1)13:49
cIclopsoerheks, IDK. both disks are almost full, the good one 100GB, the bad one much less13:50
oerheksjust select the good one.. i don' t see an issue13:50
cIclopsoerheks, where is the option for that?13:50
=== JanC is now known as Guest3236
oerheksby disk setup; choose manual installation?13:54
cIclopshmm i installed 22.04 three times alongside 14.04 and 16.04. I tried using the partition tool option to select the boot device but there was no install option13:54
cIclopseach time it used the bad disk13:55
oerhekschoose ' something else' https://ostechnix.com/wp-content/uploads/2022/05/Advanced-Features.png.webp13:55
oerheksthen you get this https://ostechnix.com/wp-content/uploads/2022/05/Click-New-Partition-Table.png13:56
oerheksyou would see sda sdb sdc and so on ..13:56
oerheks' something else' was a bad choice, now we call it manual installation again, in 24.0413:57
cIclopsnever saw that screen, perhaps because I had 14.04 and 16.04 installed (BTW they still work perfectly)13:58
oerheksgood luck!~13:58
cIclopshehe, got a patch so that firefox 132 runs on 16.04?14:00
oerheks...14:00
oerheksno, only for 12.0414:01
cIclops14.04?14:01
oerheks32 bit14:01
cIclopsoerheks, frostschutz ... reinstalling14:16
nadiaHey all! We see some nftables/netfilter problems after upgrade from 5.15.0-1061-gke to 5.15.0-1067-gke. Looks like something is wrong in that diff, could you help me figure it out?14:54
=== iwannaberoot15 is now known as iwannaberoot1
oerheksnadia, what is wrong with that Google KE kernel?15:14
oerheksand how do you tell?15:15
nadiait is used in k8s CI, and running valid nft transactions returns unexpected errors after this kernel upgrade. You can find an example of failure here https://storage.googleapis.com/kubernetes-ci-logs/pr-logs/pull/128886/pull-kubernetes-e2e-kind-nftables/1859623692095459328/artifacts/kind-control-plane/containers/kube-proxy-xm9s5_kube-system_kube-proxy-3f8afb0a2e0cfcc5dba38f8cf9f970a56f89e629896178f784016960cb1074fa.log15:19
oerheksnot sure what to look for ..15:28
cdriscoll  * CVE-2024-2701215:30
-ubottu:#ubuntu- In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: restore set elements when delete set fails From abort path, nft_mapelem_activate() needs to restore refcounters to the original state. Currently, it uses the set->ops->walk() to iterate over these set elements. The existing set iterator skips inactive elements in the next generation, t... <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27012>15:30
cdriscoll    - netfilter: nf_tables: restore set elements when delete set fails <- maybe that has something to do with it in that version15:30
nadiasearch for "Error: Could not process rule: Device or resource busy" and then the transaction and current nft state is logged after15:44
nadiabasically it thinks that a chain is referenced while it is actually not15:45
kaleido3anyone seen an issue during server install where you manually assign ipv4 to a nice but the gateway and dns server fields reset to blank?15:52
kaleido3nice/nic15:52
cIclopsoerheks, frostschutz ... reached the installation screen, how do I share the image here?15:55
cIclopsit's jpg image and the paste bin only seems to take text16:07
oerheksimgur16:14
cIclopsthat needs an account16:16
cIclopssignal?16:16
arraybolt3I don't think Imgur needs an account, it never has for me16:18
arraybolt3you just click "New post", drag-n-drop your image, then share the link from the address bar16:18
cIclopsok i'll try english ... the installation type screen seems to offer the whole sda drive for formatting, should I use the new partition table option sand create one on the good drive, it now has 200GB free16:19
oerheksit does not need an account, .. oh arraybolt3 already said that16:21
oerheksjust that empty space should work, for the installer to recognize16:22
cIclopsarraybolt3, yay ta ... https://imgur.com/a/tLS6lkO16:23
jpmhwhen I do an: lsof -i, what does the FD column really mean?16:25
oerheksdump 14 and 16, unsupported, no updates16:25
oerheksjpmh, filedescriptor16:26
cIclopsoerheks, they both boot perfectly, they are old frens :)16:26
oerheks file descriptor. Its values can be cwd , txt , mem , and mmap16:26
oerheksclemens3, so you have no space free, lolz16:28
tomreynnadia: there is also #ubuntu-kernel, but, if you are convinced this is a bug, please file a bug report first, then refer to it on the kernel teams' IRC channel when inquiring about it.16:28
tomreynnadia: it will also help to minimize / simplify the test case / description of the issue so they can easily understand what you're reporting as an apparent regression16:31
cIclopsoerheks, how do I dump the 14.04 system without losing that data in that device?16:38
cIclopsoerheks, (edit) how do I dump the 14.04 system without losing all the data in sda1?16:41
jpmhoerheks: yes, I realize that it is an FD, but with lsof -i what does something like 6u actually mean?16:42
oerheksclemens3, backup.16:46
oerhekserr clclops backup?16:46
oerheksif you have no backup already, your precious data is unimportant.16:46
kaleido3doing an install from livecd, i create a bond with two interfaces and manually configure ipv4. i can ping the ipv4 address from the gateway, but in the manual config the gateway and dns server fields keep reverting to empty. is there a way to make those values stick so i can continue with the install?16:48
oerhekskaleido3, you might want to reask in #ubuntu-server16:49
oerhekswhy not use 1 interface now, and bond later after install?16:50
oerhekswith a proper netplan https://github.com/canonical/netplan/blob/main/examples/bonding.yaml16:51
jpmhI found what the FD column means for lsof -i - the 6u means opened on FD 6 for read/write (update)16:51
kaleido3if i use a single interface the same thing persists, the gateway and the dns server fields revert to empty16:52
kaleido3can i write a netplan during the livecd setup? that would be just fine as well.16:54
cIclopsoerheks, of course I have data backups that's why I want to keep 16.04 and its father 14.04 as backup systems as well16:54
kaleido3i guess i can exit to a shell and write it and see what happens16:55
knstnWhere can I upload two images for free? There is somethng going wrong with the locale settings on my Ubuntu laptop. I even removed the locales package, re-installed it and ran dpkg-reconfigure locales, but I get mixed results. Google Chrome for example is in swedish.16:59
kk1234!paste16:59
ubottuFor posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.16:59
knstnI don't know where the swedish comes from: https://imgur.com/a/J9Zbrz017:01
cdriscollcat /etc/default/locale17:02
knstnIt has only: LANG=en_US.UTF-817:04
cdriscollah, sorry i didn't check your screenshot first :(17:07
opaqe-onionwhats up people17:12
tomreynknstn:   you could    rgrep -Fil sv_SE ~/.local17:14
tomreynmaybe also ~/.config/17:14
flossyjetВсім привіт, я вперше встановив Лінукс ОС. Будем вчити, побажайте мені вдачі))17:27
oerheks!ru17:27
ubottuПожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke.17:27
flossyjetfuck russia17:27
tomreynflossyjet: still, the topic here is ubuntu support only, in english language17:28
flossyjetok i understood17:28
tomreynthis was ukrainian by the way.17:30
oerheksoh17:30
oerheks!ua17:30
oerheks#ubuntu-ua17:31
paperinHello. I am again here to ask why i can't login in a freshly installed system. The password prompt goes from graphic to textual only as i press SHIFT ( i have a } in my password ) and then it says no key available with this passphrase. https://imgur.com/a/McxmUPE what can i do to fix this?17:32
kuka_lietry tty and startx17:33
paperinNote this is LUKS password, not my account password17:33
paperinI tried again to login using cryptsetup luksOpen on a live distro and indeed the password is correct, not doing anything wrong on my end17:36
paperincould be a bug on pressing SHIFT during password typing prompt?17:37
opaqe-onion@paperin have you tried a different keyboard?17:40
opaqe-onionthinking of easy to try things17:41
paperinopaqe-onion yes, same result17:41
paperinthinking of dropping } from the password17:42
sixwheeledbeastNo sure if it's your issue but consider ISO/ANSI layout differences, I had something similar with @ in a LUKS password17:45
oerheks1 thought () are valid, {} are not?17:47
paperinsixwheeledbeast i didn't have this issue in 24.04 :(17:47
paperinbrb testing with less special characters17:48
oerheksi wonder how you could have set  }17:48
arraybolt3cryptsetup will let you set a lot of weird stuff17:59
paperinback18:02
paperini can confirm typing }, which with my keyboard layout i have to press SHIFT + AltGr + "+" totally fucks up my password prompt, that's a bug indeed never fixed18:04
johndoe965Hi, I was wondering if anyone could guide me xorg configurations for my project: I want a lightweight OS for my raspi. Its has nothing else except Mixxx and its dependencies and basic linux distro like debian. I know that startx mixxx might work but i need detailed expertise. Thanks18:08
lotuspsychjejohndoe965: wich pi model is it18:09
Betaldoes Ubuntu use dracut for initramfs? failing to find this info for some reason18:09
oerhekshttps://ubuntu.com/download/raspberry-pi18:11
oerheksjohndoe965, or you might need to register to enter #debian18:12
oerheksBetal,  as of 24.10 https://discourse.ubuntu.com/t/please-try-out-dracut/4897518:12
mgedminBetal: no, it uses Debian's initramfs-tools18:13
oerheksone could install dracut-core18:13
Betalmgedmin: thanks!, so Debian is using dracut but Ubuntu still using initramfs-tools18:14
mgedminoh, debian switched already?  nice18:14
johndoe965oerheks raspi 4 model b+18:15
johndoe965oerheks, raspi 4 model b+18:16
oerheksi have no example for xorg18:19
johndoe965please explain18:20
oerhekswhy? bing for an example? i found none18:21
oerheksinstall ubuntu, then mixxx18:21
johndoe965yeah but it just takes up too much resources that I might not decode musics in realtime, which is essential for im creating a standalone DJ system18:23
oerheksbut you are on debian, not ubuntu?18:23
lotuspsychjejohndoe965: choose a lightweight !flavour of ubuntu18:24
oerheksany rasppi is lightweight, for music you want the max 8gb18:25
lotuspsychjeyeah decode + pi might be not ideal18:26
johndoe965Im thinking about the minimal debian18:27
johndoe965debootstrap debian arm for raspi18:27
oerheksoke, register your name, enter #debian18:27
PSciCodeliXHAthello folks18:28
johndoe965oerheks How?18:28
oerhekssee the #libera page18:28
oerheks!register18:28
ubottuFor information on registering your IRC nick, see https://libera.chat/guides/registration - For any further help, ask in #libera18:28
oerheksit is not that expensive18:29
gaelheartso rumor has it that the latest interim release has a new startup sound.  I am using 24.04 LTS but i want to get this sound.  Anybody know how i can get it?18:30
oerheksYou could download the   ubuntu-sounds theme package18:32
gaelheartoh ok cool18:32
gaelhearti'll do that now!18:32
oerhekshttps://launchpad.net/ubuntu/+source/ubuntu-sounds/0.1418:32
oerheksoh 2018... wrong one18:34
gaelheartoh ok18:34
gaelheartso i don't use apt-get to download it?18:34
oerhekshmm not sure how to get it...18:34
gaelheartmaybe somebody can send it to me18:35
oerheksask in next18:35
oerheks!next18:35
ubottuPlucky Puffin is the codename for Ubuntu 25.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality.18:35
waveformBetal, the move to dracut is currently under consideration: https://discourse.ubuntu.com/t/please-try-out-dracut/4897518:35
gaelheartgreat! thank you.18:35
gaelheartmaybe i can run it in boxes and just get it that way18:37
oerheksjust doenload the iso..18:38
oerheksrip it 🤪18:38
gaelheartexcellent!18:38
gaelhearti wonder if i can just drag it out of boxes to my desktop?18:39
=== johndoe965 is now known as jphndoe965
=== jphndoe965 is now known as johndoe965
gaelheartwe'll see18:39
oerheksmail it to yourself18:39
gaelheartahh yeah baby!18:40
gaelheartoerheks while we're bullshitting i want to get an irc client with all the bells and whistles.  recommend?18:42
cIclops... still stuck on the 22.04 installation type screen using the Something Else manual config option. My best guess is I should create a new partition about 100GB on /dev/sda1 and somehow make it bootable without destroying the data and the 14.04 system. This screen is viewable here where it is rapidly becoming my background :)  https://imgur.com/a/tLS6lkO18:44
Naimpkkhggftft7klhfgfhtbhfyuti7lt18:49
Naim'18:49
johndoe965gaelheart: Im satisfied with Quassel18:49
gaelheartok johndoe965 i'll give that a go18:50
=== johndoe965 is now known as tkinter
tomreynNaim: i'm afraid we don't support broken keyboards18:51
cIclopsjohndoe965, I'm totally dissatisfied with HexChat, it's barely supported, ancient and actually works18:52
bpromptcIclops: hmmm what's wrong with it?18:53
bpromptI mean, is what I use :)18:53
tkinter:-D18:55
cIclopsbprompt, mee too :) maybe it's upset because johndoe965 is satisfied with Quassel18:55
tkinterdifferent tastes....18:56
gaelhearttkinter which should i download and install? https://imgur.com/a/2A9mV6Y18:57
bpromptcIclops: hmmm many follks have different tastes, some prefer IRSSI, which makes no sense to me, I have quassel, came with my installation, I've used it once or twice before, but I mainly use hexchat, I'm not sure is a hell lot different than hexchat18:57
lotuspsychje!discuss18:58
ubottuWant 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!18:58
gaelheartok ubottu sorry18:58
bpromptcIclops: yeah, you can go ahead and join us at #ubuntu-offtopic on an IRC client inquiry18:59
cIclopspoint taken ubottu, are you AI upgraded?18:59
tkinternah its a bot. it was called by "!discuss"18:59
cIclopslolz19:00
bpromptcIclops: well, I understand their point btw, if the channel was busy, it isn't so much, so the point is a bit moot, understandable but moot19:01
bpromptcIclops: however, feel free to join #ubuntu-offtopic19:01
cIclopsbprompt, not that moot as we all use chat clients to enjoy this experience19:02
bpromptcIclops: I mean, the moot point being the issue of being non-topical on a dead channel19:02
bpromptcIclops: anyhow many of the same guys at #ubuntu-offtopic , but topic is whatever :)19:03
cIclopsanyone here managed to manually install 22.04?19:06
bprompt22.04?   we're up to 24.04.1 now19:06
cIclopssome of us are trying to get there19:06
tomreyngaelheart: /usr/share/sounds/Yaru/stereo/desktop-login.ogg should be the login sound19:10
oerhekscIclops, remove 14.04 and 16.04, they are no longer supported and should not connect to the internet, fresh install19:11
=== gaelheart is now known as gaelheart_
cIclopsoerheks, if I do that my system will be unbootable19:12
tomreyngaelheart: or maybe /usr/share/sounds/ubuntu/stereo/desktop-login.ogg - which is packaged in ubuntu-sounds, which can be downloaded at https://packages.ubuntu.com/oracular/all/ubuntu-sounds/download19:12
oerhekshard to believe, but you keep joking the channel, so i leave it to you19:13
tomreyngaelheart_: there is also https://packages.ubuntu.com/oracular/all/yaru-theme-sound/download19:13
tomreynother options: https://packages.ubuntu.com/search?suite=oracular&arch=any&mode=filename&searchon=contents&keywords=desktop-login19:14
oerhekstomreyn,  i thought it was ubuntu-sounds?19:14
tomreynoerheks: i odn't actually know19:14
=== gaelheart_ is now known as gaelheart
oerheksit will point to 0.14, back from 18.04 so i got stuck, that is why gaelheart_ was in #next19:15
tomreynhmm, well, yaru is the default theme on at least LTS, i think19:17
cIclopsoerheks, well it is, right now I can only boot with the 22.04 USB installer and that takes about an hour, probably because of the corrupt disk. Then it crashes quite quickly whereas 14.04 and 16.04 both work with offline software such as my video editing tools19:17
=== gaelheart is now known as gaelheart_
tomreyncIclops: i haven't followed the conversation, but if you're saying all you have is a broken disk, then you need to get a non-broken one.19:25
tomreynubuntu installations on broken disks are not something we can support19:25
cIclopsoerheks, thanks for trying to help. Can you recommend someone on this channel who knows about manual installation configuration.19:26
=== tkinter is now known as johndoe965
=== johndoe965 is now known as tkinter
bpromptmanual installation configuration?19:27
bpromptcIclops: why not install 24.04.1 fresh?19:27
cIclopstomreyn, the system has two disks, AFAIK one has a corrupt partition. 14.04 and 16.04 can successfully boot without problems both disks. Installing 22.04 on the good disk should solve the problem however it is unclear how to configure the configuration to not use the corrupt partition.19:31
tomreynby disconnecting the corrupt disk. keeping a corrupt disk connected serves no purpose anyways (except for data recovery, in case you decided your data was unimportant and had no backups)19:33
cIclopsbprompt, will that automatically use the good disk, not destroy my 4TB of data and both working systems?19:34
cIclopstomreyn both 14.04 and 16.04 can access everthing on both disks except the one corrupt paritition that contains the fs19:35
tomreynif "working systems" are on (physically) "bad disk" then "working systems" are really "yet kind of working but probably broken like the rest of the disk systems"19:36
tomreynit's not clear what you mean by "corrupt partition" though. there can be corrupt partition tables, there can be corrupt file systems, there can be physically broken disks.19:37
bpromptcIclops: hmmm 4Tbs of data?   are we talking installed apps or just your data?   namely, are we talking about apps migrating or just data in place?   I keep my data in a partition on its own, usually call it "depot", and I dump everything there, the installation goes on another partition, and installing a new OS doesn't touch my data partitioni19:38
tomreynyou may be able to temporarily keep working with a disk which is physically broken, but this will be unreliable and a bad idea, since any write to it will make it worse.19:38
cIclopsthat one partition contain sboth the 14.04 and 16.04 filesystems, it's about 40GB. the other 1960 GB of data is fine. I suspect its snaps are corrupted.19:40
cIclopsfsck is often called to manually fix that one partition19:40
tomreynthe installer, when booted in uefi mode, will write the boot code (grub-efi) to what it determines to be the efi system partition, which ever disk that is on, and whichever choice you make for "device for boot loader installation". that's an old, long standing bug.19:42
tomreynif you install in bios mode, the "device for boot loader installation" setting will actually apply.19:42
cIclopsbprompt most of it are video files19:42
cIclopstomreyn, I tried to disable the bad disk in the intel bios, but there seems to be no option19:43
tomreynunless you're using LVM or similar, one partition cannot contain multiple file systems.19:43
tomreynsee what i wrote above about disconnecting broken disks19:44
cIclopstomreyn, that's my understnading, I installed 16.04 *alongside* 14.0419:45
cIclopstomreyn, readit19:45
tomreyncIclops: you seem to be going in circles then. also, you seem to have asked the same question about somehow overcoming the issue of the borken disk previously, and siconnecting it was also recommended then.19:48
cIclopstomreyn, it's an old system way before UEFI19:48
tomreyn*disconnecting19:48
cIclopsobviously when this is fixed the data on both disks should be readable, the good disk is much younger19:49
tomreynso if it's a bios booting system you should be able to install just to the non-broken disk by selecting that on the manual installer for both partitioning and bootloader installation. still, the kernel will likely be accessing (or trying to access) the broken disk while it remains connected.19:50
tomreynso just disconnect it for the installation, and bring it back afterwards, for as long as need be, if at all.19:51
cIclopstomreyn, have you successfully completed a manual configuration install using the Something else option?19:51
tomreynyou can also bring it back via usb to sata19:51
tomreynnot on 24.04, but certainly on earlier releases19:52
cIclopswell this is 22.0419:52
tomreynwhy don't you install 24.04 instead?19:52
tomreynactually, ignore this question. i recommend that you install the latest LTS, but 22.04 is still supported19:53
cIclopstomreyn, as I typed before will 24.04 automatically use the good disk, not destroy my 4TB of data and both working systems?19:55
tomreyncIclops: i won't support attempts to install ubuntu on a system which has a broken disk connected19:56
cIclopstomreyn you said: if it's a bios booting system you should be able to install just to the non-broken disk by selecting that on the manual installer for both partitioning and bootloader installation19:57
oerheksbut sda is just 2 tb19:58
cIclopstomreyn can you talk me through how to do that, see my screen image?19:58
tomreyn<tomreyn> cIclops: i won't support attempts to install ubuntu on a system which has a broken disk connected19:58
cIclopstomreyn thx for that19:59
bpromptcIclops: there's no sense in keeping the corrupted disk connected, mind you that with each powering up of it, it corrupts further20:00
bpromptsalvage whatever data you can and  need from it, and toss it on the trashbin20:00
cIclopsfor the purpose of learning let's assume both disks are working perfectly, how would you install 22.04 with all its partitions only on one named disk?20:05
cIclopsoops that was for tomreyn20:05
bpromptcIclops: fresh and manual installation, then pick the partition you want as "/", pick your "swap" partition, and go ahead, keeping in mind the "/" partition will be formatted and data wiped out first20:12
oerheksubuntu uses 1 partition, like 14.04 and 16.04 .. and this has been answered many times.20:13
bpromptyeap, ditto that20:13
oerhekssda has no space20:13
oerhekssdb: select the right disk, in manual/something else...20:14
oerheksbut it is useless as you keep comming up with the same doubts20:15
oerheks(while you did not doubt installing 16.04 next to 14.04)20:16
oerheks🤣20:16
bpromptcIclops: in short, "just do it" =), when crossing the river you're going to get wet, so you need to first make up  your mind if you want to cross it or not, if  you don't, then don't cross it, just bear in mind you'll never make it to the other side, however don't expect it to cross and be dry, that's no happening20:18
cIclopsbprompt, thank you very much should I cross my fingers first?20:24
bpromptcIclops: nope, just bear in mind the manual installation is hmmmm I think quite simple, I mean, I've done many times, I do manually each time, you can always run the liveUSB session, run the partition manager first, and do any prepping there, and from the liveUSB session you can start the installation, I've done that before, because I prefer the partition manager from the liveUSB session for any tidying up I need to do20:27
cIclopsbprompt, that is an interesting idea, never used liveUSB20:30
bpromptcIclops: the liveUSB session, well in Kubuntu comes with a partition manager, but also has a desktop icon for "install", which let's you install right from the desktop20:32
Apachezis there a way through dpkg or such to find out which "sections" or "categories" the installed apps belongs to in terms of apt sections?20:34
=== Sidewyz1 is now known as Sidewyz
cIclopsthanks to everyone for all their thoughts and time20:39
oerheksnot easy; dpkg-query -W -f='${Section}\t${Package}\n' | grep ^(contrib | non-free | restricted | multiverse | partner )20:39
oerheksnot easy; dpkg-query -W -f='${Section}\t${Package}\n' | grep ^non-free20:39
oerheksetc20:39
bpromptApachez: hmmm checked "dpkg -s PACKAGENAME" yet?   for example ----> dpkg -s apache2 <--- now, you can grep it such as ----> dpkg -s apache2 | grep -i section20:42
ApachezI think I found something with: dpkg -p | grep "Section:"20:43
Apachezthen I just need to sort and group that20:43
Apachezand the result would display which sections installed packages belongs to20:44
bpromptApachez: hmmm why the need for it?  just wondering20:44
ApachezIm about to setup a apt mirror using POM (proxmox offline mirror) and before syncing upstream to create my master copy I want to exclude as many sections/categories as possible20:45
Apachezso I dont have to sync 4.7TB of data but only 50GB or so20:45
Apachezand then from this master-copy I can upload to my own repo servers or put on a usb drive or even burn on a disc20:45
Apachezlike a server rarely needs "section: games" so then I dont have to sync those terabytes of data :)20:46
bpromptright20:46
oerheksjust sync installed?20:50
=== Sidewyz1 is now known as Sidewyz
Apachezna it will grab the packages to the mastercopy like a regular http download20:51
Apachezbut from there its up to you how you want to forward that data20:52
deadromhi21:02
oerhekshi deadrom21:02
deadromtricky subject: I'd like to ditch Windows for a Linux distro for gaming. I won't lower myself to asking for a "best distro" as with well over two decades linux experience I know it's not that easy, but I'd like to hear what you think of ubuntu as a base for gaming (Ryzen+NVidia 3000 series) and if all those ubuntu derivates like Drauger and Pop!OS are worth a try or should best be forgotten.21:05
deadrom(Pop!OS annoyed me off the bat to a degree that made me consider writing them an angry email already)21:05
oerhekssteam is getting better, some games run faster than on windows21:06
deadromI will need CUDA for one non-gaming application so easy nvidia handling is key. It's beed ages since I ran non-open graphics drivers, so how's things with that today?21:07
deadromI will be running pretty much 2 app, both oddballs: Digital Combat Simulator and Daz3D21:07
oerheks24.10 runs the 6.11 kernel21:09
oerheksbut i think you should stay on LTS = stable21:10
deadromI'd rather go for LTS21:10
deadromI don't care so much about the kernel (unless that affects cuda or the driver in general) but more about easy of use and stability as is "I don't want the latest craze beta to squeeze 3 more fps out of it" but expect the thing to work the next day21:11
sixwheeledbeast6.11 will be able via hwe eventually21:12
deadromlike said, unless there are reasons to go for 6.x can live fine with whatever. A kernel that did not come with the distro will create closed src driver issues. Been there done that.21:14
Apachezhmm... dpkg -p doesnt really include all packages I can see through dpkg -l21:16
deadromI guess I'll just pick a large SSD and have /home seperated so I can switch around :) one of the advantages of not having to deal with windows...21:17
bpromptApachez: dpkg -p deals with individual packages, dpkg -l is a full list of installed packages21:20
Apachezso I need to use like awk to pick out each package through dpkg -l in order to throw that into apt show in order to figure out section of all installed packages?21:22
Apachezbecause when running dpkg -p | grep "Section:" I get 183 hits21:23
Apachezhmm something is fishy over here...21:24
Apachezdpkg -l | grep "ii  " | cut -d " " -f3 | xargs -n1 apt-cache show | grep "Section:"21:36
Apachezany suggestions on how to speed that up? :)21:36
Apachezdpkg -l | grep '^ii  ' | cut -d ' ' -f3 | xargs -n1 apt-cache show | grep '^Section:' | sort -u21:48
bpromptApachez: dpkg -l | grep "ii  " | cut -d " " -f3 | xargs  apt-cache show | grep "Section:"     <----- omitting the -n121:59
bpromptApachez: concatenating the arguments, works faster than one-by-one, assuming the command takes the concatenation, but this one does22:02
Apachezok, thanks22:02
Apachezyeah omitting that -n1 went way faster :D22:02
Apacheznext up... how do I script the output of this and crosstest against all available sections so I will only list sections which none of my packages exists in? :)22:04
bpromptApachez: hmmm not sure I follow the question =), you can try at #bash though, I mean, I read the line, you're using the output to test for something, is all I got22:08
Apachezyeah but is there somehow in the cli to find out all available sections ?22:24
ApachezIm guessing "apt-cache dumpavail" would dump all sections thats known?22:25
Apachezapt-cache dumpavail | grep "^Section:" | sort -u22:27
Apachezso basically taking output of   apt-cache dumpavail | grep "^Section:" | sort -u   and remove the hits from   dpkg -l | grep "^ii  " | cut -f 3 -d " " | xargs apt-cache show | grep "^Section:" | sort -u22:28
Apachezthats is   total sections - already installed sections = not installed sections22:28
evon59526Can't mount the LVM for some reason. /dev/pve/data doesn't exist even though lvdisplay and lsblk both show the device.  I can't mount it ```mount: /mnt/old: special device /dev/pve/data does not exist.```22:54
tomreynare you sure this is ubuntu? which kernel is running according to    cat /proc/version    ? what does    lsb_release -ds   say?22:58
Apachez# List which sections no of the currently installed packages belongs to23:16
Apachezcomm -3 <(apt-cache dumpavail | grep "^Section:" | sort -u) <(dpkg -l | grep "^ii  " | cut -f 3 -d " " | xargs apt-cache show | grep "^Section:" | sort -u)23:16
Apachezuntil today I had never knew/seen "comm -3 <() <()" :)23:16
=== solsTiCe8 is now known as solsTiCe

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