Commit Graph

672 Commits

Author SHA1 Message Date
Stefan Saraev
0991e2a7ab oscam: update to oscam-8334 2013-02-09 23:14:29 +02:00
Stefan Saraev
53c9613e76 SABnzbd-Suite: update addon to 3.0.3 2013-02-09 19:57:56 +02:00
Stefan Saraev
dae8099efc SABnzbd-Suite: add option to enable restart on resume, add sleep.d script 2013-02-09 13:40:35 +02:00
Stephan Raue
64615c332e htop: move to debug tools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:56:47 +01:00
Stephan Raue
c92622b769 evtest: move to debug tools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:52:30 +01:00
Stefan Saraev
2b1b614564 oscam: oscam.stop: send TERM signal, not KILL 2013-02-07 10:55:10 +02:00
Stefan Saraev
adf452c234 oscam: daemonize on start. thanks dag- 2013-02-07 10:54:20 +02:00
Stephan Raue
f8bbf18c09 Merge pull request #1855 from dagwieers/exec-daemon
When init starts daemons through a shell script, replace the shell altogether
2013-02-06 13:41:43 -08:00
Dag Wieers
6f41b37996 When init starts daemons through a shell script, replace the shell altogether
A few daemons are being started from init through a shell script. Since the daemon does not "deamonizes" properly, it's been put in the background from the shell by using ( ... ) &, however this leaves a lingering shell that serves no purpose. This patch improves this situation.

The situation before this change looked like:

    init-+-Xorg
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-klogd
:        |-init---atvclient
         |-init---connmand
:        |-init---ratpoison
:        |-init---udevadm
         |-polkitd---{gdbus}
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend.start---tvheadend---12*[{tvheadend}]
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

After this change, it looks like:

    init-+-Xorg
:        |-atvclient
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-init---connmand
         |-klogd
         |-polkitd---{gdbus}
:        |-ratpoison
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend---12*[{tvheadend}]
:        |-udevadm
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

Only for connmand this is not easily done since the shell loops and restarts connmand. In different circumstances /etc/inittab would respawn the process.
2013-02-06 22:16:12 +01:00
Stefan Saraev
43006644d6 tvheadend: disable libav 2013-02-05 00:20:34 +02:00
Stefan Saraev
af68bee9dc tvheadend: depend on 'curl', required for imagecache 2013-02-05 00:19:18 +02:00
vpeter4
f0ed75b919 sundtek: addon redesign addon renamed to just sundtek added addon settings sundtek's binaries are downloaded on first run automatically download new version of the binaries if available added preload library to .profile (to run mediaclient, w_scan, ... from console)
The addon is now generic for all architectures (doesn't contain any binary file).

Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-03 14:19:51 +01:00
Stefan Saraev
f50386d87f makemkv: ups. update changelog. 2013-01-30 12:15:29 +02:00
Stefan Saraev
2ad5beded2 makemkv: update to makemkv-1.7.10 2013-01-30 12:13:17 +02:00
Stefan Saraev
3a0a58f003 Revert "transmission: uTP is now disabled by default. add option to enable it."
This reverts commit 0b3c1a4e67.
2013-01-26 17:20:25 +02:00
Stefan Saraev
db9196f8fd Revert "transmission: net.core.{r,w}mem.max *workaround for uTP"
This reverts commit 2cf0e0be30.
2013-01-26 17:20:24 +02:00
Stefan Saraev
4d6a95c553 Revert "transmission: add options to enable / disable LPD & DHT"
This reverts commit 5fad8bb95f.
2013-01-26 16:00:13 +02:00
Stefan Saraev
5fad8bb95f transmission: add options to enable / disable LPD & DHT 2013-01-26 15:37:50 +02:00
Stefan Saraev
ea7d19804e tvheadend: update to tvheadend-3.3.403. bump addon version 2013-01-26 14:16:01 +02:00
Stefan Saraev
e190e7db90 tvheadend: update to tvheadend-3.3.402, build with timeshift 2013-01-25 20:53:56 +02:00
Stefan Saraev
61d41a7411 SABnzbd-Suite: bump 2013-01-22 12:39:26 +02:00
Stefan Saraev
9d92ab174e Merge pull request #1789 from vpeter4/hdhomerun
hdhomerun: improved start script
2013-01-21 12:15:36 -08:00
Stefan Saraev
c2e329a42a w_scan: update linux 3.7 compat patch, thx vpeter 2013-01-21 21:48:02 +02:00
Stefan Saraev
c98a4ba805 boblightd: add patch to support automake-1.13 2013-01-21 20:53:04 +02:00
vpeter4
15d30e4596 hdhomerun: improved start script 2013-01-21 13:18:37 +01:00