Re: [SlimDevices: Plugins] help needed installing GenPUID on linux

2009-07-04 Thread raven22

Well, that was easy enough, should have probably find it out by myself.
It is running now, thanks.


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=65267

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] help needed installing GenPUID on linux

2009-07-04 Thread Dave Dewey
Quoting raven22 (raven22.3usxen1246714...@no-mx.forums.slimdevices.com):

> 
> I'm trying to install genpuid on my debian server (running MIP headless)
> but the instructions in the wiki skip a few steps.
> 
> I downloaded the genpuid 1.4, unzipped it in a directory. From within
> this directory i run:
> genpuid [my-key] -r -logex -m3lib=cache.m3lib -archive /music
> 
> But as a return i get: -bash: genpuid: command not found

You need to tell bash (the shell) where genpuid is, since it's not
in your path.

To do this, use "./" - this tells the shell that the program is in
the same directory that you are in.

So from within the genpuid directory, you'd run this command:
./genpuid [my-key] -r -logex -m3lib=cache.m3lib -archive /music


dd
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] help needed installing GenPUID on linux

2009-07-04 Thread raven22

I'm trying to install genpuid on my debian server (running MIP headless)
but the instructions in the wiki skip a few steps.

I downloaded the genpuid 1.4, unzipped it in a directory. From within
this directory i run:
genpuid [my-key] -r -logex -m3lib=cache.m3lib -archive /music

But as a return i get: -bash: genpuid: command not found

This is probably due to my limited linux knowledge but could someone
help me getting further?


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=65267

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins