• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

No way it is this hard

M

MrBoneDaddy

Guest
Man I have installed Fedora Core 3 from the DVD I download and ran up2date and updated everything. I have done a full Install. Please 7.5 doesn't want to install with the auto Installer? Anyone have any help doc's on getting this installed other then the ones plesk has made. Becuse there no way this should be this hard. It error's out and says Not all the pakages was installed and doesn't go anymore this has been 4 days in the works..
 
It sounds like you have some dependencies missing. What does the logfile output?
 
in the bottom I see this
Installing /PSA_7.5.4/rpm_FedoraCore_3/base/courier-imap-3.0.8-fc3.build75050824.12.i586.rpm
file /etc/pam.d/imap from install of courier-imap-3.0.8-fc3.build75050824.12 conflicts with file from package cyrus-imapd-2.2.12-1.1.fc3

It might be best to remove that and the files it need to run. I am doing that to see if there is a problem. Man on the command
rpm -Uvh <RPMs List>
How does it like to be listed inorder for them to install all in one wake?

Man I must sound like a noob but. I am not trust me.
 
ok looks like it took it but I am getting this message when I did the first install on a base system. I get this error right after I login with the admin ans setup then I do the setup screen
ERROR
Unable to restart Named: dnsmng failed: dnsmng failed: dnsmng: Service named failed to restart
0: /usr/local/psa/admin/htdocs/server/configure.php3:193 unknown()


but I might reloaded this box anyways thats why I was asking about that rpm command
 
Check /var/log/messages to see why it didn't restart.

If you're installing manually from RPM's just go to the /base directory and run 'rpm -Uvh *' and it should install fine.
 
[root@linux tmp]# service named restart
Stopping named: [FAILED]
Starting named: /bin/chown: cannot access `/var/named/run-root/var/named': No such file or directory
[FAILED]


maybe becuse the **** is not there
[root@linux var]# ls -la
total 56
drwxr-xr-x 3 named named 4096 Mar 26 15:47 .
drwxr-xr-x 6 root root 4096 Mar 26 15:22 ..
-r--r--r-- 1 root root 391 Aug 12 2002 localhost.rev
-r--r--r-- 1 root root 284 Jun 15 2001 make-localhost
-r--r--r-- 1 root root 2769 Jun 15 2001 named.root
-r--r--r-- 1 root root 397 Aug 12 2002 PROTO.localhost.rev
dr-xr-xr-x 3 root root 4096 Nov 14 2001 run
[root@linux var]# pwd
/var/named/run-root/var
 
Download the tarball and install the RPM's in /base with:

rpm -Uvh base/*rpm --force

It will cause psa-7.5.4 rpm to reinstall (and any other missing RPM's) and ensure your server is configured properly.
 
Only problem I am having is now on the DNS Server (BIND) under services I get this error
ERROR
Up LevelUp Level
Unable to make action: Unable to manage service by dnsmng: dnsmng: Service named failed to start
0: /usr/local/psa/admin/htdocs/server/restart_services.php:28 psaerror(string "Unable to make action: Unable to manage service by dnsmng: dnsmng: Service named failed to start")

Get that when I goto start the Service.
 
try to start DNS manually:

service named start

and if it doesn't work show the errors in /var/log/messages
 
Back
Top