Giter VIP home page Giter VIP logo

Comments (15)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Additional instrumentation added to this routine in r66 commit.

Leaving bug open (but not targetted at a specific release) until we get 
additional
data from someone hitting this issue.

Original comment by [email protected] on 28 Jul 2009 at 3:07

  • Removed labels: Milestone-Release0.9.1

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Got some more info on this one now, after the r66 changes.  Here's the real 
error
we're getting:

/---------------------------------------
class win32_error
CreateService
1072
The specified service has been marked for deletion.
\---------------------------------------

The relevant lines from peerblock.log:

/---------------------------------------
[driver] [load(3)]    driver not currently installed as service
[driver] [load(3)]    Driver-service NOT running!
[driver] [load(3)]    driver not currently installed as service
[driver] [load(3)]    paths don't match, removing and recreating driver-service
[driver] [load(3)]    ERROR re-creating driver-service
\---------------------------------------


Original comment by [email protected] on 30 Jul 2009 at 6:15

  • Changed title: Unable to load driver: CreateService error 1072, "service marked for deletion"
  • Added labels: Milestone-Release1.0

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
anybody resolve this problem as im getting the same error.
cheers

Original comment by [email protected] on 12 Aug 2009 at 7:09

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Not yet, I started looking into it but haven't had a chance to fully debug it 
yet. 
From my initial investigations, it looks as though the Windows Service Control
Manager thinks someone still has a handle open to the service, so that when we 
delete
it as part of the "remove and recreating driver-service" step it doesn't 
actually
finish deleting it.

My understanding is that when this issue is hit, restarting PeerBlock generally
resolves it.  And it only happens during program startup, so it's 
easily-noticeable
and doesn't end up crashing the program and leaving you unprotected in the 
middle of
the night while you're sleeping.  If that's incorrect let me know and I'll up 
the
priority of this.

