summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-24Rename raid cleanup log fileStephen Hemminger
Standard practice is to use '.log' suffix not _log
2010-11-24Change config-loader error message handling and loggingStephen Hemminger
Put more information in the log, including timestamp. Put elapsed time in syslog Redirect both stdout and stderr to the log file.
2010-11-24Remove ACPI cpufreq hackStephen Hemminger
Now that cpufrequtils package is integrated, no longer need Vyatta specific hack to load cpu frequency modules
2010-11-24Use LSB log status routines correctlyStephen Hemminger
Need to get correct exit status from failed config (or other steps) and call log_end_msg to display that status. The load config step is run in sub-shell therefore can use exec to avoid one fork.
2010-11-24Use exec to get proper exit statusStephen Hemminger
No need to save exit code and then call exit. Use 'exec' to get tail recursion style optimization of shell functions. Also, rename the log file for commit for /tmp/bar to something we might actually want to tell customers about.
2010-11-24Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-11-240.18.41debian/0.18.41Stephen Hemminger
2010-11-24Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-11-24Merge branch 'mendocino' of vm:rel/vyatta-cfg into mendocinoStephen Hemminger
2010-11-24Rename bash completion scriptStephen Hemminger
The scripts in /etc/bash_completion.d are not named with number like init files. Also completion script should not be marked executable.
2010-11-24update gitignoreStephen Hemminger
2010-11-24Remove unused net_setStephen Hemminger
Part of earlier effort to use less sudo. Not currently used.
2010-11-240.18.40debian/0.18.40Bob Gilligan
2010-11-24Bind mount /opt/vyatta/etc/config to /config.Bob Gilligan
2010-11-230.18.39debian/0.18.39Stig Thormodsrud
2010-11-23Add COMMIT_VIA environment variable.Stig Thormodsrud
2010-11-220.18.38debian/0.18.38An-Cheng Huang
2010-11-22fix for bug 6459An-Cheng Huang
* don't throw away "unsaved" state when doing "discard".
2010-11-220.18.37debian/0.18.37Stig Thormodsrud
2010-11-22Add warning if using "commit confirm" instead of "commit-confirm".Stig Thormodsrud
2010-11-22export backend sessionChanged() through perl APIAn-Cheng Huang
2010-11-190.18.36debian/0.18.36Stig Thormodsrud
2010-11-19Simplify check for if there are changes to commit after load/merge.Stig Thormodsrud
2010-11-190.18.35debian/0.18.35Stig Thormodsrud
2010-11-19Fix 6434: load asks to use 'commit' to make changes active even when nothing ↵Stig Thormodsrud
has changed
2010-11-190.18.34debian/0.18.34Stephen Hemminger
2010-11-19Display serious errors to console and syslogStephen Hemminger
Put regular stuff to /tmp/vyatta-config.log on standard output Keep console open as standard error for messages like "commit failed" Put errors in syslog as well
2010-11-19Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-11-19Fix typo's in logging printfStephen Hemminger
Had wrong version, want to get config command in log, not whole string.
2010-11-19Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-11-19Merge branch 'mendocino' of vm:rel/vyatta-cfg into mendocinoStephen Hemminger
2010-11-19Cleanup config loaderStephen Hemminger
1. Get rid of all perl warnings (and perl critic warnings) 2. use Syslog package rather than running logger 3. put config log in /tmt/vyatta-config-load.log rather than /tmp/bar 4. Don't do another transaction for deactivated nodes unless necessary 5. Use exec as a tail optimization for end step.
2010-11-190.18.32debian/0.18.32An-Cheng Huang
2010-11-19fix for bug 6448An-Cheng Huang
* fix leaf node value diff output.
2010-11-190.18.31debian/0.18.31An-Cheng Huang
2010-11-19fix existence check in "syntax" when builtin expression is used.An-Cheng Huang
2010-11-190.18.30debian/0.18.30An-Cheng Huang
2010-11-19remove parser debug output and move existence check.An-Cheng Huang
2010-11-190.18.33debian/0.18.33Michael
2010-11-19proper exit on failure.Michael
2010-11-180.18.29debian/0.18.29Stig Thormodsrud
2010-11-18Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocinoStig Thormodsrud
2010-11-18Add --show-working-only option to showCfg.Stig Thormodsrud
2010-11-181) Ordered evaluation of these scripts similar to what is found inMichael Larson
/etc/rc* system. An integer at the beginning of the script identifies the order in which the script is executed (i.e. 01test is run before 55monkey). 2) There is now a pre-commit hook that can be used. These scripts are located at: /etc/precommit and are invoked before commit has started processing actions. 3) A success/failure environment flag set before a process has run has been changed to a tri-state: SUCCESS = all priority groups succeeded FAILURE = all priority groups failed PARTIAL = mixed success/failed
2010-11-180.18.28debian/0.18.28An-Cheng Huang
2010-11-18rebuild to test autobuild scriptsAn-Cheng Huang
2010-11-180.18.27debian/0.18.27An-Cheng Huang
2010-11-18change error message when showing non-existing paths.An-Cheng Huang
2010-11-170.18.26debian/0.18.26An-Cheng Huang
2010-11-17continue work on parser/output frameworkAn-Cheng Huang
* handle empty and leaf typeless nodes from parsed nodes. * fix bug 6436 show level issue.