search for: testact

Displaying 3 results from an estimated 3 matches for "testact".

Did you mean: testacl
2013 Mar 21
1
"ERROR: Unknown Interface" in action chain?
...DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER # PORT PORT(S) DEST LIMIT GROUP #SECTION ALL #SECTION ESTABLISHED #SECTION RELATED #SECTION INVALID #SECTION UNTRACKED SECTION NEW TESTACTION net any #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE that action attempts to DROP for all members of an IPSET: cat /etc/shorewall/action.TESTACTION ?FORMAT 2 ############################################################## #TARGET SOURCE DEST PROTO DEST S...
2007 Jul 13
2
telnet to dovecot not creating mbox
...d create the email account script to touch the users mbox, but I havn't needed to do this in the past with ipop3d and dovecot on a different server. [root at mail log]# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Dovecot ready. user testact +OK pass +OK Logged in. -ERR Internal error occurred. Refer to server log for more information. [2007-07-13 10:37:15] Connection closed by foreign host. Jul 13 10:33:43 mail dovecot: pop3-login: Login: user=<testact>, method=PLAIN, rip=::ffff:127.0.0.1, lip=::ffff:127.0.0.1, secured Jul 13...
2000 Oct 26
1
Rgui and tcltk
...o the problem: -- the R prompt does not re-appear until <return> is pressed -- text output to the R Console window *disappears* after <return> is pressed The following, in R 1.1.1 under Windows NT 4, and using Tcl/Tk 8.3, illustrates: library(tcltk) testwindow <- tktoplevel() testaction<-function(){cat("Hello\n") flush.console()} testbutton <- tkbutton(testwindow, text="Click me", command=testaction) tkpack(testbutton) This successfully makes a Tk window with a button. But pressing the button does not do what I intended. Wha...