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

2016-09-23 Thread codignotto .
Many many tanks , now its ok whit shared folder, i adjuste the permission
folder and adjust fstab , tanks for your suport  :) :) :).


Deny C. Santos

2016-09-23 2:01 GMT-03:00 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 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.

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 mailto:lpadumor...@free.fr>>:

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
 For
additional LTSP help,   tr

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] error open file from network using localapps

2016-09-21 Thread 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 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] error open file from network using localapps

2016-09-21 Thread codignotto .
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


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

2016-09-21 Thread 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