This is a discussion on Re: [Samba] NET RPC calls fails within the Samba forums, part of the Networking and Network Related category; >In a domain environment running 3.0.3pre2 I have no problems shutting >down remote computers. > >...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>In a domain environment running 3.0.3pre2 I have no problems shutting
>down remote computers. > >I now have a small environment with only 2 computers in a workgroup. > >My samba server is running on a FreeBSD 5.4 box and my client is a >Win XP Pro SP2 box. Ok, I'm assuming this is a newer version of samba? Can you tell us exactly which? >When I try to use net rpc shutdown -I 192.168.1.50 -U Administrator i >get the response Remote shutdown failed and nothing happends. ...... >In which logfile can I see more detailed info? Try adding -d 5 to the commandline, though I'll warn you you'll get a lot of output to stderr. Two issues I've seen recently is that certain interim versions of the code have simply a broken net rpc shutdown that was fixed recently by Jerry, and also that with WinXP, especially if you're ever using remote desktop, the return code 1271 (0x4f7) comes back, which says that the system is locked and can't be shutdown remotely except with the -f (force) flag. ---------------------------- Jim McDonough IBM Linux Technology Center Samba Team 6 Minuteman Drive Scarborough, ME 04074 USA jmcd at us dot ibm dot com jmcd at samba dot org Phone: 1-877-228-1846 IBM tie-line: 349-5335 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |