=== chris14_ is now known as chris14 [04:08] hi [04:08] Is there a way of finding equivalent packages, like say an Ubuntu packages' equivalent in Alpine? [04:09] sounds like a question for the alpine developers [04:10] Maybe, I just didn't know if there was some multi linux distribution tool that people use [04:11] like repology but command-line and more fully-featured [04:14] SamuelMarks: the volunteers can only support ubuntu and its !flavours [04:14] SamuelMarks: that said, there are some meta packages around you can install that will deploy several ubuntu packages [04:16] depends what kind of packages you were hoping to find/install? [04:16] libavcodec-dev libavformat-dev libavfilter-dev libavdevice-dev libavutil-dev libdbus-1-dev [04:22] Posted https://superuser.com/q/1845186 === root is now known as Guest7252 [04:52] Hey guys, I was just doing a system apt upgrade from terminal, and towards the end I got a kind of pop up that took up most of the screen for something related to UEFI and system configuration from boot, and it wanted me to insert a password of at least 8 characters. What is this, and why did it ask for this? [05:30] Hi, I was getting dependency issues when installing ubuntu-restricted-extras after vlc. [05:37] linux mint desktop manager xfce4 edition isnt showing ayn/in uuuhhh systemctl standard out [05:43] good ol' ubuntu community should bend their backs to the horribly bent lines ayn the cosmos to make sure mint is ayn-line === PasiZ9 is now known as PasiZ [06:33] h [06:33] ..? [07:06] 222 === nykma477251911 is now known as nykma47725191 [08:44] a problem I've been having for long now: system wide dark mode for qt applications; I have gnome (stock ubuntu) installed but use i3 as my desktop environment; I can't reliably turn all qt applications to dark mode, any pointers whatsoever are appreciated (I'll have to work inside a vm a lot, virtualbox is qt5, so getting this to be dark mode would be the first priority) [08:45] (another GUI is use somewhat frequently is mkvtoolnix which uses Qt 6.4.2) (any pointers appreciated there as well) [08:57] alright, for vbox it worked via [08:57] sudo apt install qt5ct qt5-style-plugins && echo 'export QT_QPA_PLATFORMTHEME="qt5ct"' >> ~/.profile && qt5ct [08:57] and then setting a dark mode there [08:58] w/ mkvtoolnix I just won't bother, I'll just use it from cli to avoid its gui entirely, fuck it [09:32] Hi all, I encountered a few problems while doing a routine update / upgrade call. Things seem to be largely okay now as I worked my way thru it, but I have a few questions. 1) All of the subdirectories in my Home folder just disappeared. I restarted and they came back, but I'm wondering why they would have just disappeared from the home folder - [09:32] they were still there in my user account, but not in the admin account. 2) After the update, there was some sort of UEFI announcement that took up the whole screen and asked me to input a password of at least 8 characters for boot. When I restarted and logged back in - I got a big blue screen with a few options - I just chose the "continue to [09:32] reboot" option, but wasn't asked for a password. 3) My Google Chrome Browser would just not open after the update. I redownloaded from terminal then reboot and got it up and running, but wondering how that is tied into things too. I've seen some other people post about Google not working, but it seemed to be different to my case, and not sure why [09:32] it randomly stopped working. [09:32] Glad I got stuff working again on my own, but kinda curious why these things happened in the first place :) [09:34] noob39: what ubuntu version are you? what upgrade did you run? (exact command)? what desktop environment do you run? [09:34] noob39: was it a blue screen with MOK? [09:37] src Ubuntu 22.04 sir - I ran the sudo apt update and upgrade commands - just Gnome [09:37] toddc Yes! It was MOK - what is this? [09:39] noob39: secureboot during first install it will ask you to setup a password and the ask you to reenter it on first boot and some usfi secure boot upgrades [09:39] noob39: you can read about it here as well https://unix.stackexchange.com/questions/535434/what-exactly-is-mok-in-linux-for [09:39] https://wiki.ubuntu.com/UEFI/SecureBoot [09:40] toddc I've been using Ubuntu 22.04 for a couple of months, just this week though Chrome stopped working so I did the update upgrade and it asked me for a UEFI password at the end of the updates - is that normal? [09:41] Thanks for the links guys [09:41] noob39: this a video walk thu https://www.youtube.com/watch?v=n8VwTYU0Mec&ab_channel=PhilipYip yes [09:41] Any ideas why the subdirectories under home just disappeared randomly? [09:42] if you hav secure boot on you need it to sign third party drivers that have kernel access [09:43] Also, thought Chrome was up and running sweet - and it is running, but I keep getting "syncparametersifavailable (failed) messages from terminal. [09:43] if you hav secure boot on you need it to sign third party drivers that have kernel access - is this in relation ot subdirectories not appearing ? [09:44] no [09:45] Okay, I'll read about it - thanks [09:48] I did also download Emacs prior to all of this - I wonder if that is what has prompted MOK? [09:49] toddc the article you shared states that you should use MOK if you think you will ever be hacked, but then also says to the OP that they did the right thing by disabling...hmmm [09:51] Secure boot is more secure by using signed drivers and software but it just one of many layers some use it some do not I use it [09:54] toddc I'm just confused where it came from as I didn't try to install any 'drivers'. I've downloaded a bunch of software and this is the first I've come across it. Do you think it would have been Emacs installation? [09:56] noob39: unsure but I doubt emacs but it may have a MOK or key update [09:57] Okay, thank you sir. [10:21] Is there a way to get the noble desktop installer to recognise software RAID volumes as valid install targets? Alternatively, what's the correct/preferred/workable method for changing from server to desktop once I've installed on a RAID setup with the server installer? [10:30] I've read the docs and watched the video on MOK, but still don't really understand Secure boot...I just restarted computer a couple of times and logged in, but it doesn't ask for secure boot password - does it only do this when new drivers are detected and you have to activate upon restart? [10:35] blahdeblah: in server install, would you be able to install a desktop package like for example xfce4-desktop? maybe ask #ubuntu-server to comment whether this is a good idea [10:36] noob55: is secure boot part of your computer or part of ubuntu? [10:36] gry Not sure. I just got prompted to set a MOK key while doing an update thru terminal [10:37] Next time I logged out, it popped up with a blue screen and I got a few options and I just chose "log in as normal", and now when I log out and in again it doesn't come up anymore [10:43] Hi! Anyone knows if there is any kind of man page that details all the functions which can be used in a Makefile? Ex: the notdir function? [10:43] yes-ubuntu: For that you need to read manpages for GNU Make ;) [10:44] if I use man make it does not describe path functions like notdir ? [10:46] yes-ubuntu: try to find it here: https://www.gnu.org/software/make/manual/html_node/index.html [10:46] whole manual for GNU make [10:47] notdir is described here: https://www.gnu.org/software/make/manual/html_node/File-Name-Functions.html [10:47] khazakar: yes, thank you! I found this one. I was interested if, perhaps there is an offline version of it, prefferably via man pages ? [10:48] Hm... lemme think [10:48] This pdf maybe? https://www.gnu.org/software/make/manual/make.pdf [10:49] If I get into the exam, I am not allowed to use these :D :( :/ [10:50] but you can download pdf [10:50] won't work? [10:50] eventually make paper notes out of things you need from that pdf [10:50] and done [10:52] I am allowed to use the system man pages, that's it :) in this case... my neurons are the only option... :D [10:53] gry any idea sir? [11:02] noob93: hi [11:02] noob55: so you can boot up, but it does not ask for password [11:03] yes-ubuntu: ask >>> #gnu <<< [11:03] noob47: hi, can i help? [11:04] gry, yes it boots up but because I didn't enroll the key, I guess it just skipped over [11:04] I think perhaps I need to enroll key again from terminal. [11:04] Just a bit confused by this whole thing because it came from just doing a routine update [11:10] noob11: is that you with securebopt [11:10] boot [11:11] yes, I'm testing the system [11:11] I think I got it thru - but not really sure what this MOK / Secure system is all about despite reading about it. [11:12] Will it come into play if I try and install a new graphics card or something? [11:24] is it worth it get cat 6a or cat 6 for the home [11:24] will it make a difference [12:07] Hi all [12:08] looks like secureboot is part of ubuntu, not bios [12:08] someone was asking earlier how it works... does it only prompt for password when kernel configuration changed [12:31] Anyone here encountered issues with running any software based on electron browser in Ubuntu 24.04 ? I am noticing that a software that ran well on Ubuntu 23.10 now gives an error "The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that [12:31] /path_to_file/chrome-sandbox is owned by root and has mode 4755." [12:49] hello, sorry if this is not the correct channel to ask this but i am out of luck trying to solve it in my own. [12:49] i have a user-data for autoinstall that i am certain works before but now it is throwing an error that repository cannot be resolved. I am pretty sure the IP I used have access/allowed to these sources. [12:49] message during autoinstall: [12:49] finish: subiquity/Mirror/apply_autoinstall_config: aborting install since no mirror is usable [12:49] I add this in the GRUB usually: [12:49] autoinstall 'ds=nocloud-net;s=http://10.1.1.1/ub/server1/' ip=10.0.0.10::10.0.0.1:255.255.255.0:::off [12:49] #cloud-config [12:55] It's usually DNS [12:57] yeah, that's what i thought as well, but this always works last year. do i have to define a dns server to use by the subiquity in GRUB? [13:07] webchat66, is the network interface name correct ? [13:10] oh.. haven't thought of that, i just left it as ens160 always, but i'll try ens192 now [13:10] ok [13:13] you are right! thank you!. i am pretty sure it is always working with ens160 the whole last year. something must have change with the cloud-init? or somewhere else... [13:13] webchat66, i see; yes, probably [14:24] mmm, is anyone else experiencing 24.04 lsof hanging without the -b param? [14:34] ruser: it has a small delay here, but then lists it all [14:36] ruser: time lsof; real 0m3,211s user 0m1,031s sys 0m1,877s [14:53] I'm noob, how am I supposed to install/run this https://github.com/piqoni/hn-text?tab=readme-ov-file#binaries [14:58] (it's a tar.gz) [15:00] lotuspsychje: here it just plain hangs with sleep status on the proc. I suspect it's due to fuse.gvfsd-fuse filesystems [15:11] xvx: extract the tar.gz and then read what it says under "binaries" on the page you linked [15:12] rbox: I did and ran `chmod` but how am I meant to run it afterwards? [15:13] *chdmod +x [15:13] ruser: try running it with strace to see where it hangs [15:13] xvx: ./thenameofit [15:16] `./thenameofit` worked [15:16] isn't there a proper directory to store the file? [15:17] put it in ~/.local/bin/ [15:18] i would use /opt/ for global use [15:18] geirha: oh, that's not a bad idea. how did i not think of that. [15:22] How do I make it run when I enter the name of the file in command line? [15:22] I put it in /opt/ [15:23] And whenever the updates, I guess I need to manually do the whole process again? (download new tar.gz from Github, etc instead of e.g. apt update) [15:25] geirha: strace for one of the processes hangs on a read from a file descriptor 4, whic appaers to be a pipe if i'm reading the output correctly: lsof 150072 root 4r FIFO 0,14 0t0 3004321 pipe; and the parent process is still dumping things into log... maybe lsof is actually running just super slow... [15:27] i don't rememember, do FDs get shared for a child process? [15:27] because if they are the parent don't have FD=4 being open [15:31] Not shared, but inherited [15:32] lotuspsychje: geirha: well, looks like it took 9.5 minutes to complete vs with -b option 42 seconds [15:37] lotuspsychje: geirha: thank you. [15:38] so my /opt/file is static and can never update with something like apt? [15:38] xvx: apt doesnt know about random files you put in random locations [15:41] can apt be configured to check for updates to random tar.gz on github? [15:41] no [15:41] lol so I'll need to manually check the Github/social media to see if ever there are updates? [15:42] or just dont install random things in random locations [15:44] a PPA can include packages that install files under /opt or other places, but in the official apt repos, they're mainly limited to installing files under /usr (and some config and stuff in /etc and /var) [15:45] xvx what is that ? a Hacker news reader ? [15:46] yes trying to be surreptitious at work [15:46] xvx maybe there are updates-supported alternatives [15:48] xvx e.g. https://flathub.org/apps/de.gunibert.Hackgregator (i'am not saying that's ideal, but it's just an example) [15:49] dont they just have a rss feed? [15:49] good idea [15:50] found a better one on snap store [15:52] xvx hnterm [15:53] xvx i mean 'snap info hnterm' [15:54] yes that one. hasn't been updated since 2022 though [15:55] xvx i see; well, maybe there's not much to update :] [16:00] xvx an AppImage too: https://webcatalog.io/en/apps/hacker-news/ can be updated with appimagetool (probably) [16:01] let's try this again! (unstable 5G connection apparently) [16:01] greetings programs! [16:10] ...or not! [16:11] !chat | digitalmouse [16:11] digitalmouse: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [17:06] what command do I need to autostart terminal on booting? [17:06] 'terminal' doesn't do it [17:10] try [17:10] gnome-terminal [17:11] VanillaSoul, so I assume xfce-terminal would work as well? [17:12] loswedseded: I would think so, did you try it? [17:13] thanks VanillaSoul [17:13] works [17:14] glad it worked [17:14] VanillaSoul, I also added flatpak run org.libreoffice.LibreOffice to theautostart options, but it keeps starting regular libreoffice. This command works fine on the terminal to start the ftalpak. Any ideas? [17:16] hmmm [17:16] just curious, why do you prefer the flatpack? [17:17] newer [17:17] plus, Im practicing with flatpaks [17:18] whats to "practice" [17:18] rofl [17:19] are you using ubuntu desktop?? [17:19] xubuntu [17:19] does the flatpack version show up as an installed program? [17:20] yes, and it starts if I open a terminal an execute the flatpak I pasted. Bur for whatver reason, this same command, added to theautostart list, doesn autostart it, but apt installed libreoffice [17:20] i would also double check that your startup command [17:21] does indeed include flatpack in the command [17:21] flatpak run org.libreoffice.LibreOffice [17:21] idiot me [17:21] im an idiot [17:22] you didnt put the flatpack in the startup command? [17:22] no, I wrote the command under name and the name of the app under command [17:22] lul [17:23] VanillaSoul, do you know how the command history works? I like saving my history with history >> history.txt, but I usually work with several open terminals. Does history save all opened tabs? [17:23] i swear most of my bugs are from things exactly like that [17:24] 4 eyes work better than 2 [17:24] I don't know that one off the top of my head, i would have to loook it up [17:24] but history is awesome [17:26] here seems to be a good crash course on it [17:26] https://opensource.com/article/18/6/history-command [17:27] looks like there can be some variations to the way that history behaves depending on wether you're using Bash, tcsh, Zsh, etc. [17:34] VanillaSoul, if I use ubuntu, am I using bash? [17:43] is there a way to allow loggin in to existing desktop session via rdp on ubuntu? i can log in to the existing session only if the screen is not locked [17:44] 24.04 supports that yes [17:45] ravage1: remmina does not seem to support that [17:45] it just automatically closes right after i tried to connect [17:46] the client has nothing to do with it at all [17:46] but if the screen is not locked it works perfectly fine [17:46] well ig ubuntu's rdp server is broken then [17:47] !bug | realivanjx [17:47] realivanjx: 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. [17:48] what is the package name for ubuntu's rdp server? [17:49] !info gnome-remote-desktop [17:49] gnome-remote-desktop (46.2-1~ubuntu24.04.2, noble): Remote desktop daemon for GNOME using PipeWire. In component main, is optional. Built by gnome-remote-desktop. Size 210 kB / 888 kB. (Only available for linux-any.) [17:49] https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop [17:49] alright thanks [18:09] realivanjx: tnx to file bug #2068806 can you please apport-collect 2068806 , from your terminal to drag in logs into your bug [18:09] -ubottu:#ubuntu- Bug 2068806 in gnome-remote-desktop (Ubuntu) "desktop sharing not working if existing session is locked" [Undecided, New] https://launchpad.net/bugs/2068806 [18:10] Hey all. What is the preferred way to mass clone an ubuntu device to multiple computers? [18:11] clone an ubuntu device ? [18:12] think he means deploy [18:13] he mass clones that question in multiple channels 🤪 [18:14] lol [18:14] no one answered in the other one [18:22] conezilla [18:23] xrandr: depends on how you're doing it, i guess. you mwa want to run systemd-firstboot against the mounted image copy's filesystems the cloned system has not booted, yet [18:24] oem setup https://help.ubuntu.com/community/Ubuntu_OEM_Installer_Overview [18:24] oerheks: That doesn't work on 24.04+ [18:25] oh, new installer .. [18:26] ty [18:26] So kickstart is no longer the preferred way? [18:26] xrandr: Nope. https://discourse.ubuntu.com/t/autoinstall-generator-tool-to-help-with-creation-of-autoinstall-files-based-on-preseed/21334 [18:26] !info clonezilla | Eickmeyer [18:26] Eickmeyer: clonezilla (5.5.25-1, noble): bare metal backup and recovery of disk drives. In component universe, is extra. Built by clonezilla. Size 855 kB / 3,367 kB [18:27] bprompt: I'm well aware. [18:27] Thank you!! [18:27] bprompt: My advice was for xrandr [18:27] Eickmeyer: ohhh, misread, my bad [18:33] loswedseded: if you go into your shell and run echo $0 it will tell you which shell is is [18:34] thanks ruser === cbreak_ is now known as cbreak === RegulaPaste is now known as RegularPaste [19:48] How can I run a script when a filesystem event happens? E.g. If directory p has a new file added with extension .pdf then hard link the file to another directory [19:51] !info inotify-tools [19:51] inotify-tools (3.22.6.0-4, noble): command-line programs providing a simple interface to inotify. In component universe, is optional. Built by inotify-tools. Size 32 kB / 159 kB. (Only available for linux-any.) [19:51] plenty of examples; https://www.webhosting.uk.com/kb/how-to-watch-a-directory-for-new-file-creation-in-linux/ [19:51] FKAShinobi: how is the new PDF being added? I mean, I'm assuming you may be looking at the wrong stage of the addition, if it's done by some other app, one can do the event listening there, no at the shell level, that said you could try asking at #bash [19:53] bprompt: The most likely use case is a file is manually copied to the original directory [19:53] FKAShinobi: well, it can be copied by many processes, unless you meant drag&drop [19:54] bprompt: Oh, I see. Either by the files explorer util or by bash [19:55] FKAShinobi: btw inotify as oerheks suggested seems to be tool for event listening, however, let's backtrack some, why do you need all this rigamarole? [19:56] !info iwatch [19:56] iwatch (0.2.2-10, noble): realtime filesystem monitoring program using inotify. In component universe, is optional. Built by iwatch. Size 18 kB / 63 kB [19:59] bprompt: I have a lot of mixed media for e-learning and such. I used to put different media types in seperate folders so applications could find them. This is becoming a pain and I want to lump all the media for a topic under 1 parent directory. Then have the system create the hard links to add them to watched directories. [20:03] Maybe check https://github.com/iyaja/llama-fs [20:05] FKAShinobi: sounds like your core issue is categorizing, no hard-linking per se === dm1 is now known as vlt