=== newdev is now known as xsh [00:41] hi guys, may i have a question? more of a general linux one but i'm on ubuntu specifically rn so it still applies [00:44] is either the boot process or anything that runs afterwards dependent in any way on the /dev/sdx identifiers? my ssd decided to just up and die so i'm booting off a spare one connected via usb, i'm planning to just swap the messed up disk with that one as soon as i can, but i'm wondering if that will break anything [00:50] echoofyourvoice: no, typically filesystems are mounted via the fs uuid [00:58] I have multiple wireguard conf's autostarting, and its causing conflict, so I want to remove the ones Im not using. They were all added with this code "systemctl enable wg-quick@wireguard-vpn-las-vegas", "systemctl enable wg-quick@wireguard-vpn-new-york" etc [00:58] How can I view all of these wireguard autostarting programs, and remove the ones I dont need? [01:06] Guest85: systemctl | grep wg-quick [01:06] systemctl disable is the opposite of systemctl enable [01:06] ty!!!\ [01:07] "systemctl | grep wg-quick [01:07]   wg-quick@wg1.service                                                                          loaded active exited    WireGuard via wg-quick(8) for wg1 [01:07]   system-wg\x2dquick.slice                                                                      loaded active active    Slice /system/wg-quick [01:07] " [01:07] hmmmm [01:07] Does this mean I only have 1 service active, or 8? [01:09] wg-quick(8) is saying wg-quick is a man page in section 8 [01:15] ubuntu 22.04 I am trying to do apt install apt-config-auto-update. However I get the error 'cannot overwrite /etc/apt/apt.conf.d/10periodic. So I removed that file. But I get the same error. There are some old bug reports about this. I am not sure how to move forward? (I'm trying to get unattended upgrades to be able to automatically restart the server when needed) [01:17] sem: what is the full output [01:18] sem: i guess it refuses to overwrite it cause the file is owned by another package, you could install using dpkg with --force-overwrite if you're sure about it [01:19] looks like both apt-config-auto-update and update-notifier-common provide that file [01:19] sem: or with apt-get, sudo apt-get -o Dpkg::Options::="--force-overwrite" install apt-config-auto-update [01:20] likely updates on the other package that owns the file would then cause problems again [01:20] apt-config-auto-update is a universe package, probably has a bug in it [01:22] I am not really sure about it but I would like to use the software [01:23] Well now im kinda more concerned [01:23] because I removed all of the old .conf files [01:23] this is the full output rbox https://pastebin.ubuntu.com/p/hzFWTT2qgg/ [01:23] but I get connection issues upon bootup, sometimes hmmmm [01:23] and have to reconnect [01:24] sem: yeah, like i said... bug in the package if 2 own the same file [01:26] sem: you could easily get the same effect if you run a simple command that checks if the /var/...restart-required file exists and then restarts after the upgrades run [01:27] so like, modify the unattended-updates script so it has that extra bit? [01:27] if [ -f /var/run/reboot-required ]; then reboot; fi [01:30] not sure how to run something after unattended-upgrades finishes [01:33] sem: there's stuff already in /etc/apt/apt.conf.d/50unattended-upgrades about rebooting if the file exists and whatnot [01:33] seems an option you comment out === chris14_ is now known as chris14 [01:34] Automatically reboot *WITHOUT CONFIRMATION* if the file /var/run/reboot-required is found after the upgrade , uncomment the line below it and set to "true" [01:38] 10/10 [01:39] Good job EriC^^ [01:39] ty :D [01:41] EriC^^, I thought that those items were only honored if the other program was installed [01:42] reason I thought this was because when I logged into my server, it had been running unattended upgrades like it was supposed to, but then there were 78 upgrades it didn't try to install yet [01:44] yikes [01:49] Hey guys, Im thinking it would be cool to have a Tray-icon which showed the WireGuard connection status, such as connected, disconnected, reconnecting. Any easy solutions for this? ubuntu 22.04. [01:55] Do you guys think this still works? https://github.com/metalcated/Wireguard-Bravo [01:55] Its 4 years old [01:56] https://github.com/UnnoTed/wireguird [01:57] This one is 3 months last updated... seems more promising. [02:17] I'm having to re-connect my wireguard tunnel kinda frequenty, is there any way to auto-recconect? [03:15] so, I have a ubuntu based vps running apache2 and if you visit its IP address it gives you my Wordpress installaion, how do I set it up so that instead of the IP address it uses my domain name I have? [03:17] how do you have a domain name? if that domain name already points to your ip, it should already work. maybe specify the dns you know that has your domain name in it [03:18] so I set the DNS of my domain to my VPS IP? [03:49] Hi, I'm using Wireguard on Ubuntu 22.04, I set a script to auto-connect upon bootup, but I dont seem to have internet until I re-connect the VPN manually. Secondly, I'm having to manually re-connect the VPN every 5-30 minutes or so, should I change ports, setup auto-reconnect, etc I think the second issue is more likely to be my local wifi being [03:49] congested causing issues than my VPS VPN server being bad. === blaklistd7 is now known as blaklistd === rickard016 is now known as rickard01 === fauxpride- is now known as fauxpride === tomaw_ is now known as tomaw === blaklistd5 is now known as blaklistd [06:24] What this is [06:24] lol === ord is now known as quem === iambozdar is now known as Wistful [07:43] I have a bash script that needs to run 'netplan apply', but it seems to have a permission problem. The bash script is being run by the cronjob, and I have already granted it execution permissions (chmod +x file) === ord is now known as quem [08:02] I have some *.md documents which I try to open in firefox, file open index.md, but it always opens in okular. how do I fix that? [08:10] HI im a windows user. i have an HP ryzen 5. am i better off with the LTS version or the newer version? [08:11] i would always try the LTS version first [08:11] less hassle with updating often [08:11] will it make the most of my AMD laptop? [08:16] @ElongMon: LTS will make the most of your AMD laptop. [08:16] Hi [08:24] ho, let's go! Go on and ask vern ! === ord is now known as quem [08:48] Hey folks! has there been some change in the available kernel packages for ubuntu 14.04? I see a sharp decline in the packages published by Packages.gz with source "linux"? [08:49] This kernel was recently available with source linux [08:49] root@63f5308d1254:/# apt-cache policy linux-image-3.13.0-100-generic [08:49] N: Unable to locate package linux-image-3.13.0-100-generic [08:49] N: Couldn't find any package by regex 'linux-image-3.13.0-100-generic' [09:41] I was told to check here if I have encountered a legitimate bug, so what should I do now? [09:49] badutski: Describe the details so we can verify the bug. [10:30] Hi elias_a,  problem is a btrfs raid1 fails mount on boot: device is missing [10:30] I'm trying to use a btrfs raid1 with 3 devices as persistent storage for a live boot ubuntu 22.04 with kernel 5.19.0-43-generic running in a QEMU/KVM. [10:30] mkfs.btrfs -L persistence -d raid1 -m raid1 -f /dev/disk/by-id/*-part1 [10:30] The raid is created successfully, mounted and persistence.conf file is written to it. [10:30] When rebooting the raid fails to mount, 2 of the 3 devices are reported missing, see below. The raid can be mounted manually post boot, without any problems. Creating a single disk btrfs filesystem with the same persistence.conf file works fine. Adding a second disk to the filesystem results in the same type of error. [10:30] journalctl -g btrfs [10:31] Hi, problem is a btrfs raid1 fails mount on boot: device is missing === blaklistd4 is now known as blaklistd === ord is now known as quem === Guest277 is now known as ogra === ogra is now known as Guest711 === Guest711 is now known as ogra === ord is now known as quem [11:53] Greetimgs, I installed Lunar on my Dell Inc. XPS 9320 but the touch bar is not working: it's lighted but whatever button I press does nothing. Any help? [11:57] does it work on 22.04? [11:57] https://ubuntu.com/certified/202112-29761 [11:57] i think all dell devices are only certified for LTS releases === firewall is now known as firewalldt [12:08] yes, it was working [12:10] so basically the solution is format and go back?If I keep my home folder I may clash some configurations as I am basically downgrading them? [12:11] what does "lts release" mean? [12:12] !lts [12:12] LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Jammy (Jammy Jellyfish 22.04). Ubuntu !flavors may have different support durations, check their release notes for information. [12:12] Xargon: you can try to copy your home directory back. but downgrades are not supported in general [12:13] my home directory is actually on a different partition [12:13] I could move out the .directories in it maybe [12:13] make a backup first and then you can play around with it :) [12:14] yeah, a bit big but doable [12:15] or maybe if I am patient this changes will be part of Lunar sooner or later? how's the LTS cycle? which one will be the next LTS? [12:15] But I think that Jammy was out last year, so it will be 4 years more [12:16] next LTS is 24.04 [12:17] yeah probably 3 years then [12:18] April 2024 [12:18] it is in the version :) [12:18] oh [12:19] earlier thant I tought [12:19] well but probably I'll have to downgrade as this is the computer I am using for work === blaklistd1 is now known as blaklistd [12:51] hi [12:52] i noticed with ps there is gvfsd running, how is it started? i got lxqt, but nothing in the aurostart [12:52] auto [12:55] Bombo: it's used by many Gtk applications [12:56] GObject applications even (some might not have a GUI) [12:56] JanC: used ok, but when at what point is it started? [12:56] when it's needed [12:56] e.g. do you use a Gtk-based file manager? [12:56] who needs it then ;) i killed gvfsd now, then started pcmanfm but it doesn't get started again [12:57] pcmanfm is Gtk, right? [12:57] oh no it's qt hmmm [12:58] pcmanfm is Gtk, pcmanfm-qt is Qt, it seems [12:58] yes i got -qt lxqt [12:59] hmmm what could have activated it then [12:59] seems like pcmanfm-qt also has an optional ("recommended") dependency on Gvfs? [13:00] Bombo: do you use network filesystems or a phone/camera linked by USB or anything like that? [13:01] Hi, I have a problem with a btrfs raid1 that will not mount on boot because it claims some devices are missing, is this the correct venue to discuss this topic? [13:01] probably also used when you "mount" an ISO file [13:01] JanC: i haved mounted remote fs via nfs [13:02] Bombo: from the file manager or system-wide? [13:02] fstab [13:02] normally i don't use pcmanfm [13:02] ah, fstab-mounted shouldn't use it [13:06] probably anything that uses Gtk file dialogs could start gvfsd also [13:06] as it shows Gio "locations" [13:07] ok i wonder what started it [13:08] gio list and gio mount -l show stuff, but still no gvfsd is started [13:10] using sftp: or http: or similar locations in pcmanfs likely would, as well as mounting filesystem/archive images in it [13:10] I would look into all the features it provides & se what applications use those [13:11] maybe it's the trash can... [13:11] (I don't know if pcmanfm uses that) [13:13] Bombo: did you see other gvfsd-* daemons too? [13:16] JanC: yes gvfsd-fuse [13:18] i open a qterminal, then sudo -i -u testuser, that user had gvfsd and gvfsd-fuse running [13:18] maybe try "gio list" next time you see it [13:18] i use wine with that user, i just started winecfg but gvfs didn't show up [13:19] aaah firefox! ;) [13:20] which uses Gtk file dialogs [13:20] makes sense ;) [13:20] lots of /usr/libexec/xdg-* started too now [13:22] snapped Firefox? then it's probably the bridging stuff that connects the application inside the container with the world outside it [13:23] no just normal ff [13:23] so it is automatically started when e.g. firefox starts, but it's still there after ff ha quit [13:23] is there a way to kill it when it is NOT needed? just to know [13:26] you mean automatically? [13:28] i killed dbus-launch for that user and everything is gone [13:29] but yes auto if it's not used e.g. after 5 minutes, and the user is not logged in [13:29] no idea [13:30] when i exited the qterminal with the sudo -i -u testuser, the gvfsd is still running and /usr/libexec/xdg-* stuff too [13:40] so what i want to know now: how to get rid of all the gvfsd-* and xgd-* daemons after i exited the qterminal. these were started automatically, after i started the qterm, then 'sudo -i -u testuser', then firefox, but after i close the qterminal they are still running (until i kill dbus-launch for that user, as root) [13:46] what hapened [13:47] so what i want to know now: how to get rid of all the gvfsd-* and xgd-* daemons after i exited the qterminal. these were started automatically, after i started the qterm, then 'sudo -i -u testuser', then firefox, but after i close the qterminal they are still running (until i kill dbus-launch for that user, as root) [13:55] Hello, I like unattended-upgrades, it's a really good concept and I wish more distros implemented such a mechanism, but... how can I run a script before the machine reboots after an update? [13:56] om - please no - i need servers to work and research updates and test them before they are implemented on actual devices [13:56] ForeverNoob[m]: ubuntu does not automatically reboot after updates [13:58] weedmic: I hear ya, but I'd like to err on the safe side and risk a little downtime from time to time. [13:58] that kind of risk can end a vacation :D [13:58] ForeverNoob[m]: there is really no downtime with updates. Unless the update asks you to restart a service and you choose to do so [14:00] leftyfb: Yeah that's partially what I meant. I know that some updates may break stuff, but I'd risk that instead of potentially becoming vulnerable to attack. [14:01] Hi, I have a problem with a btrfs raid1 that will not mount on boot because it claims some devices are missing, is this the correct venue to discuss this topic? [14:01] Having said that, I can enable automatic reboot in /etc/apt/apt.conf.d/50unattended-upgrades right? [14:02] ForeverNoob[m]: why would you want to do that? Especially when you're trying to run a script after updates (why?) and want to reboot after said script. Just add the reboot as part of the script [14:02] weedmic: I can't afford to go on vacations anyway so nothing is missed lol [14:03] leftyfb: Good point of adding reboot as part of script. My main purpose of the script is a notification being sent to my phone (but not an e-mail, as I already noticed it had a mail mechanism) [14:04] ForeverNoob[m]: you know most carriers in the U.S. all have email addresses for sending a text to your phone right? [14:06] I'm not in the US and I'd rather avoid text (costs money and is plaintext), I just curl to an HTTPS URL and it does the rest. [14:06] ForeverNoob[m]: you can just run it on every (re)boot then, I suppose [14:07] I also don't recommend constant reboots like this [14:08] it won't require a reboot for most updates? [14:09] only kernel updates require a reboot, and even then, if you enable livepatch, you don't need to reboot then either [14:10] ... well, systemd ones too ... [14:10] (but these are super rare) [14:10] Yeah I don't think it does require a reboot every update, the way I understood it is that unattended-upgrades updates only on select updates (indeed kernel and perhaps also systemd or some deep stuff like that). Live patching would be nice but isn't that a premium service? [14:11] ForeverNoob[m]: it's free for personal use [14:13] Oh interesting. even on multiple machines (simultaneously) ? [14:13] for a limited number of personal uses IIRC (but that should suffice for most people) [14:14] I think it's 3 or 5. More if you're an Ubuntu member [14:14] 5 5 [14:14] !pro [14:14] Ubuntu Pro is a service offered by Canonical for expanded CVE patching, ten-years security maintenance and optional support. Anyone can use Ubuntu Pro for free for personal use on up to 5 machines. For details please see https://ubuntu.com/pro and https://discourse.ubuntu.com/t/ubuntu-pro-faq [14:16] livepatch is 3 machines ... pro itself is 5 ... https://ubuntu.com/security/livepatch [14:16] well. that is a really strange decision [14:16] yeah, that was the confusing bit. Not sure why livepatch is only 3 when pro is 5 [14:16] yes, agreed [14:17] livepatch is way older than pro i guess the policies have simply not been synced yet [14:17] Aah damnit I have 4 machines haha. I'm always so lucky :P [14:17] well you can get it free without pro [14:17] with any ubuntu one account [14:18] livepatch is also more important for some machines than others [14:18] right, just create two accounts then it is six 😉 [14:18] pretty sure that with pro you will also get 5 [14:18] lol true, hope Canonical doesn't find out :D [14:18] it might indeed just be that the lievpatch website is behind [14:19] if you have a LAN machine that isn't reachable from the internet, it might be less urgent to have the kernel patched quickly... [14:20] compared to e.g. a web/mail-server on the internet [14:21] it says "Livepatch is included in Ubuntu Pro." so I presume it would also be 5 then... [14:22] True, but someone once told me that they administered their internal machines with the same level of security as their external ones and I kind of went with it despite it being more of a hassle. [14:32] isn't that rapidly becoming a thing? zero trust architectures, etc? [14:35] but when you are limited to how many machine can use something (e.g. for cost reasons), you'll still have to make priorities... :) [14:37] well, that limit is really an artificil one after all and only there to avoid abuse from *actual* large companies ... in the end it is them who pay for the free service that everyone else gets [14:37] run your servers as containers and you only need to worry about 1 kernel [14:37] heh, yeah === coreycb_ is now known as coreycb [14:51] why does the GUI update always try to blame my internet connection for the update manager design flaws? my internet is perfectly fine [14:52] what has my internet connection do do with expiring cryptographic keys of apt? [14:52] this is just beyond stupid to blame it on my _internet_ connection LOL [14:54] maybe displaying the actual error instead of just turfing it away and blaming it categorically on my internet connection would be a more solution oriented approach? [14:54] also why completely failing to update when just one repo key is expired? [14:54] just ignore that and update the rest [14:57] if just one expired key can prevent the whole system from receiving updates it will result in unpatched vulnerabilities for no good reason other than to blame "my internet connection" lol. [14:58] de-facto: https://ubuntu.com/core/docs/networkmanager/snap-configuration/connectivity-check [14:58] LOOOL [14:58] what should i do with that? [14:59] de-facto: it pings a site and if it fails it reports a internet fail but other sites may be fine or turn it off [14:59] aha and why would i want to do that? [14:59] i am 100% certain my internet connection is absolutely fine [15:00] its the stupid GUI updater architecture [15:00] even apt on command line is _much_ more usable [15:01] it lets you know there is a issue possibly local possibly outside I have it on so if it pops up I know to check my local system then ignore it if it is out side [15:02] i am on a wired gigabit ethernet connection, it never failed even once [15:03] its just the stupid GUI blaming every error it encounters on "internet connection" [15:03] hi all! [15:03] de-facto, instead of ranting here ... ubuntu-bug update-manager [15:03] where could i find out what the latest version of a specific package was in a really old release (such as bionic) [15:03] though in reality its an expired GPG key, not anything with internet connection [15:06] nona: rmadison package [15:08] oh, alright, so i'd have to install ubuntu first. thank you, alkisg [15:09] nona: if you tell me the package name, I can run the command for you [15:16] nona: https://launchpad.net/ubuntu - could also look up the package here. [15:21] that helped, thank you krytarik! === spyspirit7 is now known as spyspirit [15:47] PID USER DEV TYPE GPU GPU MEM CPU HOST MEM Command [15:47] 4057 root 0 Graphic 0% 7961MiB 65% 1% 212MiB /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/sddm/{3d1d8b92-34e6-4a0f-84e [15:47] WHYYY Xorg? 😭 === pikapika is now known as militantorc === blaklistd9 is now known as blaklistd === hasley is now known as szopen [16:16] bhechinger: what tool is that? [16:17] preach: nvtop [16:39] I just got a DNS Leak, My IP was the VPN server, but my DNS was the home ISP??? How did that happen and how can i fix it?? wireguard [16:58] ChestNUT: What does ifconfig say when you have the leak? [16:58] elias_a: ifupdown isn't installed on modern ubuntu releases. Use ip instead [16:59] leftyfb: ifconfig still shows the configuration of the network adapters. [17:00] elias_a, after you manually install ifupdown, yeah ... [17:01] elias_a: only if you install ifupdown. For instance, typing "ifconfig" on a fresh install of Ubuntu 20.04 wil result in "Command 'ifconfig' not found, but can be installed with:" [17:02] ahm looks like net-tools will bring in "ifconfig". But that isn't installed by default either [17:02] Ok. I must have the needed packages because I have upgraded. [17:02] yeah, if you originally installed with something before 2018 it will not have been removed [17:03] but IIRC it was dropped in 18.04 (or right after) [17:03] update-manager does not remove such packages ... [17:18] AFAIK ifupdown was dropped from the CD a bit after 22.04 alpha. I see it in 20.04.iso and in my 22.04 that I installed when it was alpha. [17:35] doc|home: https://www.youtube.com/watch?v=DcAhpKySEP8 [17:35] not a miata, but equally silly [17:38] bhechinger: wrong channel [17:38] * bhechinger sighs [17:38] IRC is hard. Let's go shopping! :-D [17:39] leftyfb: That's for calling that out. I never would have noticed then would have been annoyed at him for not answering even though I never sent him the message. :-D [18:06] hello, I recently installed new motherboard & CPU & RAM and now when I boot up ubuntu, the desktop environment is not loading, I can ssh into the machine [18:07] When installing Ubuntu Server Pro, in minimalized mode. Does it not include any firewall? - I've it up in a VM, and I'm wanting too SSH into it, however it's rejecting connections. [18:07] Paranous, probably you need to install sshd [18:08] Service SSH status shows it's installed and running [18:08] sshd* [18:08] are you attempting to log in with rsa keypair or with username/passwd [18:09] also, are you on the same LAN as the host, or are you trying to ssh from outside of network? [18:09] oh, you said VM [18:10] C:\Users\brandon>ssh 192.168.98.1 [18:10] ssh: connect to host 192.168.98.1 port 22: Connection refused however i've veried it's on that IP and SSHD is listening [18:10] can you ping it? [18:11] you might want to try ssh user@host [18:11] yes it receives pings [18:12] user@host also rejected [18:12] something else, is ping, and nslookup not base tools installed with ubuntu pro server? [18:13] did you try `ssh your_ubuntu_username@192.168.98.1` ? [18:13] Correct [18:14] check the port directly, something like $ nc 22 [18:14] you can check firewall status with `sudo ufw status` [18:14] Tried that, says doesn't even exist [18:15] It's Ubuntu 22.04.2 live, installed in minimal pro mode [18:15] your vm network bridge setup correctly? can the guest connect to the host? [18:16] well that's another thing, I thought I could ping from inside the VM out, but apparently ping ipaddress isn't even a thing anymore? [18:17] It has internet access, least wget can touch google [18:17] clear === echelon is now known as ops === noah3 is now known as noah === powerhiker1 is now known as powerhiker === MiguelX4138 is now known as MiguelX413 === hyperreal0 is now known as hyperreal === tofran2 is now known as tofran === AKTheKnight6 is now known as AKTheKnight === martylake_ is now known as martylake === chrfle_ is now known as chrfle === RaimondR- is now known as RaimondRaj === waxfire6743 is now known as waxfire674 === caverton2 is now known as caverton === klebers_ is now known as klebers [18:21] Did IRC just server split? [18:22] !netsplit | Paranous: Yes. [18:22] Paranous: Yes.: A netsplit is when two IRC servers of the same network (like Libera) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See https://en.wikipedia.org/wiki/Netsplit [18:26] it could also be a server reboot [18:43] Does anyone know of a way I can create a calendar event in the calendar such as a DBUS api or maybe some library to interact with the evolution data server? [18:45] rbnswartz, pretty sure you can use DAV, right? [18:46] I use nextcloud as my DAV server and I just created a new calendar in evolution to connect and sync with my nextcloud calendar, then i can import and create events like .ical etc [18:48] BinarySavior I guess I could do that, create a local caldav server but it seems like it would be easier if I could just dump data into evolution directly [18:51] if you're into evil stuff (like google calendar) evolution will work with that too [18:54] can someone help me troubleshoot why ubuntu desktop environment won't start up? I am able to ssh into the machine, all I see is this when I boot: https://postimg.cc/3WZrzq76 [18:54] I can ssh into the machine from my laptop [18:55] last time it booted successfully was before I replaced CPU, RAM, MOBO [18:56] I tried remove & purge all nvidia* then reinstalled with ubuntu-drivers install [18:56] still the same issue [18:57] lshw -c video: https://bpa.st/6DYN2 [19:03] BinarySavior: check journalctl output for previous boots, maybe there's more details there? [19:04] BinarySavior: if you fiddled with a bunch of CPU, RAM, MOBO, maybe it's worth going into the BIOS settings, resetting those to defaults, and then turning things back on [19:04] BinarySavior: quite often the bios memory is just random garbage [19:04] I replaced motherboard with brand new from factory [19:04] I didn't change any BIOS [19:05] hi, I have an application that tries to open firefox which runs through snap, the web page is not loading and I am getting this error `Gtk-Message: 21:04:16.177: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.` any idea? [19:05] I tried this `sudo snap refresh snapd-desktop-integration --stable` but does not improve the situation [19:06] that is not an error, just an info message from Gtk ... [19:07] and snapd-desktop-integration is the thing that snapd uses to notify about updates of snaps, has no other purpose ... [19:07] BinarySavior: then definitely go reset the bios before troubleshooting any further :) [19:07] ok haha [19:08] you mean reboot into bios and "restore factory defaults" then try booting again? [19:08] BinarySavior have you done any Kernal upgardes? also maybe worth a check in Bios to disable various Power settings. Despite swapping out hardware, I've never known linux to ever be happy with hardware swaps [19:08] bios update comes in mind. [19:09] By default some weird power savings settings could be turned on that you have have had off when you did your original install, leading too Linux freaking out because it wasan't configured with them on [19:11] Curious whats the brand / model of motherboard in use? [19:13] Paranous, MSI MEG Z690 ACE DDR5 LGA 1700 Intel Z690 SATA 6Gb/s Extended ATX Intel Motherboard [19:19] Ah we have the same BIOS, under Advanced > APCI [19:20] here is journalctl -b: https://paste.ubuntu.com/p/brHdpP6vBt/ [19:22] Paranous my motherboard has a Clear CMOS button, I pressed it, still getting same issue though [19:24] Z690 ACE (MS-7D27), BIOS 1.80 11/11/2022 ? [19:24] time to check for an update https://www.msi.com/Motherboard/MEG-Z690-ACE/support [19:25] one should ask the vendor for this hardware support [19:26] https://bugs.launchpad.net/acpi/+bug/1978398 - seems this has been a thing for a while now [19:26] -ubottu:#ubuntu- Launchpad bug 1978398 in Ubuntu "[ 0.515312] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.SAT0.PRT0.PWRG], AE_ALREADY_EXISTS (20210730/dswload2-326)" [Undecided, Confirmed] [19:27] no way telling this is an Ubuntu issue. [19:28] thanks and sorry oerheks, didn't realize it was mobo issue, tbh I thought it was another nvidia issue which still is technically not a ubuntu issue if I'm using the proprietary drivers (i am) [19:29] nope, good chance it will be fixed with the update [19:30] Paranous, from that bugreport; LENOVO Version: N37ET39W (1.20) Release Date: 04/15/2022 might not be the newest either [19:31] I'm finding this issue via google searches as far back as 2021. Seems almost everyone points at bad firmware [19:31] Maybe it's worth flashing the MB Bios [19:32] It's also not just a Unbuntu issue, it's varied across multiple linux distros and hardware [19:36] Interesting suggestion someone made - Try a live boot media, https://forum.manjaro.org/t/cant-boot-previously-working-install/104119/14 if it doesn't persist there, work backwords eliminaiting various drivers. (Newest driver, isn't always best driver.) [19:37] Paranous, not interesting at all, please do not suggest such in this official support channel [19:38] no way telling this is an Ubuntu issue. without the bios update, lets wait for results. [19:39] I'm telling you it's not Ubuntu specific. and gave you specific sources. [19:39] yea I have the manual open right now, following instructions to update the BIOS [19:51] BinarySavior will be curios to see if issue persist after update. [19:51] Paranous, for some reason mobo is not accepting BIOS from official MSI website [19:51] I'm calling technical support [19:58] When you say it's not accepting it, as in showing wrong version? or simply doesn't recognize the file? [19:59] Last time I delt with that the USB port was wrongfully labeled on the motherboard punchout for flashing, it's often the highest upper left port [20:10] Paranous, it displays an error message that says, "The BIOS is not MSI BIOS, update will be ignore !!! If this file come from MSI, please contact with MSI." [20:11] I tried both of the most recent BIOS versions and got the same error message [20:11] the two most recent* === ord is now known as quem === filo is now known as FIlohuhum [20:19] BinarySavior What was the ending extension of those BIOS updates? [20:19] .1A0 [20:20] i think the problem is with the flash drive itself, I am reformatting the flash drive and trying again [20:20] hi o/ === ord is now known as quem [20:21] should be FAT32, however if doesn't work, you may have to rename the bios file and due a headless flash. That's only way I was able to flash my MSI board. had same issue. Also a z690 board [20:23] Ok after reformatting the flash drive and trying again I receive a different error: "BIOS ROM seems corrupted!! Please check ROM file integrality before update." [20:23] lol [20:37] Yeah, better off going the headless route, it just simply works. their EzFlash utility hasn't worked right since 9th gen intel [20:42] Paranous, success, found an old 6GB SD card and formatted it with FAT32, now it's working :'D [20:42] 4GB*' [20:44] Nice, i'm surprised someone aint yelled at us to goto Hardware lol [20:44] or #offtopic [20:44] Seems dead enough in here they likely don't mind === ord is now known as quem [20:46] Ok folks, updated BIOS to most recent version, still having same issue, desktop environment not booting, can only access shell through ssh [20:46] I just did a fresh clean install of Ubuntu Server Pro, and updated it. This time I did the non-minimalized [20:47] prior to all the hardware changes are you using the same GPU? [20:48] yes [20:48] same GPU [20:48] new journalctl -b after bios update: https://pastebin.ubuntu.com/p/jcNVBT4nWk/ [20:48] Maybe a shot in the dark but have you ever compiled your own kernel before? perhaps recompiling your kernel against your new changed hardware might make a difference? [20:50] maybe [20:50] I think it might have to do something with Secureboot / UEFI or some previous configuration in my BIOS that I did not reconfigure on this BIOS. [20:51] I know it is finicky because I had a dual boot machine on here, a windows partition that I never use that is more trouble than it's worth [20:52] ah, yeah dual-booting especially with the new stuff is NOT as easy as it was back when I actually ran Linux [20:52] there's way more efi pstore stuff in here than I'm used to seeing [20:53] Under the Advanced Bios, Settings > Advanced > ACPI, could disable all of those power settings dealing with sleep and hibernation. See what it does then? [20:54] I have all that garbage turned off. If I wanted my PC to play dead i'd turn it off lol [20:57] Paranous, I don't have those settings in Settings > Advanced > ACPI [20:59] I'm close to just wiping it and installing fresh [21:01] https://postimg.cc/d75D0Dgc [21:01] you're Bios isn't this? [21:01] BinarySavior: weird, your X looks like it's trying to use an old framebuffer driver.. maybe try "sudo ubuntu-drivers install" or something similar? [21:02] sarnold, I already purged nvidia* then did ubuntu-drivers install [21:02] I can try again [21:02] oh :( [21:03] Paranous, yes but when I click ACPI there's nothing in there about sleep [21:05] Is there any window manager installed with Ubuntu server by default? [21:06] no [21:11] Oh noes, I broke Xserver, now my terminal is inaccessible from my VM. -.- [21:22] ok thanks for everyone's help I think I am just going to format the drive and install fresh OS looks like backing up this data will take about 15hr, yuck [21:22] good luck, sorry we couldn't sort it out :( [21:23] fresh install would give generic kernel, not the lowlatency [21:28] oerheks, oh I see, do you recommend something else for low latency? I was actually planning on putting ubuntu studio on there, does that come with low latency [21:31] wow, file copy estimates were severely wrong, only 30 minutes left haha === ord is now known as quem [21:43] BinarySavior Was about to ask how many TBs on how many 5200RPM HDDs lol [22:11] Paranous: A kernel compile doesn't detect local hardware, you have to tell it what to support. That's why you can compile a kernel for hardware that doesn't already have one. === ord is now known as quem === ubuntu is now known as Guest3809 === ComputerTech- is now known as ComputerTech === ord is now known as quem === ord is now known as quem === ord is now known as quem