03-06-2008
Thanks.
I'll have a look at this.
10 More Discussions You Might Find Interesting
1. IP Networking
I am running RH7.3 on a compaq presario box. The network card is a Linksys one. I am only able to communicate with the local network (only the local IPs are accessible). When I try to ping another box I get a "Connect: Network is unreachable" message. What could be the problem.
Thanks in... (2 Replies)
Discussion started by: skotapal
2 Replies
2. Cybersecurity
I have inherited a Sun Ultra-1, running sunOS 5.8
While on this machine, I cannot ping www.yahoo.com
I cannot ping this machine from withing our lan.
I do not have an static IP for this machine and used
Iconfig hme0 auto-dhcp start.
All is well,
It seems to me that the previous owner,... (1 Reply)
Discussion started by: defense
1 Replies
3. Linux
All,
I have to servers (NT and REL4).
We can access the application on NT from Linux but we cannot access the applications on Linux when accessed from NT.
The applicaiton is running on Linux with some IP:Port. When we try to access that application from NT, it says that the port is... (1 Reply)
Discussion started by: The One
1 Replies
4. Post Here to Contact Site Administrators and Moderators
Apparently (at least) 2 of the servers responsible for serving the static images and the JavaScript are down or otherwise unreachable. Affected are www.unix.com and www.unix.com, while www.unix.com is still up. A check on this website confirmed it. Checked as of 2010-06-16 08:11 UTC. (13 Replies)
Discussion started by: pludi
13 Replies
5. UNIX for Dummies Questions & Answers
Hello,
I'm using Ubuntu, and when I check "/"(root directory)'s properties. The window says "some contents unreachable". What is the "some contents"?
http://i.imgur.com/UWn8Q.png (2 Replies)
Discussion started by: hz_i3
2 Replies
6. UNIX for Advanced & Expert Users
Hi, all:
How can I check what happen with my own NIC driver which response "successful" when local PC "ping" a remote linux PC but "unreachable" when it "ping" a remote windows XP PC? My writed driver runs in linux 3.0.4 kernel.
thanks!
li, kunlun (1 Reply)
Discussion started by: liklstar
1 Replies
7. Shell Programming and Scripting
I'm creating a ubuntu samba server that sends out email notifications when a file a new file is created in the monitored directory.
Currently im using inotifywait to monitor a directory and send out a email notification. Inotify wait works great but it gets triggered whenever any file including... (2 Replies)
Discussion started by: binary-ninja
2 Replies
8. Shell Programming and Scripting
I have two application server appserver1 and appserver 2. A script will run from appserver1 which main activity is
1. Connect with the apserver 2 and run a script which saved on appserver2
2. the saved script will in appserver 2 will complete its task and generate a log
Problem i need to... (0 Replies)
Discussion started by: Imtiaz43
0 Replies
9. AIX
Hi there
I've bought a used System p 9115-505. When I attach the LAN cable to my router the HMC receives an IP address from my router, but the HMC is unreachable. There are no open ports.
Does anybody know that problem?
Any help greatly appreciated. Greetings from Italy! (2 Replies)
Discussion started by: mediaset23
2 Replies
10. Solaris
Seems to wanboot ok but then fails to connect to server. What do I need to check?
{0} ok boot net - install
Boot device: /pci@300/pci@1/pci@0/pci@1/network@0 File and args: - install
1G link up
<time unavailable> wanboot info: WAN boot messages->console
<time unavailable>... (2 Replies)
Discussion started by: psychocandy
2 Replies
LEARN ABOUT DEBIAN
remctl_noop
REMCTL_NOOP(3) remctl Library Reference REMCTL_NOOP(3)
NAME
remctl_noop - Send a NOOP message to a remctl server
SYNOPSIS
#include <remctl.h>
int remctl_noop(struct remctl *r);
DESCRIPTION
remctl_noop() sends a NOOP message to a remctl server and reads the expected NOOP response. This is primarily used to keep a connection to
a remctl server alive, such as through a firewall with a session timeout, while waiting to issue further commands.
The NOOP message requires protocol version 3 support in the server, so the caller should be prepared for this function to fail, indicating
that the connection could not be kept alive and possibly that it was closed by the server. In this case, the client will need to
explicitly reopen the connection with remctl_open().
RETURN VALUE
remctl_noop() returns true on success and false on failure. On failure, the caller should call remctl_error() to retrieve the error
message. In addition to network errors, this function may fail if the server doesn't support protocol version 3.
SEE ALSO
remctl_new(3), remctl_open(3), remctl_command(3), remctl_error(3)
The current version of the remctl library and complete details of the remctl protocol are available from its web page at
<http://www.eyrie.org/~eagle/software/remctl/>.
AUTHOR
Russ Allbery <rra@stanford.edu>
COPYRIGHT AND LICENSE
Copyright 2011 The Board of Trustees of the Leland Stanford Junior University
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is, without any warranty.
3.2 2012-06-19 REMCTL_NOOP(3)