Age | Commit message (Collapse) | Author |
|
|
|
OFR is no longer used in reference to Vyatta per marketing guidelines.
|
|
Issue a warning if installing onto a RAID set that is degraded, but
not in active rebuild. Don't let the user install onto a RAID set
that is in the process of rebuild because it is unsafe.
|
|
Correct root partition size calculation in two-disk RAID-1 case when drives
are not both the same size.
|
|
Mounting, creating filesystems, etc all require root privledges
so check before allowing command to run.
|
|
islavista
|
|
Bugfix 3665
Some config files have colon after tag, others do not. install-system
password setting should handle both formats.
|
|
make it more intuitive for use from other places outside of cli
|
|
|
|
|
|
islavista
|
|
Add admin level users to "disk" group so that they can execute RAID commands.
|
|
Handle case of running in standalone where there is no /dev/tty.
Handle both formats in configuration file
Bugfix 3844
|
|
islavista
|
|
|
|
redirect error to /dev/null
|
|
Corollary to earlier bugfix in install-system
|
|
Colons are no longer used in config file format, so the
sed command to change password was having no effect.
Bugfix 3665
|
|
|
|
|
|
|
|
When a new member is added to a RAID group that holds the root filesystem,
we need to re-install grub so that the new disk will be bootable. But this
can only be done after the RAID set has completed rebuilding. Added mechanism
that uses the event notification infrastructure of "mdadm" to trigger
the re-installation of grub after the rebuild completes.
|
|
islavista
|
|
Union flag should be shell variable not a command.
Union flag should allow install when not on livecd.
|
|
Bugfix 3726
Only allow install-system from livecd, since it has hardcoded assumptions
about squashfs, etc.
|
|
islavista
|
|
Handle case where udev state file doesn't exist.
|
|
|
|
islavista
|
|
previous ones in /etc/syslog.conf
- multiple nodes configured under 'system syslog global' are appended to syslog.conf
- default '*.notice -/var/log/messages' is removed from syslog.conf if any
node is configured under 'system syslog global' and is put back when nothing
configured under 'system syslog global'
- syslog process only restarted once after making all changes in config
- added commit checks at 'system syslog <>' level nodes to specify facility
|
|
islavista
|
|
Several different cases were being handled incorrectly.
|
|
This reverts commit 5e806c8e42e1b70675916963e14cc0fe5928ec07.
There are passwords (like Tcp md5) that should not be displayed
to operator.
|
|
islavista
|
|
Set configuration file to be owned by administrator and writable
by all admins in configuration mode and visible by public.
|
|
|
|
we already make sure that nameservers are re-reread when any
change from any configured source of nameservers happen
|
|
Default answer question about diag partitionis "no".
|
|
Put in new code to set password, rather than reset it to default
Although resetting passwd to default sounds good from a usuablity point
of view, it is a potential security hole when system is rebooted. Instead,
allow user to choose new passwd.
|
|
In the case when we are using a pre-existing RAID group, warn the
user of dire consequences before over-writing the disks.
|
|
Rather than resetting to factory default which continues
possible remote security hole, prompt (twice) for new value.
|
|
Bugfix 3665
Fix problems with entering password caused by regressions
in mkpasswd (-S arguement). Read password plaintext with shell
then process.
|
|
|
|
|
|
Add "admin" and "operator" level users to the "dip" group so that they
can execute CLI commands that bring up and take down PPP connections.
|
|
Accept an encrypted-password field with or without a trailing colon character.
|
|
Add an item to the grub menu to boot diagnostics if we find a partition
that looks to be the diag partition.
|
|
|
|
|
|
islavista
|