<86>Oct 29 15:41:24 userdel[425068]: delete user 'rooter' <86>Oct 29 15:41:24 userdel[425068]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:41:24 userdel[425068]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:41:24 groupadd[425089]: group added to /etc/group: name=rooter, GID=1871 <86>Oct 29 15:41:24 groupadd[425089]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:41:24 groupadd[425089]: new group: name=rooter, GID=1871 <86>Oct 29 15:41:24 useradd[425128]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:41:24 userdel[425168]: delete user 'builder' <86>Oct 29 15:41:24 userdel[425168]: removed group 'builder' owned by 'builder' <86>Oct 29 15:41:24 userdel[425168]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:41:24 groupadd[425214]: group added to /etc/group: name=builder, GID=1872 <86>Oct 29 15:41:24 groupadd[425214]: group added to /etc/gshadow: name=builder <86>Oct 29 15:41:24 groupadd[425214]: new group: name=builder, GID=1872 <86>Oct 29 15:41:24 useradd[425254]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 15:41:28 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Oct 29 15:41:28 rpmi: libsystemd-1:255.13-alt1 sisyphus+359453.100.2.1 1728651180 installed <13>Oct 29 15:41:28 rpmi: libdbus-1.14.10-alt1 sisyphus+327286.5700.14.1 1711487401 installed <13>Oct 29 15:41:28 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Oct 29 15:41:28 rpmi: libpcap-devel-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/xl2tpd-1.3.18-alt3.nosrc.rpm (w1.gzdio) Installing xl2tpd-1.3.18-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91467 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf xl2tpd-1.3.18 + echo 'Source #0 (xl2tpd-1.3.18.tar):' Source #0 (xl2tpd-1.3.18.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xl2tpd-1.3.18.tar + cd xl2tpd-1.3.18 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91467 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xl2tpd-1.3.18 + make make: Entering directory '/usr/src/RPM/BUILD/xl2tpd-1.3.18' cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o xl2tpd.o xl2tpd.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o pty.o pty.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o misc.o misc.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o control.o control.c control.c: In function 'control_finish': control.c:253:24: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 253 | if (t->lac && t->lac->hostname && t->lac->hostname[0]) | ^~ In file included from l2tp.h:34, from control.c:23: file.h:122:10: note: 'hostname' declared here 122 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:255:29: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 255 | else if (t->lns && t->lns->hostname && t->lns->hostname[0]) | ^~ file.h:80:10: note: 'hostname' declared here 80 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:471:20: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 471 | if (t->lac && t->lac->hostname && t->lac->hostname[0]) | ^~ file.h:122:10: note: 'hostname' declared here 122 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:473:25: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 473 | else if (t->lns && t->lns->hostname && t->lns->hostname[0]) | ^~ file.h:80:10: note: 'hostname' declared here 80 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o avp.o avp.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o call.o call.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o network.o network.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o avpsend.o avpsend.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o scheduler.o scheduler.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o file.o file.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o aaa.o aaa.c cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c -o md5.o md5.c cc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c cc -o pfc pfc.o -lpcap cc -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control make: Leaving directory '/usr/src/RPM/BUILD/xl2tpd-1.3.18' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32492 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/xl2tpd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/xl2tpd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd xl2tpd-1.3.18 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/xl2tpd-buildroot/usr exec_prefix=/usr/src/tmp/xl2tpd-buildroot/usr bindir=/usr/src/tmp/xl2tpd-buildroot/usr/bin sbindir=/usr/src/tmp/xl2tpd-buildroot/usr/sbin sysconfdir=/usr/src/tmp/xl2tpd-buildroot/etc datadir=/usr/src/tmp/xl2tpd-buildroot/usr/share includedir=/usr/src/tmp/xl2tpd-buildroot/usr/include libdir=/usr/src/tmp/xl2tpd-buildroot/usr/lib64 libexecdir=/usr/src/tmp/xl2tpd-buildroot/usr/lib localstatedir=/usr/src/tmp/xl2tpd-buildroot/var/lib runstatedir=/usr/src/tmp/xl2tpd-buildroot/var/run sharedstatedir=/usr/src/tmp/xl2tpd-buildroot/var/lib mandir=/usr/src/tmp/xl2tpd-buildroot/usr/share/man infodir=/usr/src/tmp/xl2tpd-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/xl2tpd-1.3.18' install -d -m 0755 /usr/src/tmp/xl2tpd-buildroot/usr/sbin install -m 0755 xl2tpd /usr/src/tmp/xl2tpd-buildroot/usr/sbin/xl2tpd install -d -m 0755 /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man5 install -d -m 0755 /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man8/ install -m 0644 doc/xl2tpd-control.8 /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man5/ # pfc install -d -m 0755 /usr/src/tmp/xl2tpd-buildroot/usr/bin install -m 0755 pfc /usr/src/tmp/xl2tpd-buildroot/usr/bin/pfc install -d -m 0755 /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man1 install -m 0644 contrib/pfc.1 /usr/src/tmp/xl2tpd-buildroot/usr/share/man/man1/ # control exec install -d -m 0755 /usr/src/tmp/xl2tpd-buildroot/usr/sbin install -m 0755 xl2tpd-control /usr/src/tmp/xl2tpd-buildroot/usr/sbin/xl2tpd-control make: Leaving directory '/usr/src/RPM/BUILD/xl2tpd-1.3.18' + install -pDm0755 xl2tpd.init /usr/src/tmp/xl2tpd-buildroot/etc/rc.d/init.d/xl2tpd + install -pDm0644 xl2tpd.service /usr/src/tmp/xl2tpd-buildroot/usr/lib/systemd/system/xl2tpd.service + install -Dm 664 doc/l2tp-secrets.sample /usr/src/tmp/xl2tpd-buildroot/etc/xl2tpd/l2tp-secrets + install -Dm 664 doc/l2tpd.conf.sample /usr/src/tmp/xl2tpd-buildroot/etc/xl2tpd/xl2tpd.conf + mkdir -p /usr/src/tmp/xl2tpd-buildroot/usr/lib/tmpfiles.d + cat + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/xl2tpd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/xl2tpd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/xl2tpd-buildroot/ (default) Compressing files in /usr/src/tmp/xl2tpd-buildroot (auto) Verifying systemd units in /usr/src/tmp/xl2tpd-buildroot Adjusting library links in /usr/src/tmp/xl2tpd-buildroot ./usr/lib: (from :0) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/xl2tpd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/xl2tpd-buildroot Processing files: xl2tpd-1.3.18-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32492 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xl2tpd-1.3.18 + DOCDIR=/usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.18 + export DOCDIR + rm -rf /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.18 + /bin/mkdir -p /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.18 + cp -prL BUGS CHANGES CREDITS README.md TODO /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.18 + chmod -R go-w /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.18 + chmod -R a+rX /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.18 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pTdnSQ find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nr2MS6 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) systemd-services.req: /usr/src/tmp/xl2tpd-buildroot/usr/lib/systemd/system/xl2tpd.service: /sbin/modprobe -> /sbin/modprobe (raw, not installed) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UUe4wF Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.evCtTB Provides: l2tpd = 1.3.18-alt3 Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, /sbin/modprobe, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.22)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libpcap.so.0.8()(64bit) >= set:khO4aFr1tHYVy, rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Obsoletes: l2tpd <= 0.69-alt2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VG8iLk Creating xl2tpd-debuginfo package Processing files: xl2tpd-debuginfo-1.3.18-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.69j0rH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V0LVEZ find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.18-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcap.so.0.8) Adding to xl2tpd-debuginfo a strict dependency on xl2tpd Wrote: /usr/src/RPM/RPMS/x86_64/xl2tpd-1.3.18-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/xl2tpd-debuginfo-1.3.18-alt3.x86_64.rpm (w2.lzdio) 2.24user 1.82system 0:09.67elapsed 42%CPU (0avgtext+0avgdata 39120maxresident)k 0inputs+0outputs (0major+388225minor)pagefaults 0swaps 3.29user 2.50system 0:18.47elapsed 31%CPU (0avgtext+0avgdata 136424maxresident)k 0inputs+0outputs (0major+194410minor)pagefaults 0swaps --- xl2tpd-1.3.18-alt3.x86_64.rpm.repo 2024-07-14 09:47:19.970087231 +0000 +++ xl2tpd-1.3.18-alt3.x86_64.rpm.hasher 2024-10-29 15:41:40.020454282 +0000 @@ -49,7 +49,7 @@ File: /etc/xl2tpd/xl2tpd.conf 100664 root:root 3c7f48565aff98751a9ef2d734b56405 -File: /usr/bin/pfc 100755 root:root d1a9a26c175698f98d9594348b405169 +File: /usr/bin/pfc 100755 root:root b246648efac86896b6a3f2d38e963bf6 File: /usr/lib/systemd/system/xl2tpd.service 100644 root:root 70e59a675900b24f5fdb8eaaced461a3 File: /usr/lib/tmpfiles.d/xl2tpd.conf 100644 root:root 94e98a8f1b07c8cf7b8d2447b425efcb -File: /usr/sbin/xl2tpd 100755 root:root dd76242f13c8d0aa04a293206fb429d6 -File: /usr/sbin/xl2tpd-control 100755 root:root 2dc2dfd2278da110ab18855d1af73824 +File: /usr/sbin/xl2tpd 100755 root:root ce707a5c7afdaead3d63ac6552835705 +File: /usr/sbin/xl2tpd-control 100755 root:root 53728f76fe6834456df2352aede6453c File: /usr/share/doc/xl2tpd-1.3.18 40755 root:root @@ -65,2 +65,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 78c5d8ace6ff21cf02078549b2b24969 -RPMIdentity: 0a6b61408e8c12a7a485e37dafc9986b141d75b7cb64aea838ad567f8b02380f48f7a6cf0910c296c3849a5c775aba5315aabd1aa2c60010ac05970559033687 +RPMIdentity: 2badf5473fc882760e9ba8458246298e28dfde000d2c492b25eea182245f40321aa6196a7d6ada9972d5274e2888a203195a201506e78b1bb4c2412e2bff692d --- xl2tpd-debuginfo-1.3.18-alt3.x86_64.rpm.repo 2024-07-14 09:47:20.135088790 +0000 +++ xl2tpd-debuginfo-1.3.18-alt3.x86_64.rpm.hasher 2024-10-29 15:41:40.083455641 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/34 40755 root:root -/usr/lib/debug/.build-id/34/2629fe87ebf462c76194c56d585a3ed41326d9 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/34/2629fe87ebf462c76194c56d585a3ed41326d9.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -/usr/lib/debug/.build-id/cf 40755 root:root -/usr/lib/debug/.build-id/cf/ec6fb2b56d043caa22235fca11204111f3626a 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/cf/ec6fb2b56d043caa22235fca11204111f3626a.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/e3 40755 root:root -/usr/lib/debug/.build-id/e3/93f9a4a3d98dbb21074cf7aca1f1f768a7685d 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/e3/93f9a4a3d98dbb21074cf7aca1f1f768a7685d.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/2cdb4a16b56194bd1fbb060eb1fb564723d230 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/96/2cdb4a16b56194bd1fbb060eb1fb564723d230.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/c1 40755 root:root +/usr/lib/debug/.build-id/c1/8535f18c08814682eba6a22b24c5e2796e9f0e 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/c1/8535f18c08814682eba6a22b24c5e2796e9f0e.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/dc 40755 root:root +/usr/lib/debug/.build-id/dc/5f8eb3b48261ffd2b6d4236bce5382c884b273 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/dc/5f8eb3b48261ffd2b6d4236bce5382c884b273.debug 120777 root:root ../../usr/sbin/xl2tpd.debug /usr/lib/debug/usr/bin/pfc.debug 100644 root:root @@ -18,14 +18,14 @@ Provides: xl2tpd-debuginfo = 1.3.18-alt3:sisyphus+352811.100.1.1 -File: /usr/lib/debug/.build-id/34 40755 root:root -File: /usr/lib/debug/.build-id/34/2629fe87ebf462c76194c56d585a3ed41326d9 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/34/2629fe87ebf462c76194c56d585a3ed41326d9.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/.build-id/cf 40755 root:root -File: /usr/lib/debug/.build-id/cf/ec6fb2b56d043caa22235fca11204111f3626a 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/cf/ec6fb2b56d043caa22235fca11204111f3626a.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/e3 40755 root:root -File: /usr/lib/debug/.build-id/e3/93f9a4a3d98dbb21074cf7aca1f1f768a7685d 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/e3/93f9a4a3d98dbb21074cf7aca1f1f768a7685d.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 695426f9a6f42abe6294fdafb611bfd0 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root e7b5cfac1da76a7a23f1e2f885b3823d -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root cc7ed2b9dd3e75763eca9173357cb8ed -RPMIdentity: d39a6d8ff85a8bc5a00f9cc0a8fc9e70ebbefec9dbb4f4be0dff59258a1f41f3fbcd64fde3a29d30ade388f5fbb03c8cc929307481e5535829fdcd2cc2c390f9 +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/2cdb4a16b56194bd1fbb060eb1fb564723d230 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/96/2cdb4a16b56194bd1fbb060eb1fb564723d230.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/.build-id/c1 40755 root:root +File: /usr/lib/debug/.build-id/c1/8535f18c08814682eba6a22b24c5e2796e9f0e 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/c1/8535f18c08814682eba6a22b24c5e2796e9f0e.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/dc 40755 root:root +File: /usr/lib/debug/.build-id/dc/5f8eb3b48261ffd2b6d4236bce5382c884b273 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/dc/5f8eb3b48261ffd2b6d4236bce5382c884b273.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 8d9cc38c6733de8599ba7de9de5a470c +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 92c73a613ad2e3c2fb4af2a5cdefe88c +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root d89a549b5e8c949bcd2acdf8942259c6 +RPMIdentity: 2f3878ce9369a1bf0b2da037f1a0f53cb9fe60e5268304728c7371c41bc9c8a3c2c8cd1fa12b8b59f78b022214b7b0806496d2c6980718c9a4267509eb759df6