<86>Jan 27 05:05:13 userdel[3246716]: delete user 'rooter' <86>Jan 27 05:05:13 userdel[3246716]: removed group 'rooter' owned by 'rooter' <86>Jan 27 05:05:13 userdel[3246716]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 27 05:05:13 groupadd[3246735]: group added to /etc/group: name=rooter, GID=1241 <86>Jan 27 05:05:13 groupadd[3246735]: group added to /etc/gshadow: name=rooter <86>Jan 27 05:05:13 groupadd[3246735]: new group: name=rooter, GID=1241 <86>Jan 27 05:05:13 useradd[3246750]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none <86>Jan 27 05:05:13 userdel[3246777]: delete user 'builder' <86>Jan 27 05:05:13 userdel[3246777]: removed group 'builder' owned by 'builder' <86>Jan 27 05:05:13 userdel[3246777]: removed shadow group 'builder' owned by 'builder' <86>Jan 27 05:05:14 groupadd[3246813]: group added to /etc/group: name=builder, GID=1242 <86>Jan 27 05:05:14 groupadd[3246813]: group added to /etc/gshadow: name=builder <86>Jan 27 05:05:14 groupadd[3246813]: new group: name=builder, GID=1242 <86>Jan 27 05:05:14 useradd[3246845]: new user: name=builder, UID=1242, GID=1242, home=/usr/src, shell=/bin/bash, from=none <13>Jan 27 05:05:18 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed <13>Jan 27 05:05:18 rpmi: libsystemd-1:254.7-alt1 sisyphus+336047.100.1.1 1701962805 installed <13>Jan 27 05:05:18 rpmi: libdbus-1.14.10-alt1 sisyphus+328676.100.1.1 1693833782 installed <13>Jan 27 05:05:18 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Jan 27 05:05:18 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-alt1.nosrc.rpm (w1.gzdio) Installing xl2tpd-1.3.18-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28782 + 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.28782 + 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.65593 + 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/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/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.18-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21657 + 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.iZcTFP 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.vTh3Ht 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.HJtDP9 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oqReRo 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, /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.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.rsDtwk 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.RhOmec find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lrpRNX find-requires: running scripts (debuginfo) Requires: xl2tpd = 1.3.18-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.18-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/xl2tpd-debuginfo-1.3.18-alt1.i586.rpm (w2.lzdio) 3.77user 1.54system 0:10.99elapsed 48%CPU (0avgtext+0avgdata 31296maxresident)k 0inputs+0outputs (0major+356160minor)pagefaults 0swaps 4.59user 1.82system 0:20.35elapsed 31%CPU (0avgtext+0avgdata 124460maxresident)k 216inputs+0outputs (0major+194373minor)pagefaults 0swaps --- xl2tpd-1.3.18-alt1.i586.rpm.repo 2023-11-26 18:25:29.000000000 +0000 +++ xl2tpd-1.3.18-alt1.i586.rpm.hasher 2024-01-27 05:05:31.569287582 +0000 @@ -52,5 +52,5 @@ File: /lib/systemd/system/xl2tpd.service 100644 root:root bb7084280066a865ea32439e5c3cbe58 -File: /usr/bin/pfc 100755 root:root 4ffce0419694051a022e2533b4a43f0d -File: /usr/sbin/xl2tpd 100755 root:root ec1e94238ef5311a43b619518d54d1c7 -File: /usr/sbin/xl2tpd-control 100755 root:root a66170e78ec00e2951a6e7dc96fdf2c9 +File: /usr/bin/pfc 100755 root:root 577a1e93200f9ced6cfaacf36d49d198 +File: /usr/sbin/xl2tpd 100755 root:root 372e274e4b99d10dd722f58bed122ac5 +File: /usr/sbin/xl2tpd-control 100755 root:root 6ad3d7cd860d15ebf0995fb778d773cd File: /usr/share/doc/xl2tpd-1.3.18 40755 root:root @@ -66,2 +66,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 78c5d8ace6ff21cf02078549b2b24969 -RPMIdentity: fe98c09cd57803c8bcb30ace4dbf87f81dde771258a92192c1dabfb5610dc3dad003398eff634ce2db314c09cafdd88e2a9e3a2b675c46afb41cdc37466b7f7c +RPMIdentity: f0abe0dd50fd71ac69419917e3663607d971c2792f6eb099a05a0e15cd5e654f39c8cba6e52d91a7c58a3d3c55c42a9b7a5b25611d23c1d68d5d3c00c5640a68 --- xl2tpd-debuginfo-1.3.18-alt1.i586.rpm.repo 2023-11-26 18:25:29.000000000 +0000 +++ xl2tpd-debuginfo-1.3.18-alt1.i586.rpm.hasher 2024-01-27 05:05:31.651287900 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/78 40755 root:root -/usr/lib/debug/.build-id/78/f2b3989808cda368af214e916e4dfe992a778c 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/78/f2b3989808cda368af214e916e4dfe992a778c.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/94 40755 root:root -/usr/lib/debug/.build-id/94/bd2de60f2756daef9c40729eac40981604530b 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/94/bd2de60f2756daef9c40729eac40981604530b.debug 120777 root:root ../../usr/bin/pfc.debug -/usr/lib/debug/.build-id/a6 40755 root:root -/usr/lib/debug/.build-id/a6/f33c47e54d898713c08ebfb66c22a6a8971a58 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/a6/f33c47e54d898713c08ebfb66c22a6a8971a58.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/19 40755 root:root +/usr/lib/debug/.build-id/19/55d2f80400a619af0c03c005e66d1c98459312 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/19/55d2f80400a619af0c03c005e66d1c98459312.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/34 40755 root:root +/usr/lib/debug/.build-id/34/bcfd3229adc0c250d09a1abb6965f3088129c5 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/34/bcfd3229adc0c250d09a1abb6965f3088129c5.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/3557ef9fdab20f92e13f1f73e145ab1a24d7c2 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/6f/3557ef9fdab20f92e13f1f73e145ab1a24d7c2.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/78 40755 root:root -File: /usr/lib/debug/.build-id/78/f2b3989808cda368af214e916e4dfe992a778c 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/78/f2b3989808cda368af214e916e4dfe992a778c.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/94 40755 root:root -File: /usr/lib/debug/.build-id/94/bd2de60f2756daef9c40729eac40981604530b 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/94/bd2de60f2756daef9c40729eac40981604530b.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/.build-id/a6 40755 root:root -File: /usr/lib/debug/.build-id/a6/f33c47e54d898713c08ebfb66c22a6a8971a58 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/a6/f33c47e54d898713c08ebfb66c22a6a8971a58.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root fd9bc695221da00a378c222cf5e81f72 -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 6ec66d58718d21809884ebdf8ae51d78 -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root b84ed54354ccfd36547de88e9a5e52b5 -RPMIdentity: ecbe209e1b1a78c33205fdd3649085177a39726a9965acd5a76eb75dcd0514cda3f8247bb07beb93ef5402b09e617a29dbdb854494d5d94b3bd5c17e31170d98 +File: /usr/lib/debug/.build-id/19 40755 root:root +File: /usr/lib/debug/.build-id/19/55d2f80400a619af0c03c005e66d1c98459312 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/19/55d2f80400a619af0c03c005e66d1c98459312.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/.build-id/34 40755 root:root +File: /usr/lib/debug/.build-id/34/bcfd3229adc0c250d09a1abb6965f3088129c5 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/34/bcfd3229adc0c250d09a1abb6965f3088129c5.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/3557ef9fdab20f92e13f1f73e145ab1a24d7c2 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/6f/3557ef9fdab20f92e13f1f73e145ab1a24d7c2.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root fafe771f9fa4c5a81a434771133f0457 +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 9c269a15e7c16602bad19abf8349b074 +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root f1b842a25d4633ee21a9243de6747e1d +RPMIdentity: 451c67d70833eb4aec116f755a55694b20e95f43fe6e0eb2a7f5fb17c359fa58f8f1c39b8b99be3ccb90f63bb952f3815cf39d4b1c1aea2866403f41fa1fd776