/srv/irclogs.ubuntu.com/2024/07/23/#ubuntu.txt

justme_sorry it disconnected me for some reason00:10
bparkerunforgivable00:10
justme_well then sorry I'm here and sorry I asked earlier00:11
pragmaticenigmabparker: humor, if that's what you were trying to do, doesn't really translate to a chat. rather unkind of you to say that at all00:14
bparkersorry I dropped my /s00:15
Tingoback..00:25
pragmaticenigmafront?00:26
Tingojustme_: its a time to do operation..00:26
pragmaticenigmaTingo: unfortunately, they /part the channel due to misunderstanding00:27
Tingowhat ?00:27
Tingohe left :)..00:29
pragmaticenigmayes00:31
pragmaticenigmayou appear, happy for that... i must've missed soething00:31
Tingojustme_ want to go back to old kernel..00:32
Tingohad to configure its Grub configuration..00:32
pragmaticenigmathats what i thought00:32
pragmaticenigmaseems a lot of kernel reversion questions coming in lately00:32
Tingohttps://bpa.st/MNBA00:34
Tingoit was his solution...00:34
Juestum, how are deferrals configured for packages?01:00
Juestis there a equivalent of windows group policy?01:00
Tingojuest: what you want to do ?01:01
JuestTingo: configure the system to not prompt for updates and manage updates and deferrals on its own01:02
Juestalso i seem to get no feedback when running unattended-update or unattended-updates01:03
sarnoldunattended-upgrades's default configuration is to install security updates automatically01:04
Juesti see, just that? is it possible to configure it so it pushes security updates and defers feature updates to a fixed period while also knowing when the system is idle?01:06
Juestand check for updates and determine whatever to defer or apply them01:06
Tingosystemctl status unattended-upgrades01:06
Juestand if a critical cve is applied, reboot01:07
JuestTingo: that's enabled by default, right?01:07
Juestim trying to customize or rather remove the updates ux from the desktop01:07
TingoJuest: yes, its enabled by default..01:08
sarnoldJuest: you can configure it through apt configuration settings, the default file might be /etc/apt/apt.conf.d/50unattended-upgrades  (though I have a vague memory of it perhaps changing name in newer releases?)01:10
Juestsarnold: that's still the correct path for that01:11
Juestshould i copy it or something similar?01:11
sarnoldyay01:11
sarnoldJuest: nah, just edit this file, I think copying it around would just be confusing01:11
Juestand when unattended-upgrade updates the file it wont get updated01:12
sarnoldI'm not sure if you'll be stuck with the "a configuration file has changed!" process or not. I bet you'll be prompted to deal with the changes by hand on an upgrade01:14
TingoThree files are related to Auto-update...01:15
Tingo1. /etc/apt/apt.conf.d/20auto-upgrades01:16
Tingo2. /etc/apt/apt.conf.d/50unattended-upgrades01:16
Tingo3. /etc/apt/apt.conf.d/10periodic01:17
=== chris14_ is now known as chris14
spot2hello why are you afk01:25
Juestthanks Tingo01:26
=== xv8 is now known as xv8-imac-g5
bparker00:14 < pragmaticenigma> bparker: humor, if that's what you were trying to do, doesn't really translate to a chat. rather unkind of you to say that at all01:44
bparkerdid anyone else think this?01:45
bparkernot sure why they thought it was unkind to make an innocent joke01:45
bparkeryou see the exact same thing said all over the internet and nobody else seems to care01:45
junyxbparker nah they were being overly sensitive02:19
bparkerjunyx: thanks02:21
=== Medic2016__ is now known as Medic2016
sarnoldbparker: yes, I thought that, and I was glad to see pragmaticenigma ask you to be kinder02:27
NoImNotNineVolton jammy, what's the lightest way to start an x application (e.g. `firefox -new-tab "https://www.example.com"`) on boot? trying to avoid installing a whole desktop environment, etc02:29
NoImNotNineVolt(currently this is a headless box, but i have a spare monitor and was hoping to use it to display some web app dashboards or something)02:30
enigma9o7You could just install xorg and set up a session that just loads firefox.02:30
enigma9o7no desktop or window manager needed02:30
NoImNotNineVoltthat sounds about right. let me see if i can figure that out. thanks.02:31
enigma9o7If you wanna take advantage of wayland instead of xorg, you could use "cage".02:32
enigma9o7but the experience probably wouldn't end up much different02:32
enigma9o7but might be less stuff to install02:33
NoImNotNineVoltwayland sounds interesting but i have enough of a hard time understanding how x works02:33
enigma9o7If you want to test it without setting up a session or anything, just "sudo apt install cage" then install firefox then "cage firefox" from tty, it'll come right up.02:34
NoImNotNineVoltwhat if i'm SSHd in and i want to start x on tty1...02:37
NoImNotNineVolt(no physical keyboard)02:37
NoImNotNineVoltthe man page for cage is...02:39
* NoImNotNineVolt googles02:39
bparkersarnold: well, since you have seen now that not everyone agrees... do you think it is reasonable that you consider what I said objectively unkind?02:40
bparkeroh well, doesn't matter I guess. everyone is entitled to their opinion.02:45
JuestNoImNotNineVolt: should work if the display is active?02:46
Juesterm, NoImNotNineVolt, you could use xinit or startx for that, and disable X forwarding if its enabled?02:48
NoImNotNineVoltJuest: parse_vt_settings: Cannot open /dev/tty0 (Permission denied)02:51
NoImNotNineVolti wouldn't expect startx over ssh / in a vt to work..02:55
NoImNotNineVoltokay, progress. i have it trying to startx on tty1 on boot. it just doesn't succeed.03:08
rboxi've used nodm in the past03:09
rboxpretty sweet03:09
ducassehey, is there any way to get gtk-sharp2 on noble? does anyone know a ppa or anything?03:12
rboxif there is somethign yo uwant in a package that doesnt exist, you can compiel it03:12
NoImNotNineVolti guess i can check out nodm if i can't get it to work myself.03:12
NoImNotNineVolti haven't had to configure x manually since like the 90s.03:13
ducasserbox: yeah, i guess i could try building the source from 22.0403:13
ducasseNoImNotNineVolt: you only want one app open?03:17
ducasseNoImNotNineVolt: also, wayland is probably easier to get to grips with, since your only access to the innards is through the compositor03:20
realivanjxTIL that APT::Periodic:: are the intervals between runs expressed in days and not a true/false03:24
JuestNoImNotNineVolt: nodm will provide better luck but that program seems unmaintained afaik03:52
=== LisanAlGaib is now known as fuckstain
fuckstainUbuntu is not doing05:28
bparkerthe needful05:31
rktaAre there any other files containing secrets in /etc besides /etc/shadow? I'm setting up etckeeper and don't want any secrets in the git repo.05:51
CosmicDJrkta: sure there could be others, most services you can log in to keep a password db (unless you use system/ldap or ad)05:58
rktaCosmicDJ: which ones would that be for a default install?06:00
=== riOwnage18 is now known as riOwnage1
CosmicDJrkta: server or desktop (which DE)? minimal or full? you see that question is hard to answer, also it's your system, you should know where you have passwords set06:40
rktaCosmicDJ: Desktop, pre-installed by Dell. I was just looking for the most common things to look out for.06:46
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== mrpond1 is now known as mrpond
=== EriC^^26 is now known as EriC^
koziHello everyone, I wonder if anybody could assist with a strange ubuntu GRUB issue I'm having? If booting from scratch, all works well. The moment I do a reset (either through console or through ctrl+alt+del), my bios gets stuck on the [Press <DEL> to enter Setup, <F7> to Boot Menu] screen. Not clear why!08:45
ravageTry a BIOS update08:47
koziFair enough. Any idea where I start lookung08:51
ravageThe website of your motherboard manufacturer08:53
koziHmm, I've been through there and haven't found anything useful. Thank you anyway.08:57
EriC^how's grub booting in the first place kozi?09:00
EriC^nevermind, just saw the from scratch09:00
tuxinatorHi all09:51
j0rm0mm4high09:54
tuxinatorwe are trying to use adsys network share mounting and the policy framework works for example for sudo but we can't mount anything by the GPO, we always get smb://server1.testdomain.local/testubnt/\": Location is not mountable" somebody using adsys?09:57
tuxinatoron the other site //server1.testdomain.local/testubnt /cifsmounttest  cifs _netdev,sec=krb5,noserverino,user,rw  0 0 in fstab works10:21
=== pushkarnk1 is now known as pushkarnk
patrick__hello10:37
patrick__who is the creator of this server!!!10:37
patrick__exit10:38
=== pushkarnk1 is now known as pushkarnk
=== ^R3mb1^ is now known as r3mbi_
=== r3mbi_ is now known as rembi
danielDanManHi11:10
danielDanManCan I use 7his cha7 7o have suppor7?11:11
rembiy11:13
fwehti use xubuntu, installed firefox via snap but somehow it cant make itself the default browser?11:27
nteodosiofweht, at least in Gnome that relies on a portal. KDE has one too but maybe XFCE doesn't run any? What is 'dpkg -l|grep portal'.11:31
nteodosiofweht, I find in Apt's database: xdg-desktop-portal-xapp - Xapp's Cinnamon, MATE and Xfce backends for xdg-desktop-portal11:32
fwehtso i need to install those?11:32
rizzlersup11:33
rizzlerwow im in linux im hacking ayyy11:34
nteodosioI only listed one package there. Running 'dpkg -l|grep portal' in a terminal should indicate whether one is already installed, which is the first step I suggest.11:34
nteodosio^fweht11:34
rizzlerwhat is the topic rn?11:34
rizzlerwait a macbook can run linux????11:35
fwehtnteodosio this is the output https://www.irccloud.com/pastebin/Zn0jvWs1/11:37
nteodosioHum so you have the -gtk one...11:38
fwehtso i should install xapp?11:39
BluesKajHi all11:40
fwehtaah but i just noticed a much more severe problem, after closing my laptop lid, it doesnt go to sleep, and when i open again, i can move my mouse but i cant click anything or use my keyboard so i have to force reboot11:40
nteodosioYou could try, I don't think it would help. This should be working out of the box and so is a bug, I suggest opening a bug report describing your system, this result and how exactly you ascertained the problem.11:40
nteodosioAh well that must be another and indeed nastier one.11:41
cabangon_hi11:42
cabangon_any one awake?11:42
TeridonI don't know why this these bother me but.. please check my cron "math" here.  zfsutlis-linux defines a cron job that is supposed to run on the second sunday of every month.  But for some reason it doesn't specify the day-of-the-week in the cron section -- it adds an extra "date +%w -eq 0" conditional.  https://bpa.st/YA6A11:43
cabangon_what is that?11:44
cabangon_why is everyone leavng?11:45
cabangon_bro Teridon what did you do? XD11:46
fwehtnteodosio: oh man, i really like xubuntu, but even when running from the live usb closing the lid doesnt put the laptop to sleep :(11:48
cabangon_my laptop can only handle ubuntu RIP11:48
fwehtsame with my 2014 imac11:49
nteodosiofweht, I assume you have already investigated whether that option is enabled in the power settings.11:49
fwehtbios settings or ubuntu settings?11:49
cabangon_macs can run linux?11:49
fwehtcabangon_: the older ones with intel chips11:49
cabangon_ohh11:50
fwehtapple silicon support is very experimental11:50
nteodosiofweht, Ubuntu settings. You could also just try /etc/systemd/logind.conf as a last resort.11:50
ghodawalaamanTIL https://chatgpt.com/share/5167f948-730a-4957-b675-f1f39eaaf74811:56
ghodawalaamanI didn't knew about apt-cache11:56
ghodawalaaman:)11:57
ghodawalaamans/knew/know11:57
cabangon_what happened?11:57
fwehtill try xubuntu 24.10 maybe they fixed it11:58
cabangon_xubuntu 24 did not work for me11:58
lotuspsychj3!discuss11:58
ubottuWant 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!11:58
lotuspsychj3please seperate discussions with ubuntu support11:58
cabangon_ohh ok so thats why12:00
cabangon_how do i directly message?12:01
lotuspsychj3cabangon_: /query nickname12:01
lotuspsychj3!tab | cabangon_12:04
ubottucabangon_: You can use your <tab> key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line.12:04
=== pushkarnk1 is now known as pushkarnk
|N3on21|@lotuspsychj3, sorry did not see your msg yesterday. Yes I did change it to Private....12:33
lotuspsychj3|N3on21|: did the devs change it, or did you yourself?12:34
|N3on21|I did it my self... There was alot of information about me and my system.12:36
lotuspsychj3|N3on21|: thats not really the purpose of making a bug private, unless its about a crash bug it can contain sensitive info12:37
|N3on21|@lotuspsychj3, i know - but the log files that were uploadet was having information on everything. I have no problem sharing this with devs / support team. But to share with *.* is making me alitle paranoid12:40
lotuspsychj3|N3on21|: you might delay your bugs solving like that, if no other users could confirm/affect/reproduce it12:41
|N3on21|@lotuspsychj3,  I know and i would like to open it more up. But I also want my bug repport to be more anonymous12:44
lotuspsychj3|N3on21|: your system, your choice im just letting you know the impact of it12:45
|N3on21|@lotuspsychj3, i appreciate it very much !12:46
cabangon_bug reports are already anonymous, right?12:46
lotuspsychj3cabangon_: not by default, they come on launchpad public12:47
|N3on21|the one I made contained a lot of information about me and my system12:48
|N3on21|not saying that you should not make bug repports... I think it is fantastic that this is an option...12:49
|N3on21|but when I saw my pc S/N in one of the log files i got a little scared12:50
lotuspsychj3|N3on21|: a bios version in dmesg wont be any security risk public12:51
younderYour log files are administrative privilege only. You wan't everything that can help diagnose a error. More crashes are cause by bugs not unauthorized entry after all.12:55
younderdmessg should only be availabe to a administrator. Is it isn't check the auth settings.12:58
|N3on21|@lotuspsychj3, what information type would you set on a bug repport like the one I got ?13:17
lotuspsychj3|N3on21|: i would have kept it public for your case13:18
|N3on21|@lotuspsychj3, then im holding you accountable when shi7 hits the fan ;) and WE need to restore my pc... ;)13:20
JanCI don't know what bug this is, but if you used apport it does some censoring to hide some private info that isn't relevant to solve the bug13:20
|N3on21|ggg13:20
lotuspsychj3JanC: i helped |N3on21| for an audio but on a latest 6.8 kernel version, we tested a previous one wich resolved13:21
JanCdependign on what applications log, it might not be able to do that for everything of course13:21
lotuspsychj3*bug13:21
lotuspsychj3so not a crash bug in his case13:21
JanCyou can use apport to report non-crasher bugs13:22
lotuspsychj3we already did JanC13:22
lotuspsychj3but |N3on21| decided to change his bug ID from public to private13:22
JanCI guess they can look at the attached files then, to see if anything private is in there13:23
|N3on21|<- going to change my name to chicken13:23
younderHave you considered using cockpit https://cockpit-project.org/13:24
younderTo me it beats using ubscure command line tools13:25
|N3on21|afk for a minnut or two13:25
=== realivanjx6 is now known as realivanjx
stuffandthingswhy would ntfs-3g be installed by default if ubuntu has and uses ntfs3 by default?14:01
CosmicDJstuffandthings: rephrase question please14:02
CosmicDJstuffandthings: Ubuntu is not using NTFS, NTFS is a Windows filesystem14:02
stuffandthingsright but the kernel comes with ntfs3 and ubuntu comes with ntfs-3g as well14:03
ravageWhat is your Ubuntu support question?14:03
ravageIf you want to discuss a topic please use #ubuntu-discuss14:04
stuffandthingsok14:04
stuffandthingssorry for the inconvenience14:05
NoImNotNineVoltso i have an ubuntu box with a display but no input devices. i have getty on tty1 set to autologin a kiosk user, and kiosk's .bash_profile does startx. then firefox starts from kiosk's .xsession.14:24
NoImNotNineVoltunfortunately firefox can't be started fullscreen from the command line, so i'm trying to use `xdotool` to send an f11 keystroke, but it's not working. if i had a keyboard and mouse i could troubleshoot by running xdotool from a terminal, but since my only access is via ssh, xdotool can't find a display etc14:26
NoImNotNineVoltany advice?14:26
hermanoAdded following line in through visudo: %gitlab-runner ALL=(ALL) NOPASSWD: /usr/bin/docker-compose14:26
hermanoLooking to secure that gitlab-runner can execute "sudo docker-compose" command without request of password.14:27
hermanoBut when I try, I still have to enter sudo pwd.14:27
ogra_NoImNotNineVolt, does it have to be firefox ? https://mir-server.io/docs/make-a-secure-ubuntu-web-kiosk14:30
hermanoLooks like it works, if i remove the sudo in the command.14:30
arichard123I had some issues with xdotool on wayland.14:33
arichard123Fine with xorg. Something about a different design philosphy14:33
sixwheeledbeastNoImNotNineVolt: wmctrl ?14:33
arichard123wmctrl is definately xorg only14:34
sixwheeledbeastwhere is wayland mentioned. I see .xsession and startx14:38
sixwheeledbeasti believe there is wlctrl for wayland but I still use X14:40
ioriaNoImNotNineVolt, i don't know if it's what you're looking for, but this works : firefox --kiosk https://ostechnix.com; sleep 3; xdotool key F1114:44
NoImNotNineVoltioria: yea it's xdotool that's not working.14:48
ioriaNoImNotNineVolt, maybe it's not finding the target (the window, i mean)14:51
NoImNotNineVoltioria: it's working!14:54
ioriaok14:54
NoImNotNineVolti needed to explicitly added DISPLAY=:014:54
NoImNotNineVoltalso it looks like x dies when .xsession finishes...14:55
ioriai see14:55
NoImNotNineVoltadding `sleep infinity` at the end seems a bit hackish, but...14:56
retrevhaving boot issues with an encrypted vg on nvme. Everything was working then I powered on my laptop and it won't boot. It's an air gapped machine so I know there were no system updates. when I boot I'm not prompted for my password, I just drop to (initramfs). There's no /dev/nvme*  which is likely what's causing the issue. "grep nvme /proc/modules"15:10
retrevshows "nvme" and "nvme_core". If I boot a sysrescue usb I'm able to cryptsetup luksOpen the vg, mount it, etc.15:10
retrevdid a chroot and rebuilt the initramfs but still no joy.15:10
lotuspsychj3retrev: can you still enter grub recoverymode?15:12
oerheks:-)15:17
=== dza5 is now known as dza
=== paran0n2 is now known as paran0n
otamranifd15:26
otamranifdsa15:26
otamranifd15:26
oerheks?15:27
otamranifdf15:27
oerheksdo you have an Ubuntu support question, otamrani ?15:28
otamraniadont know how this hexachat work15:29
otamraniknow im inside channel or what?15:29
lotuspsychj3otamrani: you joined the Ubuntu support channel here15:30
kk1234otamrani we can see you15:30
kk1234otamrani you're doing fine so far15:30
=== phrack_extractor is now known as SomeDamnBody
retrevlotuspsychj3 I might have been disconnected before responding....recoverymode has the same problem...drops to initramfs15:40
lotuspsychj3retrev: that doesnt sound too good indeed15:41
oerheksif that /dev/nvme* keeps disappearing, reseat the drive ?15:42
oerhekscheck for a bios update15:42
lotuspsychj3retrev: maybe an install 'next' your current ecisting install keeping your /home might be an idea to rescue?15:42
retrevit never appears in my boot but if I boot from a usb live distro it works fine15:42
lotuspsychj3wich release are we talking about retrev15:43
retrev2004lts I believe15:43
oerheksoh, please do not repost in #linux, so sad to make volunteers wait and guess15:43
oerheks:-(15:43
NoImNotNineVoltokay, so, i use xrandr in my xsession to set a 4k resolution, and that appears to work, but when i run firefox and hit f11, it only occupies the upper-left portion of the screen.15:45
NoImNotNineVoltxrandr says Screen 0: minimum 320 x 200, current 3840 x 2160, maximum 16384 x 1638415:47
NoImNotNineVoltso weird. tried with chromium and now it's drawing on more of the screen, but still only the left half. at least fullscreen centers the application window [and just doesn't draw the right half]...15:58
oerheksNoImNotNineVolt, what are the specs of the monitor?16:30
oerheksthere is 4k 3840 x 2160 and true 4k 4096 x 216016:30
=== tom_ is now known as paul424
=== fuckstain is now known as presidentpoopypa
=== presidentpoopypa is now known as boejiden
tacomasterI just wanted to make sure I am not about to do something stupid. In my Ubuntu 24.04 logs I am seeing drm:nv_drm_master_set nvidia_drm error failed to grab modeset ownership. I found https://answers.launchpad.net/ubuntu/+question/706349 which recommends me to do "echo "blacklist i2c_nvidia_gpu" > /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf && sudo update-initramfs -u". For a desktop version of ubuntu and mostly play games in wi17:02
tacomasterbrowse the web, should this cause an issue? I am not 100% sure how the nvidia driver and i2c_nvidia_gpu differ.17:02
tacomasterI also found this https://www.kernel.org/doc/html/latest/i2c/busses/i2c-nvidia-gpu.html which I believe is telling me that it is related to usb type -c but it does not directly say that. It just says type-c controller on gpus.17:10
=== Dezz is now known as haffi
JanCtacomaster: I assume it's for USB-C connected displays indeed, as it says "Turing and later GPU" and Turing was the first generation Nvidia GPUs with support for that17:43
sarnoldbparker: yeah; in the right context what you said is a fine joke. but in a huge group with a wide variety of irc familiarity levels, it's not constructive.17:50
energizercan ubuntu users tell me if your default fonts can render this character "⨟"17:54
oerheksstandard english, no17:54
energizerok17:55
bparkerenergizer: what does 'default fonts' mean? every app can use any font they like17:55
bparkerassuming we are even talking about GUI17:56
JanC"default fonts" depends on what language(s) you installed17:56
NoImNotNineVoltoerheks: 3840 x 2160 indeed but i don't think that's what the problem is18:37
NoImNotNineVolti'm really starting to question whether this is worth the hassle or if i should just install gnome18:41
sprokkelHey, Question : is there an easy way to disable traffic to and from connectivity-check.ubuntu.com?18:44
ravageWhy don't you just disable the check?18:45
sprokkelwhere do I do that?18:45
zphinxsprokkel: sudo touch /etc/NetworkManager/conf.d/20-connectivity-ubuntu.conf18:47
ravagesudo touch /etc/NetworkManager/conf.d/20-connectivity-ubuntu.conf18:47
ravageTry that18:47
ravageMay require a reboot18:48
puffGood afternoon, I'm on Ubuntu 22.04 LTS, recently upgraded from 20.04 LTS, and when I try to login at the GUI login screen, I get "Failed to start session".18:48
ravagehttps://ubuntu.com/core/docs/networkmanager/snap-configuration/connectivity-check18:48
zphinxpuff: what login manager?18:49
puffzphinx: Should be the default, how would I check?18:49
ravageThat is for core but the link to the network manager docs should be valid18:49
puffI'm ssh'd into the machine, btw, from the Mac Mini I'm using to type this.18:49
puffAlbeit I'm not super familiar with the Mac UI and a lot of my control key reflexes are tripping up :-(.18:50
zphinxpuff: sudo apt-get install --reinstall ubuntu-desktop18:50
zphinxyour session manager probably didnt translate over properly18:50
oerheksssh did not survive uprade ..18:51
puffAha.18:51
puffYeah, come to think of it I had some SSL problems with python pip.18:51
zphinxpip problems would be completelt unrelated18:52
puffzphinx: Only related in that the bindings between python and openssl were borked, sounds like something simlar at work here.18:53
sprokkelsnap set network-manager connectivity.interval=0, disables the connectivity check , thanks!18:53
ravageUnless you messed up your system python setup by running pip with root18:53
zphinxpuff: and pip should generally only be used when you're in a virtual environment, mixing python packages from "apt" and a system wide pip install is usually a bad idea18:54
puffIt's asking me to pick a display manager, default is lightdm, which I recognize from past troubleshooting, the alternative is gdm3.  Any reason to change?18:54
puffzphinx: Yeah, that's where I use pip.18:54
puffzphinx: Also, several of my existing venvs broke.18:55
zphinxif its a default ubuntu system, gdm would be the obvious choice.18:55
puffzphinx: Why would it default to lightdm then?18:55
puffHm, at one point I used xubuntu, but I'm pretty sure that was on a previous install.18:55
puffThough I might have installed xubuntu-desktop on this one.18:56
puffAnyway, it's churning along...18:57
zphinxpuff: lightdm is the default for xubuntu, that explains things18:57
puffTo be clear, I haven't been using xubuntu desktop.18:57
zphinxyou just said you installed xubuntu-desktop18:57
puffYeah, but I've been using the regular ubuntu desktop.18:58
zphinxthere should be a "wheel" in the lightdm login screen, with options what to pick, could you write them out here?18:58
zphinxxorg, wayland etc etc18:58
puffMy old install was xubuntu, but I reinstalled from scratch after upgrading my hard drive.  I installed vanilla ubuntu when I reinstalled, then installed the xubuntu-desktop package, then decided to stick with vanilla ubuntu's desktop for a while just to regain familiarity.18:59
puffBut basically never got back to xubuntu.18:59
zphinxyou can pick a desktop environment when you login in both gdm3 and lightdm19:00
oerheksare you seriously looking for a fix? ": puff> zphinx: Only related in that the bindings between python and openssl were borked, sounds like something simlar at work here." sounds time for reinstall19:00
zphinxit makes sense lightdm cant restore your gnome session19:00
puffThere's no wheel on the old/existing login dialog, just a dropdown for username, an input for password, a login button, and to the left of those a silohouette of a person.19:01
puffoerheks: I'm not sure what your question is?19:01
puffoerheks: zphinx advised me to reinstall ubuntu-desktop, I did that, it's been running this whole time.19:02
puffI'm just trying to understand what happened and why.19:02
zphinxoerheks: so you are suggesting a complete system install becauxe he's mixed pip packages with apt ones?19:02
puffJust finished, rebooting.19:02
puffzphinx: I'm not aware of mixing any pip packages with apt packages.  I'm not even sure how you'd do that... I guess using apt to install some python libraries systemwide?19:03
puffI'm using pyenv for installing python, btw.  Which is probably a major factor in pip breaking when I upgraded to 22.04 LTS.19:04
zphinxpuff: pip and apt are two diffrent package handlers, pip is what you use for python libraries, many of the same packages exist within the apt repositories. its usually a bad idea to install a package via pip systemwide19:04
puffAha.19:05
puffYeah, generally I use pip for installing in venvs.19:05
puffMore for repeatable processes than for anything else.19:05
zphinxyou could try systemctl stop lightdm && systemctl disable lightdm, which will kick you back into the cli, and then run systemctl start gdm3 && systemctl enable gdm319:06
oerheksi suspect some python2.7 stuff bugging. clean reinstall is the best option indeed19:06
puffHm, looks like that fixed it, I can login via X now.19:07
puffSpeaking of which, is it possible to get back the alt-F1 etc consoles?19:07
zphinxyes19:07
zphinxctrl+alt+fkey19:08
puffCan you point me in the right direction?19:08
puffHm, and F7 is still X?19:08
puffWeird, they weren't working for me yesterday. Maybe because of lightdm?19:08
puffHm, looks like F2 is the default X session.  Though F1 is another X / GUI login window.  F3 is a text console, though.19:10
puffRelated question, can I move the launcher dock from the left edge, and can I move the workspaces back to the right edge like they were under 20.04?19:12
puffzphinx: Thanks for the save.19:12
zphinxno problem19:12
puffRe: systemctl etc, I chose gdm3 from the ubuntu-desktop reinstall, per your advice.  So it should be in gdm3 now, right?19:13
zphinxyeah, its gdm319:14
zphinxits the default with ubuntu-desktop and gnome in general19:14
=== ancientz2 is now known as ancientz
=== Guest41 is now known as dreamfactory
=== puff` is now known as puff
=== boejiden is now known as swiftie
bparkerI'm trying to enroll fingerprints with a u.are.u 4500 device, fprintd is running and I am able to "successfully" enroll a finger, but verifying them always fails. any ideas? OS is 22.0420:01
comphso the sound broke down...20:31
comphweirdly pulseaudio seem to work20:31
comphbut when i open pavucontrol it just says "establishing a connection to pulseaudio" but nothing happens20:32
enigma9o7Great Scott!20:32
enigma9o7zphinx: you may have to use extension to do it, but yeah for sure.20:33
enigma9o7install gnome-extension-manager and see if there's settings for ubuntus dash to dock extension, if not, install the standard dash to dock or dash to panel extension,w hich do have those options zphinx20:34
enigma9o7(and disable ubuntu's one of course if replacing it)20:35
zphinxenigma9o7: you'tr20:35
zphinxt20:35
zphinxech enigma9o7, you're messaging the wrong person20:36
enigma9o7ohhhh doh yeah that was meant for puff20:36
enigma9o7Deepest apologies.  I apologize for the inconvenience.20:37
zphinx22.04 and onwards has dash to dock settings without the extension being installed20:37
enigma9o7Please forgive me, but if you don't, I will underrstand.20:37
bpromptenigma9o7: sure, we'll forgive you, but you'd need to do some penance, 10 Hail Mary's and 5 pushups20:38
comphthe sound seems utterly lost20:50
comphi did install some pulseaudio-equalizer...20:51
comphwhich i have removed20:51
comphhmmm20:51
oxfuxxxThat's the french version: https://ibb.co/cCD1RM821:50
eruditehermithey, I'm having no space left on device errors but df -h shows that I have quite a bit of space left. Can anyone help? I am using btrfs so there might be some magic happening behind the scenes.22:34
enigma9o7i'm not sure how btrfs would play into things, but do you have /boot on a seperate partition perhaps, and that's what's full?  or /home on a sseperate partition, etc....22:35
enigma9o7if its all one patition tho, i guess the quesiton is, where are these errors coming from, what are you doing that says no space left on device.22:36
bprompt!paste | eruditehermit22:36
ubottueruditehermit: For posting multi-line texts into the channel, please use https://bpa.st | 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.22:36
eruditehermitenigma9o7: I have /home on a separate partition but it's 70% and / is 85% full22:36
eruditehermithttps://bpa.st/MFTA22:37
eruditehermitenigma9o7: chrome crashed, konsole prints these messages when it starts, even touch file.txt fails with these errors22:38
eruditehermitirc client and firefox work though22:39
eruditehermitas an example `touch: cannot touch 'test.txt': No space left on device`22:40
ravagei think btrfs has it's own df22:40
ravagewhat does that say?22:40
tacomasterIs there any known issues upgrading to nvidia driver 555 on ubuntu 24.04?22:41
ravagetacomaster: 555 is not in the repos yet22:42
eruditehermitravage, https://bpa.st/OWZQ22:43
enigma9o7dunnoabout 555, but i hear lots of issues with 560beta.22:44
ravagerunning the beta. so far no problems22:45
ravagebut its not a supported version22:45
ravageeruditehermit: could be that all inodes are in use. usually caused by a lot of small files somewhere22:45
eruditehermitravage: how do I check that?22:46
ravagesudo df -i22:46
ravagealso where exactly did you do the touch command?22:47
eruditehermitravage: touch was run from my home dir22:47
eruditehermitravage: https://bpa.st/NZWA22:48
ravagethat looks very strange22:48
ravagebut maybe it cant handle btrfs22:48
ravageyou would need to get the information with the btrfs tool22:49
ravagedont have a system with btrfs atm22:49
ravagealso you would need to get the information for /home and not / if you can still touch files in /root for example22:50
puffenigma9o7: Did you mean gnome-shell-extensions?  Apt shows no gnome-extension-manager nor gnome-extensions-manager.22:57
puffenigma9o7: And oddly, I installed gnome-shell-extension-manager the other day, but when I click Activities and search for "gnome" or "extension" I get nothing.22:58
puffenigma9o7: did sudo apt installe gnome-shell-extension-manager, nothing I canf ind about settings for Ubuntu Dock.23:00
puffzphinx: Thanks, found them in System Settings/Appearance.23:03
eruditehermitravage: I suspect it was inodes. I deleted some git repos and things started working again.23:21
eruditehermitI found a blog post about inodes being weird in btrfs23:21
eruditehermitravage: https://mpdesouza.com/blog/btrfs-for-mere-mortals-inode-allocation/23:22
eruditehermittldr the guy says its impossible for btrfs to know how many inodes it can hold23:22
eruditehermitbeforehand23:23
eruditehermitI've never run out of inodes before23:24
=== five618480339 is now known as five61848033
=== swiftie is now known as prolapsedanus
tacomasterHas anyone tried the nvidia open drivers for gaming?23:57
prolapsedanusLOL23:57
tacomasterI figure it is from nvidia so I was hoping they would be able to get it right. I would love to use the open driver if possible23:58
prolapsedanusWhy?23:59

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