From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp4.nedap.com ([213.160.213.85] helo=smtp.nedap.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3P4U-0003wC-4e for openembedded-core@lists.openembedded.org; Mon, 20 Aug 2012 12:18:58 +0200 Received: from nvs0066.nedap.local (10.91.8.1) by relaysmtp1.nedap.local (10.1.8.139) with Microsoft SMTP Server id 8.3.83.0; Mon, 20 Aug 2012 12:06:55 +0200 X-TM-IMSS-Message-ID: <2c7e73d0000e4bb4@nedap.com> Received: from [10.2.40.10] ([10.2.40.10]) by nedap.com ([10.91.8.1]) with ESMTP (TREND IMSS SMTP Service 7.1) id 2c7e73d0000e4bb4 ; Mon, 20 Aug 2012 12:07:00 +0200 Message-ID: <50320C3E.8030009@nedap.com> Date: Mon, 20 Aug 2012 12:06:54 +0200 From: Jaap de Jong User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: "openembedded-core@lists.openembedded.org" Subject: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 10:18:58 -0000 Content-Type: multipart/alternative; boundary="------------020105010808060900030800" --------------020105010808060900030800 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Totaly stupid... Can't login as root. Have build an image with this: require recipes-core/images/core-image-minimal.bb # Use busybox as login manager IMAGE_LOGIN_MANAGER = "busybox" # Include minimum init and init scripts IMAGE_DEV_MANAGER = "udev" IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof" IMAGE_INITSCRIPTS = "" Any hint is appreciated... --------------020105010808060900030800 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Totaly stupid...
Can't login as root.
Have build an image with this:

require recipes-core/images/core-image-minimal.bb

# Use busybox as login manager
IMAGE_LOGIN_MANAGER = "busybox"

# Include minimum init and init scripts
IMAGE_DEV_MANAGER = "udev"
IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
IMAGE_INITSCRIPTS = ""

Any hint is appreciated...
--------------020105010808060900030800-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-iy0-f175.google.com ([209.85.210.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3PUg-0000cd-42 for openembedded-core@lists.openembedded.org; Mon, 20 Aug 2012 12:46:02 +0200 Received: by iaky10 with SMTP id y10so2648323iak.6 for ; Mon, 20 Aug 2012 03:33:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:x-gm-message-state; bh=tz4T8I61lGzO9JzPjDH9ByFrxCRUR2vgqUEuEabYIEk=; b=NEC2TFtecQ4nbquuuP8sb/K5/YMuJNJmztOlW+tWoZ8Dml7oTXOhVlgk5rWR2BTKi7 A36E0prPbZSYSLd/mZuR9IDQL4VwshjgTvUWbRq0vwaqjufgRSXLXMCl+wvQo9WC2dBH 0/DUV2FiIhzmAkSka9uCPRBWlM5daoc21mBZjJcvjVme7jFHUZ6/NA0CKUwECwoR6h+z oDuvBAVQJTgXGdf/SNMX3tSRqYcgOF88PgG6nHLqX1idRo7GcEsfPCLxmJirT55K2Dhv OIyGlebbak56tfsa8k/r0SUyd3jCDFI9FfTt+G1W1jzePSj2e/0/Vnrq/d0FfwV2z2fn sXZg== Received: by 10.50.41.195 with SMTP id h3mr9216553igl.34.1345458839310; Mon, 20 Aug 2012 03:33:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.63.50 with HTTP; Mon, 20 Aug 2012 03:33:39 -0700 (PDT) X-Originating-IP: [79.115.110.29] In-Reply-To: <50320C3E.8030009@nedap.com> References: <50320C3E.8030009@nedap.com> From: Andrei Gherzan Date: Mon, 20 Aug 2012 13:33:39 +0300 Message-ID: To: Jaap de Jong X-Gm-Message-State: ALoCoQlCcGvt60XeNz+WE3rf7y0AuzzBS3/Vcs3tm5hiV0CyVKd+JPbkn01F7vbxaBjPrhlQBKw2 Cc: "openembedded-core@lists.openembedded.org" Subject: Re: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 10:46:02 -0000 Content-Type: multipart/alternative; boundary=14dae934051d2d52c704c7b00cc7 --14dae934051d2d52c704c7b00cc7 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Aug 20, 2012 at 1:06 PM, Jaap de Jong wrote: > Totaly stupid... > Can't login as root. > Have build an image with this: > > require recipes-core/images/core-image-minimal.bb > > # Use busybox as login manager > IMAGE_LOGIN_MANAGER = "busybox" > > # Include minimum init and init scripts > IMAGE_DEV_MANAGER = "udev" > IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof" > IMAGE_INITSCRIPTS = "" > > > Any hint is appreciated... > What IMAGE_FEATURES do you have? cat /etc/passwd | grep root ? ag --14dae934051d2d52c704c7b00cc7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Mon, Aug 20, 2012 at 1:06 PM, Jaap de Jong <jaap.dejong@nedap.com> wrote:
=20 =20 =20
Totaly stupid...
Can't login as root.
Have build an image with this:

require recipes-core/images/core-image-minimal.bb

# Use busybox as login manager
IMAGE_LOGIN_MANAGER =3D "busybox"

# Include minimum init and init scripts
IMAGE_DEV_MANAGER =3D "udev"
IMAGE_INIT_MANAGER =3D "sysvinit sysvinit-pidof"
IMAGE_INITSCRIPTS =3D ""

Any hint is appreciated...

What=A0IMAGE_FEATURES do you have?=A0

cat /etc/passwd | grep root ?

ag --14dae934051d2d52c704c7b00cc7-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3PUx-0000f5-LO for openembedded-core@lists.openembedded.org; Mon, 20 Aug 2012 12:46:19 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 20 Aug 2012 03:34:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.77,796,1336374000"; d="scan'208";a="136150558" Received: from unknown (HELO helios.localnet) ([10.252.121.92]) by AZSMGA002.ch.intel.com with ESMTP; 20 Aug 2012 03:34:15 -0700 From: Paul Eggleton To: Jaap de Jong Date: Mon, 20 Aug 2012 11:34:14 +0100 Message-ID: <1450996.gKDeWNK0nL@helios> Organization: Intel Corporation User-Agent: KMail/4.9 (Linux/3.2.0-29-generic-pae; KDE/4.9.0; i686; ; ) In-Reply-To: <50320C3E.8030009@nedap.com> References: <50320C3E.8030009@nedap.com> MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 10:46:19 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday 20 August 2012 12:06:54 Jaap de Jong wrote: > Totaly stupid... > Can't login as root. > Have build an image with this: > > require recipes-core/images/core-image-minimal.bb > > # Use busybox as login manager > IMAGE_LOGIN_MANAGER = "busybox" > > # Include minimum init and init scripts > IMAGE_DEV_MANAGER = "udev" > IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof" > IMAGE_INITSCRIPTS = "" Is "debug-tweaks" in IMAGE_FEATURES? Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3R8b-0003OI-6k for openembedded-core@lists.openembedded.org; Mon, 20 Aug 2012 14:31:21 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 20 Aug 2012 05:19:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.77,796,1336374000"; d="scan'208";a="206380363" Received: from unknown (HELO helios.localnet) ([10.252.121.92]) by fmsmga001.fm.intel.com with ESMTP; 20 Aug 2012 05:19:16 -0700 From: Paul Eggleton To: Jaap de Jong Date: Mon, 20 Aug 2012 13:19:15 +0100 Message-ID: <2859322.LbdxQNuYuz@helios> Organization: Intel Corporation User-Agent: KMail/4.9 (Linux/3.2.0-29-generic-pae; KDE/4.9.0; i686; ; ) In-Reply-To: <5032290C.1090403@nedap.com> References: <50320C3E.8030009@nedap.com> <1450996.gKDeWNK0nL@helios> <5032290C.1090403@nedap.com> MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 12:31:21 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday 20 August 2012 14:09:48 Jaap de Jong wrote: > What I'm trying to do is get an image that looks as much the same as the > one I made under oe-classic. > Perhaps my approach is not the way to go? > I was using base-image.bb under oe-classic as the basis and added some > packages to get to our needed set of applications. There's nothing wrong with that - you can construct the image in whatever manner you wish. You may wish to take advantage of the new functionality provided by core-image.bbclass, but that is entirely optional. > On 08/20/2012 12:34 PM, Paul Eggleton wrote: > > Is "debug-tweaks" in IMAGE_FEATURES? > > (To answer your question. No, it is not. More of that in my previous mail) The way things work now, zap_root_password is automatically run when post- processing the image, unless debug-tweaks is in IMAGE_FEATURES (typically, one would add this via EXTRA_IMAGE_FEATURES in local.conf). This is a replacement for DISTRO_TYPE = "debug" / "release" in OE-Classic. The assumption is that if you're actually producing a production image, you really don't want people to be able to log into it as root with no password. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pb0-f47.google.com ([209.85.160.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3UJc-0001qn-Np for openembedded-core@lists.openembedded.org; Mon, 20 Aug 2012 17:54:57 +0200 Received: by pbcwy7 with SMTP id wy7so8147065pbc.6 for ; Mon, 20 Aug 2012 08:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to:x-mailer; bh=h+JaQwLNd/Wowi09tL36ICjrqHn+JKmJGsfcQsmeRMk=; b=hlTbmE+Prp0j7t6B+QUXA8Two6Gw5v6GDuGEdbnMHh1a5ko43vfr8zum1N1CCdXQoq ti4MxEBEzjIv3KWZB3K5J7N2ZzSRnQfaRFeLr3DtSs7jqoTrjYFYrKSTdojTQIc9/WCw O6ZUVFLZ2kjCVAyd7nedsdOc5jAjE0E8QceUZVHIY2YWlqXwan1Naj0Yo3W4H81Er2f0 isxW0joC5EX3Gq6edvxn4lRX4I7fiZcx9otEmz2dnBzxMrZN1gjQEEHFYaK7AF7SWgz5 G5XhzRBn4jlCDFPn4isKpnvpkXLlhp9vzYNxxy/3SUw44wJD/0Q/LfubDQpmT3JsMnh9 30nQ== Received: by 10.68.217.69 with SMTP id ow5mr35253898pbc.35.1345477373284; Mon, 20 Aug 2012 08:42:53 -0700 (PDT) Received: from [192.168.1.101] ([94.205.108.162]) by mx.google.com with ESMTPS id y11sm11298267pbv.66.2012.08.20.08.42.50 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2012 08:42:52 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1278) From: Elvis Dowson In-Reply-To: <1450996.gKDeWNK0nL@helios> Date: Mon, 20 Aug 2012 19:42:47 +0400 Message-Id: References: <50320C3E.8030009@nedap.com> <1450996.gKDeWNK0nL@helios> To: Paul Eggleton X-Mailer: Apple Mail (2.1278) Cc: openembedded-core@lists.openembedded.org Subject: Re: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 15:54:57 -0000 Content-Type: multipart/alternative; boundary="Apple-Mail=_059ADB62-2BAF-4404-B5B7-B2D360CB7D14" --Apple-Mail=_059ADB62-2BAF-4404-B5B7-B2D360CB7D14 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, On Aug 20, 2012, at 2:34 PM, Paul Eggleton wrote: >=20 > Is "debug-tweaks" in IMAGE_FEATURES? >=20 I too have the same problem, I've got debug-tweaks in IMAGE_FEATURES, = but it doesn't allow me to login. If I type root as the username, it = does nothing and brings up the login prompt again. Starting syslogd/klogd:=20 Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 (none) login: root Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 (none) login:=20 Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 (none) login:=20 Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 (none) login:=20 Elvis Dowson= --Apple-Mail=_059ADB62-2BAF-4404-B5B7-B2D360CB7D14 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

Is = "debug-tweaks" in = IMAGE_FEATURES?


I too = have the same problem, I've got debug-tweaks in IMAGE_FEATURES, but it = doesn't allow me to login.  If I type root as the username, it does = nothing and brings up the login prompt = again.

Starting = syslogd/klogd: 
Yocto (Built by Poky 7.0) = 1.2+snapshot-20120820 (none) ttyS0

(none) login: root

Yocto (Built by Poky 7.0) = 1.2+snapshot-20120820 (none) ttyS0

(none) login: 
Yocto (Built by = Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0

(none) login: 
Yocto (Built by = Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0

(none) = login: 


Elvis = Dowson
= --Apple-Mail=_059ADB62-2BAF-4404-B5B7-B2D360CB7D14-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3ULv-0001wM-7e for openembedded-core@lists.openembedded.org; Mon, 20 Aug 2012 17:57:19 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 20 Aug 2012 08:45:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.77,797,1336374000"; d="scan'208";a="182964403" Received: from unknown (HELO helios.localnet) ([10.252.121.92]) by orsmga001.jf.intel.com with ESMTP; 20 Aug 2012 08:45:15 -0700 From: Paul Eggleton To: Elvis Dowson Date: Mon, 20 Aug 2012 16:45:14 +0100 Message-ID: <9346302.qvblCqS8es@helios> Organization: Intel Corporation User-Agent: KMail/4.9 (Linux/3.2.0-29-generic-pae; KDE/4.9.0; i686; ; ) In-Reply-To: References: <50320C3E.8030009@nedap.com> <1450996.gKDeWNK0nL@helios> MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 15:57:19 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday 20 August 2012 19:42:47 Elvis Dowson wrote: > On Aug 20, 2012, at 2:34 PM, Paul Eggleton wrote: > > Is "debug-tweaks" in IMAGE_FEATURES? > > I too have the same problem, I've got debug-tweaks in IMAGE_FEATURES, but it > doesn't allow me to login. If I type root as the username, it does nothing > and brings up the login prompt again. That's a different problem. I wish I could help but I'm not sure what would cause that particular issue. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3bzV-0002T6-LQ for openembedded-core@lists.openembedded.org; Tue, 21 Aug 2012 02:06:42 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id q7KNsZTA014601 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 20 Aug 2012 16:54:35 -0700 (PDT) Received: from ALA-MBB.corp.ad.wrs.com ([169.254.2.189]) by ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) with mapi id 14.02.0309.002; Mon, 20 Aug 2012 16:54:35 -0700 From: "Slater, Joseph" To: Elvis Dowson , Paul Eggleton Thread-Topic: [OE-core] can't login?? Thread-Index: AQHNfruZviWpq+K4k0mgczQNuixMKJdi9pEAgABWNYCAABOxYA== Date: Mon, 20 Aug 2012 23:54:35 +0000 Message-ID: <007BD92917A2324FA403BCF9A464CF842006ED39@ALA-MBB.corp.ad.wrs.com> References: <50320C3E.8030009@nedap.com> <1450996.gKDeWNK0nL@helios> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [147.11.152.80] MIME-Version: 1.0 Cc: "openembedded-core@lists.openembedded.org" Subject: Re: can't login?? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 00:06:42 -0000 X-Groupsio-MsgNum: 27933 Content-Language: en-US Content-Type: multipart/mixed; boundary="_002_007BD92917A2324FA403BCF9A464CF842006ED39ALAMBBcorpadwrs_" --_002_007BD92917A2324FA403BCF9A464CF842006ED39ALAMBBcorpadwrs_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I don't know your issue, but the attached recipe should work. You could try it and then starting ripping things out. Joe > -----Original Message----- > From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedd= ed-core- > bounces@lists.openembedded.org] On Behalf Of Elvis Dowson > Sent: Monday, August 20, 2012 8:43 AM > To: Paul Eggleton > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] can't login?? >=20 > Hi, >=20 > On Aug 20, 2012, at 2:34 PM, Paul Eggleton wrote: >=20 >=20 > Is "debug-tweaks" in IMAGE_FEATURES? >=20 >=20 >=20 >=20 > I too have the same problem, I've got debug-tweaks in IMAGE_FEATURES, but= it doesn't allow > me to login. If I type root as the username, it does nothing and brings = up the login > prompt again. >=20 > Starting syslogd/klogd: > Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 >=20 >=20 > (none) login: root >=20 >=20 > Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 >=20 >=20 > (none) login: > Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 >=20 >=20 > (none) login: > Yocto (Built by Poky 7.0) 1.2+snapshot-20120820 (none) ttyS0 >=20 >=20 > (none) login: >=20 >=20 > Elvis Dowson --_002_007BD92917A2324FA403BCF9A464CF842006ED39ALAMBBcorpadwrs_ Content-Type: application/octet-stream; name="small.bb" Content-Description: small.bb Content-Disposition: attachment; filename="small.bb"; size=227; creation-date="Mon, 20 Aug 2012 23:54:08 GMT"; modification-date="Mon, 20 Aug 2012 23:06:04 GMT" Content-Transfer-Encoding: base64 ClBSID0gInIwIgoKaW5oZXJpdCBjb3JlLWltYWdlCgojIGFsbG93cyByb290IGxvZ2luIHdpdGhv dXQgYSBwYXNzd29yZAojCklNQUdFX0ZFQVRVUkVTICs9ICJkZWJ1Zy10d2Vha3MiCgojIFdlIG92 ZXJyaWRlIHdoYXQgZ2V0cyBzZXQgaW4gY29yZS1pbWFnZS5iYmNsYXNzCiMKSU1BR0VfSU5TVEFM TCA9ICJcCiAgICB0YXNrLWNvcmUtYm9vdCBcCiAgICBrZXJuZWwtbW9kdWxlcyBcCiAgICAiCgo= --_002_007BD92917A2324FA403BCF9A464CF842006ED39ALAMBBcorpadwrs_--