es2alna
- Total activity 114
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 44
Comments
Recent activity by es2alna-
It's not a professional way but it hits my mind when I read your post: ls -1 /var/cpanel/users -I '.*' This will list all your cPanel accounts without ./ and ../ Thanks,
-
Hi, I'm sorry but I guess that your issue here reached a level that is out of my hands. This is the perfect time to open a Support Ticket to cPanel but I guess the right solution for this issue i...
-
Do you have a content here? /usr/bin/
-
Are you sure you have wget? rpm -qa | grep wget ------------------ Update: I reviewed the last post and found out that the last URL isn't working. So, we will go ahead and execute those: rpm -U...
-
Try only those commands: rpm -Uvh http://mirror.centos.org/centos/5.10/os/i386/CentOS/yum-3.2.22-40.el5.centos.noarch.rpm \ http://mirror.centos.org/centos/5.10/os/i386/CentOS/yum-fastestm...
-
Yes, too strange. First of all, try to install yum using below commands (copy and paste): mkdir tmp.$$ cd tmp.$$ rpm -Uvh http://mirror.centos.org/centos/5.10/os/i386/CentOS/gmp-4.1.4-10.el5.i38...
-
Sorry for all these tries, as you know when you aren't inside you just throw commands and hope you find the issue in one of them. Let's continue, what's the output of this command? rpm -q yum pyth...
-
Is this URL working [url=http://mirror.centos.org/centos/5.10/os/i386/]Index of /centos/5.10/os/i386 from inside the server? You can check that by issuing the below command: curl -I http://mirror....
-
Hi, This is a simple workaround, Edit "CentOS-Base.repo" file and replace this: $releasever with this: $releasever.10 Save the file and then: yum update Try this and let me know the result, if ...
-
What's the output of this command? cat /etc/yum.repos.d/CentOS-Base.repo