prey / prey-node-client

Node.js client for the Prey anti-theft software.
http://preyproject.com
GNU General Public License v3.0
329 stars 76 forks source link

Provide support for systemd on Linux #124

Closed ghost closed 2 years ago

ghost commented 9 years ago

Problem

From a customer:

Hi! I just upgraded to Ubuntu 15.05 which has systemd, rather than upstart. The installation piece crashes when it tries to hook itself in to upstart.

Is there an updated version on the way or a workaround?

How it was detected

Customer feedback.

Suggested solution

Support systemd.

Resources

JotaRandom commented 9 years ago

I recommend support for systemd.timers rather than only cronie, systemd support timers that are replacenment for cronie and looking what in fedora and arch was done, it seem reasonable that ubuntu try replace cronie job for systemd.timers in the future and to prevent another dependencie is better support both.

and not forget look the bash client, maybe it need update to support systemd or an anounce of deprecation/unsuportability for systemd-systems.

tomas commented 9 years ago

We do support systemd (via the satan module). What does the error message look like?

philborman commented 9 years ago

satan module defaults to upstart if /sbin/initctl is present, which it is if the ubuntu 15.04 is an upgrade from an earlier version. Error message is... Installing init scripts. Error! Command failed: initctl: Name "com.ubuntu.Upstart" does not exist

Removing /sbin/initctl breaks the user login, so removing it temporarily to install prey_1.3.8_amd64.deb changes the error message to... Installing init scripts. Sweet! Please run prey config gui to finish installation. Voila! All good. dpkg: error processing package prey (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: prey E: Sub-process /usr/bin/dpkg returned an error code (1)

mauricioschneider commented 9 years ago

@philborman Thanks, that's great feedback. I've downloaded Ubuntu 15.04 to start running tests and fix this ASAP.

philborman commented 9 years ago

Thanks, that's a fantastic response.

Please bear in mind that 15.04 is systemd based, 14.10 was upstart based. An upgrade from 14.10 leaves upstart in place alongside systemd. Probably shouldn't but it does. Behaviour may well be different because of this.

Kind regards, Phil On 28 Apr 2015 21:16, "Mauricio Schneider" notifications@github.com wrote:

@philborman https://github.com/philborman Thanks, that's great feedback. I've downloaded Ubuntu 15.04 to start running tests and fix this ASAP.

— Reply to this email directly or view it on GitHub https://github.com/prey/prey-node-client/issues/124#issuecomment-97174001 .

mauricioschneider commented 9 years ago

Thanks for pointing that out. I'll test that use case as well.

JotaRandom commented 9 years ago

also concider that Arch use /usr/bin/init as simlink to /usr/lib/systemd/systemd and have future plans to remove the symlinks from /lib -> /usr/lib and let alone /usr/lib. also /usr/sbin point to /usr/bin and /bin and /sbin point to /usr/bin. also Fedora do the /usr thing but they keep /usr/bin and /usr/sbin separated and I'm not sure if they /usr/(s?)bin/init point to the same location that Arch do.

boris commented 9 years ago

Another way to check if a system is using upstart or systemd is using stat against /proc/1/exe. It will return the following for systemd

$ stat /proc/1/exe
  File: '/proc/1/exe' -> '/usr/lib/systemd/systemd'
  ...

Or the following for upstart

$ stat /proc/1/exe 
  File: `/proc/1/exe' -> `/sbin/init'
  ...
zlondrej commented 9 years ago

This is actually a bug in satan: Upstart is being used instead of systemd in systems running both upstart and systemd (i.e. Ubuntu 15.04)

Just wait for fix and use updated version.

By the way, here How to find out if a system uses SysV, Upstart or Systemd initsystem is reason why depending only on /proc/1/exe might not be that good idea.

mauricioschneider commented 9 years ago

satan update fixed this (👏@tomas and @boris )

sparr commented 9 years ago

This bug appears to still exist in prey_1.4.0_amd64.deb. Asking users to unpack the deb to edit a script to update the packaged copy of satan is not really a solution.

mauricioschneider commented 9 years ago

@sparr there's already a 1.4.1 release that updates satan, although it hasnt been published in the website. It should be there by monday, in the meanwhile you can download the .deb from this repo, which can be found under releases. On Aug 1, 2015 11:41 AM, "sparr" notifications@github.com wrote:

This bug appears to still exist in prey_1.4.0_amd64.deb. Asking users to unpack the deb to edit a script to update the packaged copy of satan is not really a solution.

— Reply to this email directly or view it on GitHub https://github.com/prey/prey-node-client/issues/124#issuecomment-126922489 .

ghost commented 9 years ago

Is 1.4.1 stable and usable? I found it in the ../versions subdir. Do I just change the "current" link to point to 1.4.1 or is there some other magic that's required to use it (to hopefully fix this error condition)?

Thanks!

mauricioschneider commented 9 years ago

@bhovell2 Yes, 1.4.1 is the latest stable release. The /usr/lib/prey/current symbolic link should have been changed automatically after the update. Run a ls -al /usr/lib/prey/ to check where is it pointing to.

ghost commented 9 years ago

On 08/11/2015 08:13 AM, Mauricio Schneider wrote:

@bhovell2 https://github.com/bhovell2 the |/usr/lib/prey/current| symbolic link should have been changed automatically after the update.

I created the link manually but running apt-get -f install still generates the same error message: "Error! Command failed: initctl: Name "com.ubuntu.Upstart" does not exist"

Wasn't 1.4.1 supposed to fix that problem? Or does it tweak something different?

Thanks!

mauricioschneider commented 9 years ago

Could that be from your previous installation attempt? Is there any chance you could run a re-install test?

ghost commented 9 years ago

Hi, Mauricio...

Could that be from your previous installation attempt? Is there any chance you could run a re-install test?

Yes. I completely removed all traces of prey 1.4.0 and then removed the device using the dashboard at the website.

When I clicked to download the prey package for Linux on the website, the link was pointing to the 1.4.0 version:

https://prey-releases.s3.amazonaws.com/node-client/1.4.0/prey_1.4.0_amd64.deb

.... so I edited the link in my browser to be:

https://prey-releases.s3.amazonaws.com/node-client/1.4.1/prey_1.4.1_amd64.deb

Then I downloaded and installed 1.4.1 using the Ubuntu Software Store, which ran without errors. Mission accomplished!

I ran the gui as root to get the device registered, which was successful.

I then logged into the website. The device was registered (dev number -edited-).

Whereas the device was located under the previous version (just before I uninstalled it), this time the device cannot be located.

Rebooted and tried it again. No joy. Not sure what to make of that.

BTW, I'm running this on a fresh install of Ubuntu Vivid.

So...all I need to figure out now is how to get the device answering requests from the web dashboard.

Best,

Bud Hovell

mauricioschneider commented 9 years ago

@bhovell2 Good to know the install ran OK. Now, regarding the location issue, could you please check what's the content of /var/log/prey.log?

ghost commented 9 years ago

@bhovell2 https://github.com/bhovell2 Could you please check what's the content of |/var/log/prey.log|?

Of course. This is the content of /etc/prey.conf:

-- edited --

mauricioschneider commented 9 years ago

Bud, I edited your comment to remove sensible data. The file you pasted was the config, but I was hoping to get a look to your log file (located in /var/log/prey.log)

ghost commented 9 years ago

On 08/11/2015 10:39 AM, Mauricio Schneider wrote:

Bud, I edited your comment to remove sensible data. The file you pasted was the config, but I was hoping to get a look to your log file (located in |/var/log/prey.log|)

Oops, sorry. I misread what you asked for. This is the content of /var/log/prey.log:

[rex]root > cat prey.log warn Tue, 11 Aug 2015 14:34:55 GMT Got QUIT signal. info Tue, 11 Aug 2015 14:34:55 GMT Gracefully shutting down. Will self-destruct in 10 secs. info Tue, 11 Aug 2015 14:34:55 GMT [actions] Stopping: connection info Tue, 11 Aug 2015 14:34:55 GMT [actions] Stopping: network info Tue, 11 Aug 2015 14:34:55 GMT [actions] Stopping: power info Tue, 11 Aug 2015 14:34:55 GMT [hooks] Unregistering hooks. info Tue, 11 Aug 2015 14:35:01 GMT [control-panel] Reloading config... info Tue, 11 Aug 2015 14:35:05 GMT Time's up, shutdown forced. Have a jolly good day sir.

bh

sparr commented 9 years ago

Sensitive info remains in email notifications. You should change your keys.

ghost commented 9 years ago

BTW, I notice the /etc/prey.conf file is globally readable: -r--r--r-- 1 prey prey 1.3K Aug 11 09:42 prey.conf

Should that not be readable only by user and group 'prey'?

bh

ghost commented 9 years ago

I just received this notice owing to my mistake including sensitive info.

The question now is how do I generate a new API key?

-------- Forwarded Message -------- Subject: Re: [prey-node-client] Provide support for systemd on Linux (#124) Date: Tue, 11 Aug 2015 08:45:48 -0700 From: sparr notifications@github.com Reply-To: prey/prey-node-client reply@reply.github.com

To: prey/prey-node-client prey-node-client@noreply.github.com CC: bhovell2 bud@uzix.com

Sensitive info remains in email notifications. You should change your keys.

— Reply to this email directly or view it on GitHub https://github.com/prey/prey-node-client/issues/124#issuecomment-129937760.

mauricioschneider commented 9 years ago

Right now the only way is to create a new account. If you want to use the same email address, you can change the email address of your current account to a different one and then create a new account.

ghost commented 9 years ago

On 08/11/2015 10:58 AM, Mauricio Schneider wrote:

Right now the only way is to create a new account. If you want to use the same email address, you can change the email address of your current account to a different one and then create a new account.

I did that and both devices are registered. The android phone is showing up fine when location is requested. The ubuntu box is not (using 1.4.1).

bh

mauricioschneider commented 9 years ago

I will run some test on an Ubuntu box and get back to you.

ghost commented 9 years ago

Hi, Mauricio ...

I will run some test on an Ubuntu box and get back to you.

Thanks very much. Don't know what to say except that I just tried it again with no luck. The weird thing is that immediately before I uninstalled 1.4.0 version, it was working just fine. Makes me wonder if it's just a timeout issue. Is it possible to configure prey to have a longer timeout period?

Best,

Bud

ghost commented 9 years ago

Hi, Mauricio ....

My cellphone and ubuntu box are both connected locally by wifi to our cable service. When I just tried to locate the cellphone, it came up immediately. But the ubuntu box does not under 1.4.1 I conclude if there is a timeout problem on the ubuntu box, it apparently doesn't owe to network delay.

FWIW.

Best,

Bud

profi248 commented 9 years ago

When should I expect fix? I ran into this issue 5 minutes ago...

ghost commented 9 years ago

Hi, Mauricio ...

Hmmm...something interesting just happened during routine update of chrome, firefox, and bsdutils: an install error was reported, so (as 'root') I ran 'apt-get -f install', with this output result:

[... mumble, mumble ....] chowning /etc/prey/prey.conf to uid 999 and gid 999 chowning /etc/prey to uid 999 and gid 999 Setting permissions on /var/log/prey.log chowning /var/log/prey.log to uid 999 and gid 999

Running "config activate" as prey

Ensuring presence of config dir: /etc/prey Syncing /etc/prey/prey.conf with /usr/lib/prey/versions/1.4.1/prey.conf.default Error! Oops. Seems you don't have write permissions. Try running

with sudo.

Error! Command failed: dpkg: error processing package prey (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: prey E: Sub-process /usr/bin/dpkg returned an error code (1) /etc/passwd contains the entry: 'prey:x:999:999::/home/prey:/bin/false'. I also verified that permissions on /etc/prey and it's contents are set to prey:prey, and /usr/lib/prey and its various contents also. Gofigger.

bh

mauricioschneider commented 9 years ago

@bhovell2 Thanks for the feedback. That one last log is indeed interesting (and strange). I haven't ran the tests I promised but I will do today.

@kostaldavid8 did you download the latest release?

ghost commented 9 years ago

On 08/12/2015 10:32 AM, Mauricio Schneider wrote:

@bhovell2 https://github.com/bhovell2 Thanks for the feedback. That one last log is indeed interesting (and strange). I haven't ran the tests I promised but I will do today.

@kostaldavid8 https://github.com/kostaldavid8 did you download the latest release https://github.com/prey/prey-node-client/releases/tag/v1.4.1?

Yes, this is version 1.4.1

bh

ghost commented 9 years ago

Hi, Mauricio ...

I just discovered this new install hadn't quite finished when I ran an upgrade. This is now the output when I run apt-get -f install:

[rex]root > apt-get -f install Reading package lists... Done Building dependency tree
Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up prey (1.4.1) ... Creating user prey... prey user already exists! prey already seems to have impersonation privileges. Skipping... Creating config dir: /etc/prey Touching log file: /var/log/prey.log Setting permissions on /usr/lib/prey chowning /usr/lib/prey/current to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/license.txt to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/prey.conf.default to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/bin/node to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/bin/prey to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/common.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/exceptions.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/package.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/plugins.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/cli.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/commands.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/common.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/default.options to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/helpers.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/hooks.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugin.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/reports.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/transports.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/triggers.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/updater.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/account.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/cli.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/install.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/log.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/plugins.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/settings.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/versions.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/paths.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async/component.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/campfire/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/campfire/README.markdown to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/campfire/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/clean-exit/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/clean-exit/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/ReadMe.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/colors.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/commander/History.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/commander/Readme.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/commander/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/commander/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/History.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/Readme.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog/msgbox.vbs to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/foo to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs/fs.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs/graceful-fs.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs/polyfills.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/memorize/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/memorize/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/memorize/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/mime.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nat-pmp/History.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nat-pmp/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nat-pmp/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nat-pmp/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/CHANGELOG.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/CHANGELOG.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/Gruntfile.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/ocelot/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/ocelot/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/ocelot/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/ocelot/runner.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/ocelot/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/petit/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/petit/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/petit/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/CHANGELOG.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/CONTRIBUTING.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/Makefile to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/random-ua/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/random-ua/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/random-ua/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/random-ua/random_ua.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/remover/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/remover/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/remover/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/reply/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/reply/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/reply/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/rimraf/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/rimraf/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/rimraf/bin.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/rimraf/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/rimraf/rimraf.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/scrambler/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/scrambler/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/scrambler/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/Makefile to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/semver.browser.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/semver.browser.js.gz to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/semver.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/semver.min.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/semver.min.js.gz to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/serve-static/HISTORY.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/serve-static/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/serve-static/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/serve-static/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/serve-static/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/sudoer/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/sudoer/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/sudoer/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/triggers/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/tuna/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/tuna/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/tuna/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore/underscore-min.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore/underscore-min.map to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore/underscore.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/whenever/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/whenever/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/whenever/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/which/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/which/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/which/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/which/which.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/wink/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/wink/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/wmic/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/wmic/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/clean-exit to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/commander to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/graceful-fs to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/memorize to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/ocelot to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/petit to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/reply to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/scrambler to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/tuna to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/underscore to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/whenever to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/wink to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/wmic to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/reports/load.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/reports/specs.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/reports/status.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/reports/stolen.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/utils/logo.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/utils/pidfile.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/utils/storage.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared/keys.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared/log.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared/messages.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared/panel.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared/plugin_manager.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared/version_manager.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/daemon.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/prey_user.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/utils/cp.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/utils/operetta.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/utils/run.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/utils/run_synced.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/linux/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/linux/paths.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/utils/runner.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async/lib/async.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/bin/buckle to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/campfire/lib/campfire.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/bin/chela to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/themes/winston-dark.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/themes/winston-light.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/lib/connect.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/lib/proto.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog/bin/dialog.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/lib/gateway.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/lib/ssdp.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/lib/utils.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/lib/darwin.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/lib/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/lib/win32.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/lib/html.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/folder.css to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/folder.html to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/lib/helpers.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/bin/linus to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/types/mime.types to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/types/node.types to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/bin/needle to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/auth.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/cookies.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/decoder.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/multipart.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/needle.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/parsers.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib/querystring.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/bin/network to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/lib/darwin.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/lib/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/lib/win32.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/src/compiler.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/src/nodemailer.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/lib/parse.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/lib/stringify.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/lib/utils.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/random-ua/.idea/workspace.xml to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/remover/bin/remover to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/bin/satan to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/lib/builder.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/lib/helpers.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/bin/semver to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/sudoer/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/sudoer/lib/which.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/triggers/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/which/bin/which to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/bin/winssh to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/lib/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/lib/utils.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/reports to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/utils to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/shared to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/utils to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/linux to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system/utils to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors/themes to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/mime/types to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/needle/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/network/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/nodemailer/src to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/qs/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/remover/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/satan/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/semver/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/sudoer/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/which/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/bin to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/winssh/lib to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/alarm/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/alarm/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/alarm/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/alarm/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/alert/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/filebrowser/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/lock/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/remote-desktop/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/remote-terminal/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/wipe/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/wipe/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/wipe/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/wipe/runner.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/wipe/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/campfire/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/actions/wipe/wipe.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/campfire/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/campfire/parser.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/campfire/processors.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/console/completer.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/console/help.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/console/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/console/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/control-panel/bus.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/control-panel/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/control-panel/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/control-panel/prompt.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/control-panel/sender.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/control-panel/setup.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/reports-to-inbox/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/reports-to-inbox/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/retry-failed-reports/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/retry-failed-reports/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/url-trigger/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/plugins/url-trigger/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/bandwidth/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/bandwidth/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/bandwidth/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/bandwidth/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/connections/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/connections/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/connections/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/connections/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/files/finder.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/files/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/geo/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/geo/strategies.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/hardware/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/hardware/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/hardware/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/hardware/ramcheck.vbs to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/hardware/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/indicators/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/indicators/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/indicators/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/indicators/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/lan/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/lan/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/lan/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/lan/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/network/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/network/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/network/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/network/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/processes/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/processes/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/processes/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/processes/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/screenshot/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/system/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/providers/webcam/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/transports/http/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/transports/smtp/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/triggers/connection/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/triggers/geofence/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/triggers/geofence/test_latlng.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/triggers/network/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/agent/triggers/power/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/linux/prey-config.glade to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/linux/prey-config.py to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/pixmaps/agent.bmp to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/pixmaps/prey-agent-48.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/pixmaps/prey-text-shadow.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/pixmaps/prey-text.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/pixmaps/prey.ico to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/gui/pixmaps/prey.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/os/linux.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/os/mac.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/os/windows.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/conf/tasks/utils/create_user.sh to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/lib/system to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/async to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/node_modules/decompress-zip/Gruntfile.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/node_modules/decompress-zip/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/node_modules/decompress-zip/download-test-assets.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/buckle/node_modules/decompress-zip/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/campfire/lib/campfire/message.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/campfire/lib/campfire/room.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/node_modules/uid-number/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/node_modules/uid-number/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/node_modules/uid-number/get-uid-gid.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/node_modules/uid-number/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/chela/node_modules/uid-number/uid-number.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/colors to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/History.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/Makefile to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/Readme.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/bower.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/browser.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/component.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/debug.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/node.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/debug/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/finalhandler/HISTORY.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/finalhandler/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/finalhandler/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/finalhandler/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/finalhandler/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/parseurl/HISTORY.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/parseurl/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/parseurl/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/parseurl/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/parseurl/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/utils-merge/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/utils-merge/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/utils-merge/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/connect/node_modules/utils-merge/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/dialog to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/needle/CHANGELOG.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/needle/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/needle/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/83.coffee to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/CONTRIBUTING.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/Config.xml to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/Depp.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/att.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/canon.xml to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/incompat.coffee to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/incompat2.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/text.coffee to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/text.xml to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/entry/node_modules/xml2js/x.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/node_modules/spawnx/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/node_modules/spawnx/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/node_modules/spawnx/test.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/firewall/node_modules/spawnx/which.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/batch/History.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/batch/Makefile to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/batch/Readme.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/batch/component.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/batch/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/batch/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/negotiator/LICENSE to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/negotiator/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/node_modules/negotiator/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/lib/backends/file.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/getset/lib/backends/memory.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_3gp.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_7z.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension__page.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_aac.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ace.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ai.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_aif.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_aiff.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_amr.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_asf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_asx.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_avi.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_bat.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_bin.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_bmp.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_bup.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_c.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_cab.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_cbr.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_cda.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_cdl.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_cdr.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_chm.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_code.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_cpp.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_css.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dat.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_divx.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dll.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dmg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_doc.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dotx.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dss.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dvf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dwg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_dxf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_eml.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_eps.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_exe.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_fla.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_flv.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_gif.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_gz.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_h.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_hpp.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_hqx.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_htm.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_html.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ics.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ifo.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_indd.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_iso.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_jar.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_java.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_jpeg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_jpg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_js.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_key.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_less.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_lnk.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_log.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_m4a.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_m4b.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_m4p.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_m4v.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mcd.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mdb.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mid.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mov.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mp2.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mp3.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mp4.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mpeg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mpg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_msi.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_mswmm.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_odf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ods.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_odt.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ogg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_otp.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ots.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ott.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_pdf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_php.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_png.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_pps.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ppt.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ps.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_psd.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_pst.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ptb.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_pub.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_py.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_qbb.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_qbw.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_qt.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_qxd.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ram.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_rar.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_rb.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_rm.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_rmvb.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_rtf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_sass.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_scss.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_sea.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ses.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_sh.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_sit.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_sitx.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_sql.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ss.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_svg.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_swf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_tga.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_tgz.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_thm.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_tif.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_tiff.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_tmp.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_torrent.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_ttf.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_txt.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_vcd.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_vob.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_wav.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_wma.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_wmv.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_wps.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_xls.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_xlsx.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_xml.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_xpi.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_yml.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/file_extension_zip.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/folder.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/folder/public/mime/page_white.png to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules/getos/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules/getos/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules/getos/os.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules/getos/package.json to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules/memorize/README.md to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules/memorize/index.js to uid 999 and gid 999 chowning /usr/lib/prey/versions/1.4.1/node_modules/linus/node_modules

binarykitchen commented 9 years ago

so, what's the fix for the above problem?

ghost commented 8 years ago

Hi, Mauricio ...

This is a followup on the earlier posts since there have been no further comments provided after you mentioned you would do some testing. Were you unable to reproduce the problem?

I have 1.4.1 prey working on this 15.04 ubuntu box and every apt-get install action ends output with an error reporting incomplete prey installation:

[ ...mumble, mumble... ]
Setting permissions on /etc/prey
chowning /etc/prey/config to uid 999 and gid 999
chowning /etc/prey/prey.conf to uid 999 and gid 999
chowning /etc/prey/RCS/prey.conf to uid 999 and gid 999
chowning /etc/prey/RCS/prey.conf,v to uid 999 and gid 999
chowning /etc/prey/RCS to uid 999 and gid 999
chowning /etc/prey to uid 999 and gid 999
Setting permissions on /var/log/prey.log
chowning /var/log/prey.log to uid 999 and gid 999
Running "config activate" as prey

Ensuring presence of config dir: /etc/prey Syncing /etc/prey/prey.conf with /usr/lib/prey/versions/1.4.1/prey.conf.default Error! Oops. Seems you don't have write permissions. Try running with sudo.

Error! Command failed: dpkg: error processing package prey (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: prey E: Sub-process /usr/bin/dpkg returned an error code (1)

Directory /etc/prey and all of its contents are owned prey:prey. Directory /usr/lib/prey/versions/1.4.1/ has been manually symlinked to /usr/lib/prey/current/

mauricioschneider commented 8 years ago

@bhovell2 I'm sorry for not giving enough attention to this issue. This and the next week I'm committed to something else, but after that, I'll solely focus on the various installation issues.

ghost commented 8 years ago

OK, thanks!

hash-bang commented 8 years ago

Has there been any movement on this? Installing Prey via NPM is much easier for me but there is no way to register Prey as an init script with the current post_install scripts.

ghost commented 8 years ago

Hi, Matt ...

Has there been any movement on this? Installing Prey via NPM is much easier for me but there is no way to register Prey as an init script with the current post_install scripts.

Speaking only for myself, I've successfully installed the most recent version available on Ubuntu 16.04 which is running on my System76 laptop. Three times over the past several months.

Note the version of prey currently installed is marked '0.6.2' in the version file '0.6.2-1.1' when I do an apt search on it, but the file name is 'prey_1.6.3_i386.deb'. So don't ask me what the version is. I've no idea.

As I recall, I just downloaded the .deb file, installed it by clicking on it using the 'Files' utility, which caused to to installed by the Ubuntu Software thingy. Funny thing is, I don't find any record of 'prey' mentioned now in the software store.

Had to insert the necessary device id and API key in the /etc/prey/config file.

hash-bang commented 8 years ago

I had a few problems with the .deb - for some reason its other dependencies weren't satisfied even though they were all installed.

In the end I grabbed the tarball, copied into /usr/share and wrote a quick script to run the binary in a nohup session.

Thanks anyway.