Re: [CentOS] Introduction and request for help with virtualization

2010-08-04 Thread Christoph Maser
Am Mittwoch, den 04.08.2010, 11:30 -0400 schrieb Kevin Chang:
 I found a script via google:
 
 
 #!/bin/sh
 
 virt-install \
 -n calcnode01 \
 -r 1024 \
 -f /dev/vmstorage_vg/calcnode01 \
 --cdrom=/software/iso/CentOS-5.5_x86_64-boot.iso \
 --accelerate \
 --vnc \
 -x ks=ftp://192.168.0.101/pub/ks/calcnode01.ks ip=192.168.0.101
 netmask=255.255.255.0 dns=192.168.0.20 gateway=192.168.0.1 text
 console=ttyS0
 
 When I start this script from the SSH terminal it starts but I cannot
 see anything being installed.  I entered the virsh console and see the
 calcnode01 entry if I do a list.  If I try to connect using virsh I do
 not see anything.  The kickstart was created from the anaconda file
 created from the manual installation. I enabled the options to create
 the filesystems.
 
 I think the installation is waiting on some input but I cannot see any
 console.  I have tried with and without the console=ttyS0 option.
 
 Thank you everyone for your time.

Kevin,

since you use --vnc the console of the vurtual machine is using vnc, you
can use virt-manager or virt-viewer to atttach a graphical console.

+C

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


Re: [CentOS] Redirecting PHP error messages into a log file

2010-07-31 Thread Christoph Maser
Am 31.07.2010 14:48, schrieb Keith Roberts:

 It's a bit tricky setting up PHP error logging to a seperate
 file. This works for me on 32bit, Centos 5.5 and Fedora 12,
 and previous Fedora versions.

 Here are my settings:

 SELinux disabled at boot time.

How about leaving it on and consult /var/log/audit/audit.log to see if 
selinux is interfering. I guess if there is any denial its just because 
your new logfile has the wrong context and you can easily change that 
with chcon.

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


Re: [CentOS] DHCPD

2010-07-30 Thread Christoph Maser
Am 30.07.2010 21:35, schrieb tony.chamberl...@lemko.com:

 Can I somehow tell my desktop only to handle PXE requests and anything
 else should go to 192.168.5.1?


Configure your DHCP server only to talk only to certain clients. (deny 
unknown-clients) see man dhcpd.conf.


 Couple minor questions but I can save time asking here too:

 I can't figure out the correct option or keyword to assign host name
 via DHCP.

 Is there a way I can have a user choose whether to install 4.5 or 5.4
 (CentOS) via boot?  I put multiple choices into the C0 file but it ignored
 all but one.

Yes you can do that via the pxelinux config files 
http://syslinux.zytor.com/wiki/index.php/PXELINUX#How_do_I_Configure_PXELINUX.3F

If you plan to do more machines in the future it might be worth to have 
a look at cobbler https://fedorahosted.org/cobbler/.

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


Re: [CentOS] Enabling X on headless server via network

2010-07-25 Thread Christoph Maser
Am 25.07.2010 17:15, schrieb Dotan Cohen:
 Note that my goal is to start
 X, then ssh in and run Firefox remotely from a Fedora desktop. The
 server itself has no monitor.

 Thanks in advance for any advice.


For that you do not need an X server on the remote machine all you need 
is X11 Forwarding in SSH. It needs to be enabled on the SSH Server 
(X11Forwarding option) and on the SSH client (command line options -Y or -X)

You only need to run an X server on the remote machine if you want to do 
XDMCP

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


Re: [CentOS] redundant networked secure file system recommendation

2010-07-21 Thread Christoph Maser
Am 19.07.2010 18:02, schrieb Boris Epstein:
 Hi all,

 We are currently running a NFS-based server centric setup. I would
 like to set up something where I can easily have more than one
 redundant server, security/authentication (this part seems a little
 flaky with NFS, at least did several years ago), with the capability
 to easily add/remove servers as necessary, take redundant servers down
 for maintenance, etc. Total volume we expect to run on the server side
 will be somewhere between 10-30 TB. The servers will most likely be
 CentOS machines, the clients mostly Linux machines with some Macs and
 possibly Windows (the latter part not that important).

 Any insight, thoughts and recommendations will be much appreciated.

 Thanks.

 Boris.


I think about buying a HP LeftHand SAN wich is an iSCSI cluster sytem. 
One could use that as backend for two failover hosts serving GFS via NFS.

+C

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


Re: [CentOS] Resolv.conf being overwritten

2010-05-26 Thread Christoph Maser
Am Donnerstag, den 20.05.2010, 19:02 -0400 schrieb Thomas Dukes:
 I am trying to add 127.0.0.1 to my resolv.conf. I added it through the
 system-config-network but if I reboot, its gone. I do not have the caching
 nameserver package installed. My ISP's nameservers are there. It must have
 something to do with DHCP.
 
 Also, in the network config GUI, should I select the IPv6 option for either
 or both network cards?
 
 TIA
 

This was discussed here not very long ago.
From /usr/share/doc/initscripts-8.45.30/sysconfig.txt:



PEERDNS=yes|no
  modify /etc/resolv.conf if peer uses msdns extension (PPP only) or
  DNS{1,2} are set, or if using dhclient. default to yes.


So PEERDNS=no in the right /etc/sysconfig/network-scripts/ifcfg-X
should be your solution.

Chris

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


Re: [CentOS] [SOLVED] Re: Formatting file system too slow on CentOS

2010-05-17 Thread Christoph Maser
Am Samstag, den 15.05.2010, 09:04 +0700 schrieb David Suhendrik:
 Thanks for the help, a solution to this problem is to update the bios, 
 and after using the newest version of bios I can use AHCI mode on the 
 sata controller, and indeed this is the problem.
 
 But I had to install windows server to update the bios, then installed 
 again using Linux.
 
 --
 Best regards,
 David
 http://blog.pnyet.web.id
 

Usually you can download a bootable CD Image from HP for BIOS updates. 

Chris


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


Re: [CentOS] Formatting file system too slow on CentOS

2010-05-11 Thread Christoph Maser
Am Dienstag, den 11.05.2010, 11:38 +0530 schrieb Rajagopal Swaminathan:
 Greetings,
 
 On Tue, May 11, 2010 at 8:08 AM, David Suhendrik da...@pnyet.web.id wrote:
  @Rajagopal:
 
  This result:
  # hdparm -tT /dev/hda5
 
  /dev/hda5:
   Timing buffered disk reads:8 MB in  3.08 seconds =   2.60 MB/sec
 
 
 First of all it should report /dev/sda and not /dev/hda
 
 It is a horrible speed for modern disks.
 
 
 Modern SATA disks show around 50-80 MB/Sec
 
 I am sure ide0noprobe=no (or zero -- check docs) in the kernel mline
 will surely speed up in addition to other suggestions will
 dramatically speed up.


As will setting the operation mode in mode in BIOS from compatible to
SATA. First thing i do on all HP servers when they are shipped.

Chris

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


Re: [CentOS] Resolving dependencies from the command-line

2010-05-06 Thread Christoph Maser
Am Donnerstag, den 06.05.2010, 18:22 +0200 schrieb Marco Shaw:
 CenOS 5.4 x64

 I'm stuck at the command-line.  I'm only familiar with the RPM
 command, but AFAIK, that cannot automatically resolve any dependencies
 when installing packages.

 Is there a command-line utility that I can force to automatically
 install all the dependencies for a particular package?  I seem to
 remember a new UI was added recently that could, but I have to
 complete this from a prompt.

 Marco


http://www.centos.org/docs/5/html/yum/




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] Broken upgrade to memcached

2010-05-03 Thread Christoph Maser
Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us:
 Yum checkupdate tells me I should update memcached, that the x86_64
 1.4.5-1.el5 needs an update, I go to do that, and it complains that it's
 missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS
 5.4).

 Clues... or is this actually broken?

mark

Check out this one
http://lists.rpmforge.net/pipermail/suggest/2010-April/001380.html

So you propably will need CentOS 5.5 for this memcached update.

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] Broken upgrade to memcached

2010-05-03 Thread Christoph Maser
Am Montag, den 03.05.2010, 16:20 +0200 schrieb m.r...@5-cent.us:
 Chris wrote:
  Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us:
  Yum checkupdate tells me I should update memcached, that the x86_64
  1.4.5-1.el5 needs an update, I go to do that, and it complains that it's
  missing a dependency of libevent-1.4.so.2 (this is all 64 bit, CentOS
  5.4).
 
  Clues... or is this actually broken?
 
  Check out this one
  http://lists.rpmforge.net/pipermail/suggest/2010-April/001380.html
 
  So you propably will need CentOS 5.5 for this memcached update.

 Ah, but since the box is running 5.4, it seems as though something's
 broken, and yum check-update should not tell me that it's ready to update
 memcached.x86_64 1.4.5-1.el5 from epel. Seems broken to me.

 mark

This is a long story iirc dag had quite an argument with the yum
developers about that. Some people say yum is broken others say the repo
is broken. Its a matter of opinons. You propably want --skip-broken.

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] Broken upgrade to memcached

2010-05-03 Thread Christoph Maser
Am Montag, den 03.05.2010, 20:38 +0200 schrieb m.r...@5-cent.us:
 Chris wrote:
  Am Montag, den 03.05.2010, 16:20 +0200 schrieb m.r...@5-cent.us:
  Chris wrote:
   Am Montag, den 03.05.2010, 16:07 +0200 schrieb m.r...@5-cent.us:
   Yum checkupdate tells me I should update memcached, that the x86_64
   1.4.5-1.el5 needs an update, I go to do that, and it complains that
   it's missing a dependency of libevent-1.4.so.2 (this is all 64 bit,
   CentOS 5.4).
  
   Clues... or is this actually broken?
 snip
  This is a long story iirc dag had quite an argument with the yum
  developers about that. Some people say yum is broken others say the repo
  is broken. Its a matter of opinons. You propably want --skip-broken.

 I would have to agree with the repo being misconfigured. If I'm on 5.4,
 and look for updates to 5.4, it should *not* tell me that one package
 needs updating, but that, and an unnoted dependency, are both actually
 5.5.

 mark

Well thats one side of the story, but an implicit --skip-broken would
have the same effect, you wouldn't see the update at all.

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] scripting CPAN installs

2010-04-21 Thread Christoph Maser
Am Mittwoch, den 21.04.2010, 18:16 +0200 schrieb Joseph L. Casale:
 I'm leaning pretty heavily in this directly actually, just given how
 little progress I'm making with CPAN itself.   Next step I guess is to
 see if all my packages are available in RPMs.

 rpmforge has a lot, the only pain you might encounter is the circular
 dependency hell you sometimes encounter building rpms with cpan2rpm, but
 it's probably worth the onetime effort...

I have not seen that yet. Is that specific to cpan2rpm?

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] wher cam i get the kickstart's rpm or gz?

2010-04-19 Thread Christoph Maser
Am Sonntag, den 18.04.2010, 13:09 +0200 schrieb hqm8512:
 HI erveryone,
I want to install some machines with the kickstart,but i can't
 find the kickstart's rpm or gz,anyone know it? my server is suse
 10.3,thank you!




There ist no kickstart software. Kickstart is a mix of pxe, tftp, dhcp
and a command file for anaconda. For details consult the fine
documentation at
http://www.centos.org/docs/5/html/Installation_Guide-en-US/ch-kickstart2.html

Regards
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] scripting CPAN installs

2010-04-16 Thread Christoph Maser
Am Donnerstag, den 15.04.2010, 22:23 +0200 schrieb Alan McKay:
 Hey folks,

 Maybe there is a Perl/CPAN list that is a better place to ask this?
 If so, maybe someone can point me to it.

 Anyway, I want to be able to script the installation of a bunch of
 CPAN modules, and the first basic problem I am coming up against is
 that the cpan command seems to always return 0 regardless of whether
 or not the install completed.

 Google does not bring up a whole lot of help for me here, but I have
 to think this problem has already been solved.

 Thanks for any guidance you can give.

 -Alan


Alan

i do a lot of the perl CPAN RPMS at rpmforge, if oyu have any reasons to
not use them please tell and I will try to fix that.

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] CentOS5 and samba

2010-04-16 Thread Christoph Maser
Am Freitag, den 16.04.2010, 15:00 +0200 schrieb
lheck...@users.sourceforge.net:
 We're trying to migrate RHEL3 and CentOS4 based samba servers over to CentOS5,
  but it's a bleeding disaster. We cannot get it to work reliably with any
  version of CentOS5, i386 or x86_64, the included 3.0.x version of samba or
  3.4.x/3.5.x compiled from source.

  The symptoms are: read access is extremely slow, write access seems to work
  in principle (e.g. creating a zeros-sized file on a share), but writing even
  small files (100k) to the share eventually times out with out of memory or
  disk space errors. These shares are home directories NFS-mounted on the
  samba server. Shares of local disks work fine as expected.

  We have played with oplock settings and got some improvements, but not
  reliably, and this seems to effect XP and Seven clients differently.

  Surely we are not the first to run into this sort of issue? Given the range
  of tested software, the problem appears to be specific to CentOS5.



If this was a general CentOS problem you would propably find tons of
information on bugs.centos.org and bugzilla.redhat.com. I bon't use
samba on CentOS 5 myself but it's really hard to believe that it is a
CentOS related problem. I rather think it is some trivial common problem
like network issues (duplex/speed missmatch) or some problem with the
storage.

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] How Do I ...

2010-04-14 Thread Christoph Maser
Am Mittwoch, den 14.04.2010, 17:58 +0200 schrieb JohnS:
 On Wed, 2010-04-14 at 15:12 +, Joseph L. Casale wrote:
  The eth? names are assigned in more or less random order at bootup
 
  Not exactly random but not always as expected:)
  http://linux.dell.com/files/whitepapers/nic-enum-whitepaper-v3.pdf
 ---
 Nice paper by Michael..  What I do is disable all the nics in the bios
 via console rdir of drac 3 -5.  Enable one at a time to install then
 enable the other integrated nics.  Then have the the other nic hardware
 installed.  Can also be done remote or local. It eases the frustration.
 Then you have them in the order you want.

 John


We use spacewalk integraed cobbler for installation it takes the mac
addresses as input for nic configuration and cares about that problem in
a nice way.

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] Convert DHCP to static during kickstart

2010-03-08 Thread Christoph Maser
Am Montag, den 08.03.2010, 09:14 +0100 schrieb Marcus Moeller:
 Hi all.

 is there an easy way to kickstart a system using DHCP, but then use
 the obtained settings to define static network configurations on the
 installed system?

 Best Regards
 Marcus


A simple %post script comes to mind.


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] CentOS magic to Active Directory login?

2010-02-21 Thread Christoph Maser
Am Freitag, den 19.02.2010, 04:07 +0100 schrieb Tom Bishop:
 I just set up a centos 5.4 server with this a couple of weeks agao,
 really straight forward, here is the best guide that I
 found, http://www.linuxmail.info/active-directory-integration-samba-centos-5/


The very same without clicking
http://wiki.centos.org/TipsAndTricks/WinbindADS

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] /etc/ldap.conf pam_filter

2010-02-11 Thread Christoph Maser
Am Mittwoch, den 10.02.2010, 20:27 +0100 schrieb News Listener:
 Hi Chris,
 Thanks,
 you mind, replace ldap auth with winbind auth ?

 my  scene:
 on one side 1 smb server pdc with ldap,
 on the another side, 1 Xorg-Server with auth over ldap , the same from the 
 first one (smb).
 i need to permit only users membership_of Domain Users to login on the 
 Xorg-Server
 Thanks


In that case look for pam_groupdn in ldap.conf

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] Anyone using Active Driectory auth with Centos 5.4.....?

2010-02-11 Thread Christoph Maser
Am Mittwoch, den 10.02.2010, 01:10 +0100 schrieb Jay Leafey:
 If you are using AD for JUST authentication and not user information,
 you can use the PAM Kerberos stuff.  We've been using it for a couple of
 years from both CentOS/RHEL 4 and 5 systems with good results.  It was
 actually pretty easy to do (once we figured out which type of chicken
 bones to burn).

If you  have that working you can even go without pam as Dan mentioned
you can use the apache kerberos module. A short howto is here:
http://wiki.centos.org/HowTos/HttpKerberosAuth

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] CentOS 5.4 x86_64 authenticating against AD (Server 2008r2)

2010-02-05 Thread Christoph Maser
Am Freitag, den 05.02.2010, 05:20 +0100 schrieb Dan Burkland:
 Hey All,

 Just wondering if any of you have been able to setup CentOS 5.4 to 
 authenticate against AD on a Server 2008r2 Domain Controller. I am trying to 
 complete this particular setup however I have run into some difficulties such 
 as not being able to lookup domain users via getent passwd.

 Thanks for your input,

 Dan

You can find a documentation how to do that here:
http://wiki.centos.org/TipsAndTricks/WinbindADS

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] best parallel / cluster SSH

2010-02-05 Thread Christoph Maser
Am Donnerstag, den 04.02.2010, 19:31 +0100 schrieb Alan McKay:
  It depends on what you need to do.  If you really have enough machines
  or long-running jobs that a shell loop through them isn't practical, you
  might want something higher-level like cfengine or puppet, or at least
  something running under cron to make them independent.

 cfengine or puppet (or something else - slackmaster?) are where I want
 to be eventually - but in the immediate term something like this would
 help a lot.e.g bouncing my 4 front-end apache servers on 4
 different boxes.   That sort of thing.


I like clusterssh (also named cssh) and mussh for this purpose.

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] /etc/ldap.conf pam_filter

2010-02-05 Thread Christoph Maser
Am Freitag, den 05.02.2010, 11:38 +0100 schrieb Nobody ist perfect:
 Hi,

 we use an openldap server / samba as domain controller for our
 windows/linux workstations. on a specific server, login should only
 be allowed, if the certain user is member of a group (let's call this
 group login). All the users in the domain are members of the group
 Domain Users. Therefore their primary gid is not the login-group's gid.
 How can I make the login depending on that login-group-membership?

 Thanks!

 Toby



If you use winbind you can use require_membership_of=
in/etc/security/pam_winbind.conf.

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] CentOS 5.4 x86_64 authenticating against AD (Server 2008r2)

2010-02-05 Thread Christoph Maser
Am Freitag, den 05.02.2010, 14:38 +0100 schrieb Dan Burkland:


 Wbinfo -u  wbinfo -g do indeed work for me however getent passwd or
  getent group returns no AD users or groups. I have winbind entries in
  nsswitch for both the passwd  group entries. Josepeh, I will try a
  newer RPM from a different repository and see if that resolves my
  issues. Did my smb.conf look ok?

 Thanks again guys,

 Dan


Why don't you try the way i proposed it automatically sets up smb.conf,
krb5.conf, pam and nss correctly. And its the way the upstream vendor
itended to use.

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] Is it possible to run serial console redirection without xen kernel

2010-02-03 Thread Christoph Maser
Am Mittwoch, den 03.02.2010, 07:30 +0100 schrieb premr...@digilink.in:

 Hi,

 I have customized my centos Installation and removed the vitalization,
 Cluster and storage cluster support along
 with GUI support.I have enabled only server related packages.

 Regarding serial console redirection,I have checked my serial
 cable,Ports and inittab and grub.conf configuration.Everything seems
 to be correct.I wanted to know that is it necessary to have a xen
 kernel (2.6.18-128xen.el5) installed although you may be booting
 through an base linux kernel (2.6.18-128.el5).Is there any package for
 serial redirection that could be necessary.I have installed setserial
 rpm.

 Thanks
 premraj

Serial console works with any centos kernels. What exactly is your
problem?

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] Not able to redirect console msgs to serial port

2010-02-03 Thread Christoph Maser
Am Montag, den 01.02.2010, 06:27 +0100 schrieb premr...@digilink.in:

 Hi,

 Iam using cento-5.3 on x86 machine and iam working to get the console
 messages redirected to serial port.
 - - -

 Still Iam not able to see any console messages redirection  on serial
 port.I have connected the serial port of the Machine_1 which has
 centos running to Machine_2 where i have opened an hyperterminal.I see
 no console
 messages displayed here. Iam , I missing any configuration or is there
 an rpm i should install ?


 Thanks and Regards,


Are you sure ttyS0 is the right one? I do have some machines were i need
to use ttyS1 or rarely even ttyS2.

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] monitoring a workstation

2010-02-03 Thread Christoph Maser
Am Montag, den 01.02.2010, 14:14 +0100 schrieb Eero Volotinen:
 2010/2/1 MOKRANI Rachid rachid.mokr...@ifp.fr:
  Hi,
 
  I need to monitor a workstation (Centos 5 x86_64).
 
  I need to obtain informations about :
 
  - cpu utilization per user, per a period, how many days per user,
 
  Any ideas about a good and simple free tool ?
 

 Install smpd on workstation and then use any snmp supported tool like nagios 
 ...


Nagios does not do snmp at all (some plugins do), also metrics (aka
performance data) is just the weakest spot in nagios. To get cpu
utilization per user you propably need psacct.

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] yum update error

2010-01-31 Thread Christoph Maser
Am Samstag, den 30.01.2010, 13:32 +0100 schrieb Majian:
 Hi ,all :

 Today I run the yum update command on my laptop, which is CentOS 5.4
 i386.
 Then the screen displays the following message :

 r...@kuku ~  yum update
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * addons: mirror.centos.net.cn
  * base: mirror.centos.net.cn
  * epel: mirrors.sohu.com
  * extras: mirror.centos.net.cn
  * rpmforge: ftp-stud.fht-esslingen.de
  * rpmfusion-free-updates: mirrors.cat.pdx.edu
  * rpmfusion-free-updates-testing: mirrors.cat.pdx.edu
  * rpmfusion-nonfree-updates: mirrors.cat.pdx.edu
  * rpmfusion-nonfree-updates-testing: mirrors.cat.pdx.edu
  * update: mirrors.163.com

Do not mix epel and rpmforge they are not compatible.

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] RAR from Console

2010-01-25 Thread Christoph Maser
Am Dienstag, den 26.01.2010, 07:04 +0100 schrieb Alberto García Gómez:
 Hi fellows, how can I unrar (.rar of course) from my console? What
 package do I need?

 Saludos Fraternales

Alberto please do not use reply to and then change the topic. Instead
use new mail in you mail client to start a new topic.





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] perl updates always break perl programs, how to fix?

2010-01-21 Thread Christoph Maser
Am Mittwoch, den 20.01.2010, 21:46 +0100 schrieb James Chase:
 I realize this is my fault because once upon a time I installed a
 package using CPAN and probably other admins on the system have as
 well but now whenever I update perl I have to jump through hoops to
 get perl applications to work again (usually updating Scalar::Util and
 another package with CPAN). I would love to figure out how to fix this
 so it's not such a headache to keep up to date with perl, but I can't
 figure out how.

 I tried moving my /usr/lib/perl5/site_perl directory out of the way
 and installing perl-Scar-Util using yum but it doesn't let me because
 the perl-5.8.8 rpm owns the man file for that. I'm not sure why the
 default Scalar-Util (isn't it built in to the base install of perl on
 CentOS) doesn't work in the first place?

 Also I do add perl packages via the dag/rpmforge repo, not sure if
 that messes up the perl updates too. Sorry I realize this could also
 be classified as a perl question -- but I'm hopeful other centos
 admins found a way to get their centos back into compliance with the
 yum updates.

 Thanks,
 James

 --
 Beware of all enterprises that require new clothes.
  --  Henry David Thoreau


I would suggest setting INSTALLDIRS=site (or --installdirs for
Module::Build) and INSTALLSITEARCH, INSTALLSITELIB, INSTALLSITEBIN etc
if needed. Also using INSTALL_BASE is a good option to get a
installation in a completely isolated location. Have a look at:
http://search.cpan.org/~mschwern/ExtUtils-MakeMaker-6.56/lib/ExtUtils/MakeMaker.pm

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] perl-Mail-Box dependencies

2010-01-21 Thread Christoph Maser
Am Donnerstag, den 21.01.2010, 17:25 +0100 schrieb Bowie Bailey:
 Does anyone know why the CentOS 5 package perl-Mail-Box from both
 rpmforge and epel is dependent on spamassassin?  Looking at the source
 from cpan, it appears to be an option rather than a dependency (and is
 even commented out of the option list in the makefile).



for rpmforge there is spec files for much newer version which fix that
but the builds fail because some dependencyies are not available in the
buildsys.

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 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] Logrotate in CentOS 5.4 more brutal (to httpd at least) than in 5.3?

2010-01-15 Thread Christoph Maser
Am Freitag, den 15.01.2010, 13:08 +0100 schrieb Arturas Skauronas:
 On Fri, Jan 15, 2010 at 11:35 AM, Christopher Thorjussen
 christopher.thorjus...@carrot.no wrote:
  I've just updated a few CentOS 5.3 servers to 5.4. One of them were a 
  Apache Webserver. Doing a diff/check on the new .rpmnew config files that 
  are made, I saw that the logrotate command for apache was changed. In 5.3 
  it did a reload, but in 5.4 it does a hard kill:
 
  CentOS 5.3:
 
  /var/log/httpd/*log {
 /sbin/service httpd reload  /dev/null 2/dev/null || true
  CentOS 5.4:
 
  /var/log/httpd/*log {
 /bin/kill -HUP `cat /var/run/httpd.pid 2/dev/null` 2 /dev/null || 
  true

 strange, because in my systems it does service reload
 logrotate-3.7.4-9


Same here.


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] Cloned Centos Boxes - First Run to run again?

2010-01-10 Thread Christoph Maser
Am Sonntag, den 10.01.2010, 12:26 +0100 schrieb Mr Gabriel:
 I need to build a bank of 12 centos boxes, for an experiment I'm doing.
 I don't want to install centos 12 times, I'm using virtual box across
 three machines, how can I get the first run scripts to run again to that
 the box is reconfigured on it's next boot.

 I want each box to appear like a fresh unique install.

Network install via kickstart is the standard solution. It only requires
a tfpt-server and a CentOS mirror.

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] Laptop for CentOS-5

2010-01-09 Thread Christoph Maser
Am Freitag, den 08.01.2010, 22:31 +0100 schrieb Eero Volotinen:

 You can also run Linux on Apple computers.

He was advertising OSX not Apple hardware


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] Laptop for CentOS-5

2010-01-09 Thread Christoph Maser
Am Samstag, den 09.01.2010, 18:49 +0100 schrieb Les Mikesell:
 Christoph Maser wrote:
  Am Freitag, den 08.01.2010, 22:31 +0100 schrieb Eero Volotinen:
 
  You can also run Linux on Apple computers.
 
  He was advertising OSX not Apple hardware

 That was not advertising.  There is a big difference between advertising and a
 user stating a preference, presumably with reasons based on experience.

Sure, your opinion. But to me the question was a suitable laptop for
running CentOS not what is the best OS to run on a laptop

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] Laptop for CentOS-5

2010-01-08 Thread Christoph Maser
Am Freitag, den 08.01.2010, 16:35 +0100 schrieb Eero Volotinen:
 Well, centos is not optimal system for laptop due to old drivers and
 so on.

 Personally I prefer ubuntu, fedora or opensuse on laptops.. or OSX.


Well that is really what the OP asked for NOT. There have been good
answers so far, why do Apple-junkies always tend to advertise apple
stuff even to other long time apple users?

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] Installing over network

2010-01-05 Thread Christoph Maser
Am Montag, den 04.01.2010, 15:18 +0100 schrieb Karanbir Singh:
 Hi,

 On 01/03/2010 07:38 PM, Slack-Moehrle wrote:
  I see that sparc.centos.org does not contain any ISO's so that I can 
  install from CD.

 Firstly, the sparc port isnt all done - or supported. But it would be
 awesome to get some traction around that and actually get it finished.

Since redhat does not accept sparc-specific patches it is simply to
frustrating to do the sparc thing. And what is the furture of the sparc
architecture in general?

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] Installing over network

2010-01-05 Thread Christoph Maser
Am Dienstag, den 05.01.2010, 14:28 +0100 schrieb Karanbir Singh:
 On 01/05/2010 12:33 PM, Christoph Maser wrote:
  Since redhat does not accept sparc-specific patches it is simply to
  frustrating to do the sparc thing. And what is the furture of the sparc
  architecture in general?

 Are redhat really refusing sparc specific patches ?

Here they did:
https://bugzilla.redhat.com/show_bug.cgi?id=436038


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] High l-avg with centos 4.8 on G2 only

2010-01-05 Thread Christoph Maser
Am Dienstag, den 05.01.2010, 16:51 +0100 schrieb fortin.pie...@bell.ca:
 Hi



 We deployed centos 4.8 on HP DL380 G2, G3 and G4 servers (same number
 of cpus). The same software is running on all servers.

 Only on G2 servers we see a low cpu utilization combined with high
 load-average.

 For example, during the same time of day and same workload, on a G2 I
 see a l-avg of 11.31 and on a G4 I see 2.68.



 The server response time seems unchanged and we don’t have any problem
 with it so far, but I need to figure out why the l-avg remains high.

 We were running redhad AS 3 before, and the l-avg was low on all
 server type.



 Anyone have an idea where I should look.



Try iostat -x 10 and look if the disks are busy.

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] High l-avg with centos 4.8 on G2 only

2010-01-05 Thread Christoph Maser
Am Dienstag, den 05.01.2010, 17:06 +0100 schrieb Stephen John Smoogen:
 On Tue, Jan 5, 2010 at 8:51 AM,  fortin.pie...@bell.ca wrote:
  Hi
 
 
 
  We deployed centos 4.8 on HP DL380 G2, G3 and G4 servers (same number of
  cpus). The same software is running on all servers.
 
  Only on G2 servers we see a low cpu utilization combined with high
  load-average.
 
  For example, during the same time of day and same workload, on a G2 I see a
  l-avg of 11.31 and on a G4 I see 2.68.
 

 Make sure you have updated the G2 BIOS boxes. Some of the HP DL380's
 had ACPI issues with NUMA memory causing 'phantom' loads as the system
 took longer to page stuff. The box I dealt with was fixed with an
 updated BIOS. If that doesn't work.. look at the various ACPI options
 to tune the kernel.


Right i had a similar problem with the 140G2 (or was it G1?)



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] Find reason for heavy load

2009-12-31 Thread Christoph Maser
Am Donnerstag, den 31.12.2009, 12:34 +0100 schrieb Chan Chung Hang
Christopher:
  Look at the first two columns.  What column have higher numbers?  If r,
  you're CPU-bound.  If b, you're I/O bound.
 
  procs ---memory-- ---swap-- -io --system--
  -cpu--
   r  b   swpd   free   buff  cache   si   sobibo   in   cs us sy id 
  wa st
   8  1   3092 131460 100692 83366800402110  4  1 92  
  2  0
   9  1   3092 130708 100700 83501600   578   206  577 1420 32 50  3 
  15  0
   7  1   3092 128324 100716 83614800   546  2866  594 1465 31 44  7 
  18  0
   4  1   3092 126860 100724 83726800   540   256  596 1505 28 43  6 
  23  0
   7  2   3092 125600 100740 83856400   620   234  661 1442 30 41  2 
  26  0
   5  1   3092 124028 100756 83975200   570  2692  635 1430 24 45  6 
  25  0
   6  0   3092 122040 100784 84096400   584  1464  682 1434 27 44  2 
  28  0
   6  1   3092 120588 100792 84223200   602   278  624 1562 32 46  2 
  20  0
   2  3   3092 120556 100840 84306400   440  2908  603 1299 22 35  6 
  37  0
   3  1   3092 119832 100876 84408800   430  1104  605 1348 23 36  1 
  40  0
 
  According to this, am I correct to conclude that I'm CPU bound and the
  system is busy doing some unknown processing?

 Yes, these figures indicate that you are fairly close to being cpu bound.


Really? 20-30% user and ~40% sys/wait look more like I/O to mee.

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] Find reason for heavy load

2009-12-29 Thread Christoph Maser
Am Mittwoch, den 30.12.2009, 05:44 +0100 schrieb Noob Centos Admin:
 since initially it seems like the high load may be due to I/O wait

Maybe this will help you to identify the IO loading process:

http://dag.wieers.com/blog/red-hat-backported-io-accounting-to-rhel5

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] Recent Java OpenJDK RPMs

2009-12-27 Thread Christoph Maser
Am Samstag, den 26.12.2009, 14:48 +0100 schrieb Mathieu Baudier:
 Hello,

 I have quite a few issues with the default OpenJdk package on CentOS
 5.4 x86_64 (e.g. crash of Eclipse [1], and now excessive permgen
 memory requirement causing the JVM to freeze and requiring a kill -9).

 These issues do not appear with a local build of the latest stable
 IcedTea [2], so I am considering using a more recent version of the
 JVM
 (I am not running Red Hat certified Java apps).

 Does anyone know of ongoing efforts to provide recent versions of the
 JDK as (S)RPMs?

 I found some in CentOS Testing [3] but they date back from July 2008
 and are b09 whereas current is b16.

 Thanks in advance for any hints!

 Cheers,

 Mathieu


I also see more issues with the latest OpenJDK packages
(1.6.0.0-1.7.b09.el5) than with the release before
(1.6.0.0-1.2.b09.el5). It seems the -1.7.b09 sometimes hast jvm crashes
if memory gets low.

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] fully automatic installation FAI?

2009-12-23 Thread Christoph Maser
Am Mittwoch, den 23.12.2009, 16:46 +0100 schrieb David Mehler:
 Hello,
 Is anyone running a software package called FAI for Fully Automatic
 Installation on a CentOS server? I was wondering if there were any
 issues to running it?
 Thanks.
 Dave.

Afiak thats the debian way for automatic installs on
Fedora/RedHat/CentOS it is much more common to use kickstart (and
cobbler)

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] nagios 3 packages?

2009-12-09 Thread Christoph Maser
Am Donnerstag, den 10.12.2009, 00:51 +0100 schrieb Florin Andrei:
 So, my favorite RPM repository (EPEL) only has the ancient nagios-2.12
 or so.

 What's the repo you use for Nagios 3?



The Rpmforge Repo, see
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge.  We
provide nagios3 since October 2008. We also ship icinga wich ist a
nagios fork porject.

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] Getting EXTERN.h, perl.h, etc

2009-12-03 Thread Christoph Maser
Am Donnerstag, den 03.12.2009, 18:43 +0100 schrieb Charles E Campbell
Jr:
 Hello:

 I have a Fedora Core 11 system at home (Centos 5.2 at work).  I'd like
 to build vim with huge and perl.  This works under Centos, but fails at
 home: no EXTERN.h or perl.h (and, presumably, other things).  So: is
 there a yum package I should be downloading, and if so, which one?
 (both the home computer and the work computer are 64-bit systems)

 Thank you,
 Chip Campbell


The command:
yum provides */$filename

will tell you wich packages provide a certain file

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] Startup script woes

2009-12-02 Thread Christoph Maser
Am Mittwoch, den 02.12.2009, 10:55 +0100 schrieb Robert Bielik:
 Ok, I think I'm going nuts. I simply want to startup a Java Service like so:

 daemon --pidfile=$PIDFILE --user $USER cd $WORKING_DIR  /usr/bin/java 
 $DAEMON_ARGS /dev/null 21 

 I can get it to startup alrite, but the litte thingy is that I have no way 
 of getting the process ID of the
 started service to put in the PIDFILE, in order for me to later on be able to 
 stop the service.
 (I can have up to 5 of these Java services running, each needing a different 
 pidfile).

 This is a BREEZE to do in Debian/Ubuntu with start-stop-daemon!

 Please help!
 TIA
 /Rob


We are a java shop and use an old/patched debian version of
start-stop-daamon rolled in our own rpm. It works but but one problem
whe have is when java is updated stop/restart won't work because the
inode of the process binary is changed.
Also interesting to have a look at is jsvc, we use that for tomcat and
we are quite happy with it.

Chrid


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] What is the best method for get PHP 5.2 in CentOS ?

2009-11-22 Thread Christoph Maser
Am Sonntag, den 22.11.2009, 23:23 +0100 schrieb John R Pierce:
 zeroironhack wrote:
  What is the best method for get PHP 5.2 in CentOS ?
 

 # yum install php

 That should get you php 5.2.9 on centos 5

 if you're running CentOS 4 or older, then I recommend upgrading to CentOS 5.


Only if you use the testing repository, for details see
http://wiki.centos.org/AdditionalResources/Repositories

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] How Can I change CentOS CLI Screen Resolution to smaller text (without GUI)?

2009-11-09 Thread Christoph Maser
Am Montag, den 09.11.2009, 15:00 +0100 schrieb Dhiraj Chatpar:
 I am not able to install this which i used to in debian.. i am now
 using centos. can you please tell me how to install apt-get install
 libnet-server-perl on centos?

 PLEASE HELP



man yum
http://www.centos.org/docs/5/html/yum/

And please do not hijack threads (using reply and change the subject)

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] Spacewalk or Puppet?

2009-11-04 Thread Christoph Maser
Am Mittwoch, den 04.11.2009, 20:46 +0100 schrieb Les Mikesell:
 nate wrote:
 
  But will the tool do these changes for me?
 
  The tool will do anything you tell it to, it's a generic tool.

 OK, but if I have to write the script, why wouldn't I just write the
 script my way and automate it over ssh which already works instead of
 learning some new language and having to install some new agent
 everywhere to run it?

Just a small real life example. Every now and then we find that some
webservers on our farm do not have a specific sysctl config set (tcp fin
timeout). If you fix that with an ssh loop or mussh you have it fixed
now, just until you add a new server to the farm month later. If you use
a management tool it will find that this particular server belongs to
the farm and should have it set, does it for you and activates it. How
do you do that with manual interaction?

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] Keeping iptables in sync across multiple machines

2009-11-01 Thread Christoph Maser
Am Sonntag, den 01.11.2009, 21:07 +0100 schrieb Karanbir Singh:
 On 10/31/2009 10:01 PM, Christoph Maser wrote:
  Just wondering what people use / recommend to keep multiple machines in
  sync with their iptables policy.
 
  I did use fwbuilder it can create and deploy rules. For a small number
  of machines it worked well for me.
 

 how do you achieve the actual 'distribution' of content ?


It compiles shell scripts which are simply copied and launched. From the
FAQ:

