
|
If you were logged in you would be able to see more operations.
|
|
|
|
I am seeing a problem with services that have odd names. We build the ServiceRequirement based on the platform type, and now we are starting to see platform type names such as "T62 /(W FL & SK)". This is not a problem in our code, since it's just treated like any other string. But when the service is started, the logfile name and the PI file name (built from the service name) cause the service to fail. I was wondering if you could modify the file names to replace
"/!#$&*()\'`[]{}|~" with '_'?
Perhaps just the logfile name and the PID file name need to changed.
|
|
Description
|
I am seeing a problem with services that have odd names. We build the ServiceRequirement based on the platform type, and now we are starting to see platform type names such as "T62 /(W FL & SK)". This is not a problem in our code, since it's just treated like any other string. But when the service is started, the logfile name and the PI file name (built from the service name) cause the service to fail. I was wondering if you could modify the file names to replace
"/!#$&*()\'`[]{}|~" with '_'?
Perhaps just the logfile name and the PID file name need to changed. |
Show » |
|