Displaying 20 results from an estimated 20 matches for "perlscript".
2008 Feb 28
1
perl error on CentOS
when i type 'perl perlscript.pl, I get the following error
Can't locate version.pm in @INC (@INC contains:
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-mu...
2004 Nov 30
2
Spandsp kind of working
I have spandsp installed and working, but when it emails using Scotts
mailfax, the attachment is a dat file. I tried to rename the file to
.tiff or .pdf, but it will not open. In the /var/spool/asterisk/fax
folder, that faxes are there as tiffs, and I can open those without any
trouble. The problem is in the conversion from tiff to pdf. Is there
another package that needs to be installed for
2013 Sep 05
4
Shell Script Help
I have a script file in my cron.hourly that contains a good number of
scripts I must call.
#!/bin/sh
sleep 15
perl /scripts/create_graph.pl &
sleep 15
perl /scripts/create_graph_out.pl &
many more lines. etc.
Is there a way I can sleep random length to time before executing each
but background each one so master script returns promptly. Something
like.
sleep (random 1 - 300 seconds,
2007 Nov 26
2
Broadcast dialing/playback
...special number
2) Record emergency message (e.g. Snow day don't come in)
3) Hang up
4) System dials all extensions and plays emergency message.
Please re-read before you fire off
Dial(SIP/100&SIP/101&SIP/102)
There are about 500 extensions so I guess either a
System(/path/to/perhaps/perlscript.pl) or something?
Scenario, school in a mountainous region with constant
horrible weather needs their admins to have a number
they can call and record a message. That message is
to be distributed to about 500 extensions.
--
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
J. Oquendo
SGFA #579...
2008 Dec 16
4
perl-web-script should start a application with wine
I need some help.
I have a windows application which load a file, do something and put the output in the same file. This tool is called ct.exe. Now I use wine to start this application, everything works fine.
My problem starts if a try to write a perlscript which start this wine application.
my perl script:
1 #!/usr/bin/perl
2
3 use strict;
4 use CGI;
5 use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
6
7 my $cgi = new CGI;
8 my $html = q();
9
10 print $cgi->header(q(text/html));
11 print $cgi->start_html(-ti...
2005 Nov 07
1
General Question: WinXP autodomain?
...re elegant ;)
I use partimage to deploy images of my Windows XP-installation to the
computers in my lab. In order to automate the process of joining these
computers to the domain, I use some small perl-scripts.
1. After installing new software, etc. I have to create a new image. I
have written a perlscript, which will be executed the next time, the
computer starts (I've put it in the registry ->RunOnce...)
2. This script sets the hostname of the fresh installed computer via
it's IP-adress. Then the script Puts another script in RunOnce, which
will execute netdom.exe to join the domain aft...
2001 Oct 02
0
Ices dies
Hi !
Im using ices to send streams through icecast. But there is a problem.
Ices dies and stops sending data after various hours of playing. Since
ices is feeded with songs through a perlscript the songs should never
stop coming.
My guess is that it dies when no listeners are connected. But I cant see
why, and I dont like pushing play all the time. =)
This is what my icecast.log says at the end.
[01/Oct/2001:18:04:23] [113:Source Thread] Lost connection to source on
mount /ices, waiting...
2007 May 04
1
Converting Courier mailboxes to Dovecot
Hi,
I have around 100 mailboxes (maildirs) to convert from Courier IMAP
(4.1.3) to Dovecot.
(From a recent backup) I've tested a few mailboxes on Dovecot 1.0.0, and
while the client doesn't notice any difference (at least in Thunderbird)
I'm hoping to get rid of the old Courier folders and convert any useful
information they may have into Dovecot.
I've tried Timo's
2007 Mar 19
0
Courier's courierpop3dsizelist - uid convert
Hi
Migration page [1] on wiki says
"Courier version 3 (younger versions)
Here everything has changed: Courier's UID data are now stored in
courierpop3dsizelistand in a completely new format. But it's still possible
to convert it to the format dovecot needs (link to perlscript and further
configuration details will follow later). "
but there's nothing more. I couldn't find any ready to use script for the
conversion. Maybe somebody has it ready or could help me, I can write perl
oneliner but I don't understand the format of index files.
dovecot's...
2005 Jul 26
1
Perl AGI
I am wondering if anyone can help me figure out how to do something.
I'm running a simple perl AGI which at the end of the call, creates a
MySQL row with some of the tasks done during the AGI session.
However, when the call is unexpectedly dropped (possibly the caller
hangs up before finishing the entire AGI flow), I don't get the MySQL
row created.
I'm wondering if there is
2004 Jan 13
0
New netfilter/iptables homepage
...f the netfilter/iptables
homepage online.=20
The changes shouldn't be too visible to the user, as everything is
hidden behind the same layout as the old homepage. =20
However, the whole page is now built from docbook-website XML, which
should produce way cleaner results than our own cut+paste perlscript
template system.
The new homepage also features patch-o-matic-ng HTMLization. pomlist
has disappeared in favour of pom-ng.
If you find any broken links, please report them to
webmaster@netfilter.org, where I will take care of them.
- Harald Welte (netfilter core team)
P.S.: Yes, I know... our...
2004 Nov 24
2
Files being corrupted on export, md5sums don't match.
(smb.conf attached)
When i mount the exported shares on my computer on either it or
another machine they get damaged during transfer, for example i made a
file in my shared folder with the contents "this is a test", mounted
that folder at /mnt/losmb/, resaults below:
$ cat /home/share/test
this is a test
$ cat /mnt/losmb/test
J?SMB.?$
$ md5sum /home/share/test && du -s
2008 Jan 03
2
OT - GEOPRIV and location based SIP services
Hi,
I'm wondering whether or not it is achievable to build a web based
click2dial application that could automatically detect that a user is
connected from office or home.
Another option is to directly ask user or let them change default option but
having this automatically detected is a bonus.
Has anyone tried to build such location based SIP services ?
I've read few lines about
2008 Jun 02
1
Problems (Panic) with 3.2.0rc1 on Solaris10/ADDomainMember
Hi list
I am having difficulties with 3.2.0rc1 on a Solaris10
server.
After unsuccessfully trying once again to get winbindd to
run in our environment (AD, SFU), we resorted back to the old
solution of syncing the nss infos from AD down to the Unix
passwd and group files by a perlscript and doing only
authentication against the Active Directory.
Now, I have other problems, however.
Going through the tests outlined in the Trouble-Shooting Section
of the Samba3-Howto, I can smbmount a testshare and display its
content, but when trying to access the files, Samba panics:
----------...
2007 May 21
3
Quota warning message ala courier
I have to face it, my users are retards:
* either they're using crap MUAs which will not display their quota to them
* or they're using POP with "leave mail on server" and will never
notice their quota, unless it's too late
* and once their quota is exceeded, their mails will bounce -- they'll
never notice that, though.
Thus I need a feature in dovecot that will
2001 Jan 09
2
quantile function for noncentral f-distribution
hello R-friends,
I'm looking for a quantile function for the noncentral
f-distribution in the area of equivalence hypotheses testing.
Can somebody help me?
Many thanks
-----------------------------------------------------------------
Dipl. Inform. J. Hedderich
Institut f?r Medizinische Informatik Phone : 0431 /
5973182
und Statistik im Klinikum an der CAU
2002 Feb 19
4
CR instead of CR/LF
New to Samba, so excuse me if this is a stupid question, but I've searched
the different on line resources and can't find an answer.
When I copy Perl scripts from my Windows 2000 machine to the UNIX Samba
share on that same machine, a CR/LF appears at the end of each line instead
of just the CR, making UNIX unhappy when I go to run those scripts.
Any way to have Samba strip the LF
2004 Sep 28
10
Bandwidth Metering
Hi,
How do you meter the amount of bandwidth a user has consumed (as
webhosting companies do) under linux? I have searched everywhere, but
have been unable to find a solution. Apologies if this is the wrong
forum.
Thanks,
Patrick
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi,
Is it possible to set up a printer in samba
that will use ps2pdf converter to create pdf documents when printing on it ?
Best Regards
Steph
2008 Jan 15
7
PHP indexing, what's the PHP method for indexscript
Currently I have the following indexscript:
pid : unique=Q boolean=Q field=pid
postdate : field=startdate
author_name: unhtml boolean=XAUTHORNAME field=author
author_id: boolean=XAUTHORID field=authorid
url : field=url
sample : weight=1 index field=sample
How can I create the same indexing using PHP?
With this, I can get an searchable index, but I have no idea how to set the fields, so that I