Re: [Ltsp-discuss] error open file from network using localapps

2016-09-22 Thread lpadumorvan

Hi

why no username and a password is present ?

Try this in fstab

Change noperm for : file_mode=0777,dir_mode=0777 ? Can you create a new 
directory or new file from a thinclient session in the network share ?


Also try :

del credentials = / home /teste.txt and replace with username="toto"; 
password="pwd of toto"


and add dom="your domain"

Also try :

in mnt create directory myshare

change rights of myshare : chmod -R 777 myshare

in fstab: change /mnt for /mnt/myshare (in //10.21.8.2/departamentos 
 / mnt .)


DV

Le 22/09/2016 à 13:47, codignotto . a écrit :


Hi ,

I assembled using the fstab to automatically mount and smb, when I 
ride using the fstab I use this line //10.21.8.2/departamentos 
 / mnt cifs genadmin username =, 
password = XXX, rw, iocharset = UTF8, credentials = / home 
/teste.txt,noperm 0 0 and within test.txt I put the users and 
passwords that should have access to files in the shared folder. The 
directory / mnt this with 777 for permission however when the folder 
is set up the permissions changes


The problem that when the user opens the folder the same is empty, 
however if I put the User genadmin only without the credentials it 
opens everything and can change the files.


My question is, as I cosigo mount folders of users however observing 
the active directory permissions, what better way?



Thank you so much again

2016-09-22 2:31 GMT-03:00 lpadumorvan >:


Hi

How is mounted the network share on the ltsp server ? in fstab or
with pam_mount ? What is the file system of network share ? nfs, smb ?
File permission are open/write but for which user ? For the user
of the session ?
Do not confuse the rights of the network share and the rights of
the mountpoint !

dv

Le 21/09/2016 à 19:27, codignotto . a écrit :

Many tanks lpadumorvan now i open the file netowrking sharing now
99% rsrs but when i open the file the message asking to open it
as read only or a copy should be shown , but the file have
permission for open and write , have idea ?
Tanks

2016-09-21 10:45 GMT-03:00 lpadumorvan >:

Hi


Try in lts.conf :

LOCAL_APPS_EXTRAMOUNTS=/folder that contains network share
mountpoint

DV

Le 21/09/2016 à 15:23, codignotto . a écrit :

Hello , i have a ltsp in my office for use in callcenter and
others departaments , but i have one problem that I need you
guys to help , I have the libreoffice installed in
locallapps for better performance and works 100 % , however,
when I try to open a file that is in the network as a .doc
or .xls or whatever you need to open the libreoffice
localapps he just give me a error not a valid file however
if I open it using the open libreoffice menu localapps he
does not think the shared network folder by localapps .
How would I do to open network files in the programs who are
running with localapps ? Thank you very much Deny




--

_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss

For additional LTSP help,   try #ltsp channel onirc.freenode.net 



--
_
Ltsp-discuss mailing list.   To un-subscribe, or change
prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss

For additional LTSP help,   try #ltsp channel on
irc.freenode.net  



--

_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss

For additional LTSP help,   try #ltsp channel onirc.freenode.net 



--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs,
goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss

Re: [Ltsp-discuss] Can I build an Ubuntu Xenial chroot on a Debian Jessie LTSP server?

2016-09-22 Thread Robert Mavrinac
That worked. Thanks.





From: Vagrant Cascadian 
Sent: September 22, 2016 1:25 PM
To: ltsp-discuss@lists.sourceforge.net
Subject: Re: [Ltsp-discuss] Can I build an Ubuntu Xenial chroot on a Debian 
Jessie LTSP server?

On 2016-09-22, Robert Mavrinac wrote:
> VENDOR=Ubuntu ltsp-build-client --arch amd64 --chroot xenial  --dist xenial 
> --mirror http://ca.archive.ubuntu.com/ubuntu --fat-client-desktop 
> ubuntu-mate-desktop --prompt-rootpass --purge-chroot
...
> ERROR: invalid distribution: xenial
> you may need to specify the distribution with the --dist argument:
>   /usr/sbin/ltsp-build-client --dist etch
> error: LTSP client installation ended abnormally

You'll at least need the "debootstrap" package from
jessie-backports. Older versions of debootstrap do not support xenial.

  https://backports.debian.org/Instructions/

live well,
  vagrant
--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


[Ltsp-discuss] Can I build an Ubuntu Xenial chroot on a Debian Jessie LTSP server?

2016-09-22 Thread Robert Mavrinac
I have tried the following command:


VENDOR=Ubuntu ltsp-build-client --arch amd64 --chroot xenial  --dist xenial 
--mirror http://ca.archive.ubuntu.com/ubuntu --fat-client-desktop 
ubuntu-mate-desktop --prompt-rootpass --purge-chroot


