From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0D7B385828B; Mon, 25 Jul 2022 09:30:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0D7B385828B From: "mingli.yu at windriver dot com" To: glibc-bugs@sourceware.org Subject: [Bug nscd/29402] New: nscd: No such file or directory Date: Mon, 25 Jul 2022 09:30:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nscd X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mingli.yu at windriver dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2022 09:30:05 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29402 Bug ID: 29402 Summary: nscd: No such file or directory Product: glibc Version: 2.35 Status: UNCONFIRMED Severity: normal Priority: P2 Component: nscd Assignee: unassigned at sourceware dot org Reporter: mingli.yu at windriver dot com CC: drepper.fsp at gmail dot com Target Milestone: --- run nscd in 32bit env. root@qemux86:~# systemctl status nscd * nscd.service - Name Service Cache Daemon Loaded: loaded (/lib/systemd/system/nscd.service; enabled; vendor pres= et: enabled) Active: active (running) since Mon 2022-07-25 09:17:41 UTC; 41s ago Process: 264 ExecStart=3D/usr/sbin/nscd (code=3Dexited, status=3D0/SUCC= ESS) Main PID: 267 (nscd) Tasks: 10 (limit: 4810) Memory: 992.0K CGroup: /system.slice/nscd.service `-267 /usr/sbin/nscd Jul 25 09:17:57 qemux86 nscd[267]: 267 checking for monitored file `/hosts'= : No such file or directory Jul 25 09:17:59 qemux86 nscd[267]: 267 checking for monitored file `/nsswitch.conf': No such file or directory Jul 25 09:17:59 qemux86 nscd[267]: 267 checking for monitored file `/servic= es': No such file or directory Jul 25 09:18:13 qemux86 nscd[267]: 267 checking for monitored file `/nsswitch.conf': No such file or directory Jul 25 09:18:13 qemux86 nscd[267]: 267 checking for monitored file `/resolv.conf': No such file or directory Jul 25 09:18:13 qemux86 nscd[267]: 267 checking for monitored file `/hosts'= : No such file or directory Jul 25 09:18:14 qemux86 nscd[267]: 267 checking for monitored file `/nsswitch.conf': No such file or directory Jul 25 09:18:14 qemux86 nscd[267]: 267 checking for monitored file `/servic= es': No such file or directory Jul 25 09:18:18 qemux86 nscd[267]: 267 checking for monitored file `/nsswitch.conf': No such file or directory Jul 25 09:18:18 qemux86 nscd[267]: 267 checking for monitored file `/passwd= ': No such file or directory Jul 25 09:18:28 qemux86 nscd[267]: 267 checking for monitored file `/nsswitch.conf': No such file or directory Jul 25 09:18:28 qemux86 nscd[267]: 267 checking for monitored file `/resolv.conf': No such file or directory Jul 25 09:18:28 qemux86 nscd[267]: 267 checking for monitored file `/hosts'= : No such file or directory root@qemux86:~# rpm -qa | grep nscd nscd-2.35-r0.core2_32 Steps to reproduce: 1, mkdir -p /build/project 2, cd /build/project && git clone git://git.yoctoproject.org/poky 3, cd /build/project/poky && . oe-init-build-env build 4, echo "IMAGE_INSTALL:append =3D \" nscd\"" >> conf/local.conf 5, bitbake core-image-base 6, runqemu qemux86 core-image-base nographic --=20 You are receiving this mail because: You are on the CC list for the bug.=