Comment 38 for bug 447197

Revision history for this message
David Robert Lewis (afrodeity) wrote :

afrodeity@afrodeity-desktop:~$ ls -l /etc/sysctl.d
total 20
-rw-r--r-- 1 root root 77 2009-09-15 23:46 10-console-messages.conf
-rw-r--r-- 1 root root 509 2009-09-15 23:46 10-network-security.conf
-rw-r--r-- 1 root root 107 2009-11-14 07:22 30-wine.conf
-rw-r--r-- 1 root root 115 2009-12-14 16:52 70-sheepshaver.conf
-rw-r--r-- 1 root root 450 2009-09-15 23:46 README
afrodeity@afrodeity-desktop:~$ cat /etc/sysctl.d/*

# the following stops low-level messages on console
kernel.printk = 4 4 1 7

# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks.
net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1

# Turn on SYN-flood protections. Starting with 2.6.26, there is no loss
# of TCP functionality/features under normal conditions. When flood
# protections kick in under high unanswered-SYN load, the system
# should remain more stable, with a trade off of some loss of TCP
# functionality/features (e.g. TCP Window scaling).
net.ipv4.tcp_syncookies=1
# Wine needs to access the bottom 64k of memory in order to launch
# 16 bit programs.
vm.mmap_min_addr = 0
#Sheepshaver needs to access the bottom 64k of memory in order to launch
# 16 bit programs.

vm.mmap_min_addr = 0
This directory contains settings similar to those found in /etc/sysctl.conf.
In general, files in the 10-*.conf range come from the procps package and
serve as system defaults. Other packages install their files in the
30-*.conf range, to override system defaults. End-users can use 60-*.conf
and above, or use /etc/sysctl.conf directly, which overrides anything in
this directory.

After making any changes, please run "invoke-rc.d procps start".
afrodeity@afrodeity-desktop:~$ sudo invoke-rc.d procps start
[sudo] password for afrodeity:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service procps start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start procps
procps stop/waiting
afrodeity@afrodeity-desktop:~$ start procps
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.78" (uid=1000 pid=26152 comm="start) interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply=0 destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init"))