[00:03] Oh man I got it to run but I have no idea what I'm doing [00:04] It's like I have to start conda environments and then install things and run from within them [00:05] Dam it I wish I wasn't born dumb as a bag of hammers [00:05] its working though, rite? [00:05] yee [00:06] but I don't want to ruin any programs that might depend on python [00:08] I don't really know what I'm talking about but I think people setup walled environments in python to stop you from messing around with other programs that might depend on the python base install [00:10] maybe join #python [00:11] I could be pulling this info from thin air.. It's just what I've kinda gathered from my limited cognitive ability [00:11] yeah [00:12] If I wasn't so dumb I'd probably have joined #python first lel [00:12] Sorry everyone === Bebef is now known as Guest1286 [03:15] hi === routebee is now known as route-bee === diskin_ is now known as diskin [04:33] Hi, I'm on 22.04. How can I disable the notifications about snap upgrading firefox and chromium via cli? [04:40] soreau: So far as I am aware - ^ -- a works in progress: https://ubuntu.com//blog/snaps-better-refresh-notifications [04:42] soreau: uninstall snap. [05:58] bougyman: plz dont advice users to uninstall snap, its a part of ubuntu now === root is now known as Guest558 === felipe is now known as spirox === kuntop_2 is now known as kuntop [07:49] quit [07:52] quit === floown_ is now known as floown === ViktorasCAM is now known as sinvet === root is now known as Guest8523 === kuntop_3 is now known as kuntop [08:30] hhi [08:31] hi guys [08:31] hi lux [08:31] hi [08:31] how are you doing === kuntop_2 is now known as kuntop [08:34] !support | lux [08:34] lux: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [08:34] eh [08:34] !offtopic | lux [08:34] lux: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! === ViktorasCAM is now known as sinvet [09:31] !help [09:31] 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 [09:31] what can we do for you ksy [09:34] lotuspsychje: thank you. I just tried the help command to see what the bot can do === Abrax is now known as Supercalifragili === Supercalifragili is now known as Abrax [10:04] pending update on discord snap, every day i get this notification several times, how do i get rid of it? [10:04] it tells me to restart discord, and i have, i have even restarted the machine [10:07] elwisp, the notification is buggy (being fixed atm) and should tell you to stop the app and run "sudo snap refresh" ... [10:08] make sure to refresh the app manually while it is not running and the notification will go away === trogloditas_ is now known as ViktroasCAM === root is now known as Guest3326 === sussybaka is now known as dead_weight [10:19] Upgrading my 20.04 server to 22.04 removes the ldap-account-manager package. Upgrade logs: https://termbin.com/k00f [10:19] I have a snapshot I can retry the upgrade if I can find a way to avoid it. Maybe installing php-json beforehand will help the apt resolver there? === ViktroasCAM is now known as sinvet [10:25] ogra: what does refreshing the app manually mean? [10:25] because i have tried sudo snap refresh already [10:25] i shall try again, perhaps i left it running that time [10:26] I think that did it [10:26] time iwll tell, thanks for the help ogra [10:49] Indeed `apt install php-json` before `do-release-upgrade` worked around the issue === dead_weight is now known as applepear === applepear is now known as idiocracy === idiocracy is now known as worldwar4 === worldwar4 is now known as worldwarIV === worldwarIV is now known as GrandTheftAuto_V === GrandTheftAuto_V is now known as idiocrashy === idiocrashy is now known as pingpongkang === gr33n7001 is now known as gr33n7007h [11:53] Hi all! I am wondering if someone can help me figure out what packages or settings I am missing here? I am trying to install dependencies for a Python project on Ubuntu 22.04. One package called uWGSI fails to install with the following stacktrace: https://pastebin.com/sm5eKqBu [11:55] manwhowouldbekin, have you tried first sudo apt update && sudo apt-get upgrade --fix-missing -y [11:55] brkcore, I have not. [11:56] manwhowouldbekin, also try apt-cache depends package_name [11:57] manwhowouldbekin: additionally, why are you trying to install a software which is probably not maintained anymore (as the copyright says 2016) [11:57] murmel, It is used by a project I am using as template. I do not know much about it (uWSGI) [12:00] brkcore, Those commands didn't help. What package name? [12:01] can you give the whole output of command + log? [12:01] murmel, Which command? === tdannecy01 is now known as tdannecy0 [12:02] manwhowouldbekin: which you ran to get to this point [12:02] I assume that error didn't just appear out of nowhere ;) [12:02] murmel, The command was 'pipenv install --sequential [12:03] manwhowouldbekin: oh I just realized, it needs python2, which is not available on 22.04 [12:04] holy moly, it's still in the repo :X [12:04] oh well [12:04] did you install python2? [12:07] murmel, This is the entire log of the command: https://pastebin.com/q1dZag9H [12:08] murmel, I have not installed Python2 on my system, AFAIK. [12:09] murmel, What is still in the repo? [12:09] python2 [12:12] manwhowouldbekin: just a quick test in a vm, after installing all the python2 stuff, uwsgi is installable :S [12:13] murmel, I see! What is the best way to install it? I typically use Conda for my Python needs. [12:13] can you install python2 with conda? no idea on that part [12:15] murmel, I doubt it. Does this seem reasonable? `sudo apt install python2` [12:15] manwhowouldbekin: but honestly, I would isolate that stuff as much as possible in a vm or so. if you do, just follow the official instructions on how to install it [12:16] manwhowouldbekin: yes, but I would definitely not install it on a system you actively use [12:16] murmel, What stuff? The project? Or the Python 2? [12:16] both [12:16] python2 was deprecated like 12 years ago? [12:16] and out of support for like 3 or so [12:16] with uwsgi, at least their github repo still sees some work, but no idea how well it's maintained [12:18] murmel, Right. Seems outdated. [12:19] manwhowouldbekin: good luck ;) will be offline for a couple hours [12:19] murmel, Thanks! [12:28] Hi all [12:31] hi [12:31] * poisone loading zm... === elastic_dog is now known as Guest1674 [12:36] anyone familiar with composer in here? My google fu is failing me. I'm getting an unexpected 'use' syntax error and don't know why. Thank you. [12:37] BCB try #php or the channel of the framework you use like #symfony [13:03] any irc group for UT5 game engine? [13:56] offtopic, if it's not open source, no. [13:57] try ask on #libera or /list somewhere else [14:01] (the user left long ago) [14:02] ok. === tdannecy09 is now known as tdannecy0 [14:18] Every once in a while, gnome-screensaver and it's relatives mate-screensaver/xfce4-screensaver/cinnamon-screensaver have a bug to where it's easy to get around a locked session either by crashing it or some other way. How quickly does ubuntu backport and patch their distros in such an incident? Because it's getting me a bit paranoid if I can trust [14:18] any desktop environment at all to not be easy to circumvent. jwz is very proud of his xscreensaver and always reminds everyone how the rest suck. [14:21] larslu, if there is a security related problem it should be fixed pretty fast. also depends on i which repo your package is. https://help.ubuntu.com/community/Repositories [14:22] gnome-screensaver is under universe, which means its community supported. Can I trust the community will fix it within a very short amount of time? [14:22] no [14:23] If I was paying for ubuntu pro, would I be getting the security patch (even for universe) directly from canonical (and in a very short amount of time) rather than rely on the community? [14:24] for Ubuntu Pro related questions you would have to contact Canonical [14:24] Ubuntu Pro is not a community project [14:24] Okay. Thank you. [14:27] can you enlarge a raid0 array with mdadm? [14:29] raid0 [14:57] lame question of the day: don't know how messing around with AMD driver did it but I don't have 'terminal' [14:57] listed in the gnome context menu [14:57] how can I add it back to it? [14:57] 22.04 LTS [15:00] yeah waiting ~1m helps to get support xD [15:03] murmel: Sometimes all you have to do is post the question to the internet and the answer becomes so obvious you're embarassed to stick around. [15:05] jhutchins: but not even 1 min? idk [15:06] What do I need to use double shock usb 2 game controller on ubuntu in steam? [15:07] and driers? [15:07] and dri ers? [15:07] and drivers? [15:07] are we talking about official dual shock 2 controllers? [15:07] did you check in steam settings [15:09] Hi seen this one : [15:09] https://www.makeuseof.com/tag/get-game-controllers-running-linux/ [15:17] murmel this one https://youtu.be/9QX1shkfPUM?t=114 [15:22] Intelo: oh now it gets definitely way harder, as those third party controllers most of the time have very bad drivers (even on windows) [15:24] murmel ok === jje142 is now known as jje14 [15:48] hi there [15:48] I recently upgraded to Ubuntu 22.10 from 22.04 [15:48] I have trouble loading my signed modules: "modprobe: ERROR: could not insert 'vboxdrv': Key was rejected by service" [15:48] My MOK key is enrolled, I can see it in dmesg or with `mokutil --list-enrolled` [15:48] mokutil --sb-state returns `SecureBoot enabled` [15:48] sudo mokutil --test-key MOK.der returns: `MOK.der is already enrolled` [15:49] I have this behavior since I am using the kernel v5.19.x, I am currently using kernel v6.0.6 [15:49] With kernel v5.15.x I was able to load my signed modules without any problem [15:49] Can someone help be debugging this issue ? [15:51] fenrirjk: hmm, there is no kernel v6.0.6 for 22.10, from what i can tell [15:52] are you building this yourself, or obtaining it from a third party, or using the unsupported test kernels? [15:53] tomreyn: I installed it with mainline (Ubuntu Mainline Kernel Installer) [15:53] But I have the same behavior with the 5.19.17 (installed during the release upgrade) [15:53] so it's an unsupported test kernel, i see === drkokandy_ is now known as drkokandy [15:54] does it also happen with kinetics current default kernel, 5.19.0-23 ? [15:55] How can I install this one ? [15:55] install any pending updates [15:56] !uptodate [15:56] To ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`. [15:56] !uptodate [15:56] ok [15:56] my system is up to date (via `sudo apt update && sudo apt upgrade` [15:57] doing `apt full-upgrade` right now [15:58] there is indeed: `128 upgraded, 12 newly installed, 5 to remove and 0 not upgraded.` ... I hope that will fix my issue. [16:00] fenrirjk: you'd also need to boot into the default (5.19.0-23) kernel. such as by manually bringing up the grub menu and selecting this kernel from the "Advanced" submenu. Or by configuring grub to boot to this kernel by default. Or by removing any higher version kernels. [16:02] or by choosing the respective menu entry once (which is not easy), using grub-reboot [16:02] Well I only have two kernels installed: ls /boot/vmlinuz* gives `/boot/vmlinuz /boot/vmlinuz-5.15.0-52-generic /boot/vmlinuz-5.19.17-051917-generic /boot/vmlinuz-6.0.6-060006-generic /boot/vmlinuz.old` [16:03] (full-upgrade is completed) [16:03] this seems to list three kernel images [16:04] ok, but how can I be sure if there is a v5.19.0-23 ? [16:05] hmm, i'm surprised that you have /boot/vmlinuz-5.15.0-52-generic but not /boot/vmlinuz-5.19.0-23-generic on kinetic (22.10) === tdannecy01 is now known as tdannecy0 [16:06] apt policy linux-image linux-image-generic says what? [16:06] !paste | fenrirjk [16:06] fenrirjk: For posting multi-line texts into the channel, please use https://dpaste.com | 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:07] the easiest option to share this output is probably to run: apt policy linux-image linux-image-generic |& nc termbin.com 9999 [16:08] https://dpaste.com/7UZ9TB9GR [16:11] How can I check if a kernel is correctly signed for my secure boot ? [16:11] fenrirjk: oh, you just don't have linux-generic installed. you should have, though. [16:11] Yes, i just installed it, thanks tomreyn. [16:13] so you now have the default Ubuntu 22.10 kernel image installed, and should boot into that (see above). [16:14] Before I used to sign my kernels manually with my MOK keys, I can now skip this step ? [16:14] you should also test whether the out-of-tree vboxdrv kernel module can be built and it can be loaded. [16:15] i *think* that both the virtualbox packages probvided by oracle (which i would recommend using) as well as the ones provided by ubuntu in the (community maintained) "universe" repository build the kernel modules using DKMS [16:15] so it should happen automatically. [16:16] i assume that both are also secure boot compatible, but there i'm not really sure. [16:16] you may want to read up on https://wiki.ubuntu.com/UEFI/SecureBoot and https://wiki.ubuntu.com/UEFI/SecureBoot/DKMS [16:16] tomreyn: compatible yes, but they still need to be signed, otherwise sb will throw a fit [16:17] out of tree modules always need to be signed with your own MOK key, and this key needs to be imported to the uefi firmware managed key store. [16:18] yes i know. I just hope that rh will get to a point to finally upstream the kernel drivers :S vbox is such a pain to "support" because of sb [16:18] DKMS has provisions for signing those automatically, and there is also a mechanism to automatically generate and import a locally generated MOK during the Ubuntu installation process (and possibly later, not sure) [16:18] rh? [16:19] afaik to sign modules automatically you just need to edit /etc/dkms/framework.conf to give your own keys. [16:20] * tomreyn would not know. good luck! [16:21] ok rebooting now, I'll try this 5.19.0-23 kernel. brb. [16:27] I wonder if we're having a problem with less software testing because a greater proportion of users are using Linux systems to do work, rather than play with the software. [16:39] tomreyn: redhat works onto upstreaming the kernel modules [16:42] tomreyn: With kernel v5.19.0-23 I managed to load vboxdrv and run virtualbox. Thank you very much. === diskin_ is now known as diskin [16:59] hi :) I'm using Ubuntu focal's apt to install winehq. is there an easy way to get a list of all the URLs apt had to download in order to install winehq? [17:03] oh. I should have searched for URI, not URL. trying --print-uris. [17:21] I'm trying to build a snapd snap using snapcraft.. [17:22] Just installed channel 4.x snapcraft and ran snapcraft on this https://github.com/snapcore/snapd/blob/master/build-aux/snap/snapcraft.yaml [17:22] The output: [17:22] launch failed: Unable to find an image matching "core". Please use `multipass find` for supported remotes and images. [17:22] An error occurred with the instance when trying to launch with 'multipass': returned exit code 2. [17:22] Ensure that 'multipass' is setup correctly and try again. [17:24] "multipass find" shows core and this works as well "multipass launch -n snapTest -m 2G -d 12G core". Also journalctl logs for snapd and snap.multipass are not useful.. [17:24] am I missing something? [17:25] x7upLime: pretty sure #snappy is the better channel for such things, as ogra is definitely in that channel. but not sure if he is available on the weekends [17:26] thanks murmel, I [17:26] 'll try [17:32] Hello folks [17:34] hi memsworth [17:38] Glad to be hre :) === s8n0 is now known as s8n [18:05] murmel: Just FYI (offtopic) since fairly early in the Red Hat project, certainly after they reorganized into RHEL and Fedora, they have provided proprietary drivers that are not true Open Source and are not shared with the community. Only paying customers get access to those. [18:05] There's not a process where they "evolve" to open source and move upstream. === tdannecy08 is now known as tdannecy0 [18:09] jhutchins: yeah I know. but thanks for pointing out. but as rh themselves said, they talked to oracle to get to a point where the modules are stable enough to get them upstreamed [18:11] fenrirjk: glad it worked out with the default kernel. [18:12] murmel: i see, i didn't know redhat cooperates with oracle on upstreaming vbox modules === o is now known as niko [18:23] murmel did I missed your last message? [18:25] Intelo: idk? but did you look into the link somebody posted? [18:26] ya its solved. [18:26] does multipass image snapcraft:core still exists? (core16) [18:30] x7upLime: you may want to ask this in #multipass or #ubuntu-cloud (preferrably during business hours) [18:35] thanks ':) [19:04] Hello there! My Ubuntu works so well that it is almost boring. No reasons to fix it, cos it ain't broken in any ways. [19:05] tommix, great. so stay around to help others or come back any time when you run into a problem. if you just want to chat about ubuntu there is #ubuntu-discuss [19:05] ah, ok. I will return if there is some reason. [19:05] `When I set the qterminal colours, where does it pick them up? Would that be in /usr/share/qtermwidget5/color-schemes/? [19:07] raub, google says yes [19:08] ravage: Are those colours GRB? [19:08] er, RGB [19:08] I can't see what I am typing right now, it is washed with a light blue background and white text [19:09] hence m desire to change it. in LXterminal I can edit one thing but it seems qxterminal I have to create a new colorscheme file [19:12] Color=196,160,0 looks RGB === polo_ is now known as polo [19:14] ravage: thanks. I will run all the colours again in the colorscheme file to see if I can find the one that is annoying me === pong is now known as beaver === coconut_ is now known as coconut [19:39] Found it: it was Color4 [19:40] hello [19:43] i love irc [19:43] so clean [19:44] no junk ad's [19:56] I installed screen - when I try an run it I get a permission issue with /run/screen - it seems that the directory is being created as owned by root with rwx------ permissions. I have truied changing it, and it does then work. However, if I leave screen then the problem comes back when I next boot [20:06] jpmh: here, /run/screen is: drwxrwxrwt 2 root utmp 40 Oct 19 22:44 screen [20:07] (of course, you may be running something completely different) [20:07] tomreyn: I know that that is what it needs to be and if a change it to that then all works. But next time it will be created incorrectly again [20:08] as to what I am running - I am running what came from the repository [20:08] same here, som a specific ubuntu releases' "main" repository [20:08] Screen version 4.08.00 (GNU) 05-Feb-20 [20:08] s/som/from/ [20:09] you could compare the permissions on your system to that of another of the same release [20:11] and /run ist temp anyway. [20:11] tomreyn: that is sort of what I did. /run is 755 and it makes /run/screen as 700 - I change it and all is OK tell... === tdannecy05 is now known as tdannecy0 [20:11] https://p.haxxors.com/1pj0z8lm.txt [20:12] so even if mess up the rights it fixes itself after a reboot [20:12] ravage: yes - I know and that is why screen is making /run/screen [20:12] this is a newer version of screen though. so i guess you maybe use 20.04? [20:12] ravage: and infact it MESSES up after boot, making the /run/screen with the WRONG permissions [20:13] but, i suspect, only on your system [20:14] jpmh: what permissions does it create [20:15] and what is "it" [20:15] tomreyn: I'm not sure that I understand what you are saying, but also sort of agree - on the HUNDREDS (literally) of other systems that I access there is no issue. It is just on this NEW laptop [20:15] EriC^^: it creates 0700 [20:15] EriC^^: owned by the root with group as root too [20:15] so is this a fresh installation from an ubuntu installation iso? which version? [20:16] jpmh: please type "sudo rm -r /run/screen && sudo apt-get install --reinstall screen" [20:16] tomreyn: installed maybe two weeks ago 22.04 (minimal) - And I will NEVER do minimal again - I have wasted so much time adding back things I lost [20:17] jpmh: great, that's the kind of basic information that's always good to provide when you have questions [20:18] but then the screen version is irritating [20:18] i have 4.09.00 (GNU) 30-Jan-22 [20:19] !info screen [20:19] screen (4.9.0-2, kinetic): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Built by screen. Size 640 kB / 1,013 kB [20:19] !info screen jammy [20:19] screen (4.9.0-1, jammy): terminal multiplexer with VT100/ANSI terminal emulation. In component main, is optional. Built by screen. Size 656 kB / 1,005 kB [20:19] "apt policy screen" may clear this up [20:22] his output is what you get on 20.04 [20:22] just checked [20:22] jpmh's screen from a yet unknown package reports it is --version "Screen version 4.08.00 (GNU) 05-Feb-20". jammy's 4.9.0-1 package version would report that it is --version "Screen version 4.08.00 (GNU) 05-Feb-20" [20:23] lol had to share this discovery in no mans sky -- https://prnt.sc/C0dRSG6F6fXM [20:23] jpmh: so what does apt policy screen say? [20:24] !ot | Mentos [20:24] Mentos: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [20:37] EriC^^: sorry for the delay I lost internet for a few - tried the remove and re-install - no change - even did a reboot [20:38] jpmh: ls -ld /run/screen gives what? === pingpongkang is now known as gnome_tweaks [20:39] jpmh: which ubuntu version is this? [20:40] 22.10 [20:41] jpmh: so what does apt policy screen say? [20:42] sorry tomreyn was meant for there [20:42] jpmh: what happens if you do 'sudo chown root:utmp /run/screen && sudo chmod 1777 /run/screen' [20:43] EriC^^: as long as I manually FIX the permissions all works fine. That's what is so annoying [20:43] jpmh: are you fixing it by running the command above? [20:44] EriC^^: I am not doing the chown since it is already correct. But I am setting the permissions [20:45] you're settingg 1777? [20:47] EriC^^: jpmh is saying that they are running a GNU screen which reports it is version "4.08.00 (GNU) 05-Feb-20", on a freshly (2 weeks ago) installed ubuntu 22.04. but 22.04 provides 4.9.0. something's not adding up. [20:48] ah tomreyn [20:48] tomreyn: remember that I did need to install screen - which I did with apt install screen [20:49] jpmh: from where? [20:49] and I did just reinstall [20:49] jpmh: run 'apt-cache policy screen | nc termbin.com 9999' [20:49] tomreyn: no idea from where - wherever the system defaulted to [20:50] policy should clear it up i think [20:50] jpmh: it would have installed version 4.9.0 then [20:50] that's why i asked for the policy output 3 times. ;) [20:51] tomreyn: and EriC^^ thanks to your input I removed screen - rebooted, installed screen and now have the right version and more to the point IT WORKS! TY [20:51] I really appreciate you guys and it is help like this that makes me love Ubuntu [20:52] good that it works now [21:29] yes now that I can work it the ubuntu 22.04 copy all or part of the screen does work better than before, ease..... [21:30] raub: Yeah, it's a perpetual problem with vim, dark blue on black. [21:30] Ah yes, the scrollbuffer. [21:54] is it possible to change the gnome screencast saving the videos in mp4 instead of webm? [23:17] Any tips for text to speech apps? That's not the "standard" robot voice, but actually something better. [23:17] Lots of paid websites with good voices, but [23:19] Hm, some google results [23:19] festival sounds kind of ok https://www.cstr.ed.ac.uk/projects/festival/onlinedemo.html [23:21] the voices are all in extra packages [23:26] ravage: yeah, found a link here https://askubuntu.com/questions/53896/natural-sounding-text-to-speech [23:26] Just have to make it read pdf somehow [23:27] Or copy-paste in some easy way [23:28] Or read from the x window buffer :d [23:30] bash can fetch the copy buffer with a tool. then pipe it to festival perhaps [23:42] echo "(SayText \"$(xclip -selection clipboard -o)\")" | festival '(voice_cmu_us_slt_arctic_hts)' --pipe [23:42] That's the one [23:42] :) [23:42] :)