Announcement

Collapse
No announcement yet.

/etc/rc2.d - How late can KDM be made to safely start? S99KDM?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    /etc/rc2.d - How late can KDM be made to safely start? S99KDM?

    My brother is running into a problem on his Acer Aspire 5570z laptop, the CD drive is not being ?properly polled? by HAL, so he gets a 'feature only available with HAL' type error.

    After a lot of reading, I came across a post that suggested waiting at the log in screen for a few minutes, so that HAL can do it's thing before KDM kicks in. He tried this and it works every time.

    A suggested 'fix' for this was to edit rc2.d files so that KDM starts last, instead of at 13 (and HAL would stay at 24.) I have not been able to find information about if this is harmful, having KDM start so late and after virtually everything else.

    Need a little help here before I (in Texas) tell my big brother (in Idaho) to do something that might nuke his computer... understanding that rc2.d is just one run level and that there are others, but he is not that comfortable with Linux yet.

    Would there be a better 'position' for KDM than last, but would still have it starting after HAL? Obviously, I could have him change it to S25KDM, not sure if that would be late enough. The situation doesn't really lend itself to a poke-and-hope. lol

    Is there a better fix for this?

    Thanks for reading!

    #2
    Re: /etc/rc2.d - How late can KDM be made to safely start? S99KDM?

    In the 2 machines I have running Jaunty kdm is in rc2.d as S30kdm. This is exactly how the system installed it. Before that are S23ntp,S24hal,S25bluetooth.

    This seems to be something Ubuntu (Kubuntu) is doing differently than Debian, which puts kdm at S99kdm.

    I am not sure I answered anything but maybe gave you some things to consider.

    Comment


      #3
      Re: /etc/rc2.d - How late can KDM be made to safely start? S99KDM?

      You gave me a better idea of where KDM could go, thanks! My rc2.d is exactly the same as my brother's, not sure why his is messed up and mine is not... or perhaps mine is, I just haven't noticed, since I don't use the CD drives very often. lol

      Putting KDM at 99 was a suggested fix. It was installed at 13... with HAL starting later at 24. Sorry if I was confusing on that point.

      But I will have him try it at 30, thanks again.

      Comment


        #4
        Re: /etc/rc2.d - How late can KDM be made to safely start? S99KDM?

        The "Knn" files (K=kill) should pretty much be numbered in reverse order.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Re: /etc/rc2.d - How late can KDM be made to safely start? S99KDM?

          If hal ain't running you might want to start it manually and see whether it works/what errors it spits out and get back to us with the info.

          To do so type:

          Code:
          sudo /etc/init.d/hal start
          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment


            #6
            Re: /etc/rc2.d - How late can KDM be made to safely start? S99KDM?

            I had him look at the process table and it showed hald and friends to be running. Restarting HAL had intermittent positive effects.

            hald
            hald-addon-acpi
            hald-addon-cpuf
            hald-addon-inpu
            hald-addon-stor
            hald-runner

            Comment

            Working...
            X