• i have dm8000pvr. the netowrk is working, i can surf from my pc to web dream but i when i try to connect to ftp with dcc i got this error message: "Error 10057 in function send socket is not connected". i try to change image and it's not help.


    thx for your help

  • i can confirm, 2-4 times a week telnet or ftp unreachable on two dm8000(random order)
    sometimes helps Blue->Newnigma2 services->System Tools->Linux Services-> restart xinetd,
    in other case full reboot


    "my"(@work) third dm8000 doesn't have that problem

  • this should be resolved in latest images ...


    if ftp is not working, check xinetd is running via CLI (copy & paste)

    Code
    if [ $(ps x|grep -v grep|grep -c xinetd) = 0 ];then echo xinetd is not running;else echo xinitd is running;fi


    if not running restart xinetd as MartiniB suggested (only working in latest NN² Images)
    or restart via CLI

    Code
    /etc/init.d/xinetd restart




    to restart xinetd automatacly if broken:
    add a cronjob which checks every minute the xinitd deamon is running and restarts xinetd if needed


    Code
    PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
    
    
    */1 * * * *  if [ $(ps x|grep -v grep|grep -c xinetd) = "0" ];then /etc/init.d/xinetd restart;fi

    Gruß Fred

    Die Dreambox ist tot, es lebe die Dreambox