0
votes
0answers
17 views
Is my centOS dedicated server caching disk files appropriately, or not? [closed]
Here's the head of the top output from my centOS 5 server, at a moment with very low load. What I want to know is whether it is using its free memory wisely to cache files from disk. Of 2G of RAM, …
0
votes
4answers
38 views
Trouble Upgrading Python / Django on CentOS
As you can see by reading my other thread today here, I'm having some troubles upgrading Python.
At the moment I have Python 2.4 with Django installed on a CentOS machine. However I've recently …
0
votes
2answers
27 views
Illegalkeysize exception
I am using the Bouncy Castle Java cryptographic algorithm implementation.
I am getting an IllegalKeySizeException. To overcome this I have even changed my java security jars (local_policy.jar and …
0
votes
1answer
44 views
PHP loop acting as cronjob[ensure only one instance running]
Hello everybody,
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second.
…
1
vote
3answers
69 views
Query causes mysql server to go away
We have an application that has been deployed to 50+ websites. Across these sites we have noticed a piece of strange behaviour, we have now tracked this to one specific query. Very occasionally, once …
1
vote
1answer
37 views
How to cross compile from Mac OS X to Linux x86?
Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compile for target CentOS …
1
vote
1answer
39 views
How do you install gnu MAKE without compiler [closed]
I'm a little new in this area. I have a virtual machine centos5.1 that doesn't come with make or any compiler... basically stripped down. It doesn't come with any install packages like yum, rpm or …
0
votes
0answers
62 views
how to install php/mysql/apache2 in centOS [closed]
Hi
I running a CentOS remotely now I want to install PHP/Mysql/apache into it. Can you guys please help me in doing so I'm newbie.
thanks
1
vote
4answers
75 views
Automatic Database reads/write every second
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there.
My question is how to implement such a system. I have made the php …
0
votes
1answer
15 views
image rendering issue
I am running Apache/2.2.3 (CentOS). For some reason certain images, jpg, gif, or png will show up as byte code when accessed directly on the server. Firefox 3 and Safari both think the content type is …
0
votes
2answers
56 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
1
vote
2answers
45 views
mysql create database and user script
Question Rewritten:
HOMEDIR="ftpuser"
REMOTEIP="1.1.1.1"
MYSQLPASS="password"
Q1="DROP USER "$HOMEDIR"_shop;"
Q2="DROP DATABASE "$HOMEDIR"_shop;"
Q3="CREATE DATABASE IF NOT EXISTS "$HOMEDIR"_shop;"
…
0
votes
1answer
45 views
Ghostscript ERROR: /undefined in --get--
I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF I am getting the following …
2
votes
2answers
102 views
PHP Sessions “Unknown: Failed to write session data”.
Hello, I'm using centos 5 with php 5.3.0.
I have php installed and set up, in my php.ini I have session.save_path set to "/tmp", I have "/tmp" set to 7777, it's fully writeable. I have a script that …
0
votes
1answer
9 views
Accessing documents on a http server running in a virtual machine
I run Windows 7 as my main OS, and for development work I installed CentOS on a virtual machine under VirtualBox. Everything is installed, including httpd and php with mysql, but I can't figure out …
