Smokes your problems, coughs fresh air.

Tag: console

Getting a Xen hvc0 on a stock Ubuntu

When you install Ubuntu in Xen with xen-create-image, the console is automatically handled. If you want to add a console to a stock-installed Ubuntu, add this file to /etc/init and call it hvc0.conf:

# hvc0 - getty
#
# This service maintains a getty on hvc0 from the point the system is
# started until it is shut down again.
 
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
 
respawn
exec /sbin/getty -8 38400 hvc0

Xen console name on different kernel versions

I’ve just been struggling to get a xen console working for Ubuntu 8.04 (hardy). By default, xen-create-image uses hvc0, but that’s only since kernel 2.6.26 (don’t know if that’s only pv_ops or xen-patched). Hardy uses 2.6.24 and therefore it’s xvc0. The xen-create-image command or xen-tools.conf config file therefore need a parameter serial_device=xvc0.

Console commands for Unreal Tournament

This site has a comprehensive list of Unreal Tournament 99 console commands. Some necessary ones (for some you have to do adminlogin first, provided you’re playing on a dedicated server):

Restart mapadmin servertravel restart
Change mapadmin switchlevel (or servertravel) [map name]
Kick playeradmin kick [player]
Kick and ban playeradmin kickban [player name]
Remove all botsadmin killall Bot
Screenshotshot
Show player ip’sshowips
Show player id’sshowid
kick player with IDkickid [id]
kick and ban player with IDbanid [id]

© 2024 BigSmoke

Theme by Anders NorenUp ↑