[13:53] How can I run an upstart script manually for testing purpose ? [14:40] It’s not a script, and “start jobname”. [14:52] ion: well, something is wrong :( [14:53] exec /usr/sbin/start-cupsd.sh -> I try to run this custom file from an upstart job [14:53] Which is intended to run this script: http://paste.kde.org/73711/ [14:54] and 1) I do not see the created directory 2) cups daemon is not run at all [14:54] how could I debug the issue ? [14:55] http://paste.kde.org/73717/ -> this is my apps/cups.conf [16:26] When are the /etc/init/apps/ jobs run ? [16:40] djszapi: take a look at http://upstart.ubuntu.com/cookbook/#debugging [18:21] Hrm.. so we're hitting the "state problem" again with network-manager. It needs to not stop until after a certain event has run. But right now it is 'stop on stopping dbus' .. so if I make it 'stop on stopping dbus and deconfiguring-networking' .. 'stop dbus' will hang. ... [18:30] so I almost have to make dbus have a dbus-shutdown.conf that works like portmap-boot.conf and identifies itself as specifically the dbus that stops on runlevel [06] [18:31] s/almost/think I probably/ [19:53] hmm.. unless I just make dbus stop on my new event