centos5 Questions

24

In installation process of OpenERP 6, I want to generate a config file with these commands: cd /home/openerp/openerp-server/bin/ ./openerp-server.py -s --stop-after-init -c /home/openerp/ope...
Aerophagia asked 16/10, 2012 at 1:30

4

Solved

Im trying to install ffmpeg on my server. Im unsing centos 5. When I try to install libfdk_aac I get the following error ` autoreconf: Entering directory `.' autoreconf: configure.ac: not using G...
Pevzner asked 29/3, 2013 at 12:45

13

I need to install psycopg2 for openerp installation process, but I always faced that error. I've already used pip and easy_install and my gcc is the latest version. I really need your help to solve...
Slack asked 16/10, 2012 at 9:40

2

Solved

I want to start my server through nohup.php but the command is not running and displays following error nohup:ignoring input and appending output to 'nohup.out' I am using ssh through putty, ...
Meg asked 9/7, 2014 at 6:0

2

Solved

I have a war file and I need to deploy it on Jboss 7.0.1 Server. Now I have gone through the documentation, but didnt find any thing to deploy a war file. Moreover for deploying your build through ...
Siegfried asked 7/12, 2011 at 19:16

5

Solved

I found out how to change the default value of max_allowed_packet in MySQL using SET GLOBAL. However, each time I used this command, the default value stayed untouched! I used these commands...
Doralin asked 29/3, 2012 at 9:46

6

Solved

When ever i try to install GCC on my linux (centos) It comes back with missing glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --> Missing Dependency: kernel-headers is ...
Click asked 28/6, 2011 at 22:16

1

Solved

I have a long running Java process running in CentOs Machine. I have both info and error logs set-up properly. The process ran for longer time (18+ hours) and disappeared all of a sudden. There is...
Pard asked 18/2, 2019 at 6:23

7

I am running CentOS 5.4 which only has version 5.8 of perl available by default, and I have a program which requires perl 5.10, so I compiled perl 5.10 on CentOS. How do I specify which perl I want...
Stymie asked 21/1, 2011 at 21:34

2

Is there any way to determine the Virtual Memory Size of the process at the time it is killed by linux oom-killer . I can't find any parameter in file /var/log/messages, which may tell me the tota...
Shively asked 4/3, 2016 at 6:54

14

Solved

How can I install git on CENTOS 5.5 machine? I tried to install it from yum but got following msg. root@host [~]# sudo yum install git Loaded plugins: fastestmirror Loading mirror speeds from cach...
Refutative asked 23/9, 2010 at 14:14

1

I have tried to use the ltrace. I tried to use the following command to profile the library.so file which is used by a program sampleapp, ltrace -c -T --library=library.so --output=out.txt ./Sample...
Shred asked 24/10, 2014 at 3:33

9

Solved

I am installing gitolite on a CentOS 5.9 server. I have created the git user, then after su - git I have managed to get my public key into the ~/.ssh/ directory, I have successfully cloned the gito...
Asdic asked 22/4, 2013 at 16:1

4

Solved

I have installed Python 2.6.6 on CentOS 5.4, [@SC-055 lxml-2.3beta1]$ python Python 2.6.6 (r266:84292, Jan 4 2011, 09:49:55) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2 Type "help", "copyri...
Resoluble asked 10/1, 2011 at 1:12

4

Solved

I tried this solution: iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/iptables start but still can't access the port. If there are more ports that I have...
Brothers asked 28/11, 2012 at 13:47

3

Solved

When I create 32 bit CentOS 5 docker image I would like cpu architecture to be reported as i386/i686 there (installer which tested in this container check architecture and installs 64 bit binaries ...
Charisecharisma asked 21/10, 2014 at 15:52

4

Solved

I wish to set up what is usually called a Kiosk, running Firefox locked down to our own specific home page (and links from there). The base operating system is CentOs 5 (i.e. just like RedHat Enter...
Hipbone asked 6/3, 2012 at 15:8

5

Solved

When running top -b -n 1, the command always returns the same CPU values. Consider the following test run 5 times in succession: [user@server ~]$ top -b -n 5 -d.2 | grep "Cpu(s)" Cpu(s): 18.5%us,...
Apollo asked 9/2, 2011 at 0:42

3

I am configuring Cassendra 1.0 on CentOS 5.7 but getting stacked when running the command "cassandra -f". Here is the error message- INFO 14:54:10,271 Loading settings from file:/.../apache-cassan...
Rescissory asked 24/11, 2011 at 9:1

4

I'm looking to write to a file after piping output from tail -f through to grep. Say,write to a file "temp" for all lines with "Playing:" within in error_log "FreeSwitch.log". tail -f "/var/lof/f...
Antisthenes asked 17/3, 2011 at 15:31

1

I have a sample application which uses a dynamically linked library library.so. I was measuring CPU usage of the sample application with the top command. But it shows CPU usage of both sample app a...
Entopic asked 23/10, 2014 at 3:10

4

Solved

I need to create the following symbolic links into RPM file /bin/ln -sf libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8 /bin/ln -sf libssl.so.0.9.8e /lib/libssl.so.0.9.8 In my RPM spec file: %files...
Shattuck asked 28/1, 2011 at 1:2

3

Solved

I am trying to compile opencv 2.4.6.1 on Centos 5.10. However, whenever I add WITH_OPENGL=ON, I am unable to compile it. My cmake line: cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/...
Doomsday asked 4/11, 2013 at 14:58

1

On RHEL5 (5.3) I've installed python27, python27-devel, setuptools, gcc44, gcc44-c++, and P4PythonInstaller. All seemingly installed just fine, with no reported errors. However when I open Python2...
Northman asked 18/10, 2013 at 4:46

2

Solved

I'm having trouble making a remote JMX call to JBoss 6 on a Centos 5.6 server. I've previously been able to do this when running the same app on a Debian server. ./twiddle.sh --server=service:jmx:...
Benelux asked 31/5, 2012 at 11:16

© 2022 - 2024 — McMap. All rights reserved.