similar to: perl

Displaying 20 results from an estimated 5000 matches similar to: "perl"

2008 Aug 25
2
smartd
last night I checked the log messages on the server Dell PE2950 6xSAS 146G I found the smartd running , I did not request such daemon [root at PowerEdge1 pons]# tail -f /var/log/messages Aug 25 08:27:30 PowerEdge1 smartd[8039]: Home page is http://smartmontools.sourceforge.net/ Aug 25 08:27:30 PowerEdge1 smartd[8039]: Opened configuration file /etc/smartd.conf Aug 25 08:27:30 PowerEdge1
2008 Sep 22
2
install of Pod::Simple through CPAN
I'm running CentOS 4.4. I'm trying to install swatch (a log watcher) using CPAN. It's getting hung up on trying to install a dependency, Pod::Simple So before I get too wrapped up in this, I have the following questions: 1. Is there an alternative way to install swatch? I didn't get a hit when I tried yum. 2. I'm not wedded to swatch. Is there another log checker
2006 Jun 01
4
PERL module woes
Hi, I'm using CentOS 4.3 on all my PC's, and I'm very happy with it. Everything *just* works. I want to give DVD::RIP 0.97.10 a try. I enabled rpmforge and kbs repos, but there's only 0.52.2 available, which has an annoying bug in it. So I installed the main dependency, transcode, via yum. Then I downloaded the (PERL) sources of DVD::RIP 0.97.10, ran configure (e. g. perl
2005 May 16
1
clamav-0.85
From: Dag Wieers [mailto:dag at wieers.com] > > On Mon, 16 May 2005, Maciej Zenczykowski wrote: > > > > Well, I could, but why would you use ncftp when lftp is actually more > > > feature complete and much better overall. (ncftp is not open source > > > actually). > > > > > > If there's a good reason you might convince me to do the extra
2010 Oct 10
8
recommended way to install source rpms?
yes, i've read the online docs and followed a link or two to find a simple way to do this, such as: http://sourceware.org/systemtap/wiki/SystemTapOnCentOS so, these days, is that the canonical way to download source rpms? now, note that i'm not arguing about whether this is a good idea. in my circumstances, i want the ability to just "yum download" source rpms so that i can
2008 Aug 01
1
DVD Burner
I've purchased an LG DVD Burner (GSA-E60L) External super Multi DVD Rewiter for my PE2950 Dell Server attached via USB. Can someone guide me to set up the DVD with Linux, and which tools should I use to burn DVD? [root at PowerEdge1 /]# cdrecord -scanbus Cdrecord-Clone 2.01 (cpu-pc-linux-gnu) Copyright (C) 1995-2004 J?rg Schilling Note: This version is an unofficial (modified) version with
2010 Apr 15
6
scripting CPAN installs
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
2015 Apr 04
1
Downloading a great number of files from different rsync servers for good loadbalancing and high efficiency.
Hi all, I'm using Debian, I want to make a local repository which can let me install packages more conveniently. Considering that the rsync tool is the Debian official proposed tool for syncing the files among its different rsync server sites, I use the rsync client to downloading the deb packages from the different rsync servers distributed around the world-wide for good loadbalancing and
2006 Oct 11
12
Server hangs initializing audio
I have a server that frequently hangs while rebooting. I see no errors, but during the boot process it stops at this stage: Initializing hardware... storage network audio The cursor sits just after the word "audio" and I have to do a hard reset to get out of it. This server has no audio capabilities, so I am thinking that I just need to disable the audio stuff so it doesn't
2006 Jun 09
5
Tape drive throughput
I have a backup spooling onto a DLT drive. Is there any tool that will let me monitor the data throughput on the device? -- Bowie
2006 Sep 21
12
Hard drive errors
One of my CentOS boxes has started giving me errors. The box is CentOS-4.4 (i386) fully updated. It has a pair of SATA drives in a software raid 1 configuration. The errors I see are: ata1: command 0xca timeout, stat 0x50 host_stat 0x24 ata1: status=0x50 { DriveReady SeekComplete } Info fld=0x1e22b8, Current sda: sense key No Sense ata2: command 0xca timeout, stat 0x50
2020 Aug 05
5
[RFC] Introduce Dump Accumulator
Introduction ============ This RFC proposes a mechanism to dump arbitrary messages into object files during compilation and retrieve them from the final executable. Background ========== We often need to collect information from all object files of applications. For example: - Mircea Trofin needs to collect information from the function inlining pass so that he can train the machine
2006 Oct 12
18
Write performance with 3ware 9550
I have two identical servers. The only difference is that the first one has Maxtor 250G drives and the second one has Seagate 320G drives. OS: CentOS-4.4 (fully patched) CPU: dual Opteron 280 Memory: 16GB Raid card: 3ware 9550Sx-8LP Raid volume: 4-disk Raid 5 with NCQ and Write Cache enabled On the first server I have decent performance. Nothing spectacular, but good enough. The second one
2006 Oct 12
18
Write performance with 3ware 9550
I have two identical servers. The only difference is that the first one has Maxtor 250G drives and the second one has Seagate 320G drives. OS: CentOS-4.4 (fully patched) CPU: dual Opteron 280 Memory: 16GB Raid card: 3ware 9550Sx-8LP Raid volume: 4-disk Raid 5 with NCQ and Write Cache enabled On the first server I have decent performance. Nothing spectacular, but good enough. The second one
2018 Jul 27
7
Finding memory usage
I have a CentOS 7 server that is running out of memory and I can't figure out why. Running "free -h" gives me this: ????????????? total??????? used??????? free????? shared? buff/cache?? available Mem:?????????? 3.4G??????? 2.4G??????? 123M??????? 5.9M??????? 928M??????? 626M Swap:????????? 1.9G??????? 294M??????? 1.6G The problem is that I can't find 2.4G of usage.? If I look
2007 Feb 06
4
Adaptec 29320
I need a SCSI card to attach a tape library to my system. I am looking at the Adaptec 29320A-R. Can anyone confirm that this card will work with the stock CentOS 4 kernel? -- Bowie
2012 Apr 06
1
system command and Perl confusion
Hello, I'm having a question related to the system command within R: I try to evoke a perl script from within R with something like system(paste('perl myscript.pl', some parameters ....,sep=" ") This works just fine as long as I do not use any additionally installed Perl module, as this leads to a "Can't locate Statistics/Descriptive.pm in @INC ....." This
2010 Feb 26
11
Temperature sensor
Does anyone know of a cheap temperature sensor that will work with Linux? I don't need a fancy monitoring appliance, I just want a simple sensor that I can connect to one of my monitoring servers to let me know if the server room is getting hot. -- Bowie
2006 Jun 07
9
Simple backup program
I am looking for a simple backup program that I can use to backup a CentOS box to a local tape drive. Hopefully someone here can give me a recommendation. This is what I need: - Simple launching of manual backups (preferably from the command line) - Ability to span tapes for a large backup - Proper treatment of hardlinked files - Notification via email or similar when it is
2005 Nov 30
4
Building rpms
I have been asked to update OpenLDAP to the latest stable version. I am using CentOS 4.2 and have OpenLDAP 2.2.13 installed. I can install from source if I have to, but I would rather stay with rpm packages if possible. I found an rpm from Fedora Core Development on RPMFIND. Will this one work with Centos, or should I grab the source rpm and rebuild it? Bowie