[00:05] is apt the same as it is on debian? === root is now known as Guest4576 [00:06] Hi it's me [00:08] who is "me" [00:08] i [00:09] i'm root null [00:11] git clone https://github.com/tegal1337/CiLocks [00:11] cd CiLocks [00:11] chmod +x cilocks [00:11] sudo bash cilocks [00:11] or sudo ./cilocks [00:21] how to select line in gnome terminal? I've tried to press shift, and do Ctrl+A or Ctrl+E, no effect [00:22] click 3x [00:23] wow, it works, but I dont usually need what is placed before sign $ [00:23] just select what you need with the mouse then [00:27] sudo apt update -y [00:27] sudo apt install php nodejs npm adb scrcpy wget unzip apktool jq -y [00:28] Guest4576: please behave & stop that [00:28] xubuntu-desktop/jammy 2.241 arm64 [00:28] xubuntu-docs/jammy,now 22.04 all [installed] [00:28] xubuntu-icon-theme/jammy 22.04.1 all [00:28] xubuntu-live-settings/jammy 22.04.0 all [00:28] xubuntu-restricted-addons/jammy 26 all [00:28] xubuntu-wallpapers/jammy 22.04.1 all [00:29] xzoom/jammy 0.3-26 arm64 [00:29] yabar/jammy 0.4.0-1.1 arm64 [00:29] yabasic/jammy 1:2.90.2-1 arm64 [00:29] yabause-common/jammy 0.9.14-4build2 all [00:29] yabause-gtk/jammy 0.9.14-4build2 arm64 [00:29] yabause-qt/jammy 0.9.14-4build2 arm64 [00:31] dude [00:31] yasr/jammy 0.6.9-10 arm64 [00:31] yasw/jammy 0.6-2build1 arm64 [00:31] yatex/jammy 1.82-1 all [00:31] yatm/jammy 0.9-3 arm64 [00:31] yavta/jammy 0.0+git20210522.65f740a-1 arm64 [00:31] yaws-chat/jammy 2.1.1+dfsg-1 all [01:23] hey 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] dpkg: error processing package grub-efi-amd64-signed (--configure): [01:24] the system is booted into bios/legacy as i have no /sys/firmware/efi [01:24] that sounds wrong [01:24] how many disks do you have in this system anyway? [01:24] I 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] lots [01:24] ah [01:24] yeah it sounds like you have a minimum of 8 disks [01:24] 9 [01:24] or seven [01:25] I'm afraid to reboot as I don't know if grub is in a healthy state [01:25] Yeah, I wouldn't try it right now [01:25] So... first question, what's the output of `lsblk`? [01:25] (you can send it via pastebin) [01:25] debconf-show grub-pc show's about 20+ items and it references grub-pc, grub-efi, and grub2 [01:25] (don't paste it into the chat or it will cause problems( [01:26] shows about 20 loop devices and my disks [01:26] is there an sdh? [01:26] yes, ok, so I know why that error is showing up [01:26] sounds like you have a /dev/sd* hardcoded somewhere [01:26] you probably need to use UUIDs or disk labels wherever that is. [01:26] i 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:27] that sounds like it would do it [01:27] my 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:28] or have I really buggered things up by having grub-efi packages installed now [01:28] I don't think grub-efi should mess with things. [01:28] well it's preventing me from running any apt pkg installs or updates.... [01:28] If 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] mount: /var/lib/grub/esp: special device /dev/sdh2 does not exist. [01:28] dpkg: error processing package grub-efi-amd64-signed (--configure): [01:28]  installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 32 [01:28] Processing triggers for man-db (2.10.2-1) ... [01:28] Errors were encountered while processing: [01:28]  grub-efi-amd64-signed [01:28] oh dear [01:28] You can't paste stuff directly into the chat or an anti-flood bot mutes you for 60 seconds. Sorry about that. [01:29] but 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] Then you can run `sudo apt --fix-broken install` and hopefully recover. [01:30] rip me [01:30] ls: cannot access '/sys/firmware/efi': No such file or directory [01:30] I believe you're unmuted now. [01:30] (my IRC bouncer apparently just rebooted) [01:30] :P [01:31] what is the approved pastebin for the channel, I want to share my fstab [01:31] We usually use termbin.com since it's very convenient. [01:31] You can use it from the terminal, like so: [01:31] cat /etc/fstab | nc termbin.com 9999 [01:31] I'm sorry, I have kind of had this VM running for ages and it seems migrating and neglecting it has buggered the config lol [01:32] That 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] https://termbin.com/297b [01:32] that looks pretty sane and relatively basic to me. [01:32] so I think that hyperv only supports linux guests with efi [01:33] but I'm currently booted legacy/bios [01:33] You may need to run `grub-install --target i386-pc /dev/sda` to install it in BIOS mode then. [01:33] then `update-grub` [01:34] At that point a reboot should be safe, then I would remove grub-efi and then autoremove the leftovers. [01:34] (assuming the autoremove isn't going to remove anything important) [01:34] can 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] sorry, not a linux guy, I'm better with freebsd lol [01:35] I would *guess* it would be on whatever drive your /boot partition is on. [01:36] That 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] I don't know how to detect which drive(s) has (have) working GRUB code in their boot sector. [01:36] ./dev/sda1     2048     4095     2048    1M BIOS boot [01:36] oh, if you're using GPT partition tables then the bios-boot partition is the one [01:37] so grub-install to sda1? [01:37] grub-install to sda [01:37] not sda1 [01:37] grub will figure out to use the 1 partition [01:37] okies [01:38] no errors, only a warning after update-grub that os-prober will not be run [01:38] d3: ' sudo grub-probe -t device /boot/grub ' to see where grub is installed to. [01:39] fack [01:39] that reports sda3 [01:39] sda3 is my / [01:39] /boot and bios-boot are *never* the same thing [01:39] so it's probably OK [01:39] ./dev/sda3  1054720 83884031 82829312 39.5G Linux filesystem [01:39] the bios-boot partition is an unformatted raw partition where GRUB plops some boot code. [01:40] I already did the grub-install to sda [01:40] The rest of GRUB is then somewhere else (if I'm understanding correctly) [01:40] and update-grub [01:40] so yeah, that sounds like it's all correct. [01:40] d3: sda3 might be correct as looking for the congig files 0n / . [01:41] now I'm really confused.... mount shows /dev/sda3 mounted on / and /dev/sda2 mounted on /boot/efi [01:42] I'm going to comment out the efi partition and yolo it and try a reboot [01:42] comment out in fstab [01:42] d3: More than you might wat to know: sudo debconf-show grub-pc :D [01:43] Bashing-omh I'll paste the output to you [01:43] it references grub-pc grub-efi and grub2 [01:43] i'm so confused why grub and grub2 is installed [01:44] Bashing-om https://termbin.com/64wrc [01:45] d3: Want to compare my output - where I multi-boot with ext4 file system ? [01:47] grub-pc and grub-efi are both part of grub2. [01:47] fack, I can't even snapshot this VM for some reason [01:47] arraybolt3 ok, well [01:47] i'm just going to yolo [01:47] brb [01:50] well reboots are fine....why is grub-efi-signged-xxxx giving me errors when trying to install apt packages then? [01:52] Not sure, but hopefully it'll stop doing that once you've rebooted [01:52] You could try "sudo apt --fix-broken install" and see what happens? [01:53] https://termbin.com/v5tn [01:53] it didn't fix it sadly [01:53] can i apt purge that package? [01:53] *safely* I should say haha [01:53] I believe so. [01:53] If you're booting with BIOS, there's no need for it. [01:53] Make sure it's not going to take out anything important though, obviously [01:54] over 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] will that help here? [01:55] not every post mentions it, but I remember that came up in a few [01:55] d3: Might be good to check /boot/grub/grub.cfg for any /dev/sdh2 references. [01:57] grep says no [01:57] d3: Unexpected that by UUID then ? [01:57] there's lots of efi-hints to hd0,gpt3 [01:58] like 8 lines with that same efi-hints option [01:58] yeah the dpkg-reconfigure will probably help. its probably been set in a debconf setting a long time ago [01:58] You can check with [01:59] $ echo get grub-pc/install_devices | sudo debconf-communicate grub-pc [01:59] and it will show what value debconf has [01:59] #UUID=4A26-306F  /boot/efi       vfat    umask=0077      0       1 [01:59] also why is that UUID so short in my fstab? [01:59] ^^ is sdh2 (at install) according to the comment [02:00] mruffell 0 /dev/sdh is the output [02:00] yeah, well theres your pain point [02:01] thats what the dpkg is complaining about, since it no longer exists [02:01] did you have a win install before this one? [02:01] so can i just reconfigure grub-pc? [02:01] acetyll no, but it has been migrated from exi to hyperv and back, it's been around the block [02:02] the / partition has anway [02:03] can I nuke this partition and re-install/re-configure the grub package?/dev/sda2     4096  1054719  1050624  513M EFI System [02:03] so that efi isn't even known to the system? it's booting fine via bios [02:10] d3 https://www.sans.org/blog/investigating-wmi-attacks/ [02:11] you trying to tell me my system is compromised? lol [02:15] acetyll? [02:20] just something to look into, wmi attacks are understudied in syssec world. because well duh, it's an utter swamp === chris14_ is now known as chris14 [03:27] is 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:28] also, 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:29] i 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 shortcut [04:37] usually I use gnome-terminal variation to call .desktop file/script, how should I ammend i to call the same with kitty === popey0 is now known as popey === zniavre_ is now known as zniavre [06:25] hey all [06:25] looking for help regarding a issue with a ps3 controller [06:28] can anyone help? [06:29] Guest28: You're trying to use this with Ubuntu? [06:29] yes [06:29] thanks for the reply [06:30] From what I see online you should be able to just plug it into a USB port and it should work. [06:30] ok thanks for looking in to it [06:31] I've been at it all day [06:31] Bluetooth is supposedly flaky with them. [06:31] https://askubuntu.com/questions/409761/how-do-i-use-a-playstation-3-sixaxis-controller-with-ubuntu-to-control-games [06:32] ubuntu reads the controller however I think the /dev/input/SHAN_WAN file is not accessable and the right stick does read true [06:32] the controller is not bluetooth [06:32] It's usb === guiverc2 is now known as guiverc [07:02] testy test [07:02] welcome Guest53nshire [07:02] I'm trying to move one partition to a different disk, it looks like gparted doesnt support this? [07:04] hi 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] Guest53nshire: correct gparted creats and manages partions not data so creat a partition on the new disk then copy the data [07:04] also my screen is exclusively in shades of green and turquoise, which while aesthetically looks nice is not ideal to look at [07:04] toddc, I'm moving a whole linux install [07:05] Guest53nshire: I might recommend cloanzilla for that a small distro just for that perpoise [07:06] as far as the screen what version of ubuntu and desktop DE and video card would be helpful [07:07] 22.04 lts and rtx 3060 https://i.imgur.com/mGYlpEB.png [07:07] do the colors loo normal for you or is it showing the green [07:07] !nvidia | gebbione [07:07] gebbione: 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-drivers [07:08] does it work on live media [07:09] toddc, 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 latest [07:09] gebbione: it does depend on you card not all are supported within each driver [07:09] my RTX 2070 is supported [07:11] well it looks like I can actually copy a partition from one drive to another with gparted [07:12] Guest53nshire: Your screen looks normal to me. [07:12] Pretty sure you have a color profile set wrong if you're seeing weird colors on your end. [07:13] grub looked fine and so did the splash screen so that would make sense [07:13] where can I check that [07:13] https://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 here [07:13] I've made my screen do all sorts of cool things messing with those settings :P [07:14] if i run nvidia-smi it says it fails because it cannot communicate with driver [07:14] gebbione: 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] Lemme find the command he used... [07:15] sudo dkms autoinstall [07:15] gebbione: ^ try that [07:15] then reboot if it succeeds and see what happens [07:16] thank you, trying [07:16] Also 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] arraybolt3, i actually usually get these problems when i update [07:16] (credit goes to Eickmeyer for that info) [07:17] gebbione: right, but you're more likely to run into them if you only update rarely. [07:17] looks promising [07:18] i do regularly :) nice one about this @Eickmeyer and thank you arraybolt3 [07:18] I am back on the system [07:18] the most annoying thing is that nothing in journalctl gave a hint of it [07:19] i go by guessing that if i cannot find an actual error it is the nvidia card [07:19] heh [07:19] did I time out? [07:19] Guest53nshire: Yes, about 3 minutes ago. [07:20] Nothing happened related to the issue you were facing in that time though so you didn't miss mutch. [07:20] *much [07:20] I assume if I copy a partition to another disk I should set a new uuid correct [07:20] that way the bootloader doesn't freak out when it sees 2 identical uuids [07: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 driver [07:20] Guest53nshire: Correct. [07:20] Things can go awry when your universally unique identifiers have evil twins. :) [07:21] whoever linked the color pallette thing saved the day [07:22] red and green channels were switched for some reason [07:22] err no wait... well this looks more readable and non retina-destroying but red and green are switched now [07:24] okay okay applied an srgb profile and now all is good. hdr is weird I guess. [07:24] unfortunate that I only discovered that right as I'm about to power off my liveusb but oh well, learned something new [07:24] thx [07:29] is gparted not installed by default? [07:36] so I copied my installation partition onto another ssd but it wasn't detected by my system [07:36] only bootloaders were windows and this ubuntu one on the old drive [07:49] can 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:51] Hi. 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:53] I 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. [08:04] do I need to set filesystem flags for a bootable gpt drive [08:04] like when I right click the partition in gparted no flags are set [08:06] phr34k: #snappy or the discourse. for me the update worked fine without any errors. but this is not the room for it === bg10k615 is now known as bg10k61 [08:14] ravage 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:37] onizu probable a gnome tweak, let me have a look [08:37] probably* [08:38] onizu https://www.omglinux.com/customize-gnome-touchpad-gestures [08:38] I checked in tweaks, couldn't find anything. [08:39] "Gesture Improvements extension" [08:39] wodes: ok, checking === Guest0 is now known as spionkop [08:54] wodes: that does not have the gesture to move windows with three-finger tap and drag [08:58] does your touchpad support multitouch [08:58] some don't [09:05] Guest31nshire: of course. It's a macbookpro which does have multi-touch. [09:06] it is just called retina touch or some other stupid term apple made up :) [09:23] ok so I'm going to installa new bootloader, does this look alriught https://i.imgur.com/8XgH6iM.png [09:24] sde is the correct drive [10:25] Hell [10:25] Hello [10:25] I'm looking for the simplest remote Ubuntu access behind a CGNAT. [10:26] Most of what I'm reading looks complicated. I'm used to VNC and Remmina, but they won't work behind this CGNAT? [10:31] I wouldn't open vnc or rdp to internet, alternatives are apache guacamole, vpn or ssh tunnel [10:31] zaggynl, hmmm [10:32] I tried OpenVPN, but I don't think my router's WAN gives OpenVPN the needed ISP public WAN IP, so that failed. [10:33] From my research, it seems TailScale maybe via SSH tunnel or something? [10:33] Beyond my skills, using SSH, SCP and these days RSYNC. [10:34] old school tunnel is also possible, without tailscale, but would have to open up ssh to internet [10:35] zaggynl, hmm, seems quite tricky. I would like GUI access though, not just CLI. [10:41] kotgc: well once you setup the tunnel you can route anything through it [10:55] zaggynl, ok, I'll have to research about it. [12:01] Hello all, Is it possible to launch a gui app through landscape server ? got any ideas? [12:19] There 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:29] webchat53: is this what you seek? https://ubuntu.com/security/notices/USN-6511-1 [12:36] lotuspsychje 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:37] webchat53: this? https://ubuntu.com/security/CVE-2023-49298 [12: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 ... [12:40] lotuspsychje 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. === filo is now known as Filohuhu === Filohuhu is now known as Filohuhum [12:41] webchat53: see also the #ubuntu-hardened channel, where ubuntu's security issues are handled [12:42] oh, seems #ubuntu-security now [12:43] Thanks lotuspsychje, good to know! [12:43] welcome webchat53 [12:59] Hi, Can anybody help me? [13:02] hi ? [13:02] !ask [13:02] Please 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 !patience [13:03] okay, i'm sorry for that [13:08] So 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. So [13:08] please help me so that I can limit the var log [13:11] Hi all === 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 [17:47] my browser froze in the middle of composing an email. Is there any chance to copy the email now? [17:48] loswedseded: screenshot it so you can retype what you see? [17:48] That's what I usually do in those kinds of circumstances. Obviously, might not get everything. [17:53] lotuspsychje: 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. [18:00] if i have an ntfs partition that didnt shutdown gracefully, how do i do the "scandisk" equivalent in linux? [18:01] arraybolt3: 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 now [18:01] ah. [18:02] stuffandthings: There isn't a good scandisk equivalent in Linux - you really should use chkdisk in Windows if you can. [18:02] so when you are on e.g. 22.04 it's not very likely (but not impossible) that you encounter it [18:02] If you can't, ntfsfix may be what you want. [18:03] JanC: Makes sense. [18:03] although, I guess some other applications might also be able to trigger it... [18:03] i use a winpe iso to do just that [18:03] by not very good, do you mean that it risks data loss? [18:04] stuffandthings: Correct. [18:04] very good to know [18:04] thanks [18:05] There 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] i always keep a ventoy'd tiny usb attached to the back of the machine [18:06] nice, then yeah I'd just keep using that. [18:06] will do [18:06] is there any trusty way to convert ntfs to ext? [18:07] copy the data elsewhere first (if you have backups, this might not be needed), reformat, copy it back (or restore from backups) [18:07] stuffandthings: no ntfsfix is a linux command [18:08] stuffandthings: if you have win pe and chkdsk there, do that instead [18:08] akik: i know [18:08] i do [18:09] JanC: i need to get a spare [18:10] generally, 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:11] I mean, anything half-written is probably not very useful anyway [18:11] mayble ill experiment on a vm or something [18:11] yeah [18:12] OTOH, doing the check on Windows wouldn't hurt (hopefully :) ) [18:13] yeah [18:19] im guessing gnome-disk is the only gui way to trigger ntfsfix? [18:28] stuffandthings: ntfsfix is a CLI tool [18:28] i know but theres gota be some gui that makes use of it [18:28] stuffandthings: I would recommend booting into Windows and running chkdsk and reboot. Do this twice [18:29] twice? [18:29] yes [18:29] Boot to Windows - Run chkdsk - reboot [18:29] then do it again [18:31] gnome disks has a repair fs option [18:31] just found it [18:31] not gona use it though [18:31] *gonna [18:55] leftyfb: twice? How come, out of curiosity? [18:55] I vaguely remember hearing this sort of thing before. === 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 [20:50] hey guys, just newly created account here hoping for your expert advice. [20:52] any one live here rn? [20:52] its cool but you dont have to ask to ask [20:52] webchat37: what is your ubuntu support question? [20:54] I 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. [21:08] What is SWS? [21:12] It's an environment for my workspace that uses Ubuntu as their system. [21:14] webchat37: define environment. Are you booting to the live usb environment? Is this a VM? WSL? [21:16] I 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:20] I 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:21] Ubuntu 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:22] Yup. 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. === Juesto is now known as Juest [21:24] I tried to use vmware though to replicate the issue. It did boot up though it just went to initframs line command. [21:25] webchat37: what ISO are you using? [21:25] Is this Ubuntu Desktop or Server? [21:26] Is it customized by your company or is it an official image? [21:26] And can you redownload it? Maybe your image or flash drive is corrupted. [21:26] (If it drops to an initramfs prompt in VMware, something is probably very wrong with your image.) [21:27] or check the hash [21:35] i get about 1/2 the wifi reception on ubuntu vs windows, anyone know whats up with that? [21:36] stuffandthings, 1/2 measured in what way? [21:37] halfish the bars/ transfer speeds are way worse [21:37] dualboot system, ive gone back and forth multiple times, always worse on linux [21:38] other distros too [21:38] bars might not be interesting [21:38] but transfer speed is [21:38] how are you measuring speed? [21:38] yeah [21:39] ookla, transfering files over my nw, downloading stuff from the same source [21:39] ok [21:39] sounds like decent testing (i don't have answers though) [21:40] damn, thanks anyway [21:41] even more surprising is that its intel wifi [21:46] that and yt studdering are keeping me off of it full time on that machine [21:49] stuffandthings: There are a couple things to do with Intel wifi, in terminal> echo "options iwlwifi 11n_disable=8"| sudo tee /etc/modprobe.d/iwlopt.conf [21:49] stuffandthings: second thing in terminal> sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf [21:49] Then reboot [21:50] great thanks! === launchd is now known as BuddyTheElf