summaryrefslogtreecommitdiff
path: root/public_hurd_boxen
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2009-07-15 14:34:14 +0200
committerArne Babenhauserheide <arne_bab@web.de>2009-07-15 14:34:14 +0200
commit0480c16bdf0a5b826ae0616bbe6f4cfc65294509 (patch)
tree256a8d172822c07722d2518f3aa67c9e22b77e04 /public_hurd_boxen
parent4ad8f285006b0edae8fe9c748714796a8dca9b6f (diff)
parent67d7e6eb332d42a7fc636dbb26a5ee0515ec55f7 (diff)
Merge branch 'master' of arnebab@flubber:~hurd-web/hurd-web
Diffstat (limited to 'public_hurd_boxen')
-rw-r--r--public_hurd_boxen/bddebian.mdwn1
-rw-r--r--public_hurd_boxen/domu_console.mdwn8
2 files changed, 6 insertions, 3 deletions
diff --git a/public_hurd_boxen/bddebian.mdwn b/public_hurd_boxen/bddebian.mdwn
index 980cd894..7799220f 100644
--- a/public_hurd_boxen/bddebian.mdwn
+++ b/public_hurd_boxen/bddebian.mdwn
@@ -14,5 +14,6 @@ License|/fdl]]."]]"""]]
* blubber: 192.168.10.61
* flubber: 192.168.10.50
* foobar: 192.168.10.62
+ * grubber: 192.168.10.63
At least anything in the .60 range can be used.
diff --git a/public_hurd_boxen/domu_console.mdwn b/public_hurd_boxen/domu_console.mdwn
index 56f6ac9c..02395e11 100644
--- a/public_hurd_boxen/domu_console.mdwn
+++ b/public_hurd_boxen/domu_console.mdwn
@@ -11,9 +11,10 @@ License|/fdl]]."]]"""]]
[[!meta title="domU console"]]
To avoid any complications with people trying to use the same console at the
-same time, please use this command for attaching to a domU's console:
+same time, please use this command for attaching to a domU's console (this
+command line will also start the domU in case that it isn't running already):
- $ sudo screen -DRRS xen-console-[domU] xm console [domU]
+ $ sudo screen -DRRS xen-console-[domU] sh -c 'xm console [domU] || xm create -c [domU]'
Otherwise, if one attaches to the same console twice, the second instance will
in fact forward input to the domU (possibly infering with what the person is
@@ -26,4 +27,5 @@ that machine's console.
/!\ TODO: How does one get the environment variables `COLUMNS` and `LINES` set
properly when using `xm console`? This is relevant for everything using
-`(n)curses` -- for interactive console applications.
+`(n)curses` -- for interactive console applications. Using `export COLUMNS=143
+LINES=44` does work, but is a manual process.