[Bug 12030] New: MozyHome: backup service does not work
http://bugs.winehq.org/show_bug.cgi?id=12030 Summary: MozyHome: backup service does not work Product: Wine Version: CVS/GIT Platform: PC URL: http://www.mozy.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: raccoonone(a)procyongames.com Created an attachment (id=11369) --> (http://bugs.winehq.org/attachment.cgi?id=11369) console output trying to start the MozyHome backup service (mozybackup.exe) via "wine net start 'mozybackup'" causes the process to start. But after a couple of seconds it exits without an error message. I'm not sure what is causing it to close, but most of the fixme's show up right as mozybackup disappears from the process list. I've attached a log of the console output. Any ideas? I was going to start by looking into implementing WTSEnumerateSessionsW, WTSFreeMemory, ParseStringSidToSid, and WSALookupServiceBeginW -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 --- Comment #1 from Christopher <raccoonone(a)procyongames.com> 2008-03-14 12:37:19 --- Created an attachment (id=11381) --> (http://bugs.winehq.org/attachment.cgi?id=11381) mozy log Here's a log file that MozyHome created. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 --- Comment #2 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2008-03-14 14:26:59 --- What do you have in the registry for the mozybackup service (HKLM\System\CurrentControlSet\Services\mozybackup)? Without hacking advapi32 I only have 2 values in there. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 --- Comment #3 from Christopher <raccoonone(a)procyongames.com> 2008-03-14 14:58:44 --- I only have two also. I tried copying more keys from a working Windows install, but it didn't help anything. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 --- Comment #4 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2008-03-18 10:47:08 --- The problems I've found so far: 1) The mozybackup service is not installed properly. This needs a proper SCM as we tell the app it's already installed while it's not (just some registry keys are present). Luckily somebody is working on implementing a services.exe 2) The mozyfilter system driver is not installed. Using a native setupapi gets you a little bit further but than we start having issues with crypt32/wintrust. Using those native as well still doesn't make the driver install. This is all with current git which has XP as the default. I haven't checked other Windows versions. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 --- Comment #5 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2008-04-01 10:56:48 --- The current git version of Wine has services.exe implemented. This means that the mozybackup service is installed correctly now. It still doesn't run as the mozyfilter service is not installed. I'm slowly fixing setupapi to at least be able to install the mozyfilter service. This doesn't mean that the issue is solved as more is needed after that. But first things first. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 --- Comment #6 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2008-04-21 09:37:28 --- Latest git version also installs the filter driver service properly now. We are still far away for having this run though. The mozybackup service still doesn't seem to start. Installing mozybackup also makes all other Wine interactions very slow (after the install). If time permits I'll have a look soon. With the upcoming freeze I doubt it will be solved soon though. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Saulius K. <saulius2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-01-19 15:14:26 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2010-07-18 02:15:47 --- http://mozy.com/downloads/mozy-2_2_0_6.exe Still present. When installing, the installer hangs. Pressing ctrl+c gives: ^Cerr:msi:ITERATE_StartService Failed to start service L"mozybackup" (3221225786) ^Cerr:msi:ITERATE_Actions Execution halted, action L"StartServices" returned 1627 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627 ^CDeleting active MRSW lock (0x110ca4), expect failure -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz(a)gmail.co | |m --- Comment #9 from Juan Lang <juan_lang(a)yahoo.com> 2010-10-22 06:53:55 CDT --- *** Bug 24847 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12030 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #10 from hanska2(a)luukku.com --- Console spams wine mozy-2_2_0_6.exe fixme:ntdll:NtLockFile I/O completion on lock not implemented yet regsvr32: Failed to load DLL 'C:\Program Files (x86)\MozyHome\mozyshell.dll' err:msi:ITERATE_StartService Failed to open service L"mozyfilter" (1060) err:rpc:I_RpcGetBuffer no binding err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned 1627 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627 regsvr32: Failed to load DLL 'C:\Program Files (x86)\MozyHome\mozyshell.dll' err:rpc:I_RpcGetBuffer no binding err:rpc:I_RpcGetBuffer no binding wine 1.7.22 still not working. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=12030 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|MozyHome: backup service |MozyHome backup service |does not work |does not work Resolution|--- |FIXED Version|unspecified |1.7.22 URL|http://www.mozy.com |https://web.archive.org/web | |/20110116235231if_/https:// | |mozy.com/downloads/mozy-1_8 | |_0_4.exe Status|NEW |RESOLVED --- Comment #11 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- This seems to be fixed with wine-7.0-rc5. The service keeps running, but can't find any files to backup because of: 'harddisk_query_volume Unsupported volume query 4' it also warns that no NTFS formatted volumes can be found during installation. Adding stable download for version 1.8.0.4, which seems to be the closest to the original version (1.8.6.21) I could find. $ sha1sum mozy-1_8_0_4.exe 4b677127efd0caeadc306d4e4b3869b7533ee080 mozy-1_8_0_4.exe $ du -sh mozy-1_8_0_4.exe 5.4M mozy-1_8_0_4.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=12030 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.0-rc6. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla