What is CIJScannerRegister
by
Published on 07-19-2010 12:08 PM
After the most recent OS X update, PeerGuardian started to report that a process called CIJScannerRegister kept trying to send out UDP broadcast messages to IP address 224.0.0.1. LittleSnitch, a wonderful utility to monitor network connections, didn't catch it. So what is it, why is it sending network traffic, and how can you disable it?
From my research, I found that it is mostly likely related to Canon Inkjet printers. For whatever reason, this is not a process that should be broadcasting and you can safely disable it.
Open up a Terminal window and type:
Code:
ps aux|grep CIJScannerRegister
This should return a line that looks something like this:
Code:
Oscar 338 0.0 0.1 2743064 5448 ?? S 11:43AM 0:00.71 /Library/Image Capture/Support/LegacyDeviceDiscoveryHelpers/CIJScannerRegister.app/Contents/MacOS/CIJScannerRegister -psn_0_163880
Note the first number that appears after you username - in my instance, it was 338. This is the
process number. Kill the process by typing: (Replace ### with the process number)
Next, disable this utility by renaming it:
Code:
mv /Library/Image\ Capture/Support/LegacyDeviceDiscoveryHelpers/CIJScannerRegister.app /Library/Image\ Capture/Support/LegacyDeviceDiscoveryHelpers/CIJScannerRegister.app.removedbyme
That should do the trick.
vBulletin Message