The perl tag has no wiki summary.
2
votes
2answers
50 views
SSH file transfers hang after ~700KB
OVERVIEW
I'm scripting SFTP file transfers on a Windows 7 box in the field. When I transfer zip files larger than a megabyte or so, the transfer (and SSH) stops unexpectedly after about 700KB. The ...
1
vote
1answer
61 views
SVN Authentication over Apache (DAV) and Redmine not work
NEED HELP!!! I installed apache2, svn and redmine on an ubuntu server. After that I tried to do my authentication for svn over the redmine accounts.
My apache config looks like this (stored in ...
0
votes
0answers
5 views
connection partially encrypted, SSL for perl app [migrated]
I am getting error on FireFox "connection partially encrypted" other browsers show that's not encrypted...
When I setup apache with ssl I use "/var/www/html/" for default directory, but all scripts ...
0
votes
2answers
21 views
How can I install a perl module available only to my user ID?
I need to install some Perl Modules for my Perl scripts. However those modules are not available on the servers I want to run the scripts on. I also do not want to mess with server wide library ...
1
vote
1answer
23 views
weird behavior of perl's Compress-Zlib?
I'm been going crazy on this one...
I've been using the gzflush() function for years in my collectl tool and recently noticed something very unusual with it on debian. I'm actually thinking it's ...
0
votes
0answers
58 views
ksh + print the last value from parameter ( as $_ in perl)
I need advice - how to print the same last value in ksh scripts without to print param argument
for example in perl last value is $_ , but we not have this option in ksh script
example - of ksh ...
1
vote
1answer
52 views
perl process causing high server load, how to find what its doing
I've got a Debian webhosting machine with cpu loads around 11. Using top I see that perl is using 99% of the cpu as user www-data. How can I find out more about what perl is actually doing?
0
votes
0answers
7 views
How to pass bash variables (passwords) to IRSSI config file? [migrated]
I'm using IRSSI and I wonder how can I pass my IRC channel's passwords to the IRSSI config file (~/.irssi/config) without writing them directly in the file.
In Mutt I've an awk command that queries a ...
0
votes
0answers
138 views
Apache caught SIGTERM, shutting down and port 80 using by perl procceses
Apache randomly shutdown and cant restart.
Port 80 used by perl processes.
When I kill processes which use port 80, apache can restart again.
log and results :
tail -50 /var/log/httpd/error_log
...
0
votes
3answers
44 views
How to optimize mysql insert using perl?
ive got log parser on perl and it uses mysql insert or update command on every line. Like:
Log line 1: 2012-12-01 12:12 [perld] Hello world #1
....
Log line N: 2012-12-01 12:NN [perld] Hello world #N
...
-2
votes
1answer
95 views
Whats the best server-language for programing a Webcrawler? [closed]
I would like to ask what language:
ASP.NET / Ruby / CGI / Perl / Python / ColdFusion...
would be the bes for programming a Webcrawler
and for processing the contained information????
(it should ...
-3
votes
2answers
63 views
Rogue perl script
I have a rogue perl script that is running on a Linux box. Is there a way to see where is this script located?
2
votes
0answers
88 views
Bugzilla : No SASL mechanism found
I am using Bugzilla on windows 7.
I am using the unofficial Bugzilla installer. I followed the steps accordingly and gave valid credentials wherever required.
I open Bugzilla and try to create a new ...
4
votes
1answer
55 views
LDAP passwords encryption (userPassword attribute)
I'm trying to import passwords from an LDAP to a MySQL database. When I look at the userPassword attribute for the known password test I get this:
userPassword:: ...
-1
votes
2answers
58 views
some good online PERL, LINUX [closed]
Looking some best free online terminal for get practice in SHELL and PERL
having window based system does not having the linux and perl not installed, refer some best online emulator for linux shell ...
0
votes
1answer
63 views
nginx perl not working
I have NGINX working happily with PHP FPM all tickety-boo.
I am trying to add some Perl pages. I have this in my default site config;
location ~ \.pl$ {
gzip off;
include ...
1
vote
2answers
51 views
Run Perl Script on Apache2/Redhat5.5
I am working with an Apache2/Redhat5.5 configuration. I am trying to configure (and learn) how to run Perl scripts which is new to me.
In my httpd.conf file I made these changes and/or notice these ...
0
votes
1answer
243 views
suexec policy violation: What were these guys up to?
Have just assumed responsibility for a new client's site. OS is Linux. They had a cgi-bin directory below document root.
I was looking at my error.log for an issue with a script and found a number ...
0
votes
1answer
83 views
Why is Perl Cgiwrap Sock refusing connection to nginx?
Could anyone shed some light on the following line in my nginx error logs. I'm trying to get Perl and Nginx talking to each other, but so far no success.
unix:/var/run/nginx/cgiwrap-dispatch.sock ...
1
vote
0answers
25 views
Granting Perl group permision
I just installed PERL into my apache2 configuration so that I could use SimpleScripts, however SimpleScripts gave me the following errors:
[18 Nov 21:08] Upload success: ...
0
votes
1answer
22 views
perl + ignore “/” char in perl
I want to replace the string America/Adak with America/Jamaica by:
perl -i -pe "s/$A/$B/" /etc/sysconfig/clock
please advice what need to update in the perl syntax ? ( the problem is that ...
0
votes
1answer
70 views
Adding log4perl to windows server 2008 running perl32
Yes I know, It's a really weird configuration but I can't do anything to change it. I wonder if it's possible to run log4perl on Windows 2008 64 bit system running Perl 32 bit.
Does any one have a ...
1
vote
1answer
43 views
Run a perl script as a windows 7 service
I have a perl script which is compiled using pp, to be run as a windows service on windows 7 machines. I looked at the thread
http://www.perlmonks.org/index.pl?node%5Fid=230377 but of little use ...
0
votes
1answer
45 views
Bugzilla install-module.pl can't find “make” but it's installed and in my path
I'm installing Bugzilla on a new Ubuntu server, and ./checksetup.pl finds one more library I need to install.
So it tells me to run this command:
/usr/bin/perl install-module.pl Math::Random::Secure
...
0
votes
3answers
116 views
Disable, not unisntall, perl on Red Hat Enterprise 5.X?
So we found that some trojan has been the cause of our two web servers crashing once a week as we found that perl was executing dozens of malicious "gif" files spiking the memory and eventually ...
1
vote
2answers
178 views
LDAP + TLS - different behaviour on two machines
machines:
debian wheezy
suse 11
commands:
ldapsearch -ZZ -h ad.unsw.edu.au -x
perl -we "use Net::LDAP; print Net::LDAP->new ('ad.unsw.edu.au')->start_tls(verify => 'require', capath ...
0
votes
1answer
151 views
Bugzilla not sending emails, even to the test file?
I have installed and setup Bugzilla3 for my domain.
Everything is working properly except for the email functionality.
The server uses Postfix, and that works for my PHP application, and command ...
0
votes
2answers
53 views
Linux - get a report of what programs a command line perl script calls and the files it produces and uses
I have a Perl script that calls about 10 other perl scripts some of which call Python scripts. Each of those produce files which the other programs read. It's pretty complex.
What I would like to ...
0
votes
0answers
82 views
Installing apxs on windows 64
I'm trying to set up my localhost apache2.2, running on windows 7, as a flash streaming server. So far I've discovered that I need to install mod_flv, which means I need apxs.
I found apxs for win32 ...
0
votes
1answer
152 views
Install Lamp & Perl on Redhat 5.5
I need to install LAMP (including Perl) on a Redhat 5.5 machine. (Note: I am fairly new to Linux, but did do a similar project with ubuntu.) A good tutorial might suffice. Clients need to access a ...
0
votes
1answer
31 views
Setting Ubuntu proxy in Perl
How would I go about doing this? I have a list of proxies and want to rotate through them, but I need to know how to set the proxy first.
0
votes
2answers
36 views
Scheduling Perl Script in Cron.d
I am trying to schedule a perl script to run daily, but I am not sure if I am doing everything right.
The script I want to run is to update AWStats each day, without manually having to press update.
...
0
votes
1answer
96 views
Why would a UDP socket perform OK on wifi, but not on a cell network?
Noobish question -
I have a perl script running on a linux server which opens UDP port 7015.
netstat -ulnp shows:
udp 0 0 0.0.0.0:7015 0.0.0.0:* ...
2
votes
2answers
84 views
localhost In Outgoing Messages
I have exactly the same problem as this. In a nutshell I am using mime::lite to send admin emails but they appear to be being flagged as spam because localhost[127.0.0.1] appears in the headers.
My ...
1
vote
2answers
38 views
File move in Perl that stops the current script?
how can I do this mv ($file $new_file/$1) or die("Errors 2");
so it would stop the script in terminal if the file is not found?
otherwise it keeps repeating and repeating and I need to restart putty ...
1
vote
1answer
53 views
Run perl file from plesk's scheduled tasks every minute
Can anyone please tell how to run perl file from plesk's scheduled tasks every minute... There are plenty of tutorials for php files but can't find anything useful for perl...
Any ideas?
0
votes
1answer
99 views
Install RequestTracker (RT) on Windows Server?
Is it possible to install the latest RT on Windows Server?
I've found some installers online for previous versions, but can't find any tutorials for the current version.
Currently trying to do ...
1
vote
1answer
57 views
Nginx module to remove lines in html output
I got production server with nginx and php , I googled for a way to remove lines in html output and minify it ... ended with 2 modules I cannot implement even on my testing fedora server ( I am ...
0
votes
1answer
188 views
bastille cannot find Curses.pm
i am running centos 6 and installed the rpm version of bastille, it cannot find Curses.pm, however perl-Curses is installed and somehow even perl cannot find it.
[root@server ~]# /usr/sbin/bastille ...
0
votes
2answers
137 views
SciLinux6 perl Test::Trap and Tk installation…how?
A more or less fresh install of SciLinux 6:
[CODE] $ cat /etc/redhat-release Scientific Linux release 6.0 (Carbon) $ uname -an Linux bigbox.em.local 2.6.32-131.6.1.el6.x86_64 #1 SMP Tue Jul 12 ...
1
vote
1answer
37 views
Using “at” to call a delayed process from within a cgi script
Here is a puzzle I hope you can help me with. A client wants to send a welcome letter exactly 47 minutes after a document is uploaded via cgi script.
I wrote a routine to send the letter, and then I ...
1
vote
2answers
100 views
Prevent users from listing Apache server accounts
I'm managing an Apache Server (Centos 5.6 + cPanel) and I found a code that lists all user accounts hosted in the server.
I want to know if there is something that I should change in the Apache ...
0
votes
2answers
124 views
Why cant Perl find my Curl library?
I created a new module using h2xs which built a module tree for me and a bunch of files.
Git as far as running make test but then make failed saying it couldnt find WWW::Curl, but I had installed ...
1
vote
1answer
71 views
scilinux6 (rhel6) perl pathing question
Working on SL6.
[CODE]
$ cat /etc/redhat-release
Scientific Linux release 6.0 (Carbon)
$ uname -an
Linux bigbox.em.local 2.6.32-131.6.1.el6.x86_64 #1 SMP Tue Jul 12 17:14:50 CDT 2011 x86_64 x86_64 ...
0
votes
1answer
51 views
Install LWP Perl module on debian + Others
I'm just wondering if anyone can tell me how you install the following perl modules on debiab :
install LWP
install DBI
install DBD::mysql
install GD
I tried with CPAN although when I ran
perl ...
0
votes
0answers
22 views
trixbox Flash Operator Panel Error
The Flash Operator Panel present in the install of trixbox appears to be having error. I don't understand why it's happening or how to fix it. I don't know ANY perl.
Any help is appreciated.
...
0
votes
1answer
76 views
SSH executed from Perl get SIGSTOP instantly
I have some perl script which executes some commands on remote gerrit server via SSH. It's running on a Debian lenny virtual machin. During several monthes it was executed in the following way:
...
7
votes
4answers
422 views
Script to automatically install packages
I want to write a bash or perl script to install a number of packages on my debian based machine.
I want it to be something like :
aptitude install package1
aptitude install package2
But, I do ...
2
votes
2answers
151 views
How to use sed, perl to rename files and its contents with a particular pattern in a given directory?
Given a directory "Centos1" which has few files named Centos1.x, Centos1.y, Centos1.z and these files also has "Centos1" in their contents. Using a single command ( using find, sed, perl -pie ) how ...
0
votes
2answers
328 views
PERL+mysql: undefined symbol: mysql_init
I've updated mysql (client+server+dev) from the rpms available on mysql.com.
rpm -i MySQL-server-5.5.14-1.linux2.6.x86_64.rpm
rpm -i MySQL-client-5.5.14-1.linux2.6.x86_64.rpm
rpm -i ...