Re: .kshrc Definitions under X

2015-04-09 Thread Dutch Ingraham
> Still not able to do this. My /home/henri/.profile have this: > > export ENV="$HOME/.kshrc" > export LC_CTYPE="en_US.UTF-8" > export GOPATH=$HOME/go > PATH=$PATH:$HOME/Scripts > > My .kshrc > - > export PS1='$PWD $ ' > alias qu

Re: IPSec and Cisco peers

2015-04-09 Thread Stuart Henderson
On 2015-04-08, David Dahlberg wrote: > What I finally did was simply to enable DPD by default in isakmpd.conf > (you want to have it always on anyways). Note that you can have an isakmpd.conf with only needed settings, and continue to configure sessions with ipsecctl/ipsec.conf.

Re: Load Balance Outgoing Traffic via 3 outgoing interfaces

2015-04-09 Thread Stuart Henderson
On 2015-04-08, Indunil Jayasooriya wrote: > Hi Mics, > > I have a requirement that Users in LAN wan to browse INTERNET with squid > proxy server via 3 outgoing links. So I have a box with 4 Network > interfaces. One for LAN. 3 for outgoing links. I need fail-over as well. > So ifstated is a solu

Re: .kshrc Definitions under X

2015-04-09 Thread Henrique Lengler
On Sun, Apr 05, 2015 at 09:22:03PM -0700, Philip Guenther wrote: > On Sun, Apr 5, 2015 at 9:12 PM, Andrew Fresh wrote: > > On Sun, Apr 05, 2015 at 10:50:47PM -0300, Henrique Lengler wrote: > >> And it is called in ~.profile with this: > >> . /home/henri/.kshrc > >> > >> The problem is that these d

Re: vpnc and OpenSSL

2015-04-09 Thread Stuart Henderson
On 2015-04-06, Predrag Punosevac wrote: > I just spend two hours trouble shutting VPN connection with one of > external customer servers (Cisco 3000). It boils down to the fact that > VPNC client in our ports tree is compiled without OpenSSL support. I > noticed that customer's server was planting

Re: LibreSSL Portable compilation problem on Mac OS X

2015-04-09 Thread Hrishikesh Muruk
On Tue, Apr 7, 2015 at 10:28 PM, Brent Cook wrote: > > > On Apr 7, 2015, at 11:00 AM, Hrishikesh Murukkathampoondi < > hris...@gmail.com> wrote: > > > > Hi > > > > I got LibreSSL portable from > https://github.com/libressl-portable/portable > > > >

Re: Slight correction on "Does anyone else have an issue establishing a starttls to this host."

2015-04-09 Thread Kevin Chadwick
On Thu, 09 Apr 2015 09:54:17 -0700 Seth wrote: > > On my 5.6 box it stops at CONNECTED and the traffic shows client hello > > like for OpenSMTPD (well actually a certificate receipt can be seen in > > the encrypted traffic but not much more). > > Only thing I can think of is that you're running

Re: fax capable UMTS sticks [Was: Re: Question on Serial Ports]

2015-04-09 Thread Marcus MERIGHI
hru...@gmail.com (hru...@gmail.com), 2015.04.04 (Sat) 21:28 (CEST): > Did somenone manage to send Fax with an UMTS Stick? What vendor and > device? When I used phone line modems there were modems _with_ fax capabilities and some _without_. Possibly the same applies for those GPRS/UMTS/HSDPA/LTE/DA

Re: .kshrc Definitions under X

2015-04-09 Thread Henrique Lengler
On Thu, Apr 09, 2015 at 10:28:02PM +0200, Jan Vlach wrote: > Hi Henrique, > > I can see that both .kshrc and .profile are applied in printenv. Are you > missing aliases? What is the output of alias command? /home/henri $ alias autoload='typeset -fu' functions='typeset -f' hash='alias -t' history=

Re: .kshrc Definitions under X

2015-04-09 Thread Henrique Lengler
On Thu, Apr 09, 2015 at 04:47:38PM -0400, Dutch Ingraham wrote: > > Still not able to do this. My /home/henri/.profile have this: > > > > export ENV="$HOME/.kshrc" > > export LC_CTYPE="en_US.UTF-8" > > export GOPATH=$HOME/go > > PATH=$PAT