[CentOS] Re: OT: C++ Newbie "Hello World" problem SOLVED

2008-10-08 Thread tech
> Lanny Marcus wrote: I began with Assembly Language, Machine Language and Fortran. This sounds like me (except for the Fortran bit). I even think that COBOL is new fangled stuff. This "senior citizen" doesn't mind being called a newbie. I have made some progress but am still frustrated. I

Re: [CentOS] find

2008-10-08 Thread Ralph Angenendt
Jeremiah Heller wrote: > On 6 Oct 2008, at 09:33, MHR wrote: > >> On Mon, Oct 6, 2008 at 9:26 AM, Ralph Angenendt <[EMAIL PROTECTED] >>> | [EMAIL PROTECTED] httpd]$grep -ri virtu conf* | grep -v "#" >>> | conf.d/ssl.conf: >>> | conf.d/ssl.conf: >> >> Doh! Of course - -r implies multiple files, so

Re: [CentOS] ssh error in /var/log/secure

2008-10-08 Thread Kai Schaetzl
Scott Silva wrote on Tue, 07 Oct 2008 15:40:11 -0700: > (or bind the ListenAddress to a specific IP) That's the only way it works. Default is: #ListenAddress 0.0.0.0 #ListenAddress :: (e.g. both options are set by default) so decommenting ListenAddress 0.0.0.0 won't make a difference. Kai --

[CentOS] Installing rsh-server weirdness

2008-10-08 Thread Sorin Srbu
Hi all, Currently working with migrating from RHEL3 to CentOS 5.2 x86 on test computer. When I tried to run "yum install rsh*" in order to install the rsh-server package, yum jumped out to the CLI stating there was "no key for this package" or something o that effect. I then used the Add/remov

[CentOS] Weird problem in PHP 5.1.6/possible bug

2008-10-08 Thread Kai Schaetzl
I hit a weird problem with the default PHP 5.1.6 on CentoS 5.2. It seems the default 5.1.6 PHP on CentOS has a bug in the functions escapeshellargs/escapeshellcmd: it "gulps" any special (non-ASCII) characters, so that they are missing from the output. I have been assured that this does not hap

[CentOS] CentOS-announce Digest, Vol 44, Issue 6

2008-10-08 Thread centos-announce-request
: http://lists.centos.org/pipermail/centos-announce/attachments/20081008/b046aa6a/signature-0001.bin -- Message: 2 Date: Wed, 08 Oct 2008 06:01:36 -0500 From: Johnny Hughes <[EMAIL PROTECTED]> Subject: [CentOS-announce] CEBA-2008:0925 CentOS 4 i386 openmpi

RE: [CentOS] Installing rsh-server weirdness

2008-10-08 Thread Sorin Srbu
Kai Schaetzl <> scribbled on Wednesday, October 08, 2008 1:36 PM: > First: please do not hijack threads. If you want to send a new question > then hit "new message" and not "reply"! Sorry, didn't realise. Won't happen again. > Second: This can occur if you use a non-default repo and yum wants t

RE: [CentOS] Re: OT: C++ Newbie "Hello World" problem SOLVED

2008-10-08 Thread John
JohnStanley Writes: >>It does everything but actually write the cookie. That sound like an (exec) problem there to me. I don't really know your skill with linux but you may need to define the (exec) option for the apache configfile "httpd.conf". It all could be leading from file permission proble

Re: [CentOS] Re: Question on Wireless Setup

2008-10-08 Thread kapil singh
On Tue, Oct 7, 2008 at 10:02 PM, Akemi Yagi <[EMAIL PROTECTED]> wrote: > On Tue, Oct 7, 2008 at 8:41 AM, kapil singh <[EMAIL PROTECTED]> > wrote: > > Hello Akemi, > > > > me and Ashish are friend. > > so i am sending that info whatever you are asking for. > > > [EMAIL PROTECTED] ~]# lspci | egre

Re: [CentOS] Installing rsh-server weirdness

2008-10-08 Thread Kai Schaetzl
Sorin Srbu wrote on Wed, 8 Oct 2008 12:22:15 +0200: > Currently working with migrating from RHEL3 to CentOS 5.2 x86 on test > computer. > When I tried to run "yum install rsh*" in order to install the rsh-server > package, yum jumped out to the CLI stating there was "no key for this > package"

Re: [CentOS] Installing rsh-server weirdness

2008-10-08 Thread Toby Bluhm
Sorin Srbu wrote: Hi all, Currently working with migrating from RHEL3 to CentOS 5.2 x86 on test computer. When I tried to run "yum install rsh*" in order to install the rsh-server Try yum install rsh\* or yum install "rsh*" This allows "*" to be passed on to yum unmolested by the she

Re: [CentOS] Samba 3.0.28/3.0.32

2008-10-08 Thread Akemi Yagi
On Wed, Oct 8, 2008 at 3:32 AM, Spike Turner <[EMAIL PROTECTED]> wrote: > I've looked at the CentOS docs-list as well as the Wiki as I was interested > in Samba. > Is there a plan for a quick and dirty guide on the Wiki for setting up Samba > with secure settings as well as TDB rather than depreca

RE: [CentOS] Installing rsh-server weirdness

2008-10-08 Thread Sorin Srbu
Toby Bluhm <> scribbled on Wednesday, October 08, 2008 3:18 PM: >> Currently working with migrating from RHEL3 to CentOS 5.2 x86 on test >> computer. When I tried to run "yum install rsh*" in order to install the >> rsh-server > > > Try > > yum install rsh\* > > or > > yum install "rsh*"

[CentOS] Re: OT: C++ Newbie "Hello World" problem SOLVED

2008-10-08 Thread tech
John wrote: One last thing is how are you running the "cgi-bin" contents? Through Apache, Mod-CGI, Fast-CGI or Mod Pythons CGI? Apache needs to be the folder owner witch I take it, it is from you saying it does work on a few things? John, Thanks. I have the apache (http.conf) file directory op

[CentOS] Samba 3.0.28/3.0.32

2008-10-08 Thread Spike Turner
I've looked at the CentOS docs-list as well as the Wiki as I was interested in Samba. On one CentOS box I've got 3.0.32 (the latest bug-fixed version from Samba.org) and on another I've got 3.0.28 (the latest from upstream). The docs look almost the same and the docs refer to security = share. How

Re: [CentOS] Weird problem in PHP 5.1.6/possible bug

2008-10-08 Thread Kai Schaetzl
It's not specific to CentOS. I found this bug report http://bugs.php.net/bug.php?id=44945 It seems that PHP 5 runs with no locale at all and doesn't have access to $LANG either. That bug got closed, still I think it's a bug. At least it doesn't behave like documented. Kai -- Kai Schätzl, Berl

Re: [CentOS] Re: Question on Wireless Setup

2008-10-08 Thread Ralph Angenendt
kapil singh wrote: > Network manager service is alredy running, but still we are not able to > access the wifi network. Look in the logfiles, NetworkManager is really talkative and you should see the reason there. Ralph pgpVxS5xeJK47.pgp Description: PGP signature _

Re: [CentOS] How to upgrade GNOME in CentOS?

2008-10-08 Thread Karanbir Singh
Karanbir Singh wrote: Spike Turner wrote: Why not run another distro with the latest and greatest Gnome or Kde if that is what you want? Trying to upgrade a CentOS box will mean you have something else. Its doomed to failure fwiw, a garnome build normally works fine anywhere. I just got my

Re: [CentOS] How to upgrade GNOME in CentOS?

2008-10-08 Thread Robert Moskowitz
Karanbir Singh wrote: Karanbir Singh wrote: Spike Turner wrote: Why not run another distro with the latest and greatest Gnome or Kde if that is what you want? Trying to upgrade a CentOS box will mean you have something else. Its doomed to failure fwiw, a garnome build normally works fine any

Re: [CentOS] How to upgrade GNOME in CentOS?

2008-10-08 Thread Spike Turner
Karanbir Singh wrote: > > fwiw, a garnome build normally works fine anywhere. > > I just got my head kicked in offlist by someone who tried > this so I > want to elaborate a bit : while garnome builds do work > fine, they work > fine only for the stuff that you build with it, pretty much >

Re: [CentOS] Request for additional patch in CentOS Plus kernel

2008-10-08 Thread Matthew Kent
On Wed, 2008-10-01 at 11:57 -0500, Johnny Hughes wrote: > You picked a good day to ask, I am getting ready to build the new plus > kernel for c5 right now :D Any luck with this? :) -- Matthew Kent \ SA \ bravenet.com ___ CentOS mailing list CentOS@cent

Re: [CentOS] Request for additional patch in CentOS Plus kernel

2008-10-08 Thread Filipe Brandenburger
Hi, On Wed, Oct 8, 2008 at 11:46, Matthew Kent <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-01 at 11:57 -0500, Johnny Hughes wrote: >> You picked a good day to ask, I am getting ready to build the new plus >> kernel for c5 right now :D > > Any luck with this? :) I contacted Johnny last Friday, he

[CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Joe Pruett
rpmforge has just released a new perl-DBD-mysql for el4 that has an obsoletes against perl-DBD-MySQL and the protectbase yum plugin doesn't grok obsoletes. the priorities plugin does. so if you are having issues with this, install the yum-plugin-priorities first, make sure that the CentOS-Bas

Re: [CentOS] Request for additional patch in CentOS Plus kernel

2008-10-08 Thread Spike Turner
Matthew Kent wrote: > Any luck with this? :) Not wanting to sound like a spoil sport but if its critical to your server(s) can't you build your own kernel, pretty sure I've seen this discussed on the docs list. I suppose the CentOS plus one has to go through QA and regression testing no? Spike

Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Joe Pruett
also, i'd like to suggest that the priorities plugin be made added to the base install and that the centos-base repos be configured with priority 1. it looks like c4 has the priority setting, but c5 doesn't and neither have the plugin installed. it seems like this would create a little more st

Re: [CentOS] Request for additional patch in CentOS Plus kernel

2008-10-08 Thread Robert
Spike Turner wrote: Matthew Kent wrote: Any luck with this? :) Not wanting to sound like a spoil sport but if its critical to your server(s) can't you build your own kernel, pretty sure I've seen this discussed on the docs list. I suppose the CentOS plus one has to go through QA an

Re: [CentOS] Video driver questions

2008-10-08 Thread Robert Moskowitz
I am having serious difficulties with video control on this box See below. William L. Maltby wrote: On Thu, 2008-10-02 at 10:44 -0400, Robert Moskowitz wrote: # Xorg configuration created by system-config-display Section "Monitor" Identifier "Monitor0" Mo

Re: [CentOS] Video driver questions

2008-10-08 Thread MHR
On Wed, Oct 8, 2008 at 1:22 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote: > > I have changed inittab to: id:3:initdefault: > > I am logged in as root, and run: system-config-display --reconfig > > I go into the Hardware tab. There I see it lists my video card; when I go > into configure the vid

Re: [CentOS] Video driver questions

2008-10-08 Thread MHR
On Wed, Oct 8, 2008 at 1:55 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote: > > It is "VIA Technologies, Inc. CX700M2 UniChrome PRO II Graphics". > > OQO does not have drivers, I guess I need to check out VIA (Yom Kippur > starts in a couple hours, so this will be done on friday). > Most likely. >

Re: [CentOS] Request for additional patch in CentOS Plus kernel

2008-10-08 Thread Matthew Kent
On Wed, 2008-10-08 at 12:56 -0500, Robert wrote: > > Spike Turner wrote: > > Matthew Kent wrote: > > > > > >> Any luck with this? :) > >> > > > > Not wanting to sound like a spoil sport but if its critical > > to your server(s) can't you build your own kernel, pretty > > sure I've seen th

[CentOS] Apache Charset vs html file charset

2008-10-08 Thread Spike Turner
The apache httpd.conf has AddDefaultCharset UTF-8 while the page I'm viewing on my CentOS server is charset=ISO-8859-1 The page appears funny on the browser showing �� Given that apache has the default charset shouldn't it honor it? Why the �� characters? Spike. _

Re: [CentOS] Video driver questions

2008-10-08 Thread John R Pierce
Robert Moskowitz wrote: It is "VIA Technologies, Inc. CX700M2 UniChrome PRO II Graphics". OQO does not have drivers, I guess I need to check out VIA condolences and good luck. VIA graphics chips are abysmal, and their support is even worse. its whats left of the old S3, bought at a gara

Re: [CentOS] Video driver questions

2008-10-08 Thread Robert Moskowitz
MHR wrote: On Wed, Oct 8, 2008 at 1:22 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote: I have changed inittab to: id:3:initdefault: I am logged in as root, and run: system-config-display --reconfig I go into the Hardware tab. There I see it lists my video card; when I go into configure th

Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Ian Forde
On Wed, 2008-10-08 at 10:40 -0700, Joe Pruett wrote: > rpmforge has just released a new perl-DBD-mysql for el4 that has an > obsoletes against perl-DBD-MySQL and the protectbase yum plugin doesn't > grok obsoletes. the priorities plugin does. so if you are having issues > with this, install th

Re: [CentOS] Video driver questions

2008-10-08 Thread William L. Maltby
On Wed, 2008-10-08 at 16:22 -0400, Robert Moskowitz wrote: > > >> Section "Monitor" > >> Identifier "Monitor0" > >> ModelName"LCD Panel 1024x768" > >> ### Comment all HorizSync and VertSync values to use DDC: > >> HorizSync31.5 - 48.0 > >> VertRefresh

