[00:04] wsl2 has mostly fixed my key repeat issues in the more recent builds [00:37] i have a usb hdd that crashes anything I write something to it, even from a live cd. works just fine in windows and it used to work in ubuntu but somehow i messed it up. help? [00:37] s/anything/anytime/ [00:37] linux freezes [00:41] your computer hard locks, or you can't write any more data to the drive [00:41] right after trying to write a file, the mouse stops moving [00:41] and i can't do anything [00:41] if you do ctrl+alt+f2 does it give you a text based login screen? [00:41] i tried that too [00:41] nothing [00:42] it does nothing* [00:45] if you unplug the drive does the computer come back to life? [00:46] no [00:51] i think i was messing with mount options before it stopped working [00:52] i rest the mount options to the default [00:52] i was using the gnome disk utility [00:55] what confuses me is why it has the same problem when using a live cd of ubuntu === realivanjx1 is now known as realivanjx === manfromafar4 is now known as manfromafar === TonyL is now known as DarkG [01:02] inside the usb hdd, new folders seem to be being created called "FOUND.000" .001, .002 === reverbtank2 is now known as reverbtank === pong is now known as beaver [01:28] logged in via ssh, manually mounted the drive [01:28] and now its working [01:28] ^_^ === y0sh- is now known as y0sh_ === arif-ali_ is now known as arif-ali === guiverc2 is now known as guiverc === root is now known as Guest7622 === [[R]] is now known as rbox [02:50] btw i rebooted before i was able to ssh in === realivanjx4 is now known as realivanjx === manfromafar9 is now known as manfromafar [03:46] With the new canary installer does it just boot into the installer and no live environment as I being totally blind can not get orca to run with control or alt and windows key and s no matter what I try? [04:11] hi, who can tell me how I can convert coding from ettercap.. conversations? [04:12] coding? [04:13] not really... I mean encrypted [04:13] I will copy some of this to be more clear [04:14] ...........>...y..:..k.f....e...6...f...#....w@.I6....94=&..O#..<$..O{..L....ORYn....Y.. [04:14] .'..Q....e(..s.$.....$....#.V....N....t....[..Vv......L.....Ppc.OV#...o...5 [04:14] ..=......_R...A.2k.r.`...:P..|Qj......W.z...>._.&..2....ul..|T....4$..R...)a.-...e+...I......,. ..v_.?.@......,.1..)...............b4&"Sd....`G.[1...?. .p.Q.G....6...:...U.G@.# ...e.E......6...'.=..,$SC@k.)J....&1.B...}....O^.AF......a. [04:14] >...#...,ru~.?kP..7..Y..r..g..Y2.}.D.....59>g..e..A...............x_d....w%.,.;......q........)...........1..M ...h..`...T./.a.G.A~N...W9..& [04:14] heh [04:14] some like this [04:14] ... seriously? [04:14] why not ? [04:15] any Idea how can I get it in txt [04:15] ? === root is now known as Guest8666 [04:16] do you have the key that encrypted it? [04:17] Guest4838: pentesting is not the scope of this channel, we focus on ubuntu support issues here [04:17] just any idea and I will go on please.. [04:18] where is the key in ettercap files [04:18] recibed at the time? [04:19] ok [04:19] it'd be a pretty crappy encryption process if it sent the key [04:19] I think so [04:20] This is a Ubuntu issue, because is installed in ubuntu, not in Kali [04:22] where does can i find the encryption key when I listening inettercap [04:22] ? [04:22] please === [[R]] is now known as rbox [04:51] it won't be in there === realivanjx7 is now known as realivanjx === floown_ is now known as floown === Agent_Isai is now known as Agent === realivanjx5 is now known as realivanjx [07:26] hello there , good morning ( for some ) [07:27] the software app ( software centre ) on ubuntu there is a botton that refreshes, whats the commandline switch to do the same thing ? [07:30] Hi all! [07:31] hi [07:31] question: is accessing Windows shared folders always so slow? I'm on Ubuntu 20.04 LTS + KDE Plasma. Accessing them from Windows is quite fast. Thanks === Phr33d0m_ is now known as Phr33d0m === Forza_ is now known as Forza [08:14] I have an USB drive with EFI partition and 2 linux installations. How can I make EFI see both installations? They both an ubuntu entry in EFI and I renamed one, tried to add it with efibootmgr but it only boots to the one that has the folder name 'ubuntu'. Any suggestions? thx! [08:15] esperegu: by default, you should be able to see both entries in grub; why do you need to see them in the uefi boot manager instead? [08:16] alkisg: I thought it be most clear to have them totally separated that way. One also has grub installed on the EFI partition since it apparently needs some modules to boot. [08:17] The boot process is uefi > shim > grub > rootfs (grub.cfg, kernel etc) [08:18] To do what you wanted, you'd need to rename /boot/efi/EFI/ubuntu to ubuntu1 and ubuntu2, and after every grub or shim update, you'd need to move them again manually [08:18] While if you stick to the existing workflow, you should be able to select all your operating systems from the grub menu instead of the uefi boot manager [08:19] Sure, your idea is solid, but it doesn't align with the current workflow [08:19] esperegu: can you paste the output of sudo ls -lR /boot/efi and sudo efibootmgr -v so we get an idea about the setup [08:22] alkisg: its need to be ubuntu1 and 2? I changed one to kubuntu (or another name) and it never boots that. It appeared in bios but selecting it just booted 'ubuntu' instead. [08:22] esperegu: you can use efibootmgr to add a kubuntu entry. But kubuntu won't know that. So when grub is updated inside kubuntu, it will override your ubuntu grub [08:23] I.e. it's possible to do what you're asking, but it will confuse you very much after an update, and you'll need to repeat the process [08:23] im not understanding why is he having to change the name and whatnot [08:24] EriC^^: ubuntu writes stuff to /boot/efi/EFI/ubuntu. Then kubuntu uses the same path, overwriting ubuntu's stuff [08:25] And esperegu wants kubuntu to use /boot/efi/EFI/kubuntu instead, which isn't configurable [08:26] he said he 'changed' the name not copied the whole dir so its confusing [08:26] The goal is to press f12 while the PC boots, and see "ubuntu" and "kubuntu" there [08:26] esperegu: did you originally have 2 efi dirs in /boot/efi/efi or just the one ubuntu? [08:27] That entry can be added with efibootmgr, but there will be issues with it after grub updates [08:27] EriC^^ alkisg: https://dpaste.com/3F67BXG5W [08:28] esperegu: UEFI doesn't just read the directories there, it has some internal memory for boot entries, which can be manipulated with the efibootmgr command, run it so that you see what's missing [08:28] it looks like kubuntu was always there, grub.cfg is differently sized [08:29] esperegu: did you create 'kubuntu' by copying a duplicate of /boot/efi/efi/ubuntu ? [08:29] esperegu: but even if you do use the efibootmgr to add the kubuntu entry, you'll still have all the issues I mentioned, and you won't even know you have them; kubuntu updates will be updating ubuntu's grub instead [08:30] EriC^^: I copied it from another drive where it was named 'ubuntu' and renamed it. [08:30] oh ok [08:30] I did a fresh install on another drive and trying to get those on one [08:30] honestly just use grub for both as alkisg said [08:31] how do I get to recognize them both? [08:31] run 'sudo update-grub' from the main OS you'll be using [08:32] EriC^^: that I tried but it did not show the install [08:32] Is it 22.04? [08:32] hmm. maybe I need to do it from the other intstall [08:32] yes [08:33] 22.04 needs this in /etc/default/grub.d/local.conf: GRUB_DISABLE_OS_PROBER=true [08:33] Sorry, false, not true [08:33] alkisg: yes. but the new install has ZFS. I think that does not automatically gets detected. [08:33] Then do it from the new install, it'll be easier [08:34] You can also add a custom entry, "chain to kubuntu", which does "set root=xxx; configfile /boot/grub/grub.cfg" [08:36] grr. somehow that stupid laptop sometimes shows the USB drive in EFI boot menu and sometimes not. Annoying, I keep retrying... [08:36] You could also use grub-efi in ubuntu and grub-pc in kubuntu :P [08:37] (grub-pc is used when booting in bios mode) [08:37] alkisg: whats the diff? [08:38] k [08:40] I'll try grub update from the ZFS and otherwise I will just change the /EFI/ubuntu folder manualy to boot the other os each time I need to change. [08:41] esperegu: if update-grub doesnt pick it up from the zfs one, then just add a custom entry in grub to load the grub.cfg of the 2nd [08:42] in /etc/grub.d/40_custom put in it menuentry 'Ubuntu-2' { configfile (hd0,gpt1)/EFI/kubuntu/grub.cfg } [08:44] fuck. removed /etc/default/grub. when it rains it poors. [08:48] esperegu: sudo cp /usr/share/grub/default/grub /etc/default/grub [08:50] EriC^^: how to get grub to recognize the /etc/default/grub.d/local.conf ? [08:50] it should automatically [08:50] esperegu: it should be /etc/grub.d/local.conf , you run update-grub it should use it [08:51] EriC^^: no, /etc/grub.d has scripts [08:51] It should be in /etc/default/grub.d/local.conf [08:51] aha, new dir it seems? [08:51] A single line there, GRUB_DISABLE_OS_PROBER=false [08:52] it does not seem to take that line into account. grrr [08:52] esperegu: run sudo update-grub, then pastebin the whole output [08:53] esperegu: sorry I meant local.cfg, try with cfg instead of conf [08:54] Nah the extension doesn't seem to make a difference, but anyway .cfg is more frequent for grub configuration files [08:54] alkisg: that did the trick ;-) [08:54] Haha, ok then [08:54] with .conf it did not use it. it just showed the prober warning again [08:54] For me with .conf it did, but anyway no point in analyzing it if it works [08:56] grrr.. and usb drive does not show upon reboot. irritating [08:57] appears with the controller name on next boot and then nothing. pffff. crap laptop [09:06] grr... it does not see the usb drive at all anymore. weird === realivanjx6 is now known as realivanjx === gacuxz1 is now known as gacuxz [09:20] what is this error about ? https://pastebin.com/ifZyAD8z === scoobydoob is now known as scoobydoo [09:43] helo === lotuspsychje_ is now known as lotuspsychje === EriC^^ is now known as Guest8669 === Guest8669 is now known as EriC^ [10:55] alkisg: EriC^: apparently that grub update broke it and now both don't boot anymore .... One gives a kernel panic and the other can't the pool and gives an initramfs [10:56] esperegu: in the initramfs, type: blkid; cat /proc/cmdline [10:56] And upload a screenshot [10:57] The update-grub normally doesn't break things, it's even called automatically on kernel updates [10:57] So I think something else broke it [11:03] esperegu: if you have a live usb it would be easier to troubleshoot [11:06] alkisg: https://postimg.cc/WF8841dM [11:07] Ah, zfs, no idea, wait for someone else :) [11:08] Also mention the actual error the initramfs displays before dropping to initramfs [11:09] You may also manually type commands in grub, by pressing "e" and then typing "set root=(hd0,gpt10)" and "linux /boot/vmlinuz root=/dev/sda10" and "initrd /boot/initrd.img" and "boot". These should at least boot your kubuntu. [11:10] alkisg: when I selected that in grub it gave kernel panic [11:11] Maybe because it had the wrong parameters? More information is needed, e.g. screenshots of both the issues along with your existing grub.cfg, which you could get from a live cd [11:12] Hello [11:12] welcome dell [11:17] hi. /usr/bin/ is in PATH and my newly installed package is there but it can't be invoked. why? [11:17] Kartagis-: is it +x? [11:18] EriC^: I just checked, it's 755 so yes, it's +x. [11:18] Kartagis-: try "type -a " [11:19] EriC^: metapixel is /usr/bin/metapixel\nmetapixel is /bin/metapixel [11:20] EriC^: /bin is also in $PATH [11:20] Kartagis-: looks good, so what happens when you type "metapixel" in the terminal? [11:21] EriC^: interesting, it started working in a new tab [11:22] well that's good === diskin is now known as Guest1734 === diskin_ is now known as diskin [11:46] how do i apply openssl 3.0.7 quickly on ubuntu 22? [11:47] docmax, are you asking because of the security issues? [11:47] yes [11:47] apt updata && apt upgrade [11:47] ^ that [11:47] typod lol [11:47] But you get the point [11:48] Lartza, did this allready, no update [11:49] And which package version do you have? [11:49] there is no 3.0.7 in ubuntu [11:49] installed 3.0.2-0ubuntu1.7 [11:49] thats the fix [11:49] That's already up to date === EriC^^_ is now known as EriC^^ [11:49] https://ubuntu.com/security/CVE-2022-3786 [11:49] -ubottu:#ubuntu- A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed a malicious certificate or for an application to continue certificate verification despite failure to construct a path to a trusted issuer. An attacker can c... [11:50] Hello fellas. I'm using Focal Fossa, and the way my Files are listed is bad. I want it to be listed first by type, than by alphabetical order. How can I do this, instead of choosing only 1 of these columns??? [11:50] ogra, how do you know that? [11:50] docmax, see the link [11:51] Guest16, richt click on one of the column headers, that shuld open a list of checkboxes ... pick type ... then click that header after it was added [11:51] *right [11:51] Hi all [11:54] ogra: it works, but if I close the window and open another Files window, the Type column won't be there anymore and files are exhibited like before. How to make it persistent? [11:59] Guest16, hmm, on my 22.04 there is a little down arrow at the top of the window that gives a menu "visible columns" ... not sure 20.04 has that though [12:01] ogra: hey I asked you about Files order a few minutes ago, but my pc died. if you answered please resend it? [12:01] Guest1627, "Guest16, hmm, on my 22.04 there is a little down arrow at the top of the window that gives a menu "visible columns" ... not sure 20.04 has that though" [12:04] ogra: ohh there it is and works. thanks a lot mate [12:04] 👍 [12:07] Fellas, I'm having a problem that both my monitors are turning off randomly, and only way to get them on again is hard rebooting the machine. Is anyone willing to take a look at my syslog and perhaps point me in the right direction? https://controlc.com/0234747ac (too big for pastebin, sorry for that) [12:07] Btw it doesn't happen at all on my Windows 10 (dual boot) === EriC^ is now known as Guest4976 [12:28] hi there [12:29] does 22.04 or LTS 22.10 contain latest kernel? [12:29] 22.04 lts* [12:30] no [12:30] my device have wifi rtl8821C [12:31] does not have ethernet also, i want to use wifi after install [12:32] Blohsh: hm in the list of files, it says it should support the bt module. but not sure if that includes the wifi (I guess not( [12:32] what kernel is 22.04 and 22.10 [12:33] Blohsh: 22.04 is 5.15 and 22.10 is 5.19 [12:34] i tried distro with 5.18 and it was having my wifi working [12:34] but 22.04 should get 5.19 at the latest in feb if I remember correctly [12:34] Blohsh: which distro was it? [12:34] deepin os [12:35] can you try out a live session? as ubuntu does include _some_ firmware, no idea if that includes wifi [12:35] have to download iso first. [12:36] it will take time, my internet not fast enough. so making sure i save time and select correct iso [12:37] Blohsh: give me a sec [12:37] murmel, i should go with 22.10? [12:37] ok [12:38] i don't have bluetooth hotspot so only option is enabled wifi after install [12:38] dont go with 22.10 ... dkms has issues in the 22.10 images [12:38] (and you will need dkms fo this out of tree driver) [12:38] Blohsh: can you give me the output of "lspci -nn | nc termbin.com 9999" [12:40] if that doesn't work, paste the content on termbin.com or paste.debian.net [12:40] murmel, also touch pad does not work on other distros other then on deepin os [12:41] Blohsh: what device do you have? (laptop) [12:41] murmel, termbin.com/oift [12:41] murmel, its asus x415ja 14" [12:43] i7 10th [12:43] Blohsh: hm your wifi device should be supported on 22.04 as the driver was included in 5.9 [12:43] ok murmel should i start download 22.04? [12:44] if you want to switch to ubuntu yes. [12:44] yup. [12:44] but before installing play around in the live session to make sure that your device works fine [12:45] that's one of the reasons I don't buy end consumer devices :S it _can_ work on linux but it's not guaranteed (also not on business devices, but it's more likely) [12:50] murmel, i tried this thing on debian, when i tried in live everything was working but when run installed on machine, wifi didn't work. [12:50] i remember i selected 3rd party drivers in option === EriC^^ is now known as Guest5266 === EriC^ is now known as Guest2683 === floown__ is now known as floown [12:56] Hi, I'm a beginner in linux and I'm trying to install poetry using "curl -sSL https://install.python-poetry.org | python3 -" in wsl2-windows 10. I'm facing the following error and it would be of great if I could get some help [12:57] Error: curl: (60) SSL certificate problem: unable to get local issuer certificate [12:59] webchat39: more info? === nyuszika7h is now known as alexia === realivanjx2 is now known as realivanjx [13:14] murmel: This is the tool I'm trying to install in wsl2 within windows 10 (https://python-poetry.org/docs/#installing-with-the-official-installer) and when I'm running the curl command I'm getting the above error I have mentioned [13:14] Error: curl: (60) SSL certificate problem: unable to get local issuer certificate [13:15] murme: this is the error for reference [13:17] webchat39: hm, make sure that your ca-certificates are updated [13:33] yeah I have tried the following steps: [13:33] 1. curl -K -sSL https://install.python-poetry.org | python3 - [13:33] 2. curl -sSL https://install.python-poetry.org | python3 - --insecure [13:33] 3. sudo update-ca-certificates -f [13:33] 4. downloading cacert.pem and c_rehash [13:33] but still facing the issue [13:39] webchat39: if you want to --insecure, it would be "curl -ksSL https://install.python-poetry.org | python3 -" [13:39] murmel thanks a lot this "curl -ksSL https://install.python-poetry.org | python3 -" worked === lotuspsychje_ is now known as lotuspsychje [14:04] how can I make my bluetooth headset be used for both input and output automatically? currently when I switch it on, output is fine, but I need to switch from the default microphone in the setting every time again. on 22.04 if that matters [14:05] frickler, do you see a "Profile" dropdown in settings? [14:06] Habbie: nope [14:07] ok [14:07] anyway, without being super helpful, my understanding is that bluetooth has different profiles - some with mic, some without [14:07] and at least on my hardware, the profiles with mic (like a2dp) really ruin music [14:07] so i need to rely on apps to switch the profile when they need the mic === dionysus70 is now known as dionysus69 [14:14] murmel, sadly there is no wifi on live [14:14] i can see bluetooth === dionysus70 is now known as dionysus69 [14:19] Habbie: o.k., that would at least explain why the default is set the way it is. still would be nice to be able to permanently override [14:21] frickler, yes - on my Debian I recall seeing the dropdown, but I'm not sure it was in settings or in pulseaudio [14:23] murmel, what can i do? [14:24] to get your wifi working? Maybe chaeck if youare missing some firmware [14:26] kkkssf, RTL8821CE [14:26] s/chaeck/check/ [14:26] i don't have ethernet port, so can't install anything on it. [14:26] only way is to download file from other machine to this machine. [14:26] Habbie: there is a Settings/Sound/Output/Configuration dropdown that has "High Fidelity Playback (A2DP Sink)" as default and "Handsfree Head Unit (HFP)" as choices. sadly this also doesn't persist [14:29] frickler, oh right, i mixed them up, a2dp for music, hfp for calling [14:32] I'm not sure but it looks like you need the rtl8821ce-dkms package to build the rtl8821ce kernel module [14:32] does ubuntu have build-essentials already installed by default? [14:33] and other commands like make [14:33] because i had same issue in debian so i moved to ubuntu [14:33] but i don't know if this works on a live system [14:33] i will install ubuntu but what to make clear does it have make commands installed by default? [14:36] Blohsh, probably not [14:39] rtl8821ce-dkms depends only on dkms and bc [14:40] it should build the kernel module automatically [14:41] hi,, how do I auto arrange my desktop icons in ubuntu 20.04 LTS to the left === buzelAzul is now known as buzel [14:44] Hi, I wrote this script which runs with exit code 0 but the sed command does not replace the required entry. Any suggestions? https://bpa.st/O6BA [14:45] Hello, I'd like to boot a liveusb with the kernel option iomem=relaxed. Is it possible? [14:45] If I edit the file /etc/default/grub and reboot, will the change still be there? [14:48] Bardon: no it wont be there [14:48] but you could edit the kernel line in grub when you boot the live usb by pressing 'e' and adding it and press ctrl+x or f10 to boot === EriC^ is now known as EriC^^ === ledeni_ is now known as ledeni [14:55] Oh right, I'll do that. Thanks! === |san|- is now known as |san| [15:01] I want to be able to detect whether a commented HDMI monitor is on - how do I do that? [15:03] what is a "commented HDMI monitor"? === realivanjx2 is now known as realivanjx === djhankb5 is now known as djhankb [15:36] Hello, say i have 3 USB devices on my ubuntun 22.04 machine and i never remove those usb devices and i reboot my machine a million times.... will device A always be mapped to same /dev address and device B to its same /dev address etc? I mean... are devices mapping for /dev consistent? [15:36] I got booted - so I apologize for asking again: I need to detect whether my HDMI monitor is connected. How do I do that? [15:36] jpmh_: what is a "commented HDMI monitor"? [15:37] lotuspsychje: I'm sorry I don't understand your question, please explain more [15:37] jpmh_: thats what you said in your original question [15:38] jpmh_: maybe you meant a connected monitor instead? [15:38] lotuspsychje: connected - not commented. Is that the confusion? [15:39] I do believe my question says that - it does on my screen [15:39] jpmh_: yes, as on ubuntu/linux commented lines are also a thing [15:40] lotuspsychje: very true - but in this case I want to detect if it is CONNECTED - really I want to detect if it is on [15:40] jpmh_: i think xrandr can help you see whats connected [15:40] diverdude, no. there are explicitly not ... it is up to the kernel to assign device nodes and that might be influenced by the speed of the HW, the controllers, th ephase of the moon ... which is why you should never rely on namig in /dev [15:41] s/there are/they are/ [15:41] lotuspsychje: I have tried eveything I can think of with it. It seems to report the status as the monitor was when it was last connected as long as it has been connected even if now off === _ELFrederich is now known as ELFrederich === MrCthulhu is now known as MrC [15:49] The notification from Software Updater saying "Software Updater is ready" won't go away. Clicking the X or on the notification does nothing, and clearing notifications has no effect on it either. Is there a program I can restart? [15:50] howto disable the wifi interface at boot? (want to make sure I am not able to turn on the device without rebooting) [15:52] Blacklist its module, then you'd need to manually modprobe it to function [15:53] will modprobe load a blacklisted module? [15:53] I think so [15:55] I tried Do Not Disturb and disabling the notifications from Software Updater, but the existing notification is still up and blocking my view of the top of the screen annoyingly. [15:59] GBGames: Try restarting gdm. [15:59] rob0: TIAS [16:04] jhutchins, I was not asking for me. [16:07] rob0: Does my answer not apply? [16:08] jhutchins: So essentially reboot? [16:08] I tried using xkill, but I guess the notification isn't technically a window. [16:08] GBGames: Restarting the display manager just restarts your GUI session. The who core system isn't affected. [16:09] s/who/whole/ [16:09] True, I suppose generally speaking restarting isn't the same, but in my case I think I might as well. Oh, well. Thanks! [16:10] People tend to loose track of the fact that unlike with Windows, the graphical desktop is just an app running on a non-grapical OS. [16:10] GBGames: The other option would be to track down the application that _is_ displaying the notifications and re-start that. [16:10] ps axw. [16:11] jhutchins: Yeah, but if I restart gdm, I basically need to restart pretty much everything I'm using on multiple virtual desktops. Browser windows, email, a bunch of libreoffice docs, hexchat, terminals, etc. [16:12] Other than docker containers which technically could stay up, I might as well reboot. B-) [16:13] GBGames: Find the processes associated with "Software Updater" and restart those. [16:13] But I do remember 20+ years ago a friend told me about how he converted his Red Hat install to Debian piecewise, and one day he rebooted (he had legendary uptimes) and he was reminded that he was running a Debian system at that point. [16:13] "Oh. Oh yeah!" [16:13] Unfortunately gnome has a bad habit of using obscure names that aren't related to the GUI process they spawn. [16:14] GBGames: Do the notifications go away if you run the updates? === happy is now known as Guest1646 === darkowlzz8 is now known as darkowlzz === LabMonkey is now known as Mechanismus [17:01] I run zoom, close the main window, and it's still in ps, still reports in unifi as doing zoom traffic over that time [17:01] why? [17:03] Ok the issue is that it minimizes to tray [17:03] and i do not have tray [17:03] are you using zoom-client snap Juliaaa [17:04] i3 with polybar problem :) [17:05] Hello all, stupid question for you. I'm trying to build a graph of updates to software packages in a repo, eg version 1 -> version 2 -> version 3 and so on for each package. AIUI that's not really how apt works (please correct me if wrong), and instead a snapshot of a repo will only tell me that for a given package name and release I should have [17:05] version N. Is there a way to gather that data, perhaps a revision history of the Packages files? [17:05] Alternatively, if that data is already available somewhere and I just don't know it, I'd appreciate a pointer to it. [17:07] Juliaaa: this is for windows, but chances are there is a similar option for the linux build: https://www.technipages.com/zoom-stop-zoom-from-minimising-to-the-system-tray [17:09] squirrelwalk: why do you call it a graph? You just want the history of all releases, which is mostly a linear thing, right? version 21.10, 22.04 etc etc [17:09] Juliaaa: maybe also this https://www.reddit.com/r/Zoom/comments/h9h76q/how_to_disable_zoom_mini_window/ [17:10] thanks [17:10] bro [17:10] alkisg: I don't think it is. For instance, with the latest openssl issue there were updates issued to 3.0.2 and 3.0.5, which means that the tip of the 3.0.2 branch is no longer a direct descendant of many releases on the 3.0.5 branch [17:11] Juliaaa: i don't 'bro', and you're welcome. :) [17:11] squirrelwalk: are you talking about code repositories or apt repositories? [17:11] It might be more accurate to call it a forest of digraphs [17:12] alkisg: packages in an apt repository. AIUI, there is always a tip release of each package available in each release specified by the Packages file, and I'm looking to get the history of those [17:13] squirrelwalk: apt only walks in linear fashion; a bigger version number means it should upgrade to that. Code repositories such as git support multiple branches which are based on other branches, hence the graphs [17:14] squirrelwalk: another thing is the build system, e.g. launchpad; go to e.g. https://launchpad.net/ubuntu/+source/htop and click on the publishing history [17:14] From the point of the build system, it's ..complicated; from the point of apt repository, it's not, it has to be linear [17:15] alkisg: as above, this is not the case when considering multiple releases. Eg, for 22.04 there is always one tip, and all versions of that package should update to that tip when taking an update. But for 22.04 and 20.04 together, that may be very different. It would be enough for me to get the (as you say, linear) train for each release and [17:15] manually merge them into the graph, though === realivanjx3 is now known as realivanjx [17:16] alkisg: as you say, it is not a full graph, but rather a forest of directed acyclic graphs when considering multiple releases. But anyway, just getting that linear sequence for each release is fine for my purposes. [17:16] In any case apt doesn't record history. You can only find history on build systems such as launchpad. [17:17] alkisg: do you know if, for instance, Packages files are in some kind of SCM somewhere that would itself have revision history? [17:20] squirrelwalk: I don't think history is kept on the ubuntu archives themselves. It is kept in the build system, launchpad though. [17:20] hi [17:21] sound is not working on Ubuntu 22.04 LS after latest software update [17:21] alkisg: do you know where? I see history for each individual package, but history for eg: http://archive.ubuntu.com/ubuntu/dists/bionic-security/main/binary-amd64/Packages.xz would be more useful [17:21] squirrelwalk: for debian, there's https://snapshot.debian.org/, but it still not exactly what you want, you'd have a hard time to get the info from there [17:22] squirrelwalk: I don't think they keep a history for the Packages files. Wait in case someone else has more information on that. [17:22] Does anyone else has a problem with no sound after the latest software update [17:23] what is "Ubuntu 22.04 LS"? do you mean "LTS"? [17:23] yes LTS [17:23] no they LS swapped ubuntu [17:24] what was this latest upgrade? you can check in /var/log/apt/history.log [17:24] did you reboot since? [17:25] i am running 22.04 LTS on my iMac 2013 i just updated the software and when playing videos on Youtube there is no sound [17:25] but there was sound before the update [17:28] and did you open the sound mixer and check if it is maybe just muted? [17:28] pavucontrol is also a good tool to debug audio [17:28] i opened alsamixer [17:28] that tool is obsolete :) [17:29] well what should i use to see if my audio muted or not [17:29] i just told you [17:29] ok [17:30] hold on installing [17:30] installed [17:31] open it and check the output devices [17:32] cheking [17:32] i see says Built-in Audio Analog Stereo [17:32] Port : Speakers [17:32] could be right [17:32] is the volume at 100%? [17:32] no [17:33] so do that [17:33] then open your browser on youtube [17:33] play a video. it should show up on the "Playback" tab [17:34] I see Firefox audio stream [17:35] under it the volume is at 100% [17:35] and has it your output device selected? [17:35] no it Firefox:AudioStream [17:35] on the dropdown beside that [17:36] there is no dropdown beside it [17:36] sound is at 74% [17:36] but no sound from Youtube [17:36] it should look like this https://i.imgur.com/unvq8gu.png [17:37] neither in from Firefox or chromium [17:37] just with another name of the output device of course === fauxpide is now known as fauxpride [17:38] under Silence i see a orange line that is vibrating [17:39] but no sound [17:40] can you share your dmesg in a paste please lorn1975 maybe the volunteers can find something there [17:40] ok [17:41] i am using two computers [17:41] let me figure out how to send dmesg from my Imac here [17:43] i put it onto pastebin? [17:44] or dpaste how you wish lorn1975 [17:45] Hello guys! I have a web server with vqmod installed, I moved the images folder of my website, then i saw no pics are loaded obviously, after that i moved the images folder back to its original location. I see the cached "no image" images. How can I clear the cache ? [17:47] ok [17:47] check [17:47] https://pastebin.com/f8R1MiRc [17:47] can u see it [17:47] yes tnx lorn1975 [17:48] no thank you [17:49] if they come up with the answer to the problem how willl they contact me [17:51] just send me a pm [17:52] i installed Ubuntu onto my iMac2013 as a standalone system because it works very slow with Mac own OS Monterey [17:52] although it crashed once [17:53] with ubuntu [17:53] with fsck message [17:54] lorn1975: can you confirm your sound was working on linux-image-5.15.0-50-generic ? [17:55] yes it was working before i just ran the update on the fresh install [17:56] it was working yesterday today i ran software update and sound stoped working [17:56] if that's a late 2013 "iMac 27" then snd-hda-intel module option "model=imac27" may help. but then, this should not have vanished during an update. [17:58] hmm no, different model - DMI: Apple Inc. iMac13,3 === revolt11- is now known as revolt112 [18:01] lorn1975: did you install any apps related to sound recently? [18:01] no [18:01] except pavucontrol [18:01] like timidity or something? [18:01] no [18:02] ok [18:02] lorn1975: can you run this and share the url: journalctl --list-boots | tail | nc termbin.com 9999 [18:02] i try [18:03] I'm having trouble with partitions on my ubuntu server [18:03] lsblk reports that within my sda3 of my sda, I have a 100G LVM partition [18:03] but gparted reports what I think it would be... [18:04] lorn1975: this will list when the system was rebooted. you didn't answer my question earlier about whether you rebooted after the update which you're saying caused sound to fail. maybe with this output you will be able to tell? [18:05] i rebooted [18:05] the command you just gave asked me for passsoword and didnt return anything [18:05] lorn1975: hmm, sorry then, maybe it took too long,t hen it would have not printed anything [18:06] lorn1975: you can also run it just like this: journalctl --list-boots | tail [18:06] ok [18:06] let me try [18:06] run it in a terminal window, so you'll see the output [18:06] k [18:07] thymage: what's your question? [18:07] k worked [18:07] hold [18:08] pastebin.com/fcnTFs3v [18:09] lorn1975: you can also run this command less /var/log/apt/history.log this will show what apt last did. you can scroll up and down and press q to quit [18:09] tomreyn, this helped me [18:09] https://packetpushers.net/ubuntu-extend-your-default-lvm-space/ [18:09] ah, you expected more than 100G? [18:09] in LVM? [18:10] thymage: i'm glad you found a solution (we could not help since the issue wasn't clear) === Lawrence is now known as Lawrence59 === xenial is now known as Guest3549 [18:12] ok [18:13] pastebin.com/zNN4JWFR [18:15] lorn1975: the alsa-ucm-conf update from version 1.2.6.3-1ubuntu1 to version 1.2.6.3-1ubuntu1.1, which took place on 2022-11-03 10:01:04, could be related. is this when sound stopped working? [18:15] yes i think [18:17] this update contains only one change (the one on top): http://changelogs.ubuntu.com/changelogs/pool/main/a/alsa-ucm-conf/alsa-ucm-conf_1.2.6.3-1ubuntu1.1/changelog [18:17] uptime shows time since last boot. [18:17] for bug 1992435 [18:17] -ubottu:#ubuntu- Bug 1992435 in OEM Priority Project "sof-hda-dsp Dmic0 not initial correctly" [High, Confirmed] https://launchpad.net/bugs/1992435 [18:19] jhutchins: right, but i did not know how many reboots had happened since. "last" could have worked as well. [18:20] after the latest updated which was run today the sound stopped working [18:20] that was the second update i ran since fresh install [18:21] lorn1975: try this: sudo apt install alsa-ucm-conf=1.2.6.3-1ubuntu1 [18:21] k [18:21] and reboot, and see whether it fixes sound [18:22] k [18:22] nice find tomreyn [18:22] i don't even know whether it's related, i'm just guessing wildly here [18:24] i can hear the sound on the boot up but its somewhere too far in the back of the speakers [18:24] like the sound is inside the computer not outside [18:26] still now sound from Youtbue [18:26] Youtube [18:27] and like i said i can hear the sound on bootup but its somewhere inside the computer [18:27] lorn1975: this sounds like you just have the wrong output set [18:28] k [18:28] what should i do to fix that [18:29] take a screenshot of the "output devices" tab of pavucontrol [18:30] and post it to imgur.com, and then copy the url from there to this chat [18:30] i m on the other computer [18:30] i will pastebin [18:31] how do i take screenshot [18:31] the prt scr button [18:32] where does it save the screenshot [18:32] in your pictures folder [18:33] k done [18:33] hold [18:33] How can I make the Visible Columns on Files be persistent, and also the order? [18:35] https://imgur.com/a/4zazTW7 [18:35] Guest420: i *think* they would be by default. which ubuntu version are you running? [18:36] lorn1975: the *output devices tab* [18:36] k [18:37] also note that you have the firefox output stream muted (though this can be a result of some other setting) [18:37] k [18:37] tomreyn: I'm sorry, I wasn't clear: everytime I open files I have to select TYPE on Visible Columns, and then order by type. I want this to be persistent and not have to change it everytime. I'm using focal fossa [18:37] try unmuting it though [18:37] https://imgur.com/a/YtaS9rZ [18:38] lorn1975: does the "Port" drop-down there list anything other than "Speakers"? [18:38] headphones [18:39] Guest420: no worries! i will give this a try o 20.04 LTS ("Focal Fossa") shortly [18:40] lorn1975: and does either of those settings make sound work? [18:40] lorn1975: are you abel to unmute those also? [18:40] i dont think they are muted [18:40] alright :) [18:40] lorn1975: well it's what they are showing like [18:41] (though it also looks greyed out, as if the device is not working) [18:41] no but you see if i press the unmuted button then the ornage lines disappear [18:43] lorn1975: ah i see what you mean. right, this is what it looks liek when it's *not* muted [18:43] yes [18:44] lorn1975: what do you expect the sound to come from? do you have external speakers connected? [18:44] and can you try plugging in some headphones and switch to headphones and see whether those work? [18:45] ok let me see [18:47] i plugged int the headphones no sound [18:48] can i use the bluetooth headphones === darkowlzz9 is now known as darkowlzz [18:52] lorn1975: you can give it a try. if the general audio chipset works, that should provide a new, working, output device. [18:53] it's not what i meant about plugging in headphones (to the headphone jack, if any) above, though. [18:54] not working [18:54] i am thinking of reinstalling the OS [18:54] fresh install [18:55] if your theory, that the update caused sound to fail, is correct, then that's not likely to help, or not for long. [18:56] He could do a fresh install of the previous release. [18:56] we seem to have ruled out alsa-ucm-conf=1.2.6.3-1ubuntu1 as a source of the problem. what remains a possible cause is a kernel update. but you'd still get either with a new installation. [18:57] Ubuntu doesn't keep fallback kernels? [18:57] yes, trying a different ubuntu release could work. or booting to the earlier kernel version and trying that. [18:57] Yeah, like that. [18:58] where would i get the previous release of ubuntu that i can put on flashdrive [18:58] but it was working with the fresh release of 22.04 LTS [19:00] lorn1975: try booting to the grub menu (press escape during boot), and boot the earlier kernel version [19:00] k [19:02] it should look something like this: https://itsfoss.com/wp-content/uploads/2022/06/Grub-Advanced-Options.jpg [19:02] i now at the grub> === polymorp- is now known as polymorphic [19:02] type "normal" and press enter [19:02] this will either bring up the grub menu or reboot [19:03] you may have hit escape too often [19:03] the "grub>" prompt is what you get when pressing escape again after having the screen on the screenshot [19:04] Hi guys, so ive been trying to boot ubuntu tru live usb on macos... keep getting the same error tho of "The version of macOS on the selected disk need to be reinstalled".. Already tried 2 iso versions,all permission, idk what to do anymore tbh... Any one had this before? [19:04] lorn1975: actually, the first image you should see is like this: https://itsfoss.com/wp-content/uploads/2022/06/ubuntu-grub.jpg [19:05] lorn1975: you'd choose "Advanced" there, which would get you the other screen. [19:05] Yep, doest even show that, show straight to this error [19:05] maybe usb stick? [19:06] MacOs: i wasn't talkng to you, unless you are the same person as lorn1975 [19:06] oh sorry, im not [19:07] no worries ;) they have a mac, too [19:07] seem like ppl have been going thru problems w mac [19:07] usual stuff [19:08] '=D [19:08] and lorn1975 got it installed. maybe you can help each other [19:08] booting the mac with your ISO sounds very Mac specific to me [19:09] cant help much with that [19:09] MacOs: i'm not really into macs, but the message you're getting seems to suggest that the firmware expected to boot a Mac OS system, which Ubuntu is not. Maybe you need to boot it differently, or write the usb stick differently. [19:09] ty will try other way of flashing it [19:10] MacOs: balena ethcher is known to work well [19:10] thats the one i used [19:10] have balena [19:10] never failed me, thats why im ??? [19:11] guys recommend other flasher? [19:11] MacOs: how to boot your Mac from an ubuntu usb stick can depend on the mac model, though. some may not work at all, or be very complicated. [19:11] i'd start by looking up the very mac model and then search the web about how to boot ubuntu there [19:11] i see ty tomreyn [19:12] usually those mac models are called something like "late 2011 iMac 13.3" or similar [19:12] tomreyn: I fixed that column issue, actually Files had a Preferences settings that I didn't see before :) [19:12] Guest420: ah, sorry, i hadn't gottne to this, yet [19:12] i am thinking reinstall should do [19:12] or should i wait for the next update [19:13] tomreyn: np at all mate! [19:13] Guest420: :) glad you worked it out [19:13] tomreyn: thanks bro ;) [19:14] i think you will have to accept that you are a bro soon tomreyn :D [19:14] apparently so [19:14] In a non-grub system (Raspberry Pi), how do I make sure that the system is going to boot into a text/terminal only interface by default? [19:15] I'm removing Gnome from a personal server and want to make sure it doesn't hang on startup trying to load ubuntu-gnome-desktop or something that doesn't exist any more. [19:15] lorn1975: i already commented on reinstalling, see above. we have not really found the root cause, yet, but you could try an earlier ubuntu release, hoping it will behave differently. [19:15] Gerowen, "sudo systemctl set-default multi-user.target" [19:15] Gerowen: What bootloader does the Pi use? [19:15] lorn1975: i'd attribute this issue to "Mac", which can be a picky firmware + hardware platform. [19:16] where can i get ISO of the earlier release [19:16] jhutchins: I have no idea, somebody else set it up and asked me to do some cleanup on it, and since I only ever use SSH. When I looked for /etc/default/grub it doesn't exist. [19:16] Meant to say, since I only ever use SSH, no need for GUI utilities. === realivanjx7 is now known as realivanjx [19:18] lorn1975: https://releases.ubuntu.com [19:18] https://releases.ubuntu.com/focal/ubuntu-20.04.5-desktop-amd64.iso would be 20.04 LTS. === Awoobis is now known as A_Dragon === docmax_ is now known as docmax === jesopo is now known as jess [19:32] Gerowen: check if it's /boot/cmdline.txt [19:33] But what ravage said should work without messing with the kernel command line [19:36] alkisg: That file isn't there. It's no biggie. I just figure since it's a "server" with no screen even attached to it, he's an OTR truck driver (my brother) and I manage it for him 99% of the time and only use SSH, that since it's a raspberry pi, having gdm3, gnome-shell and all kinds of other stuff installed was just using up space and resources unnecessarily. [19:37] why can i not install Focal Fossa [19:37] Gerowen: THe ideal solution would be a clean, GUI-free install, but you seem to be headed in the right direction. [19:39] Gerowen: It looks like the Pi bootloader is in the firmware. [19:39] Gerowen: I would just trust the package manager to handle the cleanup. [19:39] Gerowen: What's your fallback if it hangs on boot? [19:40] jhutchisn: Just physicall walk down to his house, his house is only like a quarter mile away on the same property here. [19:41] jhutchins: Seems fine though, just rebooted after a whole lot of "apt purge --autoremove *x11* *gnome*" and then double check the list of proposed changes for anything essential. [19:41] Also checked for packages like ubuntu-gnome-desktop and ubuntu-desktop [19:43] how do i unzip the balena-etcher.zip again [19:45] you don't need that crap anymore, just make a fat32 flash drive and extract the contents of the image there [19:45] flash images are for legacy boot [19:54] Gerowen: Sounds good. [19:55] Doesn't any recent version of Windows open .zip files automatically? [20:01] can memtester be added to the grub boot menu? [20:08] eelstrebor: memtest86 is automatically added when you install the package on a bios booting system [20:08] memtester is an application, not an OS [20:12] tomreyn, i'm using uefi so it won't run [20:12] memtest86+ that is [20:13] i just created a bootdisk with memtest 10 so i'm going to reboot and run it === xenial is now known as Guest7336 === ledeni_ is now known as ledeni [20:35] installed Focal Fossa sound still now working [20:36] lorn1975: used not to in particular previous version? [20:36] i didnt get your question [20:37] lorn1975: you said the sound is now working after installing focal fossa [20:38] negative [20:38] not working [20:38] lorn1975: didn't work under bionic or jammy ? [20:38] lorn1975: oh thats not what you said ;o [20:38] lorn1975: tried jammy 22.04 LTS ? [20:38] it worked till yesterday [20:38] yes i downgraded [20:38] lorn1975: under which ubuntu version, unitl yesterday? [20:39] 22.04.1 LTS [20:39] i just did a do-release-upgrade. durng cli menu i opted to drop to shell to examine config file diff and managed lock myself out of the menu so i had to kill it , how to get back to it (and resolve the conf file conflicts) ? [20:39] i think my speakers burned [20:39] lorn1975: try writing 22.04.1 boot stick, test from that... [20:39] lorn1975: try different speakers or headphones =) [20:39] enyc i did [20:40] its a hardware problem [20:40] i downgraded from Jelly [20:40] its still not working [20:46] is there a command for creating a directory and CD'ing into it? [20:46] currently just do something like `mkdir dirname; cd dir` [20:47] not too much trouble, but it's such a common use case you'd think there'd be something built in for it [20:47] jazzy: https://gist.github.com/rajeshg/712300 [20:49] Meh, Disney+ is broken again :( Anyone had the problem? I fixed it last week with user agent in ff, but now it's not enough, it seems. [20:50] No wait! The ff update removed the useragent setting maybe [20:50] Damn [20:51] leftyfb, oh cool, thanks [20:51] I gotta learn to write bash scripts === darkowlzz8 is now known as darkowlzz [21:03] Fixed with plugin User-Agent Switcher and Manager [21:03] olle: What agents does it like vs. block? [21:05] jhutchins: Works with Chrome on Windows 10, for example [21:05] For some reason, just editing about:config in ff wasn't enough anymore [21:05] Maybe some CDN issue or other domain needs to be spoofed too [21:06] olle: It's Windows it's looking for, not chrome vs. ff? === realivanjx6 is now known as realivanjx [21:41] Hello. I'm looking for the color palette from GNOME Adwaita theme. I'm trying to customize my firefox extension's colors, and I can't find them described anywhere, unfortunately [21:48] jhutchins: hm k [21:48] oh a question? dunno [21:48] But that's what worked :) === xenial is now known as Guest7180 === Phr33d0m__ is now known as Phr33d0m [22:27] olle: Content providers are notoriously paranoid about anything "open" source. They figure it can only be pirates. [22:33] jhutchins: idiotic [22:55] . [22:56] k [23:11] hi ubuntu fan [23:11] s === realivanjx0 is now known as realivanjx [23:33] anyone? [23:33] is ubuntu really dead? [23:33] DEAD!!!! [23:34] We're sleeping [23:34] but thanks for the shouting [23:34] not sleeping anymore now... === ericus90912 is now known as ericus9091 [23:37] will this work with ubuntu - > https://www.amazon.com/10Gtek-E10G41BTDAG1P5-Ethernet-Converged-X520-DA1/dp/B01LZRSQM9?th=1 [23:38] https://www.google.com/search?channel=fs&q=E10G42BTDA+ubuntu [23:39] or X520-DA1 [23:39] https://www.intel.com/content/www/us/en/support/articles/000055360/ethernet-products.html [23:40] thanks for using the #ubuntu google service [23:53] ravage: do you know the difference between X520-DA1 and X540-T1? [23:56] no sorry [23:59] * jhutchins ponders what sort of a person would be in a situation to know the specific features of two random ethernet devices...