A "last best rootfs"

This forum is for all other ARMv5 devices

Re: A "last best rootfs"

Postby Socaltom » Tue Nov 05, 2013 5:21 pm

$this->bbcode_second_pass_quote('joecho5', 'S')o, I extracted it to a usb drive, plugged it in, booted up, started ssh connection and it asked for password. "root" did not work. "" or nothing did not work. I don't know how to connect. Did I skip something?

Possibly, Have you previously done the install here? http://archlinuxarm.org/platforms/armv6 ... asend-life
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: A "last best rootfs"

Postby joecho5 » Wed Nov 06, 2013 2:33 am

A while ago, I set up my pogoplug to run arch off of a USB drive. So I think I used those instructions, yes.
joecho5
 
Posts: 7
Joined: Mon Sep 03, 2012 11:26 pm

Re: A "last best rootfs"

Postby Socaltom » Wed Nov 06, 2013 8:53 pm

The password is root so I'm not sure why it isn't working for you.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: A "last best rootfs"

Postby niedi74 » Mon Dec 23, 2013 7:34 am

does anyone here migrate successful this rootfs to systemd/systemct. is this possible l ?


regards
niedi
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am

Re: A "last best rootfs"

Postby WarheadsSE » Mon Dec 23, 2013 1:01 pm

No. Kernel age. See any number of various obvious results when searching the forums.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: A "last best rootfs"

Postby niedi74 » Mon Dec 23, 2013 1:31 pm

thanks for replay
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am

Re: A "last best rootfs"

Postby mrhuge » Sat Jan 11, 2014 11:59 am

I hope this is a reasonable place to post this - the "Initscripts Collection" thread is closed.

After much confused searching I was able to find an old version of webmin.rc

(https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/webmin&id=824ff84c588467ce8fce6a1ce56c15a6d4ae287b)

...which looks like this:

$this->bbcode_second_pass_code('', '#!/bin/bash

. /etc/rc.conf
. /etc/rc.d/functions

start=/etc/webmin/start
stop=/etc/webmin/stop
lockfile=/var/lock/webmin

case "$1" in
'start')
stat_busy "Starting Webmin daemon"
$start >/dev/null 2>&1 </dev/null
RETVAL=$?
if [ "$RETVAL" = "0" ]; then
touch $lockfile >/dev/null 2>&1
add_daemon webmin
stat_done
else
stat_fail
fi
;;

'stop')
stat_busy "Stopping Webmin daemon"
$stop >/dev/null 2>&1 </dev/null
RETVAL=$?
if [ "$RETVAL" = "0" ]; then
rm -f $lockfile
rm_daemon webmin
stat_done
else
stat_fail
fi
;;

'restart')
$stop && $start
RETVAL=$?
;;
*)
echo "Usage: $0 { start | stop | restart }"
RETVAL=1
;;
esac
exit $RETVAL

')


I'm not sure if this was the right thing to do, but I renamed webmin.rc to webmin and placed it in the /etc/rc.d directory, and added it to my list of daemons in rc.conf, and it works, at least at first glance - though I'm guessing there's a cleaner way to do it, and I don't know if there are any other files I need (webmin.conf?).

Digging through the repository/archives and seeing the history of the changes to the package build script made me sort of queasy about having just blindly ran "pacman -Sy samba" and "pacman -Sy webmin" etc, given how much there is in the changelog/history that's systemd-related. Is there any way to just pull an old pre-systemd version of the entire install package for webmin or samba etc?

Failing that, does anyone know if I need anything other than webmin.rc to make webmin run happily on OXNAS?

thanks for any assistance...
mrhuge
 
Posts: 15
Joined: Sat Jan 19, 2013 8:56 pm

Re: A "last best rootfs"

Postby niedi74 » Sun Feb 09, 2014 11:32 pm

hi

would it be possible with a newer kernel buld by the cross-compiler for ARMv6k from celemine1gig get systemd up and running on the Pogoplug pro ?

thx
karsten
niedi74
 
Posts: 14
Joined: Mon Dec 23, 2013 7:32 am

Re: A "last best rootfs"

Postby WarheadsSE » Mon Feb 10, 2014 2:07 am

@neidi74

Nope, thats why he hasn't said such things, ever. Nor is it a part of an entire thread about a newer kernel.



:) C'mon man, read the thread.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Previous

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 3 guests