Re: [CentOS] scripting CPAN installs

2010-04-20 Thread Tomas Ruprich
I think this could be done by cpan> o conf prerequisites_policy follow cpan> o conf commit and then set env PERL_MM_USE_DEFAULT=1 cpan or env PERL_MM_USE_DEFAULT=1 perl -MCPAN -e shell Tomas Mon, Apr 19, 2010 ve 04:24:21PM -0500, Les Mikesell napsal: > On 4/19/2010 4:15 PM, Kahlil Hodgson w

Re: [CentOS] scripting CPAN installs

2010-04-16 Thread Tomas Ruprich
Sorry, sent too soon. As for your problem with not knowing if the module was succesfully installed... i went around by trying use/require and printing version after each install. Tomas Fri, Apr 16, 2010 ve 03:26:16PM +0200, Tomas Ruprich napsal: > Hi, > i don't know exactly if th

Re: [CentOS] scripting CPAN installs

2010-04-16 Thread Tomas Ruprich
Hi, i don't know exactly if this would be usable for yourself, but very nice feature for our purposes is autobundling, see for example: http://search.cpan.org/~andk/CPAN-1.9402/lib/CPAN.pm#POPULATE_AN_INSTALLATION_WITH_LOTS_OF_MODULES or http://www.developertutorials.com/tutorials/cgi-perl/automate

Re: [CentOS] How to log separate files or directories for centralizing SysLog server ?

2010-04-12 Thread Tomas Ruprich
y policy not to use non-rpm. I can use rsyslog and found it's the same > config to syslog. Can I apply that rules in rsyslog? > > Thanks. > > James > > On Mon, Apr 12, 2010 at 3:57 PM, Tomas Ruprich wrote: > > > Hi James, > > i think much better

Re: [CentOS] How to log separate files or directories for centralizing SysLog server ?

2010-04-12 Thread Tomas Ruprich
Hi James, i think much better for syslog server usage is syslog-ng. It has bit more difficult configuration for such a small network, but it brings much more functionalities. the simple ruleset for your needs could look like: source s_sys { unix-stream("/dev/log"); internal(); }; source s_net { u

Re: [CentOS] iptables

2009-09-16 Thread Tomas Ruprich
Wed, Sep 16, 2009 ve 03:31:43PM +0800, CentOS List napsal: > > > > *nat # Manipulate nat table > > > > :PREROUTING ACCEPT [0:0] > > :POSTROUTING ACCEPT [0:0] > > :OUTPUT ACCEPT [0:0] > > -A PREROUTING -t nat -p tcp --dport 26 -j REDIRECT --to-port 25 > > > > COMMIT > > Thanks Christopher, > >

Re: [CentOS] logical volume over NFS permissions problem

2009-06-30 Thread Tomas Ruprich
t/ Thanks again Filipe. Tomas Thu, Jun 25, 2009 ve 09:18:11AM -0400, Filipe Brandenburger napsal: > Hi, > > 2009/6/25 Tomas Ruprich : > > i've problem with mounting logical volumes over NFS. > > You are mounting /export/escience and you want to access > /export/e

[CentOS] logical volume over NFS permissions problem

2009-06-25 Thread Tomas Ruprich
Hi all, i've problem with mounting logical volumes over NFS. On NFS server, i have following logical volume [r...@nfs_server ~]# lvdisplay --- Logical volume --- LV Name/dev/escience/vv_25 VGnfs_servernfs_servernfs_servernfs_servernfs_server escience LV UUID

Re: [CentOS] HA software advice

2008-01-23 Thread Tomas Ruprich
Wed, Jan 23, 2008 ve 04:24:43PM -0500, Scott McClanahan napsal: > > On Wed, 2008-01-23 at 22:20 +0100, Tomas Ruprich wrote: > > yum install heartbeat > > > > Very robust, very reliable, easy to configure, easy to use :-) We use it > > for almost every critical se

Re: [CentOS] HA software advice

2008-01-23 Thread Tomas Ruprich
yum install heartbeat Very robust, very reliable, easy to configure, easy to use :-) We use it for almost every critical server for about 3 years without any problem. http://www.linux-ha.org/ Tomáš Ruprich <[EMAIL PROTECTED]> DCD IICT MUAF Brno tel.: +420 545 132 885, +420 602 127 744

Re: [CentOS] Directory index forbidden by rule: /var/www/html/

2007-10-09 Thread Tomas Ruprich
Directory index is a feature of apache, which: - if there is a file named in DirectoryIndex directive (usually index.html) in the requested directory, then show it (i think this is made by mod_dir) - if not, then create a list of files, if you have mod_autoindex loaded and Options +Indexes

Re: [CentOS] strange chgrp behavior

2007-09-04 Thread Tomas Ruprich
Thanks for your reply and your time, i've reported it to centos bug tracking system. I will try it also on RHEL and if it occurs, i'll sent it also to the RH. > ISTM it's a bug and should be reported on both CentOS and RH tracking > systems. Two errors are apparent. One may be difficult to correct

Re: [CentOS] strange chgrp behavior

2007-08-30 Thread Tomas Ruprich
Thu, Aug 30, 2007 ve 06:05:49PM +0200, Tomas Ruprich napsal: > Greetings, > i had a following problem, which on one side i have already solved, but > on other side i don't thing it should behave this way and wish somebody to > tell if it is feature or bug ;-) > > [EMAIL

[CentOS] strange chgrp behavior

2007-08-30 Thread Tomas Ruprich
Greetings, i had a following problem, which on one side i have already solved, but on other side i don't thing it should behave this way and wish somebody to tell if it is feature or bug ;-) [EMAIL PROTECTED] home]# chown user user/ [EMAIL PROTECTED] home]# ls -ld /home/user drwxr-xr-x 66 user s

Re: [CentOS] Diskless client from system-config-netboot doesn't boot.

2007-08-21 Thread Tomas Ruprich
Tue, Aug 21, 2007 ve 02:42:33PM -0400, David Mackintosh napsal: > On Mon, Aug 20, 2007 at 10:14:51AM -0400, R P Herrold wrote: > > On Mon, 20 Aug 2007, Sophana wrote: > > > > >David Mackintosh a écrit : > > > > >>I've followed a set of instructions I found on > > >>http://www.linuxtopia.org/onlin

Re: [CentOS] GFS availability in Centos5

2007-08-21 Thread Tomas Ruprich
Hi, try http://www.centos.org/docs/5/html/Global_File_System/ and http://www.centos.org/docs/5/html/Global_File_System/s1-sysreq-rhcs.html regards - Tomáš Ruprich [EMAIL PROTECTED] OKV UIKT

Re: [CentOS] is there kiosk mode for firefox?

2007-07-23 Thread Tomas Ruprich
I don't know IE kiosk mode, byt try r-kiosk (https://addons.mozilla.org/en-US/firefox/addon/1659). Opera has quite nice kiosk mode too ;-) Tom Sun, Jul 22, 2007 ve 09:24:48PM +0800, Fung napsal: > Is there kiosk mode for firefox in linux, like the IE kiosk mode in windows? > __

Re: [CentOS] Centos 5

2007-06-13 Thread Tomas Ruprich
my servers are installed via PXE. By simple set-up i can install, update or rescue everything. Need to say, that it's possible thanks to university network ;) I can provide quite hole tftpserver with all .msg and .cfg files if somebody was interested. Tomas Ruprich MUAF Brno