Thread

Commits

  1. Save Kerberos and LDAP daemon logs where the buildfarm can find them.

  1. Putting kerberos/ldap logs somewhere useful

    Tom Lane <tgl@sss.pgh.pa.us> — 2019-08-05T23:26:45Z

    I got frustrated just now because this:
    
    https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2019-08-05%2021%3A18%3A23
    
    is essentially undebuggable, thanks to the buildfarm's failure to
    capture any error output from slapd.  That's not the buildfarm
    script's fault: it's willing to capture everything placed in the
    agreed-on log directory.  But the TAP test script randomly places
    the daemon's log file somewhere else, one level up.  The kerberos
    test script has the same problem.
    
    Hence, I propose the attached.  This just moves the actual log
    files ... we could possibly move the daemons' .conf files as well,
    but I think they're probably not variable enough to be interesting.
    
    			regards, tom lane
    
    
  2. Re: Putting kerberos/ldap logs somewhere useful

    Michael Paquier <michael@paquier.xyz> — 2019-08-06T05:17:54Z

    On Mon, Aug 05, 2019 at 07:26:45PM -0400, Tom Lane wrote:
    > Hence, I propose the attached.  This just moves the actual log
    > files ...
    
    +1 for this.  The patch looks good.
    
    > we could possibly move the daemons' .conf files as well,
    > but I think they're probably not variable enough to be interesting.
    
    Not sure that it is actually necessary.  If that proves to be needed,
    this could always be done later on.
    --
    Michael