=== Guest_yahah is now known as pong [01:19] why lubuntu is so slow [01:19] working on 4gb of ram [01:44] 'slow' [02:04] Do you guys know if i need a fs label [02:11] marcopolo1_, no, uuid is enough [02:12] !uuid [02:12] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [02:14] oerheks: what is uuid? [02:15] I was asking because im trying to make a new partition manually and my last os was fedora and i see that it had fs labels [02:19] user uniq identifier. a number. [02:19] type id in the shell. === gry_ is now known as gry [02:27] oh for fat and nfts you need to set a volume name [02:27] maybe you need to register it too [02:38] test [02:40] !test [02:40] Testing... Testing... 1. 2.. 3... [03:01] !uuid [03:01] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [03:02] No definition. [03:02] < dpkg> A Universally Unique IDentifier (UUID) is used to reference disk partitions (among other things). See currently known [03:02] partition UUIDs with 'blkid'. In /etc/fstab, use "UUID=dead-beef-0420-etc" as the partition name. UUIDs help to cope [03:02] with device name changes such as hda->sda [03:13] Is this room the place where support can be discussed about LibreOffice ? [03:15] vindav: libreoffice is a suppoted apt - ask away :D [03:22] Or not. [03:22] Is this the room for an argument? [03:25] i can't remember where is my $JAVA_HOME variable? i view "/etc/profile", "/etc/environment", it doesn't exist, how to find user or system Variable using a command? [03:27] xxy: Did you set it manually with an export command? [03:28] grep ./ JAVA ? [03:28] grep ./* JAVA ? [03:29] jhutchins: i can't recall which way i set this variable [03:30] xxy: Yes, you said that. Is it actually currently set? Have you logged out && back in or rebooted? [03:31] xxy: Were you following a guide when you set up your java environment? [03:33] xxy: A lot of people/guides don't set it permanently so it's easy to switch on & off or to switch which java version it points to. [03:33] jhutchins: it was configured long times ago , not now , today , i ready to upgrade my JDK to 17, then i need modify that "$JAVA_HOME", [03:35] jhutchins: that $JAVA_HOME variable have been a permanent variable, [03:35] xxy: It can be set in any file that's used to build the shell environment, there's no one way, so you'll have to sort through them all. grep is a useful tool for searching (multiple) files for text strings. [03:35] xxy: No-one here can tell you what you did. [04:31] how to set default text editor program? [04:35] what irc clients is everyone using on ubuntu 22.04? [04:36] telnet [04:36] ? [04:37] irssi or weechat running in a tmux session [04:38] tmux as in termux for android? [04:38] irssi is classic [04:38] https://github.com/tmux/tmux [04:38] Phanom_Stranger: https://help.ubuntu.com/community/InternetRelayChat [04:39] oh nice [04:39] You actually can use Telnet as an IRC client. It's weird, I've done it before, not very efficient but also kinda fun. If you want an actually productive client though, yeah, do something like WeeChat or irssi. Or HexChat if you're a GUI person. Or Quassel if you're on a Qt-based desktop environment like KDE or LXQt. [04:39] HexChat is popular on gnome [04:40] yeah im using hexchat but was just wondering [04:41] if you want to discuss IRC software on Ubuntu feel free to do so in #ubuntu-discuss [04:41] backthen: https://askubuntu.com/questions/13447/how-do-i-change-the-default-text-editor [04:41] im going to go fuck off now. sorry for interupting your circle jerk ravage [04:42] please watch your language [05:07] ravage: ok. I also thought there may be a system option, seeing that one can select default browser, video, and a few others [05:08] backthen: for the console there is "select-editor" [05:56] ravage: thanks. My problem is actually with the ftp program FileZilla. I gave it /usr/bin/code which is the visual studio code editor. But FileZilla still opens files with LibreOffice [05:57] backthen: https://i.imgur.com/Cog4bwK.png [05:58] no themes for hexchat, or couldn't find them. kinda sucks [05:58] irssi is best so far [05:58] fly_: if you want to discuss IRC software on Ubuntu feel free to do so in #ubuntu-discuss [06:01] ravage: oh cool that worked. FileZilla's UX in this case is confusing [06:01] ls [06:06] How to tell if a Ubuntu VM limits the number of processes a program creates? [06:11] how to enable ubuntu's remote desktop feature to be able to have multiple login sessions? i need to logout from my desktop everytime i need to login via rdp software [06:11] realivanjx: it is not a terminal server [06:13] what is the equivalent of logout in command line then? sometimes i go and forget to logout from my desktop [06:15] realivanjx: https://manpages.ubuntu.com/manpages/xenial/man1/gnome-session-quit.1.html [06:17] thanks [06:18] that command will work via ssh right ravage? [06:19] i can google that for you too or you just try it [06:20] google says something like kill all processes by username. tried that in the past but it resulted in weird behavior while if i use logout button i never face that [06:40] Hello [06:40] I am using the latest version of ubuntu [06:42] I have tried to override systemctl values [06:42] But it is not taking effect [06:43] created a file in /etc/sysctl.d/99-sysctl.conf and put the values in it [06:47] And did you apply them or did a reboot? [06:47] Also systemctl and sysctl are two very different things === elastic_dog is now known as Guest2431 [06:57] I am referring to sysctl itself [06:58] https://stackoverflow.com/questions/42889241/how-to-increase-vm-max-map-count [06:58] This is the problem I am facing [06:59] and "sudo sysctl -p" does not show your setting? [07:49] hi all, https://pastebin.com/v3AVqt9M i am not able to use my proviate key to do the auth, even though i included the public in the remote server in authorized_keys and the permission is OK, any idea? [07:52] pagios: are you sure you want to ssh with root? [07:59] pagios: check the debug logs from the server side [07:59] And make sure you uploaded the MATCHING public key, often we do a mistake and upload some other public key [08:27] Hi guys, I'm seeking advice from people about SSH hardening. I'm aware to disable root ssh login, and change the default SSH port. What more advice would you guys reccomend? === kostkon_ is now known as kostkon === root is now known as Guest7575 [08:40] hello everyone [08:40] i have a technical question [08:40] is it possible to have audio output same and or similar routed to multiple/all devices at once ? [08:41] like adress send through all HDMI's the aux, optical and have various BT devices ? [09:10] ahoi, I'm trying to get ubuntu to install a different kernel flavor using subiquity autoinstallation [09:10] according to https://ubuntu.com/server/docs/install/autoinstall-reference there's a toplevel key that accepts "package" or "flavor" but none of them seems to be working [09:10] kernel: [09:10] flavor: oem [09:11] or hwe respectively - whatever i try it'll always install the default generic kernel [09:42] What's the best strategy for getting the current gcc version into a Docker container running Ubuntu 21.04? [09:44] given that 21.04 is EOL, you probably have to overwrite /etc/apt/sources.list with old-releases.ubuntu.com urls in order to use apt-get [09:47] geirha, yeah, apt-get update doesn't pull without that. Sadly I can't exchange the container. Is there a URL I can add to get g++ 12.2 or will I need to compile that from source? [09:51] yes, looks like hirsute had gcc-11.x, so getting a newer version will be painful === docmax_ is now known as docmaxc === docmaxc is now known as docmax [11:11] Hi I'm trying to setup an SSH tunnel so I can reach a site. [11:11] ssh remote.server -N -f -L 9001:website.com:443 [11:11] However, navigating to https://localhost:9001 I get a page that says: "You're speaking plain HTTP to an SSL-enabled server port" [11:11] curl -IL https://localhost:9001 does the same [11:11] what do? [11:12] I think you want to add the -k flag [11:17] Hi guys [11:18] olá [11:18] quem sabe quando a Canonical vai abrir o ubuntu shop de novo? [11:18] ola [11:19] !pt | rangel [11:19] rangel: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [11:19] there's an ubuntu shop? o_O [11:22] there are plans to bring back the ubuntu shop yes [11:36] oi everyone [11:48] Can I run Android apps on ubuntu somehow? [11:48] I'd like to run the Voice text-to-speech app, it's really good [11:48] olle: https://waydro.id/ === dionysus70 is now known as dionysus69 [11:51] olle: or run androidx86 on virtualbox, is also a way [11:52] Got it, thanks! [12:29] Buna ziua! [12:29] Cineva din Romania pe aici? [12:32] Hi! Anybody know some way to use whatsapp by command line? [12:33] !ro | ioan [12:33] ioan: Daca doriti ajutor sau doriti sa discutati despre Ubuntu/Kubuntu/Xubuntu, intrati pe #ubuntu-ro [13:20] Hi all [13:46] BluesKaj: hi [13:47] hey denisbr [13:53] where is the package "user-mode-linux" in Ubuntu? I only see the user-mode-linux-doc file. https://packages.ubuntu.com/source/jammy/user-mode-linux-doc [13:56] hays: Looks like all that is left of that package is documentation [13:56] Jeremy31: its strange because upstream has it https://packages.debian.org/bullseye/user-mode-linux [13:59] hays: Ubuntu bug report https://bugs.launchpad.net/ubuntu/+source/user-mode-linux/+bug/1565448 [13:59] -ubottu:#ubuntu- Launchpad bug 1565448 in user-mode-linux (Ubuntu) "[needs-packaging] User-mode-linux package missing in Ubuntu" [Wishlist, Confirmed] [14:11] Does anybody have a workaround for this bug (https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1970402) when Ubuntu is not yet installed? I am trying to set up a dual boot with Windows 11 on a Lenovo Slim Yoga 9 14IAP7 but can't start the Live Usb because it is "out of memory". (I used Rufus with Ubuntu 22.04 to create the Live USB) [14:11] -ubottu:#ubuntu- Launchpad bug 1842320 in grub2-unsigned (Ubuntu) "Can't boot: 'error: out of memory.' immediately after the grub menu" [Critical, Triaged] [duplicate: 1970402] [14:23] Jeremy31: that's unfortunate [14:23] it looks like no one wants to package it [14:48] i am trying to download an app. whats the difference between native_amd64.deb and just amd64.deb [14:49] what does this "native" implies. native is 2.65mb and regular one is 111mb [14:50] maybe if you mention the apps name, volunteers might know the whole story cry0xen [14:50] fwiw, native is mobile platform...but that may be something else in this case. [14:50] https://github.com/textbrowser/dooble/releases [15:20] Jeremy31: The easiest solution would be to just try a different image. [15:21] What image? [15:22] can i get a shell in the ubuntu server live installer, without formatting any harddrive? [15:23] im in an annoying situation with a laptop with a broken GPU, booting it to the live installer is fine, but booting a GUI like Ubuntu Live causes a kernel panic [15:24] (using the GPU causes a kernel panic) [15:24] hans_: doesn't ctrl+alt+f2 give you a shell? [15:24] alkisg1: it does! perfect, thanks [15:25] Also you can boot to text via live GUI CDs too [15:25] how? [15:25] By passing something like systemd.unit=multi-user.target in the command line, google that parameter for instructions [15:26] thanks [15:26] Jeremy31: Sorry, wrong nick. [15:27] Finally, try passing nomodeset, you might even get vesa-like graphics with it [15:27] !nomodeset [15:27] Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there. [15:27] good idea, but right now i just want to save some stuff from the harddrive before sending in for repair on monday, Ubuntu Live installer shell is all i require until then :) [16:26] hello all, anyone know of any useful open source tools on ubuntu for blockchain analysis? everything i find is paid and lame [16:27] Guest9965: Welcome to blockchain. [16:28] thanks bro [16:28] looking for free software bro to help [16:28] Sometimes there *isn't* a free software equivalency. It's just a fact you have to accept. [16:31] anyone familiar with shufflecake? [16:31]  https://shufflecake.net/ [16:31] worth using to hide passwords, seed pharses etc? [16:31] phrases? [16:32] Guest9965: Not ready for prime time yet. [16:32] Guest9965: Excellent way to loose all your data. [16:32] as in like it hasn't had the test of time? [16:38] "Shufflecake is still experimental software, please do not rely on its security for anything important!" [16:38] that should answer your question [16:40] fair enough, is there something similar that has been battle tested open source? [16:41] if you want software suggestions for Ubuntu you can try #ubuntu-discuss === esv_ is now known as esv [17:00] Guest9965: Short answer: No, that's why people are all excited about it. [18:39] can one run Ubuntu on usb disk and also with gpu working somehow [18:39] From a live ISO, and with an NVIDIA card, I don't think so. [18:41] If you install Ubuntu directly to a USB stick as if the USB stick was a hard drive, then you should be able to get it working. [18:43] hmm, didn't see any install to usb option every time I install Ubuntu [18:43] backthen: You need to have two USB sticks plugged in, one of them being the live ISO, the other being the install target. [18:44] Then you should be able to just select the target USB as the drive to install to, if it's big enough. [18:45] (Be warned that this may scramble things if you already have Ubuntu installed on your main hard drive. It's not too difficult to fix, but it can be a bit alarming when it goes wrong. [18:45] And once again I have forgotten the end parenthesis.) [18:46] cool I'll try next time. My intention is to run Ubuntu with gpu support on my laptop without dual boot. [18:47] Nice. Do be warned that flash drives are way slower than many modern SSDs, so you may want to use an external SSD for this rather than a typical flash drive. (Flash drives wear out quicker from writing to them, too.) [18:49] I heard about the wearing out part too. What's the scale of time I wonder [18:50] Probably depends on the size of the drive and whether it implements wear leveling or not. However, don't expect it to be very long. Keep constant backups of critical data, so that if the drive dies it doesn't take too much data with it. [18:50] (An external SSD, on the other hand, should last a while, though you should still keep backups of it just in case. Really, keep backups of everything, you'll be glad for them when the day comes that you need them.) === Guest8222 is now known as gr33n7007h [18:59] hmm that's a shame. External SSD would mean loss of mobility [19:37] backthen: big usb sticks exist with 500 MB/sec read/write; these are like SSD disks inside them, but much smaller [19:39] backthen: e.g. https://www.kingston.com/en/usb-flash-drives/datatraveler-max ==> 1000 MB/sec === Kietux_ is now known as Kietux [19:39] what does the performace setting do exactly in the top-right drop down menu? [19:40] my fan speed ramps up, but does it change the clock speed? [19:41] alkisg1: oh are you saying this Kingston usb drive has the build quality of SSD so that they don't wear out like typical flash drives? [19:41] Right [19:41] And much, much faster speeds [19:43] E.g. copying files to your disk might slow it down because your disk might be slower that that :D [19:43] *than [19:45] oh cool. What's the name of this 'SSD inside' USB technology? [19:46] Want to get a different one. This Kingston one is too long. I know if I get it it'll bend when inevitably my laptop falls off after I doze off too sleep [19:48] Hi all! I am using an app that sync files with a server. It gives me an error of not being able to do the SSL Handshake. While inspecting the logs of this app, I see the following: https://pastebin.com/aHn7eTac The same server and client running on a Mac sync successfully. Hence, my thinking is that this has something to do with my Ubuntu 22.04 setup. Any tips or help on fixing this are appreciated. [19:50] the certificate of that https://seafile.server.org/ seems bad? [19:51] oerheks, Not sure. It works for the Mac client. It is a LetsEncrypt certificate that is valid and has proper domain names specified. === SQL is now known as O|||||||O [20:49] so I have kubuntu 22.10 installed, fresh install, and I have an MSI MPG z690 motherboard. Front IO headphone Jack shows up in audio, even shows audio going to it, but does not work. No sound ever comes out, but if I plug into the rear IO its fine. This same jack works fine in windows on another harddrive. [20:51] curious if anyone has any idea, checked alsamixer and nothings muted, idk === Sircle42 is now known as Sircle [21:03] Hello I'm having a strange issue with Firefox running on Ubuntu inside of a QEMU guest. Basically the main rendering area of Firefox (i.e., the website) inside the guest OS stops updating but everything else in the OS is functional. Closing and reopening Firefox "fixes" it but only temporarily until it happens again. Sometimes it goes hours without issues, other times minutes all with the exact same browsing pattern. Any ideas on where [21:03] to start looking? [21:07] Why ubuntu does not have apt based firefox, chromium, brave browsers? snaps are not opensource.? [21:14] Hi, i'm plugging in a USB portable drive and I am getting "not authorised to perform this operation". I'm a little bit lost as they just used to pop up when they plugged in :) [21:14] I'm helping a friend and wanting to drive her laptop back down with me long distance tomorrow rather than risking posting it :) [21:24] tpanarch1st: Are you literally just plugging it in? Not doing anything that would try to write to it? [21:27] yeah just trying to plug it in jhutchins [21:30] tpanarch1st: Which release? [21:31] jhutchins - thanks for responding by the way. How do I find that out please [21:32] Ugh snaps can die in a fire as far as I’m concerned. Bleh. [21:32] tpanarch1st: In a terminal, "lsb_release --all". [21:33] It should tell you what version of Ubuntu you're running in the output. [21:33] tpanarch1st: lsb_release -a [21:33] Or that. I don't know gnome, let arraybolt3 help you. [21:33] 20.3:)  I'm running cinemon:) [21:33] Oh... that's Linux Mint, isn't it? [21:33] and thanks so much to you both - just be so nice to get my friends laptop back to her safely! [21:34] Or Ubuntu Cinnamon Remix? [21:34] just need to get the contents off there for her [21:34] arraybolt3 just got came with 20.3 [21:34] One moment... [21:34] oh sorry yes, would help - Mint* [21:34] I doi apologise! [21:34] tpanarch1st: Sadly, Linux Mint isn't supported here. They have a forum where they have support for it. Linux Mint may have problems or bugs that we aren't aware of, so we aren't going to be able to help a whole lot. [21:34] I just popped in based on it being so closely connected:)  Maybe that is ignorant of me so sorry if it is [21:35] What you could do is boot from an Ubuntu Live ISO and then use that to transfer the data. That would get around any Mint glitchiness. [21:35] I couldn't see anything for Linux Mint on here [21:35] you have a point but I don't know where my USB stick is to do an ISO :) [21:35] Yeah, it looks like they don't have an IRC chatroom. I know they have a forum though. [21:35] yeah that's not going to help when I have to leave at 8am lol! [21:36] plan to leave data running off overnight you see :) [21:36] tpanarch1st: Oh hey wait look at the link I just found: https://widget00.mibbit.com/?settings=afafcb2fef3d61ee26d44fe55394b54b&server=irc.spotchat.org&channel=%23linuxmint-help&autoConnect=1 This is what I got when I clicked on the Chat button on Mint's website. [21:36] The place I found the button was here: https://linuxmint.com/contactus.php [21:37] They must be on a network other than Libera.Chat. [21:37] Sure enough. They're on SpotChat. The link above should take you to the Linux Mint IRC channel. [21:37] ah thanks so so much to both of you all the same :) [21:37] Glad to help! [21:39] bless you, thanks and happy thanksgiving for those of you Stateside I'm in the UK [21:39] Mint is on another network. [21:39] !mint [21:39] The Ubuntu channels can only provide support for Ubuntu and its official !flavors. Derivatives and other distributions use different software repositories and other software. Please use their dedicated support venues, such as: Linux Mint: #linuxmint-help on irc.spotchat.org, Pop!_OS: https://support.system76.com/ , Kali Linux: #kali-linux on irc.oftc.net, LXLE: https://lxle.net/support-options/ [21:40] Spotchat. [21:40] yep on there now and just waiting for a reply:)  Cheers for the handy link. I miss IRC in some ways! [21:40] used to use my Hexchat all the time [21:40] Cool cool [21:40] Would be nice if everyone would just use Libera :P [21:41] (I only used that command because I couldn't remember) [21:41] arraybolt3, well, there were too many eggs in the freenode basket when it exploded. [21:42] :( [21:43] i have an issue and need to know which file(s) or user account settings to remove or edit so contents within Konsole, QTerminal, etc. show up correctly..alignment. The link will show you two instances of Konsole. The TOP is as ROOT user. The BOTTOM is USER (n9nu) account [21:43] https://bin.idrix.fr/?fac73ae83af44a39#EByhFhBYLFYhBgCyYrhFzmh4gP3FLf5JFqMm7x4TazQa [21:44] as u can see root user shows contents correctly; my user account does not. [21:44] for anything..not just bytop [21:44] j [21:44] ahbuha [21:46] N9NU: I don't know any specifics, but it looks like you might have some differences in configuation in your ~/.bashrc or ~/.profile files. [21:46] ah ok....i check now [21:50] bashrc is not used i guess..its all # out.... /etc/profile is where ps1 and umask are [21:50] i will check those [21:52] Interesting. A default Ubuntu .bashrc is not commented-out. [21:53] oh my bad,....imin ubuntu [21:53] imusing debian 11.5 [21:53] !debian [21:53] Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu! [21:53] lol [21:53] We can't support Debian here. [21:54] Head to #debian on irc.oftc.net [21:54] yeah...didnt even realize i was typing in here [21:54] yeah [21:54] No worries. :) === xenial is now known as Guest8723 [22:06] Is the server edition mainly that it doesn't have GUI compared to standard? [22:07] backthen: It also has a different selection of packages that are more likely to be used on a server vs. a desktop. [22:08] backthen: You can, of course, install all of the server packages on a desktop build, or vice-versa. [22:10] huh, I seem to have openssl-3.0.2 from the libssl3 packages versioned 3.0.5.2-2ubuntu2. Does anyone have thoughts as to why and how to make it match the package number? [22:11] jhutchins: ok. The server edition seems much smaller for the iso. [22:13] JamesB192: libssl3 3.0.5.2-2ubuntu2 is from kinetic. openssl 3.0.2-0ubuntu1.7 is from jammy. you seem to have mixed release packages [22:14] (which is bad) [22:15] When I am using tor package 'sudo apt install tor' and run it as 'tor', does that also means that others can connect through my PC (just like I connect internet via a tunnel through their PC? [22:15] hey, so i've been trying to get a program working for some time, but I can't seem to get this dependency resolved.  "libgconf-2.so.4: cannot open shared object file: No such file or directory"  when I try to install the package it says it's already installed, so i'm a little confused [22:16] Sircle, I think you have to configure yourself up to be an exit node for it to work like that.  IIRC, it doesn't work like that by default [22:17] TehRabbitt ok [22:17] TehRabbitt: There's no abstract answer we could give you about a "program" without knowing what it is or how you installed it. [22:17] TehRabbitt are you sure? [22:17] TehRabbitt: Name names. Be specific. [22:17] Sircle, not 100%.  but from the last time I used it, you had to specifically set it up as an exit node for it to operate like that [22:18] jhutchins, platnium-md [22:18] TehRabbitt I just wonder why people allow others to connect through them? [22:19] jhutchins, https://github.com/gavinbenda/platinum-md [22:19] This error is most likely due to a recent change in a package for Google Chrome - it no longer pulls in libgconf-2-4 as a dependency. [22:19] Sircle, because it requires people to volunteer their bandwidth in order for Tor to function === _enigma9o7_ is now known as enigma9o7 [22:20] Sircle, just like there are people who 'seed' torrents.  without people volunteering to seed those torrents, downloads would be impossible.  they don't HAVE to, they choose to [22:23] TehRabbitt doesn't it get them into trouble if anything illegal happens via that tunnel? [22:23] TehRabbitt: Is it looking for a different libgconf than what you have installed, or is it looking in the wrong path? [22:24] TehRabbitt: If you can reach the developer, you could ask him to tweak it for your Ubuntu installation, or ask him how you could do that. [22:24] Sircle, IANAL, however as far as I am aware, they would have to prove that they weren't the ones who did said illegal things. it's not much different than if you operated "open wifi" and someone did something bad on it.  you'd have to prove it wasn't you that did it, or at least be willing to take the risk [22:25] jhutchins, yeah, that part i'm not sure of.  I was thinking of submitting a bug ticket / finding out if something had to be tweaked, but I wanted to be sure I wasn't doing something dumb first :P [22:25] ok [22:25] Sircle: What activity are _you_ trying to hide with tor? Could somebody else get in trouble if you use their node? [22:25] How can I be sure that I am not running a tor node? [22:26] No just curious. My first day with tor cli [22:26] Sircle, I've had to deal with DCMA notices on "public wifi" in a corporate setting before.  Not fun, but at the same time, usually as long as they realize it was a "random person" and you've taken steps to verify it wasn't someone "internal" they are usually pretty satisfied. [22:26] TehRabbitt, Sircle: Your tor conversation is venturing into offtopic territory. [22:27] Eickmeyer ok. [22:27] anyone can PM me from here [22:27] TehRabbitt thanks [22:27] jhutchins, is there a way i can check to see what libgconf it is looking for? [22:28] (everything i've read just says to install sudo apt install libgconf-2-4 but it looks like it's already up to date) [22:32] whaat program is it [22:32] ur using === revolt11- is now known as revolt112 [22:33] platinum-md  it's a minidisc application [22:33] trying to transfer music to an old MD Player I have [22:33] hang on [22:34] okay [22:34] TehRabbitt: Chances are the application is hard-coded to look for /usr/lib64/x86_64-linux-gnu/libgconf-2.so.4 when Ubuntu (and Debian) install to /usr/lib/x86_64-linux-gnu/libgconf-2.so.4. The dev is using absolute paths, which is generally a no-no when coding. [22:34] the project does seem rather active, last updates were earlier this month: https://github.com/gavinbenda/platinum-md/releases [22:34] I'd say file an issue. [22:34] Eickmeyer, AH that would make sense. hm [22:36] Typically, using a $LIB variable is the way to go, but the dev didn't do that, or so it appears. [22:37] Either way, you have the package, but the make file isn't finding it. That tells me something is broken on the dev's end. [22:37] u running the .appimage [22:38] TehRabbitt: And, just for future reference, we don't support running/compiling applications outside of the repositories here. :) [22:38] N9NU: They're trying to compile from source. [22:38] https://github.com/gavinbenda/platinum-md/releases/download/v0.7.0-alpha/platinum-md-0.7.0.AppImage [22:38] oh.... [22:38] Yeah, the AppImage is what i'm trying to use [22:39] Yeah, we can't support appimages either. Since the appimage is created by the dev themselves, you have to contact the dev. [22:39] Eickmeyer, makes sense [22:40] As far as I'm concerned, you have all your ducks in a row, TehRabbitt. [22:41] Sounds to me the appimage is missing its own dependency. [22:41] Eickmeyer, thanks, like I said, I tried exhausting every avenue I could before I ask haha.  that said, i wanted to make sure that it wasn't something I missed etc, especially since the dev had posted specifically on the install page: "This linux package has only been tested on Ubuntu" [22:41] which gave me hope it would work / made me think maybe I had done somethign wrong haha [22:42] https://github.com/gavinbenda/platinum-md/releases [22:42] TehRabbitt: Yeah, but if the appimage is missing a dependency in itself, it won't work. That seems to be the case here. [22:42] Ah. [22:42] Appimages have all dependencies included, so they don't rely on system dependencies aside from some architectural things required to make them work. [22:43] I see [22:43] I think I tried to install using the .snap file tbh, not the AppImage. [22:43] I might try the AppImage route and see if it works [22:44] If you tried the snap, that's different, but if it's not on the snap store, there's no real guarantees. [22:45] Eickmeyer, makes sense.  Well i'll give the appImage a go and see.  thanks :P [22:45] * TehRabbitt crosses fingers [22:45] Good luck. :) [22:45] appimage has to work [22:46] Yup, it did work. [22:46] its akin to a static build [22:46] Hm, so the Snap didn't [22:46] this works though, so mission accomplished haha [22:46] thanks again! [22:46] Sweet. If the snap didn't, then the dev missed a dependency in the snap.yaml file. [22:46] Yw! [22:46] purge the snap [22:47] unless ya use those [22:47] N9NU: Anti-snap arguments are off-topic here. :) [22:47] lol [22:48] lol [22:48] Basically, anything except support is off-topic here. :) [22:48] j/s [22:53] i accidently issued: rm -Rf * from / [22:53] oh dear [22:54] N9NU: I hope you had backups. [22:55] timmy just kidding [22:55] N9NU: Ctrl+C out of the command immediately. [22:55] 👍️ [22:55] i dont use sudo [22:55] su - [22:55] old school [22:56] since 96 [22:56] !guidelines | N9NU: Joking aside, you might want to check this out [22:56] N9NU: Joking aside, you might want to check this out: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines [22:56] no joking eh [22:57] N9NU: We have an #ubuntu-offtopic channel specifically for this stuff. (Sorry, we don't want people to get the wrong idea about the use of this channel. It's frequently quite busy.) [22:57] Not so much no joking, but just... be careful with the idle chatter. We have #ubuntu-offtopic for that. [22:57] tomreyn: thank you for the help. [23:04] JamesB192: you're welcome. do you need any hints on how to sort this out? === V|A is now known as VIA [23:45] Hi , looking for offline wikipedia 2009 , any chance ? [23:45] Hi , looking for offline ubuntu-wiki 2009 , any chance ? [23:46] sorry ..., [23:52] it was released by ubuntuusers.de , but is currently not available anymore .., they only provide offline wiki 2010 and 2011 ..., but i know there is or was a 2009-specific release .. [23:53] McE: try #ubuntu-de-offtopic [23:54] there is a 2009..google it