Dead.man | 1 Mar 2011 09:56
Picon

Thinstation 3.0 + Problem with ICA Client +postinst script


Hii,
I am using thinstation 3.0 developer version.I've no problem as such in
build process(though some recipes are not being updated as some of the repo
could not be found so i had to manaully download the packages and put them
in the source dir).

With this build image i have no problem in runnning rdp on client end.
But i am not able to run ICA Client and came across with seg fault..
So to resolve this issue what i did is decompress the initrd.img and
manually copy the wfclient.ini ,module.ini,appsrv.ini into
rootfs/usr/lib/ICAClient/config/
This doesn't solve the issue.
So i noticed that some character encoding files are also missing
rootfs/usr/lib/gconv/ i.e ISO8859-1.so and CP1252.so and so i copy these
files to /rootfs/usr/lib/gconv/.

So I compressed the rootfs and tried to boot my thinclient with this image
with ICA session as the start session ( works fine for me).

Note::::
*.ini files comes from the postinstallation script(ica.postinst)

Here is the ica.postinst script
http://old.nabble.com/file/p31039016/ica.postinst ica.postinst 

So i checked the bitbake log ..
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+ sh
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
(Continue reading)

Don Cupp | 1 Mar 2011 23:19
Picon
Favicon

Re: Thinstation 3.0 + Problem with ICA Client +postinst script

Nice,
 
I of course still can't even get TS3 to build, so it looks like your in the best position to solve this problem.

--- On Tue, 3/1/11, Dead.man <dce.pulkit-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

From: Dead.man <dce.pulkit-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: [Thinstation-developer] Thinstation 3.0 + Problem with ICA Client +postinst script
To: thinstation-developer-5NWGOfrQmneRv+LV9MX5uuRhgaa4a2kL@public.gmane.orgnet
Date: Tuesday, March 1, 2011, 12:56 AM


Hii,
I am using thinstation 3.0 developer version.I've no problem as such in
build process(though some recipes are not being updated as some of the repo
could not be found so i had to manaully download the packages and put them
in the source dir).

With this build image i have no problem in runnning rdp on client end.
But i am not able to run ICA Client and came across with seg fault..
So to resolve this issue what i did is decompress the initrd.img and
manually copy the wfclient.ini ,module.ini,appsrv.ini into
rootfs/usr/lib/ICAClient/config/
This doesn't solve the issue.
So i noticed that some character encoding files are also missing
rootfs/usr/lib/gconv/ i.e ISO8859-1.so and CP1252.so and so i copy these
files to /rootfs/usr/lib/gconv/.

So I compressed the rootfs and tried to boot my thinclient with this image
with ICA session as the start session ( works fine for me).


Note::::
*.ini files comes from the postinstallation script(ica.postinst)

Here is the ica.postinst script
http://old.nabble.com/file/p31039016/ica.postinst ica.postinst

So i checked the bitbake log ..
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+ sh
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
configure
++ basename
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
.postinst
+ opkg-cl -f
/home/qwerty/OpenEmbedded/build/tmp/staging/i686-linux/etc/opkg.conf -o
/home/qwerty/OpenEmbedded/build/tmp/rootfs flag unpacked ica
Setting flags for package ica to unpacked
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
ica.postinst is running fine..
But links are not being made in /usr/lib/ICAClient/config/...

I've no idea about character encoding files(There must be script error or
path error)

Plz reply asap....

Regards
Dead.Man

--
View this message in context: http://old.nabble.com/Thinstation-3.0-%2B-Problem-with-ICA-Client-%2Bpostinst-script-tp31039016p31039016.html
Sent from the thinstation-developer mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer
Tobias Paepke | 2 Mar 2011 00:29

Re: Thinstation 3.0 + Problem with ICA Client +postinst script

Hi Dead.man,

thank you very much for this bug report.
and of course thanks for hints how to solve that.

I'v upgraded my local git checkout to support newer hardware and access
more current recipies.
Hoping have not broken too much.

At least there is something broken with dhcp, but i'm optimistic to
solve this on wednesday/thursday.
After having this fixed i'll prepare the push back to the repo.

