search for: diggin

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

Did you mean: digging
2009 Mar 16
0
Winbind log errors: string_to_sid...
...no solution. Is upgrading (or downgrading) likely to stop it? It seems to be a purely cosmetic issue, but I'd still like to find a solution. winbindd version 3.0.33-3.7.el5 (RH5 RPM) RedHat Linux 5, release 2 fully patched -Mike _________________________________________ Mike Diggins Voice: 905.525.9140 Ext. 27471 Network Analyst, Enterprise Networks FAX: 905.522.0511 University Technology Services E-Mail: mike.diggins@mcmaster.ca McMaster University, Hamilton, Ontario
2008 Apr 23
2
CHANNEL SIZE.
...my environment we have alot of Extreme(www.extremenetworks.com) switch devices which we access via ssh. 4.7p1 would no longer allow me to connect to the switches, however 4.6p1 would. The error I received was. ' channel 0: open failed: resource shortage: Channel open failed' I did some diggin and noticed these two constants where changed between 4.6 and 4.7 #define CHAN_SES_WINDOW_DEFAULT (4*CHAN_SES_PACKET_DEFAULT) #define CHAN_TCP_WINDOW_DEFAULT (4*CHAN_TCP_PACKET_DEFAULT) Changing the new value of 64*, back to 4*, solved the issue. - markus at cvs.openbsd.org 2007/06/11 09:14:0...
2005 Jan 07
3
multicolumn primary keys in activerecord
hi, I''ve got the following tables in mysql notation: CREATE TABLE `nodes` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) default ''0'', `group_id` int(11) default ''0'', PRIMARY KEY (`id`), ); CREATE TABLE `groups` ( `parent_id` int(11) NOT NULL default ''0'', `id` int(11) NOT NULL auto_increment,
2002 Apr 30
3
Labeling matrix data
...oblem is: Reading matrix data with "scan" does not seem to allow me to incorporate matrix labels (columns, and rows). If I use read.table, I can import the lables. But, the problem is, I don't know how I make this data as matrix. I'd really appreciate any help, and will keep diggin the manual for more information. Regrads, -hyo Hyo Kim, student Communicaiton Department Rutgers, New Jersey, US hkimscil at scils.rutgers.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.h...
2006 May 12
0
win32-process 0.4.0 - SIGINT/SIGBRK not working
.../process.rb:124:in `kill'' from (irb):2 irb(main):003:0> ==== When calling SIGINT it didn''t return anything: irb(main):003:0> Process.kill("SIGINT", 3380) => [] It only work when doing SIGKILL, something isn''t graceful for the child process. Diggin a bit, GenerateConsoleCtrlEvent always return 0, but if you check GetLastError, was 87: Error: 87 The parameter is incorrect. I do the same call from FreeBASIC to check it, passed the right PID form the running ruby process, and that was the result. According to MSDN docs, you only could send the...