Hi Henrik,
on BB I've made a little hack to bb-network.sh so the URLs on the http test became clickable links so an admin or operator could just click on this in BB and verify the error or see that it was a false one. I just wanted to know in which file I have to look for this to get the same on Hobbit.
And I have another question. I've put all definitions for PROC and PORT into hobbit-clients.cfg like this PORT LOCAL=%[.:]22$ STATE=LISTEN "TEXT=SSH listener" COLOR=yellow But in the logfile clientdata.log I see the following: 2006-08-30 12:28:50 Unknown token 'COLOR=yellow' ignored at line 413
What is the right syntax for the line? I also tried with color=yellow and with quotation marks around it - nothing helped.
Best Regards Torsten
On Wed, Aug 30, 2006 at 12:43:31PM +0200, Torsten Richter wrote:
Hi Henrik,
on BB I've made a little hack to bb-network.sh so the URLs on the http test became clickable links so an admin or operator could just click on this in BB and verify the error or see that it was a false one. I just wanted to know in which file I have to look for this to get the same on Hobbit.
And I have another question. I've put all definitions for PROC and PORT into hobbit-clients.cfg like this PORT LOCAL=%[.:]22$ STATE=LISTEN "TEXT=SSH listener" COLOR=yellow But in the logfile clientdata.log I see the following: 2006-08-30 12:28:50 Unknown token 'COLOR=yellow' ignored at line 413
Ahem, the syntax there is a bit finicky. Try swapping the TEXT=... and COLOR=... settings, like PORT LOCAL=%[.:]22$ STATE=LISTEN COLOR=yellow "TEXT=SSH listener"
Hi,
it took us some hours to find out the reason for the following error occuring during configure of 4.2 on Solaris 9:
"Checking for OpenSSL ...
Found OpenSSL include files in /usr/local/ssl/include
Undefined first referenced
symbol in file
dlsym
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit
dependency /etc/lib/libdl.so.1)
dlopen
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit
dependency /etc/lib/libdl.so.1)
dlclose
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit
dependency /etc/lib/libdl.so.1)
dlerror
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit
dependency /etc/lib/libdl.so.1)
ld: fatal: Symbol referencing errors. No output written to test-ssl
collect2: ld returned 1 exit status
gmake: *** [test-link] Error 1
WARNING: OpenSSL library files found in /usr/local/ssl/lib, but link fails.
Continuing with SSL support disabled."
The reason was that the link to ld was missing in Makefile.SunOS used by Makefile.test-ssl. Adding it as NETLIBS = -lresolv -lsocket -lnsl (org) NETLIBS = -lresolv -lsocket -lnsl -ldl (new) in Makefile.SunOS solved the problem. I don't know if our solaris setup is somehow specific or ig this can be added generally to this file.
greetings Rolf
-- Mit freundlichen Gruessen Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (49) 69 - 798 28908 Fax: (49) 69 - 798 28817 LBS: lbs-f at mlist.uni-frankfurt.de Persoenlich: schritte at rz.uni-frankfurt.de
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Rolf,
I had to do the same on my Linux servers running Debian.
Regards Torsten
Rolf Schrittenlocher wrote:
The reason was that the link to ld was missing in Makefile.SunOS used by Makefile.test-ssl. Adding it as NETLIBS = -lresolv -lsocket -lnsl (org) NETLIBS = -lresolv -lsocket -lnsl -ldl (new) in Makefile.SunOS solved the problem. I don't know if our solaris setup is somehow specific or ig this can be added generally to this file.
greetings Rolf
+---------------------------------------------------------+ | Richter IT-Consulting | | E-mail : bb4 [at] richter-it.net | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://www.keyserver.net:11371/pks/lookup?op=get&search=0x899093AC -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE9b8K7DlmxomQk6wRAuPfAKCdTJNG6o2XUJzn3QOFiu8W9xQgEgCgyoN9 +erGFF9Ev4xEQwsYZbF0QxY= =5Cem -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Henrik,
yep it was Sarge.
Regards Torsten
Henrik Stoerner wrote:
On Wed, Aug 30, 2006 at 06:38:34PM +0200, Torsten Richter wrote:
I had to do the same on my Linux servers running Debian.
Which Debian version was that? 3.1 (Sarge) doesn't need it.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
+---------------------------------------------------------+ | Richter IT-Consulting | | E-mail : bb4 [at] richter-it.net | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://www.keyserver.net:11371/pks/lookup?op=get&search=0x899093AC -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE9tBw7DlmxomQk6wRAvmMAKDBA+Zt6bgxlgudxJpgohXDcal3zgCdG6Eh f05yPyq299qc/K9KamG4trQ= =i5ke -----END PGP SIGNATURE-----
participants (3)
-
bb4@richter-it.net
-
henrik@hswn.dk
-
Schrittenlocher@rz.uni-frankfurt.de