Re: can't open socket in embedded that works on full XP
- From: "KM" <konstmor@xxxxxxxxxxxxxxxx>
- Date: Fri, 3 Jun 2005 00:34:05 -0700
Michal,
>> I'd also think that there are some problems for a limited user to start "QoS
>> RSVP" service but you mentioned you set it to Automatic (right?) and it
>> didn't help.
>> Make sure that the [HKLM\SYSTEM\CurrentControlSet\Services\RSVP\Security]
>> key exists (you may want to copy it from XP Pro machine).
>>
> It is about security key.
Did you check? Did adding the key help to fix the problem?
> All our installations miss that. I checked french
> version and english. Does not matter what type of installation was it (full
> or limited). It looks like setup has problems.
> BTW. Do you know how to modify security for services? Not by copying
> byte-strings from registry?
Well.. I'd recommend you to check with the byte copying first.
Also, what it says on the Log On page for the QoS RSVP service in Services UI (services.msc)?
There are some known issues on how to set up the logon security for a service data on XPe.
You can set up the service security and access rights with SCM APIs:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/service_security_and_access_rights.asp
(QueryServiceObjectSecurity/SetServiceObjectSecurity, GetNamedSecurityInfo/SetNamedSecurityInfo). Some sample code for you:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/modifying_the_dacl_for_a_service.asp.
Or use sc.exe tool (e.g.,type "sc sdshow RSVP" to see the security descriptor)
KM
.
- Follow-Ups:
- Re: can't open socket in embedded that works on full XP
- From: Michal Puczynski
- Re: can't open socket in embedded that works on full XP
- References:
- can't open socket in embedded that works on full XP
- From: Michal Puczynski
- Re: can't open socket in embedded that works on full XP
- From: Slobodan Brcin \(eMVP\)
- Re: can't open socket in embedded that works on full XP
- From: Michal Puczynski
- Re: can't open socket in embedded that works on full XP
- From: Slobodan Brcin \(eMVP\)
- Re: can't open socket in embedded that works on full XP
- From: Michal Puczynski
- Re: can't open socket in embedded that works on full XP
- From: Slobodan Brcin \(eMVP\)
- Re: can't open socket in embedded that works on full XP
- From: Michal Puczynski
- Re: can't open socket in embedded that works on full XP
- From: KM
- Re: can't open socket in embedded that works on full XP
- From: Michal Puczynski
- can't open socket in embedded that works on full XP
- Prev by Date: Re: Disable shutdown confirmation
- Next by Date: Re: ewf.sys ... failed ?
- Previous by thread: Re: can't open socket in embedded that works on full XP
- Next by thread: Re: can't open socket in embedded that works on full XP
- Index(es):
Relevant Pages
|