7210 Supernova sleeps like a black hole

Hello,
Can anybody, please, help me with my Nokia 7210 Supernova?
The display turns off after severa seconds no matter what..even during a caIl. I have to push a button to see whethe ri have issed calls, sms or just want to see the time and date.
save mode turned off
sleep mode turned off
problem remains.
Its very annoying!
This is my first nokia phone and its also the last one. Instead of helping me to communicate, it just annoys me every time i look at it.
Any idea whether this can be solved?
Thanks!

rservello wrote:
I have 64GB of ram....it uses 63.99999 GB while operating!  I'm not saying I need to cut it dramatically...but maybe leave 6 GB for system operations so I don't have to restart every hour.  Why is everyone fighting me on this and not attempting assistance?  I'm not looking to argue semantics...I'm looking for a solution.
I just tried to help!
If you crash, there is a bug! Or at least a situation not envisioned.
And I tell you, Apple is not working after a paradigm of having free RAM! Just tellin'..
When the system uses all RAM, how much is reserved(blue)?
In Activity Viewer, how much Real RAM does FCPX use? 60+GB?
What application uses the Real RAM..?
And frankly, if you're so eager to get a solution, why haven't you called/emailed/contacted Red yet? It's their codec you use...
Everyone her on this forum, is just people like you.. USERS!

Similar Messages

  • FCPX Sucking up memory like a black hole!

    Let me start by saying I will never cut in anything other than FCPX again (Well until the next innovation arises).  But I have found one issue that is just driving me crazy.  Let me preface by saying, the system I am cutting on is a 12-core Mac Pro with 64GB ram, a 512 SSD for the OS, 2 Quadro 4000s, an ATI HD5870 (for display purposes only), 2 Red Rockets, a Black Magic 4K extreme, and a 30 TB Raid that clocks read/write at 1,200MB/s.  So I am on a PLENTY beefy system.
    I am currently cutting a feature shot on Red Epic.  I am cutting the R3D files natively...which is AMAZINGLY fast and smooth!  I can cut in real time without rendering a single thing (even multi-cam non-optimized!)  The problem is, as I work it fills the RAM.  And it fills the RAM...and it continues to fill the ram until FCPX is using all but a small fraction of my 64GB!!!  If I don't close the app in time it will lock up my system and have a force close dialogue pop up saying there isn't enough memory to continue operating...I need to close something to free RAM.  If I close FCPX before it gets to this point, I get about another hour out of it.
    ulimit seems to not work in the latest verison of OSX...so that's a bust.  I read somewhere that Motion had this same problem, and it was fixed with a cache panel in the preferences.  Any chance of FCPX getting this option....soon??  I really really really love my experience with FCPX...but this is just an annoying bug that should be fixed.  Does anyone know, either a terminal command, or an application that can restrict memory useage?  32GB would be plenty for the application....****, 60GB would be fine!  Just don't fill up every bit of useable memory until it cripples the machine!!

    rservello wrote:
    I have 64GB of ram....it uses 63.99999 GB while operating!  I'm not saying I need to cut it dramatically...but maybe leave 6 GB for system operations so I don't have to restart every hour.  Why is everyone fighting me on this and not attempting assistance?  I'm not looking to argue semantics...I'm looking for a solution.
    I just tried to help!
    If you crash, there is a bug! Or at least a situation not envisioned.
    And I tell you, Apple is not working after a paradigm of having free RAM! Just tellin'..
    When the system uses all RAM, how much is reserved(blue)?
    In Activity Viewer, how much Real RAM does FCPX use? 60+GB?
    What application uses the Real RAM..?
    And frankly, if you're so eager to get a solution, why haven't you called/emailed/contacted Red yet? It's their codec you use...
    Everyone her on this forum, is just people like you.. USERS!

  • HD Black hole

    I have an 80 GB Hard Drive that is telling me that there is only 3+ GB of space left. However I've added all the numbers and I am only using about 25 GB. I saw a couple other topics close to my problem so I've checked the drive with Whatsize? and Omni Disk Sweeper and they both identify only 25+ GBs in use. I've redone permissions and verified the disk with the Disk Utility and it tells me that everything check out but I still can't get to my 50 Gs
    My suspicion was that Virtual PC had allocated space and indeed it would make sense with the allocation and the number of "machines" I had but I uninstalled Virtual PC and I still can't access the space. I was never able to see the VPC "drives" so I have no idea if that is actually the case. Can anyone help me out on this one. I've tried everything I know with the exception of reformatting the disk. Obviously I don't want to do that - I don't have an external drive so I would need to reload everything. Can someone help?

    Thanks for the welcome Duane and thanks for the suggestion. I've tried both Whatsize and Omni DiskSweeper and neither one identify the missing space. They both tell me that I have a 74+ Gig HD, they show 24+ Gigs of files etc. and they both tell me that I have 3.97 Gigs of open space. There is no indication at all of the missing 50 GB.
    Any other suggestions I am game to try. It really is like a black hole because there is no indication anywhere of where the missing area is. I am wondering two things:
    1. is there something that gives a visual mapping of the hard drive that may give an indication of what is happening to this space and
    2. can I plug a PC into say a USB port to access the hard Drive and see if the PC recognizes anything since I suspect it is a PC allocation? Any thoughts?
    Thanks for your help

  • PMTU-D Black Hole Detection Missing?  Cause of some conn hangs.

    In looking through the kernel source, it appears that Apple has left out one of the most important parts of Path MTU Discovery (RFC1191) as suggested in RFC2923. Since Path MTU Discovery is enabled by default, this may cause some of you to have 15 minute hangs and ultimate termination of connections when large packets are sent to specific hosts.
    Other than DNS and Wireless network drops, MTU settings appear to be one of the single most problematic things going on with OS X right now.
    For those who are not familiar with MTU, here's a brief rundown.
    10/100 Ethernet networks support a base MTU of around 1514 bytes. This is the max number of bytes that a packet is able to be in order to get put on an Ethernet network (and be within spec). Gigabit Ethernet allows for larger, but we won't go into that.
    You're probably more used to hearing 1500, however, that is the MTU for IP (or the Ethernet payload) as the Ethernet header itself is 14 bytes.
    In that 1500 bytes, you have to fit your IP header, ICMP/TCP/UDP header, and any higher layer protocols and data, each layering on top of the next.
    |<--Ethernet (14 Bytes)--><--IP (20 Bytes)--><--TCP (20 Bytes)--><--Data (1460 Bytes)-->|
    So that is how things look on a local area network.
    Once the WAN comes into play, the Ethernet header is stripped off leaving only the IP packet and another header put in its place to get it over the next link. This process goes on and on and on until the packet finally reaches its destination.
    But here's the problem - what if there is ANOTHER layer between the Ethernet and IP stack?
    This is actually quite common and you're probably using it now. The protocol PPP over Ethernet (PPPoE) fits between the Ethernet header and the IP header and adds another 8 bytes to this packet size.
    So now we end up with:
    |<--Ethernet (14 Bytes)--><--PPPoE (8 Bytes)--><--IP (20 Bytes)--><--TCP (20 Bytes)--><--Data (1452 Bytes)-->|
    Notice that we now can't put as much data in this packet or we'll end up with a packet that is too big to fit on the Ethernet network.
    The PPPoE header will ultimately get taken off once the packet gets where it needs to go at your ISP, but there may be other 'tunnels' between you and your ultimate destination and continue to strip off space of how much data you can put into a packet.
    So how do you know how much data you can put into a packet when you don't own or know anything about the network between you and the destination?
    That's where Path MTU Discovery comes into play.
    It used to be that IP packets would be fragmented (split up) if a packet was too big to get put on the next network. This process of fragmentation causes overhead for both the router having to split up the packets and the receiving device that has to put them all back together again (and make sure they go in the right order).
    So in order to reduce this overhead and also ensure that you are always sending the largest packets possible from end to end, IP stacks started setting the 'Don't Fragment' bit in the IP header. This instructs routers to throw away the packet if it is too big when it gets there.
    When the packet gets thrown away due to it being too large, the router that throws it away also sends an ICMP packet (an IP diagnostics message) back to the sender telling it what the MTU is of the interface that couldn't take the packet. The sender can then re-calculate things based on that value and resend.
    This works great EXCEPT when there are firewalls in the way (or broken routers, which is less likely these days). Many firewalls will not allow these ICMP messages to go back to the sender. Therefore, your host never receives the message that it is supposed to reduce the size of the packet and keeps trying and trying for about 15 minutes until it finally dies.
    This is one reason why you may be seeing long hangs that ultimately end in termination of your connection.
    RFC2923 goes into some options to work past this issue.
    One way that this can be done, Windows Vista for instance does this, is for the system to keep an eye on how many max sized packets get retransmitted. After a certain number (lets say 5), the system assumes that it is not getting this ICMP notification and cuts the size of that packet in half so it can now get the data through - assuming that smaller packets are better than no packets getting sent.
    It may also (and does with Vista) temporarily disable the setting of the 'Don't Fragment' bit and allow the routers to just take care of things. So in Vista, you'll see the page stutter for a second, and then continue to load, where an OS X system will sit there and hang for 15 minutes.
    This is where OS X goes wrong. This behavior is called PMTU-D Black Hole Detection and does not appear to be in the IP stack for Leopard (and probably not previous releases).
    So what can you do.
    You have a few options, some of which I've already provided to a few folks (although without the mathematics so it's just a rough guess value).
    First, you can just disable PMTU-D. The command to do this is:
    sudo sysctl -w net.inet.tcp.pathmtudiscovery=0
    This is a 'quick fix' but does eliminate the benefits that PMTU-D provides.
    Second, you can calculate out what size MTU seems to work for you by working backwards and configure that on something within your control.
    If your home router supports it, that's a good place to reduce the MTU since it only comes into play when you're using your Internet connection and not when hosts within the same network talk to each other. So if you place the MTU of 1472 on your router and your host sends it a 1500 byte packet, it will send back the ICMP message telling you to reduce it down to 1472.
    If your router doesn't support it, you can reduce the MTU on your macs physical interface. This isn't always the best solution since you really should then reduce the MTU on each of your local systems or you could run into issues locally.
    The command to do this is:
    sudo ifconfig en1 mtu 1472
    To make this permanent for Ethernet, set it in the Network settings. For Airport, search the forums. I provided an update you can make to one of the preferences files manually to do this (don't remember what file right now).
    I have found a couple of sites (Washington Mutual's website for instance) that appear to have configuration issues internal to their network in which a device behind a firewall (possibly the web server, load balancer, or IPSec added) that may have an MTU less than 1500 set on it AND a firewall blocking ICMP packets from coming back. These sites will throw off your math since you can no longer assume a max size of 1500 for IP packets. In this specific case, you have to assume 1480.
    Third, you can adjust the MSS setting (Max Segment Size) in the kernel to a value that is 20 bytes smaller than what you would otherwise set the MTU to. This ensures that the TCP stack doesn't put more than that amount of data in any single packet (therefore, eliminating the MTU issue), however, this will not work for UDP.
    Finally, you can submit a bug report to let Apple know that PMTU-D Black Hole detection is something that we need.
    So what kind of impact does this have on performance?
    This will depend on what solution you choose, what the performance of your home router is, and the load on the various servers that have to potentially re-assemble the packets.
    That said, knocking things all the way down to 1400 bytes, I am able to still get at least 15 Mbps up and down stream over the Internet.
    If you have any questions on this post, please post and i'll do my best to respond. Hopefully this will help one more person resolve their performance issues with Leopard.

    Hi Karsten and thanks for the suggestion!
    I have exempted internal networks and can connect them via the VPN connection. I also got connectivity to the outside world with nat (outside,outside) and 'same-security-traffic permit intra-interface'.
    A question remains though. At the moment, all traffic gets out of the network through the 'outside' interface IP (.22). I'd rather use a dedicated address from the /29 on GigabitEthernet0/0. Is this possible to achieve that? To put it differently, I'd like to NAT the VPN range onto an address that is not the 'outside' interface, like I did in this statement, for instance:
    nat (v200,outside) source dynamic v200_private v200_public
    My other question is, whether the single NAT statement [nat (outside,outside) dynamic interface] is sufficient for VPN traffic and whether the original statement can be removed [nat (vpn,outside) source dynamic vpn_pool vpn_public].
    Thanks once again for the tips!
    R.

  • Safari 5.1 in iMac OS X 10.6.8.Adding Bookmarks to "unsorted Bookmarks" folder puts them in a black hole.  I can't find the "UB" folder.  Where is it? Should I add it to the folder list somewhere on the left pane? OR? Help, please!

    Safari 5.1 in iMac OS X 10.6.8.Adding Bookmarks to "unsorted Bookmarks" folder puts them in a black hole.  I can't find the "UB" folder.  Where is it? Should I add it to the folder list somewhere on the left pane? OR? Help, please!

    It looks like that the installation process of one of the applications have caused some trouble. One of them may have changed or added kext files.
    For that, the Window server crashed if you try to open a non Apple application like Firefox
    Start the system in safe mode by holding the shift key on power on.
    If save mode is reached, perform a permissions repair with the Disk Utility.
    Don't bother about upcoming warnings like "could not repair file xy" as that occur cause you use the tool on a running system and opened files can not get touched by the tool.
    After repair is done reboot system to normal and try to open Firefox.
    If the problem persits, please report back here.
    Lupunus

  • Accidentally did something to energu saver or sleep-screen is black all the time and have to keep restarting, help!!!

    accidentally did something to energy saver or sleep-screen is black all the time and have to keep restarting, help!!!
    like to just close the lid at night and open in the am and voila everything is there
    during the week I will restart, but not every day!
    what should the settings of each area be (sleep, energy, screen saver, wallpaper)  be so I can work all day?

    try this: PRAM http://support.apple.com/kb/ht1379

  • Send postmaster mails to BLACK HOLE

    Hi,
    Is there anyway I can send postmaster mails to black hole ( /dev/null )
    I know that people will ask why I want to send postmaster mails to /dev/null. But this is the requirement.
    Cheers
    Rakesh Malik

    Why not just turm 'em off?
    add keywords like
    nocopypost
    nowarnpost
    to your defaults config line in imta.cnf
    compile config
    restart mta

  • Play wmv in nokia 7210 supernova

    i've recently purchased nokia 7210 supernova mobile. but i'm unable to play any wmv files in my mobile though i'm able to play 3gp files. is there a way to play wmv files in my mobile? i found something like smartmovie but it works only on symbion os, which is not installed in my mobile!

    I guess nokia 7210 cant support wmv files, so you could try to convert wmv to mp4/3gp with something called video file converter, it is already optimized for output setting for Nokia phone... easy-to-use.

  • 7210 Supernova Software got corrupted

    Hi,
    My Nokia 7210 Supernova's OS or software got corrupted 2 days ago. I took it to a repair shop  and shopkeeper reinstalled the software. But since then I am not able to run any of the downloaded applications including the Browsers like Bolt or Opera mini.  I can't even download the apps from the net. It says "Certificate not on SIM or phone".  What should I do? Thanks in advance.
    Regards,
    Shashank Srivastava.

    Do one thing since you can not go to nokia care you can use nokia software updater to update to latest software version & reinstall the software version, might be that can solve this problem.
    If you like my post then Plz click on Green Star on left side to add Kudos
    Also, if you find my this post suitable to answer then plz click on "Add to Solution" tab on right

  • Policy routing and black hole filtering on 6500

    I have a 6500 with many SVIs configured and every one with multiple ip addresses. The users are accessing the network through these SVIs. For access control I use the black hole filtering method by dinamically injecting static routes to Null 0 for every user that is not authenticated.
    But I need these users to reach one server to authenticate.
    Is there a way to do this besides putting the server inside every VLAN ? Something like policy routing all the packets to the server to exit the server interface and the response packets to reach the user bypassing the global routing table ? Maybe using a vrf for the server only ?
    Thanx.

    Dave Northampton UK here.
    We seem to have different consumer laws to US it seems?
    Here the RETAILER is wholly responsible for the goods he sells. If such a case as this arose there would be NO time limit of 15 days, if the goods were found not to be of "merchantable quality" the time factor would not matter, certainly up to a year!
    Certainly a retailer can take matters up with their supplier/manfctr but the CUSTOMER must get a new, working product PDQ or a total refund..IN CASH or put on a card, no credit notes or any other such swaddling!
    Of course! Many shops wriggle and tell people porkies but in the end that is da law!
    Dave.

  • Black hole and BOTNET filter ?

    Hi all,
    I have a query regarding black hole and botnet.
    My customer tends to receive traffic which is not destining to anywhere.  He wants to achieve the following. He wants to capture the traffic per SPAN and then direct them to a firewall on the inside interface and then apply botnet filter. He has a catalyst where some VRF are defined. One of the VRF is named as "SOME-VRF-BHOLE” This VRF will be mirrored to a other port and this traffic will sent so the inside interface of a firewall where Botnet feature is active.
    My first question, is this doable, I mean if the traffic is black holed then the first thing which will happen by the ASA is to drop the traffic as it gets traffic destine to nowhere, if it’s a SYN/ACK then the ASA will drop the packet due to spoofing. So in other words there should be a flowing traffic which goes through the ASA to be able to apply the botnet filter. Or could someone confirm this mothered my customer has explained could be done at all.
    Thanks in advance
    Lance

    Hello Lance,
    I answered a query like this I think 2 days ago...
    So you want to filter traffic via the botnet feature ( you will need to make sure the ASA has access to the internet ofcourse so it can contact the Security Intelligence Servers )
    The ASA will drop the packets if they are spoofed and you have  the RPF check on.
    If the traffic goes to nowhere the ASA ofcourse will drop it ( No route to host x.x.x.x)
    And if we receive a SYN-ACK where there has not been a SYN, traffic will be drop due to the TCP inspection failure (unless u configure a TCP state bypass)
    Julio
    Remember to rate all of the helpful posts.
    For this community that's as important as a thanks.

  • Motion Black Hole Effect

    It's me again...I felt the need to separate this one from the other one for some reason. Now I want to make a black hole come out of my hand and come back into it kinda like this...http://www.youtube.com/watch?v=Or9rHlA_Pww&feature=related. Thanks again.

    I suggest you spend half a day working through the particles, presets, shapes & elements that come with Motion & I'm sure you will pick up many ideas on how to achieve this effect.
    Peter

  • Reactivation Black Hole

    You are now entering the reactivation black hole! Have spent the last 6 weeks trying to get my case resolved with no success.
    Summary
    1. Reactivation for Master Collection CS3 prompted reactivation. Reactivation failed. Called support and still failed with them as well.
    2. Sat on hold for 5 hours again and was told to de-install.
    3. De-install did not work and used cleaner at level 4 which allowed me to re-enter the serial number but also removed Acrobat professional and Director 11.5. Have also Production Premium on a second system as well. New activation only allows me to enter Production Premium serial with a check mark and not Master Collection which shows and X.
    4. Oh wait, where are the download installs for CS3. No longer available depending on when you purchased them.
    5. Running only a few programs with Production preium serial as Master Collection serial is not recognized and does not work even though it is in my registed history with Adobe.
    6. I never asked to go through this reactivation process and was happy with CS3 till software stopped working and was forced to enter the black hole.
    7. From what I can tell there is no resolution possible here.
    8. Guess the only way out is to find a crack that will bypass this mess Adobe has created since they are unable to resolve this after 6 weeks and many hours on my part installing and reinstalling only some of the installs as not all are still available for CS3. I only use fully purchased software, however if this is the only way out is to crack it, well that is it, I give up.

    Hello Lance,
    I answered a query like this I think 2 days ago...
    So you want to filter traffic via the botnet feature ( you will need to make sure the ASA has access to the internet ofcourse so it can contact the Security Intelligence Servers )
    The ASA will drop the packets if they are spoofed and you have  the RPF check on.
    If the traffic goes to nowhere the ASA ofcourse will drop it ( No route to host x.x.x.x)
    And if we receive a SYN-ACK where there has not been a SYN, traffic will be drop due to the TCP inspection failure (unless u configure a TCP state bypass)
    Julio
    Remember to rate all of the helpful posts.
    For this community that's as important as a thanks.

  • No response from my Nokia 7210 Supernova.

    I'm using a Nokia 7210 Supernova mobile phone. The problem is, my mobile did not respond after connecting it to my pc via the usb cable. I transferred some pics from my system to the mobile memory card. After transferring the pics I tried opening Gallery, but my mobile didn't respond. It showed "Opening Gallery" for a long time. So I tried switching it off and turning on again. But on turning it on, the mobile just displayed a blank white screen. I tried switching it off once again but was not able to do so as there was no response from the mobile. So, I removed the battery when the mobile was on.
    Will my phone be okay after removing the battery while it was switched on? It has been working fine after this incident. I've been facing problems like this whenever I connect the mobile to my pc. Once, the media player did not respond and another time there was some problem with the time duration for individual calls. What could be the problem?
    Solved!
    Go to Solution.

    Your phone should be okay. Leave the battery and your SIM out for 5-10minutes and then put everything back in. It should turn on properly. I would suggest you to update your firmware after taking a back-up. The problem might have also been caused by an older version of PC Suite. So, update your PC Suite.
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

  • I purchased songs via my ipod touch.  when I sync'd my ipod touch with my computer, the songs I purchased disappeared into a black hole... how do I get them back without having to repurchase?

    i purchased songs via my ipod touch.  when I sync'd my ipod touch with my computer, the songs I purchased disappeared into a black hole... how do I get them back without having to repurchase? 

    On your iPod Touch, open the iTunes app. There should be tab named "purchased", which shows all your purchase history. Choose the "Not on this iPod" tab and you'll get a list of purchased products that are not on your device. Hope this helped.

Maybe you are looking for