<86>Jun 16 00:50:40 userdel[2939526]: delete user 'rooter' <86>Jun 16 00:50:40 userdel[2939526]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:50:40 userdel[2939526]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:50:40 groupadd[2939565]: group added to /etc/group: name=rooter, GID=1820 <86>Jun 16 00:50:40 groupadd[2939565]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:50:40 groupadd[2939565]: new group: name=rooter, GID=1820 <86>Jun 16 00:50:40 useradd[2939596]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash <86>Jun 16 00:50:40 userdel[2939644]: delete user 'builder' <86>Jun 16 00:50:40 userdel[2939644]: removed group 'builder' owned by 'builder' <86>Jun 16 00:50:40 userdel[2939644]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:50:40 groupadd[2939700]: group added to /etc/group: name=builder, GID=1821 <86>Jun 16 00:50:40 groupadd[2939700]: group added to /etc/gshadow: name=builder <86>Jun 16 00:50:40 groupadd[2939700]: new group: name=builder, GID=1821 <86>Jun 16 00:50:40 useradd[2939744]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash <13>Jun 16 00:50:43 rpmi: liblz4-1:1.9.4-alt1 p10+350711.100.1.1 1718009144 installed <13>Jun 16 00:50:43 rpmi: libsystemd-1:249.17-alt2 p10+340218.100.1.1 1707505676 installed <13>Jun 16 00:50:43 rpmi: libdbus-1.14.10-alt1 p10+342527.100.1.1 1710230133 installed <13>Jun 16 00:50:43 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 installed <13>Jun 16 00:50:43 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+278380.100.1.1 1626093290 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.5538 + 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.5538 + 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 '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 */ | ^~~~ In file included from control.c:23: 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.74300 + 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 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.10219 + 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.Y4NINc 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.k58zne 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.eY7EUc Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YsmcDd 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.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.RZN4qd 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.oK0Qud find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LJxhSd 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.39user 3.10system 0:10.28elapsed 53%CPU (0avgtext+0avgdata 34972maxresident)k 0inputs+0outputs (0major+392335minor)pagefaults 0swaps 3.67user 3.10system 0:20.68elapsed 32%CPU (0avgtext+0avgdata 128988maxresident)k 0inputs+0outputs (0major+208901minor)pagefaults 0swaps --- xl2tpd-1.3.18-alt1.x86_64.rpm.repo 2023-11-26 18:32:23.000000000 +0000 +++ xl2tpd-1.3.18-alt1.x86_64.rpm.hasher 2024-06-16 00:50:56.868357786 +0000 @@ -48,5 +48,5 @@ File: /lib/systemd/system/xl2tpd.service 100644 root:root bb7084280066a865ea32439e5c3cbe58 -File: /usr/bin/pfc 100755 root:root ff1d953ac5d31845348e9323b9fac060 -File: /usr/sbin/xl2tpd 100755 root:root 2ffebc9e9ad491680cc5738617ae72e6 -File: /usr/sbin/xl2tpd-control 100755 root:root 6ede74fb8079e2e9dad25e39a560ba18 +File: /usr/bin/pfc 100755 root:root 9f8904876690ec6e4664c0ea6874c459 +File: /usr/sbin/xl2tpd 100755 root:root 90eec710c7873129aa86bf8134b10aa9 +File: /usr/sbin/xl2tpd-control 100755 root:root 760bd3fef3ab612057e99ee795bd9564 File: /usr/share/doc/xl2tpd-1.3.18 40755 root:root @@ -62,2 +62,2 @@ File: /usr/share/man/man8/xl2tpd.8.xz 100644 root:root 78c5d8ace6ff21cf02078549b2b24969 -RPMIdentity: 7c6fbd0c427d7506462d65eebf2c6a701eaf0a99081a035e18560bcda4e10bc1407e8588e7cd25119edddce1a9437bebcaaee1e43be11b9e03305d54f125062e +RPMIdentity: 3244f62413bf8dd8a77f52aee283a470294ea2166ecb0337e9d1380146209d16cec54548e1e4c8d2c1b26d1f49abcc258ffc7804447be1b34410e339766f9405 --- xl2tpd-debuginfo-1.3.18-alt1.x86_64.rpm.repo 2023-11-26 18:32:23.000000000 +0000 +++ xl2tpd-debuginfo-1.3.18-alt1.x86_64.rpm.hasher 2024-06-16 00:50:56.988359769 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/40 40755 root:root -/usr/lib/debug/.build-id/40/0c4c937d59796497cb342d604ac6b82b8db28b 120777 root:root ../../../../sbin/xl2tpd -/usr/lib/debug/.build-id/40/0c4c937d59796497cb342d604ac6b82b8db28b.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -/usr/lib/debug/.build-id/56 40755 root:root -/usr/lib/debug/.build-id/56/745f2e07ec3ab0d404a79245a0dfbed64254d9 120777 root:root ../../../../sbin/xl2tpd-control -/usr/lib/debug/.build-id/56/745f2e07ec3ab0d404a79245a0dfbed64254d9.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -/usr/lib/debug/.build-id/e0 40755 root:root -/usr/lib/debug/.build-id/e0/798569ba6634ba3aa35b2aaa8f72f572becf73 120777 root:root ../../../../bin/pfc -/usr/lib/debug/.build-id/e0/798569ba6634ba3aa35b2aaa8f72f572becf73.debug 120777 root:root ../../usr/bin/pfc.debug +/usr/lib/debug/.build-id/67 40755 root:root +/usr/lib/debug/.build-id/67/5097e00ae1dfc742b2987d895ab9fd373cd4e2 120777 root:root ../../../../sbin/xl2tpd-control +/usr/lib/debug/.build-id/67/5097e00ae1dfc742b2987d895ab9fd373cd4e2.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/c32a904455625e545e933c3d2dafe3c62cd011 120777 root:root ../../../../sbin/xl2tpd +/usr/lib/debug/.build-id/96/c32a904455625e545e933c3d2dafe3c62cd011.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +/usr/lib/debug/.build-id/d2 40755 root:root +/usr/lib/debug/.build-id/d2/f8386ffb0871995e256576ffc9f3d1b237b60c 120777 root:root ../../../../bin/pfc +/usr/lib/debug/.build-id/d2/f8386ffb0871995e256576ffc9f3d1b237b60c.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.18-alt1:p10+335171.100.1.1 -File: /usr/lib/debug/.build-id/40 40755 root:root -File: /usr/lib/debug/.build-id/40/0c4c937d59796497cb342d604ac6b82b8db28b 120777 root:root ../../../../sbin/xl2tpd -File: /usr/lib/debug/.build-id/40/0c4c937d59796497cb342d604ac6b82b8db28b.debug 120777 root:root ../../usr/sbin/xl2tpd.debug -File: /usr/lib/debug/.build-id/56 40755 root:root -File: /usr/lib/debug/.build-id/56/745f2e07ec3ab0d404a79245a0dfbed64254d9 120777 root:root ../../../../sbin/xl2tpd-control -File: /usr/lib/debug/.build-id/56/745f2e07ec3ab0d404a79245a0dfbed64254d9.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug -File: /usr/lib/debug/.build-id/e0 40755 root:root -File: /usr/lib/debug/.build-id/e0/798569ba6634ba3aa35b2aaa8f72f572becf73 120777 root:root ../../../../bin/pfc -File: /usr/lib/debug/.build-id/e0/798569ba6634ba3aa35b2aaa8f72f572becf73.debug 120777 root:root ../../usr/bin/pfc.debug -File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root 05f7d5b41e3321d567075d6a7d36709b -File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root ab9fba4611a5e44cecfaf5423a29dac2 -File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root 10abc10a9eec991752a997e31bebeb06 -RPMIdentity: 9047d89925578bb482546e618bc4ee8b4faabb34cb242f28f8c3fda03103895bb8b4f4b1bc45fba7bbee187027759a1bd006d49261f4f4028010b777e0cd1e78 +File: /usr/lib/debug/.build-id/67 40755 root:root +File: /usr/lib/debug/.build-id/67/5097e00ae1dfc742b2987d895ab9fd373cd4e2 120777 root:root ../../../../sbin/xl2tpd-control +File: /usr/lib/debug/.build-id/67/5097e00ae1dfc742b2987d895ab9fd373cd4e2.debug 120777 root:root ../../usr/sbin/xl2tpd-control.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/c32a904455625e545e933c3d2dafe3c62cd011 120777 root:root ../../../../sbin/xl2tpd +File: /usr/lib/debug/.build-id/96/c32a904455625e545e933c3d2dafe3c62cd011.debug 120777 root:root ../../usr/sbin/xl2tpd.debug +File: /usr/lib/debug/.build-id/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/f8386ffb0871995e256576ffc9f3d1b237b60c 120777 root:root ../../../../bin/pfc +File: /usr/lib/debug/.build-id/d2/f8386ffb0871995e256576ffc9f3d1b237b60c.debug 120777 root:root ../../usr/bin/pfc.debug +File: /usr/lib/debug/usr/bin/pfc.debug 100644 root:root c50a2442233dbbcd32f2701d67c450dc +File: /usr/lib/debug/usr/sbin/xl2tpd-control.debug 100644 root:root 147b59059e2af716a44c1c3bf109fb35 +File: /usr/lib/debug/usr/sbin/xl2tpd.debug 100644 root:root d3d87efd76f25f1e6e1e7bb1298c0118 +RPMIdentity: 2777c3fd545242fc35fac106f5eeb7c182ba8c8af6fd5c0c26fe5fad69ec09fbdc0244b23bc6f271728323abba019d927098b62f29af1f5f67e3dc23cfa0b0e7