-
Notifications
You must be signed in to change notification settings - Fork 76
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
Message not shown on OS X 10.10 Yosemite #48
Comments
If I run the command manually it just hangs after I input my password
If I run it without "su" it works fine. |
Interesting. What happens with the other actions? Does lock work, for instance? (Trying to understand if this is an impersonation problem or just related to |
Haven't test it, I'll let you know |
Any news? |
Yup didn't work I see like a million of these:
If I run it in the console I get
I think the problem is the shim on the python script and my environment, I have homebrew python installed and overriding the system python by modifying the PATH and the script uses:
But that doesn't explains the |
The sound alarm option did work. |
Here is more logs that I didn't notice after trigering the popup message
|
Great, thanks for all the info. I guess we'll need to do a similar thing to the system Ruby call that we did for launching the GUI. What do get out of this command?
|
Python 2.7.6 What do you think about the osascript? looks like some issue with permissions. |
Yeah, I've been hitting my head trying to get around that. The only similar issue that I found was this one: Does that apply to your setup as well? |
Another quick question. Does |
Any news @jarias ? :) |
Yeah homebrew doesn't modify any system software, I just modify the PATH so my homebrew python my default. |
I saw tons of these messages, and sending message does not work on yosemite. 11/21/14 15:39:52.197 com.apple.xpc.launchd[1]: (com.prey.trigger[1910]) Service could not initialize: 14B25: xpcproxy + 14045 [1344][1016C726-9ACF-3A24-9C51-A279F5C6B167]: 0x2 |
Looks like the latest release fix this Yosemite: 10.10.1 |
Boom! Excellent. Thanks for the help. |
@tomas Did this revert? I'm experiencing the same issues described here in prey 1.3.9 on OS X 10.10.3. If i open the prey console in terminal I can issue a lock but I cannot from the web interface even though it will report the action active. |
@fritz-fritz what about running the following command? # that's the md5 for the password "preyrocks"
/usr/lib/prey/current/lib/agent/actions/lock/mac/prey-lock e75f0173be748b6f68b3feb61255693c |
double checked the md5 first then ran the above line and it locked properly as both my user and as the prey user. |
@lemavri Did some further digging after investigating the console log. I see this multiple times a second:
It seems the problem is with the quoting of the MD5 hash as seen below:
Works after changed to this:
|
Thanks @fritz-fritz, that's a very helpful feedback. I'll look into the issue. |
@lemavri Same problem with the alert message. Also a quote encapsulation issue.
Command executed in terminal:
Fixed:
|
I trigger a message from the web interface but it didn't show up, looking at the logs the command was trigger but for some reason didn't execute.
From the logs:
The text was updated successfully, but these errors were encountered: