[00:02] do you think microsoft will ever release office for linux? [00:08] can I get some help please with my network that I cant configure in vps ? I need to create some bridge with host via netplan [00:08] I run ubuntu-cloud via libvirt [00:40] Is there an up-to-date resource to supplement https://wiki.ubuntu.com/LiveUsbPendrivePersistent ? It is out of date, some of the options it say to use don't even exist anymore, and even in a normal install boot USB, persistence doesn't seem to work. I basically just want to be able to boot a desktop environment from my USB that does not have any install functionality built-in (with a real user account that requires a [00:40] password) [00:41] mkusb is a proper tool for a persistence usb, https://www.linuxuprising.com/2019/03/create-persistent-storage-live-usb-with.html [00:42] mkusb can create persistent live drives that work in both UEFI and BIOS mode [00:42] Thank you, looking now. [00:44] Just curious, why is casper-rw necessary? Is there any reason it can't write to the installed system directly? Is there any performance loss that accumulates as I update the system? [00:45] I found an article that appears to explain it. === tehaugz is now known as augz === zbenjamin_ is now known as zbenjamin [02:26] I installed Ubuntu first, then installing Win10 in the File partition of Ubuntu which is ntfs. Is this ugly or standard? [02:27] backthen: I don't understand, what do you mean by "in the File partition of Ubuntu"? [02:27] mefistofeles: when I was installing ubuntu, it formed two partitions: File(ntfs) and System(gpt) [02:36] backthen: NTFS is Windows file system - ubuntu expects and needs a linux (there are several) file system to install too. Care to share what your current partitioning scheme is ? [02:40] Bashing-om: the drive has existing Windows partitions (system, restore, etc) but no Win OS installed. Then when I install Ubuntu, it auto split the remaining storage into File and System partitions. And because File is Ntfs, I later installed Win10 onto it. All in all, all partitions for both OS exist. And both OS work [02:41] backthen: I bet all is good = ' sudo parted -l ' -shows the ununtu partition as a ext4 file sysyem ? [02:45] Bashing-om: I see five. Two ntfs, fat32, ext4, and unlabeled one for MS reserved partition [02:46] backthen: Looks like golden then to me :D [02:48] Bashing-om: hehe. I didn't intentionally do it this way. Just wonder for people who do dual boot on the same drive, is this the usual approach [02:50] backthen: Many ways to orchastate the install - depending on skill level - simplest/easiest is just select "install along side" and let the installer do it's magic. [02:50] !dualboot | backthen [02:50] backthen: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/DualBoot/Windows - Macs: https://help.ubuntu.com/community/MacBookPro https://help.ubuntu.com/community/YabootConfigurationForMacintoshPowerPCsDualBoot === gabkdlly_ is now known as gabkdlly [03:17] Hello, newbie. I am trying to install zimg lib (http://zimg.buaa.us/) on Ubuntu 18.04. Although they have an ubuntu package (http://zimg.buaa.us/downloads/) it depends on imagemagick5 which isn't available in Ubuntu 18.04 -- only imagemagick6 is. Is there some way to install imagemagick5 to satisfy this dependency? [03:18] Alternatively, I've installed imagemagick6 and built zimg from source (http://zimg.buaa.us/documents/install/#build-zimg) however it doesn't have a make install target and I'm not sure how to install it. [03:23] imagemagick (5:6.0.7.1-1) unstable; urgency=low [03:23] -- Ryuichi Arafune Mon, 6 Sep 2004 09:57:11 +0900 [03:23] Good evening. I have a problem I need a bit of guidance on. I'm trying to move my home profile to another location. I have a microsd drive on my machine and I want to store my profile on a 1TB microSD card. [03:23] heh, a version string '5' predates ubuntu entirely... [03:24] Antioch: what error message exactly do you get when trying to use their package? maybe building from source is the way to go anyway [03:24] Antioch: Good luck - "ChangeLog >> 09/09/2014 - zimg v3.1.0" I expect it will be a real pain to make such old code to be compatible now. [03:25] The goal is my profile, (and I'm the only user on the laptop) will be on the SD but any other users can have their folder on the drive. My plan is to mount my profile folder via fstab [03:26] hotsoup: note that most sd cards are utter garbage [03:27] Problem I'm having is when I do a copy routine with rclone -L /home/ /home// the file copy simply never completes. I tried a live usb but I don't have permissions to move the folder when I'm on the live usb [03:28] sarnold:It's a sandisk SD card. Does that make a difference? [03:28] hotsoup: I'm pretty sure the SD card I used in my little pandaboard was a sandisk.. granted I stored torents onto the first one.. the second one had a much easier life but it too didn't last very long [03:29] if you've well and truly given /home/foo and /home/foo/something, I suspect you've made an infinite loop :) [03:29] sarnold: like how long? Months [03:29] probably closer to one year for the first one, two years for the second [03:30] /home/foo/something/something/something/something/something/.... [03:30] mount the destination drive somewhere else [03:30] not underneath the thing you're copying from :) [03:30] oh. ok. I back up my profile so would still like to try it. I hadn't thought about creating an infinite loop. [03:30] some copy utilities have a way to stay on the same filesystem and not cross boundaries; if rclone has one, that might do the trick [03:32] sarnold: so /media// is symlinked into my profile directory? That would make sense as to why it fails. Thanks much. Will work on that, perhaps mounting in /mnt only [03:34] sarnold: Thanks much. [03:40] sarnold, dpkg: dependency problems prevent configuration of zimg: zimg depends on libmagickcore5; however: Package libmagickcore5 is not installed. [03:41] sarnold, I tried to compile zlib from source, as noted above, but there is no make install target and I'm not sure what to do with the compiled files. [03:41] zimg* [03:44] hotsoup: I have no idea what /media/user/target is ;) you said /home/user/profile earlier.. [03:44] Antioch: Way to old as even xenial has "/usr/lib/aarch64-linux-gnu/libMagickCore-6.Q16.a" - no idea where one could get a libmagickcore5 . [03:45] trusty: 8:6.7.7.10-6ubuntu3.13, Pocket: updates, Component: main [03:45] /fst/trees/ubuntu/main/i/imagemagick/imagemagick_6.7.7.10-6ubuntu3.13/debian/libmagickcore5.install [03:45] it came from trusty [03:46] Antioch: you could copy around the built binaries, I think, as you wish [03:46] lol [03:46] cd build/zimg; cmake $(PWD)/src; make -j 4; cp zimg $(PWD)/bin [03:47] the 'all' step includes the copy as *part* of the build [03:47] and they hardcode make -j4 [03:47] sarnold: /media/user/target = where I was trying to rclone my files and seems to have created the never ending copy. [03:47] terrible junk [03:47] terrible junk yet a required dependency for modern VapourSynth :( [03:51] sarnold, yes I saw that it has that copy as part of build, but it looks like it simply copies it to the build tree, not to a final installation destination [03:53] Antioch: once it's built you do what you want with it [03:54] Antioch: a lot of people put self-built binaries in /usr/local/bin/ but you may have another place in mind [03:54] * Antioch smacks it around with a trout [03:54] Thanks, sarnold. I'm a newbie when it comes to manually handling binary installs so I'm proceeding timidly and with caution. [03:55] better smack it with the trout again :) [03:58] guys help [04:01] Aha. After more digging I found that there is a newer fork, I was using old junk (as you pointed out, sarnold). Moreover, I found that there is a package for ubuntu called zlib1g. The trouble now is that the ./config for the program I'm trying to build expects pkg name 'zimg'. Is there some way to help configure out and find the pkg with a different name? [04:01] checking for ZIMG... no; configure: error: Package requirements (zimg) were not met:; No package 'zimg' found [04:02] * Bashing-om shakes his crystal ball - looking at mozzarella . [04:02] Antioch: zlib is a compression library, it's unrelated to this zimg package [04:04] Confusing, but this is the correct "zimg" (according to Google) https://github.com/sekrit-twc/zimg yet it calls itself 'z.lib' [04:05] I suppose I'll just try compiling that source myself and seeing what happens... [04:09] Antioch: oh nice find, this Makefile.am looks a lot less garbage [04:11] their use of 'z.lib' worries me about their familiarity with the ecosystem, but the bits I see look much better all around [04:12] dinner time :) have fun Antioch [04:15] Thus is the wild goose chase that sometimes happens. Hopefully it works well! Thanks a bunch, sarnold - things are looking positive [04:46] Hi all. Can anyone tell me how I can remove a program that is part of the default package, as when I use Synaptic, it sometimes wants to delete the whole platform, as they've all bee tied together. [04:46] I'm running Ubuntu 16.04 [05:01] o/ [05:56] my printer only works 10% of the time [05:58] mozzarella: wich printer would that be, and define works? [06:01] lotuspsychje: brother hl l2370dw [06:02] my jobs are "pending" and nothing gets printed [06:02] sometimes I get it to work but that's rare [06:03] mozzarella: is it recognized in systemsettings? [06:03] yes [06:03] mozzarella: did you try other usb ports yet? [06:04] lotuspsychje: I'm printing over wifi, it's not connected to my computer [06:04] ah [06:05] mozzarella: as a test you could try that, and compare if you can print local over usb [06:05] it worked 2 hours ago, why can't it work now [06:05] maddening [06:08] mozzarella: tryed a reboot yet? recent updates? [06:09] lotuspsychje: no and no === PowerTower_121 is now known as PowerTower_120 [06:42] mozzarella: Is the printer sleeping and not waking up when you are trying to print? [06:48] BlueEagle: could be [06:48] not sure [06:51] Salut, [06:52] Maybe someone wants the FLTK desktop, it is very fast. [06:52] https://postimg.cc/QVZQZ3WZ fltk desktop, running on all unix and linux machines. [06:52] unixbsd: wow, so retro [06:53] if you want the code, it is free. you can use it the way you want. [06:53] it is ultra easy to compile [06:54] mozzarella: I suggest you attempt to print to the device when it is both in an awake and sleeping state and see if that may be the cause. [06:54] !offtopic [06:54] #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [06:55] unixbsd: Please use that channel in stead of this one. Thank you. [06:55] ok, at least, maybe someone will have idea to make a package for ubuntu. we have need of more desktops on ubuntu [06:56] BlueEagle: hey man, dont become like debian, stay like ubuntu [06:56] do you remember that ubuntu was human in 2000?? [06:56] human? [06:56] i still have the cdrom [06:56] get humanity BlueEagle, it is close to your earth. [06:56] heart [06:57] humanity will not kill you, but rather will make you live longer. [07:00] unixbsd: I am sorry, but this is a support channel, and every time someone writes in here I get a notification. I am in here to help people, and I do it for free. I am not in here to see you promote your software. As a courtesy to people that do volunteer their time, please respect that. Alternatively there will be one less person offering free support for Ubuntu, and how is that humane? [07:00] BlueEagle: it is ok, thank you!! [07:02] BlueEagle: you can also ignore users, fwiw [07:02] I think that a little bit of kindness and offtopic are welcome. It is actually the foremost important thing for a people, but of course, there are free liberty of owned of the channel to guide it, with supremacy in a way he/she desires it. It can be strictly technical, allowing only technical talks and nothing else. This is mod liberty to rule. [07:32] Hi, I upgraded from 18.04 to 20.04 and notice that my mouse settings (I mouse lefthanded) are not remembered over suspend/resume or when I unplug/replug the usb receiver. I have to reselect the right button as my primary every time. Against what package should I report this issue? [07:38] If someone has a solution that would be welcome of course, then I will include it in the bug report :) [07:39] Confusionist: there is probably a udev event you could hook into to run a script to set it up how you want it [07:44] ducasse: so I should be looking for a difference in udev rules between 18.04 and 20.04 to explain the difference in behavior [07:45] the difference is more likely in hos it does suspend/resume, udev would just be a way to fix it [07:45] i think, at least [07:46] It also happens when I switch the mouse to a different machine via a KVM switch and back again, so that seems to rule out anything suspend/resume-specific [07:47] the same kernel paths might be inn use, as it basically resets various drivers on resume [07:47] *in === Scotty_Trees2 is now known as Scotty_Trees [07:50] Confusionist: it would be possible to run a little bash script to remap the mouse key/mod. [07:52] yes, and udev should be able to do it without user intervention [07:54] unixbsd, ducasse: yeah, triggering an xinput command by hooking into a udev event should probably solve it. Any idea against which package I should report this issue? [07:55] udev is quite general why not it wouldnt land way far. [07:55] there is reportbug running on python, for command line. [07:57] a little code for .xsession or .xinitrc would allow it... eg. I run: echo acer ; xinput set-prop 'ELAN0501:00 04F3:300B Touchpad' 'Device Enabled' 0 [07:57] Confusionist: i'd try filing it against the kernel or the driver package for xorg, the devs will refile against correct package [08:01] Confusionist: if you check the entry for udev on the arch wiki, it has all the info you need to make a rule === akem_ is now known as akem === dionysus70 is now known as dionysus69 === galbi3000 is now known as Galbi3000 [10:20] i need to run the LXD cli client ("lxc") in a docker container. [10:20] i've run "apt install -y lxd", but running "lxc" tells me "Command '/usr/bin/lxc' requires the lxd snap to be installed." [10:20] installing the snap is not possible since the snap daemon isn't running in my docker container as my shell is the entrypoint of the container. [10:20] are docker containers not a supported usecase for software that is packaged via snap? [10:23] Hi all. I need help. I had a similar issue back in 2018 and a couple of people here helped me sort it out then so I am hoping it can be sorted out quickly again :) [10:24] The problem I am having is that I just did an update on my Ubuntu 20.04.1 LTS installation and now it wont boot [10:25] I get a kernel panic about not syncing and needing init= [10:26] In 2018 it turned out to be my BIOS in the old machine I was using needed updating so I tried that already with this machine but I still get the same error [10:27] Kernel 5.4.0-53 works but the new 5.4.0-54 gives the error === Galbi3000 is now known as galbi3000 [10:29] Anyone here? [10:30] Hi. My PC stucks when shutting down "system halted" since ubuntu 20. What/where do you suggest to check logs on this? [10:45] To make the power button poweroff instead of halt: edit /etc/systemd/logind.conf and uncomment HandlePowerKey and make sure its value is set to poweroff. [10:47] bdiddy: well, that sounds liek hard power off. it is supposed to shutdown sanely, all windows and everything before powering off. [10:47] should be clean poweroff [10:49] ok, still: as this stopped working I figure there migth be a problem underlying that is worth examining. But Im not sure where to look for . in /var/log/syslog ? [10:50] i dont think so. Some googling indicates you could have a bios issue. some said they had to add acpi=noirq [10:50] to kernel boot params [10:50] syslog would be the place to look if there was an issue tho [10:51] In dead my cpu is under suspicion. [10:52] bdiddy: acpi=off is set already. [10:53] try acpi=noirq [10:53] instead of off [10:53] grub updated. ok lets see. see you in a minute I hope ;) [11:05] bdiddy: worked like a charm. eventhough it does not explain what went wrong before. [11:05] lol [11:05] such is the way of linux [11:05] naaw :) [11:06] Ill try something else now. replacing the cpu. [11:10] yeah if it's old cpu chances are you'll need to update the motherboard as well. Might have better power managment options with the new bios that linux can communicate with [11:14] I am running Linux on an old PC (Acer Aspire X3990) and after an update it refuses to boot with the new 5.4.0.54-generic kernel, I had to revert back to 5.4.0.53-generic to get the machine to boot. [11:15] Can anyone help? [11:16] galbi3000: what's in .54 that you need over .53? [11:16] I don't know! I just did apt update and apt upgrade as usual to install updates [11:16] ah [11:17] any error messages? [11:17] me personally I'd just tell ubuntu to stop updating the kernel lol [11:17] bdiddy: cpu replaced, everything works, sofar. [11:17] How do I do that? [11:20] The error is: "end Kernel panic - not syncing: No working init file found. Try passing init= option to kernel." [11:21] huh that's odd [11:23] Same result if I select the recovery mode option of the same kernel [11:24] but you can boot fine with the other kernel? [11:24] Yep, the older kernel boots fine [11:24] bdiddy: in fact, just lately I wished ubuntu had still kernel 4.13 because of wine IPX game networking still available. :( can make ubuntu 20 run on the older kernel, just as a tempory seperate grub setting? [11:25] yeah shouldn't be a problem [11:25] galbi3000: for some reason it's not finding init which is odd [11:26] You might consider trying to reinstall the kernel [11:26] remove it and just install it again [11:26] I would not know how to do that, it was just the standard apt updates that installed it [11:27] I can manually edit the grub.cfg file to make the older one default but that's a temporary fix until apt changes it again [11:29] bdiddy: you had the wifi issue? [11:30] no i helped a guy who had wifi issue [11:30] turned out he just needed to touch a file [11:30] Sounds kinky [11:31] lol [11:31] galbi3000: you should be able to apt remove linux-image-5.4.0.54* or something to that effect [11:31] and then reinstall it apt install linux-image-5.4.0.54 [11:33] Unable to locate package linux-5.4.0.54* [11:33] DOH, missed image [11:33] E: Unable to locate package linux-image-5.4.0.54* [11:34] linux-image-5.4.0-54-generic [11:34] apt list --installed |grep image [11:34] yeah sorry not .54 -54 [11:35] after you uninstall it do apt autoremove [11:36] Is this line correct for setting IO schedulers? GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=ahci elevator:sda=noop elevator:nvme0n1=noop amdgpu.ppfeaturemask=0xffffffff" [11:40] That has worked, thank you very much bdiddy :) [11:40] np [11:42] Though it's no longer going into high res text mode like it was before, but that is not a problem as I use it remotely with SSH anyway :) [11:52] anyone got a default 18.04 LTS sources.list I can look at? [11:58] j`ey: a quick search on the web, first hit: https://gist.github.com/rhuancarlos/c4d3c0cf4550db5326dca8edf1e76800 [11:59] Maik: thanks! [11:59] you're welcome :) [12:00] I'm getting 404 errors that 'The repository ... does not have a Release file' [12:02] but using that gist, I fixed my urls and it's fine now [12:34] I'm stuck in the middle of a dist-upgrade from 16.04 to 18.04 [12:34] things like: python3-renderpm : Depends: python3 (>= 3.6~) but 3.5.1-3 is to be installed [12:34] and many othe rerrors (too many, which triggered upgrade interruption) [12:34] how can I possibly fix this mess ? [12:37] the very first error is: dpkg-divert: error: rename involves overwriting '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service' with [12:37] different file '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd', not allowed [12:38] strk: dist-upgrade doesn't upgrade your system from one to another ;) [12:38] the above seems fixed for https://askubuntu.com/questions/838491/dpkg-divert-error-rename-involves-overwriting-error-after-upgrading-from-16-04 [12:39] it was a do-release-upgrade, not dist-upgrade [12:39] I'm stuck in the middle of a dist-upgrade from 16.04 to 18.04 [12:39] mistyped :) [12:40] oh ok, happens to the best :) [12:42] now, if install -f works, should I do-release-upgrade again to finalize ? [12:44] https://askubuntu.com/questions/1161243/i-got-this-error-when-upgrading-from-16-04-to-18-04 [12:44] looks familiar? ^ [12:45] also prepare for the switch from unity to gnome when going form 16.04 to 18.04 [12:45] form/from [12:45] Hi folks [12:45] o/ [12:46] I'm using lubuntu, already on gnome-flashback I think [12:47] and yes, the errors there do look familiar [12:50] oh... it's lubuntu, didn't know that. It's best to mention it the next time to prevent confusion. Then there's nothing to worry about i guess. :) === gabkdlly_ is now known as gabkdlly [14:14] is it possible to install a package of Ubuntu 20.10 on Ubuntu 20.4? [14:19] speeder: I would assume that it is not possible ... What ever package you want to install, I would find a repo that supports 20.04. [14:19] I want to install Lua5.4 [14:19] but seemly 20.04 only go up to Lua5.3 [14:19] for some reason [14:19] speeder: it is not recommended. Do you really need 5.4 over 5.3? [14:21] I am developer, wanted to dev for 5.4 so that when the application is deployed people by then will alerady have ubuntu that support it. [14:21] speeder: Check Lua's site ... they may have updated packages for 20.04. If not, consider installing from source ... [14:22] https://launchpad.net/ubuntu/+source/lua5.4/5.4.0-2 << how this thing works? [14:22] from what I understood that package was created automatically from Debian's ones? [14:23] speeder: might I suggest developing for versions of packages you don't have available to your release in an LXD container running 20.10? [14:24] I doubt this machien can support that :P [14:24] I am using an Athlon64 [14:25] LXD is not a VM, it is a container. [14:25] speeder: it should work just fine === Examknow is now known as Texas [15:18] Hey guys, anyone seeing this: `apt update`: Err:5 https://security.ubuntu.com/ubuntu focal-security InRelease - 503 Service Unavailable [IP: 91.189.91.44 443] ? [15:28] hi all. Could you please advise me if "install-info" package is a necessary system package? [15:32] ilias_gr, it's marked as 'standard', meaning : "These packages provide a reasonably small but not too limited character-mode system. This is what will be installed by default if the user doesn’t select anything else. It doesn’t include many large applications." [15:34] hello. need help with systemd-resolve and openvpn in unity. I force a DNS in my vpn configuration, but this DNS is not shown in systemd-resolve --status when VPN is up [15:34] can't find why === kreyren__ is now known as jacobh [15:36] ioria: Today after system's update through terminal using 'sudo apt-get update' and 'sudo apt-get dist-upgrade' commands system reported an error of 'install-info' and to overrid this I purged 'install-info'. Is it a right option? [15:37] ilias_gr, i don't think so [15:37] more infos here : https://paste.swordarmor.fr/3hrb [15:38] Rico: Unity as in Unity desktop? [15:38] Maik: yes [15:38] ubuntu 16.04? [15:39] mmh how to know in ssh ? [15:39] Maik: Description: Ubuntu 18.04.5 LTS [15:40] ioria: Earlier today I reported at #xubuntu the error message uploaded at https://paste.ubuntu.com/ but I didn't save the exact link. Is it possible to retrieve the paste link to be reported here too? [15:41] ilias_gr, https://irclogs.ubuntu.com/latest/%23xubuntu.txt [15:41] Rico: 18.04 doesn't ship with Unity, it's Gnome. [15:41] Maik: I guess it has been upgraded from 16.04 [15:43] Rico: I never upgraded but afaik during the upgrade Unity is being replaced with Gnome. [15:43] Maik: ok. can you help me with my vpn/dns problem ? [15:43] ioria: Thanks. This is the link https://paste.ubuntu.com/p/SSNWsfSgpv/. Any idea to override this error (if I re-install 'install-info')? [15:44] I just can tell you that the laptop is running unity and is in 18.04 [15:44] don't know how or why, but that's not the point [15:44] ilias_gr, i'd first chck my /etc/default/locale [15:45] ioria: I already checked it. Nothing strange there. [15:46] ilias_gr, dpkg -l | grep install-info | nc termbin.com 9999 [15:49] ioria: what this command should give? A link? [15:49] yes === _Pokey_ is now known as [Pokey] [15:51] I just checked repo and noticed linux kernel up to 5.8 is there, but I only have 5.4.0-56...I'm using Focal...shouldn't I have the latest kernel? [15:53] !info linux-generic-hwe-20.04-edge focal [15:53] linux-generic-hwe-20.04-edge (source: linux-meta-hwe-5.8): Complete Generic Linux kernel and headers. In component main, is optional. Version 5.8.0.29.31~20.04.16 (focal), package size 1 kB, installed size 18 kB (Only available for amd64; armhf; arm64; powerpc; ppc64el; s390x) [15:54] ioria: I am not chatting now from the pc I got the error but I tried this command on my notebook I am chatting right now (both systems are xubuntu 18.04 64bit) and I got a link reported: ii install-info 6.5.0.dfsg.1-2 amd64 Manage installed documentation in info format [15:55] ioria: Is this what should be expected to be reported? [15:55] ilias_gr, no [15:57] ioria: the link provides this report. [15:57] ilias_gr, dpkg -l | grep -v ^ii | grep -v ^rc | nc termbin.com 9999 [15:59] Hi all! [15:59] sorry to bether you, everyone, I'm having trouble configuring email on my ubuntu install [16:00] hello, im a bit confused about setting keyboardlayout. Is it /etc/defaults/keyboard for setting it for the terminal, and for the gui I got setxkbmap, I can set setxkbmap se dvorak_a5, which I also find in /usr/share.../symbols/se but localectl doestn find that variant :( [16:00] My goal is to set 2 layout for my gui session persistently [16:01] ioria: Now the link provides the 2 packages I hold back to prevent any update [16:02] this is the situation: i'm running plain ubuntu (18.04) on a local computer to act as a file server. the thing I'm trying to accomplish is for smartd to send email alerts e.g. when a drive starts getting reallocated sectors. [16:04] to do this, the command "mail myemail@myemailprovider.it -s 'testmail'" has to work [16:04] it doesn't work [16:07] is there any chance security.ubuntu.com is slowly upgrading to a TLS stack that apt on trusty can't talk https to? [16:07] https://travis-ci.org/github/Habbie/pdns/jobs/744412739 [16:07] hey ubuntu [16:07] thanks for moving your repositories to https [16:07] ioria: I think is better to try to solve the error when I will have access from the pc with the specific problem. Anyway, if no solution will be found, is it serious to live without 'install-info' package? [16:07] what I have is the SMTP server address, the username and password, and the server port [16:07] does not brake stuff for anyone on the net, would it :> [16:07] ksk, oh is that what changed today? [16:08] How is it that vboxconfig thinks I don't have gcc, make, perl, yet they are already installed when I try to install them? [16:08] CICD over here is failing becase of that since one hour, I do think so. (But dont have any solid information tbh) [16:08] ksk, travis too? [16:08] well, any ubuntu which does "apt update" will fail now, if you a) have not install apt-transports-https b) the mirror redirects from http to https [16:09] ksk, right, i get the impression that change is not fully deployed yet because sometimes it works [16:10] In Debian mirrors are run by volunteers, might also be that is just 1-x servers right now. [16:10] ksk, but, is your trouble in travis? [16:11] Habbie: travis is on another layer here. If your travis does "spawn *buntu, do apt update" it might be effected [16:11] ksk, ack - it's just that i cannot reproduce the issue outside of travis, yet [16:13] how do I --reconfigure a package ? [16:13] I'd like to get asked again if I wanted to keep a maintainer version or not of something [16:13] Habbie: that might be related to anycast and other network magic. [16:14] uhuh [16:14] i'm trying from a few more locations now [16:16] i've now tried from 50 locations around the world, no https [16:16] the only non-travis hint i have is that one of my github actions also showed a similar failure earlier [16:20] after release-upgrade I have 541 packages "kept back", what to do about them ? [16:21] shall I reboot and try again an upgrade ? [16:25] or should I dist-upgrade now ? === Ringtailed_Fox is now known as RingtailedFox [16:25] strk: wich version to wich are you going? [16:26] ksk, for extra fun, the security mirrors i can hit from here don't even have https [16:26] from 16.04 to 18.04 [16:26] lotuspsychje: ^ [16:26] strk: thats an lts upgrade you doing then [16:26] yes [16:27] strk: did you update 16.04 to latest before lts upgrading? [16:27] dist-upgrade is running now (I hope it wasn't a too bad move) [16:27] yes, I did upgrade and dist-upgrade on 16.04 === jeddo- is now known as jeddo [16:28] strk: can you pastebin the output of what apt gives you? volunteers will take a look for you [16:30] just apt with no args ? or the 541 packages kept back message ? (as dist-upgrade is now running, things are changing) [16:31] strk: oh, yeah dont stop updates/upgrades, see what happens after [16:33] strk: why not skip lubuntu 18.04 and go for a fresh install of 20.04 instead. Lubuntu 18.04 suprt ends anyway in April afaik. [16:33] suprt/support [16:34] fresh install can keep data? [16:35] fresh install means wipe the whole drive [16:36] so no go [16:37] why not? Back up your important files [16:41] meanwhile my desktop icons are all ugly (they were cute before) [16:41] I think I saw a WARNING flying-by about icons (can't download or something) [16:41] if they don't come back I'll ask you for support [16:44] there should be a option in the installer by the way which lets you install *buntu but it keeps your music, pics and other personal files. But then again.... always back up before going that route. === mnemonic is now known as Guest62301 [17:03] I have a setgid on my dir for group, but the files created in the dir by group user (www-data) do not get write access on files, the setgid is only working for directories, do I need to umask something? === Ratel is now known as josspyker [17:20] Good afternoon all. Last night I migrated my profile from the HDD where Linux lives to a removable microsd card. As an experiment. I tried twice to use rclone unsuccesfully. It created what I think was an infinite loop because of a bunch of sym links (again, im uncertain of this portion) so I restored from a duplicity backup only a day old and pointed my /etc/fstab at the new partition. Any suggestions on verifying settings after this [17:20] mod? [17:22] My goal is to make it so I always have my data on a separate drive than the OS in case of any emergency. That is of course in addition to any backups I'm also keeping [17:26] hotsoup: first, microSD is the worst place to keep your /home. That said, is the microsd formatted as ext4? FAT/FAT32/NTFS isn't going to work properly for your home directory in linux. [17:28] leftyfb: oh yes. It's ext4 definitely. Now I've heard mirosd sucks for reliability. I figure I get a year out of the card maybe. [17:28] hotsoup: hope you have daily backups [17:28] Yes. prepping another now. [17:29] So you're thinking the card will fail soon? [17:29] Is it the mount of r/w happening? [17:31] hotsoup: I'm saying I wouldn't trust my $HOME on an sd card. Not for a computer. A raspberry pi, sure. But I still have daily backups on those. [17:34] Sounds Good. I plan on keeping track of how long the card remains in service and when it dies and will be creating and verifying backups. I like the idea of having a place for my $HOME other than on the drive where Linux lives, but I take your point seriously. Thanks. [17:49] Networking (Ethernet) works on my computer when running Windows 10. Yesterday it worked when running Ubuntu, but today when I boot into Ubuntu I have no networking. Does anyone know whats up? [17:51] Running "ip a" and "ifconfig" shows I've got no IP address [17:51] smallfoot-: we don't and can't know without logs, etc. [17:52] I can't post any logs because I don't have any network access [17:52] :) what version of ubuntu? [17:59] 20.10 with updates [18:00] groovy gorilla === Gen4 is now known as Gen === ijohnson is now known as ijohnson|lunch [18:13] I've a /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf file which points to a non-existent /etc/alternatives/x86_64-linux-gnu_egl_conf [18:13] actually, an existent one pointing to non-existent /usr/lib/x86_64-linux-gnu/libhybris-egl/ld.so.conf [18:29] hi, I am using ubuntu 20.04.1, with actual update level [18:30] I am coming from ubuntu 18.04 [18:31] ok icons are still not back, ideas which packages to install for icons ? [18:32] I have created in 18.04 several linked folders on the desktop by moving the folder from my NAS to the desktop holding ctr+shift. [18:32] this does not work anymore for new ones, but the old links are still working [18:33] what happens? [18:34] I've installed Ubuntu 20.04 on my ThinkPad x230 30min ago and noticed that it won't come out of sleep once it locked due to inactivity. Is there something I need to do to make it work? [18:36] ok, gnome-flashback is gone [18:38] strk, do you talk to me? [18:40] prof2004: no he isn't [18:42] ok [18:45] with whoever: after upgrade wifi isn't working :( [18:45] prof2004: from what I understand, the desktop and the icons on it in 20.04 don't work the same way. Try using nautilus [18:46] I am using the file manager, is it not nautilus? [18:48] I was just checking, it is named Files, and the web site tells me, it is known as nautilus [18:51] any idea why gnome-flashback-metacity would not start ? Or where to find debug logs for it ? From the login-screen, if gnome-flashback is selected, it just bips and gets back to login screen [18:51] Lubuntu session works [18:51] could be related to dbus === jacobh is now known as kreyren [19:19] popey: upstream for alacritty is pretty upset about this community-authored alacritty snap being two years old but not clearly marked as some guy's contributed packaging https://snapcraft.io/alacritty === [1]MrMobius is now known as MrMobius [19:34] I managed to get networking working again by running some weird commands that I googled, like "netplan apply" and editing /etc/network/interfaces and creating a /etc/netplan/ethernet.yaml file, but now my Network Manager says the connection is "unmanaged" [19:36] nm-applet is not starting automatically on this newly upgraded 18.04, ideas why and how to fix ? [19:39] sudo apt reinstall lubuntu-desktop maybe? [19:40] strk, maybe purge the package and reinstall with Synaptic [19:40] think there is a reconfigure option to dpkg too [19:41] strk: also, could be there are similar cases that have been reported so i suggest searching for bugreports on launchpad. [19:41] Upgrades aren't always flawless, it works for one but not for the other. [19:42] Is there any way to reset the /etc/ directory to defaults? [19:46] smallfoot-: make your /etc/netplan/01-network-manager-all.yaml look like this and nothing else. https://pastebin.ubuntu.com/p/wn6nMsYRPQ/ With Ubuntu desktop you should not be messing with network config files directly [19:47] smallfoot-: you shouldn't have /etc/netplan/ethernet.yaml. Remove that if you already have a 01-network-manager-all.yaml [19:47] Hello, guys! I'm having trouble with my keyboard layout. EN-US Int. w/ Dead Keys works when I add but after using Portuguese (Native) for a while and changing back to EN, It stops working. [19:48] I've search the web but found nothing useful. Any tips? [19:48] searched* [19:51] leftyfb, yeah I only messed with it because my Ubuntu didn't have working networking [19:56] gnome-session-flashback.target is a disabled or a static unit not running, not starting it. [19:57] what does the above mean ? === quit_baby^ is now known as beaver [19:59] strk, I don't know [20:01] strk: https://bit.ly/2HeJPyD [20:02] https://askubuntu.com/questions/1232980/gnome-session-flashback-target-is-a-disabled-or-a-static-unit [20:03] Thank you a lot leftyfb, You saved my Ubuntu networking!! It works now! === ijohnson|lunch is now known as ijohnson [20:23] I want to start urxvt w/zsh and run a specific zsh function (simply named "r") when urxvt launches. How do I do that? ('urxvt -e r' does not do the trick) [20:27] I'd jump through more hoops, urxvt -e 'zsh -e f' [20:27] you may need to go to some effort to get zsh to import the file that defines the function [21:06] I know this is not the channel for it, but does anyone know if there's some kind of hook I can use to get tmux to display [man] when running man on a command? [21:09] ksk, i have it on good authority that the https thing was a glitch that is now resolved === denningsrogue5 is now known as denningsrogue === longerstaff13 is now known as Real-CeeGee [21:57] I created a new group and added some users to it, then I adjusted the owner ship of a folder to this group [21:57] when is this rule active? [21:57] so when can user read/write to this folder? [22:02] zen_coder: when you create new user processes that have that group as a member; the easy way to do that is to ask them to log out and log in again [22:05] so when I create a new process when it will have this rules? [22:05] is there some way to refresh this when the user is still logged in? [22:08] zen_coder: you could use 'sudo login zen_coder' in a shell to get a new shell that has the supplementary groups properly populated [22:20] I can create files in that folder [22:20] however, when I open the gnome explorer I see that there is a key around the files [22:21] although I have logged in and out with that user [22:23] zen_coder: hmm, strange; I don't know if gnome runs *all* their IO through gvfs processes or if some of it happens in the process itself, but you could check the explorer credentials via grep ^Groups: /proc/pid/status -- for both the file manager and the gvfs processes [22:24] `-rw------- 1 user vmware-group 208434 Nov 18 18:36 vmware-1.log` [22:25] my user is in the group vmware-group [22:25] I recently installed ubuntu 20 on my fujitsu laptop and I am having an issue with the wifi randomly being disabled [22:25] but for unkown reason these files are not allowed to rw for that grou [22:25] how can I change this for all files recursively in a folder? [22:26] the same thing happens with bluetooth, and so I have to use `sudo rfkill enable 0` to reenable it [22:26] unblock * [22:47] what possibilities to I have to find a reason for a system reboot? [22:47] ubunut 18.04 server [22:48] zen_coder: not a lot really [22:48] zen_coder: do you log any system stats to another machine, or even locally === LabMonkey is now known as Mechanismus [22:50] it is a fresh ubuntu server [22:50] I found via `last -x | head | tac` [22:50] userXY pts/0 53.XXX.XXX.XX Wed Nov 18 12:08 - crash (01:38) [22:58] about youtube-dl under 20.10: I don't know how I installed it before, but just now I read https://askubuntu.com/questions/380438/how-can-i-update-youtube-dl and apparently snap is the preferred way to go. So I just did that, but now I have 2 versions of youtube-dl installed. How do I get rid of the old one? Is snap the version that gets updated with -U? [22:59] frad: snaps are immutable; the snap one updates automatically every now and then, or when you run snap refresh [23:07] jesus === krodelabestiole2 is now known as krodelabestiole [23:18] I have redundant versions of youtube-dl and none of them are from the repo. How do I get rid of one of them, preferablt the old one? [23:21] probably the one you built and installed from source can be uninstalled by doing the "installation instructions" in reverse -- delete whatever was put where, etc === Mollerz6 is now known as Mollerz === zorael^ is now known as zorael [23:42] Is there a list of the packages included in the Ubuntu installer/live USB images somewhere online? [23:46] bmw: the seeded-in-ubuntu tool may help answer that question [23:46] bmw: .. in package ubuntu-dev-tools [23:48] Thanks. I think I may have found another way to do it by looking at the .manifest files on pages like https://releases.ubuntu.com/groovy/ [23:58] if you were going to download the plantuml.jar (from https://plantuml.com/starting) where would you put it?