Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  25 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ben Gras  
View profile  
 More options Mar 26, 1:55 pm
From: Ben Gras <b...@few.vu.nl>
Date: Thu, 26 Mar 2009 10:55:16 -0700 (PDT)
Local: Thurs, Mar 26 2009 1:55 pm
Subject: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
In preparation for an official new release later this year, there's a
snapshot of the current subversion trunk with binary packages up on
the website at http://www.minix3.org/download/ .

I wouldn't go so far as to call this an interim release, as there are
quite a few known rough edges, but in order to give the rest of the
code some much-needed exposure, everyone who's interested is invited
to try and run it.

GSOC students, both while applying and while working, are expected to
run this release, or a newer version if available.

Take a look 3.1.4 at
http://www.minix3.org/download/
the direct link to the ISO is
http://www.minix3.org/download/minix3_1_4_ide_r4203.iso

The SHA1 is 114839e1a8d9af39184fc5e25fc5958970d0952e.

some rough edges that are known are are being worked on that come to
mind are
  . slower; due to vm implementation, this is still to be optimized
  . no AHCI support; need to change to IDE mode in BIOS on new
hardware
  . on new hardware, DMA sometimes doesn't work (at_wini panics); set
'ata_no_dma=1' in boot monitor

On the plus side, it should work out-of-the-box with vmware and qemu
(and presumably bochs). And other major (no more chmem hassle; no more
unnecessarily large X server) and minor improvements.

Please share your experience with us in the group, if you find a new
bug a bug can be filed in the bug tracker.

You can expect more of these snapshots in the near future, and until
the next official release.

Enjoy!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arun Thomas  
View profile  
 More options Mar 26, 5:16 pm
From: Arun Thomas <arun.tho...@gmail.com>
Date: Thu, 26 Mar 2009 22:16:55 +0100
Local: Thurs, Mar 26 2009 5:16 pm
Subject: Re: [minix3] testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
Ben Gras wrote:
> On the plus side, it should work out-of-the-box with vmware and qemu
> (and presumably bochs). And other major (no more chmem hassle; no more
> unnecessarily large X server) and minor improvements.

Just to follow on, VMWare's lance driver should work out of the box now.
No need to fiddle around with Lance hacks. You will still need to modify
the vmx file or change your VMWare hardware compatibility level,
depending on your VMWare version. We're looking into this issue.

The booting issues with QEMU 0.9 should be gone. QEMU 0.10 works fine
also; it never had the problem. If you're using QEMU or KVM, don't
forget to set qemu_pci=1 in the boot monitor.

We'll have to investigate the VirtualBox Lance problems further. If
you're a VBox user, you can try to restart the Lance driver (as Matthias
Schmidt mentioned). It may work, but maybe not.

Enjoy that Minixy VM goodness (pun intended),

Arun


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 27, 7:05 pm
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Sat, 28 Mar 2009 00:05:39 +0100
Local: Fri, Mar 27 2009 7:05 pm
Subject: Re: [minix3] testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Please share your experience with us in the group, if you find a new
> bug a bug can be filed in the bug tracker.

> You can expect more of these snapshots in the near future, and until
> the next official release.

> Enjoy!

Hi,

Today i installed Minix 3.1.4 and now i am trying to compile
/usr/src/lib with "make all-gnu".
Probably something is broken here 'cause gcc fails to compile
/usr/src/lib/sysutil/profile.c with a lot of errors like this one:

profile.c:253 error: request for member '_' in something not a
structure or union.

It should be a little problem with the u64_t type definition....

--
--------------------
Maurizio Lombardi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Midnitte  
View profile  
 More options Mar 27, 7:42 pm
From: Midnitte <midni...@gmail.com>
Date: Fri, 27 Mar 2009 16:42:55 -0700 (PDT)
Local: Fri, Mar 27 2009 7:42 pm
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
Using Qemu 0.9 on windows and I managed to get 3.1.4 installed but I
can't seem to get the lance driver to work, is there any notification
as to if its working once you enter qemu_pci=1? Once it starts the
networking process it just reports "nonamed" so I'm not sure if that
means its not working or if I did everything I was suppose to do.