--
1) you can simply copy it to the firewall machine and then run it by
hand; 2) you can use built-in installer and 3) you can use a shell
script to copy this file to where it should be and then run it. Built-in
installer uses ssh to communicate with the firewall,
--

You could propably also simply commit the compiled rules to some
repository and have puppet ship/execute the files.
One thing i really liked about fwbuilder is that you have a central
object pool for custom ports, ip addresses and networks which you can
use in different firewall rulesets so if something updates you simply
recomplile/distribute all firewall rules.

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] Keeping iptables in sync across multiple machines

2009-10-31 Thread Christoph Maser
Am Freitag, den 30.10.2009, 18:42 +0100 schrieb Karanbir Singh:
 hi,

 Just wondering what people use / recommend to keep multiple machines in
 sync with their iptables policy.


I did use fwbuilder it can create and deploy rules. For a small number
of machines it worked well for me.

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] Firefox keeps crashing after 5.4 upgrade

2009-10-23 Thread Christoph Maser
Am Donnerstag, den 22.10.2009, 22:35 +0200 schrieb Alan McKay:
 I've almost never had crashes before this, and it has been 3 or 4 so
 far today after my upgrade.   Could it be one of my plugins I suppose?


Plugins often are a source of firefox crashes, try to run it without any
additional plugins and see if it makes a difference.

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] IO statistic Centos 5.4

2009-10-23 Thread Christoph Maser
Am Freitag, den 23.10.2009, 16:37 +0200 schrieb Sergio Belkin:
 2009/10/23 Benjamin Franz jfr...@freerun.com:
  Sergio Belkin wrote:
  2009/10/23 Scott McClanahan smcclana...@sigovs.com:
 
  On Fri, 2009-10-23 at 09:35 -0300, Sergio Belkin wrote:
 
  Hi,
 
  Has kernel-2.6.18-128.1.1 support for IO statistic for example when
  using pidstat -d?
 
  Thanks in advance!
 
  Is pidstat available in the 5.4 sysstat package or are you deviating
  from the stock sysstat package?
 
 
  Really I don't know, still I don't test release 5.4 it would be nice
  that has it
  According to the man page for pidstat, 'pidstat -d' only works with
  2.6.20 kernels and later. Since pidstat is not installed by the sysstat
  package for 5.3 (which is what 2.6.18-128.* kernel is from) it is
  probably a safe assumption that it won't work.
 
  --
  Benjamin Franz

 I've found kernel   2.6.18-128 on
 http://www.gtlib.gatech.edu/pub/centos/5.3/updates/x86_64/RPMS/

 I skipped kernel-2.6.18-164.el5, so I ask again: does
 kernel-2.6.18-164.el5 support IO statistic, I already know what man
 page says :)  but I wonder if that kernel has that customization

 Thanks in advance!!


It does. As Dag wrote here
http://dag.wieers.com/blog/red-hat-backported-io-accounting-to-rhel5 it
works nice with dstat. I tried it today.

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] New administrator and upgrading systems

2009-10-22 Thread Christoph Maser
Am Mittwoch, den 21.10.2009, 23:55 +0200 schrieb Yves Bellefeuille:
  it will work when your mirror has 5.4

 I have the same problem. Are many mirrors not updated yet?

Was there an official CentOS 5.4 announcemnet already?


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] continuing issues with %post

2009-10-16 Thread Christoph Maser
Am Donnerstag, den 15.10.2009, 04:17 +0200 schrieb David Mehler:
 Hello,
 I'm trying to do an unattended CentOS 5.3 install. For the most part
 it's working. As of right now i'm statically assigning the machine an
 IP which i believe will allow %post to resolve names? I also like
 knowing where the box will show up.
   I am however having a few issues and I'm probably thinking to
 complicated on them. My first one is the fact that updates aren't
 working from %post. Under the assumption name resolution is working,
 see above with the static configuration, the issue is then most likely
 importing of gpg keys. I've got these lines in %post:

 # GPG keys
 echo Importing GPG keys ...
 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*

Wich keys are that? You don't need that for the standard repos.

 /usr/bin/yum -y update

The yum is obsolete use the repo kickstart feature instead.


 When they're uncommented the box hangs, i'd love to see output.

Change to vt3, manually by using Alt+F3, automatic by using chvt 3 as
first line in %post

   My second issue is a cosmetic one. I want to set a standard prompt in
 /etc/bashrc. Out of the box the bashrc PS1 lines:

 if [ $PS1 ]; then
 [ $PS1 = \\s-\\v\\\$  ]  PS1=[...@\h \W]\\$ 

   I have to make changes to that second line so a sed substitution
 would probably be my best bet. I'm not sure how to grab the part i
 need and change it. Manually i change that line to:

 PS1='\...@\h:\w\$'

 I'd like to get %post to do that for me.
Well sed is a choice or patch or maybe replace the file all together.

   Next, i'd like to alter /boot/grub/grub.conf. I want to set it up for
 serial terminal support, so i have to add a serial and terminal lines
 at the top of the file say after any comment blocks that might or
 might not be there plus add console=tty0 and/or console=ttyS0,9600n8
 to the append lines to however many kernels are there. Again, i'm
 assuming sed but i'm not sure how to get the parts i need and edit.

If you use the serial console already at installation everything will be
done for you. Appends will be automatically set and dealt with on kernel
updates.

   I want to do other things, mostly with security, increasing password
 complexity requirements and pam, but that should be easy once i figure
 out how to alter the right sections in files. Any help appreciated.
 Thanks.
 Dave.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


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] post install freezes

2009-10-16 Thread Christoph Maser
Am Mittwoch, den 14.10.2009, 19:37 +0200 schrieb David Mehler:
 Hello,
 I'm doing an unattended CentOS 5.3 install in a virtual machine
 vmware. I'm redirecting output to a serial console because production
 boxes won't have monitors. I'm getting to the point of doing the post
 installation then the box freezes. The only command i have in %post is
 yum -y update.
 I'm not getting no output. Suggestions appreciated.
 In the commands section reboot is explicitly called so that at the end
 of the install the vm will reboot.
 Thanks.
 Dave.


You had that one in your other post already. Just don't do it use the
repo keyword in kickstart instead.




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] CentOS build scripts (or equivalent) acessible?

2009-10-16 Thread Christoph Maser
Am Donnerstag, den 15.10.2009, 22:02 +0200 schrieb Miguel Di Ciurcio
Filho:
 Mathieu Baudier wrote:
 
  I'm not sure that I understand.
  Is there indeed such a public repository of the build scriptds / RPM
  specs used by CentOS?
 
  That would indeed be fascinating and useful to have a look at it.
  (I rebuilt libvirt from RedHat SRPM, just to test the some new
  virtualization feature of v5.4, and going through the process I kept
  wondering how the CentOS team is doing it on all the packages!)

 http://dev.centos.org/centos/buildsys/

 Have fun.

What fun is there to have with empty packages?



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] customized centos 5.4 install, core install?

2009-10-13 Thread Christoph Maser
Am Dienstag, den 13.10.2009, 02:06 +0200 schrieb David Mehler:
 Hi,
 Thanks for all your replies. I checked out spacewalk and cobbler, both
 of which look like they require a network support infrastructure, at
 least a tftp server. I want to use a CD or DVD. Kickstart sounds like
 the way to go, but i'm looking to have everything self contained, for
 example if i want to install the postfix package, i'll want to remove
 sendmail, set up postfix to start at selected runlevels and configure
 the main.cf and master.cf files so that when the box reboots postfix
 is ready to go. I'd also like to have this install as slimmed down as
 possible, for example i probably won't be using x so i'd prefer not to
 have any x packages in the install dvd.
 Thanks.
 Dave.

This can all be done with kickstart but you will have to have a quite
big uniqe kickstart config for each machine. And then all that
CD-waste... I'd really rethink the network-install options.


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] ifconfig showing same mac for 2 nics in same bond

2009-10-07 Thread Christoph Maser
Am Dienstag, den 06.10.2009, 21:19 +0200 schrieb aurfal...@gmail.com:
 Hi all,

 I just noticed that my two nics that are bonded via mode 0 are showing
 the same mac addy in ifconfig.

 Is this normal because of the nature of my bond?

Yes.


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] Bring up Networking in Single User Mode

2009-10-07 Thread Christoph Maser
Am Mittwoch, den 07.10.2009, 20:28 +0200 schrieb ML:
 Nate,

  ifconfig ethX IP_ADDRESS netmask NETMASK
  route add default gw IP_OF_GATEWAY

 OK, so I was correct,

 I am doing

 ifconfig eth0 172.16.254.80 netmask 255.255.255.240
 route add default gw 172.16.254.1

 I am getting Network is unreachable.


ipcalc -nbp 172.16.254.80 255.255.255.240
PREFIX=28
BROADCAST=172.16.254.95
NETWORK=172.16.254.80

so 172.16.254.1 is not in your network and thus not reachable


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] RAM errors after kernel-update

2009-10-06 Thread Christoph Maser
Am Dienstag, den 06.10.2009, 15:28 +0200 schrieb Michael Schumacher:
 Hi,

 I updated a server yesterday from

 kernel 2.6.18-128.7.1.el5xen  to kernel 2.6.18-164.el5xen

 After rebooting, my message log is flooded every second or so with this error 
 messages:

 Oct  6 14:52:20 xenserver1 kernel: EDAC MC0: UE row 0, channel-a= 0 
 channel-b= 1 labels -: NON-FATAL recoverable (Branch=0 DRAM-Bank=0 Buffer 
 ID = 0 RDWR=Read RAS=0 CAS=0 NON-FATAL recovera
 ble Err=0x2000 (FB-DIMM Configuration Write error on first attempt))

 and

 Oct  6 15:17:23 xenserver1 kernel: EDAC MC0: CE row 0, channel 0, label : 
 Corrected error (Branch=0 DRAM-Bank=0 RDWR=Read RAS=0 CAS=0, CE Err=0x1 
 (Correctable Non-Mirrored Demand Data E
 CC))

 The machine is a new Tyan S5397 mobo with 16GB Kingston RAM KVR667D2D4F5K2/8G

