/srv/irclogs.ubuntu.com/2022/08/15/#ubuntu.txt

tomreynnot all wireless chipsets are supported out of the box. some can be enabled after installation by downbloading and configuraing additional drivers.00:00
amaroqI do fortunately. Again, a newer mac-mini, not the one I was going to convert00:00
amaroqI see... I was surprised00:01
tomreynif you run   lspci -knn   on the mac with non-working wireless, you will see an ID in square brackets (and potentially a 'Rev'ision number) at the end of the line describing this chipset, as well as the currently available and loaded drivers supporting this device.00:04
tomreynamaroq: Knowing this ID, you can search the web for it and, for example, "Ubuntu 22.04" or "Linux" and this may provide more information on how you can get it to work, if so. We could also help you with finding more info once you know this ID.00:06
amaroqtomreyn, thank you. I've taken note and will try that. I had a little go at searching for how to detect and launch wifi from terminal and tried a couple things but no luck. At least this will tell me hopefully the chipset and I can go from there00:09
tomreyngreat, good luck00:11
orlockIs there any way a multi-monitor setup can have overlapping screens? My laptop display covers a portion of one of my external displays00:20
tomreynMaybe it would be good to position them differently.00:22
tomreynI'm not ruling out the option that what you ask for can also be done.00:22
arraybolt3[m]I know you can do it in Kubuntu, not sure about Ubuntu.00:23
arraybolt3[m]Try dragging stuff around in the Display Settings and see what happens.00:23
tomreynorlock: this is very old, but i assume the xrandr answer will still apply: https://unix.stackexchange.com/questions/170434/how-to-set-3-displays-as-follows-primary-mirror-of-primary-and-secondary00:30
tomreynthe nvidia xsettings one (in case you're using the proprietary 'nvidia' driver on hardware it supports) probably, too00:31
orlockarraybolt3[m]: It lets me overlap them, but the display "snaps" to a position that's not quite right, but does not let me apply the changes00:39
orlocktomreyn: Yeah cheers, that might be the only way to go.. Intel UHD graphics00:41
tomreynorlock: personally, i'd really try to physically position those screens in a more suitable way.00:41
tomreynthere are laptop stands, monitor arms and wall / vesa mounts00:42
orlockIt says something about how far things have advanced that i had to go and check what card i was using.. i remember the bad old days of the xfree86 config files :-D00:42
tomreynfortunately that's memory you can now reuse for more important things.00:43
tomreynfor the most part.00:43
orlockAlready using the only mount point on my desk for a dual display mount.. just swapped my secondary portrait screen to a 24" 16x10 so it extends far enough down to be slightly inconvenient. Desk is crammed full.00:45
orlockPrimary display has a built in KVM switch, so i can press a single button to toggle between my gaming desktop and work laptop, and still use my nice keyboard and mouse00:46
orlock(Toggles between displayport and USB3 on the desktop, to a single USB-C connection for the laptop)00:47
tomreyn#luxuryissues ;-)00:48
orlockAlso , "Portrait Left" > "Portrait (flipped)"  :-D00:55
orlock(or inverted or whatever terminology that other OS uses)00:55
webchat66Is there a command to list all users01:27
leftyfbwebchat66: in linux or IRC?01:27
webchat66In ubuntu01:28
=== Vercas67 is now known as Vercas6
leftyfbawk -F: '{ print $1}' /etc/passwd01:28
leftyfbor getent passwd01:28
phinxyAre there .iso's with updated and upgraded packages?01:31
webchat66Is there a way to give "qbtuser" access to minor723 users desktop and anything inside of it?01:31
phinxyMy 4GB usb is too small to apt update/upgrade01:32
tomreynphinxy: if you have enough ram, you can update packages on the running system. and there are so-called "point releases", such as 22.04.1 which was just released, with newer package versions than 22.04(.0)01:33
tomreynwebchat66: you mean the other users' graphical desktop, including remote control of mouse and keyboard?01:34
webchat66No I just want user qbtuser to have read/write access to /home/minor723/Desktop/PlesMediaServer01:35
enigma9o7[m]i dunno if its a good way, but one way to check list of users is to `cat /etc/passwd`01:35
enigma9o7[m]plex server usually sets up its own username01:36
phinxywebchat66: there are probably multiple ways to do it.  extended ACL permissions could work01:36
webchat66No this is for my torrent user with qbittorrent to be able to save into the plex directory01:36
webchat66Is there a command that will just let anyone read/write to that one folder?01:37
phinxyor set the PlesMediaServer permissions to just allow all users to read/write, I guess01:38
phinxywith chown01:38
phinxychmod*01:38
webchat66what is the full command for that?01:38
enigma9o7[m]You're certainly doing things a mor ecomplicated way than standard.01:39
enigma9o7[m]I have plex media server and qbittorrent installed, as myself, and dont have to do anything special with permissions.01:39
webchat66I think i got mixed up with the wrong guides01:39
enigma9o7[m]I shared folders from /home/username/Videos for plex01:39
enigma9o7[m]and if i wanna tell qb to download there, its trivial01:39
phinxychmod -R g+rw /home/minor723/Desktop/PlesMediaServer01:40
tomreyni think a better way to grant full rw access to a directory to more than one user is to place this directory outside of /home/somespecificuser, and then set up group access accordingly, and add those users to the same group01:40
solsTiCeThere is ACLs too. https://wiki.archlinux.org/title/Access_Control_Lists not as straghtforward but doable sometimes01:43
tomreynalso bindfs, also not straight forward.01:44
=== tfz75 is now known as d\p
eduardsalut01:57
webchat66tomreyn Can you tell me how to make that folder in a place everyone can access and all the users?02:03
enigma9o7[m]sudo mkdir02:04
oerhekshttps://chmod-calculator.com/02:05
webchat66WHere is a good location everyone can access in the /opt ?02:05
enigma9o7[m]/opt/anything02:05
enigma9o7[m]anywhere outside of /home/specificuser02:05
enigma9o7[m]even /home/whatever would work02:05
enigma9o7[m]or /whatever02:05
enigma9o7[m]or /opt/whatever02:06
downeast/usr/share also02:06
webchat66ok i did /opt/plex    how can i give rw access to qbtuser02:06
enigma9o7[m]make a group that has access to that folder, then put qbtuser into that group02:07
oerheksplex could do that, if you paid for it.02:07
oerheksfree is a bit limited.02:07
webchat66Can i make a group and all that in command line?02:07
enigma9o7[m]You can, everything can be done from command line.02:08
enigma9o7[m]GUI is for your convenience.02:08
oerhekscome on, type it all out :-D02:09
enigma9o7[m]me?  i dunno how to do that02:10
enigma9o7[m]i am simple one user system02:10
enigma9o7[m]my plex and qbt all run as me and works jmuch easier02:10
enigma9o7[m]dont have to mess with permissions or anything02:10
oerhekspaid?02:10
enigma9o7[m]if i had to add users and groups i read the --help or man02:10
webchat66Yeah next time I will just install everything as me02:10
enigma9o7[m]nope, not paid02:10
webchat66Instead of having a torrentuser and a plex user and have all the services running under those users02:11
enigma9o7[m]i guess that way, you can logout and things keep running.02:12
enigma9o7[m]Since I'm a one user system, and I'm set to autologin, and I have plex set to start automatically, that works for me.02:12
enigma9o7[m]And I start qb manually, but i often have weeks of uptime, so its not like I dont share.   I've got linux iso's in there now that've shared TB, and my upload speed is 1.7 megabit02:12
enigma9o7[m]plus if i wanted i could set qb to start automatically too02:13
oerheksyes, start again as one user, saves us a lot of questions02:14
webchat66I might:)  So I made the group and added users to it and added it to the folder but i dont seem to have access02:15
oerheksafter adding groups and users, what did you do?02:17
oerheksnot restarting or logout/login again?02:17
webchat66no i did none of those02:17
oerheks!users02:18
ubottuTo add new users to your Ubuntu system, follow the instructions at https://help.ubuntu.com/community/AddUsersHowto - For administrative privileges, users need to be made members of the group "sudo" - See !sudo02:18
enigma9o7[m]defininately have to restart terminal at least02:18
enigma9o7[m]maybe more than that02:18
oerheksyou better do it right, start all over02:19
webchat66seems like i should be able to just fix it rather then start over02:20
enigma9o7[m]ya im sure, and yer learning stuff anyway, as long as you're having fun, keep at it02:20
=== blackest_mamba_ is now known as blackest_mamba
=== carlos is now known as Guest2287
Jasonhello guys04:04
lotuspsychjewelcome Jason04:07
Jasonthanks04:08
Jasonwhat you guys wanna talk about today04:08
tfz75i clicked on a russian twitch stream and my computer got slow04:09
Jasonmine the stream downloaded virus or trojans to your computer04:11
tfz75no they hack from javascript i think04:11
lotuspsychje!chat04:11
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!04:11
tfz75sorry04:11
Jasonare you guys in californa04:12
elias_a!chat04:12
Jasonyou mean they used the javascript to open a backdoor connection to your computer04:13
lotuspsychjeJason: please no offtopic here04:13
lotuspsychjeJason: move to the channel posted above and leave the channel free for ubuntu issues04:14
elias_aSpecifically Ubuntu support issues. This is a global support channel.04:15
Jasoni noe that its just one of the users questioned me so i answered04:15
blocksizehi04:18
blocksizemy kernel version is 5.15.0-4604:18
blocksizewhat does the -46 mean04:18
blocksizei know that 5.15.0 means kernel 5.1504:19
blocksizebut i don't know what -46 means04:19
Jasonnot sure what version of ubuntu or linux your  running04:21
tfz75its not showing up on google for me04:22
Jasonwhat happen to your computer04:23
blocksizetfz75, my exact kernel is 5.15.0-46-generic04:25
blocksizehttps://www.google.com/search?q=5.15.0-46-generic04:26
blocksizetfz75,04:26
blocksizei know that generic just means a standard kernel with every driver installed04:26
blocksizebut i don't know what the 46 means04:26
blocksizeor what they have done to the kernel to make it 4604:26
blocksizeplease help04:26
kushal_kumaranblocksize: ubuntu (like most linux distributions) adds patches to the upstream kernel sources. In most cases, these are "backports" of fixes that have been published for later versions of the kernel. In such cases, the kernel version itself is not changed. Instead the suffix after the `-` is changed. You can see the full changelog in the `/usr/share/doc/<package>` directory.04:31
blocksizewhy is ubuntu using a kernel that is one year old04:33
blocksize5.15 was released last october04:34
blocksizealmost a year old04:34
kushal_kumaranStabilization of ubuntu releases starts well in advance of the actual release date. Versions of important core packages are fixed early and rarely, if ever, change through the course of the release. Fixes for bugs are backported to the version the distribution is shipping. For the kernel, specifically, upstream explicitly identifies specific kernel versions as being supported long-term. linux 5.15 is one such kernel, which ubuntu 22.0404:37
kushal_kumaranships with. https://www.kernel.org/category/releases.html04:37
kushal_kumaranyou can find answers to these and several other kernel-related questions at https://wiki.ubuntu.com/Kernel/FAQ04:38
elias_ablocksize: Which Ubuntu version are you running?04:39
blocksize22.0404:40
=== Probie9681 is now known as Probie968
=== Probie9688 is now known as Probie968
=== Probie9688 is now known as Probie968
Guest61Hi! I have a question. If I set my connection as metered, does that permanently prevent automatic snap updates?05:10
Guest61Or the 90 days max rule applies?05:10
Guest61I got disconnected and I don't want to miss if some replied. I'm going to send my question again, I hope it's not a bad thing to do!05:25
Guest61If I set my connection as metered, does that permanently prevent automatic snap updates?05:26
Guest32Anyone running 22.04.1 without any problems?05:39
=== Daniel is now known as toolz
lotuspsychjeGuest32: best to ask your specific issue to the channel, so volunteers can try to help you05:43
Guest1167shalom05:44
tfz75i never had problems with ubuntu for some reason05:44
tfz75it just always worked05:45
Guest1167i have problems with lubuntu05:45
lotuspsychjeGuest1167: best to ask your specific issue to the channel, so volunteers can try to help you05:47
=== Probie9686 is now known as Probie968
=== FreshPorridge is now known as FreshBorscht
=== Probie9681 is now known as Probie968
=== Probie9689 is now known as Probie968
=== kevr_ is now known as kevr
Sgnapsciao a tutti07:22
ravage!it | Sgnaps07:22
ubottuSgnaps: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)07:22
Guest79I've just upgraded to ubuntu 22.04.1 using the gui updater. After reboot, I see https://cloud.pricey.uk/s/ooqPR2WmpGEtKNX/preview If I try recovery mode, I see https://cloud.pricey.uk/s/QTL6NnCpCnzKwe6/preview I have tried booting from a live cd and mounting as necessary to "update-initramfs". "cryptsetup: WARNING: target 'luks-uuid-goes-here' not08:03
Guest79found in /etc/crypttab" pops up during that. I'm assuming that's fine and just because I'm in a choot. I was pointed to https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1979159 but I don't think that's the problem as I have the supposedly fixed version of cryptsetup. Any ideas?08:03
ubottuLaunchpad bug 1979159 in cryptsetup (Ubuntu Kinetic) "Cannot unlock encrypted root after upgrading to 22.04" [Critical, Fix Released]08:03
illiahello everyone08:09
arraybolt3[m]Guest79: Looks like your kernel can't open the initramfs.08:21
arraybolt3[m]Guest79: Can you boot into a live ISO, and show me the contents of /boot? (Redact sensitive data of course, if there is any in there (there shouldn't be AFAIK), and also please use Pastebin.com for sharing text output.)08:22
Guest79Hey arraybolt3[m], here it is: https://pastebin.ubuntu.com/p/NXD6hn6Hwn/08:25
arraybolt3[m]Pretty sure your system must still be trying to boot the 5.4 kernel.08:26
Guest79Oh huh, yeah there's no initramfs-5.15 in there. Didn't notice before.08:27
Guest79The output of updateinitramfs is in that paste too.08:27
Guest79I have tried to boot the 5.4 directly from grub, that failed with the same error.08:27
arraybolt3[m]So we'll do two things. First, let's get the system to boot, then we'll fix your luks mounting.08:27
arraybolt3[m](The problem is that the initrd files are compressed using a new algorithm that 5.15 supports but 5.4 doesn't - the update-initramfs is (I believe) using the new algorithm for both initrd files, rendering kernel 5.4 unusable.)08:28
arraybolt3[m](So we just need to boot kernel 5.15, which we can do manually with GRUB.)08:28
arraybolt3[m]Are you able to stay connected to IRC on a different device? I'll need to have you run commands in a GRUB shell to get your system to boot.08:28
Guest79Yes I'm already on another machine here.08:29
arraybolt3[m]Guest79: Alright, fantastic. Power down the computer.08:29
Guest79And in grub, e for edit?08:29
arraybolt3[m]Guest79: Well, hold on, what happens if you select advanced options?08:29
arraybolt3[m]Will it let you just boot kernel 5.15 from there?08:29
arraybolt3[m]If not, then yeah, e for edit should do the trick.08:30
Guest79Two kernels with the two "recovery mode" options. 5.15 and 5.4 are listed. All give the same error.08:30
arraybolt3[m]The out of memory error?08:30
arraybolt3[m]Or the kernel panic?08:30
arraybolt3[m]Or just both recovery ones panic and both normal ones OOM?08:31
Guest79The out of memory error always initially pops up. Normal options, I get dumped to my dell splash screen and nothing happens for >1 minute when I give up. Recovery options then continue to the kernel panic.08:31
arraybolt3[m]OK, weird. How much RAM does your system have anyway?08:31
arraybolt3[m](Now it sounds more like GRUB is having trouble loading the initramfs in the first place, which doesn't make much sense to me.)08:32
Guest7916Gb08:32
arraybolt3[m]Also, it will let you drop to a command line with "c", right? If so, do that, so we can see exactly where it errors out.08:32
Guest79Which kernel option do you want me to to go to c?08:33
arraybolt3[m](re: 16Gb) Well that obviously ought to be more than enough :P08:33
arraybolt3[m]Just drop to the shell, then run "ls".08:33
Guest79I have seen stuff like this which is worrying: https://www.dell.com/community/XPS/XPS13-9380-quot-out-of-memory-quot-error-Ubuntu-22-04/td-p/823508608:33
arraybolt3[m]Then do "ls (hdX,gptY)/" until you see what looks like your boot files.08:34
Guest79(proc) (hd0) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1)08:34
arraybolt3[m]Do "ls (hd0,gpt2)/".08:34
Guest79It's gpt308:34
arraybolt3[m]If you see your kernel in there, then do "set root=(hd0,gpt2)".08:34
arraybolt3[m]OK, then "set root=(hd0,gpt3)".08:34
arraybolt3[m]Now do "linux /vmlinuz-5.15.0-46-generic".08:36
Guest79Sorry yeah it is 2. Got confused. Ok going for it.08:36
arraybolt3[m](This is intentionally devoid of other options - this will fail to boot but it will also give insight into what's happening.)08:36
arraybolt3[m]Once that's done, "initrd /initrd.img-5.15.0-46-generic".08:37
Guest79'error: can't find command 'linux''08:37
arraybolt3[m]...08:37
arraybolt3[m]OK then try typing it again, that makes absolutely no sense to me.08:37
Guest79linux on it's own does work and gives an nice error08:37
Guest79sorry, trying again :)08:37
Guest79duh, i typed ilnux. Sorry tiny 4k screen08:38
arraybolt3[m]np, i do silly stuff like that too08:38
Guest79(Just a reminder from above, there's no initramfs for the 5.15 kernel in /boot)08:38
arraybolt3[m]True. I don't know what initramfs is even doing there, initrd are the right files.08:39
Guest79Thanks, just checking.08:39
arraybolt3[m]OK, once the linux command is done, then the "initrd /initrd.img-5.15.0-46-generic", and tell me if that gives an error, and if so, what error.08:39
Guest79Ok the initrd command immediately gives "error: out of memory"08:39
arraybolt3[m]Bingo. Alright, now we know where the problem is. Now the tricky part will be figuring it out.08:40
Guest79With a full stop. "error: out of memory."08:40
Guest79https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1970402 looks similar?08:41
ubottuLaunchpad bug 1842320 in OEM Priority Project "Can't boot: 'error: out of memory.' immediately after the grub menu" [Critical, Triaged] [duplicate: 1970402]08:41
arraybolt3[m]Looks like it.08:41
Guest79Ah dupe of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/184232008:41
ubottuLaunchpad bug 1842320 in OEM Priority Project "Can't boot: 'error: out of memory.' immediately after the grub menu" [Critical, Triaged]08:41
Guest79"the problem seems to me that memory allocation issue with higher resolution monitor.", "Based on my test, this issue is likely relate to EFI or grub (or initramfs config) instead of kernel."08:42
arraybolt3[m]Oh lovely. It looks like it's baking in the NVIDIA drivers into the initrd.08:42
arraybolt3[m]OK, so... wow. Well, this will be tricky, but let's boot into the live ISO again. (Just hard power off the computer then boot from the ISO.)08:43
Guest79(FYI this is an intel machine, no nvidia, but I imagine if I've got other stuff with kernel modules, I could still hit it)08:44
arraybolt3[m]Oh OK. That's so weird. But yeah, let's apply that fix they mentioned.08:44
arraybolt3[m]Once you have the live ISO booted, open a terminal with Ctrl+Alt+T.08:46
Guest79Just waiting for it to boot. I'm looking at comments 44 & 45 for the steps required?08:48
arraybolt3[m]Looking...08:49
arraybolt3[m]Yep, 44 & 45 looks like exactly the right fix. They even are doing it in a way that's easier than the solution I was going to use.08:50
arraybolt3[m](You won't need the 21.10 image though - whatever ISO you're booting now should work just fine.)08:50
Guest79Huh. So my initramfs.conf is not 196 lines long.08:52
Guest79https://pastebin.com/33HzQFG308:53
Guest79I am going to change line 37 to:08:53
Guest79    zstd) compress="zstd -q -19 -T0" ;;08:53
arraybolt3[m]Well, as long as you can find that "MODULES" option in there, you should be able to change it to "dep" and be good. I see it near the top.08:53
Guest79Oh, different fixes being mentioned in there...08:54
arraybolt3[m]Uh... that looks wrong.08:54
arraybolt3[m]I'd change line 21 to "MODULES=dep".08:54
arraybolt3[m]That was the fix that looked the most hopeful.08:54
Guest79Done. Here goes nothing...08:55
Guest79No error...08:56
Guest79shiny splash screen...08:56
Guest79And dumped into initramfs08:56
arraybolt3[m]Ah. OK, we can fix that.08:56
arraybolt3[m](I sort of expected that to possibly happen.)08:56
arraybolt3[m]OK, do "ls /dev" and find your main drive.08:57
arraybolt3[m](Also "ls /dev/nvme*" or "ls /dev/sd*" will help you find the drive.)08:57
Guest79Oh I didn't have to give my luks password...08:57
Guest79It's /dev/nvme0n108:57
arraybolt3[m]Guest79: You're going to have to in a bit.08:57
arraybolt3[m](It won't let you off that easy :) )08:58
Guest79It better not!08:58
arraybolt3[m]OK, now... hold on, let me find the command...08:58
arraybolt3[m]Yeah no kidding, right?08:58
arraybolt3[m]OK, "cryptsetup luksOpen /dev/nvme0n1p3 nvme0n1p3_crypt".08:59
arraybolt3[m](This is where it asks you for your password.)08:59
Guest79Seems happy08:59
arraybolt3[m]After that, "mount /dev/mapper/vgubuntu-root /root"09:00
arraybolt3[m]Then "exit", and you should be plopped onto a desktop.09:00
Guest79Saw fsck error, now desktop. Win.09:00
arraybolt3[m]If that works, then we have one more command to run and we should be done.09:00
arraybolt3[m]Nice! OK, Ctrl+Alt+T, then "update-initramfs -u -k all", then reboot and see if we're OK.09:01
arraybolt3[m](Er, "sudo update-initramfs -u -k all")09:01
arraybolt3[m](Forgot the sudo the first time, oops)09:02
Guest79arraybolt3[m] you are a star! Thank you so much for your help!09:03
* arraybolt3[m] switching computers, one moment please...09:04
* arraybolt3[m] is back09:05
lotuspsychje!cookie | arraybolt3[m]09:05
ubottuarraybolt3[m]: Wow! You're such a great helper, you deserve a cookie!09:05
Guest79I'm now wondering what the repercussions are of that changed line. I'm also going to comment on the bug report that despite earlier comments, my previous kernel didn't boot, so it was a bigger problem than they thought!09:06
arraybolt3[m]👍️ Glad to be able to help, congrats on getting it fixed!09:09
arraybolt3[m]lotuspsychje: nom nom (also Element showed me the bot before it showed me your command :P)09:10
arraybolt3[m]Guest79: Sounds like a good idea to me.09:11
lotuspsychjearraybolt3[m]: :p09:11
=== PriceChild is now known as Pricey
PriceyCommented.09:21
PriceyNewly working initrd is 62Mb. The old failing initds were 112mb & 82mb. I'm not filled with confidence, that doesn't feel like much headroom!09:26
arraybolt3[m]Mine is 111 Mb, I guess my system must not be affected.09:29
johnjayewhat does 'live server' mean exactly? both a livecd and server?09:33
arraybolt3[m]Pretty sure "live server" means "provides a live ISO environment, and installs a server".09:35
johnjayeok. i was confused because i thought those in theory could be separate things. live for example makes me think a GUI. but servers have no gui typically09:38
arraybolt3[m]Ah. The live server ISO doesn't have a GUI, but it does allow you to drop to a shell.09:41
johnjayehmm that explains that then. thanks09:41
ph88hey guys i just upgraded from 20.04 to 22.04 and now my mouse pointer and also youtube sometimes hangs for a second or so .. how can i get my desktop smooth again ?10:41
lotuspsychjeph88: is that on firefox snap?10:42
ph88yes10:42
lotuspsychjei also noticed that10:42
lotuspsychjelaggy YT experience after the lts upgrade10:42
levkpreally sucks apt install firefox will get the snap on 22.0410:42
levkpdownload the package from mozilla and put it in /opt10:42
ph88what about my mouse pointer though ?10:43
levkpwhat is the version of your firefox?10:43
levkpi never had issues with my pointer, but i also noticed the laggy youtube10:44
lotuspsychjelevkp: snap FF installs latest stable10:44
ph88103.0.210:44
lotuspsychjeph88: for your mouse pointer you could compare wayland/xorg10:46
ph88i am on wayland now10:46
lotuspsychjeph88: for the FF snap, forwards bugs to bugzilla (snap info firefox)10:47
mrkubax10maybe wayland issue, check with X1110:49
ph88chromium is a bit better but also small hickups in youtube10:50
ph88how can i switch to X11 ?10:50
mrkubax10there is options icon in login screen10:51
mrkubax10select Gnome on X11 or something like that10:51
ph88thx10:52
ph88mrkubax10, there wasn't such an option on my login screen10:53
ph88hmm let me try again10:54
ph88mrkubax10, didn't see this option (checked twice)10:55
mrkubax10wait, it's Ubuntu on Xorg10:55
ph88let me try 3rd time10:55
ph88i see online that i need to select my user first10:55
ph88now i'm on X11 and using chromium and still delays in youtube videos11:01
lotuspsychjewich graphics are you on ph8811:02
ph88mouse pointer is smoother though11:02
ph88Mesa Intel(R) UHD Graphics 620 (WHL GT2)11:02
lotuspsychjei got intel UHD 650 on my NUC, so it could be related11:03
lotuspsychjelemme test on chromium holdon11:03
ph88ok11:04
ph88lotuspsychje, did you fresh install or upgrade ?11:05
lotus|NUClts upgrade from focal11:05
ph88me too11:06
lotus|NUCph88: looks like chromium doesnt stutter on wayland on my side11:08
ph88ye chromium is a bit better11:09
ph88there are just small delays everywhere, even on keyboard when i'm typing11:09
lotus|NUCjust got real bad on FF snap switching from 1080p to 1440p11:10
ph88https://www.reddit.com/r/Ubuntu/comments/tw73ge/ubuntu_2204_mouse_stuttering/11:11
lotus|NUClags on 720p too ouch11:12
ph88well i'm staying on X11 that helps already for the mouse11:12
ph88still lags on chromium too11:14
ogravery unlikely to be snap related at all ...11:14
ogra(googling "UHD Graphics 620 ubuntu stuttering" gives you a ton of pointers to the graphics driver FWIW)11:16
lotus|NUCtested FF & chromium snap on 720p lagging like hell11:16
lotus|NUC(on xorg)11:16
lotus|NUClemme test falkon11:17
lotus|NUClaggy too, think i would follow ogra perhaps its a jammy i915 or mutter thing11:19
lotus|NUCthings were still fine on focal11:19
ph88ogra, don't find so much specifically in combination with 22.0411:23
lotus|NUCph88: you got videos to test on vlc?11:27
lotus|NUCmy end a 1080p on vlc doesnt stutter11:29
lotus|NUCbut all browsers i tested on YT lag on 720p wich did not on focal nor on my jammy laptop clean install11:30
lotus|NUCeven dragging around the browsers window lags when playing11:34
ograno stuttering here on my XPS1311:45
ogra$ lspci|grep VGA11:45
ogra00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)11:45
ph88lotus|NUC, i'm watching VLC video now11:45
ogra$11:45
ph88ogra, did you do upgrade or fresh install ?11:46
ograeven with 1080p yt videos11:46
ograupgrade from 20.0411:46
ograbut that should not matter really ...11:46
ogramy assumption is that there is something ging on with the video decoding on your generation of the 620 HD driver ...11:47
ogra*going11:48
BluesKajHi all12:01
ph88hi BluesKaj12:11
BluesKajhi ph8812:12
wezhi BluesKaj and ph88!12:14
BluesKajhi wez12:14
luna__hey12:15
=== johnny_ is now known as johnny_Linux
lotus|NUCogra: im on an i7 intel UHD 650 here, should not stutter on falkon/xorg right?12:48
lotus|NUCit also worked fine on focal before12:49
lotus|NUCwhat kind of network are you using ph8812:50
lotus|NUCspeedtest looks normal here12:54
ph88lotus|NUC, not sure what you mean by network ... i also have good speed on speedtest12:56
lotus|NUCok nvm then, so its not gonna be network bottleneck our YT12:57
lotus|NUCwe are looking for something related to upgrade to jammy/intel graphics/browsing videos12:58
lotus|NUCtested both apt/snap browsers on xorg & wayland12:59
lotus|NUCand vlc 1080p works like a charm12:59
BluesKajyeah, VLC finally caught up to date13:02
lotus|NUCph88: apt policy ubuntu-restricted-extras ?13:06
ogralotus|NUC, indeed graphics should not stutter, no matter in what context 🙂13:09
ph88lotus|NUC, https://bpa.st/GBOQ13:12
lotus|NUCph88: could you install them, try again some 1080p YT's plz?13:13
lotus|NUCstill laggy on my side13:14
=== pizzaiolo is now known as pizza
ph88lotus|NUC, ok just a moment13:18
ph88i just probably reboot right13:18
lotus|NUCdont think its needed for the extras13:19
ph88lotus|NUC, still small hiccups13:22
lotus|NUCsame here ph8813:22
lotus|NUCnot sure whats going on13:22
lotus|NUCph88: vlc played the vid well on your side?13:23
ph88yes played very well13:36
user9dpastes to ubuntu.com, what14:21
=== blackest_mamba_ is now known as blackest_mamba
user9dcould you use Ubuntu Server as a Desktop OS?14:36
Primali don't see why not14:38
user9dthen when you get the Internet connected you can install the 3 big three in one big sweep: kde-plasma-desktop-environment, gnome-desktop-environment, and xfce4-desktop-environment. that makes me happy14:43
leftyfbuser9d: ubuntu desktop = ubuntu server + desktop. There's almost no difference between them. If you need a desktop environment, there's no reason to install server and then the DE on top of it14:57
=== Cirilla is now known as lys
y3kHello o/16:17
y3kI'm having some issues running snap with AppArmor16:17
y3k```type=1400 audit(1660579463.511:120): apparmor="DENIED" operation="mount" info="failed mntpnt match" error=-13 profile="/snap/snapd/16299/usr/lib/snapd/snap-confine" name="/tmp/snap.rootfs_65fIlc/etc/nsswitch.conf/" pid=4483 comm="snap-confine" srcname="/snap/core18/2542/etc/nsswitch.conf/" flags="rw, bind"```16:17
y3kThis started to happen after an `apt upgrade`16:17
y3kAlso I do have `/var/snap` as a different LVM volume, mounted.16:18
=== floown_ is now known as floown
ogray3k, sounds a bit like a kernel bug ...16:51
y3kogra a bummer :(  I was afraid of that16:52
ograwhat kernel are you on ?16:52
y3k`Linux foo 4.9.312-85 #1 SMP PREEMPT Mon Jun 20 03:34:14 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux`16:55
leftyfbuh16:56
leftyfb4.9?16:57
y3kYeah, this is a Hardkernel Odroid16:57
y3kUsing their official OS too16:57
leftyfby3k: sorry, we can only support ubuntu here16:57
y3kIsn't that Ubuntu?16:57
y3kUbuntu 20 AFAIK16:57
leftyfbit's not an official release of ubuntu, no16:58
y3kI meant their official Ubuntu distribution16:58
y3kAaaaah, got it.16:58
y3kOk, thank you very much.16:58
arraybolt3[m]y3k: There's a difference between Ubuntu-based and Ubuntu. If Odroid made the image, we can't support it since there's no telling what they did to it.16:58
y3kYeah, I get that... just thought they could have enough similarities to make something work.16:58
arraybolt3[m]Makes sense, and they sure did make their think look like Ubuntu. :(16:59
enigma9o7[m]one would think so...16:59
arraybolt3[m]s/think/thing/16:59
y3kOk, I go down to the research path again, haha16:59
arraybolt3[m]However, the Odroid people themselves would probably be happy to help (and if they're not then Odroid isn't a very good company...).17:00
arraybolt3[m]They know what they did to the OS and will know (hopefully) how to work out any kinks.17:00
y3kThat makes sense, I'll try to contact them.17:00
leftyfband will support that outdated kernel17:00
leftyfbI guess it's technically supported by someone until 2026 :)17:01
ograuserspace surely is 😛17:02
leftyfbI meant the kernel. According to wikipedia it's an LTS kernel17:02
ogray3k, tht kernel is likely missing apparmor bits and pieces .... and probably also expected config defaults17:02
leftyfbthey left17:02
ograbah .... i saw them return but missed they left a second later again17:03
ogra(while i was typing in fact)17:03
=== xenial is now known as Guest9185
stolenCan I install Bandicam.exe on Ubuntu using wine (i've never used wine)18:10
leftyfb!wine | stolen18:11
ubottustolen: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu18:11
deegostolen: yes, in general. And, beyond that, it's all try and see .. soeme apps run, some don't18:11
stolenThank You18:12
deegosecondly, caution installing third-party malware, that prob. defeats the whole purpose of switching to ubuntu18:12
stolen98okay i'll take care of that18:13
stolen98okay i'll take care of that. I'll keep that in mind18:14
stolen98But in my 2017-2022 exp of using ubuntu, there are very few malware made for Linux18:15
kushal_kumaranas wine gets better at running Windows applications, it gets just as better at running Windows malware. So it's not linux malware you need to be worried about...18:20
leftyfbkushal_kumaran: I challenge you to run Windows malware in WINE. Years ago as an experiment, I spent an entire day trying to get a bunch of them to run. None worked as you would expect or at all.18:22
stolen98most attack system process but that differs very much in ubuntu from windows so malware can't understand what to do18:23
Guest32I'm not an expert by any means but I remember a virus that seemed written in VBscript (or was it javascript?) that somehow affected my Ubuntu too18:24
kushal_kumaranleftyfb: I don't use wine at all, actually. Do you mean that it hasn't actually gotten better since your experiment?18:24
leftyfbGuest32: I doubt it18:24
kushal_kumaranwait, I lied. I do use the proton version of wine through steam.18:25
leftyfbkushal_kumaran: I'm saying, Windows malware makes a lot of assumptions that just aren't present in WINE. They are unlikely to run18:25
hackbottles is nice also18:26
leftyfbwe can take this discussion to #ubuntu-offtopic if you like18:26
deegostolen98: fair point. I used the term malware in the broader sense. closed-source Applications that may do things on my machine without my permission, telemetry, etc...18:28
maxMcLion3hello, does it work?18:46
lotuspsychjewe see you maxMcLion318:47
maxMcLion3I have problem with ubuntu, and i dont know how to solve it18:48
SlartibartAnyone wifi driver savvy around? After upgrading to 22.04 dmesg gives me 'Direct firmware load for iwlwifi-so-a0-hr-b0-73.ucode failed with error -2'. If I look in /usr/lib/firmware the versions available are -64, -68 and -71. Do I need to update some package?18:48
Slartibart..actually it tries to load -72 as well18:48
maxMcLion3the problem is quite well described on this page: https://askubuntu.com/questions/333307/ubuntu-desktop-shifted-to-right18:50
maxMcLion3but it occurs only after few days for computer to be online. (so during restart it wanishes)18:50
leftyfbSlartibart: you might need the mainline kernel18:51
Slartibartleftyfb: How do I do that? Using the cappelikan PPA?18:58
leftyfb!mainline | Slartibart18:58
ubottuSlartibart: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds18:58
SlartibartSorry for dumb questions, but which kernel version? The latest one, seems to be 5.19.1? Or would that cause other errors?19:02
leftyfbSlartibart: I would recommend just running "sudo mainline --install-latest" after installing mainline19:03
leftyfbSlartibart: and yes, it's the cappelikan PPA19:03
maxMcLion3i will try it gain: I have some computer (from china) with embedded screen, and it is rotated. i believe it is connected over eDP1. It should be used to be online 24/7.  But when it runs over period of time, screen move to right, and overlaps. so touchscreen does not match anymore.19:08
maxMcLion3When pc is restarted, or x server is restarted problem goes away, but after some time it occurs again. Can anyone help to pinpoint how to diagnose that?19:08
maxMcLion3i will try another channel. bye19:16
Hashezstream[30705]: stream: default: format: MP3: This libshout doesn't support the requested option19:16
Hashlibshout3 in ubuntu 22.04 breaks mp3 playbacks19:17
Hash20.04 = Version: 2.4.3-1 is fine.19:17
HashAnyone have any idea what's up?19:17
leftyfbHash: mp3 playback works fine for me on ubuntu 22.0419:19
HashSo I'm going to try to do a container and run 20.04 there and ezstream lower version with diff libshout19:20
HashSomeone said:19:20
Hash> I encountered the same issue recently on a Debian/Sid machine after upgrading to ezstream 1.0.2 built against libshout3 2.4.5, and while switching the stream to Ogg worked around it, that resulted in some fairly terrible stream discontinuities. Downgrading to ezstream 1.0.1 with libshout3 2.4.4 restored things to working order with my original MP3 stream configuration.19:20
leftyfbcontainers don't playboack sound by default19:20
=== xenial is now known as Guest6554
HashHow to downgrade some packages from 22 to 20?19:32
leftyfbHash: that isn't supported here19:32
ueberallHash: If you download the older .deb, you could try to just install it using "apt install ./<local-copy.deb>". You'll see a warning about the downgrade. But there's no guarantee that uninstall/install scripts which are part of the archive don't make things difficult in case of a downgrade.19:38
ueberallAlso, you'll end up with an unsupported configuration, of course.19:39
ueberallHash: *If* it works, don't forget to "apt-mark hold <pkgname>" or the next update will overwrite it with the newer version again.19:40
HashOh just saw19:41
HashI did exactly that19:41
Hashthen I held the packages19:41
Hashhttps://packages.ubuntu.com/focal/arm64/libshout3/download amd64 packs are avail19:41
Hashbut the arm64 gives this page, no direct link.19:41
Hashhttps://ubuntu.pkgs.org/20.04/ubuntu-universe-arm64/ezstream_1.0.1-1_arm64.deb.html I had to use thi psage19:41
Hashhttp://ports.ubuntu.com/pool/universe/e/ezstream/ezstream_1.0.1-1_arm64.deb19:41
Hashthen grab it from this deb link19:41
Hashetc.19:41
HashI know how in debian you just add a repo and -t on apt-get19:42
HashI don't how what ubuntu changes from defautl debian19:42
sarnoldHash: https://patches.ubuntu.com/19:42
HashOh useful19:42
=== xenial is now known as Guest6423
=== johnny_ is now known as johnny_Linux
=== beaver is now known as Guest0101
SuperLagWhy do packages get held back from upgrading?21:48
SuperLagAnd is there a way to figure out *why* specific packages are being held back?21:49
jhutchinsSuperLag: Usually there's an un-met dependency like a library that needs to be upgraded at the same time, but the new version hasn't been uploaded yet.21:55
jhutchinsSuperLag: This most often with third-party packages, say from a private PPA.21:55
jhutchinsSuperLag: There should be something in one of the logs, but I've lost track of which one logs apt upgrades.21:56
oerhekscan you pastbin what packages?21:57
jhutchinssarnold: i thought most of Ubuntu was directly downstream of the projects these days, not modified debian.21:57
oerheks![aste21:57
oerheks!paste21:57
ubottuFor posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.21:57
SuperLagoerheks: checking now...21:58
SuperLagjhutchins: oerheks: python3-software-properties and software-properties-common21:59
SuperLagsarnold: I feel stalked :D22:00
jhutchinsSuperLag: Which repo are you pulling python from?22:00
SuperLagjhutchins: you too :D22:00
oerhekssounds like Phased Updates.22:00
jhutchinsSuperLag: Probably just wait a day or so,.22:00
oerhekshttps://wiki.ubuntu.com/PhasedUpdates22:01
SuperLagjhutchins: no PPAs on this particular system22:01
jhutchinsAren't we about due for a point release?22:02
SuperLagfor the distro or for python?22:02
oerhekspoint release is out, for days22:02
SuperLagI was gonna say.... .1 recently came out for the distro22:02
oerhekssudo apt dist-upgrade # should pull those 2 in22:02
SuperLagnegative22:03
SuperLagsame message22:03
oerheksThen phased updates is the cause, just wait.22:05
toddcmay aslo be a waiting on another progran to update first --dependency22:05
toddcserver down for maintenance22:07
oerhekstoddc, phased updates is a new thingy, also apt show if you need to reboot.22:09
toddcI made the mistake of forcing a update once---not again and phased are fine --apt if you really need it now22:14
SuperLagNope. It just made me wonder if something was broken.22:17
SlartibartWhen I try to run mainline I get 'can't cd to /root/.cache/mainline/5.19.1' if I sudo, and similar if I try to run it with my own user. Anyone knows why? It seems it doesn't create the last folder..22:19
jhutchinsSlartibart: Can you list the folder?  Is /root/.cache/mainline there?22:22
Slartibartjhutchins: Yes, it's just the last level that's missing. If I pre-create it it seems nothing is loaded and dpkg looks for file(s) that aren't there.22:23
Slartibart*downloaded22:26
jhutchinsWhere are you pulling the mainline package from?22:27
Jeremy31Github?22:27
oerheksSlartibart, tell him you used ppa:cappelikan/ppa to add mainline22:27
oerheksi have no clue how that tool works22:27
oerheksit is not official, not the mainline repo, use at your own risk22:28
oerheksc/not/nor22:28
SlartibartOk, I used ppa:cappelikan/ppa to iadd mainline22:28
Slartibartoerheks: You mean git?22:28
oerheksthat weird package is build from git, yes22:29
oerheksunsupported.22:29
Slartibart..so I should pull it from git?22:30
Slartibart..after uninstalling, of course22:30
oerheksYou do seem to have a reason to use a newer kernel, mainline is just a test22:30
Jeremy31Unsupported program that installs unsupported kernels22:30
oerheksjups22:31
Slartibart=-|.. So.. I should use something like https://wiki.ubuntu.com/Kernel/MainlineBuilds to get a newer kernel?22:32
Slartibart..or am I being dumb here?22:33
oerhekspull those 3 kernel parts, and follow instructions to install them in the right order22:34
sarnoldSuperLag: *so* stalked :)22:35
Slartibartoerheks: 3 parts? Headers, image and modules? First time for me. I've built a thing or two before though, so I hope I'm not all green..22:44
=== sig is now known as bebop
=== johnny_ is now known as johnny_Linux
=== johnny_ is now known as johnny_Linux
PraxisHey I am trying to migrate my plex to a new instance of Ubuntu, but no matter how many times I try to move /var/lib/plexmediaserver/ over, or what order I do things in, it thinks it's new install and doesn't see the database. Can anyone help?23:54
fenafsezamanBy the name of Allah most great all capable MALIK ALMOLOK almofadda23:56
fenafsezamanAllah is the only true God23:56
fenafsezamanSunni Islam is the right religion Greetings from the muslim prophet Ayoub We want to work on a Permenant bases, It is requested from you to stop killing Sunni Muslims and to stop killing poor people You will be punished severely And in pain from God the redeemer, Muslim sunni people.23:56

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