Original comment by [email protected] on 12 Aug 2009 at 3:39

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
I have a potential fix for this in test, won't be committing anything to
source-control until the problem is repro'ed again though.  If anyone who's hit 
this
bug is willing to help test, please send me an email
(http://tinymailto.com/peerblock) and I'll get it out to you.

Original comment by [email protected] on 19 Aug 2009 at 1:34

Attachments:

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Committed that potential fix as r116, along with a window that will popup if 
you hit
this, telling you that we're going to try to workaround it, and asking you to 
please
send us your peerblock.log file.  If you see this message during startup, see 
what
happens, and please send us your .log file whether it works or not!

Original comment by [email protected] on 25 Aug 2009 at 2:49

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Fixed in r122/123, as per test results from forum thread:
(http://forums.peerblock.com/read.php?3,227).

Original comment by [email protected] on 28 Aug 2009 at 9:19

  • Changed state: Fixed

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
i just now updated to the latest version but i forgot to close my peerblock 
while
doing so, then i closed it and clicked Retry, but now i get the same unable to 
load
driver error as well.

Original comment by [email protected] on 29 Sep 2009 at 12:57

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Re-opening this issue.  Could you please attach your peerblock.log file, and a
screenshot of the error message if it's reproducible?

Original comment by [email protected] on 3 Oct 2009 at 6:34

  • Changed state: Accepted

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
After following up with gruzergrub5000, it sounds as though his problem was 
caused by
forgetting close PeerBlock prior to upgrading.  After a reinstall everything has
apparently been working well, so I'm re-closing this bug.

If it happens again, please make sure you post your peerblock.log and/or a 
screenshot
of the error, and we will either re-open this bug again or open a new one 
against it.

Original comment by [email protected] on 15 Oct 2009 at 5:48

  • Changed state: Fixed

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[10/26/2009] [22:49:04.183] [02828]  [driver] [load(2)]   preparing to load 
driver -
name: [pbfilter], file: [\??\C:\Program Files\PeerBlock\pbfilter.sys]
[10/26/2009] [22:49:04.183] [02828]  [driver] [load(3)]   loading driver - name:
[pbfilter], file: [\??\C:\Program Files\PeerBlock\pbfilter.sys], devfile: 
[\\.\pbfilter]
[10/26/2009] [22:49:04.184] [02828]  [driver] [load(3)]    driver not currently
installed as service
[10/26/2009] [22:49:04.186] [02828]  [driver] [load(3)]    service name:
[\??\C:\Program Files\PeerBlock\pbfilter.sys], file name: [\??\C:\Program
Files\PeerBlock\pbfilter.sys]
[10/26/2009] [22:49:04.187] [02828]  [driver] [load(3)]    Driver-service NOT 
running!
[10/26/2009] [22:49:04.187] [02828]  [driver] [load(3)]    - service state: [1]
[10/26/2009] [22:49:04.188] [02828]  [driver] [start]    starting driver
[10/26/2009] [22:49:04.236] [02828]  [driver] [start]   getting handle to 
driver -
devfile: [\\.\pbfilter]
[10/26/2009] [22:49:04.236] [02828]  [driver] [start]    started driver

apparently this error is still active

log attached

Original comment by [email protected] on 27 Oct 2009 at 5:52

Attachments:

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
It actually looks like PeerBlock is working correctly as per your peerblock.log 
file
- the driver wasn't running, so we started it and continued normally.  From your
logfile it doesn't look like you saw the "unable to load the packet filtering 
driver"
popup (with associated PeerBlock crash), right?

I think what's confusing you is just the poorly-chosen text I've put into the
logfile.  That "Driver-service NOT running!" text makes it look like this is a 
bad
condition, when it's really not.  I'll try to remember to change that next time 
I'm
in that area of code, to something less alarming.

If I've misinterpreted something, though, please correct my understanding of 
your issue!

Original comment by [email protected] on 30 Oct 2009 at 2:06

from peerblock.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Hello i tried to use peerblocker on a windows 2000 machine with exchange 2000.

look here, pbfilter.sys error!


Logging Started...
[1/27/2010] [11:38:29.800] [05920]  PeerBlock Starting
[1/27/2010] [11:38:29.800] [05920]  PeerBlock 1.0
[1/27/2010] [11:38:29.800] [05920]  Flushed tracelog
[1/27/2010] [11:38:29.800] [05920]  Running on OS: Windows 2000 32-bit -
Build:[2195], SP:[4.0]
[1/27/2010] [11:38:29.800] [05920]  User running as Admin
[1/27/2010] [11:38:29.800] [05920]  Created program mutex
[1/27/2010] [11:38:29.800] [05920]  Initialized common controls
[1/27/2010] [11:38:29.800] [05920]  Registered color picker
[1/27/2010] [11:38:29.800] [05920]  Initialized winsock
[1/27/2010] [11:38:29.800] [05920]  Successfully 
PreventSetUnhandledExceptionFilter()
[1/27/2010] [11:38:29.800] [05920]  [mainproc] [Main_OnInitDialog]  > Entering 
routine.
[1/27/2010] [11:38:29.800] [05920]  [mainproc] [Main_OnInitDialog]    loading 
config
[1/27/2010] [11:38:29.800] [05920]  [Configuration] [Load]  > Entering routine.
[1/27/2010] [11:38:29.800] [05920]  [Configuration] [LoadFile]    loading
file:[C:\Program Files\PeerBlock\peerblock.conf]
[1/27/2010] [11:38:29.800] [05920]  [Configuration] [LoadFile]    Successfully 
loaded
file:[C:\Program Files\PeerBlock\peerblock.conf]
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    found peerblock
configuration file
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
root element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
settings
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
logging
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config
tracelogging element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
colors
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config
windowing element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
updates
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
messages
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
ports
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]    parsing config 
lists
element
[1/27/2010] [11:38:29.815] [05920]  [Configuration] [Load]  < Leaving routine.
[1/27/2010] [11:38:29.815] [05920]  [mainproc] [Main_OnInitDialog]    Config 
loaded.
[1/27/2010] [11:38:29.815] [05920]  [mainproc] [Main_OnInitDialog]    checking 
if
previous-release updates are required
[1/27/2010] [11:38:29.815] [05920]  [mainproc] [PerformPrevRelUpdates]    
Checking
for old peerguardian-hosted lists, and updating any found to 
iblocklist.com-hosted ones
[1/27/2010] [11:38:29.815] [05920]  [mainproc] [Main_OnInitDialog]    resetting 
g_filter
[1/27/2010] [11:38:29.815] [05920]  [driver] [load(2)]   preparing to load 
driver -
name: [IpFilterDriver], file: [System32\Drivers\IpFltDrv.sys]
[1/27/2010] [11:38:29.815] [05920]  [driver] [load(3)]   loading driver - name:
[IpFilterDriver], file: [System32\Drivers\IpFltDrv.sys], devfile: 
[\\.\IpFilterDriver]
[1/27/2010] [11:38:29.815] [05920]  [driver] [load(3)]    driver not currently
installed as service
[1/27/2010] [11:38:29.815] [05920]  [driver] [load(3)]    service name:
[System32\DRIVERS\ipfltdrv.sys], file name: [System32\Drivers\IpFltDrv.sys]
[1/27/2010] [11:38:29.831] [05920]  [driver] [load(3)]    Driver-service NOT 
running!
[1/27/2010] [11:38:29.831] [05920]  [driver] [load(3)]    - service state: [1]
[1/27/2010] [11:38:29.831] [05920]  [driver] [start]    starting driver
[1/27/2010] [11:38:29.847] [05920]  [driver] [start]   getting handle to driver 
-
devfile: [\\.\IpFilterDriver]
[1/27/2010] [11:38:29.847] [05920]  [driver] [start]  * Error:  ERROR: 
CreateFile
[1/27/2010] [11:38:29.847] [05920]  [driver] [start]    - err:[2], desc:[The 
system
cannot find the file specified.

]
[1/27/2010] [11:38:29.862] [05920]  [driver] [close]    closing driver
[1/27/2010] [11:38:29.862] [05920]  [driver] [stop]    Tried to stop driver, 
but it
is not started
[1/27/2010] [11:38:29.862] [05920]  [driver] [close]    unloaded driver
[1/27/2010] [11:38:29.862] [05920]  [driver] [close]    Tried to close driver, 
but it
wasn't loaded.

what now?

Original comment by [email protected] on 27 Jan 2010 at 10:45

from peerblock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.