[00:00] hi [00:00] someone here? [00:00] freetester: About a thousand people. Just ask your question. :) [00:05] stiv2k: that should be easy :) mirrors are nice and flexible, it's perhaps a bit more expensive than raidz1 or raidz2, but if you want to add another two or four or six drives later on, that's pretty easy to do [00:05] stiv2k: adding more storage to a raidzn pool is more complicated [00:08] sarnold: my friend says i should use truenas [00:09] oh, freenas changed their name? heh [00:10] my configuration: 2 pcs [00:10] 1) Imac mid 2010 [00:10] 2) Ubuntu [00:10] a second screen is connected to my mac [00:10] in total therefore 3 screens [00:10] I would like to be able to: [00:11] stiv2k: I've heard good things about freenas folks before, it's probably a good choice. if "NAS System" sounds like something you'd be interested in, it's probably a good fit. [00:12] jkc: thanks! [00:12] stiv2k: (it's a bit more capable than that, obviously, but as far as I can tell it's not like "here's a general purpose computer that you can do whatever you want with it") [00:12] freetester: note that the bots figured your client had broken when you bursted five messages in one second [00:13] freetester: so we didn't actually see your question [00:15] sarnold: he says he runs other services on it too [00:15] sarnold: as i had the same goal in mind, idk, maybe ill try it out [00:15] stiv2k: probably via an app store kind of thing? [00:15] sarnold: ops thanks i will try again [00:15] stiv2k: can you just ssh in and install stuff? [00:15] i think so, i am not sure just yet :) [00:16] stiv2k: cool cool [00:16] my configuration: 2 pcs [00:16] 1) Imac mid 2010 [00:16] 2) Ubuntu [00:16] a second screen is connected to my mac [00:16] in total therefore 3 screens [00:16] I would like to be able to: [00:16] I don't get the reference in your nick stiv bators died in 1990 [00:16] freetester: hah, you did it again :) you can't blast a ton of messages all at once. try (a) writing more than three words per line (b) writing it by hand [00:17] my configuration: 2 pcs [00:17] 1) Imac mid 2010 [00:17] 2) Ubuntu [00:17] a second screen is connected to my mac [00:18] in total therefore 3 screens [00:18] I would like to be able to: [00:18] 1) use the same keyboard and mouse on both PCs [00:18] !flodding | freetester [00:18] 2) use imac and its second screen for ubuntu === toxic0_ is now known as toxic0 [00:19] I am looking for a solution through the use of a kvm switch but I cannot find the keystone ... [00:19] any idea or sugegstion, thanks in advance 4 any idea or suggestion === madmax is now known as Guest4681 === ice is now known as madmax [00:22] freetester: I think that sounds like something the 'barrier' package can do -- check out the webpage https://github.com/debauchee/barrier and see if it makes sense === ice is now known as madmax [00:27] sarnold: thanks 4 your advice, i already read about barrier but unfortunately it doesnt work with display but only support mouse and keyboard [00:28] 4 this reason i was looking 4 some kind of congif with hw kvm [00:28] freetester: ohhh :( dang [00:28] sarnold: yep :-P [00:29] it would great see imac as monitor of ubuntu XD [00:29] be great* [00:36] freetester: you could do some vnc or rdp; I don't know much about those [00:48] hello [00:49] hi [00:49] how do I edit a file in 21.10 as admin? [00:50] user1: the sudoedit command is one popular way to do this [00:52] another question. I have a WD My Cloud NAS and a Lexmark printer copier. Why is it that Ubuntu can, Right after install, see My Cloud on my network and scan and print with my Lexmark Printer, but all the other distros like Manjaro cannot. What is Unbuntu doing differently? [00:54] user1: good question. I think the sane-airscan package is the starting point for scanning things -- this bug describes a lot of the context around scanning tools https://bugs.launchpad.net/ubuntu/+source/sane-airscan/+bug/1891682 [00:54] Launchpad bug 1891682 in sane-airscan (Ubuntu) "[MIR] sane-airscan" [High, Fix Released] [01:11] hi === ubuntu is now known as Guest4382 [01:11] kmjnhmgbcgbgfbvb [01:12] I need help [02:14] What is the preferred way to have a default ssh keypair automatically load into ssh? [02:15] holy shit [02:16] I think it has to do with ssh-agent [02:16] hi witeshark2 :) [02:16] automatically? [02:16] sem: if you want a key without a password, I think you can do that [02:17] hi sem [02:17] Holy Shit [02:17] I think you can too. It is making me consider making one without a passcode :) [02:17] TheRedQueen! [02:18] that's QUALITY! [02:18] are you feeling alright buddy? [02:18] sem: ssh will automatically use keypairs named to fit the format that are found in ~/.ssh/, e.g. ~/.ssh/id_rsa or ~/.ssh/id_ed25519 [02:18] oh shit! [02:18] witeshark2: please stop [02:18] i have to go ------ work [02:19] sarnold, who asked you? [02:19] EdFletcher, do you know if I can have both an id_rsa and an id_ed25519? [02:19] witeshark2, we try NOT to use ANY prfaities [02:19] profanities [02:20] and we also try to be useful and friendly [02:20] witeshark2, yes indeed, this is , afterall, a "support" channel not free for all [02:21] OMG if words have actaul POWER -- THEN! : the WORD Abracadabra will actually work! [02:21] think about it! [02:21] witeshark2, and if you are not careful, the word "kick" will also have power [02:26] sem: yup you absolutely can, i do that too - you may need to use `-i` to explicitly specify which to use depending on the server config, but it absolutely works. in fact, you can have as many key pairs as you want in that folder and if they're _not_ named starting with `id` then they'll never be automatically used but will be available for use with [02:26] `-i` [02:26] (generally you want to use ed25519 keys when possible these days, but for example i have a couple ARM servers i login to that don't yet support ed25519 so i keep an RSA key alongside for those) [02:27] That's what I was thinking too [02:27] I am pretty inexperienced so I was originally copying a working key to all devices [02:27] but now I'll start having one key per device as recommended [02:27] so if I lose the device I can just revoke that key [02:28] (I'm not exactly sure how to know which key to revoke, but... it's a learning adventure) [02:28] "revoking" a key is just removing the entry from ~/.ssh/authorized_keys [02:28] there's no central authority for them, so it's just a matter of where you've put the public key as authorized [02:30] if you're using a lot of keys it makes sense to setup and use a certificate authority so you don't need to move keys around [02:31] true true === keypushe- is now known as keypusher [02:36] Right now I'll only have about 4 devices and 4 keys. Can you comment in authorized_keys to help keep track which is which? [02:44] sem: that's probably the default; try this: awk '{for (i=3; i<=NF; i++) { print $i;} }' ~/.ssh/id_*pub === genii is now known as genii-core [02:52] i can just look in there and see my keys. Right now I don't have any default keys, I just have an ed25519 key I named something custom, and a bunch of keys I copied there === M4he is now known as mahe [05:02] ubuntu us a fucking poece of shit fucking dumbasses say its good then when u install it all it does is suck worse then windows fuck u linux bitches [05:03] trist me it shcks [05:04] i installed it and then i couldnet even play my games easy [05:04] fucking pos [05:05] well have fun with ur shitty os byebye === svm_invictvs__ is now known as svm_invictvs [06:02] ubuntu 20.04; apparmor profile for firefox is blocking access to GPU [06:02] with apparmor active: [06:02] ~:$ firefox [06:02] [GFX1-]: No GPUs detected via PCI [06:02] [GFX1-]: glxtest: process failed (received signal 11) [06:02] sudo aa-disable /etc/apparmor.d/usr.bin.firefox [06:04] !paste | webchat45 [06:04] webchat45: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [06:13] ubuntu 20.04; apparmor profile for firefox is blocking access to GPU:  http://sprunge.us/Kh4Qj1?text [06:16] how may I fix this. === diskin_ is now known as diskin [07:00] missed [07:18] nop [07:45] dlhdv [08:07] how would I go about seeing the file associated with a service so I can see exactly what it is starting/stoping and in what order? [08:14] weemdic `systemctl show SERVICE_NAME.service` [08:15] Before=, After= fields. [08:15] yes, ty - and it shows the file too [09:28] Hi, I have a problem with my lenovo laptop. The touchpad isn't turning off when typing, even though the setting is on. I've tried everything i could think of, but have not managed to fix it. Where do I go from here? [09:30] dorf: hrrm what ubuntu version/type ? what setting? [09:32] ubuntu 20.04, the setting "disable when typing" under settings -> mouse & touchpad [09:33] Problem is that my palm keeps making clicks on the touchpad when typing, wich is really annoying. [09:35] there is a 2nd 'disable while typing' in gnome-tweak-tools? [09:36] yes, that is also turned on. "synclient -l" also lists PalmDetect = 1 [09:38] i dont even see that setting on my thinkpad [09:39] but i also never had that problem [09:40] maybe some dirt in the edges? [09:41] I've tried cleaning it to no avail. But even then, even if it was dirt the touchpad should be disabled when typing anyway. [09:46] dorf: lenovo + touchpad, could be a bug, are you on kernel 5.11? [09:50] dorf: you can doublecheck all you tweaks from dconf-editor aswell before we suspect a bug [09:50] im on 5.11.0-40-generic [09:51] What xinput drivers do you have installed? [09:52] is there a trick to list changes in dconf-editor, I'm unsure if i even changed anything. [09:54] dorf: how did you change stuff? [09:55] dorf dconf dump / > dump.conf [09:55] *dump.dconf [09:55] ah dconf-editor is a gui [09:56] dorf, that is if you really changed it via dconf. if it was gsettings, i dont know if its possible to list manually changed schemas/keys [09:56] to compare current vs. default value, you could, using the "dconf" cli, "list" and backup current value, "reset" it, and then "list" it again, and optionally "write" the previous value again. there may be an easier option. [09:57] dorf`: ^ [09:58] that seems to dump everything, pretty sure i've only used dconf editor to check the settings are enabled anyway [09:58] This have worked in the past, but all of a sudden stopped working. Also having some other issues with the touchpad being unresponsive for tap clicks after it has been to sleep. [10:00] dorf`, hmm. In that case, I think you need to look at what packages were updated/installed. [10:01] Did you update your kernel, libinput, etc.? [10:01] isn't xserver-xorg-input-synaptics (which provides "synclient") meant to be replaced by xserver-xorg-input-libinput, anyways? [10:02] I might have, i've had this problem for some weeks now, so there have been a lot of package updates in the meantime. [10:02] (that's what its package description seems to siggest anyways) [10:02] I had the same problem a year or two ago which was solved by installing synaptics. My laptop isn't Lenovo, though. [10:03] i have both xinput for libinput and synaptics installed, could that be the issue? [10:03] xserver~ [10:04] maybe. -synaptics is in universe, -libinput in main. i'd know hwich one i'd want to try and remove [10:05] and which one would that be? Synaptics? [10:05] yes, the one in universe [10:07] dorf`: there's a few bugs to check out there; https://bugs.launchpad.net/ubuntu/+source/linux/+bugs?field.searchtext=touchpad&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_pat [10:07] ch=&field.has_no_package=&orderby=importance&start=0 [10:07] in 18.04 LTS, xubuntu and lubuntu depended on xserver-xorg-input-synaptics, but i assume you're using Ubuntu === ravan_ is now known as ravan [10:10] removing xserver synaptics package doesn't seem to fix it, would a reboot be required? [10:11] restarting the user sessions may be [10:11] definitely restarting X [10:13] if the problem persists, i'd also compare to wayland, maybe try to reproduce on the latest installer /live iso, and file a bug - after checking that there isn't one already. [10:13] Does not seem to have fixed it. Might be at the point where a clean install is the solution, having random stutters on top of this. [10:15] or just try with a new user account to rule out changed you applied within your home [10:15] *changeS [10:16] thats a good idea, thanks. I'll try that after lunch [10:17] hi [10:19] deksar, hi [10:55] hey guys [10:55] how do i know if my ubuntu 20 is using netplan or something else? [10:56] i'm having issues connecting to outside world [10:56] apt update is working, but unable to ping 8.8.8.8 [10:57] is it a desktop? then it is networkmanager, most likely [11:01] timsa: this might tell: systemctl status NetworkManager systemd-networkd [11:01] at least which backend you'r eusing [11:02] nice line, tom, catches both [11:04] :) i think netplan would place current configuration in /run/ so maybe look for that as well [11:04] its a "server" [11:05] probably netplan then, unless you modified it or it's a custom image [11:05] systemd-networkd.service seems to be running [11:05] should i disable that and then it uses netplan? [11:05] and the systemd-networkd renderer [11:06] netplan is a management tool for those two backends [11:06] so you're probably currently using netplan and systemd-networkd === mIk3_09 is now known as mIk3_08 [11:07] inspecting your configuration may help verifying this. netplan is configured in /etc/netplan and there is documentation on ubuntu server basics like this on https://help.ubuntu.com [11:08] netplan also has man pages and, maybe more conveniently, https://netplan.io [11:13] The latest samba security upgrade broke our setup. (http://changelogs.ubuntu.com/changelogs/pool/main/s/samba/samba_4.13.14+dfsg-0ubuntu0.20.04.1/changelog). We tried downgrading samba. But we also use sssd, and for that package there is only 1 version available anymore that depends on the latest samba version [11:13] (http://changelogs.ubuntu.com/changelogs/pool/main/s/sssd/sssd_2.2.3-3ubuntu0.8/changelog). Any pointers how to get out of this conundrum... either solving the current samba issue, of getting the downgrade working [11:14] KNDX: you may want to bring this up in #ubuntu-server, and check the bug tracker [11:15] a, good tip, will post there [11:15] it will help to also discuss what broke exactly [11:26] tomreyn how can disable the /etc/network/interfaces and use netplan only? [11:27] Hello all! Is there a list of all the ubuntu channels on IRC somewhere? Do you all start with #ubuntu? [11:32] Thib[m]: You could try /msg alis list ubuntu [11:32] https://wiki.ubuntu.com/IRC/ChannelList [11:32] or the wiki [11:32] mjt: thanks! [11:33] Oh yes, thanks too oerheks :) [11:34] timsa: remove your configuration off /etc/network/interfaces and configure things via netplan instead. [11:38] just rm the config? [11:40] timsa: you can keep the empty file. [11:44] hmm. still unable to access the internet [11:44] timsa: actually, netplan has a "migrate" option you can probably use [11:44] s/option/command/ [11:45] is the interface brought (down and then) up, though? is it configured properly accoring to "ip" (address, route)? [11:49] hmm. this is weird indeed. https and https works but i seems like nothing else [11:49] also i can ssh the server. apt update works [11:50] so what does not work, and how do you tell? [11:51] for example ping 8.8.8.8 [11:51] fails how? [11:51] ping 8.8.8.8 [11:51] PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. [11:51] just stays there [11:52] so firewall, packet loss, or broken router [11:52] its a cloud server with no firewall :p [11:53] no firewall you know of [11:53] sudo iptables -L [11:53] ufw installed but disabled [11:55] "ping" should return to CLI after a timeout, though, and provide a status. does it not? [11:55] should return to the sehll prompt, i mean [11:56] https://pastebin.com/MUw3HW37 [11:57] docker :/ [11:58] tends to break networking if not configured properly [11:59] seems like some things are working [12:00] like i can wget websites [12:00] and nc or nmap ports 443 [12:00] but i cant ping anything [12:00] except localhost [12:08] any ideaS? [12:13] timsa: did this work previously? if so, what changed in between? [12:13] and can you revert that? (maybe the docker installation?) [12:13] if it always happened, talk to your host [12:14] ah found it [12:15] i actually had a deny rule on the provider side === webchat5357 is now known as webchat69420 [13:03] is there a way to change the format for screen recordings to MP4/H.264? [13:03] without manually reencoding with ffmpeg each time [13:25] anyone know why I can't get scrollbars at the edge of the screen with the mouse in this os? [13:28] lpv, might depend on your desktop theme [13:28] I only got ubuntu default [13:29] okay maybe I'll try sth else [13:31] lpv, unless you mean the 'Edge Scrolling' function [13:32] I spotted that somewhere, think it's got to do with touchpad? Nah I just mean when I move the cursor at the edge of screen at scrollbars position, it goes behind it [13:32] it's so annoying [13:32] I have to play precision fps to catch it [13:33] 'Morning folks [13:33] morning BluesKaj [13:34] 'morning coz_ [13:34] BluesKaj, how have you been? [13:34] I'm doing ok, how about you? [13:35] BluesKaj, fine, thanks for asking. I probably have said this before, with all of the "new" people here, it's nice to see another old timer %) [14:37] The only message I'm sending: I just wanted to congratulate you for moving the channels from freenode autistic network to libera. [14:39] webchat97: great but it doesn't belong here imho === shokohsc8611 is now known as shokohsc861 === gacuxz1 is now known as gacuxz [15:00] i want a alternative of illastetor [15:01] saad gimp | ubottu gimp [15:02] inkscape, libre office draw, tons of vector graphics programms [15:04] https://snapcraft.io/search?q=vector [15:09] they left 21 seconds after asking the question [15:09] expecting instant gratification [15:12] macbook pro m1 ... [15:12] I want it! [15:12] maybe [15:12] probably not, don't like moving parts and the thing has fans [15:13] but does have superior prestation compared to other stuff [15:13] !ot | sprout [15:13] sprout: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [15:13] oh, right. sorry === genii-core is now known as genii [15:54] Hi. I'm having issues with disk encryption. I'm installing ubuntu on an existing box, the second half of the drive is an encrypted drive with arch linux in it. My goal is to install an encrypted ubuntu at the beginning, and move important files from the arch installation before (maybe?) deleting it. But I cannot install ubuntu encrypted without deleting the whole drive. What's more, installing ubuntu [15:55] killed my old grub, and the other system doesn't show up at all at boot (which is understandable since it's encrypted, I guess). [15:56] I've been able to open the encrypted drive, but if I'm understanding things correctly, this won't help me since I cannot encrypt ubuntu after-the-fact [15:56] LVM/luks wants the whole drive, indeed [15:58] lacrymology: is the installation inside the existing LUKS using LVM? [16:12] sorry if anyone answered, the encryption thing has become kinda secondary. Now I can't click things. Like, I open the apps list, and click on things and nothing happens. I was able to run the terminal from the lanucher thing where you can type program names [16:12] I was able to run chrome from the terminal [16:12] but the interface doesn't respond [16:13] also cannot resize or move windows, or change focus by clicking [16:13] alt-tab works [16:14] that's for everything, I can keyboard-navigate, but nothing responds to clicks [16:15] things get styled on mouse over and stuff, tho === webchat97 is now known as Crepe [16:17] I'm going to reboot, brb [16:19] ok, rebooting fixed the mouse issue, but no idea what it was [16:21] I'm using ubuntu LTS 20.04 and suspend to memory doesn't work - waking up just gives me a black screen. How to best find out what's causing this problem? [16:22] narfnarf: examine the kernel log. most likely a GPU driver issue. [16:30] hey guys after upgrading to 21.04 my external hdd has been renamed to Storage1 instead of Storage and there's the old, now inaccessible Storage too. Can I remove the old somehow? [16:31] not quite ubuntu question: is there something i'm doing wrong with a wget command, in that it doesn't download any files. only grabs index files and nothing more? [16:31] lpv check what it says in /etc/fstab [16:32] or... do you have this thing listed in there? [16:33] nothing related to external hdd on fstab [16:33] it normally goes under /media/username/ [16:33] oh. i usually put all my drives in that. externals are often spared that honor [16:34] Hi, I have a problem with proprietary nvidia drivers. Whichever driver I use, it crashes for a while after opening a steam game. On the other hand, I don't encounter with any issues while using open-source driver in the same scenario. However, in this case, it doesn't work as good as the proprietary one (rendering issues). [16:34] So I would be appreciated at least if you can guide me how to troubleshoot the problem. My graphical card is EVGA gtx 980 and the driver version is 495.44. [16:34] could you describe how you installed these drivers? [16:36] <[sprint]^> THIS SHIT CHAT MAKES ME SO FUCKING MAD IM GOING TO GO PUNCH A HOLE IN MY WALL COME TO IRC.UNDERNET.ORG #RadioMania FOR SOME REAL ACTION [16:36] <[sprint]^> THIS SHIT CHAT MAKES ME SO FUCKING MAD IM GOING TO GO PUNCH A HOLE IN MY WALL COME TO IRC.UNDERNET.ORG #RadioMania FOR SOME REAL ACTION [16:36] <[sprint]^> THIS SHIT CHAT MAKES ME SO FUCKING MAD IM GOING TO GO PUNCH A HOLE IN MY WALL COME TO IRC.UNDERNET.ORG #RadioMania FOR SOME REAL ACTION [16:36] <[sprint]^> THIS SHIT CHAT MAKES ME SO FUCKING MAD IM GOING TO GO PUNCH A HOLE IN MY WALL COME TO IRC.UNDERNET.ORG #RadioMania FOR SOME REAL ACTION [16:36] <[sprint]^> THIS SHIT CHAT MAKES ME SO FUCKING MAD IM GOING TO GO PUNCH A HOLE IN MY WALL COME TO IRC.UNDERNET.ORG #RadioMania FOR SOME REAL ACTION [16:36] !ops [16:36] Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu [16:36] Gallomimia Now they are installed via default software center application but I also tried installing via a ppa (https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa) [16:38] this is what I'm getting: https://imgur.com/dJmNK4W [16:38] The issue is that in any game driver crashes and I encounter with either death of orange screen or no signal on monitor warning. [16:39] 495 is the newest, maybe your gtx 980 needs something older, like 390/440 ?? [16:39] lpv, i regret to inform you i don't know much about that. i'm led to believe that directory is auto managed [16:40] is there an instance in the driver utillity that says 'recommended' ? [16:40] cool np, it's no big deal. thanks ;) [16:41] oerheks: tried almost all drivers from 390 to 495. [16:41] someone more knowledgable than me can help [16:41] moliendo, are libnvidia-gl-495 and libnvidia-gl-495:i386 installed on your system ? [16:41] indeed [16:41] nvidia site says you should be using 470 === Swift110-mobile_ is now known as Swift110-mobile [16:42] which means you should remove that driver, and sudo apt-get install nvidia-driver-470 [16:42] I'll deal with it later, cheers :) [16:42] hang out in here lpv someone might answer you in a minute or two [16:43] ioria:  libnvidia-gl-495:i386 is not installed [16:43] https://www.nvidia.com/Download/driverResults.aspx/183575/en-us <--- driver 470 for a gtx980 [16:43] the other package is installed [16:43] moliendo, install it [16:43] 470. [16:44] and steam, yeah, it is heavy, lower the graphical settings [16:45] ioria: it is not available on ubuntu repositories [16:45] !info libnvidia-gl-495:i386 focal [16:45] libnvidia-gl-495 (495.44-0ubuntu0.20.04.1, focal): NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD. In component restricted, is optional. Built by nvidia-graphics-drivers-495. Size 21,658 kB / 78,295 kB [16:46] moliendo, it is [16:47] moliendo, sudo apt install --reinstall libnvidia-gl-495:i386 [16:47] Okay installing now [16:49] Thanks. It was (unsurprisingly maybe) the nvidia drivers. I had to echo options nvidia_drm modeset=1 | sudo tee -a /etc/modprobe.d/nvidia-kms.conf, that seems to have fixed it. (from here: https://forums.developer.nvidia.com/t/fixed-suspend-resume-issues-with-the-driver-version-470/187150/4) [16:50] ioria: rebooting now, will try again to see whether it still crashes. [16:50] ok [16:54] FunnyLookinHat, long time no see! [16:57] let see now whether it works [16:58] I have one funny problem with shotcut were my font weight is not changing to bold. THe font is installed. [16:58] Anyone know a good free ssh terminal emulator for Windows that will let you enter the same commands into mulitple linux hosts simultaneously? [16:58] brandoneliza: sometimes you need another version of the font installed that does 'bold' :D [16:59] TJ-: they are 2 .ttf files [16:59] both installed. It's Garamond [16:59] d1g1ta1, wsl2 [16:59] but I noticed this with other fonts too. [17:00] shotcut as snap? [17:00] brandoneliza: hmmm, did you update the font cache just in case the 'bold' isn't know about? - oh, maybe it is a Shotcut issue then? [17:00] shotcut snap font issue [17:00] TJ-: that is what I am thinking [17:00] oerheks: I tried shotcut as a snap and shotcut as an appimage same thing [17:01] wonder if it is a kde issue though I will just test in my ubuntu vm host is kubuntu [17:01] what about shotcut from Ubuntu archives? [17:01] I think that just crashes a lot [17:02] i could not get it to work reliably [17:11] brandoneliza, have you tied the -edge version 21.11 ? [17:12] hmm that is the only thing missing. FUnny thing is on the other system (ubuntu 18.04 and snap at that time was 20.09.x but it auto updated) I don't know if it is broken now but that time it worked [17:12] I am wondering if I am missing something else. But I tested with other fonts. I will try out the edge snap [17:13] ioria: wonder how to install the edge snap [17:13] brandoneliza, have you tied the -edge version 21.11 [17:13] brandoneliza, sy [17:14] brandoneliza, remove the old one and sudo snap install shotcut --classic --channel=edge [17:14] I am a bit scared now of snap autoupdates too. [17:14] is there a way to turn it off [17:15] just for reference. [17:16] brandoneliza, nope, not comletly [17:16] *completely [17:16] ioria: thats why I like apt. A teeny weeny bit more control [17:16] probably, yes [17:17] I can build from source too but that means a lot more dev packages n stuff [17:17] and headaches [17:17] I am suprised the appimage has the same problem [17:17] brandoneliza: I always do that in an nspawn deboostrap-created container. [17:18] usually they woek well [17:18] is it that those external installs can't get to the font files themselves? [17:19] TJ-: I don't know what that is reading about it [17:19] ioria: it still continue crashing [17:20] it has to be a away to troubleshot it [17:20] there has be a way* [17:23] ioria: no difference; tested with ubuntu fonts too [17:23] which are definitely fine [17:25] oerheks: great idea, unfortunately, it looks like it won't run on 1809 and I can't upgrade work Win 10 version. [17:48] Hello, I have my web dir /var/www/html with right 777 on www-data:www-data. I want to open access to someone ONLY on the folder named "foo". BUT, I do not want he access to all my sites. I want to have a specific user call "foo", who can access only to the dir /var/www/html/foo. Is it possible ? [17:48] hi [17:49] uh oh, 777 is a NO NO.. === jje_ is now known as jje [17:49] ahah, never mind, 644 [17:49] basicly, if you want an ADMIN to access, make him member otf the www-data group [17:50] uh oh, if he is in www-data, he will see all my sites [17:50] everyone will if the permissions are 644 [17:50] 640 so ;) [17:51] 18.04 LTS, cannot print from GTK dialogs like Gimp, gThumb. comes up with an error. when I go through print *preview* and hit print from there, it works. can someone riddle me this? [17:51] Guest83: If he's a member of the www-data group, he'll still be able to read everything. [17:51] Guest83: if that user only needs to up- and download files install something like proftpd with chroot activated [17:52] Or forget an FTP daemon and do a chrooted sftp-only user in SSH. === jje is now known as Guest6374 === jje4 is now known as jje [17:54] it is possible to set directories to a more restricted set of permissions than sub directories [17:55] Yes, it is. However, group memberships can also ruin permissions structures if not planned for. [17:55] read more about the permissions for sure. directory perms work different than documents [17:56] I quite literally know everything there is to know about Unix permissions, and ACLs. [17:56] you only need x to go into a directory. you don't need read. [17:57] If the web server needs write access, then it has to have that either via user or group ownership. If the user is also a member of that group, then the user will, by virtue of group permissions, have access to everything that the web server has access to. [17:57] Or read access, for that matter. It isn't sufficient to give only traversal access. [17:58] That is the value of a chrooted user. [18:00] no one but that system's webmaster should be a member of the www group [18:00] and even then, it's questionable [18:02] admin should be alright.. [18:03] but with multiple sites on 1 service.. hmm [18:03] the owner should be www while the group should be he who controls that site [18:11] I'm having this weird issue with PAV on Ubuntu Studio 21.04. When I start using the mic for something (like a zoom meeting) it lowers the mic level (under Input Devices). I drag it back up to 100% and it goes back down. I keep dragging it up and it keeps going back down until it finally stops doing that and stays at 100%. It only seems to do this once I've started talking which is suuuuuper annoying. [18:14] zoom does that, i guess, auto level [18:15] maybe you can find that setting in zoom? [18:22] BrianHechinger[m: Maybe that's another reason to upgrade to 21.10 (21.04 will reach end of life in January) - though i do not know whether that's no longer an issue in 21.10 - but there#s a chance, I guess. [18:23] "zoom does that, i guess, auto..." <- Zoom can change the pulse audio level? [18:23] tomreyn: Hmmm, that's not the worst idea I've heard. :-D [18:24] BrianHechinger[m, i don't know, you tell me? [18:24] I wouldn't think it would. [18:24] but I'm hardly an expert in pulse audio [18:48] ioria: hmm weird I setup an ubuntu 18.04 vm and the snap shotcut works fine there. Need to test on a ubuntu 20.04 vm now to know if it is a KDE thingy. [19:07] I want to specify a font directory relative to the fonts.conf location . does not work [19:07] any idea? [19:08] zen_coder, did you ask this before? [19:09] oerheks: before, I found a solution where I can specify an absolute path /home/user/myfonts_dir this works [19:10] there are 3 basic places to place custom fonts, /usr/share/fonts, /usr/local/share/fonts, and ~/.fonts [19:10] however, I want to distribute the file and therefore I would like to avoid specifying the absolute path [19:11] keep it simple, /usr/share/fonts [19:11] https://www.freedesktop.org/software/fontconfig/fontconfig-user.html say I can do this [19:11] maybe the documentation is wrong? [19:11] sorry, i didnt know what channel to head to so i came here to ask this: Does online games like csgo/warzone/fortnite etc use sockets or websockets? [19:11] https://wiki.ubuntu.com/Fonts [19:11] oerheks: For several reason, I cannot use this default directories [19:12] sure you can [19:12] raxor2k, please ask the unreal channel [19:13] oerheks: yeah, but in my use case I cannot [19:16] Hi, I am trying to set up build environment for this repo: https://github.com/doitsujin/dxvk.   I am not an experienced Ubuntu user, and I am hitting limits on some basic things.  So I have Hyper-V VM with Ubuntu 20.04 and I need to install some build tools, for example, mingw-w64.  So my very first question is: if I just use apt --install for [19:16] mingw-w64, I get version of 7.0.0.2.  But the VM repo uses also has same Ubuntu version, and they somehow get newer tools there, like gcc, mingw etc.  I was able to  work some of it around by installing bunch of .dep packages manually, but my environment is still significantly different from the CI environment those guys use.  Why apt does not [19:16] fetch latest things for me? [19:19] TheIronWolf: "the vm repo"? [19:21] expressed myself poorly.  Github repo has CI build, it uses Ubuntu VM too, I believe even same version.  I am looking at logs of their VM setup, and there are many much newer packages.  Also, logs show pacman, and my Ubuntu VM does not have pacman.  Yes, I am very noob sorry [19:22] are you sure their CI setup uses ubuntu? pacman is arch [19:22] my goal is to have build environemt as similar to their CI as possible. Yes, pacman confused me too.   See this:https://github.com/doitsujin/dxvk/runs/4184344080?check_suite_focus=true [19:23] Let me find you interesting sections: [19:23] Current runner version: '2.284.0' [19:23] Operating System [19:23]   Ubuntu [19:23]   20.04.3 [19:23]   LTS [19:23] Virtual Environment [19:23] !paste | TheIronWolf [19:23] TheIronWolf: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:23] https://launchpad.net/ubuntu/+source/mingw-w64 21.04 gives 8.0.0-1 [19:24] meson should not be an issue [19:24] lol [19:25] I failed copy-and-paste and didn't notice.. [19:25] https://launchpad.net/meson/+packages [19:25] TheIronWolf: aha https://github.com/marketplace/actions/arch-linux-mingw-builder [19:25] ok I have 8.0.0.1 installed from .dep packages but [19:25] TheIronWolf: from "Set up job", line "Download action repository 'Joshua-Ashton/arch-mingw-github-action@v5'" [19:26] can you clarify? I saw that line [19:26] how can I replicate their env locally, I am not following. [19:27] so mingw is 8.0.0.1  but g++ is wronge version compared to CI (looking at link) [19:28] TheIronWolf: start by stealing their artifacts.yml, I think: https://github.com/doitsujin/dxvk/blob/master/.github/workflows/artifacts.yml [19:29] but see - I do not want to setup CI, that requires Azure subscription etc, I want build locally, on my own Vm [19:29] TheIronWolf: I've never used it but I've heard this thing can help you run github actions 'locally' https://github.com/nektos/act [19:29] thank you will look into it. === shokohsc8618 is now known as shokohsc861 [20:19] just solved, I had to unmount the drive. nm [20:35] sarnold - thank you for the hints, it got me going!  I did not use act, but I used Desktop Docker to get archlinux image, and no  way I would've been able to figure it out without Joshi's action above - he uses specific version of archlinux as latest has pacman broken. [20:36] TheIronWolf: oh *jeeze* that sounds fragile all around [20:37] TheIronWolf: I wonder why they started with an ubuntu image.. sigh. oh well :) good job untangling it all [20:37] yes :( I really don't get why it is like that - there are even 2!!! mingws at same version number, so strange [20:38] I am not done yet, need to somehow transfer files to host windows machine from docker. [20:39] I have to imagine that someone's going to waste a fair chunk of time on that somewhere [20:41] do you know what happens here:  echo -e '\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n\n' >> /etc/pacman.conf - I did that, otherwise pacman was failing, but what is [multilib]? [20:46] TheIronWolf: probably something to let you install 32-bit stuff on 64-bit operating systems -- I bet there's something about it on the arch wiki :) they've got a great wiki [20:48] thanks man again, crazy, it'll take me half a day to take notes on how I got it build :D   and wait, I don't even if binaries are correct yet.  Trying to figure out how to share with host.  All that said dxvk is amazing, there's a dx9 game I am reversing, and dxvk runs game faster than native dx9, mindblown [20:50] wow. I sure wouldn't have expected that. [20:51] good job dxvk gang :) [20:51] yes - it is counterintuiteve, most often there's overhead. [20:52] now in my case the potential might be even bigger, one of enhancements I did is VR support in that game, if I manage to get backing Vulkan resources out of dxvk, I might be able to cut out dx9->dx11 conversion I have. [21:21] I wa thinking of installing znc on an aws. Id znc setup stridjgt forward? [21:22] Is* [21:22] Straight* [21:26] !info znc [21:26] znc (1.8.2-2build1, impish): advanced modular IRC bouncer. In component universe, is optional. Built by znc. Size 1,712 kB / 8,328 kB [21:27] znc is, not sure about aws [21:29] I found aws to be pretty confusing, but their lightsail front-end is pretty easy. [21:31] what's a good privacy/security focused FLOSS web browser [21:31] besides lynx [21:31] :D [21:31] probably torbrowser comes closest [21:33] i think i will stick with firefox, actually. I didn't realize it's open source [21:33] yea tor is good too, I use tor sometimes but lots of features on some sites dont work with tor [21:49] i'm looking for an email service for my company, does anyone have any good experiences? [21:55] choice of email service is beyond the scope of this channel, jwash [21:57] lol, are opinions out of the scope of the channel? [22:02] this is technical support, so yes [22:10] when I am trying to run build script in mounted directory, I get this: https://paste.ubuntu.com/p/RJr7DXtyNy/  happens in both Ubuntu and Archlinux, how can I fix this? [22:18] that looks pretty hard TheIronWolf [22:19] do you know what bash/r is referring to? [22:19] i mean bash\r [22:22] sem I fixed it it was https://stackoverflow.com/questions/29045140/env-bash-r-no-such-file-or-directory/29045187 not sure why, but getting another problem: [22:23] https://paste.ubuntu.com/p/KhV672H8PN/ [22:23] Nice! Thanks [22:23] i was actually able to copy file to mounted folder so I can write [22:24] but wth is going on above [22:24] man every step uphill batttle [22:24] looks like a permissions issue [22:24] what are the permissions on the .sh file? [22:24] how can I test [22:24] you can use the ls command [22:25] googling [22:25] ls -l [22:25] will tell you the permissions for all the files in your current directory [22:25] ah  bingo [22:25] Unix defaults to very restrictive [22:25] you probably need to make sure that the .sh file is rwx for the user [22:25] could kindly tell me how because I am going crazy [22:25] you can probably do something like chmod +x [22:26] how give full permission [22:26] let me try [22:26] full permissions is generally pretty dangerous, but chmod +x will let the user execute the script [22:26] aaaa!!! it's building in a mounted folder [22:26] that doesn't sound good [22:27] is the folder mounted as read only? [22:27] no, I am happy [22:27] this is success [22:27] nice [22:27] I need to write code on windows machine [22:27] oonly build in  docker [22:27] glad it's working now [22:28] thank you for your help! [22:28] no problem :) [22:28] Now just need  to document it all as I'll forget in 3 days === arooni_team_b is now known as arooni === genii is now known as genii-core