[09:40] hi [09:40] when i edit any files in /etc/event.d/* [09:40] what i have to run after that to update [09:41] If your inotify is working, nothing. [09:42] ok [09:42] ion_, how can i check whether my inotify is working or not [09:44] If you’re running a kernel image from any Ubuntu release shipping Upstart, you have a working inotify. [09:45] oh ok [09:45] is there a way i can find out on the Ubuntu Server [09:46] If you have /proc/sys/fs/inotify, it’s working. [09:46] ok [09:48] ion_, its there [09:49] I find it it has a directory [09:49] max_queued_events max_user_instances max_user_watches [09:52] ion_, for example if its not there how can i update /etc/event.d/ [09:55] Some version of Upstart gained functionality to reload the job directory on signal, HUP perhaps. The version might have been 0.5. [09:56] ii upstart 0.3.9-2 event-based init daemo [09:56] See https://launchpad.net/upstart/0.5/0.5.0 [09:57] ion_, I am running 0.3.9-2 version [09:57] Yes [09:57] on ubuntu 8.04 server [09:58] ion_, can you please explain me about those 3 files [09:58] max_queued_events max_user_instances max_user_watches [09:58] Nothing except what’s obvious from the filenames. [09:59] ok [09:59] For more info, please look it up with Google or something. [09:59] ion_, i have another query how can i know what all services has been started on Ubuntu Server [10:00] I have been using Gentoo and Redhat [10:00] on Gentoo its rc-status and on Redhat its service --status-all [10:00] whats on Ubuntu [10:02] Almost all of the services in Ubuntu are still started using sysvrc, which doesn’t have a consistent method for querying the status. For instance, pgrep -l sshd lists whether sshd is running. As soon as the ssh service is migrated to an Upstart job, both ‘inictl list’ and ‘initctl status ssh’ should list its status. [10:04] ok [10:04] ion_, please give me a moment [10:08] initctl: Unknown job: s [10:08] initctl: Unknown job: ssh [10:11] initctl: Unknown job: sshd [10:11] :( [10:13] As soon as the ssh service is migrated to an Upstart job, both ‘inictl list’ and ‘initctl status ssh’ should list its status. [10:14] read properly what ion_ said. "pgrep -l sshd lists whether sshd is running" [10:47] AlexExtreme, ok [10:47] AlexExtreme, Thanks [10:48] Just curious to know when will ssh service is migrated to an Upstart job [20:22] Hello, how do I tell upstart that my default runlevel is not 2 but 3 ? [20:29] pbn: edit inittab (look at /etc/event.d/rc-default (that one does some grep magic) [20:30] hmm I perhap sjust would edit that file :P [20:31] keesj: thank you [20:31] yes but that script looks into /etc/inittab :) [20:32] perhaps is the solution: echo "id:3:initdefault" > /etc/inittab ... ? :) [21:24] pbn: so I guess that if you have a inittab you should modify it , oterwise it's easyer to changed it in the rc-default