One time error that didn't bug me at all but was kinda neat

One time when I logged out of xfce and returned to my framebuffer console, I got this.
It is usually white on black instead of red on black. Nothing out of the ordinary was in my dmesg or Xorg.0.log and I haven't been able to make it do this since. All other ttys were white on black, only tty1 from which I had called startx turned to red. When I shut down, the text became white again once it left runlevel 3. Thoughts on this? It is one of the stranger things I have seen.
Last edited by ConnorBehan (2012-05-23 21:09:14)

Or you can have it tailed in a transparent terminal on the desktop:
alias startx='startx &> ~/.Xoutput'
$ aterm -T bgterm -tr +sb -bl -g 150x20+33+888 -fn "-*-fixed-*-*-*-*-7-*-*-*-*-*-*-*" -fg black -bg white -cr "#F2F2FE" -e tail -F -n +3 ~/.Xoutput
Easier to copy-paste too. Just select the text and use the mouse scroll button.

Similar Messages

  • Every time I try to call or they call me, my phone beugs I can not immediatly to call, denied access the directory for 2 to 4 minutes after that it works again   I tried all but nothing, everything works except the call   I have an iPhone 4 Version 6.1.3

    every time I try to call or they call me, my phone beugs I can not immediatly to call, denied access the directory for 2 to 4 minutes after that it works again
      I tried all but nothing, everything works except the call
      I have an iPhone 4 Version 6.1.3
    thank you for your help

    That is the highest you will be able to go with 3g. You need 3gs or 4 to go any higher (multi processors and more memory needed).  Version 4.2.1 marks the end of your updates for that device.

  • I bought a ipone5s in dubai and no one informed me that the facetime is disabled on all phones sold in UAE.i am now in india and stuck with a iphone5s with no facetime.isnt tht a shame??shouldnt the feature be availabe out of uae?

    i bought a ipone5s in dubai and no one informed me that the facetime is disabled on all phones sold in UAE.i am now in india and stuck with a iphone5s with no facetime.isnt tht a shame??shouldnt the feature be availabe out of uae?

    Unfortunately, FaceTime has been banned by the Middle Eastern governments so once you have purchased an iPhone from a Middle Eastern country such as the UAE without FaceTime on it, then you can never get FaceTime on that phone.
    If you want FaceTime on your phone, you will have to buy a new phone from a country that allows FaceTime such as the US or the UK.

  • I install the last version of mozilla in my laptop.but it fork for one time.after that it didn't work.please help to fix it(i installed tor browser,and it work)

    my windows is 7(ultimate)

    I understand that after you installed Firefox, it forked one time and it will no longer works. I do not understand what you mean when you say it was forked. Generally a reinstall is helpful here if Firefox will not start correctly, however be sure to make a back up [[Back up and restore information in Firefox profiles]]

  • HT203167 I have got my music for free however I can not get back any of my ringtones. I went to get one it said that I had already purchased it before but I still had to buy it again.

    I do not as of right now have access to my computer.

    Ringtones are currently a one-time only download from the store, so if you download it from the store again then you will be charged for it again - you will need to sync it from your computer's iTunes

  • How can I create a one time mouseover that expands the stage

    i have 4 circles on a stage that is 1000 px wide and 200 px high.  When I hover over one of the circles I want the stage to expand to 1000 px wide and 500 px high.  But I want that to only occurs once when I hover over any one of the circles.
    SO I guess my question is how do a make a mouseover that only occurs once and does not repeat itself when I hover over that object again. 
    Thanks!

    Just add a variable in compositionReady
    var open = true;
    then on you mouseover event in compositionReady add
    sym.$('circleName').bind('click', function(){
    if(open==true){
    // code for your mouseover
    open=false;
    }else{
    // code for your other state

  • I can use iMessage with all iPhone uses except for ONE person.  That person can use iMessage with all other users, but not with ME.  What's the problem???

    I can use iMessage with all other iPhone users that I communicate with, except for ONE person.  When I send to that person, it always goes through as a text message.  This person can use iMessage with pther people, but when they send me a message, it always goes as a text.  Why can we both communicate with other people using iMessage, but not with one another?

    Hi Russell,
    1) If you have OD set up and "editor" has UID 1111, then when they log in to any machine that's bound to OD as editor, they will get UID 1111. Therefore, there won't be any of these permission errors. This is typically the recommended approach.
    2) I assume you mean "You'd prefer to not using open directory?" Whatever the case, OD isn't mandatory with Xsan -- it's just that with multiple user accounts, managing them centrally tends to be easier. For 3 or 4 accounts and 3 or 4 machines maybe it's no big deal. If you go larger, it could get a lot more complicated. That said, if you set it up such that each machine has the exact same set of users (as you said, Mary = UID 502, Fred = UID 503, William = UID 504), then you can do what you want. Mary can log in from multiple machines at the same time, and in general you won't have permissions problems. Of course, if you try and read and write the same file from multiple workstations at the same time, you will get file locking issues, which will prohibit somebody from successfully writing the file.
    File locking issues are different from general permissions errors. The former basically says "hey, someone else is editing this file. Therefore I won't let you edit it right now... you can read it if you want though." Permissions means somebody saves it, and Xsan thinks you saved it and own the file, when you really don't.
    Quad-Core PMG5, 4 GB RAM, 7800 GT, 1 TB disk.   Mac OS X (10.4.4)  

  • When I run the Receiving interface i get an error that the period is not open.  But all periods are open from Jun 14 through April 15.

    I am running the following inserts and all periods are open but I still get this error in the po_interface_errors table.
    "Error: Please enter a GL Date within an open inventory accounting period.
    Cause:        You provided a GL date that is not within an open inventory accounting period. 
    Action:        Enter a date that is within an open period."
    Here are the inserts.
    INSERT INTO rcv_headers_interface
    (header_interface_id, GROUP_ID, processing_status_code,
    receipt_source_code, transaction_type, last_update_date,
    last_updated_by, last_update_login, creation_date, created_by,
    vendor_id,expected_receipt_date, validation_flag)
    SELECT rcv_headers_interface_s.NEXTVAL, rcv_interface_groups_s.NEXTVAL,
    'PENDING', 'VENDOR', v_transaction_type , SYSDATE, v_user_id, 0,SYSDATE, v_user_id,
    v_vendor_id, SYSDATE, 'Y'
    FROM DUAL;
    INSERT INTO rcv_transactions_interface
    (interface_transaction_id, GROUP_ID,
    last_update_date, last_updated_by, creation_date,
    created_by, last_update_login, transaction_type,
    transaction_date, processing_status_code,
    processing_mode_code, transaction_status_code,
    po_header_id, po_line_id, item_id, quantity, unit_of_measure,
    po_line_location_id, auto_transact_code,
    receipt_source_code, to_organization_code,
    source_document_code, document_num,
    destination_type_code,
    deliver_to_location_id,subinventory,
    header_interface_id, validation_flag)
    SELECT rcv_transactions_interface_s.NEXTVAL,
    rcv_interface_groups_s.CURRVAL, SYSDATE, v_user_id,
    SYSDATE, v_user_id, 0, 'RECEIVE', SYSDATE, 'PENDING',
    'BATCH', 'PENDING', v_po_header_id,v_po_line_id,
    v_item_id, v_quantity,
    v_unit_meas_lookup_code,
    v_line_location_id, 'DELIVER', 'VENDOR',
    v_organization_code, 'PO', v_po_number,
    v_destination_type_code,
    v_deliver_to_location_id, v_destination_subinventory,
    rcv_headers_interface_s.CURRVAL, 'Y'
    FROM DUAL;

    I went to Inventory > Setup > Organizations  
    but I do not see a place to open a period under an organization. If there is another place to go let me know.
    I looked under calendars but that does not have anything to do with periods as far as I can tell.

  • I have one specific library that when I select the "view all clips" in the browser drop down box, FCPX locks up.  Rebuild the library?  What would be the best method?

    Final Cut Pro locking up when view all clips selected in the browser.

    Russ H,
    Yes, Force quit is the only option.  No background tasks running, nothing on FCPX works, save I can move the beach ball around.
    All the other menu options work fine.  In fact, FCPX works in the library except when I select view all clips in the browser.
    I am running Version 10.1.3 .  It is only this library that has the problem.  I am a new user so I only have three or four libraries so far.  Most on the same local external drive.
    The only difference I have been able to determine is the library in question has files on my boot drive as well as the local external.  Could that be the issue?
    Thanks for the prompt reply!

  • Time Machine backs up 50GB of data when all but 5GB is excluded

    I have everything but my home folder excluded from Time Machine's backups. I have at most 5GB of stuff in my home folder. Yet when Time Machine starts it's backup it says that it's backing up xxxMB of 53.33GB. I don't even have that much stuff on my harddrive grand total. What gives?

    Nevermind. It stopped at 5GB. My bad.

  • If you download an app that is not free is that charged monthly or is that a one time fee?

    i have free apps, but i was wondering about the ones that are not free, are those a monthly charge or is it a one time charge?

    truexjrgirl wrote:
    i have free apps, but i was wondering about the ones that are not free, are those a monthly charge or is it a one time charge?
    An App purchase i.e. a not free one, should be a one time cost. However be aware that you can also purchase a subscription to for example magazines. Subscriptions would be recurring costs. These should clearly indicate this when you try to purchase them. The subscription is normally done within the App itself (the App is typically free).

  • HT201210 please,I need your help ! I was updating my iphone ios to ios4.2 and then problems begins when it shows that it needs to restore the factory software to I was trying to restore ,but that didn't happen it begins but then it shows unknown error 101

    please,I need your help ! I was updating my iphone ios to ios4.2 and then problems begins when it shows that it needs to restore the factory software to I was trying to restore ,but that didn't happen it begins restoring but then it shows unknown error 1015

    Stop being impatient.
    From the article that the question was posted from:
    Errors related to downgrading iOS
    The required resource cannot be found: This alert message occurs when your device has a newer version of iOS than what is available in iTunes. When troubleshooting a device that presents this alert message, go to Settings > General > About and check the version of iOS on the device. If it is newer than the latest released iOS version, the device may have a prerelease developer version of iOS installed.   Installing an older version of iOS over a newer version is not supported.
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.
    You cannot downgrade.
    If you have a 3GS, you can only install iOS 6.1.3 which is the current version of iOS for the device.

  • Frequent run-time errors during audio recording

    While recording audio voice-over for a slide, I'll often do
    several "takes" before finding the best one. All too frequently,
    when I click OK, I encounter a run-time error that terminates the
    Captivate 2 software. I've done the default installation on two
    machines and encountered the same problem on both. Are other users
    running into this problem as well? Any fixes / workarounds to
    suggest? Is this problem fixed with Captivate 3?
    Below is the message that appears.
    Title Bar: Microsoft Visual C++ Runtime Library
    Messaqe Text: Program: C:\Program Files\Adobe\Adobe Captivate
    2\AdobeCaptivate.exe
    This application has requested the Runtime to terminate it in
    an unusual way. Please contact the application's support team for
    more information.
    Any input would be greatly appreciated. Thanks!

    Hi folks,
    The first thing I would do is to remove the .dat file that
    can be found via the following path:
    C:\Document and Settings\Username\Application
    Data\Adobe\Adobe Captivate\
    Rename the captivate_v20.dat to something like
    Old_captivate_v20.dat and then start up Adobe Captivate.
    If this doesn't address the problem then report this as a bug
    using the
    Adobe
    Captivate Feature Request/Bug Report Form
    Let us know how you get on.
    Best - Mark

  • Run-time error '1004' -- Method 'Container' of object '_Workbook' failed

    Dear All,
    One of our users is getting the following Microsoft Visual Basic error while running the report S_ALR_87013614.
    Run-time error '1004'
    Method 'Container' of object '_Workbook' failed.
    I have searched the forum posts for help. But I only found some details related to Run-time error 1004 related to some excel file security but not related to "Method 'Container' of object '_Workbook' failed".
    Could anyone please tell me how this error can be eliminated for the user?
    Regards,
    Lakshmi.

    Dear Arpan,
    We too observed a few PIDs along with the one that you have mentioned but they make no difference. Some users who has the PID G_RW_DOCUMENT_TYPE set with some value are getting the report.
    Upon further searching we are assuming that it could be an issue with the Microsoft applications or macro settings of the user. But not sure about it.
    Regards,
    Lakshmi Venigala.

  • One time saleable material

    Hi
    I have a scenario for a material which is one time saleable that too only one qty(this i can control by item category).. it shuld not be available for next sales order..
    for eg if i create a sales order for a material XYZ.. this same material shuld not be availbale for the sales ever thereafter...
    I can block the material in material master that i know...other than this any other way that automatically system will block the material once it sold in a sales order.
    thanks in advance..
    Reg
    JJ

    One option as you said is blocking that material.  The other option is in VK11 the validity dates should be the same of the first sale order creation.   So when the next order is created for the same material, system will throw pricing error and it cannot be saved.
    thanks
    G. Lakshmipathi

Maybe you are looking for