3 # debianqueued -- daemon for managing Debian upload queues
5 # Copyright (C) 1997 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
6 # Copyright (C) 2001-2007 Ryan Murray <rmurray@debian.org>
8 # This program is free software. You can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as
10 # published by the Free Software Foundation: either version 2 or
11 # (at your option) any later version.
12 # This program comes with ABSOLUTELY NO WARRANTY!
14 # $Id: debianqueued,v 1.51 1999/07/08 09:43:21 ftplinux Exp $
16 # $Log: debianqueued,v $
17 # Revision 1.51 1999/07/08 09:43:21 ftplinux
18 # Bumped release number to 0.9
20 # Revision 1.50 1999/07/07 16:17:30 ftplinux
21 # Signatures can now also be created by GnuPG; in pgp_check, also try
23 # In several messages, also mention GnuPG.
25 # Revision 1.49 1999/07/07 16:14:43 ftplinux
26 # Implemented new upload methods "copy" and "ftp" as alternatives to "ssh".
27 # Replaced "master" in many function and variable names by "target".
28 # New functions ssh_cmd, ftp_cmd, and local_cmd for more abstraction and
29 # better readable code.
31 # Revision 1.48 1998/12/08 13:09:39 ftplinux
32 # At the end of process_changes, do not remove the @other_files with the same
33 # stem if a .changes file is in that list; then there is probably another
34 # upload for a different version or another architecture.
36 # Revision 1.47 1998/05/14 14:21:44 ftplinux
37 # Bumped release number to 0.8
39 # Revision 1.46 1998/05/14 14:17:00 ftplinux
40 # When --after a successfull upload-- deleting files for the same job, check
41 # for equal revision number on files that have one. It has happened that the
42 # daemon deleted files that belonged to another job with different revision.
44 # Revision 1.45 1998/04/23 11:05:47 ftplinux
45 # Implemented $conf::chmod_on_master. If 0, new part to change mode locally in
48 # Revision 1.44 1998/04/21 08:44:44 ftplinux
49 # Don't use return value of debian_file_stem as regexp, it's a shell pattern.
51 # Revision 1.43 1998/04/21 08:22:21 ftplinux
52 # Also recogize "read-only filesystem" as error message so it triggers assuming
53 # that incoming is unwritable.
54 # Don't increment failure count after an upload try that did clear
56 # Fill in forgotten pattern for mail addr in process_commands.
58 # Revision 1.42 1998/03/31 13:27:32 ftplinux
59 # In fatal_signal, kill status daemon only if it has been started (otherwise
60 # warning about uninitialized variable).
61 # Change mode of files uploaded to master explicitly to 644 there, scp copies the
62 # permissions in the queue.
64 # Revision 1.41 1998/03/31 09:06:00 ftplinux
65 # Implemented handling of improper mail addresses in Maintainer: field.
67 # Revision 1.40 1998/03/24 13:17:33 ftplinux
68 # Added new check if incoming dir on master is writable. This check is triggered
69 # if an upload returns "permission denied" errors. If the dir is unwritable, the
70 # queue is holded (no upload tries) until it's writable again.
72 # Revision 1.39 1998/03/23 14:05:14 ftplinux
73 # Bumped release number to 0.7
75 # Revision 1.38 1998/03/23 14:03:55 ftplinux
76 # In an upload failure message, say explicitly that the job will be
77 # retried, to avoid confusion of users.
78 # $failure_file was put onĀ @keep_list only for first retry.
79 # If the daemon removes a .changes, set SGID bit on all files associated
80 # with it, so that the test for Debian files without a .changes doesn't
82 # Don't send reports for files without a .changes if the files look like
83 # a recompilation for another architecture.
84 # Also don't send such a report if the list of files with the same stem
85 # contains a .changes.
86 # Set @keep_list earlier, before PGP and non-US checks.
87 # Fix recognition of -k argument.
89 # Revision 1.37 1998/02/17 12:29:58 ftplinux
90 # Removed @conf::test_binaries used only once warning
91 # Try to kill old daemon for 20secs instead of 10
93 # Revision 1.36 1998/02/17 10:53:47 ftplinux
94 # Added test for binaries on maybe-slow NFS filesystems (@conf::test_binaries)
96 # Revision 1.35 1997/12/16 13:19:28 ftplinux
97 # Bumped release number to 0.6
99 # Revision 1.34 1997/12/09 13:51:24 ftplinux
100 # Implemented rejecting of nonus packages (new config var @nonus_packages)
102 # Revision 1.33 1997/11/25 10:40:53 ftplinux
103 # In check_alive, loop up the IP address everytime, since it can change
104 # while the daemon is running.
105 # process_changes: Check presence of .changes on master at a later
106 # point, to avoid bothering master as long as there are errors in a
108 # Don't view .orig.tar.gz files as is_debian_file, to avoid that they're
109 # picked for extracting the maintainer address in the
110 # job-without-changes processing.
111 # END statement: Fix swapped arguments to kill
112 # Program startup: Implemented -r and -k arguments.
114 # Revision 1.32 1997/11/20 15:18:47 ftplinux
115 # Bumped release number to 0.5
117 # Revision 1.31 1997/11/11 13:37:52 ftplinux
118 # Replaced <./$pattern> contruct be cleaner glob() call
119 # Avoid potentially uninitialized $_ in process_commands file read loop
120 # Implemented rm command with more than 1 arg and wildcards in rm args
122 # Revision 1.30 1997/11/06 14:09:53 ftplinux
123 # In process_commands, also recognize commands given on the same line as
124 # the Commands: keyword, not only the continuation lines.
126 # Revision 1.29 1997/11/03 15:52:20 ftplinux
127 # After reopening the log file write one line to it for dqueued-watcher.
129 # Revision 1.28 1997/10/30 15:37:23 ftplinux
130 # Removed some leftover comments in process_commands.
131 # Changed pgp_check so that it returns the address of the signator.
132 # process_commands now also logs PGP signator, since Uploader: address
133 # can be choosen freely by uploader.
135 # Revision 1.27 1997/10/30 14:05:37 ftplinux
136 # Added "command" to log string for command file uploader, to make it
137 # unique for dqueued-watcher.
139 # Revision 1.26 1997/10/30 14:01:05 ftplinux
140 # Implemented .commands files
142 # Revision 1.25 1997/10/30 13:05:29 ftplinux
143 # Removed date from status version info (too long)
145 # Revision 1.24 1997/10/30 13:04:02 ftplinux
146 # Print revision, version, and date in status data
148 # Revision 1.23 1997/10/30 12:56:01 ftplinux
149 # Implemented deletion of files that (probably) belong to an upload, but
150 # weren't listed in the .changes.
152 # Revision 1.22 1997/10/30 12:22:32 ftplinux
153 # When setting sgid bit for stray files without a .changes, check for
154 # files deleted in the meantime.
156 # Revision 1.21 1997/10/30 11:32:19 ftplinux
157 # Added quotes where filenames are used on sh command lines, in case
158 # they contain metacharacters.
159 # print_time now always print three-field times, as omitting the hour if
160 # 0 could cause confusing (hour or seconds missing?).
161 # Implemented warning mails for incomplete uploads that miss a .changes
162 # file. Maintainer address can be extracted from *.deb, *.diff.gz,
163 # *.dsc, or *.tar.gz files with help of new utility functions
164 # is_debian_file, get_maintainer, and debian_file_stem.
166 # Revision 1.20 1997/10/13 09:12:21 ftplinux
167 # On some .changes errors (missing/bad PGP signature, no files) also log the
170 # Revision 1.19 1997/09/25 11:20:42 ftplinux
171 # Bumped release number to 0.4
173 # Revision 1.18 1997/09/25 08:15:02 ftplinux
174 # In process_changes, initialize some vars to avoid warnings
175 # If first consistency checks failed, don't forget to delete .changes file
177 # Revision 1.17 1997/09/16 10:53:35 ftplinux
178 # Made logging more verbose in queued and dqueued-watcher
180 # Revision 1.16 1997/08/12 09:54:39 ftplinux
181 # Bumped release number
183 # Revision 1.15 1997/08/11 12:49:09 ftplinux
184 # Implemented logfile rotating
186 # Revision 1.14 1997/08/11 11:35:05 ftplinux
187 # Revised startup scheme so it works with the socket-based ssh-agent, too.
188 # That watches whether its child still exists, so the go-to-background fork must be done before the ssh-agent.
190 # Revision 1.13 1997/08/11 08:48:31 ftplinux
191 # Aaarg... forgot the alarm(0)'s
193 # Revision 1.12 1997/08/07 09:25:22 ftplinux
194 # Added timeout for remote operations
196 # Revision 1.11 1997/07/28 13:20:38 ftplinux
197 # Added release numner to startup message
199 # Revision 1.10 1997/07/28 11:23:39 ftplinux
200 # $main::statusd_pid not necessarily defined in status daemon -- rewrite check
201 # whether to delete pid file in signal handler.
203 # Revision 1.9 1997/07/28 08:12:16 ftplinux
204 # Again revised SIGCHLD handling.
205 # Set $SHELL to /bin/sh explicitly before starting ssh-agent.
206 # Again raise ping timeout.
208 # Revision 1.8 1997/07/25 10:23:03 ftplinux
209 # Made SIGCHLD handling more portable between perl versions
211 # Revision 1.7 1997/07/09 10:15:16 ftplinux
212 # Change RCS Header: to Id:
214 # Revision 1.6 1997/07/09 10:13:53 ftplinux
215 # Alternative implementation of status file as plain file (not FIFO), because
216 # standard wu-ftpd doesn't allow retrieval of non-regular files. New config
217 # option $statusdelay for this.
219 # Revision 1.5 1997/07/09 09:21:22 ftplinux
220 # Little revisions to signal handling; status daemon should ignore SIGPIPE,
221 # in case someone closes the FIFO before completely reading it; in fatal_signal,
222 # only the main daemon should remove the pid file.
224 # Revision 1.4 1997/07/08 11:31:51 ftplinux
225 # Print messages of ssh call in is_on_master to debug log.
226 # In ssh call to remove bad files on master, the split() doesn't work
227 # anymore, now that I use -o'xxx y'. Use string interpolation and let
228 # the shell parse the stuff.
230 # Revision 1.3 1997/07/07 09:29:30 ftplinux
231 # Call check_alive also if master hasn't been pinged for 8 hours.
233 # Revision 1.2 1997/07/03 13:06:49 ftplinux
234 # Little last changes before beta release
236 # Revision 1.1.1.1 1997/07/03 12:54:59 ftplinux
237 # Import initial sources
244 use POSIX qw( strftime sys_stat_h sys_wait_h signal_h );
247 use Socket qw( PF_INET AF_INET SOCK_STREAM );
250 # ---------------------------------------------------------------------------
252 # ---------------------------------------------------------------------------
255 ($conf::queued_dir = (($0 !~ m,^/,) ? POSIX::getcwd()."/" : "") . $0)
257 require "$conf::queued_dir/config";
258 my $junk = $conf::debug; # avoid spurious warnings about unused vars
259 $junk = $conf::ssh_key_file;
260 $junk = $conf::stray_remove_timeout;
261 $junk = $conf::problem_report_timeout;
262 $junk = $conf::queue_delay;
263 $junk = $conf::keep_files;
264 $junk = $conf::valid_files;
265 $junk = $conf::max_upload_retries;
266 $junk = $conf::upload_delay_1;
267 $junk = $conf::upload_delay_2;
272 $junk = $conf::chmod;
273 $junk = $conf::ftpdebug;
274 $junk = $conf::ftptimeout;
275 $junk = $conf::no_changes_timeout;
276 $junk = @conf::nonus_packages;
277 $junk = @conf::test_binaries;
278 $junk = @conf::maintainer_mail;
279 $junk = $conf::mail ||= '/usr/sbin/sendmail';
280 $conf::target = "localhost" if $conf::upload_method eq "copy";
283 ($main::progname = $0) =~ s,.*/,,;
287 # extract -r and -k args
289 if (@ARGV == 1 && $ARGV[0] =~ /^-[rk]$/) {
290 $main::arg = ($ARGV[0] eq '-k') ? "kill" : "restart";
294 # test for another instance of the queued already running
296 if (open( PIDFILE, "<$conf::pidfile" )) {
297 chomp( $pid = <PIDFILE> );
300 # remove stale pid file
301 unlink( $conf::pidfile );
305 print "Killing running daemon (pid $pid) ...";
308 while( kill( 0, $pid ) && $cnt-- > 0 ) {
312 if (kill( 0, $pid )) {
313 print " failed!\nProcess $pid still running.\n";
317 if (-e "$conf::incoming/core") {
318 unlink( "$conf::incoming/core" );
319 print "(Removed core file)\n";
321 exit 0 if $main::arg eq "kill";
324 die "Another $main::progname is already running (pid $pid)\n"
325 if $pid && kill( 0, $pid );
328 elsif ($main::arg eq "kill") {
329 die "No daemon running\n";
331 elsif ($main::arg eq "restart") {
332 print "(No daemon running; starting anyway)\n";
335 # if started without arguments (initial invocation), then fork
337 # now go to background
338 die "$main::progname: fork failed: $!\n" unless defined( $pid = fork );
340 # parent: wait for signal from child (SIGCHLD or SIGUSR1) and exit
341 my $sigset = POSIX::SigSet->new();
343 $SIG{"CHLD"} = sub { };
344 $SIG{"USR1"} = sub { };
345 POSIX::sigsuspend( $sigset );
346 waitpid( $pid, WNOHANG );
347 if (kill( 0, $pid )) {
348 print "Daemon started in background (pid $pid)\n";
358 if ($conf::upload_method eq "ssh") {
359 # exec an ssh-agent that starts us again
360 # force shell to be /bin/sh, ssh-agent may base its decision
361 # whether to use a fd or a Unix socket on the shell...
362 $ENV{"SHELL"} = "/bin/sh";
363 exec $conf::ssh_agent, $0, "startup", getppid();
364 die "$main::progname: Could not exec $conf::ssh_agent: $!\n";
367 # no need to exec, just set up @ARGV as expected below
368 @ARGV = ("startup", getppid());
372 die "Please start without any arguments.\n"
373 if @ARGV != 2 || $ARGV[0] ne "startup";
374 my $parent_pid = $ARGV[1];
378 ($version = 'Release: 0.9 $Revision: 1.51 $ $Date: 1999/07/08 09:43:21 $ $Author: ftplinux $') =~ s/\$ ?//g;
379 print "debianqueued $version\n";
382 # check if all programs exist
384 foreach $prg ( $conf::gpg, $conf::ssh, $conf::scp, $conf::ssh_agent,
385 $conf::ssh_add, $conf::md5sum, $conf::mail, $conf::mkfifo ) {
386 die "Required program $prg doesn't exist or isn't executable\n"
388 # check for correct upload method
389 die "Bad upload method '$conf::upload_method'.\n"
390 if $conf::upload_method ne "ssh" &&
391 $conf::upload_method ne "ftp" &&
392 $conf::upload_method ne "copy";
393 die "No keyrings\n" if ! @conf::keyrings;
397 # ---------------------------------------------------------------------------
399 # ---------------------------------------------------------------------------
404 sub process_changes($\@);
405 sub process_commands($);
407 sub copy_to_target(@);
410 sub check_incoming_writable();
412 sub write_status_file();
413 sub print_status($$$$$$);
414 sub format_status_num(\$$);
415 sub format_status_str(\$$);
427 sub check_incoming_writable();
430 sub is_debian_file($);
431 sub get_maintainer($);
432 sub debian_file_stem($);
438 sub try_to_get_mail_addr($$);
442 sub unblock_signals();
445 sub restart_statusd();
448 $ENV{"PATH"} = "/bin:/usr/bin";
449 $ENV{"IFS"} = "" if defined($ENV{"IFS"} && $ENV{"IFS"} ne "");
462 sub ST_CTIME() { 10 }
463 # fixed lengths of data items passed over status pipe
464 sub STATNUM_LEN() { 30 }
465 sub STATSTR_LEN() { 128 }
467 # init list of signals
468 defined $Config{sig_name} or die "$main::progname: No signal list defined!\n";
471 foreach $name (split( ' ', $Config{sig_name} )) {
472 $main::signo{$name} = $i++;
475 @main::fatal_signals = qw( INT QUIT ILL TRAP ABRT BUS FPE USR2 SEGV PIPE
476 TERM XCPU XFSZ PWR );
478 $main::block_sigset = POSIX::SigSet->new;
479 $main::block_sigset->addset( $main::signo{"INT"} );
480 $main::block_sigset->addset( $main::signo{"TERM"} );
482 # some constant net stuff
483 $main::tcp_proto = (getprotobyname('tcp'))[2]
484 or die "Cannot get protocol number for 'tcp'\n";
485 my $used_service = ($conf::upload_method eq "ssh") ? "ssh" : "ftp";
486 $main::echo_port = (getservbyname($used_service, 'tcp'))[2]
487 or die "Cannot get port number for service '$used_service'\n";
489 # clear queue of stored mails
490 @main::stored_mails = ();
492 # run ssh-add to bring the key into the agent (will use stdin/stdout)
493 if ($conf::upload_method eq "ssh") {
494 system "$conf::ssh_add $conf::ssh_key_file"
495 and die "$main::progname: Running $conf::ssh_add failed ".
496 "(exit status ", $? >> 8, ")\n";
499 # change to queue dir
500 chdir( $conf::incoming )
501 or die "$main::progname: cannot cd to $conf::incoming: $!\n";
503 # needed before /dev/null redirects, some system send a SIGHUP when loosing
504 # the controlling tty
505 $SIG{"HUP"} = "IGNORE";
507 # open logfile, make it unbuffered
508 open( LOG, ">>$conf::logfile" )
509 or die "Cannot open my logfile $conf::logfile: $!\n";
510 chmod( 0644, $conf::logfile )
511 or die "Cannot set modes of $conf::logfile: $!\n";
512 select( (select(LOG), $| = 1)[0] );
515 $SIG{"HUP"} = \&close_log;
517 # redirect stdin, ... to /dev/null
518 open( STDIN, "</dev/null" )
519 or die "$main::progname: Can't redirect stdin to /dev/null: $!\n";
520 open( STDOUT, ">&LOG" )
521 or die "$main::progname: Can't redirect stdout to $conf::logfile: $!\n";
522 open( STDERR, ">&LOG" )
523 or die "$main::progname: Can't redirect stderr to $conf::logfile: $!\n";
524 # ok, from this point usually no "die" anymore, stderr is gone!
525 msg( "log", "daemon (pid $$) started\n" );
527 # initialize variables used by send_status before launching the status daemon
529 format_status_num( $main::next_run, time+10 );
530 format_status_str( $main::current_changes, "" );
532 $main::incoming_writable = 1; # assume this for now
534 # start the daemon watching the 'status' FIFO
535 if ($conf::statusfile && $conf::statusdelay == 0) {
536 $main::statusd_pid = fork_statusd();
537 $SIG{"CHLD"} = \&kid_died; # watch out for dead status daemon
538 # SIGUSR1 triggers status info
539 $SIG{"USR1"} = \&send_status;
541 $main::maind_pid = $$;
543 END { kill( $main::signo{"ABRT"}, $$ ) if defined $main::signo{"ABRT"}; }
546 open( PIDFILE, ">$conf::pidfile" )
547 or msg( "log", "Can't open $conf::pidfile: $!\n" );
548 printf PIDFILE "%5d\n", $$;
550 chmod( 0644, $conf::pidfile )
551 or die "Cannot set modes of $conf::pidfile: $!\n";
553 # other signals will just log an error and exit
554 foreach ( @main::fatal_signals ) {
555 $SIG{$_} = \&fatal_signal;
558 # send signal to user-started process that we're ready and it can exit
559 kill( $main::signo{"USR1"}, $parent_pid );
561 # ---------------------------------------------------------------------------
563 # ---------------------------------------------------------------------------
566 write_status_file() if $conf::statusdelay;
569 # ping target only if there is the possibility that we'll contact it (but
570 # also don't wait too long).
571 my @have_changes = <*.changes *.commands>;
572 check_alive() if @have_changes || (time - $main::last_ping_time) > 8*60*60;
574 if (@have_changes && $main::target_up) {
575 check_incoming_writable if !$main::incoming_writable;
576 check_dir() if $main::incoming_writable;
579 write_status_file() if $conf::statusdelay;
581 # sleep() returns if we received a signal (SIGUSR1 for status FIFO), so
582 # calculate the end time once and wait for it being reached.
583 format_status_num( $main::next_run, time + $conf::queue_delay );
585 while( ($delta = calc_delta()) > 0 ) {
586 debug( "mainloop sleeping $delta secs" );
588 # check if statusd died, if using status FIFO, or update status file
589 if ($conf::statusdelay) {
601 $delta = $main::next_run - time;
602 $delta = $conf::statusdelay
603 if $conf::statusdelay && $conf::statusdelay < $delta;
608 # ---------------------------------------------------------------------------
609 # main working functions
610 # ---------------------------------------------------------------------------
614 # main function for checking the incoming dir
617 my( @files, @changes, @keep_files, @this_keep_files, @stats, $file );
619 debug( "starting checkdir" );
621 write_status_file() if $conf::statusdelay;
623 # test if needed binaries are available; this is if they're on maybe
624 # slow-mounted NFS filesystems
625 foreach (@conf::test_binaries) {
627 # maybe the mount succeeds now
630 msg( "log", "binary test failed for $_; delaying queue run\n");
634 # look for *.commands files
635 foreach $file ( <*.commands> ) {
638 process_commands( $file );
641 write_status_file() if $conf::statusdelay;
646 or (msg( "log", "Cannot open incoming dir $conf::incoming: $!\n" ),
648 @files = readdir( INC );
651 # process all .changes files found
652 @changes = grep /\.changes$/, @files;
653 push( @keep_files, @changes ); # .changes files aren't stray
654 foreach $file ( @changes ) {
656 # wrap in an eval to allow jumpbacks to here with die in case
659 eval { process_changes( $file, @this_keep_files ); };
661 msg( "log,mail", $@ ) if $@;
663 write_status_file() if $conf::statusdelay;
665 # files which are ok in conjunction with this .changes
666 debug( "$file tells to keep @this_keep_files" );
667 push( @keep_files, @this_keep_files );
670 # break out of this loop if the incoming dir has become unwritable
671 goto end_run if !$main::incoming_writable;
673 ftp_close() if $conf::upload_method eq "ftp";
675 # find files which aren't related to any .changes
676 foreach $file ( @files ) {
677 # filter out files we never want to delete
678 next if ! -f $file || # may have disappeared in the meantime
679 $file eq "." || $file eq ".." ||
680 (grep { $_ eq $file } @keep_files) ||
681 $file =~ /$conf::keep_files/;
682 # Delete such files if they're older than
683 # $stray_remove_timeout; they could be part of an
684 # yet-incomplete upload, with the .changes still missing.
685 # Cannot send any notification, since owner unknown.
686 next if !(@stats = stat( $file ));
687 my $age = time - $stats[ST_MTIME];
688 my( $maint, $pattern, @job_files );
689 if ($file =~ /^junk-for-writable-test/ ||
690 $file !~ m,$conf::valid_files, ||
691 $age >= $conf::stray_remove_timeout) {
692 msg( "log", "Deleted stray file $file\n" ) if rm( $file );
694 elsif ($age > $conf::no_changes_timeout &&
695 is_debian_file( $file ) &&
696 # not already reported
697 !($stats[ST_MODE] & S_ISGID) &&
698 ($pattern = debian_file_stem( $file )) &&
699 (@job_files = glob($pattern)) &&
700 # If a .changes is in the list, it has the same stem as the
701 # found file (probably a .orig.tar.gz). Don't report in this
703 !(grep( /\.changes$/, @job_files ))) {
704 $maint = get_maintainer( $file );
705 # Don't send a mail if this looks like the recompilation of a
706 # package for a non-i386 arch. For those, the maintainer field is
708 if (!grep( /(\.dsc|_(i386|all)\.deb)$/, @job_files )) {
709 msg( "log", "Found an upload without .changes and with no ",
711 msg( "log", "Not sending a report, because probably ",
712 "recompilation job\n" );
716 $main::mail_addr = $maint;
717 $main::mail_addr = $1 if $main::mail_addr =~ /<([^>]*)>/;
718 $main::mail_subject = "Incomplete upload found in ".
719 "Debian upload queue";
720 msg( "mail", "Probably you are the uploader of the following ".
722 msg( "mail", "the Debian upload queue directory:\n " );
723 msg( "mail", join( "\n ", @job_files ), "\n" );
724 msg( "mail", "This looks like an upload, but a .changes file ".
725 "is missing, so the job\n" );
726 msg( "mail", "cannot be processed.\n\n" );
727 msg( "mail", "If no .changes file arrives within ",
728 print_time( $conf::stray_remove_timeout - $age ),
729 ", the files will be deleted.\n\n" );
730 msg( "mail", "If you didn't upload those files, please just ".
731 "ignore this message.\n" );
733 msg( "log", "Sending problem report for an upload without a ".
735 msg( "log", "Maintainer: $maint\n" );
738 msg( "log", "Found an upload without .changes, but can't ".
739 "find a maintainer address\n" );
741 msg( "log", "Files: @job_files\n" );
742 # remember we already have sent a mail regarding this file
743 foreach ( @job_files ) {
745 next if !@st; # file may have disappeared in the meantime
746 chmod +($st[ST_MODE] |= S_ISGID), $_;
750 debug( "found stray file $file, deleting in ",
751 print_time($conf::stray_remove_timeout - $age) );
757 write_status_file() if $conf::statusdelay;
761 # process one .changes file
763 sub process_changes($\@) {
765 my $keep_list = shift;
766 my( $pgplines, @files, @filenames, @changes_stats, $failure_file,
767 $retries, $last_retry, $upload_time, $file, $do_report, $ls_l,
768 $problems_reported, $errs, $pkgname, $signator );
772 format_status_str( $main::current_changes, $changes );
774 write_status_file() if $conf::statusdelay;
777 msg( "log", "processing $changes\n" );
779 # parse the .changes file
780 open( CHANGES, "<$changes" )
781 or die "Cannot open $changes: $!\n";
783 $main::mail_addr = "";
785 outer_loop: while( <CHANGES> ) {
786 if (/^---+(BEGIN|END) PGP .*---+$/) {
789 elsif (/^Maintainer:\s*/i) {
790 chomp( $main::mail_addr = $' );
791 $main::mail_addr = $1 if $main::mail_addr =~ /<([^>]*)>/;
793 elsif (/^Source:\s*/i) {
794 chomp( $pkgname = $' );
795 $pkgname =~ s/\s+$//;
796 $main::packages{$pkgname}++;
800 redo outer_loop if !/^\s/;
801 my @field = split( /\s+/ );
803 # forbid shell meta chars in the name, we pass it to a
804 # subshell several times...
805 $field[5] =~ /^([a-zA-Z0-9.+_:@=%-][~a-zA-Z0-9.+_:@=%-]*)/;
806 if ($1 ne $field[5]) {
807 msg( "log", "found suspicious filename $field[5]\n" );
808 msg( "mail", "File '$field[5]' mentioned in $changes\n",
809 "has bad characters in its name. Removed.\n" );
813 push( @files, { md5 => $field[1],
815 name => $field[5] } );
816 push( @filenames, $field[5] );
817 debug( "includes file $field[5], size $field[2], ",
824 # tell check_dir that the files mentioned in this .changes aren't stray,
825 # we know about them somehow
826 @$keep_list = @filenames;
828 # some consistency checks
829 if (!$main::mail_addr) {
830 msg( "log,mail", "$changes doesn't contain a Maintainer: field; ".
831 "cannot process\n" );
832 goto remove_only_changes;
834 if ($main::mail_addr !~ /^(buildd_\S+-\S+|\S+\@\S+\.\S+)/) {
835 # doesn't look like a mail address, maybe only the name
836 my( $new_addr, @addr_list );
837 if ($new_addr = try_to_get_mail_addr( $main::mail_addr, \@addr_list )){
838 # substitute (unique) found addr, but give a warning
839 msg( "mail", "(The Maintainer: field didn't contain a proper ".
841 msg( "mail", "Looking for `$main::mail_addr' in the Debian ".
842 "keyring gave your address\n" );
843 msg( "mail", "as unique result, so I used this.)\n" );
844 msg( "log", "Substituted $new_addr for malformed ".
845 "$main::mail_addr\n" );
846 $main::mail_addr = $new_addr;
849 # not found or not unique: hold the job and inform queue maintainer
850 my $old_addr = $main::mail_addr;
851 $main::mail_addr = $conf::maintainer_mail;
852 msg( "mail", "The job $changes doesn't have a correct email\n" );
853 msg( "mail", "address in the Maintainer: field:\n" );
854 msg( "mail", " $old_addr\n" );
855 msg( "mail", "A check for this in the Debian keyring gave:\n" );
856 msg( "mail", @addr_list ?
857 " " . join( ", ", @addr_list ) . "\n" :
859 msg( "mail", "Please fix this manually\n" );
860 msg( "log", "Bad Maintainer: field in $changes: $old_addr\n" );
861 goto remove_only_changes;
865 msg( "log,mail", "$changes isn't signed with PGP/GnuPG\n" );
866 msg( "log", "(uploader $main::mail_addr)\n" );
867 goto remove_only_changes;
870 msg( "log,mail", "$changes doesn't mention any files\n" );
871 msg( "log", "(uploader $main::mail_addr)\n" );
872 goto remove_only_changes;
875 # check for packages that shouldn't be processed
876 if (grep( $_ eq $pkgname, @conf::nonus_packages )) {
877 msg( "log,mail", "$pkgname is a package that must be uploaded ".
878 "to nonus.debian.org\n" );
879 msg( "log,mail", "instead of target.\n" );
880 msg( "log,mail", "Job rejected and removed all files belonging ".
882 msg( "log,mail", " ", join( ", ", @filenames ), "\n" );
883 rm( $changes, @filenames );
887 $failure_file = $changes . ".failures";
888 $retries = $last_retry = 0;
889 if (-f $failure_file) {
890 open( FAILS, "<$failure_file" )
891 or die "Cannot open $failure_file: $!\n";
894 ( $retries, $last_retry ) = ( $1, $2 ) if $line =~ /^(\d+)\s+(\d+)$/;
895 push( @$keep_list, $failure_file );
898 # run PGP on the file to check the signature
899 if (!($signator = pgp_check( $changes ))) {
900 msg( "log,mail", "$changes has bad PGP/GnuPG signature!\n" );
901 msg( "log", "(uploader $main::mail_addr)\n" );
903 msg( "log,mail", "Removing $changes, but keeping its associated ",
904 "files for now.\n" );
906 # Set SGID bit on associated files, so that the test for Debian files
907 # without a .changes doesn't consider them.
908 foreach ( @filenames ) {
910 next if !@st; # file may have disappeared in the meantime
911 chmod +($st[ST_MODE] |= S_ISGID), $_;
915 elsif ($signator eq "LOCAL ERROR") {
916 # An error has appened when starting pgp... Don't process the file,
917 # but also don't delete it
918 debug( "Can't PGP/GnuPG check $changes -- don't process it for now" );
922 die "Cannot stat $changes (??): $!\n"
923 if !(@changes_stats = stat( $changes ));
924 # Make $upload_time the maximum of all modification times of files
925 # related to this .changes (and the .changes it self). This is the
926 # last time something changes to these files.
927 $upload_time = $changes_stats[ST_MTIME];
928 for $file ( @files ) {
930 next if !(@stats = stat( $file->{"name"} ));
931 $file->{"stats"} = \@stats;
932 $upload_time = $stats[ST_MTIME] if $stats[ST_MTIME] > $upload_time;
935 $do_report = (time - $upload_time) > $conf::problem_report_timeout;
936 $problems_reported = $changes_stats[ST_MODE] & S_ISGID;
937 # if any of the files is newer than the .changes' ctime (the time
938 # we sent a report and set the sticky bit), send new problem reports
939 if ($problems_reported && $changes_stats[ST_CTIME] < $upload_time) {
940 $problems_reported = 0;
941 chmod +($changes_stats[ST_MODE] &= ~S_ISGID), $changes;
942 debug( "upload_time>changes-ctime => resetting problems reported" );
944 debug( "do_report=$do_report problems_reported=$problems_reported" );
946 # now check all files for correct size and md5 sum
947 for $file ( @files ) {
948 my $filename = $file->{"name"};
949 if (!defined( $file->{"stats"} )) {
950 # could be an upload that isn't complete yet, be quiet,
951 # but don't process the file;
952 msg( "log,mail", "$filename doesn't exist\n" )
953 if $do_report && !$problems_reported;
954 msg( "log", "$filename doesn't exist (ignored for now)\n" )
956 msg( "log", "$filename doesn't exist (already reported)\n" )
957 if $problems_reported;
960 elsif ($file->{"stats"}->[ST_SIZE] < $file->{"size"} && !$do_report) {
961 # could be an upload that isn't complete yet, be quiet,
962 # but don't process the file
963 msg( "log", "$filename is too small (ignored for now)\n" );
966 elsif ($file->{"stats"}->[ST_SIZE] != $file->{"size"}) {
967 msg( "log,mail", "$filename has incorrect size; deleting it\n" );
971 elsif (md5sum( $filename ) ne $file->{"md5"}) {
972 msg( "log,mail", "$filename has incorrect md5 checksum; ",
980 if ((time - $upload_time) > $conf::bad_changes_timeout) {
981 # if a .changes fails for a really long time (several days
982 # or so), remove it and all associated files
984 "$changes couldn't be processed for ",
985 int($conf::bad_changes_timeout/(60*60)),
986 " hours and is now deleted\n" );
988 "All files it mentions are also removed:\n" );
989 msg( "log,mail", " ", join( ", ", @filenames ), "\n" );
990 rm( $changes, @filenames, $failure_file );
992 elsif ($do_report && !$problems_reported) {
993 # otherwise, send a problem report, if not done already
995 "Due to the errors above, the .changes file couldn't ",
997 "Please fix the problems for the upload to happen.\n" );
998 # remember we already have sent a mail regarding this file
999 debug( "Sending problem report mail and setting SGID bit" );
1000 my $mode = $changes_stats[ST_MODE] |= S_ISGID;
1001 msg( "log", "chmod failed: $!" ) if (chmod ($mode, $changes) != 1);
1008 # if this upload already failed earlier, wait until the delay requirement
1010 if ($retries > 0 && (time - $last_retry) <
1011 ($retries == 1 ? $conf::upload_delay_1 : $conf::upload_delay_2)) {
1012 msg( "log", "delaying retry of upload\n" );
1016 if ($conf::upload_method eq "ftp") {
1017 return if !ftp_open();
1020 # check if the job is already present on target
1021 # (moved to here, to avoid bothering target as long as there are errors in
1023 if ($ls_l = is_on_target( $changes )) {
1024 msg( "log,mail", "$changes is already present on target host:\n" );
1025 msg( "log,mail", "$ls_l\n" );
1026 msg( "mail", "Either you already uploaded it, or someone else ",
1028 msg( "log,mail", "Job $changes removed.\n" );
1029 rm( $changes, @filenames, $failure_file );
1033 # clear sgid bit before upload, scp would copy it to target. We don't need
1034 # it anymore, we know there are no problems if we come here. Also change
1035 # mode of files to 644 if this should be done locally.
1036 $changes_stats[ST_MODE] &= ~S_ISGID;
1037 if (!$conf::chmod_on_target) {
1038 $changes_stats[ST_MODE] &= ~0777;
1039 $changes_stats[ST_MODE] |= 0644;
1041 chmod +($changes_stats[ST_MODE]), $changes;
1043 # try uploading to target
1044 if (!copy_to_target( $changes, @filenames )) {
1045 # if the upload failed, increment the retry counter and remember the
1046 # current time; both things are written to the .failures file. Don't
1047 # increment the fail counter if the error was due to incoming
1049 return if !$main::incoming_writable;
1050 if (++$retries >= $conf::max_upload_retries) {
1052 "$changes couldn't be uploaded for $retries times now.\n" );
1054 "Giving up and removing it and its associated files:\n" );
1055 msg( "log,mail", " ", join( ", ", @filenames ), "\n" );
1056 rm( $changes, @filenames, $failure_file );
1060 if (open( FAILS, ">$failure_file" )) {
1061 print FAILS "$retries $last_retry\n";
1063 chmod( 0600, $failure_file )
1064 or die "Cannot set modes of $failure_file: $!\n";
1066 push( @$keep_list, $failure_file );
1067 debug( "now $retries failed uploads" );
1069 "The upload will be retried in ",
1070 print_time( $retries == 1 ? $conf::upload_delay_1 :
1071 $conf::upload_delay_2 ), "\n" );
1076 # If the files were uploaded ok, remove them
1077 rm( $changes, @filenames, $failure_file );
1079 msg( "mail", "$changes uploaded successfully to $conf::target\n" );
1080 msg( "mail", "along with the files:\n ",
1081 join( "\n ", @filenames ), "\n" );
1082 msg( "log", "$changes processed successfully (uploader $main::mail_addr)\n" );
1084 # Check for files that have the same stem as the .changes (and weren't
1085 # mentioned there) and delete them. It happens often enough that people
1086 # upload a .orig.tar.gz where it isn't needed and also not in the
1087 # .changes. Explicitly deleting it (and not waiting for the
1088 # $stray_remove_timeout) reduces clutter in the queue dir and maybe also
1089 # educates uploaders :-)
1091 # my $pattern = debian_file_stem( $changes );
1092 # my $spattern = substr( $pattern, 0, -1 ); # strip off '*' at end
1093 # my @other_files = glob($pattern);
1094 # filter out files that have a Debian revision at all and a different
1095 # revision. Those belong to a different upload.
1096 # if ($changes =~ /^\Q$spattern\E-([\d.+-]+)/) {
1097 # my $this_rev = $1;
1098 # @other_files = grep( !/^\Q$spattern\E-([\d.+-]+)/ || $1 eq $this_rev,
1101 # Also do not remove those files if a .changes is among them. Then there
1102 # is probably a second upload for another version or another architecture.
1103 # if (@other_files && !grep( /\.changes$/, @other_files )) {
1104 # rm( @other_files );
1105 # msg( "mail", "\nThe following file(s) seemed to belong to the same ".
1106 # "upload, but weren't listed\n" );
1107 # msg( "mail", "in the .changes file:\n " );
1108 # msg( "mail", join( "\n ", @other_files ), "\n" );
1109 # msg( "mail", "They have been deleted.\n" );
1110 # msg( "log", "Deleted files in upload not in $changes: @other_files\n" );
1115 # process one .commands file
1117 sub process_commands($) {
1118 my $commands = shift;
1119 my( @cmds, $cmd, $pgplines, $signator );
1122 format_status_str( $main::current_changes, $commands );
1124 write_status_file() if $conf::statusdelay;
1126 msg( "log", "processing $commands\n" );
1128 # parse the .commands file
1129 if (!open( COMMANDS, "<$commands" )) {
1130 msg( "log", "Cannot open $commands: $!\n" );
1134 $main::mail_addr = "";
1136 outer_loop: while( <COMMANDS> ) {
1137 if (/^---+(BEGIN|END) PGP .*---+$/) {
1140 elsif (/^Uploader:\s*/i) {
1141 chomp( $main::mail_addr = $' );
1142 $main::mail_addr = $1 if $main::mail_addr =~ /<([^>]*)>/;
1144 elsif (/^Commands:/i) {
1147 s/^\s*(.*)\s*$/$1/; # delete whitespace at both ends
1150 debug( "includes cmd $_" );
1152 last outer_loop if !defined( $_ = scalar(<COMMANDS>) );
1154 redo outer_loop if !/^\s/ || /^$/;
1160 # some consistency checks
1161 if (!$main::mail_addr || $main::mail_addr !~ /^\S+\@\S+\.\S+/) {
1162 msg( "log,mail", "$commands contains no or bad Uploader: field: ".
1163 "$main::mail_addr\n" );
1164 msg( "log,mail", "cannot process $commands\n" );
1165 $main::mail_addr = "";
1168 msg( "log", "(command uploader $main::mail_addr)\n" );
1170 if ($pgplines < 3) {
1171 msg( "log,mail", "$commands isn't signed with PGP/GnuPG\n" );
1172 msg( "mail", "or the uploaded file is broken. Make sure to transfer in binary mode\n" );
1173 msg( "mail", "or better yet - use dcut for commands files\n");
1177 # run PGP on the file to check the signature
1178 if (!($signator = pgp_check( $commands ))) {
1179 msg( "log,mail", "$commands has bad PGP/GnuPG signature!\n" );
1181 msg( "log,mail", "Removing $commands\n" );
1185 elsif ($signator eq "LOCAL ERROR") {
1186 # An error has appened when starting pgp... Don't process the file,
1187 # but also don't delete it
1188 debug( "Can't PGP/GnuPG check $commands -- don't process it for now" );
1191 msg( "log", "(PGP/GnuPG signature by $signator)\n" );
1193 # now process commands
1194 msg( "mail", "Log of processing your commands file $commands:\n\n" );
1195 foreach $cmd ( @cmds ) {
1196 my @word = split( /\s+/, $cmd );
1197 msg( "mail,log", "> @word\n" );
1200 if ($word[0] eq "rm") {
1201 my( @files, $file, @removed );
1202 foreach ( @word[1..$#word] ) {
1204 msg( "mail,log", "$_: filename may not contain slashes\n" );
1208 my $pat = quotemeta($_);
1209 $pat =~ s/\\\*/.*/g;
1210 $pat =~ s/\\\?/.?/g;
1211 $pat =~ s/\\([][])/$1/g;
1212 opendir( DIR, "." );
1213 push( @files, grep /^$pat$/, readdir(DIR) );
1221 msg( "mail,log", "No files to delete\n" );
1225 foreach $file ( @files ) {
1227 msg( "mail,log", "$file: no such file\n" );
1229 elsif ($file =~ /$conf::keep_files/) {
1230 msg( "mail,log", "$file is protected, cannot ".
1233 elsif (!unlink( $file )) {
1234 msg( "mail,log", "$file: rm: $!\n" );
1237 push( @removed, $file );
1240 msg( "mail,log", "Files removed: @removed\n" ) if @removed;
1243 elsif ($word[0] eq "mv") {
1245 msg( "mail,log", "Wrong number of arguments\n" );
1247 elsif ($word[1] =~ m,/,) {
1248 msg( "mail,log", "$word[1]: filename may not contain slashes\n" );
1250 elsif ($word[2] =~ m,/,) {
1251 msg( "mail,log", "$word[2]: filename may not contain slashes\n" );
1253 elsif (!-f $word[1]) {
1254 msg( "mail,log", "$word[1]: no such file\n" );
1256 elsif (-e $word[2]) {
1257 msg( "mail,log", "$word[2]: file exists\n" );
1259 elsif ($word[1] =~ /$conf::keep_files/) {
1260 msg( "mail,log", "$word[1] is protected, cannot rename\n" );
1263 if (!rename( $word[1], $word[2] )) {
1264 msg( "mail,log", "rename: $!\n" );
1267 msg( "mail,log", "OK\n" );
1272 msg( "mail,log", "unknown command $word[0]\n" );
1276 msg( "log", "-- End of $commands processing\n" );
1280 # check if a file is already on target
1282 sub is_on_target($) {
1287 if ($conf::upload_method eq "ssh") {
1288 ($msg, $stat) = ssh_cmd( "ls -l $file" );
1290 elsif ($conf::upload_method eq "ftp") {
1292 ($msg, $err) = ftp_cmd( "dir", $file );
1299 $msg = "ls: no such file\n";
1303 $msg = join( "\n", @$msg );
1307 ($msg, $stat) = local_cmd( "$conf::ls -l $file" );
1310 debug( "exit status: $stat, output was: $msg" );
1312 return "" if $stat && $msg =~ /no such file/i; # file not present
1313 msg( "log", "strange ls -l output on target:\n", $msg ), return ""
1314 if $stat || $@; # some other error, but still try to upload
1316 # ls -l returned 0 -> file already there
1317 $msg =~ s/\s\s+/ /g; # make multiple spaces into one, to save space
1322 # copy a list of files to target
1324 sub copy_to_target(@) {
1326 my( @md5sum, @expected_files, $sum, $name, $msgs, $stat );
1329 write_status_file() if $conf::statusdelay;
1332 if ($conf::upload_method eq "ssh") {
1333 ($msgs, $stat) = scp_cmd( @files );
1336 elsif ($conf::upload_method eq "ftp") {
1338 foreach $file (@files) {
1339 ($rv, $msgs) = ftp_cmd( "put", $file );
1344 ($msgs, $stat) = local_cmd( "$conf::cp @files $conf::targetdir", 'NOCD' );
1348 # check md5sums or sizes on target against our own
1349 my $have_md5sums = 1;
1350 if ($conf::upload_method eq "ssh") {
1351 ($msgs, $stat) = ssh_cmd( "md5sum @files" );
1353 @md5sum = split( "\n", $msgs );
1355 elsif ($conf::upload_method eq "ftp") {
1356 my ($rv, $err, $file);
1357 foreach $file (@files) {
1358 ($rv, $err) = ftp_cmd( "quot", "site", "md5sum", $file );
1360 next if ftp_code() == 550; # file not found
1361 if (ftp_code() == 500) { # unimplemented
1363 goto get_sizes_instead;
1368 chomp( my $t = ftp_response() );
1369 push( @md5sum, $t );
1371 if (!$have_md5sums) {
1373 foreach $file (@files) {
1374 ($rv, $err) = ftp_cmd( "size", $file );
1376 next if ftp_code() == 550; # file not found
1380 push( @md5sum, "$rv $file" );
1385 ($msgs, $stat) = local_cmd( "$conf::md5sum @files" );
1387 @md5sum = split( "\n", $msgs );
1390 @expected_files = @files;
1393 ($sum,$name) = split;
1394 next if !grep { $_ eq $name } @files; # a file we didn't upload??
1395 next if $sum eq "md5sum:"; # looks like an error message
1396 if (($have_md5sums && $sum ne md5sum( $name )) ||
1397 (!$have_md5sums && $sum != (-s $name))) {
1398 msg( "log,mail", "Upload of $name to $conf::target failed ",
1399 "(".($have_md5sums ? "md5sum" : "size")." mismatch)\n" );
1402 # seen that file, remove it from expect list
1403 @expected_files = map { $_ eq $name ? () : $_ } @expected_files;
1405 if (@expected_files) {
1406 msg( "log,mail", "Failed to upload the files\n" );
1407 msg( "log,mail", " ", join( ", ", @expected_files ), "\n" );
1408 msg( "log,mail", "(Not present on target after upload)\n" );
1412 if ($conf::chmod_on_target) {
1413 # change file's mode explicitly to 644 on target
1414 if ($conf::upload_method eq "ssh") {
1415 ($msgs, $stat) = ssh_cmd( "chmod 644 @files" );
1418 elsif ($conf::upload_method eq "ftp") {
1420 foreach $file (@files) {
1421 ($rv, $msgs) = ftp_cmd( "quot", "site", "chmod", "644", $file );
1422 msg( "log", "Can't chmod $file on target:\n$msgs" )
1428 ($msgs, $stat) = local_cmd( "$conf::chmod 644 @files" );
1434 write_status_file() if $conf::statusdelay;
1438 msg( "log,mail", "Upload to $conf::target failed",
1439 $? ? ", last exit status ".sprintf( "%s", $?>>8 ) : "", "\n" );
1440 msg( "log,mail", "Error messages:\n", $msgs )
1443 # If "permission denied" was among the errors, test if the incoming is
1445 if ($msgs =~ /(permission denied|read-?only file)/i) {
1446 if (!check_incoming_writable()) {
1447 msg( "log,mail", "(The incoming directory seems to be ",
1452 # remove bad files or an incomplete upload on target
1453 if ($conf::upload_method eq "ssh") {
1454 ssh_cmd( "rm -f @files" );
1456 elsif ($conf::upload_method eq "ftp") {
1458 foreach $file (@files) {
1460 ($rv, $err) = ftp_cmd( "delete", $file );
1461 msg( "log", "Can't delete $file on target:\n$err" )
1466 my @tfiles = map { "$conf::targetdir/$_" } @files;
1467 debug( "executing unlink(@tfiles)" );
1471 write_status_file() if $conf::statusdelay;
1476 # check if a file is correctly signed with PGP
1487 if (-x $conf::gpg) {
1488 debug( "executing $conf::gpg --no-options --batch ".
1489 "--no-default-keyring --always-trust ".
1490 "--keyring ". join (" --keyring ",@conf::keyrings).
1491 " --verify '$file'" );
1492 if (!open( PIPE, "$conf::gpg --no-options --batch ".
1493 "--no-default-keyring --always-trust ".
1494 "--keyring " . join (" --keyring ",@conf::keyrings).
1495 " --verify '$file'".
1497 msg( "log", "Can't open pipe to $conf::gpg: $!\n" );
1498 return "LOCAL ERROR";
1500 $output .= $_ while( <PIPE> );
1506 msg( "log,mail", "GnuPG signature check failed on $file\n" );
1507 msg( "mail", $output );
1508 msg( "log,mail", "(Exit status ", $stat >> 8, ")\n" );
1512 $output =~ /^(gpg: )?good signature from (user )?"(.*)"\.?$/im;
1513 ($signator = $3) ||= "unknown signator";
1515 debug( "GnuPG signature ok (by $signator)" );
1521 # ---------------------------------------------------------------------------
1523 # ---------------------------------------------------------------------------
1526 # fork a subprocess that watches the 'status' FIFO
1528 # that process blocks until someone opens the FIFO, then sends a
1529 # signal (SIGUSR1) to the main process, expects
1531 sub fork_statusd() {
1537 $statusd_pid = open( STATUSD, "|-" );
1538 die "cannot fork: $!\n" if !defined( $statusd_pid );
1539 # parent just returns
1541 msg( "log", "forked status daemon (pid $statusd_pid)\n" );
1542 return $statusd_pid;
1544 # child: the status FIFO daemon
1546 # ignore SIGPIPE here, in case some closes the FIFO without completely
1548 $SIG{"PIPE"} = "IGNORE";
1549 # also ignore SIGCLD, we don't want to inherit the restart-statusd handler
1551 $SIG{"CHLD"} = "DEFAULT";
1553 rm( $conf::statusfile );
1554 $errs = `$conf::mkfifo $conf::statusfile`;
1555 die "$main::progname: cannot create named pipe $conf::statusfile: $errs"
1557 chmod( 0644, $conf::statusfile )
1558 or die "Cannot set modes of $conf::statusfile: $!\n";
1560 # close log file, so that log rotating works
1566 my( $status, $mup, $incw, $ds, $next_run, $last_ping, $currch, $l );
1568 # open the FIFO for writing; this blocks until someone (probably ftpd)
1569 # opens it for reading
1570 open( STATFIFO, ">$conf::statusfile" )
1571 or die "Cannot open $conf::statusfile\n";
1573 # tell main daemon to send us status infos
1574 kill( $main::signo{"USR1"}, $main_pid );
1576 # get the infos from stdin; must loop until enough bytes received!
1577 my $expect_len = 3 + 2*STATNUM_LEN + STATSTR_LEN;
1578 for( $status = ""; ($l = length($status)) < $expect_len; ) {
1579 sysread( STDIN, $status, $expect_len-$l, $l );
1582 # disassemble the status byte stream
1584 foreach ( [ mup => 1 ], [ incw => 1 ], [ ds => 1 ],
1585 [ next_run => STATNUM_LEN ], [ last_ping => STATNUM_LEN ],
1586 [ currch => STATSTR_LEN ] ) {
1587 eval "\$$_->[0] = substr( \$status, $pos, $_->[1] );";
1590 $currch =~ s/\n+//g;
1592 print_status( $mup, $incw, $ds, $next_run, $last_ping, $currch );
1595 # This sleep is necessary so that we can't reopen the FIFO
1596 # immediately, in case the reader hasn't closed it yet if we get to
1597 # the open again. Is there a better solution for this??
1603 # update the status file, in case we use a plain file and not a FIFO
1605 sub write_status_file() {
1607 return if !$conf::statusfile;
1609 open( STATFILE, ">$conf::statusfile" ) or
1610 (msg( "log", "Could not open $conf::statusfile: $!\n" ), return);
1611 my $oldsel = select( STATFILE );
1613 print_status( $main::target_up, $main::incoming_writable, $main::dstat,
1614 $main::next_run, $main::last_ping_time,
1615 $main::current_changes );
1621 sub print_status($$$$$$) {
1625 my $next_run = shift;
1626 my $last_ping = shift;
1631 ($version = 'Release: 0.9 $Revision: 1.51 $') =~ s/\$ ?//g;
1632 print "debianqueued $version\n";
1634 $approx = $conf::statusdelay ? "approx. " : "";
1637 print "$conf::target is down, queue pausing\n";
1640 elsif ($conf::upload_method ne "copy") {
1641 print "$conf::target seems to be up, last ping $approx",
1642 print_time(time-$last_ping), " ago\n";
1646 print "The incoming directory is not writable, queue pausing\n";
1651 print "Next queue check in $approx",print_time($next_run-time),"\n";
1654 elsif ($ds eq "c") {
1655 print "Checking queue directory\n";
1657 elsif ($ds eq "u") {
1658 print "Uploading to $conf::target\n";
1661 print "Bad status data from daemon: \"$mup$incw$ds\"\n";
1665 print "Current job is $currch\n" if $currch;
1669 # format a number for sending to statusd (fixed length STATNUM_LEN)
1671 sub format_status_num(\$$) {
1675 $$varref = sprintf "%".STATNUM_LEN."d", $num;
1679 # format a string for sending to statusd (fixed length STATSTR_LEN)
1681 sub format_status_str(\$$) {
1685 $$varref = substr( $str, 0, STATSTR_LEN );
1686 $$varref .= "\n" x (STATSTR_LEN - length($$varref));
1690 # send a status string to the status daemon
1692 # Avoid all operations that could call malloc() here! Most libc
1693 # implementations aren't reentrant, so we may not call it from a
1694 # signal handler. So use only already-defined variables.
1697 local $! = 0; # preserve errno
1699 # re-setup handler, in case we have broken SysV signals
1700 $SIG{"USR1"} = \&send_status;
1702 syswrite( STATUSD, $main::target_up, 1 );
1703 syswrite( STATUSD, $main::incoming_writable, 1 );
1704 syswrite( STATUSD, $main::dstat, 1 );
1705 syswrite( STATUSD, $main::next_run, STATNUM_LEN );
1706 syswrite( STATUSD, $main::last_ping_time, STATNUM_LEN );
1707 syswrite( STATUSD, $main::current_changes, STATSTR_LEN );
1711 # ---------------------------------------------------------------------------
1713 # ---------------------------------------------------------------------------
1716 # open FTP connection to target host if not already open
1720 if ($main::FTP_chan) {
1721 # is already open, but might have timed out; test with a cwd
1722 return $main::FTP_chan if $main::FTP_chan->cwd( $conf::targetdir );
1723 # cwd didn't work, channel is closed, try to reopen it
1724 $main::FTP_chan = undef;
1727 if (!($main::FTP_chan = Net::FTP->new( $conf::target,
1728 Debug => $conf::ftpdebug,
1729 Timeout => $conf::ftptimeout ))) {
1730 msg( "log,mail", "Cannot open FTP server $conf::target\n" );
1733 if (!$main::FTP_chan->login()) {
1734 msg( "log,mail", "Anonymous login on FTP server $conf::target failed\n" );
1737 if (!$main::FTP_chan->binary()) {
1738 msg( "log,mail", "Can't set binary FTP mode on $conf::target\n" );
1741 if (!$main::FTP_chan->cwd( $conf::targetdir )) {
1742 msg( "log,mail", "Can't cd to $conf::targetdir on $conf::target\n" );
1745 debug( "opened FTP channel to $conf::target" );
1749 $main::FTP_chan = undef;
1756 my $direct_resp_cmd = ($cmd eq "quot");
1758 debug( "executing FTP::$cmd(".join(", ",@_).")" );
1759 $SIG{"ALRM"} = sub { die "timeout in FTP::$cmd\n" } ;
1760 alarm( $conf::remote_timeout );
1761 eval { $rv = $main::FTP_chan->$cmd( @_ ); };
1764 $rv = (ftp_code() =~ /^2/) ? 1 : 0 if $direct_resp_cmd;
1770 $err = ftp_response();
1776 if ($main::FTP_chan) {
1777 $main::FTP_chan->quit();
1778 $main::FTP_chan = undef;
1783 sub ftp_response() {
1784 return join( '', @{${*$main::FTP_chan}{'net_cmd_resp'}} );
1788 return ${*$main::FTP_chan}{'net_cmd_code'};
1792 my $code = ftp_code();
1793 return ($code =~ /^[45]/) ? 1 : 0;
1796 # ---------------------------------------------------------------------------
1798 # ---------------------------------------------------------------------------
1804 my $ecmd = "$conf::ssh $conf::ssh_options $conf::target ".
1805 "-l $conf::targetlogin \'cd $conf::targetdir; $cmd\'";
1806 debug( "executing $ecmd" );
1807 $SIG{"ALRM"} = sub { die "timeout in ssh command\n" } ;
1808 alarm( $conf::remote_timeout );
1809 eval { $msg = `$ecmd 2>&1`; };
1818 return ($msg, $stat);
1824 my $ecmd = "$conf::scp $conf::ssh_options @_ ".
1825 "$conf::targetlogin\@$conf::target:$conf::targetdir";
1826 debug( "executing $ecmd" );
1827 $SIG{"ALRM"} = sub { die "timeout in scp\n" } ;
1828 alarm( $conf::remote_timeout );
1829 eval { $msg = `$ecmd 2>&1`; };
1838 return ($msg, $stat);
1841 sub local_cmd($;$) {
1846 my $ecmd = ($nocd ? "" : "cd $conf::targetdir; ") . $cmd;
1847 debug( "executing $ecmd" );
1848 $msg = `($ecmd) 2>&1`;
1850 return ($msg, $stat);
1855 # check if target is alive (code stolen from Net::Ping.pm)
1857 sub check_alive(;$) {
1858 my $timeout = shift;
1859 my( $saddr, $ret, $target_ip );
1862 if ($conf::upload_method eq "copy") {
1863 format_status_num( $main::last_ping_time, time );
1864 $main::target_up = 1;
1870 if (!($target_ip = (gethostbyname($conf::target))[4])) {
1871 msg( "log", "Cannot get IP address of $conf::target\n" );
1875 $saddr = pack( 'S n a4 x8', AF_INET, $main::echo_port, $target_ip );
1876 $SIG{'ALRM'} = sub { die } ;
1879 $ret = $main::tcp_proto; # avoid warnings about unused variable
1882 return unless socket( PINGSOCK, PF_INET, SOCK_STREAM, $main::tcp_proto );
1883 return unless connect( PINGSOCK, $saddr );
1888 msg( "log", "pinging $conf::target: " . ($ret ? "ok" : "down") . "\n" );
1890 $main::target_up = $ret ? "1" : "0";
1891 format_status_num( $main::last_ping_time, time );
1892 write_status_file() if $conf::statusdelay;
1896 # check if incoming dir on target is writable
1898 sub check_incoming_writable() {
1899 my $testfile = ".debianqueued-testfile";
1902 if ($conf::upload_method eq "ssh") {
1903 ($msg, $stat) = ssh_cmd( "rm -f $testfile; touch $testfile; ".
1904 "rm -f $testfile" );
1906 elsif ($conf::upload_method eq "ftp") {
1907 my $file = "junk-for-writable-test-".format_time();
1908 $file =~ s/[ :.]/-/g;
1910 open( F, ">$file" ); close( F );
1912 ($rv, $msg) = ftp_cmd( "put", $file );
1914 $msg = "" if !defined $msg;
1916 ftp_cmd( "delete", $file );
1918 elsif ($conf::upload_method eq "copy") {
1919 ($msg, $stat) = local_cmd( "rm -f $testfile; touch $testfile; ".
1920 "rm -f $testfile" );
1923 debug( "exit status: $stat, output was: $msg" );
1926 # change incoming_writable only if ssh didn't return an error
1927 $main::incoming_writable =
1928 ($msg =~ /(permission denied|read-?only file|cannot create)/i) ? "0":"1";
1931 debug( "local error, keeping old status" );
1933 debug( "incoming_writable = $main::incoming_writable" );
1934 write_status_file() if $conf::statusdelay;
1935 return $main::incoming_writable;
1939 # remove a list of files, log failing ones
1945 (unlink $_ and ++$done)
1946 or $! == ENOENT or msg( "log", "Could not delete $_: $!\n" );
1952 # get md5 checksum of a file
1958 chomp( $line = `$conf::md5sum $file` );
1959 debug( "md5sum($file): ", $? ? "exit status $?" :
1960 $line =~ /^(\S+)/ ? $1 : "match failed" );
1961 return $? ? "" : $line =~ /^(\S+)/ ? $1 : "";
1965 # check if a file probably belongs to a Debian upload
1967 sub is_debian_file($) {
1969 return $file =~ /\.(deb|dsc|(diff|tar)\.gz)$/ &&
1970 $file !~ /\.orig\.tar\.gz/;
1974 # try to extract maintainer email address from some a non-.changes file
1975 # return "" if not possible
1977 sub get_maintainer($) {
1979 my $maintainer = "";
1982 if ($file =~ /\.diff\.gz$/) {
1984 open( F, "$conf::gzip -dc '$file' 2>/dev/null |" ) or return "";
1986 # look for header line of a file */debian/control
1987 last if m,^\+\+\+\s+[^/]+/debian/control(\s+|$),;
1990 last if /^---/; # end of control file patch, no Maintainer: found
1991 # inside control file patch look for Maintainer: field
1992 $maintainer = $1, last if /^\+Maintainer:\s*(.*)$/i;
1994 while( <F> ) { } # read to end of file to avoid broken pipe
1995 close( F ) or return "";
1997 elsif ($file =~ /\.(deb|dsc|tar\.gz)$/) {
1998 if ($file =~ /\.deb$/ && $conf::ar) {
1999 # extract control.tar.gz from .deb with ar, then let tar extract
2000 # the control file itself
2001 open( F, "($conf::ar p '$file' control.tar.gz | ".
2002 "$conf::tar -xOf - ".
2003 "--use-compress-program $conf::gzip ".
2004 "control) 2>/dev/null |" )
2007 elsif ($file =~ /\.dsc$/) {
2008 # just do a plain grep
2009 debug( "get_maint: .dsc, no cmd" );
2010 open( F, "<$file" ) or return "";
2012 elsif ($file =~ /\.tar\.gz$/) {
2013 # let tar extract a file */debian/control
2014 open(F, "$conf::tar -xOf '$file' ".
2015 "--use-compress-program $conf::gzip ".
2016 "\\*/debian/control 2>&1 |")
2023 $maintainer = $1, last if /^Maintainer:\s*(.*)$/i;
2025 close( F ) or return "";
2032 # return a pattern that matches all files that probably belong to one job
2034 sub debian_file_stem($) {
2036 my( $pkg, $version );
2039 $file =~ s,\.(deb|dsc|changes|(orig\.)?tar\.gz|diff\.gz)$,,;
2040 # if not is *_* (name_version), can't derive a stem and return just
2042 return $file if !($file =~ /^([^_]+)_([^_]+)/);
2043 ($pkg, $version) = ($1, $2);
2044 # strip Debian revision from version
2045 $version =~ s/^(.*)-[\d.+-]+$/$1/;
2047 return "${pkg}_${version}*";
2051 # output a messages to several destinations
2053 # first arg is a comma-separated list of destinations; valid are "log"
2054 # and "mail"; rest is stuff to be printed, just as with print
2057 my @dest = split( ',', shift );
2059 if (grep /log/, @dest ) {
2060 my $now = format_time();
2061 print LOG "$now ", @_;
2064 if (grep /mail/, @dest ) {
2065 $main::mail_text .= join( '', @_ );
2070 # print a debug messages, if $debug is true
2073 return if !$conf::debug;
2074 my $now = format_time();
2075 print LOG "$now DEBUG ", @_, "\n";
2079 # intialize the "mail" destination of msg() (this clears text,
2080 # address, subject, ...)
2085 $main::mail_addr = "";
2086 $main::mail_text = "";
2087 %main::packages = ();
2088 $main::mail_subject = $file ? "Processing of $file" : "";
2092 # finalize mail to be sent from msg(): check if something present, and
2097 debug( "No mail for $main::mail_addr" )
2098 if $main::mail_addr && !$main::mail_text;
2099 return unless $main::mail_addr && $main::mail_text;
2101 if (!send_mail($main::mail_addr, $main::mail_subject, $main::mail_text)) {
2102 # store this mail in memory so it isn't lost if executing sendmail
2104 push( @main::stored_mails, { addr => $main::mail_addr,
2105 subject => $main::mail_subject,
2106 text => $main::mail_text } );
2110 # try to send out stored mails
2112 while( $mailref = shift(@main::stored_mails) ) {
2113 if (!send_mail( $mailref->{'addr'}, $mailref->{'subject'},
2114 $mailref->{'text'} )) {
2115 unshift( @main::stored_mails, $mailref );
2124 sub send_mail($$$) {
2126 my $subject = shift;
2129 my $package = keys %main::packages ? join(' ', keys %main::packages) : "";
2133 unless (defined($Email::Send::Sendmail::SENDMAIL)) {
2134 $Email::Send::Sendmail::SENDMAIL = $conf::mail;
2137 my $date = sprintf "%s", strftime("%a, %d %b %Y %T %z", (localtime(time)));
2138 my $message = <<__MESSAGE__;
2140 From: Archive Administrator <dak\@ftp-master.debian.org>
2146 if (length $package) {
2147 $message .= "X-Debian-Package: $package\n";
2150 $message .= "\n$text";
2151 $message .= "\nGreetings,\n\n\tYour Debian queue daemon\n";
2153 my $mail = Email::Send->new;
2154 for ( qw[Sendmail SMTP] ) {
2155 $mail->mailer($_) and last if $mail->mailer_available($_);
2158 my $ret = $mail->send($message);
2159 if ($ret && $ret !~ /Message sent|success/) {
2167 # try to find a mail address for a name in the keyrings
2169 sub try_to_get_mail_addr($$) {
2171 my $listref = shift;
2174 open( F, "$conf::gpg --no-options --batch --no-default-keyring ".
2175 "--always-trust --keyring ".
2176 join (" --keyring ",@conf::keyrings).
2180 if (/^pub / && / $name /) {
2182 push( @$listref, $1 );
2187 return (@$listref >= 1) ? $listref->[0] : "";
2191 # return current time as string
2196 # omit weekday and year for brevity
2197 ($t = localtime) =~ /^\w+\s(.*)\s\d+$/;
2203 my $hours = int($secs/(60*60));
2205 $secs -= $hours*60*60;
2206 return sprintf "%d:%02d:%02d", $hours, int($secs/60), $secs % 60;
2210 # block some signals during queue processing
2212 # This is just to avoid data inconsistency or uploads being aborted in the
2213 # middle. Only "soft" signals are blocked, i.e. SIGINT and SIGTERM, try harder
2214 # ones if you really want to kill the daemon at once.
2216 sub block_signals() {
2217 POSIX::sigprocmask( SIG_BLOCK, $main::block_sigset );
2220 sub unblock_signals() {
2221 POSIX::sigprocmask( SIG_UNBLOCK, $main::block_sigset );
2225 # process SIGHUP: close log file and reopen it (for logfile cycling)
2232 open( LOG, ">>$conf::logfile" )
2233 or die "Cannot open my logfile $conf::logfile: $!\n";
2234 chmod( 0644, $conf::logfile )
2235 or msg( "log", "Cannot set modes of $conf::logfile: $!\n" );
2236 select( (select(LOG), $| = 1)[0] );
2238 open( STDOUT, ">&LOG" )
2239 or msg( "log", "$main::progname: Can't redirect stdout to ".
2240 "$conf::logfile: $!\n" );
2241 open( STDERR, ">&LOG" )
2242 or msg( "log", "$main::progname: Can't redirect stderr to ".
2243 "$conf::logfile: $!\n" );
2244 msg( "log", "Restart after SIGHUP\n" );
2248 # process SIGCHLD: check if it was our statusd process
2253 # reap statusd, so that it's no zombie when we try to kill(0) it
2254 waitpid( $main::statusd_pid, WNOHANG );
2256 # Uncomment the following line if your Perl uses unreliable System V signal
2257 # (i.e. if handlers reset to default if the signal is delivered).
2258 # (Unfortunately, the re-setup can't be done in any case, since on some
2259 # systems this will cause the SIGCHLD to be delivered again if there are
2260 # still unreaped children :-(( )
2262 # $SIG{"CHLD"} = \&kid_died; # resetup handler for SysV
2265 sub restart_statusd() {
2266 # restart statusd if it died
2267 if (!kill( 0, $main::statusd_pid)) {
2268 close( STATUSD ); # close out pipe end
2269 $main::statusd_pid = fork_statusd();
2274 # process a fatal signal: cleanup and exit
2276 sub fatal_signal($) {
2277 my $signame = shift;
2280 # avoid recursions of fatal_signal in case of BSD signals
2281 foreach $sig ( qw( ILL ABRT BUS FPE SEGV PIPE ) ) {
2282 $SIG{$sig} = "DEFAULT";
2285 if ($$ == $main::maind_pid) {
2286 # only the main daemon should do this
2287 kill( $main::signo{"TERM"}, $main::statusd_pid )
2288 if defined $main::statusd_pid;
2289 unlink( $conf::statusfile, $conf::pidfile );
2291 msg( "log", "Caught SIG$signame -- exiting (pid $$)\n" );