Re: [CentOS] gcc 4.x on centOS 5
Vincent Knecht kirjoitti viestissään (lähetysaika keskiviikko, 13. kesäkuuta 2007 09:48): > > i did Google and also searched CentOS web-site and CentOS 5 Release > > Notes but i did not find what GCC CentOS 5 uses. i need GCC 4.x for my > > C++ based project work. what GCC version CentOS 5 uses as default ? gcc -v Using built-in specs. gcc version 4.1.1 20070105 (Red Hat 4.1.1-52) Jarmo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] why glibc-profile package get obsolete?
Hi, Any one know why the glibc-profile is obsoleted on centos 5 (glibc 2.5)? I've checked the glibc.spec file and find that the --disable-profile option is enabled in the configuration command. So how the original profiling functions are implemented on glibc 2.5? Is there a new way to do the same/similar thing? Thanks a lot. Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks -- RE: [CentOS] kickstart fails statically built custom kernel: anacondadoesn't honor static NIC/SATA driver in kernel?
Mogens, The Booting Sequence problem is described below: Two types of NICs are installed on one machine, BIOS/PXE boots from one type, but after that Linux/Kickstart kernel detect another type NIC as eth0 and trying to install from that unconnected NIC. A custom kernel is built to statically built-in the BIOS/PXE detected NIC's driver into kernel, hoping to fix the problem in a hard way but failed. Kickstart/anaconda always try to load a .ko driver for each detected NIC types, so when the driver is static built (into kernel), the Kickstart process hangs because it can not locate/load the related .ko module file. I have fixed the problem in a non-standard way, not very elegant but works. By the way, the suggested 'noprob,nonet' and 'device eth0 ::...' combination doesn't work at all for my case -- since the latter is defined in a ks.cfg but my ks.cfg needs to be downloaded from network. --Guolin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mogens Kjaer Sent: Saturday, June 09, 2007 5:49 AM To: CentOS mailing list Subject: Re: [CentOS] kickstart fails statically built custom kernel: anacondadoesn't honor static NIC/SATA driver in kernel? Guolin Cheng wrote: ... > The network card driver tg3 is statically built into custom kernel to > fix NIC driver loading sequence problem( I have mixed type NICs on > these boxes), so there is no tg3.ko in my rolled modules/modules.cgz > file. Could you explain "loading sequence problem"? Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: Thanks -- RE: [CentOS] kickstart fails statically built custom kernel: anacondadoesn't honor static NIC/SATA driver in kernel?
Guolin Cheng wrote: Mogens, The Booting Sequence problem is described below: Two types of NICs are installed on one machine, BIOS/PXE boots from one type, but after that Linux/Kickstart kernel detect another type NIC as eth0 and trying to install from that unconnected NIC. You don't need a custom kernel to fix this problem. If the interface from which you've PXE booted is named eth1, you can fix the installation by appending "ksdevice=eth1" to the append line in the pxelinux.cfg/default file. Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Centos 5
Tue, Jun 12, 2007 ve 08:41:36PM -0500, Dave Augustus napsal: > > Why isn???t there a server ISO for Centos 5.0 > > > > > > > > Craig > > > > > The ISO contains all the software needed for workstation or a server. > *You* determine what the end result of your installation of Centos is by > what software you install on the computer. > > Dave Maybe Craig thought the serverCD ISO, which i was using too... Why to download all packages, when for server are really needed only a few? Therefore i established own tftp server and all my servers are installed via PXE. By simple set-up i can install, update or rescue everything. Need to say, that it's possible thanks to university network ;) I can provide quite hole tftpserver with all .msg and .cfg files if somebody was interested. Tomas Ruprich MUAF Brno ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Centos 5
Hi, On Tue, 2007-06-12 at 18:05 -0600, Craig Van Ham wrote: > Why isn’t there a server ISO for Centos 5.0 It's planned to go into QA testing soon. -- Daniel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Problem with SquidGuard and DansGuardian
Hi All, I tried installing SquidGuard in a CentOS 4.5 server wit Squid as proxy from RPMForge but uninstalled it since I am having it fails to configure it correctly so I replace it using DansGuardian. But after configuring it and restarting the squid including start of dansguardian service, I observe that there was no effect on our client user. Our user are required have proxy settings on browser in order to browse. What did I miss please. Below are the portion from my dansguardian configuration: # you can limit it to only 1 IP. Yes only one. filterip = # the port that DansGuardian listens to. filterport = 8080 # the ip of the proxy (default is the loopback - i.e. this server) proxyip = 127.0.0.1 # the port DansGuardian connects to proxy on #proxyport = 3128 proxyport = When I change the filterport to 80, there was an error starting dansguardian saying that "Error binding server socket (is something else running on the filter port? [80])", changing it to 8080 have no problem but not able to filter anything. Can anyone please give me pointer on how to do it right? Thanks. junji aisalen.webpress.com Linux Registered User #253162 Send instant messages to your online friends http://uk.messenger.yahoo.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] CentOS-announce Digest, Vol 28, Issue 10
Send CentOS-announce mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2007:0469 Low CentOS 3 s390(x) gdb - security update (Pasi Pirhonen) 2. CESA-2007:0436 Important CentOS 3 s390(x) kernel - updated kernel packages (Pasi Pirhonen) 3. CESA-2007:0430 Low CentOS 3 s390(x) openldap -security update (Pasi Pirhonen) 4. CESA-2007:0431 Low CentOS 3 s390(x) shadow-utils - security update (Pasi Pirhonen) 5. CESA-2007:0403 Moderate CentOS 4 x86_64 freetype - security update (Johnny Hughes) 6. CESA-2007:0403 Moderate CentOS 4 i386 freetype - security update (Johnny Hughes) 7. CESA-2007:0385 Moderate CentOS 4 i386 fetchmail - security update (Johnny Hughes) 8. CESA-2007:0385 Moderate CentOS 4 x86_64 fetchmail - security update (Johnny Hughes) 9. CESA-2007:0430 Low CentOS 3 i386 openldap - security and bug-fix update (Tru Huynh) 10. CESA-2007:0430 Low CentOS 3 x86_64 openldap - security and bug-fix update (Tru Huynh) 11. CESA-2007:0431 Low CentOS 3 i386 shadow-utils - security and bug fix update (Tru Huynh) 12. CESA-2007:0431 Low CentOS 3 x86_64 shadow-utils - security and bug fix update (Tru Huynh) 13. CESA-2007:0436 Important CentOS 3 i386 kernel - updated kernel packages (Tru Huynh) 14. CESA-2007:0436 Important CentOS 3 x86_64 kernel - updated kernel packages (Tru Huynh) 15. CESA-2007:0465 Moderate CentOS 3 i386 pam - security and bug fix update (Tru Huynh) 16. CESA-2007:0465 Moderate CentOS 3 x86_64 pam - security and bug fix update (Tru Huynh) 17. CESA-2007:0469 Low CentOS 3 i386 gdb - security and bug fix update (Tru Huynh) 18. CESA-2007:0469 Low CentOS 3 x86_64 gdb - security and bug fix update (Tru Huynh) 19. CESA-2007:0473 Moderate CentOS 3 i386 gcc - security and bug fix update (Tru Huynh) 20. CESA-2007:0473 Moderate CentOS 3 x86_64 gcc - security and bug fix update (Tru Huynh) -- Message: 1 Date: Tue, 12 Jun 2007 21:21:01 +0300 From: Pasi Pirhonen <[EMAIL PROTECTED]> Subject: [CentOS-announce] CESA-2007:0469 Low CentOS 3 s390(x) gdb - security update To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory 2007:0469 https://rhn.redhat.com/errata/RHSA-2007-0469.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/gdb-6.3.0.0-1.138.el3.s390.rpm s390x: updates/s390x/RPMS/gdb-6.3.0.0-1.138.el3.s390x.rpm -- Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/ Top-postings silently ignored -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.centos.org/pipermail/centos-announce/attachments/20070612/156e53cf/attachment-0001.bin -- Message: 2 Date: Tue, 12 Jun 2007 21:26:19 +0300 From: Pasi Pirhonen <[EMAIL PROTECTED]> Subject: [CentOS-announce] CESA-2007:0436 Important CentOS 3 s390(x) kernel - updated kernel packages To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory 2007:0436 https://rhn.redhat.com/errata/RHSA-2007-0436.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/kernel-2.4.21-50.EL.s390.rpm updates/s390/RPMS/kernel-doc-2.4.21-50.EL.s390.rpm updates/s390/RPMS/kernel-source-2.4.21-50.EL.s390.rpm updates/s390/RPMS/kernel-unsupported-2.4.21-50.EL.s390.rpm s390x: updates/s390x/RPMS/gdb-6.3.0.0-1.138.el3.s390x.rpm updates/s390x/RPMS/kernel-2.4.21-50.EL.s390x.rpm updates/s390x/RPMS/kernel-doc-2.4.21-50.EL.s390x.rpm updates/s390x/RPMS/kernel-source-2.4.21-50.EL.s390x.rpm updates/s390x/RPMS/kernel-unsupported-2.4.21-50.EL.s390x.rpm -- Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/ Top-postings silently ignored -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.centos.org/pipermail/centos-announce/attachments/20070612/6810f9a6/attachment-0001.bin -- Message: 3 Date: Tue, 12 Jun 2007 21:38:13 +0300 From: Pasi Pirhonen <[EMAIL PROTECTED]> S
Re: [CentOS] ContOS5 and Samba-Vscan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jun 07, 2007 at 01:13:30AM +0200, Ralph Angenendt wrote: > Miguel Medalha wrote: > > After about 5 seconds I had about 35500 occurrences of "samba-vscan" on > > Google... > > > > Nevertheless, here you go: > > ftp://ftp.suse.com/pub/projects/samba/3.0/10.2/i386/ > > Yes. Installing Suse packages on CentOS probably will work. Exchanging > the complete samba to get samba-vscan also isn't a good idea. Well, I have been using samba-vscan on CentOS4 and 5, and I always build from source, just in case. Been working ok here. - -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFGb/VppdyWzQ5b5ckRAj6nAJ9if4xDzmdqzQkSc3IqGeHvzJUh3gCfeayA UBCBXpfFNzg2vdfdU4zEc2U= =ZnBy -END PGP SIGNATURE- ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Two Issues - Postfix and Gamin
Greetings, I have done a bit of searching and I have found that the 4.5 version of Postfix is the following rpm: postfix-2.2.10-1.1.el4.i386.rpm. I had previously had the CentOSPlus version with mysql compiled in and just recently upgraded to 4.5 from 4.4, upon doing this.. the above RPM was installed, which is greater than the postfix with mysql from CentOSPlus, which is the following rpm: postfix-2.2.10-1.RHEL4.2.mysql_pgsql.c4.i386.rpm (note the 2.2.10-1 version without the extra .1 from above.) I tried to manually install the postfix with mysql but of course the versioning is greater on 4.5 rpm, is there a plan to fix this or should I try to roll my own RPM with mysql included? This happened to restart during a 5am auto yum update, causing my server to bounce this morning until I found it, ooops my bad! The second issue is also with 4.5 but with Gamin. I have about 20 Linux CentOS workstations that have been running nicely for several months (almost years) and after the 4.5 upgrade I have noticed that the gam_server process with Gamin keeps sucking up all the CPU cycles after a short time of running. (Sometimes tied to screen saver use but not always). I haven't changed anything in my environment that I can see would cause this problem after the 4.5 upgrade. (Same file server for NFS mounts, same autofs entries etc). Has anyone else noticed this issue and found a work around, I did some digging but most entries on this issue are from the 2005 range which didn't fix my issue and/or were for an older version. The /etc/gamin/gaminrc didn't fix it through various mutations of entries and short of removing the gam_server from libexec, I would like to find a solution or know if anyone else has experienced this issue. Thanks Brent PS. Great work guys on the OS, I have lurked on the Mailing lists for a number of years and you are doing outstanding work and support. Great JOB! -- Brent DiNicola/Whitewolf The Whitewolf of Imrryr http://www.elric.net Disclaimer: Any opinions expressed here are from my dog. Any liabilities fall to the dog. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Two Issues - Postfix and Gamin
On Jun 13, 2007, at 10:46 AM, Brent DiNicola wrote: The second issue is also with 4.5 but with Gamin. I have about 20 Linux CentOS workstations that have been running nicely for several months (almost years) and after the 4.5 upgrade I have noticed that the gam_server process with Gamin keeps sucking up all the CPU cycles after a short time of running. (Sometimes tied to screen saver use but not always). I haven't changed anything in my environment that I can see would cause this problem after the 4.5 upgrade. (Same file server for NFS mounts, same autofs entries etc). Has anyone else noticed this issue and found a work around, I did some digging but most entries on this issue are from the 2005 range which didn't fix my issue and/or were for an older version. The /etc/gamin/gaminrc didn't fix it through various mutations of entries and short of removing the gam_server from libexec, I would like to find a solution or know if anyone else has experienced this issue. This is an active bug being tracked upstream: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240154 Some workarounds are suggested there, but a fix has apparently not yet been found. -steve -- If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Two Issues - Postfix and Gamin
On Wed, June 13, 2007 10:01 am, Steve Huff wrote: > > On Jun 13, 2007, at 10:46 AM, Brent DiNicola wrote: > >> The second issue is also with 4.5 but with Gamin. I have about 20 >> Linux >> CentOS workstations that have been running nicely for several months >> (almost years) and after the 4.5 upgrade I have noticed that the >> gam_server process with Gamin keeps sucking up all the CPU cycles >> after a >> short time of running. (Sometimes tied to screen saver use but not >> always). I haven't changed anything in my environment that I can >> see would >> cause this problem after the 4.5 upgrade. (Same file server for NFS >> mounts, same autofs entries etc). Has anyone else noticed this >> issue and >> found a work around, I did some digging but most entries on this >> issue are >> from the 2005 range which didn't fix my issue and/or were for an older >> version. The /etc/gamin/gaminrc didn't fix it through various >> mutations of >> entries and short of removing the gam_server from libexec, I would >> like to >> find a solution or know if anyone else has experienced this issue. > > This is an active bug being tracked upstream: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240154 > > Some workarounds are suggested there, but a fix has apparently not > yet been found. > > -steve > > -- > If this were played upon a stage now, I could condemn it as an > improbable fiction. - Fabian, Twelfth Night, III,v > > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > oops.. I have never had to much luck finding upstream Bugzilla's for some reason. Thanks much, I will watch this one. Brent -- Brent DiNicola/Whitewolf The Whitewolf of Imrryr http://www.elric.net Disclaimer: Any opinions expressed here are from my dog. Any liabilities fall to the dog. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] conga, ricci and luci updates missing?
On Tue, 2007-06-12 at 17:57 +0100, Karanbir Singh wrote: > Actually there is something like this running already, the 'issue' was > me > blocking the cluster stuff on a few bug reports in > release version > stuff. > Clearing it all out today. > > Apologies for the delay. > Does this mean that the updates will be available soon? Not complaining here- Just asking. (BTW- my coworkers are impressed with the level of response on this mailing list- Hats off to all!) Dave ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] About brother MFC-3340CN
Hello, Anyone know how to use this printer MFC-3340CN as remote lan printer (as windows). -- -- Publicidad http://www.pas-world.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] anyone using a webcam on centos 4 /5
Hi all, Was wondering if anyone was using a webcam on centos 4 or 5? I was thinking about getting one but wanted to make sure it will work. Any recommendations? Thanks, Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] network raid file system/server
hi, we've a few 10-20 server in a lan each has 4-8 hdd. we'd like to create one big file server on these server hard disks and we'd like to create it in a redundant way ie: - if one (or more) of the hdd or server fails the whole filesystem still usable and consistent. - any server in this farm can see the same storage/filesystem. it's someting a big network raid5-6... storage where we have about 40http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] anyone using a webcam on centos 4 /5
On Wed, 2007-06-13 at 12:29 -0400, Jerry Geis wrote: > Any recommendations? I use a Logitech 4000 on Centos 4. Works Great! Dave ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Crazy - Re: [CentOS] Centos 5, X dies, I cry
It seems to be a timing problem. And I do not know what else. Perhaps I need to do more tresting, but each test takes around 10 min. I have to boot, see it fail to go into X, try something reboot I have noticed that if I run pm-suspend and power back up, watch the system hang, pull the AC and the battery, and power up, I get into X. Strange? But in the last few rounds, while services were loading, I did not do an to see details and X did not crash. Seems to be a timing issue... ??? Now my display is set for the one I have in my NOC, not the one here in my office. I tried to change it and although I am told the update to xorg.conf was made, no changes were made. I guess next time I will log in as root instead of chancing su... ARGH! Robert Moskowitz wrote: I just installed Centos 5 for my notebook (HP compaq nc4010) on a separate drive (than this one that has Centos 4.5). When I first booted after all the setup, X did not start. hmm. Rebooted, and X came up fine. I did a bunch of customizing and upgraded the kernel Rebooted, X did not start. Rebooted X started fine. I checked some things out then tried the Suspend feature. Not supprisingly, the system would not come back properly out of suspend. So I pulled the battery and rebooted. Now no X. I looked at the Xorg.0.log and did see one error (but did not write it down, grrr). I have tried to mount that drive via a USB connector, but automount is not handling it, and I don't know how to start working out mounting it manually. SO What happened? Oh, not nVidea (or whatever those threads on a video problem is). My video card is the: "ATI Technologies Inc PCI Bridge [IGP 340M]" Is something still wrong becuase of the attempt to try Suspend? Where do I look and what do I change? Possiblely I messed up in customizing? But I did run system-config-display and set things as they are here in Centos 4.5, and rebooted. No change please help! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] anyone using a webcam on centos 4 /5
On 6/13/07, Dave Augustus <[EMAIL PROTECTED]> wrote: I use a Logitech 4000 on Centos 4. ditto here. Works quite well on centos 5 also. The only issue I've ever had was that this camera didn't like going through my usb hub. Other than that it runs flawlessly. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] About brother MFC-3340CN
On Wednesday 13 June 2007 11:34, devel wrote: > Hello, > Anyone know how to use this printer MFC-3340CN as remote lan printer (as > windows). I have a couple of MFC-5440CN units on my lan. I used the drivers from the brother website http://solutions.brother.com/linux/en_us/index.html to access the printers from Fedora Core 4 and Centos 5. The Windows boxes on the lan also access these printers. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] network raid file system/server
I have never done this but this is where I would start 1 - raid - hardware/software scsi/ide - depending on your money/needs (personally I like software w/ sata drives) 2 - 2 servers 3 - network raid 1 or rsync 4 - heartbeat to switch the servers when one goes down. http://lcic.org/ha.html On 6/13/07, Farkas Levente <[EMAIL PROTECTED]> wrote: hi, we've a few 10-20 server in a lan each has 4-8 hdd. we'd like to create one big file server on these server hard disks and we'd like to create it in a redundant way ie: - if one (or more) of the hdd or server fails the whole filesystem still usable and consistent. - any server in this farm can see the same storage/filesystem. it's someting a big network raid5-6... storage where we have about 40http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] network raid file system/server
- "Farkas Levente" <[EMAIL PROTECTED]> escreveu: > we've a few 10-20 server in a lan each has 4-8 hdd. we'd like to > create one big file server on these server hard disks and we'd like to > create it in a redundant way ie: > - if one (or more) of the hdd or server fails the whole filesystem > still usable and consistent. > - any server in this farm can see the same storage/filesystem. > it's someting a big network raid5-6... storage where we have about > 40 over it which hide all internal network raid functionality. > is there any such solution? i can't find any way to do this on our > linux servers. Hi Farkas, I think a start is to look on PVFS2 (www.pvfs.org). Or maybe using nbd and softwareraid ??? Antonio. -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - Support Analist | "Only The Shadow Knows | | Universidade Estadual de Maringá - Brasil| what evil lurks in the | | NPD - Núcleo de Processamento de Dados | Heart of Men!" | | E-Mail: [EMAIL PROTECTED] / [EMAIL PROTECTED] | !!! Linux User: 52392 !!! | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -- Esta mensagem foi verificada pelo sistema de antiv�rus e acredita-se estar livre de perigo. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] freq scaling on centos 5
In the old centos 4 we had cpuspeed and we could send a SIGUSR1 to it so the CPU would run at max speed. In centos 5 cpuspeed is not running. (although running with cpuspeed -C will go full speed) what is the correct way now in centos 5 to on the fly say run at full speed then sometime later tell it to drop back down? I have no process to signal any more. Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] About brother MFC-3340CN
You configure it as jetdirect on port 9001 ? >I have a couple of MFC-5440CN units on my lan. I used the drivers from the > brother website http://solutions.brother.com/linux/en_us/index.html to access > the printers from Fedora Core 4 and Centos 5. The Windows boxes on the lan > also access these printers. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: Crazy - Re: [CentOS] Centos 5, X dies, I cry
On 6/13/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: It seems to be a timing problem. And I do not know what else. This sounds similar to something I encountered after first installing CentOS5.0 on my pavilion laptop. See thread "CentOS 5: GDM starts, but console doesn't switch VTs" (which isn't really a thread, as no one replied to me either). It rarely happens now that I've installed all the updates, but does still happen occasionally. Have you tried pressing Alt-F7 after you get the text console prompt? I'm also a tad puzzled by why you keep resorting to pulling out the battery. Holding the power button down for 6-10 seconds doesn't get you powered off so that on the next power-on it does a full restart? I've never had to remove a laptop battery except when it needed replacing because it wouldn't hold a charge. In your earlier post you said: > I have tried to mount that drive via a USB connector, but automount is > not handling it, and I don't know how to start working out mounting it > manually. Does that mean that some part of your CentOS install is on an external USB drive? In my not-very-extensive experience with running CentOS on laptops, suspend and especially hibernate does not work unless all the essential components (/etc, /boot, and so on) are on the internal hard drive. Perhaps that's just a RedHat shortcoming, or perhaps someone else can explain workarounds. (May need a new thread to get anyone's attention.) ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] key bindings
I am trying to bind keys on centos 5. I want to run my own APP when I hit keypad 4 and a different APP when I hit keypad 5. I was looking at xmodmap but I dont see how to execute my own command? I was looking in the gnome keyboard shortcuts but I dont see how to enter a command it only lets you change the accelerator for a given action. Not create a new action. How can I setup keypad 4 and 5 to run app1 and app2 respectively? THanks, Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: Crazy - Re: [CentOS] Centos 5, X dies, I cry
Bart Schaefer wrote: On 6/13/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: It seems to be a timing problem. And I do not know what else. This sounds similar to something I encountered after first installing CentOS5.0 on my pavilion laptop. See thread "CentOS 5: GDM starts, but console doesn't switch VTs" (which isn't really a thread, as no one replied to me either). It rarely happens now that I've installed all the updates, but does still happen occasionally. I will look for it. I am all current on updates other than for BIND and OpenOffice (that I want to grab 2.1 from their site, not the 2.0 update from the repo). Have you tried pressing Alt-F7 after you get the text console prompt? Didn't do anything. When I run top, I don't see X. I am pretty sure it crashed and burned. I'm also a tad puzzled by why you keep resorting to pulling out the battery. Holding the power button down for 6-10 seconds doesn't get you powered off so that on the next power-on it does a full restart? I've never had to remove a laptop battery except when it needed replacing because it wouldn't hold a charge. Not on my HP Compaq NC4010. No matter what I do with the settings, If I get wedged, the power button is just a pretty decoration. In your earlier post you said: > I have tried to mount that drive via a USB connector, but automount is > not handling it, and I don't know how to start working out mounting it > manually. Does that mean that some part of your CentOS install is on an external USB drive? In my not-very-extensive experience with running CentOS on laptops, suspend and especially hibernate does not work unless all the essential components (/etc, /boot, and so on) are on the internal hard drive. Perhaps that's just a RedHat shortcoming, or perhaps someone else can explain workarounds. (May need a new thread to get anyone's attention.) No. I did the Centos 5 on a new drive. This way I could make sure everything worked before messing with my production environment. I was careful to name all the LVM units something different from my 4.5 drive, but when I put the drive in the USB interface thing, other that the drive spinning up, I could not see anything to indicate a USB drive available. And I have done the kernel change to support multiple drives in a USB device. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] where is xbindkeys
I did a "yum provides xbindkeys" and it does not find the package? Where can I find xbindkeys? Thanks Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Dual boot in CentOS 4.4
Thanks Akemi, I checked the /boot/grub/grub.conf file and it did have those lines. Then I realised that I had to press a key to get into the sub-menu giving the boot options! So all is well - thanks. Andy On Tue, 2007-06-12 at 14:30 -0700, Akemi Yagi wrote: > On 6/12/07, Andrew Allen <[EMAIL PROTECTED]> wrote: > > I've recently upgraded from RedHat 9 to CentOS 4.4. With RH9 I had a > > dual boot system with Windows XP (RH9 as the default of course!), which > > was automatically set up when I installed RH9 in the remaining partition > > after I'd installed XP. However, I appear to have lost my dual boot with > > CentOS 4.4 (no option to boot into DOS now), even though I still have > > the Windows XP partition, so how can I (re-) set up the dual boot? > > > > Thanks, > > Andy > > Check your /boot/grub/grub.conf file. Does it have lines like these? > > title winXP > rootnoverify (hd0,1) > chainloader +1 > > (This is just an example, yours may be different) > > Akemi > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] where is xbindkeys- solved
I did a "yum provides xbindkeys" and it does not find the package? Where can I find xbindkeys? Thanks Jerry I found it... I was expecting it to be in that big yum repository in the sky but it wasnt. binding keys works like a champ with this. Jerry ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: Thanks -- RE: [CentOS] kickstart fails statically built custom kernel: anacondadoesn't honor static NIC/SATA driver in kernel?
--- Mogens Kjaer <[EMAIL PROTECTED]> wrote: > Guolin Cheng wrote: > > Mogens, > > > > The Booting Sequence problem is described below: > > > > Two types of NICs are installed on one machine, > BIOS/PXE boots from one > > type, but after that Linux/Kickstart kernel detect > another type NIC as > > eth0 and trying to install from that unconnected > NIC. > > You don't need a custom kernel to fix this problem. > > If the interface from which you've PXE booted is > named eth1, you can > fix the installation by appending "ksdevice=eth1" to > the append line > in the pxelinux.cfg/default file. > This doesn't work, I think. the 'ksdevice=eth1' or 'ksdevide=link' ways don't work well, because the kickstart process will write MAC addresses to ifcfg-eth* files, and that will just leave headaches to local disk boot. Another problem with this method is: you have to predict which eth? the pxe-booted NIC will be detected as. If there are more than several types of mixed NIC boxes, then this method becomes too cubersome and not applicable. > Mogens > > -- > Mogens Kjaer, Carlsberg A/S, Computer Department > Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark > Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 > Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How to setup both Transpaent Proxy and firewall on the same Machine.
On Tue June 12 2007 03:50, Indunil Jayasooriya wrote: > And, Then, I did below command. > > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT > --to-port 3128 Which side is eth0 pointing to? LAN or Internet? If it's the Internet side then you need to change the above to the LAN side. You don't give enough information about you setup to give you a totally correct answer. -- Regards Robert Smile... it increases your face value! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Ndiswrapper for Realtek 8180L on CentOS 5.0
Hello, I had installed CentOS 5.0 on my desktop PC having a Realtek 8180L based PCI wireless card. Since the drivers for this chip are not available in the kernel, I created RPMs for ndiswrapper-1.43 from the source code and installed them. I could configure the wireless card and use it but invariably the system freezes after sometime. No such thing happens if the wireless card is disabled. In the past, I have been using ndiswrapper on the same system on CentOS 4.3 and 4.4 and multiple Fedora distributions without any problem. I have also updated to the latest kernel and recreated the ndiswrapper modules but the problem persists. What could be the possible reason ? Thanks, Manish ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] How to setup both Transpaent Proxy and firewall on the same Machine.
Thanks, By now I have solved it. > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT > --to-port 3128 Which side is eth0 pointing to? LAN or Internet? If it's the Internet side then you need to change the above to the LAN side. U R RIGHT. eth0 is connected to INTERNET. I changed it to eth2. -- Thank you Indunil Jayasooriya ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] dell 2950 servers and centos 4 or 5
Greetings Part of this may be OT Anyone running CentOS 4 or 5 with the newer Dell 2950 servers? Mainly thinking in terms of basic Internet facing applications Anything special to report good or challenging? Any hardware or drivers issues? Anything not to order as an option or not do? Should one stick to dual core or go to quad core? Does it really matter? What is the best way to order raid1 and raid5 storage on these units with and without hot plug Will either way keep the deployment of CentOS easy and happy. I am used to ordering and deploying hp proliant intel rackmount servers using 3.5 hotplug scsi Im not that familiar with the terms on the dell website for SAS (cant tell if hotplug) although I know what SATA is and I am not familiar with Serial-Attach SCSI hotplug. Thank in advance for your advise or experiences. - rh ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] dell 2950 servers and centos 4 or 5
On Thu, June 14, 2007 12:27 am, Robert - eLists wrote: > Greetings > > Part of this may be OT > > Anyone running CentOS 4 or 5 with the newer Dell 2950 servers? > > Mainly thinking in terms of basic Internet facing applications > > Anything special to report good or challenging? > > Any hardware or drivers issues? > > Anything not to order as an option or not do? > > Should one stick to dual core or go to quad core? Does it really matter? > > What is the best way to order raid1 and raid5 storage on these units with > and without hot plug > > Will either way keep the deployment of CentOS easy and happy. > > I am used to ordering and deploying hp proliant intel rackmount servers > using 3.5 hotplug scsi > > Im not that familiar with the terms on the dell website for SAS (cant tell > if hotplug) although I know what SATA is and I am not familiar with > Serial-Attach SCSI hotplug. > > Thank in advance for your advise or experiences. > > - rh The company I work for (major provider of IT services around the world) uses 2950's as one of the standard hardware options for RHEL 4. CentOS 4 should work just fine on it. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: Thanks -- RE: [CentOS] kickstart fails statically built custom kernel: anacondadoesn't honor static NIC/SATA driver in kernel?
Robinson Tiemuqinke wrote: ... This doesn't work, I think. the 'ksdevice=eth1' or 'ksdevide=link' ways don't work well, because the kickstart process will write MAC addresses to ifcfg-eth* files, and that will just leave headaches to local disk boot. I don't understand this. Another problem with this method is: you have to predict which eth? the pxe-booted NIC will be detected as. If there are more than several types of mixed NIC boxes, then this method becomes too cubersome and not applicable. Cumbersome, maybe, but making a custom kernel for each different installation would be worse. Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Recommendation/pointers please - Need to brush up on CentOS/Linux command line tools
On Mon, 2007-06-11 at 17:12 -0500, Dale wrote: > Hi Jordi, > > Jordi Espasa Clofent wrote: > > It seems a joke, but it isn't: > > > > man man(1) > > Valid response, and I don't take it as a joke :) > > Part of what I am looking for is to learn what commands I should > concentrate on :) Once I have those down, using man will be a great > resource. Well I rather like the "Linux Administration Handbook" because I use mostly RH/CentOS/Fedora, but need to deal with SuSE & Debian from time to time and frankly never can some of the specific isms (run levels, locations of some config files, etc) for the other distros and the book covers them all fairly well. http://www.admin.com/Pages/LAH.html Paul Berger ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos