<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/system, branch hydrogen</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=hydrogen</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=hydrogen'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2013-03-06T18:16:06+00:00</updated>
<entry>
<title>Sync up SNMPv3 support</title>
<updated>2013-03-06T18:16:06+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-03-06T18:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e4c3ae81d2d1f040a8ad363928302d72f8431ef9'/>
<id>urn:sha1:e4c3ae81d2d1f040a8ad363928302d72f8431ef9</id>
<content type='text'>
SNMP-135 store SNMP superuser password to config file
SNMP-130 add engineId for trap-target
SNMP-134 use 'stop' and 'start' instead of 'restart'
SNMP-141 change engineID syntax checking
SNMP-136 Users are lost after changing TSM port
SNMP-149 TLS Error: Permission denied
SNMP-147 Not correct priority in TSM users
SNMP-148 Configuring already use port for TSM is destroying users.
SNMP-151 Errors in logs after first snmp configuration
SNMP-152 Hide 'No such file or directory' error message
SNMP-153 Debug messages after 'delete service snmp'
SNMP-157 Run Perltidy for all Perl scripts
SNMP-158 change syntax of trap-target engineID
SNMP-163: added script to check name, apply it for user, group and view names
SNMP-161 Faulty configuration with many trap-target
SNMP-160 Look for TSM keys in /config folder
SNMP-162 CLI permit not correct oid
SNMP-163: typo in script
SNMP-160 Look for TSM keys in /config folder
SNMP-163: added support of upper case for names in the script
SNMP-163: create rule for names, permit only a-zA-Z0-9
SNMP-163: typo
</content>
</entry>
<entry>
<title>Add ability to restart services when hostname changes</title>
<updated>2013-01-29T17:55:12+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-01-29T17:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=a2b2ce86df549560ee4438e92a8663c0a0706b82'/>
<id>urn:sha1:a2b2ce86df549560ee4438e92a8663c0a0706b82</id>
<content type='text'>
Currently only restart rsyslog but more can be added as needed.
Fixes bug 8237.
</content>
</entry>
<entry>
<title>Set hostname after updating hosts file</title>
<updated>2012-09-19T18:48:03+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-19T18:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=ea19fe6d0b149bc50858425af4fd953dd780b18d'/>
<id>urn:sha1:ea19fe6d0b149bc50858425af4fd953dd780b18d</id>
<content type='text'>
Fixes bug 8380
</content>
</entry>
<entry>
<title>Update /etc/hosts when host name and domain name changes</title>
<updated>2012-09-10T16:11:42+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-10T16:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c087276ca0827d7a58c93c9c7683af7311ef5c58'/>
<id>urn:sha1:c087276ca0827d7a58c93c9c7683af7311ef5c58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Configure logrotate to maintain log file ownership</title>
<updated>2012-09-05T01:28:12+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-09-05T01:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=288ab75d4f2aed39e8993d82f127e6e9dc16b973'/>
<id>urn:sha1:288ab75d4f2aed39e8993d82f127e6e9dc16b973</id>
<content type='text'>
logrotate needs the create config option so that it keeps the
original log file's permissions and ownership.

Fixes bug 8240
</content>
</entry>
<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>Fix server property option</title>
<updated>2012-02-21T21:19:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-02-21T21:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5f583fe81fc8be7f9e516044b43f3f28037242c8'/>
<id>urn:sha1:5f583fe81fc8be7f9e516044b43f3f28037242c8</id>
<content type='text'>
Bug 7623
Patch provided by Stig.
</content>
</entry>
<entry>
<title>interfaces: don't add config for missing devices</title>
<updated>2011-12-22T01:32:51+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-12-22T01:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=537585b5e1a7d73f7c88b7726d0c1f112329bea3'/>
<id>urn:sha1:537585b5e1a7d73f7c88b7726d0c1f112329bea3</id>
<content type='text'>
If device disappears or is renamed between the time udev script
is run, and the vyatta-router script is run; then don't add an entry
to the config file.
</content>
</entry>
<entry>
<title>Fix perl deprecated warning with 5.14</title>
<updated>2011-11-22T19:24:54+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-11-22T19:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=dcff7e2c90f21cc7eb7e08ca054c8779dc0b22fd'/>
<id>urn:sha1:dcff7e2c90f21cc7eb7e08ca054c8779dc0b22fd</id>
<content type='text'>
Code of the form:
  for $i qw(a b c)
causes the warning:
  Use of qw(...) as parentheses is deprecated
</content>
</entry>
<entry>
<title>irq-affinity: more fixup</title>
<updated>2011-05-20T18:09:55+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-05-20T18:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=c6430d1e9b511e36f59b5b5a484b7edf829be117'/>
<id>urn:sha1:c6430d1e9b511e36f59b5b5a484b7edf829be117</id>
<content type='text'>
1. Fix thread_per_core -- now a global variable
2. Add documentation about where still broken with offline cpus
3. Break out hamming weight function (might be used to fix #2)

Tested on UP, 4 core x 2 thread, 8 socket (virt) and Multiqueue
and single queue NIC.
</content>
</entry>
</feed>
