Koozali.org: home of the SME Server

PYDIO contrib: do not work for me

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
PYDIO contrib: do not work for me
« on: July 23, 2014, 04:04:05 AM »
I followed http://wiki.contribs.org/Pydio

After install tried to login using my user/pwd, do not worked with open_basedir error message showing on footer for a few seconds. I have a printscreen to upload.

So I went to /etc/pydio/bootstrap_conf.php and remove comments for
Code: [Select]
define("AJXP_TMP_DIR", AJXP_DATA_PATH."/tmp");
Now I'm getting messages about wrong user/pwd (they're ok!).
and these:
Code: [Select]
[root@leopardo pydio]# ls -la /var/lib/pydio/tmp/
total 20
drwxrwx--- 2 root   www  4096 Jul 22 22:50 .
drwxrwx--- 7 root   www  4096 Jul 22 17:44 ..
-rw-r--r-- 1 apache www    74 Jul 22 22:50 failedAJXP.log
-rw-r--r-- 1 root   root   13 Mar 19 18:56 .htaccess
-rw------- 1 apache www   123 Jul 22 22:50 sess_c17c101b0678cba7d2b92fd184b7f5fa
[root@leopardo pydio]#


Code: [Select]
[root@leopardo pydio]# cat /var/lib/pydio/tmp/.htaccess
 deny from all
 [root@leopardo pydio]#

let me think HowTo need more info, or I miss something (very likely... it's 11pm for a day started at 6am!)

Can anyone point me where I'm wrong and a quick fix?

Thank you.

Jáder
...

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: PYDIO contrib: do not work for me
« Reply #1 on: July 23, 2014, 08:22:21 AM »
The error you discribes make me think you tried to access Pydio before enabling access through it on a Shared Folder. Pydio works exclusivly with the Shared Folders contrib. Once installed, go in the server-manager -> shared folders -> select one of the shares (or create a new one) -> Pydio access (set to enabled) and save
C'est la fin du monde !!! :lol:

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: PYDIO contrib: do not work for me
« Reply #2 on: July 23, 2014, 12:03:01 PM »
I've created a new share as shown:
[root@leopardo pydio]# db accounts show documentos
documentos=share
    DynamicContent=enabled
    Encryption=disabled
    InactivityTimeOut=
    Indexes=enabled
    Name=documentos compartilhados
    PHPBaseDir=/tmp:/home/e-smith/files/shares/documentos/
    Pydio=enabled
    ReadGroups=
    ReadUsers=escravo
    RecycleBin=disabled
    RecycleBinRetention=unlimited
    RequireSSL=enabled
    WebDav=disabled
    WriteGroups=tecnicos
    WriteUsers=jader
    httpAccess=global
    smbAccess=browseable
[root@leopardo pydio]#

BUT
on server-manager I've receiving an error about failure on modify this share.
...

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: PYDIO contrib: do not work for me
« Reply #3 on: July 23, 2014, 12:04:55 PM »
on server-manager I've receiving an error about failure on modify this share.

Then please, open a bug and attach the snippet of /var/log/messages when you modify the share
C'est la fin du monde !!! :lol:

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: PYDIO contrib: do not work for me
« Reply #4 on: July 23, 2014, 01:54:58 PM »
...