OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 388940.0
May 15, 2011 10:39 AM

Categories: Pogoplug Drive (Linux)

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

Daniel Lodge

Member
Joined: 05/15/2011

I have a Pogoplug Pro which I successfully installed and used on Ubuntu 10.10. I did a fresh install of 11.04, but now am unable to get pogoplug working using the tutorial (http://www.pogoplugged.com/article/13974/How-to-Install-Pogoplug-Drive-on-Ubuntu-10.04-Lucid-Lynx/).

I get the "SSL Server certificate ... Failed to connect to server: -15!" error.

I have used the 64-bit binary, installed fuse-utils and changed the mountpoint permissions.

Any thoughts? Anyone have success on Natty?

Discussion:    Add a Comment | Comments 1-10 of 10 | Latest Comment

May 16, 2011 1:52 PM

Hello,

- Is the system-date on this Ubuntu machine correct?

- Does your password have any special characters in it? Anything other than numbers and letters? If you have things like $ * ( ! , please use "\" to escape them when typing at the bash terminal

- Do you have fuse installed? What version?

- Are you in the fuse group?

- If you try it as root, does it work?

The only limit to the Pogoplug is your imagination... and C skills... and linux skills. ^_^ h\t\tp://download.pogoplug.com/opensource/pogoplug-gcc.tar.bz2

June 3, 2011 7:57 AM

I use that script at log in to mount the pogoplug, copy it to gedit or nano and save it as pogoplug.sh or whatever you want .sh and give it a+x. I used the same steps as above, but had to put the ' ' around the password to get it to take it. Make sure you install all the fuse that is listed in that post and give yourself access to the fuss group by adding your user name to the group. I also put the pogoplug file on my /home root. I couldn't get it to work other wise. Hope you find help in this.


while [ 1 ]; do
if mountpoint -q /media/pogoplug; then
sleep 5
else
ping -c 2 pogoplug.com
if [[ $? != 0 ]]; then
sleep 1
else
/usr/bin/pogoplugfs --user ************* --password '**********' --mountpoint /media/pogoplug
fi
fi
done

June 3, 2011 12:11 PM

I was using double quotes "" to escape the password, changing to single quotes '' allowed me to mount the drive. Thanks! I chose to place the mount command in the Startup Applications Preferences from within the desktop environment.

July 1, 2011 8:06 PM

Ok, now my turn.

I downloaded the 64-bit from download.com as recommended in a different forum posting:

http://download.cnet.com/Pogoplug-Drive-for-Linux-64-bit/3000-18500_4-7544603...

Installed the same FUSE binaries through Synaptic as recommended in:

http://www.pogoplugged.com/article/13974/How-to-Install-Pogoplug-Drive-on-Ubu...

Followed all the scripts:


$ sudo usermod -a -G fuse $(id -u -n)
$ sudo mkdir /media/pogoplug
$ sudo chown root:fuse /media/pogoplug
$ sudo chown root:fuse /media/pogoplug


Confirmed the mount point exists with the right ownership and permissions:


$ ls -lah /media | grep pogoplug
drwxrwxr-x 2 root fuse 4.0K 2011-07-01 20:34 pogoplug


Then, I ran the provide script:


$ sudo ./pogoplugfs --user my_pogoplug_email@gmail.com --password my_password --mountpoint /media/pogoplug


Got the terminal to connect:


[205404.777][139817][CEFSAP][08] Logged in as '[email address]' -> '[[removed]]'


But when I attempt to open the mounted folder, I get:

Location is not a folder


I check the mountpoint and now it looks like this:


d????????? ? ? ? ? ? pogoplug


Any idea what might be going on here?

July 14, 2011 5:34 PM

If you actually used the 4 lines as in the post, you got the 4th one wrong. It is just a copy of the 3rd. In my case, I mistakenly used

$ sudo chmod 0755 /media/pogoplug


for the 4th line. These are the wrong permissions and I got similar junk. Also, by using 'sudo' in the ./pogoplugfs command, you are mounting the pogoplug as root. You will only be able to read it as root. That's also a problem. After you use the correct 4th line:

$ sudo chmod 0775 /media/pogoplug


then issue the ./pogoplugfs command *without* the sudo. It should work and should mount it as a regular user and everything should work swimmingly.

October 16, 2011 1:12 PM

Thanks. Wish I had been able to get back to this sooner. Finally able to give it another go-round...

Now I'm getting "No mountpoint specified!"

@ubuntu:~$ pwd
/home/user


@ubuntu:~$ ls -lah | grep pogoplugfs
-rwxr-xr-x 1 user user 5.5M 2009-05-05 21:48 pogoplugfs
-rw-r--r-- 1 user user 1.8M 2011-07-01 20:25 pogoplugfs-linux64-1.0.0.6.tgz
-rw-rw-rw- 1 user user 29K 2011-07-05 17:57 pogoplugfs.log



@ubuntu:~$ sudo usermod -a -G fuse $(id -u -n)


@ubuntu:~$ sudo mkdir /media/pogoplug


@ubuntu:~$ sudo chown root:fuse /media/pogoplug/


@ubuntu:~$ sudo chmod 0775 /media/pogoplug


@ubuntu:~$ whoami
user


@ubuntu:~$ ls -lah /media
total 76K
drwxr-xr-x 4 root root 4.0K 2011-10-16 13:51 .
drwxr-xr-x 24 root root 4.0K 2011-10-16 13:36 ..
drwxrwxrwx 1 root root 64K 2011-10-15 22:21 DATA
drwxrwxr-x 2 root fuse 4.0K 2011-10-16 13:51 pogoplug


@ubuntu:~$ ./pogoplugfs --user my_pogoplug_email@gmail.com --password my_password --mountpoint /media/pogoplug
[1] 2773
ERROR: No mountpoint specified!
P4n#: command not found
[1]+ Exit 4


Swapped the location of the "mountpoint" in the command-line

@ubuntu:~$ ./pogoplugfs --mountpoint /media/pogoplug --user my_pogoplug_email@gmail.com --password my_password

[1] 2839
[140844.844][140117][CEFSAP][08] **********************************************
[140844.845][140117][CEFSAP][08] **********************************************
[140844.845][140117][CEFSAP][08] **********************************************
[140844.845][140117][CEFSAP][08] Application Started [VERSION 'LINUX GENERIC - 1.0.0.6' 'GENERIC - 0.80']
[140844.845][140117][CEFSAP][08] Property mode:
[140844.845][140117][CEFSAP][08] SVCURL: http://service.pogoplug.com/svc/api
[140844.845][140117][CEFSAP][08] SVCFILEURL: http://service.pogoplug.com/svc/files
[140844.845][140117][BRHTTP][02] RECONNECTING 0x25e5da0
[140845.036][140117][BRHTTP][08] Verifying SSL certificate of peer...
[140845.037][140117][BRHTTP][08] Error with certificate at depth: 3
[140845.037][140117][BRHTTP][08] subject: /L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 Policy Validation Authority/CN=http://www.valicert.com//emailAddress=info@valicert.com
[140845.037][140117][BRHTTP][08] issuer: /L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 Policy Validation Authority/CN=http://www.valicert.com//emailAddress=info@valicert.com
[140845.037][140117][BRHTTP][08] error: 19:self signed certificate in certificate chain
[140845.037][140117][BRHTTP][08] Verifying SSL certificate of peer...
[140845.038][140117][BRHTTP][08] Verifying SSL certificate of peer...
[140845.038][140117][BRHTTP][08] Verifying SSL certificate of peer...
[140845.039][140117][BRHTTP][08] Verifying SSL certificate of peer...
[140845.085][140117][BRHTTP][08] SSL Connection complete using cipher: AES256-SHA
[140845.086][140117][BRHTTP][08] SSL Server certificate:
[140845.086][140117][BRHTTP][08] subject: /O=*.pogoplug.com/OU=Domain Control Validated/CN=*.pogoplug.com
[140845.086][140117][BRHTTP][08] issuer: /C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287
P4n#: command not found
ERROR: Failed to connect to server: -15!
[140845.212][140117][CEFSAP][08] Application Gracefully exiting...
[140845.212][140117][CEFSAP][08] **********************************************
[140845.213][140117][CEFSAP][08] **********************************************
[140845.213][140117][CEFSAP][08]
[140845.213][140117][CEFSAP][08]


Do I need to tell the command to ignore the SSL certificate? Any recommendations?

Marc K.
@stayinginsync

November 16, 2011 2:51 AM

Restart your pogoplug. The certificate has to be reloaded.

November 17, 2011 12:52 PM

@lucky
Thanks.

Now getting new error

[2] 5072
./pogoplugfs: error while loading shared libraries: libfuse.so.2: wrong ELF class: ELFCLASS64

November 17, 2011 1:31 PM updated: November 17, 2011 1:31 PM

I used a combination of the following:

http://askubuntu.com/questions/60751/is-it-possible-to-have-32-bit-libraries-...

http://translate.google.co.uk/translate?hl=en&sl=ja&u=http://abikounso.blogsp...

but now I'm back to square one, even after rebooting:


[142941.869][414957][CEFSAP][08] **********************************************
[142941.870][414957][CEFSAP][08] **********************************************
[142941.870][414957][CEFSAP][08] **********************************************
[142941.870][414957][CEFSAP][08] Application Started [VERSION 'LINUX GENERIC - 1.0.0.6' 'GENERIC - 0.80']
[142941.870][414957][CEFSAP][08] Property mode:
[142941.870][414957][CEFSAP][08] SVCURL: http://service.pogoplug.com/svc/api
[142941.870][414957][CEFSAP][08] SVCFILEURL: http://service.pogoplug.com/svc/files
[142941.870][414957][BRHTTP][02] RECONNECTING 0x9aa89d8
[142942.000][414957][BRHTTP][08] Verifying SSL certificate of peer...
[142942.000][414957][BRHTTP][08] Error with certificate at depth: 3
[142942.000][414957][BRHTTP][08] subject: /L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 Policy Validation Authority/CN=http://www.valicert.com//emailAddress=info@valicert.com
[142942.000][414957][BRHTTP][08] issuer: /L=ValiCert Validation Network/O=ValiCert, Inc./OU=ValiCert Class 2 Policy Validation Authority/CN=http://www.valicert.com//emailAddress=info@valicert.com
[142942.001][414957][BRHTTP][08] error: 19:self signed certificate in certificate chain
[142942.001][414957][BRHTTP][08] Verifying SSL certificate of peer...
[142942.002][414957][BRHTTP][08] Verifying SSL certificate of peer...
[142942.002][414957][BRHTTP][08] Verifying SSL certificate of peer...
[142942.004][414957][BRHTTP][08] Verifying SSL certificate of peer...
P4n#: command not found
[142942.046][414957][BRHTTP][08] SSL Connection complete using cipher: AES256-SHA
[142942.046][414957][BRHTTP][08] SSL Server certificate:
[142942.046][414957][BRHTTP][08] subject: /O=*.pogoplug.com/OU=Domain Control Validated/CN=*.pogoplug.com
[142942.046][414957][BRHTTP][08] issuer: /C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287
mkaplan@ubuntu:~$ ERROR: Failed to connect to server: -15!
[142942.156][414957][CEFSAP][08] Application Gracefully exiting...
[142942.156][414957][CEFSAP][08] **********************************************
[142942.156][414957][CEFSAP][08] **********************************************
[142942.156][414957][CEFSAP][08]
[142942.156][414957][CEFSAP][08]

November 18, 2011 7:30 AM

You need ia32-libs on a 64-Bit system

sudo apt-get install ia32-libs libc6-i386

Hopefully libfuse.so is part of it.

Discussion:    Add a Comment | Back to Top | Comments 1-10 of 10 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window