[02:49] i seem to remember an unofficial ubuntu iso with closed source nvidia drivers pre-installed. not sure how they did that. is that still a thing i can find? [02:50] basically, i want to boot into a live usb session with the nvidia drivers already set up, i don't want to use nouveau [02:51] 19.10 had that idea, but not enabled by default ( live mode) https://www.omgubuntu.co.uk/2019/05/ubuntu-19-10-nvidia-drivers-iso [02:52] if there are other unofficial images, bing/google it? [02:54] oerheks: yeah.. i've been searching. haven't stumbled on anything promising. i know about pop!_os but i was hoping to avoid that too and stick with vanilla ubuntu as much as possible [02:55] a live iso is not mend to be used as daily driver.. [02:56] true, i don't mean this as a long-term solution. just wanted to try something real quick. [02:56] i might bite the bullet and just do a real install on another drive [02:56] cores: You could flash the ISO onto one drive, install Ubuntu onto a different USB drive and enable proprietary drivers there, then have a removable Ubuntu installation with your good driver\s. [02:56] *drivers [02:57] interesting. i didnt realize that would work [02:59] cores: Just be really careful to not select your internal drive by default. If you have a USB drive other than the installation drive plugged into your system at the same time as you install, you should be able to select it. [03:00] arraybolt3[m]: worth a shot, thanks [03:02] cores: Also, if it doesn't give you an option to select a drive, don't assume it's going to install to the right drive... You probably already knew that, but just in case, I'd hate for someone to unintentionally nuke their data. [03:10] good point. i generally don't do anything unless i'm sure what it's going to do. [03:29] hi [03:30] I'm not entirely sure which to ask. But does anyone know what the difference is between UnityX and Unity8? Seems like ubports is using Unity8 [03:30] *which channel to ask [03:32] !touch | ShapeShifter499 Try at >> [03:32] ShapeShifter499 Try at >>: Information about the mobile port of the Ubuntu platform (formely Ubuntu Touch) for Phone and Tablet is available here: https://ubports.com/. Support and discussion in #ubports [03:32] well is ubuntu on UnityX now? [03:32] mainline regular Ubuntu? [03:33] unityX is a community project, https://gitlab.com/ubuntu-unity/unity-x/unityx [03:33] oh hmm [03:33] so, no official iso of that one [03:33] what's the major difference so far though? [03:34] dunno, i see unity here, same Rudra https://ubuntuunity.org/blog/ubuntu-unity-22.04/ [03:34] it is still in community hands, like MIR too.. [03:42] oerheks, ah, weird. [05:26] manwhowouldbekin: did you fix your browsers issue? [05:42] Hello, I want to install ubuntu server as basis for kvm machines. I understand that ubuntu core or ubuntu minimal are the best choices. Is this correct? [05:43] rieser5: you might wanna ask that in #ubuntu-server where our specialists gather [05:44] rieser5: being sundays, you might wanna idle a bit longer to get replys [06:36] What software can I use in Ubuntu to turn it into a router? [06:36] I'm going to purchase a Wifi 5.4Gbps PCIE card. === atol-71 is now known as atol71 [07:02] hi all [07:02] i am using ubuntu 20.04 [07:02] last time when i tried using ubuntu 22.04 LTS, i had issue in connecting to wifi [07:03] wifi was very slow despite my actual network connection speed [07:03] and i found that it is due to some bug in kernel 5.15 [07:03] through some forums [07:04] so, the thing i would like to know is.. has anyone uses ubuntu 22.04 now or would anyone know that the issue has been resolved? [07:04] because i would like to upgrade now [07:05] anyone using ubuntu 22.04 now? [07:09] anyone here> === vxwarlock is now known as vx_spyxfamily === atol-71 is now known as atol71 [08:55] Hi, all. I am troubleshooting an issue on Ubuntu 22.04 where I cannot load web pages in browser. Elsewhere (messengers, IRC) the connection seems to work. It appears that whatever daemon was running at 34675 port is no longer running. My system proxy is set to manual and to localhost:34675. Is there a way to figure out why that daemon is not running and/or how to get it running again? [08:57] r4m47: It really depends on the wifi card, so nobody can really tell if it was fixed [08:58] manwhowouldbekin: did you look into journalctl to see why the service doesn't run anymore? [08:59] murmel, No I have not. I do not know much about this proxy service and not even sure what it's called. [09:00] manwhowouldbekin: so why did you install it then? [09:00] murmel, Install what? [09:01] the proxy [09:01] as this is not by default === atol-71 is now known as atol71 [09:52] Hello. Where is the configuration folder for flatpak application, please? [09:55] floown: ~/.var/app/ [09:58] KBar: thanks [10:17] guys, i have a folder containing 3 files (script.py, config.txt, results.txt) normally i put the folder in my home and run it. there. How do I make script.py available or executable by all users but they can' edit the config.txt/result.txt in their home. So they don't read, edit, move the script.py? [10:17] script.py depends on config.txt which should be editable by users [10:34] amrooting: `chmod 0711 script.py` and `chmod 766 config.txt result.txt` [10:34] amrooting: and put it somewhere accessible to all, not just in your home directory [10:39] KBar, every user would have separate config.txt which they can edit but script.py is one file run from /usr/loca/bin/script.py but it should read file from /home/ANYUSER/script_config_folder/ [10:41] amrooting: if its set up to read the config files from standard XDG_CONFIG_HOME correctly, and the binary is in /usr/local/bin already, then you don't have to worry about unauthorized users moving it around [10:41] KBar, so usually if my pwd is /home/KBar/script_config_folder/ i can just type script.py from pwd and it would read config.txt in /home/KBar/script_config_folder/config.txt [10:42] amrooting: you need to do that in your script [10:42] and initialize it properly [10:43] amrooting: what's the output of `printenv PATH` [10:47] murmel, I didn't install anything. There is some kind of a proxy daemon running at locahost:34675 on Ubuntu. I didn't install it. [10:48] murmel, My problem seems to be that it stopped running. If I turn the browser proxy to off, then the pages load. If I set it to "use system settings", then it stops working. [10:56] manwhowouldbekin: what does 'lsof -i:34675' give? [10:56] *sudo [11:13] EriC^, Nothing. Empty. [11:14] manwhowouldbekin: try with sudo [12:07] Hi all === pascalm1 is now known as pascalm [12:46] EriC^, Same. [12:48] manwhowouldbekin: this seems to suggest that there is no service listening at localhost:34675. but then, that's what you already stated. [12:48] manwhowouldbekin: and i concur, no default ubuntu installation has a service running that is listening on this port. it's not even a commonly seen port, or one that a standard service would listen on. [12:50] manwhowouldbekin: which brings up the question: what makes you think that some service was running that was listening on localhost:34675 ? [12:51] manwhowouldbekin: do you have some vpn client installed? which ubuntu version is this? how did you install it? is it a recent, fresh installation? [12:59] tomreyn, What makes me think about a service on that port? - In my network settings, there was a proxy setting set to manual, and it was set to localhost:34675. I do not recall ever going in there. Hence, I had concluded that it was Ubuntu's default thing. In addition, when I do echo "$http_proxy", I get "http://127.0.0.1:34675/ [12:59] " back. [13:00] tomreyn, My Ubuntu is 22.04. Recently I have installed OpenVPN and tried setting it up as a client (server being a machine elsewhere). I typically go a few days between reboots, so it is possible that I only saw this problem yesterday. [13:01] tomreyn, Another bit of info: when I switch Firefox from "use system settings" to "no proxy", it begins loading pages. [13:02] In general, I am wondering how important it is to have a local proxy and whether it is needed in the first place. I do not have much experience with that :/ [13:02] manwhowouldbekin: so, your web browser uses the value of the http_proxy environment variable (when set to use "system settings"). now what you'll need to understand is how that was set in the first place. [13:02] tomreyn hackerZ and their cat, obviously [13:03] tomreyn, I think I have my answer! I have just recalled that I recently installed Lantern. It appears that whenever it is not running in the tray, its proxy service is not running locally. Seems to work now ... :/ [13:04] :) [13:05] "Another surge occurred after the 2022 Russian invasion of Ukraine when internet freedoms in Russia were severely curtailed. " https://en.wikipedia.org/wiki/Lantern_(software) [13:06] i'm glad you found out how the environment variable was modified on your system [14:14] how can i disable those annoying crash report popups? [14:15] they always interrupt my workflow requiring root password etc [14:15] i dont want any crash reports ever. [14:22] de-facto: https://askubuntu.com/questions/93457/how-do-i-enable-or-disable-apport [14:25] thanks :) [14:25] you're most welcome :) [15:08] hi! what is the current way to do this since -x and -e are depreciated? https://superuser.com/questions/198015/open-gnome-terminal-programmatically-and-execute-commands-after-bashrc-was-execu [15:08] The real way to stop crash reports is to stop the crashes. [15:08] lol [15:10] you talking to me jhutchins? TO clarify I am trying to do what the url tile implies [15:10] last part of the 1st answer? [15:10] BASH_POST_RC='command1; command2' gnome-terminal [15:11] oh I miss understood I thought that required -x or -e switches [15:11] transhumanist: he didn't [15:14] last question why are they retiring the -x and -e switches? [15:15] transhumanist: No, de-facto was complaining about crash reports harshing his workflow. I would think the actual crashes would be enough, but whatever. [15:15] ok no problem sorry to interrupt [15:15] i still dont know how to make a simple script / link / call a function and on average i get lots of passive aggresiveness for asking simple questions ^^eh OK [15:17] VIA: Not sure what your actual question is, but #bash has a LOT of people in it, all focused on bash. [15:21] thats actually not unhelpful on another level, thx jhutchins === Vercas3 is now known as Vercas === BiTCHiNPIE is now known as BiTCHiN === atol-71 is now known as atol71 [17:36] jhutchins, yes i know and agree, unfortunately its a closed source binary that crashes, hence i cant really do anything about it if i have to use it, and crash reports from ubuntu keep popping up until committed, hence very frequently [17:41] de-facto: see /etc/apport/blacklist.d/README.blacklist [17:41] you *may* want to just blacklist your one executable, but keep apport running in general [17:45] hmm thats actually quite useful thanks for telling me [17:46] you're welcome [18:30] hi [18:30] i am trying to use the on-screen keyboard on an hp x360. it works fine in the termina, for example, but not in firefox or chromium. [18:30] the terminal doesn't activate if i touch the address bar in the browser [18:31] any idea how to debug this? [18:33] moldy: since firefox and chromium are snaps, this seems to be the common denominator there [18:34] tomreyn: hmm yup [18:35] You could try the only browser left in ubuntu repo that isnt snap... epiphany-browser.... [18:35] Or you could try a non-snap browser from outside ubuntu... like chrome from google or firefox from ppa or mozilla.... [18:36] tomreyn: i think a way to manually summon the keyboard would be fine as a workaround [18:36] googling suggests that swiping from the bottom should work, but that doesn't do anything here [18:39] moldy, if you are on Xorg maybe https://extensions.gnome.org/extension/1061/on-screen-keyboard-button/ can help [18:39] the swipe up from the button seems to be wayland specific [18:40] ravage: it'a on wayland [18:40] *it's [18:41] maybe https://extensions.gnome.org/extension/4413/improved-osk/ works better [18:41] while that keind of defeats the purpose, you could also set up a keyboard shortcut to launch onboard [18:42] tomreyn: the device is a convertible and i am trying to make it work in tablet mode :) [18:42] right, that's what i thought [18:46] I know that when the contents of a file are really small that the info is kept directy in the inode and not in a new section of disk. What is the size limit for this? [18:50] https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1976328 seems to be my issue basically [18:50] Launchpad bug 1976328 in gnome-settings-daemon (Ubuntu) "On screen keyboard doesn't pop up" [Undecided, New] [18:51] so mark yourself as affected [18:52] ravage: yeah i probably will... i am helping a friend with her device right now and don't have my launchpad login info here... [19:09] Does anyone know if IpFire is a good firewall? [19:10] !ot | Brian666 [19:10] Brian666: #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! [19:39] tomreyn, Thanks for your help with figuring out the proxy port thing. Sometimes pointers and questions really do wonders! :) [19:40] enigma9o7[m]: Is chromium a snap now? [19:40] manwhowouldbekin: glad i could help, you're welcome. [19:40] enigma9o7[m]: I thought you could still install firefox as a normal program from the repos (just not as bleeding edge). [19:56] jhutchins: chromium has been snap since Ubuntu 19.10 [19:58] and firefox has been snap by default since 21.10 [20:05] Isn’t snap slower ? [20:09] Depends on what you measure and how. [20:09] CPU cycles are cheap these days. === mkv is now known as m4v