search for: nati

Displaying 7 results from an estimated 7 matches for "nati".

Did you mean: napi
2004 Nov 29
2
Interesting oopses...
...# Clear old shapers... echo "Clearing old shapers..." $TC qdisc del dev $IFIN root 2> /dev/null > /dev/null $TC qdisc del dev $IFOUT root 2> /dev/null > /dev/null # Clear old iptables... echo "Clearing old iptables..." $IPT -t mangle -F POSTROUTING $IPT -t mangle -F NATI $IPT -t mangle -X NATI $IPT -t mangle -N NATI $IPT -t mangle -F INAT $IPT -t mangle -X INAT $IPT -t mangle -N INAT # Match local traffic $IPT -t mangle -A POSTROUTING -s 10.0.0.0/8 -d 10.0.0.0/8 -j CLASSIFY --set-class 1:1 $IPT -t mangle -A POSTROUTING -s 10.0.0.0/8 -d 10.0.0.0/8 -j ACCEPT # Clas...
2012 Jan 31
1
Installing Ubuntu Naty 11.10 Fifa 10
Installing Ubuntu Naty 11.10 Fifa 10 Hi all I managed to install fifa 10 without any errors I would like to help install this game to those who want to play. How and where they can collaborate to follow the steps for installation? I'm from Argentina. This was translated by google
2005 Feb 02
8
howto answer a call in a queue
hello i need to know how to enable the feature in the agents.conf to make the users got to press # to answer the call when is in the queue and the agent is logged in. at this time the call enters the queue and the agents who is logged in only beeps once and then the call enters automatically. can anybody help me?? TIA Edgar
2003 Jul 11
0
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthenticatio n no + PermitEmptyPasswords yes (followup)
...allows access to > passwordless > > account without a valid key when sshd_config has > PasswordAuthentication no > > + PermitEmptyPasswords yes > > > > Attempts: > > Installed maintence pack3 and recompiled both OpenSSH and > OpenSSL (0.9.7b) > > with native c compiler. > > > > Recompiled both OpenSSH and OpenSSL (0.9.7b) with gcc (2.95.2). > > > > Still the same problem. > > > > Looking at auth2.c line 185-190: > > authenticated = m->userauth(authctxt); > > sets authenticate to 1 when PermitEmptyP...
2003 Jul 17
1
possible bug + patch : OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + P asswordAuthentication no + PermitEmptyPasswords yes
...IT debug2: bits set: 1601/3191 debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: KEX done debug1: userauth-request for user natis service ssh-connection method none debug1: attempt 0 failures 0 debug3: allowed_user: today 12244 sp_expire -1 sp_lstchg 12240 sp_max -1 debug2: input_userauth_request: setting up authctxt for natis debug2: input_userauth_request: try method none Accepted none for natis from 192.168.1.1 port 1199...
2012 Jul 20
0
[LLVMdev] LLVM Kaleidoscope Chapter 7 Compilation Error in MinGW32(MSYS Shell) on Windows
...idoscope Chapter 7 code with the proposed instructions, it always fails with the bottom error messages. I've tried this on Windows XP, Windows 7, and Windows 8 (Release Preview), always the same messages. Error message: $ clang++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core jit nati ve` -o toy c:/llvm/llvminstall/lib/libLLVMCore.a(Instructions.cpp.obj): duplicate section ` .rdata$_ZTSN4llvm10ilist_nodeINS_11InstructionEEE[typeinfo name for llvm::ilist_ node<llvm::Instruction>]' has different size c:/llvm/llvminstall/lib/libLLVMCore.a(Instructions.cpp.obj): duplicate...
2002 May 09
0
functions : server_input_channel_req userauth_pubkey
...Key *key; char *fp; + char *comment; + int commentlen; /* no user given */ if (pw == NULL) @@ -219,6 +224,11 @@ continue; } /* cp now points to the comment part. */ + /* NaTIS */ + comment = cp; + commentlen = strlen(comment); + if (commentlen > 0 && comment[commentlen -1] == '\n') + comment[commentlen - 1] = '\0'; /* Check if the we have found the desired key (identif...