<86>Jan 29 00:36:57 userdel[3334116]: delete user 'rooter' <86>Jan 29 00:36:57 userdel[3334116]: removed group 'rooter' owned by 'rooter' <86>Jan 29 00:36:57 userdel[3334116]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 29 00:36:57 groupadd[3334164]: group added to /etc/group: name=rooter, GID=1871 <86>Jan 29 00:36:57 groupadd[3334164]: group added to /etc/gshadow: name=rooter <86>Jan 29 00:36:57 groupadd[3334164]: new group: name=rooter, GID=1871 <86>Jan 29 00:36:57 useradd[3334197]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Jan 29 00:36:57 userdel[3334268]: delete user 'builder' <86>Jan 29 00:36:57 userdel[3334268]: removed group 'builder' owned by 'builder' <86>Jan 29 00:36:57 userdel[3334268]: removed shadow group 'builder' owned by 'builder' <86>Jan 29 00:36:57 groupadd[3334313]: group added to /etc/group: name=builder, GID=1872 <86>Jan 29 00:36:57 groupadd[3334313]: group added to /etc/gshadow: name=builder <86>Jan 29 00:36:57 groupadd[3334313]: new group: name=builder, GID=1872 <86>Jan 29 00:36:57 useradd[3334357]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none <13>Jan 29 00:37:00 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Jan 29 00:37:00 rpmi: libsystemd-1:254.7-alt1 sisyphus+336047.100.1.1 1701962782 installed <13>Jan 29 00:37:00 rpmi: libdbus-1.14.10-alt1 sisyphus+328676.100.1.1 1693833777 installed <13>Jan 29 00:37:00 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Jan 29 00:37:00 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-alt1.nosrc.rpm (w1.gzdio) Installing xl2tpd-1.3.18-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34310 + 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.34310 + 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 */ | ^~~~~~~~ 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.18' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34185 + 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.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/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.18-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16800 + 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.vaT0t6 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.Q26SSs 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.0KIwTI Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DoyXr3 Provides: l2tpd = 1.3.18-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.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.CPJBhs Creating xl2tpd-debuginfo package Processing files: xl2tpd-debuginfo-1.3.18-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.arCVqq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tq1pBF find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.18-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.18-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/xl2tpd-debuginfo-1.3.18-alt1.x86_64.rpm (w2.lzdio) 2.22user 0.86system 0:09.24elapsed 33%CPU (0avgtext+0avgdata 38004maxresident)k 0inputs+0outputs (0major+394436minor)pagefaults 0swaps 2.95user 1.10system 0:15.20elapsed 26%CPU (0avgtext+0avgdata 128280maxresident)k 0inputs+0outputs (0major+195135minor)pagefaults 0swaps --- xl2tpd-1.3.18-alt1.x86_64.rpm.repo 2023-11-26 18:25:28.000000000 +0000 +++ xl2tpd-1.3.18-alt1.x86_64.rpm.hasher 2024-01-29 00:37:11.145128702 +0000 @@ -49,5 +49,5 @@ File: /lib/systemd/system/xl2tpd.service 100644 root:root bb7084280066a865ea32439e5c3cbe58 -File: /usr/bin/pfc 100755 root:root 3b197c9a38a00482e1a1c9dc3f5817a3 -File: /usr/sbin/xl2tpd 100755 root:root 40d9211d8578044262cd395b46258597 -File: /usr/sbin/xl2tpd-control 100755 root:root 4c567d947d232a1132d414f6cb00382e +File: /usr/bin/pfc 100755 root:root 9f02b47a8d82f5893a45f85ac24037e6 +File: /usr/sbin/xl2tpd 100755 root:root 6ab839d621e7e0b2924afea10d1fd6f0 +File: /usr/sbin/xl2tpd-control 100755 root:root e770d7e590f45749193fae8e996bf1c5 File: /usr/share/doc/xl2tpd-1.3.18 40755 root:root @@ -63,2 +63,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 78c5d8ace6ff21cf02078549b2b24969 -RPMIdentity: 620459777e270c334b1396a4b7b842d66ee411969ff3d5abbcbdcbcaf4ea2863e94455d9971e9c73dbb6b271d3734bfaeab805f764446113da73d032caec86dd +RPMIdentity: 6bd71dbe34524ad4d734f2595aac2b541d91bdcc5c28d360634a84418111402b2f8ea31c293d267884c8ec6244dab6d999b4efb2983a2866b4c09b67e3462c87 --- xl2tpd-debuginfo-1.3.18-alt1.x86_64.rpm.repo 2023-11-26 18:25:29.000000000 +0000 +++ xl2tpd-debuginfo-1.3.18-alt1.x86_64.rpm.hasher 2024-01-29 00:37:11.204129430 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/03 40755 root:root -/usr/lib/debug/.build-id/03/ee1adc1ec1d9742a7343e52a9ba14d8ae2955e 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/03/ee1adc1ec1d9742a7343e52a9ba14d8ae2955e.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -/usr/lib/debug/.build-id/77 40755 root:root -/usr/lib/debug/.build-id/77/a1d9b382e40ad0a96db40c5177b7fe4dc89434 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/77/a1d9b382e40ad0a96db40c5177b7fe4dc89434.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/fe 40755 root:root -/usr/lib/debug/.build-id/fe/c296009b4a431f4d32849afc3fada9f93f3655 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/fe/c296009b4a431f4d32849afc3fada9f93f3655.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/25 40755 root:root +/usr/lib/debug/.build-id/25/f1f2fb4b73290d7aaf1e2790cafcb183f83959 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/25/f1f2fb4b73290d7aaf1e2790cafcb183f83959.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/42 40755 root:root +/usr/lib/debug/.build-id/42/d18b1a8c00b5152351ca5839ceeb2b2fb4340c 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/42/d18b1a8c00b5152351ca5839ceeb2b2fb4340c.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/58 40755 root:root +/usr/lib/debug/.build-id/58/8ef65c023018b86d60266a66d812d26319b5b4 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/58/8ef65c023018b86d60266a66d812d26319b5b4.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-alt1:sisyphus+335170.100.1.1 -File: /usr/lib/debug/.build-id/03 40755 root:root -File: /usr/lib/debug/.build-id/03/ee1adc1ec1d9742a7343e52a9ba14d8ae2955e 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/03/ee1adc1ec1d9742a7343e52a9ba14d8ae2955e.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/.build-id/77 40755 root:root -File: /usr/lib/debug/.build-id/77/a1d9b382e40ad0a96db40c5177b7fe4dc89434 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/77/a1d9b382e40ad0a96db40c5177b7fe4dc89434.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/fe 40755 root:root -File: /usr/lib/debug/.build-id/fe/c296009b4a431f4d32849afc3fada9f93f3655 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/fe/c296009b4a431f4d32849afc3fada9f93f3655.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 9b1372e342902fde30ac1ba8e02aa0d7 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 832b3c6bb355a1fd3e716ea4729e6f52 -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root 275eef2eebac0e92f565a2fd3153c340 -RPMIdentity: 411aed22100f5794cbc874bd51005cdefa3598c15e47de8a99b58d207fbee751a9ebd6f71953bfb678310f57a4f110bdfb87a84b5e42a473d5713f121a8361cb +File: /usr/lib/debug/.build-id/25 40755 root:root +File: /usr/lib/debug/.build-id/25/f1f2fb4b73290d7aaf1e2790cafcb183f83959 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/25/f1f2fb4b73290d7aaf1e2790cafcb183f83959.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/42 40755 root:root +File: /usr/lib/debug/.build-id/42/d18b1a8c00b5152351ca5839ceeb2b2fb4340c 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/42/d18b1a8c00b5152351ca5839ceeb2b2fb4340c.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/.build-id/58 40755 root:root +File: /usr/lib/debug/.build-id/58/8ef65c023018b86d60266a66d812d26319b5b4 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/58/8ef65c023018b86d60266a66d812d26319b5b4.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 947b24f03a7829a92ddff835bab861ab +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 604e9bb460d4fb72a8757b7691a441b5 +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root 8ba125c66f969579dea0c8163f70ec0c +RPMIdentity: 3cf165d933e75874598c0fdcc8f0c224c1308f49e88304d038200c0dd3de4c8ef76a9e6ee5bcaae0721661478719f8393f89a7a94e773d883cf187cbd1cd02eb