Hi
I installed prey on Saturday. My computer was registered. But yesterday I opened up prey configurator and it said ‘its seems this is your first time’ etc, so I tried to register again as a current user but I get ‘There was a problem connecting to the control panel’. In my account it says that my computer is being traced but if I report it as missing I get no reports. Ran check.bat and it says everything is ok. Can’t seem to reinstall either as the uninstaller doesn’t recognise my email.
Regards
--
------------
You can also ask for support on #preyproject channel at freenode IRC.
IRC link: irc://chat.freenode.net/preyproject
IRC http link: http://webchat.freenode.net/?channels=preyproject
------------
You received this message because you are subscribed to the Google
Groups "Prey" group.
To post to this group, send email to prey-s...@googlegroups.com
To unsubscribe from this group, send email to
prey-securit...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/prey-security?hl=en_US?hl=en
I assume you have removed & reinstalled Prey?
The relevant line in the scripts seems to be line 87 of /prey/core/pull (probably c:\\prey\core\pull on Windows). The verify_keys() function uses 'curl' to get a http status code.
It may be worth adding some lines to the script to get back extra info. You will need to edit the files with a text editor, ideally one that can handle editing the files without changing the permissions, (Sorry I'm not a Windows user).
eg…
For Prey version 0.5.1, on line 71 add (after the get_status_code line).
log " -- Status = $status"
log " -- Server Response = $response"
These may show nothing in the log, but it would help to see if the Prey server is returning something weird for you. Post the output here.
I'd then move on to look at the values for other variables used in the getter call on line 69. eg…
log " -- APIKey = $api_key"
log " -- CP URL = $control_panel_url"
Just to make sure they look OK.
Post back if you need help.
Drew
I guess you can manually add the device to the control panel & then edit the config (c:\\prey\config) to include your device ID & the API key. I suspect this won't help if the machine can't get a connection to the Prey server.
Are you sure there are no other firewalls running or internet filters? Can you turn off Windows Firewall & run another test? It could be that another curl executable is making the request & failing.
Are there any other system log files you can look at whilst running prey.sh -check incase they show why it is blocked. I think the Event Viewer may help. Keep an eye on the Firewall log if you can find it.
Drew
Hi
I installed prey on Saturday. My computer was registered. But yesterday I opened up prey configurator and it said ‘its seems this is your first time’ etc, so I tried to register again as a current user but I get ‘There was a problem connecting to the control panel’. In my account it says that my computer is being traced but if I report it as missing I get no reports. Ran check.bat and it says everything is ok. Can’t seem to reinstall either as the uninstaller doesn’t recognise my email.
i have similar problem but on my phone.It says "couldnt connect to a control panel",pls check your settings and try again...what should i doo ???
Are you trying to connect through a proxy or some other sort of firewall that is preventing access to the server?
Tom