From jh@trollhassel.com Mon Jan 17 11:59:31 2005 Received: from fizban.hagg (h89n2c2o1023.bredband.skanova.com [213.64.165.89]) by underdog.stansell.org (8.13.2/8.13.2) with ESMTP id j0HJxMN7022229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 17 Jan 2005 11:59:29 -0800 (PST) Received: from trollhassel.com (localhost [127.0.0.1]) by fizban.hagg (8.13.2/8.13.2/Debian-1) with ESMTP id j0HJxGax019337 for ; Mon, 17 Jan 2005 20:59:21 +0100 Message-Id: <200501171959.j0HJxGax019337@fizban.hagg> To: users@conserver.com From: =?iso-8859-1?Q?J=F6rgen_H=E4gg?= MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" X-Face: ";qfS@AVy6@.5R{>2LcAxmyV?RZ~3m^^du$]?z-ay|Oy,;y_(&j}Rlxyd}.[:@m0`(BL/:H5NU]|MFw`*%R %$Vk+4_-h];!_wh)sPEg|KeGbQN9xY2i7jg/0<6;lmw"IIN9TWn0+>|}J.SKMh 9gO$Aa`@U~s List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 19:59:32 -0000 This is an observation from Joey Hess : >>conserver deals poorly with being out of disk space. I won't try to >>describe it, but it's weird. This combined with a lack of log roatation >>for console log files which gave me 500 mb console logs and filled / of >>the console server, is not nice. > Could you give some more information about how conserver reacts on low > disk space? >>Every time it tries to log and fails, it does something annoying, >>probably locks the console. conserver version 8.1.1 (The log rotation problem is already fixed. :-) From kenneth.gullberg@fsb.se Wed Jan 26 07:11:02 2005 Received: from wmail.foreningssparbanken.se (wmail2.foreningssparbanken.se [164.10.45.32]) by underdog.stansell.org (8.13.2/8.13.2) with ESMTP id j0QFAuUb010804 for ; Wed, 26 Jan 2005 07:11:01 -0800 (PST) Received: from mailgw1.foreningssparbanken.se (unknown [10.90.56.80]) by wmail.foreningssparbanken.se (Postfix) with ESMTP id CBA2612020 for ; Wed, 26 Jan 2005 16:10:56 +0100 (CET) Received: from FSPAS01EX002.fspa.myntet.se (localhost [127.0.0.1]) by mailgw1.foreningssparbanken.se (FSPA_MAILHUB) with ESMTP id j0QFAuHu027036 for ; Wed, 26 Jan 2005 16:10:56 +0100 (CET) Received: from FSPAS01EV001.fspa.myntet.se ([10.190.100.54]) by FSPAS01EX002.fspa.myntet.se with Microsoft SMTPSVC(6.0.3790.211); Wed, 26 Jan 2005 16:10:56 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 26 Jan 2005 16:10:55 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Sending a string Thread-Index: AcUDuTreyGvfPKKOTgGn0uveDRcEzw== From: To: X-OriginalArrivalTime: 26 Jan 2005 15:10:56.0252 (UTC) FILETIME=[3C2073C0:01C503B9] 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 j0QFAuUb010804 Subject: Sending a string X-BeenThere: users@conserver.com X-Mailman-Version: 2.1.5 Precedence: list List-Id: Conserver Users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 15:11:03 -0000 Is there any way to have conserver send a string rather than a command when initializing? Im trying to get conserver to select a certain domain: bash-2.05$ telnet xxx-ssc Trying 192.168.0.86... Connected to xxx-ssc. Escape character is '^]'. System Controller 'xxx-ssc0': Type 0 for Platform Shell Type 1 for domain A console Type 2 for domain B console Type 3 for domain C console Type 4 for domain D console Input: 4 Connected to Domain D Domain Shell for Domain D and from here do ordinary conserver functionality. I saw this in the manual: --------------------------------- initcmd command|"" Invoke command as soon as the console is brought up, redirecting the console to stdin, stdout, and stderr of command. The command is passed as an argument to ''/bin/sh -ce''. If the null string (''""'') is used, the command is unset and nothing is invoked. aswell as: exec command|"" Assign the string command as the command to access the console. Conserver will run the command by invoking ''/bin/sh -ce "command"''. If the null string (''""'') is used or no exec keyword is specified, conserver will use the command ''/bin/sh -i''. Only consoles of type ''exec'' will use this value. --------------------------------- I guess I could write an expect script using initcmd to accomplish this, do you have any other suggestions? Best Regards Kenneth Gullberg