<86>Feb 11 04:20:18 userdel[2574376]: delete user 'rooter' <86>Feb 11 04:20:18 userdel[2574376]: removed group 'rooter' owned by 'rooter' <86>Feb 11 04:20:18 userdel[2574376]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 11 04:20:18 groupadd[2574396]: group added to /etc/group: name=rooter, GID=1317 <86>Feb 11 04:20:18 groupadd[2574396]: group added to /etc/gshadow: name=rooter <86>Feb 11 04:20:18 groupadd[2574396]: new group: name=rooter, GID=1317 <86>Feb 11 04:20:18 useradd[2574413]: new user: name=rooter, UID=1317, GID=1317, home=/root, shell=/bin/bash <86>Feb 11 04:20:18 userdel[2574436]: delete user 'builder' <86>Feb 11 04:20:18 userdel[2574436]: removed group 'builder' owned by 'builder' <86>Feb 11 04:20:18 userdel[2574436]: removed shadow group 'builder' owned by 'builder' <86>Feb 11 04:20:18 groupadd[2574467]: group added to /etc/group: name=builder, GID=1318 <86>Feb 11 04:20:18 groupadd[2574467]: group added to /etc/gshadow: name=builder <86>Feb 11 04:20:18 groupadd[2574467]: new group: name=builder, GID=1318 <86>Feb 11 04:20:18 useradd[2574491]: new user: name=builder, UID=1318, GID=1318, home=/usr/src, shell=/bin/bash <13>Feb 11 04:20:20 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed <13>Feb 11 04:20:20 rpmi: libsystemd-1:252.5-alt1 sisyphus+314835.300.4.1 1675880266 installed <13>Feb 11 04:20:20 rpmi: libdbus-1.14.4-alt2 sisyphus+312215.100.1.1 1671712111 installed <13>Feb 11 04:20:20 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093291 installed <13>Feb 11 04:20:20 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093291 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/xl2tpd-1.3.16-alt1.nosrc.rpm (w1.gzdio) Installing xl2tpd-1.3.16-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.27553 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf xl2tpd-1.3.16 + echo 'Source #0 (xl2tpd-1.3.16.tar):' Source #0 (xl2tpd-1.3.16.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xl2tpd-1.3.16.tar + cd xl2tpd-1.3.16 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.27553 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xl2tpd-1.3.16 + make make: Entering directory '/usr/src/RPM/BUILD/xl2tpd-1.3.16' 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 */ | ^~~~~~~~ control.c: In function 'expand_payload': control.c:1424:5: warning: converting a packed 'struct payload_hdr' pointer (alignment 1) to a '_u16' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 1424 | _u16 *r = (_u16 *) h; /* Nice to have raw word pointers */ | ^~~~ l2tp.h:95:8: note: defined here 95 | struct payload_hdr | ^~~~~~~~~~~ control.c: In function 'write_packet': control.c:1643:30: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits] 1643 | else if ((size_t)err < 0) | ^ 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 network.c: In function 'connect_pppol2tp': network.c:810:31: warning: converting a packed 'struct sockaddr_pppol2tp' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 810 | if ((connect(fd2, (struct sockaddr *)&sax, sizeof(sax))) < 0) { | ^~~~~~~~ In file included from l2tp.h:263, from network.c:29: /usr/include/linux/if_pppox.h:79:8: note: defined here 79 | struct sockaddr_pppol2tp { | ^~~~~~~~~~~~~~~~~ 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.16' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.61725 + 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:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd xl2tpd-1.3.16 + /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 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.16' 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.16' + install -pDm0755 xl2tpd.init /usr/src/tmp/xl2tpd-buildroot/etc/rc.d/init.d/xl2tpd + install -pDm0644 xl2tpd.service /usr/src/tmp/xl2tpd-buildroot/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 + /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) Adjusting library links in /usr/src/tmp/xl2tpd-buildroot ./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-control: uses non-LFS functions: fcntl open verify-elf: WARNING: ./usr/sbin/xl2tpd: uses non-LFS functions: fcntl fopen open Processing files: xl2tpd-1.3.16-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.59217 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xl2tpd-1.3.16 + DOCDIR=/usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.16 + export DOCDIR + rm -rf /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.16 + /bin/mkdir -p /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.16 + cp -prL BUGS CHANGES CREDITS README.md TODO /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.16 + chmod -R go-w /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.16 + chmod -R a+rX /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.16 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pIXBgr 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.78NYeF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6C3Yzg Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M6vkhw Provides: l2tpd = 1.3.16-alt1 Requires: /bin/kill, /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, 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.4), libc.so.6(GLIBC_2.7), 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.UabugM Creating xl2tpd-debuginfo package Processing files: xl2tpd-debuginfo-1.3.16-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EfKovf find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vDIGRD find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.16-alt1, /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.16-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/xl2tpd-debuginfo-1.3.16-alt1.i586.rpm (w2.lzdio) 2.73user 1.25system 0:10.03elapsed 39%CPU (0avgtext+0avgdata 31560maxresident)k 0inputs+0outputs (0major+353884minor)pagefaults 0swaps 1.84user 1.31system 0:15.59elapsed 20%CPU (0avgtext+0avgdata 108344maxresident)k 0inputs+0outputs (32144major+169696minor)pagefaults 0swaps --- xl2tpd-1.3.16-alt1.i586.rpm.repo 2021-07-16 23:34:51.000000000 +0000 +++ xl2tpd-1.3.16-alt1.i586.rpm.hasher 2023-02-11 04:20:32.228025670 +0000 @@ -36,2 +36,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -51,5 +52,5 @@ File: /lib/systemd/system/xl2tpd.service 100644 root:root bb7084280066a865ea32439e5c3cbe58 -File: /usr/bin/pfc 100755 root:root f323cdb353926526522a7eeacb9895eb -File: /usr/sbin/xl2tpd 100755 root:root f06cfa667671e96738dd7f4a28435c74 -File: /usr/sbin/xl2tpd-control 100755 root:root 54a1f440352c6ed251a208e3f580472b +File: /usr/bin/pfc 100755 root:root de0f16fa41d3ecef41a6aaa1256901a4 +File: /usr/sbin/xl2tpd 100755 root:root c94706cba752eb66369e2f06c4610822 +File: /usr/sbin/xl2tpd-control 100755 root:root d8e0fdb6c3c63f6fab26253cb41ed572 File: /usr/share/doc/xl2tpd-1.3.16 40755 root:root @@ -65,2 +66,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 427d9d9789a8e59e2dc391a5f95e3e76 -RPMIdentity: 12f8d3fcb8f1cfa19ed061bb74f4b6d86fae4f846aacb2fc7724e122a3c4957a2c02cccd0891087b19da1ed38615b42dc4304542899ddf31563075a546e8f8b9 +RPMIdentity: fb588e511992ccd47b469bb8bb3b218608169ae4fd8a8a9ee9ce29bf06e8582f29e30d30eda738500014d996469a9f4793e8dbadd443122d651fe3c0b890b852 --- xl2tpd-debuginfo-1.3.16-alt1.i586.rpm.repo 2021-07-16 23:34:51.000000000 +0000 +++ xl2tpd-debuginfo-1.3.16-alt1.i586.rpm.hasher 2023-02-11 04:20:32.313027262 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/49 40755 root:root -/usr/lib/debug/.build-id/49/a3c21fc7a25d4779cfa8a415d1c0d07daadcaf 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/49/a3c21fc7a25d4779cfa8a415d1c0d07daadcaf.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/db3c890c04fd7686f2a574d19f690a3bf06459 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/a5/db3c890c04fd7686f2a574d19f690a3bf06459.debug 120777 root:root ../../usr/bin/pfc.debug -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/5f3ea5d33dad0e5bf9a5fe3ebb5d36895f6f08 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/b2/5f3ea5d33dad0e5bf9a5fe3ebb5d36895f6f08.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +/usr/lib/debug/.build-id/4c 40755 root:root +/usr/lib/debug/.build-id/4c/790598a675e709c65a43991d964b68253e4c54 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/4c/790598a675e709c65a43991d964b68253e4c54.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/d6 40755 root:root +/usr/lib/debug/.build-id/d6/d3440f1d134b02d15fb777de9e18422db58c95 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/d6/d3440f1d134b02d15fb777de9e18422db58c95.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/d7 40755 root:root +/usr/lib/debug/.build-id/d7/6e8371757222a18813aece6d18a75b3816a575 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/d7/6e8371757222a18813aece6d18a75b3816a575.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.16-alt1:sisyphus+279359.100.1.1 -File: /usr/lib/debug/.build-id/49 40755 root:root -File: /usr/lib/debug/.build-id/49/a3c21fc7a25d4779cfa8a415d1c0d07daadcaf 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/49/a3c21fc7a25d4779cfa8a415d1c0d07daadcaf.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/db3c890c04fd7686f2a574d19f690a3bf06459 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/a5/db3c890c04fd7686f2a574d19f690a3bf06459.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/.build-id/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/5f3ea5d33dad0e5bf9a5fe3ebb5d36895f6f08 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/b2/5f3ea5d33dad0e5bf9a5fe3ebb5d36895f6f08.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 4d03c832fe842c36d0fbe1a2ead969a6 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 353cf70eecc65b5ef81e8f021cb32c4b -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root c444661081e040d71e7f22ca35cb1e74 -RPMIdentity: 69ca1142e1f2429f09d78eb50beac3e9edebbc05317ae206a7dc196a833d0156660a00962d940fcc905c665bf42b55e92477a4afa5780f41ad53d826cf2143b6 +File: /usr/lib/debug/.build-id/4c 40755 root:root +File: /usr/lib/debug/.build-id/4c/790598a675e709c65a43991d964b68253e4c54 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/4c/790598a675e709c65a43991d964b68253e4c54.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/d6 40755 root:root +File: /usr/lib/debug/.build-id/d6/d3440f1d134b02d15fb777de9e18422db58c95 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/d6/d3440f1d134b02d15fb777de9e18422db58c95.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/.build-id/d7 40755 root:root +File: /usr/lib/debug/.build-id/d7/6e8371757222a18813aece6d18a75b3816a575 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/d7/6e8371757222a18813aece6d18a75b3816a575.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 4802d4ef04a0a28ad7d595cf4a5d66da +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 01f26d1abbbf990e9f2a58acbc6b8d85 +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root bfc6d453fc849efdf69482d5c2d2305e +RPMIdentity: f4250c194c43d1ad6268b3712575ef4f97c3c1f9794adbed5c7431cf927a3f4970a1cb6503bfb73dc9f28e825dcdfb29d77f67b8135a0a650055bae95d377ff1