Reporting some issues on BH 2.1.3

dcmcix

Vu+ Newbie
hi, all
Hope I won't be banned for this ;) I didn't find any post relating this issues (not exactly the same issue)
the vsftpd on the latest BH image 2.1.3 is workin well but via the shell :
I have to do it manually so it can start :
./vsftpd (the only way it can run)
NO 'nohup' works
Can't register it with the updater-rc.d for automatic start
No way to start it via the menu

Second thing :
BH SpeedUP is working randomly and some time very slow (I've a SWAP 256mb on a SanDisk Stick)

Hope Those few bugs can be fixed on the next release

I'm verry happy with this BH image, very stable very fast and always updated

Thank you for your great effort to keep our SetTopBox's uptodate :)

Regards,
 

dcmcix

Vu+ Newbie
Annother One :
1 - Can't start Inadyn From The GUI
2 - When I edit Inadyn settings and click on Save button nothing is written to the Inadyn.conf , I've to do it manually via Shell (I did it and the daemon is started with no problem)

I think it's a minor issue ... but I feel the need to report It

Thank you again
 

angelofsky1980

BlackHole Driver Specialist
hi, all
Hope I won't be banned for this ;) I didn't find any post relating this issues (not exactly the same issue)
the vsftpd on the latest BH image 2.1.3 is workin well but via the shell :
I have to do it manually so it can start :
./vsftpd (the only way it can run)
NO 'nohup' works
Can't register it with the updater-rc.d for automatic start
No way to start it via the menu

Second thing :
BH SpeedUP is working randomly and some time very slow (I've a SWAP 256mb on a SanDisk Stick)

Hope Those few bugs can be fixed on the next release

I'm verry happy with this BH image, very stable very fast and always updated

Thank you for your great effort to keep our SetTopBox's uptodate :)

Regards,

Use BH 2.1.3 V2 for Vu+Solo box.
 

dcmcix

Vu+ Newbie
Hi,
I've installed the 2.1.3 V2 and the SpeedUp is working again ! (1000000 Thanks for this)
But ... Yes there is a 'But' 'vsftpd' wont start via the BH Menu, I have to do it manually. (when I quite the shell the process is Killed, Nohup cant do anything about this. Im doing a script to keep this running even after shell exit ;) I'll share when done
The Inadyn Daemon is Running (Manualy started) but in The GUI it shows that it's 'NOT Running' ...
I can access the log via the GUI => OK
No modification can be done in GUI => KO

For more Information about my Config :
VU SOLO (A very brand new one with CF updated from factor, I didnt need to do it)
Image BH 2.1.3 V2 (Clean Install)
SWAP on a 256mb partition on a SanDisk Stick
RaLink WiFi Stick 11n (Ship : RT2870)
My Image is Untouched installed with a SONY 16GO USB Stick

Thank you for your support

Have a nice day
 

dcmcix

Vu+ Newbie
Hi All,

This is INTENTED FOR THOSE WHO WANT ACCESS THEIR BOX'S VIA FTP OR SFTP (no need for this if you juste watch TV on your Box ;) )

This solution works for me, /!\ BUT STILL UNDER TESTING /!\ :

in /etc/init.d create a file named 'vsftpd' and paste the script (from the '#' to the last line 'exit 0' ) :

#!/bin/sh
PID=`ps -eAf |grep -i vsftpd |grep -v grep |wc -l`
if [ "1" -eq "$PID" ]; then
exit 0
else
/usr/sbin/vsftpd &
fi
exit 0

==> Don't forget to do a 'chmod +x /etc/init.d/vsftpd' to let the script run at startup with the right permission <==

Then you can register this in startup time like this ( type the following in shell ) :

/usr/sbin/update-rc.d vsftpd defaults

Reboot your Box, and enjoy your SFTP Box :)

Hope This Work For All of you

Keep me informed community :)
 

dcmcix

Vu+ Newbie
Hi,
Here is the vsftpd.conf (the one I have on my Box) (See attachment)
You can modify it as you like if you have a specific need ;-)

If not exist, put the file in '/etc'

That's all about this issue :)
 

Attachments

  • vsftpd.conf.zip
    2.4 KB · Views: 21
Top