[00:10] hey folks, I have a Samsung monitor with 2 display ports connected to my Ubuntu 22.04, I configured the monitor to display each port side by side, so far, so so. [00:12] when the monitor goes to sleep, the computer has a hard time getting it to wake up, but that's not why Im here. [00:13] I just enabled Night light on Display settings, expecting it to use it on both displays, but heck no! only in one DP. [00:14] is there anything I can check, logs to provide? etc... [00:46] Ok I got a USB stick with ubuntu installer; I've got that booted. I can click through "install" , and I get to the screen where I can choose 'format the disk & install, or manually partition' [00:47] In the "manual partition.." Screen I can see my 2 existing install partitions. The 64gb (that currently boots) and the 192gb (that is broken) [00:47] I'd like to install over the 192gb partition [00:48] Is that possible ? I dont seem to be able to click anything here that enables me to go to 'next'. I can click '-' and it shows that it will clear it or something [00:48] I do have the data I wanted copied to a usb drive aswell [00:55] davros1: try selecting for the '/' mountpoint and dont choose the format option === zniavre_ is now known as zniavre [00:59] Thanks that worked [00:59] Incidentally the broken partition was actually 22.04. the one i was booting into today was 20.10 or somethign [01:27] Ok I now have a fresh install of 23.04 (I recall you say 22.04 is better but I'd already downloaded it) . it boots and I can see all my old files albeit in a weird partition , I can bring things across and compile etc [01:28] davros1: just be ready to upgrade in 4 months [01:28] This will carry me over for the next few days but I'll still grab a new drive , I could do with more space === scottpedia is now known as Chief-J [01:39] tomreyn: Thanks for the pointers. [IPoIB] came from a `netplay apply`. netplan.io seems to understand IB. so, networkd in 22.04 hasn't caught up. Guess I'll have to drop networkd. I'll give this a try.. https://linuxconfig.org/how-to-switch-back-networking-to-etc-network-interfaces-on-ubuntu-22-04-jammy-jellyfish-linux === Chief-J is now known as scottpedia [01:41] ubottu: the configs use static addressing, so the dhcp issue wasn't encountered. [01:45] tomreyn: or switch to NetworkManager, even though it's a server. [02:03] tomreyn: NetworkManager seems to do the trick. [05:19] What is the correct way to persist custom ip routes tables and routes created with the ip command in ubuntu [05:20] or laternatively is there a way to run a script after all interfaces are up? === heart84 is now known as heart [05:50] AlexC: https://i.imgur.com/s6Jmf3V.png [05:50] almost [05:50] :P [05:50] soooory [05:51] aiena: https://i.imgur.com/s6Jmf3V.png [05:51] ravage, I have a slightly different setup with 2 NICS and 2 default routes in 2 different routing tables one custom defined [05:52] this looks like it will only affect the main routing table [05:53] oh there is a tick box [05:54] I thought i could find a DE agnostic way without netplan [05:55] thanks ravage [06:21] I left my ubuntu box copying files, after 5 hours I came back to it and I found it turned off. What happened? By reading the logs, the last lines from last boot shows: "systemd[1]: Starting Daily apt upgrade and clean activities..." [06:21] "Stopping NVIDIA Persistence Daemon..." [06:21] "systemd[1]: Reloading" [06:22] "systemd[1]: Starting NVIDIA system hibernate actions..." [06:22] "suspend[845021]: nvidia-suspend.service" [06:24] basically ubuntu disrupted its services on its own [06:56] * foogalo_bar /join #jokes [07:10] shhhh [07:18] now that ubuntu's pip refuses to `pip install --user -U foo` (it says "error: externally-managed-environment" ) , what's a useful approach to manage the application i have (currently non-functional) in ~/.local/bin instead? each gets a venv and i prepend all the venvs' bin to PATH, risking a possible shadowing if i have the wrong ordering? [07:18] or have giant venv which i prependd to path [07:24] or , likely worse, have aliases that call the executable scripts i'm interested in directly [07:26] ok i'm reading the file mentioned in the error output. /usr/share/doc/python3.11/README.venv [07:26] i lol'ed at pipx [07:32] Piraty: you can use the option --break-system-packages if you're running pip as your user [07:33] Piraty: just remember which packages you have installed in your $HOME === routebee_ is now known as route-bee === whoami_6 is now known as whoami_5 [09:36] hi there === VlA is now known as V1A [10:43] arkanoid: did you find out what really happened? [10:57] weedmic: nope [11:03] arkanoid: did you check /var/log/wtmp to see what triggered a shutdown/reboot? I'm pretty sure that would be the log to lookin [11:04] weedmic: no, doing now. Seems binary [11:10] https://pythonspeed.com/articles/externally-managed-environment-pep-668/ [11:10] Piraty: ^ [11:11] also see the venv README the message you read on screen refers to [11:12] arkanoid: use the "last" command to parse wtmp === iconoclasthero is now known as iconoclast_hero [11:14] arkanoid: also journalctl --list-boots and view the end of the log where you shut down unexpectedly journalctl -b BOOTID -e === pasiz33 is now known as pasiz3 [11:16] I'm already using "journalctl -b -1 -e" [12:07] Hi all [12:53] what is the recommended way of installing a 22.04 server with a disk mirror? is it not possible to do in the installer? [12:54] RAID1 [12:55] yes thank you but how? [12:56] https://alexskra.com/blog/ubuntu-20-04-with-software-raid1-and-uefi/ [12:56] there's several results on google when searching for "ubuntu 22.04 server installer RAID" [12:59] I'm on 20.04. Is there documentation somewhere on 1) the relationship between rsyslog and journald, 2) reasons why both are configured and running [13:02] This is an older installation and there's a chance that this isn't by default and that I did all this myself and have forgotten doing so. Sadly, I can't tell because from my googling it simply isn't stated anywhere what the default logging config/setup is. [13:04] it's pretty standard; although I don't rememebr if rsyslogd is installed by default on modern ubuntu installs [13:05] journald is mandatory (systemd depends on it), it can store persistent logs if configured to do so, in a binary format [13:05] rsyslogd hooks into journald and copies all the logs into a bunch of traditional log files in /var/log [13:05] !info rsyslogd focal [13:05] Package rsyslogd does not exist in focal [13:05] omnigoat: https://askubuntu.com/a/925446 pretty sure this still applies to newer releases of ubuntu [13:06] at one point long ago (circa 18.04 maybe?) the default setup was non-persistent journal + rsyslogd by default, then ubuntu made the journal persistent by default [13:06] !info rsyslog focal [13:07] rsyslog (8.2001.0-1ubuntu1.3, focal): reliable system and kernel logging daemon. In component main, is important. Built by rsyslog. Size 418 kB / 1,655 kB === esv_ is now known as esv === Fallen_ is now known as Fallen [13:08] I think the way to get an official answer is to check the release notes for every ubuntu release in a given time range, searching for 'syslog' and 'journal' [13:09] (would be nice if there were a git repo of these notes in markdown format or something) [13:10] Alright, thank you all. There are enough in those remarks to clear the confusion for me. [13:11] omnigoat: try out some fancy journal viewing in realtime with; journalctl -f | ccze -A [13:16] Does anyone know how to fix this issue: ubuntu iptables/1.8,7 failed to initialize nft protocol not supported === Szadek15 is now known as Szadek1 [13:17] pycurious: what release of ubuntu? [13:17] pycurious: is this on docker or WSL? [13:17] 22.04LTS - on LiNode server [13:18] It's working on other servers, but not on this one… [13:18] pycurious: try rebooting === ubuntu is now known as Guest8347 [13:18] rebooted already [13:18] same error [13:19] pycurious: which kernel? [13:20] Re the rsyslog journald marriage: what tripped me up at first that `logger whatever` wrote to /var/log/syslog while I couldn't see it in journalctl output, so my assumption that they were connected didn't seem to hold [13:20] but turns out the journalctl output was flooded by the usual hapless SSH scanners/bruteforcers and the "whatever" was ancient history by the time I had a look [13:21] omnigoat: journalctl -k === ubuntu is now known as Guest4321 [13:22] 5.15.0-84-generic [13:22] hello all [13:23] welcome Guest4321 [13:24] pycurious: I would recommend upgrading the kernel, preferably to the latest HWE kernel [13:25] leftyfb: what command should i use? I've run apt update/upgrade on the machine. 22.04.3 LTS [13:25] pycurious: sudo apt install linux-generic-hwe-22.04 [13:28] leftleg_: is there any reason the default kernel would break iptables/nft connection? I'm going to try to change the kernel as you suggested, will let you know in a moment. [13:29] <_spk_> afternoon [13:31] <_spk_> I seem to have an issue with snap on 23.04 following moving home directory to a different zpool - it is still mounted under /home/ though, but snap seems to think it's not... [13:32] leftyfb: Changed the kernel - still the same error from iptables after reboot [13:34] <_spk_> anyone else hit a similar issue? I can't really see anything that could make snap think my $HOME is mounted somewhere non-standard [13:45] pycurious: did you confirm you are running the new kernel? [13:48] leftyfb: zup how u doing? === ubuntu is now known as Guest3004 [14:06] hi [14:14] Query, has anyone been able to install both python2-pip and python3-pip on a host at once? (Yes I know don't use py2, I'd love to if I could) === SkiltElbows is now known as SkiltonElbows [14:17] hello, does this work? I am not too familiar with IRC [14:17] laraaji: you joined the ubuntu support channel here [14:18] you can ask ubuntu related questions here [14:18] yes, can i ask for something that might be a bit specific? i am not too sure if it belongs here, but i'm using kubuntu if that helps clarify why i am here [14:20] it's regarding QEMU and booting a drive I have a windows install from it [14:21] laraaji: shoot and the volunteers might reply or redirect you if needed [14:22] Well, I wanted to know if it's possible to boot my Windows 10 drive from QEMU, it's really simple taking it into account, I've got into the software fairly recently so sorry if this isn't the right place to ask [14:24] Hi 1. does U 22.04.03 cache DNS requests by default? 2. If I install dnsmasq is there a conflict between the two? 3. Can I have DNS requests go over a low-datarate channel that is not subject to DNS poisoning, and then the other requests go over the mair ISP connection? [trying to find a workaround for bad ISP] [14:25] hi. Shoud I enable ppa packages and updates (using ubuntu studio)? I mean , no issues, or some issues on the way ? There's always that feeling that it might be missing something ... [14:28] mesnitu: That's completely up to you. If You want newer packages, go for it. If you are happy with the stability, don't. [14:29] Stability = no frequent updates, in this case. [14:29] (don't confuse stability with crashiness) [14:29] mesnitu: In other words, it depends on your use case. [14:31] yeah, i was reading the comments in discover, and I'll stick to stability until I actually need update. [14:31] thanks [14:31] πŸ‘ [14:39] hi! [15:30] I have a driver straight from nvidia installed on 22.04 to use the CUDA toolkit. It has been fine, but today I can't install any new packages. `libnvidia-gl-535 : Breaks: libnvidia-gl-535:i386 (!= 535.86.10-0ubuntu1) but 535.104.05-0ubuntu0.22.04.4 is to be installed` [15:30] Is there anyway to resolve this without using "--fix-broken"? [15:31] hi , I need to put a second monitor on startup, but I would like to have it load befor the gdm screen. Already try to put it as a service in the graphical.target.wants and in Xsession.d with no success.... any hints ? [15:31] #!/bin/bash [15:31] # Check if the monitor DP-2 is connected [15:31] if xrandr | grep -q "DP-2 connected"; then [15:31] # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz [15:31] # Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync [15:32] !paste | mesnitu [15:32] mesnitu: For posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [15:33] The last time I used --fix-broken I lost all output from the GPU and a really tedious repair ensued. [15:33] mesnitu: You shouldn't have to do Xsession.d gymnastics. Your DE should be able to handle it. [15:34] sorry about the paste, what is DE? [15:34] Desktop Environment. [15:35] Gnome KDE [15:35] Desktop Environment. Furthermore, if you're using ubuntu Studio, sddm is the display manager, not gdm. [15:35] And sddm handles multi-monitor just fine, as in cloned. [15:35] ok. i'll check that [15:36] Order is questionable, but in that case it's luck-of-the-draw. [15:36] The goal in that case is to get you signed-in. [15:40] yeah, i guess the thing here is to set the resolution for the external monitor, to display it properly in sddm. The rest is ok. The startup script only loads after de sddm . [15:48] Ok if I have `/etc/apt/sources.list.d/cuda-ubuntu2204-12-2-local.list:deb [signed-by=/usr/share/keyrings/cuda-4A4BF9B3-keyring.gpg] file:///var/cuda-repo-ubuntu2204-12-2-local /` in souces.list.d I guess it just points to var and doesn't get updated? [16:11] dwigton_: it points to the apt repository at /var/cuda-repo-ubuntu2204-12-2-local and gets updated with whatever new there is there [16:27] Is there a way for tzdata to be completely non-interactive? I'm using a CI and I want US/New York selected. My config is build-linux: docker: - image: ubuntu:20.04 steps: - run: apt-get update && apt-get install -y tzdata openssh-client git --no-install-recommends tzdata === awdwadwa is now known as ltdan === Vercas0 is now known as Vercas [16:33] ltdan: you seem to be asking how to install, with apt, package "tzdata" completely non-interactively? [16:34] https://askubuntu.com/questions/556385/how-can-i-install-apt-packages-non-interactively === keypushe- is now known as keypusher [16:39] if you want to change the system timezone to US/New York, you can just echo 'US/New York' | sudo tee /etc/timezone && sudo dpkg-reconfigure -f noninteractive tzdata [17:57] Hi all! Where can I ask libvirt/qemu configuration related questions? [18:07] bratner: if its related to ubuntu, you can ask a question here [18:31] I'm running Ubuntu 22.04 with qemu 6.2 (using virtmanager). I want to route audio from my guest win10 VM to host over pulseaudio, instead of the default spice channel. I can't make it work, meaning the guest is not connecting to pulseaudio (according to pactl) and looking for any credible guide/doc how to configure or at least get some logs. [19:16] Richard Simmons' Seclusion Story - A Royal Canadian Secret Agent Pedo Sting Richard's Simmons current seclusion is explained telling the story of his trying to meet up with an 11 year-old African refugee child for a kale and cottage cheese enema and sex! https://justpaste.it/Richard_Simmons_Pedo_Sting_Bust [19:17] Where do they come up with this stuff === SCVM__ is now known as SCVM [19:34] din0, perhaps there is some "spam quote of the day" mailing list somewhere πŸ™‚ === andypandy_ is now known as andypandy === black is now known as scottpedia [22:18] Anyone know how I can install folly? CMake Error at FindFolly.cmake:30 (message): [22:18] Failed to locate folly include directory [22:18] Call Stack (most recent call first): [22:18] CMakeLists.txt:133 (INCLUDE) [22:18] Tried building and moved tmp/.../install/folly folder to /usr/lib/folly [22:19] why do I have DISPLAY=:1 on my ubuntu 22.04 instead of :0? seems causing trouble for electron.js apps for me who might expect :0 [22:22] ERROR:ozone_platform_x11.cc(241)] Missing X server or $DISPLAY [22:26] OK I got electron.js working(switching display to :1 inside), still why ubuntu 22.04 by default uses :1 instead of :0? [22:54] /j #macosx [23:12] tomreyn: you were helping me with an hdmi/usb-c/linux problem yesterday. i think it was yesterday. anyway, i don't think my issue is linux related, it's some other problem: cable, monitor, usb-c hub, something else. [23:14] cores: thanks for reporting back. === routebee_ is now known as route-bee