(Msg. 17) Posted: Sun May 11, 2008 1:06 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: microsoft>public>windows>vista>performance_maintenance (more info?)
PaulB;709037 Wrote:
> I found this and thought you might be interested. > > 'Utility Spotlight: Script Elevation PowerToys for Windows Vista' > (http://technet.microsoft.com/en-us/magazine/cc162321.aspx) > -- > Paul > > > "t-4-2" wrote: > > > > > > > > > > PaulB;708405 Wrote: > > > > > > 'Darrell Gorter[MSFT Wrote: > > > Hello, > > > Re: elevated privilege to run cbs log. No need. I just right-clicked, > > > run as admin,and typed notepad c:\ command. It worked. And I was on > > my > > > own admin/standard account. > > > > > > > > > -- > > > t-4-2 > > > > >
Hello Paul,
Interesting. I'll investigate further. Thank you.
(Msg. 18) Posted: Sun May 11, 2008 1:20 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Mark;708829 Wrote:
> The "better" search command:
> findstr /C:"[SR] Cannot repair member file" %windir%\logs\cbs\cbs.log> > >
> > >sfcdetails.txt > >
>
> First of all, not every reported error is actually an error. SFC has
> bugs.
> Well, not really bugs, but it doesn't run as expected under different
> situations.
>
> If the System File Checker tool cannot repair a file, follow these
> steps:
> 1. At an elevated command prompt, type the following command, and
> then press
> ENTER:
> takeown /f Path_And_File_Name
> For example, type takeown /f E:\windows\system32\jscript.dll.
> 2. Type the following command, and then press ENTER to grant
> administrators
> full access to the file:
> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
> For example, type icacls E:\windows\system32\jscript.dll /grant
> administrators:F.
> 3. Type the following command to replace the file with a known good
> copy of
> the file:
> Copy Path_And_File_Name_Of_Source_File
> Path_And_File_Name_Of_Destination
> For example, type copy E:\temp\jscript.dll
> E:\windows\system32\jscript.dll.
>
> Before you replace files, try running SFC in Safe Mode, or run the
> Repair
> option from the Install DVD.
>
>
>
> "t-4-2" <guest.TakeThisOut@xxxxxx-email.com> wrote in message
> news:b8c9121f2f15f9e97d31dd421cac1b37@xxxxxx-gateway.com...> > >
> > >
> > > Mark;708501 Wrote:
> > > Hello Mark,
> > > 1. I could not get any respnse if I replaced [SR] with Repairing.
> > > Perhaps if you show me how to type the command correctly?
> > > 2.I have the sfcdetails.txt in which I have 4 corrupted files it
> > > couldn't repaired. I have included a screenshot for 2 of them. The
> > > screen was not wide enough, so you can only see part of each.
> > > 3. The main question now is : how to repair/replace those corrupted
> > > files.
> > >
> > > 'ImageGrotto: Free Image and Screenshot Hosting'
> > > ('ImageGrotto: Free Image and Screenshot Hosting'
> > (http://imagegrotto.com/view-cbs.logs10978.JPG))
> > >
> > >
> > > --
> > > t-4-2 > >
Hello Mark,
Your new search command doesn't work. Please see screenshot.
'ImageGrotto: Free Image and Screenshot Hosting'
(http://imagegrotto.com/view-search_command_cbs_log11016.JPG)
(Msg. 19) Posted: Sun May 11, 2008 4:13 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
i would like to state that my computer built less then 2 week has all
the updated drivers
and all the security d/l BUT does not have the SP1 pack
due to the same problems with errors when running sfc
ms states i have some viruse(none reported by avast,one
care,ad-aware,defender)
so i am stuck in limbo as well
--
njnitehawk
gigabyte x38t-dq6 w/
Realtek ALC889A codec
intel core2 quad Q6600 2.4ghz
4gb ddr3 Corsair TWIN3X2048-1333C9DHX (4)
nvidia geforce 8800gt 512mb
500gb wd hd
250gb wd hd
vista 64-bit ulimate
pioneer dvd-rw dvr215d
lite-on cd-rw sohr
samsung 21.3 screen
creative inspire pt7800 7.1
plus 2.1 addtional speakers
hp officejet j5750
cable
microsoft wireless mouse and keyboard 60000
Arctic Cooling Freezer 7 Pro
Corsair CMPSU-750TX
not overclocked
5.7 score
425 geek score
(Msg. 20) Posted: Sun May 11, 2008 4:33 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
njnitehawk;709200 Wrote:
> i would like to state that my computer built less then 2 week has all > the updated drivers > > and all the security d/l BUT does not have the SP1 pack > > due to the same problems with errors when running sfc > > ms states i have some viruse(none reported by avast,one > care,ad-aware,defender) > > so i am stuck in limbo as well
Hello ninitehawk,
we might have 2 different issues here. Please explain what problems and
errors you have. Thank you.
(Msg. 21) Posted: Sun May 11, 2008 6:57 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I don't know what it looks like once it makes it across the newsgroup
parser, but all those > symbols don't belong and it's broken across two
lines.
Replace "[SR]" with "[SR] Cannot repair member file"
"t-4-2" <guest.RemoveThis@unknown-email.com> wrote in message
news:488569e9cb92f93bf4955e95fe5c34ca@nntp-gateway.com...
>
> Mark;708829 Wrote:
>> The "better" search command:
>> findstr /C:"[SR] Cannot repair member file" %windir%\logs\cbs\cbs.log> >
>> >
>> > >sfcdetails.txt > >
>>
>> First of all, not every reported error is actually an error. SFC has
>> bugs.
>> Well, not really bugs, but it doesn't run as expected under different
>> situations.
>>
>> If the System File Checker tool cannot repair a file, follow these
>> steps:
>> 1. At an elevated command prompt, type the following command, and
>> then press
>> ENTER:
>> takeown /f Path_And_File_Name
>> For example, type takeown /f E:\windows\system32\jscript.dll.
>> 2. Type the following command, and then press ENTER to grant
>> administrators
>> full access to the file:
>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>> For example, type icacls E:\windows\system32\jscript.dll /grant
>> administrators:F.
>> 3. Type the following command to replace the file with a known good
>> copy of
>> the file:
>> Copy Path_And_File_Name_Of_Source_File
>> Path_And_File_Name_Of_Destination
>> For example, type copy E:\temp\jscript.dll
>> E:\windows\system32\jscript.dll.
>>
>> Before you replace files, try running SFC in Safe Mode, or run the
>> Repair
>> option from the Install DVD.
>>
>>
>>
>> "t-4-2" <guest.RemoveThis@xxxxxx-email.com> wrote in message
>> news:b8c9121f2f15f9e97d31dd421cac1b37@xxxxxx-gateway.com...> > >
>> > >
>> > > Mark;708501 Wrote:
>> > > Hello Mark,
>> > > 1. I could not get any respnse if I replaced [SR] with Repairing.
>> > > Perhaps if you show me how to type the command correctly?
>> > > 2.I have the sfcdetails.txt in which I have 4 corrupted files it
>> > > couldn't repaired. I have included a screenshot for 2 of them. The
>> > > screen was not wide enough, so you can only see part of each.
>> > > 3. The main question now is : how to repair/replace those corrupted
>> > > files.
>> > >
>> > > 'ImageGrotto: Free Image and Screenshot Hosting'
>> > > ('ImageGrotto: Free Image and Screenshot Hosting'
>> > (http://imagegrotto.com/view-cbs.logs10978.JPG))
>> > >
>> > >
>> > > --
>> > > t-4-2 > >
> Hello Mark,
> Your new search command doesn't work. Please see screenshot.
> 'ImageGrotto: Free Image and Screenshot Hosting'
> (http://imagegrotto.com/view-search_command_cbs_log11016.JPG)
>
>
> --
> t-4-2
(Msg. 22) Posted: Sun May 11, 2008 7:42 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
my cbs.log
is vast, how would i locate the errors if itried
2008-04-27 18:40:05, Info CBS Archived log file:
C:\Windows\Logs\CBS\CBS.log to: C:\Windows\Logs\CBS\CBS.persist.log
2008-04-27 18:40:05, Info CBS Loaded Servicing
Stack v6.0.6001.18000 with Core:
C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6001.18000_none_657dfccc7fa7eb9a\cbscore.dll
2008-04-27 18:40:05, Info CSI
00000001@2008/4/27:22:40:05.112 WcpInitialize (wcp.dll version 0.0.0.5)
called (stack @0x7fef3568765 @0x7fef9045276 @0x7fef9013dc1 @0xffcb36d4
@0xffcb24d9 @0xffcb2895)
2008-04-27 18:40:05, Info CSI
00000002@2008/4/27:22:40:05.124 WcpInitialize (wcp.dll version 0.0.0.5)
called (stack @0x7fef3568765 @0x7fef908846f @0x7fef9062379
@0x7fef9013edb @0xffcb36d4 @0xffcb24d9)
2008-04-27 18:40:05, Info CSI
00000003@2008/4/27:22:40:05.126 WcpInitialize (wcp.dll version 0.0.0.5)
called (stack @0x7fef3568765 @0x7fef8fe836d @0x7fef8fe849a @0xffcb30fb
@0xffcb2521 @0xffcb2895)
2008-04-27 18:40:05, Info CBS NonStart: Checking to
ensure startup processing was not required.
2008-04-27 18:40:05, Info CSI 00000004
IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags
= 00000004, progress = NULL, phase = 0, pdwDisposition = @0x116fd50
2008-04-27 18:40:05, Info CBS NonStart: Success,
startup processing not required as expected.
2008-04-27 18:40:05, Info SXS Install Assembly from
C:\Users\Francis\AppData\Local\Temp\SxsTemp\20080427183947460.0\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd.manifest
2008-04-27 18:40:05, Info SXS Submitting stage
transaction with 5 operations
2008-04-27 18:40:05, Info CSI 00000005 Performing 5
operations; 5 are not lock/unlock and follow:
Stage (1): flags: 8 app: [Microsoft.VC80.CRT, Version = 8.0.50727.42,
pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope
neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type =
[l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp:
Microsoft.VC80.CRT, Version = 8.0.50727.42, pA =
PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral,
PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32",
TypeName neutral, PublicKey neutral man: @0x32dee8
StageFile (2): flags: 8 app: [Microsoft.VC80.CRT, Version =
8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral,
VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type =
[l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp:
Microsoft.VC80.CRT, Version = 8.0.50727.42, pA =
PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral,
PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32",
TypeName neutral, PublicKey neutral file:
[ml:24{12},l:22{11}]"msvcr80.dll" srcfile: @0x32e008
StageFile (2): flags: 8 app: [Microsoft.VC80.CRT, Version =
8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral,
VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type =
[l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp:
Microsoft.VC80.CRT, Version = 8.0.50727.42, pA =
PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral,
PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32",
TypeName neutral, PublicKey neutral file:
[ml:24{12},l:22{11}]"msvcp80.dll" srcfile: @0x32e128
StageFile (2): flags: 8 app: [Microsoft.VC80.CRT, Version =
8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral,
VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type =
[l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp:
Microsoft.VC80.CRT, Version = 8.0.50727.42, pA =
PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, Versi
2008-04-27 18:40:05, Info CSI onScope neutral,
PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32",
TypeName neutral, PublicKey neutral file:
[ml:24{12},l:22{11}]"msvcm80.dll" srcfile: @0x32e248
AddCat (14): flags: 0 catfile: @0x318898
--
njnitehawk
gigabyte x38t-dq6 w/
Realtek ALC889A codec
intel core2 quad Q6600 2.4ghz
4gb ddr3 Corsair TWIN3X2048-1333C9DHX (4)
nvidia geforce 8800gt 512mb
500gb wd hd
250gb wd hd
vista 64-bit ulimate
pioneer dvd-rw dvr215d
lite-on cd-rw sohr
samsung 21.3 screen
creative inspire pt7800 7.1
plus 2.1 addtional speakers
hp officejet j5750
cable
microsoft wireless mouse and keyboard 60000
Arctic Cooling Freezer 7 Pro
Corsair CMPSU-750TX
not overclocked
5.7 score
425 geek score
(Msg. 23) Posted: Sun May 11, 2008 8:46 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
njnitehawk;709362 Wrote:
> my cbs.log > > is vast, how would i locate the errors if itried > > 2008-04-27 18:40:05, Info CBS Archived log file: > C:\Windows\Logs\CBS\CBS.log to: C:\Windows\Logs\CBS\CBS.persist.log > 2008-04-27 18:40:05, Info CBS Loaded Servicing Stack v6.0.6001.18000 > with Core: > C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6001.18000_none_657dfccc7fa7eb9a\cbscore.dll > 2008-04-27 18:40:05, Info CSI 00000001@2008/4/27:22:40:05.112 > WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x7fef3568765 > @0x7fef9045276 @0x7fef9013dc1 @0xffcb36d4 @0xffcb24d9 @0xffcb2895) > 2008-04-27 18:40:05, Info CSI 00000002@2008/4/27:22:40:05.124 > WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x7fef3568765 > @0x7fef908846f @0x7fef9062379 @0x7fef9013edb @0xffcb36d4 @0xffcb24d9) > 2008-04-27 18:40:05, Info CSI 00000003@2008/4/27:22:40:05.126 > WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x7fef3568765 > @0x7fef8fe836d @0x7fef8fe849a @0xffcb30fb @0xffcb2521 @0xffcb2895) > 2008-04-27 18:40:05, Info CBS NonStart: Checking to ensure startup > processing was not required. > 2008-04-27 18:40:05, Info CSI 00000004 > IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags > = 00000004, progress = NULL, phase = 0, pdwDisposition = @0x116fd50 > 2008-04-27 18:40:05, Info CBS NonStart: Success, startup processing not > required as expected. > 2008-04-27 18:40:05, Info SXS Install Assembly from > C:\Users\Francis\AppData\Local\Temp\SxsTemp\20080427183947460.0\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd.manifest > 2008-04-27 18:40:05, Info SXS Submitting stage transaction with 5 > operations > 2008-04-27 18:40:05, Info CSI 00000005 Performing 5 operations; 5 are > not lock/unlock and follow: > Stage (1): flags: 8 app: [Microsoft.VC80.CRT, Version = 8.0.50727.42, > pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope > neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = > [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: > Microsoft.VC80.CRT, Version = 8.0.50727.42, pA = > PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, > PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", > TypeName neutral, PublicKey neutral man: @0x32dee8 > StageFile (2): flags: 8 app: [Microsoft.VC80.CRT, Version = > 8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, > VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = > [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: > Microsoft.VC80.CRT, Version = 8.0.50727.42, pA = > PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, > PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", > TypeName neutral, PublicKey neutral file: > [ml:24{12},l:22{11}]"msvcr80.dll" srcfile: @0x32e008 > StageFile (2): flags: 8 app: [Microsoft.VC80.CRT, Version = > 8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, > VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = > [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: > Microsoft.VC80.CRT, Version = 8.0.50727.42, pA = > PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, > PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", > TypeName neutral, PublicKey neutral file: > [ml:24{12},l:22{11}]"msvcp80.dll" srcfile: @0x32e128 > StageFile (2): flags: 8 app: [Microsoft.VC80.CRT, Version = > 8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, > VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = > [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: > Microsoft.VC80.CRT, Version = 8.0.50727.42, pA = > PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, Versi > 2008-04-27 18:40:05, Info CSI onScope neutral, PublicKeyToken = {l:8 > b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, > PublicKey neutral file: [ml:24{12},l:22{11}]"msvcm80.dll" srcfile: > @0x32e248 > AddCat (14): flags: 0 catfile: @0x318898
Hello,
As you know, I'm just as much in the dark. I tried and successfully
obtained a log by typing ** sfcdetails.txt *** ( without the * ) in the
administrator command prompt. Thing is I can't duplicate it anymore. I
mean there was only 1 corrupted file instead of 4 I had earlier. See
what you get.
(Msg. 24) Posted: Sun May 11, 2008 9:40 pm
Post subject: Re: CBS.Logs access denied ?? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Go to c:\%windir%\logs\cbs directory.
From an elevated command prompt:
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt
This will create a file named sfcdetails.txt that narrows the field to what
SFC tries to work with.
You can add text between the quotes in your search command above:
Replace "[SR]" with "[SR] Cannot repair member file"
This will narrow the search further.
If nothing returns, then SFC fixed them all.
SFC runs differently if run from Safe Mode and may report some files as
corrupt that are actually just locked out in Normal Mode. If you have SP1
installed, it may report a file as corrupt that is actually just fine. Don't
be too quick to replace corrupt files without a little more research.
All times are: Eastern Time (US & Canada) (change) Goto page Previous1, 2, 3, 4
Page 3 of 4
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum