os/pogoplug directory gone?

Ask questions about Arch Linux ARM. Please search before making a new topic.

os/pogoplug directory gone?

Postby salpsx » Tue Sep 03, 2013 12:40 am

getting a 404 error on http://archlinuxarm.org/os/pogoplug/mke2fs

looks like all the pogoplug directories are gone?
salpsx
 
Posts: 2
Joined: Tue Sep 03, 2013 12:32 am

Re: os/pogoplug directory gone?

Postby salpsx » Tue Sep 03, 2013 1:36 am

to further clarify when I wget that or any tar for pogoplug from those locations I get file not found but I can see the dirs and files from my browser. I can download them on my pc them move to dropbox then it lets me wget from there. not sure whats up
salpsx
 
Posts: 2
Joined: Tue Sep 03, 2013 12:32 am

Re: os/pogoplug directory gone?

Postby donmacyou » Tue Sep 03, 2013 2:33 am

I am experiencing the same thing. Hope it gets cleared up or someone comes along with another link.

Pogoplug:/tmp$ wget http://www.archlinuxarm.org/os/pogoplug/mke2fs
Connecting to http://www.archlinuxarm.org (50.116.36.110:80)
wget: server returned error: HTTP/1.1 404 Not Found
donmacyou
 
Posts: 7
Joined: Tue Sep 03, 2013 2:30 am

Re: os/pogoplug directory gone?

Postby WarheadsSE » Tue Sep 03, 2013 11:28 am

Remove 'www.'
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: os/pogoplug directory gone?

Postby donmacyou » Tue Sep 03, 2013 5:22 pm

Thanks for the tip, but it didn't work. I liked it so much I tried it twice.

Pogoplug:/tmp$ wget http://archlinuxarm.org/os/pogoplug/mke2fs
Connecting to archlinuxarm.org (50.116.36.110:80)
wget: server returned error: HTTP/1.1 404 Not Found
Pogoplug:/tmp$ wget http://archlinuxarm.org/os/pogoplug/mke2fs
Connecting to archlinuxarm.org (50.116.36.110:80)
wget: server returned error: HTTP/1.1 404 Not Found


I had typed the non-www version ~dozen times before using the keyboard history. In the hundreds of tries, at some point, I must have incorrectly re-continued with one of my desperation variant command lines. It does the same thing - at least as far as I can see. I can download via browser to PC (via, say, the above links), but don't know how to transfer via USB/ethernet at the stage of the device (uboot?). Is there a command to get a resource on another PC via Ethernet/SSH?

Do you have another valid link/server? Thanks for responding.

P.S. Don't know if this could be connected, but when I go to the archlinuxarm.org server and try to "Quote" a post (any of the above), I get a something something too old, so can't quote message ("This topic is too old to reply, so, it's locked now. Thanks"). Could the server clock be off? My clock appears correct sy ~10:26 AM PST 9/3/2013

..and one more, just in case ...
Pogoplug:/tmp$ wget http://archlinuxarm.org/os/pogoplug/mke2fs
Connecting to archlinuxarm.org (50.116.36.110:80)
wget: server returned error: HTTP/1.1 404 Not Found
Pogoplug:/tmp$ . . . . .


P.S.S. My account User Control Panel global settings for this site had Summer DST off ('No'), so I enabled it to 'Yes'. but that shouldn't cause a problem on my end with an 'wget' SSH file transfer? Can the PPv2 have an internal time issue? I can wget other sites.
donmacyou
 
Posts: 7
Joined: Tue Sep 03, 2013 2:30 am

Re: os/pogoplug directory gone?

Postby donmacyou » Tue Sep 03, 2013 8:52 pm

Any alternate links?
donmacyou
 
Posts: 7
Joined: Tue Sep 03, 2013 2:30 am

Re: os/pogoplug directory gone?

Postby grayman4hire » Tue Sep 03, 2013 9:25 pm

"wget http://archlinuxarm.org/os/pogoplug/mke2fs" works fine for me just now.

$this->bbcode_second_pass_code('', '
[root@rainbowdash ~]# cd /tmp
[root@rainbowdash tmp]# wget http://archlinuxarm.org/os/pogoplug/mke2fs
--2013-09-03 14:23:37-- http://archlinuxarm.org/os/pogoplug/mke2fs
Resolving archlinuxarm.org (archlinuxarm.org)... 50.116.36.110
Connecting to archlinuxarm.org (archlinuxarm.org)|50.116.36.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://os.archlinuxarm.org/os/pogoplug/mke2fs [following]
--2013-09-03 14:23:38-- http://os.archlinuxarm.org/os/pogoplug/mke2fs
Resolving os.archlinuxarm.org (os.archlinuxarm.org)... 69.55.55.2, 192.95.40.132, 67.23.118.182, ...
Connecting to os.archlinuxarm.org (os.archlinuxarm.org)|69.55.55.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 818533 (799K) [application/octet-stream]
Saving to: âmke2fsâ

100%[======================================>] 818,533 628KB/s in 1.3s

2013-09-03 14:23:39 (628 KB/s) - âmke2fsâ saved [818533/818533]

[root@rainbowdash tmp]#
')

However I noticed the 301 redirect so you might want to give this a try:

$this->bbcode_second_pass_code('', '
cd /tmp
wget http://os.archlinuxarm.org/os/pogoplug/mke2fs
')
grayman4hire
 
Posts: 350
Joined: Sat Sep 29, 2012 12:03 am
Location: SF, CA

Re: os/pogoplug directory gone?

Postby donmacyou » Tue Sep 03, 2013 9:53 pm

Pogoplug:~$ wget http://archlinuxarm.org/os/pogoplug/mke2e
Connecting to archlinuxarm.org (50.116.36.110:80)
wget: server returned error: HTTP/1.1 404 Not Found
Pogoplug:~$ wget http://os.archlinuxarm.org/os/pogoplug/mke2e
Connecting to os.archlinuxarm.org (192.95.40.132:80)
wget: server returned error: HTTP/1.1 404 Not Found
Pogoplug:~$...
donmacyou
 
Posts: 7
Joined: Tue Sep 03, 2013 2:30 am

Re: os/pogoplug directory gone?

Postby grayman4hire » Tue Sep 03, 2013 10:17 pm

It's something on your side most likely.

Just download the file and upload it to your dropbox or use WINSCP and SCP (secure file copy, aka file transfer over ssh) to move the file over to your pogoplug.
grayman4hire
 
Posts: 350
Joined: Sat Sep 29, 2012 12:03 am
Location: SF, CA

Re: os/pogoplug directory gone?

Postby grayman4hire » Tue Sep 03, 2013 10:21 pm

$this->bbcode_second_pass_quote('donmacyou', 'P')ogoplug:~$ wget http://archlinuxarm.org/os/pogoplug/mke2e
Connecting to archlinuxarm.org (50.116.36.110:80)
wget: server returned error: HTTP/1.1 404 Not Found
Pogoplug:~$ wget http://os.archlinuxarm.org/os/pogoplug/mke2e
Connecting to os.archlinuxarm.org (192.95.40.132:80)
wget: server returned error: HTTP/1.1 404 Not Found
Pogoplug:~$...


You know you have a typo right?
grayman4hire
 
Posts: 350
Joined: Sat Sep 29, 2012 12:03 am
Location: SF, CA

Next

Return to User Questions

Who is online

Users browsing this forum: No registered users and 4 guests