Find the answer to your Linux question:
Results 1 to 10 of 10
I'm new to Linux and I installed Debian a few days ago. Using rcconf to look at startup services I noticed a few things. bittorrent - i know what torrents ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7

    Startup services

    I'm new to Linux and I installed Debian a few days ago.
    Using rcconf to look at startup services I noticed a few things.
    bittorrent - i know what torrents are, but what is this service exactly?
    cpufrequtils - Linux doesn't support acpi on my motherboard and my cpu doesn't
    support frequency scaling anyway so can I remove this?

    kdm and gdm - I'm using kdm, so why is gdm loading too?

    Just as an aside, what is the easiest way to grab a part of the screen and save as an image file?

    Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    bittorrent - i know what torrents are, but what is this service exactly?
    Bittorrent is not included in Startup services by default. Did you add it?

    cpufrequtils - Linux doesn't support acpi on my motherboard and my cpu doesn't
    support frequency scaling anyway so can I remove this?
    You can remove it safely.
    kdm and gdm - I'm using kdm, so why is gdm loading too?
    If you stop gdm and log in Gnome DE, you wont have restart/shutdown options.

    Just as an aside, what is the easiest way to grab a part of the screen and save as an image file?
    Ksnapshot.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7
    Quote Originally Posted by devils_casper View Post
    Bittorrent is not included in Startup services by default. Did you add it?
    I did install rtorrent. However my friend who's also getting started with debian has this too and he hasnt installed any bottorrent client.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of this
    Code:
    ls /etc/rc2.d
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7
    README S20bittorrent S20hotkey-setup S89anacron S99rmnologin
    S10sysklogd S20cpufrequtils S20makedev S89cron S99stop-bootlogd
    S11klogd S20cupsys S20openbsd-inetd S99kdm
    S19hplip S20dbus S21gdm S99rc.local

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    cd /etc/rc2.d
    su
    mv S20bittorrent K80bittorrent
    mv S20cpufrequtils K80cpufrequtils
    If you are not using Printer then stop hplip and cupsys too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7
    Thanks for your help, but I'd like to be clear on a few things.

    What exactly is the bittorrent service?
    What will the code that you entered do exactly?
    How is it different from unchecking boxes in rcconf?

    Thanks.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    What exactly is the bittorrent service?
    Bittorrent is a torrent download manager. Check its manual.
    man bittorrent,
    What will the code that you entered do exactly?
    How is it different from unchecking boxes in rcconf?
    Its renaming startup scripts. you can use update-rc or rcconf for that too. Check the manual of update-rc command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Sep 2007
    Posts
    7
    You seem to begrudge every word. Sure it's best for me to learn for my self...rather unfriendly though.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Am I unfriendly?
    Man pages are best resources. Do you want me to copy man pages here?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •