Guest User

Logrotate Windows

a guest
May 16th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. C:\Program Files (x86)\Logrotate>logrotate.exe -f C:\Program Files (x86)\Logrotate\logrotate.conf
  2. logrotate: Force option set to true
  3. logrotate: Exception: Could not find file 'C:\Program'.
  4. logrotate: StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  5. at System.IO.File.GetAttributes(String path)
  6. at logrotate.Program.ProcessConfigPath(String m_path)
  7. at logrotate.Program.Main(String[] args)
  8.  
  9. C:\Program Files (x86)\Logrotate>logrotate.exe -f "C:\Program Files (x86)\Logrotate\logrotate.conf"
  10. logrotate: Force option set to true
  11. logrotate: Exception: Illegal characters in path.
  12. logrotate: StackTrace: at System.IO.Path.CheckInvalidPathChars(String path)
  13. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
  14. at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
  15. at System.IO.Path.GetFullPathInternal(String path)
  16. at System.IO.FileInfo..ctor(String fileName)
  17. at logrotate.Program.Main(String[] args)
  18. logrotate: Exception: Illegal characters in path.
  19. logrotate: StackTrace: at System.IO.Path.CheckInvalidPathChars(String path)
  20. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
  21. at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
  22. at System.IO.Path.GetFullPathInternal(String path)
  23. at System.IO.FileInfo..ctor(String fileName)
  24. at logrotate.Program.Main(String[] args)
  25.  
  26. C:\Program Files (x86)\Logrotate>
Advertisement
Add Comment
Please, Sign In to add comment