Clamxav scan came up with dev/fd/3 can't open file

Hi all!
I'm running a clamxav scan as i am worried that i may have something on my comp after a security compromise on one of my gaming accounts. It has come up with
"WARNING: Can't open file /dev/fd/3: Permission denied"
and as i have no idea about computers or what on earth this file is or used for i am not sure if it is anything i need to worry about...
Thanks for your help!

Welcome to Apple Support Communities
It's nothing to worry about, it's actually a little bit of developer code to find the file descriptor of an application, not something a user needs to read or write so just forget about it.
More: +To understand what is going on, first note that "/dev/fd" is a "virtual" thing. It is a kind of a hack (developed for the use of shell scripts, I think) that gives a program a view of *its own* file descriptors.+
+This means that if I have two programs running (e.g., '/bin/bash' and '/usr/bin/du'), and each of those looks in "/dev/fd", they could see different things. Each will see one file for each file descriptor that it has open, and the name of the file will be the number of that open descriptor.+
+For example, by default, each program will have three open file descriptors, 0, 1, 2 (stdin, stdout, stderr). Different programs will have different ones open, so what you saw above is the result of that. The shell looked in "/dev/fd" and saw a number of files, one for each of its open files. The names were then passed to 'du' on the command line, as if the command were+
+du -ks /dev/fd/0 /dev/fd/1 /dev/fd/2 /dev/fd/3 ...+
+Then 'du' runs. Without looking at the code, I can only guess, but what has to be happening is that 'du' has closed FD 3, and when it tries to get information about '/dev/fd/3', the kernel gives it an error. The error is "EBADF" (see '/usr/include/sys/errno.h'), because access to "/dev/fd/3" is the same as accessing file descriptor 3 (for example, stat("/dev/fd/3",...) is the same as fstat(3,...))."+
http://lists.apple.com/archives/Darwinos-users/2004/Apr/msg00042.html