greets

tobias

On 01.03.2011 09:56, Dead.man wrote:
> Hii,
> I am using thinstation 3.0 developer version.I've no problem as such in
> build process(though some recipes are not being updated as some of the repo
> could not be found so i had to manaully download the packages and put them
> in the source dir).
>
> With this build image i have no problem in runnning rdp on client end.
> But i am not able to run ICA Client and came across with seg fault..
> So to resolve this issue what i did is decompress the initrd.img and
> manually copy the wfclient.ini ,module.ini,appsrv.ini into
> rootfs/usr/lib/ICAClient/config/
> This doesn't solve the issue.
> So i noticed that some character encoding files are also missing
> rootfs/usr/lib/gconv/ i.e ISO8859-1.so and CP1252.so and so i copy these
> files to /rootfs/usr/lib/gconv/.
>
> So I compressed the rootfs and tried to boot my thinclient with this image
> with ICA session as the start session ( works fine for me).
>
>
> Note::::
> *.ini files comes from the postinstallation script(ica.postinst)
>
> Here is the ica.postinst script
> http://old.nabble.com/file/p31039016/ica.postinst ica.postinst 
>
> So i checked the bitbake log ..
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> + sh
> /home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
> configure
> ++ basename
> /home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
> .postinst
> + opkg-cl -f
> /home/qwerty/OpenEmbedded/build/tmp/staging/i686-linux/etc/opkg.conf -o
> /home/qwerty/OpenEmbedded/build/tmp/rootfs flag unpacked ica
> Setting flags for package ica to unpacked
>   
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>                                                                                                                                                 
> ica.postinst is running fine..
> But links are not being made in /usr/lib/ICAClient/config/...
>
> I've no idea about character encoding files(There must be script error or
> path error)
>
> Plz reply asap....
>
> Regards
> Dead.Man
>
>   

--

-- 
tobiasPAEPKE
Hauptstrasse 53
77716 Haslach

Tel   : 07832 975876
Fax   : 07832 975877
Mobile: 0160 7158032
tobias.paepke@...
http://www.paepke.net
Ust-Id: DE263297486

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
pulkit | 2 Mar 2011 05:26
Picon

Re: Thinstation 3.0 + Problem with ICA Client +postinst script

Yep,
I have figured it out various things in bitbake recipes that needs to be modifiled.
1)SRC_URI needs to be updated
2)postinst scripts needs to be modifiled.
3)RDEPENDS needs to be modified and various other things.....

I'm able to run Citrix ICA with these modifications



On Wed, Mar 2, 2011 at 3:49 AM, Don Cupp <doncuppjr-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:
Nice,
 
I of course still can't even get TS3 to build, so it looks like your in the best position to solve this problem.

--- On Tue, 3/1/11, Dead.man <dce.pulkit-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

From: Dead.man <dce.pulkit-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: [Thinstation-developer] Thinstation 3.0 + Problem with ICA Client +postinst script
To: thinstation-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Date: Tuesday, March 1, 2011, 12:56 AM



Hii,
I am using thinstation 3.0 developer version.I've no problem as such in
build process(though some recipes are not being updated as some of the repo
could not be found so i had to manaully download the packages and put them
in the source dir).

With this build image i have no problem in runnning rdp on client end.
But i am not able to run ICA Client and came across with seg fault..
So to resolve this issue what i did is decompress the initrd.img and
manually copy the wfclient.ini ,module.ini,appsrv.ini into
rootfs/usr/lib/ICAClient/config/
This doesn't solve the issue.
So i noticed that some character encoding files are also missing
rootfs/usr/lib/gconv/ i.e ISO8859-1.so and CP1252.so and so i copy these
files to /rootfs/usr/lib/gconv/.

So I compressed the rootfs and tried to boot my thinclient with this image
with ICA session as the start session ( works fine for me).


Note::::
*.ini files comes from the postinstallation script(ica.postinst)

Here is the ica.postinst script
http://old.nabble.com/file/p31039016/ica.postinst ica.postinst

