=== led_dark_2 is now known as led_dark_1 === yokel_ is now known as yokel [06:33] good morning [07:10] Good morning === bigbrovar__ is now known as bigbrovar [10:52] Any alternative to heirloom-mailx, where can I specify SMTP host,credentials as argument? I need simple oneliner. Thanks [10:55] muhaha: sendemail for example [11:08] cpaelzer: rbasak: hi, could I get a review of https://code.launchpad.net/~ahasenack/ubuntu/+source/libmspack/+git/libmspack/+merge/361459 please? [11:11] Nafallo anything else? [11:13] seems that msmtp has this option [11:16] muhaha: probably, but that's the one I have used in scripts when I need to send attachements automatically ;-) [11:29] ahasenack: yes. Doing it now. [11:29] rbasak: thanks [11:32] ahasenack: done [11:32] thanks [11:36] I was at it as well [11:36] well +1 as well :-) [11:37] even better :) [11:44] Hi all, I'm updating a 18.04 server, but the network seems to be very slow. I want to reboot the system and restart the update. The question is: is safe to stop the apt-get update with ctrl+x? May I damage the apt-get system? In case of yes could I stop, reboot and relaunch the apt-get with problems? [11:51] eugenio: if it's just downloading packages, then ctrl-c is safe [11:51] if it's already installing packages, then better not [11:52] ahasenack, ok, it is still downloading [11:52] ahasenack, when I start again the update it will start from the point where I left or from the beginning agin? [11:53] eugenio: it will pick up where it was stopped [11:53] Ok, perfect thanks ahasenack [11:56] ahasenack, actually there was a problem with the network, now I have reboot the server and the upgrade proceeded very fast. How can I investigate to find what was the problem? [11:57] no idea, and usually networks problems don't require reboots [11:58] ahasenack, how can investigate the reason why the network download speed was so slow? [11:58] so many ways [11:58] try another mirror, [11:58] check speedtest [11:59] try a random site, see if it maxes out our download bandwidth or not [11:59] if the problem is high latency, maybe you have a dns resolution problem and should switch dns servers [11:59] check your network card for errors [12:01] rbasak: are you looking into the mariadb dep8 failures in excuses? [12:02] ahasenack: no but I need to, thanks [12:03] hm, haproxy wants pcre2 [12:03] this will be fun [12:14] rbasak: juliank might have raced you [12:14] mariadb-10.1 (1:10.1.37-3ubuntu3) disco; urgency=medium [12:14] * Cherry pick upstream patch to fix test suite for 2019 [12:15] Ah. Thanks. === lotuspsychje__ is now known as lotuspsychje === TheHonorableKitt is now known as Thkitten === Thkitten is now known as THKitten [14:25] hi all [14:25] i'm struggling with mounting a networked drive to my system [14:25] i put this in fstab [14:25] https://pastebin.com/kPkMPtvm [14:25] but it gets mounted as root, so the user has no rights there [14:25] what am i missing? [14:28] DenBeiren: the user should be mounting this on a as use basis [14:29] i also used https://pastebin.com/z4eVTugQ [14:29] what do you mean by "as use" ? [14:30] DenBeiren: via their login as it shouldn't be mounted as root on boot so setup the user on the device if its a nas and see if the user can access it via fuse or gvfs [14:32] the last pastebin i posted should mount it as user/pass on boot no? [14:33] it's a ubuntu 18.04 server that needs to mount a share from a syno nas [14:33] and the user needs rw rights on that mounted share [14:34] so the server is mounting the nas and the user is connecting to the server to access the nas? [14:35] almost :-) the user on the server needs to access the nas [14:40] why not just connect to the nas via the users terminal without the server in the picture? [14:42] because on the server the user runs some programs,.. so it's the server's user that needs access to the nas [14:44] does the user exist on the nas and the server with same credentials? [14:45] yes [14:48] the only way I can see you doing this is by moving the stuff on the nas to the server and doing it that way. might be easier to do as you arent messing with 2 mounts === Serge is now known as hallyn [16:55] hi there! i am wondering if someone can help me to join a 18.04.1 machine to ad? currently i cant get a kerberos ticket. "kinit: Cannot contact any KDC for realm 'OUR.DOMAIN.LOCAL' while getting initial credentials" [16:55] dns resolution is working, i can ping the dc. [16:55] can you query the srv records? [16:56] like, are you using the AD DNS server for resolution? [16:56] i am, let me try to do that [16:57] friendlyguy: yeah, the magic works best if you are using the actual ad server as your dns [16:58] failing that, add the details to /etc/krb5.conf, just follow the examples in that file [17:13] mybalzitch: holy crap... found the issue [17:13] avahi [17:13] it was interfering with .local [17:13] heh [17:24] the annoying .local ;) [17:35] friendlyguy: glad you got it sorted!!! [20:48] hi, looking for good step by step guide on how to build latest squid server /or a ver that supports TLS/MITM on ubuntu 18.04?