Miles Roper | 1 Apr 2005 02:40
Picon
Favicon

RE: [Thinstation-general] RE: Thinstation 2.1rc2 - PCMCIA


ok, fixed in rc3 

-----Original Message-----
From: TechFan [mailto:lists.sf.net@...] 
Sent: Tuesday, 1 February 2005 12:27 p.m.
To: Igor Naumov
Cc: Miles Roper; Thinstation General;
thinstation-developer@...
Subject: Re: [Thinstation-general] RE: Thinstation 2.1rc2 - PCMCIA

Sounds like you got it working.  Good.  Actually, PCMCIA is already working
starting in 2.1rc1.  Just the order modules are loaded still needs to be
modified.  Just add the line:

module ds

after your module yenta_socket in the build.conf of 2.1rc2 and it should be
working.

so, the order in your build needs to be:

pcmcia
yenta_socket (or other chipset)
ds
3c59x (or other pcmcia capable driver)

Miles is making the adjustments so you probably shouldn't need to add ds

Thanks for sharing.
(Continue reading)

Miles Roper | 1 Apr 2005 02:43
Picon
Favicon

RE: RC2: SESSION_0_TYPE=telnet broken


fixed in rc3 and b2 

-----Original Message-----
From: Mike Eriksen [mailto:kme3@...] 
Sent: Sunday, 27 March 2005 06:03 a.m.
To: thinstation-developer@...
Subject: [Thinstation-developer] RC2: SESSION_0_TYPE=telnet broken

Somehow SESSION_0_TELNET_SERVER isn't passed on to telnet. Running manually
from the console works just fine.

SESSION_0_TYPE=ssh is fine.

Mike
--
Thinstation FAQ maintainer
http://thinstation.sourceforge.net
- a light, full featured linux based thin client OS

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

(Continue reading)

Miles Roper | 1 Apr 2005 02:54
Picon
Favicon

RE: Bug(Thinstation-2.0.2) + PATCH


ok, done for 2.1rc2 and 2.2b2 

-----Original Message-----
From: Stefan Szczygielski [mailto:moomean@...] 
Sent: Friday, 11 February 2005 10:42 p.m.
To: thinstation-developer@...
Subject: [Thinstation-developer] Bug(Thinstation-2.0.2) + PATCH

A nasty race occurs when running Thinstation on more then one display. 
The /tmp/script sed file used in parse_xconfig () in /etc/init.d/x is used
by every display and the configuration files are generated simultaneously.
Changed to /tmp/script-$DISPLAY_NUMBER, patch included. 
This fix is tryvial, should be included in the stable tree to save people
trouble, I guess.

Great Work! :)

S.

==================================================
Attention:
The information contained in this message and/or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by person or entities other than the intended recipient
is prohibited.  If you receive this in error, please contact the sender and delete the material from your
system and destroy any copies.
===================================================
(Continue reading)

TechFan | 1 Apr 2005 03:28

Re: compiling from source - goal = wireless pcmcia with atheros driver. . .

Thanks for the reply.

>>I thought I had sent a message like this in the last couple days, but it
>>doesn't look like it went through. . .
>>
>>I need to get wireless pcmcia working (then wpa). . .I got the TS source
>>and compiled the kernel with crypt extensions.  I compiled the driver
>>against that kernel source and got the .o files. . .which I have now
>>copied to to the pcmcia folder.
>>    
>>
>
>And the appropriate TS kernel?
>
>Did you copy the recompiled kernel & the other re-compiled modules across as
>well?
>
>  
>
I used the update kernel script that should have updated the kernel
parts.  The problem is that my pcmcia nics stop working with the new kernel.

