Jump to content
XPEnology Community

tsygam

Member
  • Posts

    40
  • Joined

  • Last visited

Everything posted by tsygam

  1. Yes, I did actually I do not see this since kernel modules are not loaded at boot for some reason and probably because of this tools fails to load. How modules installed by S37vmware.sh should be started? after I load modules manually and then run S22open-vm-tools.sh or /opt/bin/vmtoolsd --background /var/run/vmtoolsd.pid, tools are started and are seen by vSphere Client as third party tools I can send reboot or other command once without effect on DSM machine, but next time vSphere client fires an error can you tell which logs should contain VMware tools entries and is there any tools specific logging which can be enabled? Thanks for your help!
  2. Hi Tuatara! I am on 4.2 also. Followed your guide and see vmtools running, but not able to shut down, restart, etc. Also on reboot kernel modules do not load automatically. May be start up script should be different or some config added? I did not find tools.conf Please advise if you can. Regards, tsygam
  3. Synology apps managing disks are not open source
  4. Trantor, Would you mind including fuse-convmvfs into your next build to allow utf8 to win charset NFS mount? Many thanks for what you are doing and regards tsygam
  5. modify 19th line of /usr/syno/etc/rc.d/S83nfsd.sh to add auth_rpcgss just before rpcsec_gss_krb5: KERNELMODULEV4="auth_rpcgss rpcsec_gss_krb5" and then run /usr/syno/etc/rc.d/S83nfsd.sh restart while starting it should look as: Starting NFS server... :: Loading module auth_rpcgss ... [ OK ] :: Loading module rpcsec_gss_krb5 ... [ OK ] :: Loading module exportfs ... [ OK ] :: Loading module nfsd ... [ OK ] idea is from here http://xpenology.com/forum/viewtopic.php?f=2&t=6&p=4872#p4872
  6. you are right, i did not think about this
  7. so is it then possible to 0 the vid/pid table in there and repack it? or others need to be dumped and repacked with a different key?
  8. no idea what happened, but today I powered on 4.3 on esxi (4.3 already was sleeping there for a while) SSHed into and for some reason ls /volume1 and there was @scemd.core which seems to be unpacked scemd. Linking just in case it helps https://www.dropbox.com/s/6wrg5g5ufvmmtq6/scemd.core.tgz
  9. Hi! for me Jetway NF9E-Q77 works with 7805 without any issues. The card is not that fast at boot, but it seems to be normal. Running latest Adaptec's firmware & drivers. Though you will not be able to see adaptec's health status in esxi client, ie Adaptec is not recognised as storage in health section, i've read somewhere that it is posible for LSI cards. PS: The only thing I could not make working at NF9E-Q77 is boot via AMT after power outage AND having bios set to keep previous state - the box is shut down by UPS and i want to boot it from another server only if power is on long enough and UPS battery is more than say 30%. Have you played with these things? BR
  10. seems that for qnoligy vortex is using another synobios mod: at the offset 00002A26, 75 C4 0F BE 04 24 is replaced with 90 B8 36 00 00 00, so assuming that 36 is model ID for DS1511, for 3612 shouldn't it be 90 B8 42 00 00 00 at 0002626? synobios.zip
  11. Thanks! just please take the latest from Adaptec's site http://www.adaptec.com/en-us/speed/raid/aac/linux/aacraid-linux-src-1_2_1-30200_tgz.htm As to CONFIG_DEVPTS_MULTIPLE_INSTANCES=y seems to be needed to create another virtual port, link it to one synobios is using and try cheating it https://www.kernel.org/doc/Documentation/filesystems/devpts.txt. Please enable this for experimenting.
  12. Could you please add drivers for Adaptec's cards http://www.adaptec.com/en-us/downloads/linux_source/linux_source_code/productid=sas-7805&dn=adaptec+raid+7805.html Many thanks in advance! Adaptec drivers buit-in the kernel (in changelog): Adaptec AIC7xxx (New Driver) Adaptec AIC79xx U320 Adaptec AIC94xx SAS/SATA Hi Trantor! Thank you for noting my msg, though I am afraid I was talkig about different drivers - aacraid for SAS/SATA RAID Adapters rather than HBAs, or I completely misunderstand something? PS: would enabling CONFIG_DEVPTS_MULTIPLE_INSTANCES allow virtual port creation to communicate with synobios? If so please enable too.
  13. Hi Trantor, Could you please add drivers for Adaptec's cards http://www.adaptec.com/en-us/downloads/linux_source/linux_source_code/productid=sas-7805&dn=adaptec+raid+7805.html Many thanks in advance!
  14. Hi, many thanks to all contributed to DSM on on PC and on ESXi! just wanted to share my small experience so far. CPU: Xeon E3-1265L-v2 MB: Jetway NF9E-Q77 HDD: 500Gb Hitachi SAS/SATA: Adaptec 7805, so far only 1Tb WD SATA disk is connected for testing (the disk has MBR) - compiled aacraid.ko for DSM from the source code avaliable at Adaptec's site - enabled pcipassthru for 7805 in ESXi - added PCI controller to DSM's VM - added pciPassthru0.msiEnabled = "FALSE" to my .vmx file - copied aacraid.ko and arcconf (command-line tool for linux x64) to DSM - insmod aacraid.ko I do not have dmesg and arcconf outputs to post now but both aacraid.ko and arcconf seems to work. DSM does see the diskas eSATA, but as opposed to arcconf, DSM does not display SMART in its web shell - SMART is not supported msg pops up. Will keep playing
×
×
  • Create New...