similar to: Multiple Static Ip''s on a adls connection

Displaying 20 results from an estimated 2000 matches similar to: "Multiple Static Ip''s on a adls connection"

2019 Mar 03
2
bug: sample( x, size, replace = TRUE, prob= skewed.probs) produces uniform sample
When `length( skewed.probs ) > 200' uniform samples are generated in R-devel. R-3.5.1 behaves as expected. `epsilon` can be a lot bigger than illustrated and still the uniform distribution is produced. Chuck > set.seed(123) > > epsilon <- 1e-10 > > ## uniform to 200 then small > p200 <- prop.table( rep( c(1, epsilon), c(200, 999-200))) > ## uniform to 201
2002 May 29
1
1.73 - Invalid or corrupt kernel image
What changed between 1.72 and 1.73? Changelog doesn't indicate anything that would effect this that I can tell. created 1.68MB floppy using syslinux 1.73 FAILS using syslinux 1.72 BOOTS OK results: 1.73 - I can hear the floppy doing something, but no output to screen. SYSLINUX 1.73 2002-05-26 Copyright (C) 1994-2002 H. Peter Anvin [ message printed here] Loading Invalid or corrupt
2016 Feb 24
2
[PATCH] D17497: Support arbitrary address space for intrinsics
> On Feb 24, 2016, at 09:32, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > My gut feeling is that it’s not worth it. When we move from typed to untyped pointers, we’re going to change the mangling from something like p200i8 to just p200, which is already quite a bit cleaner, and actually looks cleaner to me than the version proposed in this patch. > >
2016 Feb 24
0
Fwd: [PATCH] D17497: Support arbitrary address space for intrinsics
My gut feeling is that it’s not worth it. When we move from typed to untyped pointers, we’re going to change the mangling from something like p200i8 to just p200, which is already quite a bit cleaner, and actually looks cleaner to me than the version proposed in this patch. David > On 24 Feb 2016, at 17:28, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > This
2004 Jan 20
1
Compiling problems with SuSE
> -----Original Message----- > From: Uwe Klein [mailto:uwe-klein@foni.net] > Sent: Monday, January 19, 2004 9:14 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Compiling problems with SuSE > > > > From: Dustin Knuttgen on Sunday, January 18, 2004 11:47 PM > > > > > We tried to use SuSE initially and had no luck compiling zaptel
2005 Apr 11
1
Missing parameter in syslinux.cfg
When booting with syslinux 3.07 I get this: Missing parameter in syslinux.cfg Missing parameter in syslinux.cfg Missing parameter in syslinux.cfg Unknown keyword in syslinux.cfg it still boots as expected, if the comments before the DEFAULT keyword is removed, the boot is clean. this behavior has changed since 2.11, which doesn't give these messages with the same syslinux.cfg syslinux.cfg:
2007 Dec 22
2
[LLVMdev] Automatic assembler generation?
I've just started looking into code generation and have a newbie question: Is there enough information in the .td files to make a tool to automatically generate an assembler from them? Is a project like that in the works? -Rich
2007 Dec 22
2
[LLVMdev] Automatic assembler generation?
Hi, Nikolaos Kavvadias wrote: > Quoting Richard Pennington <rich at pennware.com>: > > I've just started looking into code generation and have a newbie > > question: Is there enough information in the .td files to make a > > tool to automatically generate an assembler from them? Is a project > > like that in the works? > > your question is reasonable,
2004 Sep 07
3
OT: firewalls
What is everyone using for a firewall? I'm currently using www.astaro.com but their recent releases have soured me on ASL as a practical solution on my hardware (1.2MHz Athlon, 30G, and 256M). I only have 4 computers going through the firewall wall but it's consistently at 50% cpu load. There is very little network traffic (<10k bits per second on the wan connection, < 40k
2007 Dec 22
0
[LLVMdev] Automatic assembler generation?
Quoting Richard Pennington <rich at pennware.com>: > I've just started looking into code generation and have a newbie > question: Is there enough information in the .td files to make a tool to > automatically generate an assembler from them? Is a project like that > in the works? > > -Rich Hi your question is reasonable, but it is probably out of scope for LLVM.
2006 Apr 26
1
IAX calls dropping after minutes
One of my PBXs drops calls after 7 to 10 minutes. I cannot see any reason for this. I upgraded to asterisk 1.2.7.1 last night, still no improvement. Calls are IAX2 to either teliax or voxee, doesn't seem to matter which. Codec is G729. Connecting over ADSL. Load is only onw or two calls, server is P4 2.4 GHz. Monitoring the ADLS does not show any significant packet loss. Watching the CLI
2001 Feb 12
4
Performance VPN over the internet
Hi 'tinc users' I'm new whit tinc and this mail-list. I like to build a vpn over the internet between two sites in Holland and Germany. Are there some experience whit the performance (turn-a-round en bandwidth) of a link. I want to use it for a 1,5Mb connection. Greetings, Fred Krom. - Tinc: Discussion list about the tinc VPN daemon Archive:
2002 May 17
1
Message File to serial console
Hello, Been useing syslinux with the Floppy Firewall Distribution for some time now. While testing a new hardware configurations, no video card - serial port only as console, I no longer receive a nice looking messsage to the screen(serial port). When video card is present, but still making the serial port the console everything is ok(In fact syslinux sends the message to both the video card
2013 Mar 27
2
FMOLS DOLS and ADL regression
Whether can any R package run Full modified OLS (Phillips and Hansen 1990 ), DOLS (Stock and Watson 1993) and ADL model (Pesaran and Shin 2001) for cointegrated VAR model? I cannot find any useful order in VAR and SVAR package. Thanks. Eric Wang [[alternative HTML version deleted]]
2012 Mar 08
1
ADL in auto.arima [SEC=UNOFFICIAL]
Hi, I am trying to run ADL model by using auto.arima in package "forecast". I put two time series,x and xreg, in the formula, but got message: Error in nsdiffs(xx) : Non seasonal data. Any one can tell how to use it? Thanks Richard *************************************************************************************************** IMPORTANT: * This transmission is intended for the
2003 Aug 01
2
Bandwidth Monitor
Anybody knows about one bandwidth meter to use in Bering. This is a script i built, it''s works wel, but it''s not very nice!!! =P #!/bin/bash # Bandwidth Monitor device=eth0 bytes=`grep $device /proc/net/dev | cut -f 2 -d : | cut -d '' '' -f 2` kbytes=`expr $bytes / 1024` actual=$kbytes i=1 x=0 total=0 while [ $i -le 2 ] do x=`expr $x + 1`
2016 Feb 24
5
Fwd: [PATCH] D17497: Support arbitrary address space for intrinsics
This probably needs broader discussion. We have an existing naming mechanism for polymorphic intrinsics; Elena is proposing a new one to avoid making the names for various load/store intrinsics particularly ugly. My personal take: 1) I like the cleaner naming scheme. 2) I'm not sure the additional complexity is worth it. (Not specific to the particular implementation proposed here.) 3) I
2008 Jun 11
3
Buffer in IceCast
Hi Tom, You might be right, but I don't get why my existing downloads (I guess they are on different routes) are not affected. If my ADLS provider is doing some IP adjustments (btw my IP is static) I expect everything to disconnect, not only my icecast connection. So I'll monitor my USRobotics logs today and tomorrow so see if there is something strange. Regards, On Wed, Jun 11, 2008 at
2019 Nov 15
3
Account locked and delayed user data propagation...
I need to do some testing, but before to hit by head on a known wall, i ask here. My AD domain get used (via PAM/Winbind) to give access to some other dervice, most notably here dovecot. When password expire (or users change it) the MUA try the old password some times, then ask for a new password; users cleraly get scared, press randomly 'OK' or 'Cancel', but if they press 2-3
2002 May 25
4
boot speed
To: Syslinux From: John Plunkett When Syslinux is used with floppy disks with a 1.44 MB format the boot proceeds at a good speed with no problems. When a format over 1.44 MB is used, the boot takes up to ten minutes. Is there a special setting for booting from floppy disks over 1.44 MB's? Is there documentation on how to configure with floppy disks with a format over 1.44 MB's? Thanks,