Sentora Support Forums
ProFTPD Unit not found - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: FTP Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=39)
+---- Thread: ProFTPD Unit not found (/showthread.php?tid=4243)

Pages: 1 2 3 4


RE: ProFTPD Unit not found - Me.B - 12-10-2017

Why are you installing back proftpd. I'm using on daily basis proftpd and never run in such issue. Would you explain more what files you modified?

M B


RE: ProFTPD Unit not found - banglcb - 12-11-2017

(12-10-2017, 03:22 AM)Me.B Wrote: Why are you installing back proftpd. I'm using on daily basis proftpd and never run in such issue. Would you explain more what files you modified?

M B

Hello @[Me.B], thank you for the reply, i got the proftpd installation error message when i installed the sentora so the ftp service does not work and i can not use ftp on the server yourself, so i have installed proftpd manually but it also does not work, you can see the error message when i reinstall the sentora from the beginning in the attached image!


RE: ProFTPD Unit not found - varun.naharia - 12-12-2017

I tried both AltArch and DVD Version from this CentOS-7-x86_64-DVD-1708.iso http://centos.excellmedia.net/7/isos/x86_64/
I installed GNOME Desktop from DVD
But proftpd is not there don't know what do please someone check and provide a solution.


RE: ProFTPD Unit not found - TGates - 12-13-2017

You can not use the desktop versions of any OS. You must use only a minimal install with no GUI or any web services.


RE: ProFTPD Unit not found - liamgibbins - 12-13-2017

(12-13-2017, 04:09 AM)TGates Wrote: You can not use the desktop versions of any OS. You must use only a minimal install with no GUI or any web services.

As stated before it still has errors on install of the SERVER based software minimal install, no LAMP, no GUI.
using this iso http://repo.uk.bigstepcloud.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso

I rented a VPS to test this so its just not my system.
CentOS minimal install

-- Installing ProFTPD
Error: Nothing to do
Failed to execute operation: No such file or directory
Failed to start proftpd.service: Unit not found.

Think it might be wise to switch back to Ubuntu like I had years ago...


RE: ProFTPD Unit not found - banglcb - 12-13-2017

I think the sentora installer on centos 7 has problems, i try installing sentora on centos 6 and everything works normal, aftered i tried reinstall sentora on centos 7 but still get the error message on!
@[Me.B], @[TGates]


RE: ProFTPD Unit not found - varun.naharia - 12-13-2017

I solved it for DVD version of CentOS did't try on AltArch, Proftpd is in EPEL. So
yum install epel-release
then
install sentora

Ref:- https://www.centos.org/forums/viewtopic.php?f=48&t=65300&sid=e3f0e9f8625548823d41d6c6cdeecb2b


RE: ProFTPD Unit not found - itzdaniel483 - 04-12-2018

I am having the same issue and have tried multiple times to fix it. However still had no luck

"Unit proftpd.service could not be found"


RE: ProFTPD Unit not found - fearworks - 06-30-2018

(12-13-2017, 03:45 PM)varun.naharia Wrote: I solved it for DVD version of CentOS did't try on AltArch, Proftpd is in EPEL. So
yum install epel-release
then
install sentora

Ref:- https://www.centos.org/forums/viewtopic.php?f=48&t=65300&sid=e3f0e9f8625548823d41d6c6cdeecb2b

Hi,

I also had this issue andĀ found that installing EPEL then allowed ProFTPD to be installed.

However, looking at the installation script, EPEL should be installed by the Sentora script... however there seems to be a problem.

If you look at the installation script here (which redirects to GitHub):

http://sentora.org/install

and find the section which starts:

Code:
#--- Adapt repositories and packages sources

A few linesĀ beneath that you will see this line:

Code:
EPEL_BASE_URL="http://dl.fedoraproject.org/pub/epel/$VER/$ARCH";

However, if you visit the Fedora Project website you will find that the links to the packages now have an additional "Packages" directory in place, so this line needs changing to:

Code:
EPEL_BASE_URL="http://dl.fedoraproject.org/pub/epel/$VER/$ARCH/Packages";

After that (at least in my testing), EPEL is installed correctly during the Sentora installation and it then proceeds to install ProFTPD correctly (and also MCrypt for PHP, which is something else that was missing from my installations).

Keith.

Edit: I think I spotted an issue with this for CentOS 6 users and have posted what I think is a better fix in a post below.


RE: ProFTPD Unit not found - TGates - 07-01-2018

@[Me.B], can you update the installer so this is fixed in the current release so it no longer happens? Thanks!