* MOPD problems
@ 2003-01-15 23:41 Justin Pauley
2003-01-16 1:04 ` Dave Airlie
2003-01-16 9:47 ` Jan-Benedict Glaw
0 siblings, 2 replies; 7+ messages in thread
From: Justin Pauley @ 2003-01-15 23:41 UTC (permalink / raw)
To: linux-mips
I downloaded the mopd server and installed a bunch of the patches until
mopd compiled. I downloaded the mopimage and put it in my /tftpboot/mop
with the correct name. However, after running mop with "mopd -d eth0"
and then running "boot 3/mop" on my decstation nothing happens. However,
I have noticed that when I run a packet dumping software (etherreal) and
then I try it I get this on my mopd:
MOP DL 8:0:2b:2e:77:40 > ab:0:0:1:0:0 len 11 code 08 RPR
MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1 code 03 ASV
MOP DL 8:0:2b:2e:77:40 > 0:d0:9:f8:fc:a5 len 11 code 08 RPR
MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1058 code 02 MLD
This in my syslog:
Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 (1) Do you have
08002b2e7740? (Yes)
Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 Send me 08002b2e7740
but then my Decstation produces something similar to the following:
>> boot 3/mop
???
? PC: 0x.....
? CR: 0x....
? SR: 0x....
? VA: 0x0
? ER: 180....
? MER: 0x162....
and then returns back to the console ">>".
(note that the ... were added by me to replace a long line of
numbers/letters)
if you know of something I can try, please let me know.
Thanks,
Justin Pauley
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MOPD problems
2003-01-15 23:41 MOPD problems Justin Pauley
@ 2003-01-16 1:04 ` Dave Airlie
2003-01-16 1:50 ` Justin Pauley
2003-01-16 9:46 ` Jan-Benedict Glaw
2003-01-16 9:47 ` Jan-Benedict Glaw
1 sibling, 2 replies; 7+ messages in thread
From: Dave Airlie @ 2003-01-16 1:04 UTC (permalink / raw)
To: Justin Pauley; +Cc: linux-mips
sometimes a long time agao.. you needed to manually add the ethernet
address of the decstation to the arp table on the host machine..
arp -s <decstation_hostname> <ethernet_address>
give that a go...
Dave.
On Wed, 15 Jan 2003, Justin Pauley wrote:
> I downloaded the mopd server and installed a bunch of the patches until
> mopd compiled. I downloaded the mopimage and put it in my /tftpboot/mop
> with the correct name. However, after running mop with "mopd -d eth0"
> and then running "boot 3/mop" on my decstation nothing happens. However,
> I have noticed that when I run a packet dumping software (etherreal) and
> then I try it I get this on my mopd:
>
> MOP DL 8:0:2b:2e:77:40 > ab:0:0:1:0:0 len 11 code 08 RPR
> MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1 code 03 ASV
> MOP DL 8:0:2b:2e:77:40 > 0:d0:9:f8:fc:a5 len 11 code 08 RPR
> MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1058 code 02 MLD
>
> This in my syslog:
> Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 (1) Do you have
> 08002b2e7740? (Yes)
> Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 Send me 08002b2e7740
>
> but then my Decstation produces something similar to the following:
>
> >> boot 3/mop
>
> ???
> ? PC: 0x.....
> ? CR: 0x....
> ? SR: 0x....
> ? VA: 0x0
> ? ER: 180....
> ? MER: 0x162....
>
> and then returns back to the console ">>".
> (note that the ... were added by me to replace a long line of
> numbers/letters)
>
>
> if you know of something I can try, please let me know.
>
> Thanks,
> Justin Pauley
>
>
--
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied@skynet.ie
pam_smb / Linux DecStation / Linux VAX / ILUG person
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MOPD problems
2003-01-16 1:04 ` Dave Airlie
@ 2003-01-16 1:50 ` Justin Pauley
2003-01-16 6:20 ` Dave Airlie
2003-01-16 9:46 ` Jan-Benedict Glaw
1 sibling, 1 reply; 7+ messages in thread
From: Justin Pauley @ 2003-01-16 1:50 UTC (permalink / raw)
To: Dave Airlie; +Cc: linux-mips
Sorry, but it didn't seem to work. For the decstation hostname I just
used "decstation" and added an entry into my /etc/hosts for the the IP
address I think it is. However, I am not sure exactly what ip address it
is nor do I know how to figure it out.
I figured out by turning on promiscuous mode I get the connection to my
box but the decstation still does the "???" thing as I mentioned before.
Any ideas are appreciated, and thank you Dave.
Justin
On Wed, 2003-01-15 at 20:04, Dave Airlie wrote:
>
> sometimes a long time agao.. you needed to manually add the ethernet
> address of the decstation to the arp table on the host machine..
>
> arp -s <decstation_hostname> <ethernet_address>
>
> give that a go...
>
> Dave.
>
> On Wed, 15 Jan 2003, Justin Pauley wrote:
>
> > I downloaded the mopd server and installed a bunch of the patches until
> > mopd compiled. I downloaded the mopimage and put it in my /tftpboot/mop
> > with the correct name. However, after running mop with "mopd -d eth0"
> > and then running "boot 3/mop" on my decstation nothing happens. However,
> > I have noticed that when I run a packet dumping software (etherreal) and
> > then I try it I get this on my mopd:
> >
> > MOP DL 8:0:2b:2e:77:40 > ab:0:0:1:0:0 len 11 code 08 RPR
> > MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1 code 03 ASV
> > MOP DL 8:0:2b:2e:77:40 > 0:d0:9:f8:fc:a5 len 11 code 08 RPR
> > MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1058 code 02 MLD
> >
> > This in my syslog:
> > Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 (1) Do you have
> > 08002b2e7740? (Yes)
> > Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 Send me 08002b2e7740
> >
> > but then my Decstation produces something similar to the following:
> >
> > >> boot 3/mop
> >
> > ???
> > ? PC: 0x.....
> > ? CR: 0x....
> > ? SR: 0x....
> > ? VA: 0x0
> > ? ER: 180....
> > ? MER: 0x162....
> >
> > and then returns back to the console ">>".
> > (note that the ... were added by me to replace a long line of
> > numbers/letters)
> >
> >
> > if you know of something I can try, please let me know.
> >
> > Thanks,
> > Justin Pauley
> >
> >
>
> --
> David Airlie, Software Engineer
> http://www.skynet.ie/~airlied / airlied@skynet.ie
> pam_smb / Linux DecStation / Linux VAX / ILUG person
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MOPD problems
2003-01-16 1:50 ` Justin Pauley
@ 2003-01-16 6:20 ` Dave Airlie
0 siblings, 0 replies; 7+ messages in thread
From: Dave Airlie @ 2003-01-16 6:20 UTC (permalink / raw)
To: Justin Pauley; +Cc: linux-mips
Ah sorry I was thinking I think of another problem.. that you get later on
in the boot .. it shouldn't affect the mop load... you are using Maciej's
mopd? it is the only one known to work ..
Dave.
On Wed, 15 Jan 2003, Justin Pauley wrote:
> Sorry, but it didn't seem to work. For the decstation hostname I just
> used "decstation" and added an entry into my /etc/hosts for the the IP
> address I think it is. However, I am not sure exactly what ip address it
> is nor do I know how to figure it out.
>
> I figured out by turning on promiscuous mode I get the connection to my
> box but the decstation still does the "???" thing as I mentioned before.
> Any ideas are appreciated, and thank you Dave.
>
> Justin
>
> On Wed, 2003-01-15 at 20:04, Dave Airlie wrote:
> >
> > sometimes a long time agao.. you needed to manually add the ethernet
> > address of the decstation to the arp table on the host machine..
> >
> > arp -s <decstation_hostname> <ethernet_address>
> >
> > give that a go...
> >
> > Dave.
> >
> > On Wed, 15 Jan 2003, Justin Pauley wrote:
> >
> > > I downloaded the mopd server and installed a bunch of the patches until
> > > mopd compiled. I downloaded the mopimage and put it in my /tftpboot/mop
> > > with the correct name. However, after running mop with "mopd -d eth0"
> > > and then running "boot 3/mop" on my decstation nothing happens. However,
> > > I have noticed that when I run a packet dumping software (etherreal) and
> > > then I try it I get this on my mopd:
> > >
> > > MOP DL 8:0:2b:2e:77:40 > ab:0:0:1:0:0 len 11 code 08 RPR
> > > MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1 code 03 ASV
> > > MOP DL 8:0:2b:2e:77:40 > 0:d0:9:f8:fc:a5 len 11 code 08 RPR
> > > MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1058 code 02 MLD
> > >
> > > This in my syslog:
> > > Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 (1) Do you have
> > > 08002b2e7740? (Yes)
> > > Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 Send me 08002b2e7740
> > >
> > > but then my Decstation produces something similar to the following:
> > >
> > > >> boot 3/mop
> > >
> > > ???
> > > ? PC: 0x.....
> > > ? CR: 0x....
> > > ? SR: 0x....
> > > ? VA: 0x0
> > > ? ER: 180....
> > > ? MER: 0x162....
> > >
> > > and then returns back to the console ">>".
> > > (note that the ... were added by me to replace a long line of
> > > numbers/letters)
> > >
> > >
> > > if you know of something I can try, please let me know.
> > >
> > > Thanks,
> > > Justin Pauley
> > >
> > >
> >
> > --
> > David Airlie, Software Engineer
> > http://www.skynet.ie/~airlied / airlied@skynet.ie
> > pam_smb / Linux DecStation / Linux VAX / ILUG person
> >
> >
>
>
>
--
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied@skynet.ie
pam_smb / Linux DecStation / Linux VAX / ILUG person
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MOPD problems
2003-01-16 1:04 ` Dave Airlie
2003-01-16 1:50 ` Justin Pauley
@ 2003-01-16 9:46 ` Jan-Benedict Glaw
2003-01-16 11:55 ` Justin Pauley
1 sibling, 1 reply; 7+ messages in thread
From: Jan-Benedict Glaw @ 2003-01-16 9:46 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 759 bytes --]
On Thu, 2003-01-16 01:04:58 +0000, Dave Airlie <airlied@csn.ul.ie>
wrote in message <Pine.LNX.4.44.0301160103580.10229-100000@skynet>:
>
> sometimes a long time agao.. you needed to manually add the ethernet
> address of the decstation to the arp table on the host machine..
>
> arp -s <decstation_hostname> <ethernet_address>
MOP isn't an IP based protocol so it doesn't care about IP addresses. I
think you want to solve some problem while TFTP'ing something:-)
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur
fuer einen Freien Staat voll Freier Bürger" | im Internet!
Shell Script APT-Proxy: http://lug-owl.de/~jbglaw/software/ap2/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MOPD problems
2003-01-15 23:41 MOPD problems Justin Pauley
2003-01-16 1:04 ` Dave Airlie
@ 2003-01-16 9:47 ` Jan-Benedict Glaw
1 sibling, 0 replies; 7+ messages in thread
From: Jan-Benedict Glaw @ 2003-01-16 9:47 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 1744 bytes --]
On Wed, 2003-01-15 18:41:16 -0500, Justin Pauley <jpauley@xwizards.com>
wrote in message <1042674081.2735.102.camel@Opus>:
> I downloaded the mopd server and installed a bunch of the patches until
> mopd compiled. I downloaded the mopimage and put it in my /tftpboot/mop
> with the correct name. However, after running mop with "mopd -d eth0"
> and then running "boot 3/mop" on my decstation nothing happens. However,
> I have noticed that when I run a packet dumping software (etherreal) and
> then I try it I get this on my mopd:
>
> MOP DL 8:0:2b:2e:77:40 > ab:0:0:1:0:0 len 11 code 08 RPR
> MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1 code 03 ASV
> MOP DL 8:0:2b:2e:77:40 > 0:d0:9:f8:fc:a5 len 11 code 08 RPR
> MOP DL 0:d0:9:f8:fc:a5 > 8:0:2b:2e:77:40 len 1058 code 02 MLD
>
> This in my syslog:
> Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 (1) Do you have
> 08002b2e7740? (Yes)
> Jan 15 18:30:47 opus mopd[18215]: 8:0:2b:2e:77:40 Send me 08002b2e7740
>
> but then my Decstation produces something similar to the following:
>
> >> boot 3/mop
>
> ???
> ? PC: 0x.....
> ? CR: 0x....
> ? SR: 0x....
> ? VA: 0x0
> ? ER: 180....
> ? MER: 0x162....
>
> and then returns back to the console ">>".
> (note that the ... were added by me to replace a long line of
> numbers/letters)
It doesn't really tell me much, but please try the ELF linux kernel
image instead of the MOP image once.
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur
fuer einen Freien Staat voll Freier Bürger" | im Internet!
Shell Script APT-Proxy: http://lug-owl.de/~jbglaw/software/ap2/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MOPD problems
2003-01-16 9:46 ` Jan-Benedict Glaw
@ 2003-01-16 11:55 ` Justin Pauley
0 siblings, 0 replies; 7+ messages in thread
From: Justin Pauley @ 2003-01-16 11:55 UTC (permalink / raw)
To: Jan-Benedict Glaw; +Cc: linux-mips
My firmware won't allow me to TFTP over 1 meg, mopd is my last choice.
Justin
On Thu, 2003-01-16 at 04:46, Jan-Benedict Glaw wrote:
> On Thu, 2003-01-16 01:04:58 +0000, Dave Airlie <airlied@csn.ul.ie>
> wrote in message <Pine.LNX.4.44.0301160103580.10229-100000@skynet>:
> >
> > sometimes a long time agao.. you needed to manually add the ethernet
> > address of the decstation to the arp table on the host machine..
> >
> > arp -s <decstation_hostname> <ethernet_address>
>
> MOP isn't an IP based protocol so it doesn't care about IP addresses. I
> think you want to solve some problem while TFTP'ing something:-)
>
> MfG, JBG
>
> --
> Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
> "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur
> fuer einen Freien Staat voll Freier Bürger" | im Internet!
> Shell Script APT-Proxy: http://lug-owl.de/~jbglaw/software/ap2/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-01-16 11:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15 23:41 MOPD problems Justin Pauley
2003-01-16 1:04 ` Dave Airlie
2003-01-16 1:50 ` Justin Pauley
2003-01-16 6:20 ` Dave Airlie
2003-01-16 9:46 ` Jan-Benedict Glaw
2003-01-16 11:55 ` Justin Pauley
2003-01-16 9:47 ` Jan-Benedict Glaw
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.