Re: multi-channel firewire host adaptors available ?

2001-08-27 Thread Terry Lambert
John Kozubik wrote: > Has anyone seen multi-channel (up to eight) firewire PCI host adaptors ? > We require full 400Mb throughput on each channel, simultaneously. Interesting... 64bit PCI * 66Mhz = 4,429,185,024 bit/S = 4,244 Mbit/S = 528MB/S ...burst rate. Sustained rate is about half that, so

Re: Problems with Squid on 4.4-RC

2001-08-27 Thread Gert de Weert
Vladimir, I had the same problem and the solution is to compile with the -O switch instead of the -O2. There is a lot of information at the squid site. Gert To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: TCSH bug...

2001-08-27 Thread Terry Lambert
Steven Ames wrote: > Do you really want to delete all files? [n/y] y [ ... ] > I'm not seeing this problem... This is from -CURRENT from about 2 hours ago. [ ... ] > > Do you really want to delete all files? [n/y] n > > Bus error (core dumped) [ ... ] > > Whazzup? This will always happen, iff y

Re: TCSH bug...

2001-08-27 Thread David O'Brien
On Mon, Aug 27, 2001 at 09:45:03PM -0500, Jim Bryant wrote: > Someone recently commented in the tcsh/csh thread concerning the fact > that the FreeBSD tcsh is maintained separately from the port, As is all 3rd party contributed software. > and nobody is really sure who is responsible for keeping

Re: TCSH bug...

2001-08-27 Thread Jim Bryant
Charlie & wrote: > On Mon, Aug 27, 2001 at 05:41:21PM -0500, Steven Ames wrote: > >>>-current from saturday... >>> >>>And I've noticed it for a few months, just forgot about it until last >>> >>night... >> >>>Also, you failed to duplicate the test... Try answering "NO" when it >>> >>asks... >>

Re: Portability of #warning in /usr/include

2001-08-27 Thread Mark D. Anderson
> This may not work. >... > Some of those compilers > would NOT let you '#ifdef' out the version that it did not recognize > (perhaps thinking that '#warn' or '#warning' might be some gross typo > for '#else' or '#endif', I guess...). this is true; some compilers seem to require that #ifdef'd out

Re: TCSH bug...

2001-08-27 Thread
On Mon, Aug 27, 2001 at 05:41:21PM -0500, Steven Ames wrote: > > -current from saturday... > > > > And I've noticed it for a few months, just forgot about it until last > night... > > > > Also, you failed to duplicate the test... Try answering "NO" when it > asks... > > OK. Yep. I see the same r

Re: multi-channel firewire host adaptors available ?

2001-08-27 Thread Alson van der Meulen
On Mon, Aug 27, 2001 at 05:50:17PM -0700, John Kozubik wrote: > > Has anyone seen multi-channel (up to eight) firewire PCI host adaptors ? > We require full 400Mb throughput on each channel, simultaneously. > > If not up to eight, how dense have you folks seen a single PCI board ? > > (query

multi-channel firewire host adaptors available ?

2001-08-27 Thread John Kozubik
Has anyone seen multi-channel (up to eight) firewire PCI host adaptors ? We require full 400Mb throughput on each channel, simultaneously. If not up to eight, how dense have you folks seen a single PCI board ? (query not limited to just boards with FreeBSD support...) Thanks. - John Koz

Re: To determine if a file has grown?

2001-08-27 Thread Alfred Perlstein
* Matthew Hagerty <[EMAIL PROTECTED]> [010827 18:28] wrote: > Greetings, > > Is there a fast and/or efficient way to determine if a file size has > changed without reopening the file every time? I'm writing a program that > needs to open a file and watch it to see when data gets written to the

To determine if a file has grown?

2001-08-27 Thread Matthew Hagerty
Greetings, Is there a fast and/or efficient way to determine if a file size has changed without reopening the file every time? I'm writing a program that needs to open a file and watch it to see when data gets written to the file (from an external source or another part of the same program),

Re: TCSH bug...

2001-08-27 Thread Jim Bryant
Thanks... Steven Ames wrote: >>-current from saturday... >> >>And I've noticed it for a few months, just forgot about it until last >> > night... > >>Also, you failed to duplicate the test... Try answering "NO" when it >> > asks... > > OK. Yep. I see the same results. I believe that when you

Re: TCSH bug...

2001-08-27 Thread Steven Ames
> -current from saturday... > > And I've noticed it for a few months, just forgot about it until last night... > > Also, you failed to duplicate the test... Try answering "NO" when it asks... OK. Yep. I see the same results. I believe that when you say 'no' tcsh tries to get clever and remove th

Re: TCSH bug...

2001-08-27 Thread Jim Bryant
-current from saturday... And I've noticed it for a few months, just forgot about it until last night... Also, you failed to duplicate the test... Try answering "NO" when it asks... Steven Ames wrote: > Under -CURRENT? > > virtual-voodoo# touch 0 1 2 3 4 5 6 7 8 9 > virtual-voodoo# ls > 0

Re: TCSH bug...

2001-08-27 Thread Steven Ames
Under -CURRENT? virtual-voodoo# touch 0 1 2 3 4 5 6 7 8 9 virtual-voodoo# ls 0 1 2 3 4 5 6 7 8 9 virtual-voodoo# set rmstar virtual-voodoo# rm * Do you really want to delete all files? [n/y] y virtual-voodoo# ls virtual-voodoo# version tcsh 6

TCSH bug...

2001-08-27 Thread Jim Bryant
Sorry if this doesn't go here... I don't know where else to put it... Please forward it to the correct people. With: set rmstar in your .cshrc, perform the following operations: -- 4:49:49pm wahoo(49): tcsh 4:49:51pm wahoo(1)

Re: Kernel compiles failing

2001-08-27 Thread John Hildreth
I found the problem -- in an earlier post to this veryu list options NETSMB #SMB/CIFS requester options NETSMBCRYPTO#encrypted password support options SMBFS #SMB/CIFS filesystem options LIBICONV These 4 options are necessary from what I can tell in order for SMB* t

Re: import NetBSD rc system

2001-08-27 Thread Kevin Way
> Is there anything we need to talk about still, or do we just need an > unemployed guy who understands the problem to bang out a big pile of code. > If we need to hold joint discussions, what are the outstanding issues? Given the lack of any response, I didn't do any further work. My previous w

sysconf() vs sysctl()

2001-08-27 Thread Erik Greenwald
Hi Are there any plans to implement'_SC_NPROCESSORS_CONF' in sysconf() ? I'm aware of hw.ncpu and the sysctl() call with {CTL_HW,HW_NCPU}, but sysconf is posix and sysctl is not :) (is it already done in 5.0? I'm using 4.4) thnx -Erik <[EMAIL PROTECTED]> [http://math.smsu.edu/~erik] Th

Re: Portability of #warning in /usr/include

2001-08-27 Thread Garance A Drosihn
At 1:47 PM -0500 8/27/01, Alfred Perlstein wrote: >* Charles Randall <[EMAIL PROTECTED]> [010827 12:44] wrote: >> I've noted that several include files in /usr/include use the C preprocessor >> #warning directive. This isn't standard C and prevents some software from >> compiling using a compil

Re: Portability of #warning in /usr/include

2001-08-27 Thread Alfred Perlstein
* Charles Randall <[EMAIL PROTECTED]> [010827 12:44] wrote: > I've noted that several include files in /usr/include use the C preprocessor > #warning directive. This isn't standard C and prevents some software from > compiling using a compiler like TenDRA. What's the current opinion on this? My o

Re: secure Filesystem

2001-08-27 Thread Scott Renfro
On Thu, Aug 16, 2001 at 09:42:58AM -0600, Charles Randall wrote: > > Also note that the version available in ports/packages for FreeBSD 4.x is > CFS v1.4.0b2. CFS v1.4.1 is available on Matt Blaze's site. There's an open PR on this. If you want 1.4.1, apply the patch in the PR at http://www.Free

Re: cvsup ports always failed

2001-08-27 Thread John Polstra
In article <000d01c12d7d$24fb5ea0$0245a8c0@chojin>, Chojin <[EMAIL PROTECTED]> wrote: > > *** > *** runtime error: > ***gc: Could not extend the traced heap > *** Please read the CVSup FAQ at http://www.polstra.com/projects/freeware/CVSup/ There is a question there which directly addre

RE: shared memory models/techniques

2001-08-27 Thread Charles Randall
Are your processes all created by fork() or are they unrelated? If they're all descendants of the same process, take a look at the GNU mm library (which is loosely based on structure of the mm_malloc library I wrote for my company but couldn't release). http://www.engelschall.com/sw/mm/ If they'

