Re: [CentOS] how can I get the kernel source codes of CentOS5.2

2008-08-26 Thread Jim Perrin
On Tue, Aug 26, 2008 at 8:44 AM, Romeo Ninov <[EMAIL PROTECTED]> wrote: > What about kernel-headers Rather than guessing, why not look at the output from the rpm command he ran, which gives the name of the package he's missing? Filipe nailed this one a little earlier in the thread with unifdef.x86

Re: [CentOS] how can I get the kernel source codes of CentOS5.2

2008-08-26 Thread Romeo Ninov
What about kernel-headers Ian jonhson wrote / napísal(a): On Tue, Aug 26, 2008 at 8:18 PM, Romeo Ninov <[EMAIL PROTECTED]> wrote: Do you have installed kernel-devel package? Sure. but the problem is still there. Any help? ___ CentOS mail

Re: [CentOS] how can I get the kernel source codes of CentOS5.2

2008-08-26 Thread Ian jonhson
On Tue, Aug 26, 2008 at 8:18 PM, Romeo Ninov <[EMAIL PROTECTED]> wrote: > Do you have installed kernel-devel package? > Sure. but the problem is still there. Any help? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/c

Re: [CentOS] apache

2008-08-26 Thread Jim Perrin
On Tue, Aug 26, 2008 at 6:01 AM, Mad Unix <[EMAIL PROTECTED]> wrote: > i did the following, created a startup script > [EMAIL PROTECTED] script]$ cat start_apache.sh > #!/bin/bash > ORACLE_BASE=/u01/oracle > ORACLE_HOME=/u01/oracle/10g > ORACLE_SID=king > LD_LIBRARY_PATH=$ORACLE_HOME/lib > LD_LIBRA

Re: [CentOS] how can I get the kernel source codes of CentOS5.2

2008-08-26 Thread Filipe Brandenburger
On Tue, Aug 26, 2008 at 08:14, Ian jonhson <[EMAIL PROTECTED]> wrote: > error: Failed build dependencies: >unifdef is needed by kernel-2.6.18-92.1.10.el5.x86_64 Yum is your friend. $ yum whatprovides unifdef ... unifdef.x86_64 : Unifdef tool for removing ifdef'd lines

Re: [CentOS] screen not sourcing .bashrc

2008-08-26 Thread Filipe Brandenburger
On Tue, Aug 26, 2008 at 02:14, Matt Arnilo S. Baluyos (Mailing Lists) <[EMAIL PROTECTED]> wrote: > I use the "screen" command from time to time and what i would still > have to figure out how to do is for it to be able to source .bashrc > and read my user-defined configuration (aliases for example)

Re: [CentOS] how can I get the kernel source codes of CentOS5.2

