I upped the debug level and below is a couple of 5-minute log output cycles.

Also of note, I installed vsftpd to give that a try, since it has good 
documentation of how to configure it and is highly regarded.  I attached 
vsftpd.conf for reference.  Filezilla connects fine from my desktop to the 
DO FTP server, using ftpuser instead of root.   Here is the weewx.conf ftp 
section as modified for vsftp.conf upgrade.
    [[FTP]]
        # FTP'ing the results to a webserver is treated as just another 
report,
        # albeit one with an unusual report generator!
        skin = Ftp
        
        # If you wish to use FTP, set "enable" to "true", then
        # fill out the next four lines.
        # Use quotes around passwords to guard against parsing errors.
        enable = true
        #user = root
        #password = BoomRoot1$z
        user = ftpuser
        password = boomrock
        server = intraprem.com    # The ftp server name, e.g, 
www.myserver.org
        path = /home/nashwoods/weather    # The destination directory, 
e.g., /weather
        
        # Set to True for an FTP over TLS (FTPS) connection. Not all servers
        # support this.
        secure_ftp = False
        
        # To upload files from something other than what HTML_ROOT is set
        # to above, specify a different HTML_ROOT here.
        #HTML_ROOT = /var/www/html/weewx
        
        # Most FTP servers use port 21
        port = 22
        
        # Set to 1 to use passive mode, zero for active mode
        passive = 0
-----
Neither the root user nor the new ftpuser works.  I feel like I've tried 
every permutation of ftp parameters...

Stephen

log output:

Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: Getting archive packets 
since 2022-07-26 13:00:00 PDT (1658865600)
Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: Gentle wake up of console 
successful
Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: Retrieving 1 page(s); 
starting index= 1
Jul 26 13:05:15 raspberrypi weewx[3712]: manager: Added record 2022-07-26 
13:05:00 PDT (1658865900) to database 'weewx.sdb'
Jul 26 13:05:15 raspberrypi weewx[3712]: manager: Added record 2022-07-26 
13:05:00 PDT (1658865900) to daily summary in 'weewx.sdb'
Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: DMPAFT complete: page 
timestamp 2022-07-17 15:55:00 PDT (1658098500) less than final timestamp 
2022-07-26 13:05:00 PDT (1658865900)
Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: Catch up complete.
Jul 26 13:05:15 raspberrypi weewx[3712]: reportengine: Running reports for 
latest time in the database.
Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: Requesting 200 LOOP 
packets.
Jul 26 13:05:15 raspberrypi weewx[3712]: reportengine: Running report 
'SeasonsReport'
Jul 26 13:05:15 raspberrypi weewx[3712]: vantage: Gentle wake up of console 
successful
Jul 26 13:05:15 raspberrypi weewx[3712]: reportengine: Found configuration 
file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jul 26 13:05:16 raspberrypi weewx[3712]: cheetahgenerator: using search 
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul 26 13:05:16 raspberrypi weewx[3712]: manager: Daily summary version is 
2.0
Jul 26 13:05:16 raspberrypi weewx[3712]: restx: Wunderground-PWS: Published 
record 2022-07-26 13:05:00 PDT (1658865900)
Jul 26 13:05:16 raspberrypi weewx[3712]: restx: MQTT: Published record 
2022-07-26 13:05:00 PDT (1658865900)
Jul 26 13:05:20 raspberrypi weewx[3712]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 4.92 seconds
Jul 26 13:05:21 raspberrypi weewx[3712]: manager: Daily summary version is 
2.0
Jul 26 13:05:22 raspberrypi weewx[3712]: imagegenerator: Generated 14 
images for SeasonsReport in 1.26 seconds
Jul 26 13:05:22 raspberrypi weewx[3712]: copygenerator: copied 5 files to 
/weewx_generated_reports/html/weewx
Jul 26 13:05:22 raspberrypi weewx[3712]: reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Jul 26 13:05:22 raspberrypi weewx[3712]: reportengine: Report 
'MobileReport' not enabled. Skipping.
Jul 26 13:05:22 raspberrypi weewx[3712]: reportengine: Report 
'StandardReport' not enabled. Skipping.
Jul 26 13:05:22 raspberrypi weewx[3712]: reportengine: Running report 'FTP'
Jul 26 13:05:22 raspberrypi weewx[3712]: reportengine: Found configuration 
file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Jul 26 13:05:22 raspberrypi weewx[3712]: ftpupload: Attempting connection 
to intraprem.com
Jul 26 13:06:02 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:06:42 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:07:22 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:07:22 raspberrypi weewx[3712]: ftpupload: Attempted 3 times to 
connect to server intraprem.com. Giving up.
Jul 26 13:07:22 raspberrypi weewx[3712]: ftpgenerator: ftp'd 0 files in 
120.66 seconds
Jul 26 13:07:22 raspberrypi weewx[3712]: reportengine: Report 'RSYNC' not 
enabled. Skipping.
                                                                            
