Downloading app causes storeagent process to consume 100% of a CPU core

This has happened twice now.  Just downloaded Xcode 4.0.2 through the Mac App Store.  This is a 4.59 GB download that took more than ten minutes.  About 15% into the download, the storeagent process pegged a CPU core, and remained that way for the rest of the download.  The CPU temperature shot up and the fans were going full blast.  This must be an app store defect; there is no reason for any additional processing while the file is just downloading.  Has anybody else experience this problem?  I don't think you would notice it for a typical size application, but it should be obvious once you get over 1 GB.

I'm certian this is related to the speed of the connection (On the fly decryption, whatever...) as I'm sat on 1Gb link with zero contention and it (storeagent) makes my machine completely unuseable as all the cores are basically pegged to 100%.

Similar Messages

  • Some Oracle processes are consuming 100% CPU

    Hi,
    Some of my oracle processes are consuming most amount of cpu continuously.What are the general steps to sort out this problem.I think the query is a tuned one.

    Hi,
    What is your veriosn of Oracle? what is the OS? which oracle process is consuming 100% CPU? how did u find out it is conuming?
    and you have mentiond query is tuned one... it does your query is taking time to execute?
    there is no clarity in your question...
    Regards,
    Vijayaraghavan K

  • Java Process Consuming 100% of Server CPU

    Hi,
    We have a new instance of CQ5 (version 5.4) running on a Windows 2003 SP2 Server. For some reason, which we can't determine, after a period of time a Java process on the system begins to consume 100% of the CPU and the system becomes totally unresponsive. Has anyone seen this before? Is there a fix for this?
    RK         

    Does the it eventually recover on it's own? It's possible that the JVM is doing full garbage collection.  How big is your max heap size?  I suggest to add some garbage collection debugging in the JVM_OPTS to see if it is Java's garbage collection or not.  Might as well check the heap too, to see if it's running our of memory.
    Example;
    -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -Xloggc:/tmp/gc.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp
    Ron

  • Netstream consuming 100% of the CPU

    Hi friends,
    Netstream consuming 100% of the CPU of Mac OSX, and 55% of
    Linux
    Code:
    private function testInit():void
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var nsMict:NetStream = new NetStream(nc);
    nsMict.attachAudio(Microphone.getMicrophone());
    Someone sure how to solve it? I am using flash player 9.0.124
    Thank's!

    This is a bug:
    https://bugs.adobe.com/jira/browse/FP-259
    Thanks!

  • How to know which process is consuming high percentage of cpu?

    Hi,
    How to check which process is consuming high percentage of cpu ?
    how to know the cpu time is atleast 80% of the elapsed time and how to know which code the process is running?
    I know we can check high performance cpu can be find by TOP command
    but i dont know on solaris?
    please help me on this?

    One way is to use my Snapper script for getting the breakdown ( see http://blog.tanelpoder.com/2007/12/06/oracle-session-snapper-v106-released/ for more info ).
    An example snapshot (taken over 60 second period) is below:
    SQL> @snapper out,gather=tw 60 1 "select sid from v$session where type = 'USER'"
    -- Session Snapper v1.07 by Tanel Poder ( http://www.tanelpoder.com )
    HEAD, SID, SNAPSHOT START , SECONDS, TYPE, STATISTIC , DELTA, DELTA/SEC, HDELTA, HDELTA/SEC
    DATA, 2, 20080710 11:39:18, 61, TIME, repeated bind elapsed time , 1314, 22, 1.31ms, 21.54us
    DATA, 2, 20080710 11:39:18, 61, TIME, parse time elapsed , 21518, 353, 21.52ms, 352.75us
    DATA, 2, 20080710 11:39:18, 61, TIME, PL/SQL execution elapsed time , 809888, 13277, 809.89ms, 13.28ms
    DATA, 2, 20080710 11:39:18, 61, TIME, DB CPU , 11204956, 183688, 11.2s, 183.69ms
    DATA, 2, 20080710 11:39:18, 61, TIME, sql execute elapsed time , 12441308, 203956, 12.44s, 203.96ms
    DATA, 2, 20080710 11:39:18, 61, TIME, DB time , 13825800, 226652, 13.83s, 226.65ms
    DATA, 2, 20080710 11:39:18, 61, WAIT, read by other session , 4432, 73, 4.43ms, 72.66us
    DATA, 2, 20080710 11:39:18, 61, WAIT, log file sync , 1215135, 19920, 1.22s, 19.92ms
    DATA, 2, 20080710 11:39:18, 61, WAIT, db file sequential read , 1458168, 23904, 1.46s, 23.9ms
    DATA, 2, 20080710 11:39:18, 61, WAIT, enq: TX - row lock contention , 11600, 190, 11.6ms, 190.16us
    DATA, 2, 20080710 11:39:18, 61, WAIT, row cache lock , 420, 7, 420us, 6.89us
    DATA, 2, 20080710 11:39:18, 61, WAIT, SQL*Net message to client , 1842, 30, 1.84ms, 30.2us
    DATA, 2, 20080710 11:39:18, 61, WAIT, SQL*Net message from client , 9490531, 155582, 9.49s, 155.58ms
    DATA, 2, 20080710 11:39:18, 61, WAIT, PL/SQL lock timer , 35759582, 586223, 35.76s, 586.22ms
    DATA, 2, 20080710 11:39:18, 61, WAIT, events in waitclass Other , 302, 5, 302us, 4.95us
    DATA, 20, 20080710 11:39:18, 61, TIME, repeated bind elapsed time , 1332, 22, 1.33ms, 21.84us
    DATA, 20, 20080710 11:39:18, 61, TIME, parse time elapsed , 21439, 351, 21.44ms, 351.46us
    DATA, 20, 20080710 11:39:18, 61, TIME, PL/SQL execution elapsed time , 799773, 13111, 799.77ms, 13.11ms
    DATA, 20, 20080710 11:39:18, 61, TIME, DB CPU , 11303744, 185307, 11.3s, 185.31ms
    DATA, 20, 20080710 11:39:18, 61, TIME, sql execute elapsed time , 12404247, 203348, 12.4s, 203.35ms
    DATA, 20, 20080710 11:39:18, 61, TIME, DB time , 13792389, 226105, 13.79s, 226.1ms
    DATA, 20, 20080710 11:39:18, 61, TIME, sequence load elapsed time , 752, 12, 752us, 12.33us
    DATA, 20, 20080710 11:39:18, 61, WAIT, log file sync , 1228759, 20144, 1.23s, 20.14ms
    DATA, 20, 20080710 11:39:18, 61, WAIT, db file sequential read , 1339772, 21963, 1.34s, 21.96ms
    DATA, 20, 20080710 11:39:18, 61, WAIT, row cache lock , 395, 6, 395us, 6.48us
    DATA, 20, 20080710 11:39:18, 61, WAIT, SQL*Net message to client , 1901, 31, 1.9ms, 31.16us
    DATA, 20, 20080710 11:39:18, 61, WAIT, SQL*Net message from client , 9496607, 155682, 9.5s, 155.68ms
    DATA, 20, 20080710 11:39:18, 61, WAIT, PL/SQL lock timer , 35786481, 586664, 35.79s, 586.66ms
    DATA, 20, 20080710 11:39:18, 61, WAIT, events in waitclass Other , 96, 2, 96us, 1.57us
    Tanel Poder
    http://blog.tanelpoder.com

  • MobileDeviceHelper running @ 100% on one CPU Core

    Hi, anyone suggest anything to fix one of my CPU cores runs MobileDeviceHelper (32Bit) at 100% consistently after iTunes is started.
    The machine is a new build with Windows 8 64bit all updates and patches applied. All latest manufacturer chipset and other relevant drivers and every other part of the machine works perfectly. If I end the process, distnoted (32 bit) then replaces it and takes over with another core running at 100%. Ending that process and mobiledevicehelper comes back at one core 100% usage, then ending that and it behaves.
    I have tried restarting the machine, installing updates, disabling the task in task manager, resetting the network adapter (winsock reset) and disabling ApplePush, and itunes helper at startup but am out of ideas now! I haven't even sync'd my phone to it yet.
    Im fast thinking iTunes seems to be getting more buggy each release (I haven't been able to burn an audio cd on the new machine as it crashes while attempting to, but other software can burn the same playlist and file after dragging out of the iTunes playlist) yet iTunes on my Macbook runs fine!

    oh and its iTunes 12.1.1.4 64Bit with Windows 8.1 Pro 64Bit all latest updates.
    As a workaround I have found the two files, renamed them so iTunes cant call them and everything still works fine which begs the questions what are they doing that uses 100% of one CPU core! I haven't setup my iPhone as a remote, or my AppleTVs yet, hoping they don't rely on these services!

  • Process 'rastertobrother5240' consuming 100% CPU

    Hello,
    For the past 2 days, a printer process named 'rastertobrother5240' has been starting up intermittently (~4 times a day) and consuming 100% of CPU time. I guess this started happening after I applied a recent printer update. Has anybody faced a similar issue?
    Thanks,
    Kshitij

    I assume you are using a Brother printer. Open Activity Monitor, locate the process and select it then click on the Quit icon in the toolbar and click on the Force Quit button to kill the process. Now open Print & Fax preferences and CTRL- or RIGHT-click in the printer list on the left, then select Reset Printing System from the contextual menu. If you have not installed the Brother printer driver update from Apple then download it here.
    Now do the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Install the printer package update. If you installed it already then reinstall it. Now re-Add your printer and see if everything is OK. If it isn't then you may be having a problem with the Brother software for your printer. Check Brother's site for any updated software and/or contact their tech support for additional help.

  • One boe_jobcd process allways consuming 100% CPU

    Hi, I am running  Crystal reports server XI R2 Linux     on RHEL4
    Normally we have from 1 up to 4  boe_jobcd  processes depending on the "load" of our system, The processes seems to shutdown when not needed, But now  one of the 4 BOE_JOBCD processes will never die and it is consuming 100% cpu...
    Can I stop/kill the process?  How ?
    Edited by: Sofia Modee on Jul 3, 2009 10:41 AM
    Edited by: Sofia Modee on Jul 3, 2009 10:41 AM
    Edited by: Sofia Modee on Jul 3, 2009 10:42 AM

    Dear Both,
    I traced the RAS server as suggested by Tim and obtained a log that - I have to admit - is quite difficult for me to understand. Could I send it to one of you for examination? Thanks in advance.
    Ted, please find below my answers to your questions:
    Just to close out possible data source issues, are the reports going against Business Views or Universes?
    The report is based on Business Views.
    Do you have Processing Extensions specified for the reports?
    Sorry but what are Processing Extensions?
    Also, when you checked in the Crystal Reports Designer, was it Designer installed on the same machine where the page server and RAS server is running?
    Yes, it is installed on the same machine.
    Also, since it affects both Page Server and RAS, it may require CRPE traces to get to the bottom of this (CRPE - 'creepy' - is the CR engine used by both the Page and RAS server).
    I will certainly open a case with SAP to have them help me on that.
    Thank you both for your help. It is very appreciated.

  • Mail consumes 100% of my CPU power

    Thats at least my theory. Activity viewer shows that something called osascript takes 48% of the CPU and kernel_tasks takes the rest. system together ends up between 90-100% of the CPU. When I look for parent processes for osascript I end up in kernel_taskes so I think the osa is responsibel for the hole ting. When I start up maill.app it looks like osascript starts up.
    This is a crosspost because I think this now is a mail problem. But I realy dont know.
    Dont know what to do and this makes computer pretty much useless. Fan full speed all the time.
    Hers is a crashlog
    powerbook   Mac OS X (10.4.7)   2 gig RAM

    That's my CPU and ram use with itunes running a live even,mail open and safari for right you,also i have opeb twitter,skype,ichat and activity monitor and connect a external drive..

  • Downloading apps causes safari to quit unexpectedly

    Whenever I try to download applications or widgets, Safari quits unexpectedly. Any help would be appreciated.

    You could either use Software Update in the System Preferences, or you could download the 10.4.7 Combo Update from the Downloads page. You should use Software Update though, if possible, since there could be other system updates that you're missing.
    17" Intel iMac, 1GB RAM (G3 iMac, 512MB, Panther, Cable)   Mac OS X (10.4.7)   Epson CX4800, Kodak DX4900, SuperDisk, ADSL

  • Systemd-journal process using 100% of one cpu core after reboot

    journalctl -b showed
    "Process 2016 (virtuoso-t) dumped core."
    more than a few times and virtuoso-t would was using more cpu than it does most of the time.
    at 14 minutes of uptime systemd-journal stopped using 100% and went back to normal. Anyone know a way to figure out what happened here?
    update:
    systemd-coredump[3182]: Process 3133 (virtuoso-t) dumped core.
    systemd-journal[5407]: Permanent journal is using 2.6G (max allowed 4.0G, trying to leave 4.0G free of 50.7G available → current limit 4.0G).
    systemd[1]: systemd-journald.service watchdog timeout!
    systemd[1]: Starting Journal Service...
    systemd[1]: systemd-journald.service stop-sigterm timed out. Killing.
    systemd[1]: Starting Journal Service...
    systemd[1]: systemd-journald.service: main process exited, code=killed, status=9/KILL
    systemd[1]: Unit systemd-journald.service entered failed state.
    systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    systemd[1]: Stopping Journal Service...
    systemd[1]: Starting Journal Service...
    systemd[1]: Started Journal Service.
    systemd-journal[5407]: Journal started
    dbus[365]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
    dbus[365]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
    systemd-coredump[3289]: Process 3235 (virtuoso-t) dumped core.
    it happened again here is what the journal was saying while it was happening (i removed lots of (virtuoso-t) dumped core that happened ... 10 or more times)
    Thanks in advance,
    Wolf Larson
    Last edited by wolflarson (2014-03-22 15:36:37)

    In the Newbie Corner of the forums, there are a few stickied threads that are recommended reads.  One of which is this one.
    If the logs are not too too much, then it can be posted here with code tags. If it is crazy big, pastebin it and then post the link.
    If this is really all the information it gives about the journal being nuts, then you might want to enable debug levels of logging for the journal and then see if you can gather more information that way.  This can either by done by using a drop-in snippet to the unit file, or by turning on debug levels for the entire system from the kernel command line.
    The journal is not designed in such a way that it can be continously written to.  There are safeguards in place to ensure that masively spamming services are cut off after a certain number of log messages in a given timeframe.  Additionally, even the flush from the journal in RAM to the disk is only done periodically.

  • When opening a page, FF sometimes hangs for several minutes, the main thread consuming 100% of the running core

    I've not been able to detect a pattern of occurrence. It just happened now when I opened this page
    http://www.pcinpact.com/actu/news/66460-amd-catalyst-rage-vsync-opengl.htm
    soon after starting FireFox (which loaded the dozen tabs - in two windows - of my current session).
    Here is the stack of the main thread, as shown in Process Explorer :
    ntdll.dll!ZwQueryDirectoryFile+0xa
    wow64.dll!Wow64EmulateAtlThunk+0x8c77
    wow64.dll!Wow64SystemServiceEx+0xd7
    wow64cpu.dll!TurboDispatchJumpAddressEnd+0x2d
    wow64.dll!Wow64SystemServiceEx+0x1ce
    wow64.dll!Wow64LdrpInitialize+0x429
    ntdll.dll!RtlUniform+0x6e6
    ntdll.dll!RtlCreateTagHeap+0xa7
    ntdll.dll!LdrInitializeThunk+0xe
    ntdll.dll!NtQueryDirectoryFile+0x12
    xul.dll!??0Layer@layers@mozilla@@IAE@PAVLayerManager@12@PAX@Z+0x1589
    xul.dll!NS_NewLocalFile_P+0xb536
    xul.dll!?AccumulateMetricsForRun@gfxTextRun@@AAEXPAVgfxFont@@IIW4BoundingBoxType@2@PAVgfxContext@@PAVPropertyProvider@1@IIPAURunMetrics@2@@Z+0xdc07
    xul.dll!?AccumulateMetricsForRun@gfxTextRun@@AAEXPAVgfxFont@@IIW4BoundingBoxType@2@PAVgfxContext@@PAVPropertyProvider@1@IIPAURunMetrics@2@@Z+0xf951
    xul.dll!?Stroke@gfxContext@@QAEXXZ+0x2ad
    xul.dll!?Stroke@gfxContext@@QAEXXZ+0x9ab
    xul.dll!NS_InvokeByIndex_P+0x72f99
    xul.dll!?SanitizeMetrics@gfxFont@@IAEXPAUMetrics@1@H@Z+0x1048
    xul.dll!?Paint@gfxAlphaBoxBlur@@QAEXPAVgfxContext@@ABUgfxPoint@@@Z+0x2e2
    xul.dll!?ReleaseTextRun@gfxTextRunCache@@SAXPAVgfxTextRun@@@Z+0x4f6
    xul.dll!?TransformToNativeRect@gfxWindowsNativeDrawing@@QAEXABUgfxRect@@AAUtagRECT@@@Z+0x13c
    xul.dll!??0ImageContainerOGL@layers@mozilla@@QAE@PAVLayerManagerOGL@12@@Z+0x1318
    xul.dll!??0ImageContainerOGL@layers@mozilla@@QAE@PAVLayerManagerOGL@12@@Z+0x142c
    xul.dll!??0gfxSkipCharsIterator@@QAE@ABV0@@Z+0x85a
    xul.dll!??0ImageContainerOGL@layers@mozilla@@QAE@PAVLayerManagerOGL@12@@Z+0x1444
    xul.dll!??0gfxSkipCharsIterator@@QAE@ABV0@@Z+0x85a
    xul.dll!??0ImageContainerOGL@layers@mozilla@@QAE@PAVLayerManagerOGL@12@@Z+0x1444
    xul.dll!??0gfxSkipCharsIterator@@QAE@ABV0@@Z+0x85a
    the last two functions are called recursively over 40 times...

    Today, I was able to open the older version of the template if I only viewed the code first.  So I was able to narrow it down to one change I had made.  I had changed:
    <link href="/css/960grid.css" rel="stylesheet" type="text/css">
    to:
    <link href="http://mydomain.com/css/960grid.css" rel="stylesheet" type="text/css">
    When I tried to save the document, Dreamweaver hanged.  The document opened fine with all of the other changes I had made, although it couldn't find the CSS files (I had moved the site to another root locally).
    This really looks like a bug in Dreamweaver to me.  I've seen CSS links like this in other people's websites, so it does look like valid CSS to me.  Is there a workaround for this?

  • System Process - 'Locum' consumes all of my CPU processing Power!

    Hi,
          This issue has been raised before and archived.  I am having the same issues, emptying Trash takes forever, and working on my MBP is next to impossible as there is a time delay of a couple of seconds between typing on the keyboard and the letters appearing on screen!  The computer has slowed down so much that I cannot work on it.  Have tried rebooting - can I just force quit the 'LOCUM'.
    Any help will be most gratefully received.

    First things first
    Emergency backup procedure
    Drag and drop copy your users file folders (music, pictures, documents etc) to a regular external powered drive as soon as possible.
    Do not use, setup or trust only TimeMachine at this troubled time as it will copy corrupted data and we need just your users files safe just in case. TimeMachine cannot be used with a Windows PC.
    Unmount and Disconnect all external drives once the backup process is completed.
    Note:
    If you have any over 4GB sized files, those won't copy to a standard formatted FAT32/MSDOS drive from the factory, if you need to save these 4GB+ files use another blank/empty drive and use Disk Utility to format it 1 Partition, Option: GUID,  Format: OS X Extended Journaled (or the standard default one for older Mac's).
    Mac's cannot copy to nor format a NTFS  drive. ExFAT format to be used with a Windows machine must be right click formatted by Windows, not OS X (does it wrong) XP macines can install a free exFAT update from Microsoft. Vista-Win 8 can format exFAT.
    Formatting a drive will erase all data on it.
    Next you can do this for us
    Help us to help you on these forums
    And start reading this for yourself
    Why is my computer slow?
    And  start doing some stuff here to make sure
    ..Step by Step to fix your Mac
    We will take it from there once I have more information from you

  • Forcing processes / JVM to run on specific CPU / Cores seamlessly

    I'm running 4 different performance sensitive applications on a 2 CPU / quad-core 3GHz HP with solaris x86.
    3 applications are java, 1 is C.
    I'd like to force each of them to run on a specific (and different each time) CPU or core.
    I've read about prstat / prset / pbind, however I find it quite inconvenient to use.
    I'd like to add something to my start scripts so that they seamlessly always start on a different cpu / core...
    any idea / link ?
    thanks

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The better your description, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? When did it start to be slow? Did you change anything just before it started? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • Opening VI and consuming 100% CPU power

    I am trying to debug my VI. The first few times the VI ran well but suddenly the VI hang up. I have no choice but to end the LabView process using the Task Manager. When I try to restart this VI again, it fails to open and the Task Manager indicates that the LabView program is now consuming 100% of the CPU time but still fail to open this VI. Looks like it is entering into an infinite loop. I cannot fix anything for I cannot go into my VI to change anything. LabView just consumes all the CPU power and do nothing. What went wrong?
    Regards,
    Larry

    Okay.  That is very strange.  I am seeing the same behavior.  (I have LV 8.2)
    When I first downloaded the VI, it opened just fine.  If I did a saveas, closed the VI, and reopened the copy, I got 99% CPU usage.  I reopened the one from the message, no problem.  I left that one open and tried opening the one I had saved.  It said I already had one in memory by that name do I want to view the one in memory or replace?  I said replace.  When it opened to the block diagram, everything was okay.  But when I clicked on the window to view the front panel, that is when the CPU usage jumped up again.
    So somehow the problem is associated with the FP.   Nothing looks particular wrong about your code.  The question is how did you manage to get a copy of the file that isn't causing problems when you open it?
    I think you will want to recreate the VI from scratch.  You are able to view a copy to see whay you have which is good.  And it doesn't look too complicated.
    What is interesting is that if I delete everything from the VI's block diagram (leaving nothing apparent on the FP), save, close, reopen, I still get the extreme CPU Usage.  It seems confined to LV, as I am still able to switch over and working within the browser to answer this message.
    Message Edited by Ravens Fan on 04-16-2007 02:30 PM

Maybe you are looking for

  • Audiobooks going into "Other" folder when syncing on 5th gen video ipod

    Suddenly a bunch of audiobooks I bought recently are not syncing properly. They seem to be going into the "other" category because when I look at my iPod memory summary, the colored bar chart, I see that category (in orange) growing but Audio (blue)

  • Cannot start Solaris Management Console in Solaris 9

    I cannot start the Solaris Management Console in Solaris 9. The splash screen appears for a few seconds, then nothing else. There is a error: "Assertion Fail: Offset < fFileSize ..." something like that. Please help me~~~~~~~

  • How do I load prepaid airtime on ipad mini if it doesn't support SMS?

    Please don't tell me to buy a adaptor so that the nano sim fits in iPhone and all that crap! In the middle of the ocean it's impossible to buy anything.

  • Unable to cancel invoice via MR8M

    I would like to cancel vendor invoice through MR8M, but there was a message "cannot be processed further". Can anyone help me how to solve this problem ?

  • Start arch in vesa mode

    Hi. I'm using nvidia drivers but for example if I will brake something with them than how I can start arch in vesa mode (or nv module) ? Can I edit grub and add something like xorg=vesa ? Didn't work before for me... any ideas ? I know that I can sta