/srv/irclogs.ubuntu.com/2019/07/16/#ubuntu-server.txt

distantHello, im just looking for somw help with errors im recieving trying to enable memory ballooning. Everytime i try to execute the command "VBoxManage modifyvm <VM name> --largepages off" with the UUID i get from "sudo blkid" or "# /usr/sbin/dmidecode | grep UUID" i recieve a error stipulating: "VBoxManage: error: Could not find a registered machine with UUID"02:51
lordievaderGood morning06:28
supamanlordcirth: found it! :-) (it was a cron job on the NFS server that uses truncate to set the file size to 0)09:24
gokhanihi folks, How can we configure iscsi volumes on ubuntu 18.04.2 LTS live server ? There is no selection like Configure ISCSI volumes ? I need help12:05
DangerosoDavo_Hey, I hear here is a good place to ask about postfix and ubuntu12:05
DangerosoDavo_Well incase it is, can someone give me a little help?  I'm trying to setup a contact form on a website I'm hosting on a digital ocean droplet. (LEMP server image) ive got it working, the website works well and all.  but its not sending emails via the contact form, however it was in the past on a pervious host, after a little digging i am getting so12:10
DangerosoDavo_me errors in the /var/log/mail.log Its losing connection while performing the HELO handshake12:10
sdezielgokhani: I don't know if the live installer has that ability. I'd check the d-i one maybe12:11
sdezielDangerosoDavo_: are you losing the connection no matter where you make it? Or is it just a single domain/MX that drops you?12:13
gokhanisdeziel,  I checked debian installer but it has not ability to set vlan intarface12:13
gokhanisdeziel, I want to reach iscsi disk with vlan tagged interface12:14
sdezielgokhani: OK, then maybe you could open a shell in the installer env and do the missing setup by hand. Missing setup meaning VLAN config for d-i and iSCSI for live installer12:16
sdezielgokhani: I suspect that doing the VLAN config on d-i might be easier12:16
DangerosoDavo_I didnt see the reply sorry.12:34
DangerosoDavo_This screenshot might help https://i.imgur.com/DjSzSBN.png  But I've got 2 domains pointed to the server and the mx records point to an email provider (123-reg) as I'd like my emails to be handled by them, but I have a contact form on a website which sends to another domain so its all in one palce12:36
DangerosoDavo_i have a records pointing to the ip12:37
DangerosoDavo_sdeziel I forgot to tag12:37
TJ-DangerosoDavo_: try the same connection manually using telnet, see if you get any indications from the remote MTA as to why the HELO negotiation fails12:40
TJ-DangerosoDavo_: it's possible you're trying to treat the remote MTA as a relay and it blocks that, if it isn't the MX for the target domain12:41
sdezielDangerosoDavo_: if you are relaying through an email provider (123-reg) then your postfix should only be talking to their servers. ATM your postfix tries to do direct deliveries to mailguard-2.talkcloud.co.uk12:44
DangerosoDavo_I see, Email is new to me, How do i use telnet do that?  I'm new to running the server too.  I know my way around linux to a fairly basic but functional way. I can setup a server to host a site/proxy etc but I havnt used sendmail or postfix before.  I'm guessing the auto-config digital ocean have doesnt work without futher configuration12:52
TJ-DangerosoDavo_: the local postfix should be sending the email directly, not relaying it through a 3rd party MTA (unless that 3rd party has authorised relaying)12:59
DangerosoDavo_Okay, right, so directly. I was reading that there needs to be an MX or A record pointing back to there server ip. I just thought, would going trough cloudflare would change that resolved ip?13:02
DangerosoDavo_the* server ip13:02
TJ-MX records are for *receiving* email to your domain; nothing to do with *sending* email to others13:05
tomreynthere are 'contact forms' which can do remote smtp auth - might be a better option?13:07
TJ-sounds like the 'form' is using the local postfix/sendmail but postfix has been configured to send everything to a smarthost. Sounds like a very good example of why not to operate your own MTA if you've got no previous experience13:09
DangerosoDavopostfix has been left as it was installed, it tries to send the email directly (unless im mistaken) as it showed in the screenshot.  https://i.imgur.com/DjSzSBN.png13:12
DangerosoDavoI don't know why it is failing the HELO handshake though.    After thinking about it and what has been said above,  I think that postfix needs configuring.13:15
TJ-DangerosoDavo: oh! beg-pardon - your description suggested you were using a mail relay13:15
DangerosoDavosorry :D13:15
TJ-DangerosoDavo: start a telnet session to the server and do the negotation manually  https://port25.com/how-to-check-an-smtp-connection-with-a-manual-telnet-session-2/13:16
DangerosoDavoSorry for being such a novice https://i.imgur.com/x9wIxtC.png  Did i type those commands correctly?13:27
DangerosoDavoneed to setup my .bashrc / .bash_profile too yet :D13:28
DangerosoDavonot transferred it yet13:28
TJ-DangerosoDavo: it's pretty clear "No SMPT service here"13:29
TJ-DangerosoDavo: I'd guess that your host's reverse-DNS is not configured correctly13:31
DangerosoDavoIs that on the remote host (talkcloud)?  Or on the web server?  It receives email normally from other sources, I'm in regular contact with them.13:31
TJ-DangerosoDavo: to prevent abuse, the remote MTA will use the EHLO <fqdn> to do a reverse-lookup and check that the IP address matches the clients IP address13:31
DangerosoDavoMakes sense.13:45
superbootHow can I install php-apcu on 18.04 server? I've installed the package php-apcu, but PHP/apache2 isn't seeing it. Hints?14:10
tewardsuperboot: did you restart Apache and PHP yet?14:11
tewardyou need to restart Apache2 to refresh the PHP plugins if you're using Apache's inbuilt PHP modules14:11
superbootteward: No I didn't. Haha14:12
superbootThanks. That worked. :)14:15
tewardsuperboot: restart the Apache2 service then try.  whenever you change PHP plugins you have to restart the underlying PHP process - for Apache2's inbuilt you have to restart the entire Apache service :P14:15
superbootteward: Ok, cool. That makes sense. :)14:15
DangerosoDavoRight-o Followed some guides, https://i.imgur.com/gFC17mR.png14:20
DangerosoDavoCheers for your help and patience TJ14:20
DangerosoDavoIt was the reverse dns, turns out Digital ocean sets it up for you, but you have to use a fqdn as your droplet name14:21
TJ-DangerosoDavo: aha !14:23

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!