grke / burp

burp - backup and restore program
http://burp.grke.net
Other
482 stars 77 forks source link

[BUG] version 3.1.4 both server/client bug, client on Windows 11 #926

Open Kalimeiro opened 7 months ago

Kalimeiro commented 7 months ago

Hi,

We have a bug, not all times, on a Windows 11 Pro Client and VSS, see partial logs :

The server/client have latest build 3.1.4

The server is on Debian 12 BookWorm.

2024-02-05 11:59:58: SSL is using cipher: TLS_AES_256_GCM_SHA384  TLSv1.3 Kx=any      Au=any  Enc=AESGCM(256) Mac=AEAD
2024-02-05 11:59:58: extra_comms_begin ok:autoupgrade:incexc:orig_client:uname:failover:vss_restore:regex_icase:counters_json:msg:forceproto=1:rshash=blake2:seed:
2024-02-05 11:59:58: Compression level: 5
2024-02-05 11:59:58: do backup client
2024-02-05 11:59:58: Using librsync hash blake2
2024-02-05 11:59:58: Control handler registered.
2024-02-05 12:00:01: Generate VSS snapshots.
2024-02-05 12:00:01: Driver="VSS Vista", Drive(s)="C"
2024-02-05 12:00:01: WARNING: Generate VSS snapshots failed.ERR=L�op�ration a r�ussi.
2024-02-05 12:00:01: Problem with VSS

VSS snapshot failed with an error : operation successfull (in french).

grke commented 7 months ago

Hello, OK, thank you, I think I need to add extra logging before that ERR= line.

grke commented 6 months ago

Extra logging added in git master.

Kalimeiro commented 6 months ago

thanks i will try and come back when error happen

Kalimeiro commented 6 months ago

how can i download latest snapshot build for windows ? do i need to recreate them myself ?

grke commented 6 months ago

Hello,

You could build it yourself, or wait for my next release, or you can download the one that I just built here:

https://burp.grke.org/downloads/test/burp-win64-installer-3.1.5.exe

Kalimeiro commented 6 months ago

Thanks ! when i got the error i come back :)

ohmer1 commented 2 months ago

Hi,

I have the same issue on one specific Windows 10 PC. Both client and server are running Burp version 2.4.0 and I tried your 3.1.5 test build on the problematic client. Unfortunately, I don't see more verbose logs.

2024-07-09 08:58:01 -0400: burp[1577467] Backup started
2024-07-09 08:58:01 -0400: burp[1577467] Client version: 3.1.5
2024-07-09 08:58:01 -0400: burp[1577467] Protocol: 1
2024-07-09 08:58:01 -0400: burp[1577467] Using librsync hash blake2
2024-07-09 08:58:01 -0400: burp[1577467] Client is Windows
2024-07-09 08:58:01 -0400: burp[1577467] WARNING: Client 'client-name' version '3.1.5' does not match server version '2.4.0'. An upgrade is recommended.
2024-07-09 08:58:01 -0400: burp[1577467] Begin phase1 (file system scan)
2024-07-09 08:58:04 -0400: burp[1577467] WARNING: Generate VSS snapshots failed.ERR=L�op�ration a r�ussi.
2024-07-09 08:58:04 -0400: burp[1577467] got error: Problem with VSS

2024-07-09 08:58:13 -0400: burp[1577467] error in phase 1
2024-07-09 08:58:13 -0400: burp[1577467] Backup failed

Is it possible there is something wrong caused by the localization? I notice that both the original issue reporter and me seem to run Windows with french locales. The "error" is saying the operation succeeded, it doesn't make sense.

ohmer1 commented 2 months ago

Log extract from client instead of from the server this time:

2024-07-09 13:28:23: C:\Program Files\Burp\bin\burp.exe[6872] do backup client
2024-07-09 13:28:23: C:\Program Files\Burp\bin\burp.exe[6872] Using librsync hash blake2
2024-07-09 13:28:23: C:\Program Files\Burp\bin\burp.exe[6872] Control handler registered.
2024-07-09 13:28:26: C:\Program Files\Burp\bin\burp.exe[6872] Generate VSS snapshots.
2024-07-09 13:28:26: C:\Program Files\Burp\bin\burp.exe[6872] Driver="VSS Vista", Drive(s)="C"
2024-07-09 13:28:26: C:\Program Files\Burp\bin\burp.exe[6872] Failed PrepareForBackup
2024-07-09 13:28:26: C:\Program Files\Burp\bin\burp.exe[6872] WARNING: Generate VSS snapshots failed.ERR=LÆopÚration a rÚussi.

2024-07-09 13:28:26: C:\Program Files\Burp\bin\burp.exe[6872] Problem with VSS
ohmer1 commented 2 months ago

Sorry to spam, but something I found I forgot to report: rebooting the PC resolve the issue and Burp is able to backup again but only for short time before the issue come back again.

grke commented 1 month ago

Hello, It sounds like there is something wrong with your PC. Maybe try looking in the Windows event logs?