/srv/irclogs.ubuntu.com/2022/05/18/#ubuntu.txt

=== lcfork[m] is now known as forkliang[m]
=== forkliang[m] is now known as lcfork[m]
=== Polo is now known as Guest1976
=== themill_ is now known as themill
=== _filename is now known as filename
=== k4rma is now known as K4rMa
rjft197I had to boot my dual boot laptop into windows to recover my sons iPad the other day.  When I tried to reboot back to ubuntu grub didn't appear instead it went to a grub minimal recovery screen or something.  I've done a bit of searching around google and have tried some things but I'm way out of my comfort zone would this be a good place to ask?00:36
rjft197I have managed to boot it with a live USB drive, but I haven't been able to use any of the things i've found on Google to help out.00:36
signofzetanot sure about that one.  When you reboot into Linux, have you done a `sudo update-grub`?00:36
rjft197GNU BRUB version 2.0600:36
rjft197Minimal BASH-like line editing is supported....00:36
rjft197that's what i see on  boot up.  Just booting it into ubuntu now to retry the update-grub command.  I have tried it can't recall what it said00:37
signofzetacool, let us know what it says:  sudo update-grub | nc termbin.com 999900:39
signofzetaI bet Windows overrode your UEFI boot selections or something00:40
rjft197\/usr\/sbin\/grub-probe: error: failed to get canconical path of '\/cow'.00:42
rjft197hmmm had to add the \s in there to make it show00:43
signofzeta /cow? That's a new path.00:43
rjft197I don't recall that error searching for that one now.00:43
signofzeta(yeah, IRC commands start with a slash)00:43
rjft197yup that's what it says00:43
sarnold/cow sounds a bit like the live boot environment00:44
signofzetaOh, you're booted from a different Linux system, that's why.00:44
signofzeta(cow = copy-on-write, aka, your rootfs is read only)00:44
rjft197That sounds right.  I can only booth the live environment00:45
signofzetaCan you mount your /boot partition?00:45
signofzetaAlso, is this UEFI or BIOS/CSM?00:46
rjft197UEFI (I think)00:46
signofzetaTry this: https://www.ubuntupit.com/how-to-repair-the-grub-bootloader-using-a-ubuntu-live-usb-drive/00:46
signofzetaUse the flash drive's rescue mode00:46
waltmanHi. I just ran `sudo apt update; sudo apt upgrade`. There were a bunch of xorg and nvidia driver updates. It seemed to be fine, but a few minutes later my desktop froze. I can still move the mouse, but the desktop is unresponsive. The Xorg app is taking 100% of my CPU. Is there any way I can restart X without rebooting?00:49
waltmanI'm ssh'd in from my laptop.00:49
signofzetawaltman: can you tell if apt is still running in the background?  Killing X or Wayland would likely take out apt as well.00:50
oerheksafter tose updates you would need to reboot, IIRC00:51
waltmanXorg is still running00:51
waltmanapt finished maybe 10-15 minutes before this happened.00:51
signofzetaoh, okay, then try: sudo systemctl restart gdm00:52
signofzetathat's the nice-ish way to do it00:52
waltmanNo response.00:52
sarnoldwaltman: maybe systemctl restart display-manager   would do it, that's probably very similar to signofzeta's command; but imho restarting X11 isn't all that different from the reboot :( so you might as well go all the way down and back..00:52
oerheks.. as you supposed to..00:53
rjft197I don't get an expert mode or rescue broken system just - Try or install ubuntu - ubuntu (safe graphics) - OEM install - Boot from next volume - UEFI Firmware settings00:53
waltmanThat didn't help either.00:54
oerhekswindows might have switched on Fastboot in uefi..00:54
signofzetarjft197: try Method 2 on that web site.  I admit I've never had to do this.00:54
waltmanThis has happened to me before after an nvidia update. It should really force a reboot after that.00:54
waltmanOK, I'm just going to reboot it. I'm be back in a few minutes.00:55
rjft197signofzeta Oops i didn't scroll down to see method 2.  I have tried boot-repair it doesn't have any suggestions.  I will get the output from it though.00:58
rjft197-lvhttps://paste.ubuntu.com/p/RV7KrXz7hY/01:06
signofzetaeverything seems normal.  let me look.01:09
signofzetacan you mount your Linux partition? /dev/nvme0n1p701:11
rjft197-lvAlso I discovered that a bit of the fdisk -l output looks like this01:11
rjft197-lvDevice              Start        End    Sectors   Size Type01:11
rjft197-lvWhere as parted -l reports01:11
rjft197-lvNumber  Start   End     Size    File system  Name                          Flags01:11
rjft197-lv 1      1049kB  263MB   262MB   fat32        EFI system partition          boot, esp01:11
rjft197-lv 2      263MB   397MB   134MB                Microsoft reserved partition  msftres01:11
waltmanI'm back. Rebooting seems to have fixed things.01:12
signofzetaI'm guessing your /boot is on either partition 7 with your other Linux files, or on the ESP.01:12
signofzetawaltman: excellent!01:12
arraybolt3rjft197-lv: You might try mounting your system's disk to /mnt using "sudo mount /dev/<disk ID here> /mnt", then bind-mount critical paths ("sudo mount --bind /dev /mnt/dev". repeat for at least /proc and /sys, maybe more than those). Then "chroot /mnt", and "update-grub".01:13
signofzetabasically, GRUB is starting up but it can't find your grub.cfg file.01:13
arraybolt3rjft197-lv: Oh, you might also need to mount the EFI system partition with "sudo mount /dev/<efiPartiionIDHere> /mnt/boot/efi".01:14
rjft197-lv> sudo mount /dev/nvme0n1p7 /mnt01:15
rjft197-lvNTFS signature is missing.01:15
rjft197-lvFailed to mount '/dev/nvme0n1p7': Invalid argument01:15
rjft197-lvThe device '/dev/nvme0n1p7' doesn't seem to have a valid NTFS.01:15
rjft197-lvMaybe the wrong device is used? Or the whole disk instead of a01:15
rjft197-lvpartition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?01:15
rjft197-lvNTFS signature is missing.01:15
rjft197-lvHave I tried to mount the wrong thing there?01:15
arraybolt3rjft197-lv: That's the wrong partition - that's where Windows is.01:15
signofzetano, looking at his partition table, p7 is the only one marked as Linux Data01:16
arraybolt3Oh, I can't see the pastebin, so... Weird. Try "sudo mount -t ext4 /dev/nvme0n1p7 /mnt".01:17
arraybolt3Replace "ext4" with whatever filesystem you're using (if you're using BTRFS, use "btrfs" instead of "ext4", for instance).01:17
arraybolt3signofzeta: Any clue why on planet earth "mount" would be trying to mount NTFS when it's a Linux fs? That's so weird.01:18
rjft197-lvI think that's the issue.01:18
signofzetaarraybolt3: I don't know. It's guessing wrong?01:18
arraybolt3(And I'm realizing "NTFS signature is missing" doesn't mean it's a Windows partition necessarily - sorry.)01:18
rjft197-lvfd... seems to think it's linux01:19
rjft197-lvbut par... seems to think it's unknown01:19
arraybolt3Are you able to get into your files with the file manager?01:19
rjft197-lvI can't mount the drive01:19
rjft197-lvI've just tried those options.  I'd assume it was ext4 but I've tried ext2 too.01:19
rjft197-lvext3 I mean01:19
signofzetaUbuntu defaults to ext4 these days.  Do you remember what file system it was?01:20
rjft197-lvDevice              Start        End    Sectors   Size Type01:21
rjft197-lv...01:21
rjft197-lv\/dev\/nvme0n1p7  389177344 1961932799 1572755456 749.9G Linux filesystem01:21
rjft197-lvthat's from fdi01:21
rjft197-lvsk01:21
arraybolt3rjft197-lv: I wonder if maybe Windows pulled a fast one on the partition table, so that the partition table has the partition marked NTFS when it's actually ext4? TestDisk might be able to do the trick here, but that could be somewhat risky, and I've never used it, so...01:22
signofzetayour partition table looks normal:  EFI System Partition, bunch of Windows partitions, then one Linux one.01:22
signofzetaI'd say to try running fsck, but now I'm getting uncomfortable01:22
rjft197-lvMost of my data is backed up.  I was just hoping that windows had managed to do something iffy without losing all the data to negate the need to reinstall the OS and all the software01:23
signofzetawhat the heck happened while you were in Windows?  Feature update?01:23
arraybolt3And trying to mount it with the "-t ext4" option in there didn't do the trick?01:24
rjft197-lvHappy to try anything one last time.  Probably I hadn't booted into windows for a long time.  I don't use it anymore.  It's only because my sons iPad was set to unavailable so needed a restore01:24
rjft197-lvI tried -t ext401:24
rjft197-lvext301:24
rjft197-lvext201:24
rjft197-lvand the other one you suggested01:24
arraybolt3Bah. Try popping open GParted and see what partition type it thinks it is. That should tell you the filesystem.01:24
rjft197-lvHow can you write that.01:25
rjft197-lvGParted01:25
rjft197-lvha, parted -l01:25
rjft197-lvIt wasn't letting me write that earlier.  I was trying to provide the output from parted -l01:25
arraybolt3It's not a terminal command, it's a GUI app. If you're in a live Ubuntu desktop, you should have it in the Application Menu.01:25
signofzetaTry this: fsck.ext4 -n /dev/nvme0n1p701:25
signofzetaThe -n switch will make no changes01:25
rjft197-lvgparted and fdisk have differing opinions01:26
signofzetaAnd yes, you were muted for spamming.  Use a paste bin site like paste.ubuntu.com, termbin.com, etc. for multi-line stuff01:26
arraybolt3Whatever FS gparted thinks, put that after the -t and see what happens.01:26
rjft197-lvfdisk -l https://termbin.com/b2x201:28
rjft197-lvparted -l https://termbin.com/tc7bd01:29
rjft197-lvgparted has some red exclamation marks next to p1, p2, p3 and p701:29
rjft197-lvp7 has an unknown file system in gparted01:30
signofzetayeah, that filesystem is hosed.  You can try fsck -n on it to see what can be done, but damn -- what did Windows do?01:30
rjft197-lvfsck.ext4 ..... command https://termbin.com/y58s01:32
arraybolt3So weird. Best I can figure at this point would be to run the commands suggested by the fsck, but that could end in disaster. Guess now I know to NEVER dual-boot Windows and Linux...01:33
signofzetayeah, I don't even know, man.  Something happened while you were in Windows, and that's definitely not normal.  Dual-booting should be fairly painless.01:34
arraybolt3If you're not comfortable causing worse damage, I'd take a full disk image of the NVME device with dd before trying anything fancy with fsck. But if you're fine with losing everything on the drive (including Windows possibly), then I'd try the suggested fsck commands and maybe TestDisk and see what happens. Might work, might blow up.01:35
signofzetafsck can't even find an ext2/3/4 superblock on that volume, so it's more than hosed.  Unless it's something else like ZFS or btrfs.01:36
rjft197-lvI would have thought I'd gone with the default system when installing.01:37
signofzetayeah, nothing wrong with ext4.  I picked ZFS for auto-snapshots and stuff -- not that that would have helped you here.01:37
rjft197-lvand the laptop is only a year old or so.01:37
arraybolt3Wipe it, reinstall Linux giving it the whole entire disk, then plop Windows in a virtual machine.01:38
signofzetaI don't know what happened to the contents of that partition, but it's gone.  You can try booting into Windows to see what it thinks, but it'll probably just say "RAW"01:38
rjft197-lvAt this point I'll try anything  I did try the commands that fsck suggested they just gave the same output01:40
rjft197-lvI can't boot into windows.  I don't have a boot screen to do so.01:40
rjft197-lvideally I'd keep the dual boot.  I don't have instalation media for windows to create a virtual machine.  And I do have one project that I'm working on that would need me to use windows.01:41
signofzetaSince it's UEFI, you might be able to use your firmware's boot menu to select Windows Boot Manager instead of ubuntu.  Or is that also broken?01:41
rjft197your device ran into a problem and needs a restart. we'll restart for you01:43
rjft197and it doesn't01:43
signofzetaah, damn01:43
signofzetaWell, I'm not sure about this one.  Startup Repair (if you can get that far) might be able to get Windows working, but your Linux partition seems to be toast.01:44
signofzetaI've heard of Win10 breaking GRUB when it updates, but that's usually a quick fix.  I've never seen it hose a partition like that.01:45
rjft197There's a dell supportassist os recovery.  I wonder if that will allow it to reinstall.01:45
signofzetacan't speak for that, but do you have a backup of your Windows data (if you care about that)?01:46
rjft197thanks anyway.  Yeah I don't have the best luck with computers.  I had a nas for a bit of a better chance of not losing data.  Two hard drives died within 10 minutes of each other :(01:46
signofzetathat happened to me, too!  RAID 5 with faulty Seagates.01:47
rjft197I have a backup of anything that is important.  Just no ability to install windows i don't think.01:47
signofzetacan you borrow another computer?  Grab a flash drive and download Microsoft's Windows 10 (or 11) Media Creation Tool.01:47
signofzetaThen get that working and make an Ubuntu install disk.01:47
signofzetaI haven't tried this since the Win7 days, but supposedly, the way to dual-boot natively is to do Windows first, then Linux.01:50
rjft197I have another computer that's not the issue.  And I have an ubuntu live usb key that I can install ubuntu from.01:51
rjft197Yes I've only ever done windows first then linux.01:51
signofzetaat least you have a backup.  I commend you for that!01:51
rjft197(my backup wasn't working at the time my laptop broke, had to swap motherboards but i managed to get that working.01:52
rjft197just need to get my laptop back. I just don't know how to get windows onto the laptop now.01:52
signofzetathe easiest way would be to make a Windows installer, clean the disk, then start from scratch.01:53
signofzetaI'd use the Windows Media Creation Tool.  I'm not familiar with SupportAssist.01:53
signofzetaIf it lets you partition the disk, just save some space for Ubuntu01:53
signofzetaI'm heading to bed.  Good luck, rjft197!01:56
rjft197Thanks, Just don't know how I'm going to install it.  It came preinstalled so i don't have a certificate.  I don't know how that works these days01:57
signofzetaoh, it's automatically activated.  Your Windows key is burned into the ACPI tables.01:58
signofzetajust install the right edition (Home, Pro, or other) and it takes care of itself01:59
rjft197Oh cool.  there is a download and install the factory operating system.  So time to start the reinstall.  Thanks very much01:59
signofzetaanytime!01:59
=== fmirkes_ is now known as fmirkes
jwashhi guys, i just turned on my laptop and now have no sound devices in pavucontrol02:40
jwashany ideas on how to fix?02:40
arraybolt3jwash: Did you just finish rebooting after an update?02:41
jwashyes02:42
jwashthis is my soundcard: Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)02:42
jwashowner@Latitude:~$ alsamixer02:43
jwashcannot open mixer: No such file or directory02:43
arraybolt3jwash: Almost certainly the result of a broken kernel update. Try these instructions: https://askubuntu.com/questions/945403/how-to-downgrade-kernel-after-bad-update-16-0402:43
jwashinstalling a new kernel, will see if that fixes02:47
arraybolt3jwash: Pretty much any time you reboot and then something doesn't work, it's a kernel problem and a kernel downgrade (or maybe a kernel upgrade) will do the trick. Just keep trying new kernels as they come out to see if they work yet, and if not, fall back to the old one.02:48
jwashwhole computer is lagging now02:51
jwashstartup took 2 min before login screen appeared, usually 5 secs02:52
jwashhad to use onboard to login, then it took 2 more min before it connected to wifi and keyboard started working....02:52
arraybolt3jwash: That's... weird. That shouldn't happen. How did you install the kernel?02:53
Rockwoodhi03:02
Rockwoodhow to install ubuntu lts without gui on my VM ?03:03
lotuspsychje!server03:03
ubottuUbuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Focal (Focal Fossa 20.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide:  https://ubuntu.com/server/docs - Support in03:03
Rockwoodi have iso file of ubuntu 20.403:03
oerhekswhat vm exactly?03:03
Rockwoodoracle VM03:04
RockwoodVirtual Box03:04
enigma9o7[m]If you use the iso for ubuntu server, it won't install a GUI by default.03:04
Rockwoodbut installation looks gui03:05
enigma9o7[m]But if you're trying to use the regular iso to install w/o dekstop, dunno if thats possible...03:05
oerheksyou can see virtualbox, right?03:05
Rockwoodenigma9o7[m], yes03:05
Rockwoodoerheks, yes03:06
Rockwoodenigma9o7[m], which the correct link for it?03:06
enigma9o7[m]Yes?  I dont recall asking a question....03:06
oerheksindeed server needs no gui or monitor03:06
Rockwoodmeans03:06
oerheksdownloads on ubuntu.com?03:06
Rockwoodi downloaded from ubuntu.com03:07
Rockwoodyes03:07
enigma9o7[m]https://ubuntu.com/download/server03:07
enigma9o7[m]https://mirror.ette.biz/ubuntu-releases/22.04/ubuntu-22.04-live-server-amd64.iso for example03:08
enigma9o7[m]From untu.com/download/server select option #2 for a direct download of the iso.03:09
enigma9o7[m](ubuntu)03:09
Rockwoodenigma9o7[m], i am downloading your suggested version03:10
descent1what does [m] mean on peoples name03:24
arraybolt3descent1: Pretty sure it means they're on Matrix chat bridged to IRC. Don't know that for sure, but I know Matrix is bridged, and I've seen users who have both a normal nick and a [m] nick, so that's my best guess. Anyone want to confirm?03:25
descent1ah ok03:26
Unit193Usually, yeah.  Some people see that and think it means mobile, so use it for that.  But typically it's Matrix.03:26
enigma9o7[m]yes confirmed it means I'm using a matrix client, not real irc client.03:49
=== JoeBk_ is now known as JoeBk
tgoyenI need help with apt policy if someone has a minute05:07
tgoyenwhen I am installing chromium there is another policy05:08
tgoyen     101.0.4951.64-1~deb11u1 50005:08
tgoyen        500 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages05:08
tgoyen *** 99.0.4844.74-1~deb11u1 70005:08
tgoyen        300 http://ftp.debian.org/debian stable/main amd64 Packages05:08
tgoyenafter the version.... the 700. Not sure where that comes from, but it blocks the upgrade to a newer version05:08
lunatgoyen, #debian05:10
enigma9o7[m]/etc/apt/preferences.d05:10
tgoyen@enigma9o7[m], Thanks!05:13
tgoyenyeah there was a special preferences file in there someone had left me....05:24
nightBulbGreetings people, My Dell Inspiron 7000 series laptop does not wakeup with touchpad interaction...05:36
nightBulb It used to wakeup in Ubuntu 21.1005:36
nightBulb But no longer works in Ubuntu 22.04 Linux Kernel 5.1505:36
nightBulb Just to clarify,05:36
nightBulb suspend and wakeup IS working05:36
nightBulb touchpad after wakeup IS working05:36
nightBulbanyone ?05:39
=== Punna is now known as Pwnna
=== compuguy5 is now known as compuguy
nightBulbis anyone there ?06:45
lunayeah06:45
nightBulbHi06:45
lunahi06:45
nightBulbI have some problem with Ubuntu 22.0406:46
nightBulbI have "a" problem06:46
arraybolt3I'm here too!06:47
arraybolt3What's gone wrong?06:47
nightBulbmy laptop does not wakeup on touchpad interaction06:48
nightBulbpower button for wake up works06:48
nightBulbbut not touchpad trigger ...06:48
nightBulbalso, does anyone know how to contact Kai-Heng Feng ?06:48
nightBulbI found this https://patchwork.kernel.org/project/linux-input/patch/20200618145515.5055-1-kai.heng.feng@canonical.com/06:48
nightBulbwhich is the closest I think i have come to identify problem.06:49
nightBulbThe touchpad used to wakeup laptop from suspend up till Ubuntu 21.1006:49
nightBulbin 22.04 its not working06:49
guivercnightBulb, I know how I'd contact (Canonical/Ubuntu) people, but I can't see other passing on that detail (if it's not publically available)06:50
arraybolt3Hmm. Not sure how to fix the touchpad, if it's not working anymore, but it used to work, then it's quite possible it's a kernel problem. You can fall back to 20.04 for the time being.06:50
arraybolt3As far as contacting a Canonical employee, that's not how this sort of stuff is usually done. You file a bug report.06:50
nightBulbIt appears the issue is with Linux Kernel 5.15 ..06:51
nightBulbI filed a bug report06:51
guivercs/other/others ^  , but I agree completely with arraybolt306:51
nightBulbguiverc, can you ask ?06:51
nightBulbhttps://patchwork.kernel.org/project/linux-input/patch/20200618145515.5055-1-kai.heng.feng@canonical.com/06:51
nightBulbwhat happened to that patch ?06:51
guivercin that case I'd file a bug report too06:51
arraybolt3Then just wait, and check your email daily. Contacting people directly is not a good way to get a problem fixed, it's a good way to make people annoyed.06:51
nightBulbguiverc, arraybolt3 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/197193306:52
ubottuLaunchpad bug 1971933 in linux (Ubuntu) "Unable to wake laptop using trackpad input" [Undecided, Confirmed]06:52
nightBulbI was hoping Kai was here on IRC ...06:52
arraybolt3Looks like a good report to me. Just give it time.06:52
nightBulbno-one is responding in #ubunuu-kernel06:52
guivercto get bugs noticed; test to see if it occurs in the current development release... that tends to get a developers attention more than a released product that requires SRU; they'll backport if possible (ie. kinetic fixes will reach jammy in time via HWE at minimum)06:52
arraybolt3I've been doing bug reporting stuff, it takes some time, but I've witnessed a bug get fixed (actually, two bugs), so the reports don't go unnoticed. These people just have gobs of work to do (me included, though I'm not a Canonical employee).06:53
nightBulbYup06:53
nightBulbI saw the buglist was quite big06:54
nightBulbthat's why I was trying to get it fixed as soon as possible, by identifying which version caused trouble ..06:54
nightBulb5.13 -> 5.1506:54
nightBulbUbuntu 21.10 -> Ubuntu 22.0406:55
arraybolt3nightBulb: Like guiverc said, try using the latest development release (Kinetic) and see if it happens there, too. The way Ubuntu works is, new changes get merged into the development release most easily. That's the one everyone works on.06:55
arraybolt3Here's Ubuntu Kinetic downloads: http://iso.qa.ubuntu.com/qatracker/milestones/433/builds/248206/downloads06:55
nightBulbarraybolt3, thanks :)06:55
arraybolt3Note, don't use development releases as your daily drivers - they may have bugs that the devs are still sorting out. Use them for testing (like seeing if the trackpad issue happens).06:56
nightBulbarraybolt3, it boots off of USB ?06:56
nightBulbof off06:56
nightBulbof of ?06:56
arraybolt3Depends on how you want to do it. You can burn it to a DVD, flash it to a USB with Startup Disk Creator, dd, or balenaEtcher.06:57
arraybolt3But yeah, should work off a USB no problem if that's what your asking.06:57
nightBulbYup, I test it (of of) USB first...06:58
nightBulbthen report on bugreport ?06:58
arraybolt3Yep. If you can reproduce the problem on the bug, stick a comment on the bug report indicating that it happens in the latest Kinetic.06:59
nightBulbokey-doke06:59
arraybolt3(You can also add a "Kinetic" tag once you've verified it still happens, but I'm happy to do that for you.)06:59
nightBulbsure ..06:59
nightBulboff I go ...07:00
nightBulbthanks arraybolt3 guiverc07:00
nightBulb:)07:00
arraybolt3You bet. I'll also do some testing on my end, and pitch in some help. I've already subscribed to bug notifications for the touchpad bug.07:01
nightBulb:) :) :)07:01
=== dtg01101 is now known as dtg01100
de-factowow will pulseaudio ever be fixed? it is extremely buggy since years, unable to output analog audio and now it seems even fails over hdmi. killing it sometimes cures it, but thats not really a solution07:14
i-garrisonde-facto: hdmi is a bit problematic, especially with displayport; which pulseaudio version do you have?07:14
de-factowith analog audio it makes the volume slider wildly wiggle on itself sometimes, other times it works07:14
de-factothe one from 22.0407:15
i-garrisonde-facto: please share 'fuser -v /dev/snd/*'07:15
de-factoits listing /dev/snd/controlC0 and /dev/snd/controlC107:16
i-garrisonpastebin it please07:17
de-factonothing really interesting in there but ok07:17
de-factohttps://paste.debian.net/1241248/07:18
de-factoi replaced username07:18
i-garrisonde-facto: np, looks good; pulseaudio does not 'wiggle' volumes unless you have flat-volumes enabled in /etc/pulse/daemon.conf, but that setting is disabled by default for ages07:19
Unodehi all, is there any way to specify for a package to be installed from the main channel and not the -updates channel?07:20
UnodeI'm having issues installing libssl3-dev in a jammy docker container07:20
i-garrisonde-facto: so if that is still 'wiggling' it is either firefox operating output volumes (it is a known issue) or you have some other app changing volumes on alsa devices07:20
UnodeKeep getting 'libssl-dev : Depends: libssl3 (= 3.0.2-0ubuntu1.1) but 3.0.2-0ubuntu1.2 is to be installed'07:20
de-factoi-garrison, how can i disable any app to control volume?07:21
Unode(sorry i mean libssl-dev not libssl3-dev)07:21
de-factoi dont want any volume changes by any app, its too buggy07:23
de-factocan i disable that interface completely?07:23
i-garrisonde-facto: there is no option to "disable" that for all apps, but here is a described workaround specifically for firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1422637#c1907:23
ubottuMozilla bug 1422637 in Core "Volume does not stay where it is manually set using pulseaudio" [S3, New]07:23
i-garrisonde-facto: also if you have something changing volumes on alsa level there is nothing pulseaudio can do with that07:24
de-factoi dont know what is causing this, but i dont need any program to change volume at all, hence my desire to get rid of this annoyance07:24
i-garrisonde-facto: and please check if you are no affected by this 22.04 bug https://bugs.launchpad.net/ubuntu/+source/pipewire-media-session/+bug/195305207:25
ubottuLaunchpad bug 1953052 in pipewire-media-session (Ubuntu Jammy) "In Jammy sound level reset after reboot" [Medium, Fix Released]07:25
i-garrisonde-facto: well disabling volume controls on alsa level is separate topic; on pulseaudio level you can use that firefox workaround but set the virtual sink as "default" which will isolate pulseaudio apps from device volume controls07:26
de-factothis bug affecting me already exists for many years07:26
de-factoits not new in the current ubuntu or such07:26
de-factoprobably more like a decade old or such07:27
i-garrisonde-facto: maybe yours is different, but 22.04 bug I linked is new and it looks like it could apply for you07:27
i-garrisonde-facto: still check if you do not have flat-volumes enabled in /etc/pulse/daemon.conf07:27
arraybolt3Unode: Try setting the version you want manually, like so: "sudo apt install libssl3=3.0.2-0ubuntu1.1"07:29
de-factoidk if that has anything to do with the sound slider wildly wiggling around, e.g. many times a second07:29
de-facto; flat-volumes = no07:29
de-factoall defaults07:29
Unodearraybolt3: thanks, that works. Switching the order of packages installed on the system also seems to work. If libssl-dev is the first thing I install then apt is happy. Didn't yet check what is the final result but at least no build failures.07:30
arraybolt3Unode: Awesome!07:30
Unodearraybolt3: thanks for the suggestion. I was trying to avoid pinning the version as that will limit future uses.07:30
de-factoalso killing pulseaudio fixes it sometimes, hence i blame pulseaudio itself07:31
arraybolt3Unode: Glad you got a working solution.07:32
arraybolt3Unode: Does using "=" pin a package version? I didn't know that, and the info I'm finding doesn't tell me that, so that's important to know.07:33
i-garrisonde-facto: ok if you can reproduce the issue at will and have some time to debug this in detail, hop onto #pulseaudio on OFTC and we will check what exactly is causing volume jumps on pulseaudio side07:33
de-factothats the problem i did not find out what triggers this yet07:34
de-factosometimes it just ends in that state, other times it works without any sign of problem07:34
Unodearraybolt3: sorry by pinning I meant writing a fixed version in the recipe. I misused the word pinning there as it has a different meaning under apt.07:34
i-garrisonde-facto: if that happens e.g. daily you can set up debug logging and we will catch it07:34
arraybolt3Unode: Oh, ok, that makes sense.07:35
swebubuntu server 22.04 has not netinstall/minimal iso. installation on HP servers via ILO is really hard, even with USB stick take long time to boot for first installation any idea?07:39
swebmini iso on older version is about 50-100 MB, instead full ubuntu server is about 1.5 GB.07:39
arraybolt3sweb: You could try using a preinstalled server image.07:40
arraybolt3http://cdimage.ubuntu.com/ubuntu-server/jammy/daily-preinstalled/current/07:40
swebhow can i confugure, network, apt-proxy and etc using this method ?07:41
arraybolt3The image is still beefy, but it's not as large as what you're using currently. You can boot your server from a lightweight OS like Alpine, and then use xzcat and dd to flash the image to your server.07:42
arraybolt3sweb: You'd probably need to configure the server manually after installation. Once you've figured out exactly what all config files to change, you can make a Bash script that does it automatically, then be able to deploy the server image to multiple servers.07:42
arraybolt3sweb: Once the script is built, just boot, flash, reboot, run script.07:42
swebit's really bad decision  to deprecate mini iso, it's very usefull and fast07:43
arraybolt3sweb: (If you need mass deployment, you could also try using DRBL and Clonezilla. Once you've got one master image built (which you can probably do in a VM), you can then use Clonezilla to mass-deploy the image over the network.07:44
bavianook so the latest ubuntu 22.04 desktop update screwed up my nvidia drivers again07:51
bavianothe last time it was in the proposed-repo, I couldn't find a way out so I reverted with timeshift07:52
bavianonow it's in the main repo and it completely screws up the works as it did when it was in proposed, so "great"07:53
bavianoI'm exactly in the spot where I was at when the proposed-repo killed my nvidia drivers07:53
bavianogot a 30-series nvidia07:53
bavianoall my work's stuck07:53
bavianoI spent a day trying to troubleshoot this when the proposed-repo screwed things up, the only thing I concluded that would fix it in the end was to revert to my daily timeshift backups07:54
guivercbaviano, whilst in proposed did you file a bug report?   that's part of why it sits in proposed; so people can test & report issues... if none are reported & it proves successfuly in testing it'll go to main repositories.07:56
bavianonvidia-smi says no driver installed, back when this happened when this was still in the proposed-branch; which was somewhere last week, I suppose, the problem was that there was no corresponding nvidia kernel whatevers to the version07:57
bavianocan't fucking remember, pardon the french07:57
bavianoguiverc: lol so the previous guy gave me a ton of crap for using anything from the proposed-repo altogether and said I shouldn't have used that (as in: "you shouldn't have worn that dress")07:58
guivercproposed can help... but if you didn't have problems before; and the problems only occurred when you enabled proposed - that's not a good thing & needs reporting generally.. It maybe I'm mising something in your history & prior advice sorry07:59
bavianoso ... the last time (= last week) when this happened with the proposed repo, I did manage to get some "life" back into my nvidia card, i.e. I could get it to show up on nvidia-smi, but the graphics would still be forced on to my internal gpu's output07:59
bavianoatm it's the same square one as it was with the proposed-repo's update07:59
bavianosorry for being a bit salty but that's a production machine that I run neural network training on and I'm ... yeah08:00
bavianoI try to do the right thing, not clutter up things too much, ... could it be that I have Nvidia's developer repo enabled?08:00
bavianoI mean am I barking at the wrong tree here ... let's see08:01
baviano/var/log/dpkg.log:2022-05-18 06:43:13 install nvidia-dkms-510:amd64 510.60.02-0ubuntu1 510.73.05-0ubuntu0.22.04.108:02
bavianook so that was the latest thing that's been installed according to '/var/log/dpkg.log'08:02
bavianowhich is odd, since I _swear_ I saw a bunch of packages on ubuntu's software updater nagging me about how they need to be installed ... but /var/log/dpkg.log says that's the only thing that's been installed in the past few days08:03
bavianolet's see, running08:04
baviano'sudo apt install nvidia-dkms-510:amd64 --reinstall' just to see what the hell,08:04
bavianooh yep it couldn't probably figure out a way to handle the UEFI secure boot08:04
bavianookay ... alright.08:06
bavianoso the auto-update screwed it up because the dkms package needs you to set up the UEFI secure boot, and it got compeltely omitted, so ...08:06
baviano*blood pressure maybe returning back to normal*08:06
bavianoWORKS!08:09
bavianoguiverc: works, when I reinstalled the dkms package that had been installed last night and re-entered a new password and validated it on boot ...08:09
bavianothe auto-update process on dkms drivers, woo-hee....08:09
bavianothanks for the help and sorry about the gun08:09
baviano;::D08:09
turgantihiii08:11
turgantihii08:15
turgantisoy turganti08:15
bavianoguiverc: ok, so to recap; the dkms driver package got auto-updated last night via ubuntu's software updater (the gui one); obviously since I have secure boot enabled, it needed me to set a password for the new driver and whatnot, which was completely omitted by the software updater (that only wanted me to reboot)08:22
Kharechello !08:22
bavianoguiverc: so yeah, reinstalling the package via apt like I said over there solved the issue, but that's overall a bit of a... let's say, if you're not much into package handling, well, sure glad I don't do end-customer endpoints.08:23
bavianoyou might want to see if it could be possible to i.e. open up the terminal prompt for dkms driver installation via software updater whenever it's required, or somehow pipe the output through the software updater.08:24
bavianobecause otherwise you'll just end up with a black screen with no video output on reboot. I'm glad this workstation has a built-in GPU as well08:24
bavianoothers might not be that lucky.08:24
bavianok thnx bye08:24
nightBulbarraybolt3, I just checked on Kinetic08:25
nightBulbbug exists08:25
nightBulbon Kinetic "current" build08:25
nightBulbHow to mark ?08:28
Laci69Hello, When I start the system the desktop looks like this: https://i.ibb.co/fQdLdvg/j.jpg How can I make the wallpaper "full screen" by default?08:47
Laci69The system starts like when the 'super key' is pushed.08:48
multi8exit08:54
arraybolt3nightBulb: You should see an area marked "tags" underneath your bug report (before the comments, I believe). You should be able to edit that - add the word "kinetic" to the line of tags, separate from the other tags.09:24
arraybolt3I'll do it in a bit (if I remember, which I hopefully will)09:24
arraybolt3nightBulb: Got it tagged, will comment once I get it tested. You may want to comment as well.09:26
nightBulbarraybolt3, thanks, (The long bug report kind-of / somehow threw me off, and couldn't see the tags option at the bottom) Just saw it ...09:29
nightBulbThanks for tagging09:29
arraybolt3👍09:31
dreamonhello. question: I want to know, using a raid-1 on Ubuntu on a server. how can I get knowledge if there`s a failure on some hdd drives? maybe get an email if so.09:34
dreamonor see if there is a prefail condition?09:35
waveformdreamon, depends how you're implementing raid-1 -- in software via mdadm?09:37
waveform(my hardware raid knowledge is likely massively out of date at this point so I can't help with that, but I can provide some hints on monitoring with mdadm and smartmontools)09:40
dreamonwaveform, want to use a brand new mainboard. so think its hardware designed? never used a raid befrore09:40
waveformokay, if it's hardware raid, and if hardware raid still operates like it did about 10+ years ago, then basically monitoring is up to your raid hardware and whatever management tools it provides because the OS won't "see" the underlying drives anyway -- just the device the raid hardware provides. But as I say, that's how it *used* to be and I've no idea if that's still relevant (I'd heard rumours it's all soft-raid these days anyway, but what that09:41
waveformmeans in practice I don't know)09:41
=== polymorp- is now known as polymorphic
dreamonwaveform, how does software raid work? is this a OS thing to do? so using mdadm its a linux management software?09:44
dreamonmaybe lower performance?09:44
waveformyes, mdadm is the OS doing software raid; with the spare capacity on modern processors (and the vast disparity between the speed of processors and the speed of mass storage) I'd be extremely surprised if there was any performance difference there, even with lower-end CPUs. The main worries are (or used to be?) things like corruption in the case of power loss (hardware raid used to have battery/capacitor backup systems for that, software raid can rely09:47
waveformon journalling-esque systems which does indeed lower performance but is optional -- if you have a decent UPS setup you *might* consider it unnecessary for example)09:47
waveformobviously in the case of the OS managing the raid setup, it *can* see the individual drives, so in this case I strongly recommend installing smartmontools and setting that up to do periodic self-tests on each drive in the array (staggered so you don't go hitting 'em all at once), with e-mail sent in the case of errors. Further, mdadm should be configured to performance periodic "scrubs" of the array (I *think* that's actually the default in ubuntu/09:49
waveformdebian's packaging of mdadm, but worth confirming)09:49
dreamoncool. Thank you for your help. now its getting clear.09:51
=== jelly-home is now known as jelly
pagioscan i ask curl to follow 302 redirection and auomatically request the new location?10:21
waveformpagios, I thought it did already, no?10:27
pagiosno10:27
pagios-L10:27
waveformoh, I'm confusing it with wget's behaviour10:27
ItayI installed ubuntu-desktop on clean ubuntu-server 20.04.4 using apt install ubuntu-desktop10:46
ItayBut after install, taskbar is not attached, it can only be seen with winkey - any way to fix it?10:46
BugiesHello I have a problem with Doom 3 BFG steam version, I cannot get rid of the white screen in the game menu. I have an amd rx 5500 xt graphics card and ubuntu 22.04. Did someone have a similar problem with this card?11:07
kmikitaIs available ureadahead patch for latest kernel 5.17?11:34
=== fruity_tomatoy is now known as Active9
=== Active9 is now known as fruity_tomato
lotuspsychjekmikita: for deeper kernel questions you might wanna ask in #ubuntu-kernel11:48
kmikitalotuspsychje, thank you fo advice11:56
lotuspsychjeBugies: would it be possible to share your dmesg in a !paste maybe the volunteers can check your graphics there11:58
Bugieslotuspsychje, https://termbin.com/9ea312:01
Guest9061hello, i'm running ubuntu 20.0.4 and i get this error: Package 'chrome-gnome-shell' has no installation candidate. any way i can get around this without like reinstalling everything? what i'm actually trying to do is to remove the "Window is ready" message12:02
lotuspsychjeBugies: did you update your system to latest, aka 5.15.0-30-generic ?12:03
Bugiesi have 5.15.0-27-generic12:04
lotuspsychje!uptodate | Bugies lets try this first12:04
ubottuBugies lets try this first: To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`.12:04
Guest9061(sorry, nevermind my question, found a workaround)12:06
=== V|A is now known as VIA
gtahcWas the ubuntu-software-center replaced by gnome-software?12:11
lotuspsychjeBugies: i also see you added a kernel parameter; quiet splash amdgpu.ppfeaturemask=0xffffffff amdgpu.vm_fragment_size=912:11
Bugiesyes amdgpu.vm_fragment_size=9 is for amdgpu-pro but not using it12:12
Guest9061(actually do mind my question, the workaround only worked halfway)12:12
Bugieslotuspsychje , i found Video memory: 142MB in glxinfo12:13
lotuspsychjeBugies: your dmesg shows that parameter is added12:13
Bugiesok i will remove it leter12:14
Bugieslotuspsychje, thank you, cya12:28
k0feinhi, how could I find which apps (even better packages, apps came from) handles drawing desktop icons? I have ubuntu budgie 22.04 and there are 3 overlapped sets of icons for everything on the desktop. When I turn off 'show desktop icon' only 2 remain. I need to know what packages are responsible, so I can keep just one.12:33
unixbsdwheere to find the wabbitemu for ubuntu, or ... debian or devuan linux amd64, already built ? (calc emulator)13:10
lotuspsychje!info tilem | unixbsd can this help ?13:13
ubottuunixbsd can this help ?: tilem (2.0-4, jammy): GTK+ TI Z80 calculator emulator. In component universe, is optional. Built by tilem. Size 169 kB / 710 kB13:13
unixbsdtilem 2 cannot emulator the TI 84 PC SE colors ! so sadly13:15
unixbsd   ==> The file ti84pcse.rom is not a recognized calculator ROM file.13:15
unixbsdwe need wabbitemu for ubuntu13:16
leftyfbunixbsd: then ask wabbitemu13:16
unixbsdther eis no one on #wabbitemu13:16
lotuspsychje!info tiemu | unixbsd and this?13:16
ubottuunixbsd and this?: tiemu (3.04~git20110801-nogdb+dfsg1-2build1, jammy): Texas Instruments calculators emulator (without GDB). In component multiverse, is optional. Built by tiemu. Size 1,496 kB / 3,464 kB13:16
leftyfbunixbsd: https://github.com/sputt/wabbitemu/issues13:17
unixbsd  TiEmu 3 - Version 3.03    : tiemu ti84pcse.rom   crashes.13:17
unixbsdtiemu ti92p.rom   works but :(  sadly tiemu ti84pcse.rom   crashes13:18
ravageunixbsd, https://i.imgur.com/XzmiI19.png maybe this helps?13:19
unixbsdyou did that with WINE ?13:23
unixbsdah ok. but then, I cannot do tht on my armhf Raspberr ypi 4 ??13:23
unixbsdcan you built a wabbitemu built package for ubuntu armhf for raspberry pi ?13:24
ravageyou need something like box86 then13:24
unixbsdwhat about hte github infos? they said that it was compiled on linux, but they dont commeent on that.13:25
ravagehttps://github.com/ptitSeb/box86/blob/master/docs/X86WINE.md13:25
iomari891is there a repo for iptables 1.8.8?13:32
lotuspsychjeiomari891: the volunteers cant advice on external ppa's, only reccomend/support the ubuntu repo packages13:35
lotuspsychje!backports | iomari891 another route could be13:38
ubottuiomari891 another route could be: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging13:38
BluesKajHi all14:04
=== victor9098 is now known as kd353
=== root is now known as Guest2897
=== hasley is now known as mahler
=== Guest2339 is now known as Gambino
Sven_vBhi :)16:33
Sven_vBin focal, is there a way to disable a certain key for just one program? in most programs I want to be able to type "=" but not into my graphics program, because I often press that accidentially and it messes with my selection.16:36
=== Furna_ is now known as Furna
FurnaHi ... I would need some help on Ubuntu22-04 fresh install. I have a Realtek ALC1220 on a Z490 chipset motherboard; everything seems to work but I miss a GUI to make "room corrections" to my 5.1 (adjust volume levels of front, center, sub and rear)16:41
FurnaI know I can use alsamixer in terminal with ncurses anyway I am just wondering if there is a GUI16:42
Sven_vBFurna, in pavucontrol, in the output tab, right of the device name, is there a lock icon? unlocking it should split the volume slider into one per channel.16:48
FurnaSeven_vB: pavcontrol was not installed ... that's a huge step forward! Thanks16:56
vertebrate3Hey,17:53
lotuspsychjewelcome vertebrate317:53
MrFantastikhow big is the apt package index?18:10
MrFantastiklike if i installed every single package from apt, how much space woould that take up?18:10
MrFantastikor how can i answer this myself without actually doing that18:10
sarnoldthose are different questions..18:11
sarnoldMrFantastik: the package indexes are stored in http://archive.ubuntu.com/ubuntu/dists/18:11
MrFantastikthe second one is what I really want to know18:12
sarnoldMrFantastik: the repo structure isn't exactly *easy* to follow if you're not familiar with it, but different files in there have the details on the binary packages, or the source packages, in the various releases and pockets and components18:12
sarnold*installing* all the packages would be quite difficult, as there are conflicts among some packages, and there's something like twenty different types of kernels you could install, but you'd realistically only want one type of kernel..18:13
Jeremy31Wh0: try the command>  rg18:14
MrFantastiksarnold, right that makes sense18:15
Wh0ok18:15
sarnoldMrFantastik: hopefully helpful https://termbin.com/7yfs18:16
Wh0rg: command not found18:16
Wh0Jeremy31,18:16
MrFantastikbut lets say I wanted to install as many as possible, would that me like, 100s of gbs, tbs, pbs?18:16
MrFantastikoh very nice!18:17
Wh0rg worked on debian, but not on ubuntu (i am in wsl on windows)18:17
=== thegodsquirrel is now known as thegodpossum
sarnoldWh0: the ripgrep package is only in focal and newer https://launchpad.net/ubuntu/+source/rust-ripgrep18:17
MrFantastikokay so ths output is in bytes?18:18
sarnoldMrFantastik: I think kilobytes https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-installed-size18:18
MrFantastikand each line is for main, universe, restricted, and multiverse?18:18
sarnoldMrFantastik: yeah; and this is just focal, not including -security or -updates; doing a good job with those would be way harder18:19
=== thegodpossum is now known as thegodsquirrel
MrFantastikty sarnold I was answering a question for someone about along the lines  "why isn't every C libary installed by default" in ubuntu18:25
sarnoldMrFantastik: oh my :) that'd be a *lot* of stuff installed :)18:34
terneeI came across a curiosity. I installed Aether from the snap store, but the launcher wouldn't run it. Saying it couldn't activate something I think. So I ran it from the terminal to see what was going wrong. But then it ran from the terminal perfectly well. What's going on?19:02
oerheksNow you run it from terminal, does the normal launcher work too?19:04
terneeNo19:04
oerheksthis P2P network might need to be activated something, i have no clue19:04
terneeYou mean something that can't be initialised from the launcher?19:05
terneeamyway it needs looking at. I'm a returnee to Linux, so I remembered what to try, but to new users this will just look like a dead programme19:06
oerhekstesting it now ..19:06
terneeThank you19:07
oerhekswell, latest version is from 2020 ...19:07
terneeSo why is the snap still in the store i suppose is the next question19:07
oerheksand i never heard or read about it before, it looks like19:08
terneeIt's works frine from the terminal, but maybe I should look for a later version19:08
terneeIf there is one19:08
oerheks"Failed to launch  bla bla desktop file did not specify <something>"19:08
terneeThat's it19:08
oerheks file a bugreport to the maintainer?19:08
oerhekssudo snap remove aetherp2p19:09
terneebut if you run it from aetherp2p in cli it will bootstrap19:09
oerheksnot that in your bugreport?19:09
oerheksc/note19:09
douglasfirhey! so i cant change what wifi I'm connected to, the auth thing pops up and instantly goes away19:10
terneeI will do once I remember how to report bugs. I've spent two years using a Chromebook and a phone. So I'm rusty but I'll het to it19:10
oerheks!bug19:11
ubottuIf you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.19:11
terneeThanks19:11
oerheksstart with registering on launchpad, else we cannot answer back19:11
terneeok19:11
=== aurora is now known as aurora___
terneeAs I know this channel is logged I just want to say I can usually spell program and I don't usually make quite so many typos :) :)19:14
terneeRight lets have a look at launchpad19:14
oerheksNo worries :-D19:14
oerheksbrb reboot after ssl3 updates19:15
bancroft_how can I downgrade to a kernel I don't have installed anymore?20:17
alkisgbancroft_: to a specific kernel, or to any one available? Which Ubuntu version?20:19
bancroft_alkisg: I was on 22 but then problems started so I went back down to 20.04 and now what's installed is lower (5.17 -> 5.16) but i'm still getting problems20:20
sarnoldtry this: dpkg -l 'linux*' | grep '^ii'   -- it'll show you the packages you've got installed now. follow the patterns of what you've got installed, but replace the numbers as you need to20:20
alkisgbancroft_: 22.04 has kernel 5.4 and 5.13 available20:20
alkisg5.16 and 5.17 aren't in ubuntu repositories20:21
bancroft_then I have no idea how I got 5.16.15 :/ or whatever 5.17 I had20:22
alkisgIf you have stock Ubuntu and not some derivative, then installing 5.16 or 5.17 is a manual process20:22
alkisgE.g. from https://kernel.ubuntu.com/~kernel-ppa/mainline/ => but they are not officially supported20:23
bancroft_can I swap somehow? start over without loosing things I installed (k3s, ssh config, other apps)20:24
alkisgsudo apt install linux-generic-hwe-20.0420:24
alkisgThis will give you 5.13; then reboot to that and uninstall the other ones20:24
bancroft_ok I'll give that a shot20:25
bancroft_will it mess with zfs-dkms ? do I reinstall it? that's really where all my problems are, after upgrading I've had nothing but kernel panics `VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, &zp->z_sa_hdl)) failed`20:26
sarnoldif you use the ubuntu-provided kernels you should use the zfs userspace that matches the pre-built kernels20:28
sarnoldif you're building your own zfs kernel modules then you should use the zfs userspace that matches the modules you're building20:28
bancroft_i'm not smart enough or confident enough to compile zfs the right way lol!!20:31
bancroft_packages, please helm me hahaha20:31
=== dionysus70 is now known as dionysus69
coraxxhi ..I'm having problems with xserver (ubuntu 20.04) ...when I start the computer, I only get the terminal login prompt, not the "graphic" one ...20:45
coraxx...and if I log in as a user I can't start the xserver with "startx" ... unless I start as root ("sudo startx")20:45
coraxx...does someone outthere know a fix ...just happened today when I ran an update of my packages ?20:46
Bugiescoraxx, try 'sudo dpkg-reconfigure xdm' or gmd320:48
Bugiesgdm320:49
coraxxtrying it now ...(thnax :-) )20:49
coraxxtried all three variations ... I get "'XXX' is not installed and no information is available"20:51
coraxxI wonder what my login software is ???20:51
coraxxanyone know how I can find out ?20:51
ravageif you installed Ubuntu 20.04 desktop then it is gdm20:52
oerheksrun updates again. or fix with apt install -f20:52
coraxxravage: I installed ubuntu server 20.04 ... the xserver and related packages was installed with "zentyal"-package20:53
coraxxoerheks: already did a "fix" install  ...didn't work.20:53
oerheksoh zentyal issues.. they will support you, commercial blob20:54
coraxxanyone know which login software "zentyal 7.0" (Developer Edition) uses ?20:56
oerheksdepends what desktop zentyal pull in.. we don't know, it is not from our repositories20:57
sarnoldI thought zentyal was a server thing, I wouldn't have expected it to bring in any desktop stuff20:58
ograyeah20:58
leftyfbcoraxx: zentyal is not a supported application. You'll need to seek support from the vendor20:58
oerheksthis guide shows it askss for a graphical environment.. https://zentyal.com/news/install-zentyal-quickly-on-top-of-ubuntu-20-04-server-or-desktop/20:58
leftyfbcoraxx: ubuntu server does not have a desktop by default20:59
coraxxzentyal gives the option of also installing a graphic layer on top of ubuntu server 20.0420:59
oerheksgood luck!20:59
oerheks(zentyal has no channel on Libera, afaik)21:00
sarnoldhttps://zentyal.com/zentyal_installer.sh21:00
sarnold  echo 'lxdm shared/default-x-display-manager select lxdm' | debconf-set-selections21:00
ograby default it oly installs a web UI i think21:01
ogra*only21:01
m4tt4ewwindow last21:01
ograshould be listening on port 844321:01
sarnoldheh their install script is *involved*. I wonder why.21:02
ograhttps://doc.zentyal.org/en/installation.html#initial-configuration21:02
coraxxsarnold: thank you ...just discovered it 2 seconds before you wrote ...after running a dpkg-reconfigure lightdm21:02
coraxx:-)21:02
sarnoldthis whole gui install function just feels like stomping over things for no good reason21:02
=== dionysus70 is now known as dionysus69
bobdobbsIs there a channel for KDE/Plasma?22:08
matsamanbobdobbs: yeah, #kde22:10
bobdobbsthanks22:10
matsamanbobdobbs: /msg alis list *kde*22:10
blahboybazI've been running Ubuntu 20.04 for about a year on this machine. I run update/upgrade on a VERY regular basis (several times a week on average) and I have never seen what I am looking at now.. pacakage manager is telling me there are 163 packages that can be upgraded. That seems like an alarmingly large number (like what you would see after a fresh instlal). Is that normal? I've been having an-other22:25
blahboybazproblem for a few weeks now too. Could this be a clue?22:25
blahboybazhttps://pastebin.com/0xbxcqfH22:29
blahboybazIt looks like a TON of internal system packages listed in the upgrade22:29
blahboybazBunch of libmono stuff22:31
sarnoldblahboybaz: try running 'apt policy libmono-system-web-razor2.0-cil' to figure out which repository it came from22:34
sarnoldblahboybaz: (my guess is MS, but you never know..)22:34
Bashing-omblahboybaz: I too update very regularly - I have not seen more than say 6 or 7 packages requiring updates at any time :(22:34
blahboybazsarnold: the only ms thing on here is code (visual studio code)22:40
sarnoldhah22:42
blahboybazI get https://pastebin.com/fgr9F57k22:43
blahboybazI'm guessing this is the repos its coming from tho..22:43
blahboybaz500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages22:43
blahboybaz500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages22:43
blahboybazBashing-om: yep22:43
sarnoldlibmono-system-web-razor2.0-cil comes from the mono source package on ubuntu .. https://launchpad.net/ubuntu/+source/mono .. only one of the seven currently supported releases has had a mono update, and that was seven years ago22:44
sarnoldaha, mono-project :)22:44
blahboybazJust for the sake of putting it out there (don't know if it's related or not)..  so for the last few weeks the computer will not display the login screen after lifing the lid. What I mean is if I just close the lid on the laptop then come back later maybe a few hours later or whatever then when I lift the lid the screen just stays blank and does not change to the login screen. I end up having to hard22:46
blahboybazboot to get the login screen again22:46
oerheksafter your last update run, did you reboot?22:46
blahboybazsarnold: I see. Must be a major release then22:46
oerheksif /var/run/reboot-required  exists, reboot, and you can continue updating22:47
blahboybazoerheks: probably.. I think? but have not run the upgrade we are talking about here now though22:47
oerheksso, why are you afraid of updates?22:47
blahboybazoerheks: I investigate anything the seems odd as a matter of prectice22:48
sarnoldso strange that they haven't posted release notes on https://www.mono-project.com/docs/about-mono/releases/22:48
sarnoldmaybe they'll get to it22:48
blahboybazthis all sounds normal so I'll run my upgrades, reboot, and return here. I'd like to ask about my other issue then if anyone would be so kind  :)22:49
blahboybazpeace out for a minut22:49
=== beaver is now known as pong
blahboybazWell the thing didn't blow up yet23:16
=== Furna is now known as Furna_
blahboybazUbuntu 20.04.. After I close the lid on my laptop and then return later I want the login screen to appear after I open the lid again. Instead all I get is a black screen and it doesn't matter if a press a key or move the mouse - nothing makes it show the login screen again. What do I do?23:16
blahboybazcorrection the pointer is visible above the black screen and can be moved around but it doens't change the login screen not appearing23:17
sarnoldblahboybaz: is it suspending or hibernating or something at the same time?23:18
sarnoldblahboybaz: maybe try loginctl lock-session or systemctl suspend, systemctl hibernate, systemctl hybrid-sleep, etc, and see if running some of these commands replicate the same problems or not23:19
blahboybazsarnold: I have no idea but I do have some kind of (tty?) output that I took a picture of. It can be seen after pushing F5 when this happens. Pressing F5 again returns to the aformentioned condition. I'll paste a link to that pic23:19
blahboybazI have this..23:24
blahboybazhttps://imgur.com/xMUhfYW23:24
sarnoldthose are probably just holdovers from bootup23:24
=== dionysus70 is now known as dionysus69
blahboybazsarnold: I see23:26
blahboybazsarnold: fwiw I have added a pic of settings (the only settings secsion I know of that may have something that could cause the sitch)23:27
blahboybazsecsion\section23:27
sarnoldblahboybaz: do you have to do something to share that other picture? https://imgur.com/xMUhfYW still looks like one photo to me, not a gallery23:28
blahboybazhttps://imgur.com/R7Wt1oE23:28
blahboybazsorry I didn't realize till now23:29
sarnoldheh dang, not a ton of info there :(23:29
sarnoldtry those different commands ^^ and see if any of them cause similar problems?23:29
blahboybazoh sorry I didn't see that. I'll try that out23:30
blahboybazsarnold: Those seem to be commands to configure something. Is that right? Do you think there is any way to diagnose what is going on?23:34
blahboybazSome way to investigate?23:34
sarnoldblahboybaz: all those commands execute something immediately23:34
sarnoldblahboybaz: I'm hoping the consequences of executing them will give some hints23:35
blahboybazsarnold: so it is not persistent for any of them?23:35
sarnoldblahboybaz: right23:35
sarnoldblahboybaz: to make them persistent you'd fiddle witrh the HandleLidSwitch= and similar keys in https://www.freedesktop.org/software/systemd/man/logind.conf.html#HandlePowerKey=23:36
blahboybazOk. It may cause me to have to reboot (which is fine). I'll lose my connection to irc if that happens so I'll return if any of them replicate the condition and let it be known23:36
sarnoldyeah, it might not be *fun* :)23:37
blahboybazsarnold: what do you call the screen prior to the login screen? The first one that comes up before you hit a key to make the login field appear?23:43
blahboybazsplash screen?23:43
sarnoldblahboybaz: perhaps plymouth?23:53
cluelesspersonHow can I disable a very specific media key?23:56
cluelesspersonspecifically the "favorites" media key23:56
matsamancluelessperson: and do what instead?23:58
cluelesspersonmatsaman, I want to map that key within another application23:59
cluelesspersonso I want to disable the favorite media key function, but know still that it was pressed.23:59

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