Similar Messages

  • I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported..pls advise

    I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported......Is there a way to run FCP6 on lion withoput this error? Any help would be appreciated.....

    Hi Shane,
    Just one more quesiton re: this topic, I am looking to get rosetta but do not have Leopard or Snow Leopard...
    I read that it is not on Snow Leopard only on Leopard....so do I need to get only Leopard? Can u advise?
    Alternatively I do have Mac OS X Tiger so is it on this and can I install it from here?
    Please excuse my lack of knowledge here, just trying to get my FCP 6 up and running asap....
    Best Rgds.

  • When trying to open .pdf files i get a gray screen with message"adobe reader can"t open file.If running please exit and try again  15:3"..any ideas

    Cannot open >pdf files..Keep getting gray screen with following message  "error trying to open file..if adobe reader is running exit and try again 15.3"

    I have the same problem also but solved with the solution from http://www.brain-cluster.com/blog/orange/2011/03/06/there-problem-adobe-acrobatreader-if-it-running-please-exit-and-try-again

  • HT201412 The Ipad came up with a notification, and can't get out of it. It's saying: Ipad not backed up. This Ipad hasn't been backed up.Backups happen when this Ipad is plugged in,locked, and connected to Wi-fi. When  I press OK it can't continue. Please

    The Ipad came up with a notification, and can't get out of it. It's saying: Ipad not backed up. This Ipad hasn't been backed up.Backups happen when this Ipad is plugged in,locked, and connected to Wi-fi. When  I press OK it can't continue. Please REPLY

    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • How can i reset my download setting, to its orignial form. ie: with the option to save and open files

    How can i open files, instead of having them just save.
    there was a option with save or open, and normally i open
    but i clicked save and i have tried several ways to fix it, none of them work.
    any and all help would be nice
    == This happened ==
    Every time Firefox opened
    == just now

    hello, gmail should be one of the predefined actions for the mailto-protocol.
    does it shop up when you try the following?:
    go to ''firefox > help > troubleshooting information'', click on ''profile folder/show folder'' and close all firefox windows afterwards. a windows explorer window should open up - in there rename/delete the file named '''mimetypes.rdf''' - it will be regenerated again the next time you launch the browser.

  • Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path

    Snow Leopard 10.6.2 CS4 InDesign can't open files with a "#" in file path using any of these perfectly normal methods:
    1. double-click file in the Finder (e.g in a Folder on your Mac or on your Mac desktop etc.)
    2. select file and choose "File... Open" command-o in the Finder
    3. drag file to the application icon in the Finder.
    4. Select file in Bridge and double-click, choose File.. Open.. or Drag icon to InDesign icon in dock.
    If you try to open an ID file named with a "#", you will get an error message "Missing required parameter 'from' for event 'open.'"
    This happens to any InDesign file that has a "#" (pound sign, number sign, or hash) in the filename or in the file path (any parent folder).
    To reproduce
    Name an InDesign file Test#.idd Try to open it in the Finder or Bridge (as opposed to the "Open" dilaog of InDeisng itself).
    "Solution"
    The file WILL open using File... Open... command-o while in InDesign application.
    Rename the file or folders that have a "#" (shift-3) in the filename.
    Report to Adobe if it bugs you.
    This does not occur in "plain" Leopard 10.5 nor Tiger 10.4
    Untested in Panther or before and
    Untested with CS3 and earlier in Snow Leaopard.
    Anyone have those and want to try this... ?

    In case this really bothers you: we've added a workaround for this into Soxy. If you enable the option, these documents will open fine on double-click.
    You need Soxy 1.0.7 from:
    http://www.rorohiko.com/soxy
    Go to the 'Soxy' - 'Preferences' - 'Other' dialog window, and enable 'Open InDesign via Script'
    (Irrelevant background info (it's all invisible to the user): the workaround works by special-casing how Soxy opens documents in InDesign: instead of using AppleScript, Soxy will use ExtendScript to instruct InDesign to open the document - which works fine).

  • I can not open files created in iWork 6 or iWork 8 with pages 5.2. I removed the older versions and emptied my trash.  what to do?

    i can not open files created in iWork 6 or iWork 8 with pages 5.2. I removed the older versions and emptied my trash.  what to do?

    Reinstall iWork '08 which can export to Word .doc/x files.
    Peter

  • Can't open file--"not compatible with this version"

    I can not open a photoshop file, although it was saved with the same version. "The file is not compatible with this version" can someone help me.
    thanks

    hi kirsti
    I use windows 7 and photoshop cs5
    thank you
    Am 02.05.2012 19:06, schrieb Kirsti Aho:
    >
          Re: Can't open file--"not compatible with this version"
    created by Kirsti Aho <http://forums.adobe.com/people/Kirsti-CA> in
    /Community Help Application/ - View the full discussion
    <http://forums.adobe.com/message/4374618#4374618

  • Unable to open PDF files with Adobe Reader, Mac trying to open files with Quicktime instead, but not succeeding. HELP!

    Unable to open PDF files with Adobe Reader, Mac trying to open files with QuickTime instead, but not succeeding. HELP!

    Hi BDAqua,
    Thanks for the info, I dragged a PDF to desktop ctrl-, get info. change all to open with adobe.
    Problem solved, many thanks for a quick response.
    Barry69

  • How do I reinstall iWeb 3.0.3?  I inadvertently opened an html file of my website and tried to open it with iWeb '09. I get a message saying "Can't open file" etc., etc. I've tried reinstalling the updated version. Iweb will not open.

    How do I reinstall iWeb 3.0.3?  I inadvertently opened an html file of my website and tried to open it with iWeb '09. I get a message saying “Can’t open file” etc., etc. I’ve tried reinstalling the updated version. Iweb will not open.

    Delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home/Library/Preferences folder. Then launch iWeb and see if it opens. 
    What happened was trying to open the html file reset the file path that iWeb saves in its preference file to tell it where to go when you launch iWeb.  Deleting the pref file and launching iWeb creates a new file and iWeb looks in your Users/Home/Library/Application Support/iWeb folder for the Domain.sites2 file it uses to create your site.
    OT

  • Can I open bkf with my mac? I have my old file with bkf format how can I open it with my new Mac Pro?

    Can I open bkf with my Mac Pro? I have my old files with bkf format how can I open it?

    That is a Windows Backup file.  I seriously doubt that there will be any way to read that on a Mac.  Do you have a Windows machine that you can use to open those files and save the contents in a more friendly format?

  • Since the new versiono of Firefox I can get into the TurboTax website as usual but not on one of the links for Its Dedcutable on line. But with Safari I can. Same with my Bank. Can;t open PDF statements

    Since the new version of Firefox I can get into the TurboTax website as usual but not on one of the links for Its Dedcutable on line. But with Safari I can. Same with my Bank. Can;t open PDF statements

    I also have the '''pdf''' problem on all web sites. In my opinion Firefox 4 & 5 are not and improvement over FF3. I also have this concern listed on the question page along with 48 others in one week.
    Win7 Home Prem., 64 bit.

  • I have Lightroom 3.6 and Camera Raw 6.6 but I can't open my CR2 files from my Canon eos 6D

    Hi,
    I have Lightroom 3.6 and Camera Raw 6.6 but I can't open my CR2 files from my Canon eos 6D
    Lightroom doesn't show a thumbnail image and when trying to import it says the camera format isn't supported. But normaly Camera raw 6.6 should cover the Canon eos 6D
    All help is welcome,
    Thanks

    No, the older versions are not free.  If you upgrade you will have to get Lr5 unless you can still find Lr4 for sale somewhere as it has been discontinued by Adobe.  You can also use the FREE DNG converter to convert the 6d files for use in Lr3.6.

  • Having installed Aperture iPhoto won't open. When I try it fails with the message "You can't open the iPhoto.app because it may be damaged or incomplete. Any help please?

    Having installed Aperture, iPhoto won't open. When I try it fails with the message "You can't open the iPhoto.app because it may be damaged or incomplete. Any help please?

    OK, fixed it.  Found that iPhoto is now BACK in the App store.
    Found iPhoto app in Finder and dragged it to Trash.
    Downloaded iPhoto from App store and all now back working again.
    Didnt expect to find iPhoto in App store as last time I looked it wasn't available.
    Nige

  • My trackpad can't open file with double click

    i don't know what's going on, but my trackpad can't open file with double click. i have to open it with right click, open or open with. i've tried to fix it in the system preferences, it didn't work out well.

    William - you are wonderful!  I had looked at that - they were set to 'internal' which seemed like RH...but selecting the 'design view' and then reselecting 'use default editor' instead of 'auto-select editor' did it.  THANK YOU!!!!!

Maybe you are looking for

  • FF4 install freezes win 7 during reboot and can't uninstall or reinstall

    I upgraded to FF4 and it requested a reboot. Upon reboot, Windows 7 freezes up and repair or restore is required to get back into windows. If I try to reinstall or uninstall, the install program informs that states that I have to complete the previou

  • Transferring music from iphone to another iphone

    Hi i just want to copy my entire music from my library of iphone 4s to another iphone 4. what is the esiest way to do that? i want them in both iphones...

  • Connecting my bellsouth email to the pre

    I have spent countless hours with sprint and att with no luck.  We can't get my bellsouth email on the pre have tried many different mail servers. The one bellsouth said to use is mail.bellsouth.net which doesn't work. Also tried pop.att.yahoo.com fo

  • FTP credentials dumped on every update - so annoying.

    Yes, what fun. Everytime you install a handy Muse update it wants you to save the project again. No not with the same name, adobe suggests you give it a new name. OK! so I add a B, then a C, and a D after the name. Good move. Then you go to do an FTP

  • Set-up Maintenance Optimizer function not found

    Hi Experts, I have Solution Manager 7.0 system and I want to config Maintenance Optimizer. The document said go to the: SPRO -> SAP Reference IMG -> SAP Solution Manager -> Configuration -> Basic Settings -> Standard Configuration of Basic Settings -