On Tuesday, July 14, 2015 at 7:38:42 PM UTC-4, John Teixeira wrote: > Is Bareos compatible with windows 10? When starting a backup of windows 10 > client on Centos 7 server and running status on director I see the following > message "desktop1.2015-07-14_19.03.32_04 is waiting for Client desktop1-fd to > connect to Storage Disk" and job fails after 30 minutes. > > 4-Jul 19:35 desktop1-fd JobId 25: Fatal error: Failed to connect to Storage > daemon: 12.17.26.66:9103 > 14-Jul 19:34 cpls0066-dir JobId 25: Fatal error: Bad response to Storage > command: wanted 2000 OK storage > , got 2902 Bad storage > > > In console when running "estimate listing" on the client I can see all > folders that will be backed up and a "status" on client is successful. > > John
I finally got it working and I think it had to do with ports not being opened on Centos Server. I did add them by running the following command for all three ports, -A INPUT -m state --state NEW -m tcp -p tcp --dport 9101 -j ACCEPT. I opened the file using vim and did not see entries so, they were added manually. I also upgraded bareos to version 15.2.0. Thank all for helping. John -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
