I've bought an VPS recently but now I have a problem. It didn't come with yum installed so I need to install it on my own...
Now, I have a problem.
When I try to do:
Code: # rpm -Uvh yum-3.2.19-18.el5.centos.noarch.rpm This comes out:
Code: warning: yum-3.2.19-18.el5.centos.noarch.rpm: Header V3 DSA signature: N OKEY, key ID e8562897 error: Failed dependencies: yum-fastestmirror is needed by yum-3.2.19-18.el5.centos.noarch
So I suppose I need to install the yum-fastestmirror first. But when I try:
Code: # rpm -Uvh yum-fastestmirror-1.1.16-13.el5.centos.noarch. rpm This comes out:
Code:
warning: yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm: Header V3 DS A signature: NOKEY, key ID e8562897 error: Failed dependencies: yum >= 3.0 is needed by yum-fastestmirror-1.1.16-13.el5.centos.n
--> Populating transaction set with selected packages. Please wait. ---> Package cadaver.i386 0:0.22.5-1.el5.rf set to be updated ---> Package mtr.i386 2:0.72-1.el5.rf set to be updated ---> Package rsync.i386 0:3.0.2-1.el5.rf set to be updated ---> Package nmap.i386 2:4.20-1.el5.rf set to be updated ---> Package lftp.i386 0:3.7.1-1.el5.rf set to be updated ---> Package syslinux.i386 0:3.63-1.el5.rf set to be updated ---> Package dkms.noarch 0:2.0.19-2.el5.rf set to be updated ---> Package subversion.i386 0:1.4.6-0.1.el5.rf set to be updated --> Running transaction check --> Processing Dependency: perl(Crypt:asswdMD5) for package: syslinux --> Finished Dependency Resolution Error: Missing Dependency: perl(Crypt:asswdMD5) is needed by package syslinux
Trying to access any APS installed in Plesk i obtain this error: Internal error: Package with UID 'fb00f4ad-620a-4052-96b7-398bd99d9d6d' not found.The error panel.log:
[19-Dec-2014 13:17:19 Europe/Berlin] Exception: Package with UID 'fb00f4ad-620a-4052-96b7-398bd99d9d6d' not found. file: /usr/share/aps_php/aps_php.php line: 12519
[code]....
This post change the error, but i think that is not the correct way: [URL] ..... Any way to reinstall/regenerate APS database and anything related with it?
Command:MLSD Response:150 Accepted data connection Response:226-ASCII Response:226-Options: -a -l Response:226 24 matches total Error:Connection timed out Error:Failed to retrieve directory listing
I configured Cloudflare in admin panel, I then logged in using my test customer account, I tried to install CloudFlare application (without license key for free mode) . I got the following error:
Error: Installation of CloudFlare for Parallels Plesk at http://MyLinuxWebsite.cyberhostpro.com/CloudFlare failed. Non-zero exit status returned by script. Output stream: 'PHP Warning: SimpleXMLElement::__construct(): Entity: line 6: parser error : Opening and ending tag mismatch: hr line 5 and body in /usr/local/psa/var/apscache/data-mezJCJ/scripts/configure.php on line 262
I installed fail2ban via the autoinstaller today. I got a failed install. There is no /etc/init.d/fail2ban file, and no /usr/bin/fail2ban-server.
On the other hand yum-search tells me it's installed:
plesk-fail2ban-configurator.noarch : plesk-specific jails and filters for fail2ban fail2ban.noarch : Scan logfiles and ban ip addresses with too many password failures​
I tried to remove it in autoinstaller:
Installing packages Loaded plugins: fastestmirror, priorities Running rpm_check_debug Error in PREUN scriptlet in rpm package fail2ban
I installed the MySQL binary packages in /usr/local/mysql/ after removing the MySQL RPM package. MySQL is functioning when I executed /usr/local/mysql/bin/safe_mysqld. I reinstalled MySQL before I installed PHP. When I used a PHP script to access a MySQL database, it outputs an error:
Code: Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2002): can't connect to local mysql server through socket /var/lib/mysql/mysql.sock in index.php on line 2 However, I installed MySQL in /usr/local/mysql, not in /var/lib/mysql. How do I fix MySQL?
I've rented a dedicated server that comes with Red Hat Enterprise Linux 4 and MySQL 3.23 but I need at least MySQL 4.1 or higher. My knowledge about GNU/Linux is very limited, so I've read some documents at mysql.com and now I think I have to follow these steps:
1. Uninstall MySQL 3.23 with this command line: shell> rpm -e mysql-*.rpm
2. Install the server and client RPMs of MySQL 5.0: shell> rpm -i MySQL-server-VERSION.i386.rpm shell> rpm -i MySQL-client-VERSION.i386.rpm
My vps is run well, then i reboot and i see mysql no longer working. I check in WHM mysql (5.0.67-community) failed
And when restart (by WHM )
Restarting MySQL Server
whmappname='Restarting Service'; if (self['update_ui_status']) { update_ui_status('MySQL Server'); } Waiting for mysql to restart..............finished.
mysqld_safe (/bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/server.xxxx.com.pid) running as root with PID 5275
mysql has failed, please contact the sysadmin (result was "mysql has failed").
I have a RHEL4 Box and need to upgrade glibc. Currently have glibc-2.3.4-2.39 installed. I have downloaded glibc-2.7-2.i386.rpm and tried to install with
#rpm -Uv glibc-2.7-2.i386.rpm
but received the following error:
Code:
error: Failed dependencies: glibc-common = 2.7-2 is needed by glibc-2.7-2.i386 glibc > 2.3.4 conflicts with glibc-common-2.3.4-2.39.i386 glibc = 2.3.4-2.39 is needed by (installed) glibc-headers-2.3.4-2.39.i386 glibc = 2.3.4-2.39 is needed by (installed) glibc-devel-2.3.4-2.39.i386
I've tried everything with this one. Here's the error on restart from Cpanel for BIND:
Attempting to restart named
Waiting for named to restart.... . . . . . . . . . . finished.
named status
named has failed, please contact the sysadmin (result was "named is not running"). Nov 22 19:31:54 webone named[18535]: starting BIND 9.3.4-P1 -u named Nov 22 19:31:54 webone named[18535]: found 4 CPUs, using 4 worker threads Nov 22 19:31:54 webone named[18535]: loading configuration from '/etc/named.conf' Nov 22 19:31:54 webone named[18535]: /etc/named.conf:1: open: /etc/rndc.key: permission denied Nov 22 19:31:54 webone named[18535]: loading configuration: permission denied Nov 22 19:31:54 webone named[18535]: exiting (due to fatal error)
I don't know what to do. I chowned /etc/rndc.key to named:root, and that worked for a few, and then it went back to doing this.