From dave_xx_1@yahoo.co.uk Thu Apr 6 02:31:53 2006 Received: from web25407.mail.ukl.yahoo.com (web25407.mail.ukl.yahoo.com [217.12.10.141]) by underdog.stansell.org (8.13.6/8.13.6) with SMTP id k369Vj3v028329 for ; Thu, 6 Apr 2006 02:31:51 -0700 (PDT) Received: (qmail 9629 invoked by uid 60001); 6 Apr 2006 09:31:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=T5/DqDytPaQT531r6A4x6DiJ+UtWmLZN2IyFtf63ZglQJTsVaWOmffaMDwa0/+TxI7gmLIr6jF/xowOqU12spc19v3KFKSdQZb2/HVnCekEv1Qm1swnh43fxK11ahF/884VLsbgYDwtHN2O9g1TUPX+g0WquJtYLHMAHgZf6JaE= ; Message-ID: <20060406093145.9627.qmail@web25407.mail.ukl.yahoo.com> Received: from [192.165.213.18] by web25407.mail.ukl.yahoo.com via HTTP; Thu, 06 Apr 2006 10:31:45 BST Date: Thu, 6 Apr 2006 10:31:45 +0100 (BST) From: dave Subject: conserver solaris 10 complie error To: users@conserver.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-898563905-1144315905=:8519" X-Spam-Score: -4.173 () BAYES_00,FROM_HAS_ULINE_NUMS,HTML_MESSAGE X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 09:31:53 -0000 This is a multi-part message in MIME format... --0-898563905-1144315905=:8519 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Hi, Can anyone help with the below compile error. Thanks David $ make for n in conserver console conserver.cf; do \ ( cd $n && make all ) || exit 1; \ done make[1]: Entering directory `/tmp/conserver-8.1.13/conserver' gcc -O -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -c -o group.o group.c group.c: In function `ReapVirt': group.c:1497: error: `WNOHANG' undeclared (first use in this function) group.c:1497: error: (Each undeclared identifier is reported only once group.c:1497: error: for each function it appears in.) group.c:1497: error: `WUNTRACED' undeclared (first use in this function) group.c: In function `Kiddie': group.c:4143: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type group.c:4144: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type group.c:4146: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type group.c:4149: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type group.c:4152: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type group.c:4155: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type make[1]: *** [group.o] Error 1 make[1]: Leaving directory `/tmp/conserver-8.1.13/conserver' make: *** [all] Error 1 --------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. --0-898563905-1144315905=:8519 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Hi,

Can anyone help with the below compile error.

Thanks David

$ make
for n in conserver console conserver.cf; do \
        ( cd $n && make all  ) || exit 1; \
