What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Help Aicloud + Debian

anthr4x

Occasional Visitor
I have a new router RT-AC87R. I recently installed (Debian Wheezy - ARM and Minidlna UPnP Media Server through Debian Wheezy Arm) When I was going to reactivate Aicloud it was giving me a error stating HDD was unplug. However it wasnt unplug and debian was working perfectly.
Has anyone had a similar error or their is a Aicloud for debian?
 
Even so i had the error on syslog and Aicloud. I started watching a movie and out of nowhere debian disconnected. It was approximately 20 minutes of the movie running when devian server crashed. Here is some more information of my router. TV UN55HU8550

Linux NeXus-AC87 2.6.36.4brcmarm #1 SMP PREEMPT Fri Jan 9 00:57:53 EST 2015 armv7l GNU/Linux
nexus@NeXus-AC87:/tmp/home/root# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 35840 35840 0 100% /
devtmpfs 127768 0 127768 0% /dev
tmpfs 127876 9348 118528 7% /tmp
/dev/mtdblock4 64256 2080 62176 3% /jffs
/dev/sda2 2883218720 282182748 2454576888 10% /tmp/mnt/WD3TB
/dev/sdb2 14870912 211812 13903696 2% /tmp/mnt/FD16GB
nexus@NeXus-AC87:/tmp/home/root# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=127768k,nr_inodes=31942,mode=755)
proc on /proc type proc (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
/dev/sda2 on /tmp/mnt/WD3TB type ext3 (rw,nodev,relatime,errors=continue,user_xattr,barrier=0,data=ordered)
/dev/sdb2 on /tmp/mnt/FD16GB type ext4 (rw,nodev,relatime,barrier=1,data=ordered)
nexus@NeXus-AC87:/tmp/home/root# free
total used free shared buffers
Mem: 255752 117060 138692 0 1488
-/+ buffers: 115572 140180
Swap: 524284 0 524284
 
If aicloud fail to load at startup, try to adjust post-mount script by adding a delay, make more tests until it's ok.
Code:
#!/bin/sh
sleep 60
/opt/etc/init.d/S99debian start
Also try to adjust /opt/debian/etc/minidlna.conf and decrease notify interval from 895 to 300 or lower and port from 8200 to 9000 for example
Code:
notify_interval=300
Do you have activated Disk spindown in Tools/OtherSettings?
Do you have same disconnect issue with built in minidlna?
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top