[CentOS] apache redirect rule

2009-07-23 Thread David Hláčik
Hello guys, sorry for this OT, but It seems that I am a very stupid :(. I want to achieve one simple think in apache 2.2. If users will type extensions.polarion.com I want to redirect him to extensions.polarion.com/polarion/extensions However there are following rules that apply 1) extensions.po

Re: [CentOS] apache redirect rule

2009-07-23 Thread David Hláčik
Thank you Filipe, It works, have a nice day. David On Thu, Jul 23, 2009 at 5:28 PM, Filipe Brandenburger wrote: > Hi, > > On Thu, Jul 23, 2009 at 10:46, David Hláčik wrote: > > RewriteCond %{HTTP_HOST} extensions.polarion.com > > RewriteRule / http://extensions.polarion.co

Re: [CentOS] apache redirect rule

2009-07-24 Thread David Hláčik
Hi Jacob, thank you very much for your improvement! I did so. Best Regards, David Hlacik On Thu, Jul 23, 2009 at 5:46 PM, wrote: > put your check for extensions.polarion.com before the rule for > community.polarion.com and end it with a [L] on the rewriterule. > > -Original Message- >

[CentOS] routing with 2 ISPs

2009-12-20 Thread David Hláčik
Hello guys, Sorry to bothering you. I had a small network with one ISP and firewall. eth1 -> Is connected to my ISP eth0 + eth0.1 , eth0.2 and etc are my local networks. All my network accesses internet via eth1. My routing table looks like the following : 213.194.242.0 0.0.0.0 255.

Re: [CentOS] routing with 2 ISPs

2009-12-21 Thread David Hláčik
l do so. I will lost a route between my VLAN's that way and I do not want to use netmask 255.255.0.0 so computers in local lan can communicate without router. Thank you in advance, David Hlacik On Sun, Dec 20, 2009 at 11:04 PM, Frank Cox wrote: > > On Sun, 2009-12-20 at 19:54 +010

Re: [CentOS] routing with 2 ISPs

2009-12-21 Thread David Hláčik
> Each VLAN has it's own DHCP which assigns ip address with netmask > 255.255.255.0 and uses particular VLAN interface on router as a > gateway. If I will do so. I will lost a route between my VLAN's that > way and I do not want to use netmask 255.255.0.0 so computers in local > lan can communicate

[CentOS] advanced routing, 2isp

2009-12-23 Thread David Hláčik
Guys, please I have no luck with this. I have 2 ISPS. I have working configuration with ip route a 2 routing tables in a way, that matching local subnet uses second provider while all the others are using the first one - main. The main problem I am having is, that I am unable to reach my router v

[CentOS] SNAT

2010-01-10 Thread David Hláčik
Hello I will briefly draw the situation Router with one interface eth0 , to local network 10.123.0.0/16 on a local network ADSL modem with IP 10.123.10.11 I want to use 10.123.10.11 as a connection to internet . Because of that I have created default route "ip route add default via 10.123.10.1

Re: [CentOS] SNAT

2010-01-10 Thread David Hláčik
*** Sorry for mistake I have configured static route on ADSL modem "10.123.0.0/16 via > 10.123.10.1" which ensures traffic comming from internet will ge to > my router 10.123.10.1 is address of eth0 on my router. On Sun, Jan 10, 2010 at 3:33 PM, David Hláčik wrote: > Hello

Re: [CentOS] SNAT

2010-01-10 Thread David Hláčik
Hello, CentOS 5.4, but I believe there will be no difference. Best, David On Sun, Jan 10, 2010 at 4:07 PM, Alexander Dalloz wrote: > Am 10.01.2010 15:33, schrieb David Hláčik: > >> Hello I will briefly draw the situation > > [ ... ] > >> Please help, >> >

[CentOS] ADSL ppp0, persist

2010-01-10 Thread David Hláčik
Hello guys, I have two ISP's connected to my router. One via eth2, second one via ADSL modem, with ppoe doing on my Centos 5 . The problem I have is, that when ADSL fails , interface ppp0 is removed. This also removes my static routes configured for this interface. I do not want that, as I have l

[CentOS] interfaces start-up order

2010-01-10 Thread David Hláčik
Hello guys, On my Centos5 interfaces start in this order : eth0,eth1,eth2,ppp0 I believe it goes by alpabethical order. Is there a possibility to change this order? I want to start interfaces which connects to internet first , i.e. in order eth0,ppp0,eth1,eth2. Can I just rename ifcfg-* scripts

[CentOS] my postfix ignores myhostname parameter

2008-10-13 Thread David Hláčik
Hello guys, I do not know how it is posible : *vi /etc/postfix/main.cf* # INTERNET HOST AND DOMAIN NAMES # # The myhostname parameter specifies the internet hostname of this # mail system. The default is to use the fully-qualified domain name # from gethostname(). $myhostname is used as a defaul

[CentOS] compare directories

2008-10-23 Thread David Hláčik
Hello guys, I have two mirrors. I need to compare files and directories on both mirrors and as a result print list of those which are missing on mirror 2 What i did find /data > find.mirror1 find /data > find.mirror2 Now i need to get list of those directories which are missing in mirror1. Th

[CentOS] rsync mirroring

2008-10-23 Thread David Hláčik
Hello guys, we have a production server named prod-server we have a mirror server named storage-server . I want to mirror a downloadsite on production server to a mirror server , but i want to keep all files from production server on mirror server . More explicitly. If i will have a file named

[CentOS] resize LVM (ext3)

2008-10-29 Thread David Hláčik
Hello guys, my scenario is following 1. I have LVM group named "system" 2. I have a logical volumes - system/root , ext3 mounted as / (20GB) - system/swap, swap - system/home, ext3 mounted as /home (431GB) I need to shrink system/home to 80GB (currently there is 57GB use

Re: [CentOS] resize LVM (ext3)

2008-10-29 Thread David Hláčik
> > > Now, for lvresize: > lvresize -L 80G system/home Are you sure there should not be lvreduce -L 80G system/home ? Thanks! D. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] resize LVM (ext3)

2008-10-31 Thread David Hláčik
Thanks guys for help! Work is done, everything went fine .. Have a nice day, D. On Wed, Oct 29, 2008 at 3:24 PM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-10-29 at 10:15 -0400, Filipe Brandenburger wrote: >> > >> Reduce the filesystem to 78G or 79G with resize2fs, then redu

[CentOS] domU fedora 10

2008-11-24 Thread David Hláčik
Hi guys, how can i install F10 which has domU support in kernel , using virt-install ? IT returns me lot of errors when i will point it to ftp source. Thanks in advance! David ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/lis

[CentOS] [OT] stable algorithm with complexity O(n)

2008-12-13 Thread David Hláčik
Hi guys, i am really sorry for making offtopic, hope you will not kill me, but this is for me life important problem which needs to be solved within next 12 hours.. I have to create stable algorithm for sorting n numbers from interval [1,n^2] with time complexity O(n) . Can someone please give m

Re: [CentOS] [OT] stable algorithm with complexity O(n)

2008-12-13 Thread David Hláčik
-Abrams wrote: > On Sat, 2008-12-13 at 19:24 +0100, David Hláčik wrote: >> Hi guys, >> >> i am really sorry for making offtopic, hope you will not kill me, but >> this is for me life important problem which needs to be solved within >> next 12 hours.. >> &

Re: [CentOS] [OT] stable algorithm with complexity O(n)

2008-12-14 Thread David Hláčik
Thank you guys for help and support! My homework is done and waiting for grading. Here it comes - bucket sort with time complexity O(n) == linear complexity #! /usr/bin/python def sort(numbers): "sort n positive integers in O(n) provided that they are all from interval [1, n^2]"

