Re: [CentOS] iptables default configuration

2010-01-18 Thread Ian Blackwell
Rob Kampen wrote:
> Carlos Santana wrote:
>> - What does 'RH-Firewall-1-INPUT' chain means? This also seems to be a
>> predefined chain, although not mentioned in wiki.
>> - The wiki page approach is to flush existing rules and then add
>> required rules to iptables. Is it possible to add/append required
>> rules without flushing existing set of rules? Not sure, but I think
>> this is where 'RH-Firewall-1-INPUT' chain comes into picture (user
>> defined rules).
>>
>> Any explanation or resource link on this would be really helpful.
>>
>>   
> Try using webmin - there are rpm available for it and the interface
> helps deal with the cryptic items that make up an iptable filter.
> The reason for the RH-Firewall-1-INPUT chain means you can use the
> same rule set for multiple items - i.e. both input and forward.
I also find it useful to create different chains for different network
traffic.  For example, I have a chain that allows all web access - ports
80, 443, 8080 etc.  I have a different chain for file-share access -
e.g. NFS and Samba.  This way, I can watch what is happening with those
chains specifically, without wading through the significant output of
the command "iptables -nvL".

By using different chains, I can issue a command like "watch -d iptables
-nvL CentOS-MAIL" to monitor network traffic on related ports.  This has
helped me many times in the past to see where network traffic is being
blocked or given access.

Just my 2c worth :)

Ian
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] changing openoffice defaults

2010-01-18 Thread Janez Kosmrlj
On Mon, Jan 18, 2010 at 2:56 PM, John Doe  wrote:

> From: Janez Kosmrlj 
> >I did consider that, but if you have about 1000 machines distributed in 4
> countries, then this is not really an option.
> >I am trying to find a way, that can be packaged to an rpm package.
>
> If I use the menu, I get in my
> ~/.openoffice.org2.0/user/registry/data/org/openoffice/Office/Paths.xcu:
>  file:///opt
> Notice the 'file://'...
> The global setting for me is in:
>  /usr/lib/
> openoffice.org/share/registry/data/org/openoffice/Office/Paths.xcu
> But the global setting is useless for existing users (who already have
> local settings)...
>
> JD
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
thanx for the file:// part. The 3.0 file doesn't have that. I will give it a
try.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread JohnS

On Tue, 2010-01-19 at 10:29 +0530, Rajagopal Swaminathan wrote:
> Greetings,
> 
> Thanks for a flurry of replies.
> 
> On Tue, Jan 19, 2010 at 4:01 AM, Kai Schaetzl  wrote:
> > JohnS wrote on Mon, 18 Jan 2010 14:40:31 -0500:
> >
> >> Of which they will work on el5 with the compat gcc for older software
> >> compatability.
> >
> > And why would you want to use these? They are *old*.
> > I don't know what ther OP actually wants (he didn't post more and he
> > didn't ask for a newer version), but if all he really wants is run newer
> > MySQL, there are quite a few RH/C5 RPMs available, of 5.0.x and of 5.1.x
> > versions. Just google.
> 
> our friend google inundates me with so much information that it was
> difficult for me to weed out except the official site it pointed out
> to.
> 
> My requirement is simple: I want to install few instances of mysql
> Workbench as successor to other GUI tools for developers whom shall we
> call hmmm... "PHD" (replacing the boss with developer in the PHB).
> 
> and yum has spoiled me to the extent of, what can I say..., "yumaholic"?.. :)
> 
> an so this burning desire to find _any_ repository which will help put
> out the fire of requirements :)
> 
> Thanks again for all the replies
> 
> Regards,
> 
> Rajagopal

This may be some help and maybe not, but there is a guy on this list
that I know infact has Updates to the latest MySQL RPMs..  Sad thing is
I can not remember his  repo link or if he even had the mysql workbench
in it.

Maybe someone can Pass on the needed info for his Name and Link to you?
Maybe he could answer this thread.

John

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread Rajagopal Swaminathan
Greetings,

Thanks for a flurry of replies.

On Tue, Jan 19, 2010 at 4:01 AM, Kai Schaetzl  wrote:
> JohnS wrote on Mon, 18 Jan 2010 14:40:31 -0500:
>
>> Of which they will work on el5 with the compat gcc for older software
>> compatability.
>
> And why would you want to use these? They are *old*.
> I don't know what ther OP actually wants (he didn't post more and he
> didn't ask for a newer version), but if all he really wants is run newer
> MySQL, there are quite a few RH/C5 RPMs available, of 5.0.x and of 5.1.x
> versions. Just google.

our friend google inundates me with so much information that it was
difficult for me to weed out except the official site it pointed out
to.

My requirement is simple: I want to install few instances of mysql
Workbench as successor to other GUI tools for developers whom shall we
call hmmm... "PHD" (replacing the boss with developer in the PHB).

and yum has spoiled me to the extent of, what can I say..., "yumaholic"?.. :)

an so this burning desire to find _any_ repository which will help put
out the fire of requirements :)

Thanks again for all the replies

Regards,

Rajagopal
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread Rajagopal Swaminathan
Greetings,

On Mon, Jan 18, 2010 at 7:34 PM, Geoff Galitz  wrote:
>
>
> I don't of a website, but you can use checkinstall which will do the job on
> one of your own machines.  Be aware that the lastest versions have a bug
> which makes you jump through a couple extra hoops... but it is the only tool
> to do that, to my knowledge.
>

gee.. thanks :)

banging away at the keyboard on this aspect...

Thanks once again and Regards,

Rajagopal
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] iptables default configuration

2010-01-18 Thread Rob Kampen

Carlos Santana wrote:

Hi,

I would like to get some inputs on how to configure iptables. I have
referred to CentOS wiki http://wiki.centos.org/HowTos/Network/IPTables
and it has been very helpful. I have configured iptables with the help
of this tutorial, but I haven't understood few things about default
firewall config.

- What does 'RH-Firewall-1-INPUT' chain means? This also seems to be a
predefined chain, although not mentioned in wiki.
- The wiki page approach is to flush existing rules and then add
required rules to iptables. Is it possible to add/append required
rules without flushing existing set of rules? Not sure, but I think
this is where 'RH-Firewall-1-INPUT' chain comes into picture (user
defined rules).

Any explanation or resource link on this would be really helpful.

  
Try using webmin - there are rpm available for it and the interface 
helps deal with the cryptic items that make up an iptable filter.
The reason for the RH-Firewall-1-INPUT chain means you can use the same 
rule set for multiple items - i.e. both input and forward.

Thanks,
CS.
___
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] Yum update failure (was a digest reference)

2010-01-18 Thread MHR
On Mon, Jan 18, 2010 at 1:53 PM, Tobias Weisserth
 wrote:
> Hi everybody,
> I'm having difficulties updating dhclient as outlined below by using either
> yum or rpm. I'm running CentOS on a virtual guest provided by a provider.

Have you tried a 'yum clean all' ? That usually resolves this sort of
issue for me.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Rolodex for linux

2010-01-18 Thread Stephen Harris
On Mon, Jan 18, 2010 at 07:52:53PM -0500, David McGuffey wrote:
> As I migrate away from Windows, I need to move the data out of my old
> rolodex program (written in Pascal back in the late 80's) into something
> that runs on Linux.  The data is stored in csv lines in a text file.

If it was a form of Borland/Turbo Pascal and you still have the source
code then you might be able to run it under "Free Pascal" on Linux
directly :-)

http://www.freepascal.org/

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Rolodex for linux

2010-01-18 Thread David McGuffey
As I migrate away from Windows, I need to move the data out of my old
rolodex program (written in Pascal back in the late 80's) into something
that runs on Linux.  The data is stored in csv lines in a text file.

That old custom program output the data to rolodex cards on a pin-feed
dot matrix printer. (Yea...I'm dating myself).

Anyway, does anyone know of a decent rolodex program on linux that also
has the capability of printing to the 3.5" wide rolodex cards?

DaveM


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SSH slow

2010-01-18 Thread ML
Brett, Les,

Thanks for the pointer, this worked. I knew it had to be DNS or maybe my system 
was really busy, but it is a very small web-server.

-Jason

On Jan 18, 2010, at 3:12 PM, Brett Serkez wrote:

> In /etc/ssh/sshd_config change:
> 
> UseDNS yes
> 
> to 
> 
> UseDNS no
> 
> Brett
> 
> On Mon, Jan 18, 2010 at 6:08 PM, ML  wrote:
> Hi All,
> 
> All of my systems are running 5.4 x64. The are all AMD x64 processors with at 
> least 2gb of RAM in each.
> 
> I am running SSH on a non standard port.
> 
> When I SSH into ANY of my systems, I get prompted for my password right away, 
> but after entering, it takes 30+ seconds to get logged in and get a prompt so 
> I can work.
> 
> I dont quite know what to look for here
> 
> Does anyone have thoughts?
> 
> -Jason
> 
> ___
> 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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SSH slow

2010-01-18 Thread John R Pierce
Brett Serkez wrote:
> In /etc/ssh/sshd_config change:  to
>
> UseDNS no

or, fix the reverse delegation in DNS.its trying to look up the 
in-addr.arpa zone  for your IP, and the subnet delegation is broken and 
pointing to a black hole thats not replying





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] iptables default configuration

2010-01-18 Thread Carlos Santana
Hi,

I would like to get some inputs on how to configure iptables. I have
referred to CentOS wiki http://wiki.centos.org/HowTos/Network/IPTables
and it has been very helpful. I have configured iptables with the help
of this tutorial, but I haven't understood few things about default
firewall config.

- What does 'RH-Firewall-1-INPUT' chain means? This also seems to be a
predefined chain, although not mentioned in wiki.
- The wiki page approach is to flush existing rules and then add
required rules to iptables. Is it possible to add/append required
rules without flushing existing set of rules? Not sure, but I think
this is where 'RH-Firewall-1-INPUT' chain comes into picture (user
defined rules).

Any explanation or resource link on this would be really helpful.

Thanks,
CS.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Broadcom bcm5823kpb-5 drivers, do they exist?

2010-01-18 Thread Wade Blackwell
Good afternoon all,
   I have a Broadcom BCM5823KPB-5 PCI crypto card that I would like to
use on a  2.6.18-164.10.1.el5xen  i686 i386 release do assist with crypto
operations. Does anyone know if there are drivers for this device? It was
originally used in a Cisco Pix to assist with crypto functions under part
number 74-3176-01 vac+. The other markings on the board are "CT0527 10" &
"747486 M". TIA.

 -W
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SSH slow

2010-01-18 Thread Les Mikesell
ML wrote:
> Hi All,
> 
> All of my systems are running 5.4 x64. The are all AMD x64 processors with at 
> least 2gb of RAM in each.
> 
> I am running SSH on a non standard port.
> 
> When I SSH into ANY of my systems, I get prompted for my password right away, 
> but after entering, it takes 30+ seconds to get logged in and get a prompt so 
> I can work.
> 
> I dont quite know what to look for here
> 
> Does anyone have thoughts?

That sounds like a failing reverse DNS lookup or IDENT query dropped by a 
firewall so you wait for the timeout.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SSH slow

2010-01-18 Thread Brett Serkez
In /etc/ssh/sshd_config change:

UseDNS yes

to

UseDNS no

Brett

On Mon, Jan 18, 2010 at 6:08 PM, ML  wrote:

> Hi All,
>
> All of my systems are running 5.4 x64. The are all AMD x64 processors with
> at least 2gb of RAM in each.
>
> I am running SSH on a non standard port.
>
> When I SSH into ANY of my systems, I get prompted for my password right
> away, but after entering, it takes 30+ seconds to get logged in and get a
> prompt so I can work.
>
> I dont quite know what to look for here
>
> Does anyone have thoughts?
>
> -Jason
>
> ___
> 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] mysql Workbench

