[SOLVED] Did something break 'find'?

I don't use the find command a whole lot, so (a.) I could just be missing something, and (b.) I have no idea exactly when this started. However, the find command seems to be totally broken on my system even after a reboot. Even simple things like 'find' or 'find . -print' in my home or / directory produce no output. I keep my system pretty well exactly up to date (last -Syu was just last night), and I don't use testing. TIA.
EDIT: Thought it might be relevant what version I'm using. findutils 4.4.2-4
Last edited by palintropos (2012-02-20 17:18:37)

'strace find' produces a boatload of output, but I don't really understand any of it. What should I be looking for?
EDIT: I decided to come back and include some sample output in case anyone else curious and wanting to help decides to come along.
In the following examples, the commands indicated were performed on a small directory in my home folder housing 3 .iso files I've downloaded.
ls:
archlinux-2011.08.19-netinstall-i686.iso systemrescuecd-x86-2.4.1.iso
pmagic_2011_12_30.iso
find: no output
strace find:
execve("/usr/bin/find", ["find"], [/* 45 vars */]) = 0
brk(0) = 0x8a6b000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7774000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=95344, ...}) = 0
mmap2(NULL, 95344, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb775c000
close(3) = 0
open("/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\30\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=30696, ...}) = 0
mmap2(NULL, 33356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7753000
mmap2(0xb775a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb775a000
close(3) = 0
open("/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000D\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=173588, ...}) = 0
mmap2(NULL, 176256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7727000
mmap2(0xb7751000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29) = 0xb7751000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\225\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1949865, ...}) = 0
mmap2(NULL, 1706628, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7586000
mmap2(0xb7721000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19b) = 0xb7721000
mmap2(0xb7724000, 10884, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7724000
close(3) = 0
open("/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320Z\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=130607, ...}) = 0
mmap2(NULL, 107004, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb756b000
mmap2(0xb7582000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0xb7582000
mmap2(0xb7584000, 4604, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7584000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb756a000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7569000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb75696c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb7721000, 8192, PROT_READ) = 0
mprotect(0xb7582000, 4096, PROT_READ) = 0
mprotect(0xb7751000, 4096, PROT_READ) = 0
mprotect(0xb775a000, 4096, PROT_READ) = 0
mprotect(0x806e000, 4096, PROT_READ) = 0
mprotect(0xb7796000, 4096, PROT_READ) = 0
munmap(0xb775c000, 95344) = 0
set_tid_address(0xb7569728) = 3900
set_robust_list(0xb7569730, 0xc) = 0
rt_sigaction(SIGRTMIN, {0xb7570560, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb75705e0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="gozer", ...}) = 0
uname({sys="Linux", node="gozer", ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
gettimeofday({1329756546, 612989}, NULL) = 0
brk(0) = 0x8a6b000
brk(0x8a8c000) = 0x8a8c000
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
open(".", O_RDONLY|O_LARGEFILE) = 3
fchdir(3) = 0
fstatat64(AT_FDCWD, ".", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
open(".", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW) = 4
fchdir(4) = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7773000
write(1, ".\n", 2) = 2
openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 5
fchdir(5) = 0
getdents64(5, /* 5 entries */, 32768) = 208
getdents64(5, /* 0 entries */, 32768) = 0
close(5) = 0
write(1, "./systemrescuecd-x86-2.4.1.iso\n", 31) = 31
write(1, "./pmagic_2011_12_30.iso\n", 24) = 24
write(1, "./archlinux-2011.08.19-netinstal"..., 43) = 43
fchdir(4) = 0
fchdir(4) = 0
close(4) = 0
close(1) = 0
munmap(0xb7773000, 4096) = 0
close(2) = 0
exit_group(0) = ?
Last edited by palintropos (2012-02-20 16:51:54)

Similar Messages

  • Why was I lied to by in store reps and treated as if I did something wrong when trying to get a faulty phone less then 6 month old replaced?

    I am writing to say I experienced the worse customer service ever from one of your stores!!!  Not just the reps but both the day and night manager both were very rude to me, I am not going to saying I was a happy camper in talking to them but you are more then welcome to pull up the recodings and see that I was not being out of bounds with them....expecially after waiting over an hour to be seen in person then being lied to and calling back mad then next day!  I have a Note 3 I purchased about 4-6 months ago that the screen went dead on.  The phone still turns on and makes noies and recieves messages but will not light the screen up.  I took it in the the Murrieta store last night about 830pm, after reading online that you can bring it back to any verizon wireless store for refurbished replacement.  Well after checking in and witing till about 930pm (30 mins after closing) I was seen and given the 3rd degree about how I broke the phone.  The representitive went thru the phone for 20 mins and continue to throw out ideas of how I broke it and hows it possible I could break it and again would ask if I broke it.  After the 5th time stating I did not break it he look up my phone number and pulled my account (a while later we started) and stated he could get me a replacement by Tuesday of the following week, well that was a Thursday night and I was going out of town that friday so I explined that does not work and I need a phone ASAP.  He then explianed I could pay for overnight delivery, I refused to pay for any charges as it was not my fault the phone was broken,  He stated a manager could possibly waive the charge.  I asked to speak to the manager, he coninued trying to help me for another 5 mins to which I eventually said can I just speak to the manager.  He went and asked the manager to come over who was already dealing with another irrate customer.  After waiting another 5-10 mins the manager came over and rudley asked how can I help you.  I explained where we were in our transaction and that I was very unhappy.  She rudley informed me that all they can do is ship the replacment and if I wanted they would ship to a venture store (my weekend destiation) and I could go piock it up from there and that it.  I informed her that the rep has already offered overnight to my house by 1030am but I needed her to pay for the charges.  She said fine she would and was very short and rude about it.  At this point I was ****** and told her I felt she was being very rude and short to me and I understand she just dealt with an irrate client but I had been waiting well over an hour at this point for something turns out I could have done over the phone or should have as your stores dont offer in store replacement (I was told that a policy and they have no idea why the website would say come to the store but its wrong).  I also informed her that it was a product I bought from your company that was giving me trouble due to it being faulty and its an inconvenence to me THE CUSTOMER....not the other way around.  She said she was doing all she could do and could do no more.....NEVER once in the conversation did the manager offer her apologizes for my troubles, even after I stated she was being rude and I was very unhappy with her level of customer service in this problem with a warrantied item.  I excepted the 1030am next day delivery and left.  Well I was unhappy but left anyways and now its 1130am I go to check status of package and it says monday by 530pm delivery??????  So I called the store informed the day manager on duty (David <<Last name removed>>) I was lied to about a needed delivery of replacement and explained that I am very unhappy.  Well turns out he had the staff listening on speakerphone as he informs me the staff remembers it differently and the manager on duty last night went above and beyond her duty by paying for my shipping and helping me.  Then went on to say my screen was cracked via the notes shown which was never shown to me and they did not even have to help me as I did not have insurance.  I explained the rep the night before spent 30 mins trying to find how I broke the phone and why I could have broke it to which he found nothing with the phone but apparently still put in the notes he found a pressure crack.  I asked the manager if its the policy to just assume the thing is broken by the client to which he said YES, we have an extensive history with these devices and we are usually right in out ASSUMPTIONS!  I informed him I was very unhappy and he was not a part of the conversation last night and to tell me his rude night manager went above and beyond was siding with his employees far beforing doing any research into the matter having only heard what his employees were talking about as I was explaining.  He did not seem to care and explained that your policy are very strict and your employees must adhere to them to, guess this includes lieing to customers to get them out of the store.  At this point I got his info as I seen the level of his customer support and service and hung up.  This really makes me question the 15 year relationship I have had with Verizon Wireless!!!  I now am leaving my family alone for the weekend and I have no form of communication as I will be on a boat off the coast of Ventura for 3 days......and I am left to think my best hope is to have a phone monday evening that I will mostly be charged full price for as the rep stated the phone he is replacing is broken........am I correct in this assumption.......Verizon Wireless Admin Verizon Wireless Customer Support
    Message was edited by: Verizon Moderator

    Sorry, I don't believe you when you say you don't work for the VZW.
    Believe me or don't. That's simply up to you.
      You are trying to explain to me that they could have just kick me out after
    hours (even though I was there atleast 30 mins before closing, was checked
    in and asked to wait)
    No business is obligated to assist you after hours.
    and that my phone probably is broken (even though the
    rep could find nothing wrong and could show me nothing wrong still noted in
    the notes it was broken)....sure sounds like a vzw rep to me.
    I sure hope that, for your sake, that the phone is not broken.
    You are assuming I was told of charges.....
    At some point you were told of the charges because you mentioned them in your original post.
    you also assume I was irrate and
    demanding from the start....
    In my 20 years of retail experience and dealing with customers I don't assume that you were irate. I am confident of that. I could tell from your original post that you were not an easy customer to deal with.
    the website clearly states come to store for a
    refurbished phone if your phone has a warranty issue which is what I did.
    Can you post a link to this information on the website?
    I will give you that you are very articulate in your answer (Thank you) but completely
    unhelpful and ignore the fact that I was told something which now you make
    me believe even more was done intentionally. 
    What does this even mean?
    You say nothing can be
    overnighted after 5pm....then why was made that promise?
    FedEx has certain times that they can abide by for overnight shipping.
    To get me to go
    away?
    Yes because it was 30 minutes after the store closed and they wanted you out of there.
    There is policy and I understand that but there is also a thing
    called customer service and thats what not what I received.
    You obviously don't understand that there is policy or you would not have treated the employees the way that you admittedly did in your original post.
    You get what you give. You will always attract more flies with honey than with vinegar.

  • Did I Break My Mac?

    I installed a driver a couple days ago and since then, I've noticed a lot of strange things happening with my computer.
    Many common keyboard strokes using "shift" and "command" seem to be broken. Every time I restart my computer, my Airport is turned off and I have to go into the network diagnostics to set up my router. Also upon restarting, my disc drive opens and shuts automatically, and my "music" folder auto-opens on the desktop. There are some other strange behaviors dealing with my mouse as well.
    It seems obvious that the driver messed up all of these functions, it's very bizarre. Since there isn't a driver rollback option with Macs, I'm not sure what to do. I did delete the driver install package. I've also tried a PRAM reset and a Disk Utility repair. I should note that this driver didn't mess anything up on my older computer (iMac G5).
    Any ideas what I can do to fix this? Did I break my Mac?
    Any help or suggestions would be greatly appreciated. Thanks!

    The developer really should have implemented this as a Preference Pane and not a kernel extension.
    Assuming it is a kernel extension, though, it lives in a subfolder in one of two places:
    /Library
    /System/Library
    Search these two folders and their subfolders for the terms "xbox" or "360" and CAREFULLY examine any files you find with matching names. If you see one that is an obvious match, put it in the trash and reboot. You may also want to check the file creation/modification dates to ensure that you're tossing out the right file.
    By "an obvious match," I mean something like "xbox360crappydriver.kext" -- you don't want to risk throwing away something you need.
    P.S. If it is just a Preference Pane, simply visit:
    /Library/PreferencePanes and
    (Your home folder)/Library/PreferencePanes
    and throw away any files with names that clearly reference the controller.

  • Did something change in Adobe Reader X with xfdf files?

    Has something changed with Reader X and how to print .xfdf files?  For several previous versions my program would use reader to print pdf forms with data filled in via .xfdf files.  Once someone updates to ReaderX  then the pdf's print but no data is filled in from the .xfdf files.
    So did something change with ReaderX or what it expects in xfdf file?
    Thank you,
    Steve

    Sorry, I cannot find any non-sensitive file for the moment.  I will get into trouble if I upload any of them.
    And you're correct: I can't find those strings when I open it in a hex editor.  Is there any utility to let me remove some texts without changing file headers and other properties?
    For all my invoice files, they are all generated by the same company.  It's "Free Telecom", an ISP and mobile phone company in France.  But not all invoice files have this issue.  This issue only happens recently, and only happens to invoice generated for ISP, but not for mobile phone.
    Here are some more technical info:
    If I open the files in PDF-XChange Viewer, I can view some properties.
    I have
    PDF Producer:  PDF::API2 0.73 [linux]
    The following image shows some remaining properties which are too much to type:
    Hope this helps

  • Mac Book Pro 17" I did something accidently

    I need assistance to discover how to correct this on my laptop display.  Can someone help me?  Jim

    I thought it printed out my problem.  Sorry.  I did something to make the menu and the icons on the screen huge.  Even when I open up an application it will not fit on the display screen.  I cannot find where to bring it back to the normal size.  Thanks

  • Did i break it?

    ok well i lost that little cap a while ago and the usb port kept coming undone and would expose that film thing inside the ipod. it was all fine until it actually came off. i managed to put it together and duct tape it (i know) and it plays and the lights come on and everything but when i put it in the computer no light comes on. is this a computer problem or did i break something?

    It sounds like you broke something. As a matter of fact, you admit that you broke something.
    The questions are really whose fault is it and who's going to pay for it? You can start asking those questions using the links on this page.

  • I'm using the new 4.0.1 and see no way to uninstall add ons. Did something fail to insall on my update? No tools showing anywhere enen to check for updates as in the old 3.5 version. Thanks

    No way to uninstall only to restart with add ons disabled. Did something not update from 3.5 ?

    Did you see a Firefox icon in the top left corner? If so, click on it and the Menu Bar will appear. If you want to have the Menu Bar shown instead of the icon, you can CHECK the Menu Bar and it'll stay on.
    To find the Add-ons list: Tools > Add-ons and the lists of your add-ons and plug-ins are there.
    http://support.mozilla.com/en-US/kb/Menu%20bar%20is%20missing

  • HT4865 What do i do to find my lost iphone? I did not install find my iphone app

    I would like to know how to find my lost iphone using icloud. I did not intall find my iphone app. It is an iphone 4 and the version was ios 5

    Can you explain what you mean by "partitioned an external drive to my mac intel"?
    If you repartition a drive, that will always erase the whole drive. Is that what you did? Did you use Disk Utility, or something else? Disk Utility does say "To erase and repartition the disk..." so it does warn you what will happen.
    Matt

  • Everything on my screen, Mac Pro, shrunk!  Gmail, bookmark pane, task bar menu, even the password sign in. I'm sure I did something with the fingers thing. How do I get back to defaule

    Everything on my screen, Mac Pro, shrunk!  Gmail, bookmark pane, task bar menu, even the password sign in. I'm sure I did something with the fingers thing. How do I get back to default.  The font is tiny, tiny.  My operationg system is Mavericks.

    Thank you for the list, I will print and keep it handy.
    Contol F3 makes my whole screen larager or smaller. 
    Command option 8 does nothing that I can see.
    Command  option + or -  will zoom in or out on the page I am on but if I change windows it reverts.
    But bookmarks pane, the task bar, the password sign in and even the post I am writing (actually every printed word), are a font so small I almsost need a magnifiying glass.  This includes web pages too!
    I am using Mavericks. 
    Trying to retrace my steps when this happened.  Nothing unusual, I was using airplay to watch a You Tube segment on the tv.  I don't think that is related.
    I really appreciate your help and comments on this.  I can usualy google and find and answer, but to no avail with this one!

  • Did something change with IOS6 and photo stream

    Seems photo stream stopped working with IOS6, did something change?

    I'm having this same issue, and after ruling out other possible factors limiting iCloud backup, I've concluded that the issue IS in fact the Xfinity Arris TG862 (Comcast wireless router). There is a section on Comcast's website that aknowledges a software issue with the router, and a software update will be pushed out at some point, but if you don't want to wait, you can request to have your router replaced, for free. Visit http://mydeviceinfo.comcast.net to see a full list of devices, then find your device, and if the text is in red (which would currently be the Arris TG852 and TG862 models), then you can either wait for a software fix, or request a new router at http://forums.comcast.com/t5/Connectivity-and-Modem-Help/bd-p/5
    Hope I could help!

  • I did something and my system preferences are gone Now i cant do any tweeks to my system... HELP!

    I did something in an update to my computer, and i think i deleted a bunch of files. I had to go to another computer to get Safari back on my computer, and now ive lost all my system preferences. i have no way to update anything on my computer. How can i download this portion of my system preferences so that i can again have control over my computer. any help is greatly appreciated.

    As this is the Snow Leopard OS 10.6.8 forum I assume that is what you are running. You reinstall from the original install disk. Snow Leopard has never been available as a download.

  • I have lost my iphone and did not have Find me set up. Is there any way that Apple or anyone can track the last location of my phone before it turned off?

    I have lost my Iphone last week. I know this has been a while, but I am desperate. I have talked to At&t and there is no way they could track my phone with it turned off. So I was wondering if there's any way that we can check the last location of the phone before it died? And also, if there's any way we can ping the phone in case it was stolen and was turned on? I hope to read ur responses soon. Thank you.

    If you did not setup Find My Phone, I'm afraid yo're out of luck. There is no practical way to track your phone.

  • How do you get your ipod touch to make a noise when people text you and to pop up on the screen my friend did something to her ipod to do this but i dont know how please help!!!!!!!!!!!!!!!!!!!!!!!!!!! its like she updated it but i already tried it!!!!!!

    how do you get your ipod touch to make a noise when people text you and to pop up on the screen my friend did something to her ipod to do this but i dont know how please help!!!!!!!!!!!!!!!!!!!!!!!!!!! its like she updated it but i already tried it!!!!!!i am very confused and want my ipod touch 4g like that please help thxns:)

    Go to Settings>Notifications and turn alerts/sounds on for the app(s) in question.  Not all apps have all options.

  • I recently installed MacKeeper on my iMac.  It was a disaster.  I lost applications and files.  Fortunately I had back up.  Worst of all it did something to my system software that it takes about 7 minuts to stat-up.  What can I do to get it to start-up f

    Version:1.0 StartHTML:0000000186 EndHTML:0000002354 StartFragment:0000001670 EndFragment:0000002318 SourceURL:file:///Users/armandodiaz/Desktop/I%20recently%20installed%20MacK.doc                   
    I recently installed MacKeeper on my iMac. It was a disaster.  I lost applications and files. Fortunately I had back up. Worst of all it did something to my system software that it takes about 7 minuts to stat-up.  What can I do to get it to start-up faster?
    Thanks

    How to Remove MacKeeper
    Given you have a backup you may want to think about erasing the hard drive and reinstalling Snow Leopard then restore your backup.

  • MAC OS Yosemite - CS6 - A while back, i did something to where when i open a file in photoshop, it no longer is one window, now it's two separete ones. one for the program itself, and another for the actual file how do it get it back to where it's all one

    - A while back, i did something to where when i open a file in photoshop, it no longer is one window, now it's two separete ones. one for the program itself, and another for the actual file how do it get it back to where it's all one window without having to be in full screen mode? I've managed to go some time like this, but right now it's just really annoying me. HELP!!!

    Just drag the small window to the top right below the toolbar, you'll see the area highlighted and when you drop it the file should dock.

Maybe you are looking for

  • Join between AP_bank_account_uses_all and Po_vendors in r12

    Hello, Actually yesterday i posted the same question, but it was deleted. I really dont know the reason though. But, i have a cursor that has these conditions that run in 11i. Can anyone please help me to re-write the following query with the joins i

  • Unique Session IDs in Appserver 7.0 ?

    Is the sessionid generated in Appserver 7.0 Standard Edition Globally unique ? Is it possible for sessionids generated by 2 different installations of appserver 7.0 to be same ? Is it possible for sessionids generated by 2 different instances of one

  • Electrical power energy auditing

         I am  doing a project on power supply monitoring system with labview. The main aim of the project is monitoring and data logging the signals from non contact type hall effect current sensors. Voltage and current are the two main parameters which

  • Checkbox rendere in datagrid

    Hi all, I have a datagrid with checkbox as renderer. after selecting few checkboxes,if i scroll the datagrid checkboxes are selected at random. my renderer code is attached.. thanks

  • Why does the screen "wash out" with the statement "Firefox is not responding" This happens at least once in each session.

    I am not sure what more details I can provide. Suddenly, the cursor for the mouse will freeze, the screen washes out. You can still see the underlying webpage faintly. After a few seconds, the problem corrects itself and Firefox resumes normal operat