Don't know for sure but I think the updates are initiated from the plug. As such, I don't think the root password is used for update.
Categories: Pogoplug Classic PogoPlug Development
I just installed OpenPogo and am please that I can now use rsync to do backups of the content on the PogoPlug. If I change the root password so I can redirect a port on my router to the PogoPlug will such a change of password prevent Cloud Engines from updating my PogoPlug?
Thanks...
Dave
This question was answered by s4mb4 on OpenPogo's forum: Yes, you CAN change the root password without any harmful side-effects.
I just attempted to change the root password with no luck. Received this error - "passwd: cannot update password file /etc/shadow". And although permissions on /etc/shadow are 640, I am unable to write to it as root - "chmod: /etc/shadow: Read-only file system". Just received my unit today, results of uname - "Linux Pogoplug 2.6.22.18 #30 Tue Apr 21 16:18:51 PDT 2009 armv5tejl unknown"
Ideas? Anyone?
I'm guessing the error you got was:
passwd: cannot update password file /etc/shadow
The password is stored on the read only file system. You need to mount it as read/write with:
mount -o rw,remount /
and then put it back to read only after you've changed the password with:
mount -o ro,remount /
Thanks for the reply. I found crimsonredmk's overview just moments before. I should have been more patient. Thansk much.
what is the command/procedure to change the password after mounting th DS as R/W?

RSS