2010-01-18 Thread JohnS

On Mon, 2010-01-18 at 23:31 +0100, Kai Schaetzl wrote:
> JohnS wrote on Mon, 18 Jan 2010 14:40:31 -0500:
> 
> > Of which they will work on el5 with the compat gcc for older software
> > compatability.
> 
> And why would you want to use these? They are *old*.
> I don't know what ther OP actually wants (he didn't post more and he 
> didn't ask for a newer version), but if all he really wants is run newer 
> MySQL, there are quite a few RH/C5 RPMs available, of 5.0.x and of 5.1.x 
> versions. Just google.
> 
> Kai
---
The Point is they do *WORK*.   I would rather run theres' than some
knockoff repository.   Have you considered how old MySQL is on a EL5
install?  It's a shame you have to implement an algorithm in C to do
Graphing against the MySQL API..  Much less firing a Trigger to do a
sane back up with a custom SPROC.

Well now what? MySQL is getting the Axe by Oracle.

John

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] SSH slow

2010-01-18 Thread ML
Hi All,

All of my systems are running 5.4 x64. The are all AMD x64 processors with at 
least 2gb of RAM in each.

I am running SSH on a non standard port.

When I SSH into ANY of my systems, I get prompted for my password right away, 
but after entering, it takes 30+ seconds to get logged in and get a prompt so I 
can work.

I dont quite know what to look for here

Does anyone have thoughts?

-Jason

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread Kai Schaetzl
JohnS wrote on Mon, 18 Jan 2010 14:40:31 -0500:

> Of which they will work on el5 with the compat gcc for older software
> compatability.

And why would you want to use these? They are *old*.
I don't know what ther OP actually wants (he didn't post more and he 
didn't ask for a newer version), but if all he really wants is run newer 
MySQL, there are quite a few RH/C5 RPMs available, of 5.0.x and of 5.1.x 
versions. Just google.

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-announce Digest, Vol 59, Issue 6

2010-01-18 Thread Tobias Weisserth
Hi everybody,

I'm having difficulties updating dhclient as outlined below by using either
yum or rpm. I'm running CentOS on a virtual guest provided by a provider.

On Fri, Jan 15, 2010 at 6:00 PM,  wrote:


> CentOS Errata and Bugfix Advisory 2010:0042
>
> Upstream details at : https://rhn.redhat.com/errata/RHBA-2010-0042.html
>
> The following updated files have been uploaded and are currently
> syncing to the mirrors: ( md5sum Filename )
>
> i386:
> 75c3d86012ed835fdd8e6adf4a7b46d5  dhclient-3.0.5-21.el5_4.1.i386.rpm
> f8e9e8c6db0cfab67119d5dd22b207f1  dhcp-3.0.5-21.el5_4.1.i386.rpm
> 10065731e1acbad938b60a01a2d4437c  dhcp-devel-3.0.5-21.el5_4.1.i386.rpm
> 9c40a772d00bce2a90a28ed07341e98c  libdhcp4client-3.0.5-21.el5_4.1.i386.rpm
> bbcc62d259d5c4887d23cefba25f35c5
>  libdhcp4client-devel-3.0.5-21.el5_4.1.i386.rpm
>
> Source:
> 5c26195f93824372091a9cf3e61abdb3  dhcp-3.0.5-21.el5_4.1.src.rpm
>

