=== Sidewyz1 is now known as Sidewyz | ||
spinningCat | can i do sftp connection in nautilus? | 00:22 |
---|---|---|
=== Sidewyz1 is now known as Sidewyz | ||
oerheks | sftp://user@host:port/path or sftp -P port user@host:/path/to/location | 00:54 |
=== Sidewyz1 is now known as Sidewyz | ||
=== Sidewyz1 is now known as Sidewyz | ||
=== Sidewyz1 is now known as Sidewyz | ||
=== Sidewyz1 is now known as Sidewyz | ||
=== brutex is now known as Guest6939 | ||
=== brutex_ is now known as brutex | ||
=== Sidewyz1 is now known as Sidewyz | ||
manis05 | Hello! We're running a web service through a Docker container on a docker-compose file with this example command: "python3 -m webapp.web". We've configured the docker-compose file with "127.0.0.1:8888:5000" and nginx is configured with proxy_pass http://localhost:8888. Everything is working fine on our dev environment. Now we're ready to move in to production and we're going to use gunicorn. Is this an appropriate command to use in production? | 01:59 |
manis05 | gunicorn --graceful-timeout 300 -t 120 --workers 1 --log-level=debug --bind localhost:5000 webapp:app | 01:59 |
devslash | Got Ubuntu 24.04 that stopped booting recently. It hangs at loading initial ramdisk. any suggestions what to do? | 02:26 |
MrPirate | What's going on peoples? Anyone alive to answer a question about a mysterious proxy configuration? it seems like i've set it somewhere few years back, and for the life of me, can't find where it's set, so when i use the update manager now, i'm running into issues | 02:31 |
devslash | when running apt update ? | 02:32 |
MrPirate | apt update doesn't yield errors interestingly, the errors only pop up via update manager. | 02:33 |
d3_2024 | i thought there was a spot in update manager to specify a proxy? | 02:34 |
MrPirate | snap-proxy? | 02:34 |
d3_2024 | nvm, i thought there was a spot in the gui when you define your mirror to set a proxy, i'm wrong | 02:36 |
MrPirate | i should be more specific, the errors appear when i reload the software cache in "software & updates" every time i prompt this action. | 02:37 |
devslash | do you guys know how to fix an ubuntu installation that wont boot | 02:37 |
d3_2024 | grep -nr '*proxy*' /etc/apt/apt.conf.d/* | 02:38 |
d3_2024 | must be set in an apt .conf somewhere I would assume? | 02:39 |
nick____ | devslash: what messages are you receiving? is it grub related? is it a fresh install? | 02:39 |
devslash | not a fresh install no errors | 02:39 |
d3_2024 | devslash, boot a live usb and check journalctl would be my first start, what is the error that's stopping booting? | 02:39 |
devslash | just hangs at boot. it shows starting cups service then hangs after that | 02:39 |
devslash | no errors | 02:39 |
devslash | was working fine then one day just stopped booting | 02:40 |
d3_2024 | from power on, boot to recovery console and do journalctl -xb i think -xb is last boot only | 02:40 |
devslash | im in a recovery console | 02:40 |
devslash | when i run journalctl theres a crap ton of output | 02:41 |
MrPirate | d3_2024 I greped the entire /etc/ directory without anything useful popping up. your command didn't yield anything. | 02:41 |
MrPirate | i mean, i tried doing this before i asked here. | 02:41 |
d3_2024 | I might have fudged it up, do ls /etc/apt/apt.conf.d/ | 02:41 |
d3_2024 | is there like a 40proxy.conf or XXproxy.conf? | 02:41 |
joeljuca | test | 02:42 |
d3_2024 | devslash, -xbr is everything from last boot in reverse order, so problem should be near the top | 02:42 |
MrPirate | d3_2024 yes there is, but i cleared it previously. | 02:42 |
MrPirate | maybe i have to apply the changes somehow? | 02:43 |
devslash | i dont see any errors | 02:43 |
d3_2024 | devslash, journalctl -p 0 | 02:43 |
d3_2024 | then -p 1, p for priority, 0 being highest | 02:43 |
devslash | Im running apt upgrade just in case a bad package gets fixed by running this command | 02:44 |
d3_2024 | don't remember what they stand for, i think 4 is just warnings, maybe it's 5 :P | 02:44 |
devslash | when its done ill try that | 02:44 |
MrPirate | d3_2024 i also cleared the environment file, and the proxy settings via the gui are disabled. but the error i get is definitely using the proxy address i was using before. | 02:45 |
d3_2024 | what's the exact error? | 02:45 |
devslash | I just noticed something but im not sure if its the cause of my problem | 02:46 |
devslash | when i boot it says failed to start snap.cups.cupsd.service | 02:47 |
d3_2024 | MrPirate, maybe it's cached still? sudo apt update still errors? | 02:47 |
MrPirate | pk-client-error-quark...... was there some way to grab the text without manually typing it? in windows you can do ctrl+c to copy and the you can paste, maybe i'm forgetting the ubuntu way? | 02:47 |
d3_2024 | ctrl-shift-c -v from a term, or highlight and right click copy/paste | 02:48 |
MrPirate | i'm using the gui, seems like there's no errors via terminal | 02:48 |
devslash | huh so I just found out something interesting Ctrl+Alt+Fx does show me another terminal where i can log in at the command line | 02:48 |
d3_2024 | ya, that's your tty's devslash | 02:49 |
d3_2024 | if you can login then the login manager might be the issue, not cups | 02:49 |
devslash | i dunno | 02:49 |
devslash | what are my options | 02:49 |
d3_2024 | if you can login your system is booted, just X/Wayland session is borked by the sounds of it | 02:50 |
d3_2024 | does dmesg give any more info on what is failing? | 02:50 |
d3_2024 | are you on stock ubuntu with gnome? | 02:50 |
devslash | I did noticed that if i type startx it shows me the ubuntu crashed screen | 02:51 |
devslash | that only says log out | 02:51 |
devslash | yes | 02:51 |
nick____ | yeah sounds like x is borked | 02:51 |
devslash | maybe | 02:51 |
d3_2024 | check dmesg, ill find the systemctl command to show you what service has failed to load gimme a sec | 02:51 |
d3_2024 | systemctl list-units --failed or systemctl list-units --state failed | 02:52 |
devslash | if i type just systemctl, cupsd | 02:53 |
devslash | oops | 02:53 |
devslash | it says snap.cups.cupsd.service | 02:53 |
d3_2024 | systemctl stop snap.cups.cupsd.service | 02:54 |
d3_2024 | then maybe try startx? | 02:54 |
nick____ | is there any reason why CUPS would bork X/Wayland | 02:54 |
nick____ | ? | 02:54 |
d3_2024 | seems weird that the printer service would stop the x/wayland from loading | 02:54 |
devslash | yea i know | 02:54 |
devslash | I dont even have a printer | 02:54 |
d3_2024 | it might be a dependancy i guess? | 02:54 |
d3_2024 | does startx work? | 02:55 |
devslash | I mean i have a wireless one but it is not connected to ubuntu | 02:55 |
devslash | no | 02:55 |
d3_2024 | if so, and you don't print, systemctl disable snap.cups............ and reboot | 02:55 |
d3_2024 | complete the full command obviously, im just lazy and didn't want to type out that long service name | 02:56 |
d3_2024 | also weird that cups service is installed from a snap? | 02:56 |
d3_2024 | oh, gnome 42 is listed as a system snap, that explains it | 02:57 |
d3_2024 | cups is rolled up in gnome i'm guessing | 02:57 |
d3_2024 | if you disable cups you should be able to boot normally, if that is the only service unit that is failing | 02:58 |
d3_2024 | and we never saw him again..... | 03:03 |
devslash | no im here sorry I am checking something | 03:03 |
devslash | I think that my issue has to do with the graphics card | 03:05 |
devslash | Im tring to bypass my graphics card and plug into the onboard vga for testing | 03:05 |
d3_2024 | did you recently do an update? | 03:06 |
devslash | I may have updated apt the last time it worked I dont remember | 03:06 |
devslash | but nothing else unusual | 03:06 |
MrPirate | here's the error message in question for me: https://pasteboard.co/kWYRq8tSifVs.png | 03:12 |
MrPirate | i disabled the additional sources,but it repeats the same way for any other ppa, like spotify or sublime | 03:13 |
MrPirate | i definitely set that proxy address somewhere, but where!? lol. i even checked dconf | 03:15 |
devslash | ok so I got my 2nd monitor to work and disabled cups.cupsd.service but it still hangs at starting gdm.service | 03:16 |
d3_2024 | MrPirate, network manager? | 03:21 |
d3_2024 | devslash, systemctl status gdm.service might give you an error | 03:21 |
devslash | no actually its not showing me an error | 03:23 |
d3_2024 | MrPirate, can you pastebin your apt sources file? | 03:23 |
MrPirate | one second, i will become disconnected for a moment, i want to try something | 03:24 |
d3_2024 | MrPirate, oh, you said you had it set in an environment variable? | 03:24 |
MrPirate | yes | 03:24 |
d3_2024 | did you reload your profile? | 03:24 |
MrPirate | but that file is now empty | 03:24 |
MrPirate | how do you do that? | 03:24 |
d3_2024 | which file did you modify? | 03:25 |
MrPirate | etc/environment | 03:25 |
MrPirate | etc/apt/apt.conf.d/80proxy | 03:25 |
MrPirate | both are empty | 03:26 |
MrPirate | at this moment | 03:26 |
d3_2024 | log out and back in? | 03:26 |
d3_2024 | back in my day it was source ~/.bashrc or similar | 03:26 |
MrPirate | already done, including shutting down | 03:26 |
d3_2024 | didn't realise it was stored in /etc/environment now :P | 03:26 |
d3_2024 | hmm | 03:26 |
d3_2024 | what does evn | grep -i proxy return? | 03:27 |
MrPirate | env right? it yields nothing. | 03:28 |
d3_2024 | and you said the apt proxy.conf was blank? | 03:29 |
d3_2024 | and apt update fails still? | 03:29 |
MrPirate | i greped the entire /etc folder | 03:29 |
d3_2024 | hmmm..make a new user, add them to sudoers, then login with the new user and see if you can update apt? | 03:29 |
d3_2024 | no, i guess that error you posted clearly shows it's trying to use an ip you've set....so not a user config issue | 03:30 |
MrPirate | the funny thing is that it worked great once i set this up, I need to start logging wtf I've done, but even the bash history is not helping me haha | 03:31 |
d3_2024 | what version? | 03:32 |
d3_2024 | and you're sure in the settings menu the proxy toggle is flipped off? | 03:32 |
d3_2024 | like gnome settings at the top right of your desktop | 03:32 |
devslash | I guess I'm gonan have to reinstall ubuntu | 03:33 |
d3_2024 | sometimes it is the fastest way :P | 03:34 |
MrPirate | yes, it's definitely off, since i am on the wifi, i thought to remove it, and try to reconnect in case that might help | 03:34 |
devslash | pisses me off cause i didnt do anything unusual | 03:34 |
d3_2024 | even if you only have a single disk on your system, zfs on root is handy, if you can train yourself to make snapshots prior to config changes/apt package upgrades, it's ezpz rebooting and going back to the known good working boot environment | 03:35 |
MrPirate | brb, i won't receive message for few moments | 03:35 |
d3_2024 | snapshots don't take any disk space either, so you can literally have hourly snapshots to roll back to | 03:35 |
devslash | really I will have to look into that once I get back up and running | 03:36 |
d3_2024 | oh wait, that might not be a thing in linux zfs | 03:37 |
MrPirate | dang, that didn't seem to work. so i tried greping var and etc before, but since i didn't find anything, i wonder where else should i be looking? | 03:39 |
MrPirate | i'll just make a new user as well, and see what happens | 03:40 |
devslash | I'll be damned.... | 03:40 |
devslash | I fixed it | 03:40 |
d3_2024 | hip hip horray!!! | 03:40 |
devslash | I found a post on askubuntu.com that suggested removing and reinstalling gdm3 and that seems to have done the trick | 03:41 |
d3_2024 | oh no shit, someone actually brought the freebsd/truebsd zfs root environment rollback to linux https://klarasystems.com/articles/zbm-101-introduction-to-zfsbootmenu/ | 03:44 |
d3_2024 | ^^ friggin life saver right there :P | 03:44 |
anacharis | hello | 03:46 |
anacharis | ? | 03:46 |
devslash | that was productive.... | 03:47 |
=== naoki1 is now known as naoki | ||
=== skoobasteeve03 is now known as skoobasteeve0 | ||
=== phireant65 is now known as phireant6 | ||
=== charlz771 is now known as charlz77 | ||
=== alucardromero0 is now known as alucardromero | ||
=== abydon57 is now known as abydon5 | ||
=== rods420 is now known as rods42 | ||
=== Rahoul8 is now known as Rahoul | ||
=== cambam1005620 is now known as cambam100562 | ||
=== _justin_kelly0 is now known as _justin_kelly | ||
meustation | 22.04.4 LTS here, got a handful of exotic fonts in .ttf format that I would like to install in a way that makes them available system-wide to all possible users; I can deal with acting through a terminal and not just the gui. how should I proceed? a link to the proper how-to on the forums can do if it's too long to explain in here. | 06:30 |
ravage | sudo cp ~/myfonts/*.ttf /usr/local/share/fonts/truetype/ | 06:41 |
ravage | sudo fc-cache -fv | 06:42 |
mgedmin | fun fact: if you want your custom fonts to be available to snap applications, you also need to put them in /usr/local/share/fonts, because ~/.local/share/fonts/ will not work | 06:54 |
merzu | "~/snap/*/current/.local/share/fonts" should work also | 06:57 |
mgedmin | current/ implies you have to manually copy it over after every snap update, no? | 06:58 |
merzu | no, on snap update, the snap daemon will copy it for you automatically | 06:58 |
mgedmin | ooh | 06:58 |
mgedmin | so it's just one manual copy for every snap app that needs to use the font then | 06:59 |
merzu | otherwise you would lose all your data always when updating snap app to newer version :) | 06:59 |
dak_ | I'm still not sure how I feel about snaps. I tend to steer clear of them. I still lean towards debs over snaps, flatpaks etc. Is the tide changing on snaps in general? | 07:19 |
merzu | why do you need to feel about snaps anything. It is not important how an app is distributed for general user. Just use it. | 07:27 |
mgedmin | dunno about public opinion, but the experience of using snaps is better than it was a few years ago | 07:28 |
mgedmin | (back when silent unannounced background snap updates would copy your chromium profile over and not tell you, so when you next restart the browser a few days later, your open tabs and history are missing the last couple of days) | 07:29 |
merzu | silent announcement is usually better for user expirience | 07:31 |
dak_ | merzu, Well, as I understand it, the backend was (is?) closed-source. I was not a fan of the slow start up and performance for many applications that were snaps. And the size of the packages were/are larger than native. I recall there being plenty of reasons to feel a certain way about them when I first tried them. Granted, its been a while... | 07:51 |
dak_ | maybe they are much improved now? | 07:51 |
dak_ | mgedmin, thats good to hear... that things have been improving. I still know plenty who stay away from them, uninstalling the daemon etc. | 07:53 |
toddc | dak_: https://snapcraft.io/about yes they are self contained with all dependencies and work on any linux and in a container so they more secure but they are bigger and may take a bit longer to open but overall faster to develop safer | 07:56 |
toddc | https://snapcraft.io/about | 07:56 |
=== voonij is now known as cokpolbb | ||
Tyaku | Hello, We have a problem since some update of ubuntu 20.04, now when we plug some USB<>Serial to the computer, the device appear in /dev/ttyUSB1 and then disapear, after some research i found that the device is taken by brltty "usbfs: interface 0 claimed by cp210x while 'brltty' sets config #1" | 10:44 |
ravage | You could probably just uninstall brltty | 10:45 |
Tyaku | Yes I understand, but I think it's not a normal situation | 10:46 |
Tyaku | It should be considerated as a bug | 10:46 |
ravage | !bug | 10:46 |
ubottu | If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. | 10:46 |
Tyaku | In my opinion, this is not supposed to appens. | 10:46 |
oerheks | tyaku .. systemctl list-units | grep brltty | 11:20 |
oerheks | oh gone | 11:20 |
oerheks | https://koen.vervloesem.eu/blog/how-to-stop-brltty-from-claiming-your-usb-uart-interface-on-linux/ | 11:20 |
=== mint is now known as user235 | ||
BluesKaj | Hi all | 12:06 |
=== alyson is now known as Tankista | ||
pangeaultima | i just installed zapret | 13:20 |
pangeaultima | how do i use it | 13:20 |
oerheks | 'Using zapret to bypass censorship' ... | 13:27 |
oerheks | 🤣 | 13:28 |
=== din000 is now known as din0 | ||
tanyu | yo | 14:26 |
tanyu | just installed armbian on an orange pi | 14:26 |
lotuspsychje | !discuss | tanyu | 14:29 |
ubottu | tanyu: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks! | 14:29 |
oerheks | armbian=!ubuntu | 14:35 |
mlout | Hi, I'm playing around with landscape. In the web portal when I go to my device is says that there are no updates available. However locally on the device (apt list --upgradable) it seems there are 76 available. It seems that the landscape web UI only displays the packages from 'noble' and not shows the available updates from 'noble-updates'. Is | 14:44 |
mlout | this intended? | 14:44 |
lotuspsychje | mlout: i think landscape is a canonical side support, volunteers here might not be able to help much | 14:51 |
lotuspsychje | !landscape | 14:51 |
ubottu | Landscape makes the management and monitoring of Ubuntu systems simple and effective by combining world-class support with easy to use online management tools. https://landscape.canonical.com/ | 14:51 |
oerheks | or #ubuntu-server perhaps? | 14:52 |
karenw | What's the command to just say "Screw phasing, I don't mind getting updates as soon as they are released"? | 14:53 |
leftyfb | karenw: sudo apt install <package name> | 14:53 |
karenw | Ah, I meant as a more general solution, but that works for my immediate problem. | 14:54 |
leftyfb | karenw: there isn't. It's all server-side | 14:55 |
leftyfb | it's not your machine that tells apt to hold back packages, it's the servers | 14:55 |
karenw | No way to set APT::Get::Always-Include-Phased-Updates system-wide? | 14:56 |
mlout | oerheks: I will try in that channel, thanks | 14:56 |
oerheks | disable phasing, tons of guides.. use this one https://ubuntu.com/server/docs/about-apt-upgrade-and-phased-updates | 14:57 |
oerheks | it contains 2 lines | 14:57 |
leftyfb | ah, tricky | 14:57 |
oerheks | thank you for helping testing | 14:58 |
oerheks | 🤪 | 14:58 |
karenw | oerheks: Thanks. Yes, I don't mind testing newer updates on my laptop. It's mainly a test rig with every wayland compositor (and X) installed. | 14:59 |
karenw | I wouldn't do this on a server :D | 14:59 |
oerheks | Me neither, for production machines | 14:59 |
karenw | Yeah. If it's a server or the user wouldn't know how to diagnose a bug and report it themself, don't do it. | 15:01 |
oerheks | i would like to add; create a launchpad account first | 15:01 |
=== DouglasK5 is now known as DouglasK | ||
karenw | Oh I do. Although sometimes I fear my bug reporting is shouting into the wind. | 15:03 |
karenw | Reported 3 bugs in 24.04 that are still in NEW and have no activity and have been fixed in 24.10. | 15:03 |
karenw | (Still broken in 24.04 though) | 15:04 |
lotuspsychje | wich ones karenw | 15:16 |
karenw | Can you see this page? https://bugs.launchpad.net/~karen-webb (Disclaimer: 2 of them are kubuntu/kde specific. and the other is from an ancient driver) | 15:20 |
lotuspsychje | yes we can | 15:20 |
oerheks | one must be security related, no access | 15:20 |
oerheks | https://launchpad.net/ubuntu/+source/plasma-workspace/4:5.27.11-0ubuntu4.1 fixes CVE-2024-36041, maybe related.. | 15:22 |
-ubottu:#ubuntu- KSmserver in KDE Plasma Workspace (aka plasma-workspace) before 5.27.11.1 and 6.x before 6.0.5.1 allows connections via ICE based purely on the host, i.e., all local connections are accepted. This allows another user on the same machine to gain access to the session manager, e.g., use the session-restore feature to execute arbitrary code as the victim (on the next boot) via... <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36041> | 15:22 | |
lotuspsychje | yeah browsing upstream bugs might be an idea on plasma | 15:23 |
=== karenw is now known as Guest6537 | ||
=== KarenTheDorf is now known as karenw | ||
karenw | oerheks: They all look public to me. Total of 4 bugs, 3 reported by me, NEW, 24.04, and one I acked as also experiencing that's CONFIRMED, 24.10. | 15:47 |
oerheks | oh, i see 4 now, just 2 30m ago.. | 15:48 |
oerheks | mea culpa | 15:48 |
karenw | O.o, I haven't reported anything new for months | 15:49 |
oerheks | i read the 2 oldest ones, 202 and 177 days old | 15:49 |
karenw | No idea why you only saw 2 then | 15:52 |
karenw | If there's a bug in launchpad itself, that is an amusing tautology | 15:52 |
pietro | opa meu nobre | 16:00 |
=== aaa is now known as Guest1617 | ||
nmontiel | a | 16:07 |
=== neocharlesalt is now known as neocharles | ||
escola | eae | 17:53 |
henrique | eae | 17:53 |
henrique | vamooo gozaaaa | 17:54 |
escola | vai tomar no cuuuuu | 17:54 |
=== gschanuel663 is now known as gschanuel | ||
=== SDGNelson3 is now known as SDGNelson | ||
rubick | what is the appropriate way to alter the background color of the login screen in ubuntu 24.04? | 20:29 |
enigma9o7 | There is a method in the archwiki that would likely work. https://wiki.archlinux.org/title/GDM#Log-in_screen_background_image | 20:32 |
enigma9o7 | You could also try https://github.com/gdm-settings/gdm-settings | 20:33 |
enigma9o7 | (which is available as appimage and flatpak, but not snap) | 20:34 |
rubick | thanks | 20:37 |
oerheks | gdm-settings https://ubuntuhandbook.org/index.php/2022/04/login-screen-background-ubuntu-22-04/ | 20:37 |
lvalue | hello. my network provider is for some reason blocking http access to ubuntu repos. can someone help me switch over to https for apt sources? | 20:50 |
tomreyn | lvalue: for 24.04 LTS ("noble"): https://help.ubuntu.com/community/Repositories/CommandLine | 20:54 |
lvalue | nvm, got it | 20:55 |
tomreyn | some later releases may use (or mix with) a different repository configuration file format (deb822), but the locations are similar. | 20:56 |
=== kostkon_ is now known as kostkon | ||
=== eLdr1ch is now known as SlickRick | ||
=== mike is now known as Guest6195 | ||
=== JanC is now known as Guest3359 | ||
=== iwannaberoot160 is now known as iwannaberoot16 | ||
royer | hola | 23:02 |
tomreyn | greetings, royer | 23:03 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!