=== carlos is now known as Guest5090 === carlos is now known as Guest9773 === Scotty_Trees3 is now known as Scotty_Trees === five619 is now known as five61 [03:48] . === CNCFR06_ is now known as ViktorasCAM [04:37] Hello #ubuntu. I'm trying to repair a drive partition. Using gparted, I see that what was once an EFI partiion for refind has a partition path of "unallocated" and a file system of "unallocated". How might I fix this? Can't seem to find an answer online [04:44] It doesn't show up in output of `fdisk -l` either [06:33] physikoli: You still there? [06:33] physikoli: What was the last thing you did to your partitions before this happened? Were you changing your partitions intentionally, or was this a random glitch? [07:49] where can I get the public key for the ubuntu archive repository? (NO_PUBKEY 871920D1991BC93C) [07:50] Aison: I'm happy to find it for you, but... why do you need it? Is APT broken? [07:51] I would like to move from /etc/apt/trusted.gpg to trusted.gpg.d [07:53] Aison: You should be able to find what you're looking for in the files of the ubuntu-keyring package. [07:56] Aison: I found a file download from Launchpad.net, which is an official source for Ubuntu packages. [07:56] https://launchpad.net/ubuntu/+source/ubuntu-keyring/2021.03.26/+build/21319846 [07:56] arraybolt3[m], thx :-) let me check [07:57] Aison: Quick reminder, always make sure you have backups of your important files so that if something goes horribly wrong, you can fix it. [07:58] (I always tell everyone that if they're doing some "looks potentially dangerous" thing to their system.) [08:00] Hi, I setup ubuntu, and I just install zfs dkms, and I have two identical disks which already contained a mirror of zfs, how can I create that again and not lose data? not sure how [08:00] maybe it's the wrong channel [08:00] Hash: I think you're in the right channel. I don't know the answer, but I'm not the only person here :) [08:01] well it's probably a zfs question, i already got ubuntu installed [08:01] I don't want to just create a pool again over the same disks no idea if that hurts data or not [08:01] Yeah but it's ZFS on Ubuntu. Pretty much, if you're using Ubuntu or an official flavour thereof, we'll try to help with just about anything. [08:02] ty [08:02] :) [08:03] Hash: Are you trying to access data that's already there? Or are you trying to tweak your disk configuration somehow? [08:23] I reinstalled OS [08:24] Previously I had zfs mirror on sdb and sde, both 2tb each [08:24] I reinstalled os, installed zfs, and now I want to get my mirror back [08:25] Hash: Oh dear. Just double-checking, this is probably a silly question, but you didn't install over the top of the disks you're talking about, right? I'm assuming you just lost the ZFS config. [08:26] nope [08:26] OK good. [08:26] just reinstall os on sdf [08:26] Looking for solutions... [08:26] that's all [08:26] just need to get my mirror back after os reinstall [08:27] do I just recreate the mirror pool again and it auto picks up [08:27] or do i need to restore soething or something [08:27] no idea here [08:27] I don't know, that's what I'm looking up. I'm seeing things about a ZFS import or something like that. [08:27] yeah i am researching too [08:27] i saw import but they said also you mark it for import first [08:27] so i dunno [08:28] Hash, I guess zpool import [08:28] I did it ounce also [08:28] once [08:29] oh there it is [08:29] cool [08:29] so now i just gotta imoprt using name [08:29] annot import 'shiva': pool was previously in use from another system [08:30] scan: scrub repaired 0B in 00:03:18 with 0 errors on Sun Jun 12 00:27:19 2022 [08:30] i think i go ti tnow [08:30] cool. Word home slice! [08:30] Nice going! You can access your files now? [08:30] yes [08:30] !cookie | Aison [08:30] Aison: Wow! You're such a great helper, you deserve a cookie! [08:31] ;) [08:32] What's a good backup software that can do like sync stuff between directories? [08:33] something else than rsync, like maybe a nice gui [08:34] What's the ubuntu games channel maybe? or do you talk here about that? [08:36] Hmm. after reinstall VD: error VERR_ACCESS_DENIED opening image file '/home/stoned/media/VirtualBoxVMs/Windows10/CT1000MX500SSD1.vmdk' (VERR_ACCESS_DENIED). [08:36] I don't remember how I fixed it. I don't start virtualbox as root, but only as user. [08:36] The vmdk is a file pointing to raw device access /dev/sda1 [08:37] So not sure where, but somewhere I used to put permissions of it. Hmm. Any hints on this? [08:38] if it was the original vmdk file, it's permissions should remain the same from last time, so that can't be the file. What else could need the correct access permissions? I think it needs root access, but I don't want to and can't really run vbox as root, so not sure [08:39] do you think it needs some kind of user being needing added to a group? [08:41] User should be in a disk group to access raw partitions [08:45] Hash: vbox needs root to access raw disk from my experience [08:45] Actually, adduser stoned disk, relogin, and then it has access [08:45] no [08:46] you have to be in the right group [08:46] I'm wrong or no? [08:46] ok cool [08:46] It worked [08:46] Ok [08:46] ok, of course relogin is necessary [08:46] if you do any changes [08:46] or you can just su, su user, then id [08:46] then start from cli, but for total gui, yeah, relogin [08:47] the problem of adding your user to group disk is now, that your user can access any disk [08:47] yes that's the goal [08:47] Also I need a firewall like is there any in windows, if a connection attemp goes out or comes in, it pops up, let's me know if to allow or deny? [08:47] well, now your user can also access your zfs disks, etc... [08:48] dangerous [08:48] Does that exist in linux or is that a windows thing? I know linux has to do like cli stuff [08:48] iptables etc [08:50] well, of course windows has its firewall facility === diskin is now known as Guest95 [09:39] Hello, any idea of a tool or software that allows to configure the video camera color settings ? [09:39] (a software available by default on Ubuntu default repos would be prefered) [10:33] Aliekezi_, there is the guvcview snap (see: "snap info guvcview") that allows this graphically ... beyond this there are v4l-utils and uvcdynctrl for the commandline [10:45] hi, I'm wondering if "/etc/profile/proxy.sh" can be applicated to systemd services ? [11:25] hi [11:25] does params in /etc/profile.d/ (like /etc/profile.d/proxy.sh ) will apply to services from systemd ? [11:29] no, /etc/profile only sets things for user shells ... [11:33] ogra, great, thank you. === SteelRose_ is now known as SteelRose [12:03] renting a VPS, hosting provider is using KVM/ProxMox, their default Ubuntu image was a bit too customized for my taste, opted to re-install it, [12:04] noticed that the IO performance tanked, my custom ubuntu install was significantly slower than their provided image [12:05] adding these to /etc/initramfs-tools/modules seems to have restored performance: virtio_pci virtio_blk virtio_net [12:05] any more virtio stuff i should add? [12:06] ogra, thanks, so in theory, the settings changed with GUVCVIEW should also change the settings in a Webex session (or anything using the camera ?) [12:13] Aliekezi_, in theory yes ... practically i have never tested that myself ... [12:36] Hi all === Bencraft14192 is now known as Bencraft1419 [13:05] what is /root/snap/lxd ? pretty sure the ubuntu 22.04 installer created it [13:05] snap crap ;) [13:09] Aison: just don't. === u0_a2048 is now known as jadenlian [13:27] ogra, FYI I was able to make a test right now and yes it does, thanks :) [13:28] awesome ! [13:32] !info guvcview [13:32] guvcview (2.0.7-2-1, jammy): GTK+ base UVC Viewer. In component universe, is extra. Built by guvcview. Size 123 kB / 548 kB. (Only available for linux-any.) [13:33] Does that response indicate whether it's a snap? [13:36] it is in universe.. and the snap version is from 2019 ..unofficial too https://snapcraft.io/guvcview [13:42] oerheks, well, it is from a snap dev that i trust very much ... i wasnt aware guvcview is still in the archive, i thought it was gone in 22.04 due to being GTK2 based [13:43] that is oke, but the sanp is outdated. [13:43] c/snap [13:43] (in the end it does not matter for the task of just adjusting colors with a GUI if it is a snap or deb tough) [13:44] yeah, one minor version [13:44] not a biggie [14:00] Hi. I'm using the latest ubuntu docker image and I'd like to unminimize it, but I can't: https://termbin.com/93vz [14:03] meator, " Reinstallation of packages may fail due to changes to the system configuration, the presence of third-party packages, or for other reasons." [14:03] file a bugreport? [14:04] I have done literally nothing. "unminimize" is the first command I ran in the docker container. [14:05] No extra packages, no modified configuration. [14:06] Where can I bugreport? [14:08] !bug [14:08] If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [14:08] if this is the first step, certainly worth a bugreport [14:09] I'm not using ubuntu. [14:09] I don't have ubuntu-bug. [14:10] Does Launchpad have a web interface for this? [14:12] meator, if you cannot file a bugreport from the docker itself.. no clue [14:13] oh, you can https://help.ubuntu.com/community/ReportingBugs#Filing_bugs_manually_at_Launchpad.net [14:13] you need an account though [14:13] I could try that, but I only have a terminal. [14:14] Or use the web interface you sent. [14:16] from terminal, it collects data needed to send to the bug service. manually you need to describe exactly, but in your case it should not be that hard. [14:16] no funny or foreign packages [14:17] ubuntu-bug doesn't require GUI? [14:18] meator: You will need some system with a GUI to finish the bug report on, but it doesn't have to be the same system you run ubuntu-bug on AFAIK. [14:18] (ubuntu-bug will spit out a link when it's done sending data, I think you can then type that link into a web browser, sign in to Launchpad, and then finish the bug report.) [14:20] Ehm. [14:21] Well there's a problem with that. [14:21] https://termbin.com/vtpi [14:22] Well that's a dandy mess. [14:22] meator: OK, can you get files out of the Docker container and copy them onto external media of some sort? [14:24] As I said, I've done nothing. This is the offitial ubuntu docker image. Can you reproduce this? [14:24] If so, just grab /var/log/syslog, write a bug report from scratch on a different computer (no need to use ubuntu-bug, just sign into Launchpad, find the right package, and file a bug against it), describe the bug and how to reproduce it in detail, and attach your syslog. You may be asked to extract and send more files out of the container at some point. [14:24] meator: I don't have Docker. Probably wouldn't be too hard to get it, though. [14:24] I think someone would notice a nonfunctioning apt in the offitial docker image. [14:26] https://bugs.launchpad.net/cloud-images/+bug/1943049 [14:26] Launchpad bug 1943049 in glibc (Ubuntu Impish) "Docker ubuntu:impish: Problem executing scripts DPkg::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'" [Undecided, Confirmed] [14:29] oh, just add yourself to that bugreport? [14:29] I don't have an account. [14:30] create one? it is not that expensive.. [14:30] create one then? its free [14:33] It seems that the developers already know about this issue so I don't have to worry about it. [14:34] How do I enable and disable sites and modules when I build apache2 from source [14:36] Is anybody there [14:37] webchat51, you might want to reask in #ubuntu-server ? [14:41] How to enable and disable modules and sites on apache2 when I build it from source [14:42] webchat51: Is a2ensite available? [14:42] I don't see it [14:42] webchat51: Have you read anything about how to build and run a web site? It's not all point-and-click. [14:43] webchat51: Why are you building it from source? [14:43] That's what I wanted to ask is there a comand to enable and disable sites and modules [14:44] When I build it from source [14:47] Is anyone there [14:48] yeah [14:49] Can you answer my question [14:49] #httpd [14:50] webchat51, but you get help in #ubuntu-server, just be patient [14:50] Ok thanks sorry [14:50] np [14:51] and read some manual about a2enmod, a2dismod and such https://manpages.ubuntu.com/manpages/jammy/man8/a2ensite.8.html [14:51] no need to compile it all, i guess [14:51] they left [14:57] Too bad, I bet we could have talked them into running an open FTP server. === esv_ is now known as esv === prohobo is now known as prohobo_ [16:26] I got helped here very good yesterday. It's a bit of a Windows question I have know I guess. But I no of no chat were I can ask this question. Yesterday I had a Linux Mint laptop without a screen. I had and have a external monitor (tv actually) hooked up to it over VGA. I can not access the BIOS without a screen. We got here in the chat very close [16:26] doing it blind. But no luck in the end. Today I tried a bit more and apparently the answer was: turn on laptop and press ESC. Press down arrow X times. It worked and 3 presses down was the solution. I can boot into a live USB of Ubuntu. [16:26] Now I took of all my stuff and had a hard think. Decided to go with Windows 10. Made a USB stick using their own media creation tool thingy. [16:27] Tried going ESC after booting and 3 down. It seems to work but there is no image. Is there a way to change monitor in the very beginning of the Windows 10 installation process? [16:28] XoloX: How would we know what you can do in Windows 10? [16:29] XoloX: I haven't run Windows since I upgraded my hardware and Windows 95 refused to boot. [16:30] XoloX: There's #windows that might help (/join #windows will take you there). [16:31] I figured there are dual boot experts here. Also I don't know any place to ask a windows question like this. I know it's a ubuntu chat. But figured here is a good place because of the very GREAT help I got here yesterday. [16:31] XoloX: Glad we were able to help! Sadly, though, many of us probably aren't Windows experts. I have no idea how to get what you're looking for to happen. Is there some reason in particular that you need Windows? [16:32] (I ask because if it's just because of the UI, you might take Kubuntu for a spin - it's Windows-y and very nice. If you just need something akin to Windows, Lubuntu may work for you. If you need Windows because you need a certain web browser, MS Edge and Google Chrome both work under Linux.) [16:34] Yeah I want to make a Plex  and home assistant "server" in my house on the old laptop. I am just more used to Windows last few years. And I already setup Plex server on Windows on my desktop. I want to switch to using the laptop. So I already know how to set it up. I get that Linux might be the more logical chose. But for now I prefer to use [16:34] Windows. [16:37] I get that it's strange maybe to ask here. But yet here I am. I guess I think they don't know the people at #windows are going to tell me to buy a Surface tablet if I tell them I have a laptop with no screen. [16:38] XoloX: https://www.dell.com/community/Latitude/External-monitor-not-detecting-while-installing-windows-10/td-p/7412203 Sadly this sounds like a driver problem from looking at the start of this thread. Windows is notorious for not having very good driver support out of the box and needing extra drivers installed. If Windows can't detect your TV during installation, then your only recourse it to try to hack the WIM file to inject drivers. [16:38] I think you'll have an easier time learning how to set up Plex on Linux than how to get Windows to work in this setup. [16:38] You can certainly run a plex server on it under linux if you chose to, I've been running one on my laptop for years. [16:38] (I didn't know the people at #windows would tell you to do that, that's crummy.) [16:38] Also I can't enter #windows [16:39] And plex server configuration is mainly done from a browser.... [16:39] the TV is just a VGA monitor the way I hooked it up? [16:40] XoloX: Probably. You used one of those cables with three rows of staggered pins, five pins in each row, yeah? [16:40] VGA sometimes refers to 640x480 resolution, sometimes refers to 15-pin dsub analog connector..... [16:41] I used the one I had. It's showing linux on a decent resolution. I assume it works? [16:42] XoloX: Yeah, it works, but a laptop external monitor jack probably is giving you driver problems. I had a Windows 7 laptop once that wouldn't recognize an external monitor until you installed the graphics drivers for it. I'm guessing the same thing's happening here. [16:42] I think I managed to boot from USB stick. But it's on step 1 of the windows install. But it's on the internal monitor (which is gone). So I need to change the monitor output. [16:43] XoloX: If Windows doesn't have the necessary driver, it won't even know the external monitor exists, and thus you won't be able to switch to it. [16:44] But Windows is not installed. So I can't install a driver at this point no? [16:44] XoloX + arraybolt3[m] + enigma9o7[m]: this had nothing to do with Ubuntu yesterday (Linux Mint), and it has nothing to do with ubuntu now. Please move to #ubuntu-offtopic or some other channel where this is topical. [16:44] XoloX: And there's the question. You possibly could get a driver in there, but it would be a tricky process requiring that you literally modify the installation media from what I've seen. [16:44] tomreyn: OK. [16:44] XoloX: tomreyn is an operator, so we should probably listen to him. [16:45] or we could just all follow the channel guidelines [16:45] tomreyn: I was trying to get back on topic, FWIW. [16:46] F*ck it. I am gonna wipe it, put a fresh Ubuntu on it. And figure out how to setup Plex and Home Assistant on that. [16:46] i noticed, there's no blame. just, it's still OT so far. [16:46] No offence taken at all!!! [16:46] Might come back for help later. [16:47] XoloX: you can type: /join #ubuntu-offtopic [16:47] if you have question son ubuntu, here#s a good place [16:47] Should I use Docker of just install on the OS for Plex / Home Assistant? [16:48] XoloX: Docker looks like it will give you a very easy configuration. [16:48] install ubuntu on that laptop, then "sudo snap install plexmediaserver", open a browser on another machine and go to the IP on port 32400 ... [16:48] done ... [16:49] takes probably half an hour altogether [16:49] plus 10 minutes for the ubuntu installation [16:49] i counted that into the half hour 🙂 [16:49] You could even do it on ubuntu server [16:49] yeah [16:49] oh :) [16:59] hello everyone [17:02] hey [17:14] hi is zswap options not avaialble in the default ubuntu kernel? [17:14] my setup is defaulting to zbud [17:16] hallo [17:16] this seems promising... https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1977764 [17:16] Launchpad bug 1977764 in ubuntu-settings (Ubuntu Kinetic) "kernel modules 'zstd' and 'z3fold' missing." [Undecided, New] [17:17] rebooting and trying [17:18] transhumanist: it is, but you need to set it up yourself [17:20] KBar is there a working config , mine cant seem to find the extensions. I followed these directions and several veriations... https://askubuntu.com/questions/991953/apply-z3fold-to-zswap , is there better directions? [17:20] it drops to a default of using zbud instead [17:21] just use zram instead ? ("apt install zram-config" sets everything up automatically for you ) [17:22] is zram and zswap the same function? i thought they were both different> [17:23] they aren't. [17:23] ok good enough, will try that instead thanks! [17:27] err, they are [17:28] zswap actually extends existing swap space ... zram can operate standalone as well as simply addint to existing swap [17:29] https://www.maketecheasier.com/zram-zcache-zswap/ [17:30] zram is the least complex with the least overhead [17:32] Thanks for the link, I was curious myself. [17:42] seems to work great 1000 tabs 4 videos and a few shells running and a copy of windows 11 on kvm and uses less than 16 gig of ram no physical swap! https://imgur.com/a/ae74dkd thanks for the help , much appreciated! [18:08] note: enigma9o7[m] ogra, and anyone else interested I am running both zram and zswap but zswap drops to zbud and not the extensions I want which is GRUB_CMDLINE_LINUX_DEFAULT="quiet splash zswap.zpool=zsamalloc zswap.enabled=1" #":zswap.enabled=1 zswap.compressor=lz4" #":zswap.enabled=1 zswap.compressor=lz4" [18:09] zsamalloc seems to be the best from a podcast I watched === Bencraft14191 is now known as Bencraft1419 [20:01] evening all [20:07] well i have some errors when i try compile cinnamon 5.4 and muffin 5.4 in ubuntu 22.04, you know how do it? [20:08] pastebin your build log and someone might have ideas [20:10] sdanielch, why compiling? https://launchpad.net/~wasta-linux/+archive/ubuntu/cinnamon-testing?field.series_filter=jammy [20:10] anyway, it gives some tips about order of building. [20:11] maybe that gives you a clue about your current issue. [20:11] i dont know about this ppa [20:11] so thanks [20:11] any test that in jammy? [20:12] no clue who does, maybe only mint users? [20:16] https://gist.github.com/mekhami/b06559d552a8c263b72f207b1e3f3705 Any ideas on what's going on here? apparently 100 is network down? this is happening inside a docker container but not sure what'd be wrong with that [20:17] the same script is working just fine for a coworker [20:20] mekhami: upgrade docker https://stackoverflow.com/a/72057185/377270 [20:24] sarnold: I'm running 20.10.9, which the answer says is what's required [20:26] tryign to upgrade to latest and see what happens. [20:35] Network not working in docker is one of it's original features. [20:37] upgraded to latest and it seems to have worked. thanks sarnold [20:38] mekhami: woot! thanks :) [21:31] Hi all, can anyone help with authorising emacs to see root files as root owner on the same machine, not nfsnobody? On Ubuntu 22.04. [21:32] mihamn: sudo emacs? [21:37] thanks @matsaman, yes - that works. [21:37] !cookie | matsaman [21:37] matsaman: Wow! You're such a great helper, you deserve a cookie! [21:41] '/win 10 [21:41] win 10 I said [21:52] this is not the window you are looking for [22:19] hello [22:19] hi === jesopo is now known as jess