<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/sysconf, branch debian/0.20.16</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.16</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=debian%2F0.20.16'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-04-18T18:04:44+00:00</updated>
<entry>
<title>Use rsyslog to trigger log rotation</title>
<updated>2012-04-18T18:04:44+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-04-06T00:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=2415dea5aa5ecc1542b3da7795c0b7c49b98f259'/>
<id>urn:sha1:2415dea5aa5ecc1542b3da7795c0b7c49b98f259</id>
<content type='text'>
The previous implementation of log rotation used an hourly cron job to
check log file size and possibly perform a rotation. If the logging
rate is high, this interval may allow for root file system space
exhustion.

Utilizing rsyslog's outchannel mechanism enables log rotation to be
initiated as soon as the log file becomes larger than its configured
size.

Fixes Bug 7807.
</content>
</entry>
<entry>
<title>Allow operator users to run dmidecode so show version works for them</title>
<updated>2012-01-30T22:43:14+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-01-30T22:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=0aa1232f0b81216a11b7757fca98363c05971cca'/>
<id>urn:sha1:0aa1232f0b81216a11b7757fca98363c05971cca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysctl: increase maximum allowed socket buffer</title>
<updated>2011-12-09T19:05:03+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-12-09T19:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=0e7d4cd2eecee8ef4cb4e00aa008bba4893b4333'/>
<id>urn:sha1:0e7d4cd2eecee8ef4cb4e00aa008bba4893b4333</id>
<content type='text'>
Need to allow netlink applications (like Quagga) to set large receive
buffering. This fixes regression since it was set large back in Glendale.
</content>
</entry>
<entry>
<title>Change arp_filter for all to 0 to allow vrrp interfaces to override the default of 1</title>
<updated>2011-12-02T00:50:45+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-12-01T00:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=496526b572ca83308a858b2ec4771d2f05f4970c'/>
<id>urn:sha1:496526b572ca83308a858b2ec4771d2f05f4970c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sudoers: expand ${bindir}</title>
<updated>2011-11-29T19:32:47+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-11-29T19:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d3ed56c29ae41fbc5ca3014406186cc1b1d6f585'/>
<id>urn:sha1:d3ed56c29ae41fbc5ca3014406186cc1b1d6f585</id>
<content type='text'>
File is copied not expanded by shell
</content>
</entry>
<entry>
<title>Move vyatta changes to sudoers to separate file</title>
<updated>2011-11-23T16:52:53+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-11-23T16:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=cabdd9d768ec110f0e92076e3a4bcbbcb6552a21'/>
<id>urn:sha1:cabdd9d768ec110f0e92076e3a4bcbbcb6552a21</id>
<content type='text'>
Bug 6916
Rather than editing /etc/sudoers which can lead to package conflicts,
put Vyatta specific changes into a separate file.
</content>
</entry>
<entry>
<title>Bugfix 7575 allow tshark to run as unprivileged user, tshark uses dumpcap as the packet interface so dumpcap needs cap_net_raw and cap_net_admin</title>
<updated>2011-10-20T21:34:41+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-10-20T21:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=b9d0d6bb4cddbafe15b28bbe841bd9a5e3a237e4'/>
<id>urn:sha1:b9d0d6bb4cddbafe15b28bbe841bd9a5e3a237e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow rmmod without being root (with capability)</title>
<updated>2011-10-17T17:36:08+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-10-17T17:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=729e928acddb046938f3b327fefa5662bdac88b7'/>
<id>urn:sha1:729e928acddb046938f3b327fefa5662bdac88b7</id>
<content type='text'>
Set capability bit on more rmmod and more capabilities for sysctl
</content>
</entry>
<entry>
<title>Always log authorization messages</title>
<updated>2011-05-25T22:03:08+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-05-25T21:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=31f3d30599b976bfd033b7c69b2aa1394541d879'/>
<id>urn:sha1:31f3d30599b976bfd033b7c69b2aa1394541d879</id>
<content type='text'>
Bug 7095
Always keep /var/log/auth.log to allow for 'show log authorization'
</content>
</entry>
<entry>
<title>Change where ipv6 route table size is increased</title>
<updated>2011-02-25T18:38:10+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-02-25T18:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f62f7280611731fbd0f6a883a10e676a35518264'/>
<id>urn:sha1:f62f7280611731fbd0f6a883a10e676a35518264</id>
<content type='text'>
Can't do it early in boot because ipv6 module may not be loaded.
</content>
</entry>
</feed>