done
make[1]: Entering directory `/tmp/conserver-8.1.13/conserver'
gcc -O -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\"   -c -o group.o group.c
group.c: In function `ReapVirt':
group.c:1497: error: `WNOHANG' undeclared (first use in this function)
group.c:1497: error: (Each undeclared identifier is reported only once
group.c:1497: error: for each function it appears in.)
group.c:1497: error: `WUNTRACED' undeclared (first use in this function)
group.c: In function `Kiddie':
group.c:4143: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type
group.c:4144: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type
group.c:4146: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type
group.c:4149: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type
group.c:4152: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type
group.c:4155: warning: passing arg 2 of `SimpleSignal' from incompatible pointer type
make[1]: *** [group.o] Error 1
make[1]: Leaving directory `/tmp/conserver-8.1.13/conserver'
make: *** [all] Error 1


To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. --0-898563905-1144315905=:8519-- From bryan@stansell.org Thu Apr 6 06:50:53 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k36Doqv8002043 for ; Thu, 6 Apr 2006 06:50:53 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k36Doq1r002042 for users@conserver.com; Thu, 6 Apr 2006 06:50:52 -0700 (PDT) Date: Thu, 6 Apr 2006 06:50:52 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: conserver solaris 10 complie error Message-ID: <20060406135052.GU707@underdog.stansell.org> References: <20060406093145.9627.qmail@web25407.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060406093145.9627.qmail@web25407.mail.ukl.yahoo.com> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 13:50:53 -0000 i just compiled on solaris 10 x86 using gcc without any issues. here are a couple of questions: 1) did you run ./configure on that machine or another? (i assume that one since it's all in /tmp) 2) did configure find /usr/include/sys/wait.h and set "#define HAVE_SYS_WAIT_H 1" in config.h (in the top-level directory)? 3) do you have a /usr/include/sys/wait.h on the box? if all those are true, then perhaps your gcc installation isn't quite right? or, do you have another sys/wait.h being picked up from another directory or something (that gcc finds)? it should "just work"...i hope one of these things help. Bryan From bryan@stansell.org Sun Apr 9 19:37:25 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3A2bONo008992; Sun, 9 Apr 2006 19:37:24 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3A2bORu008991; Sun, 9 Apr 2006 19:37:24 -0700 (PDT) Date: Sun, 9 Apr 2006 19:37:24 -0700 From: Bryan Stansell To: announce@conserver.com, users@conserver.com Subject: conserver-8.1.14 is available Message-ID: <20060410023724.GW707@underdog.stansell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 02:37:25 -0000 There have been quite a few changes and additions in this revision, all based on input by the user community! Thank you for them! I hope you all enjoy the new features. version 8.1.14 (Apr 9, 2006): - fixed rpm conserver.spec file - based on patch by Martin Evans - added 'uds' console type for unix domain socket connections - based on patch by DJ Gregor - probing of interfaces under cygwin (and possibly others?) now skips unconfigured interfaces (even if flagged as up!) - reported by Chris Riddoch - added the '!login' console option to prevent clients from connecting to a console - suggested by Greg Tillman - added a 'noop' console type for consoles you'd like to name, but have no connection to - suggested by Greg Tillman - deprecated escape commands removed from the code - added '^EcP' and '^EcR' sequences to set the playback and replay line lengths - new console config options 'playback' and 'replay' to let the client set prefered output lengths (with a special feature for a size of zero) - prefer strlcpy() over strcpy() - based on patch by Peter Valchev - fixed bug where '^Eco' by user on an 'exec' console with an 'initcmd' causes input by user to be ignored (could be other console types as well) - reported by Mark Wedel - made POSIX termios code in autologin a requirement (since conserver requires it) and cleaned up a few other issues - based on reports by Arthur Clune Bryan Stansell From SDUPUIS@bouyguestelecom.fr Thu Apr 13 00:40:51 2006 Received: from bt1sqkne.bouyguestelecom.fr (smtp.bouyguestelecom.fr [62.201.139.150]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3D7egUO021087 for ; Thu, 13 Apr 2006 00:40:49 -0700 (PDT) Received: from bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (unverified) by bt1sqkne.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 09:41:11 +0200 Received: from bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr (bt1sqk4xh0.bpa.bouyguestelecom.fr) by bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 09:40:25 +0200 Received: from bt1sqkak.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.233]) by bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 09:40:36 +0200 Received: from BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.197]) by bt1sqkak.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 09:40:29 +0200 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: conserver with LDAP Importance: normal Date: Thu, 13 Apr 2006 09:40:34 +0200 Priority: normal Message-ID: <52375106B98EFA41888B11C4D149AE4601430414@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: conserver with LDAP Thread-Index: AcZezYzNgotHkthmTu2lshxoXigDEQ== From: To: X-OriginalArrivalTime: 13 Apr 2006 07:40:29.0551 (UTC) FILETIME=[898AA7F0:01C65ECD] X-Spam-Score: -4.562 () BAYES_00,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3D7egUO021087 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 07:40:51 -0000 Hi everybody. Here is my first mail on this list, (and my first day using conserver by the way :) Reading the INSTALL file, it seems that conserver can interact with PAM, so with LDAP.. But I couldn't find more informations on this topic, either on the web site or in the mailing list archive. Is there someone here who use ldap for authentification with conserver and who can give me a few tips or howto ? Thanks a lot. Stephane Dupuis DCSI/DEQS/HSI/HEI/INX...LINUX ! Bouygues Telecom Tel : 01 39 26 21 79 Mobile : 06 64 19 78 63 -- () ascii ribbon campaign /\ - against html e-mail - against microsoft attachments ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ From Michael.Redinger@uibk.ac.at Thu Apr 13 01:03:46 2006 Received: from smtp.uibk.ac.at (lmr1.uibk.ac.at [138.232.1.142]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3D83aKC021215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 13 Apr 2006 01:03:43 -0700 (PDT) Received: from [138.232.3.187] (red-c102.uibk.ac.at [138.232.3.187]) by smtp.uibk.ac.at (8.13.1/8.13.1/F1) with ESMTP id k3D83Y03016579 for ; Thu, 13 Apr 2006 10:03:34 +0200 Message-ID: <443E05D6.5050004@uibk.ac.at> Date: Thu, 13 Apr 2006 10:03:34 +0200 From: Michael Redinger User-Agent: Thunderbird 1.5 (X11/20060214) MIME-Version: 1.0 To: users@conserver.com Subject: Re: conserver with LDAP References: <52375106B98EFA41888B11C4D149AE4601430414@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> In-Reply-To: <52375106B98EFA41888B11C4D149AE4601430414@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-Scanned-By: MIMEDefang 2.52 at uibk.ac.at on 138.232.1.140 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 08:03:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 SDUPUIS@bouyguestelecom.fr wrote: > Hi everybody. > > Here is my first mail on this list, (and my first day using conserver by the way :) > Reading the INSTALL file, it seems that conserver can interact with PAM, so with LDAP.. > But I couldn't find more informations on this topic, either on the web site or in the > mailing list archive. > > Is there someone here who use ldap for authentification with conserver and who can > give me a few tips or howto ? > > Thanks a lot. > > Stephane Dupuis > DCSI/DEQS/HSI/HEI/INX...LINUX ! > Bouygues Telecom > Tel : 01 39 26 21 79 > Mobile : 06 64 19 78 63 Hi, (I did not try it, but I suppose it works ... :-) ). First of all, compile conserver to use PAM: ./configure --with-pam --more-options-here Then edit your conserver.passwd (in /etc or similar): *any*:*passwd* Now get your PAM ldap configuration right (/etc/ldap.conf etc. - there should be enough documents on how to accomplish this), give it and try and tell if it worked ... :-) . Greetings, Michael - -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: Michael.Redinger@uibk.ac.at BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEPgXWD9ep2WXCwR0RAiZeAKDrgkWAsBaj9YOBnH2mIuA/K65SvACg4+n/ Mz36aRM/HIVxq48ieqFT0qw= =GqIu -----END PGP SIGNATURE----- From SDUPUIS@bouyguestelecom.fr Thu Apr 13 01:37:40 2006 Received: from bt1sqkne.bouyguestelecom.fr (smtp.bouyguestelecom.fr [62.201.139.150]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3D8bWnQ021450 for ; Thu, 13 Apr 2006 01:37:38 -0700 (PDT) Received: from bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (unverified) by bt1sqkne.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 10:36:58 +0200 Received: from bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr (bt1sqk4xh0.bpa.bouyguestelecom.fr) by bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 10:36:12 +0200 Received: from bt1sqkal.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.234]) by bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 10:36:25 +0200 Received: from BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.197]) by bt1sqkal.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 10:36:23 +0200 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: RE: conserver with LDAP Date: Thu, 13 Apr 2006 10:36:22 +0200 Message-ID: <52375106B98EFA41888B11C4D149AE4601430416@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: conserver with LDAP Thread-index: AcZe1FHoY+CKeLotSAChDq6sbwCgGwAADk8A From: To: X-OriginalArrivalTime: 13 Apr 2006 08:36:23.0373 (UTC) FILETIME=[589347D0:01C65ED5] X-Spam-Score: -4.562 () BAYES_00,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3D8bWnQ021450 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 08:37:40 -0000 That's a bad new for me : # ldd /usr/sbin/conserver libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f93000) libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f65000) libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f34000) libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e35000) libwrap.so.0 => /lib/libwrap.so.0 (0xb7e2c000) libc.so.6 => /lib/tls/libc.so.6 (0xb7cf7000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cf4000) libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cdf000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f9d000) Si I guess I need to compile it myself and make a new package. Your help was GREATLY apreciated, thanks again ! Have a good day... (well It's the morning here in France :) -----Message d'origine----- De : Michael Redinger [mailto:Michael.Redinger@uibk.ac.at] Envoyé : jeudi 13 avril 2006 10:28 À : DUPUIS, Stéphane Objet : Re: conserver with LDAP -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, try ldd /path/to/conserver You should see a line that looks something like this: libpam.so.0 => /lib/libpam.so.0 (0x00466000) Greetings, Michael SDUPUIS@bouyguestelecom.fr wrote: > Thanks ! > > I did'nt realise that this syntax should work also for ldap. > (reading the documentation for conserver.passwd, it say : > "Fred may connect only with his regular login password on the conserver host." > > Anyway, I will give it a try as soon as I can. > > Last question, Is there any way to know if conserver *was* compiled > with the "--with-pam" option ? I wanted to use the debian conserver packages, > and I will spare time if I don't need to make a new package just because of this... > > > -----Message d'origine----- > De : Michael Redinger [mailto:Michael.Redinger@uibk.ac.at] > Envoyé : jeudi 13 avril 2006 10:03 > À : DUPUIS, Stéphane > Objet : Re: conserver with LDAP > > Hi, > > (I did not try it, but I suppose it works ... :-) ). > > First of all, compile conserver to use PAM: > ./configure --with-pam --more-options-here > > Then edit your conserver.passwd (in /etc or similar): > *any*:*passwd* > > Now get your PAM ldap configuration right (/etc/ldap.conf etc. - there > should be enough documents on how to accomplish this), give it and try > and tell if it worked ... :-) . > > Greetings, > Michael > > SDUPUIS@bouyguestelecom.fr wrote: >>> Hi everybody. >>> >>> Here is my first mail on this list, (and my first day using conserver by the way :) >>> Reading the INSTALL file, it seems that conserver can interact with PAM, so with LDAP.. >>> But I couldn't find more informations on this topic, either on the web site or in the >>> mailing list archive. >>> >>> Is there someone here who use ldap for authentification with conserver and who can >>> give me a few tips or howto ? >>> >>> Thanks a lot. >>> >>> Stephane Dupuis >>> DCSI/DEQS/HSI/HEI/INX...LINUX ! >>> Bouygues Telecom >>> Tel : 01 39 26 21 79 >>> Mobile : 06 64 19 78 63 > > > -- > Michael Redinger > Zentraler Informatikdienst (Central IT Services) > Universitaet Innsbruck > Technikerstrasse 13 Tel.: ++43 512 507 2335 > 6020 Innsbruck Fax.: ++43 512 507 2944 > Austria Mail: Michael.Redinger@uibk.ac.at > BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D > http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ - -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: Michael.Redinger@uibk.ac.at BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEPguKD9ep2WXCwR0RAp1MAJ454nw7jd3AMkmIWzJx2GvWf6JevgCgpDO2 o5Huxsli+SqDj5+sM/+Ji7A= =ZroS -----END PGP SIGNATURE----- ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ From SDUPUIS@bouyguestelecom.fr Thu Apr 13 02:48:35 2006 Received: from bt1sqkne.bouyguestelecom.fr (smtp.bouyguestelecom.fr [62.201.139.150]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3D9mSNW021894 for ; Thu, 13 Apr 2006 02:48:34 -0700 (PDT) Received: from bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (unverified) by bt1sqkne.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 11:49:02 +0200 Received: from bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr (bt1sqk4xh0.bpa.bouyguestelecom.fr) by bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 11:48:26 +0200 Received: from bt1sqkal.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.234]) by bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 11:48:27 +0200 Received: from BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.197]) by bt1sqkal.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 11:48:25 +0200 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: LDAP : Still don't work :( Date: Thu, 13 Apr 2006 11:48:22 +0200 Message-ID: <52375106B98EFA41888B11C4D149AE4601430417@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: LDAP : Still don't work :( Thread-index: AcZe32iUHdvnHd4XSH+7Niw456Q4oA== From: To: X-OriginalArrivalTime: 13 Apr 2006 09:48:25.0779 (UTC) FILETIME=[68EE1830:01C65EDF] X-Spam-Score: -4.562 () BAYES_00,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3D9mSNW021894 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 09:48:36 -0000 Hi again... So I manage to compile conserver with pam support : # ldd /usr/sbin/conserver libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f72000) libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f44000) libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f13000) libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e14000) libwrap.so.0 => /lib/libwrap.so.0 (0xb7e0b000) libpam.so.0 => /lib/libpam.so.0 (0xb7e03000) libc.so.6 => /lib/tls/libc.so.6 (0xb7cce000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cca000) libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cb6000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f7c000) I'm login into the server using ldap, (with ssh) no problem, so I guess ldap is working ok. At this time, my userid is "sdupuis" I'm starting conserver 8.1.14, using this conserver.passwd (only 2 lines ): sdupuis:*passwd* try:$1$IsOhyXjZDzVAi.aAQvCQo5PeYaqaDZ. I can connect to the console using the test account "try", but when I'm trying to connect using "sdupuis" with my ldap password (the same I use for log into the host), it just say : "invalid password" Any hint ? Any option for the console command I need to use ? Stephane Dupuis DCSI/DEQS/HSI/HEI/INX...LINUX ! Bouygues Telecom Tel : 01 39 26 21 79 Mobile : 06 64 19 78 63 -- () ascii ribbon campaign /\ - against html e-mail - against microsoft attachments ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ From Michael.Redinger@uibk.ac.at Thu Apr 13 03:05:58 2006 Received: from smtp.uibk.ac.at (lmr1.uibk.ac.at [138.232.1.142]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3DA5mM2021990 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 13 Apr 2006 03:05:55 -0700 (PDT) Received: from [138.232.3.187] (red-c102.uibk.ac.at [138.232.3.187]) by smtp.uibk.ac.at (8.13.1/8.13.1/F1) with ESMTP id k3DA5lqI004400 for ; Thu, 13 Apr 2006 12:05:47 +0200 Message-ID: <443E227A.7040203@uibk.ac.at> Date: Thu, 13 Apr 2006 12:05:46 +0200 From: Michael Redinger User-Agent: Thunderbird 1.5 (X11/20060214) MIME-Version: 1.0 To: users@conserver.com Subject: Re: LDAP : Still don't work :( References: <52375106B98EFA41888B11C4D149AE4601430417@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> In-Reply-To: <52375106B98EFA41888B11C4D149AE4601430417@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-Scanned-By: MIMEDefang 2.52 at uibk.ac.at on 138.232.1.140 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 10:05:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, AFAIR you also need /etc/pam.d/conserver configured for LDAP. Check it is similar to your PAM login configuration. Greetings, Michael SDUPUIS@bouyguestelecom.fr wrote: > Hi again... > > So I manage to compile conserver with pam support : > > # ldd /usr/sbin/conserver > libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f72000) > libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f44000) > libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f13000) > libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e14000) > libwrap.so.0 => /lib/libwrap.so.0 (0xb7e0b000) > libpam.so.0 => /lib/libpam.so.0 (0xb7e03000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7cce000) > libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cca000) > libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cb6000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f7c000) > > I'm login into the server using ldap, (with ssh) no problem, > so I guess ldap is working ok. At this time, my userid is "sdupuis" > > I'm starting conserver 8.1.14, using this conserver.passwd > (only 2 lines ): > > sdupuis:*passwd* > try:$1$IsOhyXjZDzVAi.aAQvCQo5PeYaqaDZ. > > I can connect to the console using the test account "try", > but when I'm trying to connect using "sdupuis" with my ldap > password (the same I use for log into the host), > it just say : "invalid password" > > Any hint ? Any option for the console command I need to use ? > > Stephane Dupuis > DCSI/DEQS/HSI/HEI/INX...LINUX ! > Bouygues Telecom > Tel : 01 39 26 21 79 > Mobile : 06 64 19 78 63 - -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: Michael.Redinger@uibk.ac.at BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEPiJ6D9ep2WXCwR0RAqv/AKCHEoZt5VlUEWaH157aLT4/8bguhgCgqGGo rU5FiZMmNVT7dC/u6HTTqi0= =OI/6 -----END PGP SIGNATURE----- From SDUPUIS@bouyguestelecom.fr Thu Apr 13 03:13:09 2006 Received: from bt1sqkne.bouyguestelecom.fr (smtp.bouyguestelecom.fr [62.201.139.150]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3DAD0WV023991 for ; Thu, 13 Apr 2006 03:13:07 -0700 (PDT) Received: from bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (unverified) by bt1sqkne.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 12:13:34 +0200 Received: from bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr (bt1sqk4xh0.bpa.bouyguestelecom.fr) by bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 13 Apr 2006 12:12:58 +0200 Received: from bt1sqkal.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.234]) by bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 12:12:59 +0200 Received: from BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.197]) by bt1sqkal.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Thu, 13 Apr 2006 12:12:58 +0200 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: RE: LDAP : Still don't work :( Date: Thu, 13 Apr 2006 12:12:51 +0200 Message-ID: <52375106B98EFA41888B11C4D149AE4601430418@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: LDAP : Still don't work :( Thread-index: AcZe4kXR61ripxYISH2lcTic/UoT/wAABGjA From: To: X-OriginalArrivalTime: 13 Apr 2006 10:12:58.0357 (UTC) FILETIME=[D6A7AA50:01C65EE2] X-Spam-Score: -4.562 () BAYES_00,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3DAD0WV023991 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.6 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 10:13:10 -0000 Guess you're right :) Ok, so I need to talk to my ldap administrator now... Because I didn't even know there was all theases files here ! and lot's of reading await me probably. Anyway at least I know now where to look for. -----Message d'origine----- De : users-bounces@conserver.com [mailto:users-bounces@conserver.com] De la part de Michael Redinger Envoyé : jeudi 13 avril 2006 12:06 À : users@conserver.com Objet : Re: LDAP : Still don't work :( -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, AFAIR you also need /etc/pam.d/conserver configured for LDAP. Check it is similar to your PAM login configuration. Greetings, Michael SDUPUIS@bouyguestelecom.fr wrote: > Hi again... > > So I manage to compile conserver with pam support : > > # ldd /usr/sbin/conserver > libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f72000) > libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f44000) > libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f13000) > libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e14000) > libwrap.so.0 => /lib/libwrap.so.0 (0xb7e0b000) > libpam.so.0 => /lib/libpam.so.0 (0xb7e03000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7cce000) > libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cca000) > libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cb6000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f7c000) > > I'm login into the server using ldap, (with ssh) no problem, > so I guess ldap is working ok. At this time, my userid is "sdupuis" > > I'm starting conserver 8.1.14, using this conserver.passwd > (only 2 lines ): > > sdupuis:*passwd* > try:$1$IsOhyXjZDzVAi.aAQvCQo5PeYaqaDZ. > > I can connect to the console using the test account "try", > but when I'm trying to connect using "sdupuis" with my ldap > password (the same I use for log into the host), > it just say : "invalid password" > > Any hint ? Any option for the console command I need to use ? > > Stephane Dupuis > DCSI/DEQS/HSI/HEI/INX...LINUX ! > Bouygues Telecom > Tel : 01 39 26 21 79 > Mobile : 06 64 19 78 63 - -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: Michael.Redinger@uibk.ac.at BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEPiJ6D9ep2WXCwR0RAqv/AKCHEoZt5VlUEWaH157aLT4/8bguhgCgqGGo rU5FiZMmNVT7dC/u6HTTqi0= =OI/6 -----END PGP SIGNATURE----- _______________________________________________ users mailing list users@conserver.com https://www.conserver.com/mailman/listinfo/users ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ From Chris.Riddoch@digeo.com Mon Apr 17 10:21:46 2006 Received: from packet.digeo.com (packet.digeo.com [12.110.80.53]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3HHLdSA004497 for ; Mon, 17 Apr 2006 10:21:44 -0700 (PDT) Received: from digeo-nav01.digeo.com (digeo-nav01 [192.168.1.233]) by packet.digeo.com (8.12.11/8.12.11) with SMTP id k3HHJeWC008812 for ; Mon, 17 Apr 2006 10:19:40 -0700 (PDT) Received: from digeo-mail1.digeo.com ([192.168.12.27]) by digeo-nav01.digeo.com (SAVSMTP 3.1.5.43) with SMTP id M2006041710265425057 for ; Mon, 17 Apr 2006 10:26:54 -0700 Received: from digeo-mail2.pao.digeo.com ([172.17.212.10]) by digeo-mail1.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Apr 2006 10:21:37 -0700 Received: from [127.0.0.1] ([172.17.1.143]) by digeo-mail2.pao.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Apr 2006 10:21:37 -0700 Message-ID: <4443CE9F.6080602@Digeo.com> Date: Mon, 17 Apr 2006 11:21:35 -0600 From: Chris Riddoch User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: users@conserver.com Subject: Confusion on master/slave setup X-Enigmail-Version: 0.94.0.0 OpenPGP: id=753A2175 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Apr 2006 17:21:37.0120 (UTC) FILETIME=[61E27600:01C66243] X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 17:21:47 -0000 Hi, folks. I've been reading the manpages for a bit, but I can't say I'm fully grokking what I need to do here... I've got one system already set up, hosting several serial ports, and everything's working smoothly there. How would I take another system, with another two serial ports, and use the first machine as the master server? Should I put the conserver.cf file on our samba server and have all conserver processes read from that, or do they each need to be different? I'll help improve the documentation, if someone can help me figure this out. -- Chris Riddoch epistemological humility From david.k.harris@siemens.com Mon Apr 17 10:43:41 2006 Received: from usnwk220srv.usa.siemens.com (usnwksmtp02e.usa.siemens.com [12.46.135.31]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3HHhVU9004683 for ; Mon, 17 Apr 2006 10:43:39 -0700 (PDT) Received: from usnwk206a.ww017.siemens.net ([155.45.111.74]) by 172.16.1.36 with trend_isnt_name_B; Mon, 17 Apr 2006 10:39:30 -0700 Received: from USNWK102MSX.ww017.siemens.net ([155.45.111.56]) by usnwk206a.ww017.siemens.net with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Apr 2006 10:42:59 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Confusion on master/slave setup Date: Mon, 17 Apr 2006 10:42:58 -0700 Message-ID: <2461A50AD2345646B1C4B3D7BA40B8E2119E8B@USNWK102MSX.ww017.siemens.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Confusion on master/slave setup Thread-Index: AcZiRG/VEvKpn7ROSCaPjNNV4gIdsQAABTqA From: "Harris, David \(SBS US\)" To: "Chris Riddoch" X-OriginalArrivalTime: 17 Apr 2006 17:42:59.0944 (UTC) FILETIME=[5E81DE80:01C66246] X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3HHhVU9004683 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 17:43:42 -0000 The method for this is two-fold... First, if each conserver is in a separate DNS domain, then each of the console servers should have an alias of "conosle" in the 'local' domain. (This way, the clients point to their 'local' conserver...) Second, you need to add an argument for each port of the conserver.cf file, which points to the hostname of the conserver which is doing the logging for each port. That is, if ts-1 through ts-9 are logged on cnsvr-1, and ts-20 through ts-29 are logged on cnsvr-2, then console entries on ts-1 have the "at cnsvr-1" appended to each line. Similarly, the console entries on ts-20 would have "at cnsvr-2" appended to each line. Then, when users at either site invoke the console client, they connect by default to the hostname "console" (so, one client binary works at all sites...). If someone in the cnsvr-1 domaion is trying to get to a console that is logged on cnsvr-2, then; 1) the client connects to cnsvr-1, to get access to the port, gets authenticated 2) cnsvr-1 sees that the requested console is hosted 'at cnsvr-2' 3) cnsvr-1 redirects the client to cnsvr-2... 4) the client contacts cnsvr-2, and goes through any authentication needed 5) the client session, and the logging session are joined, and the user has access to the console at the remote site. -Z- -----Original Message----- From: users-bounces@conserver.com [mailto:users-bounces@conserver.com] On Behalf Of Chris Riddoch Sent: Monday, April 17, 2006 10:22 AM To: users@conserver.com Subject: Confusion on master/slave setup Hi, folks. I've been reading the manpages for a bit, but I can't say I'm fully grokking what I need to do here... I've got one system already set up, hosting several serial ports, and everything's working smoothly there. How would I take another system, with another two serial ports, and use the first machine as the master server? Should I put the conserver.cf file on our samba server and have all conserver processes read from that, or do they each need to be different? I'll help improve the documentation, if someone can help me figure this out. -- Chris Riddoch epistemological humility From bryan@stansell.org Mon Apr 17 10:57:11 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3HHvAvl004832 for ; Mon, 17 Apr 2006 10:57:10 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3HHvAOf004831 for users@conserver.com; Mon, 17 Apr 2006 10:57:10 -0700 (PDT) Date: Mon, 17 Apr 2006 10:57:10 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: Confusion on master/slave setup Message-ID: <20060417175710.GH707@underdog.stansell.org> References: <4443CE9F.6080602@Digeo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4443CE9F.6080602@Digeo.com> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 17:57:12 -0000 there was a previous thread about this last month starting here (sorta): https://www.conserver.com/pipermail/users/2006-March/msg00034.html basically, you just define more consoles like you've done already, but use a 'master' hostname that is your second console server (the one with the two serial ports). that value determines whether or not conserver tries to manage the port - otherwise it just knows about it and redirects clients to the server that is the real master (based on that 'master' value). then distribute the conserver.cf file to both conserver hosts (either via a shared filesystem or any distribution command). when a client connects to either conserver host, it'll either attach directly to the console or be redirected to the appropriate server. hope that helps. Bryan On Mon, Apr 17, 2006 at 11:21:35AM -0600, Chris Riddoch wrote: > Hi, folks. > > I've been reading the manpages for a bit, but I can't say I'm fully > grokking what I need to do here... > > I've got one system already set up, hosting several serial ports, and > everything's working smoothly there. > > How would I take another system, with another two serial ports, and use > the first machine as the master server? Should I put the conserver.cf > file on our samba server and have all conserver processes read from > that, or do they each need to be different? > > I'll help improve the documentation, if someone can help me figure this out. From gregtillman@comcast.net Mon Apr 17 12:03:10 2006 Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.200.81]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3HJ34lN005287 for ; Mon, 17 Apr 2006 12:03:10 -0700 (PDT) Received: from smailcenter76.comcast.net ([204.127.205.176]) by comcast.net (sccrmhc11) with SMTP id <2006041719030301100fdn5be>; Mon, 17 Apr 2006 19:03:03 +0000 Received: from [143.115.159.54] by smailcenter76.comcast.net; Mon, 17 Apr 2006 19:03:03 +0000 From: gregtillman@comcast.net To: users@conserver.com Subject: filesize limit Date: Mon, 17 Apr 2006 19:03:03 +0000 Message-Id: <041720061903.22282.4443E666000F3C1D0000570A2207024553020E030404079B090A9D09@comcast.net> X-Mailer: AT&T Message Center Version 1 (Apr 11 2006) X-Authenticated-Sender: Z3JlZ3RpbGxtYW5AY29tY2FzdC5uZXQ= MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="NextPart_Webmail_9m3u9jl4l_22282_1145300583_0" X-Spam-Score: -3.432 () BAYES_00, HTML_MESSAGE, MIME_BOUND_NEXTPART, MIME_HTML_NO_CHARSET, NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:03:11 -0000 This is a multi-part message in MIME format... --NextPart_Webmail_9m3u9jl4l_22282_1145300583_0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Content-Disposition: inline conserver appears to have a limit of 2g on logfile sizes, is that correct? (running on solaris, version 8.09) thanks - greg tillman p.s. thanks for the !login feature, i'll be giving it a shot soon. --NextPart_Webmail_9m3u9jl4l_22282_1145300583_0 Content-Type: text/html Content-Transfer-Encoding: 8bit Content-Disposition: inline conserver appears to have a limit of 2g on logfile sizes, is that correct?  (running on solaris, version 8.09)  thanks   - greg tillman   p.s.  thanks for the !login feature, i'll be giving it a shot soon. --NextPart_Webmail_9m3u9jl4l_22282_1145300583_0-- From bryan@stansell.org Mon Apr 17 12:27:17 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3HJRH27005623 for ; Mon, 17 Apr 2006 12:27:17 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3HJRHQG005622 for users@conserver.com; Mon, 17 Apr 2006 12:27:17 -0700 (PDT) Date: Mon, 17 Apr 2006 12:27:17 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: filesize limit Message-ID: <20060417192716.GJ707@underdog.stansell.org> References: <041720061903.22282.4443E666000F3C1D0000570A2207024553020E030404079B090A9D09@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <041720061903.22282.4443E666000F3C1D0000570A2207024553020E030404079B090A9D09@comcast.net> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:27:18 -0000 yes, mostly. it doesn't have any insight into "largefile" support under 32-bit solaris, so if you're running in a 32-bit environment, you'll have a 2gb limit. apparently all 64-bit worlds get >2g files by default, under solaris. i say "mostly" and "apparently" 'cause i haven't really paid any attention to this or tried it out specifically - but i believe it's accurate. i assume similar things happen under linux on 32 and 64-bit machines. managing log files larger than 2gb would seem rather tricky to me, nonetheless. but that's me. ;-) Bryan On Mon, Apr 17, 2006 at 07:03:03PM +0000, gregtillman@comcast.net wrote: > conserver appears to have a limit of 2g on logfile sizes, is that correct? (running on solaris, version 8.09) thanks > > - greg tillman > > p.s. thanks for the !login feature, i'll be giving it a shot soon. > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users From Chris.Riddoch@digeo.com Mon Apr 17 12:47:35 2006 Received: from packet.digeo.com (packet.digeo.com [12.110.80.53]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3HJlRPG005750; Mon, 17 Apr 2006 12:47:33 -0700 (PDT) Received: from digeo-nav01.digeo.com (digeo-nav01 [192.168.1.233]) by packet.digeo.com (8.12.11/8.12.11) with SMTP id k3HJjNfA012489; Mon, 17 Apr 2006 12:45:24 -0700 (PDT) Received: from digeo-mail1.digeo.com ([192.168.12.27]) by digeo-nav01.digeo.com (SAVSMTP 3.1.5.43) with SMTP id M2006041712523926502 ; Mon, 17 Apr 2006 12:52:39 -0700 Received: from digeo-mail2.pao.digeo.com ([172.17.212.10]) by digeo-mail1.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Apr 2006 12:47:22 -0700 Received: from [127.0.0.1] ([172.17.1.143]) by digeo-mail2.pao.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 17 Apr 2006 12:47:21 -0700 Message-ID: <4443F0C5.4080001@Digeo.com> Date: Mon, 17 Apr 2006 13:47:17 -0600 From: Chris Riddoch User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Bryan Stansell Subject: Re: Confusion on master/slave setup References: <4443CE9F.6080602@Digeo.com> <20060417175710.GH707@underdog.stansell.org> In-Reply-To: <20060417175710.GH707@underdog.stansell.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=753A2175 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Apr 2006 19:47:21.0756 (UTC) FILETIME=[BE1805C0:01C66257] X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:47:36 -0000 Bryan Stansell wrote: > basically, you just define more consoles like you've done already, but > use a 'master' hostname that is your second console server (the one with > the two serial ports). that value determines whether or not conserver > tries to manage the port - otherwise it just knows about it and > redirects clients to the server that is the real master (based on that > 'master' value). > > then distribute the conserver.cf file to both conserver hosts (either > via a shared filesystem or any distribution command). when a client > connects to either conserver host, it'll either attach directly to the > console or be redirected to the appropriate server. Great! That's smarter than I expected, and I now have it working exactly the way I wanted. By the way, all I needed to do for our non-development cygwin environments is to compile with CFLAGS=-static, and make sure that in addition to --with-master and --with-port, I added --with-cffile=//fileserver/path/to/conserver.cf so that no command-line options should be required from anyone except the terminal name. I now have conserver.exe and console.exe in a public directory, where my co-workers can just copy it into their local environment (or run it out of that directory over the network, if they like) and ask me to add their terminals to the conserver.cf when new devices are plugged in. I also have Ruby on Rails set up to provide a web-based front end to a system of 'expect'-like scripts that run on the master server (in fact, they're also Ruby) so that for an increasing number of tasks, people won't even have to bring up 'console' at all. Thanks for the suggestions! -- Chris Riddoch epistemological humility From SDUPUIS@bouyguestelecom.fr Tue Apr 18 02:11:31 2006 Received: from bt1sqkne.bouyguestelecom.fr (smtp.bouyguestelecom.fr [62.201.139.150]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3I9BNE6014879 for ; Tue, 18 Apr 2006 02:11:29 -0700 (PDT) Received: from bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (unverified) by bt1sqkne.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 18 Apr 2006 11:12:00 +0200 Received: from bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr (bt1sqk4xh0.bpa.bouyguestelecom.fr) by bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 18 Apr 2006 11:11:22 +0200 Received: from bt1sqkak.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.233]) by bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Tue, 18 Apr 2006 11:11:22 +0200 Received: from BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.197]) by bt1sqkak.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Tue, 18 Apr 2006 11:11:22 +0200 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: security Importance: normal Priority: normal Date: Tue, 18 Apr 2006 11:11:21 +0200 Message-ID: <52375106B98EFA41888B11C4D149AE460143042B@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: security Thread-Index: AcZiyA87m1pM1+5ZS7KDJDSt4jdvcw== From: To: X-OriginalArrivalTime: 18 Apr 2006 09:11:22.0088 (UTC) FILETIME=[0F928680:01C662C8] X-Spam-Score: -4.562 () BAYES_00,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3I9BNE6014879 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 09:11:31 -0000 Hi again, After a few days of efforts and hard work... my basic configuration work ! :) We are using a perle CS 9000, and I can conect to it (telnet perle 10001 for the first port, 10002 for the second and so on) using conserver, that's rock ! But, we wanted to use conserver for security, and only allow people in the /etc/conserver.passwd file to access the console. So, I need to set the security on in the CS 9000, so a telnet to the port 10001 now ask for a passwd before conecting. I also add a user with grant to access to the port. That's working ok. But I don't know how to tell conserver, that it need to authenticate itself, using this login/passwd during the telnet session... Any hint on this subject ? the perle CS 9000 can also use ssh, but I don't know yet what to put in conserver.cf to use ssh instead of telnet. Last unrelated thing, if someone can give me the break sequence to use for the SUN "Stop-A" command... Thanks ! Stephane Dupuis DCSI/DEQS/HSI/HEI/INX...LINUX ! Bouygues Telecom Tel : 01 39 26 21 79 Mobile : 06 64 19 78 63 -- () ascii ribbon campaign /\ - against html e-mail - against microsoft attachments ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ From m.d.t.evans@qmul.ac.uk Tue Apr 18 03:31:48 2006 Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3IAVbnx017485 for ; Tue, 18 Apr 2006 03:31:46 -0700 (PDT) Received: from smtp.qmul.ac.uk ([138.37.6.40]) by mail2.qmul.ac.uk with esmtp (Exim 4.43) id 1FVnUb-0006Pe-Nw for users@conserver.com; Tue, 18 Apr 2006 11:31:34 +0100 Received: from mdte.css.qmul.ac.uk ([138.37.8.140] helo=mdte.sympa.qmul.ac.uk) by smtp.qmul.ac.uk with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.50) id 1FVnUb-0005XP-FA for users@conserver.com; Tue, 18 Apr 2006 11:31:33 +0100 Subject: conserver in fedora extras. From: Martin Evans To: users@conserver.com Content-Type: text/plain Date: Tue, 18 Apr 2006 11:31:29 +0100 Message-Id: <1145356290.5417.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 (2.6.0-1) Content-Transfer-Encoding: 7bit X-Sender-Host-Address: 138.37.8.140 X-QM-Scan-Virus: virusscan says the message is clean X-QM-Scan-Virus: ClamAV says the message is clean X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-Mailman-Approved-At: Tue, 18 Apr 2006 08:06:17 -0700 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 10:31:49 -0000 FYI, it seems that a conserver package was added recently to fedora extras: http://download.fedora.redhat.com/pub/fedora/linux/extras/5/i386/conserver-8.1.14-1.fc5.i386.rpm bash-3.1$ rpm -qp --changelog conserver-8.1.14-1.fc5.i386.rpm * Mon Apr 10 2006 Patrick "Jima" Laughton 8.1.14-1 - Figures, two days after my initial Fedora Extras RPM, a new release... * Fri Apr 07 2006 Patrick "Jima" Laughton 8.1.13-1 - Initial Fedora Extras RPM - Added patch to disable /usr/share/examples/conserver -- non-standard - Added patch to correct poorly written initscript - Cleaned up what goes in /usr/share/doc/conserver-8.1.13/ (sloppy) - Other .spec cleanups with lots of help from Dennis Gilmore (thanks!) Cheers, Martin. -- -- Dr MDT Evans, Computing Services, Queen Mary, University of London From SDUPUIS@bouyguestelecom.fr Tue Apr 18 08:34:39 2006 Received: from bt1sqkne.bouyguestelecom.fr (smtp.bouyguestelecom.fr [62.201.139.150]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3IFYVlc019611 for ; Tue, 18 Apr 2006 08:34:37 -0700 (PDT) Received: from bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (unverified) by bt1sqkne.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 18 Apr 2006 17:35:05 +0200 Received: from bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr (bt1sqk4xh0.bpa.bouyguestelecom.fr) by bt1sqk9x.bt0d0000.w2k.bouyguestelecom.fr (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 18 Apr 2006 17:34:27 +0200 Received: from bt1sqkak.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.233]) by bt1sqk4x.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Tue, 18 Apr 2006 17:34:27 +0200 Received: from BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr ([172.19.158.197]) by bt1sqkak.bt0d0000.w2k.bouyguestelecom.fr with Microsoft SMTPSVC(6.0.3790.0); Tue, 18 Apr 2006 17:34:27 +0200 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: RE: security Date: Tue, 18 Apr 2006 17:34:26 +0200 Importance: normal Priority: normal Message-ID: <52375106B98EFA41888B11C4D149AE4601430431@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: security Thread-Index: AcZiyA87m1pM1+5ZS7KDJDSt4jdvcwAMLF/gAAERZ1A= From: To: X-OriginalArrivalTime: 18 Apr 2006 15:34:27.0020 (UTC) FILETIME=[93A8D0C0:01C662FD] X-Spam-Score: -4.562 () BAYES_00,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id k3IFYVlc019611 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:34:40 -0000 >> when Conserver is running, no othe user can telnet to the ports that Conserver controls. It's enought for me, I find this feature an hour ago, thanks :) >>It may be helpful if you can email the users list again, with the type of SUN gear, and which Solaris (or other OS) In fact, the problem was in the CS 9000 ! After set it up corectly, (using the command : "set server break on") The pre-configured halt sequences are now working, and I was abble to return to the "ok" prompt anytime :) Thanks again for answer me, It's seems I should have made more tests before asking. -----Message d'origine----- De : Harris, David (SBS US) [mailto:david.k.harris@siemens.com] Envoyé : mardi 18 avril 2006 17:06 À : DUPUIS, Stéphane Objet : RE: security It may be helpful if you can email the users list again, with the type of SUN gear, and which Solaris (or other OS) you are using, because newer Solaris has some extra options for HALTing the machine. While telnet is weak, when Conserver is running, no othe user can telnet to the ports that Conserver controls. Try this! This one-at-a-time access may be enough for you, since Conserver should always be in control of those ports. There is a way to invoke a chat (send/expect) script, but I forget the syntax. I hope another will answer you to the group, or look in the examples that were Included in the Conserver package. :-) Regards, -Z- -----Original Message----- From: users-bounces@conserver.com [mailto:users-bounces@conserver.com] On Behalf Of SDUPUIS@bouyguestelecom.fr Sent: Tuesday, April 18, 2006 2:11 AM To: users@conserver.com Subject: security Hi again, After a few days of efforts and hard work... my basic configuration work ! :) We are using a perle CS 9000, and I can conect to it (telnet perle 10001 for the first port, 10002 for the second and so on) using conserver, that's rock ! But, we wanted to use conserver for security, and only allow people in the /etc/conserver.passwd file to access the console. So, I need to set the security on in the CS 9000, so a telnet to the port 10001 now ask for a passwd before conecting. I also add a user with grant to access to the port. That's working ok. But I don't know how to tell conserver, that it need to authenticate itself, using this login/passwd during the telnet session... Any hint on this subject ? the perle CS 9000 can also use ssh, but I don't know yet what to put in conserver.cf to use ssh instead of telnet. Last unrelated thing, if someone can give me the break sequence to use for the SUN "Stop-A" command... Thanks ! Stephane Dupuis DCSI/DEQS/HSI/HEI/INX...LINUX ! Bouygues Telecom Tel : 01 39 26 21 79 Mobile : 06 64 19 78 63 -- () ascii ribbon campaign /\ - against html e-mail - against microsoft attachments ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ _______________________________________________ users mailing list users@conserver.com https://www.conserver.com/mailman/listinfo/users ____________________________________________________________ L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur. The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender. ____________________________________________________________ From bryan@stansell.org Tue Apr 18 08:48:12 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3IFmC4j019753 for ; Tue, 18 Apr 2006 08:48:12 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3IFmC1H019752 for users@conserver.com; Tue, 18 Apr 2006 08:48:12 -0700 (PDT) Date: Tue, 18 Apr 2006 08:48:12 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: security Message-ID: <20060418154812.GK707@underdog.stansell.org> References: <52375106B98EFA41888B11C4D149AE460143042B@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52375106B98EFA41888B11C4D149AE460143042B@BT1FMSGC1S01.bt0d0000.w2k.bouyguestelecom.fr> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:48:13 -0000 On Tue, Apr 18, 2006 at 11:11:21AM +0200, SDUPUIS@bouyguestelecom.fr wrote: > But, we wanted to use conserver for security, and only allow people in > the /etc/conserver.passwd file to access the console. > > So, I need to set the security on in the CS 9000, so a telnet to > the port 10001 now ask for a passwd before conecting. I also add > a user with grant to access to the port. That's working ok. > But I don't know how to tell conserver, that it need to authenticate > itself, using this login/passwd during the telnet session... > > Any hint on this subject ? i'd suggest using the 'chat' program in the conserver distribution (conserver/contrib/chat). it has a -I flag addition that makes it work with sockets. here's an example of someone doing this: https://www.conserver.com/pipermail/users/2005-October/msg00024.html there are other ways as well (echo the right stuff or use expect or other programs), but the chat program works well for this purpose. > the perle CS 9000 can also use ssh, but I don't know yet what to > put in conserver.cf to use ssh instead of telnet. > > > Last unrelated thing, if someone can give me the break sequence to use > for the SUN "Stop-A" command... looks like the perle folks disable break by default on the cs9000 (page 106 of http://www.perle.com/support_services/documentation_pdfs/5500049.pdf). so, just do 'set server break on' and then 'save'. then you should be able to use the '\z' break signal in conserver (^Ecl1 by default). Bryan From sommerfeld@sun.com Wed Apr 19 12:30:06 2006 Received: from brmea-mail-1.sun.com (brmea-mail-1.Sun.COM [192.18.98.31]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3JJTwjl007623; Wed, 19 Apr 2006 12:30:04 -0700 (PDT) Received: from eastmail2bur.East.Sun.COM ([129.148.13.40]) by brmea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id k3JJTv3d010167; Wed, 19 Apr 2006 13:29:57 -0600 (MDT) Received: from thunk.east.sun.com (thunk.East.Sun.COM [129.148.174.66]) by eastmail2bur.East.Sun.COM (8.12.10+Sun/8.12.10/ENSMAIL,v2.2) with ESMTP id k3JJTuWa005464; Wed, 19 Apr 2006 15:29:57 -0400 (EDT) Received: from 127.0.0.1 (localhost [127.0.0.1]) by thunk.east.sun.com (8.13.5+Sun/8.13.5) with ESMTP id k3JJTuvY018651; Wed, 19 Apr 2006 15:29:56 -0400 (EDT) Subject: Re: filesize limit From: Bill Sommerfeld To: Bryan Stansell In-Reply-To: <20060417192716.GJ707@underdog.stansell.org> References: <041720061903.22282.4443E666000F3C1D0000570A2207024553020E030404079B090A9D09@comcast.net> <20060417192716.GJ707@underdog.stansell.org> Content-Type: text/plain; charset=iso-8859-1 Message-Id: <1145474995.16848.107.camel@thunk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6.333 Date: Wed, 19 Apr 2006 15:29:56 -0400 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:30:07 -0000 On Mon, 2006-04-17 at 15:27, Bryan Stansell wrote: > yes, mostly. it doesn't have any insight into "largefile" support under > 32-bit solaris, so if you're running in a 32-bit environment, you'll > have a 2gb limit. See the solaris lfcompile(5) man page; you can enable large files at compile time pretty easily. I haven't bothered as I keep the log files small using logadm. > apparently all 64-bit worlds get >2g files by > default, under solaris. This is correct. > managing log files larger than 2gb would seem rather tricky to me, > nonetheless. but that's me. ;-) Some people have infinite disk space... - Bill From Chris.Riddoch@digeo.com Thu Apr 20 08:50:16 2006 Received: from packet.digeo.com (packet.digeo.com [12.110.80.53]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3KFo8wu021495 for ; Thu, 20 Apr 2006 08:50:14 -0700 (PDT) Received: from digeo-nav01.digeo.com (digeo-nav01 [192.168.1.233]) by packet.digeo.com (8.12.11/8.12.11) with SMTP id k3KFm5ML015990 for ; Thu, 20 Apr 2006 08:48:05 -0700 (PDT) Received: from digeo-mail1.digeo.com ([192.168.12.27]) by digeo-nav01.digeo.com (SAVSMTP 3.1.5.43) with SMTP id M2006042008552121900 for ; Thu, 20 Apr 2006 08:55:21 -0700 Received: from digeo-mail2.pao.digeo.com ([172.17.212.10]) by digeo-mail1.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Apr 2006 08:50:03 -0700 Received: from [127.0.0.1] ([172.17.1.143]) by digeo-mail2.pao.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Apr 2006 08:50:03 -0700 Message-ID: <4447ADA6.8020405@Digeo.com> Date: Thu, 20 Apr 2006 09:49:58 -0600 From: Chris Riddoch User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: users@conserver.com Subject: Disabling authentication X-Enigmail-Version: 0.94.0.0 OpenPGP: id=753A2175 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Apr 2006 15:50:03.0538 (UTC) FILETIME=[16B19F20:01C66492] X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 15:50:17 -0000 On the topic of security, I need the opposite. This should be an easy one for someone... access * { admin user; trusted 172.50.*.*/16; } That doesn't do what I want, which is to let any user, for example, inside 172.50.*.* connect, but nobody should have to care about logging in as any particular user unless they want to have administrative privileges in conserver. We have a firewall to take care of the rest. I wind up having to specify -at on the command line of conserver, because otherwise I'm denied access because it thinks I'm coming from a disallowed host. For one, I thought the default access rule was (unless otherwise specified) 'allowed', but more importantly... everything here is on that non-routable network. Then there's the little fact that I get parse errors when I try to specify a line like "defaultaccess trusted;" in my default * {} block. I'd rather not have to use command-line options to accomplish this, but it works for the short term. What gives? -- Chris Riddoch epistemological humility From bryan@stansell.org Thu Apr 20 09:20:18 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3KGKIvD021764 for ; Thu, 20 Apr 2006 09:20:18 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3KGKIuW021763 for users@conserver.com; Thu, 20 Apr 2006 09:20:18 -0700 (PDT) Date: Thu, 20 Apr 2006 09:20:17 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: Disabling authentication Message-ID: <20060420162017.GM707@underdog.stansell.org> References: <4447ADA6.8020405@Digeo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4447ADA6.8020405@Digeo.com> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 16:20:19 -0000 On Thu, Apr 20, 2006 at 09:49:58AM -0600, Chris Riddoch wrote: > On the topic of security, I need the opposite. This should be an easy > one for someone... > > access * { > admin user; > trusted 172.50.*.*/16; > } i think the '.*.*' part is biting you. try: access * { admin user; trusted 172.50/16; } > Then there's the little fact that I get parse errors when I try to > specify a line like "defaultaccess trusted;" in my default * {} block. that should be in the access block above, instead of a default block. then the parse error should go away as well as the command-line option. but, if the 'trusted 172.50/16;' works as it should, you wouldn't need it. that clear things up? Bryan From Chris.Riddoch@digeo.com Thu Apr 20 12:34:53 2006 Received: from packet.digeo.com (packet.digeo.com [12.110.80.53]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3KJYkWs023231; Thu, 20 Apr 2006 12:34:51 -0700 (PDT) Received: from digeo-nav01.digeo.com (digeo-nav01 [192.168.1.233]) by packet.digeo.com (8.12.11/8.12.11) with SMTP id k3KJWkJ6023436; Thu, 20 Apr 2006 12:32:46 -0700 (PDT) Received: from digeo-mail1.digeo.com ([192.168.12.27]) by digeo-nav01.digeo.com (SAVSMTP 3.1.5.43) with SMTP id M2006042012400124814 ; Thu, 20 Apr 2006 12:40:01 -0700 Received: from digeo-mail2.pao.digeo.com ([172.17.212.10]) by digeo-mail1.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Apr 2006 12:34:44 -0700 Received: from [127.0.0.1] ([172.17.1.143]) by digeo-mail2.pao.digeo.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 20 Apr 2006 12:34:43 -0700 Message-ID: <4447E24F.2080707@Digeo.com> Date: Thu, 20 Apr 2006 13:34:39 -0600 From: Chris Riddoch User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Bryan Stansell Subject: Re: Disabling authentication References: <4447ADA6.8020405@Digeo.com> <20060420162017.GM707@underdog.stansell.org> In-Reply-To: <20060420162017.GM707@underdog.stansell.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=753A2175 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Apr 2006 19:34:43.0386 (UTC) FILETIME=[794F31A0:01C664B1] X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 19:34:53 -0000 Bryan Stansell wrote: > i think the '.*.*' part is biting you. try: > > access * { > admin user; > trusted 172.50/16; > } It looks like 'trusted 172.50.0.0/16;' works. (As the off-list discussion established.) I could've sworn I tried that yesterday and it didn't work, but that's how it goes. Thanks again! -- Chris Riddoch epistemological humility From Michael.Redinger@uibk.ac.at Thu Apr 27 06:21:00 2006 Received: from smtp.uibk.ac.at (lmr1.uibk.ac.at [138.232.1.142]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3RDKoYj017770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 27 Apr 2006 06:20:57 -0700 (PDT) Received: from [138.232.3.187] (red-c102.uibk.ac.at [138.232.3.187]) by smtp.uibk.ac.at (8.13.1/8.13.1/F1) with ESMTP id k3RDKkpG024085 for ; Thu, 27 Apr 2006 15:20:46 +0200 Message-ID: <4450C52B.1050901@uibk.ac.at> Date: Thu, 27 Apr 2006 15:20:43 +0200 From: Michael Redinger User-Agent: Thunderbird 1.5 (X11/20060214) MIME-Version: 1.0 To: users@conserver.com Subject: Opengear break signal X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-Scanned-By: MIMEDefang 2.52 at uibk.ac.at on 138.232.1.140 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 13:21:01 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am having problems sending a break signal to Opengear console servers: When I connect to the opengear port directly using ssh, I can send the break signal using ~~b. I tried the same with conserver: The connection is made using ssh, and I set break to ~b. However, a real "~b" (the string, not a break signal) is sent then. I also tried ~~b and even ~~~b. Same result. Break signals work fine for me using eg. Cyclades consoles. I configured ~break as the break string, works fine here. So I do not think "~" is interpreted before it comes to conserver, right? I found two documents that seem related, but could not find anything there that helps me understand this ... https://www.conserver.com/pipermail/users/2006-February/msg00010.html http://www.conserver.com/consoles/BREAK-off/breakinfo.html Thanks, Michael - -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13 Tel.: ++43 512 507 2335 6020 Innsbruck Fax.: ++43 512 507 2944 Austria Mail: Michael.Redinger@uibk.ac.at BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFEUMUrD9ep2WXCwR0RAj72AKDy/QETCmbMU9xNrEMxFfxLuqYXxgCdGhNo 6w3tHTHJjZEJ8MsWEqbdY+U= =EmJl -----END PGP SIGNATURE----- From bryan@stansell.org Thu Apr 27 12:10:41 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3RJAe6l019917 for ; Thu, 27 Apr 2006 12:10:40 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3RJAepP019916 for users@conserver.com; Thu, 27 Apr 2006 12:10:40 -0700 (PDT) Date: Thu, 27 Apr 2006 12:10:40 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: Opengear break signal Message-ID: <20060427191040.GD707@underdog.stansell.org> References: <4450C52B.1050901@uibk.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4450C52B.1050901@uibk.ac.at> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 19:10:41 -0000 i believe this had the answer: https://www.conserver.com/pipermail/users/2006-February/msg00003.html which is, that you need to introduce a delay so that it "looks like" a human typing. so, either "~\db" or "~\d~\db" should do it (perhaps with an increase in the delay). Bryan From elmars.ositis@hvb.lv Fri Apr 28 05:50:38 2006 Received: from lonmvw1.europe.hypovereinsbank.com (lonmvw1.europe.hypovereinsbank.com [193.189.80.20]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SCoVtr003257 for ; Fri, 28 Apr 2006 05:50:37 -0700 (PDT) Received: from lonmxi1.europe.hypovereinsbank.com (localhost [127.0.0.1]) by lonmvw1.europe.hypovereinsbank.com (HVBMail) with ESMTP id 60AC86E2C for ; Fri, 28 Apr 2006 12:50:30 +0000 (GMT) Received: from xigbrsn1.uk.hypovereinsbank.com (unknown [129.84.10.190]) by lonmxi1.europe.hypovereinsbank.com (HVBMail) with ESMTP id 1A3C07F88 for ; Fri, 28 Apr 2006 12:52:54 +0000 (GMT) To: users@conserver.com Subject: using conserver to link vmware virtual machines to Raritan console servers MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: From: elmars.ositis@hvb.lv Date: Fri, 28 Apr 2006 15:50:21 +0300 X-MIMETrack: Serialize by Router on LondonServer04/London/Vereinsbank(Release 6.5.1|January 21, 2004) at 28/04/2006 13:51:06, Serialize complete at 28/04/2006 13:51:06 Content-Type: multipart/alternative; boundary="=_alternative 004687AEC225715E_=" X-Spam-Score: -3.29 () BAYES_00,HTML_20_30,HTML_MESSAGE,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 12:50:39 -0000 This is a multi-part message in MIME format... --=_alternative 004687AEC225715E_= Content-Type: text/plain; charset="US-ASCII" Content-Disposition: inline Hello- I have beent rying to get conserver to work as a go-between for a vmware serial port (named pipe) link and a Raritan console server. Unlike other console servers raritan only supports ssh connections and which are difficult to remotely attach. I have managed to get conserver to connect to a port on the Raritan and now am trying to get the vmware named pipe to connect to the conserver named pipes. The vmware serial port (linux GSX) creates a single named pipe, but the conserver creates two named pipes, I presume one for input the other for output. Here is my conserver.cf file: lvsrv05:/vmware/images/other # more /etc/conserver.cf default full { rw *; } default * { logfile /var/log/conserver/&; timestamp ""; include full; } console node1 { master localhost; type exec; exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u admin -a xxxxxxx -p 1"; } access * { allowed 127.0.0.1; } When using 'console node1' the console properly connects to the Raritan and gives me direct access to the port. Rather than using the console, I would like to link the vmware serial port to the conserver named pipes. Within the virtual machine I will be running a legacy app on windows NT which will connect to some equipment linked to the Raritan. The legacy app will then monitor the remote hardware. Alternatively, if anyone has heard of a way to redirect an NT com port to ssh, I would be glad to hear from you. Thanks Elmars Elmars Ositis Head of IT HVB Bank Latvia AS Elizabetes iela 63 Riga, LV-1050 Latvia tel:+371 708 5531 fax: +371 708 5507 --=_alternative 004687AEC225715E_= Content-Type: text/html; charset="US-ASCII" Content-Disposition: inline
Hello-

I have beent rying to get conserver to work as a go-between for a vmware serial port (named pipe) link and a Raritan console server. Unlike other console servers raritan only supports ssh connections and which are difficult to remotely attach. I have managed to get conserver to connect to a port on the Raritan and now am trying to get the vmware named pipe to connect to the conserver named pipes.

The vmware serial port (linux GSX) creates a single named pipe, but the conserver creates two named pipes, I presume one for input the other for output. Here is my conserver.cf file:

lvsrv05:/vmware/images/other # more /etc/conserver.cf
default full {
        rw *;
}
default * {
        logfile /var/log/conserver/&;
        timestamp "";
        include full;
}
console node1 {
        master localhost;
        type exec;
        exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u admin -a xxxxxxx -p 1";
}
access * {
        allowed 127.0.0.1;
}

When using 'console node1' the console properly connects to the Raritan and gives me direct access to the port. Rather than using the console, I would like to link the vmware serial port to the conserver named pipes. Within the virtual machine I will be running a legacy app on windows NT which will connect to some equipment linked to the Raritan. The legacy app will then monitor the remote hardware.

Alternatively, if anyone has heard of a way to redirect an NT com port to ssh, I would be glad to hear from you.

Thanks

Elmars

Elmars Ositis
Head of IT
HVB Bank Latvia AS
Elizabetes iela 63
Riga, LV-1050
Latvia
tel:+371 708 5531
fax: +371 708 5507
--=_alternative 004687AEC225715E_=-- From cfowler@outpostsentinel.com Fri Apr 28 05:59:59 2006 Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SCxpof003334 for ; Fri, 28 Apr 2006 05:59:56 -0700 (PDT) Received: from www.outpostsentinel.com (unverified [66.23.198.138]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 30241185 for multiple; Fri, 28 Apr 2006 08:59:47 -0400 Received: from [192.168.2.249] (skylab.outpostsentinel.com [127.0.0.1]) by www.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id k3SCvnY09769; Fri, 28 Apr 2006 08:57:49 -0400 Subject: Re: using conserver to link vmware virtual machines to Raritan console servers From: Christopher Fowler To: elmars.ositis@hvb.lv In-Reply-To: References: Content-Type: text/plain Message-Id: <1146229175.4280.12.camel@ze1250.linxdev.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 28 Apr 2006 08:59:36 -0400 Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 13:00:01 -0000 I've been trying this for Vmware linux and have ran into a similar issue. I can't figure out if Vmware supports R/W named pipes. One option is to install a multi-port card on the server and each port goes to a virtual machine. That is what I'm planning to do. I tried to create a program that ran on the Linux server that would interface me using minicom to a pseudo tty. I told Vmware to use the slave like normal as its serial port. Vmware screams that /dev/ttyp0 is not a serial port. It is a tty character device so what is the problem? If I could get vmware to use /dev/ttyp* as its serial ports then I would be in good shape. I know I can use them normally because when I run my ttyp server for this purpose I can open and read and write to /dev/ttyp0. On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote: > Hello- > > I have beent rying to get conserver to work as a go-between for a > vmware serial port (named pipe) link and a Raritan console server. > Unlike other console servers raritan only supports ssh connections and > which are difficult to remotely attach. I have managed to get > conserver to connect to a port on the Raritan and now am trying to get > the vmware named pipe to connect to the conserver named pipes. > > The vmware serial port (linux GSX) creates a single named pipe, but > the conserver creates two named pipes, I presume one for input the > other for output. Here is my conserver.cf file: > > lvsrv05:/vmware/images/other # more /etc/conserver.cf > default full { > rw *; > } > default * { > logfile /var/log/conserver/&; > timestamp ""; > include full; > } > console node1 { > master localhost; > type exec; > exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u > admin -a xxxxxxx -p 1"; > } > access * { > allowed 127.0.0.1; > } > > When using 'console node1' the console properly connects to the > Raritan and gives me direct access to the port. Rather than using the > console, I would like to link the vmware serial port to the conserver > named pipes. Within the virtual machine I will be running a legacy app > on windows NT which will connect to some equipment linked to the > Raritan. The legacy app will then monitor the remote hardware. > > Alternatively, if anyone has heard of a way to redirect an NT com port > to ssh, I would be glad to hear from you. > > Thanks > > Elmars > > Elmars Ositis > Head of IT > HVB Bank Latvia AS > Elizabetes iela 63 > Riga, LV-1050 > Latvia > tel:+371 708 5531 > fax: +371 708 5507 > > ______________________________________________________________________ > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users From elmars.ositis@hvb.lv Fri Apr 28 06:14:20 2006 Received: from lonmvw1.europe.hypovereinsbank.com (lonmvw1.europe.hypovereinsbank.com [193.189.80.20]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SDECTH003490 for ; Fri, 28 Apr 2006 06:14:17 -0700 (PDT) Received: from lonmxi1.europe.hypovereinsbank.com (localhost [127.0.0.1]) by lonmvw1.europe.hypovereinsbank.com (HVBMail) with ESMTP id 5EC9F6CA8; Fri, 28 Apr 2006 13:14:11 +0000 (GMT) Received: from xigbrsn1.uk.hypovereinsbank.com (unknown [129.84.10.190]) by lonmxi1.europe.hypovereinsbank.com (HVBMail) with ESMTP id 11EC98040; Fri, 28 Apr 2006 13:16:35 +0000 (GMT) In-Reply-To: <1146229175.4280.12.camel@ze1250.linxdev.com> To: Christopher Fowler Subject: Re: using conserver to link vmware virtual machines to Raritan console servers MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: From: elmars.ositis@hvb.lv Date: Fri, 28 Apr 2006 16:14:04 +0300 X-MIMETrack: Serialize by Router on LondonServer04/London/Vereinsbank(Release 6.5.1|January 21, 2004) at 28/04/2006 14:14:47, Serialize complete at 28/04/2006 14:14:47 Content-Type: multipart/alternative; boundary="=_alternative 0048B37FC225715E_=" X-Spam-Score: -4.462 () BAYES_00,HTML_MESSAGE,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 13:14:20 -0000 This is a multi-part message in MIME format... --=_alternative 0048B37FC225715E_= Content-Type: text/plain; charset="US-ASCII" Content-Disposition: inline I wish adding com ports would be an option, unfortunately some of the equipment I need to interface to is in a remote location... I could run a vm there too, but I run into licensing issues on the legacy app. costs a fortune for each machine.... likewise, locally, the vmware server is a 1u job with all of its slots occupied with nics and raid controller... I do have the one com port on the machine, but that is not enough.... Elmars Ositis Head of IT HVB Bank Latvia AS Elizabetes iela 63 Riga, LV-1050 Latvia tel:+371 708 5531 fax: +371 708 5507 Christopher Fowler 04/28/2006 03:59 PM To elmars.ositis@hvb.lv cc users@conserver.com Subject Re: using conserver to link vmware virtual machines to Raritan console servers I've been trying this for Vmware linux and have ran into a similar issue. I can't figure out if Vmware supports R/W named pipes. One option is to install a multi-port card on the server and each port goes to a virtual machine. That is what I'm planning to do. I tried to create a program that ran on the Linux server that would interface me using minicom to a pseudo tty. I told Vmware to use the slave like normal as its serial port. Vmware screams that /dev/ttyp0 is not a serial port. It is a tty character device so what is the problem? If I could get vmware to use /dev/ttyp* as its serial ports then I would be in good shape. I know I can use them normally because when I run my ttyp server for this purpose I can open and read and write to /dev/ttyp0. On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote: > Hello- > > I have beent rying to get conserver to work as a go-between for a > vmware serial port (named pipe) link and a Raritan console server. > Unlike other console servers raritan only supports ssh connections and > which are difficult to remotely attach. I have managed to get > conserver to connect to a port on the Raritan and now am trying to get > the vmware named pipe to connect to the conserver named pipes. > > The vmware serial port (linux GSX) creates a single named pipe, but > the conserver creates two named pipes, I presume one for input the > other for output. Here is my conserver.cf file: > > lvsrv05:/vmware/images/other # more /etc/conserver.cf > default full { > rw *; > } > default * { > logfile /var/log/conserver/&; > timestamp ""; > include full; > } > console node1 { > master localhost; > type exec; > exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u > admin -a xxxxxxx -p 1"; > } > access * { > allowed 127.0.0.1; > } > > When using 'console node1' the console properly connects to the > Raritan and gives me direct access to the port. Rather than using the > console, I would like to link the vmware serial port to the conserver > named pipes. Within the virtual machine I will be running a legacy app > on windows NT which will connect to some equipment linked to the > Raritan. The legacy app will then monitor the remote hardware. > > Alternatively, if anyone has heard of a way to redirect an NT com port > to ssh, I would be glad to hear from you. > > Thanks > > Elmars > > Elmars Ositis > Head of IT > HVB Bank Latvia AS > Elizabetes iela 63 > Riga, LV-1050 > Latvia > tel:+371 708 5531 > fax: +371 708 5507 > > ______________________________________________________________________ > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users --=_alternative 0048B37FC225715E_= Content-Type: text/html; charset="US-ASCII" Content-Disposition: inline
I wish adding com ports would be an option, unfortunately some of the equipment I need to interface to is in a remote location... I could run a vm there too, but I run into licensing issues on the legacy app. costs a fortune for each machine....

likewise, locally, the vmware server is a 1u job with all of its slots occupied with nics and raid controller... I do have the one com port on the machine, but that is not enough....

Elmars Ositis
Head of IT
HVB Bank Latvia AS
Elizabetes iela 63
Riga, LV-1050
Latvia
tel:+371 708 5531
fax: +371 708 5507



Christopher Fowler <cfowler@outpostsentinel.com>

04/28/2006 03:59 PM

To elmars.ositis@hvb.lv
cc users@conserver.com
Subject Re: using conserver to link vmware virtual machines to Raritan        console servers





I've been trying this for Vmware linux and have ran into a similar
issue.  I can't figure out if Vmware supports R/W named pipes.  One
option is to install a multi-port card on the server and each port goes
to a virtual machine.  That is what I'm planning to do.

I tried to create a program that ran on the Linux server that would
interface me using minicom to a pseudo tty.  I told Vmware to use the
slave like normal as its serial port.  Vmware screams that /dev/ttyp0 is
not a serial port.  It is a tty character device so what is
the problem?  If I could get vmware to use /dev/ttyp* as its serial
ports then I would be in good shape.  I know I can use them normally
because when I run my ttyp server for this purpose I can open and read
and write to /dev/ttyp0.



On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote:
> Hello-
>
> I have beent rying to get conserver to work as a go-between for a
> vmware serial port (named pipe) link and a Raritan console server.
> Unlike other console servers raritan only supports ssh connections and
> which are difficult to remotely attach. I have managed to get
> conserver to connect to a port on the Raritan and now am trying to get
> the vmware named pipe to connect to the conserver named pipes.
>
> The vmware serial port (linux GSX) creates a single named pipe, but
> the conserver creates two named pipes, I presume one for input the
> other for output. Here is my conserver.cf file:
>
> lvsrv05:/vmware/images/other # more /etc/conserver.cf
> default full {
>         rw *;
> }
> default * {
>         logfile /var/log/conserver/&;
>         timestamp "";
>         include full;
> }
> console node1 {
>         master localhost;
>         type exec;
>         exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u
> admin -a xxxxxxx -p 1";
> }
> access * {
>         allowed 127.0.0.1;
> }
>
> When using 'console node1' the console properly connects to the
> Raritan and gives me direct access to the port. Rather than using the
> console, I would like to link the vmware serial port to the conserver
> named pipes. Within the virtual machine I will be running a legacy app
> on windows NT which will connect to some equipment linked to the
> Raritan. The legacy app will then monitor the remote hardware.
>
> Alternatively, if anyone has heard of a way to redirect an NT com port
> to ssh, I would be glad to hear from you.
>
> Thanks
>
> Elmars
>
> Elmars Ositis
> Head of IT
> HVB Bank Latvia AS
> Elizabetes iela 63
> Riga, LV-1050
> Latvia
> tel:+371 708 5531
> fax: +371 708 5507
>
> ______________________________________________________________________
> _______________________________________________
> users mailing list
> users@conserver.com
> https://www.conserver.com/mailman/listinfo/users


--=_alternative 0048B37FC225715E_=-- From cfowler@outpostsentinel.com Fri Apr 28 06:22:47 2006 Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SDMbZR003568 for ; Fri, 28 Apr 2006 06:22:43 -0700 (PDT) Received: from www.outpostsentinel.com (unverified [66.23.198.138]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 30248782 for multiple; Fri, 28 Apr 2006 09:22:08 -0400 Received: from [192.168.2.249] (skylab.outpostsentinel.com [127.0.0.1]) by www.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id k3SDKCY09804; Fri, 28 Apr 2006 09:20:12 -0400 Subject: Re: using conserver to link vmware virtual machines to Raritan console servers From: Christopher Fowler To: elmars.ositis@hvb.lv In-Reply-To: References: Content-Type: text/plain Message-Id: <1146230529.4952.3.camel@ze1250.linxdev.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 28 Apr 2006 09:22:09 -0400 Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 13:22:47 -0000 On Fri, 2006-04-28 at 09:14, elmars.ositis@hvb.lv wrote: > likewise, locally, the vmware server is a 1u job with all of its slots > occupied with nics and raid controller... I do have the one com port > on the machine, but that is not enough.... Invest in a better server with a PCI Quad Ethernet Controller and a Comtrol Rocket Port 4 RJ. Make it 2U so you can at least get 3 PCI cards installed. > > Elmars Ositis > Head of IT > HVB Bank Latvia AS > Elizabetes iela 63 > Riga, LV-1050 > Latvia > tel:+371 708 5531 > fax: +371 708 5507 > > > Christopher Fowler > > > 04/28/2006 03:59 PM > To > elmars.ositis@hvb.lv > cc > users@conserver.com > Subject > Re: using > conserver to link > vmware virtual > machines to > Raritan > console servers > > > > > I've been trying this for Vmware linux and have ran into a similar > issue. I can't figure out if Vmware supports R/W named pipes. One > option is to install a multi-port card on the server and each port > goes > to a virtual machine. That is what I'm planning to do. > > I tried to create a program that ran on the Linux server that would > interface me using minicom to a pseudo tty. I told Vmware to use the > slave like normal as its serial port. Vmware screams that /dev/ttyp0 > is > not a serial port. It is a tty character device so what is > the problem? If I could get vmware to use /dev/ttyp* as its serial > ports then I would be in good shape. I know I can use them normally > because when I run my ttyp server for this purpose I can open and read > and write to /dev/ttyp0. > > > > On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote: > > Hello- > > > > I have beent rying to get conserver to work as a go-between for a > > vmware serial port (named pipe) link and a Raritan console server. > > Unlike other console servers raritan only supports ssh connections > and > > which are difficult to remotely attach. I have managed to get > > conserver to connect to a port on the Raritan and now am trying to > get > > the vmware named pipe to connect to the conserver named pipes. > > > > The vmware serial port (linux GSX) creates a single named pipe, but > > the conserver creates two named pipes, I presume one for input the > > other for output. Here is my conserver.cf file: > > > > lvsrv05:/vmware/images/other # more /etc/conserver.cf > > default full { > > rw *; > > } > > default * { > > logfile /var/log/conserver/&; > > timestamp ""; > > include full; > > } > > console node1 { > > master localhost; > > type exec; > > exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u > > admin -a xxxxxxx -p 1"; > > } > > access * { > > allowed 127.0.0.1; > > } > > > > When using 'console node1' the console properly connects to the > > Raritan and gives me direct access to the port. Rather than using > the > > console, I would like to link the vmware serial port to the > conserver > > named pipes. Within the virtual machine I will be running a legacy > app > > on windows NT which will connect to some equipment linked to the > > Raritan. The legacy app will then monitor the remote hardware. > > > > Alternatively, if anyone has heard of a way to redirect an NT com > port > > to ssh, I would be glad to hear from you. > > > > Thanks > > > > Elmars > > > > Elmars Ositis > > Head of IT > > HVB Bank Latvia AS > > Elizabetes iela 63 > > Riga, LV-1050 > > Latvia > > tel:+371 708 5531 > > fax: +371 708 5507 > > > > > ______________________________________________________________________ > > _______________________________________________ > > users mailing list > > users@conserver.com > > https://www.conserver.com/mailman/listinfo/users > > From elmars.ositis@hvb.lv Fri Apr 28 06:43:13 2006 Received: from lonmvw1.europe.hypovereinsbank.com (lonmvw1.europe.hypovereinsbank.com [193.189.80.20]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SDh5ie003717 for ; Fri, 28 Apr 2006 06:43:11 -0700 (PDT) Received: from lonmxi1.europe.hypovereinsbank.com (localhost [127.0.0.1]) by lonmvw1.europe.hypovereinsbank.com (HVBMail) with ESMTP id 950896E45; Fri, 28 Apr 2006 13:43:04 +0000 (GMT) Received: from xigbrsn1.uk.hypovereinsbank.com (unknown [129.84.10.190]) by lonmxi1.europe.hypovereinsbank.com (HVBMail) with ESMTP id 485EF7FE7; Fri, 28 Apr 2006 13:45:28 +0000 (GMT) In-Reply-To: <1146230529.4952.3.camel@ze1250.linxdev.com> To: Christopher Fowler Subject: Re: using conserver to link vmware virtual machines to Raritan console servers MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 Message-ID: From: elmars.ositis@hvb.lv Date: Fri, 28 Apr 2006 16:42:59 +0300 X-MIMETrack: Serialize by Router on LondonServer04/London/Vereinsbank(Release 6.5.1|January 21, 2004) at 28/04/2006 14:43:40, Serialize complete at 28/04/2006 14:43:40 Content-Type: multipart/alternative; boundary="=_alternative 004B58F6C225715E_=" X-Spam-Score: -4.462 () BAYES_00,HTML_MESSAGE,NO_REAL_NAME X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 13:43:14 -0000 This is a multi-part message in MIME format... --=_alternative 004B58F6C225715E_= Content-Type: text/plain; charset="US-ASCII" Content-Disposition: inline Ha Ha Ha!!! Just did. but those machines are running ESX and are for really heavy stuff. In the meantime, this GSX machine runs the old stuff which have no minimum performance criteria. The machine is actually not bad, just not expandable. With 2 p4 procs and 8gb ram, dual power, remote management, the works, the machine is just a tad bit expensive to toss....! But you are right. 1u machines are a bit of a waste of money. Sun has crap cable management on their machines, and although IBM has good cable management, the slides are a piece of crap. I had one IBM 1u as bottom machine in my rack and it popped out of its slide as I was pushing it back in... crashed 30cm to the floor. One good thing about IBM boxes... they are rugged. Kept on running... But anyway, that does not resolve the question of how to link the remote hardware 10km away... Elmars Ositis Head of IT HVB Bank Latvia AS Elizabetes iela 63 Riga, LV-1050 Latvia tel:+371 708 5531 fax: +371 708 5507 Christopher Fowler 04/28/2006 04:22 PM To elmars.ositis@hvb.lv cc users@conserver.com Subject Re: using conserver to link vmware virtual machines to Raritan console servers On Fri, 2006-04-28 at 09:14, elmars.ositis@hvb.lv wrote: > likewise, locally, the vmware server is a 1u job with all of its slots > occupied with nics and raid controller... I do have the one com port > on the machine, but that is not enough.... Invest in a better server with a PCI Quad Ethernet Controller and a Comtrol Rocket Port 4 RJ. Make it 2U so you can at least get 3 PCI cards installed. > > Elmars Ositis > Head of IT > HVB Bank Latvia AS > Elizabetes iela 63 > Riga, LV-1050 > Latvia > tel:+371 708 5531 > fax: +371 708 5507 > > > Christopher Fowler > > > 04/28/2006 03:59 PM > To > elmars.ositis@hvb.lv > cc > users@conserver.com > Subject > Re: using > conserver to link > vmware virtual > machines to > Raritan > console servers > > > > > I've been trying this for Vmware linux and have ran into a similar > issue. I can't figure out if Vmware supports R/W named pipes. One > option is to install a multi-port card on the server and each port > goes > to a virtual machine. That is what I'm planning to do. > > I tried to create a program that ran on the Linux server that would > interface me using minicom to a pseudo tty. I told Vmware to use the > slave like normal as its serial port. Vmware screams that /dev/ttyp0 > is > not a serial port. It is a tty character device so what is > the problem? If I could get vmware to use /dev/ttyp* as its serial > ports then I would be in good shape. I know I can use them normally > because when I run my ttyp server for this purpose I can open and read > and write to /dev/ttyp0. > > > > On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote: > > Hello- > > > > I have beent rying to get conserver to work as a go-between for a > > vmware serial port (named pipe) link and a Raritan console server. > > Unlike other console servers raritan only supports ssh connections > and > > which are difficult to remotely attach. I have managed to get > > conserver to connect to a port on the Raritan and now am trying to > get > > the vmware named pipe to connect to the conserver named pipes. > > > > The vmware serial port (linux GSX) creates a single named pipe, but > > the conserver creates two named pipes, I presume one for input the > > other for output. Here is my conserver.cf file: > > > > lvsrv05:/vmware/images/other # more /etc/conserver.cf > > default full { > > rw *; > > } > > default * { > > logfile /var/log/conserver/&; > > timestamp ""; > > include full; > > } > > console node1 { > > master localhost; > > type exec; > > exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u > > admin -a xxxxxxx -p 1"; > > } > > access * { > > allowed 127.0.0.1; > > } > > > > When using 'console node1' the console properly connects to the > > Raritan and gives me direct access to the port. Rather than using > the > > console, I would like to link the vmware serial port to the > conserver > > named pipes. Within the virtual machine I will be running a legacy > app > > on windows NT which will connect to some equipment linked to the > > Raritan. The legacy app will then monitor the remote hardware. > > > > Alternatively, if anyone has heard of a way to redirect an NT com > port > > to ssh, I would be glad to hear from you. > > > > Thanks > > > > Elmars > > > > Elmars Ositis > > Head of IT > > HVB Bank Latvia AS > > Elizabetes iela 63 > > Riga, LV-1050 > > Latvia > > tel:+371 708 5531 > > fax: +371 708 5507 > > > > > ______________________________________________________________________ > > _______________________________________________ > > users mailing list > > users@conserver.com > > https://www.conserver.com/mailman/listinfo/users > > --=_alternative 004B58F6C225715E_= Content-Type: text/html; charset="US-ASCII" Content-Disposition: inline
Ha Ha Ha!!!

Just did. but those machines are running ESX and are for really heavy stuff. In the meantime, this GSX machine runs the old stuff which have no minimum performance criteria. The machine is actually not bad, just not expandable. With 2 p4 procs and 8gb ram, dual power, remote management, the works, the machine is just a tad bit expensive to toss....! But you are right. 1u machines are a bit of a waste of money. Sun has crap cable management on their machines, and although IBM has good cable management, the slides are a piece of crap. I had one IBM 1u as bottom machine in my rack and it popped out of its slide as I was pushing it back in... crashed 30cm to the floor. One good thing about IBM boxes... they are rugged. Kept on running...

But anyway, that does not resolve the question of how to link the remote hardware 10km away...

Elmars Ositis
Head of IT
HVB Bank Latvia AS
Elizabetes iela 63
Riga, LV-1050
Latvia
tel:+371 708 5531
fax: +371 708 5507



Christopher Fowler <cfowler@outpostsentinel.com>

04/28/2006 04:22 PM

To elmars.ositis@hvb.lv
cc users@conserver.com
Subject Re: using conserver to link vmware virtual machines to Raritan        console servers





On Fri, 2006-04-28 at 09:14, elmars.ositis@hvb.lv wrote:

> likewise, locally, the vmware server is a 1u job with all of its slots
> occupied with nics and raid controller... I do have the one com port
> on the machine, but that is not enough....

Invest in a better server with a PCI Quad Ethernet Controller and a
Comtrol Rocket Port 4 RJ.  Make it 2U so you can at least get 3 PCI
cards installed.


>

> Elmars Ositis
> Head of IT
> HVB Bank Latvia AS
> Elizabetes iela 63
> Riga, LV-1050
> Latvia
> tel:+371 708 5531
> fax: +371 708 5507
>
>
> Christopher Fowler
> <cfowler@outpostsentinel.com>
>
> 04/28/2006 03:59 PM
>                To
> elmars.ositis@hvb.lv
>                cc
> users@conserver.com
>           Subject
> Re: using
> conserver to link
> vmware virtual
> machines to
> Raritan      
> console servers
>
>
>
>
> I've been trying this for Vmware linux and have ran into a similar
> issue.  I can't figure out if Vmware supports R/W named pipes.  One
> option is to install a multi-port card on the server and each port
> goes
> to a virtual machine.  That is what I'm planning to do.
>
> I tried to create a program that ran on the Linux server that would
> interface me using minicom to a pseudo tty.  I told Vmware to use the
> slave like normal as its serial port.  Vmware screams that /dev/ttyp0
> is
> not a serial port.  It is a tty character device so what is
> the problem?  If I could get vmware to use /dev/ttyp* as its serial
> ports then I would be in good shape.  I know I can use them normally
> because when I run my ttyp server for this purpose I can open and read
> and write to /dev/ttyp0.
>
>
>
> On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote:
> > Hello-
> >
> > I have beent rying to get conserver to work as a go-between for a
> > vmware serial port (named pipe) link and a Raritan console server.
> > Unlike other console servers raritan only supports ssh connections
> and
> > which are difficult to remotely attach. I have managed to get
> > conserver to connect to a port on the Raritan and now am trying to
> get
> > the vmware named pipe to connect to the conserver named pipes.
> >
> > The vmware serial port (linux GSX) creates a single named pipe, but
> > the conserver creates two named pipes, I presume one for input the
> > other for output. Here is my conserver.cf file:
> >
> > lvsrv05:/vmware/images/other # more /etc/conserver.cf
> > default full {
> >         rw *;
> > }
> > default * {
> >         logfile /var/log/conserver/&;
> >         timestamp "";
> >         include full;
> > }
> > console node1 {
> >         master localhost;
> >         type exec;
> >         exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u
> > admin -a xxxxxxx -p 1";
> > }
> > access * {
> >         allowed 127.0.0.1;
> > }
> >
> > When using 'console node1' the console properly connects to the
> > Raritan and gives me direct access to the port. Rather than using
> the
> > console, I would like to link the vmware serial port to the
> conserver
> > named pipes. Within the virtual machine I will be running a legacy
> app
> > on windows NT which will connect to some equipment linked to the
> > Raritan. The legacy app will then monitor the remote hardware.
> >
> > Alternatively, if anyone has heard of a way to redirect an NT com
> port
> > to ssh, I would be glad to hear from you.
> >
> > Thanks
> >
> > Elmars
> >
> > Elmars Ositis
> > Head of IT
> > HVB Bank Latvia AS
> > Elizabetes iela 63
> > Riga, LV-1050
> > Latvia
> > tel:+371 708 5531
> > fax: +371 708 5507
> >
> >
> ______________________________________________________________________
> > _______________________________________________
> > users mailing list
> > users@conserver.com
> > https://www.conserver.com/mailman/listinfo/users
>
>


--=_alternative 004B58F6C225715E_=-- From cfowler@outpostsentinel.com Fri Apr 28 06:47:12 2006 Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SDl2rM003783 for ; Fri, 28 Apr 2006 06:47:08 -0700 (PDT) Received: from www.outpostsentinel.com (unverified [66.23.198.138]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 30256576 for multiple; Fri, 28 Apr 2006 09:46:26 -0400 Received: from [192.168.2.249] (skylab.outpostsentinel.com [127.0.0.1]) by www.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id k3SDiUY09824; Fri, 28 Apr 2006 09:44:30 -0400 Subject: Re: using conserver to link vmware virtual machines to Raritan console servers From: Christopher Fowler To: elmars.ositis@hvb.lv In-Reply-To: References: Content-Type: text/plain Message-Id: <1146231987.4952.5.camel@ze1250.linxdev.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 28 Apr 2006 09:46:27 -0400 Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 13:47:13 -0000 USB Serial adapters? On Fri, 2006-04-28 at 09:42, elmars.ositis@hvb.lv wrote: > Ha Ha Ha!!! > > Just did. but those machines are running ESX and are for really heavy > stuff. In the meantime, this GSX machine runs the old stuff which have > no minimum performance criteria. The machine is actually not bad, just > not expandable. With 2 p4 procs and 8gb ram, dual power, remote > management, the works, the machine is just a tad bit expensive to > toss....! But you are right. 1u machines are a bit of a waste of > money. Sun has crap cable management on their machines, and although > IBM has good cable management, the slides are a piece of crap. I had > one IBM 1u as bottom machine in my rack and it popped out of its slide > as I was pushing it back in... crashed 30cm to the floor. One good > thing about IBM boxes... they are rugged. Kept on running... > > But anyway, that does not resolve the question of how to link the > remote hardware 10km away... > > Elmars Ositis > Head of IT > HVB Bank Latvia AS > Elizabetes iela 63 > Riga, LV-1050 > Latvia > tel:+371 708 5531 > fax: +371 708 5507 > > > Christopher Fowler > > > 04/28/2006 04:22 PM > To > elmars.ositis@hvb.lv > cc > users@conserver.com > Subject > Re: using > conserver to link > vmware virtual > machines to > Raritan > console servers > > > > > On Fri, 2006-04-28 at 09:14, elmars.ositis@hvb.lv wrote: > > > likewise, locally, the vmware server is a 1u job with all of its > slots > > occupied with nics and raid controller... I do have the one com port > > on the machine, but that is not enough.... > > Invest in a better server with a PCI Quad Ethernet Controller and a > Comtrol Rocket Port 4 RJ. Make it 2U so you can at least get 3 PCI > cards installed. > > > > > > > Elmars Ositis > > Head of IT > > HVB Bank Latvia AS > > Elizabetes iela 63 > > Riga, LV-1050 > > Latvia > > tel:+371 708 5531 > > fax: +371 708 5507 > > > > > > Christopher Fowler > > > > > > 04/28/2006 03:59 PM > > To > > elmars.ositis@hvb.lv > > cc > > users@conserver.com > > Subject > > Re: using > > conserver to link > > vmware virtual > > machines to > > Raritan > > console servers > > > > > > > > > > I've been trying this for Vmware linux and have ran into a similar > > issue. I can't figure out if Vmware supports R/W named pipes. One > > option is to install a multi-port card on the server and each port > > goes > > to a virtual machine. That is what I'm planning to do. > > > > I tried to create a program that ran on the Linux server that would > > interface me using minicom to a pseudo tty. I told Vmware to use > the > > slave like normal as its serial port. Vmware screams that > /dev/ttyp0 > > is > > not a serial port. It is a tty character device so what is > > the problem? If I could get vmware to use /dev/ttyp* as its serial > > ports then I would be in good shape. I know I can use them normally > > because when I run my ttyp server for this purpose I can open and > read > > and write to /dev/ttyp0. > > > > > > > > On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote: > > > Hello- > > > > > > I have beent rying to get conserver to work as a go-between for a > > > vmware serial port (named pipe) link and a Raritan console server. > > > Unlike other console servers raritan only supports ssh connections > > and > > > which are difficult to remotely attach. I have managed to get > > > conserver to connect to a port on the Raritan and now am trying to > > get > > > the vmware named pipe to connect to the conserver named pipes. > > > > > > The vmware serial port (linux GSX) creates a single named pipe, > but > > > the conserver creates two named pipes, I presume one for input the > > > other for output. Here is my conserver.cf file: > > > > > > lvsrv05:/vmware/images/other # more /etc/conserver.cf > > > default full { > > > rw *; > > > } > > > default * { > > > logfile /var/log/conserver/&; > > > timestamp ""; > > > include full; > > > } > > > console node1 { > > > master localhost; > > > type exec; > > > exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole -u > > > admin -a xxxxxxx -p 1"; > > > } > > > access * { > > > allowed 127.0.0.1; > > > } > > > > > > When using 'console node1' the console properly connects to the > > > Raritan and gives me direct access to the port. Rather than using > > the > > > console, I would like to link the vmware serial port to the > > conserver > > > named pipes. Within the virtual machine I will be running a legacy > > app > > > on windows NT which will connect to some equipment linked to the > > > Raritan. The legacy app will then monitor the remote hardware. > > > > > > Alternatively, if anyone has heard of a way to redirect an NT com > > port > > > to ssh, I would be glad to hear from you. > > > > > > Thanks > > > > > > Elmars > > > > > > Elmars Ositis > > > Head of IT > > > HVB Bank Latvia AS > > > Elizabetes iela 63 > > > Riga, LV-1050 > > > Latvia > > > tel:+371 708 5531 > > > fax: +371 708 5507 > > > > > > > > > ______________________________________________________________________ > > > _______________________________________________ > > > users mailing list > > > users@conserver.com > > > https://www.conserver.com/mailman/listinfo/users > > > > > > From cfowler@outpostsentinel.com Fri Apr 28 07:04:51 2006 Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SE4fHY003899 for ; Fri, 28 Apr 2006 07:04:46 -0700 (PDT) Received: from www.outpostsentinel.com (unverified [66.23.198.138]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 30262623 for multiple; Fri, 28 Apr 2006 10:04:30 -0400 Received: from [192.168.2.249] (skylab.outpostsentinel.com [127.0.0.1]) by www.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id k3SE2XY09850; Fri, 28 Apr 2006 10:02:34 -0400 Subject: Re: using conserver to link vmware virtual machines to Raritan console servers From: Christopher Fowler To: elmars.ositis@hvb.lv In-Reply-To: References: Content-Type: text/plain Message-Id: <1146233070.4952.10.camel@ze1250.linxdev.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 28 Apr 2006 10:04:31 -0400 Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 14:04:52 -0000 One idea I had in the past was to use a Comtrol RJ 8 board and then use a serial cross over cable. Vmware Machine 1: COM1 -> /dev/ttyR0 Vmware Machine 2: COM1 -> /dev/ttyR1 Conserver Console 1: /dev/ttyR3 Conserver Console 2: /dev/ttyR3 Then just link the two together with a short serial cable. I wish I could figure out a way to get conserver to connect to the named pipe that Vmware uses instead of a true serial port. As I said I spent an hour writing a daemon that would manage pseudo ttys in an attempt to allow a program called 'tip' to attache to a Vmware machine when the machine was configured to use /dev/ttyp0 as COM1. This did not work. Somehow vmware states that a pseudo tty is not a real serial port and then disconnects the device. On Fri, 2006-04-28 at 09:52, elmars.ositis@hvb.lv wrote: > still does not resolve the remote hardware matter.... > > Elmars Ositis > Head of IT > HVB Bank Latvia AS > Elizabetes iela 63 > Riga, LV-1050 > Latvia > tel:+371 708 5531 > fax: +371 708 5507 > > > Christopher Fowler > > > 04/28/2006 04:46 PM > To > elmars.ositis@hvb.lv > cc > users@conserver.com > Subject > Re: using > conserver to link > vmware virtual > machines to > Raritan > console servers > > > > > USB Serial adapters? > > On Fri, 2006-04-28 at 09:42, elmars.ositis@hvb.lv wrote: > > Ha Ha Ha!!! > > > > Just did. but those machines are running ESX and are for really > heavy > > stuff. In the meantime, this GSX machine runs the old stuff which > have > > no minimum performance criteria. The machine is actually not bad, > just > > not expandable. With 2 p4 procs and 8gb ram, dual power, remote > > management, the works, the machine is just a tad bit expensive to > > toss....! But you are right. 1u machines are a bit of a waste of > > money. Sun has crap cable management on their machines, and although > > IBM has good cable management, the slides are a piece of crap. I had > > one IBM 1u as bottom machine in my rack and it popped out of its > slide > > as I was pushing it back in... crashed 30cm to the floor. One good > > thing about IBM boxes... they are rugged. Kept on running... > > > > But anyway, that does not resolve the question of how to link the > > remote hardware 10km away... > > > > Elmars Ositis > > Head of IT > > HVB Bank Latvia AS > > Elizabetes iela 63 > > Riga, LV-1050 > > Latvia > > tel:+371 708 5531 > > fax: +371 708 5507 > > > > > > Christopher Fowler > > > > > > 04/28/2006 04:22 PM > > To > > elmars.ositis@hvb.lv > > cc > > users@conserver.com > > Subject > > Re: using > > conserver to link > > vmware virtual > > machines to > > Raritan > > console servers > > > > > > > > > > On Fri, 2006-04-28 at 09:14, elmars.ositis@hvb.lv wrote: > > > > > likewise, locally, the vmware server is a 1u job with all of its > > slots > > > occupied with nics and raid controller... I do have the one com > port > > > on the machine, but that is not enough.... > > > > Invest in a better server with a PCI Quad Ethernet Controller and a > > Comtrol Rocket Port 4 RJ. Make it 2U so you can at least get 3 PCI > > cards installed. > > > > > > > > > > > > Elmars Ositis > > > Head of IT > > > HVB Bank Latvia AS > > > Elizabetes iela 63 > > > Riga, LV-1050 > > > Latvia > > > tel:+371 708 5531 > > > fax: +371 708 5507 > > > > > > > > > Christopher Fowler > > > > > > > > > 04/28/2006 03:59 PM > > > To > > > elmars.ositis@hvb.lv > > > cc > > > users@conserver.com > > > Subject > > > Re: using > > > conserver to link > > > vmware virtual > > > machines to > > > Raritan > > > console servers > > > > > > > > > > > > > > > I've been trying this for Vmware linux and have ran into a similar > > > issue. I can't figure out if Vmware supports R/W named pipes. > One > > > option is to install a multi-port card on the server and each port > > > goes > > > to a virtual machine. That is what I'm planning to do. > > > > > > I tried to create a program that ran on the Linux server that > would > > > interface me using minicom to a pseudo tty. I told Vmware to use > > the > > > slave like normal as its serial port. Vmware screams that > > /dev/ttyp0 > > > is > > > not a serial port. It is a tty character device so what is > > > the problem? If I could get vmware to use /dev/ttyp* as its > serial > > > ports then I would be in good shape. I know I can use them > normally > > > because when I run my ttyp server for this purpose I can open and > > read > > > and write to /dev/ttyp0. > > > > > > > > > > > > On Fri, 2006-04-28 at 08:50, elmars.ositis@hvb.lv wrote: > > > > Hello- > > > > > > > > I have beent rying to get conserver to work as a go-between for > a > > > > vmware serial port (named pipe) link and a Raritan console > server. > > > > Unlike other console servers raritan only supports ssh > connections > > > and > > > > which are difficult to remotely attach. I have managed to get > > > > conserver to connect to a port on the Raritan and now am trying > to > > > get > > > > the vmware named pipe to connect to the conserver named pipes. > > > > > > > > The vmware serial port (linux GSX) creates a single named pipe, > > but > > > > the conserver creates two named pipes, I presume one for input > the > > > > other for output. Here is my conserver.cf file: > > > > > > > > lvsrv05:/vmware/images/other # more /etc/conserver.cf > > > > default full { > > > > rw *; > > > > } > > > > default * { > > > > logfile /var/log/conserver/&; > > > > timestamp ""; > > > > include full; > > > > } > > > > console node1 { > > > > master localhost; > > > > type exec; > > > > exec /usr/bin/ssh -l dominion -t 129.190.9.1 "sconsole > -u > > > > admin -a xxxxxxx -p 1"; > > > > } > > > > access * { > > > > allowed 127.0.0.1; > > > > } > > > > > > > > When using 'console node1' the console properly connects to the > > > > Raritan and gives me direct access to the port. Rather than > using > > > the > > > > console, I would like to link the vmware serial port to the > > > conserver > > > > named pipes. Within the virtual machine I will be running a > legacy > > > app > > > > on windows NT which will connect to some equipment linked to the > > > > Raritan. The legacy app will then monitor the remote hardware. > > > > > > > > Alternatively, if anyone has heard of a way to redirect an NT > com > > > port > > > > to ssh, I would be glad to hear from you. > > > > > > > > Thanks > > > > > > > > Elmars > > > > > > > > Elmars Ositis > > > > Head of IT > > > > HVB Bank Latvia AS > > > > Elizabetes iela 63 > > > > Riga, LV-1050 > > > > Latvia > > > > tel:+371 708 5531 > > > > fax: +371 708 5507 > > > > > > > > > > > > > > ______________________________________________________________________ > > > > _______________________________________________ > > > > users mailing list > > > > users@conserver.com > > > > https://www.conserver.com/mailman/listinfo/users > > > > > > > > > > > > From bryan@stansell.org Fri Apr 28 09:37:46 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SGbkIf004927 for ; Fri, 28 Apr 2006 09:37:46 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3SGbkNS004926 for users@conserver.com; Fri, 28 Apr 2006 09:37:46 -0700 (PDT) Date: Fri, 28 Apr 2006 09:37:46 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Message-ID: <20060428163746.GH707@underdog.stansell.org> References: <1146233070.4952.10.camel@ze1250.linxdev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1146233070.4952.10.camel@ze1250.linxdev.com> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 16:37:47 -0000 i haven't played with vmware in ages and ages, but the work done to allow for unix domain sockets as a console type was contributed so that you could have conserver monitor multiple vmware virtual machines on a box. if that's what you're trying to do, the latest release should provide that capability. someone who knows more about how to tell vmware to use a unix domain socket as a console will need to chime in (or perhaps it's documented somewhere), but perhaps that helps? or maybe i'm misinterpreting all this... ;-) Bryan From dj@gregor.com Fri Apr 28 11:45:07 2006 Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SIj0SJ005653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 28 Apr 2006 11:45:05 -0700 (PDT) Received: (qmail 13640 invoked from network); 28 Apr 2006 18:44:57 -0000 Received: from d149-67-147-152.col.wideopenwest.com (HELO [172.16.1.4]) (dgregor@[67.149.152.147]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with RC4-SHA encrypted SMTP for ; 28 Apr 2006 18:44:57 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <20060428163746.GH707@underdog.stansell.org> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> Content-Transfer-Encoding: 7bit From: DJ Gregor Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Date: Fri, 28 Apr 2006 14:44:54 -0400 To: users@conserver.com X-Mailer: Apple Mail (2.749.3) X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 18:45:08 -0000 On Apr 28, 2006, at 12:37 PM, Bryan Stansell wrote: > i haven't played with vmware in ages and ages, but the work done to > allow for unix domain sockets as a console type was contributed so > that > you could have conserver monitor multiple vmware virtual machines on a > box. if that's what you're trying to do, the latest release should > provide that capability. someone who knows more about how to tell > vmware to use a unix domain socket as a console will need to chime in > (or perhaps it's documented somewhere), but perhaps that helps? What VMWare calls a "named pipe" appears to be a UNIX domain socket. I spent plenty of time figuring that out. Here's how you configure it on the VMWare side for use with conserver: - "Use named pipe" is checked - The text field right after "Use named pipe" is the file, and this should match the "file" setting for the console in conserver. - Chose "This end is the server" - Chose "The other end is an application" Make sure you are running conserver 8.1.14, and use the new "uds" console type. - djg From cfowler@outpostsentinel.com Fri Apr 28 13:28:45 2006 Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SKSbWN006385 for ; Fri, 28 Apr 2006 13:28:42 -0700 (PDT) Received: from www.outpostsentinel.com (unverified [66.23.198.138]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 30351947 for multiple; Fri, 28 Apr 2006 16:28:29 -0400 Received: from [192.168.2.249] (skylab.outpostsentinel.com [127.0.0.1]) by www.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id k3SKQWY10381; Fri, 28 Apr 2006 16:26:32 -0400 Subject: Re: using conserver to link vmware virtual machines to Raritan console servers From: Christopher Fowler To: DJ Gregor In-Reply-To: <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> Content-Type: text/plain Message-Id: <1146256109.4952.123.camel@ze1250.linxdev.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 28 Apr 2006 16:28:30 -0400 Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 20:28:45 -0000 Can you send us a sample config from your install? On Fri, 2006-04-28 at 14:44, DJ Gregor wrote: > On Apr 28, 2006, at 12:37 PM, Bryan Stansell wrote: > > i haven't played with vmware in ages and ages, but the work done to > > allow for unix domain sockets as a console type was contributed so > > that > > you could have conserver monitor multiple vmware virtual machines on a > > box. if that's what you're trying to do, the latest release should > > provide that capability. someone who knows more about how to tell > > vmware to use a unix domain socket as a console will need to chime in > > (or perhaps it's documented somewhere), but perhaps that helps? > > What VMWare calls a "named pipe" appears to be a UNIX domain socket. > I spent plenty of time figuring that out. > > Here's how you configure it on the VMWare side for use with conserver: > > - "Use named pipe" is checked > - The text field right after "Use named pipe" is the file, and this > should match the "file" setting for the console in conserver. > - Chose "This end is the server" > - Chose "The other end is an application" > > Make sure you are running conserver 8.1.14, and use the new "uds" > console type. > > > - djg > > > > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users From dj@gregor.com Fri Apr 28 13:36:29 2006 Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SKaLOc006465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 28 Apr 2006 13:36:26 -0700 (PDT) Received: (qmail 29024 invoked from network); 28 Apr 2006 20:36:20 -0000 Received: from d60-65-120-140.col.wideopenwest.com (HELO [192.168.1.12]) (dgregor@[65.60.140.120]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with RC4-SHA encrypted SMTP for ; 28 Apr 2006 20:36:20 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <1146256109.4952.123.camel@ze1250.linxdev.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> Content-Transfer-Encoding: 7bit From: DJ Gregor Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Date: Fri, 28 Apr 2006 16:36:16 -0400 To: users@conserver.com X-Mailer: Apple Mail (2.749.3) X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 20:36:30 -0000 Here you go: console openbsd-firewall { type uds; uds /usr/local/share/conserver/openbsd-firewall; } console openbsd-client { type uds; uds /usr/local/share/conserver/openbsd-client; } .... And apparently my comment below where I said "this should match the 'file' setting for the console in conserver" was wrong. It should match the "uds" setting. - djg On Apr 28, 2006, at 4:28 PM, Christopher Fowler wrote: > Can you send us a sample config from your install? > > > On Fri, 2006-04-28 at 14:44, DJ Gregor wrote: >> On Apr 28, 2006, at 12:37 PM, Bryan Stansell wrote: >>> i haven't played with vmware in ages and ages, but the work done to >>> allow for unix domain sockets as a console type was contributed so >>> that >>> you could have conserver monitor multiple vmware virtual machines >>> on a >>> box. if that's what you're trying to do, the latest release should >>> provide that capability. someone who knows more about how to tell >>> vmware to use a unix domain socket as a console will need to >>> chime in >>> (or perhaps it's documented somewhere), but perhaps that helps? >> >> What VMWare calls a "named pipe" appears to be a UNIX domain socket. >> I spent plenty of time figuring that out. >> >> Here's how you configure it on the VMWare side for use with >> conserver: >> >> - "Use named pipe" is checked >> - The text field right after "Use named pipe" is the file, and this >> should match the "file" setting for the console in conserver. >> - Chose "This end is the server" >> - Chose "The other end is an application" >> >> Make sure you are running conserver 8.1.14, and use the new "uds" >> console type. >> >> >> - djg >> >> >> >> _______________________________________________ >> users mailing list >> users@conserver.com >> https://www.conserver.com/mailman/listinfo/users > > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users > From cfowler@outpostsentinel.com Fri Apr 28 14:17:53 2006 Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SLHido006719 for ; Fri, 28 Apr 2006 14:17:50 -0700 (PDT) Received: from www.outpostsentinel.com (unverified [66.23.198.138]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 30359603 for multiple; Fri, 28 Apr 2006 17:17:25 -0400 Received: from [192.168.2.249] (skylab.outpostsentinel.com [127.0.0.1]) by www.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id k3SLFQY10431; Fri, 28 Apr 2006 17:15:27 -0400 Subject: Re: using conserver to link vmware virtual machines to Raritan console servers From: Christopher Fowler To: DJ Gregor In-Reply-To: <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> Content-Type: text/plain Message-Id: <1146259044.6354.1.camel@ze1250.linxdev.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 28 Apr 2006 17:17:25 -0400 Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 Cc: users@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 21:17:54 -0000 This is awesome. Does what I need it to do. I did see a problem when trying to gain access as a regular user [cfowler@shuttle consoles]$ /opt/conserver/bin/console fc4 console: connect(): /tmp/conserver/0: Permission denied [cfowler@shuttle consoles]$ sudo /opt/conserver/bin/console fc4 [Enter `^Ec?' for help] Fedora Core release 4 (Stentz) Kernel 2.6.16-1.2069_FC4 on an i686 fc4.linxdev.com login: root Password: Login timed out after 60 seconds Fedora Core release 4 (Stentz) Kernel 2.6.16-1.2069_FC4 on an i686 fc4.linxdev.com login: Also if you kill -9 conserver you have to remove /tmp/conserver manually. On Fri, 2006-04-28 at 16:36, DJ Gregor wrote: > Here you go: > > > console openbsd-firewall { > type uds; > uds /usr/local/share/conserver/openbsd-firewall; > } > > console openbsd-client { > type uds; > uds /usr/local/share/conserver/openbsd-client; > } > > .... > > > And apparently my comment below where I said "this should match the > 'file' setting for the console in conserver" was wrong. It should > match the "uds" setting. > > > - djg > > > On Apr 28, 2006, at 4:28 PM, Christopher Fowler wrote: > > > Can you send us a sample config from your install? > > > > > > On Fri, 2006-04-28 at 14:44, DJ Gregor wrote: > >> On Apr 28, 2006, at 12:37 PM, Bryan Stansell wrote: > >>> i haven't played with vmware in ages and ages, but the work done to > >>> allow for unix domain sockets as a console type was contributed so > >>> that > >>> you could have conserver monitor multiple vmware virtual machines > >>> on a > >>> box. if that's what you're trying to do, the latest release should > >>> provide that capability. someone who knows more about how to tell > >>> vmware to use a unix domain socket as a console will need to > >>> chime in > >>> (or perhaps it's documented somewhere), but perhaps that helps? > >> > >> What VMWare calls a "named pipe" appears to be a UNIX domain socket. > >> I spent plenty of time figuring that out. > >> > >> Here's how you configure it on the VMWare side for use with > >> conserver: > >> > >> - "Use named pipe" is checked > >> - The text field right after "Use named pipe" is the file, and this > >> should match the "file" setting for the console in conserver. > >> - Chose "This end is the server" > >> - Chose "The other end is an application" > >> > >> Make sure you are running conserver 8.1.14, and use the new "uds" > >> console type. > >> > >> > >> - djg > >> > >> > >> > >> _______________________________________________ > >> users mailing list > >> users@conserver.com > >> https://www.conserver.com/mailman/listinfo/users > > > > _______________________________________________ > > users mailing list > > users@conserver.com > > https://www.conserver.com/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users@conserver.com > https://www.conserver.com/mailman/listinfo/users From nstraz@redhat.com Fri Apr 28 14:27:14 2006 Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SLR3lL006810 for ; Fri, 28 Apr 2006 14:27:12 -0700 (PDT) Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3SLR2re011308 for ; Fri, 28 Apr 2006 17:27:02 -0400 Received: from tin.msp.redhat.com (tin.msp.redhat.com [10.15.80.50]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k3SLR2Ea031634 for ; Fri, 28 Apr 2006 17:27:02 -0400 Received: by tin.msp.redhat.com (Postfix, from userid 10119) id C4C8018BB7C; Fri, 28 Apr 2006 16:27:01 -0500 (CDT) Date: Fri, 28 Apr 2006 16:27:01 -0500 To: users@conserver.com Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Message-ID: <20060428212701.GB31735@redhat.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> <1146259044.6354.1.camel@ze1250.linxdev.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1146259044.6354.1.camel@ze1250.linxdev.com> User-Agent: Mutt/1.5.11 From: nstraz@redhat.com (Nathan Straz) X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 21:27:14 -0000 On Apr 28 17:17, Christopher Fowler wrote: > This is awesome. Does what I need it to do. I did see a problem > when trying to gain access as a regular user > > [cfowler@shuttle consoles]$ /opt/conserver/bin/console fc4 > console: connect(): /tmp/conserver/0: Permission denied Huh, I guess I never tried it as root, but I hit the same error message when trying to run conserver (8.1.14) when compiled --with-uds. I ended up compiling without uds support since I don't use it. Nate From dj@gregor.com Fri Apr 28 15:53:20 2006 Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SMpmo5007262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 28 Apr 2006 15:51:54 -0700 (PDT) Received: (qmail 22183 invoked from network); 28 Apr 2006 22:51:48 -0000 Received: from d149-67-147-152.col.wideopenwest.com (HELO [172.16.1.4]) (dgregor@[67.149.152.147]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with RC4-SHA encrypted SMTP for ; 28 Apr 2006 22:51:48 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <20060428212701.GB31735@redhat.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> <1146259044.6354.1.camel@ze1250.linxdev.com> <20060428212701.GB31735@redhat.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2F75DD5E-EC87-49AA-8739-24A7EC1D824D@gregor.com> Content-Transfer-Encoding: 7bit From: DJ Gregor Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Date: Fri, 28 Apr 2006 18:51:44 -0400 To: users@conserver.com X-Mailer: Apple Mail (2.749.3) X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 22:53:20 -0000 On Apr 28, 2006, at 5:27 PM, Nathan Straz wrote: > On Apr 28 17:17, Christopher Fowler wrote: >> This is awesome. Does what I need it to do. I did see a problem >> when trying to gain access as a regular user >> >> [cfowler@shuttle consoles]$ /opt/conserver/bin/console fc4 >> console: connect(): /tmp/conserver/0: Permission denied > > Huh, I guess I never tried it as root, but I hit the same error > message > when trying to run conserver (8.1.14) when compiled --with-uds. I > ended > up compiling without uds support since I don't use it. One important note is that the "--with-uds" configure option is *not* used to enable the UNIX domain socket support for consoles (in particular, for use with VMWare Server, GSX, etc.). The "--with-uds" option is to use UNIX domain sockets between the "console" client and the "conserver" server. Here's the excerpt from "configure --help": --with-uds[=DIR] Use Unix domain sockets for client/server communication [/tmp/conserver] - djg From dj@gregor.com Fri Apr 28 15:53:22 2006 Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SMrFLj007263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 28 Apr 2006 15:53:21 -0700 (PDT) Received: (qmail 22183 invoked from network); 28 Apr 2006 22:51:48 -0000 Received: from d149-67-147-152.col.wideopenwest.com (HELO [172.16.1.4]) (dgregor@[67.149.152.147]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with RC4-SHA encrypted SMTP for ; 28 Apr 2006 22:51:48 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <20060428212701.GB31735@redhat.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> <1146259044.6354.1.camel@ze1250.linxdev.com> <20060428212701.GB31735@redhat.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2F75DD5E-EC87-49AA-8739-24A7EC1D824D@gregor.com> Content-Transfer-Encoding: 7bit From: DJ Gregor Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Date: Fri, 28 Apr 2006 18:51:44 -0400 To: users@conserver.com X-Mailer: Apple Mail (2.749.3) X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 22:53:22 -0000 On Apr 28, 2006, at 5:27 PM, Nathan Straz wrote: > On Apr 28 17:17, Christopher Fowler wrote: >> This is awesome. Does what I need it to do. I did see a problem >> when trying to gain access as a regular user >> >> [cfowler@shuttle consoles]$ /opt/conserver/bin/console fc4 >> console: connect(): /tmp/conserver/0: Permission denied > > Huh, I guess I never tried it as root, but I hit the same error > message > when trying to run conserver (8.1.14) when compiled --with-uds. I > ended > up compiling without uds support since I don't use it. One important note is that the "--with-uds" configure option is *not* used to enable the UNIX domain socket support for consoles (in particular, for use with VMWare Server, GSX, etc.). The "--with-uds" option is to use UNIX domain sockets between the "console" client and the "conserver" server. Here's the excerpt from "configure --help": --with-uds[=DIR] Use Unix domain sockets for client/server communication [/tmp/conserver] - djg From nstraz@redhat.com Fri Apr 28 16:00:22 2006 Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3SN0Fv0007374 for ; Fri, 28 Apr 2006 16:00:20 -0700 (PDT) Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3SN0EMM001171 for ; Fri, 28 Apr 2006 19:00:14 -0400 Received: from tin.msp.redhat.com (tin.msp.redhat.com [10.15.80.50]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k3SN0Evx013531 for ; Fri, 28 Apr 2006 19:00:14 -0400 Received: by tin.msp.redhat.com (Postfix, from userid 10119) id 52ED218BB7C; Fri, 28 Apr 2006 18:00:14 -0500 (CDT) Date: Fri, 28 Apr 2006 18:00:14 -0500 To: users@conserver.com Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Message-ID: <20060428230013.GC31735@redhat.com> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> <1146259044.6354.1.camel@ze1250.linxdev.com> <20060428212701.GB31735@redhat.com> <2F75DD5E-EC87-49AA-8739-24A7EC1D824D@gregor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2F75DD5E-EC87-49AA-8739-24A7EC1D824D@gregor.com> User-Agent: Mutt/1.5.11 From: nstraz@redhat.com (Nathan Straz) X-Spam-Score: -4.901 () BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 23:00:23 -0000 On Apr 28 18:51, DJ Gregor wrote: > One important note is that the "--with-uds" configure option is *not* > used to enable the UNIX domain socket support for consoles (in > particular, for use with VMWare Server, GSX, etc.). The "--with-uds" > option is to use UNIX domain sockets between the "console" client and > the "conserver" server. Here's the excerpt from "configure --help": > > --with-uds[=DIR] > Use Unix domain sockets for client/server > communication [/tmp/conserver] Okay, so that also removed the ability to run `console` from a system other than from the system running conserver. Correct? Nate From bryan@stansell.org Sat Apr 29 08:32:08 2006 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.13.6/8.13.6) with ESMTP id k3TFW7Dn019060 for ; Sat, 29 Apr 2006 08:32:07 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.13.6/8.13.6/Submit) id k3TFW7Yb019059 for users@conserver.com; Sat, 29 Apr 2006 08:32:07 -0700 (PDT) Date: Sat, 29 Apr 2006 08:32:07 -0700 From: Bryan Stansell To: users@conserver.com Subject: Re: using conserver to link vmware virtual machines to Raritan console servers Message-ID: <20060429153207.GJ707@underdog.stansell.org> References: <1146233070.4952.10.camel@ze1250.linxdev.com> <20060428163746.GH707@underdog.stansell.org> <249553AE-4238-48A3-A33A-71FD6FD96847@gregor.com> <1146256109.4952.123.camel@ze1250.linxdev.com> <14D7BF06-1A4D-417B-BE79-0D18F01CB32E@gregor.com> <1146259044.6354.1.camel@ze1250.linxdev.com> <20060428212701.GB31735@redhat.com> <2F75DD5E-EC87-49AA-8739-24A7EC1D824D@gregor.com> <20060428230013.GC31735@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060428230013.GC31735@redhat.com> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.39 X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 15:32:08 -0000 On Fri, Apr 28, 2006 at 06:00:14PM -0500, Nathan Straz wrote: > On Apr 28 18:51, DJ Gregor wrote: > > One important note is that the "--with-uds" configure option is *not* > > used to enable the UNIX domain socket support for consoles (in > > particular, for use with VMWare Server, GSX, etc.). The "--with-uds" > > option is to use UNIX domain sockets between the "console" client and > > the "conserver" server. Here's the excerpt from "configure --help": > > > > --with-uds[=DIR] > > Use Unix domain sockets for client/server > > communication [/tmp/conserver] > > Okay, so that also removed the ability to run `console` from a system > other than from the system running conserver. Correct? yep...unix domain sockets can only communicate on the local machine, so you're inherently 'stuck' in that regard. some folks want to make absolutely sure that only local connections can be made...and using unix domain sockets instead of tcp sockets makes that happen. Bryan