http://bugs.winehq.org/show_bug.cgi?id=5610
Karl karlmk@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |karlmk@hotmail.com
--- Comment #11 from Karl karlmk@hotmail.com 2009-05-28 16:54:24 ---
You could try: $ wine psexec.exe '\vpathak2' "notepad.exe"
System:
PsExec v1.95 wine 1.1.22 Ubuntu 8.04
$ wine psexec.exe '\10.0.0.222' "notepad.exe"
PsExec v1.95 - Execute processes remotely Copyright (C) 2001-2009 Mark Russinovich Sysinternals - www.sysinternals.com
Couldn't access 10.0.0.222: Access denied
I get "Access denied" no mather what kind of address I supply. but when I supply my username (and psexec should prompt for password) i get:
$ wine psexec.exe '\10.0.0.222' -u Admin "notepad.exe"
PsExec v1.95 - Execute processes remotely Copyright (C) 2001-2009 Mark Russinovich Sysinternals - www.sysinternals.com
Password: Connecting to 10.0.0.222...fixme:mpr:WNetAddConnection2W (0x32de0c, 0x43aee0, L"Admin", 0x00000000): stub Couldn't access 10.0.0.222: Access denied
You actually see the Password promt in the log there but i do not stop there, it just continues on with the fixme and "Access denied" and throws you back to the command line.
It seems like it is the same network fixme as the original poster had.