[Voyage-linux] /etc/motd.tail

2013-07-11 Thread Jim Cromie
hi Punky, a recent daily build added 0.9.1+ to motd.tail, but unfortunately added a newline too. hence the diff looks like: [jimc@groucho voyage-current]$ git log -p etc/motd.tail commit 3cccf4e1ea7e7f14b636c9372ac509d86fa0aa26 Author: Jim Cromie Date: Thu Jul 11 23:14:27 2013 -0600

[Voyage-linux] [PATCH 2/2] motd: update for daily - probly automated by other means

2013-06-20 Thread Jim Cromie
Signed-off-by: Jim Cromie --- etc/motd.tail | 2 +- etc/motd.voyage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/motd.tail b/etc/motd.tail index c1a411d..6c21c4c 100644 --- a/etc/motd.tail +++ b/etc/motd.tail @@ -4,6 +4,6

[Voyage-linux] [PATCH 1/2] update stray ref s/ROOT_FS/VOYAGE_FS/

2013-06-20 Thread Jim Cromie
Signed-off-by: Jim Cromie --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 896ad52..2d9d810 100755 --- a/README +++ b/README @@ -522,7 +522,7 @@ Getting start to build Voyage Linux under Debian r6.0 (squeeze) or Voyage SDK

[Voyage-linux] [PATCH 4/4] voyage-install: guess target disk from partition label

2012-09-22 Thread Jim Cromie
]? Signed-off-by: Jim Cromie --- usr/local/sbin/voyage-install.sh | 16 1 file changed, 16 insertions(+) diff --git a/usr/local/sbin/voyage-install.sh b/usr/local/sbin/voyage-install.sh index 1837e40..74d245b 100755 --- a/usr/local/sbin/voyage-install.sh +++ b/usr/local/sbin/voyage

[Voyage-linux] [PATCH 2/4] voyage-install: set ROOT_LBL=VOYAGE_FS

2012-09-22 Thread Jim Cromie
Set the label once, in top-level script (perhaps needed in voyage-update too, deferred for now). MOUNTPT is "declared", unused for now. Its a placeholder for later automation. Signed-off-by: Jim Cromie --- usr/local/sbin/voyage-install.sh | 5 + 1 file changed, 5 insertions(+)

[Voyage-linux] [PATCH 3/4] copyfiles.sh: add sync - may not be needed/useful

2012-09-22 Thread Jim Cromie
data to device". Signed-off-by: Jim Cromie --- usr/local/sbin/copyfiles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/sbin/copyfiles.sh b/usr/local/sbin/copyfiles.sh index b8e73b7..9c039e6 100755 --- a/usr/local/sbin/copyfiles.sh +++ b/usr/local/sbin/copyfiles.

[Voyage-linux] [PATCH 1/4] voyage-installer: prep to change ROOT_FS label to VOYAGE_FS

2012-09-22 Thread Jim Cromie
YAGE_FS in a single place. Signed-off-by: Jim Cromie --- usr/local/sbin/copyfiles.sh | 8 ++-- usr/local/sbin/format-cf.sh | 6 +- usr/local/sbin/setboot.sh | 10 +++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/usr/local/sbin/copyfiles.sh b/usr/local/sbin/co

[Voyage-linux] [PATCH 0/4] voyage-installer: ROOT_FS label --> VOYAGE_FS

2012-09-22 Thread Jim Cromie
Hi Punky, This patchset changes hardcoded ROOT_FS to $ROOT_LBL, ie VOYAGE_FS. The intent is to be sure we've identified the correct device and partition before we reformat it (ROOT_FS is too generic to be sure its not someone elses). This allows safer automation of partition formatting, unmountin

Re: [Voyage-linux] [PATCH] voyage-install: allow "Select Target Profile" to keep current settings

2012-08-21 Thread Jim Cromie
On Tue, Aug 21, 2012 at 9:56 AM, Punky Tse wrote: > Hi Jim, > > Why you need to hit enter thru all the steps? There is one-liner but > dangerous... you are warned. I dont need to, but Im lazy enough to not have investigated the one-liner. My hunch is that the typical user would do the same.

