/srv/irclogs.ubuntu.com/2022/11/29/#ubuntu.txt

Sabotenderor just droid00:00
RaimondRajsarnold : im fix it00:00
Sabotenderits probably a fork or whatever they call it, of ubuntu00:00
sarnoldSabotender: 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, hehe00:01
Sabotenderimnot asking for much, I just want this wireless adapter to workk00:03
Sabotenderits frusturatingg00:03
Sabotenderis there a way to compile sans dkms? thats the one that seems to be having issues with headers00:04
SabotenderI was able to compile a driver which turned out to be the incorrect driver00:05
sarnoldSabotender: this is very helpful for building out-of-tree modules https://www.kernel.org/doc/Documentation/kbuild/modules.txt00:05
sarnoldSabotender: of course it assumes the authors knew what they were doing; that's not always a given with out-of-tree modules :(00:06
Sabotenderthis appears to be exactly the driver I need but the instructions use dkms and I dont know the way around it00:07
Jeremy31Sabotender: do the git clone, then cd into the source directory and do a make and sudo make install00:11
xatrixHi, 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:13
Sabotenderoooh hmm, let me try that00:19
sarnoldxatrix: maybe there's more details in journalctl?00:22
SabotenderI need to set up this new image again00:25
xatrixSabotender: xdg-desktop-por[3132]: Failed to create file chooser proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gtk: Timeo>00:25
Sabotenderbecause I thought I shouldnt have upgraded00:25
xatrixSabotender: https://pastebin.com/n98hq9dk00:27
sarnoldxatrix: dang :( there's no more details there, either :(00:29
sarnoldoh, that's sytemctl; try just 'journalctl' and run it again, see if you get better errors there00:29
SabotenderI dont know what you are showing me00:30
sarnoldSabotender: xatrix just made a tab-completion mistake, he meant to show it to me00:34
Sabotenderinstalling build-essential again 🙁00:37
hrobo/ 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 possible00:39
hrobany 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 open00:40
rob0I know how to do that with SysVinit, but not with systemd00:41
Bashing-omhrob: Will a root shell from the recovery console do you ?00:41
hrobBashing-om tried it... it still has read write and shit-loads of open files00:42
hrobIm reading edit /etc/fstab   to set it to read only then reboot... I'll do that I guess but seems kinda low level to me00:43
hrobI was just wondering about this... that ubuntu/debian has some safe/trusted helper to do this, maybe through systemd00:44
rob0the boot process is going to remount,rw00:44
rob0yes, the answer is somewhere in systemd documentation00:44
hrobbtw... as far as I read ubuntu 20+ is ok with that fstab approach in recovery mode00:47
hrobso I'll just try that00:47
hrobhowever 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 small00:48
hrobanyone know a solution to that issue... maybe some bash shell command to increase the text size?00:49
pavloshrob: look at /etc/default/console-setup ...00:52
hrobmaybe I rubber ducked it..  /etc/default/console-setup00:52
hrobah yeah lol00:52
hrobwell its fstab + that and reboot... thanks!00:53
pavloshrob: see fonts in /usr/share/consolefonts/00:54
hrobhm i dont have a /usr/share folder00:55
hrobsorry.. wrong... I do...00:55
hrobOK so I can use some of those too00:55
hrobbut logging off, rebooting in ro... may not be back if everything goes cr***00:56
hrobwish me luck00:57
kushbaHello00:59
kushbaalguien de Perù?00:59
Sabotenderi 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/2hhwHYxq01:02
Sabotendershould I just follow the git clone line then cd to the directory and make then make install?01:04
Sabotenderoh I am asking in wrong channel01:06
=== east44 is now known as darkdna44
=== darkdna44 is now known as east44
=== chris15 is now known as chris14
SabotenderI have internet! ❤️ now I can control this odroid via secure ssh02:33
sarnold\o/02:33
SabotenderI was able to compile the correct driver and get it installed02:35
=== Bocaneri is now known as Guest965
archpcWho the hell asked if I wanted to play Battlefield 4, I quit playing that years ago02:50
jwd2488How do I rename the host (server name) on a ubuntu machine?03:19
sarnoldtry hostnamectl03:21
sarnoldI'm not sure what it might miss, probably the name is embedded in a bunch of other config files for various programs03:21
=== Bahhumbug is now known as DrPepper
=== DrPepper is now known as Bahhumbug
tripp4hi have two questions, ubuntu 22.10 is doing automatic updates, how do i prevent this?04:04
tripp4hdoes it have to do with this line: "APT::Periodic::Update-Package-Lists "2";" on the file /etc/apt/apt.conf.d/20auto-upgrades? probably not04:06
rnatThe 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:13
tripp4hrnat: i'd like to automatically check for updates, but not update automatically.04:17
tripp4hmaybe 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
rnatonce you have done what i had suggested, use this command to manually check for updates sudo apt update && sudo apt upgrade04:19
rnatWell in your case you need this config https://pastebin.com/v4L4hE4504:33
tripp4hrnat: for what file that is for?04:35
rnat /etc/apt/apt.conf.d/20auto-upgrades04:35
tripp4hahh, the same file, yes04:36
tripp4hanother 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:39
tripp4hi've tried to update wine many times, but it doesn't get updated.04:40
EagleOwl(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:42
NickHapt download apache204:46
NickHdpkg -x apache2*.deb04:47
EagleOwlthx lots04:47
NickHsudo cp etc/apache2/apache2.conf /etc/apache2/04:47
NickHOnly the last step requires sudo/root04:47
tripp4hrnat: do you have an answer for that question?05:06
tripp4hhmm, did some googling...05:11
tripp4hused the commandline, did this: sudo apt --fix-broken install05:11
tripp4hseems it solved the problem!05:12
tripp4hhad to install libgssdp-1.2-005:12
Bashing-omtripp4h: ' sudo apt update ; sudo apt upgrade ' runs and shows now all zeros ?05:14
tripp4hBashing-om: hmm... it says "1 not upgraded"05:22
tripp4hbut this is not a problem i think05:22
Bashing-omtripp4h: Held back ?05:23
tripp4hThe following packages have been kept back: libc++105:23
Bashing-omtripp4h: Humm --- ' apt policy libc++1 ' : does it reflect it is in phased updates ?05:27
tripp4hBashing-om: https://pastebin.com/9ETRCpHA05:40
DiagonHow 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:42
matsamanDiagon: freezes?05:57
Diagonmatsaman / Freezes on boot: "ACPI: vidao: Video Device [VID1] (multi-head: yes rom: yes post: no)` then `sdhci` and it freezes with fan cranking.06:06
DiagonSo 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:08
matsamanhuh06:22
matsamanwell you could try disabling the windowing system on boot06:23
matsamanhttps://linuxconfig.org/how-to-disable-enable-gui-in-ubuntu-22-04-jammy-jellyfish-linux-desktop or the like06:23
matsamanyou could uninstall the nvidia/optimus/any graphics drivers06:24
matsamanyou could try nomodeset06:24
=== Guest965 is now known as Sauvin
=== Mibixy is now known as Mibix
gneeriiloeepdeercryptsetup 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
gneeriiloeepdeertoday 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 planned08:41
gneeriiloeepdeerwhat is going on and why?08:41
=== polymorp- is now known as polymorphic
=== V|A is now known as VIA
R4v3ndoes 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:45
murmelR4v3n: pretty sure, you would find more people who maybe did it in #ubuntu-server10:46
R4v3nthx10:46
Diagonmatsaman / 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:10
Diagonmatsaman / 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:12
gneeriiloeepdeercryptsetup 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:25
gneeriiloeepdeertoday 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 planned11:26
gneeriiloeepdeerwhat is going on and why?11:26
EriC^^_gneeriiloeepdeer: maybe the keyboard isnt working all the time?11:29
gneeriiloeepdeerEriC^^_, strange11:29
gneeriiloeepdeerwhy would it be?11:29
gneeriiloeepdeerEriC^^_, can overheating cause this?11:30
EriC^^_gneeriiloeepdeer: dont think so11:30
gneeriiloeepdeerpartially broken fan11:30
gneeriiloeepdeerEriC^^_, ok, any other reason you could think of would be appreciated11:31
gneeriiloeepdeerEriC^^_, can the passphrase change after a kernel upgrade?11:31
EriC^^_gneeriiloeepdeer: no, dont think so11:31
EriC^^_it sounds like some input problem, if you tried several times, then it worked11:32
gneeriiloeepdeerI also thought space could be a reason: my memory is full, only have .95 GiB free space11:32
gneeriiloeepdeerEriC^^_, the thing is, I dont believe i have dementia11:32
gneeriiloeepdeerEriC^^_, is there any way for my computer to print in characters the passphrase?11:33
EriC^^_gneeriiloeepdeer: we've already talked about this 6 times already11:33
EriC^^_(dementia joke)11:33
gneeriiloeepdeeryou troll :D11:33
EriC^^_gneeriiloeepdeer: try typing many times the passphrase in gedit or so, and see if sometimes some keys or caps arent working11:34
gneeriiloeepdeerEriC^^_, if I change the passphrase I should make a sec copy before, correct? new passphrases nukes the computer, right?11:36
EriC^^_gneeriiloeepdeer: no, that doesnt sound right11:40
EriC^^_gneeriiloeepdeer: https://www.cyberciti.biz/security/how-to-change-luks-disk-encryption-passphrase-in-linux/11:40
EriC^^_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
EriC^^_then do 'echo $passphrase' and see the results11:41
gneeriiloeepdeerEriC^^_, what if I do sudo cryptsetup --verbose open --test-passphrase /dev/sda3?11:42
EriC^^_sure why not11:45
EriC^^_i think you mean --verify-passphrase though?11:45
gneeriiloeepdeersudo cryptsetup --verbose open --verify-passphrase /dev/nvme0n2 returns Command failed with code -1 (wrong or missing parameters).11:50
=== zeroes_ is now known as zeroes
netametaWhat does curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - commend do ?12:10
looseit fetches a script from the internet and runs it with root priviliges (aka the worst possible way of distributing software)12:17
=== bG9s is now known as bHVs
=== bHVs is now known as bG9s
BluesKajHi all13:15
netametaloose, thanks13:20
gneeriiloeepdeerim just asking for confirmation that changing my luks encrypted main ssd with gnome-disks is not going to nuke my computer13:26
gneeriiloeepdeeram I going to nuke my computer?13:27
SabotenderIjust 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 project13:48
rob0congrats13:48
lotuspsychjeSabotender: you got a bug ID in that wifi chipset?13:49
rob0and the compiled driver is working well?13:49
Sabotenderyes, 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:52
SabotenderI am not a linux guru. I follow walk-throughs to get where I need to13:53
rob0this is more or less how you become a guru :)13:56
lotuspsychjeSabotender: if a device is not recognized by default on ubuntu, usualy that would deserve a bug, so the developers can fix it13:56
rob0IIRC that rtl8xxx (?) driver is not yet in the mainstream kernel?13:57
rob0I looked it up a couple weeks ago for someone here.13:58
Sabotenderoooh 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, hehe13:58
lotuspsychjeSabotender: what gives on; sudo lshw -C network plz?13:59
Sabotenderive 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 switch14:00
Sabotenderjust a moment please14:01
Sabotendererm let me pastebin this14:04
Sabotenderits a lot of data14:04
Sabotenderhttps://pastebin.com/hg1gXafj14:10
SabotenderI really need to perform a speed test with these wireless nics, if only there were a cli method to do this 😜14:13
Sabotenderlotuspsychje:  I keep forgetting to highlight people14:16
lotuspsychjeSabotender: tnx, im looking at your chipset for relevant bugs, but didnt find right away14:16
lotuspsychjeSabotender: your lshw output doesnt give a productname either14:18
Sabotenderfor the Odroid XU Lite?14:19
lotuspsychjeSabotender: no, your realtek chipset, driver=rtl88x2bu14:20
Sabotenderoh the realtek, yeah, but its nice that it is reporting the correct chipset14:21
phil42why is there a directory named nicky in my /home ?14:23
pavlosphil42: you created a user nicky at some point14:24
bG9sphil42: either it was created by a service or I'm thinking someone would have created that14:24
bG9sright14:24
bG9ssome services will create home directories but ... not familiar with one for "nicky"14:25
pavlosphil42: 'last' will tell you if that user ever logged on14:26
phil42i didn't find a user nicky, just /home/nicky14:27
phil42and files in /home/nicky/source/p64_3p-fontconfig/stage/var/cache/fontconfig14:28
phil42all owned by root14:29
phil42should i reinstall ?14:32
pavlosphil42: you could rm -rf /home/nicky as root14:33
zetherooSo 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
rob0My guess would be that some poorly-packaged font included files in /home/nicky14:35
rob0phil42: ^^14:35
phil42Nicky font is a retro-styled, bold italic Serif font, that will make your design outstanding and casual vibe! Designed by Sarid Ezra,14:36
zetherooIn Software & Updates > Additional Drivers > 'Continue using a manually installed driver' is selected ... even though I never manually installed any driver.14:36
zetherooscreenshot: https://ibb.co/n8zdG5V14:37
phil42is it a poorly packaged font or a trojan ?14:38
zetherooSome graphics info: https://pastebin.com/6L7L0FTb14:38
pavlosphil42: sudo updatedb ; locate nicky should give you files in your system14:39
rob0phil42, for now just try renaming /home/nicky, so if the files there are needed somenow, you still have them.14:42
rob0There is a slight chance that it could have been malicious, but it's always safest to assume ignorance rather than malice. :)14:43
phil42more likely to be correct, not safest  :)14:43
=== leaftype is now known as firetype
rob0I'd argue it's safer to refrain from overreaction.14:45
=== firetype is now known as leaftype
rob0It's not like they put a binary there and slipped it into root's $PATH14:45
phil42my unused disk just spun up twice14:45
phil42maybe because of updatedb14:46
rob0Was this nicky font part of Ubuntu, or something else?14:46
phil42don't know.    i didn'14:46
phil42i didn't install it on purpose14:46
rob0Something might have pulled it in.14:46
phil42locate nicky shows only the files and directories in /home/nicky14:47
rob0We need someone with greater understanding of apt to find out what pulled this font in, from where.14:49
rob0(That is, I don't have that understanding.)14:49
rob0But it really does not look like a trojan.14:50
pavlosphil42: you can look in /var/log/apt/history.log14:51
bG9soh I know how to search14:51
bG9sspecial14:51
bG9sspacial14:51
bG9sapt-file search /home/nicky14:52
bG9sdoubtful it'll show tho14:52
bG9sthis doesn't look like anything that would be "installed" exactly14:52
rob0we also want to know what package pulled it in.14:52
rob0There could be a bug to report.14:53
rob0Generally no .deb package hs any business creating directories in /home14:54
SabotenderI installed a cli ased speed test utility and I am impressed that the adapter is reporting abbbout 200mbps  down, which was expected14:54
Sabotenderif you know of any other things I can use to test the compatibility of this driver, I'll e happy to try it14:55
rob0Sabotender, 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
rob0You're probably going to want to focus on testing that local speed only.14:56
pavlosphil42: 'stat /home/nicky' will give you info when this nicky was created, accessed, modified14:56
jhutchinssney: 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
jhutchinsAh, good old irssi buffers.14:58
jhutchins!info speedtest14:58
ubottuPackage speedtest does not exist in kinetic14:58
jhutchinsHm.14:58
bG9sphil42: do you use any apps like onestop iitg14:59
pavlosphil42: stat /home/nicky | nc termbin.com 9999 ... paste that14:59
phil42can't right now14:59
jhutchinshttps://www.speedtest.net/apps/cli14:59
jhutchins!info speedtest-sli14:59
ubottuPackage speedtest-sli does not exist in kinetic14:59
jhutchins!info speedtest-cli14:59
ubottuspeedtest-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 kB14:59
* jhutchins heads for more coffee.15:00
phil42i have never installed onestop or know of installing anything like it15:02
pycurious1when 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
pavlosphil42: you cannot paste something like that? https://termbin.com/t11c15:04
pavlospycurious1: boot from a live usb and free some space on your disk, ssd15:06
phil42https://termbin.com/37dlp15:08
phil42i doubt it tells you anything15:09
pavlosphil42: match 2022-08-22 date in /var/log/apt/history.log to find what apt did that day15:10
pavlos* 2215:11
pavlos* 2015:11
pavlosmatch same date in /var/log/syslog to see what your system did that day15:13
phil42not finding 2022-08-22 , still looking15:15
pavlosjournalctl --since "2022-08-20" --until "2022-08-21"15:16
phil42can't do that now15:16
phil422022-08-22 not found in /var/log/apt/history.log*15:19
bittin-hello15:20
pavlosEarlier I made a typo, the date is 2022-08-20 according to your termbin paste15:21
phil42need to go. thanks for help15:21
zetherooI would be interested to hear if there's any advice regarding my graphics situation. (I mentioned it a bit earlier)15:22
BLZbubba_zetheroo: i just joined, what is the situation?15:22
zetherooSo 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
zetherooscreenshot: https://ibb.co/n8zdG5V15:24
zetherooSome graphics info: https://pastebin.com/6L7L0FTb15:24
pavlosline 25 shows driver=nvidia can you do, nvidia-smi15:29
zetheroopavlos: Command 'nvidia-smi' not found, but can be installed with: .... lists all the available nvidia-utils-... packages15:31
pavloson the screenshot, can you click the top radio button so that your system will install nvidia-51515:31
dcc0Hello !15:32
zetheroopavlos: no, it's all greyed out15:33
zetherooI'm kinda worried to install something which will mess up the performance :/15:34
zetherooIs there any way to see what 'nvidia' driver is in fact installed?15:34
pavlosthe P520 exists in laptops, is there an option in BIOS to use the the nvidia15:35
zetherooIn the BIOS I have it set to use both/either15:36
pavlossudo ubuntu-drivers devices15:39
zetheroopavlos: doing that now :)15:40
pavlosdmesg | grep -i nvidia15:40
zetheroohttps://pastebin.com/ESrKeTNf15:41
pavlosare you running Xorg or Wayland?15:41
zetherooDon't know15:41
zetherooWhatever the default was15:41
pavlosps -ef | grep X15:41
pavlosis there an Xorg process15:42
=== alocer1 is now known as alocer
zetherooNow suddenly the drivers dialog looks like this https://ibb.co/4YqbwHq15:42
pavloswhat changed?15:43
pavlosthis screenshot says it is using nvidia-515, then nvidia-smi should work15:44
zetherooI did 'sudo ubuntu-drivers install'15:44
zetheroohttps://pastebin.com/zRkxZbGY15:45
zetherooSeems better now :)15:46
pavlosso you're using nvidia-515, enjoy.15:49
zetherooYes, thanks15:49
pavlosnp15:50
=== respawn is now known as OG
=== OG is now known as respawn
mciao a tutti16:13
xamuelhello!16:26
gneeriiloeepdeerim just asking for confirmation that changing my luks encrypted main ssd with gnome-disks is not going to nuke my computer16:52
gneeriiloeepdeercan anyone confirm?16:52
arraybolt3gneeriiloeepdeer: Never tried it, and comptuers are easy to nuke with root privileges. Make backups first.16:54
arraybolt3(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
arraybolt3*before, not beofre16:55
randallHi, 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
gneeriiloeepdeercrap, I dont have enough space16:55
arraybolt3randall: You'll have to use the EOLUpgrades procedure.16:55
arraybolt3!eolupgrades | randall16:55
ubotturandall: 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/EOLUpgrades16:55
arraybolt3randall: That last link in ubottu's message is what you're looking for. Make backups first!16:55
randallarraybolt3: Will do. Thanks!16:56
arraybolt3Glad to help!16:56
arraybolt3randall: 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
arraybolt3(er, by "installation drive", I mean a live USB.)16:57
randallarraybolt3: 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...16:59
randallI've got my workstation, so if something goes wrong I'm not off the internet ;)17:00
jhutchinseoan?17:00
randallIt's a closet server I haven't had on in ages.17:00
randallI think I had a plan to set retroarch on it years ago. But then technology advanced. ¯\_(ツ)_/¯17:02
crorafHi guys. Pressing prtsc opens Ubuntu 22 native screen recorder. I select video and start recording, but how to complete recording?17:04
crorafHi 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:11
jhutchinsCtrl-D?17:37
jhutchinscrash_: The screen recorder is most likely a gnome utility - you may have better luck searching for that.17:38
jhutchinsHm, I guess croraf is having connection problems.17:38
pavloscroraf: C-A-S R starts recording, same stops recording17:54
hiyasnap-store update is askin me to clost software app only lol18:48
hiyahow would it work?18:48
matsamanhiya: I mean probably the GUI/frontend and the actual application/s doing the work are pretty separate18:51
hiyakillall snap-store && snap refresh snap-store18:51
hiyadid it18:51
matsamanhiya: avoiding snap altogether would probably work, too $ =P18:53
hiyabut it is available by default now?18:54
matsamanmanure has been available by default for ages18:55
matsamanstill only useful for certain things18:55
hiyamatsaman: can we have ubuntu with vanilla gnome?18:58
matsamanthink so yeah19:00
matsamangnome-desktop? vanilla-gnome-desktop?19:00
matsamanpackages.ubuntu.com is still down, embarrassing19:00
lagunaloire123does anybody know how to install an adblock addon to the netsurf browser for linux19:05
lagunaloire123i 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 os19:06
matsamanlulz19:06
lagunaloire123and 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 linux19:07
SpaceBassIm 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:07
SpaceBassAnyone hay any tips?19:08
lagunaloire123SpaceBass not me...i am trying to keep win98se going as long as i can in addition to the other os issues19:08
SpaceBassWhy not WinME?19:09
lagunaloire123i still like it because it doesn't need all that activation crap and has decent direct x support with 9c19:09
matsamanSpaceBass: there's no doubt a command to force removal, you can always do it from a live OS to avoid any issues19:09
SpaceBassDo a do-release-upgrade from a live cd?19:10
corrupthi, 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 local19:10
corruptfilesystem (?), anyone got tips19:10
lagunaloire123but 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 also19:11
corruptSpaceBass winME lmao19:11
lagunaloire123corrupt i dont see a reason to buy winME...win98se has enough.19:11
SpaceBassFrankly I think they peaked with MS Bob19:12
lagunaloire123corrupt and there is an unofficial sp3 that can let it use 512 megs and ntfs for large video files19:12
lagunaloire123corrupt but all this latest website trickery everywhere makes finding a decent 32 bit browser difficult19:13
corrupti think kmeleon has a 32 bit version, works well on windows xp19:14
lagunaloire123and no one in the #netsurf channel has answered how to install some critical addons yet19:14
lagunaloire123corrupt 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 copy19:15
lagunaloire123i 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 trickery19:16
corrupti got you on a way to bypass the windows xp activation deadline: https://www.youtube.com/watch?v=OCT1arULR2U19:16
corruptits not hard but you have to follow it CAREFULLY19:17
lagunaloire123corrupt...if it is not legal i don't want to use it19:17
lagunaloire123corrupt and the legal activation costs money19:17
lagunaloire123corrupt i already paid for xp to support all my win98 apps once and i don't want to pay again19:18
corruptok, if that floats your boat, but you cant activate windows xp "legally" anymore19:18
lagunaloire123corrupt so i just use it on one computer...but the other has 9819:19
lagunaloire123corrupt yes you can if you legitimately paid for the product...microsoft has no authority to keep you from using what they sold you19:19
corruptso you have a xp and 98 machine?19:20
lagunaloire123corrupt 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 browser19:21
lecbhello, is it okay if i just install the ubuntu desktop and uninstall lxqt19:23
jhutchins!topic19:26
ubottuPlease read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic19:26
lagunaloire123and besides win98 is still a great os that can play great games like Outlaws...and Robots19:27
jhutchinslagunaloire123: This is a Ubuntu support channel, Windows discussions are off-topic.  Please take it to another channel.19:28
lagunaloire123games that will never grow old...but i had to design xp to keep the greatest game working and that is final fantasy7 with tifa19:28
jhutchinslagunaloire123: Please stop.19:29
lagunaloire123yes ok...i just have a browser question about addons for the netsurf 32 bit browser on ubuntu19:29
lagunaloire123jhutchins i hate all this recent website trickery that keeps making browsers obsolete19:30
jhutchinslagunaloire123: Still off topic.  If you don't have an ubuntu specific question please post somewhere else.19:31
lagunaloire123jhutchins ok..well i guess no one here knows so i will ask elsewhere.19:31
=== Dave_ is now known as Dave
FNAShinobiAnyone here using Audiobookshelf on Ubuntu?19:36
=== Bahhumbug is now known as Scrooge
ailhi19:59
ailarabic19:59
ailiam arabic19:59
bancroftwhat is the deal with systemd services installed from deb packages where you get this seemingly useless noise ExecStart=/bin/true20:33
sarnoldthere'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#L1220:35
=== elastic_dog is now known as Guest8627
bancroftsarnold: I see, well now I need to lookup targets. Thank you20:40
bancroftI think I need some clarification20:41
crorafCan you guys test screen recording feature on 22.0421:15
jhutchinsbancroft: Yes, by all means, a clear statement of a question that could be answered directly would be nice.21:16
crorafAfter I click PrtSc, select VIdeo, press central button, nothing seems to happen. Might be that the feature is broken on my machine.21:16
crorafWhen you start recording do you have any visual indicator that recording is in progress?21:16
bancroftjhutchins: 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
jhutchinscroraf: This might be helpful: https://opensource.com/article/19/8/record-screencasts-gnome321:17
jhutchinsbancroft: Ok, I was confused about what you were looking for, glad you found it!21:18
crorafjhutchins thanks, the link is slightly outdated, the shortcut now does not start recording, but opens a command panel21:19
crorafCommand suggesed gives21:19
croraf~$ gsettings get org.gnome.settings-daemon.plugins.media-keys max-screencast-length21:19
crorafNo such key “max-screencast-length”21:19
jhutchinscroraf: That sounds more useful.21:19
crorafsomething is broken on my machine, starting the recording opens the indicator in the top bar for 0.1s, which then crashes21:20
jhutchinsI think I recently saw a page on "recording podcasts with ubuntu" that might be good.21:20
crorafnothing gets saved21:20
jhutchinscroraf: There's probably a setup step, like defining where it will save.21:21
crorafCheck this https://pastebin.com/QdjxyH8B  the service crashes21:27
crorafIt is this issue https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/569721:30
-ubottu:#ubuntu- Issue 5697 in GNOME/gnome-shell "Screencast not working, Gnome 42.3, X11" [Closed]21:30
crorafIf I remember correctly a library named "piper" or something threw error when upgrading to 22.0421:32
crorafIs this a library used in Ubuntu?21:32
=== jje14219 is now known as jje1421
sarnold Piper is a graphical user interface to configure gaming mice. Configuration21:35
sarnold options include changing the resolution (DPI) of the mouse, adding and removing21:35
sarnold profiles, setting LED colors and changing button behaviors.21:35
sarnoldfeel 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 done21:36
crorafWait.  I followed this one and it solved the issue:)  https://askubuntu.com/a/1430545/75442421:37
=== serp2 is now known as serp
sarnoldahha; I love the huge long answer with a buncha stuff followed by a very short answer with two lines :)21:40
croraf:D21:41
Sabotenderhow do I disable the gui network manager so I can configure nmcli? I need to assign a static IP21:43
SabotenderI believe I have Mate deskktop manager installed21:47
rob0You can use nmcli and nmtui even with the GUI interface running.22:01
rob0but IIRC you can right click the tray icon and exit?22:01
=== gry_ is now known as gry
=== oxo is now known as oxox
SabotenderI 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 connection22:31
Sabotenderand I did not typo the name of the wireless adapter connection. its wlan022:32
SabotenderI also tried it using sudo22:32
pavlosso you want a static ip for wlan0 ?22:35
Sabotenderyes22:35
sarnoldSabotender: pastebin the commands you're using with nmcli to set the IP?22:35
pavlosSabotender: this ... https://serverfault.com/questions/335994/creating-a-static-ip-with-wlan022:36
Sabotenderjust a moment lease22:36
pavlosthe file is /etc/network/interfaces, not /etc/networking/interfaces (he did a typo)22:39
=== david is now known as Guest9510
Sabotenderhum so should I remove nmcli?22:41
Sabotenderbbecause its like it can see the adapter, ID and connection, but not configure it in any way22:42
SabotenderI just want to make it clear that I am being directed to use a different method to configure my wireless adapter22:43
Sabotenderwill I have the same trouble when I connect the second wireless adapter and install DHCP server?22:44
=== JoelJoel is now known as Joel
puffEvening, anyone know how to mute the microphone in gtk-recordmydestkop?22:48
SabotenderI m just trying to prepare myself as much as possible so I can avoid potential problems.22:48
pavlospuff: there should be a mic icon on the top line, click it, it will mute22:49
puffpavlos: I'm using it from the shell, there's no GUI.22:49
Sabotenderthanks for the info. time for me to return to my google research22:50
pavlospuff: you can use pavucontrol and mute mic22:51
puffpavlos: Ah, thanks.22:51
puffpavlos: any idea how to get gtk-recordmydesktop to save in something other than .ogv (which apparently kdenlive can't edit)?22:57
pavlospuff: https://ubuntuincident.wordpress.com/2014/05/28/using-gtk-recordmydesktop/22:58
puffThanks.22:59
=== david_ is now known as Guest329
randallarraybolt3: Upgrade went smooth. Thanks!23:08
Sabotenderyay! I've got my static IP on wlan023:37
Sabotenderand now for the next precarious part: installing DHCP23:38
matsamangj23:38
=== FoolishOwl2 is now known as FoolishOwl

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!