[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development) | 18. Jan 2010 Popcornhour C-200 Manual

Firmware Updates C-200 [7 May 2010] | A-200 [14 May 2010] | A-100 [24 Mar. 2010] | A-110 [24 Mar. 2010] | B-110 [23 Apr. 2010]

Just got your NMT | WIKI has the answers | Search the forum BETTER | Forum Rules/Policy | Firmware & Official NMT News


1 user browsing this thread: (0 members, and 1 guest).

 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enabling telnet will harm the USB slave function?
12-03-2008, 06:29 AM
Post: #1
Enabling telnet will harm the USB slave function?
I have enabled the telnet as per the instructions from lundman wiki, I was able to access telnet, but I haven't checked the USB slave function. After few days, when I tried to connect to my PC, nothing happened. I have connected to a TV, the hard disk can be still viewed. Any one of them having the same issue?.

PS: I have again formatted the hard disk and installed the applications, now I can able to access as USB slave. But still now I haven't installed the telnet. Can anyone please let me know whether I can enable telnet or not?.
Find all posts by this user
12-03-2008, 02:01 PM
Post: #2
RE: Enabling telnet will harm the USB slave function?
I can not see any reason why telnet would bother USB slave, if you just run it from USB. Installing wont work since USB Slave is NTFS format ...
Visit this user's website Find all posts by this user
12-03-2008, 04:49 PM
Post: #3
RE: Enabling telnet will harm the USB slave function?
Having the same problem, after installing the telnet solution i can't connect to my internal harddrive (ext3 formatted).

Before i could see my drive in my diskmanager when connection to the usb slave, now with telnet installed it's gone in diskmanager.
Also Acronis did not see the drive anymore.

When connection, the screen displays that the internal drive will be disconnect then the laptop sees a connection on usb, but no drives.

Placing another internal drive and format it to ext3 without telnet, usb-slave is working.
Installing telnet, Slave is NOT working anymore.

So there must be something wrong in a service that telnet and usb-slave are using.
Find all posts by this user
12-03-2008, 05:07 PM
Post: #4
RE: Enabling telnet will harm the USB slave function?
(12-03-2008 04:49 PM)TopMusic Wrote:  Having the same problem, after installing the telnet solution i can't connect to my internal harddrive (ext3 formatted).

Before i could see my drive in my diskmanager when connection to the usb slave, now with telnet installed it's gone in diskmanager.
Also Acronis did not see the drive anymore.

When connection, the screen displays that the internal drive will be disconnect then the laptop sees a connection on usb, but no drives.

Placing another internal drive and format it to ext3 without telnet, usb-slave is working.
Installing telnet, Slave is NOT working anymore.

So there must be something wrong in a service that telnet and usb-slave are using.

You can manually run 'usbslave' after telnet to PCH, then you can able to view the drives in computer, but the 3rd partition has not been recognized by the PC. strange.
Find all posts by this user
12-03-2008, 09:14 PM
Post: #5
RE: Enabling telnet will harm the USB slave function?
(12-03-2008 04:49 PM)TopMusic Wrote:  Having the same problem, after installing the telnet solution i can't connect to my internal harddrive (ext3 formatted).

Before i could see my drive in my diskmanager when connection to the usb slave, now with telnet installed it's gone in diskmanager.
Also Acronis did not see the drive anymore.

When connection, the screen displays that the internal drive will be disconnect then the laptop sees a connection on usb, but no drives.

Placing another internal drive and format it to ext3 without telnet, usb-slave is working.
Installing telnet, Slave is NOT working anymore.

So there must be something wrong in a service that telnet and usb-slave are using.

I'm getting the same problem. Was beginning to think it was just me!!

Does the telnet program get installed to the hard drive? If so, that might be why the PCH can't unmount the drive to make it accessible via USB?
Find all posts by this user
12-03-2008, 09:20 PM
Post: #6
RE: Enabling telnet will harm the USB slave function?
(12-03-2008 09:14 PM)TazUK Wrote:  I'm getting the same problem. Was beginning to think it was just me!!

Does the telnet program get installed to the hard drive? If so, that might be why the PCH can't unmount the drive to make it accessible via USB?

Telnet is using HD. telnetd is gettin started from start_app.sh in the
root of the HD.
Find all posts by this user
12-03-2008, 11:35 PM (This post was last modified: 12-03-2008 11:35 PM by lundman.)
Post: #7
RE: Enabling telnet will harm the USB slave function?
Ah, it unmounts the HDD, yes, that wouldn't fly. We could make the start_apps be "proper" and follow ftpserver.sh "stop" command as well.
Visit this user's website Find all posts by this user
12-05-2008, 05:29 PM
Post: #8
RE: Enabling telnet will harm the USB slave function?
(12-03-2008 11:35 PM)lundman Wrote:  Ah, it unmounts the HDD, yes, that wouldn't fly. We could make the start_apps be "proper" and follow ftpserver.sh "stop" command as well.

Hi all,
The problem has been solved. You need to edit the ftpserver.sh file and add line to kill telnet like same as start_app.sh. I have copied start_app.sh in /share directory to stop_app.sh and edited to kill telnet.

Now everyting works fine. The previous problem was, whenever you connect the internal hard drive as USB slave, PCH stop the services served from hard drive. Since telnet don't have any stop command in ftpserver.sh, the process was not closed, so can't view in PC.

