<86>Dec 14 07:27:15 userdel[3366773]: delete user 'rooter' <86>Dec 14 07:27:15 userdel[3366773]: removed group 'rooter' owned by 'rooter' <86>Dec 14 07:27:15 userdel[3366773]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 14 07:27:15 groupadd[3366812]: group added to /etc/group: name=rooter, GID=1274 <86>Dec 14 07:27:15 groupadd[3366812]: group added to /etc/gshadow: name=rooter <86>Dec 14 07:27:15 groupadd[3366812]: new group: name=rooter, GID=1274 <86>Dec 14 07:27:15 useradd[3366856]: new user: name=rooter, UID=1274, GID=1274, home=/root, shell=/bin/bash, from=none <86>Dec 14 07:27:15 userdel[3366936]: delete user 'builder' <86>Dec 14 07:27:15 userdel[3366936]: removed shadow group 'builder' owned by 'builder' <86>Dec 14 07:27:15 groupadd[3366986]: group added to /etc/group: name=builder, GID=1275 <86>Dec 14 07:27:15 groupadd[3366986]: group added to /etc/gshadow: name=builder <86>Dec 14 07:27:15 groupadd[3366986]: new group: name=builder, GID=1275 <86>Dec 14 07:27:15 useradd[3367042]: new user: name=builder, UID=1275, GID=1275, home=/usr/src, shell=/bin/bash, from=none <13>Dec 14 07:27:19 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed <13>Dec 14 07:27:19 rpmi: libsystemd-1:255.13-alt1 sisyphus+359453.100.2.1 1728651220 installed <13>Dec 14 07:27:19 rpmi: libdbus-1.14.10-alt1 sisyphus+327286.5700.14.1 1711487513 installed <13>Dec 14 07:27:19 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Dec 14 07:27:19 rpmi: libpcap-devel-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92532 + 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.92532 + 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.3311 + 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/lib 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) verify-elf: WARNING: ./usr/sbin/xl2tpd: uses non-LFS functions: fcntl fopen open verify-elf: WARNING: ./usr/sbin/xl2tpd-control: uses non-LFS functions: fcntl open 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.3311 + 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.blW2OW 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.noTPl2 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.AEdfGY Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XtFRjA 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, /lib/ld-linux.so.2, /sbin/modprobe, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.22), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libpcap.so.0.8 >= 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.bJfb5r 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.P8edNk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OC79E8 find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.18-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpcap.so.0.8) Adding to xl2tpd-debuginfo a strict dependency on xl2tpd Wrote: /usr/src/RPM/RPMS/i586/xl2tpd-1.3.18-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/xl2tpd-debuginfo-1.3.18-alt3.i586.rpm (w2.lzdio) 3.95user 1.71system 0:11.08elapsed 51%CPU (0avgtext+0avgdata 32700maxresident)k 0inputs+0outputs (0major+353269minor)pagefaults 0swaps 4.75user 1.88system 0:20.71elapsed 32%CPU (0avgtext+0avgdata 133712maxresident)k 0inputs+0outputs (0major+190965minor)pagefaults 0swaps --- xl2tpd-1.3.18-alt3.i586.rpm.repo 2024-07-14 09:47:20.000000000 +0000 +++ xl2tpd-1.3.18-alt3.i586.rpm.hasher 2024-12-14 07:27:33.163202023 +0000 @@ -52,7 +52,7 @@ File: /etc/xl2tpd/xl2tpd.conf 100664 root:root 3c7f48565aff98751a9ef2d734b56405 -File: /usr/bin/pfc 100755 root:root 03e965715324458334bc7b3942641ee4 +File: /usr/bin/pfc 100755 root:root 91587b930b26f005a1f1f6ad59270e0f 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 0bd2972e29194d277f459a5e3bfaca62 -File: /usr/sbin/xl2tpd-control 100755 root:root dcfcf7a68a0af784814c8a09befce754 +File: /usr/sbin/xl2tpd 100755 root:root bbc94f771030fb0182730cd15c4217d2 +File: /usr/sbin/xl2tpd-control 100755 root:root 1f9f4aff53bd1299492908805c273840 File: /usr/share/doc/xl2tpd-1.3.18 40755 root:root @@ -68,2 +68,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 78c5d8ace6ff21cf02078549b2b24969 -RPMIdentity: 2392852ee4e9f91b70e105f5b828a2d09c0ba563acd21a293b8628821c4ff2ce427c0b68891a3c8d4ea056825fce57c91417f797ff60b6c4dfa85ca469f0f018 +RPMIdentity: 7026b75ef28e6bdd87a647ca15633889e89504d60ebf6a5b18f8da0f3dbd81574b686e56346d66265503977d457100b9f612715632ac6086fade821b38e8f2c9 --- xl2tpd-debuginfo-1.3.18-alt3.i586.rpm.repo 2024-07-14 09:47:20.000000000 +0000 +++ xl2tpd-debuginfo-1.3.18-alt3.i586.rpm.hasher 2024-12-14 07:27:33.242201995 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/27dcb5a614da720a7d43f7f64620c59b62f37d 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/05/27dcb5a614da720a7d43f7f64620c59b62f37d.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/c8 40755 root:root -/usr/lib/debug/.build-id/c8/a32f8f8151cea0b3945242cec60e20f7f1e664 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/c8/a32f8f8151cea0b3945242cec60e20f7f1e664.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -/usr/lib/debug/.build-id/fa 40755 root:root -/usr/lib/debug/.build-id/fa/01120c72d44112d90c402f97418d24b36d96b6 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/fa/01120c72d44112d90c402f97418d24b36d96b6.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/17 40755 root:root +/usr/lib/debug/.build-id/17/05a2ece8d8456e0a9971050eb2175e2dc2006a 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/17/05a2ece8d8456e0a9971050eb2175e2dc2006a.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/a51abbcdec05497308cdd871ee000625bb7a5d 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/2b/a51abbcdec05497308cdd871ee000625bb7a5d.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/c5 40755 root:root +/usr/lib/debug/.build-id/c5/b951f70f85d6a0db4c445c3099e69ffd6b9f9b 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/c5/b951f70f85d6a0db4c445c3099e69ffd6b9f9b.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/05 40755 root:root -File: /usr/lib/debug/.build-id/05/27dcb5a614da720a7d43f7f64620c59b62f37d 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/05/27dcb5a614da720a7d43f7f64620c59b62f37d.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/c8 40755 root:root -File: /usr/lib/debug/.build-id/c8/a32f8f8151cea0b3945242cec60e20f7f1e664 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/c8/a32f8f8151cea0b3945242cec60e20f7f1e664.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/.build-id/fa 40755 root:root -File: /usr/lib/debug/.build-id/fa/01120c72d44112d90c402f97418d24b36d96b6 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/fa/01120c72d44112d90c402f97418d24b36d96b6.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 31713e5ddc2a6c882355eed70c9af098 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root c887794c7510ea7239f4e18805bb59d0 -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root c2bee97b2bada0bbde29fd384b71f92b -RPMIdentity: 7185f67e268520132e59f99f0c4706db1659b5691b5c700c38af8fa79be5f995c6bbc1c3d6a37dfd7538c4bfdc4b40e284f671e15c9e8c3f9be39e3cbf69c7d5 +File: /usr/lib/debug/.build-id/17 40755 root:root +File: /usr/lib/debug/.build-id/17/05a2ece8d8456e0a9971050eb2175e2dc2006a 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/17/05a2ece8d8456e0a9971050eb2175e2dc2006a.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/a51abbcdec05497308cdd871ee000625bb7a5d 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/2b/a51abbcdec05497308cdd871ee000625bb7a5d.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/c5 40755 root:root +File: /usr/lib/debug/.build-id/c5/b951f70f85d6a0db4c445c3099e69ffd6b9f9b 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/c5/b951f70f85d6a0db4c445c3099e69ffd6b9f9b.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root ae5092784f7d0012ddea1767407142d6 +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root fb748474e8fa57cc90099a182edcabc0 +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root 2b4b87672c8e1ae1def965c9da7d9600 +RPMIdentity: 99e7def2e3e7135e913189eca7e8cd236a3bb3d396bb881e87171c0d3bf321a688fc9b8a0b9b3ae8ad95fb5f48d598a5c68f949c6fe29d82360d6ee99a190d78