NEW ARMv5te RootFS with Systemd (Please Test)

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

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby Budland » Mon Nov 19, 2012 5:20 am

I could not load the root filesystem. Seem like the link is broken, can someone verify?
Budland
 
Posts: 3
Joined: Sat Dec 10, 2011 4:54 am

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby moonman » Mon Nov 19, 2012 7:15 am

It isn't for testing anymore and is now official?
http://us.mirror.archlinuxarm.org/os/Ar ... est.tar.gz
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: NEW ARMv5te RootFS with Systemd (Please Test)

Postby xenoxaos » Mon Nov 19, 2012 2:54 pm

Correct....the -latest image is now using systemd.
Arch Linux ARM exists and continues to grow through community support, please donate today!
xenoxaos
Developer
 
Posts: 323
Joined: Thu Jan 06, 2011 1:45 am

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby BrianM » Thu Nov 22, 2012 8:49 am

$this->bbcode_second_pass_quote('sambul13', 'I')'m running 3.6.4-1-ARCH now. Did you post something different?

The only issue so far apart from some previous update "news" was that some AUR packages didn't move to systemd yet, so not sure how to autostart their daemons, since rc.conf is missing. :) Another issue is many ArchLinux Wiki articles aren't updated yet either, so its hard to grasp the proper action with new packages, systemd services names, etc.


OK, so - now we've got a release that gets the systemd issues sorted - great.
I've done a fresh install and because I've assigned a Static IP in the DHCP server, I'm back up and running.
But following the setup instructions now "fails" because of the missing rc.conf - and I don't know what to do next. (I have tried setting timzone with timedatectl but it fails):
$this->bbcode_second_pass_code('', '[root@alarm ~]# timedatectl set-timezone Europe/London
Failed to issue method call: The name org.freedesktop.PolicyKit1 was not provided by any .service files
')
If it will help, I'm happy to step through the instructions so they can be updated to the new release.
BrianM
 
Posts: 51
Joined: Sat Sep 29, 2012 2:23 pm

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby moonman » Thu Nov 22, 2012 9:09 am

$this->bbcode_second_pass_code('', 'pacman -Sy polkit
reboot')

The guides will stay the same exept now instead of putting something into DAEMONS list you do systemctl enable <some daemon>

For sambe for example you would do systemctl enable smbd (instead of adding samba to daemons). Most names are the same, but some aren't.

The things I found to be different:
sysvinit - systemd
samba - smbd
transmissiond - transmission
crond - cronie OR dcron (whatever you have)
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: NEW ARMv5te RootFS with Systemd (Please Test)

Postby BrianM » Thu Nov 22, 2012 9:29 am

Thanks moonman, polkit installed and fixes timedatectl error

The instructions that I was following were the basic installation guide. So the last bit (in "first reboot" section) needs amending:
$this->bbcode_second_pass_code('', '•Set your local timezone:
nano /etc/rc.conf
# Change the TIMEZONE to any of the zones listed in /usr/share/zoneinfo unless you live in Chicago.')
So the polkit install requirement would be good here (unless it can be included with a build revision)

Then, in the "First Steps" section of the support guides the "sync NTP" instructions don't apply. (Looking at that now.)
BrianM
 
Posts: 51
Joined: Sat Sep 29, 2012 2:23 pm

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby BrianM » Thu Nov 22, 2012 10:20 am

Synchronizing RTC with system time using timedatectl
$this->bbcode_second_pass_code('', 'Warning: The RTC is configured to maintain time in the local time zone. This
mode is not fully supported and will create various problems with time
zone changes and daylight saving adjustments. If at all possible use
RTC in UTC, by calling 'timedatectl set-local-rtc 0'.
')
So installation guide needs:
$this->bbcode_second_pass_code('', '$ timedatectl set-local-rtc 0')
BrianM
 
Posts: 51
Joined: Sat Sep 29, 2012 2:23 pm

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby BrianM » Thu Nov 22, 2012 3:28 pm

I've lost auto USB drive mounting (with this release)
BrianM
 
Posts: 51
Joined: Sat Sep 29, 2012 2:23 pm

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby xenoxaos » Thu Nov 22, 2012 3:34 pm

$this->bbcode_second_pass_quote('BrianM', 'I')'ve lost auto USB drive mounting (with this release)

install udev-automount...
Arch Linux ARM exists and continues to grow through community support, please donate today!
xenoxaos
Developer
 
Posts: 323
Joined: Thu Jan 06, 2011 1:45 am

Re: NEW ARMv5te RootFS with Systemd (Please Test)

Postby BrianM » Thu Nov 22, 2012 3:46 pm

$this->bbcode_second_pass_quote('xenoxaos', '')$this->bbcode_second_pass_quote('BrianM', 'I')'ve lost auto USB drive mounting (with this release)

install udev-automount...

Thanks zenoxaos. Yes - have done that - but some confusion as looking in the Linux file browser /media/HD_Library wasn't there in /media even after reboot (still isn't). However just run up Webmin and it says it's mounted! But the Samba share (that Webmin thinks is there) isn't working in Windows...
Weird
dmesg says, yes:
$this->bbcode_second_pass_code('', '/dev/sdb1 on /media/HD_Library type fuseblk (rw,nosuid,nodev,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
')
But get this error when trying to browse:
$this->bbcode_second_pass_code('', '[root@alarm ~]# cd /media/HD_Library
-bash: cd: /media/HD_Library: Transport endpoint is not connected
[root@alarm ~]#
')
Might be something to do with this bug:
http://article.gmane.org/gmane.comp.file-systems.fuse.devel/11922
Getting worse (worked once - thought it was /etc/locale.conf not having right country code) but it is throwing up shares of now-disconnected drives. Bizarre

This whole thing being discussed at
http://archlinuxarm.org/forum/viewtopic.php?f=18&t=4376
BrianM
 
Posts: 51
Joined: Sat Sep 29, 2012 2:23 pm
Top

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: Google [Bot] and 8 guests