[pskmail] after Server 0.6 update have got same Problem

  • From: Thomas Andreas <dj4wl@xxxxxxxxxxxxxx>
  • To: "freelists.org" <pskmail@xxxxxxxxxxxxx>
  • Date: Sat, 22 Mar 2008 23:09:08 +0000

Hello to all,,

i have the same Problem.
the first time when i execute  ./rflinkserver.pl ,, the terminal window
abort.
at the second time executing i have got this Error :

        tom@Linuxdesk:~$ ./rflinkserver.pl 
        
        ### Server v. Pskmail v.0.6. (C) 2008 PA0R
        22:17 UTC --2008: Program start Pskmail v.0.6
        22:17 UTC --2008: Connected to netherlands.aprs2.net
        No config file: 
        tom@Linuxdesk:~$ 
        
although connected to the aprs2.net, there is no gating possible.
in Serverlog the line "Listen to the Radio" didnt appear
here is my pskmailrc.pl File, maybe it helps to find out whats wrong.

vy 73 tom

#! /usr/bin/perl -w

# Last change: 140108

##########################################################################
# Parameter file fo PSKmail server
##########################################################################

 $Iamserver = 1 ;                       # must be 1 for server
 $ServerCall = "DJ4WL-3";                       # server needs a callsign!!
 $Pingdelay = 0;
 $Beaconminute = 1;                     # Not currently used, to be removed
 @Beaconarray = qw (1 1 1 1 1);         # Experimental, controls beacon
behaviour during minute 0-4
 $commandcall = "PA0R";                 # Remote control option
 $relay = "smtp.gmail.com";             # set this to your smtp server, use
"smtp.gmail.com" for gmail
 $smtptlsuser = "dj4wlpsk\@gmail.com";                  # Intended for smtp 
auth. Will
try to use if set. Gmail needs "user\@gmail.com"
 $smtptlspass = "mypwd";                        # Password for smtp tls
 $smtptlsport = 587;                    # Gmail uses non standard ports, seen 
465 and 587
so far

####################### SWITCH the monitor on/off
########################
 $monitor = 1;          # text & status
 $ShowBlock = 1;        # raw blocks

#######################The following parameters are normally
ok....######
 $debug = 0;            
 $Max_retries = 8;      # Max. nr. of polls before disconnect   
 $Maxidle = 17;         # Nr. of seconds to wait for next block
 $Maxwebpage = 2000;    # Max. nr. of characters per web page
 $Txdelay = 0 ;         # Extra wait time for TX/RX switching
 $Framelength = 17;     # Nr. of frames in a block
 $nosession = "beacon";
 
 $dbaddress = "http://www.pskmail.org/userinfo.php?info=";; 
 $dbpass = "dl-pass";
 $dbfile = "$ENV{HOME}/rflinkusers/rflink_users.db";    # users database
 $output = ">$ENV{HOME}/gmfsk_autofile";                # Tx output to gmfsk
 $TxInputfile = "TxInputfile";                          # Tx input for 
rflinkserver.pl
 $Inputfile = "$ENV{HOME}/gMFSK.log";                   # Rx input from gmfsk


#########################################################################
 # Aprs-is port - Position: ddmm.mmN/dddmm.mmE 
 $Aprs_connect = 1;
 { # position with leading zero's !!
 my $latitude = "4907.22N";    # format: decimal degrees x 100 + decimal
minutes xxxx.xxN 
 my $longitude = "00731.72E";  # format: decimal degrees x 100 + decimal
minutes xxxxx.xxE
 my $serverstatus = "PSKmail_Server-v 0.6"; 

 $Aprs_beacon = $latitude . "P" . $longitude . "&" . $serverstatus; ##
Fixes symbol, don't change
 }
 @Aprs_port = qw (1314 1314 10151 2023 10151);
 @Aprs_address = qw (netherlands.aprs2.net germany.aprs2.net
rotate-filter.aprs.net ahubswe.net second.aprs.net);
 @prefixes = qw();
 $posit_time = 10; # minutes

#########################################################################
 # rig control (scheduler, scanner)
 $scheduler = 0;
 $rigtype = 351;
 $rigrate = 4800;
 $rigdevice = "/dev/ttyS0";
 $rigptttune = 0;       # If 1 then ICOM "PTT TUNE" is in use 
 ##########################
 $scanner = "";
 $qrgfile = "$ENV{HOME}/qrg/freqs.txt"; 
 $freq_offset = 1;      # minutes after '0'
 @freq_corrections = qw (0 0 0 0 0); # trx frequency correction
 $traffic_qrg = 0;

#########################################################################


Other related posts:

  • » [pskmail] after Server 0.6 update have got same Problem