Age | Commit message (Collapse) | Author |
|
Enable debug log for dataplane
|
|
Bug 8676
biosdevname does not behave well on Xen so simply skip it when running
in Xen.
(cherry picked from commit dc53d09decae1cd8098ee92c7c1dab72dc80ae50)
|
|
Currently only restart rsyslog but more can be added as needed.
Fixes bug 8237.
(cherry picked from commit a2b2ce86df549560ee4438e92a8663c0a0706b82)
|
|
Also increase the max allowed value to 32768.
(cherry picked from commit 2dd6be60ba0b888d138292f5ccec3bacfc5d4949)
|
|
Bug 8538
If ethtool reports no speed setting, and configuration is auto
then everything is okay, and no change is necessary.
|
|
|
|
|
|
|
|
have been changed
|
|
If there are multiple user passwords that need to be changed
committing and saving a new password for each user slows
the process down alot.
Fixes bug 8406.
|
|
|
|
|
|
Fixes bug 8368
|
|
Fixes bug 8380
|
|
applies to
fix for 8350 - Install allows installation with empty password
|
|
|
|
Fixes bug 3241
|
|
|
|
Fix password change script save function to work as it does in
vyattacfg.
Fix empty substitution on 'plaintext-password ""' causing script error.
|
|
logrotate needs the create config option so that it keeps the
original log file's permissions and ownership.
Fixes bug 8240
|
|
Don't allow default password to persist after first boot.
Due to the numerous ways a user can get a vyatta system this required
a lot of changes.
1. Don't allow a user to set a password to 'vyatta' after first login,
but allow it on the initial boot otherwise the system will have no
user.
2. Don't allow the password to be set to vyatta in installer.
3. Force password change on first login. under the following
conditions:
3.a. User is an admin level user. Operators do not have the abillity
to change the config so they can't change passwords. Allow 'vyatta' to
be the password until an admin logs in.
3.b. This is not the livecd, its silly to force a password change
before install.
|
|
attempting to apply it
|
|
In oxnard our Xen images used ext3 without write barriers. This patch is
a workaround for bug 8303. The goal of this patch is to provide a workable
solution that is no worse than our previous behavior until Xenserver has
the write barrier fix available in Xen integrated.
|
|
This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de.
|
|
|
|
Other part of fix for Bz 8171
Create a hash of address => interfaces in configuration
and use it during address commit check.
Remove unused creation of list of current addresses.
This might speed boot with large number of interfaces.
Since the hash is made once per interface rather than
multiple times, it might be faster because of that as well.
|
|
Bug 7724
|
|
During an image add, the default used to be to not save the current
configuration and continue with adding the image. Now the default is
to not continue.
Fixes bug 7964.
|
|
|
|
|
|
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.
|
|
Fixes Bug 5511.
|
|
Bug 8006
The "carrier" method in Interface.pm is superseded by
the more robust running() method.
|
|
Code before strictures.
|
|
|
|
|
|
|
|
|
|
clear interface statistics creates a file /var/run/vyatta/XXXX.stats
that is used to adjust values. Since this data is meaningless after
reboot, remove it.
|
|
Bug 7623
Patch provided by Stig.
|
|
Bug 7608
|
|
Bug 7544
Found several misspellings in the install prompts.
|
|
scripts.
|
|
Need newline after agentx
|
|
|
|
Llpd uses agentx snmp API to talk to snmpd
This allows system description from SNMP to be retrieved by lldpd.
|
|
Some statements were copy/pasted over from install-image.
install-system does not use lecho, that is only used in install-image
|
|
Bug 7732
Restore installation section that makes disk label.
|
|
Bug 7726
Incorrect variable name (from cut-paste)
|
|
|