-
2073268·text·16.2 KB·2011-06-01 15:50 UTC
psyc@coyotama-VirtualBox /home/coyotama $ /opt/psyced/bin-linux/psyclpc -DDEBUG=1 --hostaddr 0.0.0.0 --hostname coyotama.pwnz.org --tls-key /etc/psyc/key.pem --tls-cert /etc/psyc/cert.pem -s 0 -s v0 -
-
2073266·text·15.3 KB·2011-06-01 15:45 UTC
psyc@coyotama-VirtualBox /home/coyotama $ /opt/psyced/bin-linux/psyclpc -DDEBUG=1 --hostaddr 0.0.0.0 --hostname coyotama.pwnz.org --tls-key /etc/psyc/key.pem --tls-cert /etc/psyc/cert.pem -s 0 -s v0 -
-
2073264·text·3.9 KB·2011-06-01 15:39 UTC
Jun 1 17:36:13 mylocalhost kernel: BUG: unable to handle kernel NULL pointer dereference at 00000001
Jun 1 17:36:13 mylocalhost kernel: IP: [<c01c0574>] __d_lookup+0xb4/0xd1
Jun 1 17:36:13 myloca
-
2073257·text·33.8 KB·2011-06-01 15:18 UTC
-
2073253·text·703 B·2011-06-01 15:09 UTC
(gdb) bt
#0 0x01ee309f in objc_msgSend ()
#1 0x01ee724c in __FUNCTION__.13547 ()
#2 0x01c9404c in CFRelease ()
#3 0x01cb918d in _CFAutoreleasePoolPop ()
#4 0x0055bce1 in _wrapRunLoopWithAuto
-
2073252·text·127 B·2011-06-01 15:09 UTC
[Jun 1 10:58:56] VERBOSE[3164] chan_sip.c: -- Got SIP response 480 "Temporarily not available" back from 192.168.100.173
-
2073251·text·2.7 KB·2011-06-01 15:06 UTC
(gdb) bt
#0 -[OnEMRAppDelegate validSettingsNotificationHandler:] (self=0x7003bf0, _cmd=0x948ad, notification=0x5dd52e0) at /Users/macuser/Documents/Work/Varian/sandbox2/iOS/Classes/OnEMRAppDelegate
-
2073250·text·2.7 KB·2011-06-01 15:02 UTC
09:57:59] Attempting secure connection to coyotama.pwnz.org (Standalone Servers) on port 9999
[09:57:59] Looking up the server hostname (coyotama.pwnz.org)...
[09:57:59] Server hostname resolved to
-
2073247·text·318 B·2011-06-01 14:50 UTC
class Foo {
Foo() {
System.out.println("Initializing " + toString());
}
Foo getInnerFoo() {
return new Foo() {
public String toString() {
return Foo.this.getClass(
-
2073245·text·4.3 KB·2011-06-01 14:48 UTC
(Wed Jun 1 11:25:27 2011) [sssd[be[AD]]] [sdap_initgr_rfc2307bis_send] (6): Looking up parent groups for user [CN=sys_dmichellis,CN=Users,DC=AD,DC=INTRANET]
(Wed Jun 1 11:25:27 2011) [sssd[be[AD]]]
-
2073244·text·370 B·2011-06-01 14:48 UTC
$Recordset.open("call _RA2011_All_PCINFO ('" & $DomainPc & "',@deviceout);", $Connection)
-- Mysql Routine:
DELIMITER $$
CREATE DEFINER=`root`@`localhost` PROCEDURE `_ra2011_all_pcinfo`(IN
-
2073243·text·1.9 KB·2011-06-01 14:43 UTC
(Wed Jun 1 11:25:27 2011) [sssd[pam]] [accept_priv_fd_handler] (4): Client connected to privileged pipe!
(Wed Jun 1 11:25:27 2011) [sssd[pam]] [sss_cmd_get_version] (5): Received client version [3]
-
2073238·text·5.4 KB·2011-06-01 14:16 UTC
making all in apps...
cc -DMONOLITH -I.. -I../include -O -c verify.c
cc -DMONOLITH -I.. -I../include -O -c asn1pars.c
cc -DMONOLITH -I.. -I../include -O -c req.c
-
2073237·text·1.3 KB·2011-06-01 14:16 UTC
./common/net_wins.c:2815:41: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for (adrno = 0, adrcount=1; adrcount = collection->c
-
2073236·text·1.1 KB·2011-06-01 14:16 UTC
// everything below is from LeadHandler2.js
var LeadData = new Object();
jQuery('#form1 :text:not(.notie)').each(function () {
LeadData[this.id] = this.value;
-
2073235·text·21.4 KB·2011-06-01 14:01 UTC
psyc@coyotama-VirtualBox /home/coyotama $ /opt/psyced/bin-linux/psyclpc -DDEBUG=1 --hostaddr 0.0.0.0 --hostname coyotama.pwnz.org --tls-key /etc/psyc/key.pem --tls-cert /etc/psyc/cert.pem -s 0 -s v0 -
-
2073232·text·1.7 KB·2011-06-01 13:41 UTC
Okay, folks, for those who have said they miss my blog postings and tweets, here's the deal.
I have started a new blog at this URL:
http://lostnfoundtruth.wordpress.com/
My associated Twitter s
-
2073229·text·283 B·2011-06-01 13:28 UTC
sub getHosts {
my $name = shift;
my $query = get ("$userlookup$name");
$query =~ s/^[a-z]+\-//;
chomp($query);
chomp($query);
my @hosts = split(/\,/, $query);
return @hosts;
}
---TO--->
-
2073228·lisp·1.4 KB·2011-06-01 13:25 UTC
;#ex1: i wanted to replace if new 'attr' matched 'attrs-orig' item, or add if not.
;..i get the feeling that this isn't 'the lisp/elisp/functional programming' way though :(
(require 'cl)
(defun re
-
2073227·php·779 B·2011-06-01 13:23 UTC
<?php
function itu_enable() {
variable_set('site_403', 'itu/denied');
}
function itu_disable() {
variable_set('site_403', '');
}
function itu_menu() {
$items = array();
//