Displaying 20 results from an estimated 5000 matches similar to: "Compile vs. RPM"
2005 Nov 28
2
CentOS 4.2 issues
Hello CentOS,
I've just taken 2 old servers running CentOS 3.x, wiped it out, and
installed CentOS 4.1
The systems seemed to work fine with CentOS 4.1, but when I proceeded
to run yum -y update, all the RPM's (101) download and seem to install
fine - however, upon reboot, partitions such as /usr/ and /var will
not mount (ext3). These machines both use the Intel S875WP1 P4
Mainboards.
2005 May 26
2
insmod ip_conntrack_ftp
Hello CentOS,
Is there a specific RPM that makes "insmod ip_conntrack_ftp"
available? I've been using that on a number of servers fine, but the
latest one I've built, running insmod ip_conntrack_ftp gives me:
insmod: can't read 'ip_conntrack_ftp': No such file or directory
--
Best regards,
Mickael
mailto:mike at kamloopsbc.com
www.MickaelMaddison.com
2006 Jan 05
2
*tangent* High Availability using 2 sites -- yep, "propogation."
Hello Les,
Thanks for that info. I'm playing with this now and although the
'failover' process seems rather slow, it does seem to be doing what I
need. I setup a subdomain entry to point to 4 IP's, only one if which
is actually working, and indeed, when IE get's a non-active IP, it
eventually goes to the next one until it finally finds the actual live
IP. Once it gets the
2005 Apr 11
3
Default Firewall Entries
Hello CentOS,
I'm curious... there seems to be a couple of default firewall rules
that I'm not familiar with in the CentOS 4.0
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD
2005 Apr 12
1
Warning: Kernel pressures approaching maximum tolerance limit
Hello CentOS,
I'm seeing this in the logwatch output. Anything I find on the net
hasn't been definitive. The system is an x-less server.
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present
vesafb: probe of vesafb0 failed with error -6...: 6 Time(s)
---------------------- Kernel End -------------------------
--
Best regards,
Mickael
2005 Apr 27
1
Laptop issues
Hello CentOS,
I'm trying to isolate a problem with a notebook. I've tried to
install CentOS from CD - but once I get the start screen, I type
'enter' to begin installing. The installer starts to load but only
gets as far as:
running install
running /sbin/loader
That's it. Nothing beyond that... locks up solid.
The equipment is ECS 736, P4 2.6Ghz /1024MB RAM, 40GB HDD.
2005 May 27
1
Intel Matrix SATA RAID drivers
Hello CentOS,
Does anyone know if there's a driver out there that'll enable CentOS
4.x to use the Intel Matrix SATA RAID settings on the 915 chipsets?
--
Best regards,
Mickael
mailto:mike at kamloopsbc.com
www.MickaelMaddison.com
2005 Oct 05
1
Problems with Additional IP's, Sendmail, and iptables?
Hello CentOS,
Setup:
CentOS 4.1 (Latest YUM)
Sendmail
Multiple IP's on eth0:x (1 through 150 or so)
iptables
I've noticed that whenever I add another IP address to my servers on
one of the eth0:x aliases, the IP comes up fine and restarting
pure-ftpd and apache seems to be able to use the IP straight away.
Sendmail also 'seems' to use it fine, but something odd is occuring
that I
2005 Mar 12
1
popen() fread() system()
I''ve got a client who''s recently been moved onto a CentOS4 machine
from a 3.x and is writing:
"It looks like there''s one remaining problem now; at several points in the PHP
part of the dating software, C- binaries are called using popen().
The binaries work correct (tested at the command line with the proper
arguments)
The popen() retrieves the correct command
2003 Sep 30
2
modssl
I'm having some troubles getting modssl to work with wine. None of my
programs that connect to the web via ssl work. I am using Red Hat 9.0,
have both the modssl and modssl-devel rpms installed, yet they still
don't work. I've tried both installing from source and using the redhat
9 rpms on the winehq.com website, and neither works. Any ideas?
Jesse
2006 Jun 07
1
railstidy
Hi there,
anyone had any trouble with railstidy?
I''m using it on 1.1.2 just to tidy my output and I get a server error everytime, but the only log message I get is:
FastCGI: incomplete headers (0 bytes) received from server "/var/rails/dev/public/dispatch.fcgi"
I have:
after_filter :tidy
def tidy
RailsTidy.filter(response)
end
...in my application.rb and I can get
2003 Jun 10
1
Help setting up SSL?
Hi,
Sorry to bother, I don't know if this mailing list is the right place to
look for help setting up dovecot.. Anyway I've got standard IMAP working
fine, and I used mkcert.sh after editing the openssl config, and it seemed
to work properly (I had to change some directories, I am using the FreeBSD
5.1-CURRENT port)..
Anyway, when I try to connect using Outlook, here is what the log
2011 Jan 10
3
sendrpid does not work!
Hello,
I have Asterisk 1.6.2.9-2, the directive "sendrpid" does not work!
I placed this in my peer: (sip.conf)
sendrpid=yes
trustrpid=yes
or
sendrpid=yes
trustrpid=no
(and restarted Asterisk)
and the line "Remote-Party-ID" does not appear in my sip debug!
Please help me,
Mickael.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 09
1
enable suexec
Hello CentOS,
I don't usually use RPM's for apache, but I'm playing with a centos
4.2 w/apache and suexec. I've got the suexec apache RPM installed,
but I'm not sure how to actually get apache to use it. The
/etc/httpd/conf/httpd.conf does show it in the modules:
LoadModule suexec_module modules/mod_suexec.so
but httpd -l doesn't list suexec as being loaded.
I'm
2010 Apr 07
2
AGI + Dial + stream file ?
Hi all,
I am running an AGI script in a command dial, or call a SIP trunk.
I want to execute after 10 minutes a voice message (stream file) on the
channel to warn the person that the call is about to end. How to do that?
Thank you,
Mickael.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 14
18
sybase in rails2?
Has anyone actually gotten the activerecord-sybase-adapter to work in
Rails2?
I can''t seem to, and can''t figure out why. I am on RedHat linux.
I have the sybase client libraries installed, I have the adapter
installed. After installing the patch at
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2455-update-for-sybase_adapter#ticket-2455-4
to get a slightly
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write ,
based on the cdr_mysql.so module, an Sybase module.
To compile you can use something like that:
export SYBPLATFORM=linux
export SYBASE=/opt/sybase
cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c
cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm
-L$SYBASE/lib
(anyone could write the corect Makefile
2009 Feb 10
1
need help with installRExcel()
Struggled a whole day, but still could not get DCOM working on my machine.
What I did is:
1. Installed R 2.8.1 under folder "../R/R-2.8.1"
2. Installed R_Scilab_DCOM3.0-1B5 under folder ".. \R\(D)COM Server"
3. Installed packages: rscproxy_1.0-12, RExcelInstaller_3.0-10,
rcom_2.0-4...
4. run the following commands:
library(rscproxy)
library(rcom)
2006 Feb 01
5
Sybase ctlib Adapter
Hi,
I''ve been trying to update Will Sobel''s sybase-ctlib adapter to pass
unit tests on Rails 1.0. It''s been a slow, sloggy process for me so
far, as I''ve been learning Ruby, Rails, and Sybase administration all
in one go. (c: It''s been a saving grace to have a good starting
point (thanks Will!).
http://dev.rubyonrails.org/ticket/2030
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.