Questions tagged [centos-6.6]

9 questions
16
votes
1 answer

“sudo: systemctl: command not found” when run on CentOS 6.6

I am using CentOS 6.6. When I try running the command sudo systemctl start elasticsearch I get an error like this: sudo: systemctl: command not found As per my understanding systemctl is not supported in CentOS versions 6.9 and before. Can someone…
CoderPJ
  • 269
  • 1
  • 2
  • 3
7
votes
2 answers

getpassword error: Inappropriate ioctl for device vnc error

I installed tigervnc-server package in server. [root@localhost ~]# rpm -qa tigervnc tigervnc-1.1.0-16.el6.x86_64 Created a vnc user and created vncpasswd also for that user. [root@localhost ~]# useradd vnc [root@localhost ~]# vncpasswd…
max
  • 3,893
  • 14
  • 53
  • 73
5
votes
1 answer

HDD naming in Linux?

Does Linux attempt to give a drive the same letter each time? For example, if was to connect two drives to my computer, then disconnect them and reconnect them in reverse order would sdb and sdc correspond to the same physical drives? This is what…
Billylegota
  • 161
  • 4
2
votes
1 answer

You don't have permission to access /phpmyadmin on this server

I have installed wordpress on a CentOS 6.6 server, everything works fine, WP, mysql etc but I cannot access the http://MY_IP/phpmyadmin page to import DB as I get: You don't have permission to access /phpmyadmin on this server. I checked the log in…
rf2632
  • 139
  • 1
  • 2
  • 9
1
vote
1 answer

Openvswitch: multiple virtual bridges over one bonding interface

My ultimate goal is to configure a RedHat 6.6 server with Openvswitch as shown in the following image: Interfaces configuratión files…
1
vote
0 answers

Cannot configure PostgresSQL extension for php in Cpanel

I have a Centos 6.6 x86_64 vps cloud server with WHM and cpanel. It contains easyapache installed in it and working fine. php sites are working fine with it. I have installed PostgresSQL 9.3 in the server via ssh. Now when I transfered project to…
NINJA
  • 101
  • 8
0
votes
1 answer

Installing QEMU for Centos 6.6

I tried to yum install qemu and it doesn't seem to be available. How do I get QEMU onto CentOS 6.6 especially the qemu-system-* to run ISO images ? My yum repolist: repo id repo name …
gsunnic
  • 131
  • 5
0
votes
1 answer

CentOS 6.9 systemctl not found

To list all running or stopped or failed services, systemctl (soon to become systemd in CentOS 7) is just so nice. I just type systemtcl with nothing after it. service --status-all gives much fewer informations But what can be done when servicectl…
0
votes
1 answer

CentOS 6.6 yum update Errno 256 using ISO

I am running CentOS 6.6 trying to update to 6.8 using an ISO file I downloaded from a mirror for an offline virtual machine. I have mounted the ISO file and place it in the /media/CentOS/ I then run the command yum --disablerepo=*…