/srv/irclogs.ubuntu.com/2023/12/04/#ubuntu.txt

ecapiis apt the same as it is on debian?00:05
=== root is now known as Guest4576
Guest4576Hi it's me00:06
elwho is "me"00:08
Guest4576i00:08
Guest4576i'm root null00:09
Guest4576git clone https://github.com/tegal1337/CiLocks00:11
Guest4576cd CiLocks00:11
Guest4576chmod +x cilocks00:11
Guest4576sudo bash cilocks00:11
Guest4576or sudo ./cilocks00:11
Yakovhow to select line in gnome terminal? I've tried to press shift, and do Ctrl+A or Ctrl+E, no effect00:21
JanCclick 3x00:22
Yakovwow, it works, but I dont usually need what is placed before sign $00:23
JanCjust select what you need with the mouse then00:23
Guest4576sudo apt update -y00:27
Guest4576sudo apt install php nodejs npm adb scrcpy wget unzip apktool jq -y00:27
JanCGuest4576: please behave & stop that00:28
Guest4576xubuntu-desktop/jammy 2.241 arm6400:28
Guest4576xubuntu-docs/jammy,now 22.04 all [installed]00:28
Guest4576xubuntu-icon-theme/jammy 22.04.1 all00:28
Guest4576xubuntu-live-settings/jammy 22.04.0 all00:28
Guest4576xubuntu-restricted-addons/jammy 26 all00:28
Guest4576xubuntu-wallpapers/jammy 22.04.1 all00:28
Guest4576xzoom/jammy 0.3-26 arm6400:29
Guest4576yabar/jammy 0.4.0-1.1 arm6400:29
Guest4576yabasic/jammy 1:2.90.2-1 arm6400:29
Guest4576yabause-common/jammy 0.9.14-4build2 all00:29
Guest4576yabause-gtk/jammy 0.9.14-4build2 arm6400:29
Guest4576yabause-qt/jammy 0.9.14-4build2 arm6400:29
eldude00:31
Guest4576yasr/jammy 0.6.9-10 arm6400:31
Guest4576yasw/jammy 0.6-2build1 arm6400:31
Guest4576yatex/jammy 1.82-1 all00:31
Guest4576yatm/jammy 0.9-3 arm6400:31
Guest4576yavta/jammy 0.0+git20210522.65f740a-1 arm6400:31
Guest4576yaws-chat/jammy 2.1.1+dfsg-1 all00:31
d3hey all, looking for someone to lend a hand and help me figure out a potential problem I might have with my system...has something changed in the last couple of years how grub works? apt is complaining every time I try to install a package about an esp partition related to efi, mount: /var/lib/grub/esp: special device /dev/sdh2 does not exist.01:23
d3dpkg: error processing package grub-efi-amd64-signed (--configure):01:23
d3the system is booted into bios/legacy as i have no /sys/firmware/efi01:24
arraybolt3that sounds wrong01:24
arraybolt3how many disks do you have in this system anyway?01:24
d3I have migrated this vm over the years between hyperv and esxi so I think there might have been a left over efi partition it detected....01:24
d3lots01:24
arraybolt3ah01:24
arraybolt3yeah it sounds like you have a minimum of 8 disks01:24
d3901:24
arraybolt3or seven01:24
d3I'm afraid to reboot as I don't know if grub is in a healthy state01:25
arraybolt3Yeah, I wouldn't try it right now01:25
arraybolt3So... first question, what's the output of `lsblk`?01:25
arraybolt3(you can send it via pastebin)01:25
d3debconf-show grub-pc show's about 20+ items and it references grub-pc, grub-efi, and grub201:25
arraybolt3(don't paste it into the chat or it will cause problems(01:25
d3shows about 20 loop devices and my disks01:26
arraybolt3is there an sdh?01:26
d3yes, ok, so I know why that error is showing up01:26
arraybolt3sounds like you have a /dev/sd* hardcoded somewhere01:26
arraybolt3you probably need to use UUIDs or disk labels wherever that is.01:26
d3i have a bunch of zfs pools, and recently unmounted and remounted them via /dev/disk/by-id so the device names got changed around....01:26
arraybolt3that sounds like it would do it01:27
d3my question is, is it safe to nuke the efi partition and reinstall grub to my "new root device" eg sda (after the zfs re-import which mixed up the names)01:27
d3or have I really buggered things up by having grub-efi packages installed now01:28
arraybolt3I don't think grub-efi should mess with things.01:28
d3well it's preventing me from running any apt pkg installs or updates....01:28
arraybolt3If you're sure that you're booted in BIOS mode and that the VM will try to boot from sda and sda is set up properly for GRUB to be installed, then just `grub-install /dev/sda` should be enough.01:28
d3mount: /var/lib/grub/esp: special device /dev/sdh2 does not exist.01:28
d3dpkg: error processing package grub-efi-amd64-signed (--configure):01:28
d3 installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 3201:28
d3Processing triggers for man-db (2.10.2-1) ...01:28
d3Errors were encountered while processing:01:28
d3 grub-efi-amd64-signed01:28
arraybolt3oh dear01:28
arraybolt3You can't paste stuff directly into the chat or an anti-flood bot mutes you for 60 seconds. Sorry about that.01:28
arraybolt3but I think you should probably run `grub-install /dev/sda`, then `update-grub`. If (and only if!) both of those commands succeed, I believe it should be safe to reboot.01:29
arraybolt3Then you can run `sudo apt --fix-broken install` and hopefully recover.01:29
d3rip me01:30
d3ls: cannot access '/sys/firmware/efi': No such file or directory01:30
arraybolt3I believe you're unmuted now.01:30
arraybolt3(my IRC bouncer apparently just rebooted)01:30
d3:P01:30
d3what is the approved pastebin for the channel, I want to share my fstab01:31
arraybolt3We usually use termbin.com since it's very convenient.01:31
arraybolt3You can use it from the terminal, like so:01:31
arraybolt3cat /etc/fstab | nc termbin.com 999901:31
d3I'm sorry, I have kind of had this VM running for ages and it seems migrating and neglecting it has buggered the config lol01:31
arraybolt3That command spits out a link that contains whatever you piped into the nc command. Sharing that link will share whatever you piped into it.01:32
d3https://termbin.com/297b01:32
arraybolt3that looks pretty sane and relatively basic to me.01:32
d3so I think that hyperv only supports linux guests with efi01:32
d3but I'm currently booted legacy/bios01:33
arraybolt3You may need to run `grub-install --target i386-pc /dev/sda` to install it in BIOS mode then.01:33
arraybolt3then `update-grub`01:33
arraybolt3At that point a reboot should be safe, then I would remove grub-efi and then autoremove the leftovers.01:34
arraybolt3(assuming the autoremove isn't going to remove anything important)01:34
d3can I tell exactly where grub is installed to right now? fdisk -l shows grub installed on the sda1 partition (not to the mbr via /dev/sda) and an efi partition on sda2...01:34
d3sorry, not a linux guy, I'm better with freebsd lol01:34
arraybolt3I would *guess* it would be on whatever drive your /boot partition is on.01:35
arraybolt3That being said, I'm not 100% sure, and I think you can probably end up with "split" installations where part of GRUB is in one place and part in another (though I'm not sure about that either).01:36
arraybolt3I don't know how to detect which drive(s) has (have) working GRUB code in their boot sector.01:36
d3./dev/sda1     2048     4095     2048    1M BIOS boot01:36
arraybolt3oh, if you're using GPT partition tables then the bios-boot partition is the one01:36
d3so grub-install to sda1?01:37
arraybolt3grub-install to sda01:37
arraybolt3not sda101:37
arraybolt3grub will figure out to use the 1 partition01:37
d3okies01:37
d3no errors, only a warning after update-grub that os-prober will not be run01:38
Bashing-omd3: ' sudo grub-probe -t device /boot/grub ' to see where grub is installed to.01:38
d3fack01:39
d3that reports sda301:39
d3sda3 is my /01:39
arraybolt3 /boot and bios-boot are *never* the same thing01:39
arraybolt3so it's probably OK01:39
d3./dev/sda3  1054720 83884031 82829312 39.5G Linux filesystem01:39
arraybolt3the bios-boot partition is an unformatted raw partition where GRUB plops some boot code.01:39
d3I already did the grub-install to sda01:40
arraybolt3The rest of GRUB is then somewhere else (if I'm understanding correctly)01:40
d3and update-grub01:40
arraybolt3so yeah, that sounds like it's all correct.01:40
Bashing-omd3: sda3 might be correct as looking for the congig files 0n / .01:40
d3now I'm really confused.... mount shows /dev/sda3 mounted on / and /dev/sda2 mounted on /boot/efi01:41
d3I'm going to comment out the efi partition and yolo it and try a reboot01:42
d3comment out in fstab01:42
Bashing-omd3: More than you might wat to know: sudo debconf-show grub-pc :D01:42
d3Bashing-omh I'll paste the output to you01:43
d3it references grub-pc grub-efi and grub201:43
d3i'm so confused why grub and grub2 is installed01:43
d3Bashing-om https://termbin.com/64wrc01:44
Bashing-omd3: Want to compare my output - where I multi-boot with ext4 file system ?01:45
arraybolt3grub-pc and grub-efi are both part of grub2.01:47
d3fack, I can't even snapshot this VM for some reason01:47
d3arraybolt3 ok, well01:47
d3i'm just going to yolo01:47
d3brb01:47
d3well reboots are fine....why is grub-efi-signged-xxxx giving me errors when trying to install apt packages then?01:50
arraybolt3Not sure, but hopefully it'll stop doing that once you've rebooted01:52
arraybolt3You could try "sudo apt --fix-broken install" and see what happens?01:52
d3https://termbin.com/v5tn01:53
d3it didn't fix it sadly01:53
d3can i apt purge that package?01:53
d3*safely* I should say haha01:53
arraybolt3I believe so.01:53
arraybolt3If you're booting with BIOS, there's no need for it.01:53
arraybolt3Make sure it's not going to take out anything important though, obviously01:53
d3over the last couple of days of googling and reading posts, some people mention trying dpkg-reconfigure -a after getting the partitions and grub-install sorted....01:54
d3will that help here?01:54
d3not every post mentions it, but I remember that came up in a few01:55
Bashing-omd3: Might be good to check /boot/grub/grub.cfg for any /dev/sdh2 references.01:55
d3grep says no01:57
Bashing-omd3: Unexpected that by UUID then ?01:57
d3there's lots of efi-hints to hd0,gpt301:57
d3like 8 lines with that same efi-hints option01:58
mruffellyeah the dpkg-reconfigure will probably help. its probably been set in a debconf setting a long time ago01:58
mruffellYou can check with01:58
mruffell$ echo get grub-pc/install_devices | sudo debconf-communicate grub-pc01:59
mruffelland it will show what value debconf has01:59
d3#UUID=4A26-306F  /boot/efi       vfat    umask=0077      0       101:59
d3also why is that UUID so short in my fstab?01:59
d3^^ is sdh2 (at install) according to the comment01:59
d3mruffell 0 /dev/sdh is the output02:00
mruffellyeah, well theres your pain point02:00
mruffellthats what the dpkg is complaining about, since it no longer exists02:01
acetylldid you have a win install before this one?02:01
d3so can i just reconfigure grub-pc?02:01
d3acetyll no, but it has been migrated from exi to hyperv and back, it's been around the block02:01
d3the / partition has anway02:02
d3can I nuke this partition and re-install/re-configure the grub package?/dev/sda2     4096  1054719  1050624  513M EFI System02:03
d3so that efi isn't even known to the system? it's booting fine via bios02:03
acetylld3 https://www.sans.org/blog/investigating-wmi-attacks/02:10
d3you trying to tell me my system is compromised? lol02:11
d3acetyll?02:15
acetylljust something to look into, wmi attacks are understudied in syssec world. because well duh, it's an utter swamp02:20
=== chris14_ is now known as chris14
imbezolis there a way to disable all snap notifications? when you get a dozen or more apps installed it's just constant this or that should be refreshed. how do i make it never show me a popup ever again, and let me update my software on my own schedule?03:27
imbezolalso, when i add shortcuts to snap apps to my panel, and then i later upgrade.. the icon is still there.. but it fails to launch. i have to delete those shortcuts and recreate them every time i update my snap apps. is there a way to fix that?03:28
imbezoli can look at the properties of the shortcut and it looks like the correct path etc.. i can copy paste it in a terminal, and it runs. but it won't run from the panel until i recreate the shortcut03:29
Yakovusually I use gnome-terminal variation to call .desktop file/script, how should I ammend i to call the same with kitty04:37
=== popey0 is now known as popey
=== zniavre_ is now known as zniavre
Guest28hey all06:25
Guest28looking for help regarding a issue with a ps3 controller06:25
Guest28can anyone help?06:28
arraybolt3Guest28: You're trying to use this with Ubuntu?06:29
Guest28yes06:29
Guest28thanks for the reply06:29
arraybolt3From what I see online you should be able to just plug it into a USB port and it should work.06:30
Guest28ok thanks for looking in to it06:30
Guest28I've been at it all day06:31
arraybolt3Bluetooth is supposedly flaky with them.06:31
arraybolt3https://askubuntu.com/questions/409761/how-do-i-use-a-playstation-3-sixaxis-controller-with-ubuntu-to-control-games06:31
Guest28ubuntu reads the controller however I think the /dev/input/SHAN_WAN file is not accessable and the right stick does read true06:32
Guest28the controller is not bluetooth06:32
Guest28It's usb06:32
=== guiverc2 is now known as guiverc
Guest53nshiretesty test07:02
toddcwelcome Guest53nshire07:02
Guest53nshireI'm trying to move one partition to a different disk, it looks like gparted doesnt support this?07:02
gebbionehi i tried googling but didn't get an answer ... i am on 22.04. Nvidia card/drivers again misbehaving (me thinks) . So i would like to check what is the latest fully supported kernel that is definitely stable.07:04
toddcGuest53nshire: correct gparted creats and manages partions not data so creat a partition on the new disk then copy the data07:04
Guest53nshirealso my screen is exclusively in shades of green and turquoise, which while aesthetically looks nice is not ideal to look at07:04
Guest53nshiretoddc, I'm moving a whole linux install07:04
toddcGuest53nshire: I might recommend cloanzilla for that a small distro just for that perpoise07:05
toddcas far as the screen what version of ubuntu and desktop DE and video card would be helpful07:06
Guest53nshire22.04 lts and rtx 3060 https://i.imgur.com/mGYlpEB.png07:07
Guest53nshiredo the colors loo normal for you or is it showing the green07:07
toddc!nvidia | gebbione07:07
ubottugebbione: Drivers for Nvidia graphics cards: (A) No gaming/CAD/CUDA needed or legacy hardware? Use "nouveau" (open source, lacks many features). (B) Otherwise, "nvidia" (proprietary driver, fully featured). Install using "ubuntu-drivers" CLI or apt - not from nvidia.com. Driver series, hardware support (release notes): https://www.nvidia.com/en-us/drivers/unix/ - Latest drivers !PPA: https://pad.lv/ppa/graphics-drivers07:07
Guest53nshiredoes it work on live media07:08
gebbionetoddc, i do already. I recently run automatic update and something broke things up ... no errors in journalctl so i need to try alternatives and update-drivers is to its latest07:09
toddcgebbione: it does depend on you card not all are supported within each driver07:09
gebbionemy RTX 2070 is supported07:09
Guest53nshirewell it looks like I can actually copy a partition from one drive to another with gparted07:11
arraybolt3Guest53nshire: Your screen looks normal to me.07:12
arraybolt3Pretty sure you have a color profile set wrong if you're seeing weird colors on your end.07:12
Guest53nshiregrub looked fine and so did the splash screen so that would make sense07:13
Guest53nshirewhere can I check that07:13
arraybolt3https://help.gnome.org/users/gnome-help/stable/color-assignprofiles.html.en see if you can remove or change a color profile by adapting the instructions here07:13
arraybolt3I've made my screen do all sorts of cool things messing with those settings :P07:13
gebbioneif i run nvidia-smi it says it fails because it cannot communicate with driver07:14
arraybolt3gebbione: I think you probably need to do something with DKMS if the driver goes weird like this. I saw an Ubuntu dev help people with this twice just recently.07:14
arraybolt3Lemme find the command he used...07:14
arraybolt3sudo dkms autoinstall07:15
arraybolt3gebbione: ^ try that07:15
arraybolt3then reboot if it succeeds and see what happens07:15
gebbionethank you, trying07:16
arraybolt3Also with NVIDIA it's a good idea to keep your system regularly updated to reduce the chances of this sort of thing happening in the future (it's caused by a race condition).07:16
gebbionearraybolt3, i actually usually get these problems when i update07:16
arraybolt3(credit goes to Eickmeyer for that info)07:16
arraybolt3gebbione: right, but you're more likely to run into them if you only update rarely.07:17
gebbionelooks promising07:17
gebbionei do regularly :) nice one about this @Eickmeyer and thank you arraybolt307:18
gebbioneI am back on the system07:18
gebbionethe most annoying thing is that nothing in journalctl gave a hint of it07:18
gebbionei go by guessing that if i cannot find an actual error it is the nvidia card07:19
arraybolt3heh07:19
Guest53nshiredid I time out?07:19
arraybolt3Guest53nshire: Yes, about 3 minutes ago.07:19
arraybolt3Nothing happened related to the issue you were facing in that time though so you didn't miss mutch.07:20
arraybolt3*much07:20
Guest53nshireI assume if I copy a partition to another disk I should set a new uuid correct07:20
Guest53nshirethat way the bootloader doesn't freak out when it sees 2 identical uuids07:20
* arraybolt3 wonders if you could somehow run nvidia-smi on each boot and make it throw an error in the journal log if it reports that it couldn't communicate with the driver07:20
arraybolt3Guest53nshire: Correct.07:20
arraybolt3Things can go awry when your universally unique identifiers have evil twins. :)07:20
Guest53nshirewhoever linked the color pallette thing saved the day07:21
Guest53nshirered and green channels were switched for some reason07:22
Guest53nshireerr no wait... well this looks more readable and non retina-destroying but red and green are switched now07:22
Guest53nshireokay okay applied an srgb profile and now all is good. hdr is weird I guess.07:24
Guest53nshireunfortunate that I only discovered that right as I'm about to power off my liveusb but oh well, learned something new07:24
Guest53nshirethx07:24
nshireis gparted not installed by default?07:29
nshireso I copied my installation partition onto another ssd but it wasn't detected by my system07:36
nshireonly bootloaders were windows and this ubuntu one on the old drive07:36
phr34kcan anybody help me, yesterday suddenly snapcraft stopped working (version was bumped from 7.5.3 to 7.5.4) -- and now some vague error about craft providers cannot start instance and check lxd logs, and inside of the lxd logs there is some error that instance type is not operational because kvm support is missing.07:49
onizuHi. I installed Ubuntu 22.04.1 on a MacbookPro. I see the three-touch gesture on the touchpad works but it switches the desktops. How can I make it click-drag the windows?07:51
phr34kI am not sure what is wrong here, but i am pretty annoyed at this fragile system because everything was working fine before, and now even reverting snapcraft didn't actually do anything.07:53
Guest31nshiredo I need to set filesystem flags for a bootable gpt drive08:04
Guest31nshirelike when I right click the partition in gparted no flags are set08:04
ravagephr34k: #snappy or the discourse. for me the update worked fine without any errors. but this is not the room for it08:06
=== bg10k615 is now known as bg10k61
phr34kravage I already posted on discourse, but I usually end up asking here because snappy and snapcraft channels have zero activity, and most of the time it's always an middleware error.08:14
wodesonizu probable a gnome tweak, let me have a look08:37
wodesprobably*08:37
wodesonizu https://www.omglinux.com/customize-gnome-touchpad-gestures08:38
onizuI checked in tweaks, couldn't find anything.08:38
wodes"Gesture Improvements extension"08:39
onizuwodes: ok, checking08:39
=== Guest0 is now known as spionkop
onizuwodes: that does not have the gesture to move windows with three-finger tap and drag08:54
Guest31nshiredoes your touchpad support multitouch08:58
Guest31nshiresome don't08:58
onizuGuest31nshire: of course. It's a macbookpro which does have multi-touch.09:05
ravageit is just called retina touch or some other stupid term apple made up :)09:06
Guest31nshireok so I'm going to installa new bootloader, does this look alriught https://i.imgur.com/8XgH6iM.png09:23
Guest31nshiresde is the correct drive09:24
kotgcHell10:25
kotgcHello10:25
kotgcI'm looking for the simplest remote Ubuntu access behind a CGNAT.10:25
kotgcMost of what I'm reading looks complicated. I'm used to VNC and Remmina, but they won't work behind this CGNAT?10:26
zaggynlI wouldn't open vnc or rdp to internet, alternatives are apache guacamole, vpn or ssh tunnel10:31
kotgczaggynl, hmmm10:31
kotgcI tried OpenVPN, but I don't think my router's WAN gives OpenVPN the needed ISP public WAN IP, so that failed.10:32
kotgcFrom my research, it seems TailScale maybe via SSH tunnel or something?10:33
kotgcBeyond my skills, using SSH, SCP and these days RSYNC.10:33
zaggynlold school tunnel is also possible, without tailscale, but would have to open up ssh to internet10:34
kotgczaggynl, hmm, seems quite tricky. I would like GUI access though, not just CLI.10:35
zaggynlkotgc: well once you setup the tunnel you can route anything through it10:41
kotgczaggynl, ok, I'll have to research about it.10:55
alocerHello all, Is it possible to launch a gui app through landscape server ? got any ideas?12:01
webchat53There has been a fix of a rather serious issue in OpenZFS (zfsutils-linux) in versions 2.1.14 and 2.2.2  (https://github.com/openzfs/zfs/releases/tag/zfs-2.1.14). None of these seems to be available in ubuntu. Where can I see and track the patching of the packages delivered with ubuntu?12:19
lotuspsychjewebchat53: is this what you seek? https://ubuntu.com/security/notices/USN-6511-112:29
webchat53lotuspsychje its exactly that kind of information I'm looking for. That happens to be the wrong issue though. The issue I'm looking at is about corruption of files -- so it may not be labeled as a security issue? -- that is particularly frequent with coreutils>9.0 A search on that page does not seem to list any other issue for OpenZFS though.12:36
lotuspsychjewebchat53: this? https://ubuntu.com/security/CVE-2023-4929812:37
-ubottu:#ubuntu- OpenZFS through 2.1.13 and 2.2.x through 2.2.1, in certain scenarios involving applications that try to rely on efficient copying of file data, can replace file contents with zero-valued bytes and thus potentially disable security mechanisms. NOTE: this issue is not always security related, but can be security related in realistic situations. A possible example is cp, from ... <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-49298>12:37
webchat53lotuspsychje That's it! Thanks! I'm not very good at searching on that page then it seems. But good to know for the future that is where I will have to look. Thanks for the help and I'll keep an eye on that page for when a fix appears.12:40
=== filo is now known as Filohuhu
=== Filohuhu is now known as Filohuhum
lotuspsychjewebchat53: see also the #ubuntu-hardened channel, where ubuntu's security issues are handled12:41
lotuspsychjeoh, seems #ubuntu-security now12:42
webchat53Thanks lotuspsychje, good to know!12:43
lotuspsychjewelcome webchat5312:43
amraeknsyhHi, Can anybody help me?12:59
amraeknsyhhi ?13:02
tarzeau!ask13:02
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:02
amraeknsyhokay, i'm sorry for that13:03
amraeknsyhSo I downloaded ubuntu 2 months ago on my 256GB SSD.. but after yesterday I checked the remaining capacity only 108.6GB left and I asked my friend that /var/log/ was 100GB and that's what triggered the capacity to drain a lot and I got a solution by limiting the application log in the 100MB setting with the GNU Nano command, but it didn't work. So13:08
amraeknsyhplease help me so that I can limit the var log13:08
BluesKajHi all13:11
=== Guest0 is now known as spionkop
=== ahh_ is now known as eva_mad_40_
=== ericus0 is now known as ericus
=== ericus4 is now known as ericus
loswedsededmy browser froze in the middle of composing an email. Is there any chance to copy the email now?17:47
arraybolt3loswedseded: screenshot it so you can retype what you see?17:48
arraybolt3That's what I usually do in those kinds of circumstances. Obviously, might not get everything.17:48
arraybolt3lotuspsychje: yikes, I hope my ZFS driver isn't new enough to have that problem! I use ZFS heavily and would hate to see silent corruption like that.17:53
stuffandthingsif i have an ntfs partition that didnt shutdown gracefully, how do i do the "scandisk" equivalent in linux?18:00
JanCarraybolt3: it's a bug that has been in ZFS since ~2012, but that was hard to encounter in the past; a new feature in OpenZFS 2.2 and some new features in  coreutils 9+ that sometimes trigger it are the reason why it was found now18:01
arraybolt3ah.18:01
arraybolt3stuffandthings: There isn't a good scandisk equivalent in Linux - you really should use chkdisk in Windows if you can.18:02
JanCso when you are on e.g. 22.04 it's not very likely (but not impossible) that you encounter it18:02
arraybolt3If you can't, ntfsfix may be what you want.18:02
arraybolt3JanC: Makes sense.18:03
JanCalthough, I guess some other applications might also be able to trigger it...18:03
stuffandthingsi use a winpe iso to do just that18:03
stuffandthingsby not very good, do you mean that it risks data loss?18:03
arraybolt3stuffandthings: Correct.18:04
stuffandthingsvery good to know18:04
stuffandthingsthanks18:04
arraybolt3There might be some way to rig it so that you have a partition on your drive with WinPE that you can boot into with GRUB to make this sort of thing more convenient.18:05
stuffandthingsi always keep a ventoy'd tiny usb attached to the back of the machine18:05
arraybolt3nice, then yeah I'd just keep using that.18:06
stuffandthingswill do18:06
stuffandthingsis there any trusty way to convert ntfs to ext?18:06
JanCcopy the data elsewhere first (if you have backups, this might not be needed), reformat, copy it back (or restore from backups)18:07
akikstuffandthings: no ntfsfix is a linux command18:07
akikstuffandthings: if you have win pe and chkdsk there, do that instead18:08
stuffandthingsakik: i know18:08
stuffandthingsi do18:08
stuffandthingsJanC: i need to get a spare18:09
JanCgenerally, the data loss would be limited to whatever was being written at the moment of the unclean shutdown though, so then ntfsfix is probably enough...18:10
JanCI mean, anything half-written is probably not very useful anyway18:11
stuffandthingsmayble ill experiment on a vm or something18:11
stuffandthingsyeah18:11
JanCOTOH, doing the check on Windows wouldn't hurt (hopefully :) )18:12
stuffandthingsyeah18:13
stuffandthingsim guessing gnome-disk is the only gui way to trigger ntfsfix?18:19
leftyfbstuffandthings: ntfsfix is a CLI tool18:28
stuffandthingsi know but theres gota be some gui that makes use of it18:28
leftyfbstuffandthings: I would recommend booting into Windows and running chkdsk and reboot. Do this twice18:28
stuffandthingstwice?18:29
leftyfbyes18:29
leftyfbBoot to Windows - Run chkdsk - reboot18:29
leftyfbthen do it again18:29
stuffandthingsgnome disks has a repair fs option18:31
stuffandthingsjust found it18:31
stuffandthingsnot gona use it though18:31
stuffandthings*gonna18:31
arraybolt3leftyfb: twice? How come, out of curiosity?18:55
arraybolt3I vaguely remember hearing this sort of thing before.18:55
=== Guest0 is now known as spionkop
=== chrfle_ is now known as chrfle
=== elliottp5 is now known as elliottp
=== rtpg_ is now known as rtpg
=== _SamSlater_3 is now known as _SamSlater_
=== bitchin_ is now known as bitchin
=== ThothCastel_ is now known as ThothCastel
=== Mikro- is now known as Mikro
=== BelCalm9 is now known as BelCalm
=== resamvi5 is now known as resamvi
=== erica__ is now known as erica
=== mnepton is now known as mneptok
=== Koffa_ is now known as Koffa
webchat37hey guys, just newly created account here hoping for your expert advice.20:50
webchat37any one live here rn?20:52
stuffandthingsits cool but you dont have to ask to ask20:52
leftyfbwebchat37: what is your ubuntu support question?20:52
webchat37I have a situation where I have file named SWS where it uses the system ubuntu 64-bit 22.04.1 from my flash drive. But after booting up, it just shows black screen. I'm using a Ryzen 5 3400G with an AMD rx 580 video card. I've tried updating my BIOS to the latest version but the issue still persist.20:54
arraybolt3What is SWS?21:08
webchat37It's an environment for my workspace that uses Ubuntu as their system.21:12
leftyfbwebchat37: define environment. Are you booting to the live usb environment? Is this a VM? WSL?21:14
webchat37I think its WSL. Though I can't exactly confirm since I can't see it for myself yet. I'm only seeing black screen when booting up.21:16
arraybolt3I don't think we're going to be able to help with this - this could *theoretically* be an Ubuntu problem, but more likely something's awry with SWS. I'd suggest asking your company tech support (or your company's support contacts for SWS) for help.21:20
arraybolt3Ubuntu 22.04.1 is also an outdated ISO of 22.04 - you might try 22.04.3 if that's possible (which it may not be - it depends on whether SWS is booting/loading/whatever it does an actual official Ubuntu 22.04.1 ISO, as opposed to some customized thingy).21:21
webchat37Yup. Actually did that and they asked me to use a different device. It's working for my laptop's friend which is why I really have to figure out how to fix it on my device.21:22
=== Juesto is now known as Juest
webchat37I tried to use vmware though to replicate the issue. It did boot up though it just went to initframs line command.21:24
arraybolt3webchat37: what ISO are you using?21:25
arraybolt3Is this Ubuntu Desktop or Server?21:25
arraybolt3Is it customized by your company or is it an official image?21:26
arraybolt3And can you redownload it? Maybe your image or flash drive is corrupted.21:26
arraybolt3(If it drops to an initramfs prompt in VMware, something is probably very wrong with your image.)21:26
Habbieor check the hash21:27
stuffandthingsi get about 1/2 the wifi reception on ubuntu vs windows, anyone know whats up with that?21:35
Habbiestuffandthings, 1/2 measured in what way?21:36
stuffandthingshalfish the bars/ transfer speeds are way worse21:37
stuffandthingsdualboot system, ive gone back and forth multiple times, always worse on linux21:37
stuffandthingsother distros too21:38
Habbiebars might not be interesting21:38
Habbiebut transfer speed is21:38
Habbiehow are you measuring speed?21:38
stuffandthingsyeah21:38
stuffandthingsookla, transfering files over my nw, downloading stuff from the same source21:39
Habbieok21:39
Habbiesounds like decent testing (i don't have answers though)21:39
stuffandthingsdamn, thanks anyway21:40
stuffandthingseven more surprising is that its intel wifi21:41
stuffandthingsthat and yt studdering are keeping me off of it full time on that machine21:46
jeremy31stuffandthings: There are a couple things to do with Intel wifi, in terminal>  echo "options iwlwifi 11n_disable=8"| sudo tee /etc/modprobe.d/iwlopt.conf21:49
jeremy31stuffandthings: second thing in terminal>  sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf21:49
jeremy31Then reboot21:49
stuffandthingsgreat thanks!21:50
=== launchd is now known as BuddyTheElf

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