Re: [CentOS] parsing an e-mail with perl

2011-01-16 Thread Dave Cross
g I > could use. The modern way to handle email in Perl is to use the modules created by the "Perl Email Project". These are largely the modules on CPAN that start with Email::. In your case, I suspect you want Email::MIME. http://search.cpan.org/perldoc?Email::MIME Cheers,

Re: [CentOS] 5.6 - SRPM's

2011-04-12 Thread Dave Cross
d two servers to 5.6 using yum yesterday and it all went without a hitch. Thank you for your work. Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Switching to php53

2011-04-29 Thread Dave Cross
ve obsoleted php-common rather than conflicting with it. Is there a clean way to replace php with php53? Or should I just wait and hope that Centos 6 is released before WP 3.2 :) Thanks, Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg _

Re: [CentOS] Switching to php53

2011-05-01 Thread Dave Cross
On 30 April 2011 07:35, Eero Volotinen wrote: > 2011/4/30 Dave Cross : >> I have a Centos 5.6 server which is using the default php packages. >> These currently contain PHP 5.1.6. >> >> My main use of PHP on the server is to support an installation of >> Wo

Re: [CentOS] Switching to php53

2011-05-01 Thread Dave Cross
e supported for your > environment. This is exactly what worried me. Thanks for confirming my fears. Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Switching to php53

2011-05-01 Thread Dave Cross
On 1 May 2011 09:40, Dave Cross wrote: > On 1 May 2011 08:50, John R. Dennison wrote: >> On Sun, May 01, 2011 at 08:19:49AM +0100, Lucian wrote: >>> >>> It's not really that risky, just rpm -e --nodeps and then yum install >>> php53 packages. >> &g

Re: [CentOS] run script on logout

2009-11-13 Thread Dave Cross
2009/11/13 Janez Kosmrlj : > Does anyone have an idea how to run a script when the user logs out. > > I tried puting the command in the .bash_logout file, but it doesnt work. Of course, that's only going to work if the user is using bash as their shell. But, given that proviso, that's the right wa

Re: [CentOS] perl question

2010-02-01 Thread Dave Cross
On 29 January 2010 19:28, Jerry Geis wrote: > I am trying to run a perl script that said it needs Net::SMPP > > I ran this: > your_host]# *perl -MCPAN -e shell* > cpan shell -- CPAN exploration and modules installation (v1.76) > ReadLine support enabled > cpan> *install Net::SNMP > > seemed to wor

Re: [CentOS] how to work with Code Repositories, but for web development?

2010-02-11 Thread Dave Cross
On 11 February 2010 10:44, Rudi Ahlers wrote: > Hi all, > > I would like some suggestion on this matter please. I have never bothered > using any code repositories / version control systems for our web > development project, many cause I didn't know any better, and probably cause > most of our pro

Re: [CentOS] how to work with Code Repositories, but for web development?

2010-02-11 Thread Dave Cross
On 11 February 2010 11:26, Rudi Ahlers wrote: > > On Thu, Feb 11, 2010 at 1:09 PM, Dave Cross wrote: >> >> On 11 February 2010 10:44, Rudi Ahlers wrote: >> > Hi all, >> > >> > I would like some suggestion on this matter please. I have never &

Re: [CentOS] Creating a personal repo

2009-09-11 Thread Dave Cross
2009/9/11 Dave : > Hello, >        I'm wanting to create a yum repo for what is at this point rpm > development for personal use, i might eventually open it up but right now i > have some rpms i need to debug. I've installed createrepo but the docs i've > read indicate that i have to install the ba

Re: [CentOS] Centos 4 and cgiemail

2010-11-12 Thread Dave Cross
ries in the web area on the server? Sorry for all the questions, but without answers to them any attempt to help would be purely guesswork. Cheers, Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos 4 and cgiemail

2010-11-20 Thread Dave Cross
Apologies for not replying sooner. This mailing list goes into a "read when you're not too busy" folder :-/ On 18 November 2010 17:08, Todd Cary wrote: > > On 11/12/2010 10:15 AM, Dave Cross wrote: > > It all depends very much on how the web server is configured. Do y

Re: [CentOS] remove newlines / perl /concise example

