/srv/irclogs.ubuntu.com/2024/04/19/#ubuntu.txt

jasonthat'sgoing to break everything00:47
jasonsnapis the debian snap installer folder00:47
jasonstop messing with  things until you get a bac kupapp00:48
jasonsudo apt install how to install Back in Time on ubuntu00:49
jasonit'sin discovertoo00:50
jasonkdeorgnome00:51
jasonlaunch discover00:52
jasonorsoftware00:52
jasondepending on your distro00:53
jasonwhen you get it configured run a back up then you can break things00:53
Web_AnonI got arch and broke it 15 times during installation00:54
Web_Anonit was fun fixing stuff00:54
Web_Anonbest way to learn00:54
Web_Anonin a safe VM environment00:54
jasonrofl00:58
jasonI work with stuff everyday that can break your stuff  where it can't be fixed casein point Tensorflow00:59
jasonand nobody in #tensorflowwill talk about it01:00
jasonwe should have speech recognition in about a week. I got it working before tensorflow locked my models with a checkpoint save instead of the way I do it. Just cleaning up behind that event01:13
jasonit definitely works01:14
=== chris14_ is now known as chris14
jasonQuery: joke01:55
jason1/1 ━━━━━━━━━━━━━━━━━━━━ 0s 19ms/step01:55
jason [{'intent': 'joke', 'probability': '0.9999943'}]01:55
jasonJENNY:  It takes a lot of balls to golf the way I do.01:55
jasonwhoever thought AIs can't understand human emotions was totally wrong01:57
arraybolt3jason: As a sidenote, this channel is usually used only for technical support for Kubuntu. There is #ubuntu-offtopic for general chat though.02:04
=== jason is now known as jason_bourne
=== freeone3000 is now known as freeone3001
=== guiverc2 is now known as guiverc
freeone3001Hi! I'm trying to get Ubuntu to boot using a wireless USB dongle. I have the drivers installed and everything works *after* boot (`route -n` is showing all routes go through the wlx iface) but during boot, systemd seems to need a network before networkmanager comes up03:20
freeone3001`systemd-analyze critical-chain` shows a simple tree, `graphical -> multi-user -> ssh -> network -> NetworkManager -> dbus -> sockets -> snapd -> sysinit -> snapd.apparmor -> apparmor -> local-fs -> microk8s -> multipathd -> systemd-remount-fs -> systemd-journald -> system -> .slice`. This is ... a bit odd, since I would think microk8s would depend03:22
freeone3001on network and local-fs instead of the other way around03:22
freeone3001What's the best way to restructure this so that I have wifi early enough for my other boot units to recognize it?03:23
Guest62E: Unable to locate package04:28
Guest62E: Unable to locate package error04:30
cole_hola06:40
cole__hola06:41
cole__3306:41
cole_3306:41
=== EriC^^_ is now known as EriC^^
cole_33??06:50
lotuspsychjecan we help you cole_ ?06:52
dabbler_I'm trying to upgrade from lunar to mantic but do-release-upgrade refuses because it incorrectly thinks I have too little space available in /boot. If I pre-installed the latest kernel from the mantic repo, would it skip that check?06:53
lotuspsychjethats not reccomended anymore dabbler_ lunar is eol06:53
cole_hola06:54
cole__holaaaa06:54
cole__zorra06:54
cole_3306:54
toddc!es06:54
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.06:54
EriC^^dabbler_: sounds odd, what is the space in /boot?06:54
EriC^^could you pastebin "df -h" ?06:54
dabbler_lotuspsychje: yes, it's EOL. hence my wanting to upgrade out of it06:55
lotuspsychjedabbler_: upgrading from an eol release is risky due !usn security issues, clean install would be wiser06:55
EriC^^if you pastebin the error it's giving you it might give a clue as to if the idea would work06:55
dabbler_EriC^^: It is odd. it's a bug seemingly specific to a non-default btrfs option used in my /boot. It reports half the actual amount of space.06:56
EriC^^oh06:57
dabbler_EriC^^: here's the error: https://pasteboard.co/c0c00d891bNJ.png06:59
dabbler_the relevant line of `df -h`: /dev/sda2           256M   72M  178M  29% /boot07:01
dabbler_actual numbers are double (except the %, obvs)07:02
dabbler_lotuspsychje: I appreciate the warning, but it's a risk I'll have to take07:04
lotuspsychjeits your system dabbler_ : )07:04
EriC^^dabbler_: is it easy to expand the space?07:07
dabbler_I wish :(07:07
EriC^^how about reversing the non-default option? or some workaround so it reports correctly?07:08
dabbler_unforunately it's an option that can only be set when the fs is created. I think it's mixed_groups07:10
dabbler_without that option there's too much overhead space wasted for multiple kernels to fit in the 512 MB fs07:11
EriC^^i see07:12
dabbler_can you think of any clever ways of remounting it that would make it appear larger without interfering with the upgrade process?07:13
dabbler_maybe a union mount?07:15
EriC^^i wonder what would happen if you unmount it07:16
dabbler_just momentarily when it's checking the space or for the whole upgrade process?07:17
EriC^^just when it's checking07:17
EriC^^but then i wonder if apt would fail later on the kernel install07:18
dabbler_I'm happy to try it, but I'm not sure how to get the timing right07:18
dabbler_It seems cleaner to first try to pre-install the right kernel beside my existing one and see if it skips the check07:19
EriC^^maybe try first your idea to install the kernel manually and see how that goes, who knows it might just not complain a the start07:19
dabbler_EriC^^: do I want the latest from mantic or mantic-updates?07:23
dabbler_not sure which it tries to install07:24
EriC^^!info linux-image-generic mantic07:24
ubottulinux-image-generic (6.5.0.28.28, mantic): Generic Linux kernel image. In component main, is optional. Built by linux-meta. Size 10 kB / 16 kB. (Only available for amd64, armhf, arm64, ppc64el, s390x.)07:24
EriC^^you want the above dabbler_ ^07:24
dabbler_thanks07:24
dabbler_that's weird. https://packages.ubuntu.com/mantic/kernel/linux-image-generic shows 6.5.0.27.2707:26
dabbler_in mantic-updates it's .28.2807:27
dabbler_I guess !info combines the two then. I'll add both to my sources.list07:28
EriC^^ok07:31
dabbler_it wants to upgrade linux-libc-dev  :-/07:33
spiderjokersalve07:35
dabbler_EriC^^: would that cause trouble given that I'm running a 6.2 kernel right now?07:35
spiderjokerblender canal ???07:38
dabbler_spiderjoker: https://developer.blender.org/docs/handbook/communication/chat/ ?07:40
spiderjoker<dabbler_> thanks07:41
EriC^^dabbler_: sorry back, no idea08:02
nomiconI have a question regarding packaging of .deb. Will the directories inside my package be created automatically if they do not exists? Or do I need to specifiy shell commands in DEBIAN/preinst ?08:06
lotuspsychjenomicon: maybe the #ubuntu-devel channel might be able to help better with that08:10
=== pushkarnk1 is now known as pushkarnk
vincejvwtheck is going on with Ubuntu's apt repositories, im getting timeout on apt-update on my github actions runners -> Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out09:48
vincejvi've rerun the thing 5times already09:49
vincejvJesus: https://status.canonical.com/ no wonder.. ppa.launchpad.net Major Outage, next time i should probably subscriibe to this page's rss feed09:53
lotuspsychjevincejv: if you like, we got an rss stream of canonicals status in #techrss10:01
vincejvnice thanks lotuspsychje appreciate it, don't know about this10:02
FKAShinobiWhen using ZFS, if the zpool is set to ashift=0 then what is the default value?10:13
=== root is now known as Guest6369
geirhaHm. That page has some translation errors10:28
geirhaapparently some third party thing, so not translatable via launchpad. They probably just run it through google translate10:36
=== zer0bitz_ is now known as zer0bitz
langwe're seeing issues downloading packages from both security.ubuntu.com and archive.ubuntu.com10:44
langthe initial SYN-ACK response comes quickly, but once the HTTP GET is sent things just stall from the archive side.10:45
langeg. downloading http://security.ubuntu.com/ubuntu/pool/main/g/glibc/libc-bin_2.31-0ubuntu9.15_amd64.deb from 91.189.91.83:8010:48
ice9guys please check this bug and if you are affected, please join it so it's get more people and eventually more attention by the developers: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/203954311:22
-ubottu:#ubuntu- Launchpad bug 2039543 in gnome-shell-extension-appindicator (Ubuntu) "Miss placed Hexchat icon when switching workspaces" [Undecided, Confirmed]11:22
ice9it happens to different apps, not just Hexchat btw11:22
langwe're no longer seeing issues reaching the archives.11:23
ice9lang, I confirm it's still not fixed until today in 24.04 with the latest update11:23
langice9: this was wrt. downloading packages from (archives|security).ubuntu.com11:24
XeroineHi, I've got a PC they want me to try and fix in my internship, I'm at home right now and don't have access to it but I just wanted to ask for some advice about the issue. The PC shows in /etc/os-release that it has jammy (22.04 LTS) on it currently and I found some old eoan (19.10) repositories which must have been left over from an upgrade in /etc/apt/sources.list which I removed and kept only12:14
Xeroinejammy repositories. Apparently after an upgrade it started getting a kernel panic on boot https://x0.at/2y2L.jpg from that I'm guessing the root cause is that something went wrong during the upgrade involving glibc. I mounted the root partition and chrooted in to it, checked the installed glibc version and tried to upgrade again. I don't have the output of these commands (forgot to take pics before12:14
Xeroineleaving) but basically, from what I recall, the installed glibc was 2.30 and when trying to upgrade or install anything using `apt` it complained about glibc, I think it said it was too old and that the packages required a newer version. I understand glibc is kind of annoying/hard to install manually to some other version system wide, I've never had to deal with this, I've been using debian and the12:14
Xeroineupdates have been smooth so any advice on what to try?12:14
XeroineI know we could just get the data we need off from the root partition and reinstall but I wanted to try resolving this.12:14
XeroineI think if I compiled, or more likely, cross-compiled glibc since that system will probably be missing some build dependencies and then try to install that glibc into /lib/x86_64-linux-gnu it would be able to possibly boot but that's probably not gonna go smoothly and apt doesn't fix the problem with `apt`12:22
Xeroineand that doesn't fix*12:22
ioriaXeroine, http://security.ubuntu.com/ubuntu/pool/main/g/glibc/ ; livecd -> chroot -> download required pkgs; install them12:26
Xeroineoh right I can just download the package12:27
Xeroinethanks, I'll try that12:27
ioriaok12:27
iconoclast_heroi was looking at something on an forum.opensuse post that eluded to the existance of # systemctl status rtkit-daemon12:56
iconoclast_herothe solution to the problem required modifying /etc/security/limits.conf and I assume that those changes will require a restart in the real-time scheduling daemon.12:57
iconoclast_herois there an analagous daemon in ubuntu and if so, how to restart it and/or make the changes to `limits.conf` active?12:57
iconoclast_herohttps://forums.opensuse.org/t/help-please-music-player-daemon-and-real-time-scheduling-alsa-audio-output/15396212:57
ogra_it should be preinstalled ... the package is called rtkit12:58
ogra_(but afaik it is only used by pulseaudio, newer ubuntu uses pipewire, not sure that actually needs that daemon still)12:59
lotuspsychjeice9: that bug already got a lot of affects, see the bug daniel refers toward contains the upstream bug12:59
lotuspsychjeice9: did you file bug #2062538 ?13:03
-ubottu:#ubuntu- Bug 2062538 in gnome-shell-extension-desktop-icons-ng (Ubuntu) "Clicking the top bar shows desktop icons above app window" [Undecided, New] https://launchpad.net/bugs/206253813:03
BluesKajHi all13:12
lubuntuhi14:07
tariqnice14:19
tariqok14:19
tariqko14:19
iconoclast_heroogra_: i'm using pulse for things.14:37
iconoclast_heroogra_: but i don't think i'm using it on that machine per se... mpd's got it's own pulse output module and that's being set to a sink on my laptop over TCP so I don't think the local pipe/pulse server gets involved.14:39
iconoclast_heroi was just looking to see if there was a way to address the error i was seeing in the mpd output.14:39
ogra_well, then rtkit should also only apply to your laptop14:39
iconoclast_heroin terms of any ALSA effects such as the OP was talking about in the post I assume, however, MPD is still throwing errors on the server side14:40
iconoclast_heroevent: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted14:40
ogra_if you changed limits.conf i think it only applies after a reboot ...14:41
iconoclast_herook14:41
iconoclast_herothen i'll look after i reboot14:41
vincejvI still keep getting 14.46 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-amd64/Packages.gz  File has unexpected size (2018947 != 2018948). Mirror sync in progress? [IP: 91.189.91.83 80]14:41
vincejveven tho ubuntu canonical health says everything's operational??14:41
iconoclast_herothank you14:41
vincejvit's happening on my github runners when doing apt-update14:42
ogra_vincejv, perhaps the people in #launchpad knwo more14:43
vincejvdo i need to get a ubuntu pro subscription to get this thing working? lol14:43
ogra_indeed not14:43
ice9how to install Davinci Resolve on Ubuntu 24.04 since some packages names have changed:15:11
ice9selecting 'libapr1t64' instead of 'libapr1'15:11
ice9selecting 'libaprutil1t64' instead of 'libaprutil1'15:11
ice9and there is no package with name 'libasound2'15:12
arraybolt3ice9: Davinci Resolve probably won't support Ubuntu 24.04 until after its released. Right now it's still in beta. Perhaps fall back to 22.04 and then upgrade once 24.04.1 is out?15:14
pragmaticenigmaice9, Also, that's a question to ask Davinci Resolve support channels15:19
iconoclast_herois there any reason i couldn't send a command from THE nfs/sshfs server to THE nfs/sshfs client to tell it to umount -l everything as part of a shutdown script so that my guake stops hanging everytime i reboot my server?15:19
iconoclast_herowell... `sudo umount -l -a -t nfs,sshfs`15:20
pragmaticenigmaI didn't know a server could issue such commands over nfs. Assuming it does, sending the `-l` is lazy unmount, which says unmount when the resource isn't busy. If you have an active application leveraging something from that resource, it's not going to unmount15:28
iconoclast_herono, i sent it over ssh15:28
pragmaticenigmathat makes more sense15:28
iconoclast_heroit worked insofar as i mounted something, issued the command, and guake didn't crap out15:28
iconoclast_heronothing was using the resource15:29
pragmaticenigmaI don't know why guake would care about a mount. seems rather odd15:29
iconoclast_herothink i need to add -f to that list then?15:29
=== alucardromero3 is now known as alucardromero
iconoclast_heroi don't know, don't care, just don't want my it to happen anymore!!15:29
iconoclast_herothis seems the path of least resistance, plus, the server's going down anyway, might as well try to unmount them becasue i never remember to do it.15:30
pragmaticenigmaright now I'd try removing the `-l` from the options first... if it still hangs, then maybe try with `-f`15:30
pragmaticenigmastill getting hangs, then it's an issue with guake15:30
iconoclast_herowell, i think i went the other way... i started using it without anything and added -l15:30
pragmaticenigmaKind of suspect it's an issue within guake15:31
iconoclast_herowhat i've been doing: forget to unmount, reboot, guake locks up, i have to launch a terminal, maybe can see what i'm doing, if not, have to drop to a TTY, then tell it to umount -l...15:32
iconoclast_heroyeah, well, since i can't fix guake, again, path of least resistance.15:32
pragmaticenigmaother than part of your remote command doing a force kill on guake processes, and the restarting it... guake has lots of strange behaviors and hangs15:34
pragmaticenigmaI stopped using it when it would hang when I issued a reboot command to the system15:34
iconoclast_heroyeah, i think i looked for a replacement for 30 minutes but it does most everything i want so i've satisficed on it.15:35
iconoclast_heroan issue for another time.15:35
pragmaticenigmasorry couldn't be of more help :(15:35
iconoclast_herobut i can put an ssh command in a systemd shutdown script?15:35
iconoclast_herothat;s really what i'm after...and how to ignore errors...15:36
pragmaticenigmaalmost wonder if something like ansible might be something better suited to helping you manage these things15:37
pragmaticenigmahttps://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html15:38
iconoclast_herooh...15:39
iconoclast_herohis is because services are stopped on shutdown in pretty much the opposite order as they were started – if your unit needs networking to be available, it should have After=network.target, so that it gets started after network, but stopped before network.15:39
pragmaticenigmathat would be an important thing15:40
ogra_nework.target is wrong, this is just the networking stack (mainly loopback) but wont tell anything about devices being online15:42
ogra_(IIRC there is an "network-online.target" ...)15:44
iconoclast_herohttps://superuser.com/questions/1701476/how-can-i-have-my-service-be-the-first-service-to-begin-stopping-on-system-reboo15:45
iconoclast_heroso there's another target besides network.target?15:46
ogra_yes15:48
iconoclast_herowhat about just using runlevel6.target15:48
ogra_because network.target only means all protocols are loaded and your loopback is up (so i.e. dbus can use it etc)15:49
ogra_there is a network-online.target you should be able to use that will only fire once there is a working connection15:50
iconoclast_heroi understand what you're getting at, but if i run the ssh command at the highest runlevel, then it should be executed first as the shutdown goes down the runlevles?15:50
ogra_systemd hs never and doesnt use runlevels ... you should use shutdown.target for things you want at shutdown15:50
iconoclast_heronever?15:56
iconoclast_hero$ ll /usr/lib/systemd/system/runlevel*15:56
iconoclast_herolrwxrwxrwx - root  5 Apr 01:38 /usr/lib/systemd/system/runlevel6.target -> reboot.target15:56
iconoclast_heroanyway, i found what you were talking about with the network-online.target here:15:57
iconoclast_herohttps://askubuntu.com/questions/1449198/running-a-script-at-shutdown-before-networking-goes-down15:57
iconoclast_heroand i can patch this together, thanks for the tip.15:57
ogra_👍15:58
=== sotaoverride is now known as Guest2477
rollappuserk1tten17:27
=== pah is now known as pa
=== Biapy4 is now known as Biapy
=== guiverc2 is now known as guiverc
vadim_interesting23:01

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