<86>Aug 16 00:50:35 userdel[3110126]: delete user 'rooter' <86>Aug 16 00:50:35 userdel[3110126]: removed group 'rooter' owned by 'rooter' <86>Aug 16 00:50:35 userdel[3110126]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 16 00:50:35 groupadd[3110180]: group added to /etc/group: name=rooter, GID=1823 <86>Aug 16 00:50:35 groupadd[3110180]: group added to /etc/gshadow: name=rooter <86>Aug 16 00:50:35 groupadd[3110180]: new group: name=rooter, GID=1823 <86>Aug 16 00:50:35 useradd[3110215]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Aug 16 00:50:35 userdel[3110289]: delete user 'builder' <86>Aug 16 00:50:35 userdel[3110289]: removed group 'builder' owned by 'builder' <86>Aug 16 00:50:35 userdel[3110289]: removed shadow group 'builder' owned by 'builder' <86>Aug 16 00:50:35 groupadd[3110338]: group added to /etc/group: name=builder, GID=1824 <86>Aug 16 00:50:35 groupadd[3110338]: group added to /etc/gshadow: name=builder <86>Aug 16 00:50:35 groupadd[3110338]: new group: name=builder, GID=1824 <86>Aug 16 00:50:35 useradd[3110367]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none <13>Aug 16 00:50:38 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Aug 16 00:50:38 rpmi: libsystemd-1:253.8-alt1 sisyphus+326901.100.1.1 1691693037 installed <13>Aug 16 00:50:38 rpmi: libdbus-1.14.8-alt1 sisyphus+324298.100.1.1 1688559488 installed <13>Aug 16 00:50:38 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Aug 16 00:50:38 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.17-alt1.nosrc.rpm (w1.gzdio) Installing xl2tpd-1.3.17-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74578 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf xl2tpd-1.3.17 + echo 'Source #0 (xl2tpd-1.3.17.tar):' Source #0 (xl2tpd-1.3.17.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xl2tpd-1.3.17.tar + cd xl2tpd-1.3.17 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.74578 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xl2tpd-1.3.17 + make make: Entering directory '/usr/src/RPM/BUILD/xl2tpd-1.3.17' 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 | ^~~~~~~~~~~ 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.17' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.57419 + 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.17 + /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.17' 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.17' + 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) Processing files: xl2tpd-1.3.17-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98680 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xl2tpd-1.3.17 + DOCDIR=/usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.17 + export DOCDIR + rm -rf /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.17 + /bin/mkdir -p /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.17 + cp -prL BUGS CHANGES CREDITS README.md TODO /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.17 + chmod -R go-w /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.17 + chmod -R a+rX /usr/src/tmp/xl2tpd-buildroot/usr/share/doc/xl2tpd-1.3.17 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tI1nbA 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.DaC7o0 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.ax8COF Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e0Mrvq Provides: l2tpd = 1.3.17-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, /lib64/ld-linux-x86-64.so.2, 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.4)(64bit), libc.so.6(GLIBC_2.7)(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.MwXYRC Creating xl2tpd-debuginfo package Processing files: xl2tpd-debuginfo-1.3.17-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4I3Xzm find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Wk8osi find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.17-alt1, /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.17-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/xl2tpd-debuginfo-1.3.17-alt1.x86_64.rpm (w2.lzdio) 2.24user 0.90system 0:09.34elapsed 33%CPU (0avgtext+0avgdata 37996maxresident)k 0inputs+0outputs (0major+387385minor)pagefaults 0swaps 2.96user 1.21system 0:15.25elapsed 27%CPU (0avgtext+0avgdata 126156maxresident)k 0inputs+0outputs (0major+191664minor)pagefaults 0swaps --- xl2tpd-1.3.17-alt1.x86_64.rpm.repo 2023-06-04 18:39:49.000000000 +0000 +++ xl2tpd-1.3.17-alt1.x86_64.rpm.hasher 2023-08-16 00:50:49.007229402 +0000 @@ -49,5 +49,5 @@ File: /lib/systemd/system/xl2tpd.service 100644 root:root bb7084280066a865ea32439e5c3cbe58 -File: /usr/bin/pfc 100755 root:root 52bc8dde50eb58fdac50888630e98152 -File: /usr/sbin/xl2tpd 100755 root:root ce7cd27ec7430885aa3c7f5329e6e10b -File: /usr/sbin/xl2tpd-control 100755 root:root e2d72232a684d597920c89458bf9ee1b +File: /usr/bin/pfc 100755 root:root f38690f3b58b64e34ffa53fae262b0ac +File: /usr/sbin/xl2tpd 100755 root:root 313149afdcf11453fb293a0897fd22d1 +File: /usr/sbin/xl2tpd-control 100755 root:root 92bf8775dfb139ce250bd250539184e6 File: /usr/share/doc/xl2tpd-1.3.17 40755 root:root @@ -63,2 +63,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 427d9d9789a8e59e2dc391a5f95e3e76 -RPMIdentity: bc438f254fdc3f5e42a4200b069c78826cb7475545554d1abfdda086a0b7b7188cc43a7ad06b71d3d3df7032ca8ef307ef7a42feb73fb8540f01cb419d201115 +RPMIdentity: 0baaf49518f9440ab2c70d5216fb51c16b0b77fc0633bf0e13fe5b966b9d15ce0306d3d25ef56a9563454f3e18bd0d64014766849e5b25331b3041b65703a2a6 --- xl2tpd-debuginfo-1.3.17-alt1.x86_64.rpm.repo 2023-06-04 18:39:49.000000000 +0000 +++ xl2tpd-debuginfo-1.3.17-alt1.x86_64.rpm.hasher 2023-08-16 00:50:49.097230306 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/63 40755 root:root -/usr/lib/debug/.build-id/63/76eb1f8107dd2cb270a8f438d94500b6b3cb46 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/63/76eb1f8107dd2cb270a8f438d94500b6b3cb46.debug 120777 root:root ../../usr/bin/pfc.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/e71b06fefe3fd8ac9a4481b2a13630d2cea526 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/c2/e71b06fefe3fd8ac9a4481b2a13630d2cea526.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/ff 40755 root:root -/usr/lib/debug/.build-id/ff/eeb31b8ca6fdd941712523bbb080193aa695af 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/ff/eeb31b8ca6fdd941712523bbb080193aa695af.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/73 40755 root:root +/usr/lib/debug/.build-id/73/e00cbfe0155475fb5233fa47a01c2900a4082b 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/73/e00cbfe0155475fb5233fa47a01c2900a4082b.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +/usr/lib/debug/.build-id/a8 40755 root:root +/usr/lib/debug/.build-id/a8/7b8b5b54119d650525c6495eb01cba09043dbb 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/a8/7b8b5b54119d650525c6495eb01cba09043dbb.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/7bb530a591ce2a312c54f3dc96209a290c9ae6 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/e8/7bb530a591ce2a312c54f3dc96209a290c9ae6.debug 120777 root:root ../../usr/bin/pfc.debug /usr/lib/debug/usr/bin/pfc.debug 100644 root:root @@ -18,14 +18,14 @@ Provides: xl2tpd-debuginfo = 1.3.17-alt1:sisyphus+322453.100.1.1 -File: /usr/lib/debug/.build-id/63 40755 root:root -File: /usr/lib/debug/.build-id/63/76eb1f8107dd2cb270a8f438d94500b6b3cb46 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/63/76eb1f8107dd2cb270a8f438d94500b6b3cb46.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/e71b06fefe3fd8ac9a4481b2a13630d2cea526 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/c2/e71b06fefe3fd8ac9a4481b2a13630d2cea526.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/ff 40755 root:root -File: /usr/lib/debug/.build-id/ff/eeb31b8ca6fdd941712523bbb080193aa695af 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/ff/eeb31b8ca6fdd941712523bbb080193aa695af.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 202602af1ddfebfe47801b32f1659343 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 95668b272f7f0abc7d8102e2afb41016 -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root 4b98bcaa0c8dc55a16f6a2bc8e8c8729 -RPMIdentity: 3251f3baac39eb55fa126e1d196d9b8864bb99ca2cd1baa3b1730dae101e973f7a052d0eda21e0c4e59c89f2e6733cb2bba08b1e72b4e17b85a557219aa41f0b +File: /usr/lib/debug/.build-id/73 40755 root:root +File: /usr/lib/debug/.build-id/73/e00cbfe0155475fb5233fa47a01c2900a4082b 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/73/e00cbfe0155475fb5233fa47a01c2900a4082b.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/.build-id/a8 40755 root:root +File: /usr/lib/debug/.build-id/a8/7b8b5b54119d650525c6495eb01cba09043dbb 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/a8/7b8b5b54119d650525c6495eb01cba09043dbb.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/7bb530a591ce2a312c54f3dc96209a290c9ae6 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/e8/7bb530a591ce2a312c54f3dc96209a290c9ae6.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 465f70e9ce7ec839508cb6d3a25ef460 +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root b5c1fcb37fa88c534fd7836723afcc55 +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root dbafa89a49b132f636c099b3bbb40b74 +RPMIdentity: ff78d0ba9b3182167a7455e252ecb0fdae169ef18182b4d8e2f5468c32ab79c115ff3501a99587337d7cfacdfc98a5576794a607464631e429c4bb82e1f95978