All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] V4: Replace retry logic in useradd with flock
@ 2016-02-29  9:19 kai.kang
  2016-02-29  9:19 ` [PATCH 1/1] useradd_base.bbclass: replace retry logic " kai.kang
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2016-02-29  9:19 UTC (permalink / raw)
  To: ross.burton; +Cc: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

V4:
* re-add check whether user/group exist


Hi Ross,

I add check back that avahi fails to do compile when remove the checks:

| useradd: user 'avahi-autoipd' already exists

So I add

set +e

But it fails with:

ERROR: Fakeroot process (13034) exited unexpectedly (-9), shutting down...

So I add the checks back and the commit works.

Regards,
Kai

The following changes since commit 4006a7f2762ccd5dcbc6cdff49482d4387a73261:

  sanity: Fix int verses string reference (2016-02-28 22:54:09 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/flockv4
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/flockv4

Kai Kang (1):
  useradd_base.bbclass: replace retry logic with flock

 meta/classes/useradd.bbclass      |   6 +-
 meta/classes/useradd_base.bbclass | 165 ++++++++++----------------------------
 2 files changed, 46 insertions(+), 125 deletions(-)

-- 
2.6.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29  9:19 [PATCH 0/1] V4: Replace retry logic in useradd with flock kai.kang
2016-02-29  9:19 ` [PATCH 1/1] useradd_base.bbclass: replace retry logic " kai.kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.