[CentOS] question about package buildings

2008-12-21 Thread David Hláčik
Hello guys, our company is going to distribute our software as rpms. I have prepared set Source RPMS which works ok on 64-bit and i386 platform. I want to make our build process more automatic. 1. What is the best way to build 32bit RPMS on 64bit CentOS machine? 2. What software/automatization s

[CentOS] masquerade from - postfix

2008-12-22 Thread David Hláčik
Hello guys, recently my mail provider started blocking mails from non-existent domain. We use for internal purposes domain labs.hlacik.eu which exists only in our local DNS servers. Our mailserver is sx1.labs.polarion.com . As we use virtual domains configuration & mailman i want to keep it that

Re: [CentOS] masquerade from - postfix

2008-12-22 Thread David Hláčik
ote: > >> As example mail from r...@sx1.labs.polarion.com should be masqueraded >> to mail from r...@polarion.com and etc. > > I believe in your /etc/postfix/main.cf file, just add the following: > > masquerade_domains = foo.example.com example.com > It looks like masquerade_domains = sx1.labs.po

Re: [CentOS] CentOS 5.1 on intel DQ35JO , Q35 chipsed based board

2007-12-07 Thread David Hláčik
> > > > > turn that fake raid crap off, and use linux software raid instead. > Anaconda makes combining linux raid mirroring and LVM a bit tricky at > setup time, but it -can- be done. custom disk partitioning, delete all > partitions, create a 120MB /boot on both drives, create a raid1 mirror > on

[CentOS] module mppe with pptpd causes kernel crash

2007-12-10 Thread David Hláčik
Hi, configuration of PPTP for windows clients , using MPPE causes kernel crash. It is a known bug which is in bugzilla on RedHat https://bugzilla.redhat.com/show_bug.cgi?id=248716 I was thinking that CentOS 5.1 has allready a kernel patched , but as it seems NOT. Or am i wrong? Thanks David Hl

[CentOS] postfix smtpd error

2007-12-12 Thread David Hláčik
Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i have saslauthd as method used,but even if i have it , this is what postfix writes into log messages Dec 13 00:02:03 sx1 postfix/smtpd[17833]: auxpropfunc error invalid parameter supplied Dec 13 00:08:07 sx1 postfix/smtpd[17856]:

Re: [CentOS] postfix smtpd error

2007-12-13 Thread David Hláčik
Chan <[EMAIL PROTECTED]> wrote: > > David Hláčik wrote: > > Hi, i am using on my machine Postfix with Cyrus_SASL in smtpd.conf i > have > > saslauthd as method used,but even if i have it , this is what postfix > writes > > into log messages > > &

Re: [CentOS] postfix smtpd error

2007-12-14 Thread David Hláčik
Hi to all, it was caused by sasl_auth_ldap rpm installed which has nothing in common with saslauthd and ldap support as i was thinking. I unninstaled sasl_auth_ldap and message dissapeared. David On 12/14/07, Christopher Chan <[EMAIL PROTECTED]> wrote: > > > > David Hl

[CentOS] strange situation with dev sr0

2008-02-29 Thread David Hláčik
Hi I have absolutely no idea what does it means : - Kernel Begin WARNING: Kernel Errors Present Buffer I/O error on device sr0, l ...: 16932 Time(s) end_request: I/O error, dev sr0, sector ...: 16962 Time(s) --

[CentOS] Running network services as a non-root user

2008-03-16 Thread David Hláčik
Hi, I am using open source Alfresco( alfresco.com ), written in java, which has own code for FTP, CIFS (running on tomcat apache and java). I need to run tomcat5 as root in order to achieve that alfresco will bind ftp cifs on privileged ports (21 , 135 .). I am wondering, it is possible to all

[CentOS] radius WPA

2008-03-17 Thread David Hláčik
Hi , will be someone so kind and will provide mi howto, or working configuration of Acess Point WPA authentification using Radius Server . I have followed a lot of howtos, unfortunatelly no one works for me. Using Centos 5.1 . Thanks, Regards D.

[CentOS] offtopic : sharepoint alternative question

2008-03-18 Thread David Hláčik
Hi, i am sorry for little oftopic - but i am looking for M$ Sharepoint open-source alternative. I allready tought it could be Alfresco, but i need something more - wiki . Or i will install also some wiki and connect it trought ldap. But, i am asking you friends - maybe you have some experiencie

[CentOS] build custom kernel

2008-03-20 Thread David Hláčik
Hi guys! i followed tutorial for building custom kernel for centos5 http://howtoforge.com/kernel_compilation_centos with lastest kernel downloaded from kernel.org . in menuconfig i used /boot/config-(mycurrentcentoskernel) as a configuration. then i compiled with make rpm. Result was ok, but my ker

[CentOS] Fwd: ath_pci in modprobe.conf on Centos/Fedora

2008-03-20 Thread David Hláčik
hi friends, i am sending this to centos mailinglist as i didnt solved problem and guys from madwifi are probably dead, as they are not giving me any reply . Thanks D. -- Forwarded message -- From: David Hláčik <[EMAIL PROTECTED]> Date: Wed, Mar 19, 2008 at 11:39 AM S

[CentOS] centos 5.1 hibernate - madwifi (ath_pci) not working

2008-03-21 Thread David Hláčik
Hi, i have problem with madwifi driver (ath_pci) version 0.9.4 ,on CentOs5.1after hibernate wireless devices are not working - i need to restart them (ifconfig down/ up or network restart). Is there any solution? i am using acpid script which will hibernate on power off button pressed. It is just

[CentOS] Re: News Groups (local) mirrored with mailinglists

2008-03-25 Thread David Hláčik
dvance! Davic On Mon, Feb 4, 2008 at 4:36 PM, David Hláčik <[EMAIL PROTECTED]> wrote: > Hi to all , i am looking for a solution to provide : > > News Groups (local) mirrored with mailinglistsn a > Best solution i see is INN + mailman. > > What i am looking for is some script

[CentOS] WPA enterprise

2008-03-29 Thread David Hláčik
Hi i have freeradius mschap ldap working configuration - i am using it for pptpd (VPN server) to authentificate against freeradius with ldap . Windows VPN client can connect to our company network and use it. Next i want to add user/password auth to our WIFI (based on Dlink AP - with radius suppo

[CentOS] Re: WPA enterprise

2008-03-29 Thread David Hláčik
Hi, i forgot to mention, that passwords in LDAP are stored in plaintext. Thanks! David. On Sun, Mar 30, 2008 at 2:14 AM, David Hláčik <[EMAIL PROTECTED]> wrote: > Hi i have freeradius mschap ldap working configuration - i am using it for > pptpd (VPN server) to authentific

[CentOS] openldap on Centos 5.1 with TLS

2008-04-01 Thread David Hláčik
Hi, sorry for the stupid question, but however i am following all howtos and tutorials it is not working 1) i have created CA certificate - /etc/pki/tls/misc/CA -newca 2) i have generated a new request - /etc/pki/tls/misc/CA -newreq 3) i have signed certificate /etc/pki/tls/misc/CA -signreq SO i

[CentOS] sendmail aliases

2008-04-01 Thread David Hláčik
Hi, how to sent mail to more then one email adress here comes the part from /etc/aliases # Person who should get root's mail root: [EMAIL PROTECTED], [EMAIL PROTECTED] which is not working. Thanks in advance! David ___ CentOS mailing list C

[CentOS] Re: openldap on Centos 5.1 with TLS

2008-04-01 Thread David Hláčik
> Once you have done this, then work on TLS. > > In my ldap.conf file, I have an entry like this: > > - > Randall Svancara > Systems Administrator > 509-335-7093 > > > On Tue, 2008-04-01 at 23:01 +0200, David Hláčik wrote: > > Hi, sorry for the stupid question, &g

