Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some issues with encrypted client logs on mac (tested on intel/arm64 macos14.4.1 and vrr0.72.1) #3490

Open
awx-vsyr opened this issue May 13, 2024 · 0 comments

Comments

@awx-vsyr
Copy link

hmm,

I think there might be 2 issues:

  1. by default the LaunchDaemon adds --queit - not sure how that interacts with the config flags ?https://github.com/Velocidex/velociraptor/blob/master/bin/installer_darwin.go#L146 for encrypted log file
    i.It would be good to check if that interacts with the feature
    ii. but also to add if possible an override to log level as a config flag (since editing daemon config after install and start is bit ... and I guess adding service install flags is probably less convenient for end user as opposed to a config flag but I could be wrong?)

  2. I'm actually not getting any output at all and the log file is not created when it runs as a daemon .
    i. even if Remove the --quiet from the daemon config, then stop unload reload the daemon and verify it's started without --quiet the log file is not created.
    ii. As soon as i run it interactively with the same command line the log file is created.
    This makes me think perhaps something in the logging feature doesn't work when run as a daemon.

@awx-vsyr awx-vsyr changed the title some issues with encrypted client logs on mac (tested on intel/arm64 macos14.4.1) some issues with encrypted client logs on mac (tested on intel/arm64 macos14.4.1 and vrr0.72.1) May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant