Suspend almost working, input/output error after resume

Hi,
I have gotten suspend to ram almost working on my sony vaio sz 28 laptop. It resumes properly and I can use the terminal to list files for a while, but I cannot launch any programs, I get "input output error" It's like the machine cannot do anything new that wasn't started before the suspend. After a while some programs quits (nm-manager), because of I/O error, and then shutdown won't even finish. At first I tought the hard drive didn't work, but since I can list files in the terminal, that shouldn't be the problem.
Any ideas ?
My /etc/powersave/sleep contains
UNLOAD_MODULES_BEFORE_SUSPEND2RAM="prism54 ipw3945 i810 sky2 ath_pci "
and
SUSPEND2RAM_RESTART_SERVICES="ipw3945d networkcpufreq"
thanks,
Steinar

I am running powersaved on a vaio c2z laptop with this config. Maybe it helps.
UNLOAD_MODULES_BEFORE_SUSPEND2RAM=""
SUSPEND2RAM_RESTART_SERVICES=""
SUSPEND2RAM_SWITCH_VT="yes"
Also you dont need to run the cpufreq service powersaved and the acpid can do this too. I disabled all of them and let the kernel
handel my cpufreq. The only thing iam doing is to tell the system on startup which govenour it should use by default, for me thats "conservative".
#!/bin/bash
# /etc/rc.local: Local multi-user startup script.
cpufreq-set -c 0 -g conservative
cpufreq-set -c 1 -g conservative
If i need another one i can adjust that via the terminal (cpufreq-set or via direct echo in /sys) or gnomes cpufreq applet.
For using the kernel handler correctly you have modify these entries
1. in /etc/powersave/cpufreq to prevent powersaved from setting cpufreq.
CPUFREQ_ENABLED="no"
2. in /etc/acpi/handlers.sh to prevent acpid from setting corespeed back to kernels default govenour (mostly performance) after returning from suspend.
ac_adapter)
case "$2" in
AC)
case "$4" in
00000000)
echo -n $minspeed >$setspeed <--- add a # before this command
#/etc/laptop-mode/laptop-mode start
00000001)
echo -n $maxspeed >$setspeed <--- add a # before this command
#/etc/laptop-mode/laptop-mode stop
esac
*) logger "ACPI action undefined: $2" ;;
esac
Have fun

