[00:05] how does gnome work === andre is now known as Guest6211 [00:05] i dont know how gnome works [00:06] just click the icons in the menu ? [00:06] i meant [00:06] open software center and install whatever you like [00:06] how did they make it work [00:06] like how is it possible for the computer to know everything gnome is using [00:07] programming. [00:07] some coding was invovled [00:07] wait is gnome open source [00:07] and testing [00:07] weird questions [00:07] is gnome on github [00:08] no [00:08] then how do i see gnome source code [00:08] on git [00:08] https://en.wikipedia.org/wiki/GNOME [00:08] or you could apt source anything you want [00:09] for the source used for your current ubuntu version [00:09] https://gitlab.gnome.org/GNOME/gnome-desktop [00:09] https://gitlab.gnome.org/GNOME [00:09] if you can read source code, you would know [00:11] why is their like [00:11] 2334 lines of code in one code file [00:12] there deifnlty gonna be errors if their so many lines of code [00:12] !ot | Guest6211 [00:12] Guest6211: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [00:12] lols [00:12] seriously? find one, report bug [00:13] seems like the same troll is on it again [00:15] how do i make my own channel in irc [00:15] type: /join #my-own-channel-name [00:16] ask in #libera? [00:16] and register first [00:16] I'm trying to connect to an older AFP from 24.10, but Ubuntu doesn't like the fact that the system is below AFP3. Any way to get Ubuntu to connect to older system? [00:16] /msg NickServ IDENTIFY yrdsb aliu0521 [00:18] Apple Filing Protocol (AFP) is using 3.4 [00:18] no idea, never heared of AFP before [00:18] https://github.com/Netatalk/netatalk [00:18] oerhaks if i accidently share password [00:18] will i get hacked [00:19] change password as soon as possible [00:19] Everyone here is trustworthy, don't worry. [00:19] it is just logged [00:19] oerheks, thank you for the link :) [00:19] what if i dont share my email [00:19] and just the password [00:19] will i most likely get hacked [00:19] ask in #libera, Guest6211 [00:19] There would not be much need to hack you if you share your password tho. === Guest6211 is now known as yrdsb [00:27] yrdsb, ask in #libera for a cloak, to hide your ip *hint* [00:27] and have fun! === ancientz7 is now known as ancientz [01:37] i constantly desktop enviorment hop [01:38] until i find gnome which i think is the best desktop enviorment [01:42] I'm suddenly finding Ubuntu 24.04 starting to boot. It says ""oading initial ramdisk" then stops. I can get to recovery mode. Any recommendations on what to do from there ? I cant fsck because the root file system is mounted already [01:42] !bootrepair | devslash [01:43] devslash: Boot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu. See https://help.ubuntu.com/community/Boot-Repair for more info. [01:46] ok thanks [02:00] these are my recently installed packages: https://termbin.com/3zzk [04:07] in anyone in here? [04:08] !ask | ubuntu_ [04:08] ubuntu_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience === ubuntu_ is now known as Rimmy [04:12] Whats good ppl === HE is now known as HavenE [08:43] kkk [08:43] windows [08:46] so I've got this VPS with ubuntu 22.04 lts (originally 20.04 lts, upgraded to 22.04), and it's losing the default route after a reboot [08:46] journalctl shows cloud-init running showing the correct routes [08:46] then I see [08:46] systemd-networkd[652]: ens3: Could not set route: Nexthop has invalid gateway. Network is unreachable [08:47] when I log in over the emergency VNC console and run 'netplan apply', then network comes back [08:47] if I look at ip route before then, I see no default route, just a local subnet route [08:50] my (redacted) /etc/netplan/90-vz-ens3.yaml is https://bpa.st/3I5Q [09:13] mgedmin: finding a lot of threads & bugs around netplan + upgrade to 22.04 a complex topic to pinpoint right away [09:13] I think the VPSes network config is _weird_ (gateway on a different subnet than the VPS's own IP??? how does that work???) [09:14] mgedmin: dont find something similar on netplan right away, https://bugs.launchpad.net/netplan/+bugs?orderby=importance&start=0 [09:20] I've found https://access.redhat.com/solutions/7001170, which translates to "talk to your VPS provider's support", since I can't just arbitrarily grab an IP from the gateway's subnet === DarkG_ is now known as DarkG [09:24] mgedmin: if it worked on 20.04 and started giving issues on jammy? [09:24] yes [09:25] would doubt its provider then [09:25] sometimes broken configs work until they stop, and then you find out it's been misconfigured all the time *shrug* [09:26] this VPS shipped a non-standard /usr/sbin/run-parts to add a random delay before exec'ing the real /bin/run-parts [09:26] and the random delay was implemented in bash by setting the random seed via ip=$(hostname -i); RANDOM=${ip//./} [09:27] in ubuntu 22.04 hostname -i started returning the IPv6 address in addition to IPv4, and this bash script broke [09:27] eek [09:27] /usr/sbin/run-parts: line 5: 2a02: value too great for base (error token is "2a02") [09:27] by email every single hour from /etc/crontab trying to run cron.hourly tasks [09:28] the network configuration is similar; there's a python script and a bunch of shell scripts in /usr/lib/parallels-tools/tools/scripts/ [09:28] that modify /etc/netplan/90-vz-ens3.yaml on every boot [09:29] twice: once removing all config and adding network addresses; the second time adding routes [09:29] it was also running 'netplan apply' after each modification [09:29] this VPS provider used to provide OpenVZ containers as "VPSes", but ubuntu 20.04 doesn't work in OpenVZ (kernel too old for the libc or something) so they switched to KVM VMs [09:30] I hacked up the python script to run 'netplan apply' only once, after the gateways are configured [09:30] but now I think each netplan apply has a 50% chance of failing, because it's adding the routes in random order or something [09:30] can't verify until I reboot, and it's a pain [09:31] I wonder if netplan is generating the routes in /run/systemd/network/ in a random order, or if it's systemd-networkd that's trying to load them in parallel or something [09:31] leave a journalctl -f open while you play, maybe we can catch more bottlenecks [09:32] debbugging network issues remotely over the network is ... special [09:32] I don't want to use the VNC emergency console more than necessary [09:33] also, this VPS is the one that runs my irc bouncer (ZNC), so it it goes down, I lose IRC [09:33] maybe I shouls move to a different provider. again (was at OVH until their entire data center literally caught on fire). [09:45] i haven't followed the full conversation, but maybe this helps (found when searching for the error message provided - "Could not set route: Nexthop has invalid gateway. Network is unreachable"): https://github.com/systemd/systemd/issues/28358 [09:45] -ubottu:#ubuntu- Issue 28358 in systemd/systemd "Bug: systemd-networkd does not properly connect to network after suspend" [Open] [09:45] mgedmin: ^ [09:49] a very interesting bug, thanks! [10:01] hello, how do I find out which value for `bs` in a `dd` command will be fastest for a given disk? [10:02] some people use 1M, some 16M etc. [10:02] but which one would be fastest? how do I find that out? [10:09] dwodokw: it kind of doesn't matter, as long as it's large relative to the sector size of the disk [10:09] dwodokw: 1M is probably fine [10:10] so 1M might just perform the same as 16M in terms of speed? [10:10] dwodokw: this sounds like the sort of thing you could experiment with! [10:10] "time dd if=thing of=device bs=whatever" [10:10] run each a few times to discount the effects of cacheing [10:10] is there a way to find out the sector size of a disk? [10:10] using some utility maybe? [10:11] pretty much everything these days is 512 bytes [10:11] at least from the user's point of view [10:11] does that mean there's a different PoV where it might not be 512 bytes? [10:12] maybe from the hardware PoV? [10:12] yeah [10:12] and figuring out that value is probably not trivial for each disk [10:12] like internally some flash devices might really cope with larger blocks, but present it as 512 bytes because that's what everyone expects [10:13] dwodokw: you're overthinking it [10:13] the problem is that if bs is very small like even 1 byte, you spend more time laboriously picking up each byte and transferring it across [10:13] yeah [10:14] but if it's large it's going to split it up anyway so something like 16M should usually be fine [10:14] probably [10:14] dwodokw: a long time ago I measured dd with various block sizes, and the default bs=512 was half as fast as bs=1k, but increasing bs any more produced no effect on the speed [10:15] oh I see [12:37] Hi all === NDPZenB00k is now known as NDPZenBook === iwannaberoot7 is now known as iwannaberoot [14:14] :-) [14:15] hey oerheks [14:15] hi BluesKaj just testing if i was connected [14:16] right :-) [14:17] btw what client do you use? i use irssi [14:18] I use konversation, it's a kde/plasma irc clirnt [14:19] client even [14:20] irssi is a good backup when one needs help with desktop issues [14:26] btw what is best way to use computer with gui over network? [14:28] could vnc be good way and if it is what server should i use (debian based system) [14:29] not ubuntu? [14:29] screen over ssh [14:30] how [14:30] and ubuntu is debian based [14:30] but a gui over the network can be a drag [14:31] also there is a rdp standard installed, not activated [14:31] https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html [14:34] kuka_lie: Ubuntu is a fork from Debian, they couldn't be further apart in scope, goals, and what each comes with today [14:43] kuka_lie: If you were running Ubuntu's main release, there is a remote desktop server that can be enabled through the settings utility. [14:44] pragmaticenigma: i thinked that i mayby use raspberry pi as server [14:44] using some debian based os [14:45] is x11 forwarding over ssh good idea [14:45] kuka_lie: Can't help you if you're not running Ubuntu. Raspberry Pi OS is optimized and built specifically to work with the Raspberry Pi. For help, they have a very active community to help oyu. === lucenera7 is now known as lucenera [15:19] hello I am trying to play a game in linux in my laptop. By chance I my laptop's screen disappeared from the gnome selection screen and the only screen left was my second monitor and I say a huge increase in the game performance. What might be happening? [15:21] Is the second monitor lower resolution? The laptop configuration might have the external monitor controlled only by a dedicated GPU (if the system is equipmened with 2 GPU.) [15:21] Lots of possibilities... I'd just enjoy being able to play the game [15:22] yes I have 2 gpus [15:23] I can only guess, but the game being played on the external monitor, likely activated the dedicated gpu for better performance. [15:26] I didn't see the laptop's screen. Only the external monitor [15:27] hi [15:27] I got 120 fpms, now I got 100 and don't know how to get it back to the previous configuration. It happened by chance [15:28] That's what I'm saying bewilled ... Having only the external monitor running, and turning on the game probably got the dedicated GPU to take over. [15:28] bewilled, do you have a FN hot key combo, internal/external/both? [15:28] bewilled: have you tried rebooting the machine? [15:29] oerheks, no [15:31] pragmaticenigma, yes [15:31] bewilled: can you elaborte more? [15:31] *elaborate [15:32] Some pointers with useful information: version of Ubuntu, GPUs used, game you try to play [15:33] here I didn't see two screen (1 and 2) https://pasteboard.co/e77Jnq2hsDL8.png I saw only one (the external gpu) [15:34] ravage, 24.04 nvidia rtx 2070 dota [15:34] sorry not external gpu, external monitor [15:34] so is this a desktop system or laptop? [15:34] what is the other GPU? [15:35] bewilled: both monitors are listed on that screen shot. possible that one of them is just simply disabled? [15:35] ravage, CoffeeLake-H GT2 (UHD Graphics 630) [15:35] there seems to be a diplay 1 on that screenshot yes [15:36] bewilled: do you run that game in steam how how? i don't think there is a linux version of that game right= [15:37] one day I only saw this: https://pasteboard.co/Ko8UUP6znJQ4.png. and it played much much better [15:39] bewilled: we need to focus on one issue a time. which would you like to focus on right now? [15:40] bewilled: do you run the game with steam? [15:40] yes. steam [15:41] then right click on your game. select properties [15:41] at LAUNCH OPTIONS enter: __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only %command% [15:42] that should force the game to use your nvidia CPU no matter what other cards are available [15:42] ravage, thanks I need to go right now, but will be back in abount an hour and I'll test it [15:47] Hi, my swap is unavailable since I upgraded to 24.10, from a quite vanilla ZFS fresh 24.04. I wonder if I should file a bug report on launchpad? You can see more details there: https://askubuntu.com/questions/1532514/swap-not-available-after-upgrade-to-24-10 [15:50] swapon /dev/your-swap-partition [15:51] swapon: cannot open /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-dm_crypt-0: No such file or directory [15:52] so what happened to that device? is it still around? maybe just with a different block device id now? [15:52] $ sudo swapon /dev/nvme0n1p3 [15:52] swapon: /dev/nvme0n1p3: read swap header failed [15:53] I think it can't find the encrypted swap partition [15:53] mkswap /dev/your-swap-partition [15:54] is "/dev/disk/by-id/dm-uuid-CRYPT-PLAIN-dm_crypt-0" from your fstab? [15:55] mkswap /dev/nvme0n1p3 isn't going to bring back the encrypted partition [15:55] Yes /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-dm_crypt-0 is in fstab [15:59] dwodokw: a long time ago I measured dd with various block sizes, and the default bs=512 was half as fast as bs=1k, but increasing bs any more produced no effect on the speed [15:59] dwodokw: sorry, wrong terminal to hit up, enter [15:59] lol [16:03] webchat8, you might as well use /dev/mapper/x directly instead of dm-uuid-CRYPT-PLAIN-x. unlike most other by-id links, crypt plain has no id at all, so only the name is left [16:06] I don't think the encrypted swap partition is mounted, I can't see it in /dev/mapper [16:07] if you don't have a block device with PARTUUID=d5018485-33be-40b8-80a1-9adb3c96ff16 then it will fail to decrypt that [16:09] Yes but it doesn't work either when replacing the ID PARTUUID=d5018485-33be-40b8-80a1-9adb3c96ff16 by /dev/nvme0n1p3 [16:10] in /etc/crypttab [16:10] ravage, back [16:10] you want to stick to the partuuid, since nvme0 device names are not stable [16:10] you can try setting options more explicitely (plain,cipher=aes-xts-plain64,size=256,swap) [16:11] just need to use a partuuid that actually exists [16:13] I can't find the UUID for /dev/nvme0n1p3 how do do I find it? [16:13] assuming /dev/nvme0n1p3 is the backing device (source) for encrypted swap, sudo blkid /dev/nvme0n1p3 [16:13] blkid /dev/nvme0n1p3, it would have no UUID, but a PARTUUID is possible if it's GPT partition [16:14] if it does have a UUID (an unencrypted valid signature) then that may be another reason why crypt swap fails, it tries to not format your filesystems... [16:16] According to blkid, PARTUUID=d5018485-33be-40b8-80a1-9adb3c96ff16 for /dev/nvme0n1p3 [16:16] So it's the same as in crypttab [16:16] the cryptsetup warning you're seeing during boot (last paragraph of your post) is relevant [16:17] I tried the options swap,initramfs,cipher=aes-xts-plain65,size=256,hash=sha1,keyscript=decrypt_derived [16:17] but the warning is still there at boot [16:18] originally the options were only swap,initramfs [16:19] ravage, didn't work. What's weird is that it's using 2 gpus https://pasteboard.co/sQOAvEUIz6Dp.png [16:19] webchat8, keyscript makes no sense, if you use urandom key [16:20] pragmaticenigma, . [16:20] webchat8, initramfs option is also strange, what does that do? a random swap can't be used for hibernation either way. you could also try this method (but I never tested it with Ubuntu) https://wiki.archlinux.org/title/Dm-crypt/Swap_encryption#UUID_and_LABEL [16:21] I'll try right now: swap,initramfs,plain,cipher=aes-xts-plain64,size=256 [16:23] "The initramfs hook processes the root device, any resume devices and any devices with [16:23]            the initramfs option set. These devices are processed within the initramfs stage of [16:23]            boot. As an example, that allows the use of remote unlocking using dropbear. [16:23]            This option is specific to the Debian crypttab format. It's not supported by systemd." [16:23] !paste | webchat8 [16:23] webchat8: For posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:24] It's from the 24.04 fresh install I guess [16:24] Come state tutti voi [16:34] Rebooting with dm_crypt-0 PARTUUID=d5018485-33be-40b8-80a1-9adb3c96ff16 /dev/urandom swap,initramfs,plain,cipher=aes-xts-plain64,size=256 did not bring back the swap not remove the boot warning [16:48] Rebooting with dm_crypt-0 PARTUUID=d5018485-33be-40b8-80a1-9adb3c96ff16 /dev/urandom swap,initramfs,plain,cipher=aes-xts-plain64,size=256 did not bring back the swap not remove the boot warning [16:51] bewilled: nothing strange about using two GPUs, Hybrid graphics can be used in all sorts of different ways. [17:01] should i use ubuntu 23.04 [17:01] if you like it yes [17:02] wait i dont know if it supported still [17:03] google might help with that [17:04] 23.04 ended support awhile ago, regular releases are supported for 9 months after release [17:04] how about ubuntu 22.10 [17:04] why are you going backwards? [17:05] LTS releases are released in April of even numbered years [17:05] i want gnome 43 [17:05] is lts even number .04 [17:05] that's the month, not the year [17:06] the format of versions is YEAR.MONTH [17:06] 22.04 is still supported [17:06] ubuntu 10.04 12.04 14.04 16.04 18.04 20.04 22.04 24.0-4 [17:06] almost all gnome versions look same [17:06] what desktop ubuntu 16.04 use [17:06] and andrew_ you know the answers already. [17:07] stop wasting volunteers time, like yesterday [17:07] i am going to install ubuntu 22.10 [17:07] and replace 24.10 [17:08] oh wait i forget VM exist [17:08] bad idea, no support, no updates [17:08] just downgrade gnome and use latest version [17:08] kuka_lie: please stick to supported techniques and topics [17:09] how do i downgrade gnome [17:09] if there was such path to downgrade gnome, there is not [17:09] https://itsfoss.com/downgrade-apt-package/ [17:09] kuka_lie: that only works if the repository has the older version, which it will not [17:10] 22.04 gives gnome 41. [17:11] how did [17:11] ubuntu 22.10 end support already [17:11] you can download gnome package from other repo and manually install it using dpkg [17:11] it only 2 years also already [17:11] i thought ubuntu released had 5 years of support [17:11] kuka_lie, stop giving bad advise, thanks. [17:12] how did 22.10 end support even thought i saw a video of a version of ubuntu that have 5 years of support [17:12] andrew_ you know the answers already. 22.10 is not LTS [17:12] andrew_: Gnome Desktop team has already released Gnome Desktop 47... not much reason to run an old version [17:13] i am just gonna install a 22.10 vm on my 24.10 dualboot [17:13] andrew_: you don't need to tell us what you want to do. just understand that there is no support for 22.10 here. [17:13] what virtualbox dont have packages for 24.10 [17:13] do i have to install the 24.04 on [17:13] *one [17:14] i forget i put my 24.10 into the 24.04 servers [17:15] how many apps dont have a 24.10 version [17:16] is it just me or most ubuntu users use lts [17:36] what version of gnome ubuntu 25.04 use [17:37] andrew_: 25.04 isn't released yet [17:37] then what is ubuntu next for [17:38] people who are interested in testing and submitting bug reports for the next version of ubuntu [17:38] which version of ubuntu do most people use [17:38] testing non lts or lts [17:38] andrew_: This channel is for support only, please conduct polls in #ubuntu-offtopic [17:39] andrew_: do you have an ubuntu support question? Otherwise, please feel free to ask for opinion polls in #ubuntu-offtopic === eLdr1ch is now known as UglyKidJoe === JanC is now known as Guest2559 [18:12] if i corrput ubutnu [18:12] and dualboot windows [18:12] don't [18:12] do i have to boot into windows to reinstall ubuntu [18:13] why is linux so easy to break [18:13] andrew__: please stick with actual support issues here [18:13] stop with the speculative question [18:14] what ubuntu flavor [18:14] have the pre 17.10 experience [18:14] andrew__: stop [18:14] what [18:14] ubuntu flavor have pre [18:14] 17.10 experience [18:14] stop [18:15] tell me [18:15] andrew__: https://ubuntu.com/desktop/flavours go try out the different flavors and pick the one you want [18:15] what ubuntu flavor have pre 17.10 expreince [18:15] now you are really trolling volunteers. [18:15] join #libera === nckhexen is now known as nckx [18:17] which ubuntu version [18:17] have the unity desktop [18:18] andrew__: https://ubuntu.com/desktop/flavours go try out the different flavors and pick the one you want [18:18] which flavor have unity [18:18] andrew__: if you bothered to click on the link, you would have that answer. Stop trolling [18:18] https://unityd.org/ [18:18] = not ubuntu [18:19] oerheks: there's an official Unity flavor [18:19] what the [18:19] unity flavor called [18:19] andrew__: https://ubuntu.com/desktop/flavours === mrpond1 is now known as mrpond [18:34] im confused [18:34] how come ubuntu 24.10 and ubuntu unity 24.10 use different ui [18:35] andrew__: ubuntu desktop uses gnome [18:35] nto again please [18:35] how about [18:35] ubuntu unity [18:35] how about not. [18:36] do [18:36] ubuntu and ubuntu unity [18:36] use the same desktop [18:36] andrew__: this channel is for serious ubuntu issues, not meant as an ubuntu quiz [18:37] andrew_: if you dont like it just use tty [18:37] we could finally all decide to ignore him. he won't stop anyway === AnelaStar is now known as test === test is now known as MyWorldAgain === MyWorldAgain is now known as LuzEterna === LuzEterna is now known as luzeterna === luzeterna is now known as luxaeterna === luxaeterna is now known as luxeterna === luxeterna is now known as luz [19:52] 1 [19:52] hey [19:52] i love ubuntu unity [19:52] it make ubuntu a unique linux distro [19:52] and not just a glorifed debian testing but with ubutnu like theming on gnome [19:53] it just gnome with icon and dock extension [20:32] hey [20:32] I'm getting [20:32] ./musicgpt: error while loading shared libraries: libonnxruntime.so.1.17.3: cannot open shared object file: No such file or directory [20:32] tried to run musicgpt on ubuntu 22.04 - https://github.com/gabotechs/MusicGPT?tab=readme-ov-file [20:33] sounds like you're missing that library [20:34] only on oracular 24.10 - next plucky 25.04 [20:35] https://launchpad.net/ubuntu/+source/onnxruntime [20:35] https://pastebin.com/sccQ7Qqd [20:35] good luck with that [20:35] wait, so it's not available on 22.04? [20:36] oh a pip install [20:37] 22.04 is using python 3.10, no? [20:38] ... [20:38] Python 3.9.12 [20:40] after pip install onnxruntime [20:41] it still says musicgpt: error while loading shared libraries: libonnxruntime.so.1.17.3: cannot open shared object file: No such file or directory [20:41] https://releases.ubuntu.com/jammy/ubuntu-22.04.5-desktop-amd64.manifest [20:41] ubuntu 22.04 has python3.10 installed by default [20:41] Guest8: You should not install anything using pip to your machine directly. [20:41] python --version [20:41] Python 3.9.12 [20:42] not on my 22.04 install, 3.9.5 was on focal fossa [20:42] = 20.04 [20:42] Description: Ubuntu 22.04.4 LTS [20:42] is ubuntu unity still ubuntu [20:42] Guest8: then you are either not running ubuntu 22.04 or you have a broken install with 3.9 the default [20:42] so leftyfb is ubuntu unity still ubuntu [20:42] but with the old desktop ubuntu 11.04-17.04 used [20:43] !op | andrew_ constantly trolling [20:43] andrew_ constantly trolling: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant [20:43] wait, so I need to upgrade python to 3.10? [20:43] what do I need to do? [20:43] lefty [20:43] why did you call a channel emergancy [20:43] Guest8: ls -l $(which python3) # what does this give you? [20:43] !op } why did you call a channel emergancy here [20:43] andrew_: I am only a bot, please don't think I'm intelligent :) [20:44] !op | why you call a channel emergancy [20:44] why you call a channel emergancy: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant [20:44]  /home/linuxbrew/.linuxbrew/bin/python3 -> ../Cellar/python@3.11/3.11.4/bin/python3 [20:44] Guest8: why did you do that? [20:45] https://linuxconfig.org/installing-homebrew-on-ubuntu-debian-a-step-by-step-guide [20:45] Guest8: undo all of that [20:45] ocular python ? https://launchpad.net/ubuntu/oracular/amd64/python-dev-is-python3/3.11.4-1 [20:45] I hate all these tutorials [20:45] Guest8: I think the problem is because you installed using pip, where libraries were already provided by Ubuntu's default install. The installation wasn't successful if you read the output carefully, you would see there are version number conflicts [20:45] oerheks [20:45] why did you call a channel emergancy [20:45] why on earth then tutorial says to do that [20:45] ? [20:45] i meant leaffylb why you call a channel emergancy [20:46] Guest8: you'll have to ask the author of the tutorial [20:46] Guest8: Because tutorials assume you have experience installing simplier things [20:46] andrew_, you are really trolling volunteers and have been asked many times to stop. [20:46] so how do I undo that? [20:46] oerheks what happen after a channel emergancy [20:47] Guest8: You should be using virtualenvs or pyenv. Do not attempt to change the system-level Python interpreter. [20:47] Guest8: and would understand the pitfalls. The latest version of Python no longer allows pip to be run outside of venv, when it's detected it's part of a system install. Preventing you from breaking your OS install. [20:48] how do I undo that [20:48] ? [20:48] !op dont ban me [20:48] !op | i dont want to get banned [20:48] i dont want to get banned: Help! Channel emergency! (ONLY use this trigger in emergencies) - CarlFK, DJones, el, Flannel, genii, hggdh, ikonia, krytarik, mneptok, mwsb, nhandler, ogra, Pici, popey, sarnold, tomreyn, Unit193, wgrant [20:48] lol [20:49] Guest8, reinstall is the fastest way, i guess. [20:49] not going to reinstall because of this [20:50] Guest8: it's very difficult, as oerheks notes, reinstall is the fastest way. undoing your mistake has the risk of removing system packages by accident leaving you with an unusable system [20:50] Guest8: Reasons to always make a backup of your machine, and experiement in VMs [20:50] hi [20:50] with such drastic python change, try to run updates? do you get errors? [20:50] well it's my problem that google gives this answer as top 1 [20:50] ? [20:50] I installed brew this way, because this is only answer there [20:50] idiotic [20:51] I'm not going for a reinstall [20:51] Guest8: Reinstalling is honestly your best bet. "not going to reinstall" is an understandable sentiment, but obstinance doesn't solve technical problems. [20:51] Guest8: brew isn't officially supported on ubuntu [20:51] Guest8: attempting to do so is at your own peril [20:51] well I downloaded musicgpt source code that isn't using brew [20:52] I get the same error [20:52] musicgpt: error while loading shared libraries: libonnxruntime.so.1.17.3: cannot open shared object file: No such file or directory [20:52] and now you need to undo all you did to install brew [20:52] Guest8: also, musicgpt isn't officially supported on ubuntu [20:52] I  don't know how [20:53] Reinstall. [20:53] $ (echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/linuxconfig/.bashrc [20:53] $ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" [20:53] undo these [20:53] I'm NOT GOING TO REINSTALL, THIS SYSTEM HAS A LOT [20:53] Guest8: take this as a learning opportunity. learn about the tools and commands before just blindly trusting tutorials on the Internet. 90% of them are out of date within weeks of being published, and rarely take into account the modifications the author already made to their machine that they may benefit from without knowing. [20:53] a lot of broken configurations [20:54] Guest8: No amount of yelling that is going to change the fact that you NEED to do so. Surely you have backups. [20:54] I think chatgpt knows how to [20:54] oh, good luck with that. [20:54] adding fuel to a fire... good idea Guest8 [20:54] chatgpt is a great way to make it worse than it already is [20:54] lol [20:54] Your system is going to be hilariously broken in a few minutes. [20:54] i bet chatgtp echoes my advise [20:56] I deleted that from bashrc [20:56] Homebrew 4.4.4 [20:56] is still installed [20:58] yo [20:58]  ls -l $(which python3)  /home/ronalds/anaconda3/bin/python3 -> python3.9 [20:58] Who know [20:58] ubuntu unity [20:58] so how do I install musicgpt on ubuntu 22.04 [20:58] ? [20:58] guest8 [20:58] Guest8: it's not officially supported [20:58] what irc cilent you use [20:59] build it yourself? https://github.com/gabotechs/MusicGPT/releases/tag/v0.3.4 [21:00] Guest8: I suggest looking at using a VM, or it appears the project offers a docker image. [21:00] oerheks [21:00] what is the most popular linux distro [21:00] yrdsb: Why are you back here with the same inane questions? [21:01] i like these questions [21:01] it's going on 3 years he's been trolling here [21:01] what you mean 3 years [21:02] 2022 Feb 16 09:16:11 how do i install old kubuntu releses [21:02] and has been kicked from here 5 times [21:02] why tf musicGPT on docker download 2gb large files [21:03] Guest8: your questions about musicGPT should be directed towards the musicGPT project. It's not supported here [21:03] complete image? with all bits and parts that come with it? [21:05] Guest8: likely because the docker image is configured for all the features. Also likely has the larger model included. Go to the musicGPT community for further help, they will have to guide you on finding the right way to get musicGPT working on your machine. This channel focuses its support on the packages included in Ubuntu's Software installer applications. [21:21] docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. [21:22] I have nvidia-driver-535 installed [21:23] Guest8: Read the documentation, it's clear that you are just blindly looking for commands and not reading anything [21:23] it seems like I have basic nvidia-drivers installed [21:24] otherwise rendering videos in nvenc and etc would not work ether [21:24] docker needs something like --runtime=nvidia and toolkit installed? [21:25] yeah, they give docs for that [21:25] https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#configuring-docker [21:25] should I do this ? [21:26] Guest8: There is probably a command for telling the docker instance to use the local GPU. Docker instances run in a sandbox, and require explicate commands and permissions to access resources on the host system. These commands and instructions are usually included in the documenation (and I see them in that documentation) [21:34] ok it seems to worked [21:35] still waiting for docker image to start, but running on nvidia worked [21:39] sudo docker run -it --gpus all -p 8642:8642 -v ~/.musicgpt:/root/.local/share/musicgpt gabotechs/musicgpt --gpu --ui-expose [21:39] 2024-11-10 21:37:24.677 INFO MusicGPT running at http://4e722a5f1404:8642 [21:39] I don't understand, the link does not work in browser [21:41] it uses meta? good luck [21:41] it does not say much in website [21:41] what do I have to do from now? [21:42] Guest8: you follow the instructions [21:42] If you didn't configure docker networking to connect the port of the docker image to the local machine it's not going to work. Guest8 Several times now, I have told you, read up on the tools you are trying to use. We're not here to support your endever, especially since you are now way off base when it comes to Ubuntu. Maybe try asking in a docker channel/forum. Or more importantly, read up the documentation on the tools you are using. [21:42] Right now it only supports MusicGen by Meta [21:43] Guest8: https://github.com/gabotechs/MusicGPT#:~:text=There%20are%20two%20ways%20of%20interacting%20with%20MusicGPT%3A%20the%20UI%20mode%20and%20the%20CLI%20mode. [21:44] it did not say anything about this "If you didn't configure docker networking to connect the port of the docker image to the local machine it's not going to work." [21:46] Guest8: because you need to read up on how to use docker [21:47] I don't know how or where [21:47] idiotic tutorials [21:47] programmers are usually bad tutorial writers [21:48] sudo nvidia-ctk runtime configure --runtime=docker [21:48] I did this [21:48] Guest8: Read everything under this heading until you get to "With Cargo" [21:48] https://github.com/gabotechs/MusicGPT/blob/main/README.md#docker-recommend-for-running-with-cuda [21:48] I did docker pull gabotechs/musicgpt [21:48] and docker run -it --gpus all -p 8642:8642 -v ~/.musicgpt:/root/.local/share/musicgpt gabotechs/musicgpt --gpu --ui-expose [21:50] what else am I missing? [21:50] INFO MusicGPT running at http://2e5a600207d3:8642 [21:51] the fact that none of this has anyting to do with ubuntu? [21:51] The MusicGPT community... go there for further help. [21:52] Guest8: You're expecting a group of individuals who have dedicated themselve to supporting and helping with Ubuntu, to know about an application that less than a percent of the general public is using. You're going to need to find the community that works with the software to get better and more useful help. [21:52] yeah and where is that even [21:52] Why would we know? [21:59] write on their github? [21:59] this is why we officially only support packages from our repos [22:12] I finally found that it works on local ip [22:12] 8642 port [22:13] So you're just blindly entering commands with no idea what they do. [22:14] this is the guy who had python installed through anaconda and homebrew [22:14] Yeah. [22:14] reasons to just stop responding at this point, their system is likely already broken, they'll be here soon enough to hear us all again say, time to reinstall === MrLuca is now known as L-u-c-a === JanC is now known as Guest8239 [22:55] so I got that musicGPT is accesable from browser but it turns out 535 nvidia driver cannot work so I installed cuda toolkit and nvidia 555 [22:58] when you got this working, write a manual/blogpost?