2008-08-26 Thread Romeo Ninov
Do you have installed kernel-devel package? Ian jonhson wrote / napísal(a): I have downloaded the src.rpm according the wiki instructions. however, when I executed $ rpm -i kernel-2.6.18-92.1.10.el5.src.rpm I got a lot of warnings and after the following command: $ rpmbuild -bp --target=`una

Re: [CentOS] how can I get the kernel source codes of CentOS5.2

2008-08-26 Thread Ian jonhson
I have downloaded the src.rpm according the wiki instructions. however, when I executed $ rpm -i kernel-2.6.18-92.1.10.el5.src.rpm I got a lot of warnings and after the following command: $ rpmbuild -bp --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log No files are created

Re: [CentOS] OT - Offline uncorrectable sectors

2008-08-26 Thread William L. Maltby
On Tue, 2008-08-26 at 10:38 +0200, Lorenzo Quatrini wrote: > > Also I finally noticed that badblocs has a non-distructive read-write mode > (the > man page is outdated and doesn't mention that) which can be used routinely > (say > once at month) to force a check of the whole disk. >From "man

Re: [CentOS] (Global/Any) setting for "show hidden files?" - SOLVED

2008-08-26 Thread Karanbir Singh
MHR wrote: On Mon, Aug 25, 2008 at 11:33 AM, MHR <[EMAIL PROTECTED]> wrote: Is there a setting somewhere in the "global" arena of CentOS that controls whether or not "hidden" (.prefixed) files are displayed in file lists? Never mind - apparently if you right-click in the file list and select

Re: [CentOS] apache

2008-08-26 Thread Mad Unix
i did the following, created a startup script [EMAIL PROTECTED] script]$ cat start_apache.sh #!/bin/bash ORACLE_BASE=/u01/oracle ORACLE_HOME=/u01/oracle/10g ORACLE_SID=king LD_LIBRARY_PATH=$ORACLE_HOME/lib LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32 PATH=$PATH:$ORACLE_HOME/bin NLS_LANG=AMERICAN_AMERICA.A

Re: [CentOS] Help me

2008-08-26 Thread Ian Forde
On Tue, 2008-08-26 at 13:39 +0530, Sadaruwan Samaraweera wrote: > Hi, > I think you need to get the proper device drivers not the generic > ones that comes with the CentOS. Try updating your drivers or > sometimes when you install a vendor driver or any other driver after a > kernel update or a fu

RE: [CentOS] RH's servers breached

2008-08-26 Thread Ian Forde
On Tue, 2008-08-26 at 13:54 +1200, Tony Wicks wrote: > >> > > >> >So there are new packages anyway in spite of the other bits. > >> > >> Hi all, have I missed something or is there a CentOS update for 5x but > none > >> for 4x ? I've made sure my mirror is synced and looked around at a few > >> ot

Re: [CentOS] apache

2008-08-26 Thread Ian Forde
On Tue, 2008-08-26 at 10:42 +0200, Ralph Angenendt wrote: > Mad Unix wrote: > > Am running Oracle10g on the server, I do OCI connection from php/apache to > > my DB 10g > > so how would you insert the values to apache... > > To quote John (reading helps!): > > | you would put those variable assig

Re: [CentOS] Re: YumRepo Warning: not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet

2008-08-26 Thread Rudi Ahlers
On Tue, Aug 26, 2008 at 10:30 AM, Ralph Angenendt <[EMAIL PROTECTED]<[EMAIL PROTECTED]> > wrote: > Rudi Ahlers wrote: > > > #mirrorlist= > > > > http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os > > Is that one line or are those two lines? > > Ralph > > _

Re: [CentOS] apache

2008-08-26 Thread Ralph Angenendt
Mad Unix wrote: > Am running Oracle10g on the server, I do OCI connection from php/apache to > my DB 10g > so how would you insert the values to apache... To quote John (reading helps!): | you would put those variable assignments in the front of /etc/init.d/httpd Though I still don't understand

Re: [CentOS] virt-install error: "virDomainLookupByName() failed got unknown HTTP error code 400"

2008-08-26 Thread Graeme West
Sorry to bump my own thread, but does anyone have any ideas about this? I've now tried virtually every combination of options in virt-manager and virt-install, and nothing seems to avoid this error (or let me get beyond the networking screen in virt-manager). Has anyone encountered anything li

Re: [CentOS] OT - Offline uncorrectable sectors

2008-08-26 Thread Lorenzo Quatrini
Nifty Cluster Mitch ha scritto: > > Bottom line... use vendor tools > Vendors like error reports from their tools for RMA processing and warranty... > > BTW: smartd is a good thing. For me any disk that smartd had made noise > about has failed... often with weeks or months of warning... >

Re: [CentOS] apache

2008-08-26 Thread Mad Unix
Am running Oracle10g on the server, I do OCI connection from php/apache to my DB 10g so how would you insert the values to apache... On Tue, Aug 26, 2008 at 9:18 AM, John R Pierce <[EMAIL PROTECTED]> wrote: > Mad Unix wrote: > >> How can I pass the following Oracle 10g variables to my apache? >>

Re: [CentOS] Re: YumRepo Warning: not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet

2008-08-26 Thread Ralph Angenendt
Rudi Ahlers wrote: > > #mirrorlist= > > http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os Is that one line or are those two lines? Ralph pgppJW49Ifld5.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] Help me

2008-08-26 Thread Sadaruwan Samaraweera
Hi Again, It's not your ISPConfig software that giving trouble it's your hardware drivers or your network card it self check them both. Regards, Sadaruwan On Tue, Aug 26, 2008 at 1:37 PM, John R Pierce <[EMAIL PROTECTED]> wrote: > T. Batbaatar wrote: > >> Hi all >> >> I use the CentOS4.4

Re: [CentOS] Help me

2008-08-26 Thread Sadaruwan Samaraweera
Hi, I think you need to get the proper device drivers not the generic ones that comes with the CentOS. Try updating your drivers or sometimes when you install a vendor driver or any other driver after a kernel update or a full system update you've to reinstall the drivers, It can recompile tt self

Re: [CentOS] Help me

2008-08-26 Thread John R Pierce
T. Batbaatar wrote: Hi all I use the CentOS4.4 with *ISPConfig**Version:* 2.2.24 ISPConfig is not a CentOS 4 package as far as I know, so I dunno what significance this has in regards to the rest of your questions. Sometimes my server network card deactivated. How to fix this problem.

[CentOS] Help me

2008-08-26 Thread T. Batbaatar
Hi all I use the CentOS4.4 with ISPConfigVersion: 2.2.24 Sometimes my server network card deactivated. How to fix this problem. My BIND 9.2.4 how to update. Batbaatar Tuya Phone: 976 99076364 [EMAIL PROTECTED] www.BI

Re: [CentOS] apache

2008-08-26 Thread John R Pierce
Mad Unix wrote: How can I pass the following Oracle 10g variables to my apache? ORACLE_BASE=/u01/oracle ORACLE_HOME=/u01/oracle/10g ORACLE_SID=king LD_LIBRARY_PATH=$ORACLE_HOME/lib LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32 PATH=$PATH:$ORACLE_HOME/bin NLS_LANG=AMERICAN_AMERICA.AR8MSWIN1256; export NL

[CentOS] Re: Re: Problems with perl upgrading CentOS 5.1 to 5.2 [SOLVED?]

2008-08-26 Thread ArcosCom Linux User
Taking a view into perl packages (classes) needed by spamassassin (qmail-toaster package), I saw that there are a script that install the classes using CPAN. I discovered that CPAN installed packages goes into a diferent directory that distro ones. The workaround (solution) I found is rename this

<    1   2