<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 20, 2013 at 7:25 AM, Ido Admon <span dir="ltr">&lt;<a href="mailto:idoadm@gmail.com" target="_blank">idoadm@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div><div class="h5">
&gt;<br>
&gt; hi shimi, thanks. yes, i&#39;m sorry if i wasn&#39;t clear enough. the console<br>
&gt; is working flawlessly when physically connected. here&#39;s my<br>
&gt; <a href="http://conserver.cf" target="_blank">conserver.cf</a> (192.168.43.168 is my laptop):<br>
&gt;<br>
&gt; root@krzysztof:~# cat /etc/conserver/<a href="http://conserver.cf" target="_blank">conserver.cf</a><br>
&gt; # The character &#39;&amp;&#39; in logfile names are substituted with the console<br>
&gt; # name.<br>
&gt; #<br>
&gt; config * {<br>
&gt; }<br>
&gt;<br>
&gt; default * {<br>
&gt;         logfile /var/log/conserver/&amp;.log;<br>
&gt;         timestamp &quot;&quot;;<br>
&gt;         rw *;<br>
&gt; }<br>
&gt;<br>
&gt; console serial {<br>
&gt;         master localhost;<br>
&gt;         type device;<br>
&gt;       device /dev/ttyS0;<br>
&gt;         baud 19200;<br>
&gt;         parity none;<br>
&gt; }<br>
&gt;<br>
&gt; access * {<br>
&gt;         trusted 192.168.43.168;<br>
&gt;         trusted 127.0.0.1;<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; and the relevant line in inittab:<br>
&gt;<br>
&gt; root@krzysztof:~# grep ttyS0 /etc/inittab<br>
&gt; T0:23:respawn:/sbin/getty -L ttyS0 19200 vt100<br>
&gt;<br>
&gt; and what setserial says:<br>
&gt;<br>
&gt; root@krzysztof:~# setserial /dev/ttyS0<br>
&gt; /dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4<br>
&gt;<br>
&gt;<br>
&gt; thanks again!<br>
&gt; ido<br>
<br>
</div></div>ok, i&#39;m an idiot. of course /dev/ttyS0 is not the console itself but the<br>
serial device. that&#39;s not going to work. but /dev/console doesn&#39;t work<br>
either, and it seems that conserver can&#39;t actually do what i want,<br>
which is to access the local console, not some other server connected<br>
via the serial port. i&#39;m not sure how, if at all, it can be done.<br>
</blockquote></div><br></div><div class="gmail_extra"><br>Truth to be told, I really did wonder how this is supposed to work (I never used conserver; What you&#39;re trying to do is typically done in the IT world by devices like this: <a href="http://www.perle.com/products/IOLAN-DS-Terminal-Server.shtml">http://www.perle.com/products/IOLAN-DS-Terminal-Server.shtml</a> ... usually with 16 ports and beyond...) - but I assumed you researched this and found that it&#39;s supposed work :)<br>

<br></div><div class="gmail_extra">I have to wonder, what is so special on the serial console that you want to specifically use it? I mean, if you have to go over IP anyways, what does it matter if it&#39;s &#39;serial&#39; or not? The usual advantage of serial (IMHO) is being out-of-band and not dependent on the machine&#39;s networking configuration, which is not the case here, obviously. The other is maybe the output of kernel messages (but that goes into files, or even to remote machines if set up correctly).<br>

<br></div><div class="gmail_extra">Maybe you don&#39;t want the SSH encryption overhead? You could run telnetd instead... or conserver can be used with &#39;exec&#39; instead of &#39;device&#39; if you want the parallel connections feature.<br>

<br></div><div class="gmail_extra">So, what is the purpose? :)<br><br></div><div class="gmail_extra">-- Shimi<br></div></div>