Commit Graph

508 Commits

Author SHA1 Message Date
Stefan Saraev
8dd463fdc7 syslog: no no and no. we don't need this 2013-05-01 17:31:29 +03:00
Dag Wieers
efd8fdada9 Fix slow syslogd remote syslog startup and klogd interaction
Because syslogd is not properly started its remote syslog support when klogd dumps its kernel ring buffer content to it, most of the kernel boot output is missing on the remote syslog server. By adding a small delay between syslogd and klogd, we are sure the messages are properly send to the remote syslog by syslogd.
2013-04-23 00:59:23 +02:00
Stephan Raue
e24ab89ec2 busybox: increase min_free_kbytes size
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-22 16:25:22 +02:00
Stephan Raue
31cc5d56b8 Merge pull request #2211 from dagwieers/package-procps-ng
Replace busybox free with *real* free from procps-ng
2013-04-20 14:46:27 -07:00
Dag Wieers
7a9953f141 Replace busybox free with *real* free from procps-ng
Busybox free reports incorrectly the used and free memory on a system. Which makes it harder to understand and compare information from other sources.

In the same effort we add some other useful procps-ng tools, like pgrep, pkill, pmap, slabtop, vmstat and watch.
2013-04-20 00:41:57 +02:00
Dag Wieers
090eda9062 Add proper less to image (disable busybox less)
The version of less in busybox is quite annoying when working on OpenELEC. It doesn't properly support searching in files or tailing (and interrupting) logfiles. It also doesn't properly handle non-ascii characters. This patch disables busybox less and instead adds the latest stable less release.
2013-04-19 09:47:42 +02:00
Stefan Saraev
907882a40c Merge remote-tracking branch 'upstream/master' into openelec-linux-next 2013-03-28 11:48:09 +02:00
Stefan Saraev
539d8d4d6c Merge pull request #2024 from dagwieers/busybox-changes
Enable lsof and watch
2013-03-28 02:47:21 -07:00
Stephan Raue
bac68f0421 busybox: add applet 'mkfs.vfat'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-27 05:24:39 +01:00
Stephan Raue
ee04cfe3f4 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-settings
Conflicts:
	packages/sysutils/busybox/init.d/06_systemconfig
2013-03-23 04:27:02 +01:00
Stephan Raue
2b840b1dd5 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2013-03-22 20:05:44 +01:00
Stephan Raue
902ae4a600 busybox: dont start various init scripts in installer mode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-22 20:04:47 +01:00
Stefan Saraev
8d68698bdb busybox: implement a custom 'shutdown' script. use with care!
closes #2097
2013-03-22 20:07:53 +02:00
Stefan Saraev
f0516fbe45 Merge remote-tracking branch 'upstream/master' into openelec-settings 2013-03-10 20:53:39 +02:00
Dag Wieers
5ce4c9b9be Move syslogd after network so we can log kernel messages to remote server
Since syslogd was started before the network was up, all syslog messages before the network was up were discarded and not send to the remoe syslog server. By moving the syslogd startup until after the network, the kernel boot messages are available on the central syslog.
2013-03-09 17:27:15 +01:00
Dag Wieers
52313e0a05 Enable lsof and watch
lsof is useful to look at all open files on the system
watch is useful for monitoring files in proc to see system behavior, eg watch -n1 cat /proc/interrupts
2013-03-07 22:49:49 +01:00
Stefan Saraev
d1ccd21e5f Merge remote-tracking branch 'upstream/master' into openelec-settings 2013-03-06 13:19:49 +02:00
Stefan Saraev
76838a2ada pastebinit: replace with a simple shell script 2013-03-06 00:26:06 +02:00
Stefan Saraev
ea25da2fd4 Merge remote-tracking branch 'upstream/master' into openelec-settings 2013-02-28 14:33:44 +02:00
Stephan Raue
d990769bab busybox: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-28 11:35:55 +01:00
Stephan Raue
16e8f0e0cf busybox: add 'cryptpw' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-21 00:50:06 +01:00
Stefan Saraev
cc5511700a syslog: new settings addon integration 2013-02-10 00:01:32 +02:00
Stefan Saraev
2b8df7d496 Merge remote-tracking branch 'upstream/master' into openelec-settings
Conflicts:
	packages/mediacenter/xbmc-addon-settings/config/default_settings.xml
	packages/mediacenter/xbmc-addon-settings/source/resources/language/English/strings.xml
	packages/mediacenter/xbmc-addon-settings/source/resources/settings.xml
2013-02-09 23:57:52 +02:00
Stephan Raue
36f99727ee busybox: add 'renice' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-09 01:36:52 +01:00
Dag Wieers
314b3a76bb Fix typo in script name 2013-02-09 01:20:16 +01:00