=== argonaut_ is now known as argonaut === veemo is now known as veemouse === veemouse is now known as veemo [01:33] when i open a terminal window on my pc i always shrink the text size by two or three presses of "Ctrl+-", what should i google to find what i need to change the window to open at my desired zoom level === veemo is now known as veemouseballs === veemouseballs is now known as veemo [01:38] bob: is only the text in the terminal too large, or is that elsewhere, too? [01:40] only in the terminal-found page directing me to alter the 'exec" field in the user/share/applications-sound advice? [01:40] but to be truthful once i have figured out this one id like to move on to the same with my firefox sessions [01:41] if it's just in the (gnome) terminal, you go edit -> preferences -> profiles -> (the one which is ticked)-> text (tab) -> text appearance (section), click the "custom font" tickbox, set text size to 2 points less or so. [01:42] thank you very much, if you were to do this without a gui what files would you be wanting to edit [01:43] doh, no idea :) probably not files but using gsettings [01:43] eg strictly with gnome terminal and nano/vim/gedit [01:44] all gud thanks for your help +) [01:44] =) [01:44] gnome unfortunately isn't meant to be used by editing text files - i guess you still can, but you're not supposed to [01:45] not trying to be difficult but am genuinely curious-why is that [01:46] is it because gnome/ubuntu is aimed at being not so technical and to be easy to use n intuitive ? [01:47] Ugh I hate samba [01:47] i really do not know the answer why the gnome folks decided a 'registry' would serve things better than just classic flat configuration files which seem to work well for everything else [01:50] this is really interesting and i didn't know gnome had a registry (like windows no?) [01:50] actively googleing but if you know what to search so i can learn more about this please oblige [01:51] specifically when implemented and one vs the other [01:51] https://en.wikipedia.org/wiki/Dconf [01:53] =) nice got a few pages to read now ty [01:53] So I setup a samba share on my lil ubuntu server on a pi. I have read only = no and even writable = yes but windows wants to make everything I create read only. I am not sure its on the windows side yet though [01:54] drwxr-xr-x 7 ubuntu ubuntu 4096 Dec 29 22:29 .. [01:54] drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 29 23:08 'Kotlin Course' [01:54] Launchpad bug 4096 in meld (Ubuntu) "meld: merge new debian version" [Medium, Fix Released] https://launchpad.net/bugs/4096 [01:54] Thats what the shares dir and its sub folder look like permission wise on the linux side === genii is now known as genii-core [02:26] Can anyone look at my entrey at the bottom of this smb.cfg and tell me why I keep getting read-only directories and files when connecting to the share from windows? [02:26] http://sprunge.us/nnObPI [02:27] I created a specific user with adduser --system shareuser shareuser [02:33] Is there any easy way to blur a part of an mkv video? [02:33] Something foss perhaps? [02:39] CINELERRA === M4he is now known as mahe [02:43] blahboybaz, https://itsfoss.com/best-video-editing-software-linux/ [03:21] is there a command to turn ubuntu off in 4 hours time? [03:26] Anyone good with samba stuff, I have this share setup correctly for read write and execute but its still in RDONLY according to smbstatus [03:27] sleep 14400 && shutdown now [03:27] something like that [03:27] smb.conf http://sprunge.us/H1nsID [03:28] sleep 4h && systemctl poweroff yukiup, [03:28] 4h = 14400 seconds? [03:30] $ echo $[ 4 * 60 * 60 ] [03:30] 14400 [03:31] !samba | ProfessorChunk see also [03:31] ProfessorChunk see also: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://ubuntu.com/server/docs/samba-introduction [03:31] life would be much easier if everybody spoke English [03:32] lotuspsychje: How is that helpful? I know what samba is.. [03:34] ProfessorChunk: did you read the link properly, maybe it can widen your options? [03:34] ProfessorChunk could always use ssh to transfer files [03:36] Lol no [03:37] I need a network drive I am using this as a NAS so I can access the same project from multiple devices on my home LAN [03:37] Should be simple [03:38] I have the share mounted in Windows but its read only even though my config has it clearly set not to be [04:28] is there a method to create offline installer for apps in my current system, to use on freshly installed ubuntu from same liveusb, on an identical hardware? [04:31] you could backup the entire disk... [04:32] gholarom: While not offline. you might find "debfoster" interesting. - apt show debfoster - [04:37] i will read more on debfoster. i cant really understand it from skimming :P [04:38] i dont really like backup entire disk. because i may need to use different size hdd or partition [04:40] basically, i was looking for windows equivalent of install os, update using offline exe then install apps using offline exe. something along that line [04:48] gholarom: Consider them "apt-offline" . [04:48] then* [04:49] gholarom: I wonder if this works: https://askubuntu.com/questions/30482/is-there-an-apt-command-to-download-a-deb-file-from-the-repositories-to-the-curr [04:51] gholarom: yup. Just tried it out. YOu can download individual .deb files with apt just as you would if you were installing them. Instead of "apt install blah blah", you would type "apt download blah blah" [04:57] i will check on both options to see if it suit my needs. thanks guys :) [04:58] do you know if any of these method can be used to update kernel. like 5.4.1 to 5.4.6 for example [04:59] downloading a .deb file instead of an app will not update your kernal [05:01] gholarom: what the other person said - apt-offline, looks like the better option here [05:01] gholarom: https://itsfoss.com/upgrade-or-update-ubuntu-offline-without-internet/ [05:02] yes. it seems like it. i will try that === leaftype2 is now known as leaftype [05:32] Please help me re openvpn service cant be seen by systemd i think https://pastebin.com/1KmRyzNm [05:41] jehlow: i don't think that's the right way to use openvpn with systemd, you should copy the service file into /etc/openvpn and then use sudo systemctl enable openvpn@servicenamehere [05:41] i recommend starting from scratch and following one of many guides on the net [05:42] servicenamehere is the name of the client config (without .ovpn) [05:43] but I haven't used openvpn in a long time, you should use wireguard instead, it is a billion times easier including the systemd integration. [05:46] I've realised I've been really unclear above - you need to copy the *openvpn* config file into /etc/openvpn and then use sudo systemctl enable openvpn@openvpnconfigfilename. You might get more help on the openvpn support channel #openvpn [05:48] so i would do something like cp ~/Downloads/config ipvanish-US-Atlanta-atl-a46.ovpn /etc/openvpn/openvpn.conf and then run sudo systemctrl enable openvpn@openvpn in my case? [05:49] i think it clear and that i have understood correctly could you confirm please [05:49] and thanks for all so far [05:57] no - i think you would do cp blah /etc/openvpn/ipvanish.conf then sudo systemctl enable openvpn@ipvanish [05:59] thanks il reboot again and find out [06:02] still showing active (exited) =( [06:08] my .ovpn has been renamed to a .conf as follows "cp blah /etc/openvpn/openvpn.conf" so should i use "sudo systemctrl enable openvpn@ipvanish-US-Atlanta-atl-b25" or "sudo systemctrl enable openvpn@ipvanish" [06:09] jehlow: are you running sudo systemctl status openvpn@ipvanish to check the status? [06:10] you can't just use 'status openvpn' because the openvpn systemd service is configured so as to enable you to configure multiple systemd services for different openvpn connections [06:10] * jehlow rolls on the floor with laughter "i love you man" [06:13] jehlow: i gather it's working? [06:14] if it's not, then I suggest trying to configure wireguard instead ... which your vpn provider appears to support. it is much easier. also, it has an integrated killswitch so if the vpn connection drops you don't leak traffic. [06:14] no but im glad the error was explained and i know nowthat said i got this so im still in a place where i think it not working [06:14] https://pastebin.com/Fj66xPiW [06:14] ty [06:15] and your config file is in /etc/openvpn/ipvanish.conf? [06:15] yes [06:16] might try again from a live boot [06:16] see if anything changes when i start from scratch [06:17] my config file is call openvpn.conf and was made from ipvanish .ovpn file placed into that location /etc/openvpn/openvpn.conf [06:18] typo call called/named [06:18] i think you need to check the openvpn log to see why its failing [06:18] but you're further than before [06:19] maybe try sudo journalctl -xe [06:19] or tail -20 /var/log/openvpn.log [06:23] https://pastebin.com/YfzL1zWG [06:25] lots of mentions of Dec 30 14:24:40 bettypc systemd[1]: openvpn@ipvanish.service: Failed with result 'exit-code' [06:27] do you think its because my .conf file isnt named ipvanish.conf(its called openvpn.conf) [06:27] its where it should be in /etc/openvpn [06:28] it needs to be called ipvanish.conf - it doesn't really matter what you call it, but you must have the same name for the systemd service you enable. [06:28] you have run systemctl enable openvpn@ipvanish, so it follows that the config file must be called ipvanish.conf. [06:29] if you called it openvpn.conf, you'd need to run systemctl enable openvpn@openvpn which starts to get confusing [06:29] feeling a bit stupid, i do appreciate your explainations [06:29] you also don't need to reboot yet, just check you can start the connection with sudo service openvpn@ipvanish start then check sudo systemctl status openvpn@ipvanish [06:30] if it comes up, you can check if start-on-boot is working as expected [06:33] there's no need to feel stupid, it's not trivial stuff. but it is a lot easier than the old days of init scripts. : ) [06:37] i think its sorted man, thats correct right? [06:37] https://pastebin.com/v24aKtCN [06:38] simmering with anticipation here but im feeling like you sir are a bloody legend! === mIk3_09 is now known as mIk3_08 [06:41] i'd be more interested to see the status output of openvpn@ipvanish [06:50] Why would a network interface be disabled? [06:51] I didn't change anything [06:53] Well I had a power loss. Some problem happened with the root fs. I had to reboot using force fsck [06:53] Now the damned box's network is disabled. [06:54] mjt, https://pastebin.com/v24aKtCN [06:54] sorry zoned out reading about systmd [06:57] OH god damn [06:57] will repaste in a min [06:58] https://pastebin.com/BsLPY7wn [06:59] looks like its working to me [06:59] svm_invictvs, in my experience as much information pasted to share helps see whats going on to get an answer and be patient or provide more information [06:59] betty_, I figured it out. [07:00] love your work mjt svm_invictvs please share it with us all [07:00] just be aware that if the connection falls over you will probably leak your ip address [07:01] betty_, tldr is that I'm running it in a vm. Something I did changed the name of the virtual network interface. /etc/netplan/50-cloud-init.yaml had the wrong interface name. [07:01] glad its working for you and thanks for sharing [07:02] mjt can you suggest a way to monitor the connection live [07:02] no i can't, it's one of many reasons I switched to wireguard. is there a reason you're tied to openvpn? [07:03] its all i know and from what i read it is long track record of working with lots of support but i will have a read about wireguard and ipvanish [07:03] thanks so much for all your guidance and help [07:04] and especially explaining the nuances [07:04] no problem [07:05] im on ipvanish's page and it lists no support for linux and wireguard what did you google to learn mjt [07:06] Never mind, I found a page that says "The WireGuard protocol is only available for use in our VPN app". Nonsense. [07:07] . [07:15] so an option is run my own ubuntu server install wireguard configure connect(read read read lol) save a da money [07:16] do you run your own vpn or use a service; is setup keeping in mind security difficult of both server and wire guard-or just a matter of keep it updated and basic housekeeping on the server side (the vpn machine) [07:19] hello [07:19] I want sleep [07:19] sorry [07:25] betty_: there are many vpn providers who offer wireguard capability. As a matter of fact I do run my own wireguard vpn server, but I don't use it for anonymity purposes. [07:26] it's a lot easier to set up a wireguard server on ubuntu than setting up an openvpn server, that's for sure. [07:27] i just want a little more security not anonymity i assume that is not really possible-fair assumption? [07:28] my understanding is that anonymity isnt really a thing-more of a fantasy [07:29] that said things like vpn can add layers of security to my online habbits [07:29] no cleartext a tunnel and diff ip address [07:30] i know you know about this kinda stuff from helping me so your thoughts are appreciated and being corrected where i am wrong [07:33] i think the jury's out on the extent vpn providers protect your privacy/security - they do if you have a good provider. [07:33] 大家好 [07:34] ??? [07:36] yes [08:13] Hi. How do I fix a broken sources.list? [08:13] Forza: pastebin the file [08:13] !paste [08:13] 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. [08:14] I want to upgrade from 20.10 to 21.94 lts and do-release-upgrade complains about no valid sources.list entry found [08:15] Forza: type 'cat /etc/apt/sources.list | nc termbin.com 9999' === mIk3_09 is now known as mIk3_08 [08:17] https://dpaste.com/C4TPQQ7PR [08:17] that file is for Ubuntu 20.04 [08:18] :) how can I download a new one? [08:18] i would wait until Ubuntu 22.04 comes out and upgrade to that [08:18] Lsb_release -d : Description: Ubuntu 20.10 [08:18] ooookay [08:19] that really should not happen [08:19] Interesting. When is 22.04 out? [08:19] 22 <- year, 04 <- month [08:19] Is there a place to download the correct sources.list? [08:19] are you sure you are on 20.10 ? [08:20] :D ah. I do not want to wait 4 months. I have a windows of opportunity to fix things today :) [08:20] Forza: you could run "sudo sed -i 's/focal/groovy/' /etc/apt/sources.list" [08:21] Forza: has that box been upgraded since 15.10? [08:21] what does 'cat /etc/issue' give? [08:21] ducasse: probably. It is many years old [08:21] i would consider a fresh install soon, tbh [08:21] EriC^^: Ubuntu 20.10 \n \l [08:22] from 20.10 you will have to do more than one update [08:22] Forza: ok run that command, then sudo apt-get update && sudo apt-get dist-upgrade [08:22] ducasse: yea but it is a printer server used in prod so I prefer to "fix" it back to lts level instead of a new install [08:22] EriC^^: didn't work. https://dpaste.com/EPSBAT5L8 === Bencraft51 is now known as Bencraft [08:23] I suppose I can install a 20.10 server and copy the sources.list? [08:24] for a print server i would install 20.04 and update next year [08:24] i does not make sense to use a non LTS release as a print server [08:25] and you your sources file does not work because 20.10 is already EOL [08:26] you have to make another change to that [08:26] Ah. OK makes some sense. [08:26] i would really recommend to copy your config files for the print server and install a fresh version of 20.04 [08:26] Yes. You are right. :) [08:27] OK I'll do that and try to copy the cups config over [08:27] maybe just do a full backup first [08:27] or put a fresh HDD in [08:27] dont know if you have access to hardware [08:28] I do have backups. It's all virtualised too so easy to test out on snapshots, like I did now. [08:28] thats great :) [08:28] stay on the LTS path :D [08:28] Question. Should I use the cloudimage release or a plain server release [08:29] http://cloud-images.ubuntu.com/daily/server/focal/current/ [08:29] i never really learned to love cloud init so i always use the server installer [08:30] actually i dont even use that. use the mini.iso for 20.04 :D [08:30] http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso [08:30] i really like this one. works great :) [08:34] Forza: use the server image, you should be able tomore or less copy the cups config straight across [08:36] Thanks for all the help. I'll let you know how it's going [08:44] Hi there! I just got a brand new local server-workstation built and installed Ubuntu on it. I'm planning to set it up so that it'd have NAS-type local file sharing features in it. Is the ZFS file system currently recommended to be used if you want to be sure your data is safe, since at least the Ubuntu installer stated it's still an experimental [08:44] feature ... ? [08:47] I've read quite a bit on the ext4fs and ZFS error/fault tolerances, possible caveats and whatnot (from what I've read, ext4 would have possible data rot issues in it whereas ZFS is said to be more "resilient" or whatever against that), but all talk on the subject seems to dissolve into opinionated back and forths ... [08:51] nuxer: yes. ZFS and Btrfs has data checksums that they verify all reads against. If you use raid1 or higher they will self-heal from bitrot and similar errors. Just note that they require a little more maintenance compared to ext4 [08:54] Hello. My laptop runs Ubuntu 20.04 (w/o Windows) and it terribly overheats when the lid is closed. I've tried to set suspend=True from gnome-tweaks. yet this happens, what could be the fix? Why is suspend unable to terminate all the application? [08:57] ApostleInTriumph: so, does it actually suspend or not? [09:11] Oh how annoying, ubuntu server installer did not create a default subvolume for btrfs =(. Is it possible to create a custom layout and mount points? === mIk3_09 is now known as mIk3_08 [09:15] Hello. My laptop runs Ubuntu 20.04 (w/o Windows) and it terribly overheats when the lid is closed. I've tried to set suspend=True from gnome-tweaks. yet this happens, what could be the fix? Why is suspend unable to terminate all the application? [09:28] ApostleInTriumph: to suspend then look at /var/log/syslog to see the log [09:29] EriC^^ https://dpaste.com/3NMZLANUN [09:31] ApostleInTriumph: i'd try to use the acpi_osi stuff in grub, 1 sec [09:32] ApostleInTriumph: sudo strings /sys/firmware/acpi/tables/DSDT | grep -i 'windows ' [09:32] get the latest windows in the list, then type 'sudo nano /etc/default/grub' [09:33] then modify the line so its GRUB_CMDLINE_LINUX="acpi_osi=! \"acpi_osi=Windows 20XX\"" replacing XX with your latest windows in the list [09:34] save then run 'sudo update-grub' and give restart the pc [09:35] EriC^^ I see Windows versions, but what are they supposed to mean? [09:36] My laptop just has Ubuntu w/o windows [09:36] (single boot) [09:36] yeah it relates to acpi, just take the newest one on the list, and use it in grub [09:36] it's so ubuntu pretends to be windows to the bios iirc, so acpi works better [09:38] EriC^^ should I change GRUB_CMDLINE_LINUX_DEFAULT ? [09:40] EriC^^ I get this error when trying to update the grub `usr/sbin/grub-mkconfig: 35: /etc/default/grub: Syntax error: EOF in backquote substitution` [09:40] nah not needed [09:40] ApostleInTriumph: type 'cat /etc/default/grub | nc termbin.com 9999' [09:40] https://termbin.com/gif7 [09:42] ApostleInTriumph: add a " at the end of the line [09:42] so its \"" [09:43] EriC^^ thanks! [09:43] no problem [09:47] I have 8GB of the following messages in my syslog gnome-shell[16104]: [16149:16161:1230/073537.385640:ERROR:socket_posix.cc(96)] CreatePlatformSocket() failed: Address family not supported by protocol (97) [09:47] Does anyone know how I can resolve it, please? === orange1 is now known as oldprogram [10:06] ApostleInTriumph sorry i got disconnected [10:07] EriC^^_ no worries, I'm still waiting forsomething to finish before the restart [10:07] thanks for checking back [10:07] alright [10:32] Hello, I'm having ram issues again. 25871 used, 32048 total and that's after earlyoom came and killed ferdi, baobab that has been working for the entire night and heroic games launcher. I'm pretty bummed, cause other than said apps I pretty much only have rtorrent, firefox, dropbox, hexchat and some fish terminals running. How do I figure out where did mem go? [10:33] here's my processes using system monitor: https://imgur.com/a/IeW7RA3 [10:33] it doesn't look like it'd add up to 25 GB to me [10:35] https://www.linuxatemyram.com/ either this is not the case, or my early-oom setting cause oom to act before linux decides to actually free up the cache? [10:37] the only configuration I seem to have for earlyoom seems to be 'EARLYOOM_ARGS="-r 3600"' and the only reason I even have earlyoom installed is because I've been getting visits from OOM killer before [10:37] So I don't think that's that [10:46] barnaba[m]: am i correct the memory issues is only in an app? outisde of that one app, other apps have their ram correctly managed by ubuntu? if so, i don't c how this can be related to ubuntu. [10:47] weedmic: at this point I don't understand what is hogging all my memory. I've found this question: https://serverfault.com/questions/670423/linux-memory-usage-higher-than-sum-of-processes seems like the guy knows a lot more than me. Running his commands (rn I don't really know what they do) seems like most of my memory is used as 'kernel dynamic memory', so I'm researching that. [10:48] https://pastebin.com/v0prgjP4 here's my outputs anyway [10:49] if it was a program I was running I'd expect it to be in userspace memory, correct? [10:50] so it seems the kernel is using 18.6 GB of ram for noncache purposes, which seems like a lot [10:51] but I wouldn't be surprised if I'm reading this wrong [10:55] Last time I did this killing all the userspace apps I know of (this is a bit problematic cause no IRC and no googling for answers obviously) only freed a few gigs, [10:55] (and that killing also included restarting the Xorg and gdm) [11:02] barnaba[m] , top, htop etc. should provide you with the application hogging the most memory, you can sort that list, so does ps [11:06] ramblebamble: I don't think it's processes eating that memory though, summing rss output from ps I get only 16 GB, so there's at least 10 GB missing https://rentry.co/rnft7/raw ? [11:08] barnaba[m], use htop ... then sort by "RES" ... [11:13] ogra_: yes this shows the highest mem users (obviously firefox). But even when I kill every gui app and leave only the small demons running (entire invidious docker container uses less than 100 MB) I still get only 12/32 GB ram available, so for the third time, I doubt that's processes [11:13] * barnaba[m] uploaded an image: (266KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/nKKmmhqajsFBuyPOwDbMTiAD/image.png > [11:13] ^here's a screenshots from when I killed everything again just to check [11:14] and sure I can kill invidious to free up 168 MBs of ram and go kill the next app too, but that doesn't help at all, cause most of my ram is still gone, and I have no useful apps running [11:16] please read more than just the last diagnostic when replying cause I feel like we're getting nowhere. I think the 'kernel dynamic memory' using 21.8 G is the real issue here, not some programs I might be running [11:17] barnaba[m], first of all go into htop settings and turn off "display userland threads" to make the htop screen actually readable ... second i dont see where "most of your ram" is occupied ... yu seem to be running a desktop session and docker ... together they appear to be eating 8G of your 32G [11:18] ogra_: "together they appear to be eating 8G of your 32G" - yet free only shows 12 GB available out of 32 GB total, and my understanding is that available already includes the possibility of freeing up some caches [11:19] free shows all cahed data etc [11:19] (and buffers) [11:20] linuxatemyram.com says that available column already includes that [11:20] "To see how much ram your applications could use without swapping, run free -m and look at the "available" column" [11:20] free is really not the tool to show you physically used ram without extra math ... [11:20] htop does show this [11:23] barnaba[m] https://linux-mm.org/Drop_Caches [11:24] the TL;DR version of that link is try echo 3 > /proc/sys/vm/drop_caches and check again [11:27] "free is really not the tool to..." <- Ok, I think you're correct. Managed to make a 15G ramdisk and fill it with /dev/zero despite free showing only 10G available. [11:28] well then, in the current state of the system there's nothing more to debug I think. I'll try doing some htop next time OOM killer comes. [11:29] I may have missed some messages, as I got disconnected [11:29] On Ubuntu 20.04, I have 8GB of the following messages in my syslog gnome-shell[16104]: [16149:16161:1230/073537.385640:ERROR:socket_posix.cc(96)] CreatePlatformSocket() failed: Address family not supported by protocol (97) [11:29] Does anyone know how I can resolve it, please? [11:33] Heh, I've had simmilar (likely the exact same) message from chrome or chromium and couldn't resolve it, ended up switching to not use it :| [11:39] barnaba[m], yeah, I assumed it was chrome. I don't really want to switch, tbh [11:40] barnaba[m], can you remember if you've ever tried to disable ipv6 on your system? I've read that it may be caused by that, but I reenabled ipv6, but it didn't resolve it [11:41] I ended up switching because of how difficult this was to debug. It'd only occur once per few weeks or so, so it was very hard to remember what I did and what ended up working. Sorry [11:42] barnaba[m], no worries, and thanks. Hopefully someone else will have some ideas [11:43] A second question I have - how do I make user applications (discord, vlc, obs, etc) by default log to a file other than syslog, so I don't have to explicitly create a filter for each app? [11:55] i maintain a Python package, and have had reports about how it behaves on a FIPS-enabled system. I'm trying to get access to such a system for experimentation. Can I run a docker image of Ubuntu with FIPS? [12:18] nedbat: https://www.ubuntu-server.com/ubuntu/how-to-develop-linux-applications-for-fips-on-ubuntu/ [12:19] ravage: thanks. will that work in a Docker container on my Mac? [12:19] i dont think so. you need a VM [12:20] but just try it [12:21] i dont own any apple products so im the wrong person to ask === alchemist_ is now known as alchemist [12:24] ravage: ok, thanks [12:32] Hi there [12:34] I have a a slow windows machine with 4gb of ram and i3 cpu and i want to instyall the light lubuntu alongside windows [12:35] Help. Just installd lubuntu 22.04 to do some testing. I installed the latest kernel with 'mainline' using this ppa :$ sudo apt-add-repository -y ppa:cappelikan/ppa [12:35] i am about to download the "  lubuntu-16.04.6-desktop-i386.iso " is it good idea to install ubuntu 32bit in a 64bit machine ?? PLEASE HELP!! [12:35] Guest83 : Lubuntu is not really light anymore. Try xububru [12:36] xubuntu [12:36] now I am missing kernel headers.. any idea how to get them ? Or if the kernel update I did was the proper way ? [12:37] !next | void09 [12:37] void09: Jammy Jellyfish is the codename for Ubuntu 22.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. [12:37] I am really pulling my hairs here and would go back to arch linux, but this script i wanna test only works on ubuntu LTS sigh [12:37] no no, I have Ubuntu 20.04 [12:38] ravage; ok what about installing 32bit in a 64bit machine is it gonna be problematic [12:38] I just wanted to put the latest kernel on it [12:39] Guest83: that's not a problem [12:42] So. how to install kernel hearders for 5.15 please ? [12:42] ravage : i had good experience with Desktop image for 32-bit PC (i386) computers (standard download) [12:42] in the same machine before also i am familiar with how to install it as a dual boot with windows, should i go with Lubuntu instead ? [12:42] $ uname -r [12:42] $ apt search linux-headers-$(uname -r) [12:42] I did this and no results [12:44] void09, if you want a newer kernel than the original one, use the HWE stack, if you use some randomly hacked up kenel from some PPA (that is most likely missing the ubuntu patch set and config defaults), that is really not supportable here and you shuld ask the PPA owner [12:44] HWE stack ? Can I have a link for it ? [12:44] !hwe | void09 [12:44] void09: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [12:45] it's really confusing with ubuntu, you google how to do something and get all kinds of random pages, some outdated garbage [12:45] welcome to the internet [12:45] well, thats the internet ... not really an ubuntu issue [12:45] hah, *snap* [12:46] ravage:? [12:47] Guest83: im not sure what the question is really [12:47] if you like lubuntu, install it. [12:48] ravage: i had good experience with Desktop image for 32-bit PC (i386) computers (standard download)in the same machine before also i am familiar with how to install it as a dual boot with windows, should i go with Lubuntu instead [12:49] ravage: ok thanks could yoou advise me with tutorial on how to install it alongside windows is this how to accurate, https://www.lifewire.com/install-lubuntu-16-04-windows-10-4037894 [12:50] Guest83: the installer should give you that option i think. but i have never installed lubuntu beside windows. i know that the ubuntu installer supports it. [12:51] Guest83, dont use 16.04 though, unless you are after paying canonical for support (16.04 is in paid support mode) [12:52] ravage; also i wont find problems with this  lubuntu-16.04.6-desktop-i386.iso version for exemple not supporting certain apps like chromium browser or firefox ... [12:52] as ogra_ said. dont install 16.04 [12:52] and if you consider to ever upgrade that system once a new release comes out and an old one goes EOL, you should also rater use the 64bit version ... 32bit support got dropped in 2018 [12:53] if you want a system that you can upgrade get https://cdimage.ubuntu.com/lubuntu/releases/20.04.3/release/lubuntu-20.04.3-desktop-amd64.iso [12:53] (18.04 is the last Ubuntu wih 32bit (i386) support) [12:53] i dont know how well that system works with 4GB of RAM. thats why i recommended xubuntu [12:53] lubuntu 20.04 is still very lightweight, i revived a 2gb netbook with it, any older release didnt like before [12:54] i guess chromium alone will eat 2GB of it :D [12:54] ok as i said i have an old machine with windows fullof important windows files and i want to staill make use of the machine with lubuntu just to brose the web and check emails and do some libreoffice word or sheets what do you advice me to install my machine is 64bit 4g ram i3 cpu [12:54] falkon to the rescue [12:55] !info falkon | ravage [12:55] ravage: falkon (3.1.0+dfsg1-11, impish): lightweight web browser based on Qt WebEngine. In component universe, is optional. Built by falkon. Size 2,340 kB / 11,220 kB. (Only available for amd64, arm64, armhf, i386, mipsel.) [12:55] Guest83: why not spend $10 on 4gb stick of RAM and install whatever you want ? [12:55] ravage: i prefer an LTS version [12:55] lotuspsychje: thanks. my 32Gb desktop runs firefox just fine :D [12:55] heh [12:56] Guest83: ok. so 20.04 is perfect for you [12:57] ogra_ :ok as i said i have an old machine with windows fullof important windows files and i want to staill make use of the machine with lubuntu just to brose the web and check emails and do some libreoffice word or sheets what do you advice me to install my machine is 64bit 4g ram i3 cpu [12:57] ravage : ogra agrees? ok then [12:57] Guest83: install lubuntu 20.04 LTS 64bit and be happy ;) [12:57] Guest83, the iso from the last link ravage gave above [12:57] Guest83, and back up your windows files first 😉 [12:58] no backup. no mercy. as always :) [12:58] yeah [12:59] and thats just a generel advice, independent of what distro you install ... you can always make a mistake or hit some bug, no matter if you install fedora, ubuntu arch or whatnot ... [12:59] general [12:59] my clipboard doesnt copy images [13:00] ravage, ogra: sure i will be carefull while doing the dual boot install thanks i will go with this version [13:00] Or, your harddrive could fail. [13:00] Hi. I am on 20.04 LTS and I'd like to get a newer btrfs-progs. How can I do this? [13:12] Forza: !backports !snaps [13:15] Ok so I tried to install linux 5.15 latest using the mainline package.. but its linux-headers seem to depend on libssl3 (>= 3.0.0 ~~alpha1) [13:15] which it says is not isntallable. any way around this? [13:15] on lubuntu 20.04 [13:16] lotuspsychje:? [13:16] !backports [13:16] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [13:16] void09: use a pastebin please, so volunteers can see whats going on with apt exactly [13:17] void09, the mainline kernels are also missing the ubuntu patches and some configs, they are not for production use, just for bug triage [13:17] I can't really copy paste from this VM, since linux guest is not installed.. cause it fails because of the kernel headers problem [13:17] I will take a screenshot [13:18] * ogra_ points to https😕/wiki.ubuntu.com/Kernel/MainlineBuilds .... "These kernels are not supported and are not appropriate for production use." ... [13:18] bah, silly emoji plugin ... [13:19] Haha. :D [13:19] use the HWE kernels as advised before ... [13:19] !hwe | void09 adviced by ogra_ [13:19] void09 adviced by ogra_: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [13:20] https://pastebin.com/raw/Qbmnic8H [13:20] Hey everyone. I don't need no Bluetooth. It (Blueman and bluetooth.service) keeps popping up. How do I get rid of it altogether? [13:22] KBar: systemctl disable [13:23] Seems no backports of btrfs-progs [13:23] KBar: stacer is also pretty cool to manage services [13:23] Forza: btrfs-progs 0.6.0 tequilabumbum74 - A snap for btrfs tools (snap) [13:24] Latest version is 5.15.x, focal contains 5.4 [13:24] Forza, there is a snap, but it had no stable release yet so your mileage may vary [13:24] 0.60 seems ooold [13:24] ravage: does it survive updates? [13:24] Yea. I don't like snap anyways :D [13:24] any reason ? [13:24] hello can someone please have some time to walk me through formatting the newly bought external hard drive and set encyption on it [13:24] KBar: yes [13:25] webchat37: https://www.howtoforge.com/tutorial/encrypt-usb-drive-on-ubuntu/ this should still be a valid guide [13:26] ogra_: I ran those commands, but it still seems to install kernel 5.4 [13:27] makes no difference to me if i run 5.4-ubuntu or 5.4-generic [13:27] void09, "thos commends" ??? just install the hwe kernel package [13:27] HOW ? [13:27] sudo apt install --install-recommends linux-generic [13:27] I ran this [13:27] there are no other "commands" but apt install of the correct package name [13:28] sudo apt install linux-generic-hwe-20.04 [13:29] ravage: Awesome. I actually thought maybe I could disable the kernel module. But that's unnecessarily drastic, I guess. [13:29] A bit too radical. [13:29] ogra_: says it's aready the newest version, 5.11 [13:29] !info stacer | KBar [13:29] KBar: stacer (1.1.0+ds-1, impish): Linux system optimizer and monitoring. In component universe, is optional. Built by stacer. Size 604 kB / 1,358 kB [13:30] lotuspsychje: thanks. Will have a closer look. [13:30] ravage: thank you, will it work on external hard drive? the steps are about thumb drives [13:30] great gui units manager [13:30] void09, so then you are on the latest usable kernel [13:30] yeah, but I want 5.15 [13:30] webchat37: yes [13:31] void09, there is no 5.15 for any supported ubuntu release yet [13:31] ok then maybe we can fix the mainline one to install somehow ? [13:31] Why not? Mark Shuttleworth making bucks for nothing again? [13:31] it's only one error [13:31] anything else would be hacks that might or might not work, might miss things userspace expects etc etc [13:31] !info linux-generic-hwe-20.04-edge focal [13:32] linux-generic-hwe-20.04-edge (5.13.0.22.22~20.04.9, focal): Complete Generic Linux kernel and headers. In component main, is optional. Built by linux-meta-hwe-5.13. Size 2 kB / 19 kB. (Only available for amd64, armhf, arm64, powerpc, ppc64el, s390x.) [13:32] ubuntu-jammy-dev should stop reporting application error plz fix [13:32] oh ! i didnt know about -edge ! [13:32] Aarch64debian: #ubuntu-next please [13:33] discovered edge a few weeks ago. but as its "only" 5.13 i didnt mention it : [13:33] 20.04 has 5.13 now? [13:33] not yet 🙂 [13:33] it has with the edge package [13:33] > uname -a -> Linux esports 5.13.0-22-generic #22~20.04.1-U [13:33] works pretty well on all my devices [13:34] yeah, will likely become the next normal hwe ... once 5.15 becomes -edge 🙂 [13:34] i.e. if 5.1 is ready enough [13:34] *5.15 [13:35] I'd use 21.10 but this script I am trying to test only does LTS versions [13:36] 22.04 not there yet [13:36] void09: 22.04 devel still runs 5.13.0-19-generic atm [13:37] void09: as ogra_ said there is no supported Ubuntu version with 5.15 yet. so you can try to manually install it but it is on no way supported here [13:38] ravage, yay. No more blueteeth for me! [13:38] I didn't ask for support of it, just how to install it [13:38] thanks [13:39] KBar: yay! :) [13:39] Well, that's the definition of support. [13:40] https://www.linuxcapable.com/how-to-install-linux-kernel-5-15-on-ubuntu-20-04/ - this worked ! [13:40] You're asking how to install something not supported. If something goes wrong, then what? Poor volunteers, Mark Shuttleworth and Linus Torvalds are at fault? [13:40] Maybe throw in nvidia to the mix, and we're all set. [13:41] the problem with 5.15 (al least on focal) is libc not compatible; so the only way is that ppa (but not mailine, afaik) [13:44] Connection : Stable [13:45] CommLink : Active [13:47] great, now I get ERROR (dkms apport): kernel package linux-header... when install vbox guest [13:48] so you get errors after installing unsupported packages that replace core system components. how unexpected. [13:48] time to give up< I think one can get crazy in ubuntu land [13:48] only if you follow ill howtos ... [13:48] will install as is, and try to port parts of the script to arch linux === toolz is now known as Daniel [13:56] ogra_ but but, Mark Shuttleworth! So conservative! Deliberately keeps every package outdated! [13:58] KBar, what else are CEOs supposed to do ?!? [14:01] I know, right? That's probably how he earns so much money. :-X [14:21] hello [14:37] How compatible are Thunderbolt 3 docks with Ubuntu? Like in general. [14:45] GSMarquis: i would browse ubuntu launchpad bugs for the specific model you want to buy, see if many bgs exist or not [14:45] GSMarquis: there's no really general statements to make [14:46] I understand. After reading a thousand reviews on 10 docks, they are all over the place. Most centering on Win10/11 and Mac OS. Only a few statements on Linux. Seems the market for Thunderbolt universal compatability is still in the learning phase. [14:47] GSMarquis: there are ubuntu related bugs with docks loosing screen, but best to hunt down the specific model === aaguhagegaooeg is now known as westor [14:48] Thanks for the response. === westor is now known as Guest303 [14:54] Hi folks === keypushe- is now known as keypusher [15:01] good morning [15:03] welcome MrCollinsGA === genii-core is now known as genii === pong is now known as beaver [15:28] On Ubuntu 20.04, I have 8GB of the following messages in my syslog gnome-shell[16104]: [16149:16161:1230/073537.385640:ERROR:socket_posix.cc(96)] CreatePlatformSocket() failed: Address family not supported by protocol (97) [15:28] Does anyone know how I can resolve it, please? [15:28] A second question I have - how do I make user applications (discord, vlc, obs, etc) by default log to a file other than syslog, so I don't have to explicitly create a rsyslog filter for each app? [15:30] clarkk11: you could launch each app from a terminal you want to cli trace [15:31] lotuspsychje, I don't want to do that really. I just want to use gnome as normal, I just don't understand why normal user apps are able to log to the system log. It creates a lot of noise, and makes it difficult to debug serious issues [15:32] clarkk11: these days journal logs capture a lot [15:35] clarkk11: you could try out colortail too, for more easy debug/searching [15:39] anyone has the problem like this when trying to apt update ? https://pastebin.com/E6xaacDR [15:40] it used to be well yesterday and now i can't even install some packages [15:40] eson123: ubuntu 20.10 is end of life [15:42] lotuspsychje: oh no, is there anyway to upgrade from my version to 20.10 without reinstalling the complete distro ? [15:42] !eolupgrade | eson123 [15:42] eson123: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [15:42] eson123: but, reccomended to fresh install a supported version from the topic instead [15:43] eson123: keep running eol versions 'could' have security risks, see !usn [15:44] welp, this is gonna take lots of time again [15:45] let's me just grab the latest image and get this one over with :D [15:45] try an !LTS version perhaps, get yourself longer support? [15:46] yea i will just get the latest LTS one [15:46] 20.04 as the page says [15:47] good idea eson123 [15:48] it's weird how 20.04 is newer than 20.10 :P [15:49] eson123: it's not newer. 20.04 is an LTS release. 20.10 was not. [15:49] awh ok [15:49] !info ccze | clarkk11 also handy colorizing [15:49] clarkk11 also handy colorizing: ccze (0.2.1-5, impish): robust, modular log coloriser. In component universe, is extra. Built by ccze. Size 74 kB / 445 kB [15:50] lotuspsychje, thanks for the suggestions. I'll try them. I still hope there is an actual solution tho [15:51] clarkk11: for your gnome error? [15:52] lotuspsychje, to make user apps log to another file instead of syslog [15:52] clarkk11: https://serverfault.com/a/923436 [15:54] leftyfb, that's not really what I'm after [15:54] clarkk11: splitting up individual applications (especially the different pieces of gnome) into separate written log files isn't really worth the time === fling is now known as bedroller [16:15] is there a way to install all the graphic libraries development packages at once or maybe all the gnome development packages that should have the graphic libraries ones as well? [16:18] would it not be better to instlal just those you need? [16:19] I need imagemagick to work but it doesn't install the delegates [16:19] Klinda: do you mean dependencies? [16:19] like to use the command convert [16:20] I install it, but it doens't work because there isn't the external library that work to convert [16:20] Klinda: please pastebin the command you are using and the error message [16:20] [16:05] klinda@superleague:~/Downloads/ImageMagick-6.9.3-10$ convert --version [16:21] [16:05] Version: ImageMagick 6.9.3-10 Q16 x86_64 2021-12-30 http://www.imagemagick.org [16:21] [16:05] Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC [16:21] [16:05] License: http://www.imagemagick.org/script/license.php [16:21] [16:05] Features: Cipher DPC OpenMP [16:21] :/ [16:21] [16:05] Delegates (built-in): x zlib [16:21] !pastebin | Klinda [16:21] Klinda: 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. [16:21] Klinda: I did say pastebin, not paste [16:21] Klinda: now you will have to wait for your timeout to expire before you can post again [16:22] I need to login to paste? [16:22] xD [16:22] Klinda: try pastebin.com [16:23] Klinda: also, please don't paste an old paste to an IRC channel. Please run the command again and paste the command and error message [16:23] now I have bugged the command [16:23] so I can't [16:23] huh? [16:24] I am installing an older version of imagemagick :) [16:24] but it doesn't install the delegates that's it [16:24] as you can see 17:21] [16:05] Delegates (built-in): x zlib [16:25] only this I have [16:25] that's probably a build option [16:25] Klinda: ok, please run this command and paste the resulting URL here: ( cat /etc/os-release ; apt-cache policy imagemagick ; convert --version ) | nc termbin.com 9999 [16:26] Klinda, i guess 6.9.3-10 was never in the ubu repositories [16:27] yeah, this was my next thought [16:27] so? [16:27] Klinda: please follow my request above [16:28] wait I am compile and install it [16:28] we can only support ubuntu and its packages here, you're apparently using something else. [16:28] and I try [16:28] but it's a problem of the delegates only [16:28] but not an ubuntu problem [16:28] Klinda: sorry, but we cannot support applications compiled from source. Please seek support from wherever you got the source for the package === bedroller is now known as fling [16:30] there is no answer to the first one? [16:30] question I did? [16:30] Klinda: sorry, but we cannot support applications compiled from source. Please seek support from wherever you got the source for the package [16:31] Klinda, you want the list ? ok ... https://download.imagemagick.org/ImageMagick/download/delegates/ [16:31] Klinda: if you would like support here, please paste the resulting command from my post above, remove your compiled version and install from the ubuntu repositories [16:32] no I am just compiling old versions to reproduce some bugs, maybe I can see how they fixes in the last version [16:33] Klinda: ok, good luck [16:33] is possibile to install older version from ubuntu repositores too? [16:33] Klinda wonderful people here are volunteering their help for anyone and everyone in need. Most of them are not affiliated with Ubuntu. You need to be willing to listen to their suggestions [16:33] If you want help and resolution. Don't be stubborn, please [16:34] Klinda: your issues and concerns really have nothing to do with ubuntu. [16:34] Klinda: you might find older versions of a particular software on launchpad.net. It keeps most older builds intact. [16:34] However, don't expect support and guidance. You're on your own. [16:34] yes I understand this is not the right channel, thanks anyway === leaftype2 is now known as leaftype === Ricardus_ is now known as Ricardus [17:04] trying to nuke the snap store but looks like we configure some dependencies on snaps out of the box. how can i install the gnome-3.28 stack to disk? also gtk-common-themes? [17:07] i think you still need snapd, there is no gtk-common-themes package in launchpad [17:08] so, if you do not want snapd: hop distro [17:08] snapd can be purged if one wants/needs [17:09] sure, but then you lack important packages for gnome [17:09] that's what i thought. found a bunch of guides really easily which detail stopping the service and purging snapd. but cant do that with the dependencies [17:10] exactly. if i hold the service i wont get updates. looks like i wont get updates if i purge either. [17:10] indeed. [17:10] if you remove all snaps, which snap updates do you intend to get? [17:11] my gnome dependency and gtk themes. i wanted to replace them with disk installion and nuke the store. [17:11] *runtime dtack [17:12] so you have something which is specifc to your environment which depends on these older gnome libs? [17:13] (i don't think ubuntu itself does) [17:13] no i am going to keep moving forward with the updates, i just wish there was a way to do do without snaps. [17:13] i guess i could just rip out gnome, eh? [17:14] you could uninstall gnome, or oyu could keep using it, and still purge snapd [17:14] it is an uphill battle wanting to run ubuntu without snaps. they are determined to press forward so it is only going to getmore difficult. why waste the effort? [17:15] also a valid POV, i guess. [17:15] i tested that togheter with ogra_ purge snapd and snap store, gnome runs fine after [17:15] that is true. i forgot about that. just evangelized my buddy onto zorin and maybe one more. thought id give it a spin for a while and boy is it nice not having to hack everything together. but this snap stuff sucks. [17:15] it's not even clear which ubuntu versions we're all talking about [17:16] i am on 20.04 zorin 16 [17:16] gnome3-28-1804 snap [17:16] then you're in the wrong place to get support [17:16] gnu_smeagol: zorin is not Ubuntu and not supported here [17:17] zorin is based on ubuntu and thought id ask around o7 [17:17] gnu_smeagol: zorin has their own support methods [17:18] they might, but they are pretty sparse, it would seem. also zorin is fully compatible with ubuntu repos. i literally have ubuntu focal and impish trees in my sources.list [17:19] gnu_smeagol: good luck [17:26] oh, it's not for me, just the budd(ies). i'm nit-pickky about the 300M of mem it sucks up in the background, but they prob don't care. but i'm also not a fan of how snaps interact with apt. but they probably won't be on the command line for a year or two. for example 'apt install chromium' installs the snap. even 'chromium-browser' which is listed [17:26] on the https repo search! i hope i could configure that... [17:26] gnu_smeagol: you could mask and disable the snapd service [17:27] gnu_smeagol: but since you're running zorin, you're on your own on how to do that [17:27] gnu_smeagol: but then that also means you're not getting updates for gnome core [17:27] gnu_smeagol: or install ubuntu desktop and get back support from here, make your life easy :p [17:29] the os is literally 1:1 as far as i'm concerned. i have a desktoo theme and a fancy neofetch. just running the LTS branch. and that's my point exactly. it i don't want snaps i can't update gnome. WTF [17:29] gnu_smeagol: good luck with zorin [17:29] you keep saying that, i keep plug and playing with ubuntu guides. [17:34] gnu_smeagol, just keep in mind that you wont get any officially supported browsers anymore without snap support from 22.04 on ... (you can indeed use the upstream debs if you feel like) [17:35] (and a release upgrade from 21.10 -> 22.04 will bring snapd back if you had the firefox deb installed in 21.10) [17:43] holy cow ok. thanks for the info. it will be interesting to see how far canonical will go with their 'exclusively snap' packaging... [17:43] "the only reason we brought this code to the disk was for ExXxTrEEM perBorMaCE!!!" [17:43] everywhere where it makes sense technically and security wise ... [17:44] are snaps seriously that more secure? [17:44] the switch to firefo as snap freens up 1.5 fulltime devs for doing actual work on the desktop instead [17:44] gnu_smeagol: you should read up on what snaps are exactly and their purpose [17:44] *firefox frees up... [17:55] i've done my research, but i am not a professional researcher. my experience leads me to prefer flatpak as the corporate alternative. but appimage will always be #1. but i still always prefer source. and flatpak v. snap, flatpak is definitely faster. but flatpak has its leaks so i use neither. but it's interesting you mention this security bit. i [17:55] will take a look at that. [17:56] how would something like firejail interact with snaps? weren't there issues not too long ago? [17:56] gnu_smeagol: feel free to discuss snaps in #snappy. [17:57] ok ty all for the dialogue twas fun ^-^)> [18:02] good day all [18:10] Hi is there something like https://archive.archlinux.org/repos/2021/12/30/ for ubuntu package repos? [18:11] to pin ubuntu repos to a specific point in time. [18:11] !pin [18:11] pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [18:11] asbachb65: ubuntu is not a rolling release [18:11] asbachb65: there are no snapshots. but you could create them on your end. [18:11] asbachb65: you can pin package versions. There is no concept of "time" for the packages though [18:12] asbachb65: can I ask, what is your goal exactly and why? [18:12] Yes, the pinning only applies to versions [18:13] leftyfb: I want to ensure that when I provision a vm today it should be the same state as one month in future. [18:14] asbachb65: then you'll need to host your own apt mirror with the versions you want and disable updating it. Or pin every single package version in the OS [18:14] asbachb65: none of this is a good idea though. You prevent the OS from getting security updates [18:14] and not use snaps [18:15] there is no pinning of snaps [18:15] leftyfb: That would be totally fine. [18:15] maybe tell us what it is that you're trying to achieve, or what makes you think you need this [18:21] asbachb65: It's pretty easy to create a template from an initial install, then just image that template to a new VM rather than running a regular install. [18:22] asbachb65: VMWare and other VM management systems offer templates that will build a system and re-initialise things like system keys so you don't end up with a completely duplicate system. [18:22] asbachb65: Some time and effort to learn the tools is required. [18:51] $ sudo add-apt-repository multiverse [18:51] $ sudo apt install virtualbox-guest-dkms virtualbox-guest-x11 [18:51] Can anyone confirm this is the correct way to install vbox guest additions on a 20.04 lubuntu install inside vbox? [18:53] void09: this, or the virtualbox approach [18:53] or this ? sudo apt install virtualbox-guest-utils virtualbox-guest-dkms [18:53] !vbox [18:53] Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox [18:53] I am getting confused.. googling this results in dozens of articles on various sites, each one differing a bit [18:53] is there no central wiki for ubuntu like the arch wiki / [18:54] void09: What would control or enforce that? [18:54] you were just pointed to it [18:54] pointed to what / [18:54] "central wiki for ubuntu" [18:54] https://help.ubuntu.com/community/VirtualBox [18:55] many pages there are incomplete or outdated, though [18:55] and there's also community.ubuntu.com as an attempted replacement [18:55] well i don't need virtualbox install.. i need ubuntu inside vbox [18:55] Install Ubuntu Server as Guest OS [18:56] this is all there is about it ,yet i don't have ubuntu server [18:56] so download ubuntu server and install it? [18:57] I don't want ubuntu server, i want lubuntu desktop [18:57] !kvm [18:57] kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM [18:57] sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 [18:57] I found this.. hope it works [18:58] I just wanna run a shitty script inside ubuntu so I can port it to archlinux.. I really hate this distro [19:00] oh use virtual box then [19:05] did help out with the direvent translation [19:09] luna: did you want to ask something related to ubuntu support, or help someone who did? === diskin_ is now known as diskin === stiv3n is now known as tv3n [19:49] void09: you seem to have already answered this yourself in your googling [19:49] Are you having an issue with the instructions you found from your search? [19:49] tstagg: yeah I found 3 different sets of packages in articles describing the solution. some failed to provide the needed functionality (copy/paste between host/guest). That's why I wanted to check here [19:50] is there a way to install 21.10 from the live iso without installing grub? [19:52] void09: in the menu, do you have Devices -> Shared Clipboard -> Bidirectional set? [19:52] yes,I do [19:53] sudo apt install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 - this made it work [19:53] oh ok you got it working then [19:53] good deal [19:53] not sure if all necessary, but i won't bother investigate further === RoyK is now known as Guest7422 [20:31] i've installed llvm and clang version 10, but those exist as llvm-10 and clang-10. shouldn't there be symlinks between llvm and clang and the -10 versions? [20:32] it seems wrong for me to manually create them. there should be some mechanism provided [20:32] i tried update-alternatives but there are no llvm or clang there [20:34] i guess i'm a liar. there is a llvm-config in update-alternatives --list [20:34] void09: You realise that you have now establoshed yourself as the local export on Debian VMs. [20:35] expert [20:35] [20:43] ok so I have installed ansible to help me setup my video encoders. how do I orchestrate doing things on this as instructed yesterday? can anyone help me? I know this is ubuntu channel. but there were a few ppl helping me and they suggested it. Thanks for any help. [20:44] I will establish myself as local expert for Ubuntu installations when I install Ubuntu :D [20:45] hehe Kexoni === SteveMST3K is now known as GSMarquis [20:53] MrCollinsGA: You're going to have to invest some time learning Ansible, which is not something you can do from IRC one-liners. [20:53] MrCollinsGA: https://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html [20:54] MrCollinsGA: That's a good place to start, although you ultimately want to learn to set up and run playbooks. [20:54] jhutchins, right. I just need a little guidance thats all im asking. thanks for anything :) [20:54] MrCollinsGA: There's a lot to be said for trial-and-error experimentation. [20:54] I am working thru that now. [20:55] MrCollinsGA: I really wish I had my notes and bookmarks from when I learned it ~five years ago. [20:55] Me too :) [21:00] hi guys, has anyone managed to install gnome 41 desktop? [21:00] on ubuntu 20.04? [21:05] CPLANET, no, but next version Jammy does give 41 standard https://launchpad.net/ubuntu/+source/gnome-desktop3 [21:33] How do I convert an 8TB HFS+ volume to ext4 IN PLACE? [21:34] in place? As in while it's mounted? [21:34] You don't [21:34] yashi: buy another drive and copy the files over [21:34] I'm ok to unmount it but I don't have 8TB of extra space [21:35] 8 1TB drives? some online service? [21:35] sorry, not much you can do [21:35] hrm [21:35] ok [21:35] even if there was the ability to "convert", I wouldn't take the chance with that much data that you don't have backed up [21:35] so buy another drive [21:35] ok [21:36] drive big enough for your data* [21:38] yashi: What did you hope to accomplish by converting from HFS to EXT? [21:39] hfs+ write support in ubuntu is experimental I thought [21:41] hey guys, i installed windows 10 on a partition next to my existing ubuntu install. i am trying to fix grub now but boot-repair doesn't show a recommended repair button. this is my info: https://0bin.net/paste/26qwKySN#h6FmxgSBfVhx9x+ezFBh4yyt8ORkSd3T1RMfPpHdGY5 [21:41] how can I install steam on 20.04? I have multiverse enabled but apt install steam shows it is missing. it does show steam-devices is available but that is not the same? [21:42] dman777: steam-installer [21:43] nvme0n1p1 lists a bunch of boot files, including grubx64.efi which i suppose is the executable of the bootloader. not sure why it doesn't work [21:43] steam-installer : Depends: steam (= 1:1.0.0.61-2ubuntu3) but it is not installable [21:44] E: Unable to correct problems, you have held broken packages [21:45] dman777: sudo apt update ; sudo apt install steam-installer [21:45] brb, trying something [21:46] tried yesteday to install with no luck, I was talkin at this channel, triend to install Ubuntu with dual boot. I have new idea. [21:46] Windows is UEFI, what if I try to install Ubuntu in legacy? [21:46] it is not problem if I need to change in bios when I need Windows [21:47] in this case Ubuntu will be UEFI, and Ubuntu in legacy, is it possible? [21:47] one should be able to install ubuntu in uefi mode too. [21:47] sorry about spelling mistakes [21:48] !uefi [21:48] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [21:48] i'm back on a different account, i'm something69 from a few messages above. I could boot into my system by just selecting it in the bios. works like a charm. thanks anyways [21:49] well, I install, but can't boot. grub is booted, but can't boot Ubuntu [21:49] when I choose Windows in grub it is booted normally [21:52] does steam pull any gnome or kde dependencies? trying to keep those out [21:53] dman777: doesn't looks like it to me [21:54] !info apt-rdepends [21:54] apt-rdepends (1.3.0-7, impish): recursively lists package dependencies. In component universe, is optional. Built by apt-rdepends. Size 14 kB / 39 kB [21:54] oerheks: I can't because the utility steam seems to do it in itself in it's own shell [21:58] Kexoni: What _does_ the system do if you select Ubuntu? [21:59] tried to install today again, now it return me to grub menu [22:00] Kexoni: Did you read https://help.ubuntu.com/community/UEFI ? [22:02] jhutchins: you think manually specifying the mtrr_cleanup options won't help / work around this issue which kexoni used to show on their usb boot dmesg yesterday? [22:03] (that'sif you had followed this part of the conversation) === veemo is now known as veemouse [22:06] tomreyn: Well, apparently not if he already tried it. [22:06] tomreyn, we will try this... [22:07] Kexoni: did you try specifying suitable mtrr-* parameters, yet? maybe i missed some chat. [22:07] I haven't see the "return to grub" behavior myself. I've had one that wouldn't boot, one that complained about the FAT but booted anyway, and one that just works. [22:08] tomreyn, no, didin't tried this [22:08] "return to grub" is new since today [22:08] i wonder what changed [22:08] yeah, tried again install [22:08] well, that alone should not introduce the change [22:08] unless you installed differently or also changed bios options [22:09] changed uefi boot order [22:09] so the reason its not booting now is just the bug i told you about yesterday [22:09] Kexoni: Just a wild guess, does a partition tool show multiple EFI partitions? [22:10] Sorry, I'm gonna let tomreyn run this, I think he has more experience. [22:10] i'm not sure about this, you seem to have a great deal [22:10] but we can try [22:12] Kexoni: would changing the uefi boot order now make the ubuntu boot end up on the black screen agan? [22:12] jhutchins, I have this partitions https://ibb.co/kqH7cq8 [22:12] tomreyn, I will try in a minute [22:12] brb [22:13] oh, there is just one efi system partition then [22:50] when ubuntu is first, then grub is booted, but when I select Windows Boot Manager then Windows is booted directly [22:51] when grub is booted I can enter Windows and boot Windows normally [22:51] and when I select Ubuntu in grub menu I am returned again to grub [22:54] now, I see in Windows in Disk manager for disk 0 that partition style is GPT [22:54] and for disk 1 it is MBR [22:55] I am trying to install Ubuntu at disk 1 (sdb) [22:55] could it be a problem, that it is MBR? [22:55] !gpt [22:55] GPT is a partition table format. It is required to boot EFI. See also !efi [22:56] !efi [22:56] UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [22:57] ok, I will convert now and try new install [22:58] Kexoni: no [22:58] ubuntu can use mbr fine with uefi [22:59] Kexoni: it sounds like there's a problem with the grub config itself, if grub loads everything is good mbr/uefi etc not related anymore [23:03] thanks EriC^^, I will try new install, already formated partitions [23:21] So if Kexoni makes it back to the point where they run into a black screen during boot, I suppose they should try to boot [ test_case_1: to the advanced -> recovery grub menu entry ] and [ test_case_2: *without* linux command line options quiet splash and *with* debug systemd.log_level=info mtrr_spare_reg_nr=1 mtrr_gran_size=64M mtrr_chunk_size=128M ] [23:23] like EriC^^ told, changing to GPT didn't changed anything [23:23] if recovery works, the normal boot record should boot with additional kernel command line option dis_ucode_ldr and it's an early CPU microcode update issue. if the latter helps, it's a needed workaround to the hybrid graphics setup and a bad bios. [23:24] Kexoni: unrelated to this, you may want to read https://irclogs.ubuntu.com/2021/12/30/%23ubuntu.html later, searching for (substring) "test_case" [23:26] I will read right now [23:26] try in 30 minutes [23:32] tomreyn, no test_case string in that log [23:34] Kexoni: Wait for the log to get updated :D [23:34] ok [23:36] i meant to point you to this https://paste.debian.net/plain/1225314 but first of all you need to get back to the situation you were in yesterday. the system returning to grub menu is a separate problem. [23:36] Kexoni: ^ [23:39] hi guys [23:39] im installing latte-dock on my ubuntu-kde with this guide [23:39] https://www.youtube.com/watch?v=9LyjApwPTxg [23:40] ok, I will try now [23:40] but at the minute 2.20 he take all the dependecis that are not present in the link https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Install_the_dependencies [23:41] do u kno whow i can take all the dependecis nedded? [23:41] thanks === genii is now known as genii-core [23:43] freetester: most of the time, you'll better follow well tested textual rather than some video tuorials. and note that you're on your own when you try unsupported configurations. last, but not least, note that there is also #kubuntu [23:48] hi tomreyn, thanks for the answer. in the meanwhile im following both the video and the officcial guide line post in this link https://invent.kde.org/plasma/latte-dock [23:48] but i dont know which is the way to install all the dependecis nedded [23:49] freetester: i can't help there. [23:49] why? [23:50] lack of kde knowledge :) [23:50] ah ok thank you [23:51] there#s a latte-dock package in ubuntu, though, which should help with the dependencies: https://packages.ubuntu.com/search?keywords=latte-dock [23:53] I wonder where is lbry/odysee videos actually stored? I mean who hosts the blockchain? the browsers /viewers of the videos or are there special hosts? if latter is correct, I wonder how one single host can have all the video data? b) if one host don't have all the data, then all should have the list/index/meta data of all videos in order for [23:53] users to search "all" the videos [23:54] hi Intelo. please note, once again, that this is an ubuntu support channel. not to be used for other topics or software not covered by ubuntu. and that we do not condone cross posting. [23:55] oh [23:56] thankyou tomreyn [23:56] how i can install it? [23:56] !info latte-dock [23:56] latte-dock (0.10.2-1, impish): Dock based on plasma frameworks. In component universe, is optional. Built by latte-dock. Size 1,358 kB / 6,310 kB [23:57] !apt | freetester [23:57] freetester: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Muon (KDE) or !Apper (KDE) [23:58] well i only need to write in terminal "sudo apt install bionic" for example? [23:59] just to say no results, thanks [23:59] freetester: yes, if the goal is to install the install a package named "bionic". but you should run "sudo apt update" beforehand. [23:59] must go to sleep, thanks again