This is an outline of what I tried:

yum update:

Updating:
 dhclient i386
  12:3.0.5-21.el5_4.1   updates
276 k

Transaction Summary
===
Install  0 Package(s)
Update   1 Package(s)
Remove   0 Package(s)

Total download size: 276 k
Is this ok [y/N]: y
Downloading Packages:
dhclient-3.0.5-21.el5_4.1.i386.rpm

   | 276 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : dhclient

   1/2
Error unpacking rpm package 12:dhclient-3.0.5-21.el5_4.1.i386
error: unpacking of archive failed on file /var/lib/dhclient: cpio: mkdir

Failed:
  dhclient.i386 12:3.0.5-21.el5_4.1



Complete!
[r...@vps ~]# wget
http://mirror.centos.org/centos/5/updates/i386/RPMS/dhclient-3.0.5-21.el5_4.1.i386.rpm
--2010-01-18 21:46:49--
http://mirror.centos.org/centos/5/updates/i386/RPMS/dhclient-3.0.5-21.el5_4.1.i386.rpm
Resolving mirror.centos.org... 88.208.217.170
Connecting to mirror.centos.org|88.208.217.170|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 282677 (276K) [application/x-rpm]
Saving to: `dhclient-3.0.5-21.el5_4.1.i386.rpm'

100%[=>]
282,677 --.-K/s   in 0.1s

2010-01-18 21:46:50 (1.87 MB/s) - `dhclient-3.0.5-21.el5_4.1.i386.rpm' saved
[282677/282677]

[r...@vps ~]# md5sum dhclient-3.0.5-21.el5_4.1.i386.rpm
75c3d86012ed835fdd8e6adf4a7b46d5  dhclient-3.0.5-21.el5_4.1.i386.rpm
[r...@vps ~]# rpm -U dhclient-3.0.5-21.el5_4.1.i386.rpm
error: unpacking of archive failed on file /var/lib/dhclient: cpio: mkdir
failed - No such file or directory

What's wrong? I did some other package updates using yum earlier and with
the exception of this package it worked.

The filesystem is not full. There's plenty of space. Everything is mounted
under /

Any ideas?

regards,

Tobias Weisserth
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] changing openoffice defaults

2010-01-18 Thread MHR
On Mon, Jan 18, 2010 at 5:07 AM, Janez Kosmrlj
 wrote:
> I did consider that, but if you have about 1000 machines distributed in 4
> countries, then this is not really an option.
> I am trying to find a way, that can be packaged to an rpm package.
>
> BR
>

Purely as an exercise in logic, if you know where the control file is
but not how to change it, would it not make sense to use the menu
items to modify your control file, compare the differences and arrange
to export the changes however you need?  E.g., comparing the before
and after files, it should be a trivial matter to whip up a shell
script that makes the same change externally, then send that to your
1000 installations.

However, as John Doe says, this won't override local setting changes.

Again, please do not top post in this list, particularly not with
off-topic issues such as this one.

Thanks.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread JohnS

On Mon, 2010-01-18 at 14:27 -0500, Max Hetrick wrote:
> JohnS wrote:
> 
> > You can get directly from mysql.com for EL5.
> 
> I don't believe you can. The only RPM they have is for fedora 11, that I 
> can see.
> 
> Max
---
http://dev.mysql.com/downloads/gui-tools/5.0.html

Excuse me they have only el4 as in these the set:

[r...@ethies mysql-tools]# ls -l
total 33480
-rwxr-xr-x 1 ethan ethan  477 Jan 19  2007
mysql-administrator-5.0r9-1rhel4.i386.rpm
-rwxr-xr-x 1 ethan ethan  3485235 Jan 19  2007
mysql-gui-tools-5.0r9-1rhel4.i386.rpm
-rwxr-xr-x 1 ethan ethan 17016265 Jan 19  2007
mysql-gui-tools-5.0r9-rhel4-i386.tar.gz
-rwxr-xr-x 1 ethan ethan  4019198 Jan 19  2007
mysql-migration-toolkit-5.0r9-1rhel4.i386.rpm
-rwxr-xr-x 1 ethan ethan  3026044 Jan 19  2007
mysql-query-browser-5.0r9-1rhel4.i386.rpm
-rwxr-xr-x 1 ethan ethan  2569962 Jan 19  2007
mysql-workbench-5.0r9-1rhel4.i386.rpm

Of which they will work on el5 with the compat gcc for older software
compatability.

John

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread Max Hetrick
JohnS wrote:

> You can get directly from mysql.com for EL5.

I don't believe you can. The only RPM they have is for fedora 11, that I 
can see.

Max
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: free DNS service?

2010-01-18 Thread Drew Weaver

I believe I now know how to flush that cache and will do that, before
I change the "A" record  to point to the IP of the new server
again.

Hoping MyDomain.com will lower the TTL from 3600 to 300 for a few
days, so I can do the testing/migration I need to do a lot faster.
-

Even if your DNS provider lowers your TTL to 300 it doesn't mean other peoples 
servers (like ours) are going to expire their cache that quickly.

thanks,
-Drew

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] USB Mounting Problem

2010-01-18 Thread JohnS
https://bugzilla.redhat.com/show_bug.cgi?id=550590

This also applies to Suns VirtualBox 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread JohnS

On Mon, 2010-01-18 at 18:59 +0530, Rajagopal Swaminathan wrote:
> Greetings,
> 
> Is there a centos repo with mysql workbench anywhere.
> 
> In the same vein, is there a publicly available build system for
> centos where people can submit the source tar.gz and get hotly baked
> rpm and the icing would be with some way to resolve dependencies??
> 
> It would be great to have one..
> 
> Regards and thanks,
> 
> Rajagopal
---
You can get directly from mysql.com for EL5.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: free DNS service?

2010-01-18 Thread Lanny Marcus
On Mon, Jan 18, 2010 at 10:39 AM, R-Elists  wrote:

>> I have been using a free DNS service for the past seven (7) years.
>> This morning, at 4 A.M., ,  I changed the "A" record for one
>> of my web sites,  to point to an IP address on a different
>> server, so I could test. After watching the TTL count down
>> from 3600 to zero, with the "dig" command,  it then reset to
>> 3600, but still resolved to the
>> original IP address.  :-)   I set the "A" record back to the original
>> IP address and  filed a Support Ticket with that company,

> there are "many" other factors involved in DNS and it's distribution &
> usage...
>
> one thing is that virtually every machine has it's own resolver and
> typically a cache of some sort...

> until the cache in the resolver on that system is updated, changed, flushed,
> refreshed, whatever etc... it doesn't need to go get an update...

Yes. When I got the syntax correct, for the "dig" command to check the
authoritative DNS servers, I discovered the "dig" command I first
used, was checking the DNS cache in my IPCop Firewall/Router
box

I believe I now know how to flush that cache and will do that, before
I change the "A" record  to point to the IP of the new server
again.

Hoping MyDomain.com will lower the TTL from 3600 to 300 for a few
days, so I can do the testing/migration I need to do a lot faster.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] About GLOBAL vars

2010-01-18 Thread Kai Schaetzl
Please don't hijack threads. If you want to ask something, then please use 
the "new message" button in your mail client and *not* the "reply" button.
Thank you.

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] About GLOBAL vars

2010-01-18 Thread Christoph Maser
Am Montag, den 18.01.2010, 18:02 +0100 schrieb Alberto García Gómez:
> I install XAMPP in a server and know I want some binaries run as they were
> part of the system (I reaaly don't know if this correct). So I need
> that -pear- -pecl- and others run as:
>
> #pear install [PACKAGE]
>
> and not
>
> #cd /path/to/pear/ && ./pear install [PACKAGE]
>
> Same with rest
>
> Best Regards
>
> Saludos Fraternales


1. Don't hijack threads (use reply and then change the topic)
2. use yum install software. See "yum list php-pear\* php-pecl\*"

Chris


financial.com AG

Munich head office/Hauptsitz München: Maria-Probst-Str. 19 | 80939 München | 
Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | 
Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert | Dr. Alexis Eisenhofer | Dr. 
Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich – HRB 128 972 | Sales tax ID 
number/St.Nr.: DE205 370 553
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] About GLOBAL vars

2010-01-18 Thread John Doe
From: Alberto García Gómez 
> I install XAMPP in a server and know I want some binaries run as they were 
> part of the system (I reaaly don't know if this correct). So I need 
> that -pear- -pecl- and others run as:
> #pear install [PACKAGE]
> and not
> #cd /path/to/pear/ && ./pear install [PACKAGE]

Add /path/to/bin to the PATH variable.
See examples in /etc/profile.d/

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] About GLOBAL vars