So i checked the bitbake log ..
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+ sh
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
configure
++ basename
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
.postinst
+ opkg-cl -f
/home/qwerty/OpenEmbedded/build/tmp/staging/i686-linux/etc/opkg.conf -o
/home/qwerty/OpenEmbedded/build/tmp/rootfs flag unpacked ica
Setting flags for package ica to unpacked
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
ica.postinst is running fine..
But links are not being made in /usr/lib/ICAClient/config/...

I've no idea about character encoding files(There must be script error or
path error)

Plz reply asap....

Regards
Dead.Man

--
View this message in context: http://old.nabble.com/Thinstation-3.0-%2B-Problem-with-ICA-Client-%2Bpostinst-script-tp31039016p31039016.html
Sent from the thinstation-developer mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/thinstation-developer


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer
pulkit | 2 Mar 2011 09:59
Picon

Re: Thinstation 3.0 + Problem with ICA Client +postinst script

Nice Tobias...:)

On Wed, Mar 2, 2011 at 4:59 AM, Tobias Paepke <tobias.paepke-pkSj30NWfPmsTnJN9+BGXg@public.gmane.org> wrote:
Hi Dead.man,

thank you very much for this bug report.
and of course thanks for hints how to solve that.

I'v upgraded my local git checkout to support newer hardware and access
more current recipies.
Hoping have not broken too much.

At least there is something broken with dhcp, but i'm optimistic to
solve this on wednesday/thursday.
After having this fixed i'll prepare the push back to the repo.

greets

tobias


On 01.03.2011 09:56, Dead.man wrote:
> Hii,
> I am using thinstation 3.0 developer version.I've no problem as such in
> build process(though some recipes are not being updated as some of the repo
> could not be found so i had to manaully download the packages and put them
> in the source dir).
>
> With this build image i have no problem in runnning rdp on client end.
> But i am not able to run ICA Client and came across with seg fault..
> So to resolve this issue what i did is decompress the initrd.img and
> manually copy the wfclient.ini ,module.ini,appsrv.ini into
> rootfs/usr/lib/ICAClient/config/
> This doesn't solve the issue.
> So i noticed that some character encoding files are also missing
> rootfs/usr/lib/gconv/ i.e ISO8859-1.so and CP1252.so and so i copy these
> files to /rootfs/usr/lib/gconv/.
>
> So I compressed the rootfs and tried to boot my thinclient with this image
> with ICA session as the start session ( works fine for me).
>
>
> Note::::
> *.ini files comes from the postinstallation script(ica.postinst)
>
> Here is the ica.postinst script
> http://old.nabble.com/file/p31039016/ica.postinst ica.postinst
>
> So i checked the bitbake log ..
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> + sh
> /home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
> configure
> ++ basename
> /home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
> .postinst
> + opkg-cl -f
> /home/qwerty/OpenEmbedded/build/tmp/staging/i686-linux/etc/opkg.conf -o
> /home/qwerty/OpenEmbedded/build/tmp/rootfs flag unpacked ica
> Setting flags for package ica to unpacked
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> ica.postinst is running fine..
> But links are not being made in /usr/lib/ICAClient/config/...
>
> I've no idea about character encoding files(There must be script error or
> path error)
>
> Plz reply asap....
>
> Regards
> Dead.Man
>
>


--
tobiasPAEPKE
Hauptstrasse 53
77716 Haslach

Tel   : 07832 975876
Fax   : 07832 975877
Mobile: 0160 7158032
tobias.paepke-pkSj30NWfPmsTnJN9+BGXg@public.gmane.org
http://www.paepke.net
Ust-Id: DE263297486



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer
Guilherme Moro | 2 Mar 2011 21:06
Picon
Gravatar

syslinux problems

Hello all,

I having some trouble with syslinux on Thinstation 2.2.2f, my syslinux inside the booted thinstation image get a SIGFPE(floating point exception).
But changing the syslinux to another version I got some oddly results.
- If I use any version <= 3.71 the binary syslinux runs fine ( no SIGFPE ) but using this version to install the system got me to a kernel panic (unknown-block device)
- If I use any version >= 3.72 the binary gives the same SIGFPE, but the systems installeds with this version could boot normally

