/srv/irclogs.ubuntu.com/2025/03/23/#ubuntu.txt

=== ancientz6 is now known as ancientz
sudobashhow do I remove a BPF prog with bpftool?01:41
MrHAPPYrm -Rf /sys/fs/bpf/your_ebpf_program01:48
=== jgee0372 is now known as jgee037
JoelJoelis there a way to dump the x.org config as it is fully running at a given point in time?02:14
=== JoelJoel is now known as Joel
sudobashMrHAPPY, what about the bpf progs that show with: bpftool prog list02:15
sudobashthose seems completely different than what is in /sys/fs/bpf/02:15
sudobashThose are eBPF maps?02:15
sudobashThe state of Linux Security is completely broken02:17
=== froike166 is now known as froike16
=== jgee0376 is now known as jgee037
NorrinRaddhow do you add another workspace on the default gnome?03:29
NorrinRaddI see no plus sign03:29
NorrinRaddwhen looking in the activitis view03:29
toddcNorrinRadd: https://help.ubuntu.com/stable/ubuntu-help/shell-workspaces-switch.html.en03:30
NorrinRaddtoddc: any way i can find those instructions for Focal?03:33
NorrinRaddmy activities view isn't looking like that03:33
toddcNorrinRadd: looking 1 sec03:33
toddcNorrinRadd: that Feature was not includded but can be added see https://askubuntu.com/questions/1236190/how-to-create-workspaces-in-ubuntu-20-0403:37
NorrinRaddlol03:46
NorrinRaddremoved like a 30 year old feature03:46
NorrinRaddtoddc: thanks so much!03:47
toddcNorrinRadd: more like time to intergrate features to new window manager03:53
NorrinRaddtoddc: taht link worked03:58
NorrinRaddtweaks03:58
=== drew` is now known as drew
Guest22Good day. I've just installed Ubuntu 24.04. It get a black screen on log in and desktop. TTY switch works (I'm currently chatting in the new desktop). My GPU is 'Nvidia GTX 1660 SUPER' (NVIDIA 565.77 is my current driver, default/preinstall was nvidia-driver-550 (proprietary, tested) which I changed, the problem continues. I'm running on kernel09:48
Guest226.11.0-19. X.Org Nouveau works without a problem. Here is the output from nvidia-smi (https://pastebin.com/d5vdHnHy)& dmesg (https://pastebin.com/gaPbzsAV).09:48
Guest24=D10:47
Guest24ddd10:47
Guest24dd10:47
Guest24d10:47
Guest24ddd10:47
Guest24d10:47
h1how do I arrange my apps in alphabetical order in stock ubuntu?10:48
h1in the show apps on 24.0410:49
h1second question is how to use a more uptodate version of python in vscode venv on ubuntu ?10:50
h1currently on 3.12.3 I want to use 3.12.210:51
h13.13.210:51
cbreak_h1: 3.12 is very new for ubuntu, 24.04 only has 3.12.3 by default, even 24.10 only has 3.12.7.10:55
cbreak_you can use some third party source for python though10:55
cbreak_either a system-wide one like this ppa: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa10:56
cbreak_or something venv local, like conda, mamba, micromamba or what ever else the snake people come up with next10:56
cbreak_maybe this one: https://docs.astral.sh/uv/10:56
* cbreak_ hasn't used those10:57
YakovI've tried to set  path to my bashrc file with echo 'export SCROLLVIEW_PATH=/home/j/tesseract/java/libs/ScrollView.jar' >> ~/.bashrc10:59
Yakovand now I recieve these kind of output for  any system call I make | https://justpaste.it/9vqrb10:59
h1cbreak_:  thanks11:00
Yakov@cbreak_ could you please give any pointers how to repair it?11:02
cbreak_(my coworkers at work switch all the time, from conda to mamba to micromamba and now they're recommending uv sometimes... ah well...)11:02
cbreak_Yakov: don't know... how about deleting that line from .bashrc again?11:02
Yakovcbreak_, I already did it :)11:03
cbreak_looks like you deleted PATH too though11:03
tomreynYakov: please use a pastebin which supports a monospaced font in the future11:03
cbreak_Yakov: you could just mv .bashrc .bashrc.old11:04
tomreynfor command output that's a lot more readable11:04
cbreak_and then cp /etc/skel/.bashrc ~/11:04
Guest22I've a fresh install of Ubuntu 24.04. It get a black screen on log in and desktop, TTY switch gets me through it. My GPU is 'Nvidia GTX 1660 SUPER' (NVIDIA 565.77 is my current driver, default/preinstall was nvidia-driver-550 (proprietary, tested) which I changed, the problem continues. I'm running on kernel 6.11.0-19. X.Org Nouveau works without a11:04
Guest22problem. Here is the output from nvidia-smi (https://pastebin.com/d5vdHnHy) & dmesg (https://pastebin.com/gaPbzsAV). Can someone advise what's likely the problem?11:04
tomreynYakov: you seem to have set PATH incorrectly. can you show what you did?11:04
YakovI already reverted to previous bashrc state11:06
Yakovbut after I could not call source ~/.bashrc as I get same errors11:06
tomreynhave you tried to logout and login again?11:07
YakovI'm scared, really :D11:07
Yakovshould I?11:07
cbreak_or just exec /usr/bin/bash11:07
cbreak_Yakov: even if your bashrc is broken, you could try to start an other shell with absolute path and fix it from there :)11:08
Yakovits says Command lesspipe is available in the following places11:08
tomreynif you had only modified ~/.bashrc and this introduced the issue, and you have since reverted ~/.bashrc to the previous state, then logout + login will revert the situation to the previous state.11:08
h1 how do I arrange my apps in alphabetical order in stock ubuntu?11:09
cbreak_Yakov: it could be that you also clobbered something by editing ~/.profile or some other bash related file11:09
YakovWhat should I do now? I dont want to reinstall OS :J11:09
Yakovis logout safe?11:10
cbreak_you can copy templates for all these files from /etc/skel11:10
cbreak_you could also create a fresh user to play around with, new users get their own copy of all these files11:10
cbreak_and for your current shell, you could just export PATH=/usr/bin:/usr/local/bin:$PATH11:10
tomreynGuest22: can you revert to the *ubuntu packaged* nvidia-driver-550 (proprietary, tested) and switch to a tty and run    sudo journalctl -kp4 | nc termbin.com 9999   and share the url it returns here?11:11
tomreynGuest22: this would post any kernel warnings (or worse, like errors) to termbin.com, a pastebin-like site.11:12
Guest22tomreyn: Okay, I'll try now11:13
YakovThanks! It works11:14
Guest22tomreyn - https://termbin.com/lm0wx11:22
tomreynGuest22: oh, let me check11:32
tech-pcHello guys11:35
tech-pcHow are you ?11:35
spinningCatsame old same old11:35
tomreynGuest22: you have some ACPI errors there. i assume these are unrelated ("SAT0" should refer to the SATA bus), but it can hint at an outdated bios, which may have other issues, so a bios upgrade *can* be useful.11:35
tomreynGuest22: "nvidia-gpu 0000:01:00.3: i2c timeout error e0000000" is the first graphics related error message.11:36
tomreynGuest22: i'm pointing this out because searching the web for the first specific error message can often help find related bug reports and potentially workarunds.11:36
tomreynGuest22: did you boot with failsafe graphics or "nomodeset" by chance? i'm asking because the nvidia driver reports that it "failed to grab modeset ownership" (which refer to kernel/user initiated graphics mode setting, only one can work at a time, and the common approach is kernel modesetting nowadays).11:39
Guest22tomreyn: Sure thing. Problem is I don't understand much of it. I'm okay with running new installs, but the minute problems like this appear, I'm kinda useless. I'm that kind of person who'd rather reinstall, if I can't solve the graphic card issues. I did try and messed up the system somehow.11:40
Guest22tomreyn: I did, but not with this fresh install. Its right out of the live USB, this system.11:40
tomreynGuest22: so are you saying that graphics did work fine after initial installation but they stopped working after you applied changes?11:41
Guest22tomreyn: No. Right from the initial installation I was getting the black screen on log in. After installation and removing the usb, the first boot did it and on both installs11:42
tomreyni see, that's good to know. and not a great "experience". :-/11:43
tomreynso, when you gathered the log for me, you just booted normally, did not make any selections on a menu during boot, right?11:43
tomreynand then you ran into the black screen, and switched to y TTY by pressing ctrl-alt-Fsomething?11:44
tomreyn* to *a* TTY11:44
Guest22tomreyn: Especially when one isn't adept at this kind of thing. Can be frustrating not knowing enough.11:46
Guest22Straight boot, no tinkering. Then the log in screen, I entered details, it loaded into a black desktop. Ctrl+Alt+F2 then Ctrl+Alt+F1 and the desktop appeared.11:46
Guest22Let me post more output from the fresher install.11:47
tomreynoh, so you have the graphical login which works fine, then login and get a black screen, then switch to a textual tty and back to the graphical screen and it starts working.11:48
Guest22Yes11:49
jack8hello11:49
gryhi11:49
jack8If I install Ubuntu with two separate partitions, home and root / . How many gigabytes do you recommend for the / partition? Is 50 gigabytes enough or rather 80 gigabytes?11:51
lotuspsychje!partitioning | jack811:52
ubottujack8: For help with partitioning a new install see https://help.ubuntu.com/community/HowtoPartition | For partitioning programs, see Gnome Disks, !GParted or !PartitionManager. Other partitioning topics include !fstab, !home, and !swap11:52
Guest22tomreyn: These are the outputs I ran after a fresh install - https://pastebin.com/56yU1y0T11:53
tomreynGuest22: sorry, i didn't seem to understand this situation from reading your initial description. i can see how that's a frustrating situation, yes. it doesn't help you now, but for the future, it may help you to know that you usually don't run into such issues when you buy hardware which is supported by the linux kernel itself (i.e. not nvidia (if we ignore the open source but feature limited "nouveau" driver))11:54
jack8lotuspsychje :I think I know how to partition, that's not the problem. I want to know what would be the best space for a partition/separate, is 50 GB enough or much more11:56
tomreynGuest22: okay, those look similar to what i had you share11:58
tomreynGuest22: i'm trying to find a previous report of this specific situation, but am not having much luck, yet11:58
BluesKajHi all11:59
Guest22tomreyn: Funny thing is, all worked well for a good 4 years on 22.04. Hardly an issue, in my wisdom I decided it would be great to do a full reinstall to 24.04. Then the fun started "nouveau" driver doesn't have the black screen issue, its only Nvidia. I think I fixed it on the first install. But there was a big issue after a few reboots which sent11:59
Guest22my system into emergency mode. Let me check for the 'fix".11:59
tomreynGuest22: i'm rading the 24.04 releas enotes, which state that the "TPM-backed full-disk encryption (FDE)" option the 24.04 installer offers is incompatible with external drivers, such as nvidia. so i'm wondering whether you chose this disk encryption option during installation?12:01
tomreynhttps://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/3989012:01
tomreynreading, not rading ;)12:02
Guest22tomreyn: No I didn't choose the disk encryption option.12:03
tomreynokay, i assume this would have prevented the driver from loading in the first place12:03
tomreyni also assume the issue you faced with 22.04 LTS may be unrelated. but it can still be worth looking it up if you have notes on how you fixed it.12:04
lotuspsychjejack8: the users choice really, i think ubuntu needs an 8GB+ to make an installation these days12:06
Guest22tomreyn: I didn't have any issue with 22.04. Likely graphic in the beginning but was fine once i got the driver installed. I used something like this on my first 24.04 issue which fixed the black screen, can't remember it all: sudo nvidia-xconfig - "WARNING: Unable to locate/open X configuration file.New X configuration file written to12:08
Guest22'/etc/X11/xorg.conf'"12:08
Guest22Don't know what I did after but it worked12:08
tomreynGuest22: oh this was on 24.04, too, not 22.04, sorry.12:08
tomreyni don't think you should run nvidia-xconfig as root, but i could be wrong (don't have much experience with nvidia myself)12:10
tomreynnormally, the X configuration is generated dynamically, and, where configuration is needed, should be done on a per user level, not system wide.12:11
tomreynGuest22: you could try this: echo "blacklist i2c_nvidia_gpu" | sudo tee /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf >/dev/null && sudo update-initramfs -u12:11
tomreynthen reboot12:11
tomreynto undo this later, you would:  sudo rm /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf && sudo update-initramfs -u      then reboot.12:12
Guest12tomreyn: Woops, sorry I'm back incase I missed something. Yes, 22.04 LTS was all fine. Everything I've been discussing is as a result of 24.04 LTS.12:14
tomreynGuest12: this was the latest chat https://bpa.st/HBRA12:15
tomreynby the way, you can change your nickname to something less generic by typing this here: /nick someothernick12:16
tomreynGuest12: also, did you install any pending software updates, yet?12:20
tomreynsudo apt update && sudo apt full-upgrade12:20
tomreyn(and reboot)12:20
Guest12tomreyn: Okay so what will that command do? - Yes I ran that upon entering the new install. I figured it would solve my issues :(12:21
tomreynoh, good to know that.12:21
tomreynwhat this command does is to prevent the "i2c_nvidia_gpu" driver from loading12:22
Guest12I hate that it didn't work.12:23
Guest12tomreyn: So I'll run that command and see what it does?12:23
tomreynthis is a driver which can provide some additional functionality though the nvidia hardwares' I2C bus, but which seems ot be causing issues in your situation12:23
tomreynif you have not run it yet? i just understaood that you said "Yes I ran that upon entering the new install", so you would already have run this command?12:24
tomreynif so, running it again won't do any good12:24
tomreynor maybe you were referring to the "sudo apt update && sudo apt full-upgrade" commands?12:24
Guest12tomreyn: Apologies, let me clarify. I ran "sudo apt update && sudo apt full-upgrade" after the fresh install. I was asking about trying "echo "blacklist i2c_nvidia_gpu" | sudo tee /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf >/dev/null && sudo update-initramfs -u"?12:25
tomreynGuest12: i do recommend that you run this, if you have not done so, yet:    echo "blacklist i2c_nvidia_gpu" | sudo tee /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf >/dev/null && sudo update-initramfs -u12:26
tomreynthanks for clarifying.12:27
tomreynbefore you reboot, can you share the one-line output of    cat /prod/cmdline    here?12:27
Guest12tomreyn: Okay done. Out put is "cat: /prod/cmdline: No such file or directory"12:29
tomreynGuest12: sorry, i fat fingered this. can you run this, please:12:29
tomreyncat /proc/cmdline12:30
Guest12Thank goodness its not me :D12:30
Guest12BOOT_IMAGE=/boot/vmlinuz-6.11.0-19-generic root=UUID=134821a6-94ae-485d-9338-8f957406fcdd ro quiet splash vt.handoff=712:30
tomreynthanks12:31
tomreynfeel free to reboot12:31
tomreynand you're welcome to pick a different nickname when you return12:31
tomreyn(tab completion is difficult on Guest...)12:31
Guest12Alright. Be right back. I'll take 'Bluewolf" with 123 after if its taken :)12:32
tomreynthanks12:32
tomreynwelcome back, Bluewolf12:35
Bluewolf:)12:36
BluewolfStill had to TTF switch12:36
tomreyn:-/12:36
tomreynwould you mind giving a bios upgrade a try?12:37
BluewolfI sure could, not quite sure how to go about it. Was told in the past not to play around with bios upgrades12:37
BluewolfThink that could solve this issue? Not something like a miss match between Nvidia and Kernel?12:38
tomreynthere's always a chance that bios upgrades fix issues which the OS can or cannot detect or work around. but it's a bit of a wild guess.12:40
tomreynto me, it's not something unusual to do, but sure, there's always a (very little) bit of risk involved12:41
lotuspsychjeBluewolf: apt spits out errors?12:42
tomreynBluewolf: something else you could try is to choose a different graphics server on login. that is, on the screen you enter or select your username, click on the gear wheel and select one of the options available there which you have not tried so far.12:43
Bluewolflotuspsychje: Any specific command, I can copy and paste?12:43
lotuspsychjeBluewolf: sudo apt update && sudo apt full-upgrade12:44
Bluewolftomreyn: I think I tried 'Gnome' from 'Ubuntu' but it didn't switch12:44
tomreynlotuspsychje: this is not to discourage you, just making sure you didn't miss this info: it's a fresh 24.04 installation, the issue existed since first boot (from installed system), also after installing pending updates. the issue is that the screen goes black after (grahpical) login and is worked abround by switching to a tty and back again.12:46
lotuspsychjerecoverymode?12:46
tomreynthat'd cause nomodeset and thus nouveau, i think? that's probably less desirable than siwtching to tty andd back again and use nvidia12:47
Bluewolflotuspsychje: First thing I ran. All was butterflies and rainbows after that. Then the issue struck :)12:47
lotuspsychjeBluewolf: logging into xorg or wayland?12:48
tomreyn<Bluewolf> tomreyn: I think I tried 'Gnome' from 'Ubuntu' but it didn't switch12:49
Bluewolflotuspsychje: At one point I disabled wayland. Didn't make a difference12:49
tomreynBluewolf: if you like you could post a full kernel log, maybe i can spot something relevant which wasn't included in the first log i had you post12:50
tomreynBluewolf: so that'd be    journalctl -k | nc termbin.com 999912:50
Bluewolftomreyn: Secrets out now xD - https://termbin.com/0ig012:51
tomreynor even include userspace processes, but then the log may well get too long (but can still be useful):  journalctl -b | nc termbin.com 999912:51
tomreynyay, reading12:52
tomreynthis is a Gigabyte B365M DS3H, BIOS F5 08/13/201912:52
Bluewolftomreyn: That would be correct. I've no shame in not having updated it. I should, but as I mentioned about playing around in things I'm not familiar with :D12:57
tomreynsadly nothing else is new on the log12:58
tomreynlet's see how difficult it is dto do the bios upgrade12:58
Bluewolftomreyn: Oh, speaking of. Sorry - https://termbin.com/60qh12:59
tomreynhttps://www.gigabyte.com/Motherboard/B365M-DS3H-rev-10/support#support-dl-bios lists the available bios versions and version / installation notes13:00
tomreynF7 is the newest version, so 2 later than what you have now13:01
tomreynthe bios update is provided as a DOS executable. i assume you could also just load it from the bios-embedded self-updater, though13:03
Bluewolflotuspsychje: "sudo nano /etc/gdm3/custom.conf" is what I ran to uncomment "WaylandEnable=false". FYI13:03
Bluewolftomreyn: You reckon this could be a better likelihood over Nvidia conflict with kernel or say GDM or GNOME Session Initialization?13:04
BluewolfJust curious13:05
tomreyni.e. unzip the B365MDSH.F7 file, place this on a FAT formatted file system such as /boot/efi/ or a usb stick (where the first partition is a FAT file system), then boot to bios setup screen and sleect the option to update the bios from a disk/usb13:05
tomreynBluewolf: i'd say there is a somewhat small chance that the bios update would fix this issue.13:06
tomreynhowever, you may havenoticed "Major vulnerabilities updates, customers are strongly encouraged to update to this release at the earliest."13:07
BluewolfYes I saw13:07
tomreyn(there is a chance that this is also mitigated in software/by linux, potentially with a performance impact)13:09
tomreynthanks for the other log, i have not read this one, yet13:10
Bluewolftomreyn: You mentioned my bios was F5. Can I upgrade directly from that to F7 or must I Update to F6 then F7?13:12
BluewolfGot my USB with the BIOS updated ready. Will give it a go if you haven't found anything else on that other log?13:19
tomreynBluewolf: i would expect that you can upgrade directly from bios F5 to F7, since the notes on the bios download page do not indicate otherwise (they usually would if you could not).13:21
tomreynBluewolf: i have just found this line on https://termbin.com/60qh : xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)13:22
tomreynthis is followed by two X errors. but this is during gdm initialization and your (visible) issue occurs after that.13:23
BluewolfOkay. I've just confirmed the F5 to F7 while reading, thanks. Now about the 'failed to enable'? (Sorry about code trawling)13:24
Bluewolftomreyn: What are you thinking now?13:24
tomreyni'm still reading. this error re-occurs during initialuzation of the graphical desktop session13:28
tomreynso gnome-shell/mutter13:28
tomreyni don't know (yet) whether it is relevant or benign13:28
tomreyn(EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!13:29
tomreynand "(EE) NVIDIA(G0): Failing initialization of X screen" sound critical13:30
tomreynso the issue seems to be related to the nvidia driver itself somehow. but i cannot really tell more13:33
tomreynit seems that the nouveau Xorg driver is also loading, which i think, if nvidia is, it shouldn't be. i think you'd usually have nouveau blacklisted by the nvidia driver, so that it is not loaded.13:35
BluewolfIf this is a brand new install, it shouldn't have this conflict?13:39
lotuspsychjemaybe a 6.11 glitch13:40
tomreynno, it shouldn't. but it's not (at least no longer when the log was produced) a brand new install, you already installed third party software13:40
BluewolfYes I installed third party software with the install or is it best I redo a clean installation and exclude it?13:42
tomreyn(i do understand that you reported that this issue occurred during the first boot)13:42
BluewolfYes13:42
BluewolfCorrect13:42
tomreyni'm afraid i think i did all i could, you'd need to have someone with a better understanding of the graphics stack and nvidia drivers look into this13:43
tomreynyou could file a bug report about this13:43
tomreyn!bug13:43
ubottuIf 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.13:43
tomreynif this issue occurred both during the first boot, as well as both [ before you installed third party software and after installing any pending ubuntu updates and rebooting ] then this is a bug in ubuntu13:45
tomreyn(otherwise it can or cannot be)13:45
tomreynif this issue is known to occur on a fresh install of the latest 24.04 version, i'd expect this to be documented in the release notes (but it is not).13:47
tomreynBluewolf: within the above constraints, i don't see how a fresh install would do any good.13:48
tomreynnot of the very same 24.04 release anyways13:48
Bluewolftomreyn: So, to confirm. You strongly think this is Nvidia related rather than anything else?13:49
tomreynyes13:49
BluewolfThis install I've been using isn't 'the latest'13:49
tomreyn"nvidia" proprietary driver related specifically13:49
BluewolfI've been sitting with it under my pillow for a while. What about downloading a 'new' .iso?13:50
tomreynit could be worth a try.13:50
tomreynthat's if this is a newer micro version than the one you used13:50
BluewolfWell, I downloaded this .iso last year. So...13:51
tomreynon the other hand, just purging nvidia* and then installing nvidia-driver-550 *should* do the same13:52
tomreynubuntu-24.04.2-desktop-amd64.iso was released on 2025-02-1513:53
BluewolfI did do purge nvidia a couple times :)13:53
tomreyni see. i'm afraid i have no other suggestions at this point.13:54
BluewolfYeah so might be an idea to use that. I would have thought that a simple 'update' after install would solve that kind of issue13:54
tomreynit would not13:54
tomreynnot "apt update" anyways13:54
tomreynbut "apt update && apt full-upgrade" should13:55
BluewolfThat's what I'm saying. Least, that was my understanding that 'apt update && sudo apt full-upgrade' should do the same thing than having to get a new .iso. Unless there is something more complicated that I'm missing, I'm no software engineer after all? :P13:57
tomreynhowever, configuration files which were not part of an older package version may not have been installed by the new package version (which may have included them) if a package upgrade was carried out rather than a package purge and install (or it was requested that configuration files would be 'replaced')13:57
BluewolfSo then perhaps its worth a shot. When ones desperate, one will try anything. Like peeling potatoes with Scissors :D13:59
tomreynput simply: apt full-upgrade with an existing nvidia-driver-... package may give different results than   apt purge nvidia*   followed by  apt install nvidia-driver-...13:59
BluewolfIts worth a shot. I got a new install. Tanked the last. No biggie if I ruin this. So just to confirm, 'sudo apt full-upgrade' ?14:04
lotuspsychjeBluewolf: your dmesg is full of weird errors14:31
Bluewolflotuspsychje: That it is my friend and I don't know why. I was very much considering reinstalling and not touching a think to run some outputs14:32
lotuspsychjebut this was a fresh install?14:33
Bluewolflotuspsychje: Well yes. Then I removed 550 nvidia drivers and put 565 on then changed the PPA because 565 wasn't available.14:35
BluewolfI don't know if I've changed too much already and caused other problems14:36
lotuspsychjethats weird, as nvidia graphics ppa and ubuntu repos should be pretty synced these days14:36
lotuspsychjei wonder why your dmesg spits out so much gnome-shell warnings on a clean install14:36
BluewolfI'm confused myself. The problem is also as I mentioned. I don't understand enough to explain problems or probably identify them.14:38
lotuspsychjeBluewolf: so you installed fresh and then after the reboot got into a black screen?14:41
lotuspsychjeBluewolf: or did you enter your desktop and start installing all sorts at one point?14:42
geomansshi14:43
Bluewolflotuspsychje: Directly after installing. "remove usb & press enter to reboot". That very boot up, screen resolution of the ubuntu symbol changed from bloated and stretched to 'normal' (To fit my screen). Then the login screen appeared. Then I entered in details. Screen went black. TTF switches and the desktop appeared and the system notification14:47
Bluewolfgreeted me 'Preparing for first use'14:47
lotuspsychjeBluewolf: i see nordvpn errors in your dmesg, at wich point did you add those?14:47
BluewolfAfter the software updates14:48
lotuspsychjewhat else did you install when you could Bluewolf14:49
Bluewolflotuspsychje: Just the updates, then the VPN. Then I messed around with the different Nvidia drivers14:50
lotuspsychjegnome-shell[2536]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x180000414:51
lotuspsychjea lot of weird errors we shouldnt suspect on a fresh install or just nvidia issues14:51
BluewolfI don't know either.14:52
lotuspsychjeBluewolf: what i would do is try fixing stuff from recoverymode14:54
lotuspsychjeenable networking from there and fallback to a rootshell14:55
lotuspsychjeand update system and debug14:55
Bluewolflotuspsychje: I don't know enough to do that on my own. I'm sure no one is prepared to talk me through it all and I don't expect them to, its quite time consuming, not to mention frustrating for me but more so for the poor soul who offers help.14:58
=== EoflaOE- is now known as EoflaOE
lotuspsychjeBluewolf: entering recoverymode is not so hard, hold shift at boot to enter grub, then pick ubuntu (recovery) from your list14:59
BluewolfI know enough to 'get by'. I'm alas limited. Best I can do is make changes while speaking with someone :(14:59
lotuspsychjeBluewolf: https://static1.xdaimages.com/wordpress/wp-content/uploads/wm/2023/12/up5j7-1-1-1.png15:00
lotuspsychjeBluewolf: https://www.maketecheasier.com/assets/uploads/2019/03/ubuntu-recovery-root.jpg15:00
Bluewolflotuspsychje: Okay. I follow. Update system and debug after?15:02
lotuspsychjeBluewolf: sudo apt update && sudo apt full-upgrade to start with15:03
lotuspsychjeBluewolf: dont forget to enable networking and drop to a rootshell in recoverymode15:03
lotuspsychjeBluewolf: once we know for sure your system is up to date and apt doesnt spit out errors, volunteers can help you on the next step15:04
Bluewolflotuspsychje: Okay. I'll try now. Will update you when I'm back :y:15:05
tomreynlotuspsychje: just to make sure this was mentioned: Bluewolf reported that they installed using a 24.04 iso before of a previous point release. their graphics work fine, using the default nvidia-550 driver (which should be compatible to this graphics card according to nvidia.com - not "legacy"), with the exception that the screen goes dark after loggin into gnome-shell, but recovers after switching to a different tty and back again.15:09
tomreynso it's not a total failure, the driver works generally. and these symptoms were the same on first boot (post install) before any third party software was installed.15:10
lotuspsychjetomreyn: tnx, what worrys me is the huge ammount of dmesg errors of different corners on a fresh setup15:10
tomreyni didn't spot *that* many really15:10
lotuspsychjeacpi issues, gdm issues, nvidia issues, gnome-shell, nordvpn,..15:10
tomreyni think nordvpn messages weren't in dmesg, just in the journal (incl. user space)15:11
lotuspsychjeah15:11
tomreynsame for gnome-shell, both should be user space15:12
tomreyngdm too15:12
tomreynthe acpi warnings are about sata if i interpreted those correctly15:12
tomreyn_SB.PCI0.SAT0.PRT*15:13
lotuspsychjetomreyn: found a bug about the advice you gave earlier too, bug #201692415:13
-ubottu:#ubuntu- Bug 2016924 in linux-nvidia (Ubuntu) "nvidia_drm Failed to grab modeset ownership" [Undecided, Fix Released] https://launchpad.net/bugs/201692415:13
emi_engineerhi15:14
lotuspsychjewelcome emi_engineer15:14
lotuspsychjewb Bluewolf15:14
tomreynlotuspsychje: i spotted this bug report, too. it's about 22.04 (not 24.04, but who knows...), but i had them try this and it didn't fix the screen blanking issue15:15
emi_engineerthak you lotuspsychje15:15
emi_engineeri'm rookie15:15
lotuspsychjetomreyn: did we see a clean dmesg from Bluewolf ?15:15
tomreynlotuspsychje: "clean" as in?15:16
lotuspsychjeas not in not journal :p15:16
tomreynoh, no, i only asked for journalctl with and without -k15:16
tomreynhttps://termbin.com/0ig0 was journalctl -k15:17
Bluewolflotuspsychje: Ty. Done. The black screen still appears. However its worth noting, I disabled the login screen (From the settings) and it started up into the desktop without a problem. I enabled the password and the black screen returned.15:18
Bluewolftomreyn: https://pastebin.com/EWywMaWx15:18
tomreynBluewolf: what's this?15:19
lotuspsychjeBluewolf: can you also pastebin a full; sudo dmesg15:19
lotuspsychjeBluewolf: was system up to date?15:21
tomreynlotuspsychje: i assume you may need to explain how to share dmesg output (without less paging issues, cut off lines), i did not explain this other than providing commands which pipe into termbin15:21
Bluewolftomreyn: journalctl output? =#15:23
Bluewolflotuspsychje: It said so? sudo dmesg | tail -n 50 ?15:23
tomreynBluewolf: thanks. (i don't think i suggested to share it, though?)15:24
lotuspsychjeBluewolf: sudo dmesg | nc termbin.com 999915:25
Bluewolftomreyn: Sorry. I got ahead of myself :(15:25
tomreyn;-) no worries15:25
Bluewolflotuspsychje: https://termbin.com/bpyj15:26
lotuspsychjeok tnx that looks a bit better15:28
lotuspsychjestill the acpi errors and nvidia errors15:28
lotuspsychjeBluewolf: what gives ubuntu-drivers list15:30
Bluewolflotuspsychje: https://pastebin.com/48axPw0e15:34
tomreynBluewolf: i just realize that you may have a different nvidia-driver-550 version installed (possibly from a PPA?). your dmesg reports "NVIDIA UNIX x86_64 Kernel Module  550.144.03  Mon Dec 30 17:44:08 UTC 2024" whereas ubuntu 24.04's nvidia-driver-550 seems to provide version 550.120 according to https://packages.ubuntu.com/noble/nvidia-driver-55015:36
tomreynyou could run   apt policy nvidia-driver-550 | nc termbin.com 9999    to clarify this15:36
lotuspsychjeyeah that could fix some stuff, try to switch drivers15:37
lotuspsychje(and make sure its booting into xorg)15:37
Bluewolftomreyn: Yes its a possibility. Cause the defauk 550 I removed then later put them back but wasn't the same. https://termbin.com/7wgl15:38
Bluewolflotuspsychje: I don't know how to check that?15:38
lotuspsychjeBluewolf: maybe try a lower nvidia driver as a test, 545 for example15:38
lotuspsychjeBluewolf: xorg vs wayland can be chosen at login/gdm stage15:39
tomreynBluewolf: right, so you're using the version from the graphics-drivers PPA. you can disable or remove the PPA (using, e.g., the "software-properties-gtk" application, then downgrade nvidia-drivers-550 to version 550.120-0ubuntu0.24.04.1 using    sudo apt install -t noble-updates nvidia-driver-55015:41
Bluewolflotuspsychje: On my previous install I tried the 535 driver (I understood it was most stable?). Oh sorry, it is booting into Xorg. Wayland is set to false.15:44
tomreynso the WaylandEnable setting you changed in the gdm configuration - this applies only to gdm, which is just the graphical login.15:45
tomreynit does not apply to the graphical session you get after loggin in15:45
tomreyn(i.e. you may have the gaphical login run on wayland, then the actual desktop on Xorg, or the other way around, or something else)15:46
Bluewolftomreyn: Okay. This would need to be clarified, I can't confirm.15:47
Bluewolftomreyn: The PPA you were referring to is in the system GUI where it can be removed there. Am I running this? sudo apt install -t noble-updates nvidia-driver-55015:48
Guest81Good evening from GMT415:49
Guest81It is my first time on this channel15:49
=== Guest81 is now known as yougottabeit
Bluewolftomreyn: I updated the PPA somewhere along the lines, the default 550 that comes with the new install isn't in the "Additional Drivers" section, the GUI. There are a whole bunch more thought it doesn't state the exact versions of each other than "550" or "570"15:50
tomreynBluewolf: yes, you can remove the ppa from the system GUI. and yes, you can then run   sudo apt install -t noble-updates nvidia-driver-550   which should trigger a downgrade of the nvidia driver package to the version ubuntu 24.04 provides.15:52
tomreynWelcome to ubuntu support, yougottabeit !15:53
yougottabeitoh, so this is a support channel?15:53
yougottabeitAs in asking for tips about your ubuntu setup?15:53
tomreynBluewolf: the GUI you are referring to in your second message is for switching between different series of the nvidia driver (those three digit ones), not for switching between the PPA and ubuntu's default version of the 550 series driver.15:54
tomreynBluewolf: i'm trying to get you to do the latter15:54
tomreynyougottabeit: yes, please see the /topic for details.15:54
yougottabeitGood to know, thank you!15:55
Bluewolftomreyn: Just making sure, its this one with a tick next to it?: https://ppalaunchpadcontent.net/graphics-drivers/ppa/ubuntu/noble main15:55
BluewolfIn "Software & Updates" app15:55
yougottabeitI have a useful discovery regarding a certain HP laptop product's fan boost feature, should I share it here so devs could implement it in the next product?15:56
yougottabeitOr should I push the solution we(me and a guy from peru) have found somewhere else?15:56
tomreynBluewolf: that's the one you should disable, correct15:56
cbreakHP? People still deal with those? :/15:57
yougottabeitcbreak HP Victus to be exact, yes. That's what I'm currently using.15:57
tomreynyougottabeit: in this case it's best to do a blog post or file a bug report on it, that's the best way people will find out about it15:57
tomreynyougottabeit: maybe https://community.ubuntu.com would also work if you're looking for a suitable location15:58
yougottabeittomreyn people have been using it through the reddit threads I have shared the codebase, it seems all Debian based distros are able to use that script.15:58
yougottabeitthanks for the advice!15:59
tomreynthis channel is more useful for discussing specific issues which aren't working for someone who is looking for a fix for them (you seem to have already found a fix for something)15:59
tomreynyou're welcome16:00
Bluewolftomreyn: This is the output after removing that PPA, I'm wondering if a restart is needed?: https://pastebin.com/jMdpxPNX16:00
yougottabeittomreyn I do have an issue about bluetooth but I believe that is a painful topic for many.16:00
tomreynBluewolf: sorry, probably my fault again. can you run  sudo apt update  then repeat    sudo apt install -t noble-updates nvidia-driver-55016:01
Bluewolftomreyn: Not at all. It has the same output16:02
tomreynhow about: sudo apt install nvidia-driver-550/noble-updates   ?16:02
Bluewolftomreyn: Oh, that's working16:03
tomreynsee, my fault :)16:03
Bluewolftomreyn: I don't know enough to contest that :P16:03
tomreynhehe16:03
tomreynunfortunately, for all we know, the original noble version you're now again installing will trigger the same issue, too.16:05
=== tom is now known as shartcrisis
tomreyn(since you must have had this originally)16:05
tomreynit's still better to work with the default version, at least while trying to work out what's wrong16:05
BluewolfGot a wild thought brewing. I'm thinking of doing a fresh install again (not touch a thing, other than the web browser to get back on here) Then running some systems scans. Maybe even doing the bios?16:05
BluewolfMaybe use an updated .iso too?16:06
tomreynif you won't loose relevant data this way, i'd do the fresh install with the latest 24.04 ISO, and upgrade the bios.16:07
oerheksdaily build? https://cdimage.ubuntu.com/daily-live/20240421/16:07
BluewolfI've no data to loose. Its a new install. Everything's sitting, congested on back up drives :D16:07
tomreynoerheks: this date (in the url) sounds pretty old.16:09
tomreyn(the isos's there are, too)16:09
oerheksoops, https://cdimage.ubuntu.com/daily-live/current/16:09
oerheksthat is also wrong, sorry16:10
tomreynpersonally, i would go with the latest point release unless i had indications that the latest daily build is both (a) stable and (b) fixes the issue16:10
tomreyni.e. just download the 24.04 desktop off ubuntu.com16:11
tomreynBluewolf: i'm not sure what you mean by "running some system scans", I assume this is not needed (although I'm not sure what it really means).16:12
Bluewolftomreyn: I just mean like 'dmesg' or 'nvidia-smi' to give relevant output16:14
tomreynoh ok, that'd be good, yes16:14
Bluewolftomreyn: Alright. Let me get this show rolling. Thanks for you time and help thus far, you will be remembered :D :y:16:17
Bluewolflotuspsychje: You are not forgotten either good sir. Thank you.16:17
tomreynBluewolf: you're welcome, good luck16:20
stolenwhen I ssh into an ubuntu desktop and run some make command or wget a large file, the commands are interrupted if I lose the ssh connection. How to prevent that? So as to ensure that the commands are still running if my ssh connection is not up anymore?16:38
zaggynlsounds like a connection issue16:39
zaggynlusually you use tmux or screen to keep things running16:39
stolencan I not make sure the wget keeps running in the host machine even when I turn off my ssh machine?16:39
zaggynlthat or connect to your desktop session by something like nomachine or sunshine/moonlight16:39
tomreynthere's also the "nohup" command16:40
tomreynhttps://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html#nohup-invocation16:40
tomreynbut a terminal multiplexer (such as GNU screen or tmux or byobu) is usually easier.16:41
stolenhmm, i guess nohup is what I was searching for, but can I still se the progress for the wget or I can't see it anymore unless i dump into log files?16:41
tomreynyou can see it as long as your network connection remains active16:42
stoleni guess that is something tmux does, right? attach the lost wget...16:42
tomreynno, it just keep the process running remotely, just like nohub, but you can reattach to a running tmux, whereas you cannot to a lost shell16:43
tomreyn*nohup16:43
stolenhmm that seems convenient, thanks for the recommendation!16:43
tomreynmany run irssi (a CLI IRC client) in a GNU screen or tmux session for this purpose16:44
tomreynthe connection from the system between irssi and the irc server can remain established while the ssh connection to system running the tmux session can be lost16:45
stolenthat is clever, that is like a self hosted bouncer active 24x7!16:48
tomreynwithout needing to expose irc(s), yes16:50
Bluewolftomreyn: Okay. I'm back with an updated Bios and a fresh install of Ubuntu. The black screen still persists :(17:32
Bluewolf34tomreyn: Experiencing technical difficulties in terms of internet connectivity :D17:45
tomreynBluewolf: dang, sorry to hear this. you're wlecome to share another    journalctl -k |& nc termbin.com 9999   if you like. i won't be able to review it now, though (maybe later tonight, or someone else)17:45
tomreynBluewolf34: maybe filing a bug report would actually be better, though17:46
tomreyn!bug | Bluewolf3417:46
ubottuBluewolf34: 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.17:46
tomreynthe package would be nvidia-driver-55017:46
Bluewolf34Yeah sure. Also removing the login screen seems to work too :D17:47
Bluewolf34tomreyn: https://termbin.com/io4w17:48
Bluewolf34lotuspsychje: Still around?17:48
tomreynBluewolf34: i'll be back in some hours, sorry.17:49
Bluewolf34tomreyn: No problem. Message if I'm on. Thanks17:50
Bluewolf34Anyone else here able to help with Nvidia problems, black screen after login (TTF switching required to get onto the desktop) This is journalctl output?: https://termbin.com/io4w18:08
Jeremy31Bluewolf34: any result from terminal for> lsmod | grep i2c_nvidia_gpu18:19
Bluewolf34Jeremy31: Just:18:22
Bluewolf34i2c_nvidia_gpu         12288  018:22
Bluewolf34i2c_ccgx_ucsi          12288  1 i2c_nvidia_gpu18:22
Jeremy31https://bugs.launchpad.net/ubuntu/+source/linux-nvidia/+bug/201692418:27
-ubottu:#ubuntu- Launchpad bug 2016924 in linux-nvidia (Ubuntu) "nvidia_drm Failed to grab modeset ownership" [Undecided, Fix Released]18:27
monty_halljust installed ubuntu 24 yesterday.  Don't know what happend, but now the gdm3 login manager is stuck at a gray screen, when I look at the "journactl -u gdm" I see " Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed.  What's going on?  I'm diagnosing over ssh.18:30
monty_hall"18:30
Bluewolf34Jeremy31: So basically run: echo "blacklist i2c_nvidia_gpu" > /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf18:30
Bluewolf34Then: sudo update-initramfs -u18:30
monty_hallI have titan x and 1070GTX, the main display is the titanx18:31
Bluewolf34monty_hall: Funny. Mine did the same thing. Then I reinstalled the whole OS18:31
Bluewolf34Didn't figure out what the issue was though.18:31
Jeremy31Bluewolf34: It might work18:33
monty_hallthat's depressing then.  Now I'm a bit worried about reinstallation wiping my home dir18:33
Jeremy31Or if you can edit grub at boot time, scroll down and over to quiet splash and add modprobe.blacklist=i2c_nvidia_gpu18:34
Bluewolf34Jeremy31: I'm sure I tried it earlier...Damn. I can't quite remember, nor do I have the history to check....18:34
Bluewolf34Sounds familiar18:35
Jeremy31could check in terminal>  history|grep nvidia18:35
Bluewolf34Jeremy31: I've just reinstalled the whole system. Something like this, "echo "blacklist i2c_nvidia_gpu" | sudo tee /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf >/dev/null && sudo update-initramfs -u"18:43
Jeremy31That should work18:44
ioriaBluewolf34, correct me: your system boots correctly, but you need to switch to tty in order to get the desktop ?18:48
Bluewolf34ioria: Correct. I enter details on the login screen. Then the screen goes black. When TTF switch, the login screen appears again. I repeat the process then get onto the desktop18:49
Bluewolf34System boots just fine18:49
ioriawhat is TTF ?18:50
Bluewolf34Jeremy31: This doesn't lead to system crashes18:50
Jeremy31TTF, might be TTY18:51
Bluewolf34On login screen pressing Ctrl+Alt+F2 which brings up a 'terminal' screen. TTY sorry =(18:51
Bluewolf34ioria: Long day :(18:51
Jeremy31So it works fine now?18:51
ioriaBluewolf34,  systemctl get-default18:53
Bluewolf34Jeremy31: I haven't entered it. I'm scared. I embarked on a journey. 3 reinstalls later I'm scared of falling down the hill :D18:54
Bluewolf34ioria: What's this for?18:55
ioriaBluewolf34, just to check; don't be scared18:55
Jeremy31Bluewolf34: editing grub at boot will do the same thing as a test of the commans18:55
Jeremy31modprobe.blacklist=i2c_nvidia_gpu     right next to quiet splash, then I think F10 to boot18:56
Bluewolf34ioria: graphical.target18:57
Bluewolf34That's the output. What does that mean?18:58
Bluewolf34Or what did it do rather?18:58
ioriaBluewolf34, sudo dpkg-reconfigure gdm18:58
Bluewolf34ioria: Why GDM?18:59
ioriaBluewolf34, because is the default dm19:00
ioriaBluewolf34, unless you changed it with something else19:01
Bluewolf34ioria: Yeah by why the need to reconfigure, surely its not linked to this issue?19:01
Bluewolf34Thought it was only with Nvidia?19:01
dellgerman?20:28
sealdistrictHey there Ubuntu. Hope you are all doing great. I been having tech issues with regards to monitors.By the way i am running Bionic Beaver if that helps out. It i just because whenever i try and turn the laptop off n the display settings it turns off.  tried disabling the screensaver but did have any lv. Please help20:53
sealdistrict*luck i meant instead of lv. Sorry, my keyboard is shit.20:54
rboxif you're having issues with something so ancient... probably should use something a little newer20:56
tomreynsealdistrict: please note the ubuntu versions supported here (as listed in /topic)20:56
sealdistrictYes, however I am constraint because I am on a 32 bit laptop.20:57
tomreynthere are probably other linux distros which still support i686, or try to, try #linux20:58
sealdistrictThanks. Have a good one20:59
tomreynyou, too!20:59
hwspeedyWANTED: Ubuntu packaging maintainer21:05
hwspeedyProgram: hardinfo2 (Community ed. of hardinfo)21:05
hwspeedyHardinfo can show information about hardware and some software and benchmark your PC. Online database.21:05
hwspeedySee https://hardinfo2.org21:05
hwspeedyStatus: Is in newest pull from Debian, can build for all maintained Ubuntu.21:05
hwspeedyTask: Maintain in all maintained Ubuntu21:05
tomreynhwspeedy: this is an ubuntu support channel, please post your maintainer requests elsewhere.21:08
hwspeedytomreyn: Okay, sorry, thx21:09
Bluewolftomreyn: Back I presume?21:15
tomreynBluewolf: yes. you. too, i see. :)21:16
BluewolfFor a moment...21:16
tomreyn!logs | Bluewolf you seemed to wonder about this21:17
ubottuBluewolf you seemed to wonder about this: Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/21:17
tomreynBluewolf: did you post a bug report, yet?21:18
BluewolfHuh, the more you know. I hardly ever get onto chats. I haven't, got some possible solutions from fella's was gonna check.21:19
Bluewolftomreyn: Someone shared this: https://bugs.launchpad.net/ubuntu/+source/linux-nvidia/+bug/201692421:21
BluewolfOr this command instead of the one on that site:21:21
Bluewolfecho "blacklist i2c_nvidia_gpu" | sudo tee /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf >/dev/null && sudo update-initramfs -u21:21
-ubottu:#ubuntu- Launchpad bug 2016924 in linux-nvidia (Ubuntu) "nvidia_drm Failed to grab modeset ownership" [Undecided, Fix Released]21:21
BluewolfAlso, haven't updated anything yet. What's you opinion on the way to proceed?21:21
tomreynBluewolf: filing a bug report, continue using the workaround for now.21:22
tomreynoh, and certainly install the latest updates21:23
BluewolfOh, was the 'echo' the work around?21:23
tomreynswitching to a tty and back agoun is the workaround i know of21:23
BluewolfOr removing the login screen all together it seems21:24
BluewolfThat worked.21:24
BluewolfThen I won't run that command above.21:24
tomreyni had you try disabling i2c_nvidia_gpu back when you were Guest2221:27
tomreynand, from what i understood then, you stated you had done so and it did not help21:28
Bluewolftomreyn: I can't actually remember anymore :(21:39
BluewolfWhat package name do I use for the bug report? nvidia?21:39
tomreynyou have access to the logs, though21:42
tomreyn<tomreyn> the package would be nvidia-driver-55021:42
BluewolfApologies, haven't done this before. "ubuntu-bug nvidia-driver-550" in terminal then follow the prompts?21:44
tomreynyes, exactly, you'll need to register an ubuntu sso account, if you haven't done so before21:44
tomreynbut the process will guide you21:45
BluewolfMakes sense it will be all the nvidia ones, cause they all had the same issue for me.21:45
tomreynmaybe you actually need to file it against "nvidia-graphics-drivers-550", but it should tell you if nvidia-driver-550 is not a valid target21:48
BluewolfIts done, nvidia-driver-550 has gone through21:49
tomreyncan you share the bug's id or url?21:50
tomreynBluewolf: ^21:56
BluewolfWill do. Its giving me the run around of verifying email and such. How annoying21:57
tomreynIt's a one-time registration only, though21:57
BluewolfOkay now that I've been tormented by that, where do I find the URL?22:02
BluewolfIt doesn't show me my bug report or I start again?22:04
tomreynhmm if you didn't get forwarded to the bug reporting location then i assume you need to start again. but you can reuse your existing account.22:06
Bluewolftomreyn: bug #210395722:10
-ubottu:#ubuntu- Bug 2103957 in Canonical SSO provider "nvidia-graphics-drivers-550 Crash on log. Black Screen" [Undecided, New] https://launchpad.net/bugs/210395722:10
byrobotwow23:13

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