From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cvg.de ([62.153.82.30]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U6NQM-0007Fn-Pb for openembedded-core@lists.openembedded.org; Fri, 15 Feb 2013 16:42:10 +0100 Received: from ensc-virt.intern.sigma-chemnitz.de (ensc-virt.intern.sigma-chemnitz.de [192.168.3.24]) by mail.cvg.de (8.14.4/8.14.4) with ESMTP id r1FFPtEL026501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Feb 2013 16:25:57 +0100 Received: from ensc by ensc-virt.intern.sigma-chemnitz.de with local (Exim 4.76) (envelope-from ) id 1U6NAh-0003Ly-Kt; Fri, 15 Feb 2013 16:25:55 +0100 From: Enrico Scholz To: openembedded-core@lists.openembedded.org References: <1360814521-24221-1-git-send-email-raj.khem@gmail.com> <1360814521-24221-2-git-send-email-raj.khem@gmail.com> Date: Fri, 15 Feb 2013 16:25:55 +0100 In-Reply-To: <1360814521-24221-2-git-send-email-raj.khem@gmail.com> (Khem Raj's message of "Wed, 13 Feb 2013 20:02:01 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Sender: Enrico Scholz X-DSPAM-Result: Innocent X-DSPAM-Probability: 0 X-DSPAM-Confidence: 1 X-Spam-Score: -5.3 X-Spam-Level: ----- X-Spam-Tests: AWL,BAYES_00,RP_MATCHES_RCVD,SPF_NEUTRAL,DSPAM_INNOCENT X-Scanned-By: MIMEDefang 2.73 Cc: Khem Raj Subject: Re: [PATCH] util-linux: Remove -systemd package X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 15:42:19 -0000 Content-Type: text/plain Khem Raj writes: > unit files are added to util-linux itself when selected Having these files in main package causes | [FAILED] Failed to listen on UUID daemon activation socket. on every boot. Although this is caused by a packaging issue (/var/uuidd does either not exist and/or should be below /var/volatile), the uuidd systemd files and daemon should be either moved into an own -uuidd, or the service/socket should not be auto activated. Enrico