which yields this error:


ERROR: invalid distribution: xenial
you may need to specify the distribution with the --dist argument:
  /usr/sbin/ltsp-build-client --dist etch
error: LTSP client installation ended abnormally
--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] error open file from network using localapps

2016-09-22 Thread codignotto .
Hi ,

I assembled using the fstab to automatically mount and smb, when I ride
using the fstab I use this line //10.21.8.2/departamentos / mnt cifs
genadmin username =, password = XXX, rw, iocharset = UTF8, credentials
= / home /teste.txt,noperm 0 0 and within test.txt I put the users and
passwords that should have access to files in the shared folder. The
directory / mnt this with 777 for permission however when the folder is set
up the permissions changes

The problem that when the user opens the folder the same is empty, however
if I put the User genadmin only without the credentials it opens everything
and can change the files.

My question is, as I cosigo mount folders of users however observing the
active directory permissions, what better way?


Thank you so much again

2016-09-22 2:31 GMT-03:00 lpadumorvan :

> Hi
>
> How is mounted the network share on the ltsp server ? in fstab or with
> pam_mount ? What is the file system of network share ? nfs, smb ?
> File permission are open/write but for which user ? For the user of the
> session ?
> Do not confuse the rights of the network share and the rights of the
> mountpoint !
>
> dv
>
> Le 21/09/2016 à 19:27, codignotto . a écrit :
>
> Many tanks lpadumorvan now i open the file netowrking sharing now 99% rsrs
> but when i open the file the message asking to open it as read only or a
> copy should be shown , but the file have permission for open and write ,
> have idea ?
> Tanks
>
> 2016-09-21 10:45 GMT-03:00 lpadumorvan :
>
>> Hi
>>
>>
>> Try in lts.conf :
>>
>> LOCAL_APPS_EXTRAMOUNTS=/folder that contains network share mountpoint
>>
>> DV
>> Le 21/09/2016 à 15:23, codignotto . a écrit :
>>
>> Hello , i have a ltsp in my office for use in callcenter and others
>> departaments , but i have one problem that I need you guys to help , I
>> have the libreoffice installed in locallapps for better performance and
>> works 100 % , however, when I try to open a file that is in the network as
>> a .doc or .xls or whatever you need to open the libreoffice localapps he
>> just give me a error not a valid file however if I open it using the open
>> libreoffice menu localapps he does not think the shared network folder by
>> localapps .
>>
>>
>> How would I do to open network files in the programs who are running with 
>> localapps ?
>>
>> Thank you very much
>>
>>
>> Deny
>>
>>
>>
>>
>> --
>>
>> _
>> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>>   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>>
>> --
>> _
>> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional
>> LTSP help,   try #ltsp channel on irc.freenode.net
>
> --
>
> _
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>
>
> 
> --
>
> _
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>
>
--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] Reason for fat clients

2016-09-22 Thread Raphaël RIGNIER


Le 22/09/2016 à 11:10, Alkis Georgopoulos a écrit :
> On 22/09/2016 11:25 πμ, Raphaël RIGNIER wrote:
>> Hello
>>
>> I have setup a xenial ltsp pnp server.
>>
>> Is LTSP_FAT_CLIENT=True/False the only config needed in lts.conf to switch ?
>>
>> Is ldm mandatory for fat client ?
>>
>
> 1) Yes.
> Note also that there is a FAT_RAM_THRESHOLD variable, which defaults to 300.
> If a client has more than 300 MB RAM, it's automatically fat.
> If it has less than 300 MB, it's automatically thin.
> LTSP_FAT_CLIENT=True/False overrides FAT_RAM_THRESHOLD.
>
> Only chroots that have a desktop session (files in
> /usr/share/xsessions/*.desktop) support both thin and fat clients.
> ltsp-pnp supports both.
>
> 2) Yes.
>
>
> Btw, someone here in this topic mentioned that a use case for thin
> clients is when you want to run math software on a beefy server.
> I'd like to add that it's very easy to use fat clients in this case, and
> run that math app with LTSP *remoteapps*, which run on the server.
>
> So, thin clients can have localapps that run on the client,
> and fat clients can have remoteapps that run on the server.
>
> --
> _
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
Thank you for detailed answer !

Raphaël

--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] Reason for fat clients

2016-09-22 Thread Alkis Georgopoulos
On 22/09/2016 11:25 πμ, Raphaël RIGNIER wrote:
> Hello
>
> I have setup a xenial ltsp pnp server.
>
> Is LTSP_FAT_CLIENT=True/False the only config needed in lts.conf to switch ?
>
> Is ldm mandatory for fat client ?
>


1) Yes.
Note also that there is a FAT_RAM_THRESHOLD variable, which defaults to 300.
If a client has more than 300 MB RAM, it's automatically fat.
If it has less than 300 MB, it's automatically thin.
LTSP_FAT_CLIENT=True/False overrides FAT_RAM_THRESHOLD.

Only chroots that have a desktop session (files in 
/usr/share/xsessions/*.desktop) support both thin and fat clients. 
ltsp-pnp supports both.

2) Yes.


Btw, someone here in this topic mentioned that a use case for thin 
clients is when you want to run math software on a beefy server.
I'd like to add that it's very easy to use fat clients in this case, and 
run that math app with LTSP *remoteapps*, which run on the server.

So, thin clients can have localapps that run on the client,
and fat clients can have remoteapps that run on the server.

--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] Reason for fat clients

2016-09-22 Thread Raphaël RIGNIER

Le 22/09/2016 à 08:59, Rolf-Werner Eilert a écrit :
> Am 21.09.2016 09:34, schrieb LTSP-PNP Adam:
>> W dniu 20.09.2016 o 12:38, Rolf-Werner Eilert pisze:
>>> As I am currently planning a new LTSP environment, there is the question
>>> about thin or fat clients. We have a thin client setup now.
>>>
>> If you need - I have made quick Howto install LTSP-PNP for fat clients:
>>
>> http://wiki.cyfrowaszkola.waw.pl/doku.php/public:fsrv:install
>>
>>
>>
> Thank you for the link, Adam. I have stored it and we'll see if it's of
> use to me.
>
> Regards
> Rolf
>
>
> --
> _
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net

Hello

I have setup a xenial ltsp pnp server.

Is LTSP_FAT_CLIENT=True/False the only config needed in lts.conf to switch ?

Is ldm mandatory for fat client ?

Thank you.

-


--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] Reason for fat clients

2016-09-22 Thread Rolf-Werner Eilert

Am 21.09.2016 09:34, schrieb LTSP-PNP Adam:
> W dniu 20.09.2016 o 12:38, Rolf-Werner Eilert pisze:
>> As I am currently planning a new LTSP environment, there is the question
>> about thin or fat clients. We have a thin client setup now.
>>
> If you need - I have made quick Howto install LTSP-PNP for fat clients:
>
> http://wiki.cyfrowaszkola.waw.pl/doku.php/public:fsrv:install
>
>
>
Thank you for the link, Adam. I have stored it and we'll see if it's of 
use to me.

Regards
Rolf


--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net


Re: [Ltsp-discuss] Reason for fat clients

2016-09-22 Thread Rolf-Werner Eilert
Thank you very much for your concise answer, Helmut.

Am 21.09.2016 09:19, schrieb Helmut Lichtenberg:
> Hi,
>
> Rolf-Werner Eilert schrieb am 21.09.2016 08:36:
>> Am 20.09.2016 19:34, schrieb Vagrant Cascadian:
>>> The main advantage of LTSP Fat Clients, especially in today's media-rich
>>> environment, is that applications take full advantage of the client
>>> hardware. This is really important with displaying video, rendering on
>>> the local graphics hardware on the client.
>> That would be a major point for me, although video playback isn't at
>> first place. But e.g. mere browser usage is far too slow on our thin
>> clients, mainly because of slow graphics. This problem has become more
>> and more severe over the last year(s).
> I recognized this problem, too. But we solved it by buying more recent
> hardware. You mententioned the zbox. We use lots of them as thin clients and
> they run quite nicely. Although they might run even better as fat clients.

Yes, I guess I will try both setups first. Now I am running quite old 
hardware on a thin client setup.

>
> I see also some advantages for thin clients over fat ones. We work in the area
> of genotyping and sometimes need more resources than desktop computers can
> provide. If you have to handle files with dozens of GB of size and compute
> intensive tasks its good to have thin clients as entries to powerfull terminal
> servers. Shure, it's also possible via ssh and remote X but it's a simple and
> straight forward setup for all users.
> And it's a pleasure to work on a terminal server with 40 CPU 128 GB RAM or 
> even
> more (as it is a virtual Xen machine). :^)

Our needs aren't so ambitious ;) We just need a solid "office 
environment" which runs fast enough to keep the folks happy.
>
> So, depending on the applications both setups have their benefits. Maybe I
> should try to also run fat clients in parallel.
>
> Rolf, I already have separated the servers for dhcp, image download (nbd), and
> terminal services in my setup. Maybe this could help for fat clients and
> different images. Just send me an email.
>
> Regards
> Helmut
>
Thanks for the offer! As soon as I see what I need, I'll be back.

Regards
Rolf


--
_
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
  https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net