RE: secure Filesystem

2001-08-27 Thread Charles Randall
Also note that the version available in ports/packages for FreeBSD 4.x is CFS v1.4.0b2. CFS v1.4.1 is available on Matt Blaze's site. http://www.crypto.com/software/ However, the documentation doesn't seem to indicate what may have changed between these versions. I found this while looking for

Portability of #warning in /usr/include

2001-08-27 Thread Charles Randall
I've noted that several include files in /usr/include use the C preprocessor #warning directive. This isn't standard C and prevents some software from compiling using a compiler like TenDRA. What's the current opinion on this? Charles To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscr

Re: ata0-master: non aligned DMA transfer attempted

2001-08-27 Thread Zhihui Zhang
On Mon, 27 Aug 2001, Julian Elischer wrote: > Zhihui Zhang wrote: > > > I believe that message is from ata_dmasetup(): > > > > if (((uintptr_t)data & scp->alignment) || (count & scp->alignment)) { > > ata_printf(scp, device, "non aligned DMA transfer attempted\n"); > > ret

Re: ata0-master: non aligned DMA transfer attempted

2001-08-27 Thread Julian Elischer
Zhihui Zhang wrote: > I believe that message is from ata_dmasetup(): > > if (((uintptr_t)data & scp->alignment) || (count & scp->alignment)) { > ata_printf(scp, device, "non aligned DMA transfer attempted\n"); > return -1; > } > > The user address obtained by static allo

root is limited ? :-o

2001-08-27 Thread Chojin
Hello, I see a strange thing: with bash (or tcsh or any other shell) when I try to modify virtual memory limit with ulimit by ex: ulimit -v unlimited (or any number). When I use limit in tcsh to change virtual memory, I can put anything, it doesn't modify anything. virtual memory (kbytes) 2457

Re: cvsup ports always failed

2001-08-27 Thread Chojin
I found the solution: By default there was # If your network link is a T1 or faster, comment out the following line. *default compress I commented it and now it works :) - Original Message - From: "Rino Mardo" <[EMAIL PROTECTED]> To: "Chojin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[

No Subject

2001-08-27 Thread Robert Posey
Subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ata0-master: non aligned DMA transfer attempted

2001-08-27 Thread Zhihui Zhang
On Sun, 26 Aug 2001, Julian Elischer wrote: > Zhihui Zhang wrote: > > > > Thanks for your replay. I use gdb to find out that the buffer address is > > not 16-byte aligned. This leads to a question as to how to align a > > statically allocated data structure properly. Using union seems to be ab

(no subject)

2001-08-27 Thread NIKAS
[EMAIL PROTECTED] to eliminate junk mail. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: problem with unloading device driver

2001-08-27 Thread Eugene L. Vorokov
> > Hello, > > > > I have a module which adds new device. It does make_dev() and then simulates > > mknod() syscall, so that /dev/name is always automatically created. > > Also I have a daemon which reads from and writes to this device. The daemon > > opens the device once and then holds it open.

syslogd bound to a specific address?

2001-08-27 Thread Dima Dorfman
Is there a compelling reason why syslogd doesn't have an option to make it bind to a specific address? Most daemons have one, but syslogd does not. I'm asking because jail(8) explicitly mentions that syslogd doesn't support this, which either means the author knows why it can't reasonably suppor

Re: problem with unloading device driver

2001-08-27 Thread Dima Dorfman
"Eugene L. Vorokov" <[EMAIL PROTECTED]> wrote: > Hello, > > I have a module which adds new device. It does make_dev() and then simulates > mknod() syscall, so that /dev/name is always automatically created. > Also I have a daemon which reads from and writes to this device. The daemon > opens the

Re: problem with unloading device driver

2001-08-27 Thread Eugene L. Vorokov
> > Hello, > > > > I have a module which adds new device. It does make_dev() and then simulates > > mknod() syscall, so that /dev/name is always automatically created. > > Also I have a daemon which reads from and writes to this device. The daemon > > opens the device once and then holds it open.

Re: function calls/rets in assembly

2001-08-27 Thread Valentin Nechayev
Mon, Aug 27, 2001 at 08:11:12, stephen_roome wrote about "Re: function calls/rets in assembly": > One final question... (which may be a gcc question, sorry if it is..) > > why do we have some people proposing the use of "leave". When from the > docs I've read, leave takes longer than a mov an

Re: problem with unloading device driver

2001-08-27 Thread Peter Pentchev
On Mon, Aug 27, 2001 at 01:43:41PM +0400, Eugene L. Vorokov wrote: > Hello, > > I have a module which adds new device. It does make_dev() and then simulates > mknod() syscall, so that /dev/name is always automatically created. > Also I have a daemon which reads from and writes to this device. The

problem with unloading device driver

2001-08-27 Thread Eugene L. Vorokov
Hello, I have a module which adds new device. It does make_dev() and then simulates mknod() syscall, so that /dev/name is always automatically created. Also I have a daemon which reads from and writes to this device. The daemon opens the device once and then holds it open. When my module unloads,

Can I use DDB within splhigh()/splx() block?

2001-08-27 Thread Rex Luo
Dear, I ran my system with modified 4.1R kernel, and I hit a problem. System is hanged, and I cannot even use ddb to break on the console. Is that possible kernel is trapped in splhigh()/splx() block? Thanks, -- -- Rex Luo Tel : 886-2-25521814 Ext. 824 Fax : 886-2-25521824 e-mail : [EMAI

Re: secure Filesystem

2001-08-27 Thread Scott Renfro
On Thu, Aug 16, 2001 at 10:18:58AM +0100, Konstantin Chuguev wrote: > > I'd say, it's a daemon pretending to be an NFS server. It's running > locally on port other than NFS. > > Very nice implementation, I use it a lot. A small problem with it is > that it seems to support 7-bit file names only.

Re: Problems with Squid on 4.4-RC

2001-08-27 Thread Peter Pentchev
On Mon, Aug 27, 2001 at 12:05:39PM +0300, Vladimir Terziev wrote: > > Hi hackers, > > I've cvsuped with release tag RELENG_4 and I've considered that I had > FreeBSD 4.4-RC. This is not a problem at all, but I've tried to install and > run Squid-2.4-STABLE1. It has installed sucsessfuly. I

Re: installation problem

2001-08-27 Thread Peter Pentchev
On Sun, Aug 26, 2001 at 11:35:49PM -0700, Rohit Panda wrote: > > hi , > > i was using linux and a great fan of it.Then i heard about this > wonderful OS called FreeBSD and wanted to try it out.i thought to install > it via FTP. My E: drive in my windows machine is the place where i want > to

Problems with Squid on 4.4-RC

2001-08-27 Thread Vladimir Terziev
Hi hackers, I've cvsuped with release tag RELENG_4 and I've considered that I had FreeBSD 4.4-RC. This is not a problem at all, but I've tried to install and run Squid-2.4-STABLE1. It has installed sucsessfuly. I've run it, but when a browser makes a request to it, the child which got the