stunnel transparent proxy

2011-01-07 Thread jay
Folks, Would it be possible to devise an ipfw 'fwd' rule to pass along a socket connection with IP_BINDANY set via stunnel that forwards it to another process? The problem I'm having is the vnc service on the other side cannot reply back to the IP address because the routing does not redirect back

Re: CPU user/kernel time given the PID

2009-03-09 Thread Jay Loden
age struct, and returns the same values that getrusage() does. Dan, this is great, exactly what I was looking for, didn't think to look for 'rusage' in the values in kinfo_proc. Thanks! -Jay ___ freebsd-hackers@freebsd.org mailing list ht

Re: CPU user/kernel time given the PID

2009-03-08 Thread Jay Loden
does return separate values for user/system time on FreeBSD, so that implies that the system is able to differentiate between the two somehow. If you can get it from within the current running process the data must be there but I've no idea what interface (if any) exists to read t

CPU user/kernel time given the PID

2009-03-08 Thread Jay Loden
cess? If anyone has code samples or recommended docs to get me pointed in the right direction that would be great. Thanks, -Jay ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send an

USB stack / configuration 0

2004-01-05 Thread Jay Cornwall
figuration 0 - I'm not sure if this is the desired behaviour or a bug) All I can think of is unplugging/plugging the device back in. In which case, why would we want to let users set USB_UNCONFIG_NO in the first place? -- Cheers, Jay http://www.evilrealms.net/ - Systems Adminis

thread/process & memory management source code

2003-11-29 Thread Jay Sern Liew
e dynamic storage allocation algorithm is implemented(I'll try to figure the algorithm used from the code), etc. Any help'd be appreciated! ________ Jay Sern Liew [EMAIL PROTECTED],ieee}.org gpg --keyserver pgp.mit.edu --r

integer and long max/min values

2003-11-20 Thread Jay Sern Liew
hanks. ____ Jay Sern Liew [EMAIL PROTECTED],ieee}.org gpg --keyserver pgp.mit.edu --recv-keys 0xA115A33F pub 1024D/A115A33F 2003-01-02 Jay Sern Liew <[EMAIL PROTECTED]> Key fingerprint = B08E 2481 B4CE 284A C0DE E359 8646 7B7E A115 A33F sub 1024g/7504C197 2003-01-02 [expires:

kernel programming

2003-02-28 Thread Jay Sern Liew
docs like those written for Linux because Linux is a UNIX clone and FreeBSD is a UNIX derivative? If someone can point me to any resource on programming FreeBSD, I'd greatly appreciate that. Thanks in advance! :) ______

Re: 5400RPM|7200RPM Cable bottleneck?

2003-01-18 Thread Jay Sern Liew
mirroring it for redundancy.) But I guess it will still boil down to the WAN throughput and the only difference it will make is when, like you said, multiple users on the same LAN trying to access it. Thanks! Will post furthur if I discover anything else. _

5400RPM|7200RPM Cable bottleneck?