Simply open an RMA at Kingston they will send you replacement memory.

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] bsd mkfile command in centos - a wish

2009-10-05 Thread Christoph Maser
Am Montag, den 05.10.2009, 20:22 +0200 schrieb Michel van Deventer:
 Hi,

 On Mon, 2009-10-05 at 11:14 -0700, aurfal...@gmail.com wrote:
  Hi Les,
 
  Yes, I do run dd to create Xen image files but was hoping to use a
  more elegant solution.
 
  Looks like I'll continue with dd but if any one else has some secrets,
  please share.
 qemu-img create -f fmt imagefile [size] is more elegant :)


Or even more fancy use virt-install to do everything in one command line
to set up virtual machines.

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] mounting images created using dd that contain two partitions

2009-09-27 Thread Christoph Maser
Am Sonntag, den 27.09.2009, 05:16 +0200 schrieb aurfal...@gmail.com:
 Ok, this is what I did in the exact same situation (solution below
 gotten from the xen list).

 I use it religiously.

 Lucky I'm on both forums.


 **

 First make sure your guest isn't running unless you want to trash its
 file systems.

 losetup -f /var/lib/xen/images/foo.img
 losetup -a
 # Make a note of which device corresponds to /var/lib/images/foo.img,
 # 'll call it /dev/loopN but it's probably /dev/loop0
 kpartx -va /dev/loopN


At that point you should be also able to rename the VG using its UID.

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 (CEO/Vorsitzender) | 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] CentOS for non-tech user

2009-09-27 Thread Christoph Maser
Am Sonntag, den 27.09.2009, 15:17 +0200 schrieb Karanbir Singh:
 On 24/09/09 21:32, Paul Heinlein wrote:
  I really wish RH would hop on the /srv bus. The broad distinction is
  fairly easy to grasp: /var for variable data of general interest to
  the machine, /srv for stuff related to a specific service. In general,
  /var is machine-generated, /srv is person-generated.

 what does the lsb haveto say about this ?

 - KB


LSB says:
An LSB conforming implementation shall provide the mandatory portions
of the file system hierarchy specified in the Filesystem Hierarchy
Standard (FHS), together with any additional requirements made in this
specification.

And the FHS says for /srv:

The methodology used to name subdirectories of /srv is unspecified as
there is currently no consensus on how this should be done. One method
for structuring data under /srv is by protocol, eg. ftp, rsync, www, and
cvs.

and for /var
/var contains variable data files. This includes spool directories and
files, administrative and logging data, and transient and temporary
files.


So I don't see consensus here. What if my served data ist variable
data? An no distinction between man made or machine made is given here.
Also this might not be flexible enough for some scenarios.

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 (CEO/Vorsitzender) | 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] Antwort: Question about iostat output

2009-09-22 Thread Christoph Maser
Am Dienstag, den 22.09.2009, 10:42 +0200 schrieb
frank.brodb...@klingel.de:
 Hi,

 Pascal Robert prob...@macti.ca  schrieb am 21.09.2009 20:01:20:

  [r...@golgoth ~]# iostat

 I've learned that you must always ignore the first output of
 iostat but do something along the line of ``iostat 5'' and let
 it collect some data before even starting to care about it.

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


Why ignore it, us it correctly. From the manpage:

 The first report generated by the iostat  command  provides statistics
concerning the time since the system was booted


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 (CEO/Vorsitzender) | 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] SSL and virtual hosts?

2009-09-21 Thread Christoph Maser
Am Sonntag, den 20.09.2009, 16:27 +0200 schrieb Benjamin Franz:


 Christoph Maser wrote:
  Am Sonntag, den 20.09.2009, 11:36 +0200 schrieb Niki Kovacs:
 
  Hi,
 
  I successfully managed to use SSL on a local webserver for testing
  purposes, following the section Using SSL in the Chapter Using
  Apache of the Definitive Guide to CentOS. Now I wonder: how can I use
  SSL with virtual hosts?
 
 
  You can't. At least not with name based virtual hosts and classic SSL.
  See http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts.
 
 That is outdated information. There are at least two ways to use virtual
 hosts with SSL on Apache.

 1) Use a wildcard cert. You can use *.somedomain certs to serve multiple
 SSL domains on a single IP so long as they fit in the *.somedomain pattern.

 2) Use the SNI extension.
 http://hvera.wordpress.com/2009/09/02/apache-ssl-with-virtual-hosts-using-sni/

 Note, however, that SNI does not work with older version of MSIE.


I don't consider both options as usable as 1) will not work for
different domains and 2) is not compatible with old clients. So in my
opinion the information I gave is not outdated at all and actually will
never be.


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 (CEO/Vorsitzender) | 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] sed (or other) magic to get RPM base names ?

2009-09-21 Thread Christoph Maser
Am Montag, den 21.09.2009, 15:06 +0200 schrieb Alan McKay:
 Hey folks,

 Once upon a time I saw some sed magic to take the output of rpm -qa
 and strip away all the version info to give just the RPM base names.

 And of course I forgot to note it :-/   And have not been able to
 replicate it myself.

 e.g. from this :

 avahi-0.6.16-1.el5
 avahi-glib-0.6.16-1.el5

 produce this :

 avahi
 avahi-glib

 thanks,
 -Alan

No need fro sed here use rpms --querformat switch, see manpage of rpm
for details.

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 (CEO/Vorsitzender) | 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] network not starting and maybe other services in a virtual machine

2009-09-21 Thread Christoph Maser
Am Montag, den 21.09.2009, 19:04 +0200 schrieb Jerry Geis:
 I am installing centos 5.3 i386 in a virtual machine. I am using kvm-87
 (which I use for other images
 just fine).

 The box installed fine, it boots up I can login but NONE of the services
 are starting .

 When watching the boot up process it goes from the Welcome to  CentOS
 5.3  directly to
 mounting the partitions and a login prompt. All the services are not
 being started.
 What didnt happen at install? or what do I check now.

 /etc/inittab looks normal.

 Thanks,

 Jerry

Maybe you look at VNC and console is set to serial, or vice versa.



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 (CEO/Vorsitzender) | 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] SSL and virtual hosts?

2009-09-20 Thread Christoph Maser
Am Sonntag, den 20.09.2009, 11:36 +0200 schrieb Niki Kovacs:
 Hi,

 I successfully managed to use SSL on a local webserver for testing
 purposes, following the section Using SSL in the Chapter Using
 Apache of the Definitive Guide to CentOS. Now I wonder: how can I use
 SSL with virtual hosts?

You can't. At least not with name based virtual hosts and classic SSL.
See http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts.




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 (CEO/Vorsitzender) | 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-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-17 Thread Christoph Maser
Am Mittwoch, den 16.09.2009, 20:45 +0200 schrieb Scott Robbins:
 On Wed, Sep 16, 2009 at 01:27:42PM -0400, Max Hetrick wrote:
  Christoph Maser wrote:
 
   Btw. i really consider the current nagios article on the wiki bad. Its
   totally outdated and covers way to much info how to configure nagios
   itself. In my opinion this should be simply replaced by links to the
   official documentation since it is out of place and incomplete.
  
 
  The point of the article was exactly that. I'll have to disagree here,
  since the point of the guide is how to install and configure Nagios for
  basic use. I personally don't care if you edit it to your likes, but
  many people find it useful as it is, because Nagios can be quite
  complicated to use.

 Just as an example, when we first decided to try to institute nagios, I
 was going through the docs for two days, trying to make sense of them.
 Then I found Max's article (actually his original, on his site).  If you
 *are* going to edit it, I truly hope you aren't going to make it more
 like the docs on the nagios site.



So we should make a proper nagios documentation on the centos-wiki
because the official nagios docs suck?



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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-17 Thread Christoph Maser
Am Mittwoch, den 16.09.2009, 20:36 +0200 schrieb Scott Robbins:
 On Wed, Sep 16, 2009 at 06:50:41PM +0200, Christoph Maser wrote:


   Done. I hope you incorporate The things Christoph Maser has mentioned
   and don't just add the one line from your first mail (which will
   break, when the box is relabeled).
  
   Ralph
 
  Btw. i really consider the current nagios article on the wiki bad. Its
  totally outdated and covers way to much info how to configure nagios
  itself. In my opinion this should be simply replaced by links to the
  official documentation since it is out of place and incomplete.

 I must respectfully disagree.  Nagios documentation is not well laid
 out.


I know that the nagios docs suck, and actually everything around nagios.
But what does that have to do with centos? And why don't you contribute
to the nagios docs?

The nagios-wiki (http://wkiki.nagios.org) is totally orphaned also!


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-16 Thread Christoph Maser
Am Mittwoch, den 16.09.2009, 15:19 +0200 schrieb Ralph Angenendt:
 On Wed, Sep 16, 2009 at 9:13 AM, Martin Boel, Silverbullet
 b...@silverbullet.dk wrote:
  Hi
 
  username: MartinBoel
 
  Please grant me access.

 Done. I hope you incorporate The things Christoph Maser has mentioned
 and don't just add the one line from your first mail (which will
 break, when the box is relabeled).

 Ralph

Btw. i really consider the current nagios article on the wiki bad. Its
totally outdated and covers way to much info how to configure nagios
itself. In my opinion this should be simply replaced by links to the
official documentation since it is out of place and incomplete.


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-16 Thread Christoph Maser
Am Mittwoch, den 16.09.2009, 19:34 +0200 schrieb Mathew S. McCarrell:



 It might be simpler to just have a tutorial that uses the package that
 is available from rpmforge.  I have already written such a tutorial
 and it receives several hundred hits each month.  Its also the second
 result in Google if you search for install nagios centos.

 Just a thought.

 Matt

