Jump to content
XPEnology Community

Recommended Posts

Version: 6.1.3-15152

(2017/07/13)

Important Note

  1. The update is expected to be available for all regions within the next few days, although the time of release in each region may vary slightly.

  2. This update will restart your Synology NAS.

Fixed Issues

  1. Fixed an issue where some packages might not be repaired automatically.
  2. Fixed an issue where the creation of SSD cache might fail on DS1817.
  3. Fixed multiple issues regarding quota configuration for users in the administrators group.
  4. Fixed an issue where the trusted domain might not display after the deletion and refresh of domain list.
  5. Fixed an issue where a connection timeout might occur upon the access to file service page without any available external IP addresses.
  6. Fixed an issue where DSM might fail to establish the network connection after reboot.
  7. Fixed a security vulnerability regarding FFmpeg (CVE-2017-9993).
  8. Fixed a security vulnerability regarding DSM login page (CVE-2017-9553, CVE-2017-9554).
  9. Fixed a security vulnerability regarding Nginx (CVE-2017-7529).

 

Кто обновился, у кого какие траблы с установкой и обновлением?

П.С - у меня на АМД пишет что нет места на загрузочном диске, и после отказа устанавливаться, машина выключается после ребута.

Link to comment
Share on other sites

У меня baremetal MicroServer Gen8 тоже обновился, но гляжу сработал самодельный скрипт...

/usr/local/etc/rc.d/S98DSM-ETH-UP.sh  

#!/bin/sh

if ! [ -f /lib/modules/libphy.ko ] || ! [ -f /lib/modules/tg3.ko ]
then
cp -f /lib/modules/update/libphy.ko /lib/modules/libphy.ko
chmod 644 /lib/modules/libphy.ko
echo "$(date) libphy.ko copied successfully!"
echo "$(date) libphy.ko copied successfully!" >> /volume1/homes/user/scripts/S98DSM-ETH-UP.log

cp -f /lib/modules/update/tg3.ko /lib/modules/tg3.ko
chmod 644 /lib/modules/tg3.ko
echo "$(date) tg3.ko copied successfully!"
echo "$(date) tg3.ko copied successfully!" >> /volume1/homes/user/scripts/S98DSM-ETH-UP.log

sleep 300
reboot
fi
echo "$(date) The script worked!" >> /volume1/homes/user/scripts/S98DSM-ETH-UP.log

Hide  

log:

/volume1/homes/user/scripts/S98DSM-ETH-UP.log  

Sun Jul 16 15:00:47 MSK 2017 libphy.ko copied successfully!
Sun Jul 16 15:00:47 MSK 2017 tg3.ko copied successfully!
Sun Jul 16 15:05:47 MSK 2017 The script worked!
Sun Jul 16 15:08:15 MSK 2017 The script worked!

Hide  

Итог: работает.

Link to comment
Share on other sites

synoupdate.log 
root@tank:/var/log# vim synoupdate.log
2017/07/16 00:19:05 Start of the update...
2017/07/16 00:19:11 Start of the update...
2017/07/16 00:19:11 Start of the update...
2017/07/16 00:19:11 Upgrade from version 6.1.2.15132 to version 6.1.3.15152
2017/07/16 00:33:11 Update Config Event: rootfs_ready
2017/07/16 00:33:11 Update Type: migrate, from synology_broadwell_3617xs to synology_broadwell_3617xs
2017/07/16 00:33:22 Update Config Event: volume_ready
2017/07/16 00:33:22 Update Type: migrate, from synology_broadwell_3617xs to synology_broadwell_3617xs
2017/07/16 00:33:23 Update Config Event: share_ready
2017/07/16 00:33:23 Update Type: migrate, from synology_broadwell_3617xs to synology_broadwell_3617xs

 

Hide 
Edited by Bob the Builder
Link to comment
Share on other sites