[Voyage-linux] [PATCH] voyage-install: allow "Select Target Profile" to keep current settings

2012-08-21 Thread Jim Cromie
s 2 - 4501 3 - 4511/4521 4 - 4801 5 - 5501 6 - 6501 7 - ALIX 8 - Generic PC 9 - Notebook (pcmcia) 10 - WRAP (default=4 [4801]): 1 keeping existing settings Signed-off-by: Jim Cromie --- usr/local/sbin/select-profile.sh | 11 +++ usr/local/sbin/voyage-install.sh | 2

[Voyage-linux] [PATCH] debug: add debug.rc and demo script mydbg.sh

2012-08-21 Thread Jim Cromie
debug.rc defines dbg_echo() and dbg_echo_v() as either silent functions or as echos, depending upon envars. If DBG_ALL or DBG_ are defined as non-null, the functions are active, otherwise they do nothing. dbg_echo_v() is active if DBG_

[Voyage-linux] [PATCH 0/1] debug: debug functions

2012-08-21 Thread Jim Cromie
following patch is an RFC prototype for dbg_echo() and dbg_echo_v() functions which could be useful in the install shell scripts. Theres other ways to do this kind of thing, some with more flexibility, but possibly with less easy usability. Basic idea (atm) is turn on debugging in copyfiles.sh wi

[Voyage-linux] [PATCH] debug: add debug.rc and demo script mydbg.sh

2012-08-21 Thread Jim Cromie
debug.rc defines dbg_echo() and dbg_echo_v() as either silent functions or as echos, depending upon envars. If DBG_ALL or DBG_ are defined as non-null, the functions are active, otherwise they do nothing. dbg_echo_v() is active if DBG_

[Voyage-linux] [PATCH 0/1] debug: debug functions

2012-08-21 Thread Jim Cromie
following patch is an RFC prototype for dbg_echo() and dbg_echo_v() functions which could be useful in the install shell scripts. Theres other ways to do this kind of thing, some with more flexibility, but possibly with less easy usability. Basic idea (atm) is turn on debugging in copyfiles.sh wi

[Voyage-linux] test - voyage-li...@voyage.hk seems not to work, trying voyage-linux@list.voyage.hk

2012-08-21 Thread Jim Cromie
using to as given in headers seems not to work, trying mailto given in footer. ___ Voyage-linux mailing list Voyage-linux@list.voyage.hk http://list.voyage.hk/mailman/listinfo/voyage-linux

[Voyage-linux] [PATCH] debug: add debug.rc and demo script mydbg.sh

2012-08-21 Thread Jim Cromie
debug.rc defines dbg_echo() and dbg_echo_v() as either silent functions or as echos, depending upon envars. If DBG_ALL or DBG_ are defined as non-null, the functions are active, otherwise they do nothing. dbg_echo_v() is active if DBG_

[Voyage-linux] [PATCH 0/1] debug: debug functions

2012-08-21 Thread Jim Cromie
following patch is an RFC prototype for dbg_echo() and dbg_echo_v() functions which could be useful in the install shell scripts. Theres other ways to do this kind of thing, some with more flexibility, but possibly with less easy usability. Basic idea (atm) is turn on debugging in copyfiles.sh wi

Re: [Voyage-linux] Can't boot voyage linux 0.8.5

2012-08-16 Thread Jim Cromie
On Thu, Aug 16, 2012 at 5:59 PM, Jim Cromie wrote: > please keep voyage ccd, > someone else may have important input. > > > On Tue, Aug 14, 2012 at 11:43 PM, Simon Hafner wrote: >> 2012/8/14 Jim Cromie : >>> On Mon, Jul 23, 2012 at 2:54 AM, liquid wrote: >&g

Re: [Voyage-linux] Can't boot voyage linux 0.8.5

2012-08-16 Thread Jim Cromie
please keep voyage ccd, someone else may have important input. On Tue, Aug 14, 2012 at 11:43 PM, Simon Hafner wrote: > 2012/8/14 Jim Cromie : >> On Mon, Jul 23, 2012 at 2:54 AM, liquid wrote: >>> Hello, >>> >>> I am trying to install voyage linux 0.8.5 on a

Re: [Voyage-linux] Can't boot voyage linux 0.8.5

2012-08-14 Thread Jim Cromie
On Mon, Jul 23, 2012 at 2:54 AM, liquid wrote: > Hello, > > I am trying to install voyage linux 0.8.5 on an Alix 3d2 board via pxe boot. > I can see that it loads the image properly, but the boot process hangs on > "Switching to clocksource tsc". I've seen that voyage uses newer kernel > version,

[Voyage-linux] daily-build 6/05 - cant log in

2012-06-05 Thread Jim Cromie
having just updated desktop to a distro with an up-to-date udev, Ive finally been able to write a voyage image to CF that boots. Other attempts always broke at grub stage 1.5 I think ; it was early enough to not get any error msg (Ive been using a good image written to an older & smaller CF back i

Re: [Voyage-linux] What is the easiste way to recompile kernel and modules in voyage?

2012-05-13 Thread Jim Cromie
On Fri, May 11, 2012 at 1:27 PM, Beat Meier wrote: > Hello > > I want to build voyage-0.8 kernel with some updates of ath5 drivers. > What is the easiste way to recompile kernel and modules? > I see that since 0.6 i'ts build with debian-live cd? > Do I need voyage-sdk-0.8.0.iso or debian-live cd?

Re: [Voyage-linux] Re: Infinite boot loop.

2012-03-22 Thread Jim Cromie
> Anyway, got Voyage 0.7.5 working just fine now. Seems indeed like the > watchdog didn't work correctly, as on 0.7.5 the watchdog "pinger" starts > just after dnsmasq. On 0.8.0 the watchdog "pinger" never had a chance to > start, it seems. youre booting with [ 31.367042] wd1100.c: a few hacks

Re: [Voyage-linux] Build for Soekris 4501 using the Voyage 8.0 SDK ?

2012-03-07 Thread Jim Cromie
On Fri, Mar 2, 2012 at 5:53 AM, Ralph Hempel wrote: > I am really liking the ability to have a Debian Linux running > on my old 4501 hardware. No problem installing the basic > install on a FLASH card on the 4501 except for the issue with the > generic hda drivers that have been mentioned elsewher

Re: [Voyage-linux] WARNING: /etc/modprobe.d/ALIX.conf line 8: ignoring bad line starting with 'options'

2012-03-07 Thread Jim Cromie
On Wed, Mar 7, 2012 at 6:10 AM, Achim Vollhardt wrote: > Hello Jim, > > I still get > > WARNING: All config files need .conf: /etc/modprobe.d/hostap-utils, it will > be ignored in a future release. That one is easy. just remountrw, then rename the file with the .conf suffix. This might be how th

Re: [Voyage-linux] WARNING: /etc/modprobe.d/ALIX.conf line 8: ignoring bad line starting with 'options'

2012-03-06 Thread Jim Cromie
On Wed, Feb 15, 2012 at 5:11 AM, Adrian Zaugg wrote: > > Doing a modprobe in voyage-linux 0.8.0 on an ALIX 1c the > systems reports: > > WARNING: /etc/modprobe.d/ALIX.conf line 8: ignoring bad line starting > with 'options' > > I think this shouln't be. It isnt, anymore. This was fixed shortly a

Re: [Voyage-linux] Alix3D3 and Voyage 0.8.0: no LEDs? (SOLVED)

2012-03-06 Thread Jim Cromie
On Sun, Feb 26, 2012 at 3:46 AM, Achim Vollhardt wrote: > Thanks to Lee, the problem has been solved: > >> Try adding: >> >> leds-alix2.force=1 FYI, daily build should be adding that automatically, via VOYAGE_SYSTEM_MODULES in etc/voyage-profiles/alix.pro [jimc@groucho voyage-profiles]$ more ali

Re: [Voyage-linux] AUTO: Francesco Gardini is out of office

2012-01-02 Thread Jim Cromie
2011/12/31 Francesco Gardini : > > I am out of the office from Thu 29/12/2011 until Mon 02/01/2012. > Oh christ, do we have to put up with a whole month of this crap ? Thanks Francesco, (not ccd) we will all write filter rules to block it cuz you evidently cannot configure your mailer to reply o

Re: [Voyage-linux] Preferred method for compiling external kernel modules in voyage 0.8

2011-12-19 Thread Jim Cromie
On Mon, Dec 19, 2011 at 9:56 AM, Jonathan Polom wrote: > On Fri, Dec 16, 2011 at 10:11 AM, Jonathan Polom wrote: >> On Fri, Dec 16, 2011 at 10:10 AM, Jonathan Polom wrote: >>> On Fri, Dec 16, 2011 at 10:05 AM, Zenny wrote: Yeah, I tried like what Jonathan and Jon explained in 0.8, but fail

Re: [Voyage-linux] Problem with Voyage 0.8 on WRAP

2011-12-19 Thread Jim Cromie
2011/12/19 Mirco Schmidt : > Hey Jim, > > had the same prob with an install here… Before posting to the list I did > another two reinstall's, with the last one the prob disappeared for me! So > might try to rewrite your CF as I did… > Were those reinstalls with the same image or different images

Re: [Voyage-linux] Problem with Voyage 0.8 on WRAP

2011-12-19 Thread Jim Cromie
On Mon, Dec 12, 2011 at 4:44 AM, wrote: > Hello, > I install voyage-0.8.0 on my WRAP 1E v1.11, > unfortunately system is incessantly rebooting. > Booting start > PC Engines WRAP.1C/1D/1E v1.11 > 640 KB Base Memory > > > last is > > DHCPACK from 192.168.2.254 > bound to 192.168.2.3 -- renewal

Re: [voyage-linux] watchdog causing steady reboots (daily-build 20110917)

2011-11-23 Thread Jim Cromie
On Sat, Sep 17, 2011 at 8:03 PM, Jim Cromie wrote: > hi all, > > on daily-build 20110917, Im getting watchdog reboots > before the kernel is up. > > I havent investigated much yet, thought Id ask 1st, > has watchdog setup changed in last month ? > > [   33.817570

Re: [Voyage-linux] FYI: difficulty writing voyage to a CF

2011-11-13 Thread Jim Cromie
On Fri, Nov 11, 2011 at 4:37 PM, Ikem Krueger wrote: >> 2011/11/11 Jim Cromie : > >> trouble writing voyage image to a CF, this may be the reason: > >> udev/udisks will treat CF as a fixed disk (permanently installed) > >> and does not allow unmo

[Voyage-linux] boot failure since 9/17

2011-11-11 Thread Jim Cromie
Ive been unable to write a working voyage image to CF since 9/17 I just tried again with 11-11-11 build, I get spontaneous reboot as follows Activating swapfile swap...done. Cleaning up temporary files Setting kernel variables ...done. Setting up resolvconf...done. Setting up networking v

[Voyage-linux] FYI: difficulty writing voyage to a CF

2011-11-11 Thread Jim Cromie
if you have trouble writing voyage image to a CF, this may be the reason. https://bugzilla.redhat.com/show_bug.cgi?id=734191 Briefly, udev / udisks will treat CF as a fixed disk (permanently installed) and does not allow unmount / remount of the CF. The upshot is that I can only write then unmou

Re: [Voyage-linux] daily build 20110917: watchdog causing reboot before kernel is up.

2011-09-20 Thread Jim Cromie
maybe keep just 1 per week older than X weeks. thanks > On 9/18/2011 9:34 AM, Jim Cromie wrote: >> hi all, >> >> Just wrote daily-build 20110917 to a CF, >> and Im getting constant reboots, due to watchdog. >> >> Last update to my CF was ~1 month ago,

[voyage-linux] watchdog causing steady reboots (daily-build 20110917)

2011-09-17 Thread Jim Cromie
hi all, on daily-build 20110917, Im getting watchdog reboots before the kernel is up. I havent investigated much yet, thought Id ask 1st, has watchdog setup changed in last month ? [ 33.817570] SC1x00 Watchdog driver by Inprimis Technolgies. [ 33.819467] wd1100.c: a few hacks by erich.t...@t

[Voyage-linux] daily build 20110917: watchdog causing reboot before kernel is up.

2011-09-17 Thread Jim Cromie
hi all, Just wrote daily-build 20110917 to a CF, and Im getting constant reboots, due to watchdog. Last update to my CF was ~1 month ago, have there been changes to watchdog setup since then ? [ 33.817570] SC1x00 Watchdog driver by Inprimis Technolgies. [ 33.819467] wd1100.c: a few hacks by

[Voyage-linux] Re: some user-id issues on voyage-one

2011-09-17 Thread Jim Cromie
40 Jul  2 14:23 monitor > > > theres already an asterisk user, but it has different UID, GID > asterisk:x:103:105:Asterisk PBX daemon,,,:/var/lib/asterisk:/bin/false > asterisk:x:105: is this still the case ? did I miss something ? On Sat, Jul 30, 2011 at 12:07 PM, Jim Cromie wrote:

Re: [Voyage-linux] Problem booting DD image

2011-09-06 Thread Jim Cromie
On Tue, Sep 6, 2011 at 9:58 AM, Jim Salk wrote: > I am not using a Soekris board.  I am using an Alix board. > > dd does not report any errors, but the cloned CF card does not boot.  I have > no idea why. When you try the cloned CF, are you hot-swapping, or power-cycling ? They have similar BIOSs

Re: [Voyage-linux] Problem booting DD image

2011-09-05 Thread Jim Cromie
enough to fit on the smallest card that I > have). > > Now cloning to a thumb drive might be a problem if the BIOS does not > or cannot boot from USB.  What model of Soekris is this? net4801, circa 2005 It cannot boot from USB, as I read once, so never tried. > > On Mon, Sep 5,

Re: [Voyage-linux] Problem booting DD image

2011-09-05 Thread Jim Cromie
On Mon, Sep 5, 2011 at 9:01 AM, Jim Salk wrote: > I have my CF card set up with Voyage just the way I want.  Now I would like > to clone it for use in additional systems. > > I tried using DD to clone the CF card to a thumb drive and then back to a > second CF card.  It did not work because the th

Re: [Voyage-linux] [patches] various

2011-08-29 Thread Jim Cromie
ion when I rework the patch to clean up the multiple ROOT_LBL assignments. > On 8/26/2011 11:11 PM, Jim Cromie wrote: >> >> On Thu, Aug 25, 2011 at 9:28 PM, Kim-man 'Punky' TSE >>  wrote: >>> >>> Hi Jim, >>> >>> I am ok for

Re: [Voyage-linux] [patches] various

2011-08-26 Thread Jim Cromie
On Thu, Aug 25, 2011 at 9:28 PM, Kim-man 'Punky' TSE wrote: > Hi Jim, > > I am ok for patch 0006, 0007 and 0009 but will wait 0003 for better clean > up. > ok thanks. Do you prefer that the label have a version, or no ? ie VOYAGE_FS VOYAGE_FS_080 or some permutation ? ___

[Voyage-linux] [patches] various

2011-08-25 Thread Jim Cromie
? 0007-spelling.patch - trivial 0009-grub-titles-should-have-version-not-date-of-install.patch grabs version string out of etc/motd.something From 7d29a098fbadc7bbd334f248c8f834842e9edf9f Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Wed, 17 Aug 2011 02:30:28 -0600 Subject: [PATCH 03/11] change

[Voyage-linux] Re: [patch] teach installer to write /etc/modprobe.d/profile.conf

2011-08-23 Thread Jim Cromie
rev 2 On Fri, Aug 19, 2011 at 11:47 AM, Jim Cromie wrote: > patch changes installer so it writes /etc/modprobe.d/$profile.conf > instead of just /etc/modules. > 1st rev wrote all module names to /etc/modprobe.d/$profile.conf even those which had no options, which caused modprobe wa

Re: [Voyage-linux] rootfs rw after boot

2011-08-22 Thread Jim Cromie
On Sun, Aug 7, 2011 at 9:30 AM, Hermann Gottschalk wrote: > Hi, > how do i configure voyage 0.7.x so that the rootfs is mounted rw after a > reboot? echo remountrw >> /etc/rc.local ? actually that wont quite work cuz of 'exit 0' at end of the file, but you get the idea. or insert the long form:

Re: [Voyage-linux] 0.7.0 and 4521

2011-08-21 Thread Jim Cromie
2011/6/12 Steve Holdoway : > Folks, > > I'm trying to upgrade from 6.5 to 7.0. As usual, I use a clean install, > and configure from there. However, I'm completely stumped... > > > Gave up waiting for root device.  Common > problems: >  - Boot args > (cat /proc/cmdline) >   - Check rootdelay= (did

Re: [Voyage-linux] Roadmap for 0.8

2011-08-20 Thread Jim Cromie
On Tue, Aug 2, 2011 at 7:52 AM, Joline P. wrote: > Hi, > > currently I'm setting up a new system. Because of the statement: "Next major > version is 0.8, which will include Linux kernel 3.0 series. Hopefully, > Voyage Linux will be the one of the first distributions with Linux 3.0.x > kernel." is

Re: [Voyage-linux] rootfs not found on first reboot [patch] add BOOTARGS to profiles

2011-08-19 Thread Jim Cromie
should boot. > > Greetings > Hermann > > -- > Hermann Gottschalk > voy...@pestilenz.org > PGP 0x0B2D8EEA --- www.openbsd.org > > ___ > Voyage-linux mailing list > Voyage-linux@list.voyage.hk > http://list.voyage.hk/mail

[Voyage-linux] [patch] teach installer to write /etc/modprobe.d/profile.conf

2011-08-19 Thread Jim Cromie
patch changes installer so it writes /etc/modprobe.d/$profile.conf instead of just /etc/modules. putting options in former means that modprobe will find them automatically, simplifying rmmod, modprobe cycles.. patch removes options from /etc/modules: theyre allowed, but having them in 2 places ma

Re: [Voyage-linux] Several comments on Voyage 0.75

2011-08-19 Thread Jim Cromie
2011/8/16 Edwin van Drunen : > Hello, > > I have been using Voyage since version 0.6.0 for many industrial systems and > have been very satisfied with it. Some custom fixes were applied to previous > versions of voyage that don't work anymore in 0.7.5 and I found several > issues with version 0.7.5

[Voyage-linux] some user-id issues

2011-07-30 Thread Jim Cromie
Ive been getting some chown errs, UNKNOWN, UNKNOWN added a few prints to see whats causing.. fs:tmpfs src:/var/tmp dst:/lib/init/rw/var/tmp voyage-sync: tmpfs: mount back /lib/init/rw/var/tmp to /var/tmp fs:tmpfs src:/etc/asterisk dst:/lib/init/rw/etc/asterisk voyage-sync: tmpfs: mount back /l

Re: [Voyage-linux] e2fsck on HDA1 (CF card)

2011-07-30 Thread Jim Cromie
2011/7/26 maciek : > Hello > > My distribution is 0.7.0 > > My dmesg shows: > [   17.375392] EXT2-fs error (device hda1): ext2_lookup: deleted inode > referenced: 189629 > [   17.390143] EXT2-fs error (device hda1): ext2_lookup: deleted inode > referenced: 189629 > [   17.391790] EXT2-fs error (dev

Re: [Voyage-linux] Voyage MPD and ONE 0.7.5 released

2011-07-04 Thread Jim Cromie
On Mon, Jul 4, 2011 at 11:15 AM, Meftah Tayeb wrote: > i don't know all this advanced stufs > what should i do please? > any fix? > thank you too much for your fastest reply. > > - Original Message - From: "Punky Tse" > To: "Meftah Tayeb" > Cc: "voyage linux Mailing List" > Sent: Monday

Re: [Voyage-linux] Voyage Linux 0.7.5 released

2011-07-01 Thread Jim Cromie
On Wed, Jun 29, 2011 at 9:58 PM, Kim-man 'Punky' TSE wrote: > We are pleased to announce a new release of Voyage Linux 0.7.5, which > includes 2.6.38 kernel and is based on Debian 6.0.2 "Squeeze". > > Voyage Linux Distro: >    [i386] - http://www.voyage.hk/download/voyage/voyage-0.7.5.tar.bz2 I

Re: [Voyage-linux] 4521 / 0.7.0 will not find root file system.

2011-06-27 Thread Jim Cromie
2011/6/13 Steve Holdoway : > Take 2 here, version 1 didn't seem to propagate. I cannot get Voyage > 0.7.0 to boot on a Soekris 4521. I can install and run 0.6.5 by adding > the all_generic_ide option to the kernel line in grub's menu.lst, but > even when adding ide=nodma as well, the 4521 will not

[Voyage-linux] a couple minor boot probs on soekris 4801

2011-06-11 Thread Jim Cromie
Cleaning up ifupdown scx200_acb: probe failed scx200_acb: probe failed Loading kernel modules...done. Activating lvm and md swap...done. Checking file systems...fsck from util-linux-ng 2.17.2 done. Mounting local filesystems...failed. havent yet figured out what has failed, could you be more v

Re: [Voyage-linux] Next Version of Voyage?

2011-06-08 Thread Jim Cromie
On Tue, Jun 7, 2011 at 9:25 AM, Russell Tiedt wrote: > Hi, > > I see on the home page of Voyage that a new release is expected soon, any > news on this front? > FYI - I just pulled current today, /etc/motd.voyage no longer has build-date in it (last time I looked it was 5/18) so you could take

[Voyage-linux] voyage-update missing setserial

2011-06-08 Thread Jim Cromie
I just pulled voyage-current.tar.bz2 for today and tried to update my CF running version from 5-18 IIRC, this is my 1st time updating an existing install. [jimc@groucho voyage-current]$ ./usr/local/sbin/voyage.update What would you like to do? 1 - Create new Voyage Linux disk 2 - Update exist

Re: [Voyage-linux] Installation problem

2010-11-04 Thread Jim Cromie
On Wed, Nov 3, 2010 at 5:08 PM, Steve Taylor wrote: > Yes, I am using a USB adapter to access the CF card. I have now tried LILO > and it does boot. At first I get LI, then a new line with LILL, and then it > waits for 20-30 seconds and then it starts with "OO ..88 > LLooaaddiinngg LLiinnuu

Re: [Voyage-linux] wpa2 connexion

2010-08-19 Thread Jim Cromie
On Sun, Aug 15, 2010 at 10:14 AM, Noel wrote: > Hi, > > It's now 2 days that I unsuccessful try to connect my alix box with a > ubuntu 10.04 client. Windows XP clients can connect. I can connect > another wpa1 access point with my ubuntu client. > > could somebody help me? > here are my configs:

Re: [Voyage-linux] nodma Kernel Option (still) Not Working

2010-08-19 Thread Jim Cromie
this worked for me. ide_core.nodma=0.0 worked for him too. On Tue, Aug 10, 2010 at 10:04 PM, Jim Cromie wrote: > > hi Miroslav > (not addressed to you cuz emails arent getting delivered to me for some > reason, > hope youre reading the list) > > > Hello, > &

Re: [Voyage-linux] Program Run Problem

2010-08-19 Thread Jim Cromie
On Sat, Jul 31, 2010 at 1:38 PM, Valentin Dimitrov wrote: > Hello, another Linux newbie having problems. > I have an ALIX 3C board and i want to run some small programs on it. I have > installed voyage linux but i cannot figure how to start my "hello world" > program. I have compiled it with gcc

Re: [Voyage-linux] VOyage linux 0.6.5

2010-08-19 Thread Jim Cromie
2010/8/2 kadiyala srikanth > Hi all, > I am able to boot VL 0.6.5 on PC but not on my Embedded SBC (ICOP > VOrtex86-sx) because It has 44pin Enhanced-IDE so it boots till the message > (initramfs) and further I type cat /proc/partitions it shows no hardisks so > I also tried typing ide=n

Re: [Voyage-linux] memdisk: iso checksums failing

2010-08-19 Thread Jim Cromie
2010/7/30 Michael Steinmann > 2010/7/30 Jim Cromie > > thanks Michael, >> >> >> On Sun, Jul 25, 2010 at 1:44 AM, Michael Steinmann >> wrote: >> > my PXE running in pfsense (192.168.100.1) works like this: >> > >> > SERIAL 0 38400 >

Re: [Voyage-linux] Problem to make a backup from CF-Card

2010-08-19 Thread Jim Cromie
2010/8/19 Pfau, Jens (SMT GmbH) > Hallo, > > i have a problem when i make a image from a cf card with voyage linux. > > I make the image with dd Command after rewrite the image to another cf > card the system will not boot. > After the bios screen there are only the word "Grub" on the screen. >

Re: Re: [Voyage-linux] nodma Kernel Option (still) Not Working

2010-08-13 Thread Jim Cromie
try ide_core.nodma=0.0 - for hda1 2010/7/29 Miroslav Machala > Hello, > > can someone please confirm the ide=nodma option works for them in the stock > voyage 0.6.5 kernel on WRAP boards? > > I have the following in my /boot/grub/menu.lst: > > kernel /vmlinuz root=LABEL=ROOT_FS console=ttyS0

[Voyage-linux] voyage-current boots for me on soekris net4801 as of aug10

2010-08-11 Thread Jim Cromie
g my soekris, so its a bit more of a hassle than a pure software test. I'll do so however, once I hear favorable feedback. thanks Jim Cromie File voyage-current/dev/initctl is a fifo while file voyage-current-mod/dev/initctl is a fifo diff -ru voyage-current/etc/voyage-profiles/4801.pro voyage-

Re: [Voyage-linux] nodma Kernel Option (still) Not Working

2010-08-10 Thread Jim Cromie
hi Miroslav (not addressed to you cuz emails arent getting delivered to me for some reason, hope youre reading the list) Hello, can someone please confirm the ide=nodma option works for them in the stock voyage 0.6.5 kernel on WRAP boards? I have the following in my /boot/grub/menu.lst: kernel

Re: [Voyage-linux] memdisk: iso checksums failing

2010-07-29 Thread Jim Cromie
thanks Michael, On Sun, Jul 25, 2010 at 1:44 AM, Michael Steinmann wrote: > my PXE running in pfsense (192.168.100.1) works like this: > > SERIAL 0 38400 > # CONSOLE 0 > > DEFAULT menu.c32 > ALLOWOPTIONS 0 > PROMPT 0 > TIMEOUT 0 > > MENU TITLE --== Install Voyage ==-- > > LABEL rootmenu >     ME

[Voyage-linux] memdisk: iso checksums failing

2010-07-24 Thread Jim Cromie
Im using syslinux-4.02 with the following pxelinux.cfg/default SERIAL 0 115200 CONSOLE 0 #UI menu.c32 PROMPT 0 TIMEOUT 50 IPAPPEND 0 DEFAULT menu.c32 LABEL voyage-current MENU LABEL ^C. voyage-current MENU DEFAULT LINUX memdisk INITRD voyage-current.iso APPEND iso raw LABEL

[Voyage-linux] Re: /dev/disk/by-label/ROOT_FS does not exist

2010-07-23 Thread Jim Cromie
for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/disk/by-label/ROOT_FS does not exist. Dropping to a shell! On 7/23/2010 2:45 AM, Jim Cromie wrote: > On 7/12/2010 3:13 PM, cereal wrote: >> I've been trying to install voyage on an old neoware thin cl

[Voyage-linux] /dev/disk/by-label/ROOT_FS does not exist

2010-07-22 Thread Jim Cromie
On 7/12/2010 3:13 PM, cereal wrote: > I've been trying to install voyage on an old neoware thin client, however I > keep getting the subject's error message. Previous to this plan I was > running a custom CentOS. The message is > > ALERT! /dev/disk/by-label/ROOT_FS does not exist. Dropping to a she