Jump to content
XPEnology Community

nevusZ

Member
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by nevusZ

  1. update to dsm 6.1.3 15152 worked for me on jun loader 1.02b ds916+ image! updated from version 6.1.2 15132 u1 read and write speed is normal on my system - baremetal
  2. you can deactivate that setting in BIOS/UEFI search for "Restore on AC/Power Loss" Power OFF -> the system does not boot after power loss Power ON -> the system boots
  3. nevusZ

    DSM 6.1.x Loader

    dsm 6.1.3 15152 - jun 1.02b running fine in virtualbox test environment manual update from 6.1.2u1
  4. nevusZ

    DSM 6.1.x Loader

    i am trying to install dsm 6.1.2 15132 - ds916+ image inside virtualbox with loader jun 1.02b. it doesn't work. i am getting the error "Failed to install the file. The file is probably corrupted. 13" this happens when i add disks with sata controller. checked the md5 sum of my pat file - it is correct. my laptop cpu is haswell so it should be able for ds916+ image if a add disks as scsi they aren't recognized on boot i choose 3rd option "vmware" on virtual deployment is it necassary to change vid/pid - there is no usb stick. i tried setting "use host I/O chache" without it i cannot see my virtual machine in the network anyone managed to install ds916+ image in virtualbox? the serial log can be found here: serial.log
  5. nevusZ

    DSM 6.1.x Loader

    dsm 6.1.2 15132 update 1 succesfull on jun loader 1.02b ds916 image
  6. hy, i am trying to install ds916+ image inside virtualbox. it doesn't work. i am getting the error "Failed to install the file. The file is probably corrupted. 13" this happens when i add disks with sata controller. checked the md5 sum of my pat file - it is correct. my cpu is haswell so it should be able for ds916+ image if a add disks as scsi they aren't recognized anyone managed to install ds916+ image in virtualbox?
  7. update1 working on virtualbox test environment ds3615xs jun 1.02b
  8. nevusZ

    DSM 6.1.x Loader

    I also had that problem Looks like the /etc/samba/smbpasswd file has xxxxxxx in user and pw after upgrade I solved it by going to dsm-> control panel->users and set new password(or the same password) The smbpasswd file is also updated!
  9. nevusZ

    DSM 6.1.x Loader

    Its working fine for me since 1 week. I had to uncheck " hardware transcoding" in videostation so video transcoding is working
  10. nevusZ

    DSM 6.1.x Loader

    hy dire, according to you need at least a gen 4 core processor or a braswell device for example n3710 or newer like j3455 which i use with ds916+ image. stay with ds3615xs.
  11. https://forum.synology.com/enu/viewtopic.php?t=116174 Sorry guys. the rc.local file is not used anymore since dsm 6.1 forget about the above code i found out that you can write your desired MAC into the jun loader grub.cfg->the loader cares about presenting this mac to the OS code admin@prodtest1:/$ sudo -s We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. Password: sh-4.3# ifconfig eth0 Link encap:Ethernet HWaddr 00:11:32:11:22:33 inet addr:192.168.1.118 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::211:32ff:fe5d:3161/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5090 errors:0 dropped:0 overruns:0 frame:0 TX packets:6964 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2699973 (2.5 MiB) TX bytes:6183192 (5.8 MiB) Interrupt:143 base 0xe000 eth1 Link encap:Ethernet HWaddr 00:11:32:44:55:66 inet addr:169.254.249.59 Bcast:169.254.255.255 Mask:255.255.0.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:362 errors:0 dropped:0 overruns:0 frame:0 TX packets:362 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:40943 (39.9 KiB) TX bytes:40943 (39.9 KiB) sh-4.3# Hide
  12. https://github.com/Entware-ng/Entware-ng/wiki/Install-on-Synology-NAS You can get packages like lm-sensors from opkg package list like entware-ng follow the instructions in the above link and you can install lm-sensors and a lot of more packages! sh-4.3# sensors coretemp-isa-0000 Adapter: ISA adapter Physical id 0: +41.0 C (high = +105.0 C, crit = +105.0 C) Core 0: +38.0 C (high = +105.0 C, crit = +105.0 C) Core 1: +38.0 C (high = +105.0 C, crit = +105.0 C) Core 2: +41.0 C (high = +105.0 C, crit = +105.0 C) Core 3: +41.0 C (high = +105.0 C, crit = +105.0 C)
  13. Hy everyone, I found out another way to get offline transcoding to work - you need a real synology mac adress. usually you need to flash a mac to the eeprom with DOS exe files like PG8168.EXE or others(http://xpenology.me/how-to-change-and-flash-mac/) execute this command and you have a temporary mac adress from Vendor Synology (edit the last 6 digits to your needs - only 1-9 and A-F) ifconfig eth0 hw ether 00:11:32:AB:12:C4 after a reboot it would be gone, so it has to be launched at boot. therefore create a file /etc/rc.local touch /etc/rc.local execute permission chmod +x now edit the file vi /etc/rc.local i for insert and paste your command ifconfig eth0 hw ether 00:11:32:AB:12:C4 exit 0 after a reboot the mac stays. no need for flashing it to eeprom of your NIC! my question to the admins/devs: is it necassery to edit the grub.cfg with the new mac adress? i have NO problem on my system when there is the orignal mac of my NIC in the grub.cfg My System: baremetal install on ASROCK J3455-ITX DSM 6.1.2 15132 loader jun 1.02b BTW: i find it a bit annoying the code is inserted in new dsm version that checks for valid serials/macs! what if other functions get implemented for more important stuff than offline transcoding! THIS post is not about quickconnect or any other synology services! Use those services only if you have a real synology box! It is only about local functions in xpenology
  14. is this also possible for btrfs? does ubuntu support that filesystem or is it only supported by dsm/synology?
  15. nevusZ

    DSM 6.1.x Loader

    just wanted to inform everybody that my update to 1.02b + dsm 6.1.2 15132 worked. I came from version 5.2 5466 xpenoboot. I had no problems with update file and did not need to have serial access baremetal qnap ts459 - intel atom d510 altough this is my first post here, I am working with xpenology since years. thanks everybody for great work here!
×
×
  • Create New...