[yocto] Resizing extended partition in image created with wic (poky sumo)

2019-03-08 Thread Smith, Peter1 (GE Renewable Energy)
Posting again as I was not a member... From: Smith, Peter1 (GE Renewable Energy) Sent: 07 March 2019 16:31 To: 'yocto@yoctoproject.org' Subject: Resizing extended partition in image created with wic (poky sumo) I am having trouble with resizing a partition inside of an extended partition in an

Re: [yocto] Resizing extended partition in image created with wic (poky sumo)

2019-03-08 Thread Leon Woestenberg
Hello Peter, here are some (partial) successes with some twiddling: https://askubuntu.com/questions/345343/gparted-unable-to-satisfy-all-constraints-on-the-partition On Fri, Mar 8, 2019 at 10:31 AM Smith, Peter1 (GE Renewable Energy) < peter.t.sm...@ge.com> wrote: > Posting again as I was not a

[yocto] [meta-security][PATCH 1/2] keyutils: improve ptests

2019-03-08 Thread Armin Kuster
Tests need lsb Signed-off-by: Armin Kuster --- recipes-security/keyutils/keyutils_1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/keyutils/keyutils_1.6.bb b/recipes-security/keyutils/keyutils_1.6.bb index 1d7427d..730e174 100644 --- a/recipes-security

[yocto] [meta-security][PATCH 2/2] tripwire: fix ptest so more tests pass

2019-03-08 Thread Armin Kuster
replace relative path with abs path for binaries. Signed-off-by: Armin Kuster --- recipes-security/tripwire/tripwire_2.4.3.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-security/tripwire/tripwire_2.4.3.7.bb b/recipes-security/tripwire/tripwire_2.4.3.7.bb ind

[yocto] Delete /run/nologin after boot up.

2019-03-08 Thread Vishwanath Chandapur
Hi Team, We are using poky thud version with systemd .we have enabled pam mdoule for authentication because of which non-root users no longer able to login to terminal/ssh. I have gone through systemd documentation according that "/run/nologin" should be deleted after boot up so that pam module

[yocto] Resizing extended partition in image created with wic (poky sumo)

2019-03-08 Thread Smith, Peter1 (GE Renewable Energy)
Thanks for the pointers. I think I came across this post but maybe did not read it carefully enough. It is true that if I generate the partitions using parted by hand and leave a gap inside the extended partition before the first logical partition then the problem goes away. What I’m struggling

[yocto] [meta-security][PATCH] packagegroup-core-security: change fail2ban ptest to reg python pkg

2019-03-08 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/packagegroup/packagegroup-core-security.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index e847847.