Toon posts:

[thinstation]Cannot umount tmpfs read-only probleem

Pagina: 1
Acties:
  • 820 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Hey,

Ik ben op mijn stage bezig om van "oude" pc's thinclients te maken die direct na het booten van cd in een ica login scherm komen.

Nu gebruik ik hier thinstation voor http://thinstation.sourceforge.net/.
Voor het maken van deze bootable iso gebruik ik de ts-o-matic optie op de site.

Je dient voor het maken van de iso 2 .conf bestanden te veranderen naar je wens en die in te voegen de site maakt er dan een iso van.

build.conf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
################################################
### ---     Thinstation Build Config     --- ###
################################################

#
# This is Thinstation's basic setup file. In this file you decide which
# hardware, programs and features to be included in the Thinstation boot image
# generated by running "./build".
#
# You can customize/limit the possibilities in the thinstation.conf files later.
#
# Anything after a "#" is a comment. You activate "things" by removing the #
# and remove "things" by putting a # in front of them.
#
# First we define which modules to include. Modules are hardware drivers.
# NEVER include more than necessary - the more modules the longer boot time

################################################
### --- Modules to include in boot image --- ###
################################################

# Any modules may be added as "module" or "module_pkg".
# If defined as a "module" the driver is included in the boot image.
# If defined as a "module_pkg" the driver is added from outside the image.
# Normally use "module", and only "module_pkg" if you want to dynamically load modules
# Note: If you create a module_pkg network driver, and depend to load it off a tftp
#       server, this won't work as it won't have a network driver to get the module_pkg
#       in the first place.

#!Hardware Stuff
#!!Bus Modules
# --- Bus Modules

module agpgart      # AGP bus module for use with AGP video cards
#module pcmcia           # PCMCIA Cards
#module apm              # Advanced power management

#!!PCMCIA/CarBus bridges
# --- PCMCIA/CardBus bridges
# Only include what you really need!
#module yenta_socket  # CardBus card and (Yenta) bridge support (Very common)
#module i82365        # Intel i82365 compatible ISA-bus bridge support
#module tcic          # Databook TCIC host bridge support (old systems)
#module ds            # Needed for all PCMCIA Cards!

#!!Network cards
# --- Network cards modules
# Have as few as possible

#!!!Ethernet 10-100 Mbit Modules
module 3c501           # 3c501 EtherLink support
module 3c503           # 3c503 EtherLink II support
module 3c505           # 3c505 EtherLink Plus support
module 3c507           # 3c507 EtherLink 16 support
module 3c509           # 3c509/3c529 (MCA)/3c579 EtherLink III support
module 3c515           # 3c515 ISA Fast EtherLink
module 3c59x           # 3c590/3c900 series (592/595/597) Vortex/Boomerang support 
module 8139too         # RealTek RTL-8139 PCI Fast Ethernet Adapter support
#                      # VERY common in no-name network cards. Covers also 8129
module 8139cp          # RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support
module ac3200         # Ansel Communications EISA 3200 support
module amd8111e       # AMD 8111 (new PCI lance) support
module at1700         # AT1700/1720 support
module b44            # Broadcom 4400 ethernet support
module cs89x0          # CS89x0 support
module de4x5          # Generic DECchip & DIGITAL EtherWORKS PCI/EISA
module depca          # DEPCA, DE10x, DE200, DE201, DE202, DE422 support
module dgrs           # Digi Intl. RightSwitch SE-X support
module dmfe           # Davicom DM910x/DM980x support
module hp100          # HP 10/100VG PCLAN (ISA, EISA, PCI) support
module e100            # EtherExpressPro/100 support (e100, Alternate Intel driver)
module e2100          # Cabletron E21xx support
module eepro           # EtherExpressPro support/EtherExpress 10 (i82595) support
module eepro100       # EtherExpressPro/100 support (eepro100, original Becker driver)
module eexpress       # EtherExpress 16 support
module epic100        # SMC EtherPower II
module eth16i         # ICL EtherTeam 16i/32 support
module ewrk3          # EtherWORKS 3 (DE203, DE204, DE205) support
module fealnx          # Myson MTD-8xx PCI Ethernet support
module forcedeth    # nForce Ethernet support
module hp-plus        # HP PCLAN+ (27247B and 27252A) support
module hp             # HP PCLAN (27245 and other 27xxx series) support
module lp486e         # LP486E on board Ethernet
module lance          # AMD LANCE and PCnet (AT1500 and NE2100) support
module ne io=0x300    # NE2000/NE1000 support
module ne2k-pci        # PCI version of NE-2000
module natsemi        # National Semiconductor DP8381x series PCI Ethernet support
module ni5010         # Racal-Interlan (Micom) NI cards
module ni52           # Racal-Interlan (Micom) NI cards
module ni65           # Racal-Interlan (Micom) NI cards
module pcnet32        # AMD PCnet32 PCI support
module sis900          # SiS 900/7016 PCI Fast Ethernet Adapter support
#                      # Common in integrated motherboards
module smc-ultra      # SMC Ultra support
module smc9194        # SMC 9194 support
module starfire       # Adaptec Starfire/DuraLAN support
module sundance       # Sundance Alta support
module tlan           # TI ThunderLAN support, Compaq Neteligent 10/100
module typhoon        # 3cr990 series Typhoon support
module tulip          # DECchip Tulip (dc21x4x) PCI support
odule via-rhine       # VIA Rhine support (both Rhine I and II). Common in integrated motherboards
module wd             # WD80*3 support
module winbond-840    # Winbond W89c840 Ethernet support

#!!Filesystem Support
# -- Every mounted device needs a filesystem, choose which ones are supported below.

#module isofs            # ISO9960 file system support for CDRoms
#module vfat             # Fat and VFat file system support
#module ext2             # Ext2 file system support
#module ext3             # Ext3 file system support
#module supermount       # Supermount support for auto unmounting of removable media
#module nfs             # NFS file system support
#module smbfs           # Samba client FS Support, allows you to mount smb filesystems


#################################################
### --- Packages to include in boot image --- ###
#################################################

# A package is a program or utility.
# Any packages may be added as "package" or "pkg".
# If defined as a "package" the program is included in the boot image.
# If defined as a "pkg" the program is added from outside the image.
# Normally use "package", and only "pkg" if you want to dynamically load packages


# --- Packages to include in boot image
# --- Packages below may be "package" or "pkg"
#!!Miscellaneous
#package hwclock            # Utility to set system time from hardware clock

#package sound-esd  # Enable one of these modules if you want to be able to control
#package sound-nasd # sound on your thinstation from another computer or
                        # your remote session.
#!!Video
# --- X related packages

#package xorg6-tinyx    # TinyX Xvesa server (for low memory machines)
            # works with ICA too, is slower, don't choose any X modules with
            # this server, you don't need anything else.
                        # Otherwise choose from Xfree 3 or 4 (4 is recommended)
#package xf3-svga   # XF86_SVGA 3.3.6 server
#package xf3-s3     # XF86_S3 3.3.6 server
#package xf3-vmware # VMWare X server for development
#package xorg6vnc          # Xorg VNC Server Module. With this package you can
                        # connect to the TS client's desktop from a java
                        # browser on "http://<TS ip>:5800

#!!Xorg6R8.1

# General Xorg6R8.1 video drivers:
# Only include what you really need!

#package xorg6-apm           # Alliance ProMotion video driver 
#package xorg6-ark           # Ark Logic video driver
package xorg6-ati            # ATI video driver
#package xorg6-chips         # Chips and Technologies video driver 
#package xorg6-cirrus        # Cirrus Logic video driver
#package xorg6-cyrix         # Cyrix video driver
#package xorg6-glint         # GLINT/Permedia video driver 
#package xorg6-i128          # Number 9 I128 video driver 
#package xorg6-i740           # Intel i740 video driver 
package xorg6-i810     # Intel 8xx integrated graphics chipsets 
#package xorg6-mga           # Matrox video driver 
#package xorg6-neomagic      # Neomagic video driver 
#package xorg6-nsc           # Nsc video driver 
package xorg6-nv            # NVIDIA video driver
#package xorg6-r128           # ATI Rage 128 video driver 
package xorg6-radeon        # ATI RADEON video driver 
#package xorg6-rendition     # Rendition video driver 
#package xorg6-s3          # S3 video driver
#package xorg6-s3virge        # S3 ViRGE video driver 
#package xorg6-savage         # S3 Savage video driver 
#package xorg6-siliconmotion # Silicon Motion video driver 
#package xorg6-sis            # SiS video driver
#package xorg6-tdfx          # 3Dfx video driver 
#package xorg6-tga           # DEC TGA video driver
#package xorg6-trident        # Trident video driver
#package xorg6-tseng         # Tseng Labs video driver 
package xorg6-vesa     # Generic VESA driver, use this if you don't know what to use
#package xorg6-vga     # VGA 320x200 8 bit
#package xorg6-via           # VIA video driver 
package xorg6-vmware        # VMware SVGA video driver 


#!!Keyboard layouts  (Language/Country)

#package keymaps-ar      # Arabic
#package keymaps-cs      # Czech
#package keymaps-da      # Danish
#package keymaps-de      # German
#package keymaps-de_ch   # German-Switzerland
#package keymaps-en_gb   # English-Great Britian
#package keymaps-en_in   # English-United States International
#package keymaps-en_nz    # English-New Zealand
package keymaps-en_us   # English-United States
#package keymaps-es      # Spanish
#package keymaps-et      # Estonian
#package keymaps-fr_be   # French-Belgium
#package keymaps-fr_ca   # French-Canada
#package keymaps-fr_ch   # French-Switzerland
#package keymaps-fr      # French
#package keymaps-hr      # Croatian
#package keymaps-hu      # Hungarian
#package keymaps-it      # Italian
#package keymaps-ja      # Japanese
#package keymaps-la      # Latin
#package keymaps-lt      # Lithuanian
#package keymaps-lv      # Latvian
#package keymaps-mk      # Macedonian
#package keymaps-nl      # Dutch
#package keymaps-no      # Norwegian
#package keymaps-pl      # Polish
#package keymaps-pt_br   # Portuguise-Brazil
#package keymaps-pt      # Portuguise
#package keymaps-ro      # Romanian
#package keymaps-ru      # Russian
#package keymaps-sv_fi   # Swedish-Finland
#package keymaps-sv      # Swedish
#package keymaps-sl      # Slovenian
#package keymaps-th      # Thai
#package keymaps-tr      # Turkish

#!Applications
#!!Connectivity
# --- Connection Package types
# Choose *at least* one!

#package rdesktop   # X RDP client for Windows Terminal Services (ver 1.4.1)
#package rdesktop_svga   # SVGA RDP client, This is Version 1.1 of rdesktop Only
                        # Use this for low memory machines
#package vncviewer  # VNC client (vncviewer)
package ica     # Citrix ICA client support
#package tarantella # Tarantella client support
#package ica_wfc         # Citrix ICA manager
#package xnest      # XDM in a window client
#package rxvt            # Light Xterm Client (vt102)
#package xterm           # Xterm Client (vt220)
#package ssh        # Secure Shell client
#package tn5250          # 5250 terminal emulator
#package dillo      # Dillo light web browser
#package nx              # No Machine NX client
#package flash
#package firefox

#!!Window Managers
# --- Window Managers
# Choose no more than 1 window manager
# Not needed if you don't want to manage windows
#package blackbox   # "Blackbox" window manager.  Makes TS a light workstation.

#package icewm      # "ICEWM" window manager.  Makes TS a light workstation.
                        # Is a little bigger than blackbox

#!!Window Manager Utils
#package xtdesk         # Adds icons to desktop


#!!Other services

#package www        # Web access to client.  From a browser: "http://<IP number>"
                        # The standard page is for general user settings, administrative access
                        # is on port 6800
#package lp_server  # Remote printing daemon (JetDirect compatible)
#package lpr             # LPR Print Server, for use with samba-server package
#package tftpd      # TFTP, built in tftpd server
            # Useful for making a tftpserver for thinstation on a WAN
            # over a slow link
#package samba-server   # Samba server FS Support, allows you to share
                        # local floppy/cdrom/hd/printer to other Windows
            # PCs; Needs supermount for removeable media

#!!Miscellaneous

#package e3         # Basic vi like Editor
#package debug      # Debug support, adds strace and other commands
                        # not recommended for normal use.

#!Parameters
#!!General
########################################
### --- Miscellaneous Parameters --- ###
########################################

param rootpasswd     pleasechangeme # Do Change!  Console/telnet password for Root
                                        # If this is enabled, Telnetd will be enabled
param xorgvncpasswd   pleasechangeme   # VNC Access Password
param storagepasswd  pleasechangeme  # Password for storage server
param dialuppasswd   pleasechangeme  # Password for dialin account
param sambapasswd    pleasechangeme  # Password for samba shares when using user mode security
param bootlogo       true            # Want a backgound picture during boot
param bootresolution 1024x768
param defaultconfig  thinstation.conf.buildtime  # The file with default setup
                                                 # no other config file is found
                                                 # during boot
param basename       thinstation     # used for all config/tftp file names
param basepath       .               # used to determine path to tftp files
param localpkgs      false  # to determine is PKG files are to be loaded locally
param fulllocales    false      # Use full locale support for packages
param icaencryption  false      # Use ica encryption support, add 290k to image
param bootvebosity   3          # Increased vebosity when booting TS
                                # 0 no verbose messages
                                # 1 boot
                                # 2 network
                                # 4 init
                                # 8 kernel
                                # 16 modules
                                # 32 packages
                                # 64 email bootlog file to SMTP server & user set in
                                #          thinstation.conf file.  This will only work
                                #          if networking is working.
                                #
                                # Combinations can be used, ie 12 does Kernel and Module Messages
#!!Special
# Leave this alone unless you can't download (wget required on your Linux box):

