Actions
Bug #404
openServices: svccfg numeric instance name not accepted / svccfg import fails
Start date:
2010-11-09
Due date:
% Done:
0%
Estimated time:
Difficulty:
Hard
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Service definition containing a number as instance name cannot be imported by svccfg.
Interestingly, the # svccfg validate command does work - no errors.
Example:
# svccfg import postgresql.xml svccfg: Invalid instance name "901". svccfg: Import of postgresql.xml failed. Progress: svccfg: Service "site/postgresql": properties imported. svccfg: Instance "901": not reached. svccfg: Import of postgresql.xml failed.
ON the other hand, with instance name 'v901' - import does work.
Updated by Albert Lee over 12 years ago
- Project changed from OpenIndiana Distribution to illumos gate
- Assignee set to Albert Lee
Updated by Albert Lee over 11 years ago
- Category set to cmd - userland programs
- Priority changed from Normal to Low
- Difficulty set to Hard
- Tags set to needs-triage
Ugh, trying to figure out the discrepencies between import and validate is excruciatingly painful.
Actions