/srv/irclogs.ubuntu.com/2023/06/20/#ubuntu.txt

=== newdev is now known as xsh
echoofyourvoicehi guys, may i have a question? more of a general linux one but i'm on ubuntu specifically rn so it still applies00:41
echoofyourvoiceis 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 anything00:44
EriC^^echoofyourvoice: no, typically filesystems are mounted via the fs uuid00:50
Guest85I 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" etc00:58
Guest85How can I view all of these wireguard autostarting programs, and remove the ones I dont need?00:58
rboxGuest85: systemctl | grep wg-quick01:06
rboxsystemctl disable is the opposite of systemctl enable01:06
Guest85ty!!!\01:06
Guest85"systemctl | grep wg-quick01:07
Guest85  wg-quick@wg1.service                                                                          loaded active exited    WireGuard via wg-quick(8) for wg101:07
Guest85  system-wg\x2dquick.slice                                                                      loaded active active    Slice /system/wg-quick01:07
Guest85"01:07
Guest85hmmmm01:07
Guest85Does this mean I only have 1 service active, or 8?01:07
rboxwg-quick(8) is saying wg-quick is a man page in section 801:09
semubuntu 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:15
rboxsem: what is the full output01:17
EriC^^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 it01:18
rboxlooks like both apt-config-auto-update and update-notifier-common provide that file01:19
EriC^^sem: or with apt-get, sudo apt-get -o Dpkg::Options::="--force-overwrite" install apt-config-auto-update01:19
EriC^^likely updates on the other package that owns the file would then cause problems again01:20
rboxapt-config-auto-update is a universe package, probably has a bug in it01:20
semI am not really sure about it but I would like to use the software01:22
Guest85Well now im kinda more concerned01:23
Guest85because I removed all of the old .conf files01:23
semthis is the full output rbox https://pastebin.ubuntu.com/p/hzFWTT2qgg/01:23
Guest85but I get connection issues upon bootup, sometimes hmmmm01:23
Guest85and have to reconnect01:23
rboxsem: yeah, like i said... bug in the package if 2 own the same file01:24
EriC^^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 run01:26
semso like, modify the unattended-updates script so it has that extra bit?01:27
EriC^^if [ -f /var/run/reboot-required ]; then reboot; fi01:27
EriC^^not sure how to run something after unattended-upgrades finishes01:30
EriC^^sem: there's stuff already in /etc/apt/apt.conf.d/50unattended-upgrades about rebooting if the file exists and whatnot01:33
EriC^^seems an option you comment out01:33
=== chris14_ is now known as chris14
EriC^^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:34
Guest8510/1001:38
Guest85Good job EriC^^01:39
EriC^^ty :D01:39
semEriC^^, I thought that those items were only honored if the other program was installed01:41
semreason 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 yet01:42
EriC^^yikes01:44
Guest85Hey 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:49
Guest85Do you guys think this still works? https://github.com/metalcated/Wireguard-Bravo01:55
Guest85Its 4 years old01:55
Guest85https://github.com/UnnoTed/wireguird01:56
Guest85This one is 3 months last updated... seems more promising.01:57
Guest85I'm having to re-connect my wireguard tunnel kinda frequenty, is there any way to auto-recconect?02:17
towserso, 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:15
enigma9o7how 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 it03:17
towserso I set the DNS of my domain to my VPS IP?03:18
JellyOnToastHi, 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 being03:49
JellyOnToastcongested causing issues than my VPS VPN server being bad.03:49
=== 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
belzerbudWhat this is06:24
belzerbudlol06:24
=== ord is now known as quem
=== iambozdar is now known as Wistful
punkgeekI 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)07:43
=== ord is now known as quem
weedmicI 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:02
ElongMonkHI im a windows user. i have an HP ryzen 5. am i better off with the LTS version or the newer version?08:10
ravagei would always try the LTS version first08:11
ravageless hassle with updating often08:11
ElongMonkwill it make the most of my AMD laptop?08:11
Wistful@ElongMon: LTS will make the most of your AMD laptop.08:16
vernHi08:16
elias_aho, let's go! Go on and ask vern !08:24
=== ord is now known as quem
sudhackar9Hey 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:48
sudhackar9This kernel was recently available with source linux08:49
sudhackar9root@63f5308d1254:/# apt-cache policy linux-image-3.13.0-100-generic08:49
sudhackar9N: Unable to locate package linux-image-3.13.0-100-generic08:49
sudhackar9N: Couldn't find any package by regex 'linux-image-3.13.0-100-generic'08:49
badutskiI was told to check here if I have encountered a legitimate bug, so what should I do now?09:41
elias_abadutski: Describe the details so we can verify the bug.09:49
badutskiHi elias_a,  problem is a btrfs raid1 fails mount on boot: device is missing10:30
badutskiI'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
badutskimkfs.btrfs -L persistence -d raid1 -m raid1 -f /dev/disk/by-id/*-part110:30
badutskiThe raid is created successfully, mounted and persistence.conf file is written to it.10:30
badutskiWhen 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
badutskijournalctl -g btrfs10:30
badutskiHi, problem is a btrfs raid1 fails mount on boot: device is missing10:31
=== 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
XargonGreetimgs, 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:53
ravagedoes it work on 22.04?11:57
ravagehttps://ubuntu.com/certified/202112-2976111:57
ravagei think all dell devices are only certified for LTS releases11:57
=== firewall is now known as firewalldt
Xargonyes, it was working12:08
Xargonso 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:10
weedmicwhat does "lts release" mean?12:11
ravage!lts12:12
ubottuLTS 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
ravageXargon: you can try to copy your home directory back. but downgrades are not supported in general12:12
Xargonmy home directory is actually on a different partition12:13
XargonI could move out the .directories in it maybe12:13
ravagemake a backup first and then you can play around with it :)12:13
Xargonyeah, a bit big but doable12:14
Xargonor 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
XargonBut I think that Jammy was out last year, so it will be 4 years more12:15
ravagenext LTS is 24.0412:16
Xargonyeah probably 3 years then12:17
ravageApril 202412:18
ravageit is in the version :)12:18
Xargonoh12:18
Xargonearlier thant I tought12:19
Xargonwell but probably I'll have to downgrade as this is the computer I am using for work12:19
=== blaklistd1 is now known as blaklistd
Bombohi12:51
Bomboi noticed with ps there is gvfsd running, how is it started? i got lxqt, but nothing in the aurostart12:52
Bomboauto12:52
JanCBombo: it's used by many Gtk applications12:55
JanCGObject applications even (some might not have a GUI)12:56
BomboJanC: used ok, but when at what point is it started?12:56
JanCwhen it's needed12:56
JanCe.g. do you use a Gtk-based file manager?12:56
Bombowho needs it then ;) i killed gvfsd now, then started pcmanfm but it doesn't get started again12:56
JanCpcmanfm is Gtk, right?12:57
Bombooh no it's qt hmmm12:57
JanCpcmanfm is Gtk, pcmanfm-qt is Qt, it seems12:58
Bomboyes i got -qt lxqt12:58
Bombohmmm what could have activated it then12:59
JanCseems like pcmanfm-qt also has an optional ("recommended") dependency on Gvfs?12:59
JanCBombo: do you use network filesystems or a phone/camera linked by USB or anything like that?13:00
badutskiHi, 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
JanCprobably also used when you "mount" an ISO file13:01
BomboJanC: i haved mounted remote fs via nfs13:01
JanCBombo: from the file manager or system-wide?13:02
Bombofstab13:02
Bombonormally i don't use pcmanfm13:02
JanCah, fstab-mounted shouldn't use it13:02
JanCprobably anything that uses Gtk file dialogs could start gvfsd also13:06
JanCas it shows Gio "locations"13:06
Bombook i wonder what started it13:07
Bombogio list and gio mount -l show stuff, but still no gvfsd is started13:08
JanCusing sftp: or http: or similar locations in pcmanfs likely would, as well as mounting filesystem/archive images in it13:10
JanCI would look into all the features it provides & se what applications use those13:10
JanCmaybe it's the trash can...13:11
JanC(I don't know if pcmanfm uses that)13:11
JanCBombo: did you see other gvfsd-* daemons too?13:13
BomboJanC: yes gvfsd-fuse13:16
Bomboi open a qterminal, then sudo -i -u testuser, that user had gvfsd and gvfsd-fuse running13:18
JanCmaybe try "gio list" next time you see it13:18
Bomboi use wine with that user, i just started winecfg but gvfs didn't show up13:18
Bomboaaah firefox! ;)13:19
JanCwhich uses Gtk file dialogs13:20
Bombomakes sense ;)13:20
Bombolots of /usr/libexec/xdg-* started too now13:20
JanCsnapped Firefox? then it's probably the bridging stuff that connects the application inside the container with the world outside it13:22
Bombono just normal ff13:23
Bomboso it is automatically started when e.g. firefox starts, but it's still there after ff ha quit13:23
Bombois there a way to kill it when it is NOT needed? just to know13:23
JanCyou mean automatically?13:26
Bomboi killed dbus-launch for that user and everything is gone13:28
Bombobut yes auto if it's not used e.g. after 5 minutes, and the user is not logged in13:29
JanCno idea13:29
Bombowhen i exited the qterminal with the sudo -i -u testuser, the gvfsd is still running and /usr/libexec/xdg-* stuff too13:30
Bomboso 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:40
Bombowhat hapened13:46
Bomboso 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:47
ForeverNoob[m]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:55
weedmicom - please no - i need servers to work and research updates and test them before they are implemented on actual devices13:56
leftyfbForeverNoob[m]: ubuntu does not automatically reboot after updates13:56
ForeverNoob[m]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
weedmicthat kind of risk can end a vacation :D13:58
leftyfbForeverNoob[m]: there is really no downtime with updates. Unless the update asks you to restart a service and you choose to do so13:58
ForeverNoob[m]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:00
badutskiHi, 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
ForeverNoob[m]Having said that, I can enable automatic reboot in /etc/apt/apt.conf.d/50unattended-upgrades right?14:01
leftyfbForeverNoob[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 script14:02
ForeverNoob[m]weedmic: I can't afford to go on vacations anyway so nothing is missed lol14:02
ForeverNoob[m]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:03
leftyfbForeverNoob[m]: you know most carriers in the U.S. all have email addresses for sending a text to your phone right?14:04
ForeverNoob[m]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
JanCForeverNoob[m]: you can just run it on every (re)boot then, I suppose14:06
leftyfbI also don't recommend constant reboots like this14:07
JanCit won't require a reboot for most updates?14:08
leftyfbonly kernel updates require a reboot, and even then, if you enable livepatch, you don't need to reboot then either14:09
ogra... well, systemd ones too ...14:10
ogra(but these are super rare)14:10
ForeverNoob[m]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:10
leftyfbForeverNoob[m]: it's free for personal use14:11
ForeverNoob[m]Oh interesting. even on multiple machines (simultaneously) ?14:13
JanCfor a limited number of personal uses IIRC (but that should suffice for most people)14:13
leftyfbI think it's 3 or 5. More if you're an Ubuntu member14:14
ravage5 514:14
ravage!pro14:14
ubottuUbuntu 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-faq14:14
ogralivepatch is 3 machines ... pro itself is 5 ... https://ubuntu.com/security/livepatch14:16
ravagewell. that is a really strange decision14:16
leftyfbyeah, that was the confusing bit. Not sure why livepatch is only 3 when pro is 514:16
ograyes, agreed14:16
ogralivepatch is way older than pro i guess the policies have simply not been synced yet14:17
ForeverNoob[m]Aah damnit I have 4 machines haha. I'm always so lucky :P14:17
ravagewell you can get it free without pro14:17
ravagewith any ubuntu one account14:17
JanClivepatch is also more important for some machines than others14:18
ograright, just create two accounts then it is six 😉14:18
ravagepretty sure that with pro you will also get 514:18
ForeverNoob[m]lol true, hope Canonical doesn't find out :D14:18
ograit might indeed just be that the lievpatch website is behind14:18
JanCif you have a LAN machine that isn't reachable from the internet, it might be less urgent to have the kernel patched quickly...14:19
JanCcompared to e.g. a web/mail-server on the internet14:20
JanCit says "Livepatch is included in Ubuntu Pro." so I presume it would also be 5 then...14:21
ForeverNoob[m]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:22
NoImNotNineVoltisn't that rapidly becoming a thing? zero trust architectures, etc?14:32
JanCbut when you are limited to how many machine can use something (e.g. for cost reasons), you'll still have to make priorities...  :)14:35
ograwell, 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 gets14:37
leftyfbrun your servers as containers and you only need to worry about 1 kernel14:37
ograheh, yeah14:37
=== coreycb_ is now known as coreycb
de-factowhy does the GUI update always try to blame my internet connection for the update manager design flaws? my internet is perfectly fine14:51
de-factowhat has my internet connection do do with expiring cryptographic keys of apt?14:52
de-factothis is just beyond stupid to blame it on my _internet_ connection LOL14:52
de-factomaybe 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
de-factoalso why completely failing to update when just one repo key is expired?14:54
de-factojust ignore that and update the rest14:54
de-factoif 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:57
toddc1de-facto: https://ubuntu.com/core/docs/networkmanager/snap-configuration/connectivity-check14:58
de-factoLOOOL14:58
de-factowhat should i do with that?14:58
toddc1de-facto: it pings a site and if it fails it reports a internet fail but other sites may be fine  or turn it off14:59
de-factoaha and why would i want to do that?14:59
de-factoi am 100% certain my internet connection is absolutely fine14:59
de-factoits the stupid GUI updater architecture15:00
de-factoeven apt on command line is _much_ more usable15:00
toddc1it 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 side15:01
de-factoi am on a wired gigabit ethernet connection, it never failed even once15:02
de-factoits just the stupid GUI blaming every error it encounters on "internet connection"15:03
nonahi all!15:03
ograde-facto, instead of ranting here ... ubuntu-bug update-manager15:03
nonawhere could i find out what the latest version of a specific package was in a really old release (such as bionic)15:03
de-factothough in reality its an expired GPG key, not anything with internet connection15:03
alkisgnona: rmadison package15:06
nonaoh, alright, so i'd have to install ubuntu first. thank you, alkisg15:08
alkisgnona: if you tell me the package name, I can run the command for you15:09
krytariknona: https://launchpad.net/ubuntu - could also look up the package here.15:16
nonathat helped, thank you krytarik!15:21
=== spyspirit7 is now known as spyspirit
bhechinger    PID  USER DEV    TYPE  GPU        GPU MEM    CPU  HOST MEM Command15:47
bhechinger   4057  root   0 Graphic   0%   7961MiB  65%     1%    212MiB /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/sddm/{3d1d8b92-34e6-4a0f-84e15:47
bhechingerWHYYY Xorg? 😭15:47
=== pikapika is now known as militantorc
=== blaklistd9 is now known as blaklistd
=== hasley is now known as szopen
preachbhechinger: what tool is that?16:16
bhechingerpreach: nvtop16:17
ChestNUTI 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?? wireguard16:39
elias_aChestNUT: What does ifconfig say when you have the leak?16:58
leftyfbelias_a: ifupdown isn't installed on modern ubuntu releases. Use ip instead16:58
elias_aleftyfb: ifconfig still shows the configuration of the network adapters.16:59
ograelias_a, after you manually install ifupdown, yeah ...17:00
leftyfbelias_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:01
leftyfbahm looks like net-tools will bring in "ifconfig". But that isn't installed by default either17:02
elias_aOk. I must have the needed packages because I have upgraded.17:02
ograyeah, if you originally installed with something before 2018 it will not have been removed17:02
ograbut IIRC it was dropped in 18.04 (or right after)17:03
ograupdate-manager does not remove such packages ...17:03
alkisgAFAIK 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:18
bhechingerdoc|home: https://www.youtube.com/watch?v=DcAhpKySEP817:35
bhechingernot a miata, but equally silly17:35
leftyfbbhechinger: wrong channel17:38
* bhechinger sighs17:38
bhechingerIRC is hard. Let's go shopping! :-D17:38
bhechingerleftyfb: 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. :-D17:39
BinarySaviorhello, 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 machine18:06
ParanousWhen 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
BinarySaviorParanous, probably you need to install sshd18:07
ParanousService SSH status shows it's installed and running18:08
Paranoussshd*18:08
BinarySaviorare you attempting to log in with rsa keypair or with username/passwd18:08
BinarySavioralso, are you on the same LAN as the host, or are you trying to ssh from outside of network?18:09
BinarySavioroh, you said VM18:09
ParanousC:\Users\brandon>ssh 192.168.98.118:10
Paranousssh: connect to host 192.168.98.1 port 22: Connection refused however i've veried it's on that IP and SSHD is listening18:10
BinarySaviorcan you ping it?18:10
BinarySavioryou might want to try ssh user@host18:11
Paranousyes it receives pings18:11
Paranoususer@host also rejected18:12
Paranoussomething else, is ping, and nslookup not base tools installed with ubuntu pro server?18:12
BinarySaviordid you try `ssh your_ubuntu_username@192.168.98.1` ?18:13
ParanousCorrect18:13
wkmangocheck the port directly, something like $ nc <guestip> 2218:14
BinarySavioryou can check firewall status with `sudo ufw status`18:14
ParanousTried that, says doesn't even exist18:14
ParanousIt's Ubuntu 22.04.2 live, installed in minimal pro mode18:15
wkmangoyour vm network bridge setup correctly? can the guest connect to the host?18:15
Paranouswell 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:16
ParanousIt has internet access, least wget can touch google18:17
Paranousclear18:17
=== 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
ParanousDid IRC just server split?18:21
tomreyn!netsplit | Paranous: Yes.18:22
ubottuParanous: 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/Netsplit18:22
JanCit could also be a server reboot18:26
rbnswartzDoes 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:43
BinarySaviorrbnswartz, pretty sure you can use DAV, right?18:45
BinarySaviorI 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 etc18:46
rbnswartzBinarySavior 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 directly18:48
BinarySaviorif you're into evil stuff (like google calendar) evolution will work with that too18:51
BinarySaviorcan 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/3WZrzq7618:54
BinarySaviorI can ssh into the machine from my laptop18:54
BinarySaviorlast time it booted successfully was before I replaced CPU, RAM, MOBO18:55
BinarySaviorI tried remove & purge all nvidia* then reinstalled with ubuntu-drivers install18:56
BinarySaviorstill the same issue18:56
BinarySaviorlshw -c video: https://bpa.st/6DYN218:57
sarnoldBinarySavior: check journalctl output for previous boots, maybe there's more details there?19:03
sarnoldBinarySavior: 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 on19:04
sarnoldBinarySavior: quite often the bios memory is just random garbage19:04
BinarySaviorI replaced motherboard with brand new from factory19:04
BinarySaviorI didn't change any BIOS19:04
masberhi, 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
masberI tried this `sudo snap refresh snapd-desktop-integration --stable` but does not improve the situation19:05
ograthat is not an error, just an info message from Gtk ...19:06
ograand snapd-desktop-integration is the thing that snapd uses to notify about updates of snaps, has no other purpose ...19:07
sarnoldBinarySavior: then definitely go reset the bios before troubleshooting any further :)19:07
BinarySaviorok haha19:07
BinarySavioryou mean reboot into bios and "restore factory defaults" then try booting again?19:08
ParanousBinarySavior 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 swaps19:08
oerheksbios update comes in mind.19:08
ParanousBy 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 on19:09
ParanousCurious whats the brand / model of motherboard in use?19:11
BinarySaviorParanous, MSI MEG Z690 ACE DDR5 LGA 1700 Intel Z690 SATA 6Gb/s Extended ATX Intel Motherboard19:13
ParanousAh we have the same BIOS, under Advanced > APCI19:19
BinarySaviorhere is journalctl -b: https://paste.ubuntu.com/p/brHdpP6vBt/19:20
BinarySaviorParanous my motherboard has a Clear CMOS button, I pressed it, still getting same issue though19:22
oerheks Z690 ACE (MS-7D27), BIOS 1.80 11/11/2022 ?19:24
oerhekstime to check for an update https://www.msi.com/Motherboard/MEG-Z690-ACE/support19:24
oerheksone should ask the vendor for this hardware support19:25
Paranoushttps://bugs.launchpad.net/acpi/+bug/1978398 - seems this has been a thing for a while now19: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:26
oerheksno way telling this is an Ubuntu issue.19:27
BinarySaviorthanks 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:28
oerheksnope, good chance it will be fixed with the update19:29
oerheksParanous, from that bugreport; LENOVO Version: N37ET39W (1.20) Release Date: 04/15/2022 might not be the newest either19:30
ParanousI'm finding this issue via google searches as far back as 2021. Seems almost everyone points at bad firmware19:31
ParanousMaybe it's worth flashing the MB Bios19:31
ParanousIt's also not just a Unbuntu issue, it's varied across multiple linux distros and hardware19:32
ParanousInteresting 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:36
oerheksParanous, not interesting at all, please do not suggest such in this official support channel19:37
oerheksno way telling this is an Ubuntu issue. without the bios update, lets wait for results.19:38
ParanousI'm telling you it's not Ubuntu specific. and gave you specific sources.19:39
BinarySavioryea I have the manual open right now, following instructions to update the BIOS19:39
ParanousBinarySavior will be curios to see if issue persist after update.19:51
BinarySaviorParanous, for some reason mobo is not accepting BIOS from official MSI website19:51
BinarySaviorI'm calling technical support19:51
ParanousWhen you say it's not accepting it, as in showing wrong version? or simply doesn't recognize the file?19:58
ParanousLast time I delt with that the USB port was wrongfully labeled on the motherboard punchout for flashing, it's often the highest upper left port19:59
BinarySaviorParanous, 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:10
BinarySaviorI tried both of the most recent BIOS versions and got the same error message20:11
BinarySaviorthe two most recent*20:11
=== ord is now known as quem
=== filo is now known as FIlohuhum
ParanousBinarySavior What was the ending extension of those BIOS updates?20:19
BinarySavior.1A020:19
BinarySaviori think the problem is with the flash drive itself, I am reformatting the flash drive and trying again20:20
newguyophi o/20:20
=== ord is now known as quem
Paranousshould 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 board20:21
BinarySaviorOk 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
BinarySaviorlol20:23
ParanousYeah, better off going the headless route, it just simply works. their EzFlash utility hasn't worked right since 9th gen intel20:37
BinarySaviorParanous, success, found an old 6GB SD card and formatted it with FAT32, now it's working :'D20:42
BinarySavior4GB*'20:42
ParanousNice, i'm surprised someone aint yelled at us to goto Hardware lol20:44
BinarySavioror #offtopic20:44
ParanousSeems dead enough in here they likely don't mind20:44
=== ord is now known as quem
BinarySaviorOk folks, updated BIOS to most recent version, still having same issue, desktop environment not booting, can only access shell through ssh20:46
ParanousI just did a fresh clean install of Ubuntu Server Pro, and updated it. This time I did the non-minimalized20:46
Paranousprior to all the hardware changes are you using the same GPU?20:47
BinarySavioryes20:48
BinarySaviorsame GPU20:48
BinarySaviornew journalctl -b after bios update: https://pastebin.ubuntu.com/p/jcNVBT4nWk/20:48
ParanousMaybe 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:48
BinarySaviormaybe20:50
BinarySaviorI 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:50
BinarySaviorI 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 worth20:51
Paranousah, yeah dual-booting especially with the new stuff is NOT as easy as it was back when I actually ran Linux20:52
sarnoldthere's way more efi pstore stuff in here than I'm used to seeing20:52
ParanousUnder the Advanced Bios, Settings > Advanced > ACPI, could disable all of those power settings dealing with sleep and hibernation. See what it does then?20:53
ParanousI have all that garbage turned off. If I wanted my PC to play dead i'd turn it off lol20:54
BinarySaviorParanous, I don't have those settings in Settings > Advanced > ACPI20:57
BinarySaviorI'm close to just wiping it and installing fresh20:59
Paranoushttps://postimg.cc/d75D0Dgc21:01
Paranousyou're Bios isn't this?21:01
sarnoldBinarySavior: weird, your X looks like it's trying to use an old framebuffer driver.. maybe try "sudo ubuntu-drivers install" or something similar?21:01
BinarySaviorsarnold, I already purged nvidia* then did ubuntu-drivers install21:02
BinarySaviorI can try again21:02
sarnoldoh :(21:02
BinarySaviorParanous, yes but when I click ACPI there's nothing in there about sleep21:03
ParanousIs there any window manager installed with Ubuntu server by default?21:05
sarnoldno21:06
ParanousOh noes, I broke Xserver, now my terminal is inaccessible from my VM. -.-21:11
BinarySaviorok 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, yuck21:22
sarnoldgood luck, sorry we couldn't sort it out :(21:22
oerheksfresh install would give generic kernel, not the lowlatency21:23
BinarySavioroerheks, 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 latency21:28
BinarySaviorwow, file copy estimates were severely wrong, only 30 minutes left haha21:31
=== ord is now known as quem
ParanousBinarySavior Was about to ask how many TBs on how many 5200RPM HDDs lol21:43
jhutchinsParanous: 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.22:11
=== 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

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