Re: crash report

2001-08-02 Thread Eugene L. Vorokov
In message [EMAIL PROTECTED], Eugene L. Vorokov wr ites: fault virtual address = 0x60c0ff00 I missed the beginning of this thread, but this looks like a problem that was fixed just before 4.3-RELEASE. What version of FreeBSD are you running? It's 4.2-RELEASE. But I had similar problems

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-02 Thread Terry Lambert
Joseph Gleason wrote: Alright, I made a mistake. But I did read the man page. Where does it say off_t is 64bits? The same place it says char is 8 bits, short is 16 bits, and int and long are 32 bits: in your assumptions. It might be useful (for some definitions of useful) to have a man page

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-02 Thread Chirag Kantharia
On Wed, Aug 01, 2001 at 11:25:40PM -0700, Terry Lambert wrote: | Uh, st_size is an off_t, which is a signed 64 bit value, | not an unsigned 32 bit vale... going off-topic why should it be `signed' 64 bit and not unsigned? chyrag. -- Chirag Kantharia, slashetc.net/chyrag/ To Unsubscribe: send

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-02 Thread Greg Black
Chirag Kantharia wrote: | On Wed, Aug 01, 2001 at 11:25:40PM -0700, Terry Lambert wrote: | | Uh, st_size is an off_t, which is a signed 64 bit value, | | not an unsigned 32 bit vale... | | going off-topic why should it be `signed' 64 bit and not unsigned? So that things like lseek(2) can

A long way down the road - 3.1 vs 4.3

2001-08-02 Thread Geoff Rehmet
What may be interesting as a comparison - We are starting the process of upgrading our nameservers, which were installed approximately 2 years ago. Their OS has not been touched, except for a few security patches since then, and they are still running 3.1-STABLE. We have recently brought a

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-02 Thread Terry Lambert
Chirag Kantharia wrote: On Wed, Aug 01, 2001 at 11:25:40PM -0700, Terry Lambert wrote: | Uh, st_size is an off_t, which is a signed 64 bit value, | not an unsigned 32 bit vale... going off-topic why should it be `signed' 64 bit and not unsigned? Return value for lseek is off_t. -1

Re: How to visit physical memory above 4G?

2001-08-02 Thread Mike Smith
You should format your messages in ascii to send to this list. I know PIII can support 64G physical memory. In FreeBSD how can I visit such range memory(4G-64G) ? You can't. Those memory ranges are strictly off-limits to non-US citizens. -- ... every activity meets with opposition,

wi0 problems?

2001-08-02 Thread lists
Hi, hoping someone can help me out here. With the changes to FreeBSD 5-CURRENT to support pci-pcmcia bridges, does anyone know if there is still a problem with the wi0 (wavelan) pcmcia cards on one of those bridges? The machine picks up the card fine, assigns it an IRQ the whole trip, wicontrol

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-02 Thread Warner Losh
In message 00b201c11af3$4fef1c10$0a2d2d0a@battleship Joseph Gleason writes: : In FreeBSD, how can I determine the size of a file in C++ when the file is : greater than 4gb? stat(2). Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the

Re: wi0 problems?

2001-08-02 Thread Warner Losh
In message [EMAIL PROTECTED] lists writes: : With the changes to FreeBSD 5-CURRENT to support pci-pcmcia bridges, does : anyone know if there is still a problem with the wi0 (wavelan) pcmcia : cards on one of those bridges? I know of none, except that for the lucent single slot cards that were

Re: How to visit physical memory above 4G?

2001-08-02 Thread Rik van Riel
On Wed, 1 Aug 2001, Terry Lambert wrote: craig wrote: I know PIII can support 64G physical memory. In FreeBSD how can I visit such range memory(4G-64G) ? The short answer is you can't. The longer answer is that you end up having to window it using segmentation; Only if you want to

Re: How to visit physical memory above 4G?

2001-08-02 Thread Rik van Riel
On Wed, 1 Aug 2001, Mike Smith wrote: I know PIII can support 64G physical memory. In FreeBSD how can I visit such range memory(4G-64G) ? You can't. Those memory ranges are strictly off-limits to non-US citizens. And under the DMCA, US citizens aren't allowed to build or distribute

Re: a little O/T, but D.V.D. drivesfreeBSD

2001-08-02 Thread Julian Elischer
ha! no, I just got my first DVD drive for my dell and I want to see if I can look at a dvd on it.. but All the DVD howto's for FreeBSD seem to be dead links. One just says The ioctls are now in -current and seems to assume that that is all the information I need to play a DVD (!?) Other

Re: a little O/T, but D.V.D. drivesfreeBSD

2001-08-02 Thread Josef Karthauser
On Thu, Aug 02, 2001 at 07:58:43PM -0700, Julian Elischer wrote: ha! no, I just got my first DVD drive for my dell and I want to see if I can look at a dvd on it.. but All the DVD howto's for FreeBSD seem to be dead links. One just says The ioctls are now in -current and seems to

Re: 303,000 routes in kernel

2001-08-02 Thread Alson van der Meulen
On Thu, Aug 02, 2001 at 10:34:16PM -0400, Leo Bicknell wrote: The box does have a default route, and is not getting proxy arps from the next hop router, right? route add default -cloning would also cause this behavior, guess you don't do that either :) To Unsubscribe: send mail to [EMAIL