From cfowler@outpostsentinel.com Mon Feb 10 10:26:11 2003 Received: from cfowler.outpostsentinel.com (66-23-198-138.clients.speedfactory.net [66.23.198.138]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1AIQAol009852 for ; Mon, 10 Feb 2003 10:26:10 -0800 (PST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by cfowler.outpostsentinel.com (8.11.6/8.11.6) with ESMTP id h1AIRJl28839 for ; Mon, 10 Feb 2003 13:27:19 -0500 Subject: Memory leak or stored info From: cfowler To: users@conserver.com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 10 Feb 2003 13:27:19 -0500 Message-Id: <1044901639.5268.37.camel@cfowler.outpostsentinel.com> Mime-Version: 1.0 Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: I've done 8000 test connection to conserver. One connection is a connect and a disconnect. I'm using expect and the console client to do this. I'm noticing a small memory leak. After 8000 connection 2.5megs are lost. Is there info that is being stored or could this be a real memory leak? Version 7.2.5 Chris From bryan@stansell.org Thu Feb 13 19:13:44 2003 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1E3Diol005234 for ; Thu, 13 Feb 2003 19:13:44 -0800 (PST) Received: (from bryan@localhost) by underdog.stansell.org (8.12.7/8.12.7/Submit) id h1E3DiKA005233 for users@conserver.com; Thu, 13 Feb 2003 19:13:44 -0800 (PST) Date: Thu, 13 Feb 2003 19:13:44 -0800 From: Bryan Stansell To: users@conserver.com Subject: Re: Memory leak or stored info Message-ID: <20030214031344.GB4901@underdog.stansell.org> References: <1044901639.5268.37.camel@cfowler.outpostsentinel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1044901639.5268.37.camel@cfowler.outpostsentinel.com> User-Agent: Mutt/1.4i Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: well, there is definitely a leak popping up on my linux box, but only under certain situations. without --with-pam or --with-openssl, i don't see a leak. if i compile using --with-pam, i get a very small leak. if i compile using --with-openssl, i get a very noticable leak (a few kb per connection). these leaks happen when i just do a connect and immidiately disconnect (passwords have to be used to trigger the --with-pam leak). part of me is wondering if the --with-pam leak is really the pam libraries themselves and not conserver, but i'm currently under the impression it's conserver until i can prove otherwise. so, i'm not sure what configuration you're using, but if you have --with-openssl or --with-pam, i'm probably seeing what you're seeing. if your situation is different, let me know. i'm going to focus on looking at the memory leaks and see if i can't track some of this down. if anyone else happens to notice something, let me know. Bryan On Mon, Feb 10, 2003 at 01:27:19PM -0500, cfowler wrote: > I've done 8000 test connection to conserver. One connection is a > connect and a disconnect. I'm using expect and the console client to do > this. I'm noticing a small memory leak. After 8000 connection 2.5megs > are lost. Is there info that is being stored or could this be a real > memory leak? Version 7.2.5 > > Chris From woods@proven.weird.com Fri Feb 14 11:08:42 2003 Received: from proven.weird.com (IDENT:oii0wwjYwlwlTj/xsoSPVpcypch7zZTCa1DyTtKGShLlMJGIho0wolG6uba3fPEKeiomwiDMv4rjh1fklUGnbg@proven.weird.com [204.92.254.15]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1EJ8gol016356; Fri, 14 Feb 2003 11:08:42 -0800 (PST) Received: from localhost (3235 bytes) by proven.weird.com via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Fri, 14 Feb 2003 14:08:40 -0500 (EST) (Smail-3.2.0.115-Pre 2001-Aug-6 #22 built 2003-Jan-27) Message-Id: Date: Fri, 14 Feb 2003 14:08:40 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Face: ;j3Eth2XV8h1Yfu*uL{<:dQ$#E[DB0gemGZJ"J#4fH*][ lz;@-iwMv_u\6uIEKR0KY"=MzoQH#CrqBN`nG_5B@rrM8,f~Gr&h5a\= To: Bryan Stansell Cc: users@conserver.com (ConServer Users Mailing List) Subject: Re: Memory leak or stored info In-Reply-To: <20030214031344.GB4901@underdog.stansell.org> References: <1044901639.5268.37.camel@cfowler.outpostsentinel.com> <20030214031344.GB4901@underdog.stansell.org> X-Mailer: VM 7.07 under Emacs 21.2.1 Reply-To: users@conserver.com (ConServer Users Mailing List) Organization: Planix, Inc.; Toronto, Ontario; Canada Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: [ On Thursday, February 13, 2003 at 19:13:44 (-0800), Bryan Stansell wrote: ] > Subject: Re: Memory leak or stored info > > i'm going to focus on looking at the memory leaks and see if i can't > track some of this down. if anyone else happens to notice something, > let me know. On NetBSD I'm still seeing major memory leaks, albeit still with my hacks for using "chat" to login to a terminal server. $ console -V console: conserver.com version 7.2.0 console: initial master server `console' console: default escape sequence `^Ec' console: on port 2000 (referenced as `2000') console: built with `./configure --verbose --sysconfdir=/etc --with-libwrap --with-port=2000 --with-base=2001' $ ps -laxc | fgrep conserver UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 238 1 20 2 0 160 168 select Is ?? 0:18.63 conserver 0 14047 238 0 2 0 220 176 select I ?? 0:04.58 conserver $ ps -laxc | fgrep conserver UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 238 1 0 2 0 160 168 select Ss ?? 0:20.01 conserver 0 14047 238 0 2 0 320 176 select S ?? 0:13.84 conserver Note the growth from 220KB to 320KB. That's after running: i=1 while [ $i -lt 100 ] ; do (echo AT^M; sleep 2) | console -f callerid; ((i++)) done Note that "callerid" is an RS-232 connected Caller-ID box which responds to AT\r with "OK" just like a modem. There's never any invocation of my "chat" code on this particular conserver instance (callerid is also the only defined console connetion it services). Also note that during this time there was another client connected, thus the need for the '-f'. (I have Netsaint connecting to both ports every five minutes or so, but without doing anything and just checking that the TCP connect works, and there's no leak from that.) Some day soon I may be able to try merging up to the latest release and re-compiling with ElectricFence and/or vmalloc and/or dmalloc. Vmalloc in particular would allow me to see what kind of memory is leaking and where it might have been allocated. -- Greg A. Woods +1 416 218-0098; ; Planix, Inc. ; VE3TCP; Secrets of the Weird From brandon.a.saunders.1@ohio.edu Fri Feb 14 13:21:37 2003 Received: from oak1a.cats.ohiou.edu (oak.cats.ohiou.edu [132.235.8.44]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1ELLaol017657 for ; Fri, 14 Feb 2003 13:21:36 -0800 (PST) Received: from legos.cns.ohiou.edu (legos.cns.ohiou.edu [132.235.197.118]) (authenticated bits=0) by oak2a.cats.ohiou.edu (8.12.5/8.12.5) with ESMTP id h1ELF4nL1500747 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Fri, 14 Feb 2003 16:15:04 -0500 (EST) Date: Fri, 14 Feb 2003 16:15:03 -0500 From: Brandon Saunders To: users@conserver.com Subject: Hangup command Message-ID: <356200000.1045257303@legos.cns.ohoiu.edu> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========1659895737==========" Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: --==========1659895737========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Users, I have a piece of telephone equipment that I have hooked up to my conserver = which needs conserver to close (hangup) the serial interface when the user=20 logs out. I have scoured through the man pages and cannot find anything.=20 I have tried sending the down command and then re-opening the connection,=20 but that is not producing the signaling needed by the device to terminate=20 the shell that it operates. Does anyone have any suggestions, on things that I might try? Brandon --==========1659895737========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+TVxX/JU6IoYGTd0RAo1hAJ45lgOL021VJMnmB2O+YDUZeOu4ggCeN6fX J3nLTFjDK3AqQKnCjiD4P2s= =bDF5 -----END PGP SIGNATURE----- --==========1659895737==========-- From woods@proven.weird.com Fri Feb 14 13:55:35 2003 Received: from proven.weird.com (IDENT:YzBCSuFil35eqiN0bhldoJ9OBrYzYl8m2rkIC9rTwhE/Fcboy4ZbuasIL9765oZiCuCwF5XDoNW7tfqhYMePKQ@proven.weird.com [204.92.254.15]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1ELtZol017938 for ; Fri, 14 Feb 2003 13:55:35 -0800 (PST) Received: from localhost (2436 bytes) by proven.weird.com via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Fri, 14 Feb 2003 16:55:33 -0500 (EST) (Smail-3.2.0.115-Pre 2001-Aug-6 #22 built 2003-Jan-27) Message-Id: Date: Fri, 14 Feb 2003 16:55:33 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Face: ;j3Eth2XV8h1Yfu*uL{<:dQ$#E[DB0gemGZJ"J#4fH*][ lz;@-iwMv_u\6uIEKR0KY"=MzoQH#CrqBN`nG_5B@rrM8,f~Gr&h5a\= To: Brandon Saunders Cc: users@conserver.com (ConServer Users Mailing List) Subject: Re: Hangup command In-Reply-To: <356200000.1045257303@legos.cns.ohoiu.edu> References: <356200000.1045257303@legos.cns.ohoiu.edu> X-Mailer: VM 7.07 under Emacs 21.2.1 Reply-To: users@conserver.com (ConServer Users Mailing List) Organization: Planix, Inc.; Toronto, Ontario; Canada Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: [ On Friday, February 14, 2003 at 16:15:03 (-0500), Brandon Saunders wrote: ] > Subject: Hangup command > > I have a piece of telephone equipment that I have hooked up to my conserver > which needs conserver to close (hangup) the serial interface when the user > logs out. You probably can't easily do it automatically, but yes from the console client you can "down a console" (^Ecd). IIRC that should close the TTY. When someone re-connects I think they'll have to "(re)open the tty and log file" too of course... > I have scoured through the man pages and cannot find anything. > I have tried sending the down command and then re-opening the connection, > but that is not producing the signaling needed by the device to terminate > the shell that it operates. Well in that case you have a problem with the (default?) STTY settings for the port and/or hardware wiring for that port. Does it work correctly if you kill conserver and then use "cu" to connect to the port? Closing a TTY on a unix-like system will normally do the right thing, assuming the port is configured properly and the wiring is done correctly. On some unix-like systems, such as NetBSD, it's important to have the correct default TTY flags set for the port on system boot in order to ensure the correct signalling will be generated by the tty driver. See ttyflags(8) and ttys(5) on a NetBSD system, for example. -- Greg A. Woods +1 416 218-0098; ; Planix, Inc. ; VE3TCP; Secrets of the Weird From cfowler@outpostsentinel.com Fri Feb 14 14:19:39 2003 Received: from cfowler.linuxiceberg.com (66-23-198-2.clients.speedfactory.net [66.23.198.2]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1EMJcol018153 for ; Fri, 14 Feb 2003 14:19:38 -0800 (PST) Received: (from apache@localhost) by cfowler.linuxiceberg.com (8.11.6/8.11.6) id h1EMKhV19642; Fri, 14 Feb 2003 17:20:43 -0500 Message-Id: <200302142220.h1EMKhV19642@cfowler.linuxiceberg.com> X-Authentication-Warning: cfowler.linuxiceberg.com: apache set sender to cfowler@outpostsentinel.com using -f To: "(ConServer Users Mailing List)" , "Brandon Saunders" Subject: Re: Hangup command X-IlohaMail-Blah: cfowler%outpostsentinel.com@pop.outpostsentinel.com X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo Subject: Re: Hangup command Date: Fri, 14 Feb 2003 22:20:43 +0000 X-Mailer: IlohaMail/0.7.9 (On: cfowler.linuxiceberg.com) In-Reply-To: From: "cfowler" Bounce-To: "cfowler" CC: "(ConServer Users Mailing List)" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by underdog.stansell.org id h1EMJcol018153 Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: We had the same problem. I added my own code to toggle the dtr line on the serial port. We did not actually do a close() we just toggled the dtr line. Not an easy fix you must be able to read the conserver code to do this. Our version is so modified that a patch would not help you. I use a config bit on the port in shared memory to turn on this feature. You'd have to issue this command on my device: 'set port 1 modem enabled' Of course if you know your way around the Cisco config program, your 50% there. On 12/31/1969, "Greg A. Woods" wrote: >[ On Friday, February 14, 2003 at 16:15:03 (-0500), Brandon Saunders wrote: >> Subject: Hangup command >> >> I have a piece of telephone equipment that I have hooked up to my conserver >> which needs conserver to close (hangup) the serial interface when the user >> logs out. > >You probably can't easily do it automatically, but yes from the console >client you can "down a console" (^Ecd). IIRC that should close the TTY. > >When someone re-connects I think they'll have to "(re)open the tty and >log file" too of course... > >> I have scoured through the man pages and cannot find anything. >> I have tried sending the down command and then re-opening the connection, >> but that is not producing the signaling needed by the device to terminate >> the shell that it operates. > >Well in that case you have a problem with the (default?) STTY settings >for the port and/or hardware wiring for that port. Does it work >correctly if you kill conserver and then use "cu" to connect to the port? > >Closing a TTY on a unix-like system will normally do the right thing, >assuming the port is configured properly and the wiring is done >correctly. > >On some unix-like systems, such as NetBSD, it's important to have the >correct default TTY flags set for the port on system boot in order to >ensure the correct signalling will be generated by the tty driver. See >ttyflags(8) and ttys(5) on a NetBSD system, for example. > >-- > Greg A. Woods > >+1 416 218-0098; ; >Planix, Inc. ; VE3TCP; Secrets of the Weird >_______________________________________________ >users mailing list >users@conserver.com >https://www.conserver.com/mailman/listinfo/users > From rob@leasure.org Wed Feb 19 12:26:11 2003 Received: from fozzie.leasure.org (44.sufa.snfc.sffca01r18.dsl.att.net [12.103.244.44]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1JKQAol002309 for ; Wed, 19 Feb 2003 12:26:11 -0800 (PST) Received: from [192.168.1.106] (lhmrtr.leasure.org [192.168.1.1]) by fozzie.leasure.org (8.10.2/8.10.2) with ESMTP id h1JKNSS12629 for ; Wed, 19 Feb 2003 12:23:29 -0800 (PST) User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Wed, 19 Feb 2003 12:26:06 -0800 Subject: Bus Error using 'Console' From: Rob Leasure To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: Hi All, I am trying to connect to a cisco 3620 using my iBook running Mac OS 10.2.3 I am using the Keyspan USB to Serial adapter (USA-19Qi). I have ran a generic configure, make and install on my machine. I have added the following line within my conserver.cf file: routera:/dev/tty.USA19QI1P1.1:9600p:&: I am not using the conserver.passwd file right now as I don't need this to connect to my cisco. Is this required for conserver? If so, how do I know what username and password to put in here? Any help is appreciated. Rob. From bryan@stansell.org Sun Feb 23 20:19:23 2003 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1O4JNol015996 for ; Sun, 23 Feb 2003 20:19:23 -0800 (PST) Received: (from bryan@localhost) by underdog.stansell.org (8.12.7/8.12.7/Submit) id h1O4JNSW015995 for users@conserver.com; Sun, 23 Feb 2003 20:19:23 -0800 (PST) Date: Sun, 23 Feb 2003 20:19:22 -0800 From: Bryan Stansell To: users@conserver.com Subject: patch for memory leak using openssl (Re: Memory leak or stored info) Message-ID: <20030224041922.GA15877@underdog.stansell.org> References: <1044901639.5268.37.camel@cfowler.outpostsentinel.com> <20030214031344.GB4901@underdog.stansell.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20030214031344.GB4901@underdog.stansell.org> User-Agent: Mutt/1.4i Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 13, 2003 at 07:13:44PM -0800, Bryan Stansell wrote: > i'm going to focus on looking at the memory leaks and see if i can't > track some of this down. good news folks! i've tracked down the memory leaks when using the openssl library. the good news is that it's all inside the conserver code, and just in main.c. i've attached a patch based on 7.2.5, but you should be able to put the code changes in 7.2.4 as well (or perhaps patch will just drop it in - haven't checked). i'm still looking into the PAM leaks...hopefully i'll find something soon (been looking, but haven't tracked it down). Bryan --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="main.c.patch" *** main.c.orig Wed Jan 8 17:19:03 2003 --- main.c Sun Feb 23 20:02:09 2003 *************** *** 80,85 **** --- 80,89 ---- SSL_CTX *ctx = (SSL_CTX *) 0; int fReqEncryption = 1; char *pcCredFile = (char *)0; + DH *dh512 = (DH *)0; + DH *dh1024 = (DH *)0; + DH *dh2048 = (DH *)0; + DH *dh4096 = (DH *)0; DH * #if USE_ANSI_PROTO *************** *** 291,303 **** { switch (keylength) { case 512: ! return get_dh512(); case 1024: ! return get_dh1024(); case 2048: ! return get_dh2048(); default: ! return get_dh4096(); } } --- 295,315 ---- { switch (keylength) { case 512: ! if (dh512 == (DH *)0) ! dh512 = get_dh512(); ! return dh512; case 1024: ! if (dh1024 == (DH *)0) ! dh1024 = get_dh1024(); ! return dh1024; case 2048: ! if (dh2048 == (DH *)0) ! dh2048 = get_dh2048(); ! return dh2048; default: ! if (dh4096 == (DH *)0) ! dh4096 = get_dh4096(); ! return dh4096; } } *************** *** 343,348 **** --- 355,361 ---- SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER | SSL_MODE_AUTO_RETRY); SSL_CTX_set_tmp_dh_callback(ctx, tmp_dh_callback); + SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF); if (SSL_CTX_set_cipher_list(ctx, "ALL:!LOW:!EXP:!MD5:@STRENGTH") != 1) { Error("Setting SSL cipher list failed"); --envbJBWh7q8WU6mo-- From gsbrown@zacomm.com Fri Feb 28 12:02:00 2003 Received: from amer-mta02.csc.com (amer-mta02.csc.com [20.137.2.248]) by underdog.stansell.org (8.12.7/8.12.7) with ESMTP id h1SK20Nu010121 for ; Fri, 28 Feb 2003 12:02:00 -0800 (PST) Received: from amer-mta02.csc.com (localhost [127.0.0.1]) by amer-mta02.csc.com (Switch-2.2.2/Switch-2.2.0) with ESMTP id h1SK2HC22435 for ; Fri, 28 Feb 2003 15:02:17 -0500 (EST) Received: from wc04109240 ([20.21.22.23]) by amer-mta02.csc.com (Switch-2.2.2/Switch-2.2.0) with SMTP id h1SK2HC22403 for ; Fri, 28 Feb 2003 15:02:17 -0500 (EST) Reply-To: From: "Greg Brown at Zacomm" To: Subject: Running on (unsupported) HP-UX 11.0, problem with hostname of console Date: Fri, 28 Feb 2003 12:03:00 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: users-admin@conserver.com Errors-To: users-admin@conserver.com X-BeenThere: users@conserver.com X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Conserver Users List-Unsubscribe: , List-Archive: To the group, I compiled Conserver 7.2.5 and have it running as a daemon. The OS is HP-UX 11.0, and there was a caveat displayed during compile that said something like, "You have HP-UX 11.0, good luck!" The problem is, Conserver cannot tell the IP address or hostname of the user telnetting into the HP console server. This must be the result of a system call not properly implemented in Conserver, or a bug in HP-UX 11.0. Does anyone have a suggestion on how I might fix this? Any help would be appreciated! Greg Computer Sciences Corporation San Diego Data Center LOG OUTPUT FOLLOWS, SEE ERRORS IN LOG conserver (8014): DEBUG: File I/O: Encapsulated fd 5 type 1 conserver (8014): DEBUG: maxfiles=60 conserver (8014): DEBUG: File I/O: Opened `/var/consoles/infobot' as fd 6 conserver (8014): DEBUG: File I/O: Wrote 18 bytes to fd 6 conserver (8014): DEBUG: File I/O: Wrote 24 bytes to fd 6 conserver (8014): DEBUG: File I/O: Wrote 3 bytes to fd 6 conserver (8014): DEBUG: Read 3 bytes from fd 7 conserver (8014): DEBUG: infobot: Got telnet `IAC' conserver (8014): DEBUG: infobot: Got telnet cmd `251' conserver (8014): DEBUG: infobot: Got telnet option `1' conserver (8013): DEBUG: File I/O: Encapsulated fd 6 type 1 conserver (8013): DEBUG: Access check: hostname=, ip=0.0.0.0 conserver (8013): DEBUG: Access check: who=127.0.0.1, trust=a conserver (8013): DEBUG: Access check: host=0(0/ffffffff) conserver (8013): DEBUG: Access check: acl=7f000001(7f000001/ffffffff) conserver (8013): DEBUG: Access check: who=20.21.22.19, trust=a conserver (8013): DEBUG: Access check: host=0(0/ffffffff) conserver (8013): DEBUG: Access check: acl=14151613(14151613/ffffffff) conserver (8013): DEBUG: Access check: who=20.21.22.23, trust=a conserver (8013): DEBUG: Access check: host=0(0/ffffffff) conserver (8013): DEBUG: Access check: acl=14151617(14151617/ffffffff) conserver (8013): DEBUG: Access check: who=csc.com, trust=a conserver (8013): DEBUG: Access check: who=sdg.csc.com, trust=a conserver (8013): DEBUG: File I/O: Wrote 31 bytes to fd 6 conserver (8013): DEBUG: File I/O: Closed fd 6 conserver (8013): DEBUG: File I/O: Encapsulated fd 6 type 1 conserver (8013): DEBUG: Access check: hostname=, ip=0.0.0.0 conserver (8013): DEBUG: Access check: who=127.0.0.1, trust=a conserver (8013): DEBUG: Access check: host=0(0/ffffffff) conserver (8013): DEBUG: Access check: acl=7f000001(7f000001/ffffffff) conserver (8013): DEBUG: Access check: who=20.21.22.19, trust=a conserver (8013): DEBUG: Access check: host=0(0/ffffffff) conserver (8013): DEBUG: Access check: acl=14151613(14151613/ffffffff) conserver (8013): DEBUG: Access check: who=20.21.22.23, trust=a conserver (8013): DEBUG: Access check: host=0(0/ffffffff) conserver (8013): DEBUG: Access check: acl=14151617(14151617/ffffffff) conserver (8013): DEBUG: Access check: who=csc.com, trust=a conserver (8013): DEBUG: Access check: who=sdg.csc.com, trust=a conserver (8013): DEBUG: File I/O: Wrote 31 bytes to fd 6 conserver (8013): DEBUG: File I/O: Closed fd 6 conserver (8013): DEBUG: File I/O: Encapsulated fd 6 type 1 conserver (8013): DEBUG: Access check: hostname=, ip=0.0.0.0