All of lore.kernel.org
 help / color / mirror / Atom feed
* login problem
@ 2012-03-12 15:50 Cliff Brake
  2012-03-12 16:11 ` Eric Bénard
  0 siblings, 1 reply; 2+ messages in thread
From: Cliff Brake @ 2012-03-12 15:50 UTC (permalink / raw)
  To: openembedded-devel

I have a customer who would prefer to use sysvinit (over systemd), so
I'm trying various non-systemd images.  core-image-minimal built with
recent oe-core, meta-oe, and meta-angstrom is giving me the following
when I try to log in:

beagleboard login: root
login: no valid shadow password

Wondering if anyone else has tried this recently, and should it work?
Are we still trying to keep sysvinit images working in Angstrom?

Thanks,
Cliff

-- 
=================
http://bec-systems.com



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

* Re: login problem
  2012-03-12 15:50 login problem Cliff Brake
@ 2012-03-12 16:11 ` Eric Bénard
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Bénard @ 2012-03-12 16:11 UTC (permalink / raw)
  To: openembedded-devel

Hi Cliff,

Le Mon, 12 Mar 2012 10:50:52 -0500,
Cliff Brake <cliff.brake@gmail.com> a écrit :

> I have a customer who would prefer to use sysvinit (over systemd), so
> I'm trying various non-systemd images.  core-image-minimal built with
> recent oe-core, meta-oe, and meta-angstrom is giving me the following
> when I try to log in:
> 
> beagleboard login: root
> login: no valid shadow password
> 
> Wondering if anyone else has tried this recently, and should it work?
> Are we still trying to keep sysvinit images working in Angstrom?
> 
with this :
IMAGE_INSTALL += "angstrom-task-boot dropbear initscripts"

IMAGE_LOGIN_MANAGER = "shadow"
IMAGE_DEV_MANAGER = "busybox-mdev"
IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
IMAGE_INITSCRIPTS = "initscripts"

IMAGE_INSTALL += "\
	task-boot \
	${IMAGE_INITSCRIPTS} \
	${IMAGE_DEV_MANAGER} \
	${IMAGE_INIT_MANAGER} \
	${IMAGE_LOGIN_MANAGER} \
	..."


it works fine here (oe-core + meta-oe + meta-angstrom)

Eric
-- 
http://eukrea.com/en/news/104-2012



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

end of thread, other threads:[~2012-03-12 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 15:50 login problem Cliff Brake
2012-03-12 16:11 ` Eric Bénard

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.