Displaying 2 results from an estimated 2 matches for "belldandy".
2010 Sep 26
1
Reversing milking machine (console server)
Hi.
I have a box (a net5501 with a Perle serial octal RS-232 card in it) that I want to use as a console server for a bunch of headless computers.
I was wondering if there's a trivial app that I can run as the shell that ssh (or telnet) would run, example:
#!/bin/bash
port=$(echo "$SSH_CONNECT" | cut -d' ' -f4)
let -i tty=$port-2000
ttyname=$(printf
2010 Apr 01
0
SOLVED! Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels
...ip.net> wrote:
> On 03/30/2010 07:33 AM, Sergio Charpinel Jr. wrote:
> > Aaron,
> >
> > Seems to be something related to your block device.
> >
> > Try this config file:
>
> Sergio,
>
> I just tried this config and it booted fine:
> name = "Belldandy"
> maxmem = 256
> memory = 256
> vcpus = 1
> builder = "hvm"
> kernel = "/usr/lib/xen/boot/hvmloader"
> boot = "c"
> pae = 1
> on_poweroff = "destroy"
> on_reboot = "restart"
> on_crash = "restart"
> d...