search for: dimick

Displaying 5 results from an estimated 5 matches for "dimick".

Did you mean: mimick
2003 Sep 10
5
Cisco 7940/7960 XML application hint
I don't know if this is already common knowledge, and it's not specificly for Asterisk, but if you are using Cisco phones and want to roll XML applications, make sure you have "Connection: close" in your HTTP header. Without it screen loads are very sluggish. In PHP, do: header("Connection: close"); I whipped up quick-and-dirty PHP/MySQL/Cisco XML directory and
2007 Jan 23
1
Segfault/panic with Samba 3.0.23d and setuid
...ore(173) dumping core in /var/log/samba/cores/smbd [2007/01/23 09:07:43, 0] lib/util_sec.c:assert_uid(101) Failed to set uid privileges to (-1,65534) now set to (0,0) [2007/01/23 09:07:43, 0] lib/util.c:smb_panic(1599) PANIC (pid 20600): failed to set uid [global] workgroup = DOUG.DIMICK.NET server string = %h map to guest = Bad User obey pam restrictions = Yes passdb backend = tdbsam passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . unix password sync =...
2008 Mar 19
1
End of search string question
How do I tell LogCheck that I don't care what's in the rest of the search string? ^\w{3} [ :0-9]{11} m0n0wall ipmon\[[0-9]+\]: [0-9:]{8}\.[0-9]{6} xl0 (@ 0:3|@100:3) (b|p) 192\.168\.2\.[0-9]{1,3} -> [0-9.]{7,15} PR igmp len [0-9]{2} \([0-9]{2}+\) IN$ ^\w{3} [ :0-9]{11} m0n0wall ipmon\[[0-9]+\]: [0-9:]{8}\.[0-9]{6} xl0 (@ 0:3|@100:3) (b|p) 192\.168\.2\.[0-9]{1,3} -> [0-9.]{7,15} PR
2007 Nov 01
0
Rule question for port 80 - outgoing
I'm trying now two write a rule that will filter out all outgoing port 80 requests from users. How do I make a list of the variables I'd like to search for? XXX.XXX.XXX.XXX,80 PR tcp len 20 52 -AF IN XXX.XXX.XXX.XXX,80 PR tcp len 20 52 -AR IN XXX.XXX.XXX.XXX,80 PR tcp len 20 52 -S K-S IN the AR, AF and S-K are the three I'd like to search for. Here's a bit of code I've got
2003 Sep 24
0
Re: Asterisk-Users digest, Vol 1 #1380 - 15 msgs
You have the session target as the IP address of the router's own ethernet interface. You probably want that to be the address of the Asterisk server instead. I also highly recommend you use full duplex ethernet, as voice packets don't really like to be restransmitted when a collision happens. -d > Message: 10 > From: "Bartosz Jozwiak" <bartek@cq-link.sr> >