summaryrefslogtreecommitdiff
path: root/templates/system
AgeCommit message (Collapse)Author
2014-08-03Bug #173: rename "disable" option to "ignore".Daniil Baturin
If we call it "action", it should be a verb, and if the verb is "disable", what does it disable? :)
2014-07-25Add Freescale i.MX serial deviceUnicronNL
2014-04-29Added feature to send log message to remote syslog server over UDP or TCP.Abdelouahed Haitoute
See VyOS bug 195 for more information about the feature request.
2014-04-10Add syntax check to validate valuehydrajump
2014-04-10Use elif conditional instead of ifhydrajump
2014-04-09Add system option for ctrl-alt-del-action to configurationhydrajump
This new configuration option allows the user to specify what action to take on ctrl-alt-delete: disable, reboot or poweroff. By default ctrl-alt-delete-action is set to disable. The ctrl-alt-delete action is configured in /etc/inittab.
2013-12-18Bug #51: update /etc/timezone when timezone changes.Daniil Baturin
2013-12-18Bug #92: change default timezone to UTC for the sake of scientificDaniil Baturin
correctness.
2013-12-17Fix bug 318 - Use SHA-512 hashing for user passwords instead of MD5Stig Thormodsrud
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2013-10-21Update default hostname.Daniil Baturin
2013-04-12Bugfix 8711: Switch to Bash syntax for conditionalsJohn Southworth
2013-04-01Fix typo in domain-name delete actionJames Davidson
Bug 8829
2013-01-29Add ability to restart services when hostname changesJames Davidson
Currently only restart rsyslog but more can be added as needed. Fixes bug 8237.
2013-01-08Bug 7856: Set default neighbour table size to 8192James Davidson
Also increase the max allowed value to 32768.
2012-12-12revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72John Southworth
2012-09-10Update /etc/hosts when host name and domain name changesJames Davidson
2012-09-05Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacificaJohn Southworth
2012-09-05Bugfix 8326John Southworth
Fix password change script save function to work as it does in vyattacfg. Fix empty substitution on 'plaintext-password ""' causing script error.
2012-09-04Configure logrotate to maintain log file ownershipJames Davidson
logrotate needs the create config option so that it keeps the original log file's permissions and ownership. Fixes bug 8240
2012-09-04Bugfix 8290John Southworth
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.
2012-08-03Restart rsyslog when system time-zone changesJames Davidson
Without this change the system log daemon does not notice the time-zone change and continues to timestamp logs using the previous time-zone. Fixes BZ6694
2012-06-13Fix help on for USB serial consoleStephen Hemminger
2012-06-12Allow USB serial consoleStephen Hemminger
Bug 7724 related.
2012-04-18Use rsyslog to trigger log rotationJames Davidson
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.
2012-04-04Add network console supportStephen Hemminger
Bug 6883 This enhancement adds ability to configure one or more network consoles. A network console sends a copy of all console messages over UDP. Each target can be configured with local, remote and interface. The only required parameter is the interface name. The local and remote ports both have default values, and by default traffic is sent as broadcast. For more information see kernel: Documentation/networking/netconsole.txt Configuration example: device ttyS0 { speed 9600 } network netcon0 { interface eth0 remote { address 192.168.91.1 } }
2012-03-01bug fix for 7489 - Added warning message on delete system consoleDeepti Kulkarni
2011-05-10more changes for new commitAn-Cheng Huang
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b)
2011-05-10changes for new commitAn-Cheng Huang
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a)
2011-05-06Update help for console speedStephen Hemminger
Bug 7024
2011-03-15match console type only once.Robert Bays
2011-03-15updated fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-03-15fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-02-25Validate domain and host nameStephen Hemminger
Bug 6243 More complete validation of host name and domain name
2011-02-07Fix syslog not reloading properly after changing the log levelJohn Southworth
Bugfix 6781
2010-12-16Fix help for name-serverStephen Hemminger
Bug 5185
2010-12-06Allow Ipv6 addresses in resolv.confStephen Hemminger
Bug 5185
2010-12-02Block accidental use of virtual consolesStephen Hemminger
The devices tty1 ... are virtual consoles and should not be configured through the CLI.
2010-12-02Allow configuring console speed etcStephen Hemminger
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices
2010-11-18Fix help for syslogStephen Hemminger
Bug 5396 Make it clear that 'syslog file' takes a file name not a full path. Also make help text symmetrical for all logging options.
2010-11-17Allow longer domain-name valuesStephen Hemminger
Bug 6243 Change syntax checking for domain name. Don't enforce length restrictions since that is checked already elsewhere and may change. Do enforce the RFC 2181 character set values.
2010-10-28fix for bug 6388An-Cheng Huang
* need nullglob to work.
2010-10-26Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-26Use pgrep to check if ntp runningStephen Hemminger
2010-10-26Move config-mgmt to it's own package.Stig Thormodsrud
2010-10-22Fist pass at adding archive to uri on commit.Stig Thormodsrud
2010-10-18Neuter the serial console config until it worksStephen Hemminger
2010-10-15Add ability to run modem gettyStephen Hemminger
For some dial in lines, need HAYES modem support.
2010-10-14Need sudo to change console settingsStephen Hemminger
2010-10-14Add better control over console screen blankerStephen Hemminger
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave
2010-10-14Need to be root to write /etc/inittabStephen Hemminger