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...
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...
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...
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, ...
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...
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 ...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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=/...
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...
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:...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.