>>I added the cards definitions to the
>>file where the cards/devices are defined (forgot where that is).  I then
>>discovered that the source is still broken (that is pcmcia network cards
>>aren't working).
>>    
>>
>
>Don't load, don't boot, what sort of errors? From the note below I can assume
(Continue reading)

Miles Roper | 3 Apr 2005 10:27
Picon
Favicon

RE: Re: Thinstation 2.1rc2


ok, done for 2.1 and 2.2 

-----Original Message-----
From: Nikolai V. Ivanyushin [mailto:nvi@...] 
Sent: Wednesday, 2 February 2005 03:43 a.m.
To: TechFan
Cc: Miles Roper; Thinstation-Developer
(thinstation-developer@...)
Subject: Re: [Thinstation-developer] Re: Thinstation 2.1rc2

Hi all,
I have the same kind of problem. And I wrote a small patch again.
TechFan wrote:
> added:
> 
> if [ "$X_NUMLOCK" != "OFF" ] ; then
>    setnumlock
> fi
> 
> in place of
> 
> setnumlock
> 
> in the two places it is called. . .this way I should be able to set 
> X_NUMLOCK in the conf files and have it stay off for just the notebooks..
> 
..skipped..
--
SY
(Continue reading)

Miles Roper | 3 Apr 2005 10:31
Picon
Favicon

RE: Timezone behaviour


ok, done for 2.1 and 2.2 

-----Original Message-----
From: Peter Andersson
[mailto:thinstation.devel@...] 
Sent: Tuesday, 1 February 2005 12:59 a.m.
To: Miles Roper
Cc: thinstation-developer@...; John A. Milburn
Subject: RE: [Thinstation-developer] Timezone behaviour

> 
> did you run
> 
> . /etc/thinstation.global
> 
> when you logged into a console?
Aah, that's what I havn't figured out. It explains a whole lot. 
OK, I'm not a Linux Guru, I'm learning.

I have a suggestion: 
(BOF)
--- profile.dist        2004-12-28 23:56:10.000000000 +0100
+++ profile     2005-01-31 12:49:42.000000000 +0100
 <at>  <at>  -1,6 +1,5  <at>  <at> 
 #/etc/profile: system-wide .profile file for ash.
-. /etc/thinstation.env
-. $TS_FUNCTIONS
+. /etc/thinstation.global

(Continue reading)

Miles Roper | 3 Apr 2005 11:02
Picon
Favicon

RE: RC2: Xnest does not work as a pkg


fixed in 2.1 and 2.2 

-----Original Message-----
From: Mike Eriksen [mailto:kme3@...] 
Sent: Tuesday, 22 February 2005 11:00 a.m.
To: thinstation-developer@...
Subject: [Thinstation-developer] RC2: Xnest does not work as a pkg

I just realized that Xnest doesn't work as a pkg. The problem is that
$XNEST_NUMBER isn't set. If you do so manually (export XNEST_NUMBER=1),
everything is fine.

Mike
--
Thinstation FAQ maintainer
http://thinstation.sourceforge.net
- a light, full featured linux based thin client OS

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

==================================================
(Continue reading)

Miles Roper | 3 Apr 2005 11:09
Picon
Favicon

RE: RC2: hosts file bug prevents samba st art (incl. fix)


ok, done for 2.1 and 2.2 

-----Original Message-----
From: Mike Eriksen [mailto:kme3@...] 
Sent: Tuesday, 8 February 2005 08:54 a.m.
To: thinstation-developer@...
Cc: mrclisdue@...
Subject: [Thinstation-developer] RC2: hosts file bug prevents samba start
(incl. fix)

I just realized that the old bug with samba failing to start without DNS
resolvance of the client has reappeared.

Samba tries to lookup the host name and fails to start when the lookup
fails.

I have fixed it by editing line 368 in base/etc/init.d/network
FROM:
echo "127.0.0.1 localhost" > hosts
TO:
echo "127.0.0.1 localhost $NET_HOSTNAME" > hosts

I have no idea if it breaks things for people with DNS resolvance. To me it
seems safe to associate 127.0.0.1 to a name.

RC1 has the same problem. Ver. 2.0.2 doesn't. Somewhere inbetween the
problem came back.

Mike
(Continue reading)

Miles Roper | 3 Apr 2005 11:13
Picon
Favicon

RE: Keyboard maps, etc


ok, done for 2.1 and 2.2

-----Original Message-----
From: TechFan [mailto:lists.sf.net@...] 
Sent: Wednesday, 2 February 2005 07:31 p.m.
To: Thinstation-developer
Cc: Miles Roper
Subject: Re: [Thinstation-developer] Keyboard maps, etc

It looks like the xmod file settings are only applied under the console case
(in thinstation.packages). . .not exactly sure what all the different cases
are for. . .but I copied the 3 lines that load the file from the console
case to the menu case (we load from replimenu) and now my right alt works
just fine.  I would think that the xmod settings should be loaded for all
cases (or above the case statement), but I am not sure the best place or why
it is where it is.  I have attached a patch file that contains my mods to
thinstation.packages so far (with the original X_NUMLOCK addition).

It also gave me an idea to try using autostart and see if the mods were
there since it is a different case. . .but after turning Autostart=On in my
conf file, it seems X just hangs when it tries to start session_0 (of 7). .
.I haven't used autostart in months, so I don't know what could have changed
since it last worked.  It is possible it was before the switch to xorg.

TechFan wrote:

> The xmod file you have works just fine. . .if I manually apply it 
> after I have started. . .somehow it isn't getting applied 
> automatically. . .
(Continue reading)

Miles Roper | 3 Apr 2005 11:20
Picon
Favicon

RE: Bug with .hosts file?


ok, done for 2.1 and 2.2 

-----Original Message-----
From: TechFan [mailto:lists.sf.net@...] 
Sent: Thursday, 17 February 2005 06:30 p.m.
To: Thinstation-developer
Subject: [Thinstation-developer] Bug with .hosts file?

I was trying to comment out a couple entries in our thinstation.hosts file.
. .but the hostnames are still found and used if a matching mac_address is
found.  I am not sure if this is by design or just overlooked.  I would just
expect to be able to comment out a hostname entry and then for it to not be
used. . .

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide Read honest & candid reviews
on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

==================================================
Attention:
The information contained in this message and/or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
(Continue reading)


Gmane