Re: [CentOS] sendmail aliases

2008-04-01 Thread David Hláčik
or just restart sendmail is enought? thanks! D. On Tue, Apr 1, 2008 at 11:57 PM, Hugh E Cruickshank <[EMAIL PROTECTED]> wrote: > From: David Hláèik Sent: April 1, 2008 14:40 > > > > Hi, how to sent mail to more then one email adress > > > > here comes the part from /etc/aliases > > > > # Person

[CentOS] Fwd: xwiki vhost in apache

2008-04-05 Thread David Hláčik
Hi, i am just wondering. I have a tomcat5, running xwiki at http://myserver.example.org:8080/xwiki How can i create a vhost in httpd to do transparent proxy to tomcat5 webapplication ? Thanks in advance! David -- Forwarded message -- From: David Hláčik <[EMAIL PROTECTED]>

Re: [CentOS] Fwd: xwiki vhost in apache

2008-04-06 Thread David Hláčik
Thanks Paul, this one works perfect. D. 2008/4/6 Paul Heinlein <[EMAIL PROTECTED]>: > On Sat, 5 Apr 2008, David Hláčik wrote: > > Hi, i am just wondering. I have a tomcat5, running xwiki at > > http://myserver.example.org:8080/xwiki How can i create a vhost in > > ht

[CentOS] list of epel packages

2008-04-07 Thread David Hláčik
Hi! I know it has been solved many times, but how will i get a list of all installed packages from EPEL repository? I know for rpmforge it is rpm -qa package=*rf* . Thanks! David ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman

[CentOS] Re: list of epel packages

2008-04-07 Thread David Hláčik
Or to be more specific, what i am trying to do is to remove epel repo and all installed packages from that repo , how will i achieve it? Thanks again D. On Mon, Apr 7, 2008 at 8:20 PM, David Hláčik <[EMAIL PROTECTED]> wrote: > Hi! > > I know it has been solved many times, but h

[CentOS] lvm VolGroup00 problem after disk upgrade

2008-04-09 Thread David Hláčik
Hi to all, i am facing a really strange problem ,and i am not able to find a solution by myself and it is really critical for me to solve it asap :( I have replaced old sata disk with new one on centos , i did a whole cp -a copy from single mode do new disk. What i have done? 1) using fdisk creat

Re: [CentOS] lvm VolGroup00 problem after disk upgrade

2008-04-09 Thread David Hláčik
Hi Thim, thanks a lot you are a genius! , i dont know how could i forgot about that , maybe i am little overworked. Thanks, and nice day to all! D. On Wed, Apr 9, 2008 at 2:29 PM, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > On Wed, Apr 9, 2008 at 2:15 PM, David Hláčik <[EMAIL PROTE

[CentOS] generating tls certificates for radius under centos

2008-04-10 Thread David Hláčik
Hi all, i need to generate certificate files for radius tls. I am using CentOS 5.1 and scripts in /etc/pki/tls/misc for generated own CA key, and for own keys signed with my CA. For Radius i need a server certificate with xpextensions support. How can i generate server certificate with xpextension

[CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread David Hláčik
Hi , i am facing a strange problem. I have centos , i wan to access svn trought apache using mod auth ldap. This is what i have configured AuthLDAPBindDN cn=svn,ou=Operators,o=Organization AuthLDAPBindPassword Pass1 AuthLDAPURL "ldap://ldap/ou=Users,o=Organization?uid";

Re: [CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread David Hláčik
acik David,ou=Users,o=Organization AuthLDAPBindDN cn=svn,ou=Operators,o=Organization AuthLDAPBindPassword svn1 2008/4/10 Jim Perrin <[EMAIL PROTECTED]>: > On Thu, Apr 10, 2008 at 2:35 PM, David Hláčik <[EMAIL PROTECTED]> wrote: > > Hi , i am facing a

[CentOS] create raid /dev/md2

2008-04-18 Thread David Hláčik
Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2 new disks, fdisked , created 2 primary partitions with type fd (linux raid autodetect) Now i want to create raid from them [EMAIL PROTECTED] ~]# mdadm --create --verbose /dev/md2 --level=1 /dev/sdc1 /dev/sdd1 mdadm: error

Re: [CentOS] create raid /dev/md2

2008-04-18 Thread David Hláčik
I just figured out , mdadm --auto=yes , will autocreate /dev/md2 if does not exists. Regards, D. On Fri, Apr 18, 2008 at 6:10 PM, S.Tindall <[EMAIL PROTECTED]> wrote: > David Hlácik" wrote on Friday, April 18, 2008 11:40 AM: > > > > > Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 ,

[CentOS] vmware free on Centos5.1 clock sync

2008-04-21 Thread David Hláčik
Hi, i am running virtual machines on vmware free , both with Windows Server Enterprise 2003. Problem is with clock, they are allways goinng forward faster then should. dmesg informs about : dev/vmmon[21623]: host clock rate change request 83 -> 1043 /dev/vmmon[21623]: host clock rate change reque

[CentOS] enable bootsplash

2008-04-21 Thread David Hláčik
Hi, how do i enable boot splash (graphical boot) in CentOs5.1 ? I am in init 5, i have updated from minimal install to GNOME using yum groupinstall. Thanks in advance! David ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listi

Re: [CentOS] enable bootsplash

2008-04-21 Thread David Hláčik
Hi guys, yes really all i needed was to add rhgb parameter to grub.conf. Basically i was doing minimal network install first time. Then later installed using yum groupinstall, GNOME Desktop graphic enviroment group of packages and also others. What i found is that GNOME Desktop graphic environment

[CentOS] dd trough scp with tar

2008-04-25 Thread David Hláčik
Hi, first i will explain my experiment : We have ESX server running virtual machines .We want to migrate to XEN. As i did not found any tool for transfering ESX to for example real server, or better to XEN --> please correct me if i am wrong , i found following approach : i will inside virtual m

[CentOS] centOS xen domU kernel

2008-05-07 Thread David Hláčik
Hi, how can i make actual xen kernel to work under my domU virtual machines? When i will provide as kernel /boot/vmlinuz-2.6.18-53.1.14.el5xen as ramdisk /boot/initrd-2.6.18-53.1.14.el5xen.img , it will not work becouse of error that root device does not exists. And when it is booting it is showin

[CentOS] where is centos live cd?

2008-05-12 Thread David Hláčik
As far as i am searching over internet, i am finding only dead links for CentOS Live CD project (http://wiki.centos.org/Projects) . Where can i find and download it please? thanks ! D. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/ma

Re: [CentOS] where is centos live cd?

2008-05-12 Thread David Hláčik
Thanks i firured it out , sorry for stupid silly question, but why project pages are not working? D. On Mon, May 12, 2008 at 7:50 PM, Barry Brimer <[EMAIL PROTECTED]> wrote: > Quoting David Hláèik <[EMAIL PROTECTED]>: > > > As far as i am searching over internet, i am finding only dead links fo

[CentOS] build custom domU kernel from centos kernel source

2008-05-13 Thread David Hláčik
Hi, i am trying to build a custom xen kernel from CentOS source kernel rpm . What i want to achieve is to have custom domU kernel without modules, which will boot domU machine without having /lib/modules . My first try is to simple disable Loadable module support , so i have followed tutorial on Ce

[CentOS] ntpd date sync before service startup

2008-05-15 Thread David Hláčik
Hello, in system-config-date i have checkbox synchronize date before service startup. Which config switch,file does it affect? I want to turn it on on my CentOS machine without xauth , just editing config files , i was hoping it could be in /etc/sysconfig/ntpd but no. Thanks in advance! D. __

[CentOS] CentOS 5.1 on intel DQ35JO , Q35 chipsed based board

2007-12-07 Thread David Hláčik
Hi, i was trying to install CentOS 5.1 on new machine based on Intel Q35 desktop board, witch 2 SATA disks (configured as RAID 1) , 8GB RAM and Intel Core2 QUADCORE. The first problem was with install - it hangs before installer startup at ACPI messages. So i installed it with ACPI=off switch. The

Re: [CentOS] ntpd date sync before service startup

2008-05-16 Thread David Hláčik
I am sorry, but when i will config ntp trought system-config-date and check sync time before service startup, it is working, but i do not see any -x switch in /etc/sysconfig/ntp . :( Thanks On Fri, May 16, 2008 at 12:55 AM, John R Pierce <[EMAIL PROTECTED]> wrote: > David Hlá

[CentOS] INN Python support in Centos 5.1

2008-06-03 Thread David Hláčik
Hello . i want to ask several questions : 1) Is INN on Centos5.1 compiled with python auth hooks support? 2) If i want my messages on news server to keep forever (history) , should i change expire.ctl? What i need to set 3) Is there some configuration which i need to set to be able to use pyth

[CentOS] Re: INN Python support in Centos 5.1

2008-06-03 Thread David Hláčik
news/readers.conf(140), Unexpected token: /opt/pdg/nnrpd_auth.py On Tue, Jun 3, 2008 at 11:33 PM, David Hláčik <[EMAIL PROTECTED]> wrote: > Hello . i want to ask several questions : > > 1) Is INN on Centos5.1 compiled with python auth hooks support? > 2) If i want my messages on

Re: [CentOS] INN Python support in Centos 5.1

2008-06-04 Thread David Hláčik
On Wed, Jun 4, 2008 at 10:41 AM, Ralph Angenendt <[EMAIL PROTECTED]<[EMAIL PROTECTED]>> wrote: > David Hláčik wrote: > > Hello . i want to ask several questions : > > > > 1) Is INN on Centos5.1 compiled with python auth hooks support? > > Look in the spe

Re: [CentOS] Re: INN Python support in Centos 5.1

2008-06-04 Thread David Hláčik
oderated # groups. access "localhost" { users: "" newsgroups: "*" access: RPA } Thanks in advance! On Wed, Jun 4, 2008 at 10:36 AM, Ralph Angenendt <[EMAIL PROTECTED]<[EMAIL PROTECTED]>> wrote: > David Hláčik wrote: > > This is so

Re: [CentOS] INN Python support in Centos 5.1

2008-06-04 Thread David Hláčik
Yes of course, thanks!, that worked. D. On Wed, Jun 4, 2008 at 11:29 AM, Ralph Angenendt <[EMAIL PROTECTED]<[EMAIL PROTECTED]>> wrote: > David Hláčik wrote: > > RPM build errors: > > File not found by glob: > > /var/tmp/inn-2.4.3-12-I31464/usr/lib/news/

[CentOS] INN with auth hook

2008-06-06 Thread David Hláčik
Hello, i am looking for someone who is using INN news server with python_auth hook . Thanks! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] syslog - python

2008-06-09 Thread David Hláčik
Hello , i want all my log messages from python to have in /var/log/python Now they are in /var/log/messages: Jun 9 12:10:51 sx1 kernel: klogd 1.4.1, log source = /proc/kmsg started. Jun 9 12:11:01 sx1 python: MM_MEMBERS [it] Nothing to do. Jun 9 12:11:02 sx1 python: MM_MEMBERS [research] Nothi

Re: [CentOS] syslog - python

2008-06-09 Thread David Hláčik
are the supported > facilyties.. python(.*) is not ;) > > Good luck. > > Cheers, > > Bart > > - Original Message - > From: "David Hláčik" <[EMAIL PROTECTED]> > To: "CentOS mailing list" > Sent: Monday, June 9, 2008 12:14:26

[CentOS] INN with SSL

2008-06-12 Thread David Hláčik
Hello, on a INN mailinglist i have found , that in order to use INN over SSL i need to call another instance of nnrpd like this : su news -c '/usr/local/news/bin/nnrpd -D -c /usr/local/news/etc/readers-ssl.conf -p 563 -S' I am using INN from official centos 5.1 rpm . My question is, where to in

[CentOS] truly minimal install

2008-06-24 Thread David Hláčik
Hello, we want to distribute our company software as virtual appliances (VMWARE) on Centos5 . My question is, which way i will achieve really minimum install (with yum). So far, i have during install unchecked all packages , then customized groups and removed everything including base system. As a

[CentOS] centos 5.2 new syslog?

2008-06-26 Thread David Hláčik
Hello, what is with syslog in 5.2 , i have heard that 5.2 should contain new version of syslog which will support regex for custom logs and so ... D ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] gnome desktop XDMCP in domU

2008-06-28 Thread David Hláčik
Hello, i have CentOS on xen as domU, i have installed "yum groupinstall Gnome Desktop ... " . I want to access Gnome Desktoup through XDMCP protocol, but unfortunately X server will not start when there is no graphical output where to start. How can i solve this problem? And of course i have edi

[CentOS] self Certificate Authority, using /etc/pki/tls/misc/CA

2008-07-01 Thread David Hláčik
Hello all, lately i am facing problems with Certification Authorities. I have used centos script /etc/pki/tls/misc/CA my own certificate authority. In next steps i am generating requests for certificates to services such as LDAP,NNRPD and lately signing requests with CA. My approach is to import m

[CentOS] how to generate modprobe.conf

2008-07-06 Thread David Hláčik
Hello, i have moved hard disk from one pc to another (some architecture). I have booted, everything working. To my surprise some modules in modprobes.conf are still there even if this PC does not have such hardware. I have tried remove modprobe.conf, but after reboot, system by it self does not gen

[CentOS] yum remove from stdout

2008-07-13 Thread David Hláčik
Hello, little tricky question : i have a file of packages for removal , which looks like that : atk libart_lgpl libXfixes audiofile libXcursor libxslt alsa-lib esound gnome-mime-data libIDL ORBit2 libbonobo libdaemon libXrandr dbus-python avahi avahi-glib gamin shared-mime-info libXres startup-no

[CentOS] background process

2008-07-15 Thread David Hláčik
Sorry for such lame question but .. When i am connected to server using SSH . How can i fetch process to background and close ssh session and not kill that process? And how can i later connect to server and fetch process from background to console? All years i have been using "screen" for this.

[CentOS] xdmcp to gnome desktop

2008-07-17 Thread David Hláčik
Hello, i have turned on XDMCP on my CentOS 5.2 xen virtual machine running Gnome Desktop. I have X window installed on my Windows Machine (Xmanager Enterprise from Netsarang). My questions is 1) how can i reconect to working sesion (allready loged in through xdmcp) in case connection from client

[CentOS] Plone

2008-07-19 Thread David Hláčik
Hello, is someone using Plone on CentOs 5.2? What is the best way to install lastest version? Using their unified installer? Thanks in advance! D. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] 2 DHCP servers - different VLAN's

2008-07-25 Thread David Hláčik
Hello guys, to describe my scenario i have 4 VLANS on my switch, each VLAN is different subject. I have one DHCP server for 3 VLANS + second one DHCP server for 1 VLAN - named VLAN 7 . Problem is , this started to make problems suddenly. VLAN 7 is not recieving IP adress from correct DHCP serve

[CentOS] enterprise backup solution (probably amanda?)

2008-07-30 Thread David Hláčik
Hello guys, hope i am not making an offtopic Currently we are looking for storage/backup solution in our company. Basically we need to backup data incrementaly from windows server and centos server + subversion repositories. So far i believe amanda would be best for this situation and also has