param icaurl         http://download2.citrix.com/files/en/products/client/ica/current/linuxx86.tar.gz
param tarantellaurl  http://www.tarantella.com/download/clients/download.php/http/EE/3.42.903/native/tnci3li.tar
param flashurl       http://fpdownload.macromedia.com/get/shockwave/flash/english/linux/7.0r25/install_flash_player_7_linux.tar.gz
param nxurl          http://struktur.kemi.dtu.dk/thinstation/developer/nxclient-1.4.0-75.i386.tar.gz
param httpproxy      http://192.168.1.2:8080


thinstation.conf.buildtime
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
#################################################
# --- Thinstation sample configuration file --- #
#################################################
#
# This file must be named "thinstation.conf<xxx>" where <xxx> can be:
# .buildtime   Defines the defaults build into the image (note the leading .)
# .network     Default config file loaded from the TFTP server.
# .user        Config file on local storage.
# -<name>      Specific config file on the TFTP server for the terminal
#              "name" (e.g. thinstation.conf-paul). Requires thinstation.hosts. 
# .group-<id>  Config file for a group of terminals (e.g. with printer setup
#              for those terminal with local printers. Requires thinstation.hosts.
# -<IP>        Specific config file on the TFTP server for the terminal with
#              the IP number <IP> specified.
# -<MAC>       Specific config file on the TFTP server for the terminal with 
#              the MAC address specified.

# --- 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)
# SYSLOG_SERVER      Log server ip address or hostname.
#                    If the work "local" is used, then syslog starts logging locally
#                    If not specified syslogd is not loaded.
# USB_ENABLED        Enable USB Drivers into memory if USB package is chosen
# DAILY_REBOOT       Will reboot server if up over a day and one of the session
#                    types is closed
# AUTOPLAYCD         If enabled this will autoplay music cds when inserted.
# CUSTOM_CONFIG      Allows choosing custom boot config, On/Off 
# 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=0
KEYBOARD_MAP=en_us
TIME_ZONE="GMT+1"
SYSLOG_SERVER=local
USB_ENABLED=Off
DAILY_REBOOT=Off
#AUTOPLAYCD=On
CUSTOM_CONFIG=Off
RECONNECT_PROMPT=Menu

# --- Default Settings for all sessions
#
# SCREEN           Display number to run the X server on
# AUTOSTART        ON   Application will be executed immediately at startup
#                  OFF  Application will appear in a menu to be started manually
# WORKSPACE        Workspace in the window manager to run the application in
# ICONMODE         MANUAL  Default sessions are not created in window manager/xtdesk
#                  AUTO    Default sessions types are created in window manager/xtdesk

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

# --- Citrix 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
#                           Valid Settings Below
#                           "Basic"
#                           "RC5 (128 bit - Login Only)"
#                           "RC5 (40 bit)"
#                           "RC5 (128 bit)"
#                           "RC5 (56 bit)"
#ICA_COMPRESS               Compression, On/Off
#ICA_AUDIO                  Audio, On/Off
#ICA_AUDIO_QUALITY          Audio Quality, Low, Medium, High
#ICA_PRINTER                This will turn on ICA autocreate printers, see printer section
#                           for details, On/Off
#
#                           NOTE: You must have the lpr package included for this option
#                           to work.
#
#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.)
#ICA_WFCLIENT_type_specific This allows you to specify specific config file details for global ica
#                           parameters any parameter can be changed with this setting. An example of this is
#                           ICA_WFCLIENT_CLIENTDRIVE="On"
#                           See your application manual for documentation on the settings which
#                           can be used.

ICA_USE_SERVER_KEYBOARD=Off
ICA_BROWSER_PROTOCOL=HTTPonTCP
ICA_SERVER=192.168.1.221
ICA_ENCRYPTION=Basic
ICA_COMPRESS=On
ICA_AUDIO=Off
ICA_AUDIO_QUALITY=Low
ICA_PRINTER=Off
ICA_SEAMLESS_WINDOW=On