So far no errors besides that user error, :)

On Mar 26, 1:55 pm, Ben Gras <b...@few.vu.nl> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 28, 5:31 am
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Sat, 28 Mar 2009 10:31:24 +0100
Local: Sat, Mar 28 2009 5:31 am
Subject: Re: [minix3] testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Today i installed Minix 3.1.4 and now i am trying to compile
> /usr/src/lib with "make all-gnu".
> Probably something is broken here 'cause gcc fails to compile
> /usr/src/lib/sysutil/profile.c with a lot of errors like this one:

> profile.c:253 error: request for member '_' in something not a
> structure or union.

> It should be a little problem with the u64_t type definition....

Hi, with this patch it *should* works... or at least you will
understand where the problem is:

*** profile.c   Sat Mar 28 08:25:37 2009
--- new_profile.c       Sat Mar 28 09:01:56 2009
***************
*** 64,70 ****
    if (cprof_locked) return; else cprof_locked = 1;

    /* Read CPU cycle count into local variable. */
!   read_tsc(&start._[U64_HI], &start._[U64_LO]);

    /* Run init code once after system boot. */
    if (init == 0) {
--- 64,71 ----
    if (cprof_locked) return; else cprof_locked = 1;

    /* Read CPU cycle count into local variable. */
!   read_tsc(&hi, &lo);
!   start = make64(lo, hi);

    /* Run init code once after system boot. */
    if (init == 0) {
***************
*** 108,115 ****
    }

    /* Save initial cycle count on stack. */
!   cprof_stk[cprof_stk_top].start_1._[U64_HI] = start._[U64_HI];
!   cprof_stk[cprof_stk_top].start_1._[U64_LO] = start._[U64_LO];

    /* Check available call path len. */
    if (cpath_len + strlen(name) + 1 > CPROF_CPATH_MAX_LEN) {
--- 109,115 ----
    }

    /* Save initial cycle count on stack. */
!   cprof_stk[cprof_stk_top].start_1 = start;

    /* Check available call path len. */
    if (cpath_len + strlen(name) + 1 > CPROF_CPATH_MAX_LEN) {
***************
*** 170,177 ****
    cprof_stk[cprof_stk_top].slot = cprof_slot;

    /* Again save CPU cycle count on stack. */
!   read_tsc(&cprof_stk[cprof_stk_top].start_2._[U64_HI],
!               &cprof_stk[cprof_stk_top].start_2._[U64_LO]);
    cprof_locked = 0;
  }

--- 170,178 ----
    cprof_stk[cprof_stk_top].slot = cprof_slot;

    /* Again save CPU cycle count on stack. */
!
!   read_tsc(&hi, &lo);
!   cprof_stk[cprof_stk_top].start_2 = make64(lo, hi);
    cprof_locked = 0;
  }

***************
*** 180,191 ****
  char *name;
  {
    u64_t stop, spent;

    /* Procexit is not reentrant. */
    if (cprof_locked) return; else cprof_locked = 1;

    /* First thing: read CPU cycle count into local variable. */
!   read_tsc(&stop._[U64_HI], &stop._[U64_LO]);

    /* Only continue if sane. */
    if (control.err) return;
--- 181,194 ----
  char *name;
  {
    u64_t stop, spent;
+   unsigned long int hi, lo;

    /* Procexit is not reentrant. */
    if (cprof_locked) return; else cprof_locked = 1;

    /* First thing: read CPU cycle count into local variable. */
!   read_tsc(&hi, &lo);
!   stop = make64(lo, hi);

    /* Only continue if sane. */
    if (control.err) return;
***************
*** 204,212 ****
                sub64(spent, cprof_stk[cprof_stk_top].spent_deeper));

    /* Clear spent_deeper for call level we're leaving. */
!   cprof_stk[cprof_stk_top].spent_deeper._[U64_LO] = 0;
!   cprof_stk[cprof_stk_top].spent_deeper._[U64_HI] = 0;
!
    /* Adjust call path string and stack. */
    cpath_len = cprof_stk[cprof_stk_top].cpath_len;
    cpath[cpath_len] = '\0';
--- 207,214 ----
                sub64(spent, cprof_stk[cprof_stk_top].spent_deeper));

    /* Clear spent_deeper for call level we're leaving. */
!   cprof_stk[cprof_stk_top].spent_deeper = cvu64(0);
!
    /* Adjust call path string and stack. */
    cpath_len = cprof_stk[cprof_stk_top].cpath_len;
    cpath[cpath_len] = '\0';
***************
*** 221,227 ****
     */

    /* Read CPU cycle count. */
!   read_tsc(&stop._[U64_HI], &stop._[U64_LO]);

    /* Calculate "big" difference. */
    spent = sub64(stop, cprof_stk[cprof_stk_top].start_1);
--- 223,230 ----
     */

    /* Read CPU cycle count. */
!   read_tsc(&hi, &lo);
!   stop = make64(lo, hi);

    /* Calculate "big" difference. */
    spent = sub64(stop, cprof_stk[cprof_stk_top].start_1);
***************
*** 236,242 ****
  PRIVATE void cprof_init() {
    message m;
    int i;
!
    cpath[0] = '\0';
    cpath_len = 0;
    cprof_stk_top = -1;
--- 239,245 ----
  PRIVATE void cprof_init() {
    message m;
    int i;
!
    cpath[0] = '\0';
    cpath_len = 0;
    cprof_stk_top = -1;
***************
*** 249,260 ****
    for (i=0; i<CPROF_STACK_SIZE; i++) {
        cprof_stk[i].cpath_len = 0;
        cprof_stk[i].slot = 0;
!       cprof_stk[i].start_1._[U64_LO] = 0;
!       cprof_stk[i].start_1._[U64_HI] = 0;
!       cprof_stk[i].start_2._[U64_LO] = 0;
!       cprof_stk[i].start_2._[U64_HI] = 0;
!       cprof_stk[i].spent_deeper._[U64_LO] = 0;
!       cprof_stk[i].spent_deeper._[U64_HI] = 0;
    }
  }

--- 252,260 ----
    for (i=0; i<CPROF_STACK_SIZE; i++) {
        cprof_stk[i].cpath_len = 0;
        cprof_stk[i].slot = 0;
!       cprof_stk[i].start_1 = cvu64(0);
!       cprof_stk[i].start_2 = cvu64(0);
!       cprof_stk[i].spent_deeper = cvu64(0);
    }
  }

***************
*** 277,284 ****
        memset(cprof_tbl[i].cpath, '\0', CPROF_CPATH_MAX_LEN);
        cprof_tbl[i].next = 0;
        cprof_tbl[i].calls = 0;
!       cprof_tbl[i].cycles._[U64_LO] = 0;
!       cprof_tbl[i].cycles._[U64_HI] = 0;
    }
  }

--- 277,283 ----
        memset(cprof_tbl[i].cpath, '\0', CPROF_CPATH_MAX_LEN);
        cprof_tbl[i].next = 0;
        cprof_tbl[i].calls = 0;
!       cprof_tbl[i].cycles = cvu64(0);
    }
  }

--
--------------------
Maurizio Lombardi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 28, 5:36 am
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Sat, 28 Mar 2009 10:36:33 +0100
Local: Sat, Mar 28 2009 5:36 am
Subject: Re: [minix3] testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Please share your experience with us in the group, if you find a new
> bug a bug can be filed in the bug tracker.

Probably there is a bug in the floppy disk driver:

When i try to do "mtools format /dev/fd0:" i get this error:

fd0: disk interrupt timed out
fs: I/O error on device 2/0

It is not an hardware problem, it works on Minix 3.1.3 r3066
I will file this bug in the bug tracker.

--
--------------------
Maurizio Lombardi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guanqun Lu  
View profile  
 More options Mar 28, 8:48 am
From: Guanqun Lu <guanqun...@gmail.com>
Date: Sat, 28 Mar 2009 20:48:44 +0800
Local: Sat, Mar 28 2009 8:48 am
Subject: Re: [minix3] testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

On Fri, Mar 27, 2009 at 1:55 AM, Ben Gras <b...@few.vu.nl> wrote:

> some rough edges that are known are are being worked on that come to
> mind are
>  . slower; due to vm implementation, this is still to be optimized

Great!
As I see in this fresh version, there's a new vm directory in servers
compared with 3.1.3a version.

--
Guanqun


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Mar 28, 9:06 am
From: Ben Gras <b...@few.vu.nl>
Date: Sat, 28 Mar 2009 06:06:41 -0700 (PDT)
Local: Sat, Mar 28 2009 9:06 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
Thanks for your reports so far guys, keep em coming :-)

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jens de Smit  
View profile  
 More options Mar 30, 5:49 am
From: Jens de Smit <jfds...@gmail.com>
Date: Mon, 30 Mar 2009 02:49:08 -0700 (PDT)
Local: Mon, Mar 30 2009 5:49 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
On Mar 28, 1:42 am, Midnitte <midni...@gmail.com> wrote:

> Using Qemu 0.9 on windows and I managed to get 3.1.4 installed but I
> can't seem to get the lance driver to work, is there any notification
> as to if its working once you enter qemu_pci=1? Once it starts the
> networking process it just reports "nonamed" so I'm not sure if that
> means its not working or if I did everything I was suppose to do.

"nonamed" is actually your domain name resolver, it's supposed to
start as part of the network stack.

However, AFAIK Qemu does not emulate a Lance network card by default
but a Realtek card. Why did you pick Lance?

Regards,

Jens


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Mar 30, 7:41 am
From: Ben Gras <b...@few.vu.nl>
Date: Mon, 30 Mar 2009 04:41:17 -0700 (PDT)
Local: Mon, Mar 30 2009 7:41 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Probably there is a bug in the floppy disk driver:

> When i try to do "mtools format /dev/fd0:" i get this error:

> fd0: disk interrupt timed out
> fs: I/O error on device 2/0

> It is not an hardware problem, it works on Minix 3.1.3 r3066
> I will file this bug in the bug tracker.

Ehmm, I can't reproduce this - reading and writing from and to the
block device works on my system, so does 'format -v /dev/fd0'. Is
there anything more you can tell me?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Mar 30, 12:51 pm
From: Ben Gras <b...@few.vu.nl>
Date: Mon, 30 Mar 2009 09:51:18 -0700 (PDT)
Local: Mon, Mar 30 2009 12:51 pm
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Today i installed Minix 3.1.4 and now i am trying to compile
> /usr/src/lib with "make all-gnu".
> Probably something is broken here 'cause gcc fails to compile
> /usr/src/lib/sysutil/profile.c with a lot of errors like this one:

> profile.c:253 error: request for member '_' in something not a
> structure or union.

> It should be a little problem with the u64_t type definition....

True. Thanks for the report.. that was a fix to make ports a bit
easier. A fix is on its way. Thanks for the report!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arun Thomas  
View profile  
 More options Mar 30, 1:12 pm
From: Arun Thomas <arun.tho...@gmail.com>
Date: Mon, 30 Mar 2009 19:12:12 +0200
Local: Mon, Mar 30 2009 1:12 pm
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

Should be fixed in HEAD now. Thanks for the bug report.

Arun


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 30, 4:56 pm
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Mon, 30 Mar 2009 22:56:22 +0200
Local: Mon, Mar 30 2009 4:56 pm
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Ehmm, I can't reproduce this - reading and writing from and to the
> block device works on my system, so does 'format -v /dev/fd0'. Is
> there anything more you can tell me?

Hi Ben,

'format -v /dev/fd0 1440' doesn't work for me, it fails with the same error.
I will try to debug the floppy driver and i will tell you something more, ok?

however, i found two new problems:

1) "make hdboot" fails because of errors in framework/audio_fw.c

DEV_READ undefined
DEV_WRITE undefined
.....
unknown selector REP_PROC_NR
illegal use of selector REP_PROC_NR

and so on....

2) I did a clean reinstall of Minix 3.1.4 and a terrible system panic
(hard reboot) occurred,
you can reproduce the problem (i hope) with the following sequence:

- Reinstall Minix 3.1.4
- Choose the "R" option (Reinstall Option, leave /home untouched)
- Install all packages (packman 'all')

System panic occours when packman will try to "Update GCC Libraries"

Everything work fine if you choose the "F" option (Full Reinstall Option)

--
--------------------
Maurizio Lombardi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Mar 31, 7:17 am
From: Ben Gras <b...@few.vu.nl>
Date: Tue, 31 Mar 2009 04:17:21 -0700 (PDT)
Local: Tues, Mar 31 2009 7:17 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> 2) I did a clean reinstall of Minix 3.1.4 and a terrible system panic
> (hard reboot) occurred,
> you can reproduce the problem (i hope) with the following sequence:

> - Reinstall Minix 3.1.4
> - Choose the "R" option (Reinstall Option, leave /home untouched)
> - Install all packages (packman 'all')

> System panic occours when packman will try to "Update GCC Libraries"

Sounds awful. What's the panic? What are you running on? (which
emulator/hardware?)

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 31, 7:22 am
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Tue, 31 Mar 2009 13:22:46 +0200
Local: Tues, Mar 31 2009 7:22 am
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> Sounds awful. What's the panic?

I can't see any message, the machine just reboots.

> What are you running on? (which
> emulator/hardware?)

It's an old Pentium III PC with 32 Gb of HD and 96 Mb of RAM. Minix
runs on a partition of 3 Gb of RAM

--
--------------------
Maurizio Lombardi
OpenSolaris 2008.11
on x86_64
--------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Mar 31, 7:22 am
From: Ben Gras <b...@few.vu.nl>
Date: Tue, 31 Mar 2009 04:22:54 -0700 (PDT)
Local: Tues, Mar 31 2009 7:22 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> 1) "make hdboot" fails because of errors in framework/audio_fw.c

> DEV_READ undefined
> DEV_WRITE undefined
> .....
> unknown selector REP_PROC_NR
> illegal use of selector REP_PROC_NR

> and so on....

That's weird; are you sure this is 3.1.4? DEV_READ and DEV_WRITE are
supposed to be long gone.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 31, 7:26 am
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Tue, 31 Mar 2009 13:26:07 +0200
Local: Tues, Mar 31 2009 7:26 am
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> That's weird; are you sure this is 3.1.4? DEV_READ and DEV_WRITE are
> supposed to be long gone.

Yes i am sure, it's the 3.1.4 r4203.

It works for you?

--
--------------------
Maurizio Lombardi
OpenSolaris 2008.11
on x86_64
--------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Mar 31, 7:27 am
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Tue, 31 Mar 2009 13:27:12 +0200
Local: Tues, Mar 31 2009 7:27 am
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

> It's an old Pentium III PC with 32 Gb of HD and 96 Mb of RAM. Minix
> runs on a partition of 3 Gb of RAM

Sorry, 3 Gb of HD space.

--
--------------------
Maurizio Lombardi
OpenSolaris 2008.11
on x86_64
--------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Mar 31, 10:22 am
From: Ben Gras <b...@few.vu.nl>
Date: Tue, 31 Mar 2009 07:22:12 -0700 (PDT)
Local: Tues, Mar 31 2009 10:22 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
Ahh as David suggested (IRL), it's probably due to installing all
packages - audio installs some sources files there. as audio is merged
with the base system, that package is obsolete and I've thrown it out,
which should fix this.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edward Kaplan  
View profile  
 More options Apr 1, 11:18 am
From: Edward Kaplan <t...@shlashdot.org>
Date: Wed, 1 Apr 2009 08:18:38 -0700 (PDT)
Local: Wed, Apr 1 2009 11:18 am
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
I've tried updating my /usr/src/lib to svn trunk, but the same error
occurs when building profile.c.  Is the fix somewhere else?

-Ted

On Mar 30, 1:12 pm, Arun Thomas <arun.tho...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arun Thomas  
View profile  
 More options Apr 1, 11:47 am
From: Arun Thomas <arun.tho...@gmail.com>
Date: Wed, 1 Apr 2009 17:47:32 +0200
Local: Wed, Apr 1 2009 11:47 am
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

On Wed, Apr 1, 2009 at 5:18 PM, Edward Kaplan <t...@shlashdot.org> wrote:

> I've tried updating my /usr/src/lib to svn trunk, but the same error
> occurs when building profile.c.  Is the fix somewhere else?

The fix modified headers in /usr/src/include. If I understand you
correctly, you updated /usr/src/lib only? If so, try updating all of
/usr/src. Do a 'make clean' (just in case). Then, follow the
instructions here: http://www.minix3.org/tracking-current.html.

Let me know if that works.

Arun


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Gras  
View profile  
 More options Apr 3, 12:10 pm
From: Ben Gras <b...@few.vu.nl>
Date: Fri, 3 Apr 2009 09:10:58 -0700 (PDT)
Local: Fri, Apr 3 2009 12:10 pm
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
There's a new snapshot up on the download page, of subversion revision
4220. A few quirks are fixed (randomness entropy, compiling system
libraries with gcc). Give it a shot, I'll take down the older snapshot
if nobody complains about this one.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
00110001  
View profile  
 More options Apr 6, 8:57 pm
From: 00110001 <srfn...@gmail.com>
Date: Mon, 6 Apr 2009 17:57:38 -0700 (PDT)
Local: Mon, Apr 6 2009 8:57 pm
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
I installed the 4220 version (all packages) in VMware running on RHEL
5.  Seems to have gone OK though the GCC library update required > 60
minutes to complete with one of the cores pegged at 52% the entire
time; this is on an Intel Core 2 3 Ghz machine.

Also, the installer did not check the disk for bad sectors, it did do
this in previous versions.

Kudos for getting the NIC working properly under VMware without the
need to fiddle with it.  ;-)

Greg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
00110001  
View profile  
 More options Apr 8, 6:17 pm
From: 00110001 <srfn...@gmail.com>
Date: Wed, 8 Apr 2009 15:17:02 -0700 (PDT)
Local: Wed, Apr 8 2009 6:17 pm
Subject: Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso
Hmm - actually upon further use I've realized that GCC did not install
properly and will not install.

The librarys are installed with the make install all-gnu, however the
GCC binary is not actually compiled by any method, packman, the easy
updater or by manuall compile.
Unfortunately I don't have the time to devote to tracing the cause.

Greg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maurizio Lombardi  
View profile  
 More options Apr 19, 7:31 am
From: Maurizio Lombardi <m.lombard...@gmail.com>
Date: Sun, 19 Apr 2009 13:31:50 +0200
Local: Sun, Apr 19 2009 7:31 am
Subject: Re: [minix3] Re: testers wanted - preliminary snapshot available - minix3_1_4_ide_r4203.iso

>> Probably there is a bug in the floppy disk driver:

>> When i try to do "mtools format /dev/fd0:" i get this error:

>> fd0: disk interrupt timed out
>> fs: I/O error on device 2/0

>> It is not an hardware problem, it works on Minix 3.1.3 r3066
>> I will file this bug in the bug tracker.

> Ehmm, I can't reproduce this - reading and writing from and to the
> block device works on my system, so does 'format -v /dev/fd0'. Is
> there anything more you can tell me?

Hi,

i'm trying to find this bug that prevent me to use the floppy drive.

However i need a little help:
Should i look for the bug only inside floppy.c or there is some other
component that can be involved in this behaviour?

--
--------------------
Maurizio Lombardi
OpenSolaris 2008.11
on x86_64
--------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google