Where are the package installation instructions?

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

Re: Where are the package installation instructions?

Postby WarheadsSE » Wed Jan 16, 2013 4:24 pm

nothing from `mount` ?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Where are the package installation instructions?

Postby Kamen » Wed Jan 16, 2013 4:47 pm

Thank you, very much! I had forgotten about 'mount'. Now I see it. Why is the mount point buried all the way in '/run/media/root' ? Can I change this? Should I?
And why is the date on that folder 1969? My /sys folder is also 1969, I think that happened when I installed udevil and setup devmon. The system date is correct.
Kamen
Pogoplugs: POGO-B01 (Classic) and POGO-E02 (v2)
Kamen
 
Posts: 27
Joined: Mon Sep 17, 2012 5:53 pm

Re: Where are the package installation instructions?

Postby pepedog » Wed Jan 16, 2013 7:09 pm

Can you create the folder /media
My apologies, I never recreated when I created the rootfs
Things will mount there then
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Where are the package installation instructions?

Postby Kamen » Wed Jan 16, 2013 7:36 pm

Thank you, very much! That worked - I created manually '/media' and now devices mount there. Sometimes it's the simplest thing...

Now, just to clear it up: on this device (Pogoplug E02), can I follow the old instructions for setting up and installing apps (samba, DLNA, WWW) or not? If not, then when will we have new instructions? I'm willing to mess with stuff but I don't want to load my poor, old brain with more than I need to. Thanks, again!

Kamen
Pogoplugs: POGO-B01 (Classic) and POGO-E02 (v2)
Kamen
 
Posts: 27
Joined: Mon Sep 17, 2012 5:53 pm

Re: Where are the package installation instructions?

Postby Kamen » Thu Jan 17, 2013 6:42 pm

So, is the E02 an oxnas-based device (sysvinit & rc.d/scripts)? Can I follow the same procedure I used to install the applications as I did on my B01 device?

Kamen
Pogoplugs: POGO-B01 (Classic) and POGO-E02 (v2)
Kamen
 
Posts: 27
Joined: Mon Sep 17, 2012 5:53 pm

Re: Where are the package installation instructions?

Postby moonman » Thu Jan 17, 2013 6:57 pm

E02 is kirkwood. You can still follow the same procedures but the way to start a daemon or to get it to start at boot is different. So you won't put anything into the DAEMONS array in rc.conf, instead issue "systemctl enable <daemon>" and to start a daemon instead of "rc.d <daemon> start" do "systemctl start <daemon>". Some daemons changed their names in systemd, for example samba became smbd + nmbd
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: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Where are the package installation instructions?

Postby Kamen » Thu Jan 17, 2013 7:17 pm

Thank you, very much, moonman! I feel bad for not realizing this when I followed your thorough instructions for setting up devmon. :oops: I think I'm good now!
Kamen
Pogoplugs: POGO-B01 (Classic) and POGO-E02 (v2)
Kamen
 
Posts: 27
Joined: Mon Sep 17, 2012 5:53 pm

Re: Where are the package installation instructions?

Postby Kamen » Thu Jan 17, 2013 8:03 pm

No sooner had I said that... I installed and enabled ntp and after I rebooted, my time was all wrong:
$this->bbcode_second_pass_code('', '[root@PPWEB ~]# timedatectl status
Local time: Wed, 1969-12-31 17:02:24 MST
Universal time: Thu, 1970-01-01 00:02:24 UTC
Timezone: America/Denver
UTC offset: -0700
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: no
Last DST change: MDT ? MST, DST became inactive
Sun, 1969-10-26 01:59:59 MDT
Sun, 1969-10-26 01:00:00 MST
Next DST change: MST ? MDT, DST will become active
the clock will jump one hour forward
Sun, 1970-04-26 01:59:59 MST
Sun, 1970-04-26 03:00:00 MDT')
You can see above that ntp is enabled and synchronized, yet it is all wrong. My servers also work (I even added NIST):
$this->bbcode_second_pass_code('', '[root@PPWEB ~]# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
monitor.uplogon 204.9.54.119 2 u 56 64 1 75.739 -2.547 0.002
montblanc.arbor 164.244.221.197 2 u 54 64 1 89.779 -0.104 0.002
paladin.latt.ne .STEP. 16 u - 64 0 0.000 0.000 0.000
nist1-chi.ustim .ACTS. 1 u 55 64 1 123.531 5.751 0.002')

What is going on now? :o

Kamen
Pogoplugs: POGO-B01 (Classic) and POGO-E02 (v2)
Kamen
 
Posts: 27
Joined: Mon Sep 17, 2012 5:53 pm

Re: Where are the package installation instructions?

Postby WarheadsSE » Thu Jan 17, 2013 8:08 pm

You will need to tell ntp to make the jump, not slowly adjust.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Where are the package installation instructions?

Postby Kamen » Thu Jan 17, 2013 8:32 pm

I'm not sure I understand you correctly. I can set the time manually or ask ntp to do it using 'ntpd -qg' and the time will be correct. But when I reboot the next time, it is back to 1970. Do I need to make some configuration change to ntp? Here's my config file:
$this->bbcode_second_pass_code('', '[root@PPWEB ~]# cat /etc/ntp.conf
# With the default settings below, ntpd will only synchronize your clock.
#
# For details, see:
# - the ntp.conf man page
# - http://support.ntp.org/bin/view/Support/GettingStarted
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon

# Associate to public NTP pool servers; see http://www.pool.ntp.org/
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server time.nist.gov

# Only allow read-only access from localhost
restrict default noquery nopeer
restrict 127.0.0.1
restrict ::1

# Location of drift file
driftfile /var/lib/ntp/ntp.drift

# NOTE: If you run dhcpcd and have lines like 'restrict' and 'fudge' appearing
# here, be sure to add '-Y -N' to the dhcpcd_ethX variables in /etc/conf.d/net')

Kamen
Pogoplugs: POGO-B01 (Classic) and POGO-E02 (v2)
Kamen
 
Posts: 27
Joined: Mon Sep 17, 2012 5:53 pm

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 10 guests