* [Buildroot] [Bug 7142] New: ecryptfs needs getent to run
@ 2014-06-01 17:16 bugzilla at busybox.net
2014-06-01 17:32 ` [Buildroot] [Bug 7142] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-06-01 17:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=7142
Summary: ecryptfs needs getent to run
Product: buildroot
Version: 2014.05
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: xxiao8 at fosiao.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
glibc/eglibc has getent built automatically, it should be copied to target root
filesystem for package ecryptfs to run.
uclibc has a getent under extra/scripts which emulates getenv in glibc/eglibc.
there might be other packages need getent, which is small in size, I would
suggest always put that to target rootfs?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 7142] ecryptfs needs getent to run
2014-06-01 17:16 [Buildroot] [Bug 7142] New: ecryptfs needs getent to run bugzilla at busybox.net
@ 2014-06-01 17:32 ` bugzilla at busybox.net
2014-08-16 14:43 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-06-01 17:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=7142
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at buildroot.uclibc |thomas.petazzoni at free-elect
|.org |rons.com
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 7142] ecryptfs needs getent to run
2014-06-01 17:16 [Buildroot] [Bug 7142] New: ecryptfs needs getent to run bugzilla at busybox.net
2014-06-01 17:32 ` [Buildroot] [Bug 7142] " bugzilla at busybox.net
@ 2014-08-16 14:43 ` bugzilla at busybox.net
2014-09-02 8:40 ` bugzilla at busybox.net
2014-10-20 21:08 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-08-16 14:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=7142
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2014-08-16 14:43:46 UTC ---
A solution for this problem was proposed at
http://lists.busybox.net/pipermail/buildroot/2014-August/104410.html.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 7142] ecryptfs needs getent to run
2014-06-01 17:16 [Buildroot] [Bug 7142] New: ecryptfs needs getent to run bugzilla at busybox.net
2014-06-01 17:32 ` [Buildroot] [Bug 7142] " bugzilla at busybox.net
2014-08-16 14:43 ` bugzilla at busybox.net
@ 2014-09-02 8:40 ` bugzilla at busybox.net
2014-10-20 21:08 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-09-02 8:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=7142
Thomas De Schampheleire <patrickdepinguin@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2014.11
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 7142] ecryptfs needs getent to run
2014-06-01 17:16 [Buildroot] [Bug 7142] New: ecryptfs needs getent to run bugzilla at busybox.net
` (2 preceding siblings ...)
2014-09-02 8:40 ` bugzilla at busybox.net
@ 2014-10-20 21:08 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-10-20 21:08 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=7142
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2014-10-20 21:08:40 UTC ---
getent support was merged in
http://git.buildroot.net/buildroot/commit/package/getent?id=db4919bcac12ff9d2383dd6c69e3042e0658247a
and
http://git.buildroot.net/buildroot/commit/package/ecryptfs-utils?id=66215ffc6d711840180ad1fdba1548d037c05bdf.
Bug is fixed.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-20 21:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01 17:16 [Buildroot] [Bug 7142] New: ecryptfs needs getent to run bugzilla at busybox.net
2014-06-01 17:32 ` [Buildroot] [Bug 7142] " bugzilla at busybox.net
2014-08-16 14:43 ` bugzilla at busybox.net
2014-09-02 8:40 ` bugzilla at busybox.net
2014-10-20 21:08 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox