<86>Jul 1 04:36:09 userdel[2963381]: delete user 'rooter' <86>Jul 1 04:36:09 userdel[2963381]: removed group 'rooter' owned by 'rooter' <86>Jul 1 04:36:09 userdel[2963381]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 1 04:36:09 groupadd[2963418]: group added to /etc/group: name=rooter, GID=1850 <86>Jul 1 04:36:09 groupadd[2963418]: group added to /etc/gshadow: name=rooter <86>Jul 1 04:36:09 groupadd[2963418]: new group: name=rooter, GID=1850 <86>Jul 1 04:36:09 useradd[2963441]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Jul 1 04:36:09 userdel[2963495]: delete user 'builder' <86>Jul 1 04:36:09 userdel[2963495]: removed group 'builder' owned by 'builder' <86>Jul 1 04:36:09 userdel[2963495]: removed shadow group 'builder' owned by 'builder' <86>Jul 1 04:36:09 groupadd[2963534]: group added to /etc/group: name=builder, GID=1851 <86>Jul 1 04:36:09 groupadd[2963534]: group added to /etc/gshadow: name=builder <86>Jul 1 04:36:09 groupadd[2963534]: new group: name=builder, GID=1851 <86>Jul 1 04:36:09 useradd[2963561]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none <13>Jul 1 04:36:10 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed <13>Jul 1 04:36:10 rpmi: libsystemd-1:253.5-alt1 sisyphus+323864.400.4.1 1688053144 installed <13>Jul 1 04:36:10 rpmi: libdbus-1.14.6-alt2 sisyphus+321145.100.1.1 1684402689 installed <13>Jul 1 04:36:10 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Jul 1 04:36:10 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.17-alt1.nosrc.rpm (w1.gzdio) Installing xl2tpd-1.3.17-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88601 + 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.88601 + 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 | ^~~~~~~~~~~ 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.17' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.91702 + 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/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.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) 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.17-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71264 + 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.45cYU9 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.WQ5iYk 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.Z6ll1q Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MbDnTH 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, /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.HP97VR 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.AFonFt find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.324855 find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.17-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.17-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/xl2tpd-debuginfo-1.3.17-alt1.i586.rpm (w2.lzdio) 2.40user 1.06system 0:09.59elapsed 36%CPU (0avgtext+0avgdata 31620maxresident)k 0inputs+0outputs (0major+353411minor)pagefaults 0swaps 1.54user 1.00system 0:14.17elapsed 18%CPU (0avgtext+0avgdata 109628maxresident)k 0inputs+0outputs (0major+187005minor)pagefaults 0swaps --- xl2tpd-1.3.17-alt1.i586.rpm.repo 2023-06-04 18:39:49.000000000 +0000 +++ xl2tpd-1.3.17-alt1.i586.rpm.hasher 2023-07-01 04:36:21.991366769 +0000 @@ -52,5 +52,5 @@ File: /lib/systemd/system/xl2tpd.service 100644 root:root bb7084280066a865ea32439e5c3cbe58 -File: /usr/bin/pfc 100755 root:root 1409888bec71ef063b9baa4b9d4703c1 -File: /usr/sbin/xl2tpd 100755 root:root 0373487b4d5d96ad04d8b31d697d8c00 -File: /usr/sbin/xl2tpd-control 100755 root:root fbc2060cc20919ce1dcf1353148d0778 +File: /usr/bin/pfc 100755 root:root 0946f787432cb799a06a156bfcc484a3 +File: /usr/sbin/xl2tpd 100755 root:root f68563b8141fabb64f17a210a95685ce +File: /usr/sbin/xl2tpd-control 100755 root:root efcefa3d9f752ef672341157b29fded6 File: /usr/share/doc/xl2tpd-1.3.17 40755 root:root @@ -66,2 +66,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 427d9d9789a8e59e2dc391a5f95e3e76 -RPMIdentity: f7274a4a0174b56c6239bfe1c0cd6f6415f43d6147ec8d9e28b121a40fd6252330266079aaa671db03e08e8168499115b0f91c215f5fff6f291f7a042bea6a75 +RPMIdentity: fd5ff037b7774dc41b0e3e31a2bb8fccd7ddd28bfa0d57b1e1d5037bd8defbdfbc318d8f5babf65d365785b956b4c10e86abfe793b9d5eb6421cb99a8b84bfae --- xl2tpd-debuginfo-1.3.17-alt1.i586.rpm.repo 2023-06-04 18:39:49.000000000 +0000 +++ xl2tpd-debuginfo-1.3.17-alt1.i586.rpm.hasher 2023-07-01 04:36:22.051367470 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/0b 40755 root:root -/usr/lib/debug/.build-id/0b/5bb56de3fd5096f3c4cbd6537f56da90c8b573 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/0b/5bb56de3fd5096f3c4cbd6537f56da90c8b573.debug 120777 root:root ../../usr/bin/pfc.debug -/usr/lib/debug/.build-id/ae 40755 root:root -/usr/lib/debug/.build-id/ae/e2fe2ae4417c5fce5d53777dd6e485eceb8782 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/ae/e2fe2ae4417c5fce5d53777dd6e485eceb8782.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/cf 40755 root:root -/usr/lib/debug/.build-id/cf/6dbfc0e199c02f6d7ffe0bf16eb57e2c4bf629 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/cf/6dbfc0e199c02f6d7ffe0bf16eb57e2c4bf629.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/02 40755 root:root +/usr/lib/debug/.build-id/02/c11ca8883f51f7ca2d9e82f6afbc5771f29885 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/02/c11ca8883f51f7ca2d9e82f6afbc5771f29885.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/adee07d1cb97139b387e50971d199f0f640e4d 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/36/adee07d1cb97139b387e50971d199f0f640e4d.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/edc0447341c3caa0a0950f38a750225898dc44 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/fc/edc0447341c3caa0a0950f38a750225898dc44.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.17-alt1:sisyphus+322453.100.1.1 -File: /usr/lib/debug/.build-id/0b 40755 root:root -File: /usr/lib/debug/.build-id/0b/5bb56de3fd5096f3c4cbd6537f56da90c8b573 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/0b/5bb56de3fd5096f3c4cbd6537f56da90c8b573.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/.build-id/ae 40755 root:root -File: /usr/lib/debug/.build-id/ae/e2fe2ae4417c5fce5d53777dd6e485eceb8782 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/ae/e2fe2ae4417c5fce5d53777dd6e485eceb8782.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/cf 40755 root:root -File: /usr/lib/debug/.build-id/cf/6dbfc0e199c02f6d7ffe0bf16eb57e2c4bf629 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/cf/6dbfc0e199c02f6d7ffe0bf16eb57e2c4bf629.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 23f0b49b8830294694dd2c67b68dccb3 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 364101187b9fd3ffa6ee72805942e033 -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root ac80669d2c5753f41b5ecda2c507735b -RPMIdentity: 437bdd8311a3f46bbff8904cc706ec707556accca302b01cb013bd2a147239a5292ec6a0d117a34b0bb3aa3c323658504b06041272abf860b15b915b87259846 +File: /usr/lib/debug/.build-id/02 40755 root:root +File: /usr/lib/debug/.build-id/02/c11ca8883f51f7ca2d9e82f6afbc5771f29885 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/02/c11ca8883f51f7ca2d9e82f6afbc5771f29885.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/adee07d1cb97139b387e50971d199f0f640e4d 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/36/adee07d1cb97139b387e50971d199f0f640e4d.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/edc0447341c3caa0a0950f38a750225898dc44 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/fc/edc0447341c3caa0a0950f38a750225898dc44.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 1fa0a49f6bee2d4487c15c266f99a490 +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root d2ce4f0067ab5fb3e25dd2ffeab2b9cf +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root 864bb63ae3aef98f47b2ba3a6fba34f3 +RPMIdentity: b15504e91b21a9598228086940f08666fb60019944bbda3d1106a8c4454dba4cb8c87c77774ddbfa2b8cc0226aa6bb10fda78c3961acb8d04e86c68a51482682