Thin Client and Virtual Machines Thread, Thinstation and X Server problem in Technical; I am now introducing thinstation to a bunch of our old machines around the school, to utilise them again and ...
-
24th April 2009, 09:36 AM #1 Thinstation and X Server problem
I am now introducing thinstation to a bunch of our old machines around the school, to utilise them again and I have hit a roadbump.
I have successfully been using thinstation with our Samsung 911NT and 920XT thin clients, but cannot get it to work fully with these old machines.
I have made sure the right xorg modules are being put into the image (intel i810), but when I start the machines up, they go through the motions and fail to start X.
When I look at the Xorg log file, it says no Screens exist?
Any ideas?
-
-
IDG Tech News
-
27th April 2009, 10:44 AM #2 Update: I have been able to get a different monitor to work, but it defaults to 640x480, which isn't ideal.
The chipset can support 1024x768, as can the first model of monitor, and the second type.
-
-
27th April 2009, 10:58 AM #3 Ok, this sounds like a refresh rate issue. Perhaps if you look at my experience with the RM14 monitor and Thinstation that will help?
Hardware specs for RM PMA 1407 monitor
-
Thanks to Geoff from:
localzuk (27th April 2009)
-
27th April 2009, 11:59 AM #4 
Originally Posted by
Geoff
Ok, I think i understand all that. The only thing is, the X.org.log doesn't complain about the refresh or anything - DDC finds the monitor, and lists it's capabilities, including the refresh rate. But I can live with that, as there is a complaint about refresh rates not being in range later.
So, the problem I have now is that if I wish to use a custom config file for these machines (ie. thinstation.conf-<MAC>) it doesn't read it.
How do I get thinstation to access the thinstation.conf-0030057AB379 file on the tftp server?
I have NET_FILE_ENABLED=On and NET_FILE_METHOD=tftp (as well as the NET_FILE_ALTERNATE option) in my thinstation.conf.buildtime, but when thinstation starts, I receive:
Code:
Getting global configuration from ()tftp: >: Unknown host
Not Found
Can't get global configuration file! Using default config
Will continue boot in 5 seconds.....
tft: >: Unknown host
Hosts file not found!
and then 3 lines for hostname config file, IP address config file and then MAC address file, all resulting in Unknown host.
What am I missing?
-
-
27th April 2009, 12:12 PM #5 Do you have a 'thinstation.hosts' and a 'thinstation.conf.network' in your tftp root?
-
Thanks to Geoff from:
localzuk (27th April 2009)
-
27th April 2009, 12:21 PM #6 
Originally Posted by
Geoff
Do you have a 'thinstation.hosts' and a 'thinstation.conf.network' in your tftp root?
I have the network one, but not a hosts (as the docs said it is only needed if you are using one of the user, name or group-id files).
-
-
27th April 2009, 12:22 PM #7 Update: Got it to pull the config file now. TSoM had mucked up and was pulling an old .buildtime file from somewhere. Started from scratch and now it gets the file.
Now just to fiddle with said file to get the screen working.
-
-
27th April 2009, 12:32 PM #8 Woo! It works! DDC turned off. Manual refresh rates. Works like a charm!!
Thanks Geoff
-
-
27th April 2009, 12:35 PM #9 Heh knew it
-
-
23rd July 2009, 09:06 AM #10
- Rep Power
- 0
Cant find conf
Code:
Getting global configuration from () Not Found
Can't get global configuration file!
Using Default config.
Will contineu boot in 5 seconds
Hosts not found
I think he doesnt find my thinstation.conf.buildtime
What i want is to use it on Flash disks. But for now iam trying to get a Bootable USB stick to work cause its alot easier to edit the files on a USB disk.
the "thinstation.conf.buildtime" is in the root of the USB stick my buildtime file is like this.
Code:
AUDIO_LEVEL=67
KEYBOARD_MAP=en_us
TIME_ZONE="UTC-12:30"
SYSLOG_SERVER=local
USB_ENABLED=On
DAILY_REBOOT=On
CUSTOM_CONFIG=Off
RECONNECT_PROMPT=On
SCREEN=0
WORKSPACE=1
ICONMODE=AUTO
AUTOSTART=On
SESSION_0_TITLE="Terminal Server"
SESSION_0_TYPE=rdesktop
SESSION_0_SCREEN=1
SESSION_0_SCREEN_POSITION=2
SESSION_0_RDESKTOP_SERVER=10.31.0.32
SCREEN_RESOLUTION="1024x768 | 800x600 | 640x480 | *"
SCREEN_COLOR_DEPTH="24 | 16 | 8 | *"
SCREEN_BLANK_TIME=10
SCREEN_STANDBY_TIME=20
SCREEN_SUSPEND_TIME=30
SCREEN_OFF_TIME=60
MOUSE_RESOLUTION=100
X_COOKIE=36d71ab65c10ef065702c111a3d31593
X_DRIVER_OPTION1="swcursor On"
NET_HOSTNAME=NLWLTC186
STORAGE_PATH=/mnt/usbdevice/sda/part1
anyone who can help me fix this.
Last edited by Lorenzo; 23rd July 2009 at 09:09 AM.
-
-
23rd July 2009, 12:04 PM #11
-
-
23rd July 2009, 12:34 PM #12
I think he doesnt find my thinstation.conf.buildtime
What i want is to use it on Flash disks. But for now iam trying to get a Bootable USB stick to work cause its alot easier to edit the files on a USB disk.
the "thinstation.conf.buildtime" is in the root of the USB stick my buildtime file is like this.
The thinstation.conf.buildtime is only used when the thinstation is built. thinstation.conf.buildtime is the "default" settings at build time. after that use thinstation.conf.network to override the buildtime settings
or am i confused with build.conf ?
-
-
24th July 2009, 07:57 AM #13
- Rep Power
- 0
Oke i used TS-O-Matic as builder for the perfect drivers and such and i got it booting now. but when you make a initrd file with TS-O-Matic the configuration like Session type / hostname / and such are all stored into to initrd file i think.
And what i want is that some of the data like DHCP / video / sound / autorun commands are all stored into the initrd, but files like Hostname / Session type gets read from a different config file but i dont wanna use server conf files just thinstation.conf.user should work right?
-
-
24th July 2009, 09:24 AM #14
-
-
24th July 2009, 12:04 PM #15
- Rep Power
- 0
but it doesnt work.
can you explain me what goes wrong since he isnt loading my files what are the points where it can go wrong.
please help me
Last edited by Lorenzo; 24th July 2009 at 12:55 PM.
-
SHARE:
Similar Threads
-
By lee_sri in forum Thin Client and Virtual Machines
Replies: 16
Last Post: 28th October 2010, 08:01 AM
-
By localzuk in forum Thin Client and Virtual Machines
Replies: 12
Last Post: 21st April 2009, 02:01 PM
-
By Geoff in forum Thin Client and Virtual Machines
Replies: 13
Last Post: 13th March 2009, 04:01 PM
-
Replies: 3
Last Post: 30th July 2008, 12:48 PM
-
By CyberNerd in forum Thin Client and Virtual Machines
Replies: 6
Last Post: 15th August 2006, 10:44 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules