Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - third

Pages: [1] 2
1
Don't see how to stamp it as solved, maybe because someone else opened the thread?

2
This actually solved the problem, a HUGE thank you jbahillo.

The only thing i changed was the
Code: [Select]
allow_nonscanned_files parameter to 'true'.

I'd like to update the status here (https://tracker.zentyal.org/issues/76) with the correct workaround, but don't know how. Also we can consider this thread closed. Thanks again!

3
/etc/zentyal/samba.conf is periodically overwritten by some obscure periodical zentyal process, taking /usr/share/zentyal/stubs/samba/smb.conf.mas as the template, so every modification should be made through this file or is going to be lost as soon as zentyal decides to do so.

I guess the -- antivirus settings -- is the part which concerns me, still can't figure out how to change the template to get the opportune modifications in smb.conf.

Btw couldn't understand what you meant in the last post, you mean there's no need to modify existent cron files?

4
Wrong way from what it seems.

a getfacl on any temp created by office returns:

Code: [Select]
# owner: x.moro
# group: __USERS__
user::rw-
user:root:rwx #effective:rw-
user:3000000:rwx #effective:rw-
user:3000002:rwx #effective:rw-
user:Admin:rwx #effective:rw-
user:3000095:rwx #effective:rw-
group::---
group:Administrators:rwx #effective:rw-
group:3000002:rwx #effective:rw-
group:AMMINISTRAZIONE:rwx #effective:rw-
mask::rw-
other::---

Everything seems to be ok, but I'm still experiencing the problem. I'm totally hopeless now.

5
What i meant was: is there some pre built system in Zentyal which prevents me from using crontab the usual way?

Still, best answer ever man.  ;D

Haven't had the time to try, i'll do that probably tonight, 'cause sleeping is for pussies. Thanks vawkes.

6
By the way, does anybody knows some best practice for crontab in latest Zentyal? Is the usual 'crontab -e' the right way to do the job?

7
Thanks for your reply. I forgot to post the result of getfacl before, but the output showed correct permissions on all files.

From what I've understood the issue arises when MSOffice creates the temp file (in which the user is working) with the wrong permissions. The "save as" function tries to rename this temp file into 'whatever.doc', samba (correctly) denies that operation.

Following that hypothesis I'll put a script in cron to reset permissions on all .tmp files.

I'm crossing my fingers.

8
Removing the antivirus module does not help. Also rebooted the server after that, no good news either.

9
Moved to https://bugs.zentyal.org/issues/76

Hope this receives some kind of feedback sooner or later.

10
Installation and Upgrades / Re: USB Installation of 3.3
« on: February 03, 2014, 04:45:40 pm »
Same problem, same procedure to solve it, no results. Had to use an external optical drive.
A workaround could be installing Ubuntu via USB and then apt-get zentyal packages, there's a good howto here
http://trac.zentyal.org/wiki/Documentation/Community/Installation/InstallationGuide

11
Installation and Upgrades / Re: Query of VPN
« on: January 31, 2014, 04:03:15 am »

12
More to read at http://doc.zentyal.org/en/filesharing.html

Group Policy Objects. Let me know if this helps!

13
https://helpdesk.egnyte.com/entries/21097388-Mapping-a-drive-using-a-net-use-command-and-logon-scripts-for-domain-users

A simple .bat file with only a 'net use etc etc' line should do the trick.

Maybe there's a faster way using Group Policy, but never tried.

14
Where is the disk mounted? Can you read/write in it from the console?

15
Installation and Upgrades / Re: Query of VPN
« on: January 29, 2014, 06:31:37 pm »
You want to connect to your 10.0.0.10 subnet from the internet?

Setup VPN server on Zentyal according to the tutorials (you can find all the useful documentation on the zentyal site or googling) and nat the necessary ports on your router. Also you should use a ddns service to have a domain name associated with your ip address, I'm doing fine with the one provided by Zentyal.

Pages: [1] 2