Jamo
Neuling
Schönen guten Morgen,
Ich bin damit beauftragt worden alte Computer unserer Firma wieder instand zu setzen. Es sind alles alte Computer mit maximal 256 MB Ram und solche Geschichten. Lokal müssen diese Computer gar nichts machen. Die Mitarbeiter melden sich an einen Windows Server 2003 per rdp an. Jetzt habe ich nach einer entsprechenden Linux Distri gesucht. So bin ich auf das Projekt Thinstation aufmerksam geworden. thinkstation.org
Leider bekomme ich es aber nicht zum laufen. Ich habe die rdesktop Version heruntergeladen, und die configfile abgeändert. (hoffentlich richtig) Da ich nicht jedesmal einen neuen CD-Rohling verwenden möchte, arbeite ich mit Virtual PC von Microsoft. Ich habe die configfile mit auf das Image gepackt, so wie in der Anleitung beschreiben. Nun starte ich die Virtuelle Maschine, Thinstation läd ( Punkte "rennen" über den Bildschirm) und der Bootsplash erscheint. Jedoch bleibt er ab dieser Stelle hängen und ich weiß nicht warum.
Es geht nichtsmehr und ich kann den VPC nur noch zurücksetzen. Im FAQ steht, dass Thinstation nicht weiß, was es machen soll und sich deswegen nicht rührt.
Hoffe Jemand kann mir helfen.
Dankeschön
Jamo
Hier schreibe ich mal die configfile:
Ich bin damit beauftragt worden alte Computer unserer Firma wieder instand zu setzen. Es sind alles alte Computer mit maximal 256 MB Ram und solche Geschichten. Lokal müssen diese Computer gar nichts machen. Die Mitarbeiter melden sich an einen Windows Server 2003 per rdp an. Jetzt habe ich nach einer entsprechenden Linux Distri gesucht. So bin ich auf das Projekt Thinstation aufmerksam geworden. thinkstation.org
Leider bekomme ich es aber nicht zum laufen. Ich habe die rdesktop Version heruntergeladen, und die configfile abgeändert. (hoffentlich richtig) Da ich nicht jedesmal einen neuen CD-Rohling verwenden möchte, arbeite ich mit Virtual PC von Microsoft. Ich habe die configfile mit auf das Image gepackt, so wie in der Anleitung beschreiben. Nun starte ich die Virtuelle Maschine, Thinstation läd ( Punkte "rennen" über den Bildschirm) und der Bootsplash erscheint. Jedoch bleibt er ab dieser Stelle hängen und ich weiß nicht warum.
Es geht nichtsmehr und ich kann den VPC nur noch zurücksetzen. Im FAQ steht, dass Thinstation nicht weiß, was es machen soll und sich deswegen nicht rührt.
Hoffe Jemand kann mir helfen.
Dankeschön
Jamo
Hier schreibe ich mal die configfile:
# --- Network configuration
# Give a different name to each PC
NET_HOSTNAME=MyThinclient
# If you want to use a DHCP server, comment out these params:
NET_USE_DHCP=Off
NET_IP_ADDRESS=172.20.0.90
NET_MASK=255.255.255.0
NET_GATEWAY=172.20.0.10
#NET_DNS1=10.10.12.21
#NET_DNS2=10.10.12.22
#NET_DNS_SEARCH=
# --- Session Options
#
# Note: 1 # 1
#
# SESSION_#_TITLE Office
# SESSION_#_TYPE -rdesktop
# SESSION_#_SCREEN 1
# SESSION_#_AUTOSTART OFF
# SESSION_#_WORKSPACE 0
# SESSION_#_type_SERVER IPDESSERVERS
# Individual Session Settings, override defaults
#
# IMPORTANT: Make sure you minimum have a SESSION_0. Otherwise you will get an error
# on boot. You may have additional sessions: SESSION_1, SESSION_2 ...
# SESSION_0 is on ctrl-alt-F3
# SESSION_1 is on ctrl-alt-F4
# ... etc.
# If you only have one session, it is a good idea to uncomment this line:
#AUTOSTART=OFF
# Typical Windows 2003 Server session, with True-color and sound redirection
# Note: use '-a 16' and '-a 24' to get true-color with Windows 2003+
# Older servers don't support these color depths, wrong settings may cause connection to fail.
#SESSION_0_TITLE="Office"
#SESSION_0_TYPE=rdesktop
#SESSION_0_RDESKTOP_SERVER=IPDESSERVERS
#SESSION_0_RDESKTOP_OPTIONS="-u userominik.Jamo -a 16"
# --- General Options
#
# AUDIO_LEVEL Audio Level for sound, 0-100
# KEYBOARD_MAP Keyboard layout
# TIME_ZONE Used to set time zone on TS client by entering the UTC offset.
# This can be set automatically if the appropriate dhcpc option is selected
# (Option 2, time offset in seconds)
# RECONNECT_PROMPT This displays the reconnection/shutdown options for when a session is ended
#
# OFF No reconnect prompt
# ON Reconnect prompt will be displayed
# MENU Shows a menu with a shutdown and reconnection option
# MENUXX As MENU option, but the XX is a time period in minutes.
# After XX minutes shutdown will occur unless the reconnect option
# is choosen
AUDIO_LEVEL=67
# Look inside BuildFiles\build.conf* file for a list of the supported KB layouts
KEYBOARD_MAP=en_us
#TIME_ZONE="UTC-12:30"
RECONNECT_PROMPT=On
# --- X Server Options
#
# SCREEN_RESOLUTION Screen resolutions available in the workstations
# SCREEN_COLOR_DEPTH Number of bits per pixel (8,16,24)
# SCREEN_HORIZSYNC Monitor horizontal sync frequency in Khz.
# If left blank Xorg will try to detect with DDC
# SCREEN_VERTREFRESH Monitor vertical refresh frecuency in Hz.
# If left blank Xorg will try to detect with DDC
# SCREEN_X_FONT_SERVER IP address or hostname of the font server for X
#
# Screen Saver Settings
# SCREEN_BLANK_TIME Minutes to X session goes blank
# SCREEN_STANDBY_TIME Minutes to X session goes into standby mode
# SCREEN_SUSPEND_TIME Minutes to X session goes into suspend mode
# SCREEN_OFF_TIME Minutes to X session turn off
#
# MOUSE_PROTOCOL Mouse protocol type (Microsoft, PS/2, etc.)
# (mouse is autodetected, use this only if it fails)
# MOUSE_DEVICE Mouse device: /dev/ttyS0 -> COM1
# /dev/ttyS1 -> COM2
# /dev/ttyS2 -> COM3
# /dev/ttyS3 -> COM4
# /dev/psaux -> PS/2 mouse port
# /dev/input/mice -> USB mouse (needs USB package)
# MOUSE_RESOLUTION Mouse resolution
# MOUSE_ACCELERATION Mouse acceleration
# X_NUMLOCK Set numlock state on boot
# X_COOKIE Will set X Cookie if specified
#SCREEN_RESOLUTION=800x600
SCREEN_COLOR_DEPTH=16
#SCREEN_HORIZSYNC=50
#SCREEN_VERTREFRESH=60
#SCREEN_X_FONT_SERVER=172.20.0.10:7100
SCREEN_BLANK_TIME=10
SCREEN_STANDBY_TIME=20
SCREEN_SUSPEND_TIME=30
SCREEN_OFF_TIME=60
#MOUSE_PROTOCOL=PS/2
#MOUSE_DEVICE=/dev/psaux
MOUSE_RESOLUTION=100
#X_NUMLOCK=on
#MOUSE_ACCELERATION=1/2
#X_COOKIE=36d71ab65c10ef065702c111a3d31593
# --- LP Server Printing Options
#
# PRINTER_0_NAME Workstation Printer Name, Can be Any Valid Name
# If you have turned ICA_PRINTER=ON then this is the
# name of the printer driver
# PRINTER_0_DEVICE Workstation printer device (if not specified devices
# are not loaded).
# /dev/printers/[0-2] for parallel ports
# /dev/ttyS[0-3] for serial ports
# /dev/usb/lp[0-2] for USB printers
#
# PRINTER_0_TYPE P for parallel, S for serial, U for USB printer
# PRINTER_0_OPTIONS Serial port options.
# PRINTER_1_* See PRINTER_0_*
# PRINTER_2_* See PRINTER_0_*
# PRINTER_3_* See PRINTER_0_*
#PRINTER_0_NAME="parallel"
#PRINTER_0_DEVICE=/dev/printers/0
#PRINTER_0_TYPE=P
#PRINTER_1_NAME="serial"
#PRINTER_1_DEVICE=/dev/ttyS1
#PRINTER_1_TYPE=S
#PRINTER_1_OPTIONS="speed 38400 -imaxbel"
#PRINTER_2_NAME="usb"
#PRINTER_2_DEVICE=/dev/usb/lp0
#PRINTER_2_TYPE=U