search for: testaction

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

Did you mean: test_action
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 SOUR...
2007 Jul 13
2
telnet to dovecot not creating mbox
Hi, Whenever I create a new email user, telnet fails until an email is sent to that user to create his mbox. This is the error that it gives. Anyone know how to fix this? I could 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...
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. What I...