[Buildroot] FW: [PATCH 1/1] toolchain-buildroot: create a relocatable one

Baruch Siach baruch at tkos.co.il
Sun Jun 15 12:16:02 UTC 2014


Hi Noam,

On Sun, Jun 15, 2014 at 11:46:03AM +0000, Noam Camus wrote:
> > See the EXAMPLE section of the git-send-email(1) man page (online at
> > http://git-scm.com/docs/git-send-email).
>
> I followed EXAMPLE section but /usr/libexec/git-core/git-send-email always 
> complains:
> Unable to initialize SMTP properly. Check config and use --smtp-debug. VALUES: server=smtp.gmail.com encryption=tls maildomain=xxx.ezchip.com Debug=0 port=587 at /usr/libexec/git-core/git-send-email line 1041.
> 
> This is Net::SMTP->new() that always returns NULL.
> I used CPAN to install latest Net::SMTP.
> 
> Any ideas?

Your friendly corporate firewall might be blocking outgoing traffic to port 
587. Try doing 'telnet smtp.gmail.com 587'. If you get timeout, this is most 
likely the reason. Your best options is to talk to your IT department to let 
you access to outgoing port 587. If that fails I can think of two workarounds:

1. Use an external server you can control from withing your corporate network 
   (SSH would be best, though I guess your firewall blocks SSH as well)

2. Tunnel SMTP over HTTP somehow. This is quite ugly.

Others on this list may have better solutions for this frustrating problem.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list