[00:00] is there a better platform I should use? [00:00] for this chat? [00:00] oh! hah I missed that you'r on the webchat. one would expect that to work well. [00:00] then it's probably your network that's iffy :( [00:01] Yeah I was noticing that my internet was acting up some, but, i'm able to stay connected on everything else [00:01] MzR_Massey: sudo -u icecast2 -i should 'get you in' :) [00:04] should I do that through root [00:04] as doesn't seem to be doing anything [00:05] donofrio: can you pastebin sudo apt list --installed ? [00:05] MzR_Massey: it depends on your sudo configuratoin, but if your user account can use sudo to get to root, it can probably use sudo to change to the icecast2 user too [00:06] can I set a password to the icecast2 user? [00:07] MzR_Massey: yes, but that might not be the easiest way to do whatever it is thta needs doing [00:07] sarnold, http://paste.ubuntu.com/p/mmHg248Tpm/ [00:10] weird [00:10] I try starting a new ssh session [00:10] with icecast2 [00:10] i login correctly [00:10] and the window closes down [00:11] MzR_Massey: does getent passwd icecase2 show something that suggests logins shouldn't work? system accounts often have invalid shells set, or /bin/false set, etc, to prevent them from being an exploit vecto [00:12] icecast2:x:114:119::/usr/share/icecast2:/bin/false [00:12] is what comes up [00:14] okay, cool, you'll need to change the shell to /bin/bash or /usr/bin/bash depending upon where your bash is located (well, /bin/bash ought to work, but I'm annoyed it moved..) [00:14] MzR_Massey: sudo chsh icecast2 [00:15] donofrio: how about /var/log/apt/term.log ? [00:17] okay, I changed it to /bin/bash... or should I change it to /usr/bin/bash [00:19] sarnold, http://paste.ubuntu.com/p/dB2sr7X5fX/ [00:24] FINALLY! I have the icecast server running [00:25] sarnold, https://paste.opensuse.org/23660973 [00:25] sarnold Thank you for your help [00:27] MzR_Massey: woooo! [00:30] donofrio: hmm I'm surprised to see dkms stuff in here -- should I be? :) [00:30] sarnold, not sure....it would fail I'm guessing [00:40] donofrio: I was pointed to https://discourse.ubuntu.com/t/ubuntu-20-04-and-wsl-1/15291 and https://support.microsoft.com/en-us/help/4571748/windows-10-update-kb4571748 === Ascavasaion is now known as Woodenspoon === Woodenspoon is now known as Ascavasaion === zbenjamin is now known as Guest80393 === zbenjamin_ is now known as zbenjamin [02:04] im on ubuntu 14.04 and need development files for sqlite3, but the versions in the package manager are out of date [02:04] what can I do in this case, is there some way to get the files from another package manager? [02:05] yamamotosama: what problem are you trying to solve? [02:06] i need higher version of sqlite3-dev than are available in the package repo [02:06] in order to compile a program [02:06] but i have to use ubuntu 14.04, so i cant just upgrade to a higher version [02:08] yamamotosama: okay, probably the thing to do is download a new sqlite tarball from the sqlite upstream people, compile that, and install it into /usr/local/ -- and then configure your program to use the library from /usr/local [02:08] would i actually need to install it though? i just need the development files [02:08] if you want to run the program, probably yes [02:09] it's a very rare program that uses the headers and *not* the library [02:10] i dont see the files i need in the tarball [02:11] only C files, no C++, is it possible for these to get generated if i build and install sqlite3? === megoix2 is now known as megoix [02:18] yamamotosama: it might be worth skimming through the build logs https://launchpadlibrarian.net/493645090/buildlog_ubuntu-groovy-amd64.sqlite3_3.33.0-1_BUILDING.txt.gz [02:18] I have dual boot isntalled on my computer. today i tried WSL2 in windows and i satarted to wonder.. can i use WSL2 also to boot up my other linux installation? [02:18] oh! it only took ~five minutes to build on the builders, maybe it's worht just doing the build, and not looking :) [02:20] the build seems pretty quick [02:20] i installed the 3.33 tarball, and built it [02:21] but now how do I use the libraries? [02:21] aplogies, im a bit new with this [02:24] i cant seem to find the cpp libraries [02:29] is it possible to just download these from some other package repo? [02:34] yamamotosama: I haven't built sqlite3 by hand, but there's a good chance that you can use ./configure --prefix=/usr/local/ .... when building it to tell it to install into /usr/local -- and then when you're compiling your actual program, you'd use something like ./configure --with-sqlite3=/usr/local/ or something similar. you'd have to check the docs, most projects describe how to use different paths [02:34] for different libraries [02:38] thanks, ill try this out! [04:00] iptables v1.8.4 (legacy): can't initialize iptables table `filter': iptables who? (do you need to insmod?) [04:00] Perhaps iptables or your kernel needs to be upgraded. [04:00] ubuntu 20.04 [04:00] <[rg]> is this a bug? for some reason liblld is named oddly in debian, it is attached to a number, while other packages for llvm don't include it === rgrant is now known as [rg] [04:09] How do I move the Desktop menu bar from the top to the bottom [05:06] HI Guys.. I used cp to copy a bunch of rather large folders to an external drive. From here on how do I go about copying over only new files within these folders, without ever removing/deleting or changing the files that are already there on the drive ?? The web tells me that I can use either cp -u or rsync -av --ignore-existing, but I'm not sure which one I should use. Any help much appreciated.... [05:08] cp -ruv seems like it might be the command I'm looking for, but rsync may be the better choice. Not sure really.... [05:27] how can I use systemctl, or something similar, to list logged in users and then force a logout? I don't have a GUI or web browser at the moment. I can reboot, but would like to try this first. [05:34] nsaunders: hi [05:35] gry: hinderaker [05:36] nsaunders: are they gui users or tty users? [05:36] gui users. I tried pkill xorg but am still caught in a loop of login screens [05:37] (I'm using virtual console to get on IRC and chat here. I can reboot if necessary.) [05:44] nsaunders, `users` provides a little detail of users logged in, `who -H` a little more (inc. if they're GUI or terminal) [05:46] nsaunders: what guiverc said, but it seems to only apply to tty users - does not list my own gui session; my best clue so far is 'ps au' [05:47] I tested on my box, and `who -H` shows my current users (inc. gui login I'm using currently) [05:48] oh, good, thank you [05:48] * guiverc adds users was correct to, just I couldn't tell which was my gui login [06:05] Could someone please help me get past this update error? [06:05] https://dpaste.org/J82M [06:10] Guddu: you'll need to contact Oracle to help you fix that. Also are you sure the repos you added are compatible with ubuntu? [06:12] Guddu: ubuntu is based on debian but you can't just add debian repos to it (which is what those oracle repos appear to be for) [06:12] ThinkT510, Thanks for your response. I got some steps on how to install Oracle10g on ubuntu and wa styring those. [06:13] ThinkT510, I was trying steps from here https://www.linode.com/docs/databases/oracle/oracle-10g-express-edition-on-ubuntu-10-04-lts-lucid/ [06:15] Guddu: 10.04 is ancient and oracle ended support for 10g in 2013 [06:16] ThinkT510, Agree. I needed this to support a legacy system which is still far from upgrade. [06:17] Guddu: since oracle's support ended in 2-13 i think you'll have a very hard time getting anything working. those servers are likely offline hence why it won't work. [06:31] ThinkT510, server seems up though. i m just having tough time with ubuntu package manager to get working [06:35] Guddu: the error you posted shows an invalid signature and that the repo doesn't support amd64. ubuntu doesn't do 32bit releases anymore so if that server is 32bit only then you won't get it working. [06:36] ThinkT510: fYi: lubuntu's last x86 release was August 13, 2020; not that long ago [06:37] s/lubuntu/ubuntu's [06:37] Can't i install a 32 bit program on 64 Bit ubuntu? I thought it was allowed. [06:40] Guddu, if you have multiarch setup... but the repo is so old I recall a change in signatures because of detected encryption flaw.. which could be your issue, but it was so long ago I can't recall specifics to help [06:41] (ie. your ubuntu is using replacement encryption; that repo is using flawed-no-longer-valid encryption)\ [06:41] * guiverc doesn't remember details well enough to rule out this being red-herring [06:42] quiverc Thanks I will try to download individual files and see if i could get it working in that case. [06:48] Thanks guiverc and ThinkT510 I will get back with the results. === PowerTower_121 is now known as PowerTower_120 [07:40] ~/win 1 [07:40] oopa === mateen1 is now known as mateen === mateen1 is now known as mateen [08:33] I downloaded google-chrome-stable_current_amd64.deb but when i try to install it i get an error "Failed to install file. Not supported." [08:33] I downloaded it directly from Google. What is the reason for this error? [08:40] How can i reset the keyboard settings? [08:40] i wanted to clean my keyboard, so i locked the screen and started cleaning. Used it for a while, nothing seemed wrong. Later i put the PC to sleep. Now the ESC doesn't work, LeftAlt + Tab doesn't work, instead rightAlt + Tab works. kind of like the left & right alt key have been swapped. Pressing LeftAlt creates a border around the applications. [08:42] tried running this: dpkg-reconfigure keyboard-configuration; but didn't help [09:00] falavic, this sounds like a hardware problem. I suggest to clean it again :) [09:05] diskin, no i just cleaned the surface of the keys with ethanol and a piece of cloth. But while doing so, i was pressing a number of keys. i'm guessing that might've caused it. [09:06] also, like i said, the left and right alt key functionality seems to be swapped [09:08] Use Case = Large business needs a private cloud solution that hooks into AD and can be accessed as a file system from Windows Explorer, from an iOS and Android app and from web. Needs to be Open Source as specific extensions needs to be built for bidirectional access to files in legacy systems. Version control and easy rollback to earlier versions is required. Sharing to external parties via web [09:08] links - both directories and specific files. There is a multitude of solutions. Can anyone here suggest one or two? And yes, should be running on Ubuntu. [09:09] falavic, try running 'xev' in a terminal, and then press ESC and see if it generates any output. [09:10] diskin, it doesn't [09:10] falavic, then it is not working on hardware level [09:10] IMO [09:12] falavic, for swapping keys, see https://askubuntu.com/questions/93624/how-do-i-swap-left-ctrl-with-left-alt-on-my-keyboard [09:15] diskin, do you know any method that allows me resinstall the drivers of the kb [09:15] falavic, I don't... [09:29] could try booting into the BIOS screen and seeing if escape works in there [09:29] assuming there's some menu options that you can escape from [09:57] is anyone here using FiiO BTR5 as USB DAC/Amp on latest ubuntu? [09:58] bsvo: best to ask your real question, so volunteers can try think along whats it about [09:59] I've described my problem here https://ubuntuforums.org/showthread.php?t=2449498&p=13982436#post13982436 [10:00] tl;dr the usb dac keeps getting disconnected every time i switch apps or sometimes between play-pause-play cycles [10:00] bsvo: what kind of graphics card do you have? [10:00] just wondering if this is a pulseaudio issue or a faulty dac [10:01] it's an on-board intel gfx card [10:01] this is on a thinkpad x220 [10:01] ok [10:03] hi [10:06] is it possible to start from usb stick with bootloader on usb stick and kernel on / partition. I have the problem that I cannot boot from my nvme pci express card in bios/uefi. So I wanted to have a usb boot stick for it to boot and use all efficiency of my new nvme drive [10:06] How can I check if I properly installed nvidia drivers? [10:07] croraf_: you asked that yesterday, did you forget? [10:08] That yesterday was regarding "is my ubuntu using nvidia drivers" [10:08] lotuspsychje, [10:08] It is currently using nouveau drivers. [10:08] croraf_: sudo lshw -C video [10:09] this is the same command as sudo lshw -C display that I'm using lotuspsychje [10:09] this just shows which drivers are loaded [10:09] croraf_: at bottom you will see driver= ...here [10:09] yes it is driver=nouveau [10:10] croraf_: does that answer your question? [10:10] I'm making a distinction about proper installation and proper loading [10:10] maybe that is possible that would be great :-) [10:10] This shows that nvidia drivers are not loaded. [10:10] Hello [10:11] lotuspsychje, how can i check if they are properly installed [10:11] If this distinction makes sense [10:11] (and which ones are installed) [10:11] croraf_: when driver= says nouveau that means nouveau is installed properly [10:12] I downgraded a package with aptitude to install something that required a lower version. it didn't work out and now I want apt to automatically upgrade to the latest version again. but when I uninstalled and reinstalled it still installs the downgraded version of the package. How do I tell it to use the latest available version again? [10:12] lotuspsychje, I'm talking about nvidia drivers [10:12] are my nvidia driers installed properly, but something prevents them from being loaded [10:16] croraf_: you have to choose what you want first, you can install nouveau and nvidia drivers togheter [10:17] croraf_: when nouveau is active, nvidia drivers are passive waiting in your ubuntu-drivers list [10:17] i want to install nvidia drivers and load them lotuspsychje [10:17] how can i check that i have my nvidia drivers INSTALLED"? [10:17] croraf_: check ubuntu-drivers list, to see wich are available first [10:19] croraf_: when you installed an nvidia driver, you can check with sudo lshw -C video and/or nvidia-smi [10:19] lotuspsychje, thanks. I have some issues. First of all ubuntu-drivers list | nc termbin.com 9999 doesnt want to give me the link [10:20] so I cannot show you my response. [10:20] what could be wrong with this, does it give link to you? [10:21] lotuspsychje, it just outputs 4 lines like "dpkg: warning: version 'unsigned-5.8.0-050800' has bad syntax: version number does not start with digit" [10:21] I guess the command fails [10:23] I mean I tried to install the drivers on 5.8 mainline kernel and on 5.4 kernel lotuspsychje [10:28] croraf_: why are you on 5.8 mainline? [10:29] Is there an irc channel for discussion microk8s? [10:29] !alis | Sakara [10:29] Sakara: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [10:32] No channels for microk8s by the looks of things lotuspsychje. No worries I'll try debug it for myself for a while. [10:32] Thanks for the tip though. [10:33] Sakara: is it ubuntu related? [10:33] Certainly https://microk8s.io/ [10:34] Well.. canonical related.. not ubuntu per se. [10:34] Sakara: https://ubuntu.com/tutorials/install-a-local-kubernetes-with-microk8s#1-overview [10:35] Cluster is up and running I have a very specific problem related to ulimit's and su(1) when execute inside a pod. [10:35] Container in this pod works fine in docker on RHEL but gives weird permission issues executing su(1) inside a pod under microk8s. [10:39] so, I have a remote VPS and it seems I need to reboot the server in order for it to accept my new SSH key as login method, since the combo username+password is disabled. is there any way to force the new SSH key to be available w/o rebooting? [10:40] at least, Scaleway says I need to reboot the machine [10:40] ¯\_(ツ)_/¯ [10:40] OpenSSH certainly doesn't behave that way, it will just read any files on login attempts. unless they are using some weird SSH server [10:41] lotuspsychje, because i was suggested to do that when debugging my microphone issue. I'm back on 5.4 now [10:42] lotuspsychje, i try to install drivers through Additional Drivers UI, but i get the following https://pasteboard.co/JorzOLI.png [10:43] before, when it was working I had the first driver in this list on the picture, the same I want to apply now [10:43] xtao: yeah, but I'm adding the SSH key via a wepanel [10:43] lotuspsychje, https://pasteboard.co/JorAPIk.png [10:48] seems they have a way to upgrade the keys [10:48] I've logged in successfully [11:00] are there any pre-built images of ubuntu for arm? === j is now known as jess === BromaxSux1 is now known as BromaxSux [11:38] Hi all [12:26] why does apt list --upgradable say 37 packages, apt-check say 91 + 21 packages and finally log for unnattended-upgrades say nothing to upgrade (yes i have it enabled). Why does every tool say a different number? where do they come from? [12:29] ok, to answer a bit to myself... apt list contains "everything" that apt has been configured to look for, whereas unattended upgrades has its own configuration file. But apt-check is still a bit of a mystery [13:12] I am trying to figure out what I did wrong here. When I execute wine to run a windows application it trys to access /root/.wine/dosdevices/z:/home/chris/Downloads. I am not wanting to have to run wine as sudo or su. Can someone help me fix this? [13:20] ctrl+alt+shift+r doesn't work to record the screen in my ubuntu.. what am i missing? [13:21] tacomaster: what does declare -p WINEPREFIX output? [13:23] hi [13:23] should we need to use private or public keys to connect to a ssh server from remote host ? [13:24] private on the client and public on the server [13:28] rtyuio, the easiest way to guarantee that the proper keys are copied is to use the "ssh-copy-id" command to put the keys in the proper place [13:29] ok perfect thx [13:34] how do I install fd-find in ubuntu 18.04? [13:34] oxek, sudo apt install fd-find [13:37] my ubuntu 20.04lts hangs in the middle of random times. The keyboard is unresponsive. Mouse pointer moves, but is unresponsive. Happens once in 1-2 days. Any ideas on how to debug this? [13:38] prappl93: not in repos [13:41] !info fd-find bionic [13:41] Package fd-find does not exist in bionic [13:41] !info fd-find focal [13:42] fd-find (source: rust-fd-find): Simple, fast and user-friendly alternative to find. In component universe, is optional. Version 7.4.0-2build1 (focal), package size 704 kB, installed size 2404 kB [13:47] oxek, my bad. Didn't catch the 18.04 part [13:47] Apparently, I can install it from github, but was warned before that I should not install stuff from outside ubuntu repos [13:47] I heard of some backports, but don't know if that works for this package [13:49] geosmile: try to catch errors in realtime with: journalctl -f [13:57] diskin, do you know any method that allows me resinstall the drivers of the kb [13:58] ^ ignore that === bildramer1 is now known as bildramer [14:33] lotuspsychje, how? The problem is - i cant ssh into the system [14:34] geosmile: yeah to fix a system you need access [15:39] diskin, hey man, i think i found out what the issue was. i'm guessing a key was jammed when i was cleaning the kb. [15:40] so the advice that it's a hardware fault and you should try cleaning it again was correct then [15:41] diskin, i popped also those keys which on pressing didn't print any printable character, and i put back only alt & tab and it's working [15:41] xtao, yeah, seems so :) === dominic35 is now known as dominic34 [16:19] anyone want to share their favourite ubuntu site besides the official one and their flavour one? [16:23] Why isn't libvncserver1 available to install? It's a dependency that keeps failing. [16:29] rapidwave: what is it a dependency of? [16:29] it should be available to install [16:43] I found it. I had to add security.ubuntu.com to sources.list [16:44] The maker of the VM has it only using archive.ubuntu.com [16:44] Thanks [16:49] falavic, good to hear! Linux is not guilty! :) [16:51] after I enter my password, raspberry pi shows "Xsession: unable to create X session log/error file; aborting." [16:59] rana_ans: this is Ubuntu support, not raspberry pi. And a little more info is needed about what you did or want to do... [16:59] if you try to install ubuntu that is. [17:00] Maik: I asked there as well [17:01] ah, you get help in #raspberrypi already i see. Nice. :) [17:01] ty! === marko1326 is now known as marko1325 === EternalMan7 is now known as EternalMan === BromaxSux1 is now known as BromaxSux === banisterfiend_ is now known as banisterfiend === banisterfiend_ is now known as banisterfiend [17:24] hi friends, I'm having issues trying to get authorized_keys working. sshd_config has PubkeyAuth on and I have a list of 4 keys in the file. I've checked permissions, I have 700 on .ssh and 600 on authorized_keys [17:29] ckb: assuming you meant 'PubkeyAuthentication yes' then it all sounds ok so far [17:30] oxek: still prompting me for the password, and yes I did mean that [17:31] ckb: if you run 'ssh -v', does it show you it tries pubkeyauthn? [17:31] I know what you're going to say, but does it matter I'm trying to use root? [17:31] on the server? or on the client? [17:31] on the client, connect with 'ssh -v TARGET_HOST' [17:32] on the server, if you're trying to login as root, then check the location of .ssh and authorized_keys, so that they are in /root/ [17:32] and that you have 'PermitRootLogin yes' in sshd_config [17:33] debug1: Next authentication method: publickey [17:33] I'm already logged in as root, so yes [17:34] it's not trying to use id_rsa as my private key [17:34] Oh, I'm sorry it is using id_rsa [17:35] don't do it as root [17:35] and I suspect it will work [17:35] root login is disabled by default [17:35] I can use the root password to login. [17:36] 'PermitRootLogin yes' and 'PubkeyAuthentication yes' [17:36] ckb: it should work. At this point, probably best if you paste somewhere the connection log (ssh -v) and sshd_config and other configs [17:37] that does the auth log show [17:37] redact whatever you find problematic [17:38] SOMEHOW /root was owned by www-data [17:39] I'd rebuild that box [17:39] wouldn't be trusting that [17:39] it's brand new [17:39] nope [17:39] I launched it yesterday [17:39] someone's done something [17:39] that's not a box I'd trust [17:45] agreed, that box likely has messed up permissions in other places too [17:48] Question, can 20.04 be booted, installed and used on a bios machine? [17:49] SpeakerToMeat: of course. [17:49] Oh thanks [17:49] is it a 64 bit machine? [17:49] I'll search for a way to double check the boot sector ont he pen drive but I have no reason to know it's broken. [17:49] Maik, I think it is... [17:49] hmmm [17:50] just asking because Ubuntu stopped releasing 32 bit iso's since 19.10 iirc [17:51] so it's 64 bit iso only [17:51] Maik: there are plenty of 64bit machines that don't have UEFI [17:51] but the syslinux should show up? [17:51] oxek: i know, have one myself [17:54] I'm having a hard time getting my speakers to auto-mute when I plug in a set of headphones. I see a lot of stuff online about enabling Auto-Mute in alsamixer, but I don't have that option. I've tried playing around with some of the configuration in /usr/share/pulseaudio/alsa-mixer/paths to no avail. Any help would be appreciated. [17:58] Ok it's a 64 bit it seems, Atom 330 [17:59] The pen drive silently doesn't boot. [17:59] And my work pen drive just says boot error.. sigh it's a hard machine [17:59] I need to find the mobo code and check [18:00] I wonder if there's any way to check if the syslinux on the boot sector of the usb drive is ok [18:01] "Package 'python-virtualenv' has no installation candidate" but apt-get install gives me "python3-virtualenv is already the newest version (20.0.17-1)." [18:04] Is the moethod of DDing the iso to a pen drive gone? I liked that method [18:05] Ok it seems it should work. [18:09] SpeakerToMeat: the ubuntu ISOs are hybrid, so dd should work [18:09] Yeah [18:10] I'll try that, this pen drive was set up as a little tortuous route to create a live with persistent layer out of the install iso [18:10] maybe that effed it up [18:10] ckb: python-virutalenv is a virtual package in 20.04 [18:10] oxek, I figured it out :) [18:13] Can someone explain to me how i set up grsync to backup ~/ every week? [18:23] im trying to write a file system to a partition but it wont let me, its either mounted or unmounted but in use by the system. even after a reboot 🤷‍♂️ [18:23] xCf: does it have to be grsync? I have a cron job using just rsync -avz /home/user /tmp/back [18:23] do you always have to reboot when partitioning/creating a fs on a drive? [18:24] xcf: I think grsync can do the same, but what is a cron job? :O [18:24] xCf: cron is a scheduler that allows you to run jobs [18:25] pavlos: would you mind explaining me how to set it up? [18:26] xCf: probably you have a /etc/cron.weekly dir, any script in there is executed weekly [18:29] xCf: create a script, myback in there (you need sudo) and the one line in the script is "rsync -avz /home/user /tmp/myback" (adjust user for your username [18:29] allright, thanks [18:29] xCf: make the script executable ... every week that script will run syncing your home dir with /tmp/mybak [18:30] xCf: there is also /etc/cron.daily/ if you prefer to backup every day [18:33] Hey, for a ryzon 3 3200 I want to get 18.4 right? [18:33] I see a lot of topics about people having issues, but all before this year [18:33] So I dunno if that's solved now [18:34] cammera: try a liveusb with an ubuntu release first and see how the kernel reacts on your system [18:37] when i open disks i cannot do anything because it is "locked". How can i manage that? Or maybe i should get another app? I need to shrink my ext3 system with linux / and add another partition if possible [18:38] Make backups if you have't yet, if you're going to resize a partition [18:38] I have a backup.. Just need to reboot. later [18:43] Yuppers a plain old iso to pen drive worked [18:43] Poor machine [18:43] Let's see how lubuntu 20.04 fares on an Atom 330 desktop with 1GB ram [18:45] SpeakerToMeat: pretty well, i revived an old acer netbook with 2GB lately with 20.04 [18:45] lotuspsychje, My brain insisted on reading acer as "car" and I was deeply puzzled === jje_ is now known as jje [18:56] why do I not have default: text editor in my default programs menu? Only images, email etc.? [18:56] xCf: wich ubuntu release are we talking about? [19:11] Hello! I change the nameserver in /etc/resolv.conf to 8.8.8.8 but Chromium and Firefox still use the one of my provider. Any ideas why? [19:15] choice: what does systemd-resolve --status | grep DNS show? [19:16] pavlos: The providers data. [19:16] choice: use systemd-resolve to configure or set [19:17] tatertots: It seems the provider hijacks DNS queries. [19:17] tatertots: Even "dig sdkfsd8fw3rhsdf @8.8.8.8" returns the providers IP. [19:17] choice: /etc/resolv.conf should have told you that in capital letters [19:18] choice: are you chatting from the computer right now? [19:18] how about setting DNS in your networkmanager? [19:19] dig he.net @1.1.1.1 | grep SERVER should show 1.1.1.1 [19:20] pavlos: It does [19:21] choice: Maybe, change your netplan to configure the upstream DNS [19:22] pavlos: netplan? [19:23] pavlos, i think networkmanager comes first [19:27] I record raw videos lossless huge avi files in obs studio. What app can I use that gives me detailed control while compressing/producing a new video file from the source? [19:28] search: ubuntu from raw to jpeg [19:29] its vidoe [19:29] not picture [19:30] if that raw is rgb, https://stackoverflow.com/questions/46310408/convert-raw-rgb32-file-to-jpeg-or-png-using-ffmpeg [19:30] easy to find [19:31] oerheks: iam talking about videos [19:31] yes, that url too [19:33] ffmpeg -f ( or -vcodec ) rawvideo etc [19:33] you might want to reask in #ffmpeg too [19:39] oerheks: https://paste.ubuntu.com/p/r3Q3s9JwCT/ [19:41] oerheks: only 5 users [19:41] no, over 400 users.. [19:41] i did not type ##ffmpeg ... [19:42] oh [20:46] anyone know why i see a bunch of dns queries like this in my dnsmasq logs? "forwarded rzmwvchthge to 127.0.0.53" [20:47] seems like that might be chrome being weird actually [21:01] Anyone worked with stylus in ubuntu? The Active pen I got with my laptop works differently on Ubuntu lock screen before logging in and after logging in. I want to use stylus independent of mouse and it does work like that before logging in. But changes once x is running. Once logged in, it controls the mouse pointer. Whereas before logging in, its like a plus sign. Independent of mouse. I would like to keep it that way even after [21:01] logging in. here's an image of how it looks: https://imgur.com/V4n5yPK [21:01] The device shows as Wacom HID 5218 pen stylus in xinput list [21:11] z [21:12] y [21:34] I am trying to delete an application from my application menu in gnome 3. I installed the program from lutris and it will not remove its self. I have already done a "sudo find / -name '*.desktop' > test.txt" and read the file but I am not seeing any files left that gnome can be reading from. I have also restarted and it made no changes. [21:41] ha nvm I figured it our by running "sudo grep -rnw / -e 'name'" [21:51] tacomaster: cripes :) where the heck was it? [21:52] sarnold, it was in a .desktop file but it was not named with the program name. It was something like wine-something.chm.desktop [21:53] sarnold, I was being lazy and just did not open all of the .desktop files but once I found the grep command I was good to go [22:10] tacomaster: aha, cool, thakns [22:15] Hello! I have a question about current process of building ubuntu cloud images. Maybe someone knows the answer... I want to understand how ubuntu team create cloud images? which toolchain are they use? Can I find somewhere CI/CD build scripts? I want to try to create my own cloud image from scratch (not from other cloud image) === tucked is now known as disi [22:31] Hi, I'm trying to install ubuntu dual boot on my windows laptop, and I'm running into trouble. Could someone please help? [22:32] ChelseaGM: what problems? [22:33] selfy: I know these tools are used for a lot of the regular images https://launchpad.net/ubuntu-cdimage [22:34] I copied the ubuntu image to a USB, booted to the USB, ran the installer, and restarted, but my laptop booted directly to windows. I tried disabling safe boot, and it still boots directly to windows [22:35] ChelseaGM: you probably also have to disable window's "fast boot" thing; "shutdown" on windows these days means "suspend to disk" [22:36] I've also disabled fast boot [22:37] sarnold: thank you! I'll look at that [22:43] ChelseaGM: did you use the installer option to install side by side with windows, or something else? [22:43] Yes, install side by side with windows [22:44] are you booting windows in uefi mode? [22:46] Yes. My motherboard gives me two options, UEFI and legacy, I tried selecting "legacy" and it wouldn't boot at all, so I think I'm stuck with UEFI [22:46] do you have the ubuntu boot loader installed on the (U)EFI system partition now? [22:47] I'm not sure how to check what's in that partition [22:47] i.e. you should see EFI/ubuntu/shimx64.efi on it [22:48] it's just a FAT file system, shouldn't be difficult ot mount, unless windows makes it difficult on purpose [22:49] I'll try that [22:50] apparently they do make ti difficult: https://superuser.com/questions/965751/how-to-access-efi-partition-on-windows-10 - but this is more of a topic for ##windows [22:53] Yup, I just encountered that issue... [22:57] Ok, I see in my EFI partition there is an "ubuntu" folder, but the folder is empty [22:58] ChelseaGM: hmm, and there was no warning or error during installation? [22:59] Not that I saw, it seemed to complete successfully. Maybe windows deleted the file? Maybe there was an error on a screen that I missed? [22:59] you wouldn't have missed a grub installation error. [22:59] Yeah, I didn't see anything like that [23:00] windows would sometimes delete other boot loaders, but only during feature upgrades, i think [23:00] Oh nevermind, the folder isn't empty, windows explorer just wasn't showing the contents [23:00] shimx64.efi is there [23:01] which file size? [23:01] 1304 KB [23:02] this can be fine. check your 'bios' to see whether it has an option to manage boot loaders, and whether it lists ubuntu. there may also be a boot override menu, which lists ubuntu. [23:03] there are also bad uefi firmwares which were customized to only list windows boot loaders, ignoring everything else. [23:04] knowing which ubuntu version you installed, where you got the installer from, and which computer you have there may help. [23:05] I saw a boot priority menu that listed the Windows boot manager, hard disk, CD, etc., but nothing about Ubuntu. I got ubuntu version 20, burned it to a USB drive myself, and I have an Acer laptop [23:06] sarnold: at the first look ubuntu-cdimage are used only for building cd images =\ [23:06] selfy: dang :( sorry [23:06] !YY.MM | ChelseaGM [23:06] ChelseaGM: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [23:07] 20.04 [23:07] ChelseaGM: try to identify your specific acer model, then search the web about it hiding linux or ubuntu boot loaders [23:08] Ok, I'll try that. Thank you [23:08] also, disabling secureboot may help [23:14] ChelseaGM: Many Acer macjines must have "trust" set in the firmware - see: http://ubuntuforums.org/showthread.php?t=2330267 ; http://ubuntuforums.org/showthread.php?t=1974392 ; https://ubuntuforums.org/showthread.php?t=2384706 . [23:15] machines* [23:15] thank you [23:28] am getting this error: "Can not create temp file for here-document: Read-only file system [23:29] uhoh [23:29] check dmesg output [23:35] ok [23:37] sarnold: https://paste.ubuntu.com/p/dfcFVTJkMc/ [23:39] wasanzy: hmm, is this a VM? [23:39] yes [23:39] wasanzy: maybe check dmesg on the host, too [23:40] i expected to see clear evidence of dying hardware, but here it's just broken filesystem noise [23:43] kernel 3.19, build from 2015, nice [23:48] and the kernel command line has "ro" in it [23:52] tomreyn: heh, my laptop has 'ro' too [23:52] tomreyn: the 3.19 is weird though, that would sound like the machine has been orphaned on an unsupported kernel for some reason [23:53] or without some reason [23:54] !14.04 | wasanzy [23:54] wasanzy: Ubuntu 14.04 LTS (Trusty Tahr) was the 20th release of Ubuntu. !End-of-life was April 25th, 2019. Paid support (ESM) is available. See also !esm, !eol, !eolupgrade