From abo@dsl.dk Wed Apr 17 15:03:46 2013 Received: (at submit) by bugs.x2go.org; 17 Apr 2013 13:03:46 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=HTML_MESSAGE, RCVD_IN_DNSWL_MED,T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from eu1sys200aog110.obsmtp.com (eu1sys200aog110.obsmtp.com [207.126.144.129]) by ymir (Postfix) with SMTP id C37F05DB05 for ; Wed, 17 Apr 2013 15:03:45 +0200 (CEST) Received: from mail-ie0-f199.google.com ([209.85.223.199]) (using TLSv1) by eu1sys200aob110.postini.com ([207.126.147.11]) with SMTP ID DSNKUW6dsZptucZeuUimi1wzFqrNs0N9XlML@postini.com; Wed, 17 Apr 2013 13:03:45 UTC Received: by mail-ie0-f199.google.com with SMTP id x14so9355947ief.10 for ; Wed, 17 Apr 2013 06:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dsl.dk; s=google; h=x-received:mime-version:x-received:date:message-id:subject:from:to :content-type; bh=hvk5miqLjqKCs+ccXItfX/Szt+VepH8TIKNB+ohquAk=; b=OUktvG0LzTYV26la1xfnxZTGPKfzYbg/fRNqeTzdhC3kZtmjCWaCBU0DNPfvy+wIig 7mKAInu3i0AYNIe5U9C3vUgTfADUM5LiVS8mxAMBgmHvFJxqdxxp5jtwvRqyiZt0FFQp 27bRGgQ77gCJ9tRxHRnQw/X145XV/YUw8o108= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=hvk5miqLjqKCs+ccXItfX/Szt+VepH8TIKNB+ohquAk=; b=XJ5o491QkOxR/Y+t6KTQCvP1FVYaDBS4eqtY+8m71jAELINzNLefebVi4R8ga0BHY6 Llqe3PI6/xKP+Qqd6j+4ehgbiyboVnfcAL7JE9yYQCzxJwMWsmP0INCfXBRUPHsqWW+I GuEaoI9hMZgfCGikQ2rM2Wut8ovMVjR6TYbH4pK7TwWvEyN6OVKI9OjxQ7odESqvDuhh l3P7gagWaaNppplcMwM1sxPi1OYPiRxMMxchye9vGZnvWTVpjavyJ+faryVMM3iOWaFi rwtjxYr0frgqoEMIvKXWos+YtEiFGPrIb3V0pEPs4otr4wqAKOJVaVgvNMIyug945Fd6 2BnQ== X-Received: by 10.60.116.100 with SMTP id jv4mr2465457oeb.141.1366203818394; Wed, 17 Apr 2013 06:03:38 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.116.100 with SMTP id jv4mr2465451oeb.141.1366203818300; Wed, 17 Apr 2013 06:03:38 -0700 (PDT) Received: by 10.182.87.200 with HTTP; Wed, 17 Apr 2013 06:03:38 -0700 (PDT) Date: Wed, 17 Apr 2013 15:03:38 +0200 Message-ID: Subject: x2gobroker-authservice creates logfiles that x2gobroker-daemon can not access From: Anders Bruun Olsen To: submit@bugs.x2go.org Content-Type: multipart/alternative; boundary=089e0115f00047e47d04da8e1d1a X-Gm-Message-State: ALoCoQn7Tk6T+dUe/4bUDQIaTVKws81jPT8Y1Rk76ezNk2lt5XBsM24BUC9vJMe5amfrBJ6K6qQ6lgejf2s55XgFep6Q9UZ4osNbw4o1qBgvqd9/9tPk6els6Y3y1mAoVYqwqtSis2cB1iljtlYxyGJCu0HrIa5hjA== --089e0115f00047e47d04da8e1d1a Content-Type: text/plain; charset=UTF-8 Package: x2gobroker-authservice Version: 0.0.1.0-0~334~precise1 When x2gobroker-authservice starts, it creates four files in /var/log/x2gobroker: access.log, authservice.log, broker.log and error.log (if they do not already exist). Because x2gobroker-authservice is running as root, these files will be owned by root and have permission mode 644. This makes them unwriteable to anybody but root. When x2gobroker-daemon starts it will attempt to open at least /var/log/x2gobroker/broker.log, but since x2gobroker-daemon runs as the user x2gobroker, it can't open that file in write-mode. This makes the daemon exit without any error messages when started by the init-system. It might be best to make x2gobroker-authservice keep to it's own set of log-files to avoid this problem. A work-around is to chown ownership of the files to the user x2gobroker. -- Anders Bruun Olsen It-ansvarlig Det Danske Sprog- og Litteraturselskab (Society for Danish Language and Literature) --089e0115f00047e47d04da8e1d1a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Package: x2gobroker-authservice
Version:=C2=A00.0.1.0-= 0~334~precise1

When x2gobroker-authservice starts,= it creates four files in /var/log/x2gobroker: access.log, authservice.log,= broker.log and error.log (if they do not already exist). Because x2gobroke= r-authservice is running as root, these files will be owned by root and hav= e permission mode 644. This makes them unwriteable to anybody but root. Whe= n x2gobroker-daemon starts it will attempt to open at least /var/log/x2gobr= oker/broker.log, but since x2gobroker-daemon runs as the user x2gobroker, i= t can't open that file in write-mode. This makes the daemon exit withou= t any error messages when started by the init-system. It might be best to m= ake x2gobroker-authservice keep to it's own set of log-files to avoid t= his problem. A work-around is to chown ownership of the files to the user x= 2gobroker.

--
Anders Bruun Olsen
It-ansvarlig
Det Danske Spro= g- og Litteraturselskab
(Society for Danish Language and Literature)
--089e0115f00047e47d04da8e1d1a--