Re: GEOM Gate.

2003-08-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Pawel Jakub Dawidek writes : > >--X8oaj2qX3NXXvcHN >Content-Type: text/plain; charset=iso-8859-2 >Content-Disposition: inline >Content-Transfer-Encoding: quoted-printable > >On Fri, Aug 15, 2003 at 11:53:11AM -0400, Robert Watson wrote: >+> That said, I think the geo

VGL

2003-08-17 Thread zera holladay
Good day, what or where are the valid values for the parameter (int mode) for the functions of vgl.h as in VGLInit(int mode)? The man page for the VGL is a dead end on that topic. This could be ignorance on my part, so would someone be so kind as to point me the right direction. Thank you. zh _

Re: VGL

2003-08-17 Thread Martin
On Sun, 2003-08-17 at 16:13, zera holladay wrote: > Good day, what or where are the valid values for the > parameter (int mode) for the functions of vgl.h as in > VGLInit(int mode)? You can find them in /usr/include/sys/consio.h Look at the #defines prefixed with "SW_". Can you give me feedback

Re: VGL

2003-08-17 Thread Pedro F. Giffuni
VGL is unmaintained (my patches to it were never committed and then dropped). KGI/GGI is now the way to go: http://people.freebsd.org/~nsouch/kgi4BSD/ cheers, Pedro. Want to chat instantly with your online friends? Get

Re: GEOM Gate.

2003-08-17 Thread Attila Nagy
Terry Lambert wrote: It works on firewire and it works on a dual port RAID array (as a separate box containing the RAID array). What does 'it' means? I guess it's not UFS, but the pure ability of sharing a device on a bus, connected to more than one adapters. SAN and NAS are also options, but of

[future patch] dropping user privileges on demand

2003-08-17 Thread ari
Currently, root is the only user that can actually drop significant privileges, as root is the only user that has access to such functions. This is flawed --- any user should be able to relinquish his privileges, and i've begun a patch to put this into effect. However, the fact that this is a secu

Re: GEOM Gate.

2003-08-17 Thread Dan Nelson
In the last episode (Aug 17), Pawel Jakub Dawidek said: > On Sat, Aug 16, 2003 at 08:50:30PM -0500, Dan Nelson wrote: > +> What kind of hardware were you using? 2.5MB/sec NFS sounds > +> abysmal. > > I don't think it is a hardware problem. > > Run this test on 5.1-CURRENT with: > > options

help needed-urgent

2003-08-17 Thread DANDY King
hello our product is DVR(digital video recorder), it runs on linux system. i am sending very imp inofrmation to server through sockets. some time i am getting full data, some time i am getting partial data. i don't know reasons please advice. client side we uses VC++ GUI. client sending data neat

Re: help needed-urgent

2003-08-17 Thread Kirk Strauser
At 2003-08-18T02:52:39Z, "DANDY King" <[EMAIL PROTECTED]> writes: > our product is DVR(digital video recorder), it runs on linux system. Then ask in a Linux mailing list. -- Kirk Strauser pgp0.pgp Description: PGP signature

Re: help needed-urgent

2003-08-17 Thread Justin Freitag
linux server, windows client, commerical product...and you post an "urgent help" request to freebsd-hackers... LMAO. --- DANDY King <[EMAIL PROTECTED]> wrote: > hello > > > our product is DVR(digital video recorder), it runs > on linux system. > i am sending very imp inofrmation to server throu

Re: help needed-urgent

2003-08-17 Thread leafy
On Sun, Aug 17, 2003 at 08:02:24PM -0700, Justin Freitag wrote: > linux server, windows client, commerical product...and > you post an "urgent help" request to > freebsd-hackers... > > LMAO. > --- DANDY King <[EMAIL PROTECTED]> wrote: And he is from Hotmail, amen. -- "Without the userland, the k

Re: ASUS P4P800-VM + AD1980 (Was Re: VIA8235 + AD1980)

2003-08-17 Thread Orion Hodson
/-- Rudolf Cejka wrote: | Orion Hodson wrote (2003/06/26): | > Oleg, Well done on working out a working fix for this problem... | > ... There are some comments inline below that may help. | > - Orion | | Hello, | how did you solve it in the end? Recently, I have got my new | machine with ASUS

Re: help needed-urgent

2003-08-17 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "DANDY King" <[EMAIL PROTECTED]> writes: : while((nread = read(fd,buff,BUFFSIZE)) >0) : send(sockfd,buff,nread,0); : : in server same data should receive. : but some time i am receiveing full and some time 90% only Get a copy of Stevens.

Re: help needed-urgent

2003-08-17 Thread Mikko Työläjärvi
On Mon, 18 Aug 2003, DANDY King wrote: > hello > > > our product is DVR(digital video recorder), it runs on linux system. > i am sending very imp inofrmation to server through sockets. some time i am > getting full data, some time i am getting partial data. > i don't know reasons please advice. >

Is tar doing the right thing here?

2003-08-17 Thread Dan Langille
Why is this message not being suppressed? $ tar -czf test.tgz / 2>&1 > /dev/null tar: Removing leading `/' from member names And I don't really want to use the -P option. [Please cc me on all replies; thanks] -- Dan Langille : http://www.langille.org/ __

Re: Is tar doing the right thing here?

2003-08-17 Thread Dan Nelson
In the last episode (Aug 18), Dan Langille said: > Why is this message not being suppressed? > > $ tar -czf test.tgz / 2>&1 > /dev/null > tar: Removing leading `/' from member names What you did was dup fd1 onto fd2, then redirect fd1 to /dev/null: fd1 -> stdoutfd2 -> stderr 2>&1

Re: BCM4401 Support for FreeBSD

2003-08-17 Thread Aeefyu
Duncan Barclay wrote: Joe Marcus Clarke wrote: On Mon, 2003-07-28 at 12:18, Aeefyu wrote: i.e. Broadcom 440x NIC support for FreeBSD 4.x and 5.x (as found on latest Dell's Notebooks - mine is a 8500) Would anyone be so kind to enlighten me on the the current status? Last I heard of developments