* systemd vs sysvinit
@ 2013-04-09 11:21 Satya Swaroop Damarla
2013-04-09 12:54 ` Martin Jansa
2013-04-12 15:07 ` Burton, Ross
0 siblings, 2 replies; 5+ messages in thread
From: Satya Swaroop Damarla @ 2013-04-09 11:21 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
Hi, I created two images first by using sysvinit and the other using
systemd... The image using sysvinit works perfectly but the image with
systemd works only from the second boot. In the first boot it hangs. What
could be the possible reasons?
Greets,
Satya
[-- Attachment #2: Type: text/html, Size: 330 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemd vs sysvinit
2013-04-09 11:21 systemd vs sysvinit Satya Swaroop Damarla
@ 2013-04-09 12:54 ` Martin Jansa
2013-04-09 13:53 ` Satya Swaroop Damarla
2013-04-12 15:07 ` Burton, Ross
1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-04-09 12:54 UTC (permalink / raw)
To: Satya Swaroop Damarla; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
On Tue, Apr 09, 2013 at 01:21:31PM +0200, Satya Swaroop Damarla wrote:
> Hi, I created two images first by using sysvinit and the other using
> systemd... The image using sysvinit works perfectly but the image with
> systemd works only from the second boot. In the first boot it hangs. What
> could be the possible reasons?
run-postinst service probably, see my e-mail in oe-core ML
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemd vs sysvinit
2013-04-09 12:54 ` Martin Jansa
@ 2013-04-09 13:53 ` Satya Swaroop Damarla
2013-04-09 17:30 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Satya Swaroop Damarla @ 2013-04-09 13:53 UTC (permalink / raw)
To: Martin Jansa, yocto
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
Hello Martin, I didnot find it.. Is it possible to send me a link so that I
can work on it
Greets,
Satya
On Tue, Apr 9, 2013 at 2:54 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Apr 09, 2013 at 01:21:31PM +0200, Satya Swaroop Damarla wrote:
> > Hi, I created two images first by using sysvinit and the other using
> > systemd... The image using sysvinit works perfectly but the image with
> > systemd works only from the second boot. In the first boot it hangs. What
> > could be the possible reasons?
>
> run-postinst service probably, see my e-mail in oe-core ML
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
[-- Attachment #2: Type: text/html, Size: 1407 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemd vs sysvinit
2013-04-09 13:53 ` Satya Swaroop Damarla
@ 2013-04-09 17:30 ` Martin Jansa
0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2013-04-09 17:30 UTC (permalink / raw)
To: Satya Swaroop Damarla; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 965 bytes --]
I meant this thread
http://lists.linuxtogo.org/pipermail/openembedded-core/2013-March/037660.html
But looking at it again, it probably won't help you much :/.
On Tue, Apr 9, 2013 at 3:53 PM, Satya Swaroop Damarla <
swaroop.damarla@gmail.com> wrote:
> Hello Martin, I didnot find it.. Is it possible to send me a link so that
> I can work on it
>
> Greets,
> Satya
>
>
> On Tue, Apr 9, 2013 at 2:54 PM, Martin Jansa <martin.jansa@gmail.com>wrote:
>
>> On Tue, Apr 09, 2013 at 01:21:31PM +0200, Satya Swaroop Damarla wrote:
>> > Hi, I created two images first by using sysvinit and the other using
>> > systemd... The image using sysvinit works perfectly but the image with
>> > systemd works only from the second boot. In the first boot it hangs.
>> What
>> > could be the possible reasons?
>>
>> run-postinst service probably, see my e-mail in oe-core ML
>>
>> --
>> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>>
>
>
[-- Attachment #2: Type: text/html, Size: 2170 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemd vs sysvinit
2013-04-09 11:21 systemd vs sysvinit Satya Swaroop Damarla
2013-04-09 12:54 ` Martin Jansa
@ 2013-04-12 15:07 ` Burton, Ross
1 sibling, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2013-04-12 15:07 UTC (permalink / raw)
To: Satya Swaroop Damarla; +Cc: yocto
On 9 April 2013 12:21, Satya Swaroop Damarla <swaroop.damarla@gmail.com> wrote:
> Hi, I created two images first by using sysvinit and the other using
> systemd... The image using sysvinit works perfectly but the image with
> systemd works only from the second boot. In the first boot it hangs. What
> could be the possible reasons?
Are you still having this problem? I've not seen systemd hang on
first boot. Can you share some more details, i.e. what layers, what
image?
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-12 15:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 11:21 systemd vs sysvinit Satya Swaroop Damarla
2013-04-09 12:54 ` Martin Jansa
2013-04-09 13:53 ` Satya Swaroop Damarla
2013-04-09 17:30 ` Martin Jansa
2013-04-12 15:07 ` Burton, Ross
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.