Displaying 1 result from an estimated 1 matches for "conn_invalid".
Did you mean:
cond_invalid
2000 Jun 13
1
a bug in smbmount
...here was a problem: then the samba server goes down, the smbfs
tries to reconnect only once. Then the server returns online
the smbfs dont restore connection and say "I/O error"
without keeping trying to reconnect.
I found that there is no problem in smbfs kernel module.
Each time it got CONN_INVALID, it send SIGUSR1 to smbmount daemon,
which has to restore connection.
The problem is in smbmount. Then it got SIGUSR1 it tries
to connect to the server. If the server already got back,
the connection will be successfully restored.
But if the server still offline and smbmount fails to reconnect,
i...