Search found 11 matches

by shapethelola
Sat Mar 29, 2014 6:52 am
Forum: Installation
Topic: PlexConnect for Apple TV 2nd/3rd
Replies: 15
Views: 10674

Re: PlexConnect for Apple TV 2nd/3rd

First of all, you created a second network interface right?

You basically have to bind the DNS ip the the new one, not the old one. You have just used your old IP, take a look at my post again, I wrote to use the just created adress.

Fix this first and see if it helps, we can move on from there
by shapethelola
Sat Mar 29, 2014 12:34 am
Forum: Installation
Topic: PlexConnect for Apple TV 2nd/3rd
Replies: 15
Views: 10674

Re: PlexConnect for Apple TV 2nd/3rd

Im sorry, but my steps are actually not up to date anymore. Im not using amahi as I am using a fresh ubuntu server verison with greyhole installed without Amahi. I will take a look into it later today, maybe I can give you some hints, but PlexConnect has changed since then and Im not sure its as eas...
by shapethelola
Sun Sep 08, 2013 11:52 pm
Forum: Storage Pooling/Greyhole
Topic: SOLVED: How to delete a file
Replies: 8
Views: 4631

Re: SOLVED: How to delete a file

The greyhole update seems to have fixed it, it tonight created all the sym links and copied it to the correct folders. Now I get a php error : 4 write: PHP Warning [8]: Uninitialized string offset: -1 in /usr/bin/greyhole on line 692; BT: greyhole[L2881] execute_next_task() => greyhole[L3227] gh_wri...
by shapethelola
Sun Sep 08, 2013 12:31 pm
Forum: Storage Pooling/Greyhole
Topic: SOLVED: How to delete a file
Replies: 8
Views: 4631

Re: SOLVED: How to delete a file

Well it actually is running but the log does say nothing but this :

Code: Select all

Sep 08 21:28:38 7 sleep: Nothing to do... Sleeping.
Its like it doesn't see something in the Landing Zone

Ive updated to the latest greyhole today, version 0.9.34.

Im using Ubuntu Server 12.04
by shapethelola
Sun Sep 08, 2013 7:56 am
Forum: Storage Pooling/Greyhole
Topic: SOLVED: How to delete a file
Replies: 8
Views: 4631

Re: SOLVED: How to delete a file

Ive tried this now several times.

The thing is, I have to run greyhole -f with a crontab, it snot doing it automatically. And greyhole -f does recreate the symbolic link when I previously removed it :/ I was expecting that greyhole then deletes the files itself
by shapethelola
Wed Jul 24, 2013 5:22 am
Forum: Storage Pooling/Greyhole
Topic: SOLVED: How to delete a file
Replies: 8
Views: 4631

Re: How to delete a file

Thanks a lot.. :-) Sometimes its really as easy as you think it is, but one never knows. You helped me a lot, appreciate it

Ive looked at that posts already, but just couldnt help me with this point in general.
by shapethelola
Wed Jul 24, 2013 3:18 am
Forum: Storage Pooling/Greyhole
Topic: SOLVED: How to delete a file
Replies: 8
Views: 4631

SOLVED: How to delete a file

Hey there, Im amazed of greyhole and Amahi, keep it up. The interface already helped me a lot to understand the core features of it and work with it. Ive just got 1 small question. I mean if I put a file into the landing zone and after greyhole puts it into the greyhole folder and puts the symlink i...
by shapethelola
Mon Jul 22, 2013 12:29 am
Forum: Networking
Topic: SOLVED: Best way to disable Amahi's DNS and DHCP serving
Replies: 5
Views: 5561

Re: Best way to disable Amahi's DNS and DHCP serving

Thanks mate, but nevermind. I was having trouble with PlexConnect and Amahi but found a way to make it work easily
by shapethelola
Sun Jul 21, 2013 1:18 pm
Forum: Installation
Topic: PlexConnect for Apple TV 2nd/3rd
Replies: 15
Views: 10674

Re: PlexConnect for Apple TV 2nd/3rd

No idea, to be honest.
Ive just done another clean install of amahi and ubuntu server and Ive got it to work again.
What error do you get? does PlexConnect even start?

but you actually need a port.conf, did you try to find it ?
Regards,
Jan
by shapethelola
Sat Jul 20, 2013 1:00 pm
Forum: Installation
Topic: PlexConnect for Apple TV 2nd/3rd
Replies: 15
Views: 10674

Re: PlexConnect for Apple TV 2nd/3rd

The Solution is rather simple to be honest, but I also needed some time to work this out. First check your IP using ifconfig mine is 10.0.1.3 for example on eth0 Then do the following : sudo ifconfig eth0:1 10.0.1.4 netmask 255.255.255.0 & sudo ifconfig eth0:1 up After that it goes on like this ...