Jump to content
XPEnology Community

nevusZ

Member
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by nevusZ

  1. 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

  2. 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? 

  3. On 7.7.2017 at 10:42 AM, blu001 said:

     

    after the upgrade I had problems with samba shares, I was able to access public folders, but not the folders requiring authentication

     

    I tried everything from inside DiskStation web interface, but without success, so I came up with this solution:

     

    ssh admin@<DiskStation_ip>  ssh access to your DiskStation; you will be asked for the admin password

    sudo -i  for root privileges; you will be asked for the admin password

    smbpasswd -a <user>  for every DiskStation user who needs samba access to shared folders; you will be asked for a password for every user

     

    that's all, just in case someone has the same problem

     

    bye

    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!

    • Like 1
  4. 20 hours ago, abced said:

    So is DS916 image working fine? You are the first one I saw that succesfully uses it. I have N3050, so I guess it should work for me as well.

    Its working fine for me since 1 week.

    I had to uncheck " hardware transcoding" in videostation so video transcoding is working

  5. 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.

    • Thanks 1
  6. 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  

     

  7. 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)

     

  8. 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

  9. 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...