This one?
http://docs.cslabs.clarkson.edu/wiki/Install_Nagios_on_CentOS_5

This is what i really think it should like!


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-16 Thread Christoph Maser
Am Mittwoch, den 16.09.2009, 20:05 +0200 schrieb Karanbir Singh:
 On 09/16/2009 06:44 PM, Max Hetrick wrote:
  I've not read your guide, but perhaps both could be united to make one
  that's current and suitable for everyone's needs. Just a thought too. :)

 How about splitting it up into 'Install Guide' and a 'Recommended first
 steps'.

+1
As i already proposed...


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] [Found] CentOS is dead, long live CentOS

2009-09-16 Thread Christoph Maser
Am Mittwoch, den 16.09.2009, 19:27 +0200 schrieb Johnny Hughes:

 I STILL do not understand why anyone would care what CentOS does with
 money donated by people who used the product and wanted to donate.

 If we were having wild beer parties every week ... as long as the
 packages are built, compared, signed, and released on time, what
 difference does it make?

 If you don't trust the organization, then how in the world do you use
 it's software.

 If you do trust the software, then what difference does it make how
 money is spent or saved?

 You trust us enough to use our software for free ... but not enough to
 donate?  Then so be it ... that is what open source is all about.

 But open source is NOT about the users running the company.  It is about
 software freedom.


Actually i did not intend this to get so money biased. What i really
dislike is the check here for updates unchanged for 1+ month on the
front page. I don't want to run anything it just looks awkward to me.

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 (CEO/Vorsitzender) | 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-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-15 Thread Christoph Maser
Am Dienstag, den 15.09.2009, 09:21 +0200 schrieb Martin Boel,
Silverbullet:
 Hi

 Thanks for you reply. I guess this should be fixed i the next nagios package 
 or next centos version, but for now the public should
 be told about a workaround, that works with the current versions. There is 
 quite a lot of work hours in this simple workaround,
 and some people may simply give up using this fantastic software.

 Please grant me access.

 Regards
 Martin Boel


I'm sure you will be granted access. Still  i don't believe this is
reallly working. I will try it out.


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-15 Thread Christoph Maser
Am Dienstag, den 15.09.2009, 09:21 +0200 schrieb Martin Boel,
Silverbullet:
 Hi

 Thanks for you reply. I guess this should be fixed i the next nagios package 
 or next centos version, but for now the public should
 be told about a workaround, that works with the current versions. There is 
 quite a lot of work hours in this simple workaround,
 and some people may simply give up using this fantastic software.

 Please grant me access.

 Regards
 Martin Boel




Ok just as i thought, your solution kind of works until someone does:


# restorecon -v /usr/bin/nagios
restorecon reset /usr/bin/nagios context
system_u:object_r:file_t:s0-system_u:object_r:nagios_exec_t:s0

# /etc/init.d/nagios restart
Running configuration check... CONFIG ERROR!  Restart aborted.  Check
your Nagios configuration.


This context is set somewhere in centos-provided selinux configs. Not by
me!

# grep -r nagios /etc/selinux/*

Gives a really long list affecting logfiles and plugins. So you solution
is not really failsafe.



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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-14 Thread Christoph Maser
Am Montag, den 14.09.2009, 16:15 +0200 schrieb Ralph Angenendt:
 On Mon, 2009-09-14 at 16:11 +0200, Martin Boel, Silverbullet wrote:
  Hi
 
  I would like to contribute to the wiki.centos.org:
  username: boel

 Hmmm. We really do prefer FirstnameLastname.

  subject: nagios incompatibility with centos 5.2
  location: http://wiki.centos.org/HowTos/Nagios
  content: A security feature of centos 5.2 SELinux prevents the access
  from the apache httpd server to the needed /var/nagios files. The error
  manifests itself in the /var/log/messages as SELinux is preventing the
  tac.cgi from using potentially mislabeled files ./status.dat (var_t). A
  workaround is to execute the command: chcon -R httpd_sys_content_t
  /var/nagios

 Is that still the case in 5.3?

 Ralph



And also does that solve all problems with nagios? What about plugin
execution or external command files? I rather think you should use the
contexts
 - system_u:object_r:nagios_log_t:s0
 - system_u:object_r:nagios_spool_t:s0
 - system_u:object_r:nagios_exec_t:s0
 - system_u:object_r:nrpe_etc_t:s0
 - system_u:object_r:httpd_nagios_script_exec_t:s0

Actually it would be propably up to me to set these correctly in the
rpmforge package
Maybe some selinux guru can help me out?


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution to wiki: nagios incompatibility with centos 5.2

2009-09-14 Thread Christoph Maser
Am Montag, den 14.09.2009, 16:37 +0200 schrieb Ralph Angenendt:
 On Mon, 2009-09-14 at 16:24 +0200, Christoph Maser wrote:
  Am Montag, den 14.09.2009, 16:15 +0200 schrieb Ralph Angenendt:
   On Mon, 2009-09-14 at 16:11 +0200, Martin Boel, Silverbullet wrote:
workaround is to execute the command: chcon -R httpd_sys_content_t
/var/nagios
  
   Is that still the case in 5.3?
 
  And also does that solve all problems with nagios? What about plugin
  execution or external command files? I rather think you should use the
  contexts
   - system_u:object_r:nagios_log_t:s0
   - system_u:object_r:nagios_spool_t:s0
   - system_u:object_r:nagios_exec_t:s0
   - system_u:object_r:nrpe_etc_t:s0
   - system_u:object_r:httpd_nagios_script_exec_t:s0
 
  Actually it would be propably up to me to set these correctly in the
  rpmforge package
  Maybe some selinux guru can help me out?

 I'd say take a sneak peak into Fedoraland, but their SELinux is a tad
 more advanced than what we have.

 You know that you'd have to write a *complete* policy for containing
 Nagios that way? Can nagios even be seen as its own application
 deserving its own domain or isn't much of nagios run from apache anyway
 which would mean that you'd need the apache policies in place?

 Ralph
Erm these contexts already are in CentOS. So i guess the policy is
too...


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] [Found] CentOS is dead, long live CentOS

2009-09-14 Thread Christoph Maser
Am Montag, den 14.09.2009, 11:48 +0200 schrieb Ralph Angenendt:
 On Mon, 2009-09-14 at 16:43 +0700, David Suhendrik wrote:
  The sound is bad,
 
  / Lance vanished from the project some time in 2008. Everybody needs
  time off from projects from time to time, so there was no real need to
  worry about that. What there was to worry about is the following: Lance
  is the only one, who can make active changes to the centos.org domain,
  as he “owns it”. Nobody else in the team is able to add nameservers, for
  instance. Recently he put an anonymizing service on the domain, so that
  nobody from the outside can see who that domain belongs to.
  /

 Ummm. That mostly has been resolved around a month ago, you might want
 to check dates on things you mail somewhere.

 Ralph



Btw the homepage says:


More information will follow soon.
[..]
Last Update: August 1, 2009 04:34 UTC by Donavan Nelson

Today is September 14th, so what does soon mean here?

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 (CEO/Vorsitzender) | 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] [Found] CentOS is dead, long live CentOS

2009-09-14 Thread Christoph Maser
Am Montag, den 14.09.2009, 14:28 +0200 schrieb Johnny Hughes:
 On 09/14/2009 05:01 AM, Christoph Maser wrote:
  Am Montag, den 14.09.2009, 11:48 +0200 schrieb Ralph Angenendt:
  On Mon, 2009-09-14 at 16:43 +0700, David Suhendrik wrote:
  The sound is bad,
 
  / Lance vanished from the project some time in 2008. Everybody needs
  time off from projects from time to time, so there was no real need to
  worry about that. What there was to worry about is the following: Lance
  is the only one, who can make active changes to the centos.org domain,
  as he “owns it”. Nobody else in the team is able to add nameservers, for
  instance. Recently he put an anonymizing service on the domain, so that
  nobody from the outside can see who that domain belongs to.
  /
 
  Ummm. That mostly has been resolved around a month ago, you might want
  to check dates on things you mail somewhere.
 
  Ralph
 
 
 
  Btw the homepage says:
 
  
  More information will follow soon.
  [..]
  Last Update: August 1, 2009 04:34 UTC by Donavan Nelson
 
  Today is September 14th, so what does soon mean here?
 
  Chris

 Soon means we will post when something changes.

 The last update is still correct.

 The CentOS project has the domain names in question, we have released
 4.8, we have some packages from 5.4 in question, and everything is 100%
 solved from a technical stand point.

 Basically CentOS is exactly what it was before any of this happened from
 a technical standpoint.

 Updates to packages are happening within 24 hours, 5.4 is on track and
 will soon be pushed soon.

 If you want a multi-billion dollar corporation behind your Linux
 distribution, then use RHEL nad pay for it.

 If you want what you have gotten from CentOS for the last 5 years, you
 are getting that now.

 Do we have to have this conversation again?

 Thanks,
 Johnny Hughes



Actually I was much more interested in non technical info. Like what
happend to donations in the past. How will donations in the future be
used/handled. Will there be a cashier etc. etc.

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 (CEO/Vorsitzender) | 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] [Found] CentOS is dead, long live CentOS

2009-09-14 Thread Christoph Maser
Am Montag, den 14.09.2009, 15:11 +0200 schrieb Johnny Hughes:

 However, I am not sure WHY you want to know these things.  We do not
 require anyone to donate to the project to use the software.  We do have
 expenses (like DVDs to hand out, posters to print, rooms to pay for at
 Linux conferences, bandwidth and machines for some services, etc.).  We
 would not spend any donations on anything other than those things or to
 pay developer expenses to maintain hardware and software required to
 produce CentOS (replace a hard drive that fails, buy a network switch,
 replace a bad power supply, pay for bandwidth, etc.)

 Thanks,
 Johnny Hughes


I want to know it beacause I considered donating but my personal
expectations for transparency are not met. (That does not only apply to
the financial things)


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 (CEO/Vorsitzender) | 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] ext4 in centos 5.3

2009-09-11 Thread Christoph Maser
Am Freitag, den 11.09.2009, 17:45 +0200 schrieb Daniel Bruno:
 Hi,

 Recently I build a filesystem in a device using mkfs.ext4 but when I
 tried to mount the device show this error:

 mount: unknown filesystem type 'ext4'

 But when I build the same device with mkfs.ext4dev I can mont the
 device without problem.

 My doubt is when Centos 5.4 is released if I will have a problem
 because the partition is ext4dev.



Well it is a technology preview. So your previewing ends when you udpate
to 5.4 ;)


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 (CEO/Vorsitzender) | 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] Unable to complete virtual system

2009-09-06 Thread Christoph Maser
Am Sonntag, den 06.09.2009, 09:43 +0200 schrieb
micktaywri...@bigpond.com:


 Invalid install location: Opening URL
 http://www.topend.com/distro/i386/tree failed.

Did you see that? Did you check it is reachable and a correct OS
installation tree?

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 (CEO/Vorsitzender) | 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] caching pipe?

2009-09-05 Thread Christoph Maser
Am Samstag, den 05.09.2009, 08:32 +0200 schrieb Florin Andrei:
 Is it possible to add caching to a pipe?

 cat blah | in_RAM_cache_here -s SIZE | something else


The porgram buffer might be what you need.
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 (CEO/Vorsitzender) | 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] Cacti Installation on CentOS 5

2009-09-03 Thread Christoph Maser
Am Donnerstag, den 03.09.2009, 14:07 +0200 schrieb Gabriel - IP Guys:
 It seems that there is a bug in cacti for centos x64 - version 0.8.7e



In case you use the rpmforge package, please report on the rpmforge
Mailinglist.


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 (CEO/Vorsitzender) | 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] Cacti Installation on CentOS 5

2009-09-02 Thread Christoph Maser
Am Mittwoch, den 02.09.2009, 12:51 +0200 schrieb Gabriel - IP Guys:
 Dear All,



 I am attempting to install cacti on CentOS 5.3 64 bit, and I checked
 the wiki, only to find that the instructions are a bit out of date.
 Have these instructions been updated somewhere, or does anyone have
 updated instructions, maybe with known gotchas etc?



 ---

 Kind Regards,

 Mr Gabriel



The cacti packackage from rpmforge works out of the box for me.

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 (CEO/Vorsitzender) | 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] Cacti Installation on CentOS 5

2009-09-02 Thread Christoph Maser
Am Mittwoch, den 02.09.2009, 14:36 +0200 schrieb Gabriel - IP Guys:


 Thank you for your response - I went through those instructions, and
 again, I got the same error as below.

 FATAL: Cannot connect to MySQL server on 'localhost'. Please make sure
 you have specified a valid MySQL database name in 'include/config.php'

 The database configuration in config.php is correct, and is readable,
 because if I change the hostname, the error message changes accordingly.
 I can connect to the MySQL database just fine with the configuration
 information that is in config.php. Any ideas would be appreciated - If
 this become too off topic, someone feel free to say so.


If you have selinux enabled as you should you need to set sebool
httpd_can_network_connect_db on.

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 (CEO/Vorsitzender) | 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] Crontab Nobody

2009-08-27 Thread Christoph Maser
Am Donnerstag, den 27.08.2009, 11:09 +0200 schrieb Anne Wilson:
 I have a crontab for Nobody. I tried to delete it in a root kcron, which I'm
 sure is how I dealt with this in the past, but it seems impossible to delete.
 Should I delete the file /var/spool/cron/nobody?  It is owned root:root, perms
 600.

 Anne

as root

list: crontab -u nobody -l
edit: crontab -u nobody -e
remove: crontab -u nobody -r


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 (CEO/Vorsitzender) | 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] How to clone CentOS server ?

2009-08-27 Thread Christoph Maser
Am Donnerstag, den 27.08.2009, 14:59 +0200 schrieb mcclnx mcc:
 anyone used this one and can say experience:

 http://clonezilla.org/


I tried it 4 or 5 times. Always failed...


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 (CEO/Vorsitzender) | 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] Tomcat 6 and Java 1.6

2009-08-25 Thread Christoph Maser
Am Dienstag, den 25.08.2009, 09:23 +0200 schrieb CentOS List:
 Hi,

 Is there any yum repo which contains tomcat 6 and java 1.6?

 Thanks

 Regards
 WL



CentOS 5.3 ships java-1.6.0-openjdk.


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 (CEO/Vorsitzender) | 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] Samba use sendfile configuration option set do disabled as default - why?

2009-08-24 Thread Christoph Maser
Am Montag, den 24.08.2009, 13:24 +0200 schrieb Per Qvindesland:
 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536
 SO_SNDBUF=65536

These options are often found if you search for samba tuning. Did
someone actaully benchmark the results? Shouldn't tuning buffers manuall
be oboslete nowadays? I somewhat doubt this is THE solution for slow
sambas.

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 (CEO/Vorsitzender) | 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-docs] document proposal: TipsAndTricks/ApacheVHostDir

2009-08-23 Thread Christoph Maser
Am Freitag, den 21.08.2009, 21:41 +0200 schrieb Ed Heron:
 I use named virtual hosts on my web servers, as I'm sure many others do.

   I'm used to the method of using a vhost directory for the container files.
 I didn't find documentation for it in the CentOS docs or the Apache docs.
 I'm not sure if I should take it as a hint that it is depreciated...  If
 I've missed something, please point me to it.

   I've written a quick little article detailing how to create a vhost
 directory under CentOS.
   It is at http://wiki.centos.org/EdHeron/ApacheVhostDir

   Please, consider this a request to create the page
 TipsAndTricks/ApacheVhostDir with access given to wiki user EdHeron.

 
 Ed Heron


I prefer one file per vhost instead of one directory per vhost. But what
i really expect from a TipsAndTricks/ApacheVhost is to explain how to
make sure which vhost will be the default vhost when using includes.

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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] document proposal: TipsAndTricks/ApacheVHostDir

2009-08-23 Thread Christoph Maser
Am Sonntag, den 23.08.2009, 09:34 +0200 schrieb Christoph Maser:
  But what
 i really expect from a TipsAndTricks/ApacheVhost is to explain how to
 make sure which vhost will be the default vhost when using includes.

 Chris


Oh you have that also i found it on the wiki changelog.
http://wiki.centos.org/EdHeron/Apache-vhost-default why did you put that
in a seperate article? You describe 2 ways of doing it (httpd.conf and
vhost.d) but where is the centos-way (using only conf.d) ?


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 (CEO/Vorsitzender) | 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-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] httpd - mysql - paypal.com.tar - hacker

2009-08-22 Thread Christoph Maser
Am Freitag, den 21.08.2009, 23:29 +0200 schrieb Rainer Duffner:
 Am 21.08.2009 um 23:24 schrieb R P Herrold:

  On Fri, 21 Aug 2009, Gregory P. Ennis wrote:
 
  place.  I looked like the hacker downloaded his paypal spoof files
  into
  a subdirectory of /var/www/phpmyadmin
 
  I am running 5.3 with all current updates.
 
  and third party software as well.
 
  We do not ship phpmyadmin, and clearly and repeatedly caution
  against it in the IRC channel -- its CVE history is
  appalling, and people are just not willing to remove it, or
  limit it to just a specific IP (not that I expect its ACL
  model to work either)



 Is there an alternative?
 I do think that it's the Internet Explorer of OSS.
 The General Public loves it, the admins hate it - but use it
 nevertheless
 Because there's no alternative.



mysql gui-tools (http://dev.mysql.com/downloads/gui-tools/5.0.html)
openoffice base



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 (CEO/Vorsitzender) | 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] Serious bug in OpenOffice.org Calc shipped with CentOS

2009-08-06 Thread Christoph Maser
Am Donnerstag, den 06.08.2009, 10:21 +0200 schrieb Niki Kovacs:
 Hi,

 Until now I've been a happy user of CentOS. Everything just works(tm),
 and I don't care if application versions are slightly outdated.

 Next week I have to give a series of classes for a company that recently
 made the switch to Linux. On schedule is a one-week course for Writer
 and Calc.

 And right now I discover that one crucial function of Calc, fill
 series, doesn't work. Let's say I type lundi (monday) in one cell, so
 I can pull Calc's handle to fill other cells with the days of the week.
 Doing the same with janvier (january) does so with the names of the
 month. Well, this function is broken in OO shipped with CentOS. And I
 don't have the slightest clue as to why. Tried the same on a more recent
 version of OO in Ubuntu, and it works like a charm.

 Anyone has a solution to this? This seems like a major nuisance to me.

 Cheers,

 Niki

Just a random guess. Do you have right openoffice.org-langpack
installed?




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 (CEO/Vorsitzender) | 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] rpmforge.repo

2009-08-06 Thread Christoph Maser
Am Donnerstag, den 06.08.2009, 15:41 +0200 schrieb Sam Drinkard:
 How come rpmforge.repo wants to install a whole slew of perl modules,
 yet if I leave rpmforge.repo out of the update process, none of the perl
 modules shows up?  Here's the rpmforge.repo file.. do any of yall see
 anything wrong with anything in there?

 Sam


I think this discussion would go better to rpmforge user mailing list.
Please provide all the yum output.

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 (CEO/Vorsitzender) | 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


  1   2   >