Displaying 4 results from an estimated 4 matches for "check_host".
2007 Nov 29
0
dtrace doesn''t trace some functions
Hello,
I''m trying to debug an issue with rpc.metad on Solaris 10, basecally I
believe the failure path is
- svc_init
-- check_sys
--- check_host
---- strcmp(hostname, mynode())
It seems that for some reason hostname and mynode didn''t match then I
would like to use dtrace to show the argument of the strcmp
However the dtrace pid provider can''t trace functions check_sys and
check_host even if they are defined in rpc.meta...
2003 Aug 31
1
sane network scanning problem
...ll to enable scanning over the
network with sane.
The scanner is located at the firewall hosts local interface.
Why do i get a "all2all" message and not "loc2loc"
Aug 25 14:55:26 router saned[26946]: saned from sane-backends 1.0.11 ready
Aug 25 14:55:26 router saned[26946]: check_host: access by remote host: 192.168.0.250
Aug 25 14:55:26 router saned[26946]: init: access by root@192.168.0.250 accepted
Aug 25 14:55:27 router kernel: Attached scsi generic sg1 at scsi0, channel 0, id 6, lun 0, type 3
Aug 25 14:55:31 router kernel: Shorewall:all2all:REJECT:IN=eth1 OUT= MAC= SRC=1...
2006 May 18
4
Email Address verifier--eyes needed...
Folks:
I''ve posted a really basic e-mail address verifier to
http://wiki.rubygarden.org/Ruby/page/show/VerifyEmailAddress
I''d appreciate folks who understand DNS and SMTP having a look at it
to see if it looks reasonable. You could comment here or, possibly
more usefully, comment on the wiki page itself.
Thanks
Dave
2013 Sep 06
21
[PATCH v2 0/5] xl: allow for node-wise specification of vcpu pinning
Hi all,
This is the second take of a patch that I submitted some time ago for allowing
specifying vcpu pinning taking NUMA nodes into account. IOW, something like
this:
* "nodes:0-3": all pCPUs of nodes 0,1,2,3;
* "nodes:0-3,^node:2": all pCPUS of nodes 0,1,3;
* "1,nodes:1-2,^6": pCPU 1 plus all pCPUs of nodes 1,2
but not pCPU 6;
v1 was a single patch, this is