Re: Discussing ideas or wish list

2013-08-08 Thread Eduardo Morras
information screens. > > Thanks and regards, > Patrick Dung HTH --- --- Eduardo Morras ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: sed query

2013-06-02 Thread Eduardo Morras
nd one uses memory cache data? Run both twice and show us the second times. > Chris > ___ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >

Re: Need advice on sys5 shm and zero copy sockets

2013-04-03 Thread Eduardo Morras
penssl? If yes to both, then you don't need to use tcp. SSL already does all the work tcp does, resending lost/damaged packets and reordering received packets, so you can use plain udp without much pain. Openssl has since 0.9.8 this capability implemented with udp, don't remember if udplite. Check RFC 6347 HTH --- --- Eduardo Morras ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Pull in upstream before 9.1 code freeze?

2012-07-17 Thread Eduardo Morras
At 11:25 17/07/2012, Wojciech Puchar wrote: the behavior of shells is an even worse idea than turning this nanny behavior on for everyone. Add sysctl for apps is a no-no, sysctl is for system control, not userland still this stupid idea topics continue? Is FreeBSD finally intended to be unix

Re: Pull in upstream before 9.1 code freeze?

2012-07-17 Thread Eduardo Morras
At 19:15 05/07/2012, Mike Meyer wrote: On Thu, 5 Jul 2012 13:09:44 -0400 Jason Hellenthal wrote: > On Thu, Jul 05, 2012 at 06:19:31PM +0200, Damien Fleuriot wrote: > > As long as it can be toggled off system-wide, persistently (sysctl?), I > > can't see the harm in bringing that in. > Haha sysct

Re: reason for "magic" crashes.

2012-06-24 Thread Eduardo Morras
At 19:05 24/06/2012, Wojciech Puchar wrote: i've got third crash third week in a row. Every time in sunday after 18:00, every time with rsync process (which means rsync based backup that is done every day, not just in sunday!), Is it the same rsync everyday, including sundays, or the sunday r

Re: MAGIC with HP KVM - someone will help?

2012-06-23 Thread Eduardo Morras
At 17:09 23/06/2012, you wrote: my friend switched to linux, in spite of lower performance, on his dedicated fileserver machine with VIA processor, only because keyboard didn't work when geli asked for password at boot, or - for whatever reason - in kernel command prompt activated. I don't kn

Re: MAGIC with HP KVM - someone will help?

2012-06-22 Thread Eduardo Morras
At 17:20 21/06/2012, Wojciech Puchar wrote: no ideas? Nop, sorry. I don't use KVMs. Perhaps the PS2 to USB converter is doing something bad. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

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 write&read 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 bu

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-29 Thread Eduardo Morras
At 16:03 29/03/2012, you wrote: Alright, new data. It happened to crash about 10 minutes after I came in this morning and I ran some stuff in the DDB. I have no idea what information is useful, but perhaps someone will see something out of the ordinary? http://feld.me/freebsd/esx_crash/ Don't

Re: DTrace and CTF interpretation

2012-01-04 Thread Eduardo Morras
At 10:34 04/01/2012, Shrikanth Kamath wrote: I am facing problem with the CTF interpretation of a member in structure, e.g struct foo { struct bar a; uint32_t b; ... uint32_t prefix[1]; } When converting the above member prefix, I enabled the CTF debugs, here is the o/p DEBU

Re: [ANN] host-setup 4.0 released

2012-01-04 Thread Eduardo Morras
At 18:59 03/01/2012, Garrett Cooper wrote: Other than that, I get lost because there isn't an IPv6 for dummies book (:P) out yet, You have "TCP/IP for Dummies" 6th Edition, edited on/in 2009. It covers IPv6 too ;) HTH -- Si la vida te da la espal

Question about PCIe networks

2009-05-19 Thread Eduardo Morras
Hello, don't know if this has been discussed but here it goes. I have read recently this http://www.wwpi.com/hardware/hardware/6540-ethernet-tunneling-through-pci-express-inter-processor-communication-low-latency-storage-io It's about using PCIe to connect 2 servers directly, without using et

Re: Squeezing out some 70 bytes out of the boot2 loader

2008-01-31 Thread Eduardo Morras
At 21:39 20/01/2008, you wrote: Hello I am trying to hack in some symlink support into the [sys/boot/i386/]boot2 bootloader (for my project [1]) and I seem to fall short of about 69 bytes: as -o boot2.o boot2.s ld -static -N --gc-sections -nostdlib -Ttext 0x2000 -o boot2.out/build/obj/build

Re: memory pool, rfc

2007-11-01 Thread Eduardo Morras
At 01:57 01/11/2007, you wrote: On Thu, Nov 01, 2007 at 01:05:54AM +0100, Eduardo Morras wrote: > Don't point me to zlib or libbzip2, they are on another league and are much > slower than my code. Have you looked at liblzo? Yes, i know lzo, i'm working with compression si

memory pool, rfc

2007-10-31 Thread Eduardo Morras
Hello: I have some free time and want to do an memory pool. The idea is to have a memory zone of N KB (or several MB) compressed in memory. I have fast compression algorithms now that can release under BSD licence that are faster than hd i/o, so it take less compress/decompress a memory zo