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/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
# NIC detach workaround for recontextualization on OpenNebula < 5.10.3 # https://github.com/OpenNebula/one/issues/4130 # https://github.com/OpenNebula/one/issues/4194 SUBSYSTEM=="net", ACTION=="remove", \ ENV{ID_BUS}=="?*", \ RUN+="/bin/sh -c 'test -f /var/run/one-context/context.sh.local && echo >> /var/run/one-context/context.sh.local; test -f /var/run/one-context/context.sh.network && echo >> /var/run/one-context/context.sh.network'" # On NIC hotplug the delayed reconfiguration is triggered. SUBSYSTEM=="net", ACTION=="add", \ TAG+="systemd", ENV{SYSTEMD_WANTS}+="one-context-reconfigure-delayed.service" SUBSYSTEM=="net", ACTION=="remove", \ RUN+="/usr/bin/systemctl --no-block start one-context-reconfigure-delayed.service" # Change of CONTEXT CD-ROM triggers immediate reconfiguration, # which stops any existing delayed reconfiguration. SUBSYSTEM=="block", ACTION=="change", \ ENV{ID_CDROM}=="1", \ ENV{ID_FS_TYPE}=="iso9660", \ ENV{ID_FS_LABEL_ENC}=="CONTEXT", \ RUN+="/usr/bin/systemctl --no-block start one-context-reconfigure.service" # Handle disk resize SUBSYSTEM=="block", ACTION=="change", \ ENV{RESIZE}=="1", \ RUN+="/usr/bin/systemctl --no-block start one-context-force.service" SUBSYSTEM=="scsi", ACTION=="change", \ ENV{SDEV_UA}=="CAPACITY_DATA_HAS_CHANGED", \ RUN+="/usr/bin/systemctl --no-block start one-context-force.service" # Handle swap hot-attach SUBSYSTEM=="block", ACTION=="add", \ ENV{ID_FS_TYPE}=="swap", \ ENV{DM_ACTIVATION}!="1", \ RUN+="/usr/bin/systemctl --no-block start one-context-force.service"