Help getting Pink Pogoplug running NAS -- AGAIN!

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

Re: Help getting Pink Pogoplug running NAS

Postby Hypnosis4U2NV » Tue Aug 09, 2011 2:31 pm

After some research I discovered that the command 'df' will list the devices connected via USB to the Pogoplug and give their paths.. So I went back to the smb.conf to see what was going on and obviously the path to the drive was incorrect.. After changing the path to what 'df' showed it to be, I was able to access the files on the USB stick that I connected it to..

How can I change the name of the ip from alarm to something I want? ex. root@alarm to root@pogonas
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm

Re: Help getting Pink Pogoplug running NAS

Postby pepedog » Tue Aug 09, 2011 2:42 pm

Edit /etc/rc.conf and reboot

Webmin is a good tool
https://wiki.archlinux.org/index.php/Webmin
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Help getting Pink Pogoplug running NAS

Postby Hypnosis4U2NV » Tue Aug 09, 2011 3:38 pm

$this->bbcode_second_pass_quote('pepedog', 'E')dit /etc/rc.conf and reboot

Webmin is a good tool
https://wiki.archlinux.org/index.php/Webmin


That worked! IP changed..

After install, Webmin fails to boot when I start it..
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm

Re: Help getting Pink Pogoplug running NAS

Postby Hypnosis4U2NV » Tue Aug 09, 2011 6:17 pm

I have another issue I need help with.. I unplugged the power off the Pogoplug and moved it but it does not want to load the Archlinux OS at boot after I reapplied power.. Anyway to start the service? It works if i /sbin/reboot
Last edited by Hypnosis4U2NV on Tue Aug 09, 2011 6:27 pm, edited 1 time in total.
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm

Re: Help getting Pink Pogoplug running NAS

Postby pepedog » Tue Aug 09, 2011 6:19 pm

What other usb drives are plugged in? Try with just OS drive
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Help getting Pink Pogoplug running NAS

Postby Hypnosis4U2NV » Tue Aug 09, 2011 6:38 pm

Everything was disconnected except for the USB drive with the OS attached to the front of the Pogoplug..

I finally have the Pogoplug sharing two external hard drives via SAMBA.. I can connect and access them through Windows, but I just tried with the WDTV and it fails to connect.. I went through the menu to Network Shares, clicked on Pogoplug and it returned an error that it can not connect..

The name that shows up on the WDTV is POGOPLUG.. But I set the IP name to 'PogoPlug NAS' and the server string and netbios name to 'PogoPlug NAS' also.. Could that be it?

UPDATE: I updated the smb.conf and rc.conf and removed the spaces in the name 'PogoPlug NAS' to 'PogoPlugNAS'.. This time the WDTV was able to connect to it but I am unable to stream the movies.. They stay stuck on playing..

UPDATE2: On a hunch, I figured the share names would work if they didn't have any spaces in them and reduced to 12 characters.. So I edited the smb.conf file to reflect that and....THEY WORK!

Awesome! Thanks for the help guys!
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm

Re: [RESOLVED]Help getting Pink Pogoplug running NAS

Postby Hypnosis4U2NV » Sat Oct 15, 2011 3:49 am

Came home one day Samba was down.. Tried rebooting and I couldn't get into Archlinux from the USB stick.. I reinstalled everything on another drive and plugged my drives in, everything works. I reboot the Pogoplug with the drives attached and it just hangs, but before initially attaching the drives from a fresh install it boots into Archlinux with no problem.. Ive gone through this process over 10 times trying different tweaks, I cant get it to boot with my external drives attached..

Its driving me insane!
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm

Re: Help getting Pink Pogoplug running NAS -- AGAIN!

Postby Hypnosis4U2NV » Sat Oct 15, 2011 11:21 pm

I had this running fine for about two months but came home to find the SAMBA server and Pogoplug unresponsive. I rebooted the Pogoplug and it would not boot into Archlinux. Disconnected all the drives except for the boot USB drive and still no go. Took that out and I was able to SSH into the Pogoplug. I figured I would try a complete and fresh reinstall of the system to correct the issue but even that has me starting from square one every single time. Here are the steps that I used to install Archlinux and Samba:

Step 1:

I follow the instructions at http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray?quicktabs_platform_tabs=1#quicktabs-platform_tabs and install uboot and Archlinux.

Step 2:

After rebooting into Archlinux I perform a "pacman -Syu" and update all the files except the two kernel26 files.
I modify "/etc/rc.conf" to reflect a new hostname "PogoplugNAS" then REBOOT "/sbin/reboot".

Step 3:

Once booted up, I attach 2 external hard drives to the Pogoplug and mount them one at a time. Hard drive 1 path "/etc/sdb1" labeled "Maxtor" mounted to the directory '/media/Maxtor' and "/etc/sdc1" labeled "Elements" mounted to the directory '/media/Elements'. Once verfied as mounted, I then edited '/etc/fstab' as follows:
$this->bbcode_second_pass_quote('', '
')LABEL=Maxtor /media/Maxtor ext3 defaults 1 2
LABEL=Elements /media/Elements ext3 defaults 1 2


Step 4:

I install Samba as per http://archlinuxarm.org/support/guides/applications/samba. Edit my 'smb.conf' to read as follows:
$this->bbcode_second_pass_quote('', '
')[global]
workgroup = WORKGROUP
server string = PogoplugNAS
netbios name = PogoplugNAS
security = share
load printers = no
printing = bsd
printcap name = /dev/null
disable spools = yes
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 SO_KEEPALIVE [Multimedia]
path = /media/Maxtor
read only = no
public = yes
writable = yes
force user = root
[Movies]
path = /media/Elements
read only = no
public = yes
writable = yes
force user = root


Then I edit "/etc/rc.conf" and add Samba to the list of DAEMONS.

Step 5:

I start Samba "/etc/rc.d/samba start" and verify that everything is working with the Samba shares through my local network. All is good! I apply "pacman -S udev-automount" and everything installs without a hitch.

Step 6:

Reboot Pogoplug "/sbin/reboot" and it fails to boot from the USB. Tried different steps using the above settings and it appears that once the external hard drives are mounted to the Pogoplug, it will fail to boot Archlinux.
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm
Top

Re: Help getting Pink Pogoplug running NAS -- AGAIN!

Postby FullHD » Mon Oct 17, 2011 1:38 pm

In step 5, you should try to reboot before installing udev-automount. If that works and you install udev-automount and the pogoplug then fails to boot into Archlinux, then you know the cause of your problem. Next step is then to figure out why this happens and how to work around it. But first things first.
FullHD
 
Posts: 4
Joined: Thu Sep 01, 2011 4:07 pm

Re: Help getting Pink Pogoplug running NAS -- AGAIN!

Postby Hypnosis4U2NV » Mon Oct 17, 2011 2:08 pm

$this->bbcode_second_pass_quote('FullHD', 'I')n step 5, you should try to reboot before installing udev-automount. If that works and you install udev-automount and the pogoplug then fails to boot into Archlinux, then you know the cause of your problem. Next step is then to figure out why this happens and how to work around it. But first things first.


Thanks.. I will try that tonight..
Hypnosis4U2NV
 
Posts: 62
Joined: Sat Aug 06, 2011 11:41 pm
Top

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 1 guest