On Sun, Jan 16, 2011 at 2:16 PM, Dr. Gerald Ardito <span dir="ltr">&lt;<a href="mailto:gerald.ardito@gmail.com">gerald.ardito@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Will do.<br>How do I do that?<br><br>Thanks.<br><font color="#888888">Gerald</font><div><div></div><div class="h5"><br></div></div></blockquote><div><br>If you can&#39;t ssh in so you can copy and paste system output, you can put it on a USB drive.<br>
<br>Plug a USB drive into the schoolserver and, depending on the motherboard, you might hear a series of system beeps as it mounts.<br><br>Type mount to see where it is.  Mine looks like this:<br><br>/dev/sdc1 on /media/usb0 type vfat (rw,noexec,nodev,sync,noatime)<br>
<br>Now you can redirect standard output to text files on the usb drive.<br><br>[root@schoolserver ~]# lspci &gt; /media/usb0/lspci.txt<br>[root@schoolserver ~]# ifconfig -a &gt; /media/usb0/ifconfig.txt<br>[root@schoolserver ~]# cat /etc/udev/rules.d/70-persistent-net.rules &gt; /media/usb0/udev.txt<br>
<br>It doesn&#39;t matter what you name them, just be descriptive.  And if you&#39;re going to take them to a Windows machine, I&#39;d put .txt as a file extension.<br><br>Unmount the usb drive.<br><br>umount /media/usb0<br>
<br>Now you can take that usb drive to your regular computer and copy and paste the contents of those text files in an email for us.<br><br>Anna Schoolfield<br>Birmingham <br></div></div><br>