Çسî DSM 6.2.3-25426 Update 2 ¼º°ø
https://www.synology.com/ko-kr/releaseNote/DS918+#ver_25426-2 (570)
FX2421 지원 추가, 보안패치랑 버그 수정이네요.
What's New
- Added support for Synology Expansion Unit FX2421.
Fixed Issues
- Fixed the issue where a DS920+ or DS720+ might not enter hibernation when its connected expansion unit has entered deep sleep.
- Fixed the issue where drive status LED indicators on a connected expansion unit might not work properly when the expansion unit wakes up from deep sleep.
- Fixed the issue where daylight saving time might not display correctly in certain time zones (e.g., Dublin, Casablanca).
- Fixed the issue where mounted remote shared folders on a Synology NAS may cause volumes to operate improperly or the Synology NAS unable to shut down in certain scenarios.
- Fixed the issue where the system might incorrectly prompt "drive slot disabled” notice when a DS413 or DS213+ wakes up from deep sleep.
- Enhanced the performance in writing a large number of files to a Btrfs volume with RAID 1 configuration using hard disk drives (HDD).
- Fixed the issue where Synology Universal Search and Synology Drive might consume excessive CPU resources when the option "Utilize unused memory as database cache to improve (search) performance" has been enabled.
- Fixed the issue where domain-related services might not resume working because the update of domain data could not be complete.
- Fixed security vulnerabilities (Synology-SA-20:18).
- Fixed the issue where the system might incorrectly prompt IP address conflict warning if a network interface card is attached to Synology NAS and the option "Reply to ARP requests if the target IP address is a local address configured on the incoming interface" is disabled.
- Fixed the issue where the status of an Ethernet port might not be detected properly when the Ethernet port is not connected to a network cable while Open vSwitch has been enabled.
asrcok J4105-ITX + 1.04b(0.13.3드라이버) + 918+ 네이티브 업데이트 후 아직 문제없네요.
설치 후 재부팅 합니다.
DSM 6.2.3-25426 Update -> DSM 6.2.3-25426 Update 2
¾÷µ¥ÀÌÆ®¸¦ À§ÇØ ³»·Á¹ÞÀº ¾÷µ¥ÀÌÆ® ÆÄÀÏ ¼Õ»óµÇ¾ú´Ù´Â ¸Þ¼¼Áö°¡ ÀÚ²Ù ¶°¼
¾Æ·¡ URL ó·³ ÁøÇàÇÏ¿© ÇØ°áÇÏ¿´½À´Ï´Ù.
https://xpenology.com/forum/topic/28183-running-623-on-esxi-synoboot-is-broken-fix-available/
¿ä¾à
1. Download the attached FixSynoboot.sh script --> À§ »çÀÌÆ®¿¡ ÀÖÀ½.
2. Copy the file to /usr/local/etc/rc.d
3. chmod 0755 /usr/local/etc/rc.d/FixSynoboot.sh
4. xpenology reboot
5. upgrade
´öºÐ¿¡ ÇØ°áÇÏ¿´½À´Ï´Ù.
Esxi 6.7, 1.04b 918+ ȯ°æÀÔ´Ï´Ù.
# FixSynoboot() extracted from Jun 1.04b loader
# added hotplug-out event to gracefully clean up esata volumes 2020-Apr-18
# cleaned up share references in message log and root folder 2020-May-16
FixSynoboot()
{
if [ ! -e /dev/synoboot ]; then
tail -n+3 /proc/partitions | while read major minor sz name
do
if echo $name | grep -q "^sd[[:alpha:]]*$";then
basename=$name
minor0=$minor
synoboot1=""
synoboot2=""
continue
fi
if [ $name = "${basename}1" -a $sz -le 512000 ]; then
synoboot1="$name"
minor1=$minor
elif [ $name = "${basename}2" -a $sz -le 512000 ]; then
synoboot2="$name"
minor2=$minor
else
continue
fi
if [ -n "$synoboot1" -a -n "$synoboot2" ]; then
# begin hotplug event added
if [ -e /sys/class/block/$basename ]; then
port=$(synodiskport -portcheck $basename)
df | grep "^/dev/$basename." | while read share; do
share=$(echo $share | awk '{print $1,$NF}')
sharedir=$(echo $share | awk '{print $2}')
sharebase=$(echo $sharedir | awk -F\/ '{print $2}')
sharedir=$(echo $sharedir | awk -F\/ '{print $3}')
if ( synocheckshare --vol-unmounting $port $share ); then
umount $(echo $share | awk '{print $1}')
grep -v "^$share" /run/synostorage/volumetab >/tmp/volumetab
mv /tmp/volumetab /run/synostorage/volumetab
rm "/$sharebase/@eaDir/$sharedir/SYNO@.attr"
find "/$sharebase" -empty -type d -delete 2>/dev/null
fi
done
echo "remove" >/sys/class/block/$basename/uevent
fi
# end
rm "/dev/$basename"
rm "/dev/$synoboot1"
rm "/dev/$synoboot2"
rm "/dev/${basename}3"
mknod /dev/synoboot b $major $minor0
mknod /dev/synoboot1 b $major $minor1
mknod /dev/synoboot2 b $major $minor2
break
fi
done
fi
}
RUNAS="root"
case $1 in
start)
FixSynoboot
exit 0
;;
stop)
exit 0
;;
status)
exit 0
;;
log)
exit 1
;;
*)
exit 1
;;
esac
http://www.2cpu.co.kr/PDS/13495
I3-7100t, ½´¸¶ x11she,1.03b ¾÷±Û¼º°øÀÔ´Ï´Ù
i5-45xx
h81m-ds2v
1.04b 918+
NEXT-362DCP dual lan
½ÇÄÄ
i5-45xx ¼¼´ë 2´ë ¸ðµÎ Á¤»ó ¾÷µ¥ÀÌÆ® µÇ¾ú½À´Ï´Ù.
Linux,Unix ¿ÏÀü Àë¹ðÀÌÀÔ´Ï´Ù.
Åڳݿ¡¼
admin@XPE_CLT2:/volume2/thefunedu/TheFunHDD$ cp FixSynoboot.sh /usr/local/etc/rc.d/FixSynoboot.sh
cp: cannot create regular file ??usr/local/etc/rc.d/FixSynoboot.sh?? Permission denied
¾î¶»°Ô ÇØ¾ß Æ۹̼ÇÀ» ¾òÀ»±î¿ä?
ÆÄÀÏ ¼Õ»óµÇ¾ú´Ù´Â ¸Þ¼¼Áö ÀÌ·±°Å ¾ø´øµ¥...