/srv/irclogs.ubuntu.com/2024/05/08/#ubuntu.txt

Zaben2Anyone here able to help with a booting problem?00:00
sarnoldirc works better with more specific questions :)00:01
MaikZaben2: more info needed, what did you try and what are the system specs00:03
Zaben2I restarted my Ubuntu 20 PC and now the Bios isn't recognizing Ubuntu on my SSD. The files are still readable though. Is there a way to just reinstall Ubuntu on the SSD?00:04
sarnoldboot into a rescue usb stick, chroot to the ubuntu installation, and then run update-grub -- that might do what needs doing00:06
sarnoldbut depending upon what's broken, it might be the wrong approach00:06
geniisarnold: ...also the usual things like mount dev, proc, sys00:07
Zaben2Okay let me try that00:07
Zaben2Just chroot /mnt/boot-sav/nvme0n1p2 for example?00:09
Zaben2Or chroot /dev/nvme0n1p200:09
Zaben2sarnold00:12
sarnoldZaben2: once you've booted the thing, mount /dev/nvme*p2 onto /mnt  or similar ..00:12
sarnoldZaben2: .. then mount --make-private --rbind /dev  /mnt/dev00:13
sarnoldsigh thanks firefox for the newline...00:13
sarnoldmount --make-private --rbind /dev  /mnt/dev ; mount --make-private --rbind /proc /mnt/proc ; mount --make-private --rbind /sys  /mnt/sys ; mount -t tmpfs tmpfs /mnt/run ; mkdir /mnt/run/lock ; chroot /mnt /bin/bash --login00:13
sarnold(I got these from one of the paragraphs of https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2022.04%20Root%20on%20ZFS.html#rescuing-using-a-live-cd --- these bits of the instructions aren't zfs specific, but there's enough zfs stuff here that I didn't want to just send this page ;)00:14
Zaben2I'm now getting this error: mount: /boot/efi: can't find UUID=0822-FF9E.00:23
sarnoldugh I do not get along with uuid things for partitions, even i know why they were done that way ..00:25
Zaben2Yeah I don't know if I'm able to fix it this way, is there a way to just use a bootable drive to reinstall ubuntu on the SSD?00:29
sarnoldyou just gotta update that uuid to whatever it actually is, or put the /dev/nvme*p? device node in its place00:30
Zaben2Oh okay how do i change it?00:31
sarnoldzibolo:00:36
sarnoldzibolo: worry, tab-misfire :(00:36
AccelSharkTrying to disable Nvidia proprietary drivers on boot then enable them later. I can't find a udev rule nor an initramfs hook.01:25
sarnoldi think they've got a stupid setuid executable to load the kernel modules or something01:26
AccelSharkthat trick would cause it, guess I'll use nouveau or another FOSS alternative since 6.7 or 6.8 might've fixed the hardware acceleration on there and the 470 Kepler driver will EOL in a few months...nouveau was stable before01:32
=== antonispgs0 is now known as antonispgs
Guest76Is freecad no longer part of Ubuntu after 24.04 upgrade?01:35
Guest76apt install freecad tells me "freecad has no installation candidate"01:36
sarnoldit looks like it https://launchpad.net/ubuntu/+source/freecad01:38
Guest76does this mean that something is wrong with apt, then?01:38
Guest76apt-cache search freecad shows nothing01:39
sarnoldit was deleted intentionally01:39
sarnoldhttps://launchpad.net/ubuntu/+source/freecad/+publishinghistory01:39
sarnoldit looks like one of its dependencies didn't work with the version of python https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=105569701:39
-ubottu:#ubuntu- Debian bug 1055697 in src:pivy "pivy ftbfs with Python 3.12" [Serious, Fixed]01:40
sarnoldand got deleted01:40
sarnoldand that meant freecad didn't work01:40
=== antonispgs1 is now known as antonispgs
sarnoldand when the problem was fixed a few days later, it never got put back01:40
Guest76damn ... welp, I guess I gotta build it from source then :/ ... hopefully the apt package will be back up later01:41
=== antonispgs3 is now known as antonispgs
=== five618480339 is now known as five61848033
meustationit will probably sound like a dumb question, but I've been out of the loop for a while, going from LTS to LTS, but also at some point switching to a new laptop. hardware change was around the time when Unity replaced Gnome. I'm not sure what happened next, distributionwise. I'm planning to start using compiz again, is it compatible with a default lts? (it showed up on synaptic so I should have the proper packages installed)02:52
meustationI'm planning to set it up on 2 different machines, both, as far as I can tell, with 22.04.04, Wayland (whom I've never heard about and that apparently gives some error I did not understand when invoking vlc from the command line, though apparently working fine after that) and gnome 42.902:52
Bashing-ommeustation: Welcome back into Ubuntu // New laptop with latest hardware ? Then may I suggest that the latest LTS release, 24,04, may be a better option. And yeah the new kid on the block is "Wayland" as the replacement for Xorg. However Xorg does remain available.03:15
meustationnope, no new laptop, just not as old as the one that kicked the bucket after years of dutiful service03:16
pycuriouswhen one sets up an sftp server for a user, how does one make sure that sftp asks for a password?03:18
meustation24.04 LTS looks a bit too fresh for my needs and capabilities, I tend to wear out my LTS installs until near the end of support. I need and prefer a stable and tried system, otherwise I'd still be on windows03:19
Bashing-ommeustation: Ack -- well as you like and are comforable with compiz - The Unity Desktop has been revived: https://ubuntuunity.org/.03:19
meustationwould that be an unofficial flavor of ubuntu?03:25
Bashing-ommeustation: Nope - Unity DE is official :P03:26
meustationgotta admit I'm not sure I understand the various levels at which graphical systems differentiate themselves; like, I'm not sure I grasp the difference between desktops and window managers.03:27
meustationbear in mind that I started with Dapper Drake when the whole thing could be reduced to choosing between gnome, kde or xfce03:27
Bashing-ommeustation: As they say " different strokes for different folks" // each flavor with a different Desktop Environment and different default apps.03:29
meustationI would've thought Xorg was something nearer to the trunk than to the branches, is that change to this Wayland thing something that comes from the debian level of system buildup03:29
* meustation forgot the question mark at the end03:29
Bashing-ommeustation: Xorg has become a monstrosity to maintain // developers/maintainers just do not want to continue supporting it. Wayland is where the focus of attention is -- but it do have its issues and growing pains. // This conversation is devolving from "support" direct - perhpa best we move this to #ubuntu-discuss ?03:34
LuckyManpycurious, I don't use sftp nowdays, but I'm sure it has a configuration file03:52
devslashI've got an cron task that runs a backup script but it doesnt seem to be running and hasnt made a backup in a little while. When I run the script manually it creates a backup. I verified that the cron service is running04:18
devslashThis is the cron task thats supposed to run at 3 am every morning: 0 3 * * * screen -S backup -dm /root/rsyncScript04:24
youndercron is a bit old fashioned. It is built into services these days.04:45
ice9what's the difference between nvidia drivers (metapackage, server driver metapackage, open kernel metapackage) ?04:46
tyklingdevslash: make sure you are using full paths for everything in /root/rsyncScript that is a frequent issue because cron has a different $PATH than your interactive shell does04:46
realivanjxanyone tried mpv with snap? where to store the mpv.conf?05:10
=== ch0ps3y is now known as Guest6478
=== ozzloy__ is now known as ozzloy
Moeezcan i get image of ubuntu for VXI Vm06:18
=== cyber is now known as Guest3082
CbroHi all, I am getting this error https://dpaste.com/2DWGHSPL2 when trying to install a python module in a virtual env06:25
Cbrousing pip06:25
CbroI am on Ubuntu 2406:25
CbroIs this the right channel for this query?06:26
=== ch0ps3y is now known as Guest5457
Moeezwhere i can get ubuntu image for VXI VM06:47
realivanjxis ubuntu 24.04 using x11 by default? i just reinstalled using the 24.04 iso and it gives me x1106:54
=== ch0ps3y is now known as Guest5951
realivanjxsomehow my /etc/gdm3/custom.conf sets wayland enable to false06:58
CosmicDJrealivanjx: yes X11 is still the default07:00
toddcrealivanjx: possible Nvidia card can cause that driver to swap to X11 but wayland is default07:01
realivanjxhuh i wonder what swaps it since im using amd integrated gpu07:03
=== ubuntu is now known as Guest1137
=== pushkarnk1 is now known as pushkarnk
=== wdb6 is now known as wdb
sebassPipewire wrong profile for audio interface presonus studio 68c10:38
sebasshas anybody an idea for changing pipewire channels from surround to 6channel i/o10:43
=== sotaoverride is now known as Guest5154
=== five618480336 is now known as five61848033
=== ch0ps3y is now known as Guest3295
ice9what's that? https://pastebin.mozilla.org/3Xubhknr11:49
=== EriC^^_ is now known as EriC^^
=== _yogg is now known as codyshepherd
oerheksice9, likely you are switching keyboard layouts12:29
oerheksfrom comment #32 https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/185739212:29
-ubottu:#ubuntu- Launchpad bug 1857392 in gnome-shell-extension-ubuntu-dock (Ubuntu) "Window manager warning: Overwriting existing binding of keysym..." [Low, Confirmed]12:29
BluesKajHi alll12:30
ph88how can i get rid of this when updating packages?  https://bpa.st/3AFA14:11
leftyfbph88: it tells you the answer. You have duplicate entries in your 3rd party repo. Specifically, vscode.list14:15
leftyfbph88: you have a vscode.list and a vscode.sources which have matching entries14:16
ph88how can i get rid of this when updating packages?  https://bpa.st/3AFA   (computer crashed, have to re-ask)14:28
ravageph88: you have a vscode.list and a vscode.sources which have matching entries14:28
ravageQuoting lefty14:28
ph88ye i don't know how that happened. which one should i remove? the sources one? just delete that file??14:29
ravageYou remove the wrong one14:29
ravageOr both and check their documentation again 14:30
=== dob1_ is now known as dob1
ravagePersonal hint: remove it completely and do "sudo snap install codium"14:30
ravageNo 3rd party sources needed14:30
ravageAnd no telemetry and tracking 14:31
ph88ravage, that's a good idea only that i don't trust snap .. too many programs not working with it14:36
ravageThen continue to trust Microsoft. No problem :) 14:37
ph88what about codium with deb install ?14:38
jhutchinsph88: If those changes were made during a package install, it's best not to manually delete things. Un-do whatever triggered the change.16:05
jhutchinsph88: Look at the date of the files in question.  Which is older?  Does dpkg -S <file> know where they came from?16:06
ashafqHow do I enable AAC codec for pipewire on Ubuntu 24.04?16:15
=== zer0bitz_ is now known as zer0bitz
ravageRebuild it yourself or maybe someone already did it and there is a PPA 16:20
ravageUse your favorite search engine 16:20
=== deltreey2 is now known as deltreey
=== docmax_ is now known as docmax
rideoutDoes anyone know how to get hibernation working in Ubuntu 24.04 with full disk encryption?18:13
=== mario_ is now known as MrStrange
=== MrStrange is now known as Mr_Strange
=== rideout is now known as __rideout
=== __rideout is now known as rideout
=== LanDi1 is now known as LanDi
=== hernan is now known as HER
etienne_hello20:10
PTNapivoskiehlo!20:12
kronixx360hi20:13

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