[00:00] or just droid [00:00] sarnold : im fix it [00:00] its probably a fork or whatever they call it, of ubuntu [00:01] Sabotender: yeah, I went looking for a package manifest but couldn't find one.. I grabbed an image, but don't have an easy wasy to mount something I don't trust, and searching through it with 'safe' tools is just kinda hard, hehe [00:03] imnot asking for much, I just want this wireless adapter to workk [00:03] its frusturatingg [00:04] is there a way to compile sans dkms? thats the one that seems to be having issues with headers [00:05] I was able to compile a driver which turned out to be the incorrect driver [00:05] Sabotender: this is very helpful for building out-of-tree modules https://www.kernel.org/doc/Documentation/kbuild/modules.txt [00:06] Sabotender: of course it assumes the authors knew what they were doing; that's not always a given with out-of-tree modules :( [00:07] this appears to be exactly the driver I need but the instructions use dkms and I dont know the way around it [00:11] Sabotender: do the git clone, then cd into the source directory and do a make and sudo make install [00:13] Hi, i was asking about what can i do to fix broken functionality of google-chrome a day ago. It simply doesn't spawn Open/Save dialog. Currenly i found some debug info when i try to hit CTRL+O or S. This what i have in syslog while i press it. https://pastebin.com/up94btmg .. Any idea how to fix it ? [00:19] oooh hmm, let me try that [00:22] xatrix: maybe there's more details in journalctl? [00:25] I need to set up this new image again [00:25] Sabotender: xdg-desktop-por[3132]: Failed to create file chooser proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gtk: Timeo> [00:25] because I thought I shouldnt have upgraded [00:27] Sabotender: https://pastebin.com/n98hq9dk [00:29] xatrix: dang :( there's no more details there, either :( [00:29] oh, that's sytemctl; try just 'journalctl' and run it again, see if you get better errors there [00:30] I dont know what you are showing me [00:34] Sabotender: xatrix just made a tab-completion mistake, he meant to show it to me [00:37] installing build-essential again 🙁 [00:39] o/ long time since I have had such troubles,  I need to boot with a read only on my root partition, maybe with some init 1 command as I think used to be possible [00:40] any suggestions,  I suspect there is some quicky way of doing this,  but Im no longer familiar... also... mount -o remount,ro    is not an option as so many services on ubuntu with files open [00:41] I know how to do that with SysVinit, but not with systemd [00:41] hrob: Will a root shell from the recovery console do you ? [00:42] Bashing-om tried it... it still has read write and shit-loads of open files [00:43] Im reading edit /etc/fstab   to set it to read only then reboot... I'll do that I guess but seems kinda low level to me [00:44] I was just wondering about this... that ubuntu/debian has some safe/trusted helper to do this, maybe through systemd [00:44] the boot process is going to remount,rw [00:44] yes, the answer is somewhere in systemd documentation [00:47] btw... as far as I read ubuntu 20+ is ok with that fstab approach in recovery mode [00:47] so I'll just try that [00:48] however another issue... my eyes are horribly poor... and I have this stupid retina display laptop...  the shell prompt in recovery mode is aaaalmost not humanly readble, so small [00:49] anyone know a solution to that issue... maybe some bash shell command to increase the text size? [00:52] hrob: look at /etc/default/console-setup ... [00:52] maybe I rubber ducked it..  /etc/default/console-setup [00:52] ah yeah lol [00:53] well its fstab + that and reboot... thanks! [00:54] hrob: see fonts in /usr/share/consolefonts/ [00:55] hm i dont have a /usr/share folder [00:55] sorry.. wrong... I do... [00:55] OK so I can use some of those too [00:56] but logging off, rebooting in ro... may not be back if everything goes cr*** [00:57] wish me luck [00:59] Hello [00:59] alguien de Perù? [01:02] i want tobuild this driver but I dont know how to do it without dkms. I can only follow instructions and can't just makke things up : https://pastebin.com/2hhwHYxq [01:04] should I just follow the git clone line then cd to the directory and make then make install? [01:06] oh I am asking in wrong channel === east44 is now known as darkdna44 === darkdna44 is now known as east44 === chris15 is now known as chris14 [02:33] I have internet! ❤️ now I can control this odroid via secure ssh [02:33] \o/ [02:35] I was able to compile the correct driver and get it installed === Bocaneri is now known as Guest965 [02:50] Who the hell asked if I wanted to play Battlefield 4, I quit playing that years ago [03:19] How do I rename the host (server name) on a ubuntu machine? [03:21] try hostnamectl [03:21] I'm not sure what it might miss, probably the name is embedded in a bunch of other config files for various programs === Bahhumbug is now known as DrPepper === DrPepper is now known as Bahhumbug [04:04] i have two questions, ubuntu 22.10 is doing automatic updates, how do i prevent this? [04:06] does it have to do with this line: "APT::Periodic::Update-Package-Lists "2";" on the file /etc/apt/apt.conf.d/20auto-upgrades? probably not [04:13] The GUI way of disabling auto-updates is by going to softwares&updates app, select the updates tab then look at "automatically check for updates" field, set it to "Never" [04:17] rnat: i'd like to automatically check for updates, but not update automatically. [04:19] maybe disabling this would also help for the automatic updates. it didn't update automatically before, i don't know what's with it. [04:19] once you have done what i had suggested, use this command to manually check for updates sudo apt update && sudo apt upgrade [04:33] Well in your case you need this config https://pastebin.com/v4L4hE45 [04:35] rnat: for what file that is for? [04:35] /etc/apt/apt.conf.d/20auto-upgrades [04:36] ahh, the same file, yes [04:39] another issue: when i update software with software updater, i always get this error: "Package operation failed - The installation or removal of a software package failed.". how to fix this? [04:40] i've tried to update wine many times, but it doesn't get updated. [04:42] (groan) My /etc/apache/apache2.conf is gone. How best to get another copy of the default one? Ubuntu Jammy. Apache was 2.4.52 Nov 8. [04:46] apt download apache2 [04:47] dpkg -x apache2*.deb [04:47] thx lots [04:47] sudo cp etc/apache2/apache2.conf /etc/apache2/ [04:47] Only the last step requires sudo/root [05:06] rnat: do you have an answer for that question? [05:11] hmm, did some googling... [05:11] used the commandline, did this: sudo apt --fix-broken install [05:12] seems it solved the problem! [05:12] had to install libgssdp-1.2-0 [05:14] tripp4h: ' sudo apt update ; sudo apt upgrade ' runs and shows now all zeros ? [05:22] Bashing-om: hmm... it says "1 not upgraded" [05:22] but this is not a problem i think [05:23] tripp4h: Held back ? [05:23] The following packages have been kept back: libc++1 [05:27] tripp4h: Humm --- ' apt policy libc++1 ' : does it reflect it is in phased updates ? [05:40] Bashing-om: https://pastebin.com/9ETRCpHA [05:42] How do I get my Thinkpad, where 22.04 was installed using optimus and then nvidia drivers added, to boot with only discreet graphics? When I try, it freezes. [05:57] Diagon: freezes? [06:06] matsaman / Freezes on boot: "ACPI: vidao: Video Device [VID1] (multi-head: yes rom: yes post: no)` then `sdhci` and it freezes with fan cranking. [06:08] So nvidia was working fine (prime-select query would return nvidia), but now with only the dGPU rather than Optimus, the machine won't boot. [06:22] huh [06:23] well you could try disabling the windowing system on boot [06:23] https://linuxconfig.org/how-to-disable-enable-gui-in-ubuntu-22-04-jammy-jellyfish-linux-desktop or the like [06:24] you could uninstall the nvidia/optimus/any graphics drivers [06:24] you could try nomodeset === Guest965 is now known as Sauvin === Mibixy is now known as Mibix [08:41] cryptsetup question: my computer has this security feature as well as a ubuntu password. Something new happened today: I entered my passphrase, but my machine didn't recognize it. I checked the passphrase several times. I tried for seven timesand then, somehow, the passphrase was accepted. This was yesterday. [08:41] today something similar happened, except that I powered the machine off and I entered recovery mode. I chose the second recovery mode option and the passphrase reacted as planned [08:41] what is going on and why? === polymorp- is now known as polymorphic === V|A is now known as VIA [10:45] does somebody already upgrade a CEPH 15 installed from ubuntu 20.04 repos to a ceph 16 and/or 17 after upgrading to 22.04 ? [10:46] R4v3n: pretty sure, you would find more people who maybe did it in #ubuntu-server [10:46] thx [11:10] matsaman / thanks. I do want to use the nvidia driver, so removing it is not my objective. Rather, it is to get it to boot. [11:12] matsaman / I am able to boot nomodeset up to a blank screen. C-A-F2 gets me a termina. What would be the point of disabling the windowing system? [11:25] cryptsetup question: my computer has this security feature as well as a ubuntu password. Something new happened today: I entered my passphrase, but my machine didn't recognize it. I checked the passphrase several times. I tried for seven timesand then, somehow, the passphrase was accepted. This was yesterday. [11:26] today something similar happened, except that I powered the machine off and I entered recovery mode. I chose the second recovery mode option and the passphrase reacted as planned [11:26] what is going on and why? [11:29] gneeriiloeepdeer: maybe the keyboard isnt working all the time? [11:29] EriC^^_, strange [11:29] why would it be? [11:30] EriC^^_, can overheating cause this? [11:30] gneeriiloeepdeer: dont think so [11:30] partially broken fan [11:31] EriC^^_, ok, any other reason you could think of would be appreciated [11:31] EriC^^_, can the passphrase change after a kernel upgrade? [11:31] gneeriiloeepdeer: no, dont think so [11:32] it sounds like some input problem, if you tried several times, then it worked [11:32] I also thought space could be a reason: my memory is full, only have .95 GiB free space [11:32] EriC^^_, the thing is, I dont believe i have dementia [11:33] EriC^^_, is there any way for my computer to print in characters the passphrase? [11:33] gneeriiloeepdeer: we've already talked about this 6 times already [11:33] (dementia joke) [11:33] you troll :D [11:34] gneeriiloeepdeer: try typing many times the passphrase in gedit or so, and see if sometimes some keys or caps arent working [11:36] EriC^^_, if I change the passphrase I should make a sec copy before, correct? new passphrases nukes the computer, right? [11:40] gneeriiloeepdeer: no, that doesnt sound right [11:40] gneeriiloeepdeer: https://www.cyberciti.biz/security/how-to-change-luks-disk-encryption-passphrase-in-linux/ [11:41] gneeriiloeepdeer: if you want, type 'read -s passphrase' and try typing the passphrase consecutively (dont hit enter til you want to finish testing) [11:41] then do 'echo $passphrase' and see the results [11:42] EriC^^_, what if I do sudo cryptsetup --verbose open --test-passphrase /dev/sda3? [11:45] sure why not [11:45] i think you mean --verify-passphrase though? [11:50] sudo cryptsetup --verbose open --verify-passphrase /dev/nvme0n2 returns Command failed with code -1 (wrong or missing parameters). === zeroes_ is now known as zeroes [12:10] What does curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - commend do ? [12:17] it fetches a script from the internet and runs it with root priviliges (aka the worst possible way of distributing software) === bG9s is now known as bHVs === bHVs is now known as bG9s [13:15] Hi all [13:20] loose, thanks [13:26] im just asking for confirmation that changing my luks encrypted main ssd with gnome-disks is not going to nuke my computer [13:27] am I going to nuke my computer? [13:48] Ijust wanted to let everyone know that I was able to compile the correct driver for my wireless adapters. now I can move on to the next steps for configuration for my project [13:48] congrats [13:49] Sabotender: you got a bug ID in that wifi chipset? [13:49] and the compiled driver is working well? [13:52] yes, it sure was reporting the incorrect chipset because I foolishly got the chipset version in the CD that was included, and until I used libbusb like I should have done in the beginning, this would have been more straightforward. a few google searches revealed the github page with detailed support and download and compilation instructions which worked a peach. [13:53] I am not a linux guru. I follow walk-throughs to get where I need to [13:56] this is more or less how you become a guru :) [13:56] Sabotender: if a device is not recognized by default on ubuntu, usualy that would deserve a bug, so the developers can fix it [13:57] IIRC that rtl8xxx (?) driver is not yet in the mainstream kernel? [13:58] I looked it up a couple weeks ago for someone here. [13:58] oooh that's what you meant, my mistake. yes absolutely, it could easily be plug and play quality. bbut I could test it more if needed, but I've been downloading libbs and utilities all morning, hehe [13:59] Sabotender: what gives on; sudo lshw -C network plz? [14:00] ive connected to the Odroid via ssh and it absolutely reports that I am using Ubuntu even though uname a is not giving the information. perhaps I am using the incorrect switch [14:01] just a moment please [14:04] erm let me pastebin this [14:04] its a lot of data [14:10] https://pastebin.com/hg1gXafj [14:13] I really need to perform a speed test with these wireless nics, if only there were a cli method to do this 😜 [14:16] lotuspsychje: I keep forgetting to highlight people [14:16] Sabotender: tnx, im looking at your chipset for relevant bugs, but didnt find right away [14:18] Sabotender: your lshw output doesnt give a productname either [14:19] for the Odroid XU Lite? [14:20] Sabotender: no, your realtek chipset, driver=rtl88x2bu [14:21] oh the realtek, yeah, but its nice that it is reporting the correct chipset [14:23] why is there a directory named nicky in my /home ? [14:24] phil42: you created a user nicky at some point [14:24] phil42: either it was created by a service or I'm thinking someone would have created that [14:24] right [14:25] some services will create home directories but ... not familiar with one for "nicky" [14:26] phil42: 'last' will tell you if that user ever logged on [14:27] i didn't find a user nicky, just /home/nicky [14:28] and files in /home/nicky/source/p64_3p-fontconfig/stage/var/cache/fontconfig [14:29] all owned by root [14:32] should i reinstall ? [14:33] phil42: you could rm -rf /home/nicky as root [14:35] So I ended up doing a fresh install of Ubuntu 22.04 and the performance is so much better than after having done an upgrade from 20.04 to 22.04. However, it seems that my system is not using the Nvidia graphics at all. [14:35] My guess would be that some poorly-packaged font included files in /home/nicky [14:35] phil42: ^^ [14:36] Nicky font is a retro-styled, bold italic Serif font, that will make your design outstanding and casual vibe! Designed by Sarid Ezra, [14:36] In Software & Updates > Additional Drivers > 'Continue using a manually installed driver' is selected ... even though I never manually installed any driver. [14:37] screenshot: https://ibb.co/n8zdG5V [14:38] is it a poorly packaged font or a trojan ? [14:38] Some graphics info: https://pastebin.com/6L7L0FTb [14:39] phil42: sudo updatedb ; locate nicky should give you files in your system [14:42] phil42, for now just try renaming /home/nicky, so if the files there are needed somenow, you still have them. [14:43] There is a slight chance that it could have been malicious, but it's always safest to assume ignorance rather than malice. :) [14:43] more likely to be correct, not safest  :) === leaftype is now known as firetype [14:45] I'd argue it's safer to refrain from overreaction. === firetype is now known as leaftype [14:45] It's not like they put a binary there and slipped it into root's $PATH [14:45] my unused disk just spun up twice [14:46] maybe because of updatedb [14:46] Was this nicky font part of Ubuntu, or something else? [14:46] don't know.    i didn' [14:46] i didn't install it on purpose [14:46] Something might have pulled it in. [14:47] locate nicky shows only the files and directories in /home/nicky [14:49] We need someone with greater understanding of apt to find out what pulled this font in, from where. [14:49] (That is, I don't have that understanding.) [14:50] But it really does not look like a trojan. [14:51] phil42: you can look in /var/log/apt/history.log [14:51] oh I know how to search [14:51] special [14:51] spacial [14:52] apt-file search /home/nicky [14:52] doubtful it'll show tho [14:52] this doesn't look like anything that would be "installed" exactly [14:52] we also want to know what package pulled it in. [14:53] There could be a bug to report. [14:54] Generally no .deb package hs any business creating directories in /home [14:54] I installed a cli ased speed test utility and I am impressed that the adapter is reporting abbbout 200mbps down, which was expected [14:55] if you know of any other things I can use to test the compatibility of this driver, I'll e happy to try it [14:56] Sabotender, note that for 802.11 often the local wireless segment will be the slowest part. For example I get ~400Mbps to my router, but gigabit between it and the ISP. [14:56] You're probably going to want to focus on testing that local speed only. [14:56] phil42: 'stat /home/nicky' will give you info when this nicky was created, accessed, modified [14:58] sney: Naming conventions did not collide at first because Debian frankly didn't offer the equivalent packages. WHen they began to be a problem, the maintainer complied with the new guidelines. [14:58] Ah, good old irssi buffers. [14:58] !info speedtest [14:58] Package speedtest does not exist in kinetic [14:58] Hm. [14:59] phil42: do you use any apps like onestop iitg [14:59] phil42: stat /home/nicky | nc termbin.com 9999 ... paste that [14:59] can't right now [14:59] https://www.speedtest.net/apps/cli [14:59] !info speedtest-sli [14:59] Package speedtest-sli does not exist in kinetic [14:59] !info speedtest-cli [14:59] speedtest-cli (2.1.3-2, kinetic): Command line interface for testing internet bandwidth using speedtest.net. In component universe, is optional. Built by speedtest-cli. Size 24 kB / 104 kB [15:00] * jhutchins heads for more coffee. [15:02] i have never installed onestop or know of installing anything like it [15:04] when i boot my machine, i get "Failed to create new system Journal: no space left on device" - and it wont boot - any ideas on how to solve this issue? [15:04] phil42: you cannot paste something like that? https://termbin.com/t11c [15:06] pycurious1: boot from a live usb and free some space on your disk, ssd [15:08] https://termbin.com/37dlp [15:09] i doubt it tells you anything [15:10] phil42: match 2022-08-22 date in /var/log/apt/history.log to find what apt did that day [15:11] * 22 [15:11] * 20 [15:13] match same date in /var/log/syslog to see what your system did that day [15:15] not finding 2022-08-22 , still looking [15:16] journalctl --since "2022-08-20" --until "2022-08-21" [15:16] can't do that now [15:19] 2022-08-22 not found in /var/log/apt/history.log* [15:20] hello [15:21] Earlier I made a typo, the date is 2022-08-20 according to your termbin paste [15:21] need to go. thanks for help [15:22] I would be interested to hear if there's any advice regarding my graphics situation. (I mentioned it a bit earlier) [15:22] zetheroo: i just joined, what is the situation? [15:24] So I ended up doing a fresh install of Ubuntu 22.04 and the performance is so much better than after having done an upgrade from 20.04 to 22.04. However, it seems that my system is not using the Nvidia graphics at all. In Software & Updates > Additional Drivers > 'Continue using a manually installed driver' is selected ... even though I never manually installed any driver. [15:24] screenshot: https://ibb.co/n8zdG5V [15:24] Some graphics info: https://pastebin.com/6L7L0FTb [15:29] line 25 shows driver=nvidia can you do, nvidia-smi [15:31] pavlos: Command 'nvidia-smi' not found, but can be installed with: .... lists all the available nvidia-utils-... packages [15:31] on the screenshot, can you click the top radio button so that your system will install nvidia-515 [15:32] Hello ! [15:33] pavlos: no, it's all greyed out [15:34] I'm kinda worried to install something which will mess up the performance :/ [15:34] Is there any way to see what 'nvidia' driver is in fact installed? [15:35] the P520 exists in laptops, is there an option in BIOS to use the the nvidia [15:36] In the BIOS I have it set to use both/either [15:39] sudo ubuntu-drivers devices [15:40] pavlos: doing that now :) [15:40] dmesg | grep -i nvidia [15:41] https://pastebin.com/ESrKeTNf [15:41] are you running Xorg or Wayland? [15:41] Don't know [15:41] Whatever the default was [15:41] ps -ef | grep X [15:42] is there an Xorg process === alocer1 is now known as alocer [15:42] Now suddenly the drivers dialog looks like this https://ibb.co/4YqbwHq [15:43] what changed? [15:44] this screenshot says it is using nvidia-515, then nvidia-smi should work [15:44] I did 'sudo ubuntu-drivers install' [15:45] https://pastebin.com/zRkxZbGY [15:46] Seems better now :) [15:49] so you're using nvidia-515, enjoy. [15:49] Yes, thanks [15:50] np === respawn is now known as OG === OG is now known as respawn [16:13] ciao a tutti [16:26] hello! [16:52] im just asking for confirmation that changing my luks encrypted main ssd with gnome-disks is not going to nuke my computer [16:52] can anyone confirm? [16:54] gneeriiloeepdeer: Never tried it, and comptuers are easy to nuke with root privileges. Make backups first. [16:55] (I don't know what exactly you're changing, but this sounds like something that could nuke things if you aren't careful, and generally it's a good idea to make a backup beofre trying anything that fiddles with the guts of your filesystem, since those things can blow up even if it looks like everything is going to go fine.) [16:55] *before, not beofre [16:55] Hi, I have an old eoan (19.10) machine I want to upgrade. Where can I find the eoan repository so I can upgrade to the latest packages before upgrading to focal (20.04)? [16:55] crap, I dont have enough space [16:55] randall: You'll have to use the EOLUpgrades procedure. [16:55] !eolupgrades | randall [16:55] randall: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [16:55] randall: That last link in ubottu's message is what you're looking for. Make backups first! [16:56] arraybolt3: Will do. Thanks! [16:56] Glad to help! [16:57] randall: Also, probably make a 20.04 installation drive before trying this, so that in the event the upgrade messes things up, you can clean-install without too much hassle. [16:57] (er, by "installation drive", I mean a live USB.) [16:59] arraybolt3: It's an old server with not much config on it. I currently don't have an HDMI cable to boot from another drive, so I'll just wing it. If something breaks I'll have to get a cable from somewhere... [17:00] I've got my workstation, so if something goes wrong I'm not off the internet ;) [17:00] eoan? [17:00] It's a closet server I haven't had on in ages. [17:02] I think I had a plan to set retroarch on it years ago. But then technology advanced. ¯\_(ツ)_/¯ [17:04] Hi guys. Pressing prtsc opens Ubuntu 22 native screen recorder. I select video and start recording, but how to complete recording? [17:11] Hi guys. Pressing prtsc opens Ubuntu 22 native screen recorder. I select video and start recording, but how to complete recording? (if someone replied already please copy answer) [17:37] Ctrl-D? [17:38] crash_: The screen recorder is most likely a gnome utility - you may have better luck searching for that. [17:38] Hm, I guess croraf is having connection problems. [17:54] croraf: C-A-S R starts recording, same stops recording [18:48] snap-store update is askin me to clost software app only lol [18:48] how would it work? [18:51] hiya: I mean probably the GUI/frontend and the actual application/s doing the work are pretty separate [18:51] killall snap-store && snap refresh snap-store [18:51] did it [18:53] hiya: avoiding snap altogether would probably work, too $ =P [18:54] but it is available by default now? [18:55] manure has been available by default for ages [18:55] still only useful for certain things [18:58] matsaman: can we have ubuntu with vanilla gnome? [19:00] think so yeah [19:00] gnome-desktop? vanilla-gnome-desktop? [19:00] packages.ubuntu.com is still down, embarrassing [19:05] does anybody know how to install an adblock addon to the netsurf browser for linux [19:06] i am trying to get a decent 32 bit browser that can be used on win98se because it is only about 25 years old and still a great os [19:06] lulz [19:07] and i am testing the 32 bit netsurf browser on linux to see what it can do..but i need to get rid of all the website trickery with adblock and noscript and other stuff too...how do you install these addons to netsurf on linux [19:07] Im trying to upgrade 20.04 to 22.04 and I keep getting an error: ERROR Dist-upgrade failed: 'The package 'update-manager-core' is marked for removal but it is in the removal deny list.' [19:08] Anyone hay any tips? [19:08] SpaceBass not me...i am trying to keep win98se going as long as i can in addition to the other os issues [19:09] Why not WinME? [19:09] i still like it because it doesn't need all that activation crap and has decent direct x support with 9c [19:09] SpaceBass: there's no doubt a command to force removal, you can always do it from a live OS to avoid any issues [19:10] Do a do-release-upgrade from a live cd? [19:10] hi, i have a problem regarding ubuntu 22.10, i have the os installed on an external 5tb hdd and the installation is only a few days old. But today it booted into "Emergency mode" i went under the hood while it was booting up, (pressed my volume down key to see a more in depth detail about whats going on while it boots), one red flag is that it 2 lines of code said in between the lines of "[DEPEND] Dependency failed for directory /home" and local [19:10] filesystem (?), anyone got tips [19:11] but this modern website trickery everywhere on the web is a real problem...so i am trying to find a decent uptodate 32 bit browser for win98 se and linux also [19:11] SpaceBass winME lmao [19:11] corrupt i dont see a reason to buy winME...win98se has enough. [19:12] Frankly I think they peaked with MS Bob [19:12] corrupt and there is an unofficial sp3 that can let it use 512 megs and ntfs for large video files [19:13] corrupt but all this latest website trickery everywhere makes finding a decent 32 bit browser difficult [19:14] i think kmeleon has a 32 bit version, works well on windows xp [19:14] and no one in the #netsurf channel has answered how to install some critical addons yet [19:15] corrupt yes well xp is great..it is a derivative of win98...but it costs money to activate it legally and i don't want to pay for an upgrade...i would rather just use my one copy of xp with my old win98se copy [19:16] i already paid for xp once and i dont want to pay again...i only need it on one computer but the win98 computer still works and just needs to be kept in shape with all this latest website trickery [19:16] i got you on a way to bypass the windows xp activation deadline: https://www.youtube.com/watch?v=OCT1arULR2U [19:17] its not hard but you have to follow it CAREFULLY [19:17] corrupt...if it is not legal i don't want to use it [19:17] corrupt and the legal activation costs money [19:18] corrupt i already paid for xp to support all my win98 apps once and i don't want to pay again [19:18] ok, if that floats your boat, but you cant activate windows xp "legally" anymore [19:19] corrupt so i just use it on one computer...but the other has 98 [19:19] corrupt yes you can if you legitimately paid for the product...microsoft has no authority to keep you from using what they sold you [19:20] so you have a xp and 98 machine? [19:21] corrupt yes i designed xp from win98 designs a long time ago...and paid once for the os....i had to design xp because tifa's spinner would not work on win98...but i still have win98 working and it just needs a decent browser [19:23] hello, is it okay if i just install the ubuntu desktop and uninstall lxqt [19:26] !topic [19:26] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [19:27] and besides win98 is still a great os that can play great games like Outlaws...and Robots [19:28] lagunaloire123: This is a Ubuntu support channel, Windows discussions are off-topic. Please take it to another channel. [19:28] games that will never grow old...but i had to design xp to keep the greatest game working and that is final fantasy7 with tifa [19:29] lagunaloire123: Please stop. [19:29] yes ok...i just have a browser question about addons for the netsurf 32 bit browser on ubuntu [19:30] jhutchins i hate all this recent website trickery that keeps making browsers obsolete [19:31] lagunaloire123: Still off topic. If you don't have an ubuntu specific question please post somewhere else. [19:31] jhutchins ok..well i guess no one here knows so i will ask elsewhere. === Dave_ is now known as Dave [19:36] Anyone here using Audiobookshelf on Ubuntu? === Bahhumbug is now known as Scrooge [19:59] hi [19:59] arabic [19:59] iam arabic [20:33] what is the deal with systemd services installed from deb packages where you get this seemingly useless noise ExecStart=/bin/true [20:35] there's a hint in some of them about the service being used as a target https://sources.debian.org/src/booth/1.0-268-gdce51f9-1/debian/booth.service/?hl=12#L12 === elastic_dog is now known as Guest8627 [20:40] sarnold: I see, well now I need to lookup targets. Thank you [20:41] I think I need some clarification [21:15] Can you guys test screen recording feature on 22.04 [21:16] bancroft: Yes, by all means, a clear statement of a question that could be answered directly would be nice. [21:16] After I click PrtSc, select VIdeo, press central button, nothing seems to happen. Might be that the feature is broken on my machine. [21:16] When you start recording do you have any visual indicator that recording is in progress? [21:17] jhutchins: I meant that my question was answered and that I need to do more research myself on systemd targets because some parts of the answer are unclear. But the answer had all the information I was looking for and pointed me towards where to go next. [21:17] croraf: This might be helpful: https://opensource.com/article/19/8/record-screencasts-gnome3 [21:18] bancroft: Ok, I was confused about what you were looking for, glad you found it! [21:19] jhutchins thanks, the link is slightly outdated, the shortcut now does not start recording, but opens a command panel [21:19] Command suggesed gives [21:19] ~$ gsettings get org.gnome.settings-daemon.plugins.media-keys max-screencast-length [21:19] No such key “max-screencast-length” [21:19] croraf: That sounds more useful. [21:20] something is broken on my machine, starting the recording opens the indicator in the top bar for 0.1s, which then crashes [21:20] I think I recently saw a page on "recording podcasts with ubuntu" that might be good. [21:20] nothing gets saved [21:21] croraf: There's probably a setup step, like defining where it will save. [21:27] Check this https://pastebin.com/QdjxyH8B  the service crashes [21:30] It is this issue https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5697 [21:30] -ubottu:#ubuntu- Issue 5697 in GNOME/gnome-shell "Screencast not working, Gnome 42.3, X11" [Closed] [21:32] If I remember correctly a library named "piper" or something threw error when upgrading to 22.04 [21:32] Is this a library used in Ubuntu? === jje14219 is now known as jje1421 [21:35] Piper is a graphical user interface to configure gaming mice. Configuration [21:35] options include changing the resolution (DPI) of the mouse, adding and removing [21:35] profiles, setting LED colors and changing button behaviors. [21:36] feel free to delete that if it'd help make the upgrade go smoother. you can probably reconfigure it or something like it once the upgrade is done [21:37] Wait.  I followed this one and it solved the issue:)  https://askubuntu.com/a/1430545/754424 === serp2 is now known as serp [21:40] ahha; I love the huge long answer with a buncha stuff followed by a very short answer with two lines :) [21:41] :D [21:43] how do I disable the gui network manager so I can configure nmcli? I need to assign a static IP [21:47] I believe I have Mate deskktop manager installed [22:01] You can use nmcli and nmtui even with the GUI interface running. [22:01] but IIRC you can right click the tray icon and exit? === gry_ is now known as gry === oxo is now known as oxox [22:31] I am able to use nmcli con show and get all the active connections, bbbut when I try to configure the static IP I get error unknown connection [22:32] and I did not typo the name of the wireless adapter connection. its wlan0 [22:32] I also tried it using sudo [22:35] so you want a static ip for wlan0 ? [22:35] yes [22:35] Sabotender: pastebin the commands you're using with nmcli to set the IP? [22:36] Sabotender: this ... https://serverfault.com/questions/335994/creating-a-static-ip-with-wlan0 [22:36] just a moment lease [22:39] the file is /etc/network/interfaces, not /etc/networking/interfaces (he did a typo) === david is now known as Guest9510 [22:41] hum so should I remove nmcli? [22:42] bbecause its like it can see the adapter, ID and connection, but not configure it in any way [22:43] I just want to make it clear that I am being directed to use a different method to configure my wireless adapter [22:44] will I have the same trouble when I connect the second wireless adapter and install DHCP server? === JoelJoel is now known as Joel [22:48] Evening, anyone know how to mute the microphone in gtk-recordmydestkop? [22:48] I m just trying to prepare myself as much as possible so I can avoid potential problems. [22:49] puff: there should be a mic icon on the top line, click it, it will mute [22:49] pavlos: I'm using it from the shell, there's no GUI. [22:50] thanks for the info. time for me to return to my google research [22:51] puff: you can use pavucontrol and mute mic [22:51] pavlos: Ah, thanks. [22:57] pavlos: any idea how to get gtk-recordmydesktop to save in something other than .ogv (which apparently kdenlive can't edit)? [22:58] puff: https://ubuntuincident.wordpress.com/2014/05/28/using-gtk-recordmydesktop/ [22:59] Thanks. === david_ is now known as Guest329 [23:08] arraybolt3: Upgrade went smooth. Thanks! [23:37] yay! I've got my static IP on wlan0 [23:38] and now for the next precarious part: installing DHCP [23:38] gj === FoolishOwl2 is now known as FoolishOwl