Hi, It's showing that all is up in relation to services except the FTP server... I'm not sure why, I followed this guide http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3 Any ideas why the FTP Server won't start? Thanks, Nolan
If you use OpenVZ, take a look at chapter 19 on http://www.howtoforge.com/perfect-s...bian-5.0-with-bind-and-dovecot-ispconfig-3-p5
Where can I find the VPSID, and where do I need to do that step at? If you could put step by step how to do it, that would be appreciated Thanks, Nolan
You assigned the vpsid when you created the vps. A list of all runnig vps can be seen with: vzlist -a
I didn't create the VPS, the datacenter did. I've got root access to it though. When I try vzlist -a, it says command not found. Also, What file or whatever do I need to open to put this in? Code: VPSID=101 for CAP in CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CHROOT SYS_NICE CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CHROOT SYS_NICE do vzctl set $VPSID --capability ${CAP}:on --save done
I contacted the datacenter to find out that info, and they said that: "vzlist is a command run on a Virtuozzo/OpenVZ node, not the VPS itself." I obviously don't have access to that. However, They did provide me with the VPSID.
If you don't have access to the host system, you must rebuild PureFTPd. This thread might help: http://www.howtoforge.com/forums/showthread.php?t=47097&highlight=rebuild+pureftpd+openvz
I just realized there's a section in the manual for this! When I try apt-get source pure-ftpd it says E: unable to find a source package for pure-ftpd I think I may need to add something to the sources.list, but I'm not sure which one to add :/ EDIT: I was correct. To others who might have that problem, make sure you have these sources added to your sources.list: deb-src http://ftp.de.debian.org/debian lenny main contrib non-free deb-src http://security.debian.org/ lenny/updates main Problem solved! - The steps on how to build it is in the ISPConfig 3 Manual.