roundcube_direct_login-0.8.tar.gz: Cannot open: No such file or directory

paisley

Verified User
Joined
Aug 17, 2013
Messages
63
Hello,

tried to install direct login with Roundcube, but looks the tar file is corrupt or does not exist.
[root@server custombuild]# ./build roundcube
Found MySQL version 10.3
Granting access: GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,LOCK TABLES,INDEX,REFERENCES ON da_roundcube.* TO 'da_roundcube'@'localhost';
Setting password: ALTER USER 'da_roundcube'@'localhost' IDENTIFIED BY '****';
Editing roundcube configuration...
########################################################################################################## 100.0%
tar (child): roundcube_direct_login-0.8.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
chown: cannot access 'direct_login': No such file or directory
chmod: cannot access 'direct_login': No such file or directory
chmod: cannot access 'direct_login/tokens': No such file or directory
chmod: cannot access 'direct_login/index.php': No such file or directory
Roundcube 1.6.0 has been installed successfully.

But the file is there:
-rw------- 1 root root 2282 Aug 19 17:47 roundcube_direct_login-0.8.tar.gz
-rw------- 1 root root 5970153 Aug 19 17:44 roundcubemail-1.6.0.tar.gz

Things I tried:
- clean up old install files
- remove the tar.gz file & build update
- change to other directadmin custom repo

Hope someone can help me out..
 
Last edited:
Hello,

tried to install direct login with Roundcube, but looks the tar file is corrupt or does not exist.


But the file is there:


Things I tried:
- clean up old install files
- remove the tar.gz file & build update
- change to other directadmin custom repo

Hope someone can help me out..

[root@server custombuild]# ./build version
2.0.0 (rev: 2902)
[root@server custombuild]# ./build
+-----------------------------------------------------------+
| DirectAdmin WebServices Installer |
| Written by Martynas Bendorius and DirectAdmin |
| Version: 2.0.0 (rev: 2902)
 
Try updating

Code:
./build update

If that doesn’t work

Code:
wget -O /usr/local/directadmin/custombuild/build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
/usr/local/directadmin/custombuild/build update

There was a bug a few weeks ago and some installs can’t download the latest revision.

2937 is the latest

 
Try updating

Code:
./build update

If that doesn’t work

Code:
wget -O /usr/local/directadmin/custombuild/build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
/usr/local/directadmin/custombuild/build update

There was a bug a few weeks ago and some installs can’t download the latest revision.

2937 is the latest


Thank you that fixing the problem!
 
Back
Top