=== nt0__ is now known as nt0 [00:23] Hey everyone, In Ubuntu 20.04 I seem to have clobbered my php/apache setup. I can't get a2enmod to find modules I install. I see them fine with php -m and with phpenmod. I have tried using libapache2-mod-php7.4 and with php-fpm (separately). I'm missing the link between a2enmod and the modules and didn't get back even when stripping out everything I could find and reinstalling (apt-get remove --purge php*, and likewise for libapache2-mod*, apache2*, and ph [00:23] kunji: irc has line length limits; you were cut off at "and ph" [00:24] kunji: what does php -m output? [00:24] kunji: my guess would be php modules, not apache modules [00:24] php -m shows all my installed modules as expected [00:24] kunji: and I expect a2enmod to work on apache modules, not php modules [00:24] There are separate packages now? [00:26] haven't they always been separate? apache has hundreds of modules, php has hundreds of modules, they do different things.. === tds0 is now known as tds [00:27] ... they probably have been... and I'm feeling pretty dumb right now... too long since I messed with php [00:28] or, not long enough :) hehe [00:28] Cool, I'll see if I get all my prereqs showing with php -m, if the program work. ^_^ [00:28] Any time with php is too much for me :P [00:29] the manpage I found suggested php -m is "compiled in modules" [00:29] They're all in apt compiled, they show up as I install them [00:29] ahhhhhh [00:29] cool, thanks [00:40] I just install 20.04. Programs are slow to launch. In Windows, HexChat opens in a snap. Here it takes 20 seconds. [00:41] I have a 32 core thread ripper. 64 gigs ram [00:41] PCI-E x4 storage [00:41] whom can I blame? [00:42] :) [00:42] ezio: try running a perf top when starting something, that might give a quick idea of what the cpu is doing [00:42] (sadly, only the cpu, but still, it's something) [00:43] ezio, all apps? [00:44] Well not launching I guess, but loading pages in Chromium or Firefox. [00:45] Searching packages in Ubuntu Software. [00:45] Maybe it doesn't like my wireless card. [00:45] ezio, smells like slow graphics to me [00:46] I actually looked at GPU acceleration. That was the first thing I did. [00:46] Literally. After installation. Open Firefox. config about. [00:46] But it is Nvidia. [00:47] Also there's no stuttering issues like I had in Gentoo. [00:47] But, I'll sit on it for now. [00:47] I did have another question, though. Anyway to unlock with a pin? [00:47] Gnome. Vanilla install. [00:50] ezio: hmm, nothing I can think of [00:51] ezio: i had a hexchat lag like that in early stage of 20.04 but thats solved now [00:51] lotuspsychje, good to know. Maybe it is just HexChat. [00:52] ezio: it did that a few times, after that i could not reproduce it anymore [00:52] ezio: system up to date? [00:52] I know this is going to fall on deaf ears, but I have a theory, with only anecdotal evidence (as a white hat for 14 years) and conjectures that pin+password is better than just a password. [01:04] Too bad it isn't. Two knowledge factors is just one factor. === pauljw_18 is now known as pauljw [01:06] Making the person sign in with a password first, and then using pins is. Plus it lessens password exposure. Obviously you can't allow remote logins by remote pin, but you can allow remote logins by local pin after password authentication, thus again lessening the exposure of the password. [01:07] If I had my way, we wouldn't have passwords anymore. Yubikey all the things. [01:07] ezio, are you using yubi for your gmail account? [01:08] Two knowledge factors is one factor. Say it with me. If you can steal a password, you can steal a pin, and as a white hat for the same amount of time, people that write down one will write down the other. [01:08] cgi, yup. [01:08] But yeah. Yubikey. [01:09] You can steal a pin, but you can't use the pin unless you have physical access to the machine. [01:09] So you're talking about Windows Hello, essentially. [01:10] Yes. Windows Hello does it almost perfectly. [01:10] Still single factor, though. [01:10] That's fine. I'm not talking about 2FA. [01:10] Fair. [01:11] 2FA for remote access would be nice. Like RDP ... You wouldn't believe all the people I write reports about RDP access is exposed, and they just will never do anything about it. [01:11] Hey everyone, I just set up Ubuntu 20.04 in an LXC container and am wanting to a) create a user account to administer the machine and b)disable root access [01:11] Every year. Year after year. The same people. [01:11] can someone guide me on the proper procecures [01:11] default for ubuntu server is root [01:12] ecov, just get rid of the root password [01:12] Make sure you setup sudo though. [01:13] ahh [01:14] ezio: https://www.debian.wayoflinux.com/installing/post-install/configure-root-access/enable-sudo-lock-root [01:14] does that look right to you? [01:14] ecov, if you wanna get real spicy, learn sudo [01:15] But yeah [01:15] That looks like it should help [01:15] what do you mean by "learn sudo" [01:15] sudo is pretty complex with lots of options and user management. [01:16] it appears I need to create a user first? === zbenjamin_ is now known as zbenjamin [01:17] Do you already have a user? [01:18] nope, this is a fresh lxc install === dax is now known as housecat [01:19] ezio: if you just want physical presence, you could probably do that with libpam-fprintd [01:19] ezio: a friend mentinoed his company epoxied a bunch of yubikeys to their desks and turned them into presence detectors too [01:21] I heard them talking abut that on Linux Unplugged. I guess I know why now. [01:21] sarnold, so you can use Yubikey with fprint? [01:22] guess not [01:22] ezio: no [01:22] ezio: it's just another option for you [01:22] Yeah. I would need a fingerprint reader. [01:22] That's a possibility. We should sell fingerprint readers. [01:23] But I'm just having a bit of fun here. [01:24] I thought we had something for the ubuphone days for logging in with password but screenlock via pin, but I don't think that went through the PAM stack [01:25] Yeah. I was reading some of the stuff about that, and I thought, surely it can't just be a hard no. [01:25] Which brought me here. [01:43] how can i quickly see (by command line) that certain apt package is/is not installed? [01:44] dpkg -l packagename [01:48] thank you === gabkdlly_ is now known as gabkdlly === pauljw_18 is now known as pauljw [02:12] Any nvidia driver experts around, ive got an optimus laptop and for the life of me i cannot get the damn nvidia driver to activate even with blacklisted the module in grub and modules folder it still loads the opensource driver [02:15] Synx_hm: How did you install the proprietary nvidia drivers? How did you blacklist nouveau? [02:16] Jordan_U, installed via PPA and then 'sudo ubuntu-drivers autoinstall' [02:16] Synx_hm: What ppa? [02:17] Jordan_U, blacklisted in /etc/modprobe.d/blacklist-nvidia-nouveau.conf; blacklist nouveau [02:17] options nouveau modeset=0 [02:17] Jordan_U, PPA: deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal main [02:17] thanks for the help btw [02:18] also for the record it looks like my grub blacklist command never set since /proc/cmdline doesn't have it [02:19] Synx_hm: Please pastebin your /etc/default/grub . [02:20] Jordan_U, https://pastebin.com/9DvYHVJi [02:20] note that the blacklist command didn't take this boot (i did a update-grub, do i need to update initramfs too?) for some reason [02:22] Synx_hm: Your initramfs doesn't change your kernel parameters. Can you pastebin your /boot/grub/grub.cfg ? Do you possibly have more than one install of grub somehow? [02:23] i cant see how i would, standby on the cfg [02:24] Synx_hm: That's not to say that updating your initramfs wouldn't solve your problem, it likely would by syncing your /etc/modprobe.d/blacklist-nvidia-nouvea.conf to your initramfs, but then you'd still be left with the mystery of why your change to kernel parameters didn't take. [02:24] btw why the ppa? I thought the nvidia drivers were just part of the distro? eg http://archive.ubuntu.com/ubuntu/pool/restricted/n/nvidia-graphics-drivers-440/ [02:25] https://termbin.com/ydt4 [02:26] do i by chance need /boot/efi mounted when i update-grub? [02:26] Synx_hm: Is it possible that grub itself is reading from an old zfs snapshot? [02:27] it shouldn't be i have two snapshots but i dont know how grub would be using one of them [02:27] i can nuke them if it would help [02:28] Synx_hm: What is the output of "sudo grub-mkrelpath /boot/grub/grub.cfg"? [02:29] '/ROOT/ubuntu@/boot/grub/grub.cfg' [02:31] Hi all! I have to use ubuntu16.04, and need to use the new, native exfat driver (min kernel 5.4). Starting with kernels >4.16, there are libssl dependency issues on ubuntu 16.04, and when I get past that, booting the kernel just hangs at the second line (extracting initrd i think). I couldn't find documentation from someone who's done this before, have you? [02:31] Synx_hm: Note that all of the paths within your grub.cfg are starting at /BOOT/ rather than /ROOT/. My guess is that you started without a separate /boot/ subvolume, then added one, mounted it over your still populated /boot/, re-ran update-grub, but didn't re-run grub-install. Does that sound plausible? [02:32] kernelpanic: could you install 20.04 to get the exfat driver, and then run the 16.04 userspace in an lxd container instead? [02:33] sarnold, wow, thats creative! But this is an embedded atom with realtime-ish constraints, I don't really want to even try that [02:34] kernelpanic: cripes [02:34] Jordan_U, i created the bootpool at the same time i did the zfs root pool, but something for sure has just gone wonky, i can no longer mount /boot/efi and my /dev/ is no longer populated with udev links [02:34] kernelpanic: that probably is a bit limited on ram then [02:35] Synx_hm: Indeed, it seems like you've got bigger problems than nvidia drivers, and those problems were just brought to light by your attempt to install nvidia drivers. [02:36] Jordan_U, indeed lol, well i have no idea where the hell my /boot zfs pool went but zfs mount lists nothing regarding my bpool DOH [02:36] Synx_hm: Try unmounting /boot/ and see if you're left with a directory that is still populated with (old) kernels, initramfs images, and grub. [02:36] sarnold, 4gb, that may not even be the issue, but there's a whole set of software-ci/production/build/documentation/support dependencies in this, so upgrading the kernel is about the most I can do. And Up until now, my impression that the kernel is really quite backwards-compatible, so I was hoping this can work. [02:36] Jordan_U, thats exactly whats going on, the bpool zfs /boot isn't even mounted, im looking at /boot as a directory on the rpool [02:36] ha [02:36] fml [02:37] Jordan_U, if i do get this part sorted out, am i correct in assuming that this damn driver should be blacklisted [02:38] Synx_hm: I haven't messed with proprietary nvidia drivers for years. I think, with the rest of your system configured correctly, ubuntu-drivers will successfully install the nvidia drivers without any futher manual configuration from you. [02:38] sweet [02:39] Jordan_U, so ive been following the zfsonlinux wiki page for zfs root on 18.04 any thoughts on that guide being the most up to date (already found the update-initramfs command not working but resolved that) [02:39] Synx_hm: It might be a little interesting making sure that you get everything sorted out so that you end up with the system you would have had if your /boot/ (and maybe other) pools hadn't stopped being mounted properly. [02:40] ya this zfsonlinux wiki guide does some extra systemd steps to mount the boot pool wonder if its not working with 20.04 or simply i did it wrong [02:41] Synx_hm: Did you install Ubuntu 20.04 fresh? Did you use the built in zfs support in the installer? [02:41] im using the 20.04 live cd but using debootstrap since im doing zfs encrypted root [02:41] kernelpanic: are you trying the signed or the -unsigned kernels? [02:42] kernelpanic: I'm 99% sure the -unsigned kernel packages aren't intended for user consumption but you may be the odd user who can benefit from it [02:42] Jordan_U, perhaps i should just try a generic install first to make sure any of this actually works lol [02:45] Jordan_U, actually now that i think about it that /boot issue has to be it. If /boot never mounted correctly after install all the attempts to install nvidia drivers would have never ended up in the actual initramfs since /boot was never actually mounted, so the module was never there and i guess the kernel is smart enough to not blacklist the only [02:45] driver it has [02:51] /uit [02:58] hey [02:58] hi [03:30] hm... if `killall` cannot kill an app, who is this bug to be reported to? linux kernel? [03:30] Are you root? [03:30] https://www.dropbox.com/s/vbu4czml2m4xqwe/annotation%202020-04-30%20132918.png?raw=1 - how come I can't configure partitions on two of the hard disks here? [03:31] Andrio, if that was supposed to be for me: it's a user process. But sudo also doesn't work [03:32] Maybe try `killall -KILL` [03:33] Andrio, that's interesting [03:33] worked [03:33] nice [03:33] "One bullet doesn't kill"-logic? [03:35] By default, the kill command sends SIGTERM. That signal may be ignored. [03:35] it does if it hits the brain [03:35] SIGKILL is insta-kill with no chance at cleaning anything up [03:35] There's no counter-curse. There's no blocking it. [03:35] does sigterm clean up anything? [03:36] kill -9 when you really really have to kill something [03:36] SIGTERM is similar to pressing Ctrl+C (which is actually SIGINT) [03:36] it can if the process in question handes it, yes [03:36] sigterm and sigint give the application a chance to clean up; sigkill just kills it dead, and leaves a mess all over the place [03:37] Yep, last resort [03:37] i wondered why sigterm didn't work on zombies. good to know [03:38] sigkill won't kill zomies either [03:38] they are already dead [03:38] if you want zombies cleaned up you have to kill their parent [04:00] Is there a way to make it so when ubuntu wakes up it does NOT goto the clock screen? [04:00] or disable the clock screen [04:01] Ugh, well, I got it to work, numerous small configuration issues taking NextCloud from version 15 to 18 and Ubuntu from 16.04 to 20.04. PHP packages were mostly not the issue (I was missing memcached for a bit there :P ) Thanks for the help sarnold, saved me from going much further on that goose chase. [04:03] cluelessperson_: So you don't want to enter a password on wake? [04:05] cluelessperson_: Not sure of your version, but try looking in the Brightness & Lock settings and turn off lock, see if that is what you want. Less secure of course, up to you though. [04:13] Synx_hm: It's not that the kernel is "smart enough" to not blacklist the driver, it's that 1: The kernel parameter to blacklist the driver was never actually added and 2: nouveau was loaded from the initramfs before any configuration on your root fs could blacklist it. Just because it's blacklisting the module, doesn't it mean that it's going to remove it after it's already loaded. [04:40] Hi,I am trying to understand how does Linux memory works. In my scenario, the sum of RSS doesn't add up to the amount of non-available memory in "free".Hardware: Lenovo Thinkpad E495Distro: Ubuntu 20.04 File System: ZFS* Use `free -h` to find how much memory is available. It shows 19Gi, which means that there are roughly 10Gi of memory is in used.$ [04:40] free -h total used free shared buff/cache availableMem: 29Gi 9.4Gi 17Gi 193Mi 2.4Gi 19GiSwap: 2.0Gi 0B 2.0Gi* Then I run `ps aux | awk '{sum+=$6} END {print sum / 1024}'` to give me the sum of RSS utilisation, which is 5.6Gi.$ ps aux | awk '{sum+=$6} [04:40] END {print sum / 1024}'5609Is there a way to see what is using that the other 4.4Gi of memory?Thanks,George [04:42] Could somebody help me? [04:43] How should I automatically unmount a sshfs storage at logout in Ubuntu? I've tried this. https://askubuntu.com/questions/263788/unmount-fuse-mountpoints-on-logout [04:48] sorry, just my previous msg is not readable. [04:48] Hi, [04:48] in used. [04:49] aux | awk '{sum+=$6} END {print sum / 1024}' [04:49] plenoh: did you happen to mess with your ss config file for KeepAlive interval? [04:49] *ssh [04:49] the line is ServerAliveInterval [04:50] Would I need it? [04:50] btw, thank you for responding to my question. [04:50] no, infact, if you log out and you didn't mess with it, then the ssh connection should disconnect after an interval [04:51] oh [04:51] If I log back in without doing a reboot, I can still see my [04:51] mounted drives [04:52] how long are you staying logged out? [04:52] less than a min [04:53] take a peek in ~/,ssh/config of /etc/ss/ssh_config and see if there's a line called ServerAliveInterval [04:54] on the client, not the server [04:54] oh ok [04:55] plenoh: Are you wanting it to unmount on logout for security reasons? [04:55] bluefox83: there is no such line in my conf file. [04:55] hrm [04:55] Jordan_U: I just like the idea of a clean exit. [04:56] Where may I see the logs [04:56] ? [04:56] I might be able to debug/troubleshoot this issue im facing. [04:57] i dunno [04:59] ya know, i'm really not that knowledgable about this. i've never set remote storage to disconnect on logout before because i've never really thought about it [04:59] i don't log my laptop out, so i don't really have a reason to [05:00] ah ok I see. Thanks for helping me though. [05:05] plenoh: what WM are you using? [05:06] some of them use something called session-cleanup-script [05:06] which runs when you log out [05:06] ah I'm looking at the log [05:07] I use lightdm and Ubuntu MATE [05:07] whats the log going to tell you? [05:07] ok, lightdm uses that, session-cleanup-script [05:07] you might just add umount to it [05:08] my script might be incorrect [05:09] ah [05:10] i haven't run lightdm in a while, so i don't really have any experience with it, and i've never run MATE [05:14] i'm not seeing a lot of difference between MATE and regular ubuntu... [05:22] plenoh: https://unix.stackexchange.com/questions/258434/how-can-i-have-a-filesystem-mounted-during-user-login [05:25] so i noticed after i upgraded to 20.04 that my laptop started up in like, 30 seconds flat...which is a whole 5 minutes fater than usual, i'm pretty stoked about that [05:25] *faster [05:25] sorry, i'm fatter, my laptop is FASTER === PowerTower_121 is now known as PowerTower_120 [05:32] wow, accidentally launched libreoffice and it started in like 4 seconds, this laptop has *Never* been that fast... [05:33] bluefox83: Do you by any chance have a hybrid SSD/HDD? [05:34] no, it's just a regular ssd [05:34] it was like $35 and it's maybe 500gb === the_ant1 is now known as the_ant [05:35] even so, it's had that on it for about 5 months, and it wasn't that fast before [05:35] i just updated to 20.04 this morning [05:39] bluefox83: I was wondering if maybe the upgrade had made a hybrid ssd/hdd put all of the executables that had just been written in the hot ssd cache, which would not have been an indication of a real performance increase. But thankfully that's not it :) [05:39] bluefox83: did you come from 18.04? [05:40] lotuspsychje: 19.10 [05:40] thats odd [05:40] yeah, i think it's the new kernel [05:40] i think it ships with 5.23 or something [05:41] and it's supposed to be much faster [05:41] i know systemd has slow issues/booting on 18.04 with kernel 4.15 and improved a lot on HWE [05:41] but on 19.10 that should been solved so.. [05:47] well, i have an old samsung laptop, and used to be, i would restart the laptop and i'd see the samsung screen, then it would take about 10 seconds and load grub, then after i selected ubuntu it would take a couple minutes to get to teh login screen [05:48] and now, i see the samsung screen that also has the ubuntu logo [05:48] and then after about 4 or 5 seconds it goes straight to the login screen [05:48] bluefox83: hard to say to compare in this stage, you should compare the systemd-analyze to see whats going on [05:49] lotuspsychje: everything seems to be running a lot faster now. opening applications like libre office, chrome, terminal...everything is way faster [05:49] .. amazing [05:50] and i upgraded, i didn't fresh install [05:50] bluefox83: try installing preload & haveged and stacer to make it a rocket :p [05:50] pretty sure i already have preload [05:51] i've never heard of haveged or stacer [05:52] !info haveged [05:52] haveged (source: haveged): Linux entropy source using the HAVEGE algorithm. In component universe, is extra. Version 1.9.1-6ubuntu1 (eoan), package size 27 kB, installed size 77 kB (Only available for linux-any) [05:52] !info stacer [05:52] Package stacer does not exist in eoan [05:52] ah yeah stacer is added on 20.04 and higher [05:52] i..already ran searches in apt.. [05:53] it says linux system optimizer and monitoring [05:53] bluefox83: lets continue in #ubuntu-discuss perhaps [06:00] I waana access ubuntu terminal from my android both are on same wifi network (i want to give commands to ubuntu using android) [06:00] How can i do? [06:01] Like we can use tmate [06:01] But i dont want to connect to third party [06:11] hm, installer crashed trying to set up a md RAID [06:12] TheBeastBoy: run openssh on your ubuntu system, and use juicessh on android [06:12] How? [06:12] bluefox83: ? [06:13] Is there any tutorial i am completely new to ubuntu [06:13] what do you mean, how? [06:13] oh [06:13] sudo apt install openssh [06:13] I mean [06:14] After installing? [06:14] it should auto-start after you install it [06:14] What to enter in jiucessh [06:14] then run ifconfig to get your local ip address [06:14] and then add that address to juice ssh [06:14] Next [06:15] the default port is 2020, long as you are on the same network you don't need to worry about ports [06:15] er, default port is 20 [06:17] Thnx [06:17] 20 or 2020? [06:18] just leave it for whatever is there [06:18] once you tell juicessh to connect it should show you a cli login [06:19] Okk [06:19] there's another app you might be interested in, it's called fing [06:20] it'll show you the IP address and show you all running services and ports [06:23] TheBeastBoy: so, is it working? [06:23] bluefox83: identity in juicessh? [06:24] that's asking your login info [06:24] don't worry about it [06:24] just hit connect [06:24] Cant [06:24] and it'll bring you to the prompt [06:24] It need a. Identity [06:26] no, just click on the connections page, and hit the + [06:26] fill in the address, and that's it [06:26] hit the checkmark [06:27] and then select it from the list [06:27] hello everyone. I am facing an issue with a system upgraded from 20.04 beta. I can not open attachments from thunderbird due to wrong permissions in /tmp/ [06:27] my system is running on LVM2 on an encrypted volume [06:28] the only pointer I found was this: https://askubuntu.com/questions/1173947/ubuntu-19-04-thunderbird-and-firefox-cannot-open-attachment-nor-downloaded-file [06:29] bluefox83: no [06:29] It still need identity [06:30] What should i select in type? [06:30] thunderbird creates files in /tmp/mozilla_USERNAME/FILENAME with permissions like this: -r-------- 1 testuser testuser 777734 Apr 30 06:43 5527588_f201911034.pdf [06:30] TheBeastBoy: the ssh package you actually need is openssh-server [06:31] which is the real reason why it is trying to make you think you need the identity [06:33] XD === semeion is now known as mnemonic [07:09] Anyone experienced that /etc/aliases is ignored in default installation of Postfix in focal fossa ? [07:11] nomicon: did you run newaliases? [07:11] yes [07:15] ducasse: Ah it was a config mistake/mismatch between hostname and mydestination [07:19] Hello [07:19] hey [07:20] I have a script that runs as a process and upload images. I didn't set any queue but I kept getting this error and the process stops unless I restart the script again: background queue is full [07:20] does this have to do with memory? [07:27] how is unattended-upgrades run in a systemd system? I don't see anthing as a systemd timer unit or anythin in cron.d [07:28] cron [07:29] I don't see any cron file in dpkg -L's output [07:29] oh, sorry, you mentioned cron, it is is I think [07:29] not a pertinent file in /etc/cron.* [07:30] in /etc/apt/apt.conf.d/20auto-upgrades [07:31] but how is that executed? [07:31] To modify your update schedule: [07:31] $ sudo systemctl edit apt-daily.timer [07:31] https://unix.stackexchange.com/questions/342663/who-starts-unattended-upgrades [07:36] ah, it realies on an apt timer [07:36] relies* [07:38] ok, and where can I read about the behaviour when a kernel is upgraded? [07:39] what behavior? [07:41] if /var/run/reboot-required exists, you know what to do [07:42] i think they want to see how ubuntu finds out if there's a new kernel to dl [07:42] no, I want to control what happend then [07:42] i don't want my customer's server to reboot without human intervention [07:42] StyXman: likr, blacklist specific kernel related packages? [07:42] hey there - banging my head against a wall with casper and squashfs goodness. I have a script that mounts the 18.04.1 iso in busybox as well as the filesystem.squashfs to copy files to a new partition and update grub from a chroot. This doesnt work with 18.04.4 as vmlinuz and initrc aren't in that casper/filesystem.squashfs file - why did this change and how can i make that chroot bootable? [07:43] StyXman: it wont, ever [07:43] it wont install without human intervention, and it wont restart on it's own [07:43] it will DOWNLOAD new kernels, but it wont install them [07:43] bluefox83: it won't install? [07:43] oh [07:44] but there's also this: [07:44] / Automatically reboot *WITHOUT CONFIRMATION* if a [07:44] / the file /var/run/reboot-required is found after the upgrade [07:44] /Unattended-Upgrade::Automatic-Reboot "false"; [07:44] yeah, that literally says it doesn't want unattended reboots [07:45] bluefox83: I could set it to true and it would reboot [07:46] StyXman: i guess. there are likely other things in place to prevent it though. you have to enter your password to INSTALL packages, and if you can't install then it wont have call to reboot [07:46] bluefox83: do you understand to use of unattended-upgrade? [07:46] the use* [07:47] yeah, it will automatically download and install the latest packages, if the system calls for it, it'll also restart, this is a BAD thing, you should never do it [07:47] you could break grub and not know it, you could break your WM [07:48] which you can fix both of those easily, but i doubt your client knows how to do that [07:49] StyXman: i didn't really notice, are you installing ubuntu for someone else, or running it in your own VM? [07:50] it's one server per client, it could be run on a VM or not [07:50] well, I'm only in charge of the VM [07:51] so you're running ubuntu server? [07:52] does it matter? it's an OVA based on a cloud-ready image [07:53] dunno if it's ubuntu-server or what lineage it has [07:53] if you get it started and you get a desktop login, it's not ubuntu server [07:54] i've not messed with cloud based stuff yet, i lack access [07:58] alright, i'm going to bed. [08:06] Hi guys, fresh installation of Kubuntu 20.04, "sudo apt-get install mariadb-server" hangs upon starting the mysqld. After shutting down the server with "systemctl stop mariadb" the installation finished fine, but everytime I try to run "systemctl start mariadb" it hangs. The mysqld is running in the background and there are no errors in log but the [08:06] "systemctl start mariadb" hangs until pressing of Ctrl+C. Any ideas what goes wrong here? [08:08] The "ps ax" shows "systemd-tty-ask-password" process which seems to be related to running "systemctl start mariadb". [08:08] And the mysqld is being shutdown after about 30 minutes from being started this way. === Woodpecker is now known as Guest806 [08:24] This very old bug seems similar to what I am seeing with Kubuntu 20.04 and MariaDB: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1456789 [08:24] Launchpad bug 1456789 in systemd (Ubuntu) "restarting services hangs on systemd-tty-ask-password-agent" [Undecided,Confirmed] [08:48] hi, is ubuntu 20.04 a TLS yet ? Is it already possible (recommanded ?) to upgrade from 18.04 ? [08:48] Just in case it matters. I originally installed "mysql-server", then I removed it with "apt-get remove mysql-server", then I did "apt-get autoremove" to remove dependencies as well and then I've installed MariaDB with "apt-get install mariadb-server" and get to the current point where "systemctl start mariadb-server" hangs/ [08:49] LTS* [08:49] !ltsupgrade [08:49] Regular upgrades from 18.04 LTS to 20.04 LTS will be enabled once 20.04.1 is released in late July. This delay helps to ensure that any lingering issues are resolved before people upgrade production systems. If you'd prefer to upgrade now, use sudo do-release-upgrade -d [08:50] wait for the pointrelease [09:00] I am a research scholar and i have to research papers in .doc format and then upload them to Onedrive. Previously i use linux (ubuntu, solus, elementary...) and i love the management and free apps. But when i tried libre office, it break my .doc file very badly. WPS office work good but still sometimes it fails (even after installing fonts). Tell [09:00] me some suggestion, how can migrate from windows to linux. [09:01] I hate Microsoft... i use MS just because i have to write in .doc file so that i can submit them to journalsl [09:01] journals* [09:02] almost all journals want me to write in .doc format instead of latex/pdf.. [09:02] anyone? [09:03] You can use MS Office in Linux even if it is not 100% perfect solution. [09:03] sure all offices accept ODF [09:04] wine/cross-over not work for me [09:04] i tried, they able to run software, but when i open file in other system, it still breaks the structure [09:05] ODF is solution, but still not working that much good [09:05] Then don't leave Microsoft Windows and Microsoft Office? [09:06] Virtualize it. [09:06] In GNU/Linux. [09:06] even web-version of office don't have complete features... [09:07] That's probably true. I don't use the online version. But I do have Microsoft 365 Family which includes the online versions of all the apps. [09:07] How do u manage ur files? [09:07] Btw. Properly formated document doesn't break on other systems. Not even in .doc format. [09:07] Believe me, it breaks [09:08] ssst, he is researching [09:08] i am die hard user of MS [09:08] I don't know how to answer your question Sanav, as I don't know what exactly you mean by that. [09:09] But I tend to keep things separated. Meaning what happens in Windows stays in Windows. [09:09] What happens in Linux stays in Linux. [09:10] hmm... i think, i don't have any other option then [09:10] Thanks bro! [09:11] If I were to zig zag between different systems, Windows vs. GNU/Linux, or Libre Office vs. Microsoft Office, I would make sure to use a cross-compatible file format, and make sure to run some test to ensure everything works as planned. [09:12] I don't know about DOC files, I haven't touched those in years, but I do have some. However ODF and DOCX will likely work well as an exchange format. [09:13] And for portability you probably want to use PDF anyway, not DOC/DOCX/ODF. Now that it's an open standard. [09:14] can I install Chromium WITHOUT snap? I'm getting a few seconds lag with snap. I don't get this on 18.04. I am with 20.04....... [09:14] LaTeX... well... I don't know about that. Unless I'm typesetting the journal article myself I would probably still go for DOCX/ODF. [09:15] But then again what do I know... I am not a research scholar. [09:15] And he left... [09:15] He missed the most important part! :) [09:16] Too much hate toward Microsoft, and un-founded arguments against their DOC format... and this guy is a research scholar? [09:17] Then I'm a rocket scientist! Just hanging out here in the darker corners of the Internet, on my coffee break. :P [09:22] Deano59: have you considered this command? [09:22] sudo apt install -y chromium-browser [09:23] @CrazySam: Research scholar can mean a lot of very different things and definitely is not a warranty of a computer skills. [09:23] CrazySam, that installs the snap version I'm afraid. [09:24] KOPRajs: agree [09:25] Deano59: did you try it? [09:25] yes. again; it installs the snap version. [09:25] Maybe that's the way they distribute it now. I don't know. [09:25] yeah which sucks. [09:26] sudo snap install chromium [09:26] Isn't this the snap install command? [09:27] sudo snap remove chromium [09:27] And this is to remove it? [09:28] Bye bye Deano59 [09:31] To Snap or not to Snap... ? Difficult choice here. I certainly wouldn't know the difference. [09:31] I understand that snapping it is the new way of distributing software for many GNU/Linux systems. That's about all I know. Have not read much about it. [09:32] re [09:32] But would change of delivery mechanism make "a few seconds" difference in performance of said software? I don't know... [09:33] CrazySam: The only thing I know about snap is that it obnoxiously creates ~/snaps dir in my $HOME and for a tool born in "modern times" has no respect for XDG_* vars [09:34] I am not a big fan of snaps autoupdating and polluting my $PATH - I wish I didn't have to manually remove it on every ubuntu installatino [09:34] hi, can you guide me where to look at differencies between the default Ubuntu and the Wayland session please? I'd like to understand why an application gui is not visible in the standard session but displayed in the Wayland one. I am using Ubuntu 20.04. [09:36] what application gui is that? [09:40] wadkar: I see... doesn't sound right. Too many chefs I guess. :shrug: By the time you get to make a decision for each and every aspect of how a particular system operates, you are actually building your own system without even realizing it. I have learned to just go with the flow, follow the shepherd. :) [09:41] Trust the shepherd I should say. :) === kostkon__ is now known as kostkon [09:41] When everything is said and done it all comes back to trust and intuition. [09:42] CrazySam wadkar please use ubuntu-discuss for discussions [09:42] is it just me or are snap packages slow as f***? [09:43] its very easy, you type /join #ubuntu-discuss and you can chat all day long [09:43] RattleBattle79, please rephrase it to something with more meaning and less profanities [09:43] Good idea lotuspsychje, thanks for pointing out. I'll be right there. :) [09:44] OK. snap install spoify -> startup time 5-10 second. apt install spotify -> startup time less than one second [09:45] and I feel that the same for other apps installed with snap [09:45] RattleBattle79, yes it seems slow startup times still plague many snap apps despite the optimisations. [09:45] RattleBattle79, things will improve over time even more [09:46] oerheks, it is a global protect vpn application [09:46] RattleBattle79: their support is here if you want to report that: https://community.spotify.com/t5/Desktop-Linux/bd-p/desktop_linux [09:46] my laptop keeps losing static ip connection on eth [09:46] nmcli shows that connection is active, but interface doesn't have any ip address [09:47] I can down/up connection to get ip back for some minutes, then again and again [09:48] RattleBattle79, interesting .. I just installed spotify using snap 1 minute ago [09:48] RattleBattle79, only the startup is slow? [09:49] nagyg: support for spotify snap, see the link above^not here please [09:49] I'm using Ubuntu server 20.04, i keep losing internet connection within the server daily. and noticed `ip a` is shown `ipv6` address instead of `ipv4` [09:50] it's happens for the second day today. if i rebooted the server, the issue will be fixed as yesterday but i don't want to reboot to catch the main issue. from where i should start? [09:51] AhmedAmerican: try #ubuntu-server for likeminded volunteers [09:51] lotuspsychje, sorry, I was just interested in his problem, I myself do not have any with it [09:53] how do I select my microphone? It is card 2: Lync [Sennheiser SC60 for Lync], device 0: USB Audio [USB Audio] [09:53] currently it isn't working as it is not selected properly [09:56] lesshaste: gnome-control-center (aka System Preferences) -> Sound -> there should be a dropdown with input sources [09:59] Ubuntu has just stopped booting to the graphical display. I get the fsck success message and can use CTRL+ALT+Fn to get terminals. Is there a log file I can check that might show me where the problem is? I have no nVidia packages installed. [10:04] journalctl should show all log messages [10:07] thanks mgedmin [10:08] lesshaste run alsamixer in terminal and check F4 [10:10] lesshaste: you can install 'pavucontrol' gui for sound & mic [10:12] lesshaste: 'pavucontrol'got more options [10:20] how can you update grub without having to go through the interactive menu? [10:21] is export DEBIAN_FRONTEND=noninteractive going to work in ubuntu? [10:21] what do you mean update grub without the front end ? [10:22] grub is just config files [10:22] update the config files [10:22] Looks like my disk is mounted read-only on boot ... [10:22] when you install a new kernel there's an interactive menu [10:22] how are you installing a kernel ? [10:22] sudo apt-get install -y linux-aws [10:23] and that's prompting an interactive menu ?? [10:23] do I have to say it for the third time? [10:24] good luck, I'm just asking for information to clarify, so no, don't bother saying it a 3rd time [10:24] thanks [10:25] and it seems that environment variable fixes it [10:26] when my laptop freeze, how and where in dmesg or so I can find the cause of issue? [10:26] Iarla: probably a mistake in your grub cfg, or you have some issues in your root fs [10:26] Could anyone tell me what mount options the Disks application shows for their root partition? I have Automatic Mout Options disabled. [10:26] thanks garshol. I haven't changed grub, but I was using Disks application to work with an external disk. [10:27] Iarla: then probably fstab. [10:27] https://askubuntu.com/questions/876510/booting-into-read-only-file-system Iarla [10:30] realies: yes, DEBIAN_FRONTEND=noninteractive works in ubuntu (as you've discovered), and I've never seen interactive menus on kernel updates, but I guess you've multiple kernel variants installed? [10:31] might be simpler to remove the ones you don't want (e.g. linux-generic) [10:31] because when the prompt is skipped, the scripts will pick _some_ kernel to use by default, but you can't be sure which one [10:32] Here's my fstab garshol https://pastebin.com/D3nCkUZM [10:32] Would you mind taking a look? [10:33] Actually ... that last line, the /mnt/... location doesn't exist when I do ls on it. [10:45] nvm, I fixed the boot options in disks (and as a result fstab). Thanks for the pointer. [10:48] there was some cmd like xset dmps force-off suspend? [10:48] which cmd was it? [10:49] to switch off the monitor but not cpu [10:49] Can someone help me about ipv6 configuration on Ubuntu 18.04? [10:51] xset dmps force off is not [10:52] Gokturk-Away: what's up? [10:55] 'Morning all [10:56] Hi. On 20.04 why do I get "/usr/bin/python: No module named pip"? [10:56] garshol: Hello. I have a VPS Server from OVH and trying to ipv6 configuraton on my server from OVH guide here: https://docs.ovh.com/gb/en/vps/configuring-ipv6/#persistent-application-on-debian-and-its-derivatives-ubuntu-crunchbang-steamos but it didnt worked [10:57] Gokturk-Away: "it didnt worked" is not useful information [10:57] Gokturk-Away: what did you do, what happened, what do the log files say? [10:57] Gokturk-Away: Waht in that guide did not work? [10:57] Not_White_Rabbit: Install pip? [10:57] # apt install python3-pip [10:58] I'll screenshot, wait [11:00] if it's /usr/bin/python, then you probably want python-pip [11:00] correct mgedmin [11:00] my bad [11:01] Gokturk-Away: a pastebin of terminal output will suffice. [11:01] now I'm curious when we're going to have /usr/bin/python pointing to python3 [11:01] https://www.python.org/dev/peps/pep-0394/#for-python-runtime-distributors allows it already [11:01] in 20.04? [11:02] let me rephrase: I wonder what ubuntu version will create a /usr/bin/python symlink pointing to python3 [11:02] didn't they do that in 20.04? [11:02] (or I wonder what version will ship a package that, when installed, makes python -> python3) [11:02] I don't rememeber, which is why I'm wondering [11:03] I _think_ there's a package, that, if installed, makes /usr/bin/python -> python2 [11:03] they did. Python3 is default. [11:04] ah! ubuntu 20.04 has python-is-python2 and python-is-python3 packages, both of which provide /usr/bin/python [11:04] I just edited '51-cloud-init-ipv6.yaml' here like so: https://imagebin.ca/v/5KtmzTH7OCyy and typed 'netplan try' 'netplan apply' and when i typed 'ping6 myipv6' [11:04] it says: connect: Network is unreachable === mnemonic is now known as Guest47900 [11:04] so it's sysadmin's choice already [11:04] http://www.releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.manifest [11:04] I am not expert on ssh, if you could help me by command that would be better. [11:04] python-is-python2 is installed by default on upgrades if you had python2 installed before [11:05] That is true. [11:05] there is no python-pip package [11:05] only python-pip-whl which looks useless [11:05] hm, you're right! interesting [11:06] I'm interested in pip for python2 [11:06] Of course I could use get-pip.py but I expected the distro to provide it. [11:06] Gokturk-Away: what exactly did you type when you typed ping6 xxxxx [11:06] did you input an ip? [11:07] I suppose you could apt install virtualenv, and then virtualenv -p python2 /tmp/env, and it would install /tmp/env/bin/pip for you [11:07] mgedmin: would be a viable workaround, but not a solution. [11:07] I did all things what OVH says here: https://docs.ovh.com/gb/en/vps/configuring-ipv6/#persistent-application-on-debian-and-its-derivatives-ubuntu-crunchbang-steamos [11:08] via the Netplan function [11:08] I don't suppose using python3 is an acceptable solution for you, garshol? [11:08] Gokturk-Away: ping6 proof.ovh.net [11:08] garshol: connect: Network is unreachable [11:09] Gokturk-Away: then ipv6 is not enabled. [11:09] Enable it first, and restart your network services. [11:09] Gokturk-Away: share a screenshot of your IPv6 settings from your panel. [11:09] How do I enable it? :) [11:09] ok [11:09] mgedmin: sure it is, but not what requested by Not_White_Rabbit [11:10] ah, sorry, forgot who had the problem [11:11] IPV6: 2001:41d0:801:2000:0:0:0:9fd Gateway: 2001:41d0:0801:2000:0000:0000:0000:0001 [11:11] CrazySam, the "sudo apt install chromium-browser" installs the snap version, not the .deb version. I HATE the snap version, it makes chromium slow. [11:11] why it was changed I don't know. firefox installs the .deb version plus other browsers too. [11:12] Also, another question.. I have added a PPA, say the PPA is 2.x of an app and the repos of ubuntu are 3.x - why does it default from the repos? how can I default it to the PPA? [11:13] two things stopping me from enjoying ubuntu 20.04. [11:13] apt always installs the package with the greatest version number, unless you tell it to do otherwise by creating an /etc/apt/preferences file [11:14] the syntax is very obscure and I hated it every time I tried to use it [11:14] how would I go about that? [11:14] re: chromium snap, what do you mean by slow? startup time, or everyday usage as well? [11:14] google doesn't like me xD [11:15] http://manpages.ubuntu.com/manpages/focal/en/man5/apt_preferences.5.html [11:15] startup time mgedmin there's lag every open time. [11:15] After reboot I couldn't connect to postgres with `psql -U postgres -h localhost`. I uninstalled and re-installed it using apt o nUbuntu 20.04 and I can connect. [11:15] I'll take a look :) thank you. ;P [11:16] last question before I head off.... what's the best way to add "text" to a service file? [11:16] Deano59: what do you mean by "text"? [11:16] I need several different lines of text. [11:17] garshol, say I want to edit; /etc/samba/smb.conf but there's nothing there. run a command and it puts my "text" into it. [11:17] yes [11:17] yes what? [11:17] open the file, and add what you need/want, and save it. [11:17] no. [11:17] not what I want... lol [11:18] add a comment to systemd unit file https://www.freedesktop.org/software/systemd/man/systemd.syntax.html [11:18] Then i'm not sure what you mean. [11:18] garshol, see above. thanks. [11:19] Oh. Ok [11:19] are you looking for echo text >> file.txt or what? [11:20] mgedmin, yes, something like that but there's different lines of text. [11:21] { echo line 1; echo line 2; echo line 3; } >> file.txt ? [11:21] line being the text? [11:21] yes [11:21] I'll try. :) [11:23] mgedmin, you're a legend! it worked! :D [11:24] !cookie | mgedmin [11:24] mgedmin: Wow! You're such a great helper, you deserve a cookie! [11:27] Hi. I'm trying to shrink my win10 partition to free up more space for my ext4/ubuntu-partition. Using gparted. In this answer it's stated that "ONLY shrink from the right side of the partition. You also should not expand the partition on the left side as again you're actually moving it to the left, and then expanding off the end; ONLY expand from the right side of the paritition." Does this mean that [11:27] free space should be at "Free space following" or "free space preceding" in gparted? Thanks! [11:27] https://superuser.com/questions/821131/is-it-safe-to-resize-windows-partition-with-gparted === The_Milkman1 is now known as The_Milkman === SysGh_st is now known as SysGhost [11:34] be back soon, thanksa again! XD [11:50] After installing BCM43142A0-0a5c-216d.hcd Bluetooth: hci0: command 0x0a0a tx timeout and Bluetooth: hci0: BCM: Patch command 0a0a failed (-110) [11:56] mgedmin, how do I add a line of spacE? [11:57] so it'll be "1, 2, 3 then a space then carrying on... ? [11:57] like how we're talking on here but twice [11:57] see what I mean? [11:58] just a single echo, if I understand you correctly [11:58] echo "line with extra spaces: [ ]" [11:58] and maybe get a book on bash programming if you've the time? [11:58] or google for an online tutorial? [11:58] hello, why do I not see focal fossa in the meta-release-lts? http://changelogs.ubuntu.com/meta-release-lts [11:59] https://paste.ubuntu.com/p/5jrgSZGHvm/ [11:59] mgedmin, ^ osse ^ [12:00] Guest_82: because upgrades from 18.04 LTS to 20.04 LTS will be offered only after 20.04.1 LTS is out in a few months, after early adopters have shaken out all the bugs [12:00] this is the usual policy for LTS-to-LTS upgrades, and IIRC it was mentioned in the release announcement [12:00] { echo "Like this"; echo; echo "Like this"; } > file.txt [12:00] Deano59: ah, an empty line? just echo with no arguments [12:01] printf '%s\n\n%s\n' "Like this" "Like this" > file.txt [12:02] Thank you mgedmin! [12:04] when my laptop freeze, how and where in dmesg or so I can find the cause of issue? [12:07] lenny_lemon: you could leave a terminal open while running this command> tail -f /var/log/syslog [12:11] or journalctl -f [12:11] jeremy31, like now? what does it do? [12:12] i have screen locked laptop, and after while I came back to it and it was it... [12:12] lenny_lemon: it will show the log in real time, hopefully you will see what causes the freeze [12:13] liost [12:13] can I search for it now, right? [12:15] lenny_lemon: yes [12:16] lenny_lemon: if you know what time it happened you could open /var/log/syslog in text editor and scroll to the time and see what occurred then [12:16] approx... [12:18] I have syslog and syslog1 ... [12:19] <[Simon]> Hi there, i am currently trying to boot ubuntu server from CD on a very old desktop system, i get the following error with many operating systems which i have tried to boot, apart from live operating systems and a very old version of linux mint, the wrror is as follows, "end kernel panic - not syncing: 10-APIC + timer doesn't work, booth with apic=debug and send report. then try booting with the [12:19] <[Simon]> no apic" [12:22] dns crypt proxy [12:22] so I need it to run? [12:22] too many msg in syslog [12:23] unable to retrieve server certificates... refetching... over and over again... [12:26] restarting service... majority msg in syslog [12:26] or how can i fix to make it work? [12:28] lenny_lemon: using dnscrypt? [12:29] I remember something about it but not using it... what is it for? [12:31] it stopped exactly after one of million msg "unable to retrieve server certificates" with line all of \00\00\00 and Apr on the end of line.... but is pretty long [12:31] in red highlight [12:33] lenny_lemon: It was something I found on google searching for "ubuntu unable to retrieve server certificates... refetching" [12:33] oooh \0\0\0\0, I've seen those [12:33] \00\00\00 [12:33] machine crashes -> bunch of nulls in syslog and you don't actually see the latest messages because they weren't flushed to disk before the crash [12:34] unfortunately I don't know what's a good way to debug such crashes [12:34] it might involve setting up uefi crash dumps? or netconsole? above my skill in either case [12:34] but I believe it will do something with DNSCrypt [12:34] such crashes are either a hardware problem, or a kernel/driver bug [12:34] userspace shouldn't' be able [12:34] to crash a machine [12:35] can be any, laptop is 8 years old [12:35] well, a root process writing to /dev/mem randomly might [12:35] but I think from time to time I have message after update u running old kernel [12:35] (I forgot to include firmware bug as a possibility) [12:38] other issue could be that I'm not able to access bios [12:38] or boot order [12:38] I installed ubuntu 16.04 and upgraded to 18.04 [12:39] from usb, because ubuntu has signed keys from microsoft to go through secure boot enabled... [12:41] I did mistake that I resize partition on 1st day I got laptop and later try to install ubuntu along win8 without turning off wecure boot enable [12:41] I think my issue is more complex than someone would think... :) === Menzie is now known as Menzaodr === Menzaodr is now known as Menzador [12:44] lenny_lemon: Many computers work fine with Secure Boot enabled. Win 10's hybrid shutdown can cause issues [12:45] hmmm, what about win8? [12:46] laptop came with win8 preinstalled === The_Milkman1 is now known as The_Milkman [12:47] 2nd freeze what I had after restart has the same line of \00\00\00\00 [12:49] lenny_lemon: lines with \00\00\00\00 are those seen in terminal or text editor? [12:49] yes [12:49] text editor [12:50] lenny_lemon: check Disks program see if SMART tests show any problems [12:50] will you guide me plz? [12:51] is there any book or something how can I learn the most about ubuntu system, kernel and so? or is it only experience and lot of work around? [12:54] !manual | lenny_lemon [12:54] lenny_lemon: The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [12:56] ubottu, is there ubuntu 18.04 also? [12:56] lenny_lemon: I am only a bot, please don't think I'm intelligent :) [12:56] I have ps4 controllers , they did connect and work via Bluetooth. I don't even know , how I might fix this. any ideas [12:58] lenny_lemon: https://help.ubuntu.com/ [12:59] Is Bluetooth like if on Ubuntu 20.04? [13:00] tarelerulz: post URL from terminal for> lsusb | nc termbin.com 9999 [13:01] https://termbin.com/46ck [13:02] After installing BCM43142A0-0a5c-216d.hcd, Bluetooth: hci0: command 0x0a0a tx timeout and Bluetooth: hci0: BCM: Patch command 0a0a failed (-110) [13:03] What does that mean? [13:03] Why time out? [13:05] My phone does not connect either [13:05] can I use maybe older drivers? [13:05] tarelerulz: patience please, give the volunteers some time to think also [13:06] sorry [13:06] tarelerulz: That should work as I have used that model before unless it needs firmware [13:07] tarelerulz: in terminal> cd /lib/firmware/brcm && sudo wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM20702A1-0a5c-21e8.hcd [13:07] my keyboard is usb , it has some kind of wireless ,but it not bluetooth [13:07] tarelerulz, dmesg | grep -i blue* [13:08] s10gopal: bluetooth hci1: Direct firmware load for brcm/BCM20702A1-0a5c-21e8.hcd failed with error -2 [13:09] tarelerulz: Is it logitech? [13:09] yes I think so [13:09] It odd , the fact I don't use bluetooth for it [13:09] tarelerulz: some of them are hard paired to a USB dongle [13:10] it some kind of usb / device that transmits something [13:10] jeremy31, are you getting this error even after using correct hdc file? [13:10] s10gopal: I don't think it will happen after getting the hcd file. On older versions it did work for keyboard/mouse without firmware [13:11] tarelerulz: If the keyboard/mouse doesn't work, replace batteries [13:11] jeremy31, mine is not working even after getting correct hdc file [13:12] My mouse and keyboard , I don't think it bluetooth , I connect via usb. My phone and the ps4 controllers are the only thing I know that are bluetooth [13:12] Its this usb drive that transmits something [13:12] tarelerulz, i think that is a bt tx/rx [13:12] s10gopal: I saw those errors on the Linux Mint chat yesterday, not sure why it fails now even with the newest kernels [13:13] jeremy31, get correct hcd file and reboot , it might fix it === jelly-home is now known as jelly [13:13] I'm dumb , the keyboard and mouse work get. It just Bluetooth my phone or ps4 controller don't [13:14] That say connect and that all that happens [13:14] tarelerulz: does the phone show when in discover mode in terminal with command> bluetoothctl [13:16] 68:F3:67:10:B9:18 RSSI: -87 [13:17] [CHG] Device 68:F3:67:10:B9:18 RSSI: -88 [13:18] tarelerulz: I don't expect it to stay connected full time, only when doing a file transfer, try sending a file to the phone from Ubuntu [13:18] can I use the gui Bluetooth thing [13:19] tarelerulz: That should work [13:19] jeremy31, i was getting fw load failed. But after placing correct hcd. Now bt tx timeout and patch failed. Any suggestion? [13:21] s10gopal: Not at this time [13:21] jeremy31, ok [13:22] not just me [13:22] I sure wish I could get what ever version of retroarch they have [13:23] Its the bomb [13:23] I swear it worked earlyer [13:23] I was on my couch playing games [13:24] so it odd that now it does not work [13:27] tarelerulz: I was able to send a picture from Ubuntu to my phone using the same bluetooth device [13:28] Hi. I have ubuntu is two laptops with the same version, but one can be run the updates from GUI the other one, the GUI always fail (the window just close without updating nothing) and that need to be updated by terminal. Any way to fix this ? [13:29] s/is/in [13:30] Question: on Ubuntu 20.04 LTS, did they fix the issue where if you launch a favorited app from Gnome dock, it will sometimes show 2 of the same app icons in the dock? I hoped they fixed the issue so that it's always 1 app icon after launching the favorited app. [13:41] wedr, i am also using 20.04LTS and not getting this bug [13:41] Can I resize an exfat partition? I just want to expand it to take up the remaining diskspace. [13:42] codedmart, have a look at it, https://askubuntu.com/questions/656871/how-to-resize-create-exfat-partitions-on-sdcard [13:43] s10gopal: Thanks, that is less then ideal. I don't have another hard drive large enough to back up the data to :|. [13:44] Is 18.04 the last 32 bit release? [13:46] s10gopal, GOALLLLLLLLLLLLLLLLLL [13:46] yes [13:46] I've been getting annoyed at this bug. [13:46] Had to manually fix each and every desktop file I can find that has this issue using xprop [13:48] wedr, Can you please elaborate? [13:49] s10gopal, It's a bug in bamf in Ubuntu since 14.04 or earlier. It sometimes exists in 18.04. This is the fix I used: https://askubuntu.com/questions/975178/duplicate-applications-icons-in-ubuntu-dock [13:51] i see that the official docker repository doesn't support ubuntu focal yet: https://download.docker.com/linux/ubuntu/dists/ . in this case, canonical is going to keep updated the docker.io package like they do with firefox? [13:52] mfilipe[m]: it will support focal at some point (probably next release). I've been using the eoan repo in the mean time with no issues. Same thing happened with bionic. [13:52] jpleau: good to know [13:52] thanks dude [13:52] (If you want to use the docker repo instead of ubuntu's, not sure if ubuntu keeps docker updated in official repos.) [13:53] i will move to the docker repo when they release the support for 20.04 [13:53] docker.io package is working good [13:54] CrazySam, from 18.04 onward 32bit is depreciated [13:55] 17.04 is the last desktop to support it [13:55] 17.10 is the last server to support it [13:56] So yes s10gopal, from 18.04 onward it's completely gone. [14:00] s10gopal, Actually, the solution I posted worked for anything with Gnome launcher https://askubuntu.com/questions/403766/duplicate-icons-for-manually-created-gnome-launcher-items [14:02] CrazySam: http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main/installer-i386/current/images/netboot/ 18.04 32bit installer iso [14:02] CrazySam: 20.04 has 32bit packages, just no installer for the OS [14:04] So only net installer is 32 bit on 81.04? [14:06] CrazySam: correct [14:07] 81.04? Doh! That's a bit of a stretch. Maybe in year 2038. :) I mean 18.04 ofc. [14:07] https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-17.10-Drops-i386-ISO [14:08] "Ubuntu will no longer be producing a __desktop__ i386 ISO" [14:09] Right, so the net installer is the only image that has remained unchanged till this day? [14:09] I mean still 32 bit. [14:09] CrazySam: what is your goal exactly? [14:13] Sorry to bother you leftyfb. This conversation probably suits better in ubuntu-discuss. I was just curious to see when the 32 bit computing support was dropped in Ubuntu. I have not found any one article stating that clearly, so I am putting the puzzle together myself. Apparently it has been done in stages. [14:14] I got carried away. :P [14:14] Never mind me. [14:14] I can't say I miss the 32 bit age... [14:16] Hey, what's the best way to make a full restore point in ubuntu? sorry if this is a silly q, id like to try pop shell on ubuntu but dont want to break my entire env right now [14:17] dmnz: with something like zfs or btrfs probably [14:20] Thanks @ducasse, ill look into those === Newfangled__ is now known as Newfangled === sorcerer_ is now known as sorcerer === bq_ is now known as borisq [14:44] My blueth does the whole pin thing , It says connected but when I try to see and file from the other or the computer nothing happens === pauljw_18 is now known as pauljw === borisq is now known as bq_ [14:52] i have 3 machines: mine, gateway, host. host is only accessible with a 2 hop ssh through gateway. how do i port forward so that i can ssh directly to host? i know about ProxyJump but i need to do port forwarding so that i ssh directly [14:52] i can't figure out if it's ssh -L or ssh -R [14:52] i think i want ssh -L 2222: to something [14:57] that's exactly what ProxyJump does though [15:00] grawity the problem is both servers ask for a pw [15:00] the api i need is the standard ssh api - 1 pw [15:01] so you want the connection to gateway to be long-lived? [15:02] i figured it out [15:02] ssh -L 2222:host:22 gateway [15:02] i knew it was something simple === Menzie is now known as Menzador [15:09] What is the most recommended simplest way now to install ubuntu 20.04 via USB, and keep existing encrypted /home partition (LUKS?) untouched & mounted? I googled but found some solutions asked a decade ago. [15:11] I found I cannot assign the existing encrypted partition in Ubuntu installer without formatting it... [15:25] kuanyui_: install fresh and restore from backup. That is the easiest and safest way [15:26] orz [15:26] Vanilla 20.04. High-performance desktop PC. The first time Chromium loads, it takes a really long time. HexChat always takes a long time. Should I file a bug. [15:27] ezio: it's a known issue with some applications installed from snap [15:27] Vanilla 20.04. Swapped monitors in the config. Reboot. The sign-in page, the monitors are swapped back, but when you finish logging in, it swaps back to the right config. Should I file a bug. [15:30] leftyfb, I found one discussion about it from October 19. Snap apps slow to start. But it was closed same day. Do you have a link for the ticket on that one? [15:30] I do not [15:31] i guess i'm gonna need to roll back my dns changes. since installing unbound and dnscrypt i'm having having an issue where some websites don't render with a message saying that the site can't be found - happens a lot after doing this stuff - maybe buggy apps? or is it a problem with 20.04? not a big deal for me but other users might squawk [15:31] So this is probably just the way life is. [15:32] not sure if i want to spend the time to find out what the problem is. [15:32] I'm putting in a bug. [15:33] i just got done fixing a LOT of file permissions and ownership issues on the server box after doing an upgrade from 18.04 to 20.04 - i had the same problem upgrading from 16.04 to 18.04 - fun, fun, fun [15:40] * eelstrebor was considering implementing unbound and dnscrypt system wide by installing them on the router be he's rethinking that...... === zhanx_ is now known as zhanx [15:55] I'm having trouble with one of my servers. apt upgrade freezes, apt autoremove freezes, dpkg --configure -a freezes [16:05] leftyfb: Now seems work. I just 1. install ubuntu with / partition mounted only 2. reboot, install cryptsetup 3. cryptsetup luksOpen 4. edit /etc/fstab and /etc/crypttab 5. reboot [16:05] Hello, is there any way to install chromium without snap? I find that snap packages are adding a lot of bloat [16:06] I just install ubuntu 20.04, with a USB wired ethernet network card & Internet connected while installing, NEVERTHELESS my rtl8821ce wireless card STILL BROKEN...Ahhhhhhhhhhhhh//// [16:06] apt install chromium-browser ?? [16:07] Is there anyone know how to solve this... [16:07] hailhydra: bo [16:07] hailhydra: no [16:08] I'm having trouble with one of my servers. apt upgrade freezes, apt autoremove freezes, dpkg --configure -a freezes [16:08] !repeat | p1l0t [16:08] p1l0t: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [16:09] I've been searching but they all say to do things that just freeze [16:09] lsof freezes [16:09] apt auto-remove freezes [16:09] apt upgrade freezes [16:09] p1l0t: what version of ubuntu? [16:09] dpkg --configure -a freezes [16:10] Ubuntu 18.04.4 LTS [16:10] Server [16:11] p1l0t: was this not-freezing at one point in time? [16:11] Everything was fine up until yesterday [16:12] p1l0t: did anything change? Looked through dmesg for possible hardware issues? Run any memory or hardware tests? [16:14] INFO: task usb-storage:238 blocked for more than 120 seconds. [16:14] [2358673.665764] Tainted: G W 4.15.0-91-generic #92-Ubuntu [16:14] [2358673.665832] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [16:14] !paste | p1l0t [16:14] p1l0t: 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:14] kuanyui_: Don't know what happened, enabled DKMS driver in DriverManager UI then reoot, now seems work... [16:15] p1l0t: got anything plugged into the usb ports on the server? [16:15] Yes a backup drive [16:15] p1l0t: unmount and remove it [16:22] I've curious for a long time: why that when my laptop is running the Ubuntu Live USB, all hardware works smoothly; after installing (with Internet connection & proprietary driver checked) and rebooting, wifi or sound will break... Now my laptop no sound again.... [16:24] lshw freezes [16:24] p1l0t that sounds like it could be HD failure, or yes, bad USB device [16:25] check the error logs and SMART status if you can [16:25] The main HD seems OK the backup USB drive is frozen [16:27] p1l0t: shut down the server and then unplug the drive [16:27] I would have to drive in to the office for that :) [16:29] mount works it's sdb1 [16:29] p1l0t: ok, good luck [16:29] I'll see if I can umount it [16:29] exit [16:29] p1l0t: you'll probably need to physically unplug it as well if it's a hardware issue [16:30] p1l0t: I did tell you to unmount and unplug it 15 minutes ago [16:30] yes well I'm in another town [16:31] hi evrybody [16:31] p1l0t: ok, if unmounting doesn't work, then your next step will be to unplug it. [16:32] have a problem with my monitor resolution in windows is 1440x900 in ubuntu 1024x768 how can i fix it?maybe the driver [16:32] Error: Ubuntu bug 1024 could not be found [16:32] ? [16:34] Chromium without the snap? Not without removing snap completely. The apt package now points to the snap. The team supporting Chromium decided (rightly so) that by distributing as a snap, they'd be able to support a single version that would work on all supported versions of Ubuntu. I see Chromium packages upstream in Debian, but I haven't tried them and such a set up wouldn't be supported. Alternatively, you could [16:34] install Chrome, which of course is updated by Google and is not a snap. [16:34] can anyone have idea how to solve the problem thanks === Fenris is now known as fenris [16:36] pigeta: See link https://www.tecmint.com/set-display-screen-resolution-in-ubuntu/ [16:38] but xrandr output max resolution is 1024x768 [16:38] how it possible [16:38] And, hailhydra, I just checked. No, disabling snap then trying to apt install Chromium results in snap being reinstalled by apt and thus re-directs to the snap. So, either use a flatpak or Chrome -- sorry [16:39] pigeta: Just set the custom resolution that you know to be supported in windows [16:39] pigeta: isnore the other data for now [16:39] * pigeta: ignore the other data for now [16:40] ok im reading how [16:43] can i post here the output [16:43] ? [16:43] !paste [16:43] 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:45] https://paste.ubuntu.com/p/dNMvkZyCb5/ [16:45] what is wrong? [16:47] what is the best way of running a shell script on login, after X Windows / Gnome has started? [16:47] I want to run it as the logged in user, not via cron [16:48] clarkk: add it to .profile [16:48] StevenJayCohen: that will cause it to run when logging in on the console or ssh [16:49] pigeta: did you skip the cvt step? [16:49] @StevenJayCohen, I don't want to have to open a terminal [16:49] maybe a stupid question but why do we need to pass -d (development) to do-release-upgrade? https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#Upgrading_from_Ubuntu_18.04_LTS_or_19.10 [16:50] leftyfb: You use a conditional statement detecting the type of session [16:50] michele: because the upgrade path hasn't been rolled out yet. It's typically released when the 20.04.1 is out [16:50] after xrandr command i type cvt 1440 900 [16:50] so i think no [16:50] clarkk: So, you want to run a shell script without opening a terminal? Is that right? [16:51] pigeta: then wy is your xrandr so much shorter than the example? [16:51] leftyfb: yes, i remember something about .04.1 (or .04.3), can you please point me to the url where it says that the upgrade path is only from .04.* onward? [16:51] * pigeta: then why is your xrandr so much shorter than the example? [16:51] @StevenJayCohen, yes [16:51] ok wait i will follow step by step [16:52] michele: 20.04.1 isn't due for more than a month [16:52] exit [16:52] StevenJayCohen: i guess that is a common question though, for every lts "why -d" [16:54] another unrelated question: https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#Upgrades_on_i386 vs https://ubuntu.com/blog/statement-on-32-bit-i386-packages-for-ubuntu-19-10-and-20-04-lts <- the second link just says that "there will be *some* i386 packages for 20.04", but how are we supposed to run them if there is no 20.04 i386? Am I [16:54] misunderstanding anything? [16:57] agood example of this can be seen at WINE HQ which enables those i386 packages for wine to use. [16:57] michele: their Ubuntu instruction -- [16:57] If your system is 64 bit, enable 32 bit architecture (if you haven't already): [16:57] sudo dpkg --add-architecture i386 [16:59] https://help.ubuntu.com/community/Repositories/Ubuntu says that Main contains free and open source software only then how come intel-microcode is in Main? 20.04 here. [16:59] no, I just have x86/i386 [17:02] Yes, you are misunderstanding. You need a 64 bit system to run 20.04. In cases where 64 bit system uses 32 bit code to complete a job (like using WINE) there are 32 bit binaries for that purpose only. You cannot boot into a 32 bit 20.04 [17:02] i follow all the guide [17:02] https://paste.ubuntu.com/p/jD97bhCx4M/ [17:02] but always the same resolution [17:03] thanks StevenJayCohen [17:07] no idea on that [17:07] Start again, and stop at any error [17:07] looks like your problem is here: X Error of failed request: BadName (named color or font does not exist) [17:08] Don't barrel through assuming errors don't matter [17:12] Hello, I considering moving from MATE to Official 20.04. I am looking for Ubuntu 20.04 based distro that support compz (Since what I am reading it was removed in later MATE). Specifically I am looking for a Mac OS X like Expose work spaces (grid) that also can be enabled with extra mouse button? Any suggestions? [17:13] StevenJayCohen: i guess https://help.ubuntu.com/lts/installation-guide/i386/ch02s01.html is wrong then? [17:15] So, yes, you can install the previous 18.04 LTS on 386 and still have support [17:15] and https://help.ubuntu.com/lts/installation-guide/i386/pr01.html [17:15] That's not specifying the new 20.04, there is an older LTS that still has 386 support. [17:16] StevenJayCohen: i think that you're referring to with 18.04 is this page https://help.ubuntu.com/18.04/installation-guide/i386/ch02s01.html [17:16] not the /lts/installation-guide that refers to 20.04 [17:16] I think the manual is wrong but I'm not sure at this point [17:16] he is right : https://help.ubuntu.com/lts/installation-guide/i386/apa.html [17:18] where do bug about the "do-release-upgrade" upgrade apply? [17:19] about the man pages? [17:19] michele, probably a little confusion with debian (that still has 32bit images) [17:20] Looks like you're right. File a bug? [17:20] sure! [17:20] that's not a bug [17:21] The Installation instructions are in effect a "program" (series of steps) to be executed by a human (food-powered task completion device). If the program is in error (telling computer to run on an unsupported architecture), it is indeed a bug. [17:21] ok [17:32] Does Ubuntu have its own command line paste tool? [17:32] * fastfresh Every time I ssh into my ubuntu desktop it shows [17:32] Every time I ssh into my ubuntu desktop it shows [17:32] `Your Hardware Enablement Stack (HWE) is supported until April 2025.` [17:33] But I'm using regular ubuntu kernel, not HWE [17:33] So, what does this message mean then? [17:34] CrazySam, ctrl+shift+v ? [17:34] !hwe | fastfresh [17:34] fastfresh: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [17:35] CrazySam: pastebinit is a package that will take stdin and send it to ubuntu's pastebin service and give you the generated link [17:37] opinions on ubuntu 20? [17:37] haven't looked much into it. how stable is it? [17:37] coconut: what does that do? [17:38] james_castrello: Is there a specific question that can be answered? That's entirely too broad to allow for a useful answer. [17:38] CrazySam, that pastes from clipboard, but you probably want what leftyfb told you. [17:39] coconut: sorry, I thought I saw ctrl + alt + v [17:39] and yes, probably [17:40] cyveris yes sorry It was just that I tried to do the upgrade via command line from 18.04.04. it said that there where no upgrade but the website has 20 right on there.. found it a little strange [17:40] james_castrello: That's normal behavior. do-release-upgrade will not present the option to upgrade until 20.04.1 is released. [17:41] cyveris so it isn't "released" yet? [17:41] 20.04 is released. [17:41] 20.04.1 is the first point release; probably six months away. [17:42] ah [17:43] !ltsupgrade | james_castrello [17:43] james_castrello: Regular upgrades from 18.04 LTS to 20.04 LTS will be enabled once 20.04.1 is released in late July. This delay helps to ensure that any lingering issues are resolved before people upgrade production systems. If you'd prefer to upgrade now, use sudo do-release-upgrade -d [17:43] cyveris: just 2-3 [17:43] Ah, good to know. Thanks. [17:44] aaahhhh, thanks guys! [17:46] I have the following .desktop file in ~/.config/autostart/, but it's not running my script on startup. Could anyone suggest some solutions, please? https://paste.ubuntu.com/p/7TH9MG2XjD/ [17:49] clarkk: this looks like something that should be a systemd service. Aslo maybe also change what it does to blocking inbound VNC connections instead of killing the application [17:51] clarkk, maybe the contest of the script would help; btw, prepend bash -c : Exec=bash -c "/usr/local/bin/scripts/common/remmina-kill.sh" [17:54] why is trezor-bridge not in official repo? [18:01] peter22222: contact the developer and ask them to work on getting it into Debian's repo's. That is step #1 === Sven_vB_ is now known as Sven_vB [18:07] Hello, I broke my sudo [18:07] I don't have any root access now [18:08] yolan: how did you break sudo? [18:08] I needed to modify my sudoers file, but apparently I made a typo [18:08] yolan: uh oh. [18:08] so now I can't sudo [18:08] yolan: boot with a live cd/usb [18:08] yolan: future note: use "visudo" instead of direct edit. It checks for errors for you [18:08] I'm trying to debug why the Xubuntu focal live DVD ignored casper-rw. what files should I examine in addition to /proc/cmdline and /var/log/casper*? [18:08] mbeierl, or really ? [18:08] oh * [18:09] I didn't know this [18:09] there is no root under ubuntu ? [18:09] yolan: boot with a live cd/usb to fix your sudoers file [18:09] Like I can't login as root and modify it ? [18:09] well syslog and kern log won't hurt to copy probably [18:09] yolan: :) Ya, not everyone does, so it's helpful to mention. Doesn't help you now, though :( [18:09] mmmh :-( [18:10] yolan: unless you explicitly set a root password, no, it does not have a password and therefore cannot be logged into [18:11] yolan: the best option is to edit the filesystem from another copy of Ubuntu. That is why leftyfb is suggesting to boot a live cd/usb and that can mount your filesystem and fix the /etc/sudoers file [18:11] ok [18:11] thanks, I did not want to do this but heck ... thanks ! [18:15] leftyfb done ;-) [18:15] leftyfb: Unplugging that drive did solve the problem. It's not even the drive the kernel was installed on but everything is back to normal now, thank you. [18:38] ioria, the script runs as expected from a terminal, but doesn't run even if I change the line to Exec=bash -c "/usr/local/bin/scripts/common/remmina-kill.sh" [18:41] leftleg_, does systemd run after gnome has started? [18:41] systemd is always running. [18:42] the script needs to be able to access the user's X environment [18:42] clarkk: again, why not just block inbound VNC (default is port 5900) instead of worrying about the application itself? [18:42] if it's possible to run a bash script via Ubuntu's startup applications, then I'd prefer to do that [18:43] leftyfb, I think that's another subject. However, I'm connecting to a remote RDP server. I'd just like to shut down the remmina client. I'm happy to completely kill it [18:44] clarkk: ok, you can still do that without needing access to users X environment [18:45] leftyfb, I realise that. I just would like to know how to run a bash script from ubuntu's startup applications. Are you saying it isn't possible? [18:45] clarkk: nope, just saying it's not necessarily the right way [18:45] clarkk, try to delay the execution with sleep [18:45] Understood. [18:45] thank you - ioria I'll try that [18:46] clarkk, and just to be sure, mv the script in your home directory [18:49] Hello all, I'm trying to use the following custom keyboard shortcut in Ubuntu 20.04: firefox https://duckduckgo.com/?q="`xclip -o`" [18:49] When I use it from the terminal, it works as expected searching for the search string in my clipboard. However, using the custom keyboard shortcut, it searches for `xclip -o`. What am I missing? [18:49] ioria, I can run the script from a terminal as the user. Are you sure it needs to be in the home directory? [18:49] ioria, does Startup Apps have some restriction on where it will run scripts from? [18:49] clarkk, for testing purpose, yes (no big deal) [18:53] kar: apparently that you can't use backticks this way in the shell the custom keyboard sortcut is executed in. you may need to pipi all of this into bash -c or something. [18:53] kar: Whatever you're using for keyboard shortcuts doesn't pass the string to a shell like bash. [18:55] kar: The cleanest way to solve this would be to make a quick two line bash script that does this, and execute it from your keyboard shortcut. [18:55] Whew...what a hassle to get registered and get here. [18:57] Anyway, major problem, hope I can get some help. I am trying to install Ubuntu desktop 20.4 onto my HP i5, and I want to do it so I can have it run alongside of my Windows 10. Problem. When I start the install from the usb flashdrive, it gets to the page where it is to detect another OS so I can NOT delete my Wins 10 when I install Ubuntu. It is [18:57] NOT detecting any OS. What do I do? [18:59] kar, or put the command in a script and call it via the shortucut [18:59] gazeguitarguy: make sure you boot the ubuntu installe rin the same boot mode (UEFI vs. legacy BIOS) as you do windows 10. windows 10 usually boots in uefi mode by default. [19:00] ugh [19:00] Jordan_U: I will try that. Thanks! [19:02] Hi i need help with upgrading Ubuntu 19.10 to to the latest version [19:02] how do you force an upgrade? [19:02] I am doing the Ubuntu install from the download of it, that is on my flashdrive and in a usb port. When Ubuntu starts up, I am choosing to do the 'install' process. When it gets to the page where the installation is to detect another OS, it is not. [19:03] tomreyn: Thanks, I will look into that as well. [19:03] I do NOT want to screw up and accidently have it delete my Windows! [19:03] ioria: Thanks. [19:03] gazeguitarguy, you mean you're using the mini.iso ? [19:03] OERIAS, did you follow the instruction in https://linuxconfig.org/how-to-upgrade-ubuntu-to-20-04-lts-focal-fossa ? [19:03] kar, ok [19:04] I have no idea [19:04] Worked fine for my 19.10 install back at the Beta release [19:04] I downloaded the latest ubuntu from the site and put it on a USB flashdrive. [19:05] gazeguitarguy, regular desktop 64bit iso ? [19:05] When I start my PC, it then boots the Ubuntu. When I am at the starting page, I click on the icon to 'start installation.' [19:05] 64 bit Windows [19:05] 10 [19:05] I do not know what the acronym 'iso' means. [19:07] whats the correct permission for a user that can download a file but can not delete it? [19:07] gazeguitarguy, check : 1) the sata mode in bios 2) if windows is installed in uefi or legacy (bios) mode 3) if you correctly started the installer in the same mode [19:07] gazeguitarguy: ad 1): should be set to AHCI, not RAID, if you have that option. [19:08] gazeguitarguy, but first of all, how did you create the installer ? [19:08] martian language to me. [19:08] gazeguitarguy, the last one is pretty simple [19:08] gazeguitarguy, how did you create the installer ? [19:08] Ok. What do I first do, when I start my PC and the Ubuntu in my flashdrive and in the USB starts up [19:09] you back up windows [19:09] gazeguitarguy, how did you do the usb ? [19:09] I downloaded the Ubuntu 20.4 from the Ubuntu site and chose the desktop version. I then did the process to make a boot flashdrive. [19:10] gazeguitarguy, how ? [19:10] followed the instructions on Ubuntu site to make a bootable usb flashdrive. OTher than that, Idk [19:11] gazeguitarguy, rufus, etcher.... what ? [19:12] It boots up fine from the flashdrive when I start my PC, and there are several black pages that come up when it starts, they go away so quick I have no idea what they are..then the Ubuntu desktop comes up after I 'ctrl C' to stop disc check. Then I click on the 'install Ubuntu' icon from there. I followed the instructions for install from Ubuntu [19:12] site, but didn't work [19:12] Hi, on ubuntu 20.04 with xfce I mount a davfs to an existing mountpoint. Now I can't unmount. There is no error message, but the mountpoint keeps connected to the davfs on the server. [19:12] Oh...yes. I was told by Ubuntu to use Rufus, which I did [19:13] I am not an IT programmer ulrich. No idea what you just said [19:13] gazeguitarguy, boot in 'try mode' , connect, open a terminal , type 'sudo parted -l | nc termbin.com 9999' [19:14] Yea. I have booted in try mode. What do you mean, 'open a terminal?' [19:14] gazeguitarguy, press the Win key, and type terminal [19:15] or Ctrl-Alt-T [19:15] This is AFTER I am clicked to 'try Ubuntu" [19:15] gazeguitarguy, well, you need the desktop to load [19:16] what does this command then do ...after I type sudo parted-I| nc termbin.com 9999 ? [19:16] ulrich: does gio mount -l still list it? [19:16] gazeguitarguy, prints the layout [19:17] gazeguitarguy, sudo parted -l | nc termbin.com 9999 ; where -l is L [19:17] gazeguitarguy: it's "parted" + space + dash + little ell, though [19:17] I moved the script to my home directory, and I delayed execution by adding sleep 1m. The script still isn't running from Startup Application :( [19:17] Does anyone have any more suggestions,please? [19:17] no [19:18] tomreyn: yes, it does [19:19] lost [19:19] ulrich: so you should be able to work around this not working on the GUI by using gio mount -u LOCATION [19:20] ulrich: about why it's not working with xfce, i suggest asking in #xubuntu [19:20] what is xfce [19:20] ulrich: that's assuming you have the xubuntu-desktop package installed. [19:20] !xfce [19:20] Xfce is a lightweight and configurable desktop environment used by !Xubuntu. Read more at http://xfce.org/ [19:21] I am not using Xubuntu [19:21] gazeguitarguy: when people talk to you here, they will indicate so by starting what they say with your nickname. i was just talking to ulrich. [19:21] I thought so [19:21] thx [19:21] gazeguitarguy: you're welcome [19:23] ioria when I have the Ubuntu desktop loaded, then I choose the 'install Ubuntu' icon all goes according to the install directions from the Ubuntu desktop install help guide, until I get to the point where the installation process is to detect that I have Windows OS on the C drive, but it isn't. Can anyone tell me so I understand, what do I do to [19:23] get it to install without wiping my windows [19:24] gazeguitarguy, don't start the installer, just open a terminal and run the cmd above [19:26] gazeguitarguy, and (my personal opinion) a dual boot is not a good idea if you are not familiar with linux [19:26] tomreyn: well, I installed ubuntu, then the xubuntu-desktop. I mounted with mount in a terminal. I wonder that it could be a problem with the GUI... [19:27] ulrich: oh you mounted on the terminal, that's info we didn't have so far (you mentioned xfce initially, making it sound like you had used the GUI) [19:28] ulrich: so i guess you want to umount on the temrinal now. [19:29] tomreyn: sorry. Yes, all I did was in a terminal. I used the /etc/fstab and even the ~/.davfs/secret. The mont works, the umount doesn't. [19:30] ulrich: and the error message ywhat'S the output of "mount", what's the exact command you run to unmkount, what's the exact and full output that's produced by this command? [19:30] !paste | ulrich [19:30] ulrich: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:31] * unmount (not "unmkount") [19:33] ulrich: let me try phrasing this again, with fewer typos: what's the output of "mount"? what's the exact command you run to unmount? what's the exact and full output that's produced by the unmount command you use? [19:34] tomreyn: mount just asks for user/password and ends with /sbin/mount.davfs: Warnung: der Server kann Dateien nicht sperren [19:35] hello. someone know why snapd is creating a compressed tar when i want to remove an app? [19:35] and where this tar is located? [19:35] ulrich: to temporarily switch your locale to english, you can do: export LANG=C [19:36] Here's a completely stripped down version of what I want to do...to run a script from Startup Applications. This script simply logs some text to a file. Can anyone see why it doesn't run? https://paste.ubuntu.com/p/fpNRcTbp9K/ [19:36] tomreyn: umount /home/ulrich/ServerDateisysteme/owncloud-CG-2022 ends without any output [19:37] ulrich: and if you run echo $? right after that, what does it report? [19:37] I'm going to try something. I'll be offline for 10 mins. bbs [19:38] tomreyn: echo $? after the umount gives 255 [19:38] hmm cannot even find it with locate [19:46] howarth [19:46] it is not allowing me and it reports that there isn't a new version [19:47] ulrich: so the "umount" command you ran exited with status 255. which will ideally be documented on the mount.davfs man page [19:51] OERIAS, did you follow the steps of 'sudo apt update', 'sudo apt upgrade', 'sudo apt dist-upgrade', 'sudo apt autoremove', 'sudo apt install update-manager-core' and then 'sudo do-release-upgrade'? You make have to resort to 'sudo do-release-upgrade -d'. [19:52] I still can't get the most simple bash script to run via Startup Applications. This is the code I'm using... https://paste.ubuntu.com/p/P2PCthdz9D/ [19:52] OERIAS, note the section of that article "As a result, your upgrade attempt may result in a message No new release found while trying to upgrade your Ubuntu system by using sudo do-release-upgrade command. In this case read the following sections." [19:52] I don't suppose anyone would be willing to run it on their system? [19:52] OERIAS, when I did my 19.10 upgrade to 20.04 at the Beta, I used 'sudo do-release-upgrade -d'. [19:55] I tried to delay booting of the Xubuntu focal desktop DVD using kernel option break=init-top, but it seems it was ignored. how can I delay it? [19:55] howarth downloading packages [19:59] OERIAS, I'm not really surprised because the ubuntu package database isn't updated to show groovy as the development release yet. [19:59] Sven_vB: so cat /proc/cmdline lists it now? [19:59] Ubuntu just hasn't caught up with all the release housekeeping of their web servers. [19:59] I'm really struggling here :( [20:01] howarth: it's an intentional choice to let people use do-release-upgrade -d to get focal and not groovy [20:04] tomreyn: unfortunately it is not documented. So I give up for today and try it again a few day later... [20:14] ulrich: you could also check the systemd journal for more details (use journalctl -e) or try unmounting using fusermount MOUNTPOINT instead [20:20] tomreyn: fusermount -u owncloud-CG-2022 works. Thank You very much for this hint! [20:21] you're welcome. [20:24] tomreyn, yes, it's "BOOT_IMAGE=(isoloop)/casper/vmlinuz iso-scan/filename=/boot-isos/???.iso persistent break=init-top ---" [20:24] tomreyn, it booted straight into xfce [20:25] maybe try just "break". i couldn't find it documented anywhere but on the wiki, though [20:25] Sven_vB: ^ [20:32] Sven_vB: Try using the build in loopback.cfg, see if that works any better for you. https://www.supergrubdisk.org/wiki/Loopback.cfg#How_do_you_use_a_loopback.cfg_to_boot_an_iso.3F Please also pastebin the output of "sudo blkid" with your liveUSB plugged in. [20:41] Jordan_U, my GRUB command list is based on the loopback.cfg, so I don't see what you mean. if the break= option has made it into the live session, it must have made it into the initial ramdisk, too, wouldn't it? [20:41] tomreyn, will do, thanks [20:44] Sven_vB: Yes. Can you pastebin the output of "sudo blkid"? [20:45] tomreyn, "break" worked. how can I discover at which stage of initram I am? [20:46] tomreyn, found it, environment has break=premount [20:46] thanks! [20:48] you're welcome [20:59] is there a way to make casper drop to a shell if it cannot find casper-rw or cannot use it? === adam__ is now known as Guest53660 [21:03] <_bradk> i think i'm going to head back to version 19.10 - 20.04 network problems make it very unusable [21:04] _bradk: what network problems are those? I was considering 20.04 for a home theater PC I'm setting up [21:05] my mainboard's cable ethernet works w/o problems on 20.04 [21:05] <_bradk> qid|ydl: i'm on a lenovo t420s and i get constant network dropouts [21:05] <_bradk> whether it is wifi or wired [21:05] <_bradk> someone in here on a t430s was having the same problems the other day [21:05] I've been having problems in 19.10 that I'm pretty sure are caused by systemd-resolved [21:06] <_bradk> i never had any problems in 19.10 [21:06] I don't know if it's possible to remove it or replace it? [21:06] <_bradk> (re-testing with the 19.10 live cd just to confirm) [21:06] I'd rather go back to having the dhcp client just manage the resolv.conf file and that's it [21:06] <_bradk> if it's stable today i'll probably roll back, which is disappointing as i was enjoying 20.04 [21:08] I assume/hope this is still valid in 19.10: https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved-in-ubuntu [21:11] I just wish there was more confirmation that that approach will ensure resolv.conf is managed by dhcp [21:13] Hey guys, I can't find anything online for when 20.04 will be available to 19.04 desktop installs via do-release-upgrade, any pointers? thanks [21:13] Which text based browser (w3m, etc) do people seem to like most these days? [21:14] it there a channel for popos? === philipp64_ is now known as philipp64 [21:17] !alis | yolan: it's not here. but maybe this helps [21:17] yolan: it's not here. but maybe this helps: Alis is an IRC service to help you find channels. For help on using it, see "/msg Alis help list" or ask in #freenode. Example usage: "/msg Alis list http" [21:17] i don't think one ever got off the ground [21:17] !19.04 | flying_sausages [21:17] flying_sausages: Ubuntu 19.04 (Disco Dingo) was the 30th release of Ubuntu, support ended January 2020. see !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005263.html [21:18] sorry my bad, I meant 19.0 tomreyn [21:18] *.10 [21:18] there's no such ubuntu releases [21:18] do you mean Ubuntu 19.10 ? [21:19] 19.10 [21:19] i think the 20.04 LTS !releasenotes would tell [21:19] !releasenotes [21:19] 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 [21:20] hmm not really [21:20] yes, really [21:20] it doesn't say when the upgrade path opens via `do-release-upgrade` [21:21] I know for LTS that's with the 20.04.1 patch [21:21] but I don't know when that happens for non-LTS [21:22] and if that upgrade path is already open then my system is not seeing it as it reports no new upgrades availble [21:22] ah right, you asked "when", sorry. [21:22] > No new release found. [21:23] so I'm unsure if I should wait, fix something, or use do-rls-upgrd -d [21:23] i read something like a semi official gues son when you'll be able to upgrade 19.10 to 20.04 LTS somewhere, but don't remember where exactly. probably on the ubuntu-announce mailing list. [21:24] flying_sausages: it's typically around the July time-frame that the .1 comes out for an LTS. But things being the way they are, it could be different [21:24] generally, i'd expect the non LTS upgrade to become available before the LTS one [21:24] leftyfb: I'm speaking of non-LTS aka "normal" upgrade from 19.10 [21:24] but generally it's "when it's considered the right time" [21:25] is that announced when that decision has been made? [21:25] on said mailing list, i would think. [21:26] alternatively you could keep running do-release-upgrade -c [21:26] or run a cron job against https://changelogs.ubuntu.com [21:26] do desktop installs notify the end user that the upgrade is available? [21:28] when you run the graphical update utility and it reports that all updates have been installed it'll report that a new release is available, if so. [21:28] alright, I suppose that will let me know soon enough if I have it set to daily [21:29] would the an upgrade with the -d flag put me into some off-normal-release path? [21:30] not if it succeeds. but it would provide you with an unsupported upgrade path. [21:31] the second screenshot shows what the post update prompt looks like when *no* release upgrade is available: https://ubuntu.com/tutorials/tutorial-upgrading-ubuntu-desktop#3-check-for-updates [21:33] flying_sausages: and roughly this is what it looks like when you can upgrade: https://www.linuxbabe.com/wp-content/uploads/2018/04/how-to-upgrade-from-ubuntu-17.10-to-ubuntu-18.04.png [21:33] Whenever I run a sudo command I get this error: sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges? [21:34] Iarla: which ubuntu version are you running? [21:34] Can anyone help? The suggestions online suggest using sudo mount -n -o remount,suid / but I can't use sudo. [21:34] tomreyn: 16.04 - I think I messed something up when using Disks [21:35] Iarla: what did you try to do using gnome disks? [21:36] I thought I was working on another disk and I was just browsing the menus / options to see what was available. But I think I did something to the mount options. [21:36] Iarla: what's the output of readlink -f /usr/bin/sudo [21:37] alright tomreyn I'll sit on it for a while and see if I do the daily upgrade or not [21:37] tomreyn: output is: /usr/bin/sudo [21:37] thanks for the info [21:38] ls -l /usr/bin/sudo gives -rwsr-xr-x 1 root root 136808 Jan 31 18:37 /usr/bin/sudo [21:39] Iarla: what's the output of findmnt --mtab --target /usr/bin/sudo [21:39] tomreyn: / /dev/sda1 ext4 rw,nosuid,nodev,relatime,data=ordered [21:40] Iarla: so there you go, the root file system is mounted with the "nosuid" option set. [21:41] tomreyn: do you know how I can change that without access to sudo? I can't edit fstab, for example. [21:41] Iarla: does this return the same? findmnt --fstab --target /usr/bin/sudo [21:41] tomreyn: that last command returns nothing (no output but no error either) [21:42] Iarla: right, my mistake. what does this return? findmnt --fstab --target / [21:43] tomreyn: no problem. Here's the output for the above: / /dev/disk/by-uuid/5e3cd18d-1300-4570-b91b-3f241d0eb67f auto nosuid,node [21:43] so I just installed Ubuntu 20.04 and "fractional scaling" works when running of the stick but is broken after installing [21:43] Iarla: are you sure this is a regular ubuntu system? [21:44] tomreyn: yes [21:44] Iarla: and it says "node" there verbatim? i'm not familiar with this option. [21:44] `dmesg` shows `gnome-control-c: segfault in libgobject.so` (that's the simplified version) [21:44] i just upgraded about 40 minutes ago [21:45] Iarla: or does it rather say "nodev"? [21:45] tomreyn: yes, pure copy/paste [21:45] thank you howwarth [21:45] tomreyn: it's nodev. I'll repaste the correct command. Terminal window was truncating the output (I expected it to wrap) [21:45] I am happy to say this version uses a lot less RAM than the previous version [21:46] tomreyn: / /dev/disk/by-uuid/5e3cd18d-1300-4570-b91b-3f241d0eb67f auto nosuid,nodev,nofail [21:47] Iarla: what does this return? pkexec whoami [21:48] tomreyn: pkexec must be setuid root [21:48] hmm, right, makes sense. [21:49] Iarla: so i guess you need to boot to recovery and fix it from there [21:49] !recovery [21:49] If your system fails to boot normally, it may be useful to boot it into recovery mode. For instructions, see https://wiki.ubuntu.com/RecoveryMode [21:50] tomreyn: ahhh, recovery. Thank you. I bet I can repair from there. [21:51] This is my fstab line for root: /dev/disk/by-uuid/5e3cd18d-1300-4570-b91b-3f241d0eb67f / auto nosuid,nodev,nofail 0 0 [21:51] Can I just delete the nosuid part? [21:52] you will need to mount -o remount,rw / and to edit (using nano or your favourite CLI ediitor) /etc/fstab from there and remove "nosuid,nodev" [21:52] tomreyn: thank you. Great. [21:52] "nofail" is not normally there either, i think [21:52] but it may not matter [21:53] noted, thank you [21:53] Iarla: you should add those options, though: errors=remount-ro [21:54] tomreyn: oh, that looks familiar actually. Will do. [21:54] and "auto" might need replacing by the actual file system (which would default to ext4) [21:55] that makes sense too [21:55] so i guess i'd go with this (assuming it's ext4): UUID=5e3cd18d-1300-4570-b91b-3f241d0eb67f / ext4 errors=remount-ro 0 1 [21:57] Nice, thank you :) [21:57] and keep in mind that disk editing and partitioning utilities such as gnome disks are dangerous. never use those without having good (current, complete, provenly restorable) backups. [21:58] Good advice. I'll certainly backup the root partition from here on in. [22:00] Here I go :) [22:04] wow the snap installer sucks [22:05] tomreyn: all good again, thank you again [22:05] like I install something, and the button next to the installed package says "Install", I click it, and it asks me "Are you sure you want to remove X?" ... it's like no one has bothered to actually test this [22:12] https://help.ubuntu.com/community/Repositories/Ubuntu says that Main contains free and open source software only then how come intel-microcode is in Main? 20.04 here. [22:13] free software <> open source, 2 different things [22:14] intel microcode is open source https://launchpad.net/ubuntu/+source/intel-microcode [22:16] tasuki: snap also has a fun thing where if your home directory isn't /home/$USER, it's completely hosed and doesn't work [22:18] "if your home directory isn't /home/$USER"... interesting, how many users encounter this? [22:18] lots of large organizations have network drives and things mounted in other locations [22:19] I know it worked that way when I was in college, the CS department systems had a bunch of special paths [22:22] oerheks, But where's the source to consider it an "open source"? It's all binary blob https://git.launchpad.net/ubuntu/+source/intel-microcode/tree/?h=ubuntu/focal [22:22] oerheks, As per Open source definition from https://opensource.org/docs/definition.php "The program must include source code" [22:23] This makes it clear that intel-microcode is NOT an open source software [22:23] I don't know if there's any commercially available hardware with open-source firmware [22:24] AMD certainly does a better job than Intel/nVidia for what it's worth [22:24] qid|ydl, Oh there is. [22:25] My only issue is when intel-microcode is NOT an open source nether free software then how come it's in Main which claims to have only free and open source software? [22:27] So I am on ubuntu 20.04 and I am trying to remove a printer but when I do that it just gets added back right away [22:28] bray90820: turn the printer off [22:29] But if I were to turn the printer back on it would return right? [22:29] bray90820: I haven't tried that [22:29] Ok [22:33] Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease [22:33] Couldn't create temporary file /tmp/apt.conf.zEUSHk for passing config to apt-key [22:34] rootkea: There was a similar question on the Mint forum at https://forums.linuxmint.com/viewtopic.php?p=1419442#p1419442 where it was pointed out that the open source part was the Microcode Update Driver not the microcode itself so same might apply here? [22:37] I'm trying to sudo apt update. [22:37] https://superuser.com/questions/1496529/sudo-apt-get-update-couldnt-create-temporary-file [22:37] I get a similar output to this one. [22:38] is your /tmp full? [22:38] I've had Ubuntu 20.04 cr ash or freeze twice, both times with chromium. For your information. [22:38] and the thread there suggests checking permissions as well [22:38] And once when I copied read only information from another partition [22:39] r2b2nz, I like the follow-up comment. "Let's say we can simply remove "Open source". The way used to transport bytes means nothing." Restricted is there for a reason. [22:39] It seems I don't have /tmp but I have /var/tmp. [22:40] Now a question.. I love the application table and I hate the unity front end even if it's gnome. Please suggest a desktop environment for me. - I had a horrible experience with elementary so, not that one. [22:40] CrazySam: interesting, there's supposed to be a /tmp [22:40] ls -lad /var/tmp gives me drwxrwxrwt [22:41] is there a /tmp entry in your /etc/fstab? [22:41] As mentioned in that thread Debian has intel-microcode in non-free which totally makes sense and anyways Mint probably inherited this absurdity of calling intel-microcode "open source" from Ubuntu only [22:42] actually wait, if /tmp literally doesn't exist that wouldn't be a factor [22:42] you could try just recreating it, those permissions look correct [22:43] tripelb: The reason flavorrs exist is that no one fits all. All I can suggest is to make up some liveUSB's and see what you like. [22:43] I just asked. And I don't have to use a live USB I have to do is add the DE. At least that's been my experience in the past. (EXCEPT FOR ELEMENTARY) [22:44] This baby is broken. [22:44] rootkea: I'm guessing that maybe its the "Canonical supported" part of the repo that is winning out perhaps? But dunno - don't know much about how the microcode stuff works and in terms of packaging I guess only Canonical might know the reason behind the madness :) [22:44] With every other DE I get a choice at login. (Elementary decided to take over and eliminate the others.) [22:44] I'm in the Xubuntu focal live session to fix my installed Xubuntu focal. "update-initramfs -u" says "update-initramfs: Generating /boot/initrd.img-5.4.0-28-lowlatency", takes a while, then exits 0. /target/etc/initramfs-tools/conf.d/crypto has "export CRYPTSETUP=yes" but the newly created initrd.img doesn't contain any file named cryptsetup. inside the chroot, "which cryptsetup" says "/sbin/cryptsetup" so I assume it's installed. [22:45] how to debug? [22:45] r2b2nz, https://help.ubuntu.com/community/Repositories/Ubuntu says "Canonical-supported free and open-source software." Not just Canonical-supported [22:46] I mean "Restricted" is there for a reason [22:46] Why to put intel-microcode in Main? [22:46] because it's a basic necessity for intel users to have a secure computer [22:47] Does putting it in "restricted" (the logical place for device binary blobs) make user less secure? [22:47] sarnold, ^ [22:48] rootkea: not everyone has restricted configured [22:49] Well, "restricted" could be turn on by default or STOP saying Main has "Canonical-supported free and open-source software." [22:49] source: https://help.ubuntu.com/community/Repositories/Ubuntu [22:52] rootkea: depends on your interpretation of "and" [22:53] you could read that as "Canonical-supported free software as well as Canonical-supported open-source software", or as "Canonical-supported software that is both free and open-source" [22:53] the former would allow the intel microcode [22:54] qid|ydl, any interpretation of "and" doesn't justify putting intel-microcode in Main as it's neither open source nor free. [22:55] free as in speech or free as in beer? [22:56] qid|ydl, as in speech otherwise no need for "restricted" [23:02] I have setup a brand new ubuntu system, and somehow, I am not able to see the old wiindows network. [23:02] root@ubuntu20:/home/usuario# nmblookup -A oficina [23:02] Looking up status of 0.0.0.0 [23:02] No reply from 0.0.0.0 [23:02] but f I search for the ip of the *oficina* host, it works: [23:03] root@ubuntu20:/home/usuario# nmblookup -A 192.168.1.33 [23:03] Looking up status of 192.168.1.33 [23:03] OFICINA <00> - B [23:03] OFICINA <20> - B [23:03] SUPER <00> - B [23:03] !paste | cheche [23:03] cheche: 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. [23:04] cheche: -A "Interpret name as an IP Address and do a node status query on this address" https://www.samba.org/samba/docs/current/man-html/nmblookup.1.html [23:05] soory about it. https://paste.ubuntu.com/p/Fx75bDVd5w/ [23:06] but if you run nmblookup -A 0.0.0.0 it should display the windows network. right? [23:07] I am using debian at home, and I can run that command at home. https://paste.ubuntu.com/p/zRQcqJz4xf/ [23:08] my problem is trying to connect a printer share from a old windows xp system. [23:08] I am unable to see any windows shares. [23:09] windows XP is a bad idea, it's well beyond being supported or maintained [23:10] I had already install cifs-utils and smbclient. Add "client min protocol = NT1" on /etc/samba/smb.conf [23:10] but it has been rugin lubuntu 14.04 for a few years just fine. === eth01 is now known as fosshost === fosshost is now known as eth01 [23:24] can you still serial load ubuntu server or not in 20.04lts [23:25] I haven't tried to use the bmc on my one machine that I tested, but it sure looked like it would work fine [23:25] ok thx [23:26] decided to reload my other data recovery box since it has a few crashes due to a bad molex [23:26] since the other box isn't 32 bit only anymore, getting off 16.04 [23:27] also the only piece of sw that won't run > 16.04 can be done in a vm so that eliminated the other reason to stay with 16.04 [23:28] woo, new toys :) [23:28] well no they are old c2d servers [23:28] ahh [23:28] but they are rock solid for imaging 200 old ide and sata hd's [23:28] along with a bunch of cd and floppies [23:28] flyback: go to bed [23:28] problem was with the one I am reloading now, the molex plugs weren't designed to be swapped that many times [23:29] so they started cauing issues [23:29] so I bought some $10 c2g brand molex quad splitters to wear out instead of psu plugs this time [23:29] but one of the 2 boxes used to be 32 bit only, gone now [23:30] and ddrescue-utility log and filesystem parsing tool can run fine in a vm [23:30] since it does nothing but read the logfile and tell you what files are in the unread sectors [23:37] flyback: Looks like it's possible, but you'll have to modify the grub.cfg to add console=tty$whatever as a kernel parameter. [23:38] flyback: And while you're at that, you could also add "serial; terminal_input serial; terminal_output serial" to the grub.cfg so that you can interact with grub itself via serial: https://bugs.launchpad.net/subiquity/+bug/1770962 [23:38] Launchpad bug 1770962 in subiquity "Support serial-port based install" [Medium,Triaged] === fcastillo_ is now known as fcastillo [23:40] yeah I can make a usb stick and mod it up [23:43] not sure if this is a bug or not but I installed ubuntu server, updated everything, installed a DE etc and network manager but network manager isn't running? it doesn't detect a connection. I have enabled the service....... [23:44] Deano59: network-manager isn't generally recommended for servers. I'd recommend using systemd-networkd instead. Is this a wired or wireless connection? [23:44] Jordan_U, wired. [23:45] I don't mind, was just wondering why. ;P [23:45] Deano59: Then definitely uninstall network-manager and configure systemd-networkd instead. [23:45] yeah but I need to use openvpn which I can't because of missing NM [23:45] :/ [23:45] worse comes to worse I will attach a monitor to it, it's just kinda crammed in a corner with foam box built around it so it doesn't freeze in the winter (in a unheated part of basement) [23:45] thx guys [23:45] Deano59: Did you setup the connection as a system-wide connection? [23:45] I tried to upgrade to 20.04, and I got some problems with gdm that prevents it from going onto the login screen (thank goodness for recovery mode and the Timeshift utility I downloaded earlier) [23:45] what do you mean? [23:46] Starting it manually doesn't help, and it says something about a child process already being dead in the service logs [23:47] Deano59: When you configure a connection in network-manager you can check a box that's something like "available for all users". This does two things, 1: It keeps any credentials needed stored in plain text rather than encrypted so that it can 2: Allow the connection to be used by all users, and allow it to connect before any user enters a password to log in (which would otherwise unlock the keyring to [23:47] decrypt stored passwords needed for the connection). [23:48] Though for some reason it considers it still working even though it keeps showing a black screen [23:50] If it matters, the system runs graphics off the integrated gpu in an intel processor, and this OS is the only one on this system [23:53] Jordan_U, didn't see that... [23:53] last question, how do I add the signing key? 4096R/643FF34AF9151DC814DD3A1B2303D595EE907473 (What is this?) [23:53] I want to use an app that's for bionic, I added the deb line and that's the ^ key for it... [23:55] Deano59: I'm missing context here, but that feels a lot like a PPA key; properly installing that key should be handled for you if you follow the apt-add-repository steps as described on the ppa page [23:55] Deano59: That's not the best way to add a ppa. I would recommend that you undo your manual changes. [23:55] I done it :) now I wish I could get NM working :( [23:56] Deano59: Assuming you're installing Solaar, then "sudo add-apt-repository ppa:solaar-unifying/stable". [23:56] Deano59: Have you made the connection "available to all users" yet? [23:57] Jordan_U, the ppa is done. back to NM.... I can't set that. NM is greyed out. [23:58] Deano59: Greyed out where? What DE are you using? [23:58] LXQt and it's greyed out like I said before. [23:59] it's greyed out and there's an x and two pc screens by it.