# --- Session Options
#
# Note:                     # is a number equal to or greater than 0
#
# SESSION_#_TITLE           Title description for SESSION. Needed for replimenu.
# SESSION_#_TYPE            Package type, choose beetwen:
#                           - vncviewer        Start vncviewer in X
#                           - rdesktop         Start rdesktop in X
#                           - rdesktop_svga    Start svga rdesktop, based on rdesktop 1.1 code
#                                              for low memory machines
#                           - x                Start x-terminal session (xdm)
#                           - xnest            Start x-terminal session (xdm) from within blackbox
#                           - ssh              Start ssh client in linux console
#                           - telnet           Start telnet client in linux console
#                           - ica              Start Citrix ICA client in X
#                           - ica_wfc          Start ICA Manager
#                           - blackbox         Start blackbox window manager session
#                           - icewm            Start icewm window manager session
#                           - dillo            Start Web Browser in X
#                           - tftpd            Start tftp daemon
#                           - tarantella       Start tarantella client
#                           - rxvt             Start light xterm client
#                           - xterm            Start xterm client
#                           - tn5250           Start AS400 client in linux console
#                           - nx               Start NX Client Session
# SESSION_#_SCREEN          Display number to run the X server on
# SESSION_#_AUTOSTART       ON      Application will be executed immediately at startup
#                           OFF     Application will appear in a menu to be started manually
# SESSION_#_CUSTOM_CONFIG   ON      Allows choosing custom config for when session starts
#                           OFF     Session boots normally
# SESSION_#_ICON            ON      Places Icon on Desktop if package Desklaunch is selected and
#                                   in Window Manager Main Menu
#                           SUBMENU Places Icon on Desktop if package Desklaunch is selected and
#                                   in a Submenu within the window manager
# SESSION_#_WORKSPACE       Workspace to run program on in a window manager
# SESSION_#_type_SERVER     IP address/hostname of the server
# SESSION_#_type_OPTIONS    Command line options for the session type
#
# SESSION_#_type_specific   This allows you to specify specific config file details for certain session
#                           types.  Currently support is NX and ICA.  Any configuration file setting
#                           can be changed with this setting.  An example of this is
#                           SESSION_0_NX_GENERAL_DESKTOP="Gnome"
#                           SESSION_0_ICA_APPSRV_USEFULLSCREEN="Yes"
#                           See your application manual for documentation on the settings which
#                           can be used.


# 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.

#SESSION_0_TYPE=blackbox

#SESSION_1_TYPE=ica
#SESSION_1_ICA_APPLICATION_SET="Microsoft Word"
#SESSION_1_ICA_OPTIONS="-username donald -clearpassword qwak -domain disney"
#SESSION_1_ICON=ON

SESSION_2_TYPE=ica
SESSION_2_ICA_SERVER=192.168.1.221

#SESSION_3_TYPE=ica_wfc

# The -a option here specifies the color depth
# Note certain servers support certain color depths, wrong settings with this
# May cause your connection to fail.
#SESSION_4_TITLE="Big Bad Server Donald"
#SESSION_4_TYPE=rdesktop
#SESSION_4_SCREEN=1
#SESSION_4_SCREEN_POSITION=2
#SESSION_4_RDESKTOP_SERVER=192.168.1.1
#SESSION_4_RDESKTOP_OPTIONS="-u user -p password -a 16"
#SESSION_4_AUTOSTART=Off

#SESSION_#_TITLE="Big Bad Server Road Runner"
#SESSION_#_TYPE=rdesktop
#SESSION_#_SCREEN=1
#SESSION_#_RDESKTOP_SERVER=192.168.1.1
#SESSION_#_RDESKTOP_OPTIONS="-u 'fred' -a 8"
#SESSION_#_AUTOSTART=Off

#SESSION_#_TYPE=rxvt
#SESSION_#_SCREEN=1
#SESSION_#_RXVT_OPTIONS="-bg black -cr green -fg white -C -sl 500"
#SESSION_#_WORKSPACE=2

#SESSION_#_TYPE=blackbox
#SESSION_#_SCREEN=1

#SESSION_#_TYPE=x
#SESSION_#_SCREEN=2
#SESSION_#_X_SERVER=192.168.1.2
#SESSION_#_X_OPTIONS="-indirect"
#SESSION_#_AUTOSTART=Off

#SESSION_#_TYPE=xnest
#SESSION_#_X_SERVER=192.168.1.3
#SESSION_#_X_OPTIONS="-query"
#SESSION_#_AUTOSTART=On

#SESSION_#_TYPE=telnet
#SESSION_#_TELNET_SERVER=192.168.1.2

#SESSION_#_TYPE=ssh
#SESSION_#_SSH_SERVER=192.168.1.2

#SESSION_#_TYPE=vncviewer
#SESSION_#_VNCVIEWER_SERVER=192.168.1.2

#SESSION_#_TYPE=tn5250
#SESSION_#_TN5250_SERVER=192.168.1.2

#SESSION_#_TYPE=nx
#SESSION_#_TITLE="Gnome"
#SESSION_#_NX_ADVANCED_ENABLE_SSL_ENCRYPTION="true"
#SESSION_#_NX_GENERAL_DESKTOP="Gnome"
#SESSION_#_NX_GENERAL_SERVER_HOST="nx-server-ip"
#SESSION_#_NX_GENERAL_REMEMBER_PASSWORD="true"
#SESSION_#_NX_GENERAL_RESOLUTION="fullscreen"
#SESSION_#_NX_GENERAL_SESSION="Unix"

