/srv/irclogs.ubuntu.com/2021/12/12/#ubuntu.txt

=== poorboy_ is now known as poorboy
bhullsp01:07
bhullsp01:08
shane_hi I am using ubuntu mate (on a VM) -- I just created a new user -- but the user in not visible in the login chooser :( -- how do I fix this?01:13
shane_oops.. connected from the VM ... back in a minute.01:15
shane_I am back on the host computer, any ideas on fixing the VM login chooser?01:19
nicoz-shade_ how did you add the user?01:24
nicoz-shane_ how did you add the user?01:24
shane_@nicoz-: script using useradd01:25
nicoz-useradd is instead and avoid using useradd since it is a backend command needing more input.01:26
nicoz-now you have to remove the users "userdel nameuser"01:27
nicoz-use "adduser user"01:28
shane_@nicoz-: I have checked the config for lightdm it is filtering any users01:28
shane_@nicoz-: I have checked the config for lightdm it is not filtering any users01:28
shane_nicoz-, I will try that, but the other users where done with the same script and there was no trouble with them.01:30
nicoz-shane_ you have not successfully added the user, this might be because useradd didn't create a home directory for your new user.01:32
nicoz-You should use "adduser user"01:32
nicoz-Before starting now you might want to remove the user you created wrong by "userdel user"01:33
nicoz-Or if you still want to use useradd use at least "useradd -m user"01:33
shane_@nicoz-: That is one of the reasons that the script is done that way, I want the user with a set ID and not create the home directory.01:34
nicoz-https://askubuntu.com/questions/29359/how-to-add-a-user-without-home01:35
nicoz-follow this will help you then01:35
shane_@nicoz-: anyway that hack fixed the problem.. I am still wondering what was configured wrong by useradd.  Thanks.01:36
nicoz-and read the "man useradd"01:36
nicoz-you got the wrong way to add user01:37
nicoz-however the important thing is to resolve shane_ ;)01:39
nicoz-good night i go to sleep ;)01:39
shane_@nicoz-: bye, I will try to get the script to user adduser01:40
=== M4he is now known as mahe
Tech_8sup02:41
yukiupyup02:48
shane_I have search google -- how do I setup multiple keymaps for lightdm -- I need to be able to switch between 'us' and 'us/dvorak' ?02:53
VIA /join peoplesporobro04:10
=== launchd is now known as BuddyTheElf
=== denningsrogue5 is now known as denningsrogue
darklord00000_hi10:15
lotuspsychjewelcome darklord00000_10:15
darklord00000_Thanks, which is the argument in this chat?10:16
nicoz-support of ubuntu10:16
nicoz-ubuntu's support :P10:16
nicoz-for other topics go to #ubuntu-offtopic10:17
darklord00000_only or I can ask a support for anything?10:17
nicoz-for what concerns ubuntu10:17
darklord00000_ok thanks10:17
nicoz-if it’s not something related to ubuntu someone can help you in offtopic10:18
topchikQF==10:22
Lycheehello10:33
Apachezanyone else in here having issues with ubuntu 21.10 and cs:go ?10:34
=== ilovedick is now known as ilovelife
ilovelifehello guys11:08
JosephBlouinHello, Is there an app to make.txt with.pdf?11:13
tomreynJosephBlouin: a pdf to text converter? there is "pdftotext" in package "poppler-utils"11:15
Maikif they just stick around longer...11:16
naimz82lol11:41
Thomas25I have win11 and a macos installed and running on a hardware. I want to insert linux kvm between them and the metal and run them as VMs. I have iGPU and a nvidia card. Is it enough? Would KVM need a head? Can I just assign nvidia to win11 and iGPU to mac?12:17
tomreynThomas25: this depends on a couple additional factors, including hardware/firmware. but theoretically, yes, this may be possible. keep in mind that you will need to take licensing terms of the other OSes into account.12:31
tomreynalso, you may need to reinstall those12:31
Thomas25tomreyn how does it depend on hardware/firmware?12:33
tomreynrunning the host OS (Ubuntu in this case) without any graphics card would probably require a serial console, or a way of switching one of the GPUs between host/guest12:34
tomreynnot all hardware/firmware combinations are well suited for GPU pass-through12:34
weedmichow do i do the following using "ip" instead:  ifconfig eth0 number 192.168.1.2 netmask 255.255.255.224 broadcast 192.168.2.25512:36
Thomas25tomreyn firmware being what exactly?12:38
Thomas25bios?12:38
TomyLobois /etc/cloud/cloud.cfg evaluated only once on setup or is it evaluated regularly?12:40
weedmici have two machines that don't seem to get an ip4 address - i want to do that manually, but ifconfig no longer works.  how do I force a machine to get a dhcp ip4 address using "ip"?12:47
tomreynThomas25: the mainboard firmware, bios, uefi, or whatever macs have there, yes.12:51
tomreynweedmic: neither ifconfig nor ip commands can be used to "force a machine to get a dhcp [issued] ip4 address"12:53
tomreynuse dhclient or the dhcp client embedded in network manager if you would like to use dhcp12:53
weedmicok, manually request12:54
weedmicin ifconfig, i can set a machine's ip address manually as exampled above.  how do i do that with ip?12:54
tomreyni won't go into the "how d i configure my interface with 'ip'" because there are a lot of guides on that, and man pages.12:54
weedmicpoint me to one - i've been searching for quite some time and have yet to see one, including the 2 builtin man pages12:55
tomreynip(8)12:55
tomreynip-address(8)12:55
tomreynhttps://ubuntu.com/server/docs/network-configuration12:57
weedmicthat is one of the two built in pages - i am rereading it, but it did not have the format as i could determine, am redetermining13:00
weedmicfor those who might be interested - the answer was "sudo ip a add dev eth0 192.168.10.105"13:07
weedmicactually the answer was "sudo ip a add dev eth0 192.168.10.105/24"13:13
pikapikaDoes anyone know how to gather up all the deps of a given app (that is already installed) together into a deb?13:27
coz_pikapika, this might help   https://askubuntu.com/questions/592551/how-to-create-a-deb-file-from-installed-package13:28
Maikpikapika: maybe someone in #linux knows since this isn't really a ubuntu support question... i guess13:29
pikapikacoz_, Maik thanks13:29
Maiknp13:29
pikapikaThat appears to be some reading to do before I can say anything further13:29
coz_pikapika, let me know if ir works %)13:30
pikapikacoz_, the target is a higher ubuntu on another laptop13:31
coz_pikapika, you mean according to the link? the version mentioned?13:34
pikapikacoz_, no I meant13:34
pikapikaI wish to install the deb onto a newer ubuntu version on a different machibe13:34
coz_ah I see, hmmm, Not sure I can help with that, unless the dependencies can be updated after a trial install of the created .deb13:35
alkisgHi, I'm trying to test ACLs, isn't this supposed to allow only me to access a file? What am I doing wrong?   $ cd /tmp; date > file; chmod 000 file; setfacl -m u:alkisg:rwx file; cat file13:37
alkisgcat: file: Permission denied13:37
tomreynpikapika: deb's are usually specific to ubuntu releases.13:37
pikapikatomreyn, a deb in this case is just a means of packaging together the files13:38
pikapikaso that it falls under control of the dpkg/apt13:38
alkisgpikapika: is that application already a .deb file, that has been installed? Or is it an ./installer.sh thing?13:39
pikapikaalkisg, it was installed via apt I think13:40
alkisgYou can check with: dpkg -S /path/to/app13:40
pikapikaThe thing is, I would prefer it to have the exact versions of the package and libs if practical, even if the package exists in 20.04 too13:40
pikapikaTo be specific, its play on linux...and for some containers I had chosen the "system wine"13:41
alkisgIf it was a .deb, it would be easier to get its original form once more, rather than to regenerate it from what you see13:41
pikapikaperhaps I could make do with finding out the system wine, and manually choosing it for those containers in the new laptop13:41
tomreynpikapika: deb's are not meant to be used like this. if you are looking for a packaging format that can include dependencies, and not interfere with the rest of the system that way, look into flatpak or snap.13:41
pikapikatomreyn, can you build a flatpak or snap from an existing install and copy it over to a new machine?13:42
alkisgThe playonlinux package is the "library". What you want is the "games", which are not related to .debs or even linux at all13:42
=== gschanuel211 is now known as gschanuel21
tomreynpikapika: i do not know.13:42
alkisgI.e. you just need to clone a ~/.wine dir from somewhere; you don't want to involve any packaging frameworks13:42
pikapikaalkisg, the games are residing inside the wine containers13:42
pikapikawithin a dotfolder13:42
pikapikaSome games using specific wine versions I think have their wines bundled inside that dotfolder too13:43
alkisgRight, what's inside the wine containers isn't related to linux packaging at all13:43
pikapikabut the containers where I chose "system wine" I think use the apt wine13:43
alkisgI'm saying that so that you know what to look for13:43
pikapikaI already know the folder13:43
pikapikaI am just concerned if it may be enough to just copy it over13:44
alkisgSo, forget about .deb and flatpaks etc completely. What you want is to copy that dir, and IF it doesn't work, then you'll need to install the same version of wine/playonlinux on the target computer13:44
pikapikaI see13:44
alkisgThat part (installing wine), may or may not be a .deb, depending on how playonlinux implements it13:44
pikapikaSo first attempt would be to just apt-get install playonlinux on the new system then copy over the dotfolder?13:44
alkisgRight13:45
pikapikabecause otherwise it would be very painful if I have to reinstall all that stuff13:45
pikapikaie each indiviudal game13:45
alkisgNo, what's inside is like a windows installation, that you copy over13:45
pikapikaFingers crossed13:45
alkisgThe "inside" part isn't related to linux package management13:45
pikapikaalkisg, what I am concerned about is the linux binaries, headers, kernel modules if any inside them...the windows binaries are of course unchanging13:46
alkisgOne other thing to keep in mind, is that playonlinux may have some OTHER directories for different wine versions; you may need to locate and copy these too13:46
alkisgWine should be compatible with different kernel versions13:46
pikapikaOk13:46
pikapikaI am just concerned because some wines (ie the one with steam) seem to have kernel objects and headers etc inside it13:46
alkisgpikapika: you may put some listing on pastebin if you want us to take a quick look13:48
pikapikaListing of what?13:49
alkisgOf the kernel objects you mention13:49
alkisgFor example: dpkg -L libwine:amd64 ==> these aren't linux kernel objects, they're windows objects13:49
pikapikaalkisg, I'll have to check if pol has them too13:49
pikapikaI know the steam has these ko files inside its folder13:49
alkisg.ko are linux modules indeed. Did it register anything in dkms? dkms status13:50
pikapikaHow will I know if those specific kos are in dkms?13:51
pikapikaActually steam itself is a non issue13:51
pikapikaIt can only be a problem if it turns out pol also has kos inside which I haven't yet checked13:51
pikapikaSteam is working fine on the new system and some test games I copied over are doing okay13:51
pikapika(I did a fresh steam install and used its internal backup-restore to move the games, since a direct copy of the dotfolder failed to work)13:52
jeremy31That wouldn't make sense to include kernel object files with a program as they are kernel specific13:53
pikapikaalkisg, no .ko files inside .PlayOnLinux13:54
pikapikathank god13:54
alkisg👍13:55
pikapikajeremy31, steam probably has to do funny things with drivers and wine13:56
=== Leoneof|2 is now known as Leoneof
pikapikadkms status doesn't show anything about steam13:58
pikapikaso theres that too13:58
BluesKajHi folks14:01
pikapikaHi14:02
coz_hey BluesKaj %)14:02
BluesKajhey coz_, pikapika14:02
eheadHi14:03
faekjarzI'm looking for a nice PCIe sound card that just works - preferably without (much) conf file editing, kernel module juggling and stuff. Which are YOU running?14:20
tomreynFor Ubuntu hardware recommendations, try #ubuntu-offtopic or #linux14:23
faekjarzaye, captain :)14:25
lotuspsychje!hardware | faekjarz see also14:36
ubottufaekjarz see also: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection14:36
pikapikalotuspsychje, who maintain that list. Does the manufacturer directly tell the ubuntu people, or do people just add it as they test and find out on their own?14:39
faekjarzthank you! of course there's a list ;)14:39
lotuspsychjepikapika: the ubuntu community/volunteers update the ubuntu wiki lists, talking probably to the higher experts/devs14:40
tomreyn HardwareSupportComponentsSoundCards -> "last edited 2009-05-22" - i'm not sure this is too helpful14:41
lotuspsychjethats a while ago indeed14:42
pikapikaThe annoying thing with hardware is that its hard to know whats actually inside something just from the product name14:43
BluesKajlspci14:45
pikapikaFor example, there are routers where if you just go by the model number/sku, its a gamble between three different chipsets that you would end up with inside14:45
pikapikaBluesKaj, exactly14:45
pikapikaThe only way is to actually have the hardware and investigate it14:45
BluesKajor lshw -C nameofhardware14:46
pikapikaAnd those commands behoove actually purchasing/having access to the hardware in the first place ie you don't know before you buy it14:47
pikapikaor a friend has it. But a friend having it as mentioned above gives no guarantee you'd get the same internals if you purchase it14:47
BluesKajusually one find out what HW is in the pc/laptop on the mfgr website if you have the model#14:49
pikapikaYeah but the manufacturer website may not give you enough inforanmtion ex exactly what wifi card or sound card chipset is inside etc14:49
BluesKajthen don't buy that brand14:50
pikapikaand sometimes as mentioned its deliberately or otherwise obscured14:50
pikapikaas in the router example14:50
pikapikaBluesKaj, you have to remember14:50
pikapikaIn general, hw companies and linux often seem to have an antagonistic relation14:51
pikapikain the pc/laptop world at least. Maybe the hw companies hands are more tied in the server market.14:51
BluesKajHP and Dell are quite Linux friendly IME, but my son and I built this pc from scratch so we knew what we were getting from the start14:53
pikapikaDell seems okay from what I seen, but it can be very distro/kernel specific.14:53
pikapikaIt does seem that you must wait at least an year I think before buying anything14:54
* pikapika is on a dell right now14:54
BluesKajmy Dell Inspiron 5570 laptop is just fine on Kubunto14:55
pikapikaBluesKaj, and I ahve a theory it happens only because they also have a server business14:55
BluesKajKubuntu even :-)14:55
pikapikaBluesKaj, it can require rather recent kernels sometimes14:55
pikapikaMy new dell didn't work on 18, 20 was fine14:55
pikapika(tigerlake support was added in kernek 5.8)14:55
pikapikaBluesKaj, is it a 1080p one?14:56
pikapikaOne thing I have seen is that sometimes laptops trade color for resolution14:57
BluesKajpikapika, it's a 1080i mafaik15:01
BluesKajafaik15:01
pikapikaYeah thats what the internet is telling me15:02
BluesKajbut I don't use on my AV system, this pc is setup as an HTPC on the AV setup15:02
pikapikaAV?15:02
BluesKajAudio/video15:03
pikapikaBluesKaj, so you basically just connect it up with a tv or speakers15:03
pikapikaand use them as the screen and sound15:03
BluesKajmy samsung tv is the monitor, hdmi into an av receiver and out to the tv and audio to the loudspeakers15:04
BluesKajHTPC= Home Theater PC15:05
BluesKajI don't even use a fancy gpu, the intel onboard HW does the job15:06
pikapikaYeah intel integrated is quite good15:07
pikapikaBluesKaj, and it would be unwise to try a nvidia or amd anyways15:07
BluesKajyeah, the drivers are iffy on both15:07
pikapikaIntel integrated is quite good actually, I am surprised how many even somewhat recent video games work fine on it15:09
BluesKajI have an old nvidia card gathering dust on my junk shelf :-)15:09
BluesKajnot a gamer anyway so onboard HW works fine for my needs15:11
pikapikaYeah I am not a gamer either, but I was quite pleased to know the ones I do play worked smoothly15:11
BluesKajcool15:11
BluesKajbeen waiting for wayland to mature on plasma/kde, but it's taking a while15:13
pikapikaOne has to be careful about anything that claims to "upend it all"15:24
tetrakistI'm trying to spin up an Ubuntu image on a newly created AWS EC2 account on a t3a.large. It keeps yammering about the instance type not supported on the free tier. Anyone know how to get out of the free tier so they can actually start charging me on the credit card I already gave them?16:04
beuysGood Evening!16:04
tetrakistGood evening beuys.16:05
beuysDoes anybody know where I unmount my phone after I plugged it into Ubuntu running with KDE? It seems KDE does not show mounted stuff on the Desktop, so where do I unmount it?16:05
jeremy31file manager?16:05
beuysjeremy31: I see the phone at mtp:/ but how do I unmount it?16:06
KBarbeuys: https://forum.manjaro.org/t/how-to-safely-remove-android-device-usb-drive/58059/316:07
beuysKBar: I do not have the options in that image. I only have "Browse Files with File Manager".16:08
jhutchinsbeuys: If you have done nothing to write to the device, it's safe to just disconnect it.  The file browser should have an "eject" button next to the device icon, or should offer an eject or remove option if you right-click on the device.16:23
jhutchinsKBar: ^ - sorry beuys16:23
beuysjhutchins: But I want to "eject" it without disconnecting it.16:23
beuysjhutchins: I want to unmount it so I can mount it myself again and backup it via a script.16:23
beuysjhutchins: Under Gnome, I could mount it via "jmtpfs /mnt/mountpoint" after I "ejected" it from the desktop.16:23
jeremy31beuys: see if it shows in terminal in results for>  mount16:28
beuysjeremy31: I don't see it.16:28
beuysjeremy31: "mount | wc" does not change when I plug it in and browse the files via the file manager.16:30
KBarjhutchins: ?16:32
beuysI "fixed" it by executing a random tip from the internet: Killing a process called "kiod5".16:36
samfiredoes anyone know the python3 install command xbuntu 12.0417:23
leftyfb samfire Ubuntu 12.04 has been end of life for over 2 years17:24
octav1aif there is no python3 package available you might need to compile it manually17:24
octav1ait's actually not that bad though17:24
jkcYou're right, upgrading to a supported release isn't that bad.17:24
octav1apython manages to somehow not need too many dependencies17:24
jkcsamfire: Currently supported versions are 18.04, 20.04, 21.04, and 21.10.17:25
octav1ayeah but I usually actually try to answer questions assuming there are reasons for needing to not reinstall a system rather than assuming deceit17:25
octav1aobviously best to use current versions17:25
jkcoctav1a: The channel topic makes clear what versions are supported. They need to upgrade to a supported release, especially given that its a desktop.17:25
leftyfboctav1a: this channel can only support active versions of ubuntu. 12.04 is literally almost 10 years old.17:26
samfirebut i'm on a 32 bit pc17:26
leftyfbsamfire: 18.04 will be supported for another 2 years. Go with that until you can upgrade your PC17:27
leftyfbsamfire: 18.04 supports 32bit17:27
samfirei know that i want to upgrade later17:28
leftyfbsamfire: ok, good luck. I would HIGHLY suggest installing 18.04 from scratch. Upgrading across 3 LTS releases across 10 years isn't going to go as smooth as you think. A fresh install and restoring from backup is going to be a lot quicker and easier17:29
samfireii have no blank dvds and my pc does not support usb boot17:31
samfirewhat is ubuntu based of?17:33
leftyfbsamfire: https://smile.amazon.com/dp/B07CWHG6VX/ref=cm_sw_em_r_mt_dp_1F90TPB32XRQ4JD0SNP917:34
leftyfbsamfire: https://en.wikipedia.org/wiki/Ubuntu17:34
samfirei'm going to upgrade to ubuntu 14.0417:37
samfiremy 32 bit pc can run that17:37
leftyfbsamfire: Ubuntu 14.04 isn't supported either. Neither is 16.04 which you'll then need to upgrade to in order to get to 18.0417:37
samfirei'm going to upgrade to 14.04 then 16.04 after that 18.0417:38
leftyfbsamfire: https://help.ubuntu.com/community/EOLUpgrades17:39
jkcsamfire: You really, really should back up your data and do a fresh install.17:40
jkchttp://mirror.us.leaseweb.net/ubuntu-cdimage/xubuntu/releases/18.04.5/release/xubuntu-18.04.5-desktop-i386.iso17:40
samfireim doing it with update manager17:40
octav1aHey jkc, sorry, I forgot that the single hash channels were official. It is actually not allowed by rules to help those continue to use old versions or is it okay provided we also strongly recommend upgrading?17:42
cbreakoctav1a: why would want to use the old stuff?17:43
cbreakthe new ones are just plain better, if you can run them17:43
samfirewho me?17:44
octav1aI have no desire to, but I've been in situations, often at work, where I've been stuck not being able to upgrade and just needing to 'fix it now'17:44
pra81hello to all17:44
pra81sqlplus username/password@tnsentry        i am running this command but fails how to debug where the command fails ?17:44
leftyfbpra81: how did you install sqlplus?17:46
samfireit's a sudo command17:47
samfirei think if you got it from the terminal17:47
leftyfbpra81: I'm pretty sure sqlplus is not available in ubuntu and not supported here. You should contact Oracle for support17:47
jkcoctav1a: I don't really have the power to interpret the rules, so I follow them as written. Supporting an old release is supporting an old release.17:47
maxzorHello, why is skia not packaged?17:48
maxzorI just compiled it and it is 500MB oO17:48
leftyfbmaxzor: feel free to contact the Skia project for support with Skia17:49
pra81leftyfb thanks17:50
samfirewhat is sika? i've17:50
samfirenever heard of it17:51
leftyfbsamfire: https://skia.org/about/17:51
samfirethanks for the link. ;)17:51
leftyfbsamfire: the website is the first result when you type "skia" into google.com17:52
maxzorleftyfb, uh I can maybe imagine google folks. Does that mean that if I have firefox, chrome and libreoffice installed in my ubuntu system, I have 3*500MB of static skia at least?17:52
leftyfbmaxzor: please contact Skia for support with their software17:53
maxzorskia is a 2D graphical library17:53
leftyfbmaxzor: which is not supported here17:53
maxzorI don't know much about packaging, is the support from the library dev mandatory for a lib to be packaged?17:54
leftyfbmaxzor: yes. It is up to the developer to get their software into the Debian and Ubuntu repo's17:55
relipseI I was wanting to dual boot with Ubuntu and Windows, but it said I have bitlocker so I need to disable that17:55
maxzorI managed to compile it without too much pain. The only horrible pain was yesterday when trying to have the skia vulkan backend enabled, which did not work until I painfully installed amdgpu-pro drivers17:55
leftyfbmaxzor: please contact Skia for support with their software17:56
maxzorI have seen packagers chime in in projects, asking sometimes for help, but not being actively supported by the project other than that17:56
maxzordon't want to be dense... thank you for inputs17:56
leftyfb!packaging | maxzor17:57
ubottumaxzor: The packaging guide is at http://packaging.ubuntu.com/html/ - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports and !sponsoring17:57
tomreynjkc: just a note, xubuntu 18.04 is EOL by now. https://xubuntu.org/release/18-04/18:03
tomreynsamfire: ^18:04
leftyfbA 64bit Raspberry Pi can be had for $35 and will run better than most, if not all 32bit PC's18:06
samfire its a older intel celeron but its a 2.30 ghz one though not overclocked18:07
leftyfbclock speed isn't everything18:08
samfirei know that.18:08
samfireits just because when i mention Intel's "Celeron CPU people think its crap so thats why is said its a 2.30 ghz one "18:11
leftyfbsamfire: not only is a celeron CPU the bottom of the barrel, but it's well over 10 years old. It's time to upgrade.18:12
samfirei'm broke though18:12
leftyfbsamfire: you have a computer. You can't find any way to scrounge up $35 - $50 to buy either a pi or something used that was made in the last 10 years?18:13
samfirei do have a second machine its 2008 my second machine is18:14
samfiredated18:14
tomreyni'm pretty sure you can get an old amd64 capable computer for free in the uk by now. if you can proove me wrong, get back to me and i'll sponsor you one.18:15
leftyfbsamfire: you know 2008 was 13 years ago right?18:15
samfireyeah18:15
samfirei know that18:16
samfirei might do two upgrades to my pc that i'm on now. a cpu and ram18:17
samfiremaybe pentium 4 4.0 ghz one but there hard to get now'18:18
leftyfbsamfire: take the money you are going to put into upgrades and buy a PC that will be 64bit and more powerful for same amount of money18:23
samfirei probably will.18:25
leftyfbEither way. Good luck. Let us know if you need help once you are running a supported version of Ubuntu18:26
samfireokay18:30
alkisgsamfire: while 12.04 is completely unsupported, it's still possible to install python3 there. It has python 3.218:44
samfireno way!18:44
alkisgI just installed it in a VM of 12.04 that I have :)18:45
samfirehow do you get it18:45
alkisgSee this: https://termbin.com/psmu18:46
alkisgReplace your /etc/apt/sources.list with that18:46
samfireokay18:47
tomreynit will still be outdated, insecure and vulnerable software, which we cannot (and IMO should nbot try to) support here18:48
tomreynthere may be other linux distributions which still try to support very outdated hardware. other (and better) options have already been discussed.18:50
alkisgtomreyn: e.g. suppose one has an old ubuntu pc around and just needs python3 to do a quick homework for a day,19:00
alkisgdo you think it's OK to tell him how to get it, or is it better to set "we don't help with unsupported releases, period" as a channel rule?19:00
alkisg(I'm asking, I don't know the answer...)19:00
samfirehello19:00
tomreynlet's discuss this in a more appropriate channel, such as #ubuntu-irc19:01
alkisgSure, joining, ty19:01
wizard1i19:39
Azrael_-hi19:56
matsamanohai19:56
Azrael_-i've got an installation on one laptop both with ubuntu and fedora (with efi). if i try to boot fedora with the ubuntu grub it tells me vmlinuz has the wrong signature. if i try to boot ubuntu with fedora it tells me shim.efi has no valid signature. is there a way to keep secure boot active and still be able to boot both? (i just want to use one grub)19:58
matsamanI'm sure you can sort this out, but personally I'm not sure why you would want two GNU/Linux distros, or two OSes even, installed to metal. Surely a virtualized guest would take care of any playing/testing you might need to do20:05
tomreynAzrael_-: use the uefi provided boot menu to pick what gets run, not grub.20:09
Azrael_-ok, will do. but i just thought grub was more convenient for this20:10
srv#voidlinux20:10
tomreynsrv: wrong channel20:11
Azrael_-i don't see any option to configure the bios to always show me the efi boot menu and e.g. ubuntu also killed the windows efi entry upon installation20:11
tomreynAzrael_-: ubuntu would not "[kill] the windows efi entry upon installation"20:12
tomreyni can't comment on the features of your uefi implementation.20:12
Azrael_-the efi boot manager seems to be buggy. e.g. i just started up windows and now the ubuntu efi entry isn't visible any more. i know it should not delete it but now i've seen it multiple times that efi entries are just vanishing. no idea why or who is really responsible for this20:13
tomreynmaybe look into a 'bios' upgrade, or start by reading their changelogs, if any.20:17
Azrael_-thx, will do20:17
spinningcatcan someone suggest a ogood speech to text app?20:24
matsamanbeen a while, but I think cmusphinx is at the top20:26
CroranAnyone know a good way to make my search in Unity Desktop more responsive? Sometimes it just spins.20:28
tomreynyou will probably have a hard time getting unity support here these days.20:29
Crorantoo bad because it's still better than GNOME20:30
CroranI gave GNOME a good try when i upgraded to 20.04 and there were just too many regressions.20:33
spinningcatcmusphinx there is no result for that with apt-cache search20:42
spinningcatare you sure it is still out there20:42
ioriai think is called pocketsphinx in ubuntu20:44
spinningcatlet me check20:44
spinningcatyeah20:45
matsamanwhen in doubt, make your search query fewer chars20:45
spinningcatyou are right21:02
morganuspinningcat I found this online: 👋 Hi, it’s Josh here. I’m writing you this note in 2021: the world of speech technology has changed dramatically since CMU-Sphinx. Before devoting significant time to deploying CMU-Sphinx, take a look at 🐸 Coqui Speech-to-Text. It takes minutes to deploy an off-the-shelf 🐸 STT model, and it’s open source on Github. I’m on the Coqui founding team so I’m admittedl21:38
morganuy biased. However, you can tell from this blog that I’ve spent years working with speech technologies like CMU-Sphinx, so I understand the headaches21:38
morganuCroran, you are welcome to tell me in #ubuntu-offtopic ... What does unity have over gnome?21:40
spinningcatthank you21:40
MoPacHi - I'm trying to figure out how to restore the default screen keyboard behavior in plain/Gnome Ubuntu. on my convertible laptop. That is: only when the keyboard is folded back past a certain angle, it begins appearing when a text field is selected. I tried a Gnome extension with a better keyboard, and now I only seem to be able to have it always or never active rather than dependent on the hinge position.22:49
Bashing-omMoPac: In this case I am not real sure if a re-confifuration will be applicable - but might try: sudo dpkg-reconfigure keyboard-configuration .22:56

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