VDR para el Siemens Gigaset M740/M750
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Proyecto movido a GitHub

Miér 7 Abr 2021 - 19:23 por bittor

Comentarios: 0

Buscar
 
 

Resultados por:
 


Rechercher Búsqueda avanzada

Flujo RSS


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



automatic network remount

3 participantes

Ir abajo

automatic network remount Empty automatic network remount

Mensaje por danckel Dom 21 Nov 2010 - 21:28

The new firmware is great and almost perfect! Great job!

Only one issue:

My m740av records on a NAS (synology). When the NAS is turned off and then on again, the m740av does not regain the network connection.

In the old firmware it did reconnect to the network again after some time. Can this version also do that? A kind of "automatic network remount" option?

The only way now is for me to restart the m740 manually(!) after the NAS is up again.

Best,
Danckel

danckel

Cantidad de envíos : 2
Fecha de inscripción : 14/02/2010

Volver arriba Ir abajo

automatic network remount Empty Re: automatic network remount

Mensaje por bittor Lun 22 Nov 2010 - 17:54

I did not know this behavior, but you can run /etc/rc.netmount script with cron or schedule plugin to see if it works.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

automatic network remount Empty Re: automatic network remount

Mensaje por zjuanma Lun 22 Nov 2010 - 18:14

I have same problem, so i run this script every 30 minutes:

Código:
#!/bin/sh

if [ -e /var/media/n_Elements/mounted ]; then
        exit 0

fi

umount -f /var/media/n_Elements
mount /var/media/n_Elements

I have this line in my fstab file:

Código:
192.168.1.50:/media/Elements/video      /var/media/n_Elements  nfs    nolock  0      0

And in /media/Elements/video NAS directory I create a mounted file.

p.d: Escribo mejor en español Very Happy
zjuanma
zjuanma
Desarrollador

Cantidad de envíos : 818
Fecha de inscripción : 27/06/2008

Volver arriba Ir abajo

automatic network remount Empty Re: automatic network remount

Mensaje por bittor Lun 22 Nov 2010 - 20:57

This should be a problem caused by having network support as modules instead of being statically in the kernel.
I will fix it for the next version.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

automatic network remount Empty Re: automatic network remount

Mensaje por danckel Vie 26 Nov 2010 - 7:01

bittor escribió:This should be a problem caused by having network support as modules instead of being statically in the kernel.
I will fix it for the next version.

Thanks that would be really great!

I am a total Unix-Noob. I have no idea how to integrate skripts in the firmware. I was already totally happy when I managed to get the spanish compiling skript to compile the firmware.

Thanks again. Any idea when this new version would be ready?.... :-)

Best wishes,
Danckel

danckel

Cantidad de envíos : 2
Fecha de inscripción : 14/02/2010

Volver arriba Ir abajo

automatic network remount Empty Re: automatic network remount

Mensaje por bittor Vie 26 Nov 2010 - 11:34

No, but the time between releases is usually between 9 and 12 months.

Perhaps zjuanma could explain step by step how to fix it to the next version.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

automatic network remount Empty Re: automatic network remount

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.