#SESSION_#_TYPE=nx
#SESSION_#_TITLE="Firefox"
#SESSION_#_NX_ADVANCED_ENABLE_SSL_ENCRYPTION="true"
#SESSION_#_NX_GENERAL_DESKTOP="Console"
#SESSION_#_NX_GENERAL_SERVER_HOST="nx-server-ip"
#SESSION_#_NX_GENERAL_REMEMBER_PASSWORD="true"
#SESSION_#_NX_GENERAL_COMMAND_LINE="/usr/local/firefox/firefox"
#SESSION_#_NX_GENERAL_SESSION="Unix"
#SESSION_#_NX_GENERAL_ONLY_CONSOLE="false"

#SESSION_#_TYPE=nx
#SESSION_#_TITLE="Windows"
#SESSION_#_NX_ADVANCED_ENABLE_SSL_ENCRYPTION="true"
#SESSION_#_NX_GENERAL_DESKTOP="RDP"
#SESSION_#_NX_GENERAL_RESOLUTION_VALUE="fullscreen"
#SESSION_#_NX_GENERAL_SERVER_HOST="nx-server-ip"
#SESSION_#_NX_GENERAL_SESSION="Windows"
#SESSION_#_NX_WINDOWS_SESSION_SERVER="windows-server-ip"
#SESSION_#_NX_WINDOWS_SESSION_AUTHENTICATION="1"

#SESSION_#_TYPE=icewm


# --- PKG Options
#
# PKG_PACKAGES       Choice of packages to download for PKG
#                    You can also use PKG_PACKAGES1-8 for additional package selections
#                    This is useful for using multiple network group files
# PKG_PREFIX         Download PKGs from a subdir of /tftpboot or PKG Path if PKG_PATH
#                    is set in thinstation.conf
# PKG_PATH           Path to PKG files if not using tftpboot
#                    Floppy: /mnt/floppy
#                    CD-ROM: /mnt/cdrom
#                    HD:     /mnt/disc/disc0/part1   (first disc, first partition)
# MOD_PACKAGES       Choice of modules to download for MPKG
#                    You can also use MOD_PACKAGES1-8 for additional package selections
#                    This is useful for using multiple network group files
# MOD_PREFIX         Downloads and insmod's a module from a subdir of /tftpboot
#                    if MOD_PREFIX is set in thinstation.conf

#PKG_PACKAGES="blackbox rxvt"
#PKG_PREFIX=pkg
#PKG_PATH=/mnt/cdrom
#MOD_PACKAGES="usb-hid usb-storage"
#MOD_PREFIX=modules


# --- 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
# X_NUMLOCK               Set numlock state on boot
# --- Advanced XServer Options - Experts Only
# X_DRIVER_NAME           Driver for X, this will override the autodetection scripts
# X_DRIVER_BUSID          Screen Card BusID
# X_DRIVER_OPTION1-4      Addditional options for driver

SCREEN_RESOLUTION="800x600 | 1024x768 | 640x480 | *"
SCREEN_COLOR_DEPTH="16 | 8 | 24 | *"
#SCREEN_HORIZSYNC="30-64 | *"
#SCREEN_VERTREFRESH="56-87 | 60 | 56 | 70 | 72 | 75"
#SCREEN_X_FONT_SERVER=192.168.1.2: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=Off
# --- Advanced Options - Experts Only
#X_DRIVER_NAME="mga"
#X_DRIVER_BUSID="PCI:1:0:0"
X_DRIVER_OPTION1="swcursor On"
#X_DRIVER_OPTION2="ActiveDevice CRT"
#X_DRIVER_OPTION3="noDDC Off"
#X_DRIVER_OPTION4="UseBios Off"
#X_DRIVER_OPTION5="ShadowFB Off"


# --- 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

#PRINTER_3_NAME="usb"
#PRINTER_3_DEVICE=/dev/usb/lp0
#PRINTER_3_TYPE=U


#ICA Autocreate Printer Example

#PRINTER_0_NAME="HP LaserJet Series II"
#PRINTER_0_DEVICE=/dev/printers/0
#PRINTER_0_TYPE=P

# --- Permanent Storage Options
#
# STORAGE_PATH           Path to where storage device is mounted to save
#                        profile settings.  This should be one of
#                        /mnt/usbdevice/busX.targetX.lunX/partX or disc
#                        /mnt/floppy
#                        /mnt/disc/discX/partX
#                        /mnt/nfs
#                        /mnt/smb
#
#                        Note that the profile settings are stored under
#                        a subfolder for this path.  So the path to the
#                        stored settings would be something like
#                        /mnt/floppy/thinstation.profile
#                        See the FAQ on the website for more details on this
#
#                        Also checkout README.IMPORTANT for the valid
#                        config files which you can place here
#                        a typical file to store config file settings is
#                        /mnt/floppy/thinstation.profile/thinstation.user
#
#                        Also note that the .profile can be changed by using
#                        the below STORAGE_PREFIX
# STORAGE_SERVER         This is the path to the SMB or NFS server, ie
#                        server:/path/to/profile
# STORAGE_USER           This is the username for SMB mounts, password is
#                        defined at build time in build.conf
# STORAGE_PREFIX         This is prefex for the folder name to store settings
#                        in on the storage device.   You can also use one of the
#                        special characters below.
#
#                        M = Mac Address
#                        H = Hostname
#                        I = Ip Address
#
#                        Note default prefix for storing the profile is
#                        .profile
# STORAGE_CONFIG1-8      This is the path for any user defined settings
#                        which will always override the profile path above
#                        The files are tried on order on each device specified


#STORAGE_PATH=/mnt/nfs
#STORAGE_SERVER=bigserver:/opt/thinstation
#STORAGE_USER=duck
#STORAGE_PREFIX=H
#STORAGE_CONFIG1=/mnt/floppy
#STORAGE_CONFIG2=/mnt/cdrom
#STORAGE_CONFIG3=/mnt/disc/disc1/part1
#STORAGE_CONFIG4=/mnt/usbdevice/busX.targetX.lunX/partX or disc


# --- Samba Options
#
# SAMBA_SERVER_ENABLED    Enable Samba Server Daemons, On/Off
# SAMBA_SECURITY          Type of security, USER, DOMAIN, SERVER
# SAMBA_SERVER            Server for security
# SAMBA_WINS              Server Name to Enable Samba to be a WINS Client
# SAMBA_HARDDISK          Enable Harddrive support, On/Off
# SAMBA_CDROM             Enable CDRom Support, On/Off
# SAMBA_FLOPPY            Enable Floppy Support, On/Off
# SAMBA_PRINTER           Enable Printer Support, On/Off
# SAMBA_USB               Enable USB Support, On/Off

#SAMBA_SERVER_ENABLED=Off
#SAMBA_WORKGROUP=BigPeople
#SAMBA_SECURITY=Server
#SAMBA_SERVER=BadMan
#SAMBA_WINS=BadMan
#SAMBA_HARDDISK=Off
#SAMBA_CDROM=On
#SAMBA_FLOPPY=On
#SAMBA_PRINTER=On
#SAMBA_USB=Off

# --- Networking Options
#
# NET_HOSTNAME           Hostname to use if not using a thinstation.hosts file, note
#                        that the machine MAC address will replace any * if used.
# NET_REMOTE_ACCESS_FROM List of hostnames/ip address accepted by the server
#                        for remote control, used by telnetd and www packages
# NET_SMTP_SERVER        Email server address for error logs
# NET_SMTP_EMAIL         Email address of administrator
# NET_TELNETD            Enables built-in telnetd server package
#

#NET_HOSTNAME=donald
NET_HOSTNAME=ts_*
#NET_SMTP_SERVER=donald
#NET_SMTP_EMAIL=donald@duck.org.nz
#NET_TIME_SERVER=mickey
#NET_TELNETD_ENABLED=On
#NET_REMOTE_ACCESS_FROM="duck.quak.org.au 192.168.0.0 .disney.us"


# --- For use in thinstation.conf.buildtime only:
#
# NET_USE_DHCP           Enable DHCP Resolution, On/Off
# NET_IP_ADDRESS         IP Address of client
# NET_MASK               Network mask of client
# NET_GATEWAY            IP Address of gateway
# NET_USE_TFTP           Use tftp server for config file, On/Off
# NET_DNS1               DNS Server 1
# NET_DNS2               DNS Server 2
# NET_DNS_SEARCH         Default DNS domain to search
# NET_ALTERNATE_TFTP     Alternate tftp server for vmware or non-standard dhcp servers

NET_USE_DHCP=On
#NET_IP_ADDRESS=192.168.0.1
#NET_MASK=255.255.255.0
#NET_GATEWAY=192.168.0.254
#NET_USE_TFTP=Off
#NET_DNS1=192.168.0.2
#NET_DNS2=192.168.0.3
#NET_DNS_SEARCH=cartoons.org.nz
#NET_ALTERNATE_TFTP=192.168.0.4


