similar to: Not quite on topic, but...

Displaying 20 results from an estimated 5000 matches similar to: "Not quite on topic, but..."

2005 Dec 13
3
Some questions
First of all, thank you to all of you who have helped to make iptables possible, whether in writing the code for it or testing it. It is BETTER than sliced bread! :-) Anyways, I have two questions related to the use of iptables. 1. I read on a post somewhere that it is smart to put the following two rules at the end of one''s iptables ruleset: iptables -A INPUT -p tcp -i eth0 -j
2005 Dec 02
1
Interesting question
Gentlemen, First of all, I would like to thank everyone for your input in this mailing list. Every day I glean something new, which is really nice. I also appreciate the effort that some of you put into making tc and iptables work. Now, on to my question. I am running a home network that consists of about three computers, plus a VoIP box. I would like to use tc in order to give priority to
2007 Mar 08
10
routing TCP to another box preserving ORIGINAL client IPs
My TCP clients connect to box A. I need to forward those connections to a server on box B, such that the original client IPs are visible to the server on B. Each box has two Ethernet ports. One port on each box is connected to WAN, and they are cross-connected in a LAN via remaining ports: ------------------- ------------------- WAN -- |eth0 Box A eth1|---LAN---|eth1 Box
2005 Jul 01
5
linux bridging problem: how to emulate 2 separate interfaces on a single one?
Hi all. I would need to use a single physical interface on a Linux box to manage two different IP addresses (belonging to two separate logical subnets) with two different MAC address. (I need to emulate te presence of two separate physical interfaceses for a PC on the same LAN, at layer 2 and layer 3). Is it possible to use the linux ethernet bridging code and two tap interfaces for this
2010 Oct 05
0
[LLVMdev] way to determine which version of llvm for llvm-gcc? Xcode specifically
Hi Robb, When you run llvm-gcc with -v, you should see as part of the output something like: gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2366.3) That last bit on the end is an llvm tag version and should do the trick for what you're looking for. They generally refer to the tags at http://llvm.org/svn/llvm-project/llvm/tags/Apple. -Jim On Oct 4, 2010, at 4:50 PM, Robb
2007 Aug 24
1
TE120P digium card PRI_CPE error
Dear all I got one more error my asterisk E1 card connected with avaya E1 card [avaya]-------E1-----[asterisk] i got this 2 error what is start asteris on consol mode asterisk -vvvvc [Jul 27 09:51:29] WARNING[737] chan_zap.c: PRI Error on span 0: We think we're the CPE, but they think they're the CPE too. [Jul 27 09:51:30] WARNING[737] chan_zap.c: PRI Error on
2010 Oct 04
2
[LLVMdev] way to determine which version of llvm for llvm-gcc? Xcode specifically
I'd like to know if there is a way to find out which llvm version a given version of llvm-gcc is using for code generation. Specifically, I'm working with Xcode 3.2.5's arm-apple-darwin10-llvm-g++-4.2 Calling it with --version and --verbose don't give any hints. I want to run the compiler with --emit-llvm and eventually call llc. llc isn't included in Xcode so I want to
2010 Jun 26
4
optim() not finding optimal values
I am trying to use optim() to minimize a sum-of-squared deviations function based upon four parameters. The basic function is defined as ... SPsse <- function(par,B,CPE,SSE.only=TRUE) { n <- length(B) # get number of years of data B0 <- par["B0"] # isolate B0 parameter K <- par["K"]
2007 Oct 02
2
Having problems posting to the list
Hi All I'm having problems posting to this list, no bounces the mails just dont show any advice how to get the postings through is there filtering? robb
2004 Jul 12
4
call Intrude
Hi I have looked through the wiki and search the mailing list, but I cannot find a way to intrude on a call, can asterisk do this feature? if so how? Thanks for your help Robb
2012 May 08
0
[LLVMdev] Address space information dropped
On Tue, May 8, 2012 at 4:59 AM, Ivan Llopard <ivanllopard at gmail.com> wrote: > Hi Eli, > > > On 07/05/2012 18:15, Eli Friedman wrote: >> >> On Mon, May 7, 2012 at 5:15 AM, Ivan Llopard<ivanllopard at gmail.com> >>  wrote: >>> >>> Hi all, >>> >>> Tuning my TargetAsmPrinter implementation in the back-end side, I
2008 Nov 30
3
DTMF Tones
Hi All I cannot seem to find a way to stop atserisk inercepting DTMF tones and regenerating them even on a zap to zap bridged call is this possible? Thanks Robb
2008 Jun 13
2
Rails at a different document root?
Hi, I need my Rails app to not create internal URLs that begin with "/", but rather something like "/rails". Does anyone know where this would be configured? Basically, I''m building a setup with Rails behind Apache, and Apache using mod_proxy to route requests to the Rails server instance. So for example, Apache is doing this: https://server/rails --->
2007 May 11
2
megasr Sata Raid driver and the lastest kernel
Hi List I'm trying to update to the lastest kernel but I have a dirver that is not inculded in the distrubution, and I had to use the driver disk when installing centos 4.4 in the first place, The driver megasr .ko works fine with the installed kernel but I cannot find on for the updated kernel, any adive would be appreciated. without the updated driver there is a kernel panic on boot due to
2007 Apr 18
4
[Bridge] Bridging Firewall with Kernel 2.6 failed
Hi all, I have a bridging firewall running fine with kernel 2.4.31 (Slackware 10.1) and iptables 1.2.11 Yesterday I install the new kernel 2.6.14.3 and iptables 1.3.4 but the bridging firewall doesn't work anymore. Do I need to patch the kernel 2.6 as what I did it for kernel 2.4? Or what I have missed? Regards, ro0ot
2018 Apr 25
2
Find/delete bad DNS Entry
Thanks for the reply Denis! I tried upgrading samba and it said "2:4.3.11+dfsg-0ubuntu0.16.04.13" is the latest version. The RSAT DNS Manager fails to list the contents of the zone. It actually kills the SMBD process when I try and I have to restart it. So I can't compare it to Apache Directory Studio. Is there some way to query the underlying samba DNS data store to find the
2010 Feb 20
2
Sending a hook flash to a DAHDI channel
I've got a piece of CPE equipment that has an FXS port that I have tied to an FXO port on a TDM400 clone card. Normally, if I go off-hook with a standard telephone connected to it, I get a dialtone. If I dial a digit, and send a hookflash, the device will provide a dialtone back for the next available channel on the device. I'm trying to recreate this same behavior with Asterisk,
2007 Apr 18
1
[Bridge] Problem with Routed mode using br2684ctl tool
Hi, I am writing this email in sincere hope that somebody experienced similar/same problem and found solution to it. The classical bridge setup could be achieved using brctl tool, which could be found at: http://home.regit.org/br2684.html I have an ADSL CO line card Linux based [2.4.24 kernel] with 8 nas interfaces and eth0. Rather than having bridge, the decision was to have a router, which
2007 Apr 17
1
Transfercapability DIGITAL
Hi I have a requirement to bridge Digital ISDN call through an asterisk box but no matter what I setup in the dial plan the second leg of the zap bridge is always set to Transfer Capability of SPEECH, I wondered if any one has come across this and managed to fix it? Thanks in advance for your help Robb
2003 Sep 19
2
Recall doesn't seem to work
Hi I'm having a problem where the recall button doesn't work If i press recall before I dial numbers it disconnects me which is what I would expect, but during a conversation if I want to transfer the TDM 400 just ignores the recall Any advice would be gratefully received Thanks Robb