to be clear, this tests where executed using the same configurations and binaries, except for the syslinux binary.

What I'm trying to achieve is an installer to the images, so I boot a thinstation image from PXE, then I install an thinstation image to the local harddrive, but without
syslinux support I'll need to rely in other ways to install, like image the drive with some dd copied image, but this will erase all the data from the local disk.

Anyone see this behavior? or its something restricted to my configuration here?

Thanks,

Guilherme Moro

PS: I'm writing to the developers list cause if anything works, I would like to know how to correct this in the base system if possible.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer
TrevorB | 3 Mar 2011 07:39
Picon
Gravatar

Re: syslinux problems

On Wed, 2011-03-02 at 17:06 -0300, Guilherme Moro wrote:
> Hello all,
> 
> I having some trouble with syslinux on Thinstation 2.2.2f, my syslinux
> inside the booted thinstation image get a SIGFPE(floating point
> exception).
> But changing the syslinux to another version I got some oddly results.
> - If I use any version <= 3.71 the binary syslinux runs fine ( no
> SIGFPE ) but using this version to install the system got me to a
> kernel panic (unknown-block device)
> - If I use any version >= 3.72 the binary gives the same SIGFPE, but
> the systems installeds with this version could boot normally

It is how the binary has been compiled.
This version has been compiled against Thinstation and works from within
a Thinstation image (http://batley.com.au/thinstation/syslinux)

> 
> to be clear, this tests where executed using the same configurations
> and binaries, except for the syslinux binary.
> 
> What I'm trying to achieve is an installer to the images, so I boot a
> thinstation image from PXE, then I install an thinstation image to the
> local harddrive, but without
> syslinux support I'll need to rely in other ways to install, like
> image the drive with some dd copied image, but this will erase all the
> data from the local disk.
> 
> Anyone see this behavior? or its something restricted to my
> configuration here?
> 
> Thanks,
> 
> Guilherme Moro
> 
> PS: I'm writing to the developers list cause if anything works, I
> would like to know how to correct this in the base system if possible.
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in 
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business 
> insights. http://p.sf.net/sfu/splunk-dev2dev 
> _______________________________________________ Thinstation-developer mailing list
Thinstation-developer@... https://lists.sourceforge.net/lists/listinfo/thinstation-developer
--

-- 
TrevorB
+=====================
Developer
http://thinstation.org
+=====================

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
Marcos Amorim | 3 Mar 2011 12:49
Picon
Gravatar

Re: Thinstation 3.0 + Problem with ICA Client +postinst script

Hi Dead, 


You can try adding to your build.conf, ts-session package and see if it worked and then report if it worked.

ts-session is responsible for creating these files, you are using package ica-session?

Marcos Amorim

2011/3/1 Dead.man <dce.pulkit-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hii,
I am using thinstation 3.0 developer version.I've no problem as such in
build process(though some recipes are not being updated as some of the repo
could not be found so i had to manaully download the packages and put them
in the source dir).

With this build image i have no problem in runnning rdp on client end.
But i am not able to run ICA Client and came across with seg fault..
So to resolve this issue what i did is decompress the initrd.img and
manually copy the wfclient.ini ,module.ini,appsrv.ini into
rootfs/usr/lib/ICAClient/config/
This doesn't solve the issue.
So i noticed that some character encoding files are also missing
rootfs/usr/lib/gconv/ i.e ISO8859-1.so and CP1252.so and so i copy these
files to /rootfs/usr/lib/gconv/.

So I compressed the rootfs and tried to boot my thinclient with this image
with ICA session as the start session ( works fine for me).


Note::::
*.ini files comes from the postinstallation script(ica.postinst)

Here is the ica.postinst script
http://old.nabble.com/file/p31039016/ica.postinst ica.postinst

So i checked the bitbake log ..
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+ sh
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
configure
++ basename
/home/qwerty/OpenEmbedded/build/tmp/rootfs/usr/lib/opkg/info/ica.postinst
.postinst
+ opkg-cl -f
/home/qwerty/OpenEmbedded/build/tmp/staging/i686-linux/etc/opkg.conf -o
/home/qwerty/OpenEmbedded/build/tmp/rootfs flag unpacked ica
Setting flags for package ica to unpacked
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
ica.postinst is running fine..
But links are not being made in /usr/lib/ICAClient/config/...

I've no idea about character encoding files(There must be script error or
path error)

Plz reply asap....

Regards
Dead.Man

--
View this message in context: http://old.nabble.com/Thinstation-3.0-%2B-Problem-with-ICA-Client-%2Bpostinst-script-tp31039016p31039016.html
Sent from the thinstation-developer mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer@...
https://lists.sourceforge.net/lists/listinfo/thinstation-developer
Jason Meers | 3 Mar 2011 13:26
Picon

Warning about an issue with Server 2008-R2 SP1, NLA and TS clients

Hi all,

The following was posted on edugeek.net earlier today:

<quote>

2008R2 sp1 killed our Wyse S10's RDP Connection

None of our clients have been able to connect since applying the SP,
so we're going to have to return to roll back, what we've found is
that it wont let us turn off Network level authentication, if anyone
can suggest a way to work around this then I would be very
appreciative. We no longer have a support contract and I couldnt say
what firmware they are on, but they did work with R2 previously with
security set to negotiate on the server.

<end quote>

Neither rdesktop or rdesktopsvn contains support for NLA (network
level authentication), and freeRDP only has partial support for it at
this point, so a server exhibiting this kind of behavior would refuse
all TS connections using rdesktop, rdesktopsvn or freerdp.

The problems with the service pack appear to be limited at present,
and appear to be a "bug" when applying the service pack rather than a
deliberate "design flaw", however the impact for anyone running TS
boxes who are unlucky enough to see this bug is so big that I thought
I should at least warn people here...

Hopefully nobody here will be affected by this, but this post might
help someone identify the cause should the unthinkable happen on one
of their servers.

Best regards,

Jason

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
Marcos Trazzini ® | 3 Mar 2011 14:21
Picon

Re: vmxnet/vmxnet3 drivers on kernel 2.6.35.5 and TS 2.3svn

Does my mail reached the list?

2011/2/24 Marcos Trazzini ® <mstrazzini <at> gmail.com>:
> Hi List!
>
> Any news about this issue? I get back to this project recently and
> even after updated my buildtree to latest 2.3svn release (954), I
> could notice that the problem still persists. After some research into
> what I missed from the list during this time I couldn´t find nothing
> related. So I´m returning to this issue:
>
> Let´s just refresh what the problem is: Using VMWARE Workstation 7
> (don´t know if also happens on other VMWARE products), I create a
> small virtual machine to serve as a ThinClient for test purposes. This
> machine boots using PXE, which loads the Thinstation Image normally,
> but the network doesn´t start correctly, saying that the network cable
> is unplugged (Yes, the Virtual network interface config is "Connected"
> and "Connected at power on"both  enabled), and as result, I have no
> network for the machine.
>
> After some research, I figured out:
>
>  - The pcnet32 driver is loaded for the virtual network card, even
> that the image includes ALL network modules available (vmxnet3 and
> e1000, for example).
>  - If I jump into the client console and manually configure the
> network using ifconfig, I can communicate to the network.
>  - The "ethtool eth0" command confirms that no link was detected for
> the interface (PHY problems?).
>  - Also tried to unload pcnet32 module and manually load vmxnet3 or
> e1000 driver. None of them worked (the interface even show using
> "ifconfig -a").
>
>
> Also important, when module vmxnet was used into the kernel instead of
> vmxnet3, it worked fine.
>
> Any clue?
>
> --
> Marcos S. Trazzini => mstrazzini <at> gmail.com
>

--

-- 
Marcos S. Trazzini => mstrazzini <at> gmail.com

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Thinstation-developer mailing list
Thinstation-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/thinstation-developer

Gmane