# --- Wireless support (DHCP only!)
#
#WIRELESS_ESSID             # ESSID (extended network name) : My Network, any
#WIRELESS_NWID              # NWID/Domain (cell identifier) : 89AB, 100, off
#WIRELESS_MODE              # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
#WIRELESS_FREQ              # 2.422G, 2.46G (frequency)
#WIRELESS_CHANNEL           # 1, 2, 3 (channel)
#WIRELESS_SENS              # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
#WIRELESS_RATE              # Bit rate : auto, 1M, 11M
#WIRELESS_RTS               # RTS threshold : off, 500
#WIRELESS_FRAG              # Fragmentation threshold : off, 1000
#WIRELESS_IWCONFIG          # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
#WIRELESS_IWSPY             # iwspy parameters : + 01:23:45:67:89:AB
#WIRELESS_IWPRIV            # iwpriv parameters : set_port 2, set_histo 50 60
#WIRELESS_KEY               # Encryption key : 4567-89AB-CD, s:password

WIRELESS_ESSID="ssid"
WIRELESS_NWID=""
WIRELESS_MODE="managed"
#WIRELESS_FREQ=""
#WIRELESS_CHANNEL=""
#WIRELESS_SENS=""
#WIRELESS_RATE=""
#WIRELESS_RTS=""
#WIRELESS_FRAG=""
WIRELESS_IWCONFIG=""
WIRELESS_IWSPY=""
WIRELESS_IWPRIV=""
WIRELESS_KEY="abcdef"


# --- HD Update options
#
# HDUPDATE_ENABLED=Y        Enable Update
# HDUPDATE_WS_VERSION       Version of files on workstation (set in thinstation.buildtime only)
# HDUPDATE_SERVER_VERSION   Version of files on server (set in both buildtime and network)
#                           This should be set in buildtime to match the WS_VERSION to prevent
#                           unintended upgrades
#
# HDUPDATE_SERVER           tftp server name
# HDUPDATE_PATH             Path to files /ts/update
# HDUPDATE_FORCE            Force install even if not needed
# HDUPDATE_FILES            List of files to upgrade
# HDUPDATE_DELETE           List of files to delete (no sanity checks, use with caution)

#HDUPDATE_WS_VERSION=1
#HDUPDATE_ENABLED=Y
#HDUPDATE_SERVER_VERSION=CO.29
#HDUPDATE_SERVER=roadrunner
#HDUPDATE_PATH=/ts/update
#HDUPDATE_FORCE=N

# Set the list of files to download
#HDUPDATE_FILES="vmlinuz hires lowres syslinux.cfg thin.txt firefox.pkg flash.pkg"
#HDUPDATE_FILES="hires lowres"
#HDUPDATE_FILES="lowres"
#HDUPDATE_FILES="hires"
#HDUPDATE_FILES="syslinux.cfg thin.txt"


#**** EXPERIMENTAL ****
# Dual Head Support
#
# This allows two seperate X sessions to be started with seperate input devices.  This allows
# effectively two seperate machines within the same PC.  You will need seperate screen cards
# to enable this.  It is best to use with 1 AGP card and 1 PCI card.

# Check out http://www.ltn.lv/~aivils/eng-video.html for a list of known compatable screen cards

# Input Device support should be: 
#
# Primary mouse and keyboard PS/2
# Secondary mouse and keyboard USB
# 
# There is some basic detection scripts for this, but these will need to be improved in TS 3.0.
# If thinstation doesn't detect both a USB keyboard and mouse it will default back to dual
# screen support, not dual head.
#
# This is not considered stable.  If you exit the session, or try to change to a console screen
# with Alt-F1 etc... it will probably crash the machine.  If it doesn't work with your hardware
# there is nothing that can be done about it.  

# The kernel Advanced Power Management module is disabled when using dual screen as it causes the
# second screen to crash.

# Note the below option only supports 1-2, anything more than two won't work.  This is provided
# for future development, to create a machine with more than two seperate sessions.

# SESSION_#_SCREEN_POSITION 1-X When using dual screen support you can specify the position
#                               of each session.  This allows to seperate sessions to be on
#                               seperate screens.  If only 1 session is in use, this option will
#                               make no differnece.  You can specify between 1+ positions


Nu krijg ik bij het booten de volgende fout melding.

code:
1
2
3
4
 - umount: cannot remount tmpfs read-only
umount: /tmp: Device or resource busy
umount: none busy - remounted read-only
umount: none busy - remounted read-only


Na dit hangt het systeem.

Als iemand mij kan helpen gaarne _/-\o_ ik heb al flink gegoogled en heb mezelf toegevoegd aan de mailinglist van thinstation maar te vergeefs.

Verwijderd

Topicstarter
Niemand?

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Geen fs support en geen storage support, en idioot veel nics in je build?

Weet je zeker dat je daar goed aan doet?

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


Verwijderd

Topicstarter
Die nics sloop ik er wel weer uit maar het gaat vooral om die fout...
Waar kan ik die eruit slopen en geen storage support is toch logisch als je van cd boot en het alleen maar op cd houdt?