2010-01-18 Thread Alberto García Gómez
I install XAMPP in a server and know I want some binaries run as they were 
part of the system (I reaaly don't know if this correct). So I need 
that -pear- -pecl- and others run as:

#pear install [PACKAGE]

and not

#cd /path/to/pear/ && ./pear install [PACKAGE]

Same with rest

Best Regards

Saludos Fraternales
_
Atte.
Alberto García Gómez M:.M:.
Administrador de Redes/Webmaster
IPI "Carlos Marx", Matanzas. Cuba.
0145-2887(30-33) ext 124 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail alias

2010-01-18 Thread Kai Schaetzl
=?ISO-8859-1?Q?G=F6tz_Reinicke_-_IT-Koordinator?= wrote on Mon, 18 Jan 
2010 15:49:35 +0100:

> Because some coworkers "messed" up my alias file

I would certainly remove the quotation marks! A good time to talk about a 
policy who's allowed to make these changes ;-)
You might also use Webmin for such tasks done by "co-workers" and allow 
only internal IP access. That would have also prevented wrong entries.

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: free DNS service?

2010-01-18 Thread John Doe
From: R-Elists 
> > I have been using a free DNS service for the past seven (7) years.
> > This morning, at 4 A.M., ,  I changed the "A" record for one 
> > of my web sites,  to point to an IP address on a different 
> > server, so I could test. After watching the TTL count down 
> > from 3600 to zero, with the "dig" command,  it then reset to 
> > 3600, but still resolved to the
> > original IP address.  :-)   I set the "A" record back to the original
> > IP address and  filed a Support Ticket with that company, but 
> > if they cannot get this to work properly again, I need a new 
> > DNS service that is free. Recommendations?  (BTW, the Domain 
> > is registered with GoDaddy, but not hosted there, so it 
> > appears I cannot use their "Total DNS" service).  TIA!
> so, when you make a dns change properly on a serving system, it still has to
> get distributed and that doesnt mean that every machine that has a resolver
> or cache has changed at that instant... it can take more time than you
> expecetd...

Indeed; there is a TTL parameter.
If you want the changes to be propagated 'fast', you set the TTL to a low 
duration.
But DNS caches can bypass it if they choose to...

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: free DNS service?

2010-01-18 Thread R-Elists
 

> 
> I have been using a free DNS service for the past seven (7) years.
> This morning, at 4 A.M., ,  I changed the "A" record for one 
> of my web sites,  to point to an IP address on a different 
> server, so I could test. After watching the TTL count down 
> from 3600 to zero, with the "dig" command,  it then reset to 
> 3600, but still resolved to the
> original IP address.  :-)   I set the "A" record back to the original
> IP address and  filed a Support Ticket with that company, but 
> if they cannot get this to work properly again, I need a new 
> DNS service that is free. Recommendations?  (BTW, the Domain 
> is registered with GoDaddy, but not hosted there, so it 
> appears I cannot use their "Total DNS" service).  TIA!
> 
> Lanny

Lanny,

there are "many" other factors involved in DNS and it's distribution &
usage...

one thing is that virtually every machine has it's own resolver and
typically a cache of some sort...

it is early so i may not be using specifically precise terms...

so, when you make a dns change properly on a serving system, it still has to
get distributed and that doesnt mean that every machine that has a resolver
or cache has changed at that instant... it can take more time than you
expecetd...

until the cache in the resolver on that system is updated, changed, flushed,
refreshed, whatever etc... it doesnt need to go get an update...

example only: so, like on a windwos box, you can down the ethernet and bring
it back up and walla walla!

on linux boxes, there are various things you can do there...

exercise left up to the reader

 - rh

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail alias

2010-01-18 Thread Götz Reinicke - IT-Koordinator
Stephen Harris schrieb:
> On Mon, Jan 18, 2010 at 02:39:37PM +0100, G?tz Reinicke - IT-Koordinator 
> wrote:
>> how are mails forwarded, if I do have the same alias pointing to two
>> different users like this (two entries, two lines):
>>
>> bon.aqua: coke
>> bon.aqua: pepsi
> 
> That will not work.
> 
>> Will coke and pepsi get the mail adressed to bon.aqua or will only the
>> first entry get the mail?
> 
> You'll get a warning message
> 
>   $ grep testme /etc/aliases
>   testme: user1
>   testme: user2
>   $ newaliases
>   /etc/aliases: line 105: testme... Warning: duplicate alias name testme
>   /etc/aliases: 80 aliases, longest 10 bytes, 812 bytes total

:-) It must be monday ... I've looked up the warning (what I could have
done before posting) and:

http://home.bolink.org/ebooks/networking/sendmail/ch24_04.htm

24.4.4 Duplicate Entries and Automation

Ordinarily, duplicate local names on the left-hand side of the colon in
an alias file will result in an error. For example, consider this
abstract from an aliases file:

staff: bob
staff: george

Running newaliases on this file would produce the following error
message and would cause the first entry to be ignored:

Warning: duplicate alias name george


/Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrats:
Prof. Dr. Claudia Hübner
Staatsrätin für Demographischen Wandel und für Senioren im Staatsministerium

Geschäftsführer:
Prof. Thomas Schadt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail alias

2010-01-18 Thread Götz Reinicke - IT-Koordinator
Kai Schaetzl schrieb:
> =?ISO-8859-15?Q?G=F6tz_Reinicke_-_IT-Koordinator?= wrote on Mon, 18 Jan 
> 2010 14:39:37 +0100:
> 
>> how are mails forwarded, if I do have the same alias pointing to two
>> different users like this (two entries, two lines):
>>
>> bon.aqua: coke
>> bon.aqua: pepsi
>>
>> Will coke and pepsi get the mail adressed to bon.aqua or will only the
>> first entry get the mail?
> 
> Only one will get used, don't remember if the first or the last. I think 
> it is the first.
> 
>> I know, that "bon.aqua: coke, pepsi" will forward the mails to coke and
>> pepsi,
> 
> So, why ask? ;-)

