=== guiverc2 is now known as guiverc [00:06] i see a kernel update, 5.4.0-51 [00:33] oerheks don't look ;) [00:34] too late, applied [01:34] Greetings! Sorry to coldcall y'all but I'm wondering if any of the recent updates in the last.. oh, I don't know, 3-4 days might have upset hostname resolution over LAN? I'm on Ubuntu 20.04 (and Ubuntu Server 20.04 on another machine) and "something" happened to where I can't ping or SSH any internal hostnames, and the only thing I've changed on both machines were recent updates. [01:39] Kraus, what do you use to resolve internal hostnames? [01:41] Kraus, I'm right up to date and mDNS which is what I use still works fine [01:42] Well, everything is stock, if that helps. In fact one of the systems (my desktop) I barely finished installing maybe a month or so ago? So I haven't done any customization. I checked /etc/resolv.conf and the nameserver is set to the default 127.0.0.53. I DID try following the advice of one askubuntu thread, which was to set it permanently to 192.168.1.1 but even if I get the changes to stick after reboot, that still doesn't explain [01:42] why this issue sprung up in the first place. Since it's happening on two machines simultaneously, and since the only change I've made in the given timespan on second machine is apt upgrade, then I can only conclude this was the result of a recent update? [01:45] you know, I had the same issue for a day or so (20.04), but it's fixed itself. anything in apt update && apt upgrade -y? [01:46] Kraus, well, last time something like this happened to me it was because my ISP decided to start providing a SOA record for .local on the DNS servers it provided, so a bad update is definitely not the only thing that can cause it. [01:47] Kraus, what do you mean by "internal hostname", and can you still resolve non-internal hostnames? [01:47] rfm: A hostname inside my LAN, like another computer. [01:48] I can open my browser, go to google.com or wherever and that's working just fine. But if I try to SSH to my server host using the hostname rather than the IP, it ain't working. [01:48] Can't ping them either. [01:49] I know this problem is definitely only confined to my two ubuntu machines because I SSHed from my phone SSH app to the server using the hostname just fine. === zbenjamin_ is now known as zbenjamin [01:50] Moreover, I know the problem had to have happened between now and approx. 2-3 days ago because that's when I last SSHed to the server (to perform the upgrade) [01:50] Since that was the last command I ran on the machine, I can only conclude it was the upgrade that caused the issue--else, I have even bigger issues, heh. :P [01:51] Kraus, trouble is I have no idea how you were resolving these names before. What does the "hosts:" line in /etc/nsswitch.conf say? [01:52] rfm I don't know, is the problem. It's however the default method of resolving hostnames would be. How does Ubuntu resolve hostnames? [01:53] Let me check the line [01:54] On my desktop: `hosts: files mdns4_minimal [NOTFOUND=return] dns` [01:54] On my server: `hosts: files dns` [01:55] Kraus, aha, it's mDNS. Do you enter these names as "somehost.local'? or just a bare unqualified name? [01:56] bare unqualified. For instance: `ssh server` ('server' being the name of the server computer's hostname) [01:56] I've never done .local when mentioning a hostname [01:56] (Didn't even know that was a thing!) [01:57] I tried doing it with .local attached to it just now and could not resolve. "Name or service not known" [01:58] (and, it took a while before it came up with that error.) [01:58] With the usual error, it's "Temporary failure in name resolution" and comes up immediately. [01:58] Kraus, that's because you aren't running avahi on the server so all the mDNS calls timed out. [01:59] Yeah. I mean I only have two computers. :) It's just a simple lil home network with a router. [01:59] Kraus: systemd-resolve --status|grep "DNS Servers" [01:59] leftyfb: 192.168.1.1 [02:00] that it? [02:00] That's my router. The ubuntu default nameserver is apparently 127.0.0.53 (as per a couple support threads I found online) [02:01] Kraus: 127.0.0.53 is the systemd-resolved caching daemon [02:01] leftyfb: What's that do? [02:01] caches DNS [02:01] it's not the issue .... [02:02] Right. The only reason that came up is because when I did an online search for "Temporary failure in name resolution" [02:02] Kraus: what is the hostname you're trying to lookup? [02:03] leftyfb: The hostname of my server :) (and from my server, the hostname of my desktop.) [02:03] Kraus: host 192.168.1.1 [02:05] Kraus, did you ever put entries in /etc/hosts for these? (the server's name in the desktop's /etc/host, and vice versa?) [02:05] rfm: that is bot a good solution [02:06] rfm: I just did a `cat /etc/hosts` on both machines and they appear to be in there. I never did it manually so I'm guessing it was something automatic? [02:07] leftyfb, I'm not proposing it for a solution, I'm trying to figure out how it ever worked. [02:07] Kraus: you probably saw the hostname for the machine you're checking from. You will not see the hostname for any other machine on the network unless you added it to /etc/hosts [02:07] Kraus: host 192.168.1.1 [02:08] Again, the question: Why now? What changed in the last 48 hours where this suddenly became a problem? [02:08] 48-72'ish [02:08] Kraus: can you please run the command above? [02:08] Sorry, which one? [02:08] Kraus: host 192.168.1.1 [02:09] replace with the other machine on the network which you are trying to communicate with [02:09] Oh! Sorry, my bad. The output is multiple lines. Which part am I paying attention to? [02:09] Kraus: please pastebin the output [02:11] https://pastebin.com/QG8TqiKn [02:11] Kraus: ok, now: host [02:11] (That's from the desktop) [02:12] Host redacted not found: 2(SERVFAIL) [02:13] Same message when trying that from the server over SSH [02:13] Kraus: nmcli device show|grep DNS [02:14] leftyfb: device being literal? [02:14] yes [02:14] It's showing the IP4 and IP6.DNS[1]: ip addresses [02:14] 192.168.1.1 and the big long hex one. [02:15] On the server, apparently I don't have the package for that command installed. [02:16] * Kraus changes that! [02:16] Alright, typed it, nothing returned. [02:17] Kraus: nmcli device show|grep -i domain # on the desktop [02:17] Kraus: nmcli is not meant to be run on a server. It talks to network-manager [02:17] Ahh. [02:17] It's showing my ISP's gateway domain. [02:18] err, maybe not the gateway but, yeah [02:18] bingo [02:18] nv.charter.com [02:18] Hmm? [02:18] there's your issue [02:18] Oh? [02:18] I don't even know what I did XD [02:18] Kraus: edit /etc/resolv.conf # and remove the search line [02:18] I bet everything works after that [02:19] .... So maybe.. wait.. why on earth. Charter's responsible for this somehow? On both machines? [02:19] Kraus: the issue is your router giving out your ISP's domain as the search domain for all your clients [02:20] Kraus: configure your router and blank out the domain or put in your own # you'll need to reboot machines [02:20] i have charter (spectrum). what's their DNS server address? i'll check it for a second opinion. [02:20] leftyfb: One issue is going to be apparently in 20.04 we can no longer edit that file. systemd is now handling it. [02:20] Kraus: this is just a test [02:20] Kraus: you can edit it, but it gets overridden on boot [02:21] Right. I just removed the whole 'search' line and it still errors: `ssh: Could not resolve hostname redacted: Temporary failure in name resolution` [02:22] Kraus: sudo systemctl restart systemd-resolved # then edit resolv.conf , remove and try again [02:23] (Systemd shall NEVER be resolved... *rimshots*) jk [02:23] Did sudo systemctl restart systemd-resolved, then edited it again, removed, still doesn't work. [02:24] hm [02:24] However [02:25] I did originally change the 127.0.0.53 to 192.168.1.1 and it worked, but apparently the Ubuntu default is 127.0.0.53 [02:25] try: host -4 [02:25] not found: 2(SERVFAIL) [02:25] try: host -4 192.168.1.1 [02:26] That worked, came up with the same deal as without the -4 [02:26] Kraus: sudo lsof -i :53 [02:26] might need to pastebin that if it's more than 1 line [02:27] https://pastebin.com/YZQ0Sz4e [02:27] signofzeta: Sorry, btw. I don't know what their DNS server address is? [02:29] Kraus: something ain't right. It's acting like systemd-resolved is using the wrong nameserver or has multiple being given to it via DHCP..... [02:29] Kraus: can you check the settings of your router and which DNS/nameserver(s) is being given out from DHCP? [02:29] Sure, let's see.... [02:31] Okay so... DHCP... [02:32] Kraus: DHCP settings/section, which nameserver(s) is it configured for? [02:33] Yeah that's what I'm confused about. Which nameserver... well, under Internet Settings tab, Optional, Domain name: it's nv.charter.com. [02:34] It's "optional" but yet doesn't let me edit the field, hm.. [02:34] Checking other fields. I miss my old WRT [02:34] Kraus: not internet settings. You want Local/LAN/DHCP [02:35] Yeah, I figured, but that tab doesn't have any nameserver settings. It's got the Host name of the router itself, the IP address, subnet mask, then under DHCP, "Enabled", Start IP address, number of max users, the range, client lease time. Static DNS are all 0's. [02:36] I've never had to touch those before. [02:37] Kraus: can you screenshot it? I'm guessing you should blank out all but one of the Static DNS entries and add in 192.168.1.1 [02:37] The part that troubles me is none of it explains what changed? [02:37] Kraus, while you're in there can you find the last boot/last install time for the router? I'm beginning to think what changed is the ISP forced an update down onto it.. [02:38] Well, this is my own personal router; not theirs; so they had better not. [02:39] And I did check the firmware updates, and for my router version (It's a WRT1900ACS v1) I'm fully up to date. [02:39] Kraus: it seems like it was never properly configured in the first place and for whatever reason is passing DNS requests directly off to the ISP's assigned DNS and not doing resolutions itself as it should be [02:40] Kraus: you want 192.168.1.1 as the static DNS [02:40] Not worried about being out of date as having been rebooted since the desktop/server are, thus having the desktop/server have stale leases [02:40] leftyfb: If that's true, why can I SSH from my phone's SSH client into the server using the hostname with no problem? [02:41] Kraus: the phone might have a DNS client that see's through the B.S.? :) [02:41] Kraus: not sure. Either way, lets fix what we know not to be correct and go from there [02:41] Yeah, the phone still working has to be an important clue. for example the phone's probably renewed its lease more recently... [02:42] Alright, I think it needs those 0's in there because it reverted them back once I applied. [02:42] the phone cannot be configured manually or properly troubleshooted and is an outlier and should be ignore for the time being [02:42] But the first Static DNS is now my router. [02:43] Kraus: reboot the desktop or reconnect to the network [02:43] Kraus: if it's wired, just unplug the cable for about 10 seconds [02:44] Aaaallllrighty, it worked. [02:44] Let me try from my server to the desktop... [02:44] if the server is getting it's network via DHCP, it will need to reconnect as well [02:45] Yup, already on it [02:45] (How do you disconnect from an ethernet card on ubuntu server from CLI?) [02:45] Kraus: unplug the cable [02:45] Hah! [02:46] * Kraus 's body creaks and snaps at the joints as he climbs into the confines under his desk. [02:47] Kraus: not easier to unplug from the router? [02:47] or switch [02:47] ... [02:47] Well. [02:47] Too late but.. next time. [02:47] Didn't seem to work. [02:48] ? [02:48] Unplugged the network cable for about 10 seconds and replugged it. It didn't even notice I was missing apparently. SSH connection is still intact [02:49] Kraus: reboot? [02:49] So, if I may be forgiven what I feel is something I should have understood for years being a geek but yet don't understand... [02:50] I need to ask. Why must the router's static DNS be its own IP address? [02:50] I feel like I don't have a full grasp of how DNS actually works, even though I've been online for decades. [02:53] it's only because the router acts as a DNS forwarder (and hopefully a cache). it depends on the router. [02:53] they left [02:55] Test [02:56] Don't know what just happened there.. [02:56] Kraus: what you configured was the static DNS your router will give to DHCP clients. Since your router is the DHCP server and local nameserver, you want it to tell DHCP clients to use it as the local nameserver and nothing else. [02:56] Ohhhh~ [02:56] Okay so.. I see.. whatever I put there gets passed down to the computers connecting to the router...... [02:56] I see... [02:57] everything work now? [02:58] yes, still many questions remain, like, WHY. [02:58] Kraus: I think with the 0.0.0.0 in your settings, your router was just forwarding all requests out to the internet. Not sure about the phone. [02:59] So then, maybe... just speculating, perhaps there was a security update in Ubuntu that became like The Glitch that allowed Milton to keep getting his paychecks in Office Space? [03:00] Kraus: negative [03:00] alright, I need to head out for the night [03:01] Well, thank you for your help, leftyfb [03:01] Help from a total stranger is always much appreciated :) === Mibixy is now known as Mibix === Scotty_Trees2 is now known as Scotty_Trees [03:21] hello world! === the_ant1 is now known as the_ant === Axe is now known as KaitoDaumoto === tds0 is now known as tds === segmentation-fau is now known as segmentationFaul === t_ is now known as CbLob === ace_me1 is now known as ace_me [09:30] Hi! I am trying to run wine with WINEARCH=win64 wine program.exe but it says it created a ~/.wine and then it says its 32bit. How do I force creation of 64bit wine prefix? [09:30] uname -a shows my OS is 64bit [09:31] Industrial: I think you need to apt install wine64 instead of wine [09:31] lol ok [09:32] hm, no, wine depends on wine64 | wine32 (in focal), so it should pull in the 64-bit version by default [09:32] I don't think I know enough about wine to be able to help you [09:34] what does the "Wait for network to be configured" job actually wait for? [09:35] i have a machine where the network *is* configured, but that job hangs the boot process, i'm trying to understand why [09:39] maybe it's waiting for a different network interface? [09:39] I think it's basically waiting for a DHCP response, but I'm not 100% sure [09:41] oh, i see the problem, completely my fault, i have 2 netplan config files, one has a static configuration, and the other one has dhcp enabled [09:42] thanks [09:44] one day maybe I'll understand why netplan exists [09:48] i love netplan, far superior to any of the previous network config systems in my opinion [10:08] is it not possible to install mysql? [10:09] mysql-server that is [10:15] any hints on how to search for what ubuntu spits out as shutdown messages? when I shutdown my computer I can briefly see 2 lines of text in the console output just before it shutsdown - how can I recover these two lines and be able to read them? [10:16] is there something like "journalctl -b but move 10 lines before boot" ? [10:26] highspeed camera to the rescue... wtf is "systemd-shutdown: Failed to finalize DM shutdown, ignoring" ? [10:29] Apachez: journalctl -b -1 -e, but that sort of assumes the messages are printed before journald stops and all your disks are unmounted [10:30] https://unix.stackexchange.com/questions/584588/systemd-shutdown1-failed-to-finalize-dm-devices-ignoring [10:30] no answers [10:30] https://github.com/systemd/systemd/issues/15004 [10:32] there's some text in /usr/share/doc/systemd/README.Debian.gz that describes how you can debug shutdown problems === vlm_ is now known as vlm === PowerTower_121 is now known as PowerTower_120 [10:48] tnx [10:48] yes this box is using FDE [10:49] I use FDE, but I can't say I've noticed this message [10:49] I've noticed a scarier thing [10:49] when I reboot, I see a bunch of characters like ąčęįėčąąęį in the top-left corner [10:49] these are different every time [10:50] and I'm afraid they might be from me typing things in the GUI session [10:50] as if something's snooping key events and printing all non-ASCII ones [11:02] Hi guys can anyone please advice on my issue here https://stackoverflow.com/questions/64351703/apache-virtual-hosts-on-ubuntu-20-04-vps === the_ant1 is now known as the_ant === raf is now known as rafael [11:22] Hi all [11:43] Hello BluesKaj [11:44] hi marcoagpinto [11:47] >:) === the_ant1 is now known as the_ant [12:37] installed the RTX 2070 but cannot get drivers to install without warnings on ubuntu ... i tried "sudo add-apt-repository ppa:graphics-drivers/ppa" but fails because it cannot verify pubkey [12:37] do you know what is the best way to get them installed, also running the run file from nvidia gives warnings so i did not go ahead === tds4 is now known as tds [12:42] trying -> sudo ubuntu-drivers autoinstall now [12:42] seems to be promising [12:43] how can I check if plasma 5.20 is available? [12:44] BluesKaj: ^^ one for you [12:45] madprops: it isn't and won't on ubuntu/kubuntu 20.10 afaik [12:45] ok how can I check that kind of versioning though. If I use apt-cache I get stuff like: kde-plasma-desktop/focal,now 5:104ubuntu4 amd64 [installed] [12:45] 5:104 which is the incremental version [12:46] but that's not very useful [12:52] madprops, are you referring to plasma 5.19.5? [12:53] if so best to wait til 21.10 release day Oct 22 [12:53] err 201.10 [12:53] oops 20.10 [12:54] i'm doing too many things at once here [12:55] bbl === tds6 is now known as tds [13:34] Hi there. So I've tried installing Xubuntu 20.04 from a live environment that crashed when installing the bootloader, and I've also tried doing a debootstrap-based installation from my working Xubuntu 18.04. Trying to boot Xubuntu 20.04 causes it to always hang at boot with "(1 out of 5) A start job is running for /dev/disk/by-partlabel/X" where X [13:34] is *literally every single partition in my /etc/fstab.* What could be going wrong here? [13:44] Anyone know where the Deluge ppa sets what user and group to run deluged as? I'm not finding the setting :/ [14:06] Ether_Man: It seems the PPA packages don't do any system integration that you know from official builds.. [14:07] krytarik: Right, but SOMETHING is telling it to run as the debian-deluged user and group... But I cannot find what. It's started by systemd, but there's no User statement in the unit :/ [14:09] Well, have you got an '/etc/default/deluge' from an official package perhaps? [14:10] Yes, but that only has the enabled var being set [14:12] Found it... It's coded into the init script >_< [14:12] Yep, me too just now! [14:14] Hmm... If I want to move that to systemd where it actually makes sense... Would removing the --chuid here and adding User clauses to systemd work you think? [14:15] I dunno personally, haven't fiddled with systemd much yet and not at all with deluge. >_< [14:20] Well, it runs at least. Hopefully it will work properly too :) === mateen1 is now known as mateen [14:29] hi all was wondering if anyone has recommendations on where to install virtualbox from official repo or from oracle will want guest addons to work [14:33] Ether_Man, late to the convo but are you having problems with aa or firejail by any chance [14:33] No [14:34] For everyone please, do you prefer black or white background in your terminal apps (bash, ssh etc)? [14:34] what was the issue Ether_Man black [14:34] howd u solve [14:34] Just needed to change the group deluge was running as so the files it created was owned by the common group for deluge, sonarr, radarr and so on... [14:35] roggie [14:35] ty [14:35] Which I prefer depends mainly on time or day and/or the color of other apps running === endarchy1 is now known as endarchy === octav1a is now known as weretav1a [15:22] hey guys i need input on git pkgs [15:23] I need a way to force a specific pkg not to be installed [15:23] is there a way with apt/apt-get to force this [15:26] apt-mark --help >? [15:28] thnks === endarchy1 is now known as endarchy [15:35] hello. i have two ubuntu kernel versions i would like to get the difference between (web interface, checkout a git repo, whatever..) could anyone tell me what is most straightforward way? [15:52] lokus, you have 2 kernels, and you want the difference/ changelog? check out launchpad, for those changelogs [15:59] oerheks: yes. thanks === tucked is now known as disi === Mibixy is now known as Mibix [16:25] hi! I'm trying to set up a local mirror of the waterfox apt repository. My method works nicely for winehq, but with waterfox, when I "apt update" on Ubuntu focal amd64, it fetches /dists/xUbuntu_20.04/InRelease and /dists/xUbuntu_20.04/Release but doesn't even try to download /???/Packages or /???/Packages.gz. What might I be missing? [16:25] Is it because there's no "Suite:" entry in https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/xUbuntu_20.04/Release ? [16:28] it also doesn't have a Components: entry, maybe that's the problem [16:30] Sven_vB, no clue there, what guide do you follow? [16:31] oerheks, I use debmirror with some URL rewriting to omit the dists/???/ part on the opensuse server [16:32] the URL rewriting is only in the downloader part, so the local repo has dists/xUbuntu_20.04/ as debmirror expects [16:33] I can make a temporary public copy if it helps [16:33] https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/xUbuntu_20.04/ the release files are here... but the site is awfully slow [16:34] one reason why I'd like to mirror it. :-) [16:35] debmirror succeeds and the created files look good on the webspace, so I guess it's just a config problem. well, obviously it is, because if it were about missing files, the server logs would show at least an attempt to download them. [16:37] my apt source line is "deb http://waterfox.aptmirror.test/ xUbuntu_20.04 main", but there's no mention of "main" anywhere in Release. I'm currently researching how to put a wildcard instead. [16:40] Sven_vB: what's the `deb` line for using the upstream repo directly? [16:40] there are ways of referring to apt sources that use a single directory instead of several components [16:40] I've no idea. I'll check [16:40] (iirc suite has to end in a / in that case) [16:43] "deb http://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/xUbuntu_20.04/ /" according to https://software.opensuse.org//download.html?project=home%3Ahawkeye116477%3Awaterfox&package=waterfox-classic-kpe , I'll try with that. [16:44] yeah, that's a single-directory repo all right [16:45] I'll adapt the layout on the mirror webspace [16:47] if I'd want to change it to regular layout I guess I'll need to sign it with my own key, do I? [16:48] if you want to tamper with the contents of the Release or InRelease file, yes [16:48] (any of the files actually) [16:52] seems to work now. :-) thanks oerheks and mgedmin! [16:52] have fun! [17:28] hey guys, got a sticky issue with a sound card not working on a cheapy laptopp [17:28] anyone wanna give it a bang? [17:31] linuxson, share some details like ubuntu version, lspci output and laptop specs? [17:32] oerheks: hey, can do. which pastebin do I use? [17:33] paste.ubuntu.com [17:33] oerheks: Its a cheapy Mecer laptop, bought on TakeAlot, will share link now to exact model [17:34] oerheks: Using Linux Lite v5 [17:34] linuxson: you'll need to seek support from "Linux Lite" [17:34] meh, no fork support [17:35] I upgraded from 18.04 to 20.04 along the normal path (prompted), and it seems to have really killed my wifi drivers. some debug info: https://paste.ubuntu.com/p/J7gXvwXpMR/ [17:35] we might not give a good answer :-P [17:35] oerheks: https://paste.ubuntu.com/p/bWvvcJm2BC/ [17:35] ah okay [17:36] I was able to get them working briefly by installing "rtl8821ce-dkms" but that seems to have been nixed on reboot, and doesn't fix now. I disabled SecureBoot after that. [17:36] https://packages.ubuntu.com/search?keywords=rtl8821ce-dkms ... oh [17:38] oerheks: oh? [17:38] oerheks: There is no more Linux Lite support on any IRC channels [17:38] linuxson, then try ##linux? [17:39] oerheks: cool [17:56] Hi there. So I've tried installing Xubuntu 20.04 from a live environment that crashed when installing the bootloader, and I've also tried doing a debootstrap-based installation from my working Xubuntu 18.04. Trying to boot Xubuntu 20.04 causes it to always hang at boot with "(1 out of 5) A start job is running for /dev/disk/by-partlabel/X" where X [17:56] is *literally every single partition in my /etc/fstab.* What could be going wrong here? Is there some way I can try to figure out what it's trying to do? === retentiveboy_ is now known as retentiveboy [18:04] HugLifeTiZ: it's likely the filesystem checks. You can probably skip them with Control+C but if it's hanging that may indicate a problem. [18:06] nicomachus: I can also just set all the fstab pass fields to 0 as well right? === tds2 is now known as tds [18:58] hor do I install roundcube for nginx? [19:02] Niklas_E: Did you try sudo apt install roundcube [19:02] yes [19:03] I am not familiar with roundcube -- sorry I can't help [19:05] tons of guides for roundcube, https://linoxide.com/linux-how-to/install-roundcube-webmail-ubuntu/ and there is #ubuntu-server too, for support [19:05] blue1: start with this https://www.linuxbabe.com/mail-server/install-roundcube-webmail-ubuntu-16-04-nginx-mariadb-php7 You might have to change things around a bit for later versions of ubuntu/php/nginx [19:09] thanks [19:09] that is a mail server? [19:09] Niklas_E ^^ [19:09] yes [19:09] nice! [19:09] and trouble with mailservices is; one needs to monitor it 24/7 [19:10] i messed with sendmail a long time ago [19:19] I need to install ocrfeeder 0.8.3 and I have no idea. 2 options: clone from gitlab https://gitlab.gnome.org/GNOME/ocrfeeder or install the tar.xz. Which one should I do and why? [19:19] I assume gitlab is the prefered way, because I can update it easier than with tar.xz? [19:21] i see ubuntu used the git repo https://launchpad.net/ubuntu/+source/ocrfeeder/ [19:26] launchpad = ppa oerheks ? [19:27] oerheks: blue1: roundcube is not a mail server. It's just a web interface. For instance I run with with postfix(MTA) behind roundcube on a server. [19:27] no, that list are our official packages [19:27] next groovy will have 0.8.3 [19:27] so, yes, if you *need* to, build it yourself https://gitlab.gnome.org/GNOME/ocrfeeder [19:28] frad: why do you need 0.8.3 right now? [19:29] leftyfb, i might not need to, I found gimagereader-gtk as a frontend and it works. Somehow I am unable to start ocrefeeder standalone if I want to read pdfs... [19:30] frad: try 0.8.1 which is available in 18.04 and 18.10 and go from there [19:31] leftyfb, I guess I need to explain myself better: I installed 0.8.2 from the repos (synaptic) and tried to use it to ocr a pdf file. It didn't work, as ocrfeeder does nothing with pdf files. It does not crash, but does nothing. After installing gimagereader, I can ocr pdf files [19:32] I thought I had to install the latest ocrfeeder === endarchy1 is now known as endarchy === beaver is now known as Syn-Ack [20:39] Hello, i am on Ubuntu 20.04.1 LTS, how i can share my screen "videos" from firefox etc, to my samsung smart tv (via wifi) [20:45] there is gnome-network-displays as flatpak https://flathub.org/apps/details/org.gnome.NetworkDisplays [20:47] oerheks: it says "failed to install file: not supported" [20:47] one needs to install flatpak tools first i guess. ugly. there is no deb or snap :-( [20:49] !info flatpak [20:49] flatpak (source: flatpak): Application deployment framework for desktop apps. In component universe, is optional. Version 1.6.5-0ubuntu0.1 (focal), package size 1041 kB, installed size 5579 kB [20:50] oerheks: im trying it, i need to reboot, brb. thanks [20:55] oerheks: failed to install file: authentication failed?? :( [20:56] its crazy why developers dont make it build in option [21:10] I seem to have found trouble by trying to install a copy of ubuntu to an external drive.... problem seems to be grub [21:11] in the installer, I selected sdb as the destination for grub (sda already had grub but I didn't want any changes to sda) [21:12] upon rebooting, I get grub errors if the external drive is not connected, so it seems that changes were made to grub even though nothing related to sda was touched in my selections [21:13] changes were made to sda** [21:18] oerheks: i managed to install it but now it says "no wifi p2p adapters found" :S [21:25] how i enable wifi p2p on 20.04 lts ?? [21:34] how i can enable wifi p2p? [22:00] by having some patience [22:00] and I've forgotten what to even google for. What's the ubuntu ZoL licensing kerfufful about? === tds4 is now known as tds [22:10] greetings. my chromium-browser seems to use 279GB of virtual memory. how abnormal is that and can I do anything about it? [22:21] tga, hi, how are you checking that? [22:45] diskin: ps -eo pid,vsize | grep chromium [22:46] diskin: need to add cmd, ... ps -eo pid,vsize,cmd | grep chromium [22:56] pavlos, but then you need to sum all processes, right? === endarchy1 is now known as endarchy