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.
Pages: [1]
1
FTP / Re: FTP Login
« on: October 03, 2014, 05:48:19 PM »
Hmm... something is updated. Webpanel dashboard looks a bit different now... and FTP is up and running.
Admins? Comments on this?
Admins? Comments on this?
2
FTP / Re: FTP Login
« on: October 03, 2014, 05:47:13 PM »
Anything new on this?
Of course there's the workaround that you just allow ssh/sftp for the new account... not quite optimal and wouldn't use it for client projects, but for my own stuff it works
Of course there's the workaround that you just allow ssh/sftp for the new account... not quite optimal and wouldn't use it for client projects, but for my own stuff it works
3
FTP / Re: FTP Login
« on: October 02, 2014, 03:43:48 PM »
Hmm... was there anykind of update? To Webpanel, PureFTP or something else? Anything you'd know of?
Earlier this week it all worked just fine... Did during the last two days nothing but added one new user and deleted one old test user...
Stopping/restarting pure-ftp from console gives an error too:
[root@v01 ~]# pure-ftpd restart
Unable to start a standalone server: Address already in use
[root@v01 ~]# pure-ftpd stop
Unable to start a standalone server: Address already in use
Like there'd be something already running.
Anyway. After that I went ahead and killed the running PureFTP process.
After this, the Dashboard still shows "suspended" for FTP. After killing the proces I'd assume it being stopped...
Any comment on this?
---
Another approach:
The xinetd refers to Pureftp in the config files too. Could there be something?
The "pure-ftpd" include file for xinetd.d says however that it's disabled:"
# default: off
# description: pure-ftpd server, xinetd version.
# Don't run the standalone version if you run
# this and remember do set "Daemonize" to "no"
# in /etc/pure-ftpd/pure-ftpd.conf
service ftp
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/pure-config.pl
server_args = /etc/pure-ftpd/pure-ftpd.conf
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
"
Earlier this week it all worked just fine... Did during the last two days nothing but added one new user and deleted one old test user...
Stopping/restarting pure-ftp from console gives an error too:
[root@v01 ~]# pure-ftpd restart
Unable to start a standalone server: Address already in use
[root@v01 ~]# pure-ftpd stop
Unable to start a standalone server: Address already in use
Like there'd be something already running.
Anyway. After that I went ahead and killed the running PureFTP process.
After this, the Dashboard still shows "suspended" for FTP. After killing the proces I'd assume it being stopped...
Any comment on this?
---
Another approach:
The xinetd refers to Pureftp in the config files too. Could there be something?
The "pure-ftpd" include file for xinetd.d says however that it's disabled:"
# default: off
# description: pure-ftpd server, xinetd version.
# Don't run the standalone version if you run
# this and remember do set "Daemonize" to "no"
# in /etc/pure-ftpd/pure-ftpd.conf
service ftp
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/pure-config.pl
server_args = /etc/pure-ftpd/pure-ftpd.conf
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
"
4
FTP / Re: FTP Login
« on: October 02, 2014, 02:33:43 PM »
In my server setup the pureftpd.conf refers to file pureftpd.pdb at "/etc/pure-ftpd/pureftpd.pdb"
That file doesn't however exist...
I don't know if it should exist, as the pure-ftp should use the user account details as ftp username/password (like given when creating the user in the webpanel). Or at least it should be created and updated automatically...
That file doesn't however exist...
I don't know if it should exist, as the pure-ftp should use the user account details as ftp username/password (like given when creating the user in the webpanel). Or at least it should be created and updated automatically...
6
CentOS 6 Problems / Re: Few bugs as been found on Centos 6 with this panel
« on: September 27, 2014, 12:49:53 PM »
Get the hold of live support. Admin will check in to this soon.
While waiting, I got a working solution for me.
Earlier I didn't create an user account for the domain first. After creating first an user account and then the domain, it worked. httpd restarted after domain creation.
While waiting, I got a working solution for me.
Earlier I didn't create an user account for the domain first. After creating first an user account and then the domain, it worked. httpd restarted after domain creation.
7
CentOS 6 Problems / Re: Few bugs as been found on Centos 6 with this panel
« on: September 27, 2014, 12:40:44 PM »
Debugging the problem doesn't seem to be easy..
Opening the file with the error:
"<?php /* Reverse engineering of this file is strictly prohibited. File protecte..."
Opening the file with the error:
"<?php /* Reverse engineering of this file is strictly prohibited. File protecte..."
8
CentOS 6 Problems / Re: Few bugs as been found on Centos 6 with this panel
« on: September 27, 2014, 12:28:25 PM »
Deleting the created domain works and after that httpd starts again... odd.
9
CentOS 6 Problems / Re: Few bugs as been found on Centos 6 with this panel
« on: September 27, 2014, 12:24:08 PM »
Same.
After adding a domain (after a fresh install), I get the error msg:
Notice: Undefined index: username in /usr/local/cwpsrv/htdocs/resources/admin/modules/add_domain.php(1) : eval()'d code(1) : eval()'d code on line 1
And then httpd doesn't restart anymore...
After adding a domain (after a fresh install), I get the error msg:
Notice: Undefined index: username in /usr/local/cwpsrv/htdocs/resources/admin/modules/add_domain.php(1) : eval()'d code(1) : eval()'d code on line 1
And then httpd doesn't restart anymore...
Pages: [1]