Because some coworkers "messed" up my alias file ... :-) And I was
wondering if this setup will work.

Cheers,

Götz
-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrats:
Prof. Dr. Claudia Hübner
Staatsrätin für Demographischen Wandel und für Senioren im Staatsministerium

Geschäftsführer:
Prof. Thomas Schadt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mediatomb compile from svn - centos 5.4

2010-01-18 Thread John Doe
From: Tom Bishop 
>Anyone compiled Mediatomb from svn on centos 5.4 and had success?  Trying to 
>do this and want to make sure I have all of the dependencies met, thanks.

Never tried, but the requirements from the documentation is a good start...
http://mediatomb.cc/pages/documentation#id2487975

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Mediatomb compile from svn - centos 5.4

2010-01-18 Thread Tom Bishop
Anyone compiled Mediatomb from svn on centos 5.4 and had success?  Trying to
do this and want to make sure I have all of the dependencies met, thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mysql Workbench

2010-01-18 Thread Geoff Galitz

> In the same vein, is there a publicly available build system for
> centos where people can submit the source tar.gz and get hotly baked
> rpm and the icing would be with some way to resolve dependencies??

I don't of a website, but you can use checkinstall which will do the job on
one of your own machines.  Be aware that the lastest versions have a bug
which makes you jump through a couple extra hoops... but it is the only tool
to do that, to my knowledge.

-geoff


-
Geoff Galitz
Blankenheim NRW, Germany
http://www.galitz.org/
http://german-way.com/blog/


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] changing openoffice defaults

2010-01-18 Thread John Doe
From: Janez Kosmrlj 
>I did consider that, but if you have about 1000 machines distributed in 4 
>countries, then this is not really an option.
>I am trying to find a way, that can be packaged to an rpm package.

If I use the menu, I get in my 
~/.openoffice.org2.0/user/registry/data/org/openoffice/Office/Paths.xcu:
  file:///opt
Notice the 'file://'...
The global setting for me is in:
  /usr/lib/openoffice.org/share/registry/data/org/openoffice/Office/Paths.xcu
But the global setting is useless for existing users (who already have local 
settings)...

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail alias

2010-01-18 Thread Kai Schaetzl
=?ISO-8859-15?Q?G=F6tz_Reinicke_-_IT-Koordinator?= wrote on Mon, 18 Jan 
2010 14:39:37 +0100:

> how are mails forwarded, if I do have the same alias pointing to two
> different users like this (two entries, two lines):
> 
> bon.aqua: coke
> bon.aqua: pepsi
> 
> Will coke and pepsi get the mail adressed to bon.aqua or will only the
> first entry get the mail?

Only one will get used, don't remember if the first or the last. I think 
it is the first.

> 
> I know, that "bon.aqua: coke, pepsi" will forward the mails to coke and
> pepsi,

So, why ask? ;-)

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail alias

2010-01-18 Thread Stephen Harris
On Mon, Jan 18, 2010 at 02:39:37PM +0100, G?tz Reinicke - IT-Koordinator wrote:
> how are mails forwarded, if I do have the same alias pointing to two
> different users like this (two entries, two lines):
> 
> bon.aqua: coke
> bon.aqua: pepsi

That will not work.

> Will coke and pepsi get the mail adressed to bon.aqua or will only the
> first entry get the mail?

You'll get a warning message

  $ grep testme /etc/aliases
  testme: user1
  testme: user2
  $ newaliases
  /etc/aliases: line 105: testme... Warning: duplicate alias name testme
  /etc/aliases: 80 aliases, longest 10 bytes, 812 bytes total

I think the second entry will get the mail; aliases are stored as db
or dbm files, and so only have one value per key.  Sendmail doesn't
merge keys.  (At least looking at the resulting DB file I only see
"user2" in the file).

> I know, that "bon.aqua: coke, pepsi" will forward the mails to coke and
> pepsi,

That is the correct format.  Use it :-)

-- 

rgds
Stephen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] sendmail alias

2010-01-18 Thread Götz Reinicke - IT-Koordinator
Hi,

how are mails forwarded, if I do have the same alias pointing to two
different users like this (two entries, two lines):

bon.aqua: coke
bon.aqua: pepsi

Will coke and pepsi get the mail adressed to bon.aqua or will only the
first entry get the mail?

I know, that "bon.aqua: coke, pepsi" will forward the mails to coke and
pepsi,


Cheers,

Götz
-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrats:
Prof. Dr. Claudia Hübner
Staatsrätin für Demographischen Wandel und für Senioren im Staatsministerium

Geschäftsführer:
Prof. Thomas Schadt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] mysql Workbench

2010-01-18 Thread Rajagopal Swaminathan
Greetings,

Is there a centos repo with mysql workbench anywhere.

In the same vein, is there a publicly available build system for
centos where people can submit the source tar.gz and get hotly baked
rpm and the icing would be with some way to resolve dependencies??

It would be great to have one..

Regards and thanks,

Rajagopal
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] changing openoffice defaults

2010-01-18 Thread Janez Kosmrlj
I did consider that, but if you have about 1000 machines distributed in 4
countries, then this is not really an option.
I am trying to find a way, that can be packaged to an rpm package.

BR

On Mon, Jan 18, 2010 at 12:26 PM, MHR  wrote:

> On Mon, Jan 18, 2010 at 3:08 AM, Janez Kosmrlj
>  wrote:
> > anyone?
> >
> >
> > On Fri, Jan 15, 2010 at 8:26 AM, Janez Kosmrlj <
> postnali...@googlemail.com>
> > wrote:
> >>
> >>
> >> Hi,
> >> I am trying to change some OpenOffice defaults. First of all I would
> like
> >> to change the default open/save directory.
>
> Did you try using Tools->Options->OpenOffice.org->Paths to set the "My
> Documents" directory?  Did you consider using the Help functions to
> see if there was an easy way to do what you want?
>
> It's not always the first, best choice to dig into the muck of the
> control files when there are built in option controls that will
> accomplish the same thing easily and conveniently
>
> Also, please do not top-post on this list.
>
> HTH.
>
> mhr
> ___
> 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] changing openoffice defaults

2010-01-18 Thread MHR
On Mon, Jan 18, 2010 at 3:08 AM, Janez Kosmrlj
 wrote:
> anyone?
>
>
> On Fri, Jan 15, 2010 at 8:26 AM, Janez Kosmrlj 
> wrote:
>>
>>
>> Hi,
>> I am trying to change some OpenOffice defaults. First of all I would like
>> to change the default open/save directory.

Did you try using Tools->Options->OpenOffice.org->Paths to set the "My
Documents" directory?  Did you consider using the Help functions to
see if there was an easy way to do what you want?

It's not always the first, best choice to dig into the muck of the
control files when there are built in option controls that will
accomplish the same thing easily and conveniently

Also, please do not top-post on this list.

HTH.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] changing openoffice defaults

2010-01-18 Thread Janez Kosmrlj
anyone?


On Fri, Jan 15, 2010 at 8:26 AM, Janez Kosmrlj
wrote:

>
>
> Hi,
> I am trying to change some OpenOffice defaults. First of all I would like
> to change the default open/save directory.
> First I tried to change *$work* in */opt/
> openoffice.org/basis3.1/share/registry/data/org/openoffice/Office/Paths.xcu
> * but it hadn't had any impact on the users.
> Then I tried to change the file */opt/
> openoffice.org/basis3.1/share/registry/schema/org/openoffice/Office/Common.xcs
> *
> I tried to change :
> *
>   
> Specifies the path of the work folder, which can be
> modified according to the user's needs. The path specified here can be seen
> in the Open or Save dialog.
>   
>   $(work)
> *
>
> to
>
> *
>   
> Specifies the path of the work folder, which can be
> modified according to the user's needs. The path specified here can be seen
> in the Open or Save dialog.
>   
>   /opt/documents
> 
>
> *But instead of pointing to /opt/documents the default save dialogue now
> opens at / and in the properties i can now see that it points nowhere (see
> attached picture)
>
> Has anyone an idea what I am doing wrong.
>
> BR
> Janez
>
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5 and webex wrf files?

2010-01-18 Thread John Doe
From: Scott Ehrlich 
> Anyone have experience playing back a Webex wrf file on their CentOS 5.x 
> system?
> I have a newly installed CentOS 5.4 i386 system and want to play such
> a file, but the Webex.com web site says it only supports Windows and
> MacOS for playback.
> Any other options next to creating a VM of Windows (I'm not buying a
> Mac for this).

Google gives:
http://www.johnoriordan.ie/index.php/2008/03/10/webex-player-on-linux/

JD


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Backup solution-Solved (Was: Backup server)

2010-01-18 Thread Sorin Srbu
>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
>Of Arturas Skauronas
>Sent: Friday, January 15, 2010 6:50 PM
>To: CentOS mailing list
>Subject: Re: [CentOS] Backup server

Guys, BackupPC works like the proverbial charm.

Thank you very much to all who advised and hinted me about this solution and
the initial "burn-in" problems!
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup server

2010-01-18 Thread Sorin Srbu
>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
>Of m.r...@5-cent.us
>Sent: Friday, January 15, 2010 5:14 PM
>To: CentOS mailing list
>Subject: Re: [CentOS] Backup server
>
 I was thinking about your long term here. Make sure to use LVM  to
 create your underlaying partition. Then you can add disk space in the
 future without having to reformat everything and  can just grow your
 ext3/ext4 partition instead.
>>>
>>> With six drives installed, there is no more space to add more drives in
>>> the chassis. But thanks for the hint!
>
>Ahh, but when you replace some of them with larger drives?

Then I'll consider it. ;-)
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos