Cannot access Custom Firmware from PC

hummybee

Member
Hi all

Was working fine yesterday but I did some 'tidying up' of Services and may have gone too far.

Do I need to reinstall or is there another way?

Thanks for your help.
 
If Telnet is still working, then running service from the command line might be a good plsce to start, you should find mongoose running i.e.
Code:
Humax HDR-Fox T2 (humax) 1.02.32/2.16
 
humax# service
 
Name                Installed  Autostart  Running
----                ---------  ---------  -------
mediatomb            No        No        No
dropbear            No        No        No
transmission        Yes        No        No
samba                No        No        No
nfs                  No        No        No
cifs                No        No        No
mongoose            Yes        Yes        Yes
betaftpd            Yes        Yes        Yes
 
Syntax:
        service start <service>
        service stop <service>
        service auto <service>          (toggles autostart)
 
humax#
 
Thanks Ezra Pound.

Now ok.

Made note to self ' mongoose must be set to auto start'

I do use betaftpd some times but do not auto start . Does it use up much resource to run?

If not I could also auto start it.
 
betaftpd is pretty low down the list of resources , I would allow autostart
Code:
 top - 18:31:03 up 35 min,  0 users,  load average: 0.24, 0.24, 0.19
Tasks:  48 total,  1 running,  47 sleeping,  0 stopped,  0 zombie
Cpu0  : 12.2%us,  5.3%sy,  0.0%ni, 82.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu1  :  7.9%us,  2.3%sy,  0.0%ni, 89.4%id,  0.3%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:    124984k total,  118720k used,    6264k free,    33892k buffers
Swap:        0k total,        0k used,        0k free,    41636k cached
 
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
  236 root      25  0  367m  37m  12m S   27 30.5  3:39.47 humaxtv
 2143 root      15  0  1280  624  480 R    1  0.5  0:02.06 top
 
Note:-Processes removed from top list to save space
 
  759 root      25  10  1368  380  308 S    0  0.3  0:00.01 crond
  762 root      25  10 12404  948  376 S    0  0.8  0:00.18 mongoose
  851 root      25  10  2052  436  324 S    0  0.3  0:00.03 recmon
  859 root      35  10  3784 3128  924 S    0  2.5  0:57.95 epg
  904 root      26  10   924  156  100 S    0  0.1  0:00.00 betaftpd
 
Thanks for that Ezra Pound.

Will auto start then it's ready to go when I need it.

Appreciate your help.
 
I keep everything installed on auto (the default), no reason not to really:

Code:
Name                 Installed  Autostart  Running
----                 ---------  ---------  -------
mediatomb            No         No         No
dropbear             Yes        Yes        Yes
transmission         No         No         No
samba                Yes        Yes        Yes
nfs                  Yes        Yes        Yes
cifs                 Yes        Yes        Yes
mongoose             Yes        Yes        Yes
betaftpd             Yes        Yes        Yes
 
Back
Top