![]() |
|
|||
|
|
||||
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Donated Member
UkCvs Member
Join Date: Sep 2008
Posts: 83
iTrader: (0)
Casino cash: $39595
Thanks: 37
Thanked 56 Times in 19 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
I recently purchased a Sumvision Cyclone MKV Media Enclosure/Player, Full 1080p with DTS. basically its a open source HD media player.
Its comes with a samba client to transfer files over network. I've just installed a FTP package that I found onto it. To start the FTP server I have to telnet into it with this command: - PHP Code:
I've tried creating the following script & placing it in various place's, but not had any joy: - PHP Code:
|
|
|
|
|
|
#2 (permalink) |
|
Northern Git Admin
Team-UkCvs Senior Member
Join Date: Aug 2008 ![]()
Posts: 5,079
iTrader: (0)
Casino cash: $312374
Thanks: 1,095
Thanked 1,242 Times in 532 Posts
Nominated 8 Times in 6 Posts
TOTW/F/M Award(s): 4Groans: 1
Groaned at 0 Times in 0 Posts
|
you could try
Code:
/etc/init.d/rc.local |
|
|
|
| The Following User Says Thank You to renwich For This Useful Post: | Sicilian (09-01-2010) |
|
|
#3 (permalink) |
|
Donated Member
UkCvs Member
Join Date: Sep 2008
Posts: 83
iTrader: (0)
Casino cash: $39595
Thanks: 37
Thanked 56 Times in 19 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
|
|
|
|
|
|
#4 (permalink) |
|
Northern Git Admin
Team-UkCvs Senior Member
Join Date: Aug 2008 ![]()
Posts: 5,079
iTrader: (0)
Casino cash: $312374
Thanks: 1,095
Thanked 1,242 Times in 532 Posts
Nominated 8 Times in 6 Posts
TOTW/F/M Award(s): 4Groans: 1
Groaned at 0 Times in 0 Posts
|
can you upload the rcS file from /etc/init.d
|
|
|
|
| The Following User Says Thank You to renwich For This Useful Post: | Sicilian (10-01-2010) |
|
|
#5 (permalink) |
|
Donated Member
UkCvs Member
Join Date: Sep 2008
Posts: 83
iTrader: (0)
Casino cash: $39595
Thanks: 37
Thanked 56 Times in 19 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
Thank you for looking at this rennie, I've had a look through some of the files, so i've attached all that might be relevant.
Here's part of the code in rcS1: - PHP Code:
PHP Code:
Last edited by Sicilian; 10-01-2010 at 09:51 AM.. |
|
|
|
|
|
#6 (permalink) |
|
Developer
UkCvs Senior Member
Join Date: Oct 2008
Posts: 876
iTrader: (0)
Casino cash: $283340
Thanks: 328
Thanked 1,464 Times in 657 Posts
Nominated 16 Times in 5 Posts
TOTW/F/M Award(s): 5Groans: 0
Groaned at 0 Times in 0 Posts
|
maybe try putting a line in your /etc/inetd.conf to let inetd handle starting
your bftpd location Code:
ftp stream tcp nowait root /usr/sbin/bftpd bftpd |
|
|
|
|
|
#7 (permalink) | |
|
Donated Member
UkCvs Member
Join Date: Sep 2008
Posts: 83
iTrader: (0)
Casino cash: $39595
Thanks: 37
Thanked 56 Times in 19 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
Quote:
I've attached the file. Just to re-cap, the ftp server I installed works fine if I manually start it via telnet using: - PHP Code:
|
|
|
|
|
|
|
#8 (permalink) |
|
Developer
UkCvs Senior Member
Join Date: Oct 2008
Posts: 876
iTrader: (0)
Casino cash: $283340
Thanks: 328
Thanked 1,464 Times in 657 Posts
Nominated 16 Times in 5 Posts
TOTW/F/M Award(s): 5Groans: 0
Groaned at 0 Times in 0 Posts
|
if you already have /sbin/ftpd installed then just try removing the hash and reboot, otherwise add the line from previous post with no hash to try to use bftpd instead.
|
|
|
|
| The Following User Says Thank You to LraiZer For This Useful Post: | Sicilian (10-01-2010) |
|
|
#9 (permalink) |
|
Donated Member
UkCvs Member
Join Date: Sep 2008
Posts: 83
iTrader: (0)
Casino cash: $39595
Thanks: 37
Thanked 56 Times in 19 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
Ok right. This is what I've done so far with no joy. Thank for all the help so far
![]() 1. Edited inetd.conf to look like this: - PHP Code:
2. Created S51inetd and put into /etc/init.d/ Its looks like this, is this actually correct even? : - PHP Code:
Basically what i'm trying to achieve here is starting the ftp server I installed automatically on each re-boot instead of manually starting via telnet. |
|
|
|
|
|
#10 (permalink) |
|
Donated Member
UkCvs Member
Join Date: Sep 2008
Posts: 83
iTrader: (0)
Casino cash: $39595
Thanks: 37
Thanked 56 Times in 19 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
|
This might be relevant. I've just looked in /usr/sbin/ there no files that mention bftpd. See attached screenshot.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|