[How-To] install my.pogoplug.com service on any armv5 device

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby moonman » Tue Mar 19, 2013 8:58 am

Hmm where did you get the double "P" from?

$this->bbcode_second_pass_code('', 'ls /usr/lib/systemd/system | grep pogo
pogoplug.service')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby silverbob76 » Fri Mar 22, 2013 7:02 pm

Hi Guys,

I successfully reenabled my pogoplug service. However, when I go to mypogoplug.com it shows my pogo device, but no hard drive attached. I tried a few things, but not sure what to do else. When I look at the first page of this topic, I see moonman mentions to edit the /etc/pogoplug.conf file and add there "directories". I am not sure what to add there. This is what it looks like now:

example below: vfsdir<number>=<name>,<path>
vfsdir0=plugdata,/media/2TBDrive/Downloads
installdir=/usr/local/cloudengines
#datadir=.
datadir=.
nohotplug=1

I have no clue how to proceed. Can anybody help me please? I am a little bit lost here.

Thanks and regards
silverbob76
 
Posts: 9
Joined: Fri Mar 22, 2013 6:58 pm

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby moonman » Fri Mar 22, 2013 7:22 pm

$this->bbcode_second_pass_code('', 'vfsdir0=plugdata,/media/2TBDrive/Downloads')

plugdata = name of the directory shared shown @ my.pogoplug.com (whatever you want)
/media/2TBDrive/Downloads = path to shared directory. Let's say your hard drive is mounted at /media/MyDrive, then put that path in
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby silverbob76 » Fri Mar 22, 2013 8:24 pm

Hi moonman,

how can I see where my harddrive is mounted, I have no real clue on how to check this. I just followed a guide on how to install archlinux on my pogo. Than I found this topic here to switch on back the pogoplug.service. Im trying to understand but its a little difficult for me to follow you on this.
silverbob76
 
Posts: 9
Joined: Fri Mar 22, 2013 6:58 pm

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby moonman » Fri Mar 22, 2013 8:52 pm

If you just installed it, then you may have to turn automounting on:

$this->bbcode_second_pass_code('', 'pacman -Sy udevil
systemctl enable devmon@root
systemctl start devmon@root')

Now your hard drive should be mounted automatically under /media

cd into /media
$this->bbcode_second_pass_code('', 'cd /media')

and see what's in there
$this->bbcode_second_pass_code('', 'ls')

You can also use "mount" to see all the mounts
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby silverbob76 » Fri Mar 22, 2013 9:01 pm

Ok, now I can see that my harddrive is mounted, its called WD_Elements_500. But in mypogoplug.com still not showing. I updated the pogoplug.conf file, see below. Do I have to change any other setting or file?


example below: vfsdir<number>=<name>,<path>
vfsdir0=plugdata,/media/WD_Elements_500
installdir=/usr/local/cloudengines
#datadir=.
datadir=.
nohotplug=1

Thansks for your help
silverbob76
 
Posts: 9
Joined: Fri Mar 22, 2013 6:58 pm

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby moonman » Fri Mar 22, 2013 9:45 pm

did you restart the service?
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby silverbob76 » Fri Mar 22, 2013 9:46 pm

yes, I did.

systemctl restart pogoplug.service

Still nothing
silverbob76
 
Posts: 9
Joined: Fri Mar 22, 2013 6:58 pm

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby moonman » Fri Mar 22, 2013 10:39 pm

$this->bbcode_second_pass_code('', 'systemctl stop pogoplug
killall hbwd
killall hbplug
systemctl start pogoplug')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: [How-To] install my.pogoplug.com service on any armv5 de

Postby silverbob76 » Fri Mar 22, 2013 11:40 pm

I tried this as well. No hbwd or hbplug process which can be killed. Actually im starting to think that something else is missing here.

What about the svcid? Do I have to replace this number with the pogo number placed at the bottom of my device?
silverbob76
 
Posts: 9
Joined: Fri Mar 22, 2013 6:58 pm

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 7 guests