Various NFS problems

I'm quite new with Arch and I'm having a lot of problems with NFS.
At home I've a small home server (running Ubuntu Server 12.04) with some NFSv4 shares. On the client (the one running Arch) I mount the shares with the following line in /etc/fstab:
192.168.1.1:/ /mnt/nfs4 nfs4 noauto,x-systemd.automount,x-systemd.device-timeout=20,rsize=8192,wsize=8192 0 0
The shares are correctly mounted at boot and I don't have any problems when I copy files from the server to the client. Performances are really good: with big files I've seen transfer rates up to 80-90MB/s.
Things get messy the other way around, when I copy files from the client to the server. If the files being copied are small it usually works fine, but if the files are big (let's say 1GB+) the copy always hangs after 20-30s. When this happens the entire system becomes laggy and unresponsive. To get an usable system again I must stop the copy (not an easy task with nautilus freezed) and umount the nfs shares or, alternatively, reboot the entire system (the faster method).
Any ideas?
PS: sorry for my terrible english.

Hello,
You need to provide more information in order to find a solution. It can be a network, disk or configuration problem, or maybe something else.
You can try to:
- Detect disk errors using dmesg and copy the file locally on the server share (using a flash drive for example)
- Copy the file using the terminal from the client
- Use other protocols to send the file on the server (FTP, SSH, SAMBA, ...)
- Monitor your network, cpu and memory during the copy process (on the server and the client)
- Use another client or OS to mount the NFS.
- Investigate the logs and send useful information.
The steps above aren't in a relevant order. You can also provide your NFS configuration file, you connection type (wireless, wired, with/without router/switch/hub), the file system of your drives.
Thank you.

Similar Messages

  • IPhone 5 pixelated images in various apps problem- occurred within last 2 months and must be a result of apple network driver update

    iPhone 5 pixelated images in various apps problem- occurred within last 2 months and must be a result of apple network driver update
    What's the fix?
    Tried reset, restart, reboot, reopen of apps same problem

    What do you mean by reboot? Do you mean restore? Because if you haven't restored, then that's the next step. You'll need a computer with the latest version of iTunes and a USB connector.
    For Mac:
    http://support.apple.com/kb/PH12124
    For PC:
    http://support.apple.com/kb/PH12324

  • Strange networking/NFS problem

    Hello,
    Occasionaly I'm having NFS slowdowns, then I see this information in dmesg on the client:
    nfs: server galaxy2 not responding, still trying
    nfs: server galaxy2 not responding, still trying
    NETDEV WATCHDOG: eth0: transmit timed out
    nfs: server galaxy2 OK
    nfs: server galaxy2 OK
    nfs: server galaxy2 not responding, still trying
    NETDEV WATCHDOG: eth0: transmit timed out
    nfs: server galaxy2 OK
    nfs: server galaxy2 not responding, still trying
    NETDEV WATCHDOG: eth0: transmit timed out
    nfs: server galaxy2 OK
    nfs: server galaxy2 not responding, still trying
    nfs: server galaxy2 not responding, still trying
    nfs: server galaxy2 OK
    nfs: server galaxy2 OK
    But on the server, I see nothing in dmesg. But, I do see this:
    eth0 Link encap:Ethernet HWaddr 00:0E:0C:72:83:51
    inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.0.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:185954 errors:774 dropped:774 overruns:774 frame:0
    (notice the high errors/dropped/overruns)
    The LAN is a GigaBit lan, on the server:
    00:09.0 Ethernet controller: Intel Corp.|82547EI Gigabit Ethernet Controller (e1000)
    on the client:
    00:0a.0 Bridge: nVidia Corp.|Ethernet controller (forcedeth)
    The entry in rc.conf for the network looks like this:
    client:
    eth0="eth0 192.168.1.102 netmask 255.255.0.0 broadcast 192.168.1.255"
    server:
    eth0="eth0 192.168.1.1 netmask 255.255.0.0 broadcast 192.168.1.255"
    Is this an NFS problem or a networking problem??
    Thanks.

    netmask should be 255.255.255.0 according to your broadcast
    y should also have a look at network-components before your server also an easy one would be to change the cable
    once our database was instable due to a cable-problem (was fine for 6 months before)

  • NFS Problems - Disconnects in iTunes

    I think I have this problem posted by scree and I want to look at the posted solution buy the solution link is dead, the original thread is archived and I don't know how to send a message to scree.
    Anyone know the solution described at http://blog.lemon23.com/news/nfs-unter-leopard/nfs-unter-leopard.html ?
    scree
    Posts: 2
    From: Austria
    Registered: Nov 18, 2007
    Re: NFS problems, file locking???
    Posted: Nov 18, 2007 12:03 PM in response to: jt519
    i expirienced the same problems (and even more) with my ubuntu-NFS-server and my mac (as a client) which worked very good in 10.4. no problems on the terminal, but lots of disconnects and interrupted server connections when using itunes or iphoto via NFS...
    Macbook 13.3 Core Duo Mac OS X (10.5.1)
    scree
    Posts: 2
    From: Austria
    Registered: Nov 18, 2007
    I GOT IT!
    Posted: Nov 19, 2007 12:24 PM in response to: scree
    Solved
    solution posted here: http://blog.lemon23.com/news/nfs-unter-leopard/nfs-unter-leopard.html
    no more interrupts, everything is working fine.

    I found your post while digging for answers to the same problem myself. Essentially, my NFS mount of my iTunes library (Centos 5.1 server, gigabit ethernet) was working fine until I hooked up my 40GB iPod (no problem with the smaller ones). I would get the same NFS disconnects that I had with iPhoto, which had made it impossible to use the NFS mount for it.
    Well, the good news is that I found a copy of the post you had a link for in the internet archive: http://web.archive.org/web/20080212115443/http://blog.lemon23.com/news/nfs-unter -leopard/nfs-unter-leopard.html . Essentially, the author suggests 3 things:
    1) use the same uid and gid for users on your Mac and NFS server
    2) disable the generation of the hidden OS X files (e.g. .DSStore) by using 'defaults write com.apple.desktopservices DSDontWriteNetworkStores true'
    3) change the NFS mount options to 'locallocks rsize=32768 wsize=32768 intr noatime'
    I knew that 1) was important and already had that in place. 2) I don't think should make a difference, it didn't do the trick for the OP either. 3) essentially tells NFS to use local locks, to set the local read and write size to 32k bytes (could have used rwsize=32768 instead) and to allow for any NFS operations to be interrupted. I am not sure that the noatime option is supported in OS X, but on linux machines it tells the client to not constantly update atime on NFS files.
    Digging finally into my system.log, I find lots of errors from lockd (lockd not responding), so my hunch is that the most important setting was the 'locallocks' option for mount_nfs (via the Directory Utility app). In any case, my disconnects (doing all 3 of the above) have vanished, even for iPhoto although I have only tested that very briefly.
    Hope this helps!

  • Hang on restart and various other problems

    Hi everyone,
    I hope someone can shed some light on what's going on with my MacBook Pro. Since having purchased it in August 2006 (my previous Powerbook was stolen!) i've had the experienced the following issues:
    1. The computer almost always hangs on restarts (not shutdowns). The restart does not seem to complete the final stage and a dim light remains at the front. In addition, i can hear the hard drive spinning
    2. Sometimes when starting the machine (usually after hard shutdowns thanks to the first point) the computer does not boot up. Instead, it returns to a similar state as above: dim light, spinning hard drive, but no screen, no startup chime and i believe the CD drive doesn't spin up either.
    3. The Above problem is only resolved by leaving the machine to rest for about 10 minutes. I have tried removing the battery, disconnecting and reconnecting the AC supply, resetting the PMU, holding down the reset PRAM buttons, but nothing works aside from leaving the machine for a while. Please note that this is not an overheating issue.. it happens when the machine is running relatively cool also.
    4. Lately my MacBook Pro has begun to shutdown instead of hibernating when the battery runs low. I don't realise until i plug in the remains and press the power button when the keyboard wake doesn't do anything.
    5. Over the last few weeks i've noticed the battery life deteriorating rapidly. Yesterday it gave me 15 minutes following a full charge!! I decided to put the battery in a fridge for a while and it seems to have helped, but something is seriously wrong here.
    6. Having installed the Core Duo temperature monitor last night i noticed that the processor was running at 82 degrees centigrade at one point. While that may be normal, since that time it has generally run at between 50 and 60 degrees. I'll be keeping my eye on this one.
    7. Previously i had trouble with the computer freezing, leaving me unable to move the cursor. Surprisingly, i was always able to escape from this by pressing the power button once. the cursor would then move again and i would cancel the shutdown. This problem seems to have fixed itself by resetting the PRAM a while ago.
    8. Lastly, and probably unrelated to the above, the CD drive sometimes sounds as though it is rubbing against a casing while spinning and the noise can be a bit distracting. Also, i have noticed that if i move the machine while burning CDs the burn will fail. I don't put a great deal of pressure on the area around the CD drive and it seems a bit sensitive to me.
    Other info:
    I have reinstalled the OS twice and the problems are still there.
    I have reset the PMU and PRAM more times than i can remember.
    The laptop has receied no blows or other damage and the problems have existed since purchase
    I Installed Bootcamp at purchase (needed Windows for some accountancy software) and thought that the problems might be related to this, bit have since removed it various times and finally decided to remove it permanently recently. I reformatted the whole drive, did a fresh install reset the PMU and PRAM (again!) and downloaded all updates from apple. The problems remain. :S
    Help! I absolutely love my macs... i just wish this one would work right!
    Thanks in advance for your observations/advice.
    Andy
    MacBook Pro   Mac OS X (10.4.8)   2.16Ghz 2Gb RAM

    Any idea what piece of hardware might be at fault?
    No… although these types of issues are usually logic board related when it is determined to be hardware.
    Am i right in thinking this?
    Yes, you can take it into any Apple Store/Service Centre in the US, and worldwide, and have it repaired.

  • IPad 2 won't get past apple logo and various other problems...

    I knew I shouldn't have updated to iOS 8, my iPad was getting increasingly slower with each software update since I bought it a few years ago.
    A few weeks ago the first problem arose - the home button suddenly became unresponsive. Initially it would work on about 1 in 10 clicks, but then nothing at all. I managed to get to settings to turn on accessibility features and the gestures to replace the home button so that wasn't much of problem, just annoying. I tried various things online that people claimed fixed this issue but nothing happened.
    Then about a week ago it suddenly wouldn't wake up in the morning. I tried turning it on and it would get to the apple logo and stay there for a couple of minutes then go black again. I plugged it into iTunes and restored it etc hoping something would happen but of course nothing did.
    And I obviously can't reset it on the device itself due to the home button being completely dead.
    I left it for a few days then today I came back to it and tried to plug it into iTunes again and now iTunes won't recognise that it's plugged into my macbook at all.
    Basically does anyone have any advice or should I just accept that it's dead at this stage and give up? Let me down gently!

    Hi there SraZamora,
    The troubouleshooting steps in the article below can be helpful when troubleshooting unresponsive devices.
    iOS: Not responding or does not turn on
    -Griff W.

  • Windows 8.1 - various Skype problems

    My first post, I can't find a solution for these problems, hopefully someone can help.
    I've been helping a friend with her Windows 8.1 PC and various issues she has had with it.
    The one area that seems to be a persistent issue is using Skype.
    The issues is that when she receives a call there are sometimes one, sometimes two Answer / Answer with Video / Decline sets of buttons. When clinking Answer the ringing tone continues although she can then be talking to the caller. Even when the visible Skype has been closed the ringing continues - though there's then a Skype icon in the System Tray which can't be closed, or anything else done with it. The only way to stop the ringing is to go to Administration / Services and Stop the Skype process - not ideal.
    There are other Skype issues seemingly related to two Skypes running. She's often said to me that it always looks as if there are two Skypes running.
    Although the Skype integration with her Hotmail has been removed, and her Skype account disconnected both from her Hotmail & Facebook accounts, the problem persists.
    The PC is set up so that that old style desktop is in use virtually all of the time. Skype 6.21 is installed on that desktop. There is no Skype visible on the Widows 8.1 Start screen nor in the Apps list there. At one time Skype 'modern' was installed but that was uninstalled. The only Skype in Control Panel/Programs is Skype 6.21. I seem to recall reading that Win 8 'Modern' Apps don't appear in that list. In which case where is V.3.1 (see later) coming from?
    I ran Belarc Advisor on it and it shows 3 Skype entries in the Software Versions & Usage section:
    Skype - Skype Version 3.1.1005
    Skype Technologies - Skype Updater Service Version 6.8
    Skype Technologies - Skype Version 6.21
    So Belarc is reporting 2 Skypes (I've ignored the Updater as that is presumably associated with 6.21). I've no idea where V.3.1 is, what its effect is or might be, I can see no reason - apart from historical - for it to be showing.
    Is Belarc mis-reporting V.3.1?
    Is there a remnant of V.3.1 that's causing the problem?
    I've installed Revo Uninstaller but it only shows V.6.21.
    How can I completely dispose of V.3.1?
    Whether or not this is the problem I don't know, but clearly I have to deal with the problems that I can see and eliminate everything possible.
    Any thoughts on how to progress?
    Many thanks for taking the time to read this far, I realise I probably haven't written a very clear post but hopefully there's enough sense in to give the picture and, hopefully, help someone to point me in the right direction to resolve the issue.

    Please try these steps:
    Reducing simultaneous connections for incorrectly configured servers
    https://wiki.filezilla-project.org/Using#Reducing_simultaneous_connections_for_incorrectly_configured_servers
    Make sure that you close connection as soon as you are done with them, as some ftp clients will generally leave their connection open unless told otherwise. Additionally, some clients such as Filezilla will allow multiple connections for any new activity,
    which uses up connections quickly. While this does make for faster transfers.
    I use mostly Cute FTP and I have been sometimes doing it to just close ftp software (Alt+F4) and not closing connection; but the point is that when you have been connected then you must close connection properly as well.
    Regards,
    Kate Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Workaround for NFS problem

    I am experiencing the following problem with the NFS client on Mac OS X Snow Leopard. I NFS mount a NFS share (say at /mnt/nfs). I run a program which reads from, and writes to, some files in some directory /mnt/nfs/adir. In another Terminal window I run "cd /mnt/nfs/adir ; ls -l". The directory listing is very slow. However - and this is the problem - if I then interrupt the directory listing (Ctrl-C), the other process (i.e. the program in the other window) that was accessing /mnt/nfs/adir aborts with the message "aprog: STDOUT: Interrupted system call".
    Can anyone else reproduce this behaviour?
    Is there a workaround?

    +Is there a workaround?+
    Yes. Don't start the second process until the first one is finished.

  • Various Photoshop problems (streaks, updates, zoom function)

    Hello there,
    since i switched from Mac to PC, i am encountering various Problems with my Version of Photoshop CS6.
    I am working on a i7 Mac, 32 GB Ram, Asus Sabertooth x79 Board and a GeForce 660 Card.
    Rightnow the biggest problem i am experiencing is this one:
    This is what pictures randomly look like when i am reopening them after saving.
    I have no idea where this comes from. Its happing with Pictures i shot with my Leica S2 and my Nikon D800E.
    Second Problem (no longer a porblem, got this one fixed):
    I am not able to update Photoshop
    Error code: U44M2P7
    Third Problem:
    Once i am using the magnifier in Photoshop the pictures window will resize. This can be pretty annoying. I have both options turned off, means it should not resize. Its working perfectly on my iMac.
    Thanks for helping,
    Nick

    Yes, you can get similar patterns from RAM or VRAM failures.
    If other applications that use OpenGL show similar problems, then you may need to replace the video card or RAM.
    IIRC that update error is because the updater can't find some components - as if they'd been deleted or moved since Photoshop was installed.  The usual solution to that is to reinstall 13.0 then reapply the updates.
    (and yes, I wish the updater/installer provided more useful error messages)

  • NFS-Problem

    Hi,
    I have some problems with an nfs-mount to a netapp-filer.
    The mountoptions are as follows:
    soft,noac,rsize=65536,wsize=65536,vers=3,proto=udp
    In /var/adm/messages I get messages like this:
    Dec 3 08:04:11 uaizk15 nfs: [ID 664466 kern.notice] NFS read failed for server filer406: error 5 (RPC: Timed out)
    Dec 2 13:27:15 uaizk15 nfs: [ID 664466 kern.notice] NFS fsstat failed for server filer406: error 16 (RPC: Failed (unspecified error))
    After changing the mountoptions to “rw,bg,hard,nointr,rsize=32768,wsize=32768,vers=3,nosuid,proto=tcp” I lost connection:
    Dec 2 13:17:32 uaizk15 nfs: [ID 333984 kern.notice] NFS server filer406 not responding still trying
    ping is o.k.
    Have somebody an idea?
    Thanks, Peter
    Checking nfsd:
    root@uaizk15:/# rpcinfo -T tcp filer406 nfs
    program 100003 version 2 ready and waiting
    program 100003 version 3 ready and waiting
    root@uaizk15:/# rpcinfo -T udp filer406 nfs
    program 100003 version 2 ready and waiting
    program 100003 version 3 ready and waiting
    NFSSTAT:
    root@uaizk15:/var/adm# nfsstat -c
    Client rpc:
    Connection oriented:
    calls badcalls badxids timeouts newcreds badverfs
    823 248 0 198 0 0
    timers cantconn nomem interrupts
    0 0 0 0
    Connectionless:
    calls badcalls retrans badxids timeouts newcreds
    49436457 502 2573 0 3075 0
    badverfs timers nomem cantsend endpoints
    0 2834 0 0 1
    Client nfs:
    calls badcalls clgets cltoomany
    48781688 432 48783564 3
    Version 2: (0 calls)
    null getattr setattr root lookup readlink
    0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
    read wrcache write create remove rename
    0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
    link symlink mkdir rmdir readdir statfs
    0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
    Version 3: (48784709 calls)
    null getattr setattr lookup access readlink
    0 0% 40469432 82% 0 0% 76553 0% 3734660 7% 0 0%
    read write create mkdir symlink mknod
    3648436 7% 769910 1% 5157 0% 37858 0% 0 0% 0 0%
    remove rmdir rename link readdir readdirplus
    5030 0% 12307 0% 3181 0% 0 0% 6049 0% 12555 0%
    fsstat fsinfo pathconf commit
    3579 0% 2 0% 0 0% 0 0%
    Client nfs_acl:
    Version 2: (0 calls)
    null getacl setacl getattr access getxattrdir
    0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
    Version 3: (1 calls)
    null getacl setacl getxattrdir
    0 0% 1 100% 0 0% 0 0%

    I'm sorry that I wasn't clear enough. The head unit (regular Xserve) has 3 internal drives, with one containing the OS. It is one of the other two drives that unmounts. The other 29 are cluster units and only have one internal drive. When whatever it is happens, both of the NFS shared drives (one internal and the RAID) unmount.
    The RAID is directly attached to the host. All connections have been checked. No errors appear in the RAID log or the system log.
    Originally we had the home directories and data collection going to the RAID. It would exhibit the same issues (but with only the RAID dropping offline). We then switched the data collection to the internal drive, while the home folders remained on the RAID (so very little data xfer going to the RAID now). Now BOTH drives get kicked offline when whatever it is happens.
    We are using NFS vice AFP because of an apparent permission issue with Gridware and AFP. Jobs seem to run only as the user that submits, which then locks out all subsequent jobs from being run. We have not tried ignoring all permissions on the drive, as that may cause other issues.
    All drives are, I believe HFS+ and journaled. The RAID is 1 terabyte. The other drive is 80GB. When they get kicked off and are brought back on (always requiring a reboot of the head unit), they seem to go through a directory compare and rebuild. Happens every time. The non-NFS shared drives do not go through this process. There does not appear to be any data loss or corruption.
    The simulation creates lots (thousands) of small files (both for submission and results). Not many directories.
    So, to summarize, when this happens, all NFS-shared drives drop offline and have to go through a rebuild (even if they are not RAID) once they come back on (which can take nearly 2 hours with the RAID).
    Hope this clarifies a bit. We are certainly stumped.

  • NFS problem between RedHat Client and Solaris Server

    Hi all, we are experiencing a problem between a RedHat client and a Solaris 10 server. For the purposes of this post, I'll call the Redhat client server A and the Solaris 10 server B.
    Server B is exporting a filesystem that server A is trying to mount. Server A can successfully mount the exported file system, however, strange things are happening. If I change to the exported mount point on server A and create a file, the file is owned by nobody:nobody, not the user that created the file.
    A look at the file on server B shows the file has the correct UID and GID (ie the UID & GID of server A).
    The fstab file on server A looks like this:
    serverB:/data /data nfs4 rsize=32768,wsize=32768,hard,nointr,rw,bg,actimeo=0,timeo=300,suid 0 0
    Does anyone have a explanation for this?
    NB: There is a firewall between server A and server B. A firewall rule is in place to allow traffic between the two servers on port 2049
    Stewart

    Hi
    If I change to the exported mount point on server A and create a file, the file is owned by nobody:nobody, not the user that created the file.On a NFS share, for security reasons, you normally dont have root provileges.
    A file createt as root user will be mapped to nobody:nobody.
    The behaviour you see is correct.
    If you want the file to be createt as root, you have to export the filesystem with -o ro,anon=0
    NFSv3 will be blocked by your firewall.
    Franco

  • Production Premium Causing Various Computer Problems

    I recently installed Adobe Production Premium CS5 on my iMac.  Ever since doing so, all of my other programs (including Safari, Skype, DVD player, and various others) randomly close.  My computer randomly shuts off and logs me out, and sometimes doesn’t even make it to the desktop upon startup.  The only programs that are not currently malfunctioning are the Adobe programs.  I believe that these problems are being caused by the installation of the software.  I’ve updated my RAM and all the hardware to Adobe's recommended settings.  Is there any way I can stop this?  It’s getting really frustrating (I had to reopen Safari three times just to type this).

    Manually delete the caps.db in the caps folder:
    Important Directories
    Bob does have a point, though. Installing and using CS3 on Win8 is going to be all sorts of trouble, regardless.
    Mylenium

  • IBook Can't See HD/Various HD Problems/Various Install Problems

    My iBook started having problems with the HD a while ago, since it was out of warranty, I decided to replace it myself. This worked for a while but then my iBook wouldn't boot from it anymore. I put it away for a while (already have my iMac and Eee PC) until I decided to work on it recently.
    First, I replaced the HD again but still had various problems (don't remember exactly what). I ran various disk utility programs and would always have problems with the drive (which has been replaced twice now).
    Right now I'm trying to work on it again since I'd really like to get this working. I bought another HD (after returning the previous) along with a new (used) ribbon cable off ifixit.com. At first my iBook saw the drive and booted off the OS X Install DVD. So far so good while I'm installing until the install fails and brings up the logs and I/O errors.
    I try again and the same thing. Right now I tried formatting the drive again, but after a restart Disk Utility shows my drive with the volume titled "disk0s3" in grey lettering (this happened several times before). Trying to repair the drive brings up the error "The underlying task reported failure on exit" with the small log showing "Invalid B-tree node size / Volume check failed", although the SMART status says verified. I can format the drive and it passes Verify Drive and Repair Drive fine.
    Although at this point I'm sure none of these specifics are relevant, since it's impossible for it to be the HD. Is it possible there's some underlying problem internally that's causing my iBook to incorrectly handle a hard drive?

    Sorry to be the bearer of such sad news. You might especially review the post by spudnuty in that thread, as it does mention the possibility of a soldering failure which could possibly be repaired by a specialist. I have no idea if this is feasible or what it might cost, but when my logic board had problems, I sent it off for a $75 reball and it came back and has been working perfectly ever since. Here's where I sent it.
    http://www.superiorreball.com/
    If you really love this computer, it may be worth a call to Dale at Superior and ask if this is something that is fixable and what it might cost.
    The other alternative is just to plan to boot from an external drive, which does not involve the ATA bus used for the internal drive. This is likely worth doing as it's always good to have a spare computer, even if it isn't quite as portable as it used to be.
    Happy Computing!

  • Various 8800 problems

    Have read the various posts under 8800 and agree;
    1.battery life is appalling - lasts a day with 30-60 min of call time and a few texts, back of phone is too fiddly to remove to bother changing batteries.
    2.i also have a strip across the screen that is slightly altered where the screen saver time strip is, seems to be there on all backgrounds.
    also
    1.why under 'go to' on left hand button is there no option for inbox? it's been there on other nokias and is really useful
    2.sound is very quiet, even on maximum
    3.on answering a call whether it's by opening the case or pressing 'answer' with the case opened or closed, callers have complained of hearing a loud screeching noise - has anyone else had this problem?
    so in summary, to quote a magazine review, the nokia 8800 is like a ferrari with the engine of a morris minor!
    How could Nokia get a phone that is fairly expensive and supposedly a business phone so wrong.... one plus point though - i haven't managed to scratch the screen yet....!

    Your battery could be faulty, get a replacement one and see if it performs better.
    I think your screen has some damaged and it may have to be fixed.
    You can customize the list of options shown in the Go To menu, consult you phone manual on how to do this.
    You might want to try another phone with two speakers for better sound (like the 6233)
    Regarding the sound callers hear, I think your phones microphone might have a problem.
    You should take your phone to a Nokia Service Centre ASAP.

  • Various Lion problems

    I bought a new MBP after Christmas loaded with Lion.  I transferred all my files from my older MBP and started to work.  I bought the Thunderbolt to VGA adapter to use with a second monitor.  Various problems have occurred.  None are fatal.  All are annoying.
    1)  Occasionally the second monitor blanks out.  It goes black for several seconds, then returns.  Usually, I am playing Zuma's revenge.
    2) Spotlight has gone crazy.  When I click on Show all in Finder, I get what looks like half the files in the computer.  The option to show only Filenames makes no difference.  I have gone to preferences and selected only a few items to show, but it shows email contents, which I don't want, and tons of irrelevant files.
    3) Occassionally, the computer will not accept clicks on windows.  It will not respond to cmd-W to close a window.  Frequently, I have to use the Activity Monitor to quit a stuck application.
    4) Use Seamonkey as my browser and email client.  It will freeze occasionally.
    5) The gestures don't work half the time.  Sometimes I get a gesture I didn't ask for.  I am sure my very dry fingers don't trigger things consistently, but this is behavior makes most gestures useless.
    When these hassles are not acting up (about 95% of the time), the computer is a joy to use.
    I'll stop here.  Looks like Lion needs a round of upgrades.

    No.
    (60415)

Maybe you are looking for

  • I have problem in bootable device

    please advise i want use boot camp so i choose install windows 7 in boot camp , so, my device gone to restart mode , so , my device is down and ask me for bootable cd

  • PL/SQL Function Help (

    Does anyone know how to pass a table name to a function as a variable so that the function can act dynamically on that table? Here is an example of a very simple function that I can not seem to get to work. create or replace function DATE_TIME_CHECK

  • Different Acitvities, different CIC Profile, Same user

    Is it possible to grant a user authorization to create a certain transaction type in e.g. CIC profile Z01 and is not authorized to create the same transaction type in e.g. CIC profile Z02? I'm facing this problem because my client wants to be able to

  • How to show facescontext messages not as popup,but in the same scren on top

    Hi, I am a newbie, so any help would be sincerely appreciated. I am using jdeveloper 11g 11.1.1.3 . I am adding FacesMessages to the FacesContext object based on a custom logic. These messages can be an error message or it can be a success message. B

  • Marquee Tool 1 Pixel Off

    Good Evening I recently downloaded the Adobe PS CS5 trial, very happy so far. However this evening I have had an issue with the marquee tool being 1 pixel off, making selections very hard... I have a Nvidia 8600 GT, 4GB of RAM, Windows 7 64 bit I hav