File size: 4,307 Bytes
4aa5fce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== chriadam|away is now known as chriadam
[07:21] <dholbach> good morning
[09:50] <afidegnum> hello, I am developing a touch related application and I am having permission denied on /dev/input/event7          i did chmod 777 to /dev/input/event7 and I am having "Operation not permitted" error  how can i make it available to other apps and utilities?
=== chriadam is now known as chriadam|away
=== JamesTai1 is now known as JamesTait
=== balloons is now known as Guest4533
=== Guest4533 is now known as ballons_
=== ballons_ is now known as balloons_
[13:22] <dhalsim> hi guys, I need some help with an init.d service script that I wrote.
[13:22] <dhalsim> I'm trying to add a new startup script to init.d, If I "sudo ./myscript start" it works, but "sudo service myscript start" it just prints "myscript start/post-start, process 3098"
[13:22] <dhalsim> anyone?
[13:24] <brendand> dhalsim, that's completely normal
[13:24] <dhalsim> brendand what did I miss?
[13:26] <brendand> dhalsim, what did you expect to happen?
[13:30] <dhalsim> brendand: I expect it executes my grunt.js task (which executes some other commands and eventually starts node.js app)
[13:31] <brendand> dhalsim, anyway in the former you are actually running the script directly but the latter is running it via (upstart?) and will output the status of the command - the actual output of the command will be logged elsewhere
[13:31] <brendand> try ~/.cache/upstart
[13:32] <brendand> actually it isn't upstart is it...
[13:32] <dhalsim> brendand: no I'm not using upstart
[13:32] <ogra_> yeah, thats bad
[13:32] <brendand> dhalsim, systemd, or sysvinit?
[13:32] <ogra_> use upstart ;)
[13:32] <dhalsim> yeah the problem is "ps aux | grep node" prints nothing
[13:32] <brendand> dhalsim, please don't say sysvinit
[13:33] <ogra_> because it stops in post-start
[13:33] <ogra_> as it tells you
[13:35] <dhalsim> brendand, ogra_ it says SystemV -> http://pm2.keymetrics.io/docs/usage/startup/
[13:36] <ogra_> whats that running on ? a desktop ? a server ?
[13:36] <ogra_> (note that you cant ship any kind of init jobs on the phone)
[13:37] <dhalsim> I'm actually using a vagrant ubuntu trusty (server) VM image
[13:37] <ogra_> ok, so if you use trusty you want an upstart job .. if you use vivid and later you want a systemd unit
=== balloons_ is now known as balloons
[13:41] <dhalsim> Ok, I'll tried upstart, thanks ogra_
[13:42] <dhalsim> *try
[15:07] <ahayzen> davmor2, ping
[15:08] <davmor2> ahayzen: whats up
[15:08] <ahayzen> davmor2, Hi, we have, not for the first time, had a mediascanner2 database change break all of our autopilot tests and go unnoticed for a few weeks. I was wondering if it would be possible to add to the mediascanner2 manual test cases that you do a run of the music-app autopilot tests if there is a database change?
[15:12] <davmor2> ahayzen: can't find the testplan currently but I can add it if I find it
[15:12] <ahayzen> davmor2, ok thanks :-) just a simple bug report against music as a heads up when it breaks would be super useful :-)
[15:12] <davmor2> ahayzen: also you can take it up with the mediascanner guys too, to give you a heads up when they randomly change stuff to
[15:12] <ahayzen> :-)
[15:24] <davmor2> ahayzen: are you using a private api for mediascanner?
[15:45] <balloons> mzanetti, is there a day / time you want for http://summit.ubuntu.com/uos-1511/meeting/22638/unity8-convergence-show-tell/?
[15:47] <mzanetti> balloons, don't mind the day, on the time, if possible during my workning hours, so before 5pm UTC
[15:48] <balloons> mzanetti, ack. Tues at 1600 it is then
=== lan3y is now known as Laney
[15:48] <mzanetti> balloons, works for me
=== You're now known as ubuntulog2
=== beuno_ is now known as beuno
=== kenvandine_ is now known as kenvandine
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== javiercrowsoft1 is now known as javiercrowsoft
=== evilnhandler is now known as nhandler
=== jplatte_ is now known as jplatte
[23:13] <josharenson> I'm trying to change the what highlight looks like in an OptionSelectorDelegate... is this possible or should I implement a custom delegate?
[23:35] <snizzo> heyheyheyhey! Is there a way to open file browser app on a path from an other app? Or is it possible to create a symlink in home from an app?