lundman, please consider to add stop_app.sh in your .cgi script for llink & telnet.
Find all posts by this user
12-05-2008, 06:55 PM
Post: #9
RE: Enabling telnet will harm the USB slave function?
(12-05-2008 05:29 PM)vaidyasr Wrote:  Hi all,
The problem has been solved. You need to edit the ftpserver.sh file and add line to kill telnet like same as start_app.sh. I have copied start_app.sh in /share directory to stop_app.sh and edited to kill telnet.

Now everyting works fine. The previous problem was, whenever you connect the internal hard drive as USB slave, PCH stop the services served from hard drive. Since telnet don't have any stop command in ftpserver.sh, the process was not closed, so can't view in PC.

lundman, please consider to add stop_app.sh in your .cgi script for llink & telnet.

Good news but how you restart telnet after ?

((( HDX 1000 - 500go - Alaska on Linux Kubuntu 9.04 )))
Find all posts by this user
12-05-2008, 08:33 PM
Post: #10
RE: Enabling telnet will harm the USB slave function?
Telnet is started whenever ftp is started, since the call to start_app.sh is done inside the start() of ftpserver.sh
Find all posts by this user
12-06-2008, 03:40 AM
Post: #11
RE: Enabling telnet will harm the USB slave function?
Yeah, that is better, that usb_client is such a poor way to do slave. I would have rather looked at a live emulator sort of thing, but I guess that is quite a large coding project.
Visit this user's website Find all posts by this user
12-14-2008, 01:39 PM (This post was last modified: 12-14-2008 01:51 PM by gyllis.)
Post: #12
RE: Enabling telnet will harm the USB slave function?
(12-05-2008 05:29 PM)vaidyasr Wrote:  Hi all,
The problem has been solved. You need to edit the ftpserver.sh file and add line to kill telnet like same as start_app.sh. I have copied start_app.sh in /share directory to stop_app.sh and edited to kill telnet.

Now everyting works fine. The previous problem was, whenever you connect the internal hard drive as USB slave, PCH stop the services served from hard drive. Since telnet don't have any stop command in ftpserver.sh, the process was not closed, so can't view in PC.

lundman, please consider to add stop_app.sh in your .cgi script for llink & telnet.

Hi!

How does your stop_app.sh look like? I don't know the command to stop telnet.

/Erik
(12-14-2008 01:39 PM)gyllis Wrote:  Hi!

How does your stop_app.sh look like? I don't know the command to stop telnet.

/Erik

Found it I think: "killall telnetd"?
Find all posts by this user
12-29-2008, 07:19 PM
Post: #13
RE: Enabling telnet will harm the USB slave function?
i've edited my ftpserver.sh and add
/opt/sybhttpd/localhost.drives/HARD_DISK/stop_app.sh &
at the beginning of the stp function....

and created the stop_app.sh with inside killall telnetd


when i plug the usb cable on my laptop, telnet is down but windows does not detect the NMT hard disk.....Sad
what's wrong ???
can you publish yours files ? (ftpserver.sh and stop_app.sh )
thanks

((( HDX 1000 - 500go - Alaska on Linux Kubuntu 9.04 )))
Find all posts by this user
12-30-2008, 11:43 AM
Post: #14
RE: Enabling telnet will harm the USB slave function?
It also works doing a soft reeboot, if you plug the usb cabel into your computer before you do the soft reeboot, this i think prevents the ftp service to start because the hdd is unmounted right away when you start.
Find all posts by this user
01-01-2009, 06:47 PM
Post: #15
RE: Enabling telnet will harm the USB slave function?
(12-03-2008 05:07 PM)vaidyasr Wrote:  You can manually run 'usbslave' after telnet to PCH, then you can able to view the drives in computer, but the 3rd partition has not been recognized by the PC. strange.

Hi, i could still not solve my problem with the USB Slave connection. I didnt see the internal HDD, when i connect to the Slave Port. Only without installing telnet, its ok.

Can someone explain me the solution, which is discussed before? thx
Find all posts by this user


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Can you access A110 internal Hard drive by PC's USB after formatting it via NMT ext3 yellow360f 21 7,638 10-14-2009 10:14 AM
Last Post: BaZZeHH
  A-110 EXT3 External USB Problem decker12 8 4,545 10-12-2009 07:35 AM
Last Post: tandlj
  USB HDD Compatibility List for A-110 werner 72 43,364 10-07-2009 07:37 PM
Last Post: moncisko
  [A110] USB Load Failed on 2.5" External HDD nobelium 0 593 07-20-2009 08:28 PM
Last Post: nobelium
  PC doesn't detect PCH by USB naitsirhc 7 1,153 07-20-2009 08:50 AM
Last Post: naitsirhc
  PC won't connect to A-110 via USB-PC "HELP PLEASE" paulluba 5 1,148 07-15-2009 10:12 AM
Last Post: paulluba
  [A110] Long USB-PC cable gawdblesshim 14 1,260 07-13-2009 03:31 PM
Last Post: Willem53
  Resume Function not working JohnnyRocks 9 857 07-09-2009 10:50 PM
Last Post: Alterac
  [A-110] with WN-100 USB WiFi Error - Wireless does not work mrolabandola 47 13,621 07-07-2009 12:00 PM
Last Post: chris57
  [A-110] USB 2.0 to eSATA Adapter PacoBell 7 1,457 07-02-2009 12:08 PM
Last Post: mikael1984

Forum Jump: