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

2013-06-20 Thread Jim Cromie
Signed-off-by: Jim Cromie jim.cro...@gmail.com --- 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 2/2] motd: update for daily - probly automated by other means

2013-06-20 Thread Jim Cromie
Signed-off-by: Jim Cromie jim.cro...@gmail.com --- 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 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,

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

2012-09-22 Thread Jim Cromie
in a single place. Signed-off-by: Jim Cromie jim.cro...@gmail.com --- 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

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

2012-09-22 Thread Jim Cromie
. Signed-off-by: Jim Cromie jim.cro...@gmail.com --- 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.sh @@ -101,5

[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 jim.cro...@gmail.com --- usr/local/sbin/voyage-install.sh | 5 + 1 file changed, 5

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

2012-09-22 Thread Jim Cromie
]? Signed-off-by: Jim Cromie jim.cro...@gmail.com --- 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

[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

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

2012-08-21 Thread Jim Cromie
- others - combos of above So this is just a prototype, and fodder for discussion. Signed-off-by: Jim Cromie jim.cro...@gmail.com --- usr/local/sbin/debug.rc | 44 usr/local/sbin/mydbg.sh | 7 +++ 2 files changed, 51 insertions(+) create mode 100644

[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 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

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

2012-08-21 Thread Jim Cromie
- others - combos of above So this is just a prototype, and fodder for discussion. Signed-off-by: Jim Cromie jim.cro...@gmail.com --- usr/local/sbin/debug.rc | 44 usr/local/sbin/mydbg.sh | 7 +++ 2 files changed, 51 insertions(+) create mode 100644

[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

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

2012-08-21 Thread Jim Cromie
- others - combos of above So this is just a prototype, and fodder for discussion. Signed-off-by: Jim Cromie jim.cro...@gmail.com --- usr/local/sbin/debug.rc | 51 + usr/local/sbin/mydbg.sh | 15 +++ 2 files changed, 66 insertions(+) create

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

2012-08-21 Thread Jim Cromie
- 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 jim.cro...@gmail.com --- usr/local/sbin/select-profile.sh | 11 +++ usr/local/sbin/voyage

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 punky...@punknix.com 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

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 reactorm...@gmail.com wrote: 2012/8/14 Jim Cromie jim.cro...@gmail.com: On Mon, Jul 23, 2012 at 2:54 AM, liquid liqui...@gmail.com wrote: Hello, I am trying to install voyage linux

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 jim.cro...@gmail.com wrote: please keep voyage ccd, someone else may have important input. On Tue, Aug 14, 2012 at 11:43 PM, Simon Hafner reactorm...@gmail.com wrote: 2012/8/14 Jim Cromie jim.cro...@gmail.com: On Mon, Jul 23, 2012 at 2:54 AM

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 liqui...@gmail.com 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

[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

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 by

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 rhem...@bmts.com 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

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 avoll...@physik.uzh.ch 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

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 adrian.za...@ivt.baug.ethz.ch wrote: Doing a modprobe module 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,

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

2012-01-02 Thread Jim Cromie
2011/12/31 Francesco Gardini fgard...@sanmarcoinformatica.it: 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

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, s@seznam.cz 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 --

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

2011-12-19 Thread Jim Cromie
2011/12/19 Mirco Schmidt mirco.schm...@mac.com: 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

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 jim.cro...@gmail.com 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] SC1x00 Watchdog

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 ikem.krue...@googlemail.com wrote: 2011/11/11 Jim Cromie jim.cro...@gmail.com: 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 unmount/remount

[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

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

2011-09-20 Thread Jim Cromie
requirements, 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, have there been changes to watchdog setup since

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

2011-09-17 Thread Jim Cromie
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 jim.cro...@gmail.com wrote: Ive been getting

[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] 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

Re: [Voyage-linux] Problem booting DD image

2011-09-06 Thread Jim Cromie
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, 2011 at 10:34 AM, Jim Cromie jim.cro...@gmail.com 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 js...@salk.net 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

Re: [Voyage-linux] Problem booting DD image

2011-09-05 Thread Jim Cromie
On Mon, Sep 5, 2011 at 9:01 AM, Jim Salk js...@salk.net 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

Re: [Voyage-linux] [patches] various

2011-08-29 Thread Jim Cromie
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 punky...@punknix.com  wrote: Hi Jim, I am ok for patch 0006, 0007 and 0009 but will wait 0003 for better clean up. ok thanks

Re: [Voyage-linux] [patches] various

2011-08-26 Thread Jim Cromie
On Thu, Aug 25, 2011 at 9:28 PM, Kim-man 'Punky' TSE punky...@punknix.com 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 jim.cro...@gmail.com Date: Wed, 17 Aug 2011 02:30:28 -0600 Subject

[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 jim.cro...@gmail.com 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

Re: [Voyage-linux] rootfs rw after boot

2011-08-22 Thread Jim Cromie
On Sun, Aug 7, 2011 at 9:30 AM, Hermann Gottschalk voy...@pestilenz.org 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

Re: [Voyage-linux] 0.7.0 and 4521

2011-08-21 Thread Jim Cromie
2011/6/12 Steve Holdoway st...@greengecko.co.nz: 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

Re: [Voyage-linux] Roadmap for 0.8

2011-08-20 Thread Jim Cromie
On Tue, Aug 2, 2011 at 7:52 AM, Joline P. joli...@gmx.de 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

[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

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

2011-08-19 Thread Jim Cromie
0x0B2D8EEA --- www.openbsd.org ___ Voyage-linux mailing list Voyage-linux@list.voyage.hk http://list.voyage.hk/mailman/listinfo/voyage-linux From 863ea3d2db9dfbe8e8ba478f88be46b05d41dfb9 Mon Sep 17 00:00:00 2001 From: Jim Cromie jim.cro...@gmail.com Date

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

2011-07-30 Thread Jim Cromie
2011/7/26 maciek maci...@protetyka.lodz.pl: 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]

[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

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 tayeb.dot...@gmail.com 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 punky...@punknix.com To: Meftah Tayeb

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 punky...@punknix.com 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] -

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

2011-06-27 Thread Jim Cromie
2011/6/13 Steve Holdoway st...@greengecko.co.nz: 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,

[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

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

2011-06-08 Thread Jim Cromie
On Tue, Jun 7, 2011 at 9:25 AM, Russell Tiedt rustys...@gmail.com 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

Re: [Voyage-linux] Installation problem

2010-11-04 Thread Jim Cromie
On Wed, Nov 3, 2010 at 5:08 PM, Steve Taylor steven.taylo...@sbcglobal.netwrote: 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

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

2010-08-19 Thread Jim Cromie
2010/8/19 Pfau, Jens (SMT GmbH) j.p...@smt.de 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

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

2010-08-19 Thread Jim Cromie
2010/7/30 Michael Steinmann mike.steinm...@gmail.com 2010/7/30 Jim Cromie jim.cro...@gmail.com thanks Michael, On Sun, Jul 25, 2010 at 1:44 AM, Michael Steinmann mike.steinm...@gmail.com wrote: my PXE running in pfsense (192.168.100.1) works like this: SERIAL 0 38400 # CONSOLE 0

Re: [Voyage-linux] VOyage linux 0.6.5

2010-08-19 Thread Jim Cromie
2010/8/2 kadiyala srikanth kadiyala.srika...@gmail.com 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

Re: [Voyage-linux] Program Run Problem

2010-08-19 Thread Jim Cromie
On Sat, Jul 31, 2010 at 1:38 PM, Valentin Dimitrov cm...@abv.bg 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

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 jim.cro...@gmail.com wrote: 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

Re: [Voyage-linux] wpa2 connexion

2010-08-19 Thread Jim Cromie
On Sun, Aug 15, 2010 at 10:14 AM, Noel noel.4a...@la57ieme.net 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

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 machal...@seznam.cz 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

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 mike.steinm...@gmail.com 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

[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
/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 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

[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 shell!