No.. I attached the dll and the reg files for device simulationj to work. -Pierre -----Original Message----- From: linux-ia64-admin@linuxia64.org [mailto:linux-ia64-admin@linuxia64.org]On Behalf Of linux-ia64-request@linuxia64.org Sent: Thursday, May 24, 2001 12:01 PM To: linux-ia64@linuxia64.org Subject: Linux-IA64 digest, Vol 1 #269 - 12 msgs Send Linux-IA64 mailing list submissions to linux-ia64@linuxia64.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.linuxia64.org/lists/listinfo/linux-ia64 or, via email, send a message with subject or body 'help' to linux-ia64-request@linuxia64.org You can reach the person managing the list at linux-ia64-admin@linuxia64.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Linux-IA64 digest..." Today's Topics: 1. Re: OpenSSL IA-64 port (Jim Wilson) 2. RE: 2.4.4 stability on Lions (Mallick, Asit K) 3. RE: problems with ppp/pppd: put_user/copy_to_user (Luck, Tony) 4. Re: problems with ppp/pppd: put_user/copy_to_user (Bill Nottingham) 5. Re: problems with ppp/pppd: put_user/copy_to_user (David Mosberger) 6. Re: problems with ppp/pppd: put_user/copy_to_user (Bill Nottingham) 7. Re: 2.4.4 stability on Lions (Michael Madore) 8. RE: Re: 2.4.4 stability on Lions (Robboy, David G) 9. RE: 2.4.4 stability on Lions (Robboy, David G) 10. Re: 2.4.4 stability on Lions (Michael Madore) 11. Re: OpenSSL IA-64 port (Andreas Schwab) 12. caldera (Kevin Stansell) --__--__-- Message: 1 To: appro@fy.chalmers.se cc: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] OpenSSL IA-64 port Date: Wed, 23 May 2001 12:50:09 -0700 From: Jim Wilson I don't know anything about the compile farms. It does appear that they are silently disappearing. About the multiple-precision arithmetic, you should talk to Torbjorn Granlund if you haven't already. He has already done some GMP work for IA-64. He has also been using compile farms, and may be able to help with that question also. Jim --__--__-- Message: 2 From: "Mallick, Asit K" To: linux-ia64@linuxia64.org Subject: RE: [Linux-ia64] 2.4.4 stability on Lions Date: Wed, 23 May 2001 13:06:21 -0700 Mike, A workaround should be implemented and I will need to investigate on this. In the mean time you can use an add-on Intel 10/100 ethernet card and this problem is not present. Thanks, Asit > -----Original Message----- > From: Michael Madore [mailto:mmadore@turbolinux.com] > Sent: Wednesday, May 23, 2001 11:23 AM > To: David Mosberger > Cc: linux-ia64@linuxia64.org > Subject: Re: [Linux-ia64] 2.4.4 stability on Lions > > > What I meant to say was it gets violently ill. ;-) > > You are correct, it "get's stuck" It is the same problem > that was discussed > on the list in February. > > On Wed, May 23, 2001 at 11:21:25AM -0700, David Mosberger wrote: > > >>>>> On Wed, 23 May 2001 09:43:10 -0700, Michael Madore > said: > > > > Michael> Well, almost everything. I still have the > problem with the > > Michael> onboard e100 network adapter. This is the problem where > > Michael> transferring certain files via nfs causes nfs to die. > > > > Die or "get stuck"? It shouldn't die. > > > > --david > > -- > Mike Madore > Senior Software Engineer > TurboLinux, Inc. > (650)228-5203 > > _______________________________________________ > Linux-IA64 mailing list > Linux-IA64@linuxia64.org > http://lists.linuxia64.org/lists/listinfo/linux-ia64 > --__--__-- Message: 3 From: "Luck, Tony" To: "'Bill Nottingham'" , linux-ia64@linuxia64.org Subject: RE: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user Date: Wed, 23 May 2001 13:06:35 -0700 Do you have "ppp" compiled as a module? There is a problem with exception handling for modules ... I'm working on a patch now. -----Original Message----- From: Bill Nottingham [mailto:notting@redhat.com] Sent: Wednesday, May 23, 2001 11:57 AM To: linux-ia64@linuxia64.org Subject: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user We've got a report of ppp not working; what happens is that it puts in the log: Couldn't get channel number: bad address when it sends the PPPIOCGCHAN ioctl. However, if we replace the calls to put_user for PPPIOCGCHAN & PPPIOCGFLAGS ioctls with copy_to_user, it works fine. Shouldn't this not make any difference? Bill _______________________________________________ Linux-IA64 mailing list Linux-IA64@linuxia64.org http://lists.linuxia64.org/lists/listinfo/linux-ia64 --__--__-- Message: 4 Date: Wed, 23 May 2001 16:07:39 -0400 From: Bill Nottingham To: "Luck, Tony" Cc: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user Luck, Tony (tony.luck@intel.com) said: > Do you have "ppp" compiled as a module? There is a problem > with exception handling for modules ... I'm working on a > patch now. Yes, but why would that make a difference? Bill --__--__-- Message: 5 From: David Mosberger Date: Wed, 23 May 2001 13:15:00 -0700 To: Bill Nottingham Cc: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user Reply-To: davidm@hpl.hp.com >>>>> On Wed, 23 May 2001 14:56:43 -0400, Bill Nottingham said: Bill> We've got a report of ppp not working; what happens is that it Bill> puts in the log: Couldn't get channel number: bad address Bill> when it sends the PPPIOCGCHAN ioctl. Bill> However, if we replace the calls to put_user for PPPIOCGCHAN & Bill> PPPIOCGFLAGS ioctls with copy_to_user, it works Bill> fine. Shouldn't this not make any difference? It should not make a difference. Is there an easy test case that reproduces the problem? --daivd --__--__-- Message: 6 Date: Wed, 23 May 2001 16:18:44 -0400 From: Bill Nottingham To: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user David Mosberger (davidm@hpl.hp.com) said: > Bill> However, if we replace the calls to put_user for PPPIOCGCHAN & > Bill> PPPIOCGFLAGS ioctls with copy_to_user, it works > Bill> fine. Shouldn't this not make any difference? > > It should not make a difference. Is there an easy test case that > reproduces the problem? Hm, not sure if there's something simpler than having two machines talk ppp over a serial cable. I'll poke around. Bill --__--__-- Message: 7 Date: Wed, 23 May 2001 13:53:49 -0700 From: Michael Madore To: "Mallick, Asit K" Cc: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] 2.4.4 stability on Lions Thanks Asit. Is there a way to temporarily disable the on board NIC? Our installer always defaults to eth0 for network installs. As luck would have it, the e100 modules get loaded before our add in 3com. On Wed, May 23, 2001 at 01:06:21PM -0700, Mallick, Asit K wrote: > Mike, > > A workaround should be implemented and I will need to investigate on this. > In the mean time you can use an add-on Intel 10/100 ethernet card and this > problem is not present. > > Thanks, > Asit > > > > -----Original Message----- > > From: Michael Madore [mailto:mmadore@turbolinux.com] > > Sent: Wednesday, May 23, 2001 11:23 AM > > To: David Mosberger > > Cc: linux-ia64@linuxia64.org > > Subject: Re: [Linux-ia64] 2.4.4 stability on Lions > > > > > > What I meant to say was it gets violently ill. ;-) > > > > You are correct, it "get's stuck" It is the same problem > > that was discussed > > on the list in February. > > > > On Wed, May 23, 2001 at 11:21:25AM -0700, David Mosberger wrote: > > > >>>>> On Wed, 23 May 2001 09:43:10 -0700, Michael Madore > > said: > > > > > > Michael> Well, almost everything. I still have the > > problem with the > > > Michael> onboard e100 network adapter. This is the problem where > > > Michael> transferring certain files via nfs causes nfs to die. > > > > > > Die or "get stuck"? It shouldn't die. > > > > > > --david > > > > -- > > Mike Madore > > Senior Software Engineer > > TurboLinux, Inc. > > (650)228-5203 > > > > _______________________________________________ > > Linux-IA64 mailing list > > Linux-IA64@linuxia64.org > > http://lists.linuxia64.org/lists/listinfo/linux-ia64 > > > > > _______________________________________________ > Linux-IA64 mailing list > Linux-IA64@linuxia64.org > http://lists.linuxia64.org/lists/listinfo/linux-ia64 -- Mike Madore Senior Software Engineer TurboLinux, Inc. (650)228-5203 --__--__-- Message: 8 From: "Robboy, David G" To: linux-ia64@linuxia64.org Subject: RE: [Linux-ia64] Re: 2.4.4 stability on Lions Date: Wed, 23 May 2001 14:01:42 -0700 > > Michael Madore (mmadore@turbolinux.com) said: > > What I meant to say was it gets violently ill. ;-) > > > > You are correct, it "get's stuck" It is the same problem > that was discussed > > on the list in February. > > firmware-on-HW bug, IIRC. > > Bill I upgraded a lion to C0 processors, B2 motherboard, recent firmware, and Linux 2.4.3. Haven't tried NFS, but output over the network "gets stuck", whether it's rlogin, telnet, or ftp. Probably the same problem. What is the firmware-on-HW bug? How can I find out more about it? Is there a workaround? David --__--__-- Message: 9 From: "Robboy, David G" To: "'Michael Madore'" Cc: linux-ia64@linuxia64.org Subject: RE: [Linux-ia64] 2.4.4 stability on Lions Date: Wed, 23 May 2001 14:54:30 -0700 > > Thanks Asit. Is there a way to temporarily disable the on > board NIC? Our > installer always defaults to eth0 for network installs. As > luck would have > it, the e100 modules get loaded before our add in 3com. If you build a kernel with the 3com driver linked in (not a module), and don't configure in the e100, it should work. I just did that with a Tulip card and it's working. David > -----Original Message----- > From: Michael Madore [mailto:mmadore@turbolinux.com] > Sent: Wednesday, May 23, 2001 1:54 PM > To: Mallick, Asit K > Cc: linux-ia64@linuxia64.org > Subject: Re: [Linux-ia64] 2.4.4 stability on Lions > > > Thanks Asit. Is there a way to temporarily disable the on > board NIC? Our > installer always defaults to eth0 for network installs. As > luck would have > it, the e100 modules get loaded before our add in 3com. > > On Wed, May 23, 2001 at 01:06:21PM -0700, Mallick, Asit K wrote: > > Mike, > > > > A workaround should be implemented and I will need to > investigate on this. > > In the mean time you can use an add-on Intel 10/100 > ethernet card and this > > problem is not present. > > > > Thanks, > > Asit > > > > > > > -----Original Message----- > > > From: Michael Madore [mailto:mmadore@turbolinux.com] > > > Sent: Wednesday, May 23, 2001 11:23 AM > > > To: David Mosberger > > > Cc: linux-ia64@linuxia64.org > > > Subject: Re: [Linux-ia64] 2.4.4 stability on Lions > > > > > > > > > What I meant to say was it gets violently ill. ;-) > > > > > > You are correct, it "get's stuck" It is the same problem > > > that was discussed > > > on the list in February. > > > > > > On Wed, May 23, 2001 at 11:21:25AM -0700, David Mosberger wrote: > > > > >>>>> On Wed, 23 May 2001 09:43:10 -0700, Michael Madore > > > said: > > > > > > > > Michael> Well, almost everything. I still have the > > > problem with the > > > > Michael> onboard e100 network adapter. This is the > problem where > > > > Michael> transferring certain files via nfs causes nfs to die. > > > > > > > > Die or "get stuck"? It shouldn't die. > > > > > > > > --david > > > > > > -- > > > Mike Madore > > > Senior Software Engineer > > > TurboLinux, Inc. > > > (650)228-5203 > > > > > > _______________________________________________ > > > Linux-IA64 mailing list > > > Linux-IA64@linuxia64.org > > > http://lists.linuxia64.org/lists/listinfo/linux-ia64 > > > > > > > > > _______________________________________________ > > Linux-IA64 mailing list > > Linux-IA64@linuxia64.org > > http://lists.linuxia64.org/lists/listinfo/linux-ia64 > > -- > Mike Madore > Senior Software Engineer > TurboLinux, Inc. > (650)228-5203 > > _______________________________________________ > Linux-IA64 mailing list > Linux-IA64@linuxia64.org > http://lists.linuxia64.org/lists/listinfo/linux-ia64 > --__--__-- Message: 10 Date: Wed, 23 May 2001 15:26:28 -0700 From: Michael Madore To: "Robboy, David G" Cc: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] 2.4.4 stability on Lions Unfortunately, this is for an install CD, so I can't statically link in a driver. On Wed, May 23, 2001 at 02:54:30PM -0700, Robboy, David G wrote: > > > > Thanks Asit. Is there a way to temporarily disable the on > > board NIC? Our > > installer always defaults to eth0 for network installs. As > > luck would have > > it, the e100 modules get loaded before our add in 3com. > > If you build a kernel with the 3com driver linked in (not a module), and > don't configure in the e100, it should work. I just did that with a Tulip > card and it's working. > > David -- Mike Madore Senior Software Engineer TurboLinux, Inc. (650)228-5203 --__--__-- Message: 11 To: appro@fy.chalmers.se Cc: linux-ia64@linuxia64.org Subject: Re: [Linux-ia64] OpenSSL IA-64 port From: Andreas Schwab Date: 24 May 2001 12:25:45 +0200 Andy Polyakov writes: |> (Being a member of OpenSSL development team) I'm working on OpenSSL |> IA-64 port, in particular on assembler implementation of |> multiple-precision arithmetic. I have the code (1000 lines and growing) |> runnning under HP SKI emulator, but would like to test and more |> important benchmark it on real hardware. Apparently the compile farms |> that were set up by Linux vendors at the end of 2000 aren't available |> any longer (at least all the links lead to non-existing pages). Our compile farm (http://www.suse.de/cgi-bin/ia64.pl) is still available, but there has been some delays in the approval process recently. We are trying to get this resolved ASAP. Thanks, Andreas. --=20 Andreas Schwab "And now for something SuSE Labs completely different." Andreas.Schwab@suse.de SuSE GmbH, Schanz=E4ckerstr. 10, D-90443 N=FCrnberg Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 --__--__-- Message: 12 To: linux-ia64@linuxia64.org From: "Kevin Stansell" Date: Thu, 24 May 2001 09:17:32 -0400 Subject: [Linux-ia64] caldera Hi, Has anyone been able to run X windows in Caldera IA64? If so what settings were used? Thanks, Kevin Stansell --__--__-- _______________________________________________ Linux-IA64 mailing list Linux-IA64@linuxia64.org http://lists.linuxia64.org/lists/listinfo/linux-ia64 End of Linux-IA64 Digest