02-11-2020, 05:36 AM
02-11-2020, 05:45 AM
Did you actually look into /var/log/installLogs.txt? That may contain the actually error message that occures when the installation of the RPM package for the LiteSpeed Repo fails.
02-11-2020, 08:59 AM
02-11-2020, 12:17 PM
please let us know what your os you have and what you have done.
this is like finding a nail in a haystack.
make sure you check the system requirements.
this is like finding a nail in a haystack.
make sure you check the system requirements.
02-11-2020, 05:33 PM
I assume that he is using CentOS or another RHEL based Linux distribution. My assumption is based on .rpm packages and the rpm installation command from the screenshot.
Looks like he tried to install CyberPanel as pointed out in the thread and the topic title.
I saw you online a few times after posting this thread. Would you please look into /var/log/installLogs.txt and share the content here? I bet it has more details on the actual error message.
02-11-2020, 06:34 PM
(02-11-2020, 12:17 PM)perryoo11 Wrote: [ -> ]please let us know what your os you have and what you have done.
this is like finding a nail in a haystack.
make sure you check the system requirements.
In using centos-7-x86_64-minimal sir, before i have install CyberPanel but then my VPS was re install and now i have that trouble
02-12-2020, 06:16 AM
(02-11-2020, 06:34 PM)huuthi95 Wrote: [ -> ]In using centos-7-x86_64-minimal sir, before i have install CyberPanel but then my VPS was re install and now i have that trouble
The command should have worked! Did you check what's in the /var/log/installLogs.txt file as
I would think, assuming your system status is OK, that's another seLinux related issue. Thus, first check if it's enabled (hopefully it is.)
Code:
sestatus
To rule it out, try to temprarily disable it, like so:
Code:
echo 0 > /selinux/enforce
Then run your command, preferably use -Uvh to install your package since it works fine even when there are no previous versions of the package installed.
Code:
rpm -Uvh .....
Whatever the result, reenable your seLinux, please, like this:
Code:
echo 1 > /selinux/enforce
Without additional input, no one can second guess your issue.
Good luck!
02-13-2020, 09:49 AM
Topic locked.
Feedback:
If this issue presist i suggest you to do some google work first.
Next time please explain what you already done and what you have tried.
Feedback:
If this issue presist i suggest you to do some google work first.
Next time please explain what you already done and what you have tried.
02-13-2020, 09:50 AM
Report Wrote:Pointless topic to push posts as user ignored all help offers/advices and requested OS reinstallation.
You failed to respond with the information that was needed for members to correctly assist you. Right from the beginning
I'm closing the discussion. Please don't re-open it, and in future when you ask for help please provide all necessary and full information so that members can make sense of your request.