2003-01-17 Thread Jay Sern Liew
e LAN since the bottleneck would be at the network level. Also, if the 5400RPM IDE HD was RAIDed, would that match an unRAIDed 7200RPM IDE HD? Thanks in advance. ______ Jay Sern Liew To Unsubscribe: send mail to [

device driver addition for 3c555 in if_xl.c (all versions)

2002-12-21 Thread Jay
To whom it may concern, Based on the already provided support for 3c556(B) in the xl driver I have added six lines of code to make the driver work for 3c555 as well. I did the change under 4.4, however, an analysis of the bsd web cvs showed that in neither 4.7 nor HEAD such an addition has bee

SysV IPC message queues performance

2002-07-24 Thread Jay West
ve seen a system call for "release quantum", which basically is put in tight loops to keep a process from hogging the cpu (release remainder of the timeslice). Does this mentality apply to freebsd, and is there such a call? Thanks VERY much in advance Regards, Jay West --- [T

Re: Severe I/O Problems

2001-10-15 Thread Jay Rossiter
dmesg: atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ad0: 38146MB [77504/16/63] at ata0-master UDMA100 acd0: DVD-ROM at ata1-master using PIO4 sysctl: hw.ata.ata_dma: 1 hw.ata.wc: 0 hw.ata.tags: 0 hw.ata.atapi_dma: 0 hw.at

Re: Severe I/O Problems

2001-10-12 Thread Jay Rossiter
: Jay Rossiter <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: <[EMAIL PROTECTED]> om> Subject

Re: Severe I/O Problems

2001-10-12 Thread Jay Rossiter
If it is set to 1, try setting it to 0 in /boot/loader.conf (e.g., add hw.ata.wc=0 ) to /boot/loader.conf -matt On Fri, 12 Oct 2001, Jay Rossiter wrote: > > Someone on -questions recommended that I forward this over here for > you guys to look at. (I'm not subbed to th

Severe I/O Problems

2001-10-12 Thread Jay Rossiter
ore than 5% of the CPU. On all other OS's, and even on 4.3, this app was pegging the CPU while it did its work. Basically.. this all comes down to "What the hell is going on here?!" and "Are there plans to fix it and did anyone even know there was a problem?" --- Jay Rossit

Re: Intel Merced FreeBSD??? Intel? - NOT

1999-08-27 Thread Jay West
d for marketing/contract reasons due to where you get the chip from. The section is still on the silicon though... Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Intel Merced FreeBSD??? Intel? - NOT

1999-08-27 Thread Jay West
d for marketing/contract reasons due to where you get the chip from. The section is still on the silicon though... Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Intel Merced FreeBSD??? Intel? - NOT

1999-08-27 Thread Jay West
r WindowsNT in HP's 9000 series stuff. Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Intel Merced FreeBSD??? Intel? - NOT

1999-08-27 Thread Jay West
X or WindowsNT in HP's 9000 series stuff. Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

select/poll implementation

1999-08-22 Thread Jay Nordwick
I had always wondered how select/poll worked (actually see the end of the mail to see the broader question), so I pulled up select() and family and started reading and chasing stuff around. I think that I fully understand (much praise to whoever wrote most of that, it was incredibly easy to read)

select/poll implementation

1999-08-22 Thread Jay Nordwick
I had always wondered how select/poll worked (actually see the end of the mail to see the broader question), so I pulled up select() and family and started reading and chasing stuff around. I think that I fully understand (much praise to whoever wrote most of that, it was incredibly easy to read)

Re: Access to keyboard without video.

1999-08-08 Thread Jay Kuri
it. and then I had to hack kbdcontrol to open /dev/kbd0 instead of stdin (which is what it currently does) Shouldn't you be able to specify the kbd you want to control with kbdcontrol? Maybe default to stdin.. but allow access to the keyboard device as s

Re: Access to keyboard without video.

1999-08-08 Thread Jay Kuri
it. and then I had to hack kbdcontrol to open /dev/kbd0 instead of stdin (which is what it currently does) Shouldn't you be able to specify the kbd you want to control with kbdcontrol? Maybe default to stdin.. but allow access to the keyboard device as s

Access to keyboard without video.

1999-08-06 Thread Jay Kuri
this is probably going to have to be a daemon of some sort, and I can't figure out how to access the keyboard directly. Can someone point me in the right direction? Thanks in advance, Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in

Access to keyboard without video.

1999-08-06 Thread Jay Kuri
this is probably going to have to be a daemon of some sort, and I can't figure out how to access the keyboard directly. Can someone point me in the right direction? Thanks in advance, Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in

Re: 10/100 highly reliable supported ethernet cards?

1999-07-09 Thread Jay Kuri
we need to do to get around the problem in software. *crossing fingers* Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: 10/100 highly reliable supported ethernet cards?

1999-07-09 Thread Jay Kuri
we need to do to get around the problem in software. *crossing fingers* Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

10/100 highly reliable supported ethernet cards?

1999-07-09 Thread Jay Kuri
ethernet... can anyone direct me to some PCI cards using this chipset? Thanks in advance, Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

10/100 highly reliable supported ethernet cards?

1999-07-09 Thread Jay Kuri
ethernet... can anyone direct me to some PCI cards using this chipset? Thanks in advance, Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Problem with fxp driver and 82559 cards

1999-07-08 Thread Jay Kuri
rStack II (10/100) SMC TigerSwitch 10bT Same results on all of them. We've also tried setting media type to 10baseT/UTP in the 'ifconfig options' in sysinstall... no difference. Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Problem with fxp driver and 82559 cards

1999-07-08 Thread Jay Kuri
It's a standard intel chipset... I'm getting a replacement BIOS to see if that makes a difference. Thanks, Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Problem with fxp driver and 82559 cards

1999-07-08 Thread Jay Kuri
SuperStack II (10/100) SMC TigerSwitch 10bT Same results on all of them. We've also tried setting media type to 10baseT/UTP in the 'ifconfig options' in sysinstall... no difference. Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Problem with fxp driver and 82559 cards

1999-07-08 Thread Jay Kuri
It's a standard intel chipset... I'm getting a replacement BIOS to see if that makes a difference. Thanks, Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Problem with fxp driver and 82559 cards

1999-07-07 Thread Jay Kuri
than on the post-install kernel / kernel-source? Any suggestions as to what I should look into? Thanks, Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Problem with fxp driver and 82559 cards

1999-07-07 Thread Jay Kuri
than on the post-install kernel / kernel-source? Any suggestions as to what I should look into? Thanks, Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Problem with fxp driver and 82559 cards

1999-07-07 Thread Jay Kuri
(kern/7216). Has anyone seen problems like these? Any ideas? Thanks, Jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Problem with fxp driver and 82559 cards

1999-07-07 Thread Jay Kuri
(kern/7216). Has anyone seen problems like these? Any ideas? Thanks, Jay To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message