Файловый менеджер - Редактировать - /var/www/html/bug.zip
Ðазад
PK ! ���*0 0 php8.4-intl/scriptnu ȯ�� #!/bin/sh MATCH="^[[:space:]]*($|;)" echo "==== Additional PHP 8.4 information ====" >&3 echo "" >&3 echo "++++ PHP @PHP_VERSION SAPI (php8.4query -S): ++++" >&3 /usr/sbin/php8.4query -S >&3 echo "" >&3 echo "++++ PHP 8.4 Extensions (php8.4query -M -v): ++++" >&3 /usr/sbin/php8.4query -M -v >&3 echo "" >&3 echo "++++ Configuration files: ++++" >&3 for dsoname in intl; do inifile=${dsoname}.ini echo "**** /etc/php/8.4/mods-available/$dsoname.ini ****" >&3 grep -Ev "$MATCH" "/etc/php/8.4/mods-available/$dsoname.ini" >&3 echo "" >&3 done PK ! ���~ ~ php8.4-intl/controlnu �[��� report-with: php8.4-common php8.4-cli libphp8.4-embed libapache2-mod-php8.4 libapache2-mod-php8.4filter php8.4-cgi php8.4-fpm PK ! ��7O& & usbutils/presubjnu �[��� USB ID's database ================= usbutils now use the udev's hardware database to associate a full human-readable name to the vendor ID and the product ID. If your device is not or wrongly recognized by lsusb, please fill a bug against the udev package and not against usbutils nor usb.ids. PK ! L�, cron/scriptnu ȯ�� #!/bin/sh # reportbug output generator script for cron package # reportbug expects output on fd 3 exec 1>&3 2>&3 echo "--- EDITOR:" if [ -n "$EDITOR" ] ; then echo "not set" else echo $EDITOR fi echo echo "--- /usr/bin/editor:" readlink -f /usr/bin/editor echo echo "--- /usr/bin/crontab:" ls -l /usr/bin/crontab echo for dir in /var/spool/cron /var/spool/cron/crontabs /etc/cron.d /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly ; do echo "--- $dir:" ls -ld $dir echo done PK ! KS��K K cron/controlnu �[��� package-status: nscd nis libpam-mount libpam-ldap libnss-ldap libnss-ldapd PK ! +_�G� � grub-pc-bin/scriptnu ȯ�� #!/bin/bash set -e if test -e /boot/grub/setup_left_core_image_in_filesystem ; then echo >&3 echo "*********************** WARNING grub-setup left core.img in filesystem" >&3 fi for i in /proc/mounts ; do if test -e $i ; then echo >&3 echo "*********************** BEGIN $i" >&3 grep ^/dev/ $i >&3 echo "*********************** END $i" >&3 fi done for i in /boot/grub/{device.map,grub.cfg} ; do if ! test -e $i ; then continue fi echo >&3 echo "*********************** BEGIN $i" >&3 if test -r $i ; then sed $i -e "s/.*password.*/### PASSWORD LINE REMOVED ###/g" >&3 else echo "$i is not readable by you. Please enter your root password." echo "Any password line in it gets removed." su root -c "sed $i -e 's/.*password.*/### PASSWORD LINE REMOVED ###/g'" >&3 fi echo "*********************** END $i" >&3 done echo >&3 echo "*********************** BEGIN /proc/mdstat" >&3 cat /proc/mdstat >&3 2>&1 || true echo "*********************** END /proc/mdstat" >&3 cat <<EOF Information on any LVM volumes on this system is valuable to the GRUB developers, but gathering this information requires the root password. EOF yesno "Do you want to provide LVM volume information?" nop if [ "$REPLY" = yep ]; then echo >&3 echo "*********************** BEGIN LVM" >&3 su root -c "vgdisplay; pvdisplay; lvdisplay" >&3 || true echo "*********************** END LVM" >&3 fi echo >&3 echo "*********************** BEGIN /dev/disk/by-id" >&3 ls -l /dev/disk/by-id >&3 2>&1 || true echo "*********************** END /dev/disk/by-id" >&3 echo >&3 echo "*********************** BEGIN /dev/disk/by-uuid" >&3 ls -l /dev/disk/by-uuid >&3 2>&1 || true echo "*********************** END /dev/disk/by-uuid" >&3 exit 0 PK ! %|�X X grub-pc-bin/presubjnu �[��� MAKE SURE YOU ARE RUNNING THE LATEST VERSION The grub packages never update the installed version of GRUB automatically, except if you choose a device in the debconf prompt `GRUB install devices', which is currently only implemented for grub-pc. Because of this, you need to make sure you're running the LATEST VERSION of GRUB before you report a bug. Use grub-install to update it, and then check if the bug still applies. Debugging problems we already fixed makes us waste valuable time, so please try to avoid it. IMPORTANT NOTE WHEN SUBMITTING PATCHES Like many other FSF projects, GRUB upstream has specific requirements for accepting patches with regard to copyright assignment. If you're going to submit a patch, it is likely that it will only be accepted in upstream if you're willing to submit your paperwork as well. Because of this, we want to avoid diverging from upstream by adding patches to the Debian package unless we know the copyright issues can be sorted out. We encourage you to submit your work to upstream directly by sending a mail to the GRUB maintainers <grub-devel@gnu.org>. PK ! 'V�� � udev/scriptnu ȯ�� #!/bin/sh # We don’t clean up this directory because there is no way to know when # reportbug finished running, and reportbug needs the files around. # Given that those are just a couple of kilobytes in size and people # generally don’t file a lot of bugs, I don’t think it’s a big deal. DIR=$(mktemp -d) echo "-- BEGIN ATTACHMENTS --" >&3 udevadm info --export-db >$DIR/udev-database.txt echo "$DIR/udev-database.txt" >&3 echo "-- END ATTACHMENTS --" >&3 PK ! � � udev/controlnu �[��� package-status: systemd PK ! 1$�X init-system-helpers/controlnu �[��� package-status: insserv PK ! �#�f f imagemagick-6-common/scriptnu ȯ�� #!/bin/sh set -e # Pretty echo, underline the specified string: pecho() { echo "$@" echo "$@"|sed 's/./-/g' } # work even with graphicsmagick # will detect graphickmagick using as compat versioncheck() { if test -x "/usr/bin/$@"; then echo -n "$@: "; "$@" -version 2> /dev/null | head -1 | sed s/Version://g; fi } exec >&3 pecho "ImageMagick program version" versioncheck animate versioncheck compare versioncheck convert versioncheck composite versioncheck conjure versioncheck display versioncheck identify versioncheck import versioncheck mogrify versioncheck montage versioncheck stream PK ! �Eܜ � imagemagick-6-common/presubjnu �[��� Debugging imagemagick can be difficult, so you can help by following these guidelines. First you should verify that the problem is in imagemagick and not the graphicksmagick compatibility package. Run "convert -version" in a terminal; if you see "GraphicsMagick" in the first line of output, please make your report against the graphicsmagick package. Otherwise, please provide a test-case that can reproduce the bug: 1. Install debugging packages. 2. Repeat the command line that led to the bug. To ensure you are using the imagemagick versions, replace convert, display, identify, or mogrify with convert-im6.q16, display-im6.q16, identify-im6.q16, or mogrify-im6.q16 in your test-case. 3. If imagemagick dumps core, please attach a backtrace - see "http://wiki.debian.org/HowToGetABacktrace". Document the exact command line used, and attach the input files to your bug report. If the input files are in SVG format, please also run the commands "rsvg-convert yourinput.svg > rsvg.png" (from the package librsvg2-bin) and "inkscape yourinput.svg --export-png=inkscape.png" (from the package inkscape). Include the PNG output files in your bug report. PK ! c�`>