This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#133 closed enhancement (fixed)

WorkerName - Use fully qualified domain name instead

Reported by: pferreir Owned by: pferreir
Priority: low Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

> A related little issue: in indico/MaKaC/common/Configuration.py WorkerName 
> is set to the value returned by gethostname(). It'd be better if getfqdn() 
> would be used, because for example our mail relay does not accept E-mail 
> sent from/to non-fully qualified addresses. However gethostname() returns 
> just the hostname, so the E-mail sent by the logger gets lost. (I changed 
> the gethostname call to getfqdn in order not to loose the alerts.)

Change History (5)

comment:1 Changed 6 years ago by jose.pedro.ferreira@…

  • Resolution set to fixed
  • Status changed from new to closed

commit 8c65dbabe9d9e3d0252852bf334c71fb47959116
Author: Pedro Ferreira <jose.pedro.ferreira@…>
Date: Thu Feb 11 13:20:53 2010 +0100

[FIX] Get fully qualified domain name for workers


comment:2 Changed 6 years ago by pferreir

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:3 Changed 6 years ago by pferreir

  • Owner set to pferreir
  • Status changed from reopened to assigned

comment:4 Changed 6 years ago by pferreir

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:5 Changed 5 years ago by Pedro Ferreira <jose.pedro.ferreira@…>

In [8c65dbabe9d9e3d0252852bf334c71fb47959116]:

[FIX] Get fully qualified domain name for workers

Note: See TracTickets for help on using tickets.