/srv/irclogs.ubuntu.com/2022/10/21/#ubuntu.txt

jStefansarnold, I think you can mount them without the journal, most likely read-only, still googling it00:00
jStefansarnold, line 1995 seems to reference something about it: https://github.com/torvalds/linux/blob/master/fs/ext4/ext4.h00:02
sarnoldjStefan: awesome!00:03
jStefanthat's master, here is the same comment on tag 5.10: https://github.com/torvalds/linux/blob/v5.10/fs/ext4/ext4.h line 188100:04
danteMoving Windows in Ubuntu 22.04 LTS is very laggy/buggy. How to fix this?00:40
danteIt's like when Windows OS gets stuck and you can't move shit. I have 32GB of RAM btw.00:40
realtime-neil__How do I print all timezones without systemd?00:44
=== luc14n0373 is now known as luc14n0_
sarnoldhah, how would you print them all *with* systemd?00:46
sarnoldoh right, timedatectl00:47
sarnoldhah00:47
=== luc14n0_42 is now known as luc14n0
sarnoldrealtime-neil__: try: echo /usr/share/zoneinfo/*/*00:47
realtime-neil__sarnold: it's close, but it's finding 51 extra zones00:50
sarnoldrealtime-neil__: my guess, without inspecting, is that there's duplicates in there00:51
realtime-neil__welp, awk to the rescue: https://unix.stackexchange.com/a/69806800:51
sarnold± find /usr/share/zoneinfo -type l | wc -l00:51
sarnold75800:51
sarnoldoh nice00:52
realtime-neil__This hits exactly: `awk '/^Z/ { print $2 }; /^L/ { print $3 }' /usr/share/zoneinfo/tzdata.zi | sort`00:52
realtime-neil__thanks for the help, sarnold00:52
sarnold\o/00:52
=== Bahhumbug is now known as Boohumbug
=== grymzu is now known as VladTheImpeller
noobXDhi01:38
sarnoldhello01:38
arraybolt3o/01:38
arraybolt3Anything we can help with?01:38
=== Bullwinkle is now known as VarCon
=== VarCon is now known as Bullwinkle
=== Bullwinkle is now known as VarCon
jStefanjust tested my Custom USB on my 4GB drive, had to strip some files to make it fit. Seems fine. :)02:03
sarnoldwoot02:04
jStefanMy 4 GB drive actually sums up to 3.7 "GiB" and that's smaller than the iso image by a little bit.02:06
dabblerWhat's the proper way to start KDE manually? The equivalent of 'systemctl start gdm' to start GNOME. I don't see any kdm, kde, plasma, or sddm mentions among the systemd services.02:09
sarnoldI think gdm can start kde sessions, there's a little gear icon somewhere along the bottom, right?02:10
Bashing-omdabbler: My thought ^ ' sudo systemctl start graphical.target ' .02:11
dabblersarnold: no :(02:14
dabblerBashing-om: starting graphical seems to just start gdm02:14
dabblerThere's a gear in the upper right, but it's a drop down of accessibility options02:15
dabblerThe only things on screen are a list of users in center, clock at top, accessibility settings and system menu containing volume, screen brightness, power off, restart, etc. at top right. Everything else is just a black screen.02:20
jStefandabbler, how did you install kde ?02:26
dabblerapt install plasma-desktop on ubuntu server02:29
sarnolddabbler: hrm :( that package sure looks like it'd bring in *so much stuff* it's hard to imagine that wasn't enough02:31
dabblerThat's what I thought :)02:33
murmeldabbler: do you have gdm and sddm installed?02:33
jStefandabbler, sarnold "kubuntu-desktop" seems to bring more?02:33
murmeljStefan: yeah that's basically kubuntu (with a server base)02:34
dabblerYeah, it'll bring a whole suite of apps, though. I'd rather pick and choose02:34
murmeldabbler: if yes, I assume display-manager.service has the wrong dm02:35
dabblergdm is installed. Hmm. sddm is not. I would've that would be a dependency of plasma-desktop02:37
dabblerGiving that a try now02:38
Bashing-omdabbler: Also - any hints as to what is not going on : env | grep XDG_CURRENT_DESKTOP ; apt list -a --installed '*session*' ?02:41
dabblerOk, that did it. Now I can just start the sddm service02:44
dabblerThanks!02:44
jStefanhow can I navigate to the top right menu while on the login screen, without a mouse ?02:48
AnonymousTOPIC02:53
Anonymous#TOPIC02:53
cwronghi02:55
Bashing-omcwrong: Hello - you have an Ubuntu support question ?02:56
FreeBDSM_hi, is there a way to tell a repo's package contents (files) without installing that package?03:03
Zeebra410Hi03:04
Bashing-omFreeBDSM_: ' apt show <package> ' ?03:04
FreeBDSM_Bashing-om, doesn't list files03:05
jStefanFreeBDSM_, you could use the website: packages.ubuntu.com/packagename03:05
Zeebra410Covid19 Was made in a lab, and Covid19's Vaccine weakens your immune system and leads to cancer.03:06
Bashing-omFreeBDSM_: ^ my goto also :D03:06
FreeBDSM_that's a lame way03:06
jStefanFreeBDSM_, you could download the .deb file and use dpkgdeb to get info on the package including --contents03:07
FreeBDSM_I'll prefer an even lamer way then: use docker to install the package and do `dpkg -L` on it03:07
FreeBDSM_is there a difference between libs .so and .so.2 files?03:08
jStefanFreeBDSM_, google says to try: apt-file list package_name03:08
rboxFreeBDSM_: .so is gonna be a link to .so.2... .so is used for compiling03:09
jStefanFreeBDSM_, might need a sudo apt-file update03:09
jStefanFreeBDSM_, another alternate: apt-get --download-only install pkgname. then use dpkgdeb on the file in /var/cache/apt/archives03:10
FreeBDSM_apt-file is smth non-standard03:12
murmelFreeBDSM_: and why is it non-standard?03:15
bleii upgraded to kinetic and my internet is not working properly. most sites fail to load. most tools that require the internet dont work03:17
bleii tried ethernet and iphone+usb, both have the same problems03:17
bleithere seems to be an issue with name resolution03:17
jStefanblei, try: dig ubuntu.com @8.8.8.8    you may change the ip to your dns server too, try both03:19
FreeBDSM_murmel, non installed by default03:22
jStefanwithout the @8.8.8.8 it will just use your default dns03:22
murmelFreeBDSM_: so? are you not allowed to install packages on the OS?03:22
FreeBDSM_no point in arguing03:23
FreeBDSM_rbox, turns out if one installs `libjemalloc2` (without `libjemalloc-dev`) - there's just .so.2 without soft link .so pointing to .so.203:23
FreeBDSM_I wonder if I can just LD_PRELOAD .so.2 directly03:23
rboxFreeBDSM_: yes... because as i said... the .so is for compiling03:24
rboxhence the dev pacakge03:24
FreeBDSM_now I am confused03:25
FreeBDSM_I don't have the full understanding of my colleagues' work (in terms of Dockerfile). We build our app and now want to try to just run it with libjemalloc - can't I just take the image with already built app, install libjemalloc2 package via apt and just LD_PRELOAD the .so.2 to make the app use that lib?03:26
FreeBDSM_afaiu - that should work03:26
FreeBDSM_can I just test it with ldd to see if the lib will actually be used?03:27
FreeBDSM_would*03:27
FreeBDSM_wait, no, ldd is for files, not processes03:34
FreeBDSM_well, lsof over the process lists the file, I hope I did everything right03:46
FreeBDSM_thanks for all the help03:46
yukiupis it bad to install ubuntu from a uefi usb stick?04:17
rboxversus doing what04:18
yukiupthe bios gives me two boot options for a usb stick. uefi and not uefi04:18
ravageyou usually want uefi04:18
rboxwell if you're bios is in uefi mode, you have to boot with uefi to install with uefi, so it will be bootable04:18
ravageif you already have other OSes installed choose the same method as the others04:19
enigma9o7uefi to me sounds gross, i'd avoid it04:21
=== scoobydoo_ is now known as scoobydoo
rboxrofl04:22
yukiupyah, i'm thinking the same thing enigma9o704:23
FreeBDSM_uefi is like iphone 14 compared to outdated bios which is like iphone 3g04:28
=== scoobydoo_ is now known as scoobydoo
DumbLDoorHello! Anything on 22.10 yet?04:57
ravagehttps://ubuntu.com/blog/canonical-releases-ubuntu-22-10-kinetic-kudu04:58
DumbLDoorty @ ravage but upgrade instruction are not working.05:00
Bashing-omDumbLDoor: Wgat is set for the upgrade path - ' grep -i ^prompt /etc/update-manager/release-upgrades ' ?05:02
Bashing-omWhat*05:03
DumbLDoor@Bashing-om. I checked for the same using UI. Thank you for the help, dunno how I missed it.05:03
DumbLDoor@Bashing-om. Cya after the upgrade, thanks once again!05:04
Bashing-omDumbLDoor: Easy enough to overlook :D05:04
=== VladTheImpeller is now known as grymzu
||--||Can anyone give info on converting Ubuntu to an A/B partition scheme with readonly/overlayfs and cloning the OS partition + switching which boots after an update?06:13
alkisg...that would require 10 wiki pages to document it properly :D06:24
alkisgA small hint though, if it's readonly it doesn't need to be a partition, it can be a single squashfs file06:25
alkisg(of course one for A and one for B)06:26
=== EriC^ is now known as EriC^^
ironwolf_11I tried to upgrade (sudo -H do-release-upgrade) to kinetic from jammy using a local (on disk) mirror, I'm using file:/path/to/mirror in my /etc/apt/sources.list, when I attempt the upgrade, it keeps my third party sources, but seems to remove the file:/path/to/us.archive.ubuntu.com/* paths, and gives me an error about 'package "ubuntu-minimal" could not be located.' and exits the attempted upgrade.  What could I doing wrong?08:08
ironwolf_11*be, what could I be doing wrong?08:08
SteelRoseHi all!08:20
SteelRoseI'm installing Redis on a fresh Vagrant instance and run into this issues: https://pastebin.com/YDZW0vCG08:20
SteelRoseany ideas? Thanks!08:21
Mandrake64So I just updated to Ubuntu 22.10 on Dell xps 9510, but it seems the new kernel (5.19.0-21) causes flicker on the laptop display...08:35
centI want to build R from source code, but have not sufficiently installed x11 libraries.08:35
centWhat are the basic x11 lib package names? Just the core.08:35
centSo far I have installed only libx11-dev08:36
SteelRosecent: don't they list the requirements to build it on their website?08:36
centSteelRose, No.08:37
SteelRoseMandrake64: do you have an NVIDIA graphics card?08:37
centOr better, I have not noticed.08:37
SteelRosehttps://docs.rstudio.com/resources/install-r-source/  <-- is this the page you're following?08:38
SteelRosesudo apt-get build-dep r-base08:38
SteelRosedid you do it?08:38
Mandrake64SteelRose, yes I do, the nvidia 3050 ti mobile. And the nvidia 510.85.02 drivers08:38
SteelRoseMandrake64: try: apt autoremove08:39
SteelRoseMandrake64: and clean up remains08:39
SteelRosethen reboot and login again08:39
MinusSevenJust updated to 22.10 today08:40
MinusSevenseem to have went smoothly08:41
MinusSevenfirst time I've done it this way, usually I do a reinstall.08:41
centlibxt-dev did the trick as that is being included in the configure script :)08:41
SteelRoseMinusSeven: I had chosen 22.04 though...08:42
SteelRosecent: nice08:42
MinusSevenprobably not much advantage to updating to 22.10, but was happy it worked08:42
SteelRoseMinusSeven: if I understand it correctly, 22.10 is an unstable version, isn't it?08:42
MinusSevenyes08:43
MinusSevenI believe so08:43
SteelRoseperhaps that explains the flickering08:43
MinusSevenbut will see how it goes08:43
SteelRosevery well08:43
MinusSevenhaven't seen anyt SIGTERM's yet08:43
MinusSevenoops08:43
SteelRose...speaking of the Devil?... :-)08:44
MinusSeveni wonder what caused that08:44
MinusSevenanyway, have to go08:44
MinusSevenhave fun08:44
Mandrake64SteelRose, unfortunately that didn't do the trick08:46
Mandrake64I have also tried a bunch of kernel parameters, like; nvidia-drm.modeset=0, i915.enable_dc=0, i915.enable_psr=0, intel_idle.max_cstate=2, intel_iommu=igfx_off08:48
SteelRoseMandrake64: try with Ubuntu 22.04 instead08:50
SteelRoseNVIDIA drivers are, sometimes, a bit behind the kernel08:50
Mandrake64Thanks  :)   Am just using the old kernel (5.15) with the new ubuntu 22.10. So far it seems fine08:51
adacGuys I need to install terraform via external hashicorp repository. I was following this howto: https://developer.hashicorp.com/terraform/cli/install/apt however when I try to do an "apt-get update"  I get these errors: https://pastebin.com/19crHJkN09:06
adacAny ideas what might be wrong here?09:06
adacIt works  if I remove the sgined_by: deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg]     https://apt.releases.hashicorp.com focal main09:12
adacpreviously I did: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys xxxxxx09:13
=== fling_ is now known as fling
webchat41Hello, I'm having troubles with zotero-snap on my Ubuntu 22.04.1 LTS and am too stupid to resolve the problem with google. I'm not sure what or if I changed anything critical previously, but it doesn't open. Trying to open from the shell gives the error: " Error: cannot open display: :0 ". Any troubleshooting advice?09:59
webchat41(It worked previously, a couple days ago)09:59
SteelRosewebchat41: export DISPLAY=.0:010:02
SteelRosewebchat41: you might need to run: xhost +   first10:03
webchat41SteelRose:10:04
webchat41~$ export DISPLAY=.0:010:04
webchat41~$ zotero-snap10:05
webchat41Error: cannot open display: .0:010:05
webchat41~$ xhost +10:05
webchat41xhost:  unable to open display ".0:0"10:05
SteelRosewebchat41: oops! export DISPLAY=:0.010:05
SteelRoselitte typo10:05
webchat41Error: cannot open display: :0.0 after that10:06
webchat41tried running xhost + in between, tells me: access control disabled, clients can connect from any host now10:07
webchat41with DISPLAY set to :0.010:07
fortnhyver11buongiorno a Tutti10:08
webchat41btw, I already tried reboot previously SteelRose, but that didn't fix the error sadly10:08
SteelRosewebchat41: are you trying to run the snap as a different user?10:09
fortnhyver11il debian è pulito si può traslare su Mint?10:09
webchat41I only have one user, and I'm not in root mode or anything SteelRose10:09
SteelRosefortnhyver11: English, please10:10
SteelRosewebchat41: weird10:10
fortnhyver11thank You ok the debian repository is clean but It can be put in Linux Mint?10:11
SteelRosewebchat41: have you tried with the official tarball? https://www.zotero.org/download/10:11
SteelRosefortnhyver11: yes10:11
fortnhyver11ok10:12
webchat41SteelRose not yet, but I'm perplexed because the zotero-snap worked previously10:12
SteelRosewebchat41: they don't offer a snap in their website...10:12
webchat41SteelRose there is one in the Ubuntu Software center thing though10:12
webchat41I'm going to instll the tarball10:13
ravagewebchat41, https://github.com/extraymond/zotero-snap/issues/2510:14
-ubottu:#ubuntu- Issue 25 in extraymond/zotero-snap "Cannot open display" [Open]10:14
SteelRosewebchat41: I installed Zotero from snap. It runs flawlessly10:15
awilkinsQuestion - why is `nvidia-driver-515-open` marked as the "tested" GPU driver package when it doesn't work (without manual(?) configuration) on desktop GPU units? (see https://github.com/NVIDIA/open-gpu-kernel-modules/issues/394 )10:15
-ubottu:#ubuntu- Issue 394 in NVIDIA/open-gpu-kernel-modules "My pc hang if choose nvidia (open kernel) metapackage from nvidia-515-open (propietery,tested)" [Open]10:15
webchat41thanks ravage, rolling back so i can continue to work and then later bother about either installing the tarball properly or seeing if the zotero-snap gets fixed in an update. Also thanks for the troubleshooting help SteelRose :)10:16
webchat41Going to leave for now, thanks for the help!10:16
SteelRosewebchat41: anytime10:17
=== five6188 is now known as five618
JackBauerHey guys! I want to upgrade from 22.04 to 22.10 but the updater is aborting without an error. Even the log in /var/log/dist-upgrade/main.log isn't conclusive to me. Does someone have an idea what I could do to find out what the issue is?11:23
lotuspsychje_JackBauer: could you pastebin the whole apt logs please so volunteers can see whats happening?11:36
JackBauerlotuspsychje_, I will - right now there appears to be a new update for snapd, which I need to install first before trying the release upgrade again11:37
mgedminare you using the gui or sudo do-release-upgrade?11:39
JackBauermgedmin, both just abort11:41
JackBauerI'll reboot, BRB11:42
JackBauerre11:43
JackBauerHow can I solve this? The following packages have been kept back: snapd11:44
JackBauerBecause right now do-release-upgrade says "Please install all available updates for your release before upgrading."11:45
lotuspsychje_!uptodate11:45
ubottuTo 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`.11:45
JackBauerThat didn't do it but 'sudo apt install snapd' did :)11:47
JackBauerHere is my paste of /var/log/dist-upgrade/main.log: https://paste.ubuntu.com/p/PwY8wDmyWX/11:54
JackBauerI don't see an obvious reason in there for aborting the release upgrade11:56
mgedmindoes /var/log/dist-upgrade/screenlog.0 say anything interesting?11:57
mgedminthe 'DEBUG abort called' is a bit of a clue, but it doesn't say why abort was called11:58
mgedminfwiw a successful 22.04 -> 22.10 upgrade main.log has no such line in it11:58
JackBauermgedmin, this is the content of /var/log/dist-upgrade/screenlog.0: https://paste.ubuntu.com/p/BDYmsmZnDw/12:03
JackBauerAlso doesn't give a clue about the abort reason12:03
JackBauer:/12:03
mgedminah yes I see what you mean about "aborting witout an error"12:04
mgedminthis is very annoying, I would report a bug12:04
JackBauerDo you happen to have a link to the right place to report it?12:04
mgedminif you run ubuntu-bug with no arguments it gives you a list of choices, where 'release-upgrade' is one of the choices12:04
JackBauerGreat, thanks12:05
mgedminit'll then attach the important log files from /var/log/dist-upgrade to the bug12:05
mgedmin"do-release-upgrade aborts without giving a reason" is probably a good issue title12:05
JackBauerThanks for your help12:07
jordanaHi, I am struggling with wake from sleep on 22.10 Kinetic with Raspberry Pi 4 (4G). It regularly stuck on black. I can resurrect by switching away to tty(3-6) and back to tty2. I see another graphical login on tty1 but that logs out every time I switch away from it.12:10
DumbLDoorHi All! 22.10 does not detect my hdmi monitor speakers or USB speakers.12:36
DumbLDoorIt appears to be a known bug12:36
=== beaver is now known as pong
Anorakhttps://askubuntu.com/questions/1403665/no-sound-output-devices-listed-after-upgrade-from-21-10-to-22-0412:46
AnorakDifferent version, but you could try a few of the given solutions12:47
BluesKajHi all12:57
kaigalhi13:17
DockerOnMacOSHey all ^^13:45
DockerOnMacOSJust to clarify, is it possible to install Ubuntu on MacMini 2018?13:46
DockerOnMacOSThe main interest is in drivers...13:46
DockerOnMacOSIs it supported?13:46
tomreynDockerOnMacOS: please don't cross post (#linux)13:54
=== polymorp- is now known as polymorphic
=== lotuspsychje_ is now known as lotuspsychje
pfsI updated to Ubuntu 22.10 and now no sound. Should I reinstall Ubuntu or is there a fix coming for pipewire?15:07
omarhello15:09
BluesKajpfs, does aplay -l show any devices?15:09
pfsyes15:10
ioriapfs, have you tried to restart pipewire ?15:11
pfsyes15:11
ioriahow ?15:11
BluesKajpfs, which brand ?15:12
pfsI terminated the process and restarted my Thinkpad X270.15:12
ioriapfs, systemctl --user restart pipewire pipewire-pulse ,then  run :  systemctl --user daemon-reload15:14
gneeriiloeepdeerI need a command to check my cpu's temperature15:14
jhutchins!lmsensors15:15
ubottuTo access CPU temperature sensors and detect fan speeds, install the lm-sensors package. See https://help.ubuntu.com/community/SensorInstallHowto for installation and usage instructions.15:15
pfsioria, I have done it but audio is not there :(15:16
pfshttps://i.imgur.com/PYx4gHU.png15:16
pfsIt shows only dummy output in the gui15:17
BluesKajpfs, sudo modprobe snd-hda-intel, then reboot15:17
pfsi have done it and rebooted but still no sound :(15:20
hermanoI have a apple trackpad connected to a PC installed with ubuntu 22.04. It works fine but everytime I start the computer it does not enable the trackpad.15:21
pfsShould I maybe delete everything from pipewire and reinstall it?15:21
=== sig is now known as bebop
goddardso i am using the open nvidia driver and it looks like my laptop hdmi port is no longer recognized15:30
goddardis this normal?15:30
RikMillsgoddard: what version? and what card?15:31
goddard3080 max q15:31
goddard51515:31
johnfghi folks.  I'm still trying to get remote desktop right.15:31
johnfgWhat's the URL to paste an image?15:32
RikMillsgoddard: 515.76?15:32
goddardRikMills: it doesn't say in additional drivers15:32
goddardbut just using the drivers provided by ubuntu15:33
RikMillsmight well be LP: #199304115:33
-ubottu:#ubuntu- Launchpad bug 1993041 in nvidia-graphics-drivers-515 (Ubuntu) "nvidia-driver-515 (515.76-0ubuntu0.22.04.1): blank screen after boot, can't log in" [High, Fix Released] https://launchpad.net/bugs/199304115:33
Eickmeyergoddard: Do you have the proprietary Nvidia drivers installed?15:33
EickmeyerMost laptops with Nvidia graphics don't let you use the HDMI port on powersave mode on the graphics, so I have reason to believe you might be on an nvidia-prime mode that needs to be changed.15:34
goddardRikMills: ya that looks about right.  I have 3 displays.  The built in on the laptop and 1 running off the usb-c and another off the dedicated hdmi port.  All work except the one running off the built in HDMI port15:34
goddardi have nvidia settings set to "on-demand"15:35
Eickmeyergoddard: This might be as simple as updating your system, followed by a "sudo prime-select nvidia && reboot".15:35
goddardill give it a shot thanks15:36
goddardgonna test my eGPU with the new open drivers as well15:37
johnfghttps://imgur.com/a/HByT4eC is this all I have to have on ubuntu?15:37
goddardevertyhing seems smooth though15:37
RikMillsEickmeyer: goddard the fix for jammy is still in proposed I think15:37
goddardahh15:37
RikMillsor at least the fix that is a revert to 515.65.0115:38
EickmeyerRikMills: Sure, but the HDMI port on most laptops is owned by the nvidia chipset, and the intel chipset might be getting in the way. Setting prime-select to nvidia eliminates that.15:38
RikMillsyes, the revert is still in proposed15:39
goddardnvidia-smi says "Unable to determine the device handle for GPU 0000:01:00.0: Not Found"15:40
goddardmaybe because i had egpu switcher installed though15:40
goddardi don't know15:40
Eickmeyergoddard: eGPUs can be their own ball of wax sometimes.15:43
cdriscol1Is there a channel that's best to ask a question in related to adding a newer kernel to an Ubuntu ISO (via xorriso, unsquashfs, chroot, installing kernel via dpkg)?15:43
Eickmeyergoddard: If my solution didn't work, then you're most certainly running into the bug RikMills linked to above.15:46
aydinhi15:48
pfsWhat is the best way to delete everything from pipwire? I want to reinstall it. Is there anything I need to consider?15:50
pfshttps://i.imgur.com/lI5gk7o.png I got my sound back by turning Pulseaudio back on.. thx for all that helped me15:56
jhutchinscdriscoll: How many systems are you planning to apply this to?16:00
cdriscoll@jhutchins: Unknown for sure, but possibly less than a dozen16:01
jhutchinscdriscoll: It's probably more practical to just manually apply the changes.16:01
cdriscoll@jhutchins: I don't disagree, but I'd like it to be as easy for the end-user as possible.  I'd like the kernel to be installed and used with the initial OS install.16:03
cdriscollThis is a case where remote folks will be installing the OS via writing the ISO to USB on machines that perform better with a more recent kernel16:04
oerhekscdriscoll, maybe cubic is your answer https://launchpad.net/~cubic-wizard/+archive/ubuntu/release16:05
cdriscollYeah, Cubic seems to accomplish what I want, but I already have a script that decompiles/recompiles an ISO with some customizations.  I'm just failing to get the kernel portion working.  I prefer the script method as it's automatable vs the Cubic GUI16:06
cdriscollI'm not sure what Cubic is doing to get the newer kernel working vs. my method :(16:07
jhutchinscdriscoll: Can these be managed remotely with a tool like ansible?16:08
cdriscollThey cannot.16:08
jhutchinsSo what about an iso with a script that just runs apt install <file>?16:09
jhutchinsYou can even make it auto-run.16:10
jhutchinsAlso a live CD.16:10
jhutchins /iso16:10
jhutchinsTrying to do it with the installer doesn't seem appropriate.16:11
cdriscollI /could/ do that.  Though just having the kernel as the ISO's "built-in" kernel seems the most appropriate to me?  I'm downloading the kernel .debs via wget in the chroot environment (unsquashed fs) and installing via dpkg.  The kernels are installed, but it seems that the initrd and vmlinuz files don't get copied to /boot for some reason.16:13
=== sauvin is now known as Sauvin
Grepnix /msg NickServ IDENTIFY Grepnix SeSquip12316:25
jhutchinsGrepnix: You probably want to change that.16:26
Grepnixyeah...   SIlly me16:29
nteodosioAh, it's worth enabling SASL authentication, check your IRC clients settings (sorry if you already knew that).16:33
ograjhutchins, regarding re-packaging debs as snaps ... here is another example where this is immensely useful (my lunch-break work from today BTW) https://snapcraft.io/unifi-unofficial ...16:35
Grepnixthanks nteodosio16:35
Grepnixnteodosio: Done now...16:38
nteodosioGrepnix, great! Now you don't have to type it anymore (:16:38
Grepnixyay!16:38
=== beaver_ is now known as pong
obnoxioushello ia m running ubuntu 22 on my server and port 53 isnt available but systemd-resolved is not in use what use could be running17:27
obnoxious?17:27
obnoxiouswhat else*17:27
obnoxiousnetstat -Tulpn doesnt say program just 127.0.0.1 program is blank17:28
obnoxious127.0.0.1:53*17:28
rfmobnoxious, hard to say since you've obviously customised something.  maybe bind, or dnsmasq?  lsof can list the process listening but I forget the syntax17:29
obnoxiousi did not customize something17:29
obnoxiousls of also did not list17:29
obnoxiousmaybe the server company customized the distro?17:29
obnoxiousill see if its bind17:30
obnoxiousi tried apt remove dnsmasq and remove bind both said not installed, not sure if those are the package names17:30
ioriaobnoxious, ls -l /etc/resolv.conf17:32
obnoxioushttps://bitwarden.obnoxious.lol/#/send/PZy33Fmcykqkoa81ASFaJQ/0zOArE9Z3MDTMpyi-5pBOw17:33
obnoxiousthat is me checking all packages with name dns17:33
obnoxiousbut ill try that now17:33
obnoxiouslrwxrwxrwx 1 root root 39 Apr 21  2022 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf17:34
obnoxioushmmm going to try messing with the resolv.conf17:37
obnoxiousoh resolv.conf had17:37
obnoxioushas17:37
obnoxiousnameserver 127.0.0.5317:37
obnoxiousoptions edns0 trust-ad17:37
obnoxioussearch17:37
ioriaobnoxious, that it's ok; is systemd-resolved running ?17:38
obnoxiousi dont believe so17:38
obnoxiousoh it is17:39
obnoxiousit wasnt before..17:39
obnoxiousig i did something wrong to check before17:39
ioriaobnoxious, ps -A | grep resol17:39
obnoxiousthanks i think this should solve it17:39
ioriaok17:39
=== denisbr_ is now known as denisbr
=== diskin is now known as Guest1275
=== diskin_ is now known as diskin
xipperCan I use a Yubikey to encrypt/decrypt files on Ubuntu?18:06
oerheksxipper, sure, they have a page avout this https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP18:06
xipperoerheks: thank you very much18:07
johnfgAny ideas on why I can't login through remote desktop?18:44
jhutchinsjohnfg: What are you running?  What server?  What client?18:49
jhutchinsjohnfg: What did you try to do?  How did you try to do it?  What did you expect to happen?  What happened instead?18:49
GSMarquis22.10 has a buggy dark mode retention.19:20
AstroGhostHello!20:21
tomreynhi AstroGhost20:33
scarletmarauderHello so I am trying to figure out the best way to merge two directories. (The directories may have some hardlinked files within them, and there may be some duplicated files within them)20:34
scarletmarauderWould something like20:35
scarletmarauderrsync -h -v --ignore-existing --remove-source-files -F--min-size=100 --size-only /Directory1 /directory220:35
scarletmarauder(the filesystem has hardlinks)20:35
scarletmarauder(Directory2 is the larger of the two directories )20:36
=== Ringtailed_Fox is now known as RingtailedFox
blackophi. where can i download official kinetic kudu purple wallpaper?20:50
blackopcool release and wallpaper20:50
atlefblackop, https://www.google.com/search?sxsrf=ALiCzsar24HEig2f9hhoWRdLWsysVi2ulg:1666385529487&source=univ&tbm=isch&q=ubuntu+wallpaper+22.10&client=firefox-b-d&fir=LsTGN8Y9I-gMJM%252CbUvM_g5aE2q9hM%252C_%253BfapFoRwT-jvfIM%252CZP4uWaIUiF1h7M%252C_%253Bnbj3vnENBIYejM%252CLRVXAo65csaHaM%252C_%253BoPkmRUEZWfyfWM%252CNy2Lbu7DYLczNM%252C_%253BGuR4oFkrqk-QIM%252CNy2Lbu7DYLczNM%252C_%253BuNVqSQ7W_RIgWM%252CbUvM_g5aE2q9hM%252C_%253BlCFyCkUWD0GtfM%252CbUvM_g5aE2q9hM%25220:52
atlefC_%253BLKU83OdH5JcSqM%252CbUvM_g5aE2q9hM%252C_%253BYsVHNmSLUW8RFM%252CbUvM_g5aE2q9hM%252C_%253Bb_n_xLfl7yLJ-M%252CNy2Lbu7DYLczNM%252C_&usg=AI4_-kRKUfaAjpak-hH4sfuMTzTcdgC7Xg&sa=X&ved=2ahUKEwjbu6zsmfL6AhWGlosKHXhhCT4QjJkEegQIBxAC&biw=1912&bih=95520:52
atlefsorry20:53
blackop..20:54
blackopi already googled. just cant find any link to download high res.20:55
blackopi downloaded wallpaper pack from launchpad but it only contains kudu grey wallpaper, not purple one20:56
krytarikblackop: https://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu/files20:56
blackopkrytarik: yes that s what i mean. there is no purple wapllpaper20:58
blackopjust grey20:58
krytarikWell, I'm seeing two kinds of purple ones there..20:59
blackopnot the default one20:59
blackopi am looking for this one > https://149366088.v2.pressablecdn.com/wp-content/uploads/2022/09/ubuntu-kudu-wallpaper.jpg20:59
krytarikhttps://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu/view/head:/warty-final-ubuntu.png21:01
blackopoh right. i was looking for kudu21:03
blackopthanks krytarik21:04
krytarikYw.21:04
blackopdoes that package include all ubuntu wallpapers all time?21:06
blackopsince 1st version?21:06
krytarikIf you include the version history, then maybe it does.21:08
krytarikBecause for example the official wallpaper always has the same file name, so you'd have to go back in history on it.21:09
krytarikhttps://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-wallpapers/ubuntu/changes?filter_path=warty-final-ubuntu.png - like so.21:11
||--||I dropped by earlier and asked about converting Ubuntu Server to A/B readonly rootfs + overlay. I am familiar with partitioning and formatting and fstab and whatnot, and I suppose I'm looking for information on how to swap out the active root partition in grub config? Also, do I need to modify one image to point at the second partition, or is there some way to change the device name from GRUB/kernel options so the images can stay the21:13
||--||same.21:13
sarnold||--||: maybe the grub-set-default(8) program can help you out; I'm not entirely sure ..21:14
sarnold||--||: it sounds a bit like you're trying to build something like https://ubuntu.com/core -- maybe you could just use this and skip the dev work? :)21:15
||--||I'm actually trying to replicate that partitioning scheme, boot loader configuration, and update mechanism using Ubuntu Serevr instead of Core. Do you know if the way Core deals with A/B root fs images can be leveraed by a Server install?21:19
=== pizza is now known as pineapplepizza
sarnold||--||: I haven't tried using core myself, my guess is that it probably can't be just lifted over to server, it's probably pretty specific to delivering updates via snaps, etc21:21
ubukingHELP21:22
ubukingNOW21:22
ubuking!!!!!!!21:22
ubuking!!!!!!!!!!!!!!!!21:22
||--||ubuking: what's wrong?21:22
ogra||--||, well, core is different, it does not use partitions for the A/B stuff but squashfs filesystems (snaps) it switches between21:22
ubukinghello my name is julian abheide21:23
ubukingi am 27 year old and i have quesution  about ubuntu and mark shuttleworth!!21:23
||--||right, I wanted to use ro root + overlay2 tmpfs + a separate data partition. I see how core wouldn't work if it doesn't have a real A/B setup.21:23
ubukingi  need help now21:24
ubukingnow -not later.21:24
ogra||--||, the A/B handling is a core feature of snaps, so UbuntuCore just utilizes that for rootfs (which is a readonly snap) and kernel (which is a snap as well in Core)21:24
||--||I did look at SWUpdate that does what I want but I'm not sure how to borrow just the GRUB config part from it. I don't need everything else.21:24
||--||ubuking: just ask your question, pal21:24
sarnoldubuking: you may find this helpful https://workaround.org/getting-help-on-irc/21:24
ubukinghere  is the QUESTION!!!!!!!21:25
ubukingis ubuntu 22.10 better than ???? 22.04?!?!?21:25
ograit is definitely newer ... but also less long supported21:25
||--||no, definitely not. Ubuntu gets worse as the numbers increase. It's stated in the Code of Conduct. orders from Linus Torvalds himself. can't do anything about it21:25
ogralol21:26
ubukingsupport doesn matter21:26
ubukingi dont do updates and so on21:26
ograwell, then you better not go online with that machine21:26
||--||if support doesn't matter, then why are you in here? this is "support"21:26
ubukingmore updates pc gets more sloowly21:27
ubukingyou see the point?!21:27
||--||ogra: Is the grub-set-default somehow scriptable from GRUB itself? I think part of the A/B update requriements is that the boot loader settings persist from one boot to the nest21:28
||--||ubuking: by that logic, you should remove the code you'll never run on your computer21:29
sarnoldexcellent idea :)21:29
||--||lol nah, the code that doesn'tt run is usually the fastest21:29
sarnoldfastest *and* safest!21:30
ogra||--||, you can surely mangle grub config from userspace with that, yeah ... it might be tricky to set it up in a way that it does not explodes when "normal" updates kick in and call update-grub ... so you should integrate well with that bit21:31
EriC^/etc/grub.d/__stuff run after update-grub fwiw21:31
||--||sarnold: nahh, usualy the least safe. it's old code that never runs that usually has old bugs that can be exploited. the code you don't run can be your biggest liability21:32
=== EriC^ is now known as EriC^^
sarnold||--||: better to just delete it all21:32
* sarnold nods21:32
=== pah is now known as pa
||--||ogra: I would disable normal updates. I am doing this so I can deliver my own A/B updates instead of the default.21:33
||--||The truth is that I want to edit the grub config from the bootloader. I wan to try booting partition A and if that doesn't work then switch to partition B21:35
=== Phr33d0m_ is now known as Phr33d0m
ograwell, yu want a boot script but you also need something from userspace that tells this script if the boot succeeded ...21:36
ograand that isnt where it stops, you need watchdogs galore ...21:36
ogra(a hang that does not trigger a reboot isnt helpful)21:37
sarnoldyay dogs :D21:38
||--||I was wondering what the better approach is: watchdog or userspace setting? If I can set grub config values from userspace (I can) then that's easy to implement. I am not very familair with hardware watchdog support in bootloaders. Only the kernel support offered through /dev/watchdog21:39
=== pineapplepizza is now known as pizza
ogra||--||, what we started with in Core was simply panic=-1 on the kernel cmdline ... then you need something in the initrd that monitors hangs, then indeed the systemd watchdog and if you have also a HW watchdog ...21:40
||--||ogra: so it reboots after 1 second and then how did you track whether boot succeded or not?21:48
ogra||--||, -1 means immediately ... no 1sec delay 🙂21:51
ograsnapd sets a flag in he bootloader config21:51
ograonce itself could start it considers the boot "successful enough"21:51
||--||oh I didn't see the -121:52
||--||gotcha21:52
yin846hello. im using lvm and i renamed the default volume group and logical volume. how do i get update-grub and update-initramfs to recognize the new names? it still expects /dev/mapper/ubuntu--vg-ubuntu--lv.  https://bpa.st/NBRQ22:02
EriC^^yin846: are you doing this is in a chroot?22:04
yin846no22:05
EriC^^what's in /etc/crypttab22:05
yin846fresh install of ubuntu 22.04 server. no luks encryption22:05
EriC^^oh22:06
giu-hi to all22:07
EriC^^yin846: maybe this? https://www.golinuxcloud.com/rename-logical-volume-example/#Step-4_Refresh_LVM_attribute-222:16
=== arraybolt3 is now known as abcdefghijklmnop
=== abcdefghijklmnop is now known as arraybolt3
yin846i found that article earlier. tried it and didnt help. still expects the volume group and logical volume names to be the default22:20
yin846i know during the installation you can change the names but i want to know why it seems to be hard coded after.22:23
johnny_linuxmy guess is "security"22:26
yin846some articles i found suggested editing /boot/grub/grub.cfg but that file will eventually get overwritten. i tried looking at the files in /etc/grub.d/ and /etc/default/grub but i cant find where it has the uuid or volume group and logical volume name.22:37
yin846nevermind. i found out why. last answer at bottom of page. https://askubuntu.com/questions/953547/how-to-rename-volume-group-of-an-encrypted-boot-drive-and-have-it-still-boot22:48
=== dionysus70 is now known as dionysus69
=== V1A is now known as VlA
goddardso any reason why my speakers have a constant static sound coming out of them?23:26
=== axis9_ is now known as axis9
SandyVujakovi[m]goddard: It could be electrical noise from the computer combined with Ubuntu never shutting the audio output off, even when there is nothing playing.23:30
=== waxfire1569 is now known as waxfire
axis9correct23:30
axis9but not full info23:30
SandyVujakovi[m]I get static like that in my headphones on my laptop if I disable sleep for the audio chip through tlp.23:31
axis9this is just power problems, not exploiting logic circuits23:31
SandyVujakovi[m]axis9: I never looked into it further, so that's about as much I know about the issue 😅23:31
axis9you probably do not need to go deeper23:32
SandyVujakovi[m]axis9: Could you elaborate?23:33
johnny_linuxpulseaudio -k ??23:33
sarnoldmore like, "don't expect computer audio to have a low noise floor"23:33
axis9SandyVujakovi[m]: ask me 5 years later23:33
sarnoldlol23:33
goddardSandyVujakovi[m]: ill have to play with it.  I just saw a recent upgrade to pipewire didn't know if that could be an issue.23:34
goddardSandyVujakovi[m]: its with hdmi 2.1 monitor with build in speakers23:34
goddardnever had that issue with a digital audio signal23:34
sarnoldoh you've got *digital* signal leaving the computer and going to a decent DAC and *that* has noise? that's bad :(23:35
sarnoldthat seems like it's worth a bug report but I'll be honest I haven't got a clue if we've got anyone around who works on that kind of thing :(23:35
goddardsarnold: just got the Asus PG42UQ23:35
goddardmaybe a firmware issue and not a problem with Ubuntu i dont know23:36
johnny_linuxfor the time being, try  pulseaudio -k23:41
johnny_linuxsee if that works23:41
sarnoldgoddard: ooo, how's the micro texture coating on that? is it actually as good as ye old matte displays from previous decades?23:42
sarnoldoled... hmm, have they solved the oled burn-in problem yet?23:43
SandyVujakovi[m]<goddard> "Sandy Vujaković: ill have to..." <- I've been using PipeWire for several months now — had to mask PulseAudio in systemD — so it hasn't been an issue for me at least.23:44
SandyVujakovi[m]<axis9> "Sandy Vujaković: ask me 5..." <- All right 😂23:45
SandyVujakovi[m]<goddard> "never had that issue with a..." <- Oh, it's with digital. Yikes 😬23:45
SandyVujakovi[m]<goddard> "maybe a firmware issue and not a..." <- Do you have a nearby TV you could try?23:46

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