=== tds5 is now known as tds === zbenjamin is now known as Guest48006 === zbenjamin_ is now known as zbenjamin [02:31] I've just read this wiki page is it true that government can intercept my HTTPS connection? https://en.m.wikipedia.org/wiki/Bullrun_(decryption_program) [02:46] Deyaa: maybe #ubuntu-discuss [02:51] * guiverc would think you'd get more in #ubuntu-offtopic or an unlogged channel [03:07] hi, I can both download discord from the discord website and from software center, which way is better? [03:11] the official .deb package and the snap package are on the same version looks like [03:12] however the snap package seems to have some problems https://forum.snapcraft.io/t/auto-connections-for-discord/2392/20 [03:13] so try the version from the website [03:21] ohh thankss lavendereyes [03:49] how can i check how a particular application was installed. whether i installed via software centre, snap or some other 3rd party repo? [04:21] gambl0re, : dpkg -l [04:21] not sure for snap [04:21] `snap list` will list installed snaps [04:22] there is also /var/log/apt/history.log which will have dates etc to see when installed; it doesn't say how (gui, package tool or command really) [05:22] I want to stress test my vm. Is there any dummy RAM intensive application I can run from the command line? [05:31] !info memtester | herry [05:31] herry: memtester (source: memtester): Utility for testing the memory subsystem. In component universe, is optional. Version 4.3.0-4 (focal), package size 15 kB, installed size 45 kB [05:32] Does anyone know how to connect to vpn via /opt/cisco/anyconnect/bin/vpn with 2FA? I get an error "The requested authentication type is not supported in AnyConnect CLI." [06:00] is snap replacing apt? [06:00] i still use apt to install most things [06:01] ohh nice [06:02] no it isn't [06:02] because snap is an Ubuntu thing and apt is a Debian thing [06:02] hmm I see [06:02] and Ubuntu wouldn't survive without Debian, as far as anyone knows [06:03] won't stop them from pushing snap as hard as they want for as long as it lasts [06:03] but they don't have the developers to not provide apt & .debs [06:15] oohh interestingg [06:16] it probably looks nice to upstreams [06:17] but you should keep in mind that a snap package can be a totally arbitrary filesystem [06:17] I read that a snap package doesnt depends on any other package and always can run on its own. Is it true? [06:18] a .deb usually has some dependencies [06:18] oh and they run on all distros [06:19] sounds great [06:20] snaps depend on the snap core and API support [06:21] also require kernel support for namespaces cgroups et al [06:22] hackinghorn: a snap package is a big filesystem in a file [06:22] hackinghorn: instead of having deps it clutters your storage with redundant black box nonsense [06:22] you could put essentially an entire OS into a snap if you wanted [06:22] the comparison is, therefore, not worth making [06:22] woww [06:22] cooll [06:22] a whole filesystem [06:23] there are also no Ubuntu developers reviewing upstream snap files for security issues or the like [06:23] you're taking a random upstream filesystem and running it [06:23] and hoping nothing goes wrong [06:24] ohh yeahh [06:25] everybody wants virtualization to be a solution to something, but it's frequently only a hopeful attempt to trade (more) resources for (less) human effort, but importantly ignoring the time it takes to constantly maintain & replace huge virtual systems, and how fsckin' buggy they tend to be [06:25] nevermind the potential security issues [06:25] but whatever [06:26] most Ubuntu-specific software ends up dying [06:26] they just don't have a lot of developers, it's a small company [06:27] what are snaps and what is their use? Sorry for stupid question. [06:29] felixi: you know how normally a GNU/Linux distro has a package manager that offers lots of prebuilt & vetted packages that put files into particular places on your filesystem to work? [06:29] yeah [06:29] felixi: snap packages, instead, or random filesystems the upstreams make themselves, that you download and hope are of good quality, and run [06:29] they're entire separate filesystems in a file [06:30] s/or random/are random* [06:30] so it's basically like .exe's on Windows [06:30] so deps contained in hopes for cross-distro compatibility? [06:30] you download a pile of trash and it does whatever it wants in its area [06:30] I believe cross-distro compatibility _is_ something they try to advertise, yes [06:31] it's software virtualization, basically [06:31] you're running a filesystem-as-an-app [06:31] and that filesystem is typically provided by upstream, and not built by a human person associated with your distro [06:32] eh you make snap sound like a bad thing [06:33] so instead of someone who maintains packages for Debian or Ubuntu taking the source code to Firefox and tweaking it to be in compliance with Debian or Ubuntu guidelines and quality control [06:33] and building it professionally for your installation [06:33] and looking out for huge new bugs or security issues [06:33] Firefox upstream, Mozilla, makes a snap filesystem [06:33] and you download and run it [06:33] hackinghorn: to me it is a bad thing [06:33] but also, separately, I doubt it will last long [06:34] but developers want to make things that run on Ubuntu that doesnt bother Ubuntu maintainers [06:34] sure, upstream developers do [06:34] but end users do not want upstream's builds [06:34] not smart users, anyway [06:35] Debian package maitainers do not just grab binaries from upstreams and rename them .deb and distribute them [06:35] at all [06:35] what can upstream developers do without snap? [06:35] that would be a freaking nightmare [06:35] no distro does that [06:35] ohh interesting [06:35] ah I see [06:35] well they can build their own .deb's [06:35] which Debian also still wouldn't use [06:36] or they could use flatpak [06:36] or a .run self-installer [06:36] or a tarball of a binary system [06:36] or any number of other things no sane person would touch [06:36] upstreams are not to be trusted [06:36] hmm I see [06:36] their purpose is rarely to have a stable or secure operating system [06:36] their purpose is only to serve their singular app [06:37] that's why installing apps on a GNU/Linux distro tends to be a painless dream compared to macOS or Windows [06:37] instead of grabbing random installers from random upstreams and hoping they won't hose your system [06:37] you install lovely, purpose-built binaries of open source software [06:37] lovingly tweaked and patched and audited [06:38] idk if it sounds bad. It can be a handy way for companies to support linux for their piece of software without having to package it a bunch of times? [06:38] no... [06:38] i mean, ubuntu can't package all the software in the world [06:38] distros -- most distros -- don't use upstream packages [06:38] so it doesn't matter if upstream packages for you [06:38] because they make trash builds that nobody uses [06:38] Ubuntu can't, but Debian already did for them [06:39] 89,000 packages for Debian [06:40] but then again, theres things like several versions of a piece of software and pseudo-packages that depend on a bunch of others and a piece of software split into several packages. [06:40] yup [06:40] for more complicated and/or more integral things [06:41] like python, automake [06:41] i just hate software being split into several packages. Oh i installed python3 and i dont have pip, or i don't have tkinter. Why? :D [06:41] kernels [06:41] dunno, that's a different issue [06:41] true [06:42] hmm interesting [06:43] one could argue a lot of people don't use tkinter [06:43] it'd be a strange argument for Ubuntu, though, because so many optional things (such as tkinter support) are already enabled [06:43] since we're dealing with precompiled binaries and it's hard to support everyone's choices without enabling a lot of things [06:50] it looks like Windows is becoming more like Ubuntu and Ubuntu is becoming more like Windows [06:50] what does that even mean ? [06:51] Windows has a software center like Ubuntu now [06:52] and Ubuntu has snap [06:52] they are totally differejt concepts [06:52] eh really, maybe I'm wrong lol [06:52] ubuntu has always had a software centre, windows has had one since windows 10 [06:55] hackinghorn: yeah it does [06:55] on the surface, anyway [07:00] is there a source based package manager which could install into home directory? :D I ran into a problem with a piece of software and i ended up building it from source to my home dir. [07:18] Installed 20.04 on my Thinkpad T440p laptop (previously 18.04). As with 18.04 I boot up the laptop with it docked and with the lid closed, however with 20.04 something new happens right after user login ... the laptop goes into suspend and has to be woken up by pressing the power button on the dock. This behavior is new and did not happen with 18.04. [07:19] hi all, just connected my laptop up to a new monitor, the display settings in ubuntu are stuck on mirror screen.. i cant untick the option and its just well, mirroring the screen, do I need to get the monitor drivers or something? [07:19] zetheroo: possibly it doesn't detect the external monitor fast enough? then it thinks you have the lid closed with no monitors attached and goes to sleep [07:20] zetheroo: you may want to tweak /etc/systemd/logind.conf to have HandleLidSwitch=ignore and/or HandleLidSwitchExternalPower=ignore [07:21] (systemctl restart systemd-logind.service after editing the file) [07:22] mgedmin: What do those changes do? I don't want to disable Suspend on lid closure altogether. [07:23] https://manpages.ubuntu.com/manpages/focal/en/man5/logind.conf.5.html documents everything [07:23] but if you don't want to disable sleep on lid closure, don't set HandleLidSwitch=ignore [07:24] this is a bit complicated: both logind and gnome have configurable knobs for handling lid events === remy^ is now known as Remy [07:25] (or at least used to? I don't remember if gnome still has it) [07:25] the default should be "do not go to sleep if lid is closed but you have an external monitor attached" [07:25] in these smart HDMI cable times the laptop can sense when the monitor is turned off or switched to a different input source [07:26] I've a laptop connected to my TV, and when I switch the TV source to a different input, my laptop used to go to sleep until I tweaked logind.conf [07:26] so as I said before, I _think_ what happens is your system boots and notices the lid is closed before it can detect the external monitor [07:26] it's frustrating that things break that used to work :/ [07:26] oh yes [07:27] well it's not right after boot - it's after the login [07:27] the login screen shows up on the external monitors fine [07:27] oh? interesting, let me check [07:28] ok, if you run `gsettings list-recursively org.gnome.settings-daemon.plugins.power` in a terminal [07:28] I see 'org.gnome.settings-daemon.plugins.power lid-close-suspend-with-external-monitor false' [07:28] which means it shouldn't be going to sleep when the external monitor is connected [07:29] is that setting false for you too? [07:29] https://paste.ubuntu.com/p/QwKbw57SJY/ [07:29] I see that it is [07:29] file a bug? [07:30] let me quickly try if this works for me [07:30] I guess .. I can never remember how Ubuntu bugs are filed ... [07:30] on launchpad.net [07:30] ubuntu-bug gnome-settings-daemon in a terminal [07:30] it'll collect some information and open a browser window [07:31] ah lovely :) [07:31] so, I closed the lid and my laptop didn't go to sleep [07:31] (this laptop doesn't have any logind.conf tweaks) [07:31] but I haven't actually tried to log in with the lid closed [07:31] (I'd hate to close all my windows) [07:32] locking/unlocking works fine with lid closed [07:33] hi all speaking of monitors, I connected a 32 inch 4k monitor to my laptop.. im not sure if its detecting properly, Its stuck in Mirror screen and the display options only show 1 monitor being displayed when i clearly have two (including my laptop screen).. is this related to my video card? Geforce gTX 1050 mobile? I am using the Nvidia driver metapackage from nvidia atm.. [07:35] nvidia is special, so that's likely, but I'm not sure I can help with any specifics [07:35] (I avoid nvidia because it always has compatibility issues with Linux) [07:35] if you're using the proprietary driver, try nvidia's own configuration tools [07:35] trying to figure out where the problem is... in monitor preferences I click Detect monitors.. nothing shows besides one screen that says 'Mirror Screens' [07:36] oh man... i just figured it out [07:36] I had 'Same image in all monitors' ticked [07:39] bug report completed https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1899435 :) [07:39] Launchpad bug 1899435 in gnome-settings-daemon (Ubuntu) "laptop (docked w/ lid closed) suspends after login" [Undecided,New] [07:44] zetheroo: you may also take a look at journalctl around the time you log in, see if there's anything interesting [07:44] e.g. a reason for going into sleep [07:45] messages like [07:45] spal. 11 22:07:08 bigas systemd-logind[763]: Lid closed. [07:45] spal. 11 22:07:08 bigas systemd-logind[763]: Suspending... [07:55] mgedmin: good point. I had a look but I don't know how to interpret all the info there ... [07:58] just did a test: logged out and logged in with lid closed and external monitor connected [07:58] laptop did not go to sleep at any time [07:59] ok, I'll try that here as well ... bbs [08:02] logout -> sends me to login screen -> OK [08:02] login -> laptop suspends -> not OK [08:02] press power button of dock -> screens show logged-in session [08:04] hey my chromium ignores my /etc/hosts could it be related to the fact that the chromium is a "snap"? [08:07] pyzozord, chromium is a snap for me, but it's not letting me go to facebook, and I suspect that's only blocked by my /etc/hosts file [08:12] how do i fix this error 'Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1" [08:16] Mystified1234: how did those files get there [08:18] rk4: don't know [08:19] Mystified1234: do you have a google-chrome deb installed? [08:20] not sure whats happend but i have 'google-chrome google-chrome-stable' [08:21] just removed stable [08:21] Mystified1234: check what crontabs those packages installed, i think google-chome has daily crontab that'll keep adding its repo back to your apt sources [08:22] how to check [08:24] dpkg -L google-chrome for installed package, for uninstalled unsure off the top of my head, i used ar x, tar tf, but there's probably an easier way [08:26] dpkg-query: package 'google-chrome' is not installed [10:19] PLEASE HELP! I wan't to disable/uninstall my CD-ROM from my laptop [10:20] I wan't it still attatched to the laptop as it's looks complete and whole that way but the CD ROM doesn't work and makes sound when you start the computer and such, annoying [10:22] xMeia, not really an ubuntu issue, is it? replace the cd-rom device? [10:23] I don't want/need the CD-ROM to work, only to be disabled or uninstalled (completely undetectable or unusable) [10:23] when inside the laptop [10:25] there is no such option, besides replace it or remove it completely === PowerTower_121 is now known as PowerTower_120 [10:53] xMeia: you could try asking about this in ##hardware to get your laptop model, use: journalctl -b | grep DMI: [10:59] hi! I have ubuntu installed on two disks in RAID-1 mode. We had to replace one of the two disk today but the EFI partition was on it, my dumbass forgot to backup the EFI partition. Now we get a "UEFI shell" when booting our server (not even grub). Is there a way to rebuild it? [11:00] yes [11:01] boot from a USB drive, make sure there's an EFI partition on the hard disk(s), install grub into it [11:01] @mgedmin: what would be that way? [11:03] if you need specifics, you'll have to tell us more about your partition table layout and such [11:04] one tip: if your USB drive has grub on it, you can get the grub shell and tell it to boot your main system [11:05] and then do the repairs there, without having to muck with live sessions and chroots [11:06] like with (grub) configfile (hd3,msdos1)/grub/grub.cfg [11:21] Hi all [11:26] Hi, I had a query if anyone could help, when I run a VM using VMware player, my ram consumption according to the system monitor remains almost unchanged. However, I can see it increased when using htop. Any reason why system monitor is showing a different value? [11:26] htop in the vm, or on the host? [12:23] hello. how to check if system is using ntfs-3g for my old disk with ntfs fs? [12:24] try to mount your disk with ntfs-3g [12:24] i know there is a gui tool to change it: https://launchpad.net/disk-manager/+download but how just to check current driver? [12:25] dpkg | grep ntfs [12:25] *dpkg -l | grep ntfs [12:26] what other ntfs driver would you expect? [12:26] !info ntfs-3g [12:26] ntfs-3g (source: ntfs-3g): read/write NTFS driver for FUSE. In component main, is standard. Version 1:2017.3.23AR.3-3ubuntu1 (focal), package size 380 kB, installed size 1488 kB (Only available for linux-any; kfreebsd-any) [12:26] standard installed. [12:27] i'm not well informed perhaps. but there was old ntfs driver, and ntfs-3g one. i wish to make sure which one is used for my ntfs disks [12:27] why ? [12:27] why do you care ? [12:27] what's the problem you're trying to prevent [12:27] having some iowait issues. trying to narrow down the cause [12:28] so why does the file system drive matter in that situation ? [12:28] run a fsck on that ntfs disk.. or better, from within windows [12:28] is your ubuntu system recent alekksander ? [12:28] https://help.ubuntu.com/community/FilesystemTroubleshooting#ntfs-3g_.28previously_also_ntfsprogs.29_-_NTFS_filesystem [12:29] i had no problems on 18.04. upgraded to 20.04 and for no apparent reason there is 100% iowait time to time causing my system to freeze for ≈5seconds [12:29] you're not running your OS of NTFS are you ? [12:29] (or trying to) [12:29] the nfts drive is just a second/spare drive ? [12:30] it would be the same driver, 18.04 <> 20.04 [12:30] im running ubuntu 20.04 amd64 desktop and am having a heck of a time getting the wifi hotspot working (CORRECTLY). i have it running fine but i get no Wireless N Mode. i been researching and the best info i found is that i need to edit "/etc/hostapd.conf" and add "hw_mode=g, ieee80211n=1 and ht_capab=[SHORT-GI-40][HT40+][HT40-][DSSS_CCK-40]" but i dont have "/etc/hostapd.conf" [12:31] those directions were for 14.04 [12:31] ikonia: ofc not :) ntfs are two externaldisks i used to run on windows years ago. one is for backup, other is for media (mkv, flac and such). i don't have another device to backup my 2tb of data, change fs and copy it back, therefore ntfs [12:31] is there something more recent for 20.04 and maybe enable wme_enabled=1? [12:32] i mean why cant i create a connection (not AUTO) but when i select either A/5ghz or B-B/2.4ghz and the channel [12:32] no Wireless N Mode .. i read "hw_mode=g " ??? [12:32] there is no area to select Wireless N only B or G [12:32] keep on reading [12:32] HT40 [12:32] if you limit to G, yeah, i understand you find no N. [12:33] ieee80211n=1 [12:33] yea in the ubuntu 'nm-connection-editor' and also in the gnome network manager [12:33] neither let you configure for Wireless N (which is pretty stupid) [12:34] then i find instructions from 3 years ago when people are using ubuntu 14.04 https://unix.stackexchange.com/questions/184175/how-to-set-up-wifi-hotspot-with-802-11n-mode [12:34] on ubuntu, i think you want /etc/hostapd/hostapd.conf" [12:34] ok let me check that location [12:35] or the driver is not an issue in my case… how else should i try to hunt 100% iowait on cpu? systemd-cgtop -c and htop do not show anything. i watched for the usage with iotop but nothing irregular there [12:35] oerheks i dont see it in /etc [12:37] if it does not exist, creat it? touch /etc/hostapd/hostapd.conf [12:38] normally but im reading now i think its a package i might need to install [12:38] which might create it. checking now [12:39] i would expect hostapd to creat it too, but it is not :-( [12:39] im installing it now. i bet im going to have to disable alot of networking stuff in ubuntu [12:39] this page is down from here https://help.ubuntu.com/community/WifiDocs/WirelessAccessPoint === ledeni_ is now known as ledeni === leden_ is now known as leden [12:40] oerheks im just worried ubuntu 20.04 is going to be fighting for control of the wifi hotspot that is already created [12:40] hmmm i just need to enable those wireless N extensions [12:40] i would use networkmanager for this. [12:41] btw in Automatic mode it does connect at higher speeds like it is suppoed to i just want to pick either the 2.4ghz or 5ghz and thats when it gets messed up [12:42] network manager done have the enable wme or the 40ht wide [12:42] not that i have found [12:43] well /etc/hostapd/ifupdown.sh was created. dont see any hostapd.conf yet [12:48] i think im going to reboot === kreyren is now known as damo222 === damo222 is now known as kreyren === kreyren is now known as notkreyren === notkreyren is now known as kreyren [13:11] Hi there. I have been trying my absolute damndest to get a Xubuntu 20.04.1 install working on my laptop. It failed to install the bootloader during the graphical installer, and I was able to take it from there to a much better state to where GRUB is installed and it can *attempt* to boot, but it stalls waiting for every single drive in /etc/fstab and then eventually just fails to mount all of them. [13:14] I feel like the bootloader installation may have failed because my main partition is a dual-device striped BTRFS filesystem. But I am typing this from hexchat inside a working Xubuntu 18.04. [13:23] HugLifeTiZ, I had lots of problems too with 20.04, and just downgraded to 18.04 where everything was working fine. I'll wait until the next release before trying again. [13:23] summonner, simmulaar problem with BTRFS ? [13:25] not specifically with BTRFS, mine had to do with devices, graphics were glitching, wifi was dropping continuously and other weird behavior [13:25] HugLifeTiZ, which kernel are you running on 18? [13:25] that does not meet his issue. [13:27] anybody knows how to set default search engine on firefox via command line? [13:28] I didn't think you could set firefox params like search enginer with the command line [13:28] peter, I think it's sudo update-alternatives --config x-www-browser [13:28] thought you had to ship the config file/db [13:28] summonner: that doesnt' change teh search enginer in a browser [13:29] ah, I misread that. I'll stick to one thing at a time then :) [13:30] peter22222, if you find the answer, let us know [13:31] firefox --preferences only opens preference window [13:32] i'm moving ubuntu to a new disk with rsync, will update-grub under new disk chroot suffice or do i need to run grub-install too? (the system is UEFI) [13:33] i think all grub-install does is installing MBR code, but i'm not 100% sure [13:33] depends on where your bootloader is [13:33] on windows disk [13:33] summonner: I tried both stock 5.4 and liquorix 5.8 [13:33] Funny thing is, the exact same kernels are present in both 18.04 and 20.04 [13:40] peter22222, the option is present in the search.json file - but the search engines themselves are "hashed" as the reference to the search and options. for instance, mine is - "currentJ__hash":"GPq3LPtYCKxOFFkcmKJd45f0SEWxDunuZvg9Kt9= It seems this behavior was changed in version 34 onwards, in an attempt to restrict it through the default choice (google) [13:47] HugLifeTiZ, have a read through this first - https://logan.tw/posts/2015/05/17/grub-install-and-btrfs-root-file-system/ [13:48] HugLifeTiZ, seems a little excessive to follow these steps, but I found other web pages commenting on difficulties with grub2 and btrfs if it's the boot partition [13:48] summonner, I did basically all of that, and that got me a working GRUB 2.04 for Xubuntu 20.04 [13:49] But regardless of if I boot the kernel through GRUB, or do so directly with rEFInd, it just stalls out and fails to mount any of my partitions [13:49] I'm starting to feel like Arch Linux will be less trouble, lol. [13:50] Or at the very least, if I go through that process, I might discover something to help me get a 20.04 working. I always wanted to have Arch again but I also wanted to have a stable base next to it that I could boot into instead. [13:50] HugLifeTiZ, one trick I did not so long ago was to specify the partitions in the fstab instead of using the UUID, and that worked... old skool style [13:51] summonner, Old school as in /dev/sda1, etc? Right now, I have my fstab entries by PARTLABEL=whatever. [13:52] yup, actually specifying the partitions in the grub file and fstab, that worked for me. obviously make a copy and comment-out the line in case it doesn't work so you can revert [13:52] I have a multitude of fstab backups, haha [13:52] my btrfs partition has subvolumes, @xubuntu-1804, @xubuntu-2004, @home, and I've got a few snapshots of each right now [13:54] Hello I have an issue with my screen output. I have 3 screens and 2 of them won't work https://www1.xup.in/exec/ximg.php?fid=43144048 https://www1.xup.in/exec/ximg.php?fid=36531445 https://www1.xup.in/exec/ximg.php?fid=20167021 [14:00] summonner thank you. pity there is no command that can change it on terminal...:-) [14:08] Hello I have an issue with my screen output. I have 3 screens and 2 of them won't work lspci: https://paste.ubuntu.com/p/zsFnXFF7Mn/ , https://www1.xup.in/exec/ximg.php?fid=43144048 https://www1.xup.in/exec/ximg.php?fid=36531445 https://www1.xup.in/exec/ximg.php?fid=2016702 [14:16] hello [14:16] What is the cmd to install docker ce on ubunti 16.04 ? [14:16] I am building a docker ubuntu image, and I need docker-ce in it. [14:16] ENV GITLAB_RUNNER_VERSION=12.10.3 , ENV DOCKER_CE_VERSION=19.03.13~3-0~ubuntu-xenial [14:17] and curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" && \ apt-get update && \ apt-get install -y docker-ce=${DOCKER_CE_VERSION} => E: Version '19.03.13~3-0~ubuntu-xenial' for 'docker-ce' was not found [14:17] While it seems to be listed here: https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/ [14:23] maybe 'apt-get install -y docker-ce' is enough for v19.03 [14:24] I want to have fixed version in my Dockerfile [14:28] err installing docker-ce *inside* docker??? [14:28] I got it , the proper version is : 5:19.03.13~3-0~ubuntu-xenial [14:28] I have used a docker container and run the apt-get update in it === HugLifeTiZ6 is now known as HugLifeTiZ === jelly-home is now known as jelly === cltrbreak_MAD2 is now known as ctrlbreak [16:05] hi guys! how do I disable sshd during ubuntu 20.04 autoinstall? [16:09] ssh service in an auto-install? [16:09] tell us more? [16:10] well, im building a template with packer using autoinstall. and i dont want it to listen to sshd until it reboots into the target [16:11] https://ubuntu.com/server/docs/install/general search for "Connecting to the installer over SSH" [16:12] i think ssh is not running standard during install, and packer is somthing i don't understand. [16:14] I simple question , should I upgrade 18.04 to 20.04.1 ? currently on 5.4.0-42-generic.I know some will suggest to clean install but the current condition is 18.04 just install 2 months ago. [16:15] upgrading is no problem [16:15] oerheks: well okay... [16:20] boolman: ask in #ubuntu-server maybe? [16:20] or on discourse [16:20] from what I see on https://ubuntu.com/server/docs/install/autoinstall-reference there's no way to turn that off [16:20] (unless maybe by doing something like service openssh stop via early_commands) [16:22] I was able to solve it by running a early-command: [ systemctl stop sshd.service ] [16:26] my trackpad stops working randomly [16:26] ive deleted libinput install synspatics deleted synaptics reinstalled still not fixed [16:27] anyone know what the issue is? [16:35] ??? [16:50] can i mount an ssh fstab entry via hostname vs the lan ip? [16:51] oerheks : any critical bug on 20.04.1 ? will hold on if there is a critical bug such as kernel affected on SSD data corruption . [16:52] Hi, is there a dedicated channel for Ubuntu 20.10 Beta? [16:52] Anyone know what is going on with the libprotobuf10 package? 20.04 seems to have just completely dropped it and only has libprotobuf17 with no backwards compatibility? [16:52] veryloud: #ubuntu+1 [16:52] EoflaOE: cheers! [16:53] Have a nice day [16:56] kinghat: Are you trying to mount a remote drive to your local system? If so, you could look into 'automount'. [16:57] nbusrone, upgrade path is out, so i do not expect such issues [16:57] kinghat: Also referred to as 'autofs'. [16:57] oerheks : what do you mean by ' upgrade path is out' [16:58] is that used because you cant mount via hostname in fstab? [16:59] nbusrone, why else would you ask that? [16:59] really.. [16:59] kinghat: There's also cifs [17:00] Add remote entry into your local /etc/hosts, then you'll be able to mount via hostname. [17:00] 20.04.1 point release means stable enough to upgrade/use in production. [17:01] what if i have it set at the router? [17:01] oerheks : I was thinking of bug issue happen on old 16.04 LTS when get upgrade with conflict.Ok , will upgrade it but do I need to update 18.04 to latest kernel or I can direct upgrade to 20.04.1 ? [17:03] just hit the upgrade button, and the message should appear.. else reboot after that and try again :-P [17:03] kinghat: You have DNS set at the router level? [17:03] and read the releasenotes [17:03] !releasenotes [17:03] For release notes of a given Ubuntu release, please refer to the 'Docs' column on the 'List of releases' table at https://wiki.ubuntu.com/Releases [17:04] kinghat: I wonder how your local system will interpret ip to hostname... [17:05] strive: I have my router assigning a static LAN ip to those servers hostname. or maybe it uses it's mac address to pair the hostname and ip. either way. [17:06] is libprotobuf.so.17 compatible with libprotobuf.so.10? can I create a symlink or something to solve my issue with the missing library? [17:06] oerheks : thanks :) [17:08] kinghat: I think your local system needs to know what the hostname is to your remote system's IP. Unless there's another technical way to use the router's information. [17:08] I ssh via hostname to that machine so I'm just wondering if I can use the hostname in fstab vs the LAN ip in case I change it so I don't have to update fstab is what I'm getting at. [17:09] Just change it in /etc/hosts once. [17:09] e.g: 10.0.0.20 server [17:10] In /etc/fstab you could use the hostname. [17:10] If the IP of the remote system changes, you'll need to update only the /etc/hosts file with the correct IP. [17:11] As long as you keep the hostname in /etc/fstab, then it should be all good :) [17:12] so hostname in fstab will only work if you have it specified in /etc/hosts? === ledeni__ is now known as ledeni [17:12] I believe so. [17:13] got ya. I'll just leave it as is then. [17:13] Keep it simple, I say :) [17:14] There's also the /etc/nsswitch.conf file that you could edit to use dns in favor instead of the hosts file. [17:15] I'm unsure if that'll grab the ip to hostname config from your router. [17:16] kinghat: If you're up for tinkering, you could give that a try and let us know how it went. [17:17] Otherwise, I'd just stick to the /etc/hosts file. [17:23] ill just stick to fstab if i have to update it manually anyways 🤷‍♂️ [17:23] Yeah :) [17:33] hey im running ubuntu 20.04 and for some reason my entire hard drive just got filled up. I only have 2gb of freespace left. I was using bleachbit to wipe everything when this happened. Any ideas? === mouses is now known as mices === mices is now known as mooses [17:40] random1: How long has it been since you ran Bleachbit to do its dirty work? [17:44] run baobab or a similar tool, look at what uses disk space === jelly-home is now known as jelly [17:45] I twice had jenkins fill up ~20 gigs of logs overnight [17:51] 20gigs of logs? Holy smokes. [17:56] some stupid java dns problem that kept getting retried with the stack trace including a chain of all previous stack traces (yay O(N²)) [18:02] I just want to read an ebook i purchased on kobo. apparently it has drm and the only way to read it is to have a win or mac machine which i have neither. so it says install wine/winetricks and have on hand, adobe digital editions/mircoft.net package i have done this. and now more and more and more add this, change that. Its gotten rediculous, is there no other solution for drm on linux but this? [18:02] or dual boot? === delobuch is now known as comorbid_antiflo [18:18] the instructions on what to do next are not easy for me to understand https://patdavid.net/2018/05/installing-adobe-digital-editions-on-linux-with-wine/ === comorbid_antiflo is now known as comorbid_enflori === akem_ is now known as akem [18:34] Hi there. I've repaired a Xubuntu 20.04 installation that crashed when trying to install the bootloader. I can get into it now and run it, but I notice in my xfce4 settings an icon to permanently install the system, and in addition, it does a file system check every single boot. So what was left to do after installing the bootloader that I still [18:34] need to do? Maybe some packages that need uninstallation? [18:43] uh, it sounds as if you're booting into the live session instead of your main system [18:44] did you chroot before running grub-install? [18:51] mgedmin: I did, yes. The live media is not connected to my system at all. [18:53] does anybody know what distro that is: https://www1.xup.in/exec/ximg.php?fid=20888581 [18:53] if it even is a distro [18:53] looks like an unfinished prototype [18:55] somebody sais it's on an Hp laptop or something and we can't even access the terminal [18:55] says* [19:18] here is what adobie barker in the forum said: as long as only a infinitessimally small fraction of people even use a desktop Linux to do stuff, there is no point even discussing this. (talking about support for linux) [19:19] what a maroon [19:22] good thing we don't have to support wine apps and games in this channel [19:22] !wine [19:22] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [19:31] Unfortunately, compatibility issues like those are the nature of DRM, and there isn't much Ubuntu can do about it. If they have a web reader using EME, that might be a better option than running the Windows app via Wine. I can't comment whether the DRM they use will allow itself to be run inside a VM [19:47] Hello guys === kmlbazz is now known as kbdlnx123 [19:58] Hi, I'm trying to use debootstrap to install ubuntu from another linux distribution following these instructions: https://help.ubuntu.com/lts/installation-guide/amd64/apds04.html, but when I chroot into the installation the apt command doesn't seem to exist anywhere. [20:10] I am looking for industrial microSD card for my IoT project running Yocto. Is any of you aware of any SD cards that can be checked programaticly about their health? Trying to be proactive to know early when they "could" fail [20:16] Has anyone tried to make 10s of thousands of concurrent network requests? I'm running into limitations that i think are around my ulimit settings [20:29] did the original ubuntu 20.04 fail with "Ubi-partman failed with exit code 10"? [20:29] i googled it and it's saying i need to create an EFI partition to get around this error [20:30] johnjay, indeed, you booted in UEFI mode, that is oke [20:30] !uefi [20:30] 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 [20:30] johnjay: EFI endowed machine - GPT partitioning (preferred) ? [20:31] it should be the first 512 mb partition on the beginning of the disk. [20:31] isn't that the partition step though? [20:31] maybe if i select try ubuntu first then install [20:32] boot in live mode, and maybe yes, GPT is a good start [20:32] johnjay: The mode that you boot the installer is how the install will go. [20:35] well i have no idea. i'm trying to install ubuntu 20 in qemu [20:37] original .. [20:38] johnjay: Never experienced qemu - I can not relate here. [20:45] well i made an EFI partition. so it just tries to boot from it and fail. If I enable the menu I can tell it to boot from the cd which seems to work [20:46] well it just took me to the Live Ubuntu not the installer. :/ [20:46] oh wait nvm [20:49] it didn't give me the error. but idk how ti decides bios or efi mode [21:34] johnjay, your bios boot settings do that, you mark which disk boots into UEFI or legacy boot. Also, if you have UEFI enabled, check your settings about secure boot too [21:36] Hello, does CopyQ works on focal/Ubuntu 20.x ? [21:37] johnjay: the installer installs in whatever it is booted in to, if it boots in UEFI mode, it installs that way [21:39] ah ok. so i need to fiddle with qemu then [21:40] i thought it weird ubuntu installer immediately crash because no efi parttiion exist [21:40] also... openssh-server not installed by default either. maybe because i chose minimal install? idk [21:42] johnjay: the server isn't installed by default [21:50] I can not connect to a server on the local network; I try opening an ssh connection to my desktop; after 10 seconds it prompts for password then I can open the connection the other way [21:50] otherwise I get Connection refused [21:51] after a few minutes, all open pipes close, and I can not connect again. [21:54] log file has a bunch of errors about the bitcoin daemon; but that is running as a local user account, it can't affect ssh right? [22:02] lapidary: there's no bitcoin daemon installed on ubuntu by default, and i don't think there's one in the repos. maybe you're using some snap. anything that depletes the systems' resources could affect ssh. [22:04] (bfgminer and cgminer are in the repos, but i suspect that's not what you're referring to.) [22:38] is there anyway to boot (over PXE via iPXE in this case) and use the iso-scan arg to find the iso? [22:38] instead of just pulling the squashfs only from http/nfs [22:43] is there a way to determine if my machine is capable of Wake On LAN (WOL)? My ethernet NIC is on my motherboard, with the LAN spec Atheros GbE LAN chip (10/100/1000 Mbit) [22:46] jayjo, sure, "sudo ethtool -s INTERFACE wol g" https://www.techrepublic.com/article/how-to-enable-wake-on-lan-in-ubuntu-server-18-04/ [22:51] thanks for that! Unfortunately "Cannot set new wake-on-lan settings: Operation not supported" [22:51] time to investigate some cards, that's a pretty great feature [22:52] check your bios too? === quasineutral2 is now known as quasineutral [23:16] I'm running into a weird issue when I start up ubuntu (20.04) the text is really really tiny, if I alter the display size and then switch it back it has the text normal size, or if I alter the "large text" option in universal access it makes it large, or the appropriate size it should be depending if I turn it on or off, but it always defaults to the super tiny text when I restart it [23:16] anyone know what might be causing that? [23:33] I have 2 internal HDD's on my computer one for Linux and one for Files. it seems like my files all became read only on 1 drive out of no where [23:33] Jakethepython, do you change username? [23:33] did* [23:34] No [23:34] I would check the permissions [23:34] and how you're mounting it can also affect both permissions and whether its read only or not [23:34] that would be /etc/fstab [23:39] wine 5.0.2 and wine tricks and installed adobe digital edition had what seemed like all the right popups and answed all questions. Still ADE wont run. any ideas where i should check? [23:40] PARTUUID=9ff09325-cbba-43c4-8051-617ce848723a /boot/efi vfat umask=0077 0 0 [23:40] UUID=96b7939b-16fd-44c7-a051-3cffe76042e4 / ext4 noatime,errors=remount-ro 0 0 [23:40] /dev/mapper/cryptswap none swap defaults 0 0 [23:43] Jakethepython, a RW flips to RO if a problem is detected to prevent data loss. Checking logs for reason will tell you why, but a FSCK is the normal fix (from *live* media; I'd also check drive health (`smartctl` etc) if cause is unknown.. [23:53] how do I disable iface eth0 inet static at boot? [23:54] int network/interfaces [23:57] Ok, so it boots with BIOS - but I just get a blank screen(the machine shuts down?) via UEFI they are both pulling the same kernel and initrd [23:57] same arguments passed for nfsroot