Similar Messages

  • [solved] NFS: "ls: reading directory .: Input/output error" after time

    Hello,
    I got the following configuration:
    NFS-server: Always on, connected via LAN.
    NFS-clients: 2 computers, connected via LAN and WLAN. On standby: auto umount NFS-share via system-sleep-hook with systemd.
    This works flawlessly some hours or even days. But after some time, the following happens:
    1. mount nfs-share: no error message
    2a. trying to access that folder via filemanager, e.g. thunar: folder seems to be empty (it isn't on server!), but the correct freesize of the NFS-share on server is displayed in the statusbar.
    2b. trying to access that folder via commandline:
    $ ls
    ls: reading directory .: Input/output error
    The very same worked just a few hours before, I haven't changed anything meanwhile. Apart from standby (--> auto umount NFS-share) and resume (manual mount NFS-share) on the clients which worked before, too.
    Any idea what's going wrong?
    additional info:
    server:
    /etc/exports
    /srv/nfs/myshare 192.168.2.0/24(rw,all_squash,anonuid=33,anongid=33,no_subtree_check)
    (yes, the mapping is needed and right.)
    clients:
    /etc/fstab
    servername:/srv/nfs/myshare /home/carl/nfs nfs4 noauto,soft,user,_netdev,timeo=14,rsize=8192,wsize=8192 0 0
    /usr/lib/systemd/system-sleep/umount-nfs
    #!/bin/sh
    case $1 in
    pre)
    umount -f /home/carl/nfs
    esac
    Last edited by Carl Karl (2014-09-21 17:07:47)

    Indeed, there could be something interesting in dmesg on the server:
    [ 4.190117] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
    [ 4.190596] NFSD: starting 90-second grace period (net ffffffff818a9540)
    [ 5.445237] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 5.895519] r8169 0000:04:00.0 enp4s0: link up
    [ 5.895529] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
    [72346.265850] usb 3-1: USB disconnect, device number 2
    [72346.670926] usb 3-1: new SuperSpeed USB device number 3 using xhci_hcd
    [72346.684585] usb-storage 3-1:1.0: USB Mass Storage device detected
    [72346.684716] scsi5 : usb-storage 3-1:1.0
    [72347.686518] scsi 5:0:0:0: Direct-Access WD Elements 1048 1022 PQ: 0 ANSI: 6
    [72347.687606] sd 5:0:0:0: [sdc] 976769024 512-byte logical blocks: (500 GB/465 GiB)
    [72347.690295] sd 5:0:0:0: [sdc] Write Protect is off
    [72347.690301] sd 5:0:0:0: [sdc] Mode Sense: 47 00 10 08
    [72347.692981] sd 5:0:0:0: [sdc] No Caching mode page found
    [72347.693025] sd 5:0:0:0: [sdc] Assuming drive cache: write through
    [72348.135398] sdc: sdc1
    [72348.141458] sd 5:0:0:0: [sdc] Attached SCSI disk
    [72348.455737] EXT4-fs (sdc1): recovery complete
    [72348.455919] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
    [74276.020331] EXT4-fs error (device sda1): ext4_find_entry:1310: inode #14024711: comm nfsd: reading directory lblock 0
    [74276.021107] EXT4-fs error (device sda1): ext4_find_entry:1310: inode #14024711: comm nfsd: reading directory lblock 0
    (last one repeats several times...)
    Indeed, the NFS-share resists on a external WD harddrive connected via USB, /dev/sdc1.
    As suggested in the NFS wiki article, the NFS-share is a bind-mount:
    /etc/fstab on server:
    # fake-root for NFS
    /magnet/owncloud/data/carl/files /srv/nfs/myshare none bind,noauto,x-systemd.automount
    while /srv is on /dev/sda1.
    The external harddrive has an auto-standby (NOT hdparm...) which isn't causing troubles with other services.
    So it seems to be a problem connected to this bind-mount to external USB setup....
    I'll try to find out whether there is  a way to avoid that.
    Thanks so far!
    Last edited by Carl Karl (2014-09-16 14:30:02)

  • Failed to execute default file manager (input/output error) After Firefox Reset? [Any more help? you guys/gals rule!]

    after resetting firefox it seems I cant open anything from the menu as i get the above error msg.

    Are you using ubuntu? [http://askubuntu.com/questions/42682/failed-to-execute-default-file-manager-input-output-error]

  • Unable to create "filename.cdr". (Input/output error)

    I am trying to create an ISO from a CD. I've tried using Disk Utility, with all different settings, and Terminal. Additionally, I attempted to make the ISO using an array of third party CD-rippers on a PC. Every platform and method has yielded this error message:
    Unable to create "filename.cdr". (Input/output error) after several seconds of processing.
    I am stuck. The only thing I can think of is that the CD is read-only, though I don't know how to modify my approach in response to this. Can it still be done with a read-only disk? If so, any help in this would be appreciated.
    Beyond that, the disk's format is ISO 9660 (Rockridge). I don't know of any other details to provide, but gladly will if anyone can come up with any.

    Use Toast:
    http://www.roxio.com/enu/products/toast/titanium/overview.html
    or this (dd and/or compile cdrtools):
    http://www.slashdotdash.net/2006/08/14/create-iso-cd-dvd-image-with-mac-os-x-tig er-10-4/
    http://cdrecord.berlios.de/private/cdrecord.html
    (easiest to compile using mac ports)

  • Disk utility  input/output error, my macintosh HD won't mount and when restoring to another HD fails after setup...

    Disk utility, input/output error, setup fail

    Had issue partitioning 2TB my passport drive, got input/output error while using disk utility.
    Here is what I did to get my external disk back
    In Disk Utility
    1) Try to use erase option first, it failed
    2) Try to partition the disk, failed as well.
    3) Then try erase option again, then ...   it worked !!

  • External Hard Drive Input/Output error

    I recently started having problems with an external hard drive setup that I did not have problems with prior to upgrading to 10.5.5 and trying to setup the drive to be compatible with Time Machine.
    The hard drive enclosure that I have has 2 bays for two SATA drives. I have used this enclosure without any problems until I tried to get 1 drive to act as the backup drive for Time Machine and the other to be storage. I formatted them using Drive Genius. I used the option for GUILD or GUIL which it said was the better format for using with Time Machine.
    The first problem I ran into since upgrading and reformatting the drives is I got an "input/output" error the first couple times I connected the drive via USB to my Mac. I could still use the drives but I got weird errors every once in a while like "input/output error" or "device was not ejected properly" even though the device had not been unplugged.
    Now the drives will not mount using OS 10.5.5. The drives show up when I open Disk Utility, but I cannot get them to mount. I have ran Disk Utility First Aid, and it says the drives are fine. There is one error that shows up when I run the "Repair Disk" feature. It reads "Invalid content in Journal". But Disk Utility also says "The volume was repaired successfully".
    I have seen some posts when I do a search in google about this issue and it seems this is a known issue. Every suggestion I see says to insert your Tiger DVD and reformat the drive using that and the problem will be solved. The only problem with that is I have a lot of important files on the drive that I cannot lose. I had the files backed up until I moved them to the new drive a while back. Now I do not have a backup because I was in the process of switching to bigger drives and erased the old drives after doing so because everything was working fine.
    I am hoping someone out there may have some suggestions (other than erasing the drive) to get my dives to mount so I can transfer the data off to another drive and reformat after.
    Thanks,
    Paul Rugg

    Thanks for the suggestion.
    Do you think that would work better than Drive Genius? I bought Drive Genius 2 and it does not even see the drives when they are plugged in unlike Disc Utility which can see the drives but cannot mount either one.
    Maybe this following post I made to a different questions may help. The data on the drive is other buying another program for if it will work. I think my next step may be to go over to a friends place and try to mount the drives on his computer and transfer stuff off if they connect.
    text below posted to other question relating to external hard drive problem.
    I have recently had the same mounting issue with my new external hard drive. I just purchased a new 750Gb Western Digital Sata drive and got everything transfered over to it. Immediately, I got an error saying that the drive had been ejected incorrectly even though it was still plugged in. I was a little curious. I restarted the computer (hard drive still plugged in via USB 2.0) and the drive showed up just fine. I plugged another 250Gb drive into the same case (2 bays) and the 250GB drive showed up just fine.
    Well, I then noticed there was an OS upgrade available when I ran Software update so i ran it and when I rebooted the drives were gone. I can see the drives in Disc Utility, but they will not mount. Drive Genius cannot see either disc. Disc Utility says I need to repair the drives, but when I do it says they are fixed but they don not mount.
    The problem really seems to be related to mounting USB external drives. I got ahold of 2 seperate external firewire hard drives and one shows up just fine while the other has the same problem (both work on other systems. I would try wiping the drives and reformatting but ALL MY stuff is on them and not everything has been backed up. Yuck! I have not tried connecting my hard drive to another Mac yet.
    The drives being used are #1 Maxtor Maxline Plus II 250GB SATA/150 HDD 1.5b/s 7Y250m00654ra
    and #2 Western Digital WD7500AACS WD Caviar GP Green Power drive.
    I have another post similar to this and I have not received any feedback, but I have been doing my own searching and have found similar posts on the net.
    Anybody have any clue what might be going on here? It really seems to be related to my upgrade.

  • External Hard Drive not Readable & Input/Output Error?

    I was using my OWC 300gb external hard drive for a while and it's worked great. I had a bunch of files on it, but I recently transferred everything to another external HD I have, which worked fine, so I could erase this 300gb one. I can't remember what happened, but somehow my Macbook doesn't recognize this hard drive. I think erased everything and then unplugged it without ejecting it first. Anyways, nothing is on the the drive anymore and I get this error message:
    "The disk you inserted was not readable by your computer"
    This pops up when I restart my Macbook. When I try to use Disk Utility, it greys everything out on the partition and Disk Repair tabs. On the 'Erase' tab, it will allow me to select Erase, but then gives me the error:
    "Input/Output error"
    Does anyone know how to get my Macbook to see my drive (so I can start to partition it)? For some reason only Disk Utility acknowledges it's there, Finder won't.
    Anyone have any tips of what it is or what I can try? I did try to use my OS discs booting up holding C, but that doesn't work either.

    Hi there. Everyone is saying on these forums that the hard drive is failing...suck. I went and bought a new when I got input/output error and found that the new one showed the same input output error, making it impossible to partition the disk. Then the guy in the apple service center told me the new one was bad too, after having seen the code that came up related to my new scorpio 250 GB drive. Instead of sending it back, I took it out and installed the old one..however this time with a slihtly more of pressure on the tape holding down the hard drive cable between the hard drive and the circuit board. Amazingly, this time it didn't even show any hard drive at all! Then I understood what was wrong. It was exactly what was indicated an "input/output errror"! ..the cable was broken. I bought a new cable, well the Powerbookmedic sold it as new but it was an old working one that arrived. Immediately, after change of cable the old hard drive and now also the new 250 GB works perfectly! I remember that some interesting symptoms prior to all hard drive problems appeared, such as not being able to start up properly, strange blue screens, flipping question marks etc. I remember that shaking the comp occasionally worked to get it going. No wonder, shaking occasionally made it work and i believe the damaged cable maybe changed position and started conducting. The cable is very sensitive and probably should not be taped down so hard as the first service center guy at apple had done with mine when he fixed it the comp a few years ago. Polymers/plastics bent heavily become fragile/brittle with time and are specially sensitive under pressure/bent. Note that my old damaged cable still conducted and showed the hard drives but didn't work fully. I hope this will help someone, it took me 2 month to figure out..

  • External Drive Disk Erase Failed with the Error Input/Output Error

    I have 2 hard drives in an external FW800 enclosure that I am unable to format. When I go to initialize the drives in Disk Utility, I get the following error message: "Disk Erase failed with the error: Input/output error."
    The drives show up in Disk Utility, but I can't repair them (that option is grayed out). Disk Utility correctly ID's the manufacturer of the drives (Maxtor), their size (200gb each), so it's obviously seeing that the drives are there. But it won't let me format them.
    The drives are new, by the way; they don't have any data/files on them. I have Disk Warrior, but the drives don't show up there to be repaired -- probably because they aren't formatted yet.
    After looking at other posts, I tried switching the jumper settings around on the drives -- from Master/Slave to cable select and back again, but it didn't help. I also tried doing a zero erase (even though the drives are new), zapping the PRAM -- again, no help.
    One question I had is whether this could be a bad FW800 cable? The cable is new -- it came with the enclosure, which is an OWC Dual FW 800 enclosure. Other than that, does anyone have any other thoughts about what's causing this? Any help would be greatly appreciated.
    Matthew

    SOLUTION!!!!
    I had the exact same problem. I have the original 20 GB hard drive that came in my Powerbook G4 550MHz and a couple of years ago I traded up for a 60 GB drive and bought a FW/USB enclosure for my original drive to use it to backup my important files. I hadn't backed up in over a year (shame on me!) and I decided maybe I should erase the drive and start from scratch. It was connected via USB.
    At that point DiskUtility gave me the exact same Input/Output error. I tried partitioning the drive into 1 or more partitions but came up with the same error. I couldn't figure out what was wrong so I decided to startup in OS 9.2.2, I did that and let it start up, then plugged in the hard drive and it gave me the standard "This disk is unrecognizable, do you want to eject or erase?" so I clicked Initalize. It worked!
    Just make sure you choose the MacOS Extended option when initializing out of OS 9 (instead of the MacOS Standard option) so it can be read and viewed in OS X.
    If your computer is too new to be able to boot from an OS 9 folder on your drive or an OS 9 CD, then see if a friend or a local library has older computers that are running OS 9 or can boot from it. If not let me know and you can send me your drive and I'll reformat it.
    Kind of crazy...I haven't used the OS 9 partition on my HD in YEARS...was even thinking about erasing it since I don't use any Classic applications anymore...good thing I didn't!
    Nick
    Powerbook G4 550Mhz   Mac OS X (10.4.6)  

  • Can't acces to internal laptop hard disc - input/output error

    Sometimes when I use my i can't acces to any file on my hdd and i get input/output error when i type commands in console(i even can't halt or reboot). This is used to happen suddenly after few hour of work in one session (not always, it happend three times during last week)
    When i get this error the hdd control led  is on (I have ibm x60s with ssd hard disc, and normaly this diod only blink sometimes, bbut when i get this error , diod is  the whole time floodlite. I didn't any similar problem in google so i posted it here.

    Welcome to the forums.
    Not exactly alot of info to go on here. Try reading up on the "How to post" article on the wiki.
    As for the trouble at hand. With the limited info given, I'd say start off with running some health checks on your disk (smartctl, fsck,...).
    Last edited by Gcool (2012-03-29 05:23:32)

  • Hard Drive "Input Output" Error When Attempting to Format

    A friend just gave me a nice PowerBook that seems to be in need of a fresh OS and when attempting to format the hard drive I am getting an "Input Output" error.  Any suggestions to overcome this issue and format the drive?

    Hi all,
    I'm having similar issues on a white macbook (2006 model). I ran into some trouble with it about a month ago, when on booting up, it showed only the folder with a question mark. Booting up from the original grey install DVD worked, so I thought the problem was most likely a faulty hard drive.
    It's only after having this problem, that I came across this recall for possible faulty hard drives, that Apple offered:
    http://www.apple.com/support/macbook/hd/repairextension/
    Doh! Too late?
    So, I got onto ebay and picked up a deal and received my new hard drive yesterday. I swapped out the original 80GB with 320GB, only to find the same input/output error described by the OP, here (also in a couple of other Apple discussion posts - see below).
    Disk utility shows the new hard drive to be 2.3TB in size! Should be 320GB - but, this is also what others have described. See e.g.,:
    https://discussions.apple.com/message/16090313#16090313
    I've run the extended testing from the CD (holding down 'D' on boot-up) and it reported no problems. Also, similar to others experiences:
    https://discussions.apple.com/message/16081818#16081818
    So, what can the problem be?!?!?!?!?
    In this post, JMPC suggests it has something to do with the size of the new internal hard drive....groan.....:
    https://discussions.apple.com/message/16145560?tstart=0#16145560?tstart=0
    Can anyone confirm this?

  • Disk Utility "Input - Output error" when attempting to erase Hard Drive

    Hope that someone can point me in the right direction.
    I bought an external hard drive for Windows a year back and loaded music onto it. I realized that I my MAC wasn't getting "Read / Write" privileges for the External Hard Drive, so I decided to try to Partition it and make it into a FAT readable device. It erased all data from my hard drive, but Disk Utility stopped the process and displayed an "input - output error".
    Consequently, I can't initialize the external hard drive to make it usable on my MAC.
    Can anyone point me in the right direction so I can "reformat" my external?
    Thanks!

    Hi all,
    I'm having similar issues on a white macbook (2006 model). I ran into some trouble with it about a month ago, when on booting up, it showed only the folder with a question mark. Booting up from the original grey install DVD worked, so I thought the problem was most likely a faulty hard drive.
    It's only after having this problem, that I came across this recall for possible faulty hard drives, that Apple offered:
    http://www.apple.com/support/macbook/hd/repairextension/
    Doh! Too late?
    So, I got onto ebay and picked up a deal and received my new hard drive yesterday. I swapped out the original 80GB with 320GB, only to find the same input/output error described by the OP, here (also in a couple of other Apple discussion posts - see below).
    Disk utility shows the new hard drive to be 2.3TB in size! Should be 320GB - but, this is also what others have described. See e.g.,:
    https://discussions.apple.com/message/16090313#16090313
    I've run the extended testing from the CD (holding down 'D' on boot-up) and it reported no problems. Also, similar to others experiences:
    https://discussions.apple.com/message/16081818#16081818
    So, what can the problem be?!?!?!?!?
    In this post, JMPC suggests it has something to do with the size of the new internal hard drive....groan.....:
    https://discussions.apple.com/message/16145560?tstart=0#16145560?tstart=0
    Can anyone confirm this?

  • Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation it gives me an input/output error and stops. Any tips?

    Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation and after having selected both my destination and source drives, the operation begins but soon fails due to input/output error. If I try to create an image of the drive it gives me the same error message. Any help would be much appreciated.

    Disk Utility only creates a image of the drive, so it's no help getting exactly what you want, which is your files. If the file structure is messed up or the drive is failing then it's no help.
    If you have a external boot drive and you can't access the internal non-booting drive though the typical Finder and windows to transfer your files via drag and drop methods, then you need to install Data Rescue on the external boot drive and it will do as best as it can to recover your files. (works on non-encrypted/non-Filevaulted drives only)
    .Create a data recovery/undelete external boot drive
    Are you sure you have hard drive failure, or that OS X isn't merely not booting?
    Because if the drive is working physically, then there is a host of fixes
    ..Step by Step to fix your Mac
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/

  • Input/Output Error USB 2.0 External Hard Drive

    I recently started having problems with an external hard drive setup that I did not have prior to trying to setup the drive to be compatible with Time Machine.
    The hard drive enclosure that I have has 2 bays for two SATA drives. I have used this enclosure without any problems until I tried to get 1 drive to act as the backup drive for Time Machine and the other to be storage. I formatted them using Drive Genius. I used the option for GUILD or GUIL which it said was the better format for using with Time Machine.
    The first problem I ran into since reformatting the drives is I got an "input/output" error the first couple times I connected the drive via USB to my Mac. I could still use the drives but I got weird errors every once in a while like "input/output error" or "device was not ejected properly" even though the device had not been unplugged.
    Now the drives will not mount using OS 10.5.5. The drives show up when I open Disk Utility, but I cannot get them to mount. I have ran Disk Utility First Aid, and it says the drives are fine. There is one error that shows up when I run the "Repair Disk" feature. It reads "Invalid content in Journal". But Disk Utility also says "The volume was repaired successfully".
    I have seen some posts when I do a search in google about this issue and it seems this is a known issue. Every suggestion I see says to insert your Tiger DVD and reformat the drive using that and the problem will be solved. The only problem with that is I have a lot of important files on the drive that I cannot lose. I had the files backed up until I moved them to the new drive a while back. Now I do not have a backup because I was in the process of switching to bigger drives and erased the old drives after doing so because everything was working fine.
    I am hoping someone out there may have some suggestions (other than erasing the drive) to get my dives to mount so I can transfer the data off to another drive and reformat after.
    Thanks,
    Paul Rugg

    I have similar problems with my USB external HD. Reformatting or repartitioning will not solve your problem. I've tried that 2 times already. The problem will reappear. My HD was running great until last month, when it suddenly without warning disappears from disk utility and the mac altogether. It not only dismounts itself, but also ejects itself, while still physically connected and the power is still on. The HD has its own power supply of course and is directly connected to one of the iMac USB ports. I have erased, repartitioned, disk verified, rebuild spotlight indexes, cleared PRAM and NVRAM, but nothing has solved the problem.
    It is application independent, and not related to like iTunes as another post had suggested. Nothing to do with Mac applications. It seems to be USB related.
    Messages in the Console seem to indicate something wrong with 'USB transactions passed their expiration point' and 'USB cannot enumerate something', but these statements are a bit cryptic to me. Perhaps an Apple system engineer can someday shed some light here.
    thanks much for any assistance.

  • Input/output errors on trying to format a new hard drive

    I just installed a Western Digital 160 GB hard drive to replace the original 80 GB drive in my 1.67 Hi-res G4 PB. I can boot from an external FW hard drive that has a copy of the original made with SuperDuper - seems to run fine.
    The new 160 GB drive shows up in System Profiler and in the Disk Utility list of drives on the left side of the window - which make me think that I did the hardware installation correctly as the drive can be seen by the system. Maybe this isn't so.
    When I use Disk Utility to try to format the new hard drive I get "input/output errors" and can not proceed with the formatting.
    The computer ran fine with the old 80 GB hard drive - no sign of any problems - I just need the space.
    Has anyone had experience with this or thoughts on how to get to a resolution?

    Hi, I installed a 160GB HD WDC (WD1600BEVE-00UYT0) for the previous one didn't work anymore.
    After a month it began to freeze and I had to reset the pb, After a few days (and a lot of resetting) I had to reset the PB and the PRAM. After some more days (and a lot of PB and PRAM resettings) I had to reset the PMU, the PRAM, and the PB. After some more days (and ALL the resettings) I had to open the pb, disconnect the HD, re-connect it, and it did work again fine.
    ALAS... in two weeks I was through the same procedure again.
    It's the second 160GB HD that works in the same identical way (I thought the first one was broken)
    I've just disconnected and re-connected the HD.
    Have you discovered a simpler way to make it work fine? (I'm a little distressed...)

  • [Solved] CUPS: Unable to write print data: Input/output error

    I'm filling this for the benefit of those poor googlers that can reach here.
    Symptoms: After trying to print a "complex" image the printer made too much breaks, and failed.
    The problem is, it then didn't came up. I mean, I restarted the printer, cupsd, the whole system, and nothing.
    I was unable to print again, it showed "Unable to write print data: Input/output error" and refused to print anything.
    I then saw that in /etc/cups I had printers.conf and printers.conf.O files, which differed (other than in StateTime), that printers.conf.O had
    State Idle
    but printers.conf had:
    State Stopped
    StateMessage Unable to write print data: Input/output error
    Reason paused
    Probably due to the ErrorPolicy being stop-printer.
    So seeing I followed the following steps:
    Stop cups
    Replace printers.conf with printers.conf.O (I could also had manually edited it)
    Start cups
    It then went working flawlessly.
    There was probably an option in the web interface combobox for doing that. The problem is that I didn't realise it was stopped, so didn't know how to make it work. Moreover, some posts in the web recommended reinstalling the printer (which would skip the problem by creating a new printer).

    I think that I had this same problem, and fixed it by reinstalling the printer.  Thank you for your post.

Maybe you are looking for

  • Applesyncnotifier.ext - Entry Point not Found

    Every time I turn on my computer I received the following message: "the procedure entry point Sqlite3preparev2 could not be located in the dynamic link library SQlite3.dll" Can anyone help me please? I have tried some of the steps given in 2010 but t

  • INDesgin image links broken after saving file across systems

    Hi We have a scenario involving 3 components: 1. Linux file server running both SMB and AFP (sharing the same directory thru both protocols) 2. MacOS 10.5 (Leopard) with INDesign CS3 connecting to the Linux server thru AFP 3. Windows 2003 server runn

  • Possible Intermedia usage in Forms6

    Hello! Is it possible to use Intermedia Text and Image from Developer R2 or R6? Any comments will be highly apreciated. Thanks, Tunde Petho

  • Solaris Crash Recovery and Fault Analysis

    Can some one help me in Analysing this solaris Crash Core Logs: ama01# strings vmcore.1 | more SunOS ama01 Generic_108528-15 sun4u SUNW,Ultra-80 [AFT1] errID 0x00001fd4.f59af34f UE Error(s) See previous message(s) for details .symtab .strtab .shstrta

  • Ipod touch 3g wont bootup

    My ipod touch 3g 32gb worked a week ago but today it wouldnt go past the apple bootup logo, and it just shuts itself off after 5secs and just keeps cycling through that process if its plugged in and just complete shuts off if its not plugged.i tried