^[[A^[Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: Getting archive 
packets since 2022-07-26 13:05:00 PDT (1658865900)
Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: Gentle wake up of console 
successful
Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: Retrieving 1 page(s); 
starting index= 2
Jul 26 13:10:15 raspberrypi weewx[3712]: manager: Added record 2022-07-26 
13:10:00 PDT (1658866200) to database 'weewx.sdb'
Jul 26 13:10:15 raspberrypi weewx[3712]: manager: Added record 2022-07-26 
13:10:00 PDT (1658866200) to daily summary in 'weewx.sdb'
Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: DMPAFT complete: page 
timestamp 2022-07-17 16:00:00 PDT (1658098800) less than final timestamp 
2022-07-26 13:10:00 PDT (1658866200)
Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: Catch up complete.
Jul 26 13:10:15 raspberrypi weewx[3712]: reportengine: Running reports for 
latest time in the database.
Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: Requesting 200 LOOP 
packets.
Jul 26 13:10:15 raspberrypi weewx[3712]: reportengine: Running report 
'SeasonsReport'
Jul 26 13:10:15 raspberrypi weewx[3712]: vantage: Gentle wake up of console 
successful
Jul 26 13:10:15 raspberrypi weewx[3712]: reportengine: Found configuration 
file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jul 26 13:10:15 raspberrypi weewx[3712]: cheetahgenerator: using search 
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul 26 13:10:15 raspberrypi weewx[3712]: manager: Daily summary version is 
2.0
Jul 26 13:10:16 raspberrypi weewx[3712]: restx: Wunderground-PWS: Published 
record 2022-07-26 13:10:00 PDT (1658866200)
Jul 26 13:10:16 raspberrypi weewx[3712]: restx: MQTT: Published record 
2022-07-26 13:10:00 PDT (1658866200)
Jul 26 13:10:18 raspberrypi weewx[3712]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 2.79 seconds
Jul 26 13:10:18 raspberrypi weewx[3712]: manager: Daily summary version is 
2.0
Jul 26 13:10:19 raspberrypi weewx[3712]: imagegenerator: Generated 14 
images for SeasonsReport in 1.27 seconds
Jul 26 13:10:19 raspberrypi weewx[3712]: copygenerator: copied 0 files to 
/weewx_generated_reports/html/weewx
Jul 26 13:10:19 raspberrypi weewx[3712]: reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Jul 26 13:10:19 raspberrypi weewx[3712]: reportengine: Report 
'MobileReport' not enabled. Skipping.
Jul 26 13:10:19 raspberrypi weewx[3712]: reportengine: Report 
'StandardReport' not enabled. Skipping.
Jul 26 13:10:19 raspberrypi weewx[3712]: reportengine: Running report 'FTP'
Jul 26 13:10:19 raspberrypi weewx[3712]: reportengine: Found configuration 
file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Jul 26 13:10:19 raspberrypi weewx[3712]: ftpupload: Attempting connection 
to intraprem.com
Jul 26 13:11:00 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:11:40 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:12:20 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:12:20 raspberrypi weewx[3712]: ftpupload: Attempted 3 times to 
connect to server intraprem.com. Giving up.
Jul 26 13:12:20 raspberrypi weewx[3712]: ftpgenerator: ftp'd 0 files in 
120.60 seconds
Jul 26 13:12:20 raspberrypi weewx[3712]: reportengine: Report 'RSYNC' not 
enabled. Skipping.
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: Getting archive packets 
since 2022-07-26 13:10:00 PDT (1658866200)
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: Gentle wake up of console 
successful
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: Retrieving 1 page(s); 
starting index= 3
Jul 26 13:15:15 raspberrypi weewx[3712]: manager: Added record 2022-07-26 
13:15:00 PDT (1658866500) to database 'weewx.sdb'
Jul 26 13:15:15 raspberrypi weewx[3712]: manager: Added record 2022-07-26 
13:15:00 PDT (1658866500) to daily summary in 'weewx.sdb'
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: DMPAFT complete: page 
timestamp 2022-07-17 16:05:00 PDT (1658099100) less than final timestamp 
2022-07-26 13:15:00 PDT (1658866500)
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: Catch up complete.
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: Requesting 200 LOOP 
packets.
Jul 26 13:15:15 raspberrypi weewx[3712]: reportengine: Running reports for 
latest time in the database.
Jul 26 13:15:15 raspberrypi weewx[3712]: reportengine: Running report 
'SeasonsReport'
Jul 26 13:15:15 raspberrypi weewx[3712]: vantage: Gentle wake up of console 
successful
Jul 26 13:15:15 raspberrypi weewx[3712]: reportengine: Found configuration 
file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jul 26 13:15:15 raspberrypi weewx[3712]: cheetahgenerator: using search 
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jul 26 13:15:15 raspberrypi weewx[3712]: manager: Daily summary version is 
2.0
Jul 26 13:15:16 raspberrypi weewx[3712]: restx: Wunderground-PWS: Published 
record 2022-07-26 13:15:00 PDT (1658866500)
Jul 26 13:15:16 raspberrypi weewx[3712]: restx: MQTT: Published record 
2022-07-26 13:15:00 PDT (1658866500)
Jul 26 13:15:18 raspberrypi weewx[3712]: cheetahgenerator: Generated 8 
files for report SeasonsReport in 2.68 seconds
Jul 26 13:15:18 raspberrypi weewx[3712]: manager: Daily summary version is 
2.0
Jul 26 13:15:19 raspberrypi weewx[3712]: imagegenerator: Generated 14 
images for SeasonsReport in 1.28 seconds
Jul 26 13:15:19 raspberrypi weewx[3712]: copygenerator: copied 0 files to 
/weewx_generated_reports/html/weewx
Jul 26 13:15:19 raspberrypi weewx[3712]: reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Jul 26 13:15:19 raspberrypi weewx[3712]: reportengine: Report 
'MobileReport' not enabled. Skipping.
Jul 26 13:15:19 raspberrypi weewx[3712]: reportengine: Report 
'StandardReport' not enabled. Skipping.
Jul 26 13:15:19 raspberrypi weewx[3712]: reportengine: Running report 'FTP'
Jul 26 13:15:19 raspberrypi weewx[3712]: reportengine: Found configuration 
file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Jul 26 13:15:19 raspberrypi weewx[3712]: ftpupload: Attempting connection 
to intraprem.com
Jul 26 13:16:00 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:16:40 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:17:01 raspberrypi CRON[3771]: (root) CMD (   cd / && run-parts 
--report /etc/cron.hourly)
Jul 26 13:17:20 raspberrypi weewx[3712]: ftpupload: Unable to connect or 
log into server : timed out
Jul 26 13:17:20 raspberrypi weewx[3712]: ftpupload: Attempted 3 times to 
connect to server intraprem.com. Giving up.
Jul 26 13:17:20 raspberrypi weewx[3712]: ftpgenerator: ftp'd 0 files in 
120.51 seconds
Jul 26 13:17:20 raspberrypi weewx[3712]: reportengine: Report 'RSYNC' not 
enabled. Skipping.
Jul 26 13:20:15 raspberrypi weewx[3712]: vantage: Getting archive packets 
since 2022-07-26 13:15:00 PDT (1658866500)
On Tuesday, July 26, 2022 at 12:02:11 PM UTC-7 [email protected] wrote:

> Agree with what vince said, except I would set debug=2. This will cause a 
> lot of the FTP chatter to be put in the log. 
>
> On Tue, Jul 26, 2022 at 10:30 AM vince <[email protected]> wrote:
>
>> Usual answer applies - set debug=1 in weewx.conf, restart weewx, wait 10 
>> minutes, and post the log for a couple passes through the 5 minute archive 
>> period.
>>
>> A quick search showed one user a while back who had this issue on a pi 
>> when they had Weather Underground rapidfire enabled.  Their pi was just too 
>> slow to finish the FTP upload in time from within weewx.
>>
>> FWIW, I'd recommend using the 'rsync' uploader rather than FTP.   It is 
>> 'much' faster.  Like amazingly much faster.  I'm running weewx on a little 
>> ARM box that is much slower than a pi and my rsync uploads to AWS finish in 
>> two seconds according to the syslog.
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/e6e73831-4ce1-4188-97cd-2cbb9da75ae7n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/e6e73831-4ce1-4188-97cd-2cbb9da75ae7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/cbe53951-9257-401b-80da-514803cb0e60n%40googlegroups.com.
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
#
# Run standalone?  vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
listen=NO
#
# This directive enables listening on IPv6 sockets. By default, listening
# on the IPv6 "any" address (::) will accept connections from both IPv6
# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6
# sockets. If you want that (perhaps because you want to listen on specific
# addresses) then you must run two copies of vsftpd with two configuration
# files.
listen_ipv6=YES
#
# Allow anonymous FTP? (Disabled by default).
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
#write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# If enabled, vsftpd will display directory listings with the time
# in  your  local  time  zone.  The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
#xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may restrict local users to their home directories.  See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
#chroot_local_user=YES
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
# the user does not have write access to the top level directory within the
# chroot)
#chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# Customization
#
# Some of vsftpd's settings don't fit the filesystem layout by
# default.
#
# This option should be the name of a directory which is empty.  Also, the
# directory should not be writable by the ftp user. This directory is used
# as a secure chroot() jail at times vsftpd does not require filesystem
# access.
secure_chroot_dir=/var/run/vsftpd/empty
#
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
#
# This option specifies the location of the RSA certificate to use for SSL
# encrypted connections.
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=NO

#
# Uncomment this to indicate that vsftpd use a utf8 filesystem.
#utf8_filesystem=YES

Reply via email to