update.log кусок из  лога /var/log/messages
2017-07-16T00:19:10+02:00 tank synoscgi_SYNO.Core.Upgrade_1_start[18702]: Upgrade.cpp:259 Verify checksum of [//upd@te]...
2017-07-16T00:19:11+02:00 tank synoscgi_SYNO.Core.Upgrade_1_start[18702]: Upgrade.cpp:264 Pass checksum of //upd@te...
2017-07-16T00:19:11+02:00 tank synoscgi_SYNO.Core.Upgrade_1_start[18702]: Upgrade.cpp:500 ==== Start updater pre-hook ====
2017-07-16T00:19:11+02:00 tank updater: updater.c:5773 Start of the updater...
2017-07-16T00:19:11+02:00 tank synoscgi_SYNO.Core.Upgrade_1_start[18702]: Upgrade.cpp:510 ==== Finish updater pre-hook ====
2017-07-16T00:19:11+02:00 tank synoscgi_SYNO.Core.Upgrade_1_start[18702]: Upgrade.cpp:345 Executing [//upd@te/updater -v / ]
2017-07-16T00:19:11+02:00 tank updater: updater.c:5773 Start of the updater...
2017-07-16T00:19:11+02:00 tank updater: updater.c:2746 orgBuildNumber = 15132, newBuildNumber=15152
2017-07-16T00:19:11+02:00 tank updater: updater.c:6028 ==== Start flash update ====
2017-07-16T00:19:11+02:00 tank updater: updater.c:6032 This is X86 platform
2017-07-16T00:19:11+02:00 tank updater: updater.c:6049 The SynoBoot partitions exist.
2017-07-16T00:19:11+02:00 tank updater: updater.c:3614 SYNORedBootUpdCheckAndApply(3614): Skip bootloader update, no uboot_do_upd.sh exists
2017-07-16T00:19:11+02:00 tank updater: updater.c:545 checksum generated by [/bin/grep -i zImage checksum.syno >> /tmp/checksum.syno.tmp]
2017-07-16T00:19:11+02:00 tank updater: updater.c:557 file [zImage] is being copied to [/tmp/bootmnt]
2017-07-16T00:19:11+02:00 tank updater: updater.c:565 file [/tmp/bootmnt/zImage] process done.
2017-07-16T00:19:11+02:00 tank updater: updater.c:545 checksum generated by [/bin/grep -i rd.gz checksum.syno >> /tmp/checksum.syno.tmp]
2017-07-16T00:19:11+02:00 tank updater: updater.c:557 file [rd.gz] is being copied to [/tmp/bootmnt]
2017-07-16T00:19:11+02:00 tank updater: updater.c:565 file [/tmp/bootmnt/rd.gz] process done.
2017-07-16T00:19:11+02:00 tank updater: updater.c:545 checksum generated by [/bin/grep -i grub_cksum.syno checksum.syno >> /tmp/checksum.syno.tmp]
2017-07-16T00:19:11+02:00 tank updater: updater.c:557 file [grub_cksum.syno] is being copied to [/tmp/bootmnt]
2017-07-16T00:19:11+02:00 tank updater: updater.c:565 file [/tmp/bootmnt/grub_cksum.syno] process done.
2017-07-16T00:19:11+02:00 tank updater: updater.c:552 file [/tmp/bootmnt/hda1.tgz] is being removed
2017-07-16T00:19:11+02:00 tank updater: updater.c:565 file [/tmp/bootmnt/hda1.tgz] process done.
2017-07-16T00:19:11+02:00 tank updater: updater.c:552 file [/tmp/bootmnt/updater] is being removed
2017-07-16T00:19:11+02:00 tank updater: updater.c:565 file [/tmp/bootmnt/updater] process done.
2017-07-16T00:19:11+02:00 tank updater: updater.c:552 file [/tmp/bootmnt/VERSION] is being removed
2017-07-16T00:19:11+02:00 tank updater: updater.c:565 file [/tmp/bootmnt/VERSION] process done.
2017-07-16T00:19:11+02:00 tank updater: updater.c:575 checksum file updated by [/bin/cp -f /tmp/checksum.syno.tmp /tmp/bootmnt/checksum.syno]
2017-07-16T00:19:21+02:00 tank updater: updater.c:1003 This model DS3617xs needs no factory upgrade
2017-07-16T00:19:21+02:00 tank updater: updater.c:6394 ==== Finish flash update ====
2017-07-16T00:19:21+02:00 tank updater: updater.c:4859 successfully backup image for System Migration in path (/tmpRoot/.syno/patch).
2017-07-16T00:19:21+02:00 tank updater: updater.c:5154 Decompress hda1.tgz to SynoUpgrade.tar

 

Hide  
Edited by Bob the Builder
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
On 7/16/2017 at 10:01 AM, Kizilkum said:

я обновился, у меня ESXI проблем не замечено

 

То же самое. HP Microserver G8 + ESXI 6.5 полет нормальный штатными средставми.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...