Hello again,

Concerning the socket problem you noted below:


On Friday 20 July 2007 19:36, Doytchin Spiridonov wrote:
> Hello Kern,
> 
>...
> 
> c) The third minor bug is that Bacula doesn't restore (correctly)
> sockets, but is trying to change permissions and so generates errors
> like this: 16-Jul 09:07 b3: Restore_b3.d6.int.2007-07-16_09.05.28
> Error: attribs.c:448 Unable to set file times
> /home/exclude/res_delme/var/lib/mysql.old/mysql.sock: ERR=No such file
> or directory
> 
> This is really a minor bug but would be nice to be fixed so we don't
> get false error messages.
> 

This error message seems to be total nonsense like most of the other problems 
you are having in the sense that it is not at all understandable from how the 
source code works. 

First, sockets are not restored, so for a socket, that code should never be 
executed.  Second, a few lines above it there is code that sets the owner of 
the file. If the file does not exist, there should be an error message from 
that code as well.

The only thing that I can imagine is that you are running on some different 
architecture than Bacula expects -- otherwise, nothing, and I stress that, 
nothing, that you are reporting makes any sense to me.

It does not make any sense to answer any more emails or respond to any more 
bug reports until you give me the complete details of what architecture you 
are running on.  There seems to be something very fundamentally broken or 
different.

Best regards,

Kern

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to