Hi,
I recently setup a CentOS 5 file server for a small LAN consisting of 15
Windows XP clients. The LAN is eventually expected to migrate to Linux,
at least some of the client machines.
The previous setup made by a local Windows-only computer firm was an
unhealthy mix of static and dynamic IP
Has anybody here tried the "Monit" utility (http://mmonit.com/monit/)? I
need to set up some kind of "watchdog" functionality for a custom
service otherwise started via init (i.e. via a script in /etc/init.d +
rc*.d links managed by chkconfig) and it seems like this system may give
me nearly wh
Toralf Lund píše v Pá 11. 06. 2010 v 09:21 +0200:
> Has anybody here tried the "Monit" utility (http://mmonit.com/monit/)? I
> need to set up some kind of "watchdog" functionality for a custom
> service otherwise started via init (i.e. via a script in /etc/init.d +
> rc*.d links managed by chkco
Pavel Lisý wrote:
> Toralf Lund píše v Pá 11. 06. 2010 v 09:21 +0200:
>
>> Has anybody here tried the "Monit" utility (http://mmonit.com/monit/)? I
>> need to set up some kind of "watchdog" functionality for a custom
>> service otherwise started via init (i.e. via a script in /etc/init.d +
>>
On 11/06/2010 08:21, Toralf Lund wrote:
> Has anybody here tried the "Monit" utility (http://mmonit.com/monit/)?
For what you are trying to do - take a look at God (
http://god.rubyforge.org/ ) instead or : as lesser complex solution -
bluepill ( http://github.com/arya/bluepill )
I've used Monit
> >
> I think you are missing my point. This is precisely what I do not want
> to do. The last bit here, I mean - i.e. I'm asking for a way to set up
> so the "rename /etc/monit.d/sshd.conf to something different" step won't
> be necessary.
Depending on how much effort you are willing to put int
I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
version. I can NOT find on any site.
Any ideal?
Thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
thus mcclnx mcc spake:
> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
> version. I can NOT find on any site.
>
> Any ideal?
http://www.centos.org/modules/tinycontent/index.php?id=30
Check for your region and be sure t
Karanbir Singh wrote:
> On 11/06/2010 08:21, Toralf Lund wrote:
>
>> Has anybody here tried the "Monit" utility (http://mmonit.com/monit/)?
>>
>
> For what you are trying to do - take a look at God (
> http://god.rubyforge.org/ ) instead or : as lesser complex solution -
> bluepill ( http:
Strange.
http://isoredirect.centos.org/centos/5/isos/x86_64/
On Fri, 2010-06-11 at 17:40 +0800, mcclnx mcc wrote:
> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
> version. I can NOT find on any site.
>
> Any ideal?
>
> Thanks.
>
>
>
> _
2010/6/11 Niki Kovacs :
> Now the curious problem I have: IP addresses are attributed correctly,
> people can surf on the internet all right. But the only thing they can't
> seem to do is send mail with Outlook or Outlook Express. I have to
> revert to the ISP's DNS, but so I lose the benefit of lo
Hi,
A repository for MooseFS is just born. It provides CentOS 5.5 SRPMS,
i386 and x86_64.
cd /etc/yum.repos.d/; wget http://centos.kodros.fr/moosefs.repo ; yum
install mfs
Two points:
- DNS may not be up to date where you are. The subdomain has just been
created. Please be patient.
- I have made
On 11/06/2010 10:49, Toralf Lund wrote:
> That's actually part of what I want to do. I'd like to have an rpm
> package install put a "real" monitoring config in /etc/monitors.d, but I
> can't really do it if that means automatically starting the service - it
> must be possible (and simple) to in
Geoff Galitz wrote:
>> I think you are missing my point. This is precisely what I do not want
>> to do. The last bit here, I mean - i.e. I'm asking for a way to set up
>> so the "rename /etc/monit.d/sshd.conf to something different" step won't
>> be necessary.
>>
>
>
> Depending on how much ef
Karanbir Singh wrote:
> On 11/06/2010 10:49, Toralf Lund wrote:
>
>> That's actually part of what I want to do. I'd like to have an rpm
>> package install put a "real" monitoring config in /etc/monitors.d, but I
>> can't really do it if that means automatically starting the service - it
>> mu
> I have a feeling that introducing nagios monitoring is a little too
> involved, though. I want to distribute the setup to external systems, so
> ideally there should be one "monitoring" package install and a simple
> "enable" command at the most, in addition to installation of the actual
> soft
Geoff Galitz wrote:
>
>> I have a feeling that introducing nagios monitoring is a little too
>> involved, though. I want to distribute the setup to external systems, so
>> ideally there should be one "monitoring" package install and a simple
>> "enable" command at the most, in addition to instal
On 11/06/2010 12:25, Toralf Lund wrote:
> From reading the docs on the web sites, there are a number of things
> that are not quite clear, like what the "process" tests actually do, or
> how I might combine a file test ("does the pid file xist"?) with them (f
> that's what I want. This is perha
Hi all,
in a script if I have:
VERSION="3.2.0"
I can do:
echo jj-$VERSION-jj
and get jj-3.2.0-jj
however if I do:
echo jj_$VERSION_jj
I get jj_
How do I get the $VERSION to work with the underscores like the dashes do.
Thanks,
Jerry
___
CentOS mail
On Fri, Jun 11, 2010 at 10:04 AM, Jerry Geis wrote:
> Hi all,
>
>
> in a script if I have:
> VERSION="3.2.0"
>
> I can do:
> echo jj-$VERSION-jj
> and get jj-3.2.0-jj
>
> however if I do:
> echo jj_$VERSION_jj
> I get jj_
>
> How do I get the $VERSION to work with the underscores like the dashes
> however if I do:
> echo jj_$VERSION_jj
> I get jj_
>
> How do I get the $VERSION to work with the underscores like the dashes
> do.
echo jj_${VERSION}_jj
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
>
> How do I get the $VERSION to work with the underscores like
> the dashes do.
echo JJ\_$VERSION\_JJ
***
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity t
On Fri, Jun 11, 2010 at 10:04 AM, Jerry Geis wrote:
> Hi all,
>
>
> in a script if I have:
> VERSION="3.2.0"
>
> I can do:
> echo jj-$VERSION-jj
> and get jj-3.2.0-jj
>
> however if I do:
> echo jj_$VERSION_jj
> I get jj_
>
> How do I get the $VERSION to work with the underscores like the dashes d
On Friday 11 June 2010, Laurent Wandrebeck wrote:
> Hi,
>
> A repository for MooseFS is just born. It provides CentOS 5.5 SRPMS,
> i386 and x86_64.
>
> cd /etc/yum.repos.d/; wget http://centos.kodros.fr/moosefs.repo ; yum
> install mfs
A general security comment. Doing the above means downloading
> On Fri, Jun 11, 2010 at 10:04 AM, Jerry Geis
> wrote:
>> in a script if I have:
>> VERSION="3.2.0"
>>
>> I can do:
>> echo jj-$VERSION-jj
>> and get jj-3.2.0-jj
>>
>> however if I do:
>> echo jj_$VERSION_jj
>> I get jj_
>>
>> How do I get the $VERSION to work with the underscores like the dashes
From: "m.r...@5-cent.us"
>> On Fri, Jun 11, 2010 at 10:04 AM, Jerry Geis <
>> if I do: echo jj_$VERSION_jj
>> I get jj_
>> How do I get the $VERSION to work with the
>> underscores like the dashes
> echo \_$VERSION\_
Or:echo jj_${VERSION}_jj
JD
_
On Wed, Jun 9, 2010 at 3:47 PM, Jerry Franz wrote:
> On 06/09/2010 12:32 PM, Boris Epstein wrote:
>
> Eero,
>
> I've got 4 GB of swap. At the moment all 4 GB less 100 MB of it is
> available. That logically should be enough to allow me to upload a 2
> GB file, I would think.
>
>
> Looking at the b
On Mon, Dec 21, 2009 at 12:27 PM, Jake wrote:
> We had the same problems with Ntop (we monitor netflows, not local
> interfaces). There was a thread about a good netflow tool a week or two ago
> where someone suggested NfSen + nfdump. I set it up Thursday (took 30 mins
> or so) and it totally rock
Whoopsie
[r...@rcadmin:~/nf/nfdump-1.6.1]# cat /etc/redhat-release
CentOS release 5.2 (Final)
--
“Don't eat anything you've ever seen advertised on TV”
- Michael Pollan, author of "In Defense of Food"
___
CentOS mailing list
CentOS@centos.
I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
version. I can NOT find on any site.
Any ideal?
Thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
> version. I can NOT find on any site
Somebody already answered to you, but I will repeat:
http://isoredirect.centos.org/centos/5/isos/x86_64/
___
CentOS mailing list
CentOS
> -Original Message-
> From: centos-boun...@centos.org
> [mailto:centos-boun...@centos.org] On Behalf Of John Doe
> Sent: Friday, June 11, 2010 10:50 AM
> To: CentOS mailing list
> Subject: Re: [CentOS] script question
>
> From: "m.r...@5-cent.us"
> >> On Fri, Jun 11, 2010 at 10:04 AM
Miguel Medalha wrote:
>> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
>> version. I can NOT find on any site
>
> Somebody already answered to you, but I will repeat:
>
> http://isoredirect.centos.org/centos/5/isos/x86_64/
Hi
I think he means the proper DVD iso ima
> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
> version. I can NOT find on any site.
>
> Any ideal?
"Ideal" would be one DVD, but the actual idea is that with 5.5, it's up to
2 DVDs (1_of_2, 2_of_2).
mark
___
Ce
On Fri, Jun 11, 2010 at 10:59 AM, Boris Epstein wrote:
> On Wed, Jun 9, 2010 at 3:47 PM, Jerry Franz wrote:
>> On 06/09/2010 12:32 PM, Boris Epstein wrote:
>>
>> Eero,
>>
>> I've got 4 GB of swap. At the moment all 4 GB less 100 MB of it is
>> available. That logically should be enough to allow m
On 06/08/2010 07:45 AM, Karanbir Singh wrote:
> Ideally, what I would like to do is get together some people who have an
> interest in this; not associated with any $commercial provider, and see
> if we can get some level of QA testing done. I dont really want anything
> 'official' unless we can
>
> I've used mdadm for years now to manage software raids.
>
> The task of using fdisk to first create partitions on a spare
> drive sitting on a shelf (raid 0 were my 1st of 2 drives
> failed) is kind of bugging me now.
>
> After using fdisk to create the same partition layout on the
> n
One more mirror with DVD ISOs, this one in Portugal:
ftp://ftp.di.uminho.pt/pub/centos/5.5/isos/x86_64/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
One more, also in Portugal:
http://mirrors.nfsi.pt/CentOS/5.5/isos/x86_64/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
ISOs here:
http://mirror.chpc.utah.edu/pub/centos/5.5/isos/x86_64/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
2010/6/11 Peter Kjellstrom :
> On Friday 11 June 2010, Laurent Wandrebeck wrote:
>> Hi,
>>
>> A repository for MooseFS is just born. It provides CentOS 5.5 SRPMS,
>> i386 and x86_64.
>>
>> cd /etc/yum.repos.d/; wget http://centos.kodros.fr/moosefs.repo ; yum
>> install mfs
>
> A general security co
On Fri, Jun 11, 2010 at 11:30 AM, Boris Epstein wrote:
> On Fri, Jun 11, 2010 at 10:59 AM, Boris Epstein wrote:
>> On Wed, Jun 9, 2010 at 3:47 PM, Jerry Franz wrote:
>>> On 06/09/2010 12:32 PM, Boris Epstein wrote:
>>>
>>> Eero,
>>>
>>> I've got 4 GB of swap. At the moment all 4 GB less 100 MB o
Miguel Medalha wrote:
> ISOs here:
>
> http://mirror.chpc.utah.edu/pub/centos/5.5/isos/x86_64/
That is interesting.
When I try to download, none of the mirrors in UK seems to have these
isos, nor in the "nearby countries" mirrors.
mg.
___
CentOS
On 11 June 2010 17:40, Marcelo M. Garcia
wrote:
>
> When I try to download, none of the mirrors in UK seems to have these
> isos, nor in the "nearby countries" mirrors.
Surely not true. Kent Uni has them:
http://www.mirrorservice.org/sites/mirror.centos.org/5/isos/x86_64/
_
> When I try to download, none of the mirrors in UK seems to have these
> isos, nor in the "nearby countries" mirrors
Here in Portugal practically all the mirrors have them :-)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/li
On 11/06/2010 17:40, Marcelo M. Garcia wrote:
> When I try to download, none of the mirrors in UK seems to have these
> isos, nor in the "nearby countries" mirrors.
kernel.org mirrors are a good place to get the DVD's - and they have
very good speeds nto the UK
- KB
_
On 11/06/2010 16:13, Johnny Tan wrote:
> We'd be willing to QA test. We also have various reps at AWS we can
> work with, in addition to be being beta-testers for new features
> (there will be some changes to AKIs/ARIs soon).
Ok, so since there is some level of interest and a few people have
offer
mcclnx mcc wrote:
> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD
> version. I can NOT find on any site.
>
the DVD files are so large, many mirrors don't host them. Best way to
get them is using BitTorrent, but thats blocked by many business
firewalls (for goo
I went to the CentOS documentation page (http://www.centos.org/docs/5/)
looking for some documentation on 5.5 but was surprised there is nothing
there post-5.2. Is there another place I should be looking?
Thanks,
Joe
___
CentOS mailing list
CentOS@cento
On 11/06/2010 20:45, Joe Keller wrote:
>
> I went to the CentOS documentation page (http://www.centos.org/docs/5/)
> looking for some documentation on 5.5 but was surprised there is nothing
> there post-5.2. Is there another place I should be looking?
Couple of things - Most of CentOS-5 is /5/ -
>I went to the CentOS documentation page (http://www.centos.org/docs/5/)
>looking for some documentation on 5.5 but was surprised there is nothing there
>post-5.2. Is there >another place I should be looking?
Get all you need here:
http://www.redhat.com/docs/manuals/enterprise/
___
Irritating quirkyness: we have a bunch of videocams. To use, we use gspca.
Usually, on an upgrade, I just go into the gspca directory (which appears,
from their website, to have not been updated since '07), make clean, make,
make install.
Having gone up to 5.5, did the same. What's happening now i
On Fri, 2010-06-11 at 16:15 -0400, m.r...@5-cent.us wrote:
> Irritating quirkyness: we have a bunch of videocams. To use, we use gspca.
> Usually, on an upgrade, I just go into the gspca directory (which appears,
> from their website, to have not been updated since '07), make clean, make,
> make i
My HP 5725 has XDM connection available in the connection manager.
Works well to my CentOS 5.5 x64 server.
--
M Reynolds McClatchey JrVP Engineering and Inventory
Southern Aluminum Finishing Co Inc 404-355-1560 x222 Voice
1581 Huber St NW404-350-0581 Fax
Atlant
John wrote:
> On Fri, 2010-06-11 at 16:15 -0400, m.r...@5-cent.us wrote:
>> Irritating quirkyness: we have a bunch of videocams. To use, we use
>> gspca.
>> so the first number is the packet #, which I see 0 through 3 or 5 in my
>> logs. The error, which is the status, *if* errno.h has any relatio
On Fri, 2010-06-11 at 17:10 -0400, m.r...@5-cent.us wrote:
> > so the kernel can't function on "us" microsecond timing. It becomes
> > very critical when it comes to that nature.
>
> Right - my manager actually encouraged me to look at the code, and I was
> trying to recompile after putting a s
On 06/11/2010 10:38 PM, JohnS wrote:
>
> On Fri, 2010-06-11 at 17:10 -0400, m.r...@5-cent.us wrote:
>>
>> Kernel. gspcs is a module, used by the motion daemon.
>
>
> Quick Search found this for el5. You could get the src rpm and rebuild
> it for all machines. Or test a binary out first with one.
57 matches
Mail list logo