Thread: [ES40-developers] tru64 5.1 boot
Status: Alpha
Brought to you by:
iamcamiel
From: Fausto S. <fa...@un...> - 2008-02-29 13:41:50
|
hello all, i'm trying to boot Tru64 5.1, but I have a problem during the first step, it seems the installation is starting, even if I have some KBD errors, like this: kbd: command f8: not recognized! but after a while the alpha console becomes black, and nothing happens. I supposed a blank screen (of graphic display), but I cannot interact anymore with the console. I'm running a windows version of ES40 and I also tried with icache false or true, with the same result. regards, fausto |
From: Brian W. <bdw...@in...> - 2008-02-29 14:28:14
|
The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 happy. Oh, if you've got an existing dpr.rom file, you'll probably want to remove it since earlier defaults will show the system temperature is too hot and one of the power supplies have failed... Brian On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > hello all, > > i'm trying to boot Tru64 5.1, but I have a problem during the first > step, it seems the installation is starting, even if I have some KBD > errors, like this: > > kbd: command f8: not recognized! > > but after a while the alpha console becomes black, and nothing > happens. I supposed a blank screen (of graphic display), but I cannot > interact anymore with the console. > > I'm running a windows version of ES40 and I also tried with icache > false or true, with the same result. > > regards, > fausto > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Hittner, D. T. <dav...@ng...> - 2008-02-29 21:59:00
|
I don't know if you've tried this - At the SRM console prompt, you can see the power/temperature state. We might need to 'tweak' the CPU registers to simulate a better hardware state for the OS's. P00>>>show power Status Power Supply 0 Bad Power Supply 1 Bad Power Supply 2 Bad System Fan 1 Good System Fan 2 Good System Fan 3 Good System Fan 4 Good System Fan 5 Good System Fan 6 Good CPU 0 Temperature Warning CPU 1 Temperature Not Available CPU 2 Temperature Not Available CPU 3 Temperature Not Available Zone 0 Temperature Warning Zone 1 Temperature Warning Zone 2 Temperature Warning P00>>> -----Original Message----- From: es4...@li... [mailto:es4...@li...] On Behalf Of Brian Wheeler Sent: Friday, February 29, 2008 9:28 AM To: ES40 Developer Discussions Subject: Re: [ES40-developers] tru64 5.1 boot The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 happy. Oh, if you've got an existing dpr.rom file, you'll probably want to remove it since earlier defaults will show the system temperature is too hot and one of the power supplies have failed... Brian On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > hello all, > > i'm trying to boot Tru64 5.1, but I have a problem during the first > step, it seems the installation is starting, even if I have some KBD > errors, like this: > > kbd: command f8: not recognized! > > but after a while the alpha console becomes black, and nothing > happens. I supposed a blank screen (of graphic display), but I cannot > interact anymore with the console. > > I'm running a windows version of ES40 and I also tried with icache > false or true, with the same result. > > regards, > fausto > > > ---------------------------------------------------------------------- > --- This SF.net email is sponsored by: Microsoft Defy all challenges. > Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Es40-developers mailing list Es4...@li... https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: brian w. <bdw...@in...> - 2008-03-01 16:39:30
|
Interesting. I'll take a look at that. I made some changes to DPR (currently in CVS) which gives this output: P00>>>show power Status Power Supply 0 Good Power Supply 1 Good Power Supply 2 Good System Fan 1 Good System Fan 2 Good System Fan 3 Good System Fan 4 Good System Fan 5 Good System Fan 6 Good CPU 0 Temperature Good CPU 1 Temperature Not Available CPU 2 Temperature Not Available CPU 3 Temperature Not Available Zone 0 Temperature Good Zone 1 Temperature Good Zone 2 Temperature Good P00>>> But the catch is this: The DPR state gets saved in dpr.rom, so if you've run es40 before the cvs changes happened, you'll still get the old values. Camiel, is there any reason to save that state, or can it be generated fresh each time? Brian On Fri, 2008-02-29 at 15:58 -0600, Hittner, David T. wrote: > I don't know if you've tried this - > > At the SRM console prompt, you can see the power/temperature state. > We might need to 'tweak' the CPU registers to simulate a better hardware > state for the OS's. > > P00>>>show power > Status > Power Supply 0 Bad > Power Supply 1 Bad > Power Supply 2 Bad > System Fan 1 Good > System Fan 2 Good > System Fan 3 Good > System Fan 4 Good > System Fan 5 Good > System Fan 6 Good > CPU 0 Temperature Warning > CPU 1 Temperature Not Available > CPU 2 Temperature Not Available > CPU 3 Temperature Not Available > Zone 0 Temperature Warning > Zone 1 Temperature Warning > Zone 2 Temperature Warning > P00>>> > > -----Original Message----- > From: es4...@li... > [mailto:es4...@li...] On Behalf Of > Brian Wheeler > Sent: Friday, February 29, 2008 9:28 AM > To: ES40 Developer Discussions > Subject: Re: [ES40-developers] tru64 5.1 boot > > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 > happy. > > Oh, if you've got an existing dpr.rom file, you'll probably want to > remove it since earlier defaults will show the system temperature is too > hot and one of the power supplies have failed... > > Brian > > > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > > hello all, > > > > i'm trying to boot Tru64 5.1, but I have a problem during the first > > step, it seems the installation is starting, even if I have some KBD > > errors, like this: > > > > kbd: command f8: not recognized! > > > > but after a while the alpha console becomes black, and nothing > > happens. I supposed a blank screen (of graphic display), but I cannot > > interact anymore with the console. > > > > I'm running a windows version of ES40 and I also tried with icache > > false or true, with the same result. > > > > regards, > > fausto > > > > > > ---------------------------------------------------------------------- > > --- This SF.net email is sponsored by: Microsoft Defy all challenges. > > Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------ > - > This SF.net email is sponsored by: Microsoft Defy all challenges. > Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Camiel V. <iam...@gm...> - 2008-03-01 17:13:40
|
Hi Brian, The reason I had for saving the stats is that the data that is generated by running the "set sys_serial_num" and "buildfru" SRM-commands is saved in DPR. We should probably generate some of the data (psu/temp/fan status and system boot time, for instance) each time though. I'll think about that some... Camiel. On Sat, Mar 1, 2008 at 5:39 PM, brian wheeler <bdw...@in...> wrote: > Interesting. I'll take a look at that. I made some changes to DPR > (currently in CVS) which gives this output: > > P00>>>show power > Status > Power Supply 0 Good > Power Supply 1 Good > Power Supply 2 Good > > System Fan 1 Good > System Fan 2 Good > System Fan 3 Good > System Fan 4 Good > System Fan 5 Good > System Fan 6 Good > CPU 0 Temperature Good > > CPU 1 Temperature Not Available > CPU 2 Temperature Not Available > CPU 3 Temperature Not Available > Zone 0 Temperature Good > Zone 1 Temperature Good > Zone 2 Temperature Good > P00>>> > > But the catch is this: The DPR state gets saved in dpr.rom, so if > you've run es40 before the cvs changes happened, you'll still get the > old values. > > Camiel, is there any reason to save that state, or can it be generated > fresh each time? > > Brian > > > > > On Fri, 2008-02-29 at 15:58 -0600, Hittner, David T. wrote: > > I don't know if you've tried this - > > > > At the SRM console prompt, you can see the power/temperature state. > > We might need to 'tweak' the CPU registers to simulate a better hardware > > state for the OS's. > > > > P00>>>show power > > Status > > Power Supply 0 Bad > > Power Supply 1 Bad > > Power Supply 2 Bad > > System Fan 1 Good > > System Fan 2 Good > > System Fan 3 Good > > System Fan 4 Good > > System Fan 5 Good > > System Fan 6 Good > > CPU 0 Temperature Warning > > CPU 1 Temperature Not Available > > CPU 2 Temperature Not Available > > CPU 3 Temperature Not Available > > Zone 0 Temperature Warning > > Zone 1 Temperature Warning > > Zone 2 Temperature Warning > > P00>>> > > > > -----Original Message----- > > From: es4...@li... > > [mailto:es4...@li...] On Behalf Of > > Brian Wheeler > > Sent: Friday, February 29, 2008 9:28 AM > > To: ES40 Developer Discussions > > Subject: Re: [ES40-developers] tru64 5.1 boot > > > > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 > > happy. > > > > Oh, if you've got an existing dpr.rom file, you'll probably want to > > remove it since earlier defaults will show the system temperature is too > > hot and one of the power supplies have failed... > > > > Brian > > > > > > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > > > hello all, > > > > > > i'm trying to boot Tru64 5.1, but I have a problem during the first > > > step, it seems the installation is starting, even if I have some KBD > > > errors, like this: > > > > > > kbd: command f8: not recognized! > > > > > > but after a while the alpha console becomes black, and nothing > > > happens. I supposed a blank screen (of graphic display), but I cannot > > > interact anymore with the console. > > > > > > I'm running a windows version of ES40 and I also tried with icache > > > false or true, with the same result. > > > > > > regards, > > > fausto > > > > > > > > > ---------------------------------------------------------------------- > > > --- This SF.net email is sponsored by: Microsoft Defy all challenges. > > > Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------ > > - > > This SF.net email is sponsored by: Microsoft Defy all challenges. > > Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Camiel V. <iam...@gm...> - 2008-03-17 20:22:22
|
I now have a patch in CVS that does just this. So, when the emulator is started, DPR contents is restored from dpr.rom first, and then sensible values are set for all of the volatile variables in there. Camiel. On Sat, Mar 1, 2008 at 6:13 PM, Camiel Vanderhoeven <iam...@gm...> wrote: > Hi Brian, > > The reason I had for saving the stats is that the data that is > generated by running the "set sys_serial_num" and "buildfru" > SRM-commands is saved in DPR. We should probably generate some of the > data (psu/temp/fan status and system boot time, for instance) each > time though. I'll think about that some... > > Camiel. > > > > On Sat, Mar 1, 2008 at 5:39 PM, brian wheeler <bdw...@in...> wrote: > > Interesting. I'll take a look at that. I made some changes to DPR > > (currently in CVS) which gives this output: > > > > P00>>>show power > > Status > > Power Supply 0 Good > > Power Supply 1 Good > > Power Supply 2 Good > > > > System Fan 1 Good > > System Fan 2 Good > > System Fan 3 Good > > System Fan 4 Good > > System Fan 5 Good > > System Fan 6 Good > > CPU 0 Temperature Good > > > > CPU 1 Temperature Not Available > > CPU 2 Temperature Not Available > > CPU 3 Temperature Not Available > > Zone 0 Temperature Good > > Zone 1 Temperature Good > > Zone 2 Temperature Good > > P00>>> > > > > But the catch is this: The DPR state gets saved in dpr.rom, so if > > you've run es40 before the cvs changes happened, you'll still get the > > old values. > > > > Camiel, is there any reason to save that state, or can it be generated > > fresh each time? > > > > Brian > > > > > > > > > > On Fri, 2008-02-29 at 15:58 -0600, Hittner, David T. wrote: > > > I don't know if you've tried this - > > > > > > At the SRM console prompt, you can see the power/temperature state. > > > We might need to 'tweak' the CPU registers to simulate a better hardware > > > state for the OS's. > > > > > > P00>>>show power > > > Status > > > Power Supply 0 Bad > > > Power Supply 1 Bad > > > Power Supply 2 Bad > > > System Fan 1 Good > > > System Fan 2 Good > > > System Fan 3 Good > > > System Fan 4 Good > > > System Fan 5 Good > > > System Fan 6 Good > > > CPU 0 Temperature Warning > > > CPU 1 Temperature Not Available > > > CPU 2 Temperature Not Available > > > CPU 3 Temperature Not Available > > > Zone 0 Temperature Warning > > > Zone 1 Temperature Warning > > > Zone 2 Temperature Warning > > > P00>>> > > > > > > -----Original Message----- > > > From: es4...@li... > > > [mailto:es4...@li...] On Behalf Of > > > Brian Wheeler > > > Sent: Friday, February 29, 2008 9:28 AM > > > To: ES40 Developer Discussions > > > Subject: Re: [ES40-developers] tru64 5.1 boot > > > > > > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 > > > happy. > > > > > > Oh, if you've got an existing dpr.rom file, you'll probably want to > > > remove it since earlier defaults will show the system temperature is too > > > hot and one of the power supplies have failed... > > > > > > Brian > > > > > > > > > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > > > > hello all, > > > > > > > > i'm trying to boot Tru64 5.1, but I have a problem during the first > > > > step, it seems the installation is starting, even if I have some KBD > > > > errors, like this: > > > > > > > > kbd: command f8: not recognized! > > > > > > > > but after a while the alpha console becomes black, and nothing > > > > happens. I supposed a blank screen (of graphic display), but I cannot > > > > interact anymore with the console. > > > > > > > > I'm running a windows version of ES40 and I also tried with icache > > > > false or true, with the same result. > > > > > > > > regards, > > > > fausto > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > --- This SF.net email is sponsored by: Microsoft Defy all challenges. > > > > Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Es40-developers mailing list > > > > Es4...@li... > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > ------------------------------------------------------------------------ > > > - > > > This SF.net email is sponsored by: Microsoft Defy all challenges. > > > Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > > > > > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > |
From: Brian W. <bdw...@in...> - 2008-03-18 12:08:00
|
Cool, thanks! On Mon, 2008-03-17 at 21:22 +0100, Camiel Vanderhoeven wrote: > I now have a patch in CVS that does just this. So, when the emulator > is started, DPR contents is restored from dpr.rom first, and then > sensible values are set for all of the volatile variables in there. > > Camiel. > > On Sat, Mar 1, 2008 at 6:13 PM, Camiel Vanderhoeven <iam...@gm...> wrote: > > Hi Brian, > > > > The reason I had for saving the stats is that the data that is > > generated by running the "set sys_serial_num" and "buildfru" > > SRM-commands is saved in DPR. We should probably generate some of the > > data (psu/temp/fan status and system boot time, for instance) each > > time though. I'll think about that some... > > > > Camiel. > > > > > > > > On Sat, Mar 1, 2008 at 5:39 PM, brian wheeler <bdw...@in...> wrote: > > > Interesting. I'll take a look at that. I made some changes to DPR > > > (currently in CVS) which gives this output: > > > > > > P00>>>show power > > > Status > > > Power Supply 0 Good > > > Power Supply 1 Good > > > Power Supply 2 Good > > > > > > System Fan 1 Good > > > System Fan 2 Good > > > System Fan 3 Good > > > System Fan 4 Good > > > System Fan 5 Good > > > System Fan 6 Good > > > CPU 0 Temperature Good > > > > > > CPU 1 Temperature Not Available > > > CPU 2 Temperature Not Available > > > CPU 3 Temperature Not Available > > > Zone 0 Temperature Good > > > Zone 1 Temperature Good > > > Zone 2 Temperature Good > > > P00>>> > > > > > > But the catch is this: The DPR state gets saved in dpr.rom, so if > > > you've run es40 before the cvs changes happened, you'll still get the > > > old values. > > > > > > Camiel, is there any reason to save that state, or can it be generated > > > fresh each time? > > > > > > Brian > > > > > > > > > > > > > > > On Fri, 2008-02-29 at 15:58 -0600, Hittner, David T. wrote: > > > > I don't know if you've tried this - > > > > > > > > At the SRM console prompt, you can see the power/temperature state. > > > > We might need to 'tweak' the CPU registers to simulate a better hardware > > > > state for the OS's. > > > > > > > > P00>>>show power > > > > Status > > > > Power Supply 0 Bad > > > > Power Supply 1 Bad > > > > Power Supply 2 Bad > > > > System Fan 1 Good > > > > System Fan 2 Good > > > > System Fan 3 Good > > > > System Fan 4 Good > > > > System Fan 5 Good > > > > System Fan 6 Good > > > > CPU 0 Temperature Warning > > > > CPU 1 Temperature Not Available > > > > CPU 2 Temperature Not Available > > > > CPU 3 Temperature Not Available > > > > Zone 0 Temperature Warning > > > > Zone 1 Temperature Warning > > > > Zone 2 Temperature Warning > > > > P00>>> > > > > > > > > -----Original Message----- > > > > From: es4...@li... > > > > [mailto:es4...@li...] On Behalf Of > > > > Brian Wheeler > > > > Sent: Friday, February 29, 2008 9:28 AM > > > > To: ES40 Developer Discussions > > > > Subject: Re: [ES40-developers] tru64 5.1 boot > > > > > > > > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 > > > > happy. > > > > > > > > Oh, if you've got an existing dpr.rom file, you'll probably want to > > > > remove it since earlier defaults will show the system temperature is too > > > > hot and one of the power supplies have failed... > > > > > > > > Brian > > > > > > > > > > > > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > > > > > hello all, > > > > > > > > > > i'm trying to boot Tru64 5.1, but I have a problem during the first > > > > > step, it seems the installation is starting, even if I have some KBD > > > > > errors, like this: > > > > > > > > > > kbd: command f8: not recognized! > > > > > > > > > > but after a while the alpha console becomes black, and nothing > > > > > happens. I supposed a blank screen (of graphic display), but I cannot > > > > > interact anymore with the console. > > > > > > > > > > I'm running a windows version of ES40 and I also tried with icache > > > > > false or true, with the same result. > > > > > > > > > > regards, > > > > > fausto > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > --- This SF.net email is sponsored by: Microsoft Defy all challenges. > > > > > Microsoft(R) Visual Studio 2008. > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > > _______________________________________________ > > > > > Es40-developers mailing list > > > > > Es4...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > - > > > > This SF.net email is sponsored by: Microsoft Defy all challenges. > > > > Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Es40-developers mailing list > > > > Es4...@li... > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Es40-developers mailing list > > > > Es4...@li... > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Hittner, D. T. <dav...@ng...> - 2008-03-19 15:04:18
|
I added a second CPU (just to see what it would do), and got the following console output - it shows an error on the Network card, which does not occur when only one CPU is configured. Is there something in the CPU arbitration that we've missed that prevents the 2nd CPU from running the system diagnostics simultaneously with the primary CPU? Dave ------------------------------------------------------------------------ ---- This is serial port #0 on AlphaSim OpenVMS PALcode V1.98-104, Tru64 UNIX PALcode V1.92-105 starting console on CPU 0 initialized idle PCB initializing semaphores initializing heap initial heap 240c0 memory low limit = 1b0000 heap = 240c0, 17fc0 initializing driver structures initializing idle process PID initializing file system initializing hardware initializing timer data structures lowering IPL CPU 0 speed is 800 MHz create dead_eater create poll create timer create powerup access NVRAM Memory size 128 MB testing memory ... probe I/O subsystem probing hose 1, PCI probing hose 0, PCI probing PCI-to-ISA bridge, bus 1 bus 0, slot 3 -- pka -- NCR 53C810 bus 0, slot 4 -- ewa -- DE500-BA Network Controller starting drivers entering idle loop Partition 0, Memory base: 000000000, size: 008000000 initializing GCT/FRU at 1c8000 Initializing pka ewa Memory Testing and Configuration Status Array Size Base Address Intlv Mode --------- ---------- ---------------- ---------- 0 128Mb 0000000000000000 4-Way 128 MB of System Memory Testing the System Testing the Disks (read only) Testing the Network *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff *** List index: 0 received count: 3 expected count 4 *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff *** List index: 1 received count: 3 expected count 4 *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff *** List index: 2 received count: 3 expected count 4 *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff *** List index: 3 received count: 3 expected count 4 *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff *** List index: 4 received count: 3 expected count 4 *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff *** List index: 5 received count: 3 expected count 4 Loop Reply from: 00-00-00-ff-ff-ff Loop Reply from: 00-00-00-ff-ff-ff AlphaServer ES40 Console V7.2-1, built on Jun 9 2006 at 15:36:48 P00>>> ------------------------------------------------------------------------ ---- |
From: Fausto S. <fa...@un...> - 2008-02-29 18:47:22
|
Hello Brian, now the 0xf8 is ok, but not 0xab and 0xaf ... I have still the error for those command codes. My issue is with X server, after a while the alpha console become black and I cannot continue the installation... I have to check the docs about a non-graphical installation... I suppose it's possible, isn't it? regards, fausto Quoting Brian Wheeler <bdw...@in...>: > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 > happy. > > Oh, if you've got an existing dpr.rom file, you'll probably want to > remove it since earlier defaults will show the system temperature is too > hot and one of the power supplies have failed... > > Brian > > > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: >> hello all, >> >> i'm trying to boot Tru64 5.1, but I have a problem during the first >> step, it seems the installation is starting, even if I have some KBD >> errors, like this: >> >> kbd: command f8: not recognized! >> >> but after a while the alpha console becomes black, and nothing >> happens. I supposed a blank screen (of graphic display), but I cannot >> interact anymore with the console. >> >> I'm running a windows version of ES40 and I also tried with icache >> false or true, with the same result. >> >> regards, >> fausto >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Es40-developers mailing list >> Es4...@li... >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Brian W. <bdw...@in...> - 2008-02-29 19:10:39
|
On Fri, 2008-02-29 at 19:47 +0100, Fausto Saporito wrote: > Hello Brian, > > now the 0xf8 is ok, but not 0xab and 0xaf ... Those codes are safe to ignore, I think. > I have still the error > for those command codes. > My issue is with X server, after a while the alpha console become > black and I cannot continue the installation... > Interesting. I've not tried an install with the card in. > I have to check the docs about a non-graphical installation... I > suppose it's possible, isn't it? > Yep. Just answer a bunch of questions on the serial port. Brian > regards, > fausto > > Quoting Brian Wheeler <bdw...@in...>: > > > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 > > happy. > > > > Oh, if you've got an existing dpr.rom file, you'll probably want to > > remove it since earlier defaults will show the system temperature is too > > hot and one of the power supplies have failed... > > > > Brian > > > > > > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: > >> hello all, > >> > >> i'm trying to boot Tru64 5.1, but I have a problem during the first > >> step, it seems the installation is starting, even if I have some KBD > >> errors, like this: > >> > >> kbd: command f8: not recognized! > >> > >> but after a while the alpha console becomes black, and nothing > >> happens. I supposed a blank screen (of graphic display), but I cannot > >> interact anymore with the console. > >> > >> I'm running a windows version of ES40 and I also tried with icache > >> false or true, with the same result. > >> > >> regards, > >> fausto > >> > >> > >> ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> Es40-developers mailing list > >> Es4...@li... > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Fausto S. <fa...@un...> - 2008-02-29 19:29:26
|
Quoting Brian Wheeler <bdw...@in...>: > > On Fri, 2008-02-29 at 19:47 +0100, Fausto Saporito wrote: >> Hello Brian, >> >> now the 0xf8 is ok, but not 0xab and 0xaf ... > > Those codes are safe to ignore, I think. ok. perfect! > > >> I have to check the docs about a non-graphical installation... I >> suppose it's possible, isn't it? >> > > Yep. Just answer a bunch of questions on the serial port. so I have to remove from my configuration file the graphic card part... I'll try in that way. Fausto > > Brian > > >> regards, >> fausto >> >> Quoting Brian Wheeler <bdw...@in...>: >> >> > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 >> > happy. >> > >> > Oh, if you've got an existing dpr.rom file, you'll probably want to >> > remove it since earlier defaults will show the system temperature is too >> > hot and one of the power supplies have failed... >> > >> > Brian >> > >> > >> > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: >> >> hello all, >> >> >> >> i'm trying to boot Tru64 5.1, but I have a problem during the first >> >> step, it seems the installation is starting, even if I have some KBD >> >> errors, like this: >> >> >> >> kbd: command f8: not recognized! >> >> >> >> but after a while the alpha console becomes black, and nothing >> >> happens. I supposed a blank screen (of graphic display), but I cannot >> >> interact anymore with the console. >> >> >> >> I'm running a windows version of ES40 and I also tried with icache >> >> false or true, with the same result. >> >> >> >> regards, >> >> fausto >> >> >> >> >> >> ------------------------------------------------------------------------- >> >> This SF.net email is sponsored by: Microsoft >> >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> _______________________________________________ >> >> Es40-developers mailing list >> >> Es4...@li... >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> > >> > >> > ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Microsoft >> > Defy all challenges. Microsoft(R) Visual Studio 2008. >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> > _______________________________________________ >> > Es40-developers mailing list >> > Es4...@li... >> > https://lists.sourceforge.net/lists/listinfo/es40-developers >> > >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Es40-developers mailing list >> Es4...@li... >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Fausto S. <fa...@un...> - 2008-02-29 22:06:46
|
Hello all, provided that I'm running ES40 with icache=true, the tru64 installation crashes with the following error: Creating the root file system on device dsk0a panic (cpu 0): ialloc: dup alloc syncing disks... done Did you get the same error? Btw, I'll try with icache=false... fausto Quoting Brian Wheeler <bdw...@in...>: > > On Fri, 2008-02-29 at 19:47 +0100, Fausto Saporito wrote: >> Hello Brian, >> >> now the 0xf8 is ok, but not 0xab and 0xaf ... > > Those codes are safe to ignore, I think. > >> I have still the error >> for those command codes. >> My issue is with X server, after a while the alpha console become >> black and I cannot continue the installation... >> > > Interesting. I've not tried an install with the card in. > > >> I have to check the docs about a non-graphical installation... I >> suppose it's possible, isn't it? >> > > Yep. Just answer a bunch of questions on the serial port. > > Brian > > >> regards, >> fausto >> >> Quoting Brian Wheeler <bdw...@in...>: >> >> > The latest Keyboard.cpp in cvs ACKs 0xf8 (and others) which makes Tru64 >> > happy. >> > >> > Oh, if you've got an existing dpr.rom file, you'll probably want to >> > remove it since earlier defaults will show the system temperature is too >> > hot and one of the power supplies have failed... >> > >> > Brian >> > >> > >> > On Fri, 2008-02-29 at 14:40 +0100, Fausto Saporito wrote: >> >> hello all, >> >> >> >> i'm trying to boot Tru64 5.1, but I have a problem during the first >> >> step, it seems the installation is starting, even if I have some KBD >> >> errors, like this: >> >> >> >> kbd: command f8: not recognized! >> >> >> >> but after a while the alpha console becomes black, and nothing >> >> happens. I supposed a blank screen (of graphic display), but I cannot >> >> interact anymore with the console. >> >> >> >> I'm running a windows version of ES40 and I also tried with icache >> >> false or true, with the same result. >> >> >> >> regards, >> >> fausto >> >> >> >> >> >> ------------------------------------------------------------------------- >> >> This SF.net email is sponsored by: Microsoft >> >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> _______________________________________________ >> >> Es40-developers mailing list >> >> Es4...@li... >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> > >> > >> > ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Microsoft >> > Defy all challenges. Microsoft(R) Visual Studio 2008. >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> > _______________________________________________ >> > Es40-developers mailing list >> > Es4...@li... >> > https://lists.sourceforge.net/lists/listinfo/es40-developers >> > >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Es40-developers mailing list >> Es4...@li... >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Hittner, D. T. <dav...@ng...> - 2008-03-19 15:12:09
|
Or.... was this because my dual-core (without HyperThreading) CPU was pegged on both cores simulating 2 CPUs and the 21143 thread (literally) just timed out executing the commands? Dave > -----Original Message----- > From: es4...@li... > [mailto:es4...@li...] On > Behalf Of Hittner, David T. > Sent: Wednesday, March 19, 2008 11:04 AM > To: ES40 Developer Discussions > Subject: [ES40-developers] Issue with 2nd CPU > > I added a second CPU (just to see what it would do), and got > the following console output - it shows an error on the > Network card, which does not occur when only one CPU is configured. > > Is there something in the CPU arbitration that we've missed > that prevents the 2nd CPU from running the system diagnostics > simultaneously with the primary CPU? > > Dave > -------------------------------------------------------------- > ---------- > ---- > This is serial port #0 on AlphaSim > > OpenVMS PALcode V1.98-104, Tru64 UNIX PALcode V1.92-105 > > starting console on CPU 0 > initialized idle PCB > initializing semaphores > initializing heap > initial heap 240c0 > memory low limit = 1b0000 heap = 240c0, 17fc0 initializing > driver structures initializing idle process PID initializing > file system initializing hardware initializing timer data > structures lowering IPL CPU 0 speed is 800 MHz create > dead_eater create poll create timer create powerup access > NVRAM Memory size 128 MB testing memory ... > probe I/O subsystem > probing hose 1, PCI > probing hose 0, PCI > probing PCI-to-ISA bridge, bus 1 > bus 0, slot 3 -- pka -- NCR 53C810 > bus 0, slot 4 -- ewa -- DE500-BA Network Controller starting > drivers entering idle loop Partition 0, Memory base: > 000000000, size: 008000000 initializing GCT/FRU at 1c8000 > Initializing pka ewa Memory Testing and Configuration Status > Array Size Base Address Intlv Mode > --------- ---------- ---------------- ---------- > 0 128Mb 0000000000000000 4-Way > > 128 MB of System Memory > Testing the System > Testing the Disks (read only) > Testing the Network > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > *** List index: 0 received count: 3 expected count 4 > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > *** List index: 1 received count: 3 expected count 4 > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > *** List index: 2 received count: 3 expected count 4 > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > *** List index: 3 received count: 3 expected count 4 > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > *** List index: 4 received count: 3 expected count 4 > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > *** List index: 5 received count: 3 expected count 4 > > Loop Reply from: 00-00-00-ff-ff-ff > Loop Reply from: 00-00-00-ff-ff-ff > AlphaServer ES40 Console V7.2-1, built on Jun 9 2006 at 15:36:48 > P00>>> > -------------------------------------------------------------- > ---------- > ---- > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft Defy all > challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Brian W. <bdw...@in...> - 2008-03-19 15:15:12
|
Do you have the registers locked so the 21143 thread doesn't try to clobber things when the CPUs are busy? It could also be due to the timer code... Brian On Wed, 2008-03-19 at 10:11 -0500, Hittner, David T. wrote: > Or.... was this because my dual-core (without HyperThreading) CPU was > pegged on both cores simulating 2 CPUs and the 21143 thread (literally) > just timed out executing the commands? > > Dave > > > -----Original Message----- > > From: es4...@li... > > [mailto:es4...@li...] On > > Behalf Of Hittner, David T. > > Sent: Wednesday, March 19, 2008 11:04 AM > > To: ES40 Developer Discussions > > Subject: [ES40-developers] Issue with 2nd CPU > > > > I added a second CPU (just to see what it would do), and got > > the following console output - it shows an error on the > > Network card, which does not occur when only one CPU is configured. > > > > Is there something in the CPU arbitration that we've missed > > that prevents the 2nd CPU from running the system diagnostics > > simultaneously with the primary CPU? > > > > Dave > > -------------------------------------------------------------- > > ---------- > > ---- > > This is serial port #0 on AlphaSim > > > > OpenVMS PALcode V1.98-104, Tru64 UNIX PALcode V1.92-105 > > > > starting console on CPU 0 > > initialized idle PCB > > initializing semaphores > > initializing heap > > initial heap 240c0 > > memory low limit = 1b0000 heap = 240c0, 17fc0 initializing > > driver structures initializing idle process PID initializing > > file system initializing hardware initializing timer data > > structures lowering IPL CPU 0 speed is 800 MHz create > > dead_eater create poll create timer create powerup access > > NVRAM Memory size 128 MB testing memory ... > > probe I/O subsystem > > probing hose 1, PCI > > probing hose 0, PCI > > probing PCI-to-ISA bridge, bus 1 > > bus 0, slot 3 -- pka -- NCR 53C810 > > bus 0, slot 4 -- ewa -- DE500-BA Network Controller starting > > drivers entering idle loop Partition 0, Memory base: > > 000000000, size: 008000000 initializing GCT/FRU at 1c8000 > > Initializing pka ewa Memory Testing and Configuration Status > > Array Size Base Address Intlv Mode > > --------- ---------- ---------------- ---------- > > 0 128Mb 0000000000000000 4-Way > > > > 128 MB of System Memory > > Testing the System > > Testing the Disks (read only) > > Testing the Network > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 0 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 1 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 2 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 3 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 4 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 5 received count: 3 expected count 4 > > > > Loop Reply from: 00-00-00-ff-ff-ff > > Loop Reply from: 00-00-00-ff-ff-ff > > AlphaServer ES40 Console V7.2-1, built on Jun 9 2006 at 15:36:48 > > P00>>> > > -------------------------------------------------------------- > > ---------- > > ---- > > > > -------------------------------------------------------------- > > ----------- > > This SF.net email is sponsored by: Microsoft Defy all > > challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Camiel V. <iam...@gm...> - 2008-03-19 15:20:30
|
Hi David, I would assume this to be the case. The second cpu - as far as I can tell isn't doing anything except waiting for some data in memory to change. I think that having 3 processor cores would be the minimum recommended configuration to run a 2-cpu emulator... Camiel. On Wed, Mar 19, 2008 at 4:11 PM, Hittner, David T. <dav...@ng...> wrote: > Or.... was this because my dual-core (without HyperThreading) CPU was > pegged on both cores simulating 2 CPUs and the 21143 thread (literally) > just timed out executing the commands? > > Dave > > > > > -----Original Message----- > > From: es4...@li... > > [mailto:es4...@li...] On > > Behalf Of Hittner, David T. > > Sent: Wednesday, March 19, 2008 11:04 AM > > To: ES40 Developer Discussions > > Subject: [ES40-developers] Issue with 2nd CPU > > > > I added a second CPU (just to see what it would do), and got > > the following console output - it shows an error on the > > Network card, which does not occur when only one CPU is configured. > > > > Is there something in the CPU arbitration that we've missed > > that prevents the 2nd CPU from running the system diagnostics > > simultaneously with the primary CPU? > > > > Dave > > -------------------------------------------------------------- > > ---------- > > ---- > > This is serial port #0 on AlphaSim > > > > OpenVMS PALcode V1.98-104, Tru64 UNIX PALcode V1.92-105 > > > > starting console on CPU 0 > > initialized idle PCB > > initializing semaphores > > initializing heap > > initial heap 240c0 > > memory low limit = 1b0000 heap = 240c0, 17fc0 initializing > > driver structures initializing idle process PID initializing > > file system initializing hardware initializing timer data > > structures lowering IPL CPU 0 speed is 800 MHz create > > dead_eater create poll create timer create powerup access > > NVRAM Memory size 128 MB testing memory ... > > probe I/O subsystem > > probing hose 1, PCI > > probing hose 0, PCI > > probing PCI-to-ISA bridge, bus 1 > > bus 0, slot 3 -- pka -- NCR 53C810 > > bus 0, slot 4 -- ewa -- DE500-BA Network Controller starting > > drivers entering idle loop Partition 0, Memory base: > > 000000000, size: 008000000 initializing GCT/FRU at 1c8000 > > Initializing pka ewa Memory Testing and Configuration Status > > Array Size Base Address Intlv Mode > > --------- ---------- ---------------- ---------- > > 0 128Mb 0000000000000000 4-Way > > > > 128 MB of System Memory > > Testing the System > > Testing the Disks (read only) > > Testing the Network > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 0 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 1 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 2 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 3 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 4 received count: 3 expected count 4 > > > > *** Error (ewa0), Mop loop message timed out from: 00-00-00-ff-ff-ff > > *** List index: 5 received count: 3 expected count 4 > > > > Loop Reply from: 00-00-00-ff-ff-ff > > Loop Reply from: 00-00-00-ff-ff-ff > > AlphaServer ES40 Console V7.2-1, built on Jun 9 2006 at 15:36:48 > > P00>>> > > -------------------------------------------------------------- > > ---------- > > ---- > > > > -------------------------------------------------------------- > > ----------- > > This SF.net email is sponsored by: Microsoft Defy all > > challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |