David 'Rok' Taylor | 1 Jun 2006 07:48

Bug(Thinstation-2.1.3)

When I install using syslinux I get an error when it tries to run RDP etc/ini.d/rdesktop: 161: setnumlock: not found.
 
Thank you
 
Rok
Attachment (thinstation.conf): application/octet-stream, 17 KiB
Attachment (build.conf): application/octet-stream, 10 KiB
danielgarcia | 1 Jun 2006 09:42

rdesktop 1024x768 is posible?


I write again becouse i am not sure that the publication that i wrote yesterday is ok. Here I put the compete conf file.  We have implemented thinkstation booting from CD and PXE. Everything works fine. Users conects to a terminal server using RDP and rdesktop but at 800x600. I have tried to change thinstation.conf.network file on two ways:

1 editing sesion and rdestop conection (using SESSION_0_RDESKTOP_OPTIONS=r "-u peter -g 1024x768 -a 16" but it doesnt works becouse the resoution is bigger than the "screen"(window)
2 editing workplace to screen resolution (SCREEN_RESOLUCION="1024X768") but again rdesktop starts at a screen of 800x600.
 
I am not using a beta version. I am usin version 2.1.3. Thanks in advance




AUDIO_LEVEL=67
KEYBOARD_MAP=es
TIME_ZONE="UTC-12:30"
SYSLOG_SERVER=local
USB_ENABLED=On
DAILY_REBOOT=On
CUSTOM_CONFIG=Off
RECONNECT_PROMPT=On

SCREEN=0
WORKSPACE=1
AUTOSTART=On
ICONMODE=AUTO

SESSION_0_TITLE="terminal"
SESSION_0_TYPE=rdesktop
#SESSION_0_SCREEN=1
#SESSION_0_SCREEN_POSITION=2
SESSION_0_RDESKTOP_SERVER=10.92.92.3
SESSION_0_RDESKTOP_OPTIONS="-u peter -g 1024x768 -a 16"
SESSION_0_AUTOSTART=ON

SCREEN_RESOLUTION=" | 1024x768  | *"
SCREEN_COLOR_DEPTH="16 | 8 | 24 | *"

SCREEN_BLANK_TIME=10
SCREEN_STANDBY_TIME=20
SCREEN_SUSPEND_TIME=30
SCREEN_OFF_TIME=60

MOUSE_RESOLUTION=100
X_DRIVER_OPTION1="swcursor On"

NET_HOSTNAME=ts_*
NET_TELNETD_ENABLED=On
NET_REMOTE_ACCESS_FROM="duck.quak.org.au 192.168.0.0 .disney.us"












Un saludo,
Daniel García Frías
Técnico de Sistemas

TRENTISA
C/Arequipa, 1 3ª Planta - 28043 MADRID
Tlf: 91 381 77 80
Fax: 91 381 85 03
Trevor Batley | 1 Jun 2006 10:54
Picon
Gravatar

Re: video & quantity of users

On Wed, 2006-05-31 at 05:57 -0700, Paula Vogt wrote:
> I'm loading thinstation from a TFTP Server with the
> following thinstation.conf.buildtime.
> 
> It works great on old 15" CRT Monitors.  When I put a
> new flat screen, get the error about the display and
> cannot continue.  What options do I need to change for
> the video?

You are forcing X to use a Horizontal Sync & Vertical Refresh rate that
is NOT supported by the Flat Screens....

Comment out the SCREEN_HORIZSYNC & SCREEEN_VERTREFRESH lines and let it
work it out.

Trevor B
> 
> Another question, I've been testing thinstation in
> classrooms using citrix and it's working great.  I'm
> concerned to roll this out in large numbers.   My .nbi
> file is around 9 mb and am concerned with having 100
> users downloading this file throughtout the day, or
> shouldn't this be a concern??
> 
> Thank you!
> 
> 
> KEYBOARD_MAP=en_us
> TIME_ZONE=US
> #AUTOPLAYCD=On
> #RECONNECT_PROMPT=On
> 
> 
> SCREEN_RESOLUTION="800x600"
> SCREEN_RESOLUTION="1024x768"
> 
> SCREEN_COLOR_DEPTH="16"
> SCREEN_HORIZSYNC="30-64"
> SCREEN_VERTREFRESH="56-87"
> #SCREEN_X_FONT_SERVER=192.168.1.2:7100
> MOUSE_PROTOCOL=PS/2
> #MOUSE_DEVICE=/dev/psaux
> MOUSE_RESOLUTION=100
> 
> 
> # --- Ica Specific Options
> #
> #                       GLOBAL Settings
> #ICA_USE_SERVER_KEYBOARD    Use default server
> keyboard, otherwise use KEYBOARD_MAP
> #                           variable
> #ICA_BROWSER_PROTOCOL       Broswer protocol, can be
> HTTPonTCP or UDP
> #
> #                           APPLICATION SET settings
> #ICA_ENCRYPTION             Encryption level for ICA
> #ICA_COMPRESS               Compression, On/Off
> #ICA_APPLICATION_SET        Published Application (Not
> needed if using
> #                           ICA_SERVER)
> #ICA_SERVER                 Server to Connect to (Not
> needed if using
> #                           ICA_APPLICATION_SET, but
> needed if the ICA-Masterbrowser
> #                           is not on the local
> network.)
> #
> 
> 
> AUTOSTART=On
> SESSION_0_TITLE="hcsdcitrix"
> SESSION_0_TYPE=ica
> SESSION_0_ICA_APPLICATION_SET="Citrix Desktop"
> SESSION_0_ICA_SERVER=10.36.2.16
> 
> 
> ICA_USE_SERVER_KEYBOARD=Off
> ICA_BROWSER_PROTOCOL=HTTPonTCP
> ICA_SERVER=10.36.2.16
> ICA_ENCRYPTION=Basic
> ICA_COMPRESS=On
> ICA_SEAMLESS_WINDOW=Off
> ICA_AUDIO=ON
> ICA_PRINTER=ON
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
> -------------------------------------------------------
> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
> Fully trained technicians. The highest number of Red Hat certifications in
> the hosting industry. Fanatical Support. Click to learn more
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
> _______________________________________________
> Thinstation-general mailing list
> Thinstation-general@...
> https://lists.sourceforge.net/lists/listinfo/thinstation-general

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Trevor Batley | 1 Jun 2006 11:02
Picon
Gravatar

Re: rdesktop 1024x768 is posible?

On Thu, 2006-06-01 at 09:42 +0200, danielgarcia@... wrote:
> 
> I write again becouse i am not sure that the publication that i wrote
> yesterday is ok. Here I put the compete conf file.  We have
> implemented thinkstation booting from CD and PXE. Everything works
> fine. Users conects to a terminal server using RDP and rdesktop but at
> 800x600. I have tried to change thinstation.conf.network file on two
> ways: 
> 
> 1 editing sesion and rdestop conection (using
> SESSION_0_RDESKTOP_OPTIONS=r "-u peter -g 1024x768 -a 16" but it
> doesnt works becouse the resoution is bigger than the
> "screen"(window) 
> 2 editing workplace to screen resolution
> (SCREEN_RESOLUCION="1024X768") but again rdesktop starts at a screen
> of 800x600.  
>   
> I am not using a beta version. I am usin version 2.1.3. Thanks in
> advance 
> 
> 
> 
> 
> AUDIO_LEVEL=67 
> KEYBOARD_MAP=es 
> TIME_ZONE="UTC-12:30" 
> SYSLOG_SERVER=local 
> USB_ENABLED=On 
> DAILY_REBOOT=On 
> CUSTOM_CONFIG=Off 
> RECONNECT_PROMPT=On 
> 
> SCREEN=0 
> WORKSPACE=1 
> AUTOSTART=On 
> ICONMODE=AUTO 
> 
> SESSION_0_TITLE="terminal" 
> SESSION_0_TYPE=rdesktop 
> #SESSION_0_SCREEN=1 
> #SESSION_0_SCREEN_POSITION=2 
> SESSION_0_RDESKTOP_SERVER=10.92.92.3 
> SESSION_0_RDESKTOP_OPTIONS="-u peter -g 1024x768 -a 16" 
> SESSION_0_AUTOSTART=ON 
> 
> SCREEN_RESOLUTION=" | 1024x768  | *" 

Remove the first | (don't know if this is the problem, but it is the
delimiter between resolutions and it will probably default to whatever X
thinks is good - which could be 800x600)

Also, some video cards don't like 16 bit, so you could try -a 15 on the
rdesktop line to see if that helps.

Trevor B

> SCREEN_COLOR_DEPTH="16 | 8 | 24 | *" 
> 
> SCREEN_BLANK_TIME=10 
> SCREEN_STANDBY_TIME=20 
> SCREEN_SUSPEND_TIME=30 
> SCREEN_OFF_TIME=60 
> 
> MOUSE_RESOLUTION=100 
> X_DRIVER_OPTION1="swcursor On" 
> 
> NET_HOSTNAME=ts_* 
> NET_TELNETD_ENABLED=On 
> NET_REMOTE_ACCESS_FROM="duck.quak.org.au 192.168.0.0 .disney.us" 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Un saludo,
> Daniel García Frías
> Técnico de Sistemas
> 
> TRENTISA
> C/Arequipa, 1 3ª Planta - 28043 MADRID
> Tlf: 91 381 77 80 
> Fax: 91 381 85 03

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Tobias Hadem | 1 Jun 2006 11:32
Picon

VIA Epia 1280x1024


Does anybody have a working setup with Via Epias and a resolution of 1280x1024?
TS always falls back to 1024x768.

Tobi
--

-- 
--------------------------------------------------------- 
Tobias Hadem                            th@...
LT-ec service & solutions               http://www.lt-ec.de
fon +49 (0)911 97791355                 fax +49 (0)911 97791358
Benno-Strauss-Strasse 5                 D-90763 Fürth/Bay.

new thinking for a new era in Fürth - Berlin - Seattle

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
conradl | 1 Jun 2006 18:26

unscribe


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Antonio Saraca | 1 Jun 2006 20:07
Picon
Favicon

Hang in boot sequence

Hi !
  
     I'm new to thinstation and I just installed a lab of 32 computers.
Most of them boot fine through pxe (tftpd service on Windows 2003 from
RIS) but some of them hang at "Getting configuration for MAC address .
. ." and stay there for 5 minutes before continuing their boot
sequence. The machines are all the same model, Dell Optiplex GX1 or GX1p. Did
anyone experience a similar behaviour ?
  
     Thanks,
 
Antonio

Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
Mike Eriksen | 1 Jun 2006 15:16
Picon

Re: VIA Epia 1280x1024

On 6/1/06, Tobias Hadem <th-6ijkKO4YYMc@public.gmane.org> wrote:


Does anybody have a working setup with Via Epias and a resolution of 1280x1024?
TS always falls back to 1024x768.

1280x1024 is my default setup on an Epia MS10000. Using via driver. Remember to allocate video RAM enough for this resolution in the BIOS.

Mike

Tobi
--
---------------------------------------------------------
Tobias Hadem                            th-6ijkKO4YYMc@public.gmane.org
LT-ec service & solutions               http://www.lt-ec.de
fon +49 (0)911 97791355                 fax +49 (0)911 97791358
Benno-Strauss-Strasse 5                 D-90763 Fürth/Bay.

new thinking for a new era in Fürth - Berlin - Seattle



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmdlnk&kid
Trevor Batley | 2 Jun 2006 00:40
Picon
Gravatar

Re: VIA Epia 1280x1024

Quoting Mike Eriksen <thinstation.mike@...>:

> On 6/1/06, Tobias Hadem <th@...> wrote:
>>
>>
>> Does anybody have a working setup with Via Epias and a resolution of
>> 1280x1024?
>> TS always falls back to 1024x768.
>
>
> 1280x1024 is my default setup on an Epia MS10000. Using via driver. Remember
> to allocate video RAM enough for this resolution in the BIOS.

And was for my 533 using the trident driver (whilst I still had it.... sigh!)

Trevor B
>
> Mike
>
> Tobi
>> --
>> ---------------------------------------------------------
>> Tobias Hadem                            th@...
>> LT-ec service & solutions               http://www.lt-ec.de
>> fon +49 (0)911 97791355                 fax +49 (0)911 97791358
>> Benno-Strauss-Strasse 5                 D-90763 Fürth/Bay.
>>
>> new thinking for a new era in Fürth - Berlin - Seattle
>>
>>
>>
>> -------------------------------------------------------
>> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
>> Fully trained technicians. The highest number of Red Hat certifications in
>> the hosting industry. Fanatical Support. Click to learn more
>> http://sel.as-us.falkag.net/sel?cmdlnk&kid7521&bid$8729&dat1642
>> _______________________________________________
>> Thinstation-general mailing list
>> Thinstation-general@...
>> https://lists.sourceforge.net/lists/listinfo/thinstation-general
>>
>
>
>
> -- 
> Thinstation FAQ maintainer
> http://thinstation.sourceforge.net
> - a light, full featured linux based thin client OS
>

-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
Rick Estrada | 2 Jun 2006 01:01
Picon

2.1.3 freezes at mdetect

Hi, I’m trying out pxe boot on a new set of thin-clients our department just purchased, they are WebDT 186 I belive. I ran a new build of 2.1.3 with the RealTek 8139 driver and it seems to boot up ok, up until it begins to start up services. It freezes at – mdetect – for about 2 minutes, then it keeps going with the boot process just fine. This is strange and I can’t seem to replicate the problem on other machines, with the same build. Am I missing a package or is something misconfigured? Thanks


Gmane