All of lore.kernel.org
 help / color / mirror / Atom feed
* chkconfig
@ 2013-11-22 18:00 Edward Vidal
  2013-11-28 14:41 ` chkconfig Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Vidal @ 2013-11-22 18:00 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

Hello all,
Is chkconfig part of any image?
Also to force what is the best procedure?
In my /etc/network/interfaces I have tried the following
auto eth0
iface eth0 inet static
        address 192.168.0.29
        hwaddress ether 00:0A:35:00:00:00
        netmask 255.255.255.0
        network 192.168.0.0
        gateway 192.168.0.1
Since I have a router on my network I get an IP using dhcp,
if I ifdown eth0 and ifup eth0 then the 192.168.0.29 get setup.
Thanks

[-- Attachment #2: Type: text/html, Size: 624 bytes --]

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

* Re: chkconfig
  2013-11-22 18:00 chkconfig Edward Vidal
@ 2013-11-28 14:41 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-11-28 14:41 UTC (permalink / raw)
  To: Edward Vidal; +Cc: yocto

Hi Edward,

On Friday 22 November 2013 11:00:44 Edward Vidal wrote:
> Is chkconfig part of any image?

It's part of the LSB images and the self-hosted image, but you probably don't 
want to build those unless you're looking for those things exactly. You can 
add chkconfig to any image just by adding the "chkconfig" package to 
IMAGE_INSTALL.

> Also to force what is the best procedure?

To force what?

> In my /etc/network/interfaces I have tried the following
> auto eth0
> iface eth0 inet static
>         address 192.168.0.29
>         hwaddress ether 00:0A:35:00:00:00
>         netmask 255.255.255.0
>         network 192.168.0.0
>         gateway 192.168.0.1
> Since I have a router on my network I get an IP using dhcp,
> if I ifdown eth0 and ifup eth0 then the 192.168.0.29 get setup.

Do you have connman in the image? If so the above might be being ignored.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2013-11-28 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 18:00 chkconfig Edward Vidal
2013-11-28 14:41 ` chkconfig Paul Eggleton

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.