Questions tagged [centos6]

GENERAL SUPPORT QUESTIONS MAY BE ASKED ON SERVER FAULT https://serverfault.com CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 6 was released on 2011-07-10 and uses kernel version 2.6.32-71.

1576 questions
3
votes
1 answer

How to run VSCode on Centos6

My company is using an old CentOS6 and they wont update it before months (years?). This is totally out of my control and it obviously makes using up to date software a nightmare. I would like to use Visual Studio Code as a C++ IDE but its…
Jean
  • 368
  • 2
  • 13
3
votes
2 answers

yum install texinfo on CentOS 6.6 (no package)

To resolve some dependency to one of my programs, I have to install texinfo on my centos 6.6 system yum install texinfo it resulted to Setting up Install Process No package texinfo available Error: Nothing to do I don't know how to resolve this.…
Kurt Rojas
  • 319
  • 2
  • 12
3
votes
2 answers

svn: E210007: Cannot negotiate authentication mechanism

I am running Red Hat Enterprise Linux Server release 6.9 (Santiago) in a docker container. Executing: $svn co svn://blah.company.com/directory Getting: svn: E170013: Unable to connect to a repository at URL 'svn://blah.company.com/directory' svn:…
ovarshavsky
  • 31
  • 1
  • 2
3
votes
1 answer

How to get automake to set libdir to /usr/lib64 on dual-arch Linux platforms

I'm maintaining an autotools-configured project, and I've noticed in a plain autotool setup: libtoolize --verbose --copy --force aclocal --verbose -I m4 -Wall autoheader -Wall --verbose autoconf -Wall --verbose automake --add-missing --force-missing…
John Greene
  • 2,239
  • 3
  • 26
  • 37
3
votes
1 answer

Pdftohtml Poppler utils not working on centOs

I am trying to convert pdf to html in php using mgufrone library(https://github.com/mgufrone/pdf-to-html). I run this in my mac it's working alright. But when I run in centos server, the .html file is created blank inside…
Mir Mumtaz
  • 109
  • 2
  • 9
3
votes
1 answer

Apache Error After Update: client sent HTTP/1.1 request without hostname

I just updated my CentOS 6.9 virtual machine, which is running Apache 2.2.15. Suddenly, the Apache is too "picky" to respond to browsers. ANY browser. Error log reads: client sent HTTP/1.1 request without hostname (see RFC2616 section…
UncaAlby
  • 5,146
  • 1
  • 16
  • 19
3
votes
3 answers

Cant enable fail2ban jail sshd

When enabled sshd jail i see Starting fail2ban: ERROR NOK: ("Failed to initialize any backend for Jail 'sshd'",) ERROR NOK: ('sshd',) In logs : ERROR Backend 'systemd' failed to initialize due to No module named systemd ERROR Failed to initialize…
Kirill K
  • 335
  • 1
  • 6
  • 21
3
votes
1 answer

how to get the filename along with absolute path to the file, whenever a new file is created using inode in linux?

I doing some experiments with my linux OS (CentOS) and I want to track all the tool logs created under the same environment, tool generates the respective logs (.log extn) for tracking these changes I wrote a perl watcher which actually monitoring…
vikas chib
  • 83
  • 8
3
votes
1 answer

How does one provide IPC::Run with an argument set by user input that contains embedded whitespace

centos-6.8 perl, v5.10.1 (*) built for x86_64-linux-thread-multi This question descends from this one Where is the shell command called which invokes OpenSSL commands?. Briefly I am hacking a very old Perl script used to maintain an internal…
James B. Byrne
  • 1,048
  • 12
  • 27
3
votes
1 answer

Rupee symbol shows as blank box on invoice report in odoo

Issue summary : Rupee symbol shows up as box on invoice report. It shows up correctly on the web but when a report is printed then it shows a box instead of the rupee symbol. What I have tried : Checked default currency for the company; it is…
Gourav Chawla
  • 470
  • 1
  • 4
  • 12
3
votes
1 answer

When using RHEL's `daemon` init.d function, how do you capture the PID?

This is a followup to RedHat daemon function usage. In the accepted solution the author states "$! is not usable when using [the function] daemon [sourced from /etc/rc.d/init.d/functions]". So my followup question is about getting the PID. If you…
Trevor Boyd Smith
  • 18,164
  • 32
  • 127
  • 177
3
votes
2 answers

Spring Boot app with embedded init.d script not starting on reboot

Spring Boot has a handy feature that it will embed an init.d starup script into an executable jar if you configure the maven plugin to do so: http://docs.spring.io/spring-boot/docs/current/reference/html/deployment-install.html#deployment-install So…
crig
  • 859
  • 6
  • 19
3
votes
2 answers

Ansible cryptography warning with SCL Python 2.7 in Centos 6

Given the following: [root@vmutil01 ~]# cat /etc/issue CentOS release 6.7 (Final) [root@vmutil01 ~]# yum -y install centos-release-SCL [ ... ] [root@vmutil01 ~]# yum -y install python27 [ ... ] [root@vmutil01 ~]# scl enable python27…
JonB
  • 836
  • 1
  • 11
  • 15
3
votes
2 answers

Unable to connect to mssql server from PHP in Centos 6

I have installed php-mssql package in Centos 6 for MSSql connection. I want to connect remote MSSql server from PHP 5.3.3. My code: $link = mssql_connect("192.168.*.*", 'username', 'password') or die ("Could not connect to database:…
selvan
  • 1,183
  • 3
  • 16
  • 24
3
votes
1 answer

CentOS 6 and Devtoolset-3

Trying to install C++ from Devtoolset-3 to my CentOS6 system I've ran into dependencies problem: bash-4.2# yum install devtoolset-3-gcc-c++ Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dhakacom.com *…
zaufi
  • 6,811
  • 26
  • 34