[00:05] When I do lxc image list images: what's the URL that it's using to fetch the list? [00:17] bahamat: I think the ubuntu: ones come from https://cloud-images.ubuntu.com [00:17] https://uk.images.linuxcontainers.org/ [00:17] sarnold: Even though it's not ubuntu:? [00:18] bahamat, weird .. why ask here? [00:18] oerheks: because I'm using debian [00:18] bahamat: I hadn't found it yet, looks like ravage beat me :) [00:19] maybe debian uses images.linuxcontainers.org/ [00:19] oerheks: Wait, sorry. Using `lxc image list images:` or `lxc image list ubuntu:` works on both ubuntu and debian. [00:20] but I installed lxd from snap on debian, so I think it's effectively ubuntu anyway. [00:20] Is there a way to set a custom image server? [00:22] Ah, `lxc remote`. I think I can find the rest of what I need now. [00:22] bahamat: https://lxd.readthedocs.io/en/latest/image-handling/ I think [00:22] sarnold: thanks! === gandalf is now known as grnman_ === hello-smile4832 is now known as hello-smile48 [00:37] nywone know what this message means in bash : Pseudo-terminal will not be allocated because stdin is not a terminal. === nomic2 is now known as nomic [00:39] whatever program emitted that message is saying that it will run as a pipe command rather than interactive tool [00:39] nomic, what do you do when that happens? google "Pseudo-terminal will not be allocated because stdin is not a terminal" gives tons of different answers [00:40] ssh -t -t comes in mind [00:40] sorry, had to step away, thanks for the response [00:41] with r/e wine, i want to try to run an exe and i was able to right-click and run in wine such files in mint, but in ubuntu, i'm not able to do so [00:42] are you using the same file manager in both mint and ubuntu? [00:43] eh, that's a good question, probably not [00:43] i'm using the default in each case [00:43] that's files in ubuntu i think? [00:43] nemo in mint maybe [00:44] i feel like i can't even open wine as an application in ubuntu [00:44] i have some winetricks stripped down thing available [00:47] svenu, depends, wine as snap, or deb [00:47] is ok oerheks i don't think it is aproblem .. i can suppress it [00:47] for snap; go into software > installed <> wine > permissions and see what wine can do to run anythong from anywhere, or better #winehq if they are on this irc server too [00:47] it is not a problem [00:59] i don't even remember installing wine in ubuntu [01:00] my version is wine-5.0 (Ubuntu 5.0-3ubuntu1) [01:00] might i have sandboxed rights with a snap version that's not letting me run exes from the file manager gui? [01:05] software - installed - wine doens't seem to give me any "permissions" option [01:05] i can remove it [01:05] or donate to it . . . [01:05] other applications offer me a permissions button next to remove [01:05] but not wine [01:06] i'll look at winehq thx === M4he is now known as mahe === SnowWhite_ASL is now known as SnowWhite === Agent is now known as CrownPrince === CrownPrince is now known as Agent [01:52] anyone running a fairly stock Ubuntu box willing to try `nslookup magic.kn100.me` for me? It should resolve to 10.0.0.1, but...doesn't - and I am pretty sure it's a problem with systemd-resolved or my local setup, but I can't figure out which! [01:54] kn100: wfm https://paste.ubuntu.com/p/rCxCHHmPst/ [01:54] agh why doesn't this work for me :( [01:56] what error are you getting? maybe try dig, instead, the dns folks I know all vastly prefer dig for troubleshooting [01:56] https://dnsviz.net/d/magic.kn100.me/dnssec/ worked without trouble, but does indicate it's not dnssec validated [01:57] https://www.atechtown.com/install-varnish-on-ubuntu/ this guide mentions port 8080 for apache2 but I think I've setup mine for 80. Can I follow the guide but replace the varnish config with 80? [01:58] kn100 try sudo systemd-resolve --flush-cache [01:58] robertparkerx: the usual goal is to have your application proxy like varnish listening on the port that clients will use to contact it [01:59] robertparkerx: that's why this guide moves apache to a different port, so the port is free for varnish to use [01:59] I don't understand. WOuldn't it be the same if I left it to 80? [01:59] in this guide it seems they both are using 8080 [02:00] kn100: systemd-resolve --status|grep -i "dns servers" | nc termbin.com 9999 [02:00] robertparkerx: DAEMON_OPTS="-a :80 \ [02:00] robertparkerx: that is probably telling varnish to listen on 80 [02:00] leftyfb 192.168.0.1 and 8.8.8.8 [02:00] Okay I think I am starting to get it [02:01] so the client isn't actually routed to apache but instead just varnish [02:01] kn100: there's your problem [02:01] and varnish is what is communicating with apache2 [02:01] leftyfb - what's the issue? [02:01] robertparkerx: exactly [02:01] kn100: do you care about resolving local hostnames? [02:01] crap I don't know how to adjust what I have now [02:02] do I just change the port and go through my current vhosts [02:02] leftyfb - somewhat - would like to not lose that ability unnecessarily! [02:02] kn100: ok, then get rid of the 8.8.8.8 in your DNS. Either manual settings on your machine or if your DHCP server (router?) is configured to give them both out as part of DHCP [02:03] kn100: you should only have multiple nameservers for a client specified if every one of those nameservers are going to resolve with the same exact results [02:03] yeah after reading this it seems I just need to change the listening port and adjust my current virtualhost to 8080 instead [02:03] then continue with varnish setup [02:04] kn100: client nameserver configurations are not a failover situation [02:04] sarnold is that kinda right? [02:06] robertparkerx: yeah, that's probably it -- move your apache aside (check ss -tlnp output to make sure you got them all) and then aim varnish to use the new ports [02:07] sarnold what about the ssl virtualhosts? [02:07] they're using 443 [02:07] will that change at all ? [02:07] kn100: I have to wonder though, why are you creating a public DNS record to point to a private IP? Why not just use the hostname of the local machine who the ip belongs to? [02:07] leftyfb, so now the command you gave me just outputs 192.168.0.1, and still nslookup does not resolve magic.kn100.me [02:08] robertparkerx: probably, but I don't know what's best-practices for terminating TLS these days. Probably vanish can do it. and probably apache can do it. but maybe there's some reason why you wouldn't. [02:08] leftyfb it's more a question of why I can't, rather than whether I should :P [02:08] but I am now wondering if this is my router being funky [02:08] kn100: try: host magic.kn100.me 192.168.0.1 [02:09] magic_ninja: if that fails, then your route is either caching the negative result or is pointing to a public DNS that hasn't updated yet [02:10] kn100: which public DNS is your router configured to use for it's WAN? (It might not be configured, it might be provided by your ISP) [02:11] https://medium.com/@sivaschenko/apache-ssl-termination-https-varnish-cache-3940840531ad [02:11] leftyfb, the router is pointing at 1.1.1.1/1.0.0.1, and I just tried clearing the systemd-resolved cache, (sudo systemd-resolve --flush-caches) and your host command you suggested lists 192.168.0.1 as the domain server, with an address of 192.168.0.1#53 [02:11] This makes it sound simple sarnold [02:11] the other one I found was complicated [02:13] robertparkerx: if nothing else, the graphical design on this page is vastly better [02:13] kn100: so the host command didn't resolve the domain with 10.0.0.1? [02:13] sarnold: what do you mean terminating tls you should have tls all the time [02:13] haha [02:13] it doesn't all fit on one screen but it isn't scrolling for pages [02:13] leftyfb it did not [02:13] bigpod: lol [02:13] I think it's the router now though... lemme compile my thesis as to why [02:13] kn100: then your route is at fault. [02:13] router* [02:13] that is so strange, why would it...do this? hahaha [02:14] I suppose I could just move to hostnames - or buy a router that's not isp provided trask [02:14] s/trask/trash [02:14] kn100: sub-part consumer router which aren't meant to last more than a few years and provide almost no real networking capabilities beyond what a couple lines of iptables can accomplish? [02:14] sarnold: you should have TLS between clients all the way to the final server, including between server to reverse proxy [02:15] What is this https://paste.gg/p/robertparkerx/054558ac4ca043389a8b7279b0761075 [02:15] bigpod: oh, sorry, I thought you were just making a joke.. [02:15] nevermind I had to read it again [02:15] sorry [02:15] bigpod: when the reverse proxy is on the same system as the server, does it make sense? [02:15] kn100: you could run a pihole for DNS and only use the router as a gateway [02:15] I was about to mention pihole myself… [02:16] kn100: the problem with that is, local DNS wouldn't work [02:17] unless he pihole forwarded requests to your router, which would still have the same issue and defeat the whole purpose [02:17] leftyfb - It's the 'best' consumer level router I've ever had, but that's not saying a lot. This is the first time It's tripped me up like this. Setting up a damn pihole was exactly what got me to investigate this [02:17] because another fun thing I had a hell of a time trying to figure out, is how do you host a pihole on a machine, and then use said pihole on said machine? Systemd-resolved doesn't seem to be configurable to talk to a dns server on any port other than 53 [02:17] sarnold: maybe not in that case then but on other hand i tend to do many practices even if they might not make the most of sense because you get used to not doing the proper thing when it needs to be done [02:18] but maybe I'll just try hosting the pihole on my NAS or something. Or maybe my vacuum cleaner. [02:18] I just have my cable modem connect directly to my Linux box. That thing runs DNS, DHCP, Squid, and IPv4/6 firewall and routing. [02:18] kn100: the pihole does not need to use the pihole for it's DNS, so you don't. You forward requests out [02:18] Then everything else hooks up to the “inside” interface of my machine. [02:18] leftyfb what I mean is, I have a server that runs a bunch of podman containers, and stuff on the host too [02:19] I wanted to run the pihole software inside of a container, and then get the host to use that containers exposed port for its dns querying needs [02:19] there's the added complication that my containers are rootless, so can't bind to ports below 1024 without some other kerjiggery [02:19] kn100: why you cant run pihole on port 53 [02:19] kn100: you can do that just fine [02:19] see above bigpod [02:20] kn100: then don't use podman, use lxd [02:20] leftyfb how does that solve the problem of binding to a port below 1024 without running as root [02:20] kn100: cant find a reason realy [02:20] kn100: lxd is linux containers, they're not "rootless" [02:21] leftyfb but surely they run the processes as some user? [02:21] on the host, that is [02:21] kn100: lxd is basicly fancy lxc [02:21] kn100: negative, they're full linux installs besides the shared kernel. They use namespaces to manages resources [02:21] I am very unfamiliar with lxd to be clear [02:21] so I could be talking out of my butt [02:22] kn100: i run a server that has dns on it and uses itself as a dns server and said dns server runs on port 53 [02:22] any recommended reading/guides to learn a bit about lxd? I literally migrated away from root docker to rootless podman 3 days ago but why not I can migrate again! [02:22] kn100: https://ubuntu.com/server/docs/containers-lxd [02:23] kn100: first result on google for "ubuntu lxd" [02:23] kn100: mix and match there is a tool for every job if docker fits for one job use that if podman works for another use podman for that. (saying the guy who runs almost everything in kubernetes) [02:23] kn100: installing a new container is as simple as: sudo lxc launch ubuntu:focal mynewcontainer [02:24] kn100: you probably want to look into setting up a proper bridged interface for it on your server though. The default interface is NAT'd [02:24] hmn, I will need to do some research then! [02:24] Thank you for all your help both. [02:24] kn100: but again you should be able to install a dns server on your server and use it as a dns server (and set it so its a dns server for itself) i have it like that for long time [02:25] bigpod Kubernetes is what I do at work. I am NOT bringing that home :P [02:25] How can I check if varnish is working behind cloudflare? https://www.exactprecisions.com/ [02:25] I....do....NOT....need...it [02:25] kn100: but, again, none of this will resolve your DNS/router issue [02:25] kn100: well you dont need to i do it because i want to learn it, but reality is you shouldnt just lock yourself behind one technology mix and match technologies [02:26] if possible remove router as DNS from any kind of chain those things are just sad [02:27] bigpod: they would also need to remove DHCP if they wanted local DNS resolution [02:28] leftyfb: why [02:28] bigpod: what do you think creates the dynamic DNS entries? [02:29] bigpod: keeping DHCP on the router and moving DNS off, the routers DHCP would still only update local hostname entries on it's own internal DNS. Unless they're running something like dd-wrt where you can specify a DHCP option to point to another DNS server [02:29] I'm happy to give up local domain resolution. It's not that big a deal [02:29] something broke :( [02:30] kn100: the trick would be to get a new/proper router or run your own DHCP/DNS [02:30] bigpod oh kubernetes is great! I love it at work. But I don't like working on the same tech at home as I do in work [02:30] just makes it feel too much like work for me [02:30] same reason I don't host anything in AWS for personal projects. Looks too much like my day job :P [02:31] leftyfb: ou of course i kinda forgot thats a thing if a device is connected and gets ip over DHCP i generaly dont care about connecting to it unless i realy need to it gets a static DHCP record [02:31] I think what I'll end up doing is just hosting a pihole somewhere, and then pointing my client devices at that directly, just circumventing the router for dns resolution entirely [02:32] I don't really want to replace it. No need to really, it does a surprisingly good job of being reliable and has decent throughput and the such. Just clearly a bit dodgy when it comes to DNS for whatever reason. [02:32] kn100: that sounds like the opposite of reliable [02:33] leftyfb: you know i set it in the routers dhcp setting that those devices have this IP.(mainly laptops of people that move in and out of network alot and some networked devices i just dont want to be messing with the settings of many of those creations from hell) === denza252 is now known as denza250 [02:34] leftyfb - It doesn't require rebooting, unlike every other consumer router I've ever had. It does gigabit perfectly well, and I get 30-40MB/s via wifi. And it's got the benefit of a) already being here and b) being free :P [02:34] and then i have a DNS record on my server [02:35] admittedly my bar for what a good router is is ridiculously low. I've suffered through much worse crap than this! === chatchitchut is now known as ts [02:37] for me my cheap router(its the ISP provided one some iskratel thing(actualy not just an router but a hybrid unit that is here refered to as modem because thats what old people understand they technicly know what is a modem)) basicly does one thing route and nothing else. === ts is now known as s1 === Diagon_ is now known as Diagon === Ricardus_ is now known as Ricardus [03:58] i need help about nfs, someone know about? === Jason-KR is now known as jason === jason is now known as jasonjang === jasonjang is now known as Jason-KR === Mark_ is now known as Mark__ [05:17] 10.0.0 is a private network. [05:17] As is 192.168.0 [06:43] I run lm sensors , everything went fine, than I run pwmconfig and set them to manual mode and ever since my chipset fan fan7 is spinning fast. I did edit /sys/class/hwmon/hwmon4/pwm2_enable and change the value from 0 to 2 , which I though will change it back to automatic, but the fan is still running. I did not generate /etc/fancontrol config and I would like to reset everything back to before running pwmconfig. Is it possible without [06:43] rebooting pc(have a long running script which I cant stop now) [07:50] hello ! [07:50] Heya. [07:50] I have a problem with Ubuntu advantage (ESM) [07:51] https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1929744 [07:51] Launchpad bug 1929744 in ubuntu-advantage-tools (Ubuntu) "One moment, checking your subscription first Unexpected APT error. See /var/log/ubuntu-advantage.log" [Undecided, New] === txtsd is now known as txtsd1 [07:52] However, this bug reporting is leaking your private token. [07:52] Please, contact customer services to invalidate that token and get a new one [07:52] can you help me to get a new private token ? === txtsd1 is now known as txtsd === txtsd is now known as txtsd1 === txtsd1 is now known as txtsd [07:56] bigsicret: This isn't the right place for that, this is support by community members such as yourself. [08:00] ok where is the the channel for that ? [08:01] https://ubuntu.com/support/contact-us maybe this? [08:01] bigsicret: ESM and advantage is driven by canonical, best to follow with them [08:02] lotuspsychje, hi [08:02] lotuspsychje, does Ubuntu work well with lenovos [08:02] !hardware | pikapika [08:02] pikapika: 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/DebuggingHardwareDetection [08:03] Thanks [08:05] lotuspsychje, 404 [08:05] https://ubuntu.com/certification [08:05] https://certification.ubuntu.com/desktop/models?vendors=Lenovo came from google instead and seems to work [08:05] the main page is 404 [08:06] Lenovo gives a discount to Debian devs and has a linux line, I certainly hope so! [08:09] Unit193, hi [08:14] Hello. === gr33n7001 is now known as gr33n7007h === niko is now known as o [09:16] o: nice nickname [09:16] so symmetric [09:19] fcourse === William is now known as Conna [11:16] just installed ubuntu, is there some way to specify my logitech keyboard type, for some reason when i try to define with the pause/play button does it shows a circle with a slash through it. I tried showkey -a, and I still get the circle with a slash through it not the key code [11:18] before upgrading from linux mint they worked fine and I could define them as I wanted [11:22] quantum_: i'm not sure this is the exact thing you're looking for, but this could help: sudo dpkg-reconfigure keyboard-configuration [11:23] I'll give that a try. I noticed under sound and media, it does seem to let me set the keys for pause playback etc, but still get the circle when I press the key [11:25] I don't think it is a problem with the keyboard configuration per se, it seems it is something with gnome restricting my use of those keys maybe [11:26] you said you "installed ubuntu" (but not which), you said you "upgraded from linux mint". did you do a fresh installation of ubuntu, and which one? [11:26] yes it is a fesh install [11:27] Ubuntu 20.04.2 LTS [11:28] It feels like gnome only allows the function of those keys to be tied to the sound and media setting, but I want to use them for something else [11:29] hmm idon't know then, maybe someone else does. [11:29] np [11:31] well it lets me define alt+play so that will be good enough [11:38] Hello, I installed some gnome extension from extensions.gnome.org but it seems like they are turned off after a reboot. Is it normal? [11:39] I am on Ubuntu 21.04 [12:03] Bardon: that's not expected behaviour [12:04] chances are they're just not compatible [12:18] apb1963_: what happnes if you run /usr/lib/cups/backend/usb [12:18] directly? [12:21] just installed ubuntu 20.04 and mysql but can't create a new user. create user 'username'@'localhost' identified by 'strongPass'; not working. ERROR 1396 (HY000): Operation CREATE USER failed === gavin is now known as gimmel [12:32] JuJUBee, chances are that user already exists [12:32] did you run the secure installation script already? [12:41] How do I disable screen blanking on lock screen? (because that is broken on amdgpu) [12:42] nonix4, see if this helps or has any useful pointers: [12:42] nonix4: maybe settings > brightness & lock [12:43] nonix4: do you use wayland or xorg? [12:44] I got help yesterday with varnish to follow a guide and get it installed. I think it's working because my sites are online again (I had problems). My response is https://paste.gg/p/robertparkerx/d9366354d3d1424e90f1ca190055157b but for some reason the WordPress plugin report that 'unable to cache your site' although varnish is running. I don't get it [12:44] Is it working? [12:44] nonix4: assuming you run 21.04 you probably run wayland by default, try choosing a xorg session on login screen (it's there for fallback) [12:44] and see if that solves it [12:45] I had weird glitches with wayland [12:46] #main cispra actually 20.04 LTS (with HWE kernel, which introduced the screen blanking bug while fixing bunch of others) [12:46] sorry I read "screen blinking" [12:46] screen blanking is default behavior, not sure what you mean [12:47] #main cispra: I'll dig up the related bug numbers... [12:47] * nonix4 has been on some non-irc chats too much recently apparently [12:47] are you on some kind of bridge? [12:47] entuland, no, it doesn't exist, checked several times. [12:48] entuland, I figured a workaround. Exported the user table and used the insert statements to create the users I needed. [12:48] nonix4: https://i.postimg.cc/vBndpVBp/Screenshot-from-2021-05-29-14-47-59.png [12:48] glad you found a workaround [12:49] Thanks for trying. [12:49] did all the *buntu channels move to libera? [12:49] still, that error may point at something borked in your installation [12:49] JuJUBee: /msg alis list ubuntu [12:50] so #xubuntu did not... [12:50] cispra, thanks [12:50] JuJUBee, hi [12:50] Hi pikapika [12:50] cispra: Bug #1926400 and I think I saw somebody else reporting similar one vs 20.10. [12:54] cispra: Ty. Testing whether that screen lock delay utilizes content blanking instead of screen-off which appears to be part of the buggy codepath. [12:56] robertparkerx I see there is no varnish channel but there are 38 people in #wordpress [12:57] I tried googling but there are likely tons of dead ends tied to other versions of varnish and wordpress [12:57] yes I tried to ask in #wordpress but they said it was OT [12:57] I also tried google [12:58] I'm waiting in the official varnish channel now but I thought since I got help here yesterday I would ask again [12:58] keep it ontopic guys [12:58] you could try r/varnish as well in the meantime [12:58] I'm sorry [12:58] I'm sorry lotus [12:58] we have some nice chat channels #ubuntu-discuss #ubuntu-offtopic [13:04] ... although better would be if there was a way to blacklist power management of certain displays (instead of all of them). [13:15] Hi all! How do I upgrade my Ubuntu 20.10 to 21.04? When I run do-release-upgrade, it says "No new release". [13:15] This is because https://changelogs.ubuntu.com/meta-release page doesn't mention Hirsute Hippo. Is there any reason for it? [13:16] any luck with do-release-upgrade -d out of interest? [13:18] Well, it'll do the things. But I curious, why is 21.04 still marked as development release? [13:21] mymedia: whats the output of grep ^Prompt /etc/update-manager/release-upgrades === Xard8 is now known as Xard [13:21] Prompt=normal [13:22] okay, that's correct. let's see whether this bug which was preventing release upgrades has since been fixed [13:22] %n N0mind [13:22] marcv: ? [13:23] Just figuring out new client.. my bad [13:23] :) ok [13:25] mymedia: https://discourse.ubuntu.com/t/hirsute-hippo-release-notes/19221 is the release notes for 21.04. scroll down to the "Release Upgrades" section [13:27] mymedia: so as a summary, the original bug report that was blocking it is now (17h ago) considered fixed, *but* there are two more which still need to be fixed. [13:28] bug 1928434 [13:28] https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1928434 [13:29] and https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1924605 [13:29] Launchpad bug 1924605 in shim (Ubuntu) "Grub2 menu not loading - could not create MokListXRT: Out of Resources" [Undecided, Triaged] [13:29] tomreyn, thank you for the links, it's clear to me now [13:29] luckily I don't use shim :) [13:30] if you're booting another way (bios, i guess), you could just ignore these upgrade critical bugs and do do-release-upgrade -d [13:39] Hi all [13:39] hi [13:51] Bright, hi [14:38] ogra, hi [14:38] heh, hi === Ricardus_ is now known as Ricardus === nobaudy is now known as thurin === testing_ is now known as Brimurray === marcustomlinson_ is now known as marcustomlinson === toabctl_ is now known as toabctl === bahamat_ is now known as bahamat [16:43] tomreyn: Sorry for the delay. The gnome extensions I was talking about are https://extensions.gnome.org/extension/1319/gsconnect/ and https://extensions.gnome.org/extension/906/sound-output-device-chooser/ [16:43] And I'm on ubuntu 21.04 [16:43] It looks like gsconnect works fine. Just disabled on reboot [16:59] Bardon: hmm, they both state they're compatible to 21.04's gnome-shell 3.38.4, so i wouldn't know what's failing there. you could instepct your logs (journalctl -b) . but reviwing gnome/gtk error messages/warnings is not really a lot of fun. [17:15] Hi all. I have a problem with ubuntu 20.04 and virtualbox 6.1. I have a nvidia rtx 2080. I have a problem to view some part of GUI like boot order or other parts of the GUI. Someone can help me to solve this problem ? [17:18] davegarath_: what do you mean by GUI like boot order? the bios? [17:20] EriC^^, if I open setting I can't see what are inside the boot option settings [17:21] Also if I open Virtual Media Manager and I switch to Optical disk I still continue to view the Hard disk list. I can't see the content of Optical disk [17:21] I think this is a graphical problem but I don't know where I can start to investigate this probem === gnudoc is now known as gnudoc_away [17:30] davegarath_: try to run virtualbox from the terminal, it might show some errors if it gives any [17:31] ok I'll try [17:33] Hi. I was here yesterday for the same issue. I repeat for whoever didn't read it: My laptop's monitor is broken. My (ancient) external one supports only 800x600. When boot from usb (xubuntu installer) the installer probably detects the broken one and gives me a resilution with which I can't see anything clear enough for me to choose any of the options presented by the installer. I have tried xrandr command but didn't work. I tried ctrl+alt+left [17:33] mouse drag, I tried the super+p, I tried the E key, nothing helped. Yesterday someone suggested me to find the right F key most laptops have to change monitors. It was a brilliand idea. In my case that key changes resolution, but while on xubuntu installer, it only ioened another menu(?) which I can't see either and arrow keys don't seem to do something. I know there must be a way for resolution to be changed while on first screen of installer, [17:33] but I have no idea what else to try! Please help. [17:33] EriC^^, started from cli no output at all :( === u0_a96 is now known as chiaBORG [17:59] I had removed the system youtube-dl installed via apt. Now my shell is a bit confused as seen https://paste.ubuntu.com/p/WkB9bmQ79b I looked in ~/.profile and ~/.bashrc to see if I had done anything custom [18:00] Anna_: you can try switching to a terminal using Ctrl-Alt-F3, login there, and use the DISPLAY=:0 xrandr --size 800x600 command to change resolution (then switch back with Ctrl-Alt-F2 or maybe -F1 or -F7, if needed). [18:00] Anna_: another, maybe easier, option is to install using the ubuntu server installer. [18:00] if I use which command it shows the correct manually installed path but running it directly it looks in /bin [18:02] Anna_: you can switch from the server to a desktop setting by installing xubuntu-desktop [18:03] aiena: check the PATH with> echo $PATH [18:03] aiena: type youtube-dl [18:04] tomreyn: in $Path there is nothing. But I see with "type" command something like this 'youtube-dl is hashed ' [18:05] "youtube-dl is hashed (/usr/bin/youtube-dl)" [18:05] this could be the problem [18:05] How do I install python3.9 on 16.04.7 LTS? I added the deadsnakes PPA and apt installed it but it doesn't seem to be showing up in PATH [18:06] tomreyn on xubuntu the terminal opens with super+T. What do you mean "switching"? [18:06] youtube-dl from apt is old, use the snap version [18:06] !tty | Anna_ [18:06] Anna_: To get to the TTY terminals 3-6, use the keystroke Ctrl + Alt + F3-F6 respectively. Ctrl-Alt-F2 or Ctrl-Alt-F1 will get you back to your graphical login (Ctrl-Alt-F7 on 16.04). To change TTY resolution, see https://help.ubuntu.com/community/ChangeTTYResolution [18:07] tomreyn: what does "is hashed" mean? [18:07] Anna_: i don't mean just terminal windows (although you could try that as well), i mean a proper tty, see ubottu [18:08] aiena: it's aliased in your shell [18:08] aiena: alias -p youtube [18:08] aiena: alias -p youtube-dl [18:08] the latter [18:08] list devops -min 500 [18:09] list *devops* [18:09] tomreyn: I think I had to run "hash-r" to clear the hash [18:09] !16.04 | siraben [18:09] siraben: Ubuntu 16.04 LTS (Xenial Xerus) was the 24th release of Ubuntu. !End-of-life was April 30th, 2021. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade [18:09] oops ww [18:09] yeah now it rehashed with the correct path hmm [18:09] i think you did not install youtube-dl from apt, /usr/local/bin/youtube-dl is a weird path [18:10] pip maybe? [18:10] sudo pip maybe [18:10] oerheks: yes I did not I used curl [18:11] i am not managing ytdl through repos or snap [18:11] because I want the latest [18:11] i would not install manually, use the snap version, that gets updates [18:11] the snap is still older than the latest [18:11] my problem was the shell [18:11] it had hashed the older path [18:12] "latest"is edge, https://snapcraft.io/youtube-dl [18:12] No idea what tty is, but don't worry, I'll google the term. Opening a terminal window and using xrandr command is something I have already done and the result was going black like if the monitor was disconected or something. Your approach seems more drastic. I'll do that as soon as I understand what exactly you just told me. LOL [18:12] tomreyn: so I have to upgrade to get python 3.9? [18:13] siraben: you have to upgrade or reinstall to get an ubuntu version that's still supported. but probably also to get python 3.9 [18:14] siraben: have you tried miniconda? [18:14] oerheks: that relelase is from January and https://github.com/ytdl-org/youtube-dl/releases/tag/2021.05.16/ is the latest [18:15] the snap is newer than the repo one but older than the latest [18:15] tomreyn: is it necessary to upgrade ubuntu === tomreyn changed the topic of #ubuntu to: Official Ubuntu Support Channel | IRC Guidelines: https://ubottu.com/y/gl | #ubuntu supports Ubuntu and official flavors; versions 18.04, 20.04, 20.10, 21.04 | Unofficial derivatives: use your distro's support channel, not here. | IRC info: https://ubottu.com/y/irc | Pastes to https://paste.ubuntu.com/ | Download: https://ubottu.com/y/dl [18:15] aiena, open that latest/stable menu, edge is there [18:16] sudo snap install youtube-dl --edge [18:16] As in, is it necessary to upgrade in order to get 3.9? [18:16] else, have fun with your manually version [18:17] siraben: we do not support your version here, since it is dead (unless you have ESM support from canonical for it, but even then we don't support it *here*) [18:17] oerheks: I am a bit lost when it comes to snaps I am actually on kubuntu so I don't think I can ask about a snap GUI here [18:17] tomreyn: OK, but does it prevent me from running Python 3.9? [18:18] I am running do-release-upgrade now [18:18] But support aside, any effect? [18:18] siraben: I think its better to upgrade the distro because the rest of the system may have problems with this new python version [18:19] a new python version with old other packages can break the system in very mysterious ways [18:19] Ok. Sort of annoying that the server gave me an EOL'd distro [18:19] which server did? [18:19] focal and groovy gives 3.9 https://launchpad.net/ubuntu/+source/python3.9 [18:20] https://www.huaweicloud.com/intl/en-us/ [18:20] huawei cloud's ECS, I had some free credits [18:20] 'free credits' .. lolz [18:21] what's the lolz for haha [18:21] siraben: hmm, yes, it's bad practice that they offer you installations of end-of-life ubuntu releases, without stating the fact. i agree. [18:22] needless to say, that makes me far less likely to use the service for real, but that's OT heh [18:23] I was tempted to override the distro entirely with NixOS https://github.com/elitak/nixos-infect but it could break the setup === hello-smile48 is now known as botdev === botdev is now known as hello-smile48 === cferry_ is now known as cferry [19:53] evening [20:18] tomreyn ubot3 update in my case: I booted from the bootable usb again and pressed ctrl+alt+F3 to open the tty terminal. It was also with the wrong resolution but I managed to read the phrase "xubuntu login". I used my username and password only to have the result "incorect login' and i realized it is impossible to login on a OS you haven't installed yet! (silly me) In case it matters, it's xubuntu 20.04 the one on usb. My installed is Ubuntu MATE [20:18] 16.04. After that, I tried to do it from MATE. It seemed the command was valid but nothing's changed even after restart. While restarting, I checked the grub (version 2 by the way). I pressed C, a terminal opened and I used the command vdeinfo, just like the guide ubot3 linked me was saying. "Command not found". Then I tried "videioinfo". The result was 2 lines. First line was saying "List of supported video modes: " (without any list) and the [20:18] second line was saying "Legend: mask/position=red/green/blue/reserved". I even found the /etc/default/grub file and somewhere in that text was saying "GRUB_GFXMODE="800x600". What do all those things mean? Is it possible not even one video mode to be supported ?!? === etctweak is now known as k4etc [20:19] can someone help me unload a bunch of modules? [20:19] https://termbin.com/0mjp these [21:03] tomreyn: 🠕 [21:05] ubot3: 🠕 [21:05] heck, why am I seeing boxes again, I thought I picked a unicode font already [21:08] perhaps that is the actual character they want to print [21:09] can't tell, I copypasted it and it was an upwards pointing arrow or something [21:10] for some reason my hexchat isn't picking up Lucida Sans Unicode even though I have it installed [21:10] ah, it's not covered by that font, that's why [21:10] Sending boxes is actually a good way to confuse someone into thinking there is something wrong about their font! :-P [21:10] eheheh [21:11] I don't think there is a unicode symbol for what I get there though... one sec [21:11] https://i.imgur.com/Fd1FC4a.png [21:12] GNU Unifont covers almost 64K glyphs, should be good enough [21:14] Yes, it's an arrow pointing up. I was trying to somehow make up for the fact I'm worthless in pinging right someone on the main channel. [21:22] there, way better: https://i.imgur.com/acn6wQ8.png [21:23] * Anna_ clapping [21:23] 👏 [21:31] hi, is 12.04 packages removed from mirrors recently? couldn’t find an announcement. [21:33] exit70, you really mean Ubuntu 12.04? If so why such an old version? [21:33] exit70: Are you using Ubuntu advantage [21:35] no i am not. i was using 12.04 for vintage/retro computing (legacy hardware/software). for “real work” i use 18.04+ [21:36] can't tell about all the mirrors, it's there in the old releases website and possibly some mirror as well [21:37] is old releases for iso only? [21:39] not sure I get the question - here is what I've found: [21:40] that’s isos and stuff. is the package archive there as well? [21:41] exit70: should be [21:43] okay i found it [21:44] thanks folks [21:44] yw === justache is now known as justBull === dvdmuckle_ is now known as dvdmuckle === popey6 is now known as popey === Pyfisch is now known as qq === qq is now known as Guest1939 === Guest1939 is now known as Pyfisch === justBull is now known as the === the is now known as justBull === justBull is now known as justbull === justbull is now known as justBull [22:57] Does anybody like to strip out lots of stuff to make a minimal Ubuntu desktop setup? I'm sort of tired of fighting all the increasing complexity that makes my system harder and harder to just sit there and wait for me to tell it to do things. [23:00] minimal desktop is an install option, AFAIK [23:00] gbellinoz, i often start with ubuntu server, then add a desktop environment. very light and stable. then just add what you need [23:00] but a simple install does not take that much resources/diskspace [23:03] "kruft".. https://www.omgubuntu.co.uk/2018/02/ubuntu-18-04-minimal-install-option [23:03] "Though don’t expect massive gains.." [23:10] Yeah, it's not speed or disk space I'm after, but simplification. There are so many actors now in my system. systemd, cron, anacron, snaps, udisks2, udev, and others. [23:11] ra: do you install recommends and suggests? [23:14] gbellinoz, i skip all the installs and start with the terminal [23:16] i have an old laptop with 256 megs of ram that i use this way. just the terminal. i do my email, surf the web, and mostly tinker :) [23:17] rip matrix === EekTheCat is now known as eekthecat === eekthecat is now known as EekTheCat