time stops in vmware

2012-04-08 Thread Daniel Braniss
Hi All There was some mention before that time stops under vmware, and now it's happened to me :-) the clock stopped now, the system is responsive, but eg sleep 1 never finishes. Is there a solution? btw, I'm running 8.2-stable, i'll try 8.3 soon. danny

Re: Socket buffer usage

2012-04-08 Thread Eduardo Morras
At 23:16 07/04/2012, you wrote: Hi, I'm tracking down an obscure bug in my userland program and it might have something to do with the way I writeread data through a (Unix domain) socket. I'm setting SO_SNDBUF and SO_RCVBUF, and what I'm looking for is some way to query the amount of TX RX

RE: Socket buffer usage

2012-04-08 Thread rozhuk . im
ioctl(FIONREAD) -Original Message- From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd- hack...@freebsd.org] On Behalf Of Ivan Voras Sent: Sunday, April 08, 2012 6:17 AM To: freebsd-hackers Subject: Socket buffer usage Hi, I'm tracking down an obscure bug in my

Exporting environment from Linux to FreeBSD

2012-04-08 Thread Super Bisquit
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=89377+0+archive/2008/freebsd-java/20080203.freebsd-java is the template given for me to follow. I have Debian running on an iMac G4 and FreeBSD running on a QuickSilver G4. 1. The assumption is that the script is ran on the iMac. Considering that SSH

Re: Graphical Terminal Environment

2012-04-08 Thread Michael Cardell Widerkrantz
Since Brandon started this in a sort of rambling mood I'm keeping up with the tradition... This is just what's on top of my mind right now. per...@pluto.rain.com, 2012-03-06 17:05 (+0100): I _think_ SunTools/SunView were proprietary, Absolutely. although it's possible that Sun released the

Re: Socket buffer usage

2012-04-08 Thread Ivan Voras
On 8 April 2012 15:41, rozhuk...@gmail.com wrote: ioctl(FIONREAD) Yes, this is what I was looking for, thanks! ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to

Re: Socket buffer usage

2012-04-08 Thread Yoshihiro Ota
On Sun, 8 Apr 2012 01:01:01 +0200 Ivan Voras ivo...@freebsd.org wrote: On 7 April 2012 23:36, Vlad Galu d...@dudu.ro wrote: This might not exactly be what you want, but struct kevent has a member called data which, for sockets and pipes, returns the number of available bytes to read (or