[CentOS] Samba 3.0.28/3.0.32

2008-10-08 Thread Spike Turner
I've looked at the CentOS docs-list as well as the Wiki as I was interested in Samba. On one CentOS box I've got 3.0.32 (the latest bug-fixed version from Samba.org) and on another I've got 3.0.28 (the latest from upstream). The docs look almost the same and the docs refer to security = share. H

Re: [CentOS] Apache Charset vs html file charset

2008-10-08 Thread Kai Schaetzl
Spike Turner wrote on Wed, 8 Oct 2008 14:06:37 -0700 (PDT): > Given that apache has the default charset shouldn't it honor it? Because that page is served with UTF-8 by Apache. What you want to do is comment that line in the Apache config out. It's a really stupid setting, not really understand

Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Kai Schaetzl
Joe Pruett wrote on Wed, 8 Oct 2008 10:48:48 -0700 (PDT): > i forgot to add to my suggestion: make the check_obsoletes option in > yum-priorities be enabled by default for c5 as it is in c4. There's also an obsoletes option in yum.conf. That option you are talking about is for priorities.conf a

Re: [CentOS] Samba 3.0.28/3.0.32

2008-10-08 Thread John R Pierce
Spike Turner wrote: I've looked at the CentOS docs-list as well as the Wiki as I was interested in Samba. On one CentOS box I've got 3.0.32 (the latest bug-fixed version from Samba.org) and on another I've got 3.0.28 (the latest from upstream). The docs look almost the same and the docs refer

Re: [CentOS] Samba 3.0.28/3.0.32

2008-10-08 Thread Rob Townley
On Wed, Oct 8, 2008 at 6:40 PM, John R Pierce <[EMAIL PROTECTED]> wrote: > Spike Turner wrote: > >> I've looked at the CentOS docs-list as well as the Wiki as I was >> interested in Samba. >> >> On one CentOS box I've got 3.0.32 (the latest bug-fixed version from >> Samba.org) >> and on another I'

[CentOS] find cont'd 3

2008-10-08 Thread tony . chamberlain
Another question about find. I looked at the gnome tool and tried to simulate what it is doing. I can't use it directly because it won't do sed. Basically I want to find all files with a string (except binary) and change it. let STR be the string I am looking for. NEW is new string. I am doi

[CentOS] [OT] What is the best network monitoring tool?

2008-10-08 Thread Alejandro
Hi all, Currently I have a big question. What is the best OPEN SOURCE solution for monitoring multiple Host and Services, for example for using in a WebHosting Provider with 50 hosts or more. Currently, I'm using NAGIOS for more than 3 years, this is a incredible tool, but before upgrade to vers

[CentOS] Re: How to upgrade GNOME in CentOS?

2008-10-08 Thread Saul Bejarano
>From your shell: yum install groupinstall gnome-desktop It will find the latest version on your repo list. Kind regards, Saul Sadaruwan Samaraweera wrote: > Hi, > I need to know is there a way to upgrade the current version of GNOME to the > newest version ? > > > > ---

Re: [CentOS] [OT] What is the best network monitoring tool?

2008-10-08 Thread nate
Alejandro wrote: > Hi all, > > Currently I have a big question. > > What is the best OPEN SOURCE solution for monitoring multiple Host and > Services, for example for using in a WebHosting Provider with 50 hosts or > more. What exactly are you interested in monitoring? Different tools have differe

Re: [CentOS] Re: OT: C++ Newbie "Hello World" problem SOLVED

2008-10-08 Thread Lanny Marcus
On Wed, Oct 8, 2008 at 2:03 AM, tech <[EMAIL PROTECTED]> wrote: >> Lanny Marcus wrote: >> I began with Assembly Language, Machine Language and Fortran. > > This sounds like me (except for the Fortran bit). I even think that COBOL is > new fangled stuff. This "senior citizen" doesn't mind being call

Re: [CentOS] Apache Charset vs html file charset

2008-10-08 Thread Spike Turner
Kai Schaetzl wrote: > Because that page is served with UTF-8 by Apache. What you > want to do is > comment that line in the Apache config out. It's a > really stupid setting, > not really understandable why they put it in the default > config. > The apache docs state that it does no harm and t

Re: [CentOS] Samba 3.0.28/3.0.32

2008-10-08 Thread Spike Turner
Rob Townley wrote: > You may want to look at a third party samba packager for > better documentation such as: http://enterprisesamba.org/ My 3.0.32 is from the enterprise samba and coincidentally the html charset problem (mentioned separately) is from viewing the enterprise docs. Someone menti