[solved] Selecting init level 3 instead of default 5

I messed up my X, it freezes the computer on starting.
I think I can solve the problem, but I need to access to the system.
By default ssh is unusable since no network is activated (notebook).
The init level is 5 and it starts the freezing X.
I tried using the Arch installation CD but it freezes too after detecting my network card.
I am using lilo...
How can I tell the system I want init level 3 (or 1) before it starts X?
Thanks...
Last edited by ezzetabi (2007-12-29 08:20:26)

ezzetabi wrote:
I messed up my X, it freezes the computer on starting.
I think I can solve the problem, but I need to access to the system.
By default ssh is unusable since no network is activated (notebook).
The init level is 5 and it starts the freezing X.
I tried using the Arch installation CD but it freezes too after detecting my network card.
I am using lilo...
How can I tell the system I want init level 3 (or 1) before it starts X?
Thanks...
If you can boot to a console just do
nano /etc/inittab
AS ROOT and change the runlevel to 3
Last edited by theringmaster (2007-12-28 18:23:27)

Similar Messages

  • JPGS are set to open in Photoshop Elements, but they open in Windows Photo Viewer instead, even when I specifically select Photoshop (and it's the default app)

    JPGS are set to open in Photoshop Elements, but they open in Windows Photo Viewer instead, even when I specifically select Photoshop (and it's the default app)

    Hi,
    It seems this is a Microsoft related. You are referring on how to set JPG Image in Photoshop Elements by default. You may try visiting Microsoft's Support page http://support.microsoft.com/ for you to get the correct information/help you need.
    Thank you.

  • How can i select the next column instead of next row when press enter key

    I need to know how can i select the next column instead of next row when i press the enter key.By default ,when i press enter key the next row is selected and the column remain unchanged but I wants opposite that is the row should remain unchanged but column index will changed.
    Thanks to all.

    Well, the right arrow key will already move you to the next column, so the easiest way to do this is to modify the InputMap to have the Enter key invoke the same Action as the right arrow key.
    You can search the forum for my "Table Actions" (without the space) example that will show you how to do this.

  • Text at selection-screen level

    Hi Folks,
    I have a selection-screen having the matnr and quantity.
    MATNR is going to be fetched from the table but the quantity is going to be given by the user at the selection screen level.Now if the user enters say
    part4 as matnr
    10 as quantity,the unit of measure of this part4 should get displayed besides the Quantity field in the selection-screen.Can anyone here please let me know how to achieve this.
    Thanks,
    K.Kiran.

    hi Kiran,
    pls. see the following code. Pls. note that this is for period and text that will appear is the name of the month, but I think that the concept is the same.
    hope this helps
    ec
    PARAMETERS :     p_mon   TYPE poper DEFAULT '012' OBLIGATORY
                             VISIBLE LENGTH 2.
    SELECTION-SCREEN COMMENT 37(15) lv_monat FOR FIELD p_mon.
    INITIALIZATION.
      PERFORM get_buper USING    p_gjahr
                                 p_mon
                        CHANGING lv_monat.
    FORM get_buper USING    i_jahr   TYPE any
                            i_monat  TYPE any
                   CHANGING p_monam  TYPE any.
      lv_period = i_monat.
      CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET'
        EXPORTING
          period              = lv_period
          variant             = 'L1'
          year                = i_jahr
        IMPORTING
          from_date           = lv_date
        EXCEPTIONS
          period_not_defined  = 1
          variant_not_defined = 2
          OTHERS              = 3.
      IF sy-subrc EQ 0.
        lv_period = lv_date+4(2).
        SELECT SINGLE monam INTO p_monam FROM  t015m
                WHERE  spras  = sy-langu
                AND    monum  = lv_period.
        IF sy-subrc NE 0.
          CLEAR p_monam.
        ENDIF.
      ENDIF.
    ENDFORM.                    " GET_BUPER
    DON'T reward if NOT useful

  • Nothing to be displayed when i select second level.

    Hi,
    when i select some item in second level TLN by default first iview of the detailed navigation is displayed.
    how can i stop this.
    i want nothing to be displayed when i select second level.
    only when i select the iview in Detailed Navigation iview shud be displayed
    Any suggestions
    rgds,
    Kiran Joshua

    Hi,
    when i select some item in second level TLN by default first iview of the detailed navigation is displayed.
    how can i stop this.
    i want nothing to be displayed when i select second level.
    only when i select the iview in Detailed Navigation iview shud be displayed
    Any suggestions
    rgds,
    Kiran Joshua

  • Declaring top level classes instead of subclasses

    I seem to have misunderstood something very basic.
    It's always better, where possible, to declare the top-level class instead of the sub-class, right?
    Ok, then why do I have the following problem?
    I declare, from the JavaMail API the following:
    Message theMessage = new MimeMessage(session);instead of declaring directly the subclass like this:
    MimeMessage theMessage = new MimeMessage(session);but when I use a method which is only found in the MimeMessage class I get a compile error.
    [javac] 189.           theMessage.setSubject(subject, "iso8859_1");
    [javac] <-------------------------------->
    [javac] *** Error: No match was found for method "setSubject(java.lang.String, java.lang.String)".
    Have I really misunderstood something so basic?? Surely the compiler knows that theMessage is an instance of MimeMessage??
    Any clear explanation to explain why I get this compile error would be gratefully received. I have been faithfully declaring top-level classes instead of subclasses in my code, but if the compiler doesn't let you do so, then what's the point?

    Ok, my confusion was started by an article on the
    Collection classes which stated that:
    Map theMap = new HashMap(); was better
    programming practice.
    Yep.
    But the Map class is an Interface, right? - Whereas
    Message is a normal class with subclass MimeMessage.
    I think that's where my confusion started.Well, this isn't really a class vs. interface difference. It goes to which class (or interface) is the "highest" (closest to Object) and still has all the public interface you need.
    There are cases where you'll declare a variable to be of a base class type like Message.
    You just need to get into the habit of separating the left side of the = from the right side. On the left, you put the bare minimum that completely meets your needs. You say, "I need a List" or "I need a Map" or "I need a SortedMap" (a subinterface of Map) or "I need a Message" or "I need a MimeMesage".
    Then, on the RHS =, you decide which particular class best implements the public interface that you said you need (by declaring it on the LHS). "For my Map, I'll use a HashMap." "For my Message, I'll use a MimeMessage." "For my MimeMessage, I'll use a MimeMessage".

  • Error when select posting level in document type

    Hi,
    Did anyone have an experience to face the Abab run time error when select "posting level" in document type?
    The Error is : GETWA_NOT_ASSIGNED
    Short text
    Field symbol has not yet been assigned.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_UC_ITKEY_FACTORY===========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.

    If you searched the notes, as Dan proposed (and didn't find anything relevant), and the answer to the Greg's question is positive, then I would suggest regeneration data basis and ConsArea due to data model inconsistency.
    If it doesn't not help - open customer message to SAP.
    Edited by: Eugene Khusainov on Jan 26, 2010 10:26 AM

  • How to display error documents in selection screen level

    Hi,
      Currently Iam doing Smartforms for journal voucher. Iam taking multiple documents as input and displaying relavent item data for each.
    Now, my requirement is i want to display invalid document numbers at selection screen level. For example there are 30 invalid document number i want to display them before start-of-selection.
    Thanks in advance,
    Regards,
    Chinna..

    i have a query......say i am using a selet-options s_ebeln for ekko-ebeln.
    i want to display error messages for
    1>lower limit cant be greater than upper limit?
    2>for special cahracters given in the select-options fields.....etc...
    now when i am writing the code......
    if s_ebeln-low gt s_ebeln-high.
    message e001.
    it is showing SAP's message not mine.
    but ....if my s_ebeln-high field is 0.
    then my message is showing.
    pls give me the codes for these?

  • Copying and pasting adjustments.  When I copy the adjustments of an image, I thought I could then select several images and batch paste the adjustments to all selected images. But instead it's only pasting to the first photo of the selection. What am I do

    Copying and pasting adjustments.  When I copy the adjustments of an image, I thought I could then select several images and batch paste the adjustments to all selected images. But instead it's only pasting to the first photo of the selected. What am I doing wrong?

    Copy and Paste develop settings in Develop mode on multiple photos on the film strip works for me, even with Auto-Sync turned off.  Lr5.6 OSx 10.8.5

  • Write  logs in different location instead of default trace

    I need to write a logs in different location other than default trace. I don't want to write logs in default trace. what setting i need to do in portal so that i can able to write at other location instead of default trace.

    Hi,
    Check this thread.
    Log for J2EE Web Services?
    Regards,
    Harini S

  • How to Enable Week Level Planning instead of Day Level with ATPM

    Hello Experts,
    We've a requirement wherein, we would like to do Week Level Planning instead of Day Level.
    But as soon as, we remove CALDAY from the DSO/aggregation level, the planning layout doesn't get rendered.
    Hence we need to always add CALDAY in Planning DSO and Aggregation level.
    How can we get rid of this?
    We are on BW SP7.4 SP6.
    It would be great, if you can share your expert opinion on this.
    Thanks & regards,
    Jomy

    Hello Experts,
    I was able to figure out how can we enable the week level planning. There are some more finer aspects which needs to be flushed out but atleast I can see that planning is possible on Week Level.
    Thanks & regards,
    Jomy

  • I need to display pie chart data tips at specified location instead of default location?

    I need to display pie chart data tips at specified location instead of default location?
    can any body let me know how to do that?
    thanks guys.

    Hi,
    Check this thread.
    Log for J2EE Web Services?
    Regards,
    Harini S

  • Remove custom field instead of default text field

    I need  migrate to SharePint 2013 from 2007.
    In SharePoint 2007 List include a custom field.
    Dont use the custom field again,
    I want remove custom field instead of default text field (remain metadata).
    How to do it ?
    Thanks

    Hi ,
    According to your description, my understanding is that you want to migrate SharePoint from 2007 to 2013 with managed metadata column. Is it right?
    If you need to migrate managed metadata columns, you also need to migrate the Managed Metadata Service application. however, when you use this method, only global terms are available but the local terms  are not available.
    So, if you used the local terms for the managed metadata column, I suggest you use a third party tool or manually re-create the column in the destination list.
    There are some articles about migrating managed columns, please take a look at:
    http://sharepointconnoisseur.blogspot.jp/2012/06/migrate-sharepoint-2010-content-with.html
    http://www.metalogix.com/help/Content%20Matrix%20Console/SharePoint%20Edition/002_HowTo/003_MigrationActions/011_CopyTaxonomy.htm
    http://www.quest.com/tv/All-Videos/1749994742001/Migrating-to-SharePoint-Managed-Metadata-Columns-with-Migration-Suite-for-SharePoint/Video/
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Publishing Output of FSG Reports into Custom Directory instead of defaults

    Hello,
    We have a requirement of publishing the output of FSG Reports into a custom directory/network directory instead of default database directory. We are using report manager.
    Please help !
    Thx/Faisal Ahmad
    Edited by: Faisal Ahmad on Apr 18, 2013 10:49 PM

    Oh.. i thought you will hit here at last. But finding the path of the EXE every time in the client PC is not a suitable solution. So we cant hardcode the EXE path also.
    But even here, we can handle in 2 ways.
    1) Putting the EXE in the PATH variable of the SYSTEM
    2) Finding the EXE path by reading the REGSITRY of the client PC.
    But our current standards doesnt allows us to take either of this. Because we arent allowed to use HOST commands from the front end.
    Anything else we can do to achieve apart from what i have said before
    Many thanks for your participation and prompt replies.
    Guru

  • When using the up/down buttons in the Inspector, how do I get them to move by .01, instead of default, which is always too much.

    When using the up/down buttons in the Inspector, how do I get them to move by .01, instead of default, which is always too much.

    Feature unavailable.
    Most of the time it's more efficient to type directly the wanted value.
    Yvan KOENIG (VALLAURIS, France) mercredi 1 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

Maybe you are looking for