2011-01-01 Thread Dave Cross
run it like this: $ ./join < input.txt > output.txt hth, Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] if you install cgi programs from rpm, how to configure for actual use in /var/www/html ?

2011-01-07 Thread Dave Cross
st on right now, but I've just installed phpMyAdmin on this Fedora 14 box for the first time (using yum) and it all just works. All I did was to restart the server. If it's not working for you, then are you sure that your Apache is configured to use the files in /etc/httpd/conf.d? If the con

Re: [CentOS] Perl Trouble

2008-11-08 Thread Dave Cross
2008/11/8 Dirk H. Schulz <[EMAIL PROTECTED]>: > I am running several CentOS 5.2 servers with similar configuration. > > On all of them I received the following error when using a certain perl > module: >> >> Base class package "Class::Accessor::Fast" is empty. >>(Perhaps you need to 'use' the m

Re: [CentOS] Perl Trouble

2008-11-08 Thread Dave Cross
2008/11/8 Dirk H. Schulz <[EMAIL PROTECTED]>: > I will stick to installing the modules from rpms. By the way, seems that > there are some missing dependencies: The module I installed for usage is > perl-Nagios-Plugin, but that did not lead to installation of > perl-Class-Accessor. Should I inform

Re: [CentOS] text processing problem with bash/perl

2009-02-13 Thread Dave Cross
2009/2/13 Robinson Tiemuqinke : > Hi, > > Anyone has some ways for the following text processing problem? I have a text > file > containing two stanzas attached below. I want to uncomment the stanza with > 'host=localhost' line, while left the other stanza unchanged. > > ... > > /* udp_send_channe

[CentOS] Depsolving errors whilst upgrading Centos 5.6 -> 5.7

2011-09-18 Thread Dave Cross
'd see if anyone here had seen anything similar first. Cheers, Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Depsolving errors whilst upgrading Centos 5.6 -> 5.7

2011-09-18 Thread Dave Cross
On 18 September 2011 18:46, John R Pierce wrote: > On 09/18/11 10:32 AM, Dave Cross wrote: >> I have a dedicated server from 1&1 (http://1and1.co.uk/). A 'yum list >> updates' today showed me that the 5.7 update was available (it's >> probably been the

Re: [CentOS] scripting CPAN installs

2010-04-23 Thread Dave Cross
On 15 April 2010 21:23, Alan McKay wrote: > 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 u

[CentOS] Centos 7 Server Forgets IPv6 Address On Reboot

2015-07-06 Thread Dave Cross
somewhere under /etc/sysconfig that should contain this information - does anyone know where it should be stored? Thanks, Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.

Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Dave Cross
rch Distributor ID: CentOS Description: CentOS release 5.8 (Final) Release: 5.8 Codename: Final Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Setup a devel environment for perl modules

2014-04-02 Thread Dave Cross
ve you a start. http://www.slideshare.net/davorg/perl-in-rpmland-presentation Basically, "cpanspec" will build you a spec file which you can then use with "rpmbuild" to make your rpm. Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg

Re: [CentOS] Sorry

2014-05-19 Thread Dave Cross
On 19 May 2014 13:06, mark wrote: > Wrong. It was M$ Lookout, er, Outlook, that introduced top posting by default. I'm pretty sure that Microsoft email applications were top-posting long before Outlook arrived :-) Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/

Re: [CentOS] Sorry

2014-05-19 Thread Dave Cross
On 19 May 2014 15:47, wrote: > Dave Cross wrote: >> On 19 May 2014 13:06, mark wrote: >> >>> Wrong. It was M$ Lookout, er, Outlook, that introduced top posting by >>> default. >> >> I'm pretty sure that Microsoft email applications were top

[CentOS] What replaces the "grub" command

2017-08-08 Thread Dave Cross
Any advice would be gratefully received. Thanks, Dave... -- Dave Cross :: d...@dave.org.uk http://dave.org.uk/ @davorg ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] What replaces the "grub" command

2017-08-08 Thread Dave Cross
On 8 August 2017 at 10:56, Scott Robbins wrote: > On Tue, Aug 08, 2017 at 09:01:30AM +0100, Dave Cross wrote: >> I recently had a failing disk replaced in my colo server. The server >> is running Centos 7.3. >> >> After the replacement, I was following these instruct