Jump to content
XPEnology Community

Mentat

Member
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mentat

  1. But we have the latest 4.3... It this working? #MAKE SURE YOU HAVE: # Installed Bootstrap, which mounted the optware dir (i.e. "ln -s /volume1/@optware /opt ") # and in the /root/.profile file, appended PATH with ":/opt/bin:/opt/sbin" # Installed required packages: "ipkg update & ipkg install gcc & ipkg install make" # #THEN PERFORM: ################## wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz tar zxvf openssl-1.0.1g.tar.gz cd openssl-1.0.1g ./config touch /opt/lib/gcc/powerpc-linux-gnuspe/3.4.6/include/syslimits.h make install
  2. I have https activated for my login on the NAS. I've read this and I've tested my setup. It seems vulnerable to Heartbleed I have DSM 4.3 3827 http://filippo.io/Heartbleed/
  3. I use beta 7, works great, with one exception. On each reboot, I get Grub Error 21 and I need to rewrite the SD card on my HP proliant Gen8 microserver. So... what is the problem ?
  4. Take the gen 8. Normal NAS is a joke as processing power + RAM ant 500$
  5. HDD Spin - no hope as the bios has no S3 support Do DSM Raid (software).
  6. Trantor, can you please add support for Shutdown from the Power button in the next release? viewtopic.php?f=2&t=889&start=30 Thank you!
  7. Great, thank you! BTW, for fan noise, select in bios, Power Management - OS controlled.
  8. I changed the tutorial, it should not create any problems now.
  9. Right... I assume you can still login using ssh to Diskstation. run cat /proc/partitions It will get some values. Use those values bellow. mknod /dev/sda b 8 x mknod /dev/sdb b 8 y Exemple in my case: mknod /dev/sda b 8 0 mknod /dev/sdb b 8 16 After this, should work: vi /usr/syno/etc/rc.d/S91chroot.sh I've modified the code... CHROOT=/volume1/@appstore/debian-chroot/var/chroottarget mount -o bind /dev $CHROOT/dev mount -o bind /proc $CHROOT/proc mount -o bind /dev/pts $CHROOT/dev/pts mount -o bind /sys $CHROOT/sys # volume1 mount in debian mount -o bind /volume1/ /volume1/@appstore/debian-chroot/var/chroottarget/media/volume1/ cp -f /etc/resolv.conf $CHROOT/etc/resolv.conf #chroot $CHROOT /bin/bash Save + reboot If still problems... chmod -x /usr/syno/etc/rc.d/S91chroot.sh
  10. After an error, my xpenology cannot detect the hdd's No fun. What can I do ?
  11. After installing Debian Chroot I've tried to make it run on boot. The result? My HDDs and volume disappeared. Please help...
  12. This is because you are not in Debian. Did you install (Package center) Perl and Debian Chroot ? To enter debian after installation: chroot /volume1/@appstore/debian-chroot/var/chroottarget/ /bin/bash
  13. After an entire day o work, I've installed Zoneminder on my xpenology with DSM 4.3 from Trantor. Step by step guide: http://forum.softpedia.com/topic/949784 ... gy-succes/ Is in Romanian language, but it can be easily translated with google translate.
  14. Trantor - the only 4.3 DSM build now viewtopic.php?f=14&t=1700
  15. Search is a very intensive function. phpbb is not a great board and it has a lot of limitation + stopwords (common) use in google search:xpenology.com search term
  16. lsmod | grep button button 4107 0
  17. Mentat

    Stora Nas

    Xpenology is for x86 processors, like the one in your computer, running Windows. Stora has an ARM processor, like many Synology boxes. http://eblog.damia.net/damianetblog/ind ... ear-stora/ So.... NO...
  18. Your vdi boot gile got corrupted. Close Virtualbox, replace the vdi file with the original one and will work
  19. Here is my message log For this error UDP Failed to set receive buffer: requested 4194304, got 262142 the solution is echo 'net.core.rmem_max = 16777216' >> /etc/sysctl.conf echo 'net.core.wmem_max = 4194304' >> /etc/sysctl.conf sysctl -p
  20. HP Proliant Mocroserver Gen8 is the new "star" from HP 4 HOT Swappable HDD HP B120i RAID It supports RAID 0,1,10 (not 5) For RAID 5 a RAID card is necessary. I installed XPEnology 4.3 without problems and it's working, with some exceptions: 1. HDD spindown/Hybernation is not working 2. Power Off button is not working (no busybox support in 4.3) 3. WOL not working in 4.3 Power consumption: 35W
  21. You cannot use this, as S99ZZZ_Shutdown.sh is calling for a missing package!
  22. Error insmod: can't insert '/lib/modules/acpi-cpufreq.ko': Input/output error
  23. button.co is in /lib/modules, but i get acpid: /proc/acpi/event: No such file or directory in /var/log/acpid.log btw, I'm using 4.3 viewtopic.php?f=14&t=1700 I think the acpid file (renamed busybox) is not correct. I even use my busybox, but no luck here.
  24. What I do not know is IF button.ko is allready installed or not. There is no instruction about this...
×
×
  • Create New...