Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-07-28 Thread Konstantin Kostiuk
ping On Wed, Jul 14, 2021 at 9:17 AM Konstantin Kostiuk wrote: > Hi Michael, > > qga-vss.dll has many dependencies. Please check that all DLLs are present > in the same directory. > > Also, I have a similar problem in my setup. In my case, libgcc_s_seh-1.dll > was renamed in MinGW which I used.

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-07-14 Thread Konstantin Kostiuk
Hi Michael, qga-vss.dll has many dependencies. Please check that all DLLs are present in the same directory. Also, I have a similar problem in my setup. In my case, libgcc_s_seh-1.dll was renamed in MinGW which I used. Best wishes, Kostiantyn Kostiuk On Tue, Jul 13, 2021 at 9:40 PM Michael

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-07-13 Thread Michael Roth
Quoting Konstantin Kostiuk (2021-04-22 02:43:25) > ping I've been trying to get these queued but I'm hitting an issue where qga reports: failed to load qga-vss.dll: The specified module could not be found. via LoadLibraryA(QGA_VSS_DLL) returning error code 126. What's weird is it seems to

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-07-11 Thread Konstantin Kostiuk
ping On Sun, Jul 4, 2021 at 8:52 AM Konstantin Kostiuk wrote: > ping > > On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > >> Currently Requester freeze times out after 10 seconds, while >> the default timeout for Writer Freeze is 60 seconds. according to >> VSS Documentation [1]. >> [1]:

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-07-03 Thread Konstantin Kostiuk
ping On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > Currently Requester freeze times out after 10 seconds, while > the default timeout for Writer Freeze is 60 seconds. according to > VSS Documentation [1]. > [1]: >

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-06-11 Thread Konstantin Kostiuk
ping On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > Currently Requester freeze times out after 10 seconds, while > the default timeout for Writer Freeze is 60 seconds. according to > VSS Documentation [1]. > [1]: >

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-05-28 Thread Konstantin Kostiuk
ping On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > Currently Requester freeze times out after 10 seconds, while > the default timeout for Writer Freeze is 60 seconds. according to > VSS Documentation [1]. > [1]: >

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-04-29 Thread Konstantin Kostiuk
ping On Thu, Apr 22, 2021 at 10:43 AM Konstantin Kostiuk wrote: > ping > > On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > >> Currently Requester freeze times out after 10 seconds, while >> the default timeout for Writer Freeze is 60 seconds. according to >> VSS Documentation [1]. >> [1]:

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-04-22 Thread Konstantin Kostiuk
ping On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > Currently Requester freeze times out after 10 seconds, while > the default timeout for Writer Freeze is 60 seconds. according to > VSS Documentation [1]. > [1]: >

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-04-05 Thread Basil Salman
Currently Requester freeze times out after 10 seconds, while the default timeout for Writer Freeze is 60 seconds. according to VSS Documentation [1]. [1]: https://docs.microsoft.com/en-us/windows/win32/vss/overview-of-processing-a-backup-under-vss Buglink: