NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
sunsina
Aug 13, 2015Guide
Any plan for officially upgrading pydio and php?
I am wondering why the appications on the application market OS 6.3.5 are so outdated. As an example Pydio is very outdated (v5.2.3) and the latest version is 6.0.8 (which recommends php >5.6.x) Ne...
super_poussin
Aug 27, 2015Virtuoso
dpkg --info pydio_6.0.8_all.deb| /frontview/bin/fv-dpkginstall.awk -v allow_not_signed=1
sunsina
Aug 28, 2015Guide
root@RDNASOS6-X:/tmp# dpkg --info pydio_6.0.8_all.deb| /frontview/bin/fv-dpkginstall.awk -v allow_not_signed=1
new debian package, version 2.0.
size 15002072 bytes: control archive=125330 bytes.
36 bytes, 1 lines conffiles
478 bytes, 10 lines control
486820 bytes, 4675 lines md5sums
1757 bytes, 57 lines * postinst #!/bin/sh
1132 bytes, 38 lines * postrm #!/bin/sh
294 bytes, 18 lines * preinst #!/bin/sh
Package: pydio
Version: 6.0.8
Architecture: all
Maintainer: Netgear Inc <readynas@netgear.com>
Installed-Size: 33381
Depends: php5-gd (>= 5.6.4~), php5-mcrypt (>= 5.4.4), libapache2-mod-php5 (>= 5.4.0), php5-curl (>= 5.3~), php5-imap (>= 5.3~), php-pear (>= 5.3~), php5-pthreads, mysql-common (>= 5.5.28), php5-mysql (>= 5.4.4-13), mysql-server (>= 5.1), mysql-client (>= 5.5.0)
Depends: php5-gd (>= 5.6.4~), php5-mcrypt (>= 5.4.4), libapache2-mod-php5 (>= 5.4.0), php5-curl (>= 5.3~), php5-imap (>= 5.3~), php-pear (>= 5.3~), php5-pthreads, mysql-common (>= 5.5.28), php5-mysql (>= 5.4.4-13), mysql-server (>= 5.1), mysql-client (>= 5.5.0)
Found 11 dependants
pkg[1/11]= php5-gd >= 5.6.4~
pkg[2/11]= php5-mcrypt >= 5.4.4
pkg[3/11]= libapache2-mod-php5 >= 5.4.0
pkg[4/11]= php5-curl >= 5.3~
pkg[5/11]= php5-imap >= 5.3~
pkg[6/11]= php-pear >= 5.3~
pkg[7/11]= php5-pthreads
cmd=apt-get -y install php5-pthreads
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-pthreads is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5-pthreads' has no installation candidate
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Can not write log (Is stdout a terminal?) - tcgetattr (25: Inappropriate ioctl for device)
Setting up nut-client (2.7.3-0.netgear2) ...
insserv: warning: script 'leafp2p' missing LSB tags and overrides
[....] Restarting nut-client (via systemctl): nut-client.serviceJob failed. See system journal and 'systemctl status' for details.
failed!
invoke-rc.d: initscript nut-client, action "restart" failed.
dpkg: error processing nut-client (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of nut-server:
nut-server depends on nut-client (= 2.7.3-0.netgear2); however:
Package nut-client is not configured yet.
dpkg: error processing nut-server (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nut:
nut depends on nut-server; however:
Package nut-server is not configured yet.
nut depends on nut-client; however:
Package nut-client is not configured yet.
dpkg: error processing nut (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nut-snmp:
nut-snmp depends on nut (>= 1.4.1-pre1); however:
Package nut is not configured yet.
dpkg: error processing nut-snmp (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
nut-client
nut-server
nut
nut-snmp
E: Sub-process /usr/bin/dpkg returned an error code (1)
fv-dpkginstall.awk: error 3
fv-dpkginstall.awk: success
- Retired_MemberSep 04, 2015
Hello,
I have the same issue, I followed the discussion tried what's on it, and I'm still unable to install Pydio 6.0.8 on a ReadyNAS 516 OS 6.2.4.
Any ideas?
In advance, thank you!
Best.
________________________
I have succesfully install php 5.6, but I still can't install Pydio
root@Grp-M_NAS:~# php --version PHP 5.6.12-1~dotdeb+7.1 (cli) (built: Aug 8 2015 01:28:25) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
Also as advertised, Owncloud is indeed not possible to install anymore
- Retired_MemberSep 04, 2015
ok I found the solution :
nano /etc/apt/sources.list
add
deb http://packages.dotdeb.org wheezy-php56-zts all deb-src http://packages.dotdeb.org wheezy-php56-zts all
apt-get update
if you get an error like:
GPG error: http://packages.dotdeb.org wheezy-php56 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
then :
wget http://www.dotdeb.org/dotdeb.gpg apt-key add dotdeb.gpg
and again
apt-get update
then :
apt-get install php5
check you on PHP 5.6.x
php -v
if all's good restart apache:
service apache2 restart
and then try to install again Pydio 6.0.x from the GUI
Best!
- sunsinaSep 04, 2015Guide
Ok,
I tried first to remove the faulty packages nut, leafp2p
by running #apt-get remove --purge nut-server nut-client leafp2pThen I changed teh sources.list and applied #apt-get update
Then I got #php -v ---->
PHP 5.6.13-1~dotdeb+zts+7.1 (cli) (built: Sep 4 2015 17:39:30)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend TechnologiesSo it seems that the PHP is upgraded to version 5.6
BUT
I still have problem installing pydio 6.0.8 via GUI and via dpkg -i
In fact the problem now is the mysqladmin#dpkg -i pydio_6.0.8_all.deb ... ...... ....... OK mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' dpkg: error processing pydio (--install): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: pydio
I am not sure how to fix this mysqladmin problem?
Related Content
- Sep 04, 2015Retired_Member
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!