| Author |
Message |
|
|
Post subject: gadmin-proftpd
Posted: Oct 08, 2008 - 03:22 PM
|
|

Joined: Apr 07, 2007
Posts: 382
Location: Italia
Status: Offline
|
|
Hello, I just needed an FTP server with a nice GUI to manage it, so my choice went on proftpd, whose GUI (also in debian) is gadmin-proftpd
I just installed it fresh and, when trying to run da GUI it says:
Code:
[root@WOPR:0:/etc/proftpd] gadmin-proftpd
(gadmin-proftpd:13858): Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed
Segmentation fault
What's wrong with it?
THX |
_________________ -----------------------------
SI VIS PACEM, PARA BELLVM
-----------------------------
AC MILAN CaMpIoNe d'EuRoPa 2oo7!!!!
AC MILAN WoRLd ChAmPiOn 2oo7!!!!
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 15, 2008 - 11:48 AM
|
|

Joined: Apr 07, 2007
Posts: 382
Location: Italia
Status: Offline
|
|
Hi, I got no one had a clue about that so I reverse the question:
is there a good ftp server which also provides a working admin-GUI in debian?
THX |
_________________ -----------------------------
SI VIS PACEM, PARA BELLVM
-----------------------------
AC MILAN CaMpIoNe d'EuRoPa 2oo7!!!!
AC MILAN WoRLd ChAmPiOn 2oo7!!!!
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 15, 2008 - 11:50 AM
|
|
Joined: Nov 25, 2006
Posts: 2555
Status: Offline
|
|
| A good ftpd has no GUI, that's the problem - that in mind, I suggest vsftpd. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 15, 2008 - 02:42 PM
|
|

Joined: Apr 07, 2007
Posts: 382
Location: Italia
Status: Offline
|
|
|
slh wrote:
A good ftpd has no GUI, that's the problem - that in mind, I suggest vsftpd.
We arrived to the same conclusion
I'm currently editing vsftpd.conf, hope to make a good job.... |
_________________ -----------------------------
SI VIS PACEM, PARA BELLVM
-----------------------------
AC MILAN CaMpIoNe d'EuRoPa 2oo7!!!!
AC MILAN WoRLd ChAmPiOn 2oo7!!!!
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 17, 2008 - 09:57 AM
|
|

Joined: Apr 07, 2007
Posts: 382
Location: Italia
Status: Offline
|
|
Hi slh,
your advice was really great, vsftpd was not impossible to config and, plus, adapts very well to my needs.
Just a small problem though: how do I start it automatically with the sysv init sequence? (I in fact saw that /etc/init.d/vsftpd is present and that it is "S" in rc3.d, rc4.d and rc5.d)
I tried both parameters in vsftpd.conf:
Code:
Listen=YES
or
Code:
Listen=NO
but the only thing I can do is to start it manually when Listen is set to NO.
How does the story work? The manual recalls inetd, which I do not even know what it is....
THX |
_________________ -----------------------------
SI VIS PACEM, PARA BELLVM
-----------------------------
AC MILAN CaMpIoNe d'EuRoPa 2oo7!!!!
AC MILAN WoRLd ChAmPiOn 2oo7!!!!
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 17, 2008 - 11:20 AM
|
|
Joined: Nov 25, 2006
Posts: 2555
Status: Offline
|
|
| listen=YES is required, afterwards the ordinary Initscript /etc/init.d/vsftpd takes over (alternatively vsftpd can also be started using an inted superserver, but that isn't really the best option). |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 17, 2008 - 02:26 PM
|
|

Joined: Apr 07, 2007
Posts: 382
Location: Italia
Status: Offline
|
|
Danke,
it now works.... after the 2nd reboot... dunno why at previous one it didn't, but what really matters are resultz  |
_________________ -----------------------------
SI VIS PACEM, PARA BELLVM
-----------------------------
AC MILAN CaMpIoNe d'EuRoPa 2oo7!!!!
AC MILAN WoRLd ChAmPiOn 2oo7!!!!
|
| |
|
|
|
 |
|
|