?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
lib/udev/udev-kvm-check 0000666 00000002137 15047766744 0011044 0 ustar 00 #! /bin/sh
if test -f /etc/sysconfig/kvm; then
. /etc/sysconfig/kvm
fi
: ${THRESHOLD:=0}
COUNT=$1
EVENT=$2
if [ "$THRESHOLD" -eq 0 ]; then
level=user.debug
else
level=user.info
fi
subscr_msg="your Red Hat Enterprise Linux subscription limit is $THRESHOLD"
subscr_msg="$subscr_msg guests. Please review your Red Hat Enterprise Linux"
subscr_msg="$subscr_msg subscription agreement or contact your Red Hat"
subscr_msg="$subscr_msg support representative for more information. You"
subscr_msg="$subscr_msg may review the Red Hat Enterprise subscription"
subscr_msg="$subscr_msg limits at http://www.redhat.com/rhel-virt-limits"
case $COUNT in
1) guests=guest ;;
*) guests=guests ;;
esac
case $EVENT in
create)
if [ "$THRESHOLD" -eq 0 ]; then
msg="$COUNT $guests now active"
elif [ $COUNT -gt "$THRESHOLD" ]; then
level=user.warning
msg="$COUNT $guests are currently active; $subscr_msg"
fi
;;
terminate)
if [ $COUNT -ge "$THRESHOLD" ]; then
msg="$COUNT $guests now active"
fi
;;
esac
if [ -n "$msg" ]; then
logger -p $level "KVM: $msg"
fi
exit 0