Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Can't remove files.

    Hello!

    I can't do make clean on ports because it cannot remove
    /usr/ports/databases/php5-sqlite/work directory or any directories
    under it. All directories are empty, but rm -rf reports "Directory not
    empty" for them. ls -lo says - for all flags... This happened after
    crash while doing make clean on ports. security log says:

    -cut-
    > Limiting closed port RST response from 223 to 200 packets/sec
    > ad5: TIMEOUT - READ_DMA retrying (2 retries left) LBA=382096515
    > ad5: WARNING - removed from configuration
    > ata2-slave: FAILURE - READ_DMA timed out
    > initiate_write_filepage: already started
    > initiate_write_filepage: already started
    > ... lots of these
    > initiate_write_filepage: already started
    > initiate_write_filepage: already started
    > panic: initiate_write_inodeblock_ufs2: already started
    > Uptime: 33d6h2m14s
    > Cannot dump. No dump device defined.
    -cut-

    And in the end of the log is this too:

    -cut-
    > ad5: TIMEOUT - READ_DMA retrying (2 retries left) LBA=382096515
    > ad5: FAILURE - READ_DMA timed out
    -cut-

    So. What can be done here?

    --
    kpn @ IRCnet
    Perttu Laine Guest

  2. Similar Questions and Discussions

    1. remove files
      Hi, How do I remove files from the server? For example: I have a pdf file on the server that is linked to the text on a web page done with...
    2. Could not remove files FlashUtil9c.exe and Flash9c.ocx
      Hello everybody! I have a problem. I found that NTFS permissions don't allow me to remove files...
    3. Remove contribute files
      :confused; How can I remove all files Contribute places in my site? I no longer want to manage the site through contribute and would like to clean...
    4. How do I remove PDF compatability on multiple files?
      Hello, I have 50 artists creating files 6 days a week and saving it all to a server. Up until today they have all had the 'Create PDF Compatable...
    5. remove by mistake * files in /etc
      Hello All! I recently remove by mistake * files in /etc in AIX 4.1.4. I do not have backup of system, only backup of users's data. Could I recover...
  3. #2

    Default Re: Can't remove files.

    Perttu Laine wrote:
    >ad5: TIMEOUT - READ_DMA retrying (2 retries left)
    > LBA=382096515
    >ad5: FAILURE - READ_DMA timed out
    > So. What can be done here?
    Typical 5.3 problem/bug.

    Try adding following line to /boot/loader.conf:

    hw.ata.ata_dma="0"

    and reboot.

    This may force the harddisk to operate in slow PIO4
    mode, but at least without DMA TIMEOUTs and DMA
    FAILUREs.

    Rob.




    __________________________________
    Do you Yahoo!?
    Yahoo! Mail - Helps protect you from nasty viruses.
    [url]http://promotions.yahoo.com/new_mail[/url]
    Rob Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139