Which processes with daemon are unnecessary?

ide

I saw 3 processes which have "daemon.py" at the end of them and use 10 MB of memory each of them. What do they make? Also there are a lot of processes which have daemon inside. Are they really necessary and is it safe to stop/remove some of them? If yes, how can I stop them permanently?

My current processes which have daemon inside in 13.10:

  • bamfdaemon
  • dbus-daemon
  • gnome-keyring-daemon
  • gnome-settings-daemon
  • ibus-daemon
  • ubuntu-syncdaemon
  • unity_facebook_daemon.py
  • unity-files-daemon
  • unity_flickr_daemon.py
  • unity-music-daemon
  • unity_picasa_daemon.py
  • unity_shotwell_daemon.py
  • unity-video-lens-daemon
  • zeitgeist-daemon
Javier Rivera

This is a long list. I'll tell you this daemons functions, if they are necessary or not is probably a personal decision.

  • gnome-settings-daemon: Manages themes and icons, if you kill it you aps while look funny using stock icons instead of the system ones. Fun to kill as it will only have cosmetical effects, but you will need to keep it in the long run.
  • gnome-keyring-daemon: It stores passwords securely. If you kill it you will need to type passwords every time that they are needed (i.e. when connecting to a wifi network)
  • dbus-daemon: This is used by lots of programs to talk with each other. You will need it.
  • ibus-daemon: This is related to complex keyboard input. You only need it to support keyboards with non-occidental input systems, accessibility options, etc...
  • zeitgeist-daemon: This daemons keeps different usage data, things like: recent used documents, most popular programs, etc...

If using Unity (default before 17.10):

  • bamfdaemon: Matches windows with icons in the unity bar. It keeps a list that tells unity wich windows are associated with which icons. If you kill it, Unity will probably respawn it or start acting funny.
  • ubuntu-syncdaemon: Ubuntu One sync. Needed if you are using Ubuntu One.
  • unity_facebook_daemon.py, unity-files-daemon, unity_flickr_daemon.py, unity-music-daemon, unity_picasa_daemon.py, unity_shotwell_daemon.py, unity-video-lens-daemon: These are Unity lenses, they return results when you search in the dash. Enable or disable them to customize your results. You can enable or disable them from the control center (prior 13.10) or from the dash itself (13.10)

Hope that helps.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Which processes with daemon are unnecessary?

From Dev

UNIX daemon processes file descriptors

From Dev

Get output and input into daemon processes

From Dev

Disable atd (and other unnecessary startup processes) in Ubuntu?

From Dev

Is there a daemon which is not a server?

From Dev

Which processes are not needed for boot?

From Dev

Single call in .bashrc starting two daemon processes

From Dev

Daemon service that runs a sequence of processes (balanced distribution)

From Dev

start-stop-daemon starting multiple processes

From Dev

start-stop-daemon spawning 2 processes

From Dev

Which init daemon starts cups?

From Dev

Order in which processes will be carried out

From Dev

See processes which use device

From Dev

Which user is running the most processes?

From Dev

Order in which processes will be carried out

From Dev

What processes are running on which CPU?

From Dev

Why 60+ console-kit-daemon processes?

From Dev

How to prevent upstart from killing child processes to a daemon?

From Dev

Why 60+ console-kit-daemon processes?

From Dev

How to list out all the user created daemon processes

From Dev

How to prevent upstart from killing child processes to a daemon?

From Dev

Why "start-stop-daemon" spawns two processes?

From Dev

Which process/daemon replaces netplugd in Centos 7.1?

From Dev

How to get which version of cron daemon is running

From Dev

Is there a daemon which resolves a service name to a port?

From Dev

How many processes are created by this program, and by which processes are they created by?

From Dev

Which way is the best for running background processes?

From Dev

How to kill a script which starts new processes?

From Dev

Find which processes are using the dedicated video card

Related Related

  1. 1

    Which processes with daemon are unnecessary?

  2. 2

    UNIX daemon processes file descriptors

  3. 3

    Get output and input into daemon processes

  4. 4

    Disable atd (and other unnecessary startup processes) in Ubuntu?

  5. 5

    Is there a daemon which is not a server?

  6. 6

    Which processes are not needed for boot?

  7. 7

    Single call in .bashrc starting two daemon processes

  8. 8

    Daemon service that runs a sequence of processes (balanced distribution)

  9. 9

    start-stop-daemon starting multiple processes

  10. 10

    start-stop-daemon spawning 2 processes

  11. 11

    Which init daemon starts cups?

  12. 12

    Order in which processes will be carried out

  13. 13

    See processes which use device

  14. 14

    Which user is running the most processes?

  15. 15

    Order in which processes will be carried out

  16. 16

    What processes are running on which CPU?

  17. 17

    Why 60+ console-kit-daemon processes?

  18. 18

    How to prevent upstart from killing child processes to a daemon?

  19. 19

    Why 60+ console-kit-daemon processes?

  20. 20

    How to list out all the user created daemon processes

  21. 21

    How to prevent upstart from killing child processes to a daemon?

  22. 22

    Why "start-stop-daemon" spawns two processes?

  23. 23

    Which process/daemon replaces netplugd in Centos 7.1?

  24. 24

    How to get which version of cron daemon is running

  25. 25

    Is there a daemon which resolves a service name to a port?

  26. 26

    How many processes are created by this program, and by which processes are they created by?

  27. 27

    Which way is the best for running background processes?

  28. 28

    How to kill a script which starts new processes?

  29. 29

    Find which processes are using the dedicated video card

HotTag

Archive