Jump to content
XPEnology Community

grayer

Member
  • Posts

    20
  • Joined

  • Last visited

grayer's Achievements

Junior Member

Junior Member (2/7)

0

Reputation

  1. 이거 저도 답변 단 쓰레드인데, openssl 최신 버전 설치하시면 해결됩니다.
  2. 혹시 시스템이 멈추는게 아니라 랜카드가 동작을 멈추는 것 아닌지요? 일부 랜카드에서 그런 문제가 있습니다. (저의 경우에 온보드 랜에 문제가 있어 따로 인텔 칩 들어간 랜카드를 꽂았습니다.)
  3. 아뇨 3201 만 올려봤습니다.
  4. 제가 쓴 글입니다만.. 아마 그냥 제가 올린 이미지 그대로 가져오시는 것이 제일 쉽게 쓰실 수 있는 방법일겁니다. 그 이미지는 커널이 좀 수정되서 scsi 하드나, 일반 network 을 사용하실 수 있습니다. 첫번째 하드는 무조건 ide 여야 하고요. (이건 hyper-v 의 제약입니다.) dynamic memory까지 되는 커널도 있는데, 약간 불안정 하긴 합니다.
  5. 결국 이 변환이 ImageMagick 이라는 프로그램으로 이루어지는 건데, (convert) 원래라면 OpenCL을 지원하기때문에 gpu가속이 되긴합니다. dsm에 포함된 것이 가속을 지원하는 버전인지는 모르겠습니다만...
  6. #은 주석입니다. menu.lst 와 grub.cfg는 같은 파일인게 정상입니다. (한쪽이 심볼릭 링크)
  7. 딱히 지원할 수 있는 하드웨어에 제약같은 건 없는데, 모든 드라이버를 다 포함해서 빌드하면 시간이 엄청나게 오래걸리고, 용량도 커집니다. 그러니 필요한 것만 집어넣어서 빌드를 하는거죠.. 그리고 같은 머신에서 빌드하실 필요는 없습니다.
  8. dsm 4.2 zImage https://mega.co.nz/#!I1YgAayS!CrFUDEbMx ... 69_vX4NqJM hyper-v module https://mega.co.nz/#!RtBVlJpY!MbdYMX2kX ... y7NdVQ9Z9c kernel source https://mega.co.nz/#!VtomxDDQ!QiASvUYo0 ... cVV_S3bWsk all hv driver's patched, and My modification to kernel itsef is surrounded with '#ifdef SYNOLOGY_HYPERV'
  9. Makefile is very simple. kernel v3.4's hyper-v driver has exact same files, so just copy them to staging folder. kernel v3.8 has a little change to kernel header, so you need to modify some source files to compile it. (If you are a programmer, I bet you can modify it.) Try v3.4 first. It will work. or I can upload patched kernel source with latest hyper-v drivers, If you want. (It is a latest patch, so it might be unstable.) go to kernel.googlesource.com, browse hyper-v driver folder, and view folder history. It helps a lot.
  10. If you want DEC drivers to work, you have to remove /sbin/irqbalance. Kernel that I uploaded is patched with kernel v3.4 hyper-v driver. v3.4 kernel hyper-v driver linux-3.4/drivers/hv/*.* linux-3.4/drivers/net/hyperv/*.* linux-3.4/drivers/scsi/hv/*.* linux-3.4/kernel/arch/x86/cpu/mshyperv.* linux-3.4/include/kernel/hyperv.h dsm 4.2 hyper-v driver linux-3.x/drivers/staging/*.* linux-3.x/kernel/arch/x86/cpu/mshyperv.* linux-3.x/include/kernel/hyperv. so the dsm 4.2 hyper-v driver is staging driver, and very unstable (it is not even working!) You can try v3.8 kernel hyper-v driver, if you want dynamic memory.
  11. I'm currently running dsm4.2 maybe you need to compile kernel 3201
  12. Use bindfs and mount remote folder. DiskStation> mount /dev/root on / type ext4 (rw,relatime,user_xattr,nosynoacl,barrier=1,journal_checksum,data=ordered) /tmp on /tmp type tmpfs (0) none on /dev/pts type devpts (gid=4,mode=620) /sys on /sys type sysfs (0) /proc/bus/usb on /proc/bus/usb type usbfs (0) /dev/md2 on /volume1 type ext4 (usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,synoacl) /volume1/@optware on /opt type bind (bind) fusectl on /sys/fs/fuse/connections type fusectl (0) \\192.168.0.102\Public\Music\iTunes\iTunes Media\Music on /volume1/musicBox type cifs (rw) bindfs on /volume1/music type fuse.bindfs (no-canonicalize,rw,nosuid,nodev,allow_other,default_permissions) \\192.168.0.102\Public\Photo on /volume1/photoBox type cifs (rw) bindfs on /volume1/photo type fuse.bindfs (no-canonicalize,rw,nosuid,nodev,allow_other,default_permissions) /usr/syno/bin/convert maybe replaced with newer version(use ipkg get imagemagick), if it does not work. sorry for my broken english.
  13. just delete /boot/grub/menu.lst or grub.cfg then, you can boot into grub command line. or, download link. first vhdx is boot disk.
  14. https://mega.co.nz/#!0wYilRQb!cWjVHVsqb ... D3S2IecsJM Cause it's been up and running, it is not clean installation. 1. I made some modifications on configs (especially /etc/fstab, /opt/etc/init.d) 2. Kernel's modified to use synthetic scsi, network driver. 3. libcrypto.so.1.0.0 is replaced with latest build. Admin password is '11'. again, sorry for my broken english.
  15. By the way, I'm currently working for dsm4.2 with hyper-v dynamic memory support( which is in Linux kernel v3.9-rc3 ) It'll be great if that works.
×
×
  • Create New...