similar to: "Full name" environment variable?

Displaying 8 results from an estimated 8 matches similar to: ""Full name" environment variable?"

2003 Nov 17
8
DTMF
I am trying to connect to a vocal server from an asterisk server. A call is received via iax2 to my asterisk server. I then initiate a SIP connection to the vocal server. everything works great except dtmf doesnt work. A cisco 5300 can connect to this vocal server and do dtmf without a problem. I have my dtmf set to rfc2833 in the general section of the sip.conf . I can confirm that the
2004 Oct 31
7
Howto route through
Hello list, I''m having a little trouble imagining a setup I''ll soon have. I am in the process of getting a routed /28 to my homeLAN. What I want to do is to put a linux box in front of the lan to filter some of the unneeded and potential dangerous ports. Now the box has 2 nics, one for the inside one for the outside. How should I go on to setup those NICs when a) the PCs in
2008 May 03
1
Subject: Re: "yum update" did not update kernel on one box
On 03 May 2008, Kai Schaetzl <maillists AT conactive.com> wrote: >Message: 61 >Date: Sat, 03 May 2008 13:31:14 +0200 > Message-ID: <VA.000031c6.00c102f3 at news.conactive.com> >*Have* you verified that you are not already on the latest kernel? [lanny at compaq1300 ~]$ uname -a Linux compaq1300.HOMELAN 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 i686 i386
2013 Dec 02
1
imap-login hangs after receiving revoked SSL certificate
Good time of the day! My English is not very good, excuse me if I said something wrong. I use dovecot-2.1.16 on Gentoo Linux amd64. I need to setup dovecot (imap and pop3) for SSL and non-SSL connection simultaneously. For SSL connections client must submit a valid SSL certificate. Now SSL part of dovecot.conf looks like this: ----------------- ssl = yes ssl_cert =
2005 Nov 27
2
Samba 3.0.14a-2 / Cups problem
Hi, When I startup samba om my fileserver, it writes in samba.log the following message after a minute or 2: [2005/11/26 22:04:48, 0] printing/print_cups.c:cups_cache_reload(85) Unable to connect to CUPS server localhost - Connection timed out After another minute or 3 samba continues to startup, getting ready to serve clients. The funny thing about it is that there is no printer
2008 May 05
1
Subject: "yum update" did not update kernel on one box
On 03 May 2008, Kai Schaetzl <maillists AT conactive.com> wrote: >Message: 9 >Date: Sat, 03 May 2008 16:31:50 +0200 >Message-ID: <VA.000031c9.0166573a at news.conactive.com> >Lanny Marcus wrote on Sat, 3 May 2008 07:28:10 -0500: > Linux compaq1300.HOMELAN 2.6.18-8.el5 >Ok. I just asked because you never mentioned you had actually checked. >Just a kernel missing
2008 May 02
5
"yum update" did not update kernel on one box
This morning, I did "yum update" on my wife's box. It did not update the kernel. I ran the command again, and there is a response that no updates are available. Her box is a Compaq Evo D300v Celeron. During the past couple of days, when I did "yum update", on my daughters box and mine (Dell Dimensions), the kernel was updated and in the GRUB menus now, there are two (2)
2006 Jan 26
8
nat table remenbering nat''s
Dear All Why NAT rules stays valid even if I flush nat anf table chains?? I have: iptables -P FORWARD DROP iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A FORWARD -s SOME_IP -d SOME_BCP_5_IP --dport 1234 -j ACCEPT iptables -i nat -A PREROUTING -s SOME_IP -d MY_INTERNET_IP \\ --dport 1234 -j DNAT --to-destination SOME_BCP_5_IP The conection is