Re: regression error with calendar

2011-07-11 Thread Edwin Groothuis
Hello Jaakko, Thanks for pointing these out to me, I have fixed the one from PR 157718, I will check this one out tomorrow. Edwin On 08/07/2011, at 5:01 PM, Jaakko Heinonen wrote: > On 2011-07-05, Julian H. Stacey wrote: >> Jaakko Heinonen wrote: >>> On 2011-07-05, Julian H. Stacey wrote:

Re: Keeping /etc/localtime up-to-date

2011-03-28 Thread Edwin Groothuis
Hello Doug, I think it got lost in the busy/dark part of my life last year. Feel free to do it, the code is not spectacular or dramatic. If not done when I go home I will do it tonight on my way back from work. Edwin   -- Edwin Groothuis ed...@mavetju.org - Original Message - From

Re: VirtualBox looks for FreeBSD developer

2008-10-11 Thread Edwin Groothuis
l > hours hacking it and made bunch of (likely) useful patches, here > it is, feel free to use it for any purpose. I hope someone of kernel > hackers will make it work actually ;) Have a talk with bms@ about it, he had some interesting working code too. Edwin -- Edwin Groothuis

Re: Improving Syslog

2008-05-03 Thread Edwin Groothuis
d the way the mail system is setup makes it is very simple to replace the default MTA with an other MTA in the ports collection. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://www.mavetju.o

Re: Improving Syslog

2008-05-03 Thread Edwin Groothuis
ures i become more sad. Even if the voices are opposing it, we can always make a port out of it so that the people who are interested in it can use it :-) Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| W

Regression tests for usr.sbin/zic and lib/libc/stdtime

2008-04-02 Thread Edwin Groothuis
32 bit machine and that the interesting stuff is happening on 64 bitters. I would like to know if somebody has ever thought about what kind of regression tests I can make to be sure that it all works as expected once (if ever) this patch-set gets applied. Edwin -- Edwin Groothuis [EMAIL

bin/118292: Add support to remove all msg/shm/sem ids with ipcrm

2007-11-27 Thread Edwin Groothuis
g an id of -1 (ala kill(2)). The code to lookup ids was taken from ipcs. The patch is available in http://www.freebsd.org/cgi/query-pr.cgi?pr=118292 Edwin -- Edwin Groothuis [EMAIL PROTECTED] http://www.mavetju.org ___ freebsd-hackers@freebsd.org

Re: how to write a raw socket server using UDP

2007-11-27 Thread Edwin Groothuis
to send more than 19 bytes using sendto(sock, ...) function , it > is I use net/libdnet for all my IP/UDP/TCP/etc packet creation requirements. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://www.mav

rpcgen issues on ports/security/cfs

2007-11-16 Thread Edwin Groothuis
gen really does do. But I know that the binaries posted to http://www.mavetju.org/~edwin/cfs-1.4.1-7.0.tar.gz do work on FreeBSD 7.0 and that I'm more than happy to see if I can get it up and running with different options than patched the code generated by rpcgen :-) Edwin

Re: Looking for speed increases in "make index"

2007-05-27 Thread Edwin Groothuis
On Sun, May 27, 2007 at 10:51:56PM -0400, Mike Meyer wrote: > In <[EMAIL PROTECTED]>, Edwin Groothuis <[EMAIL PROTECTED]> typed: > > On Sun, May 27, 2007 at 08:44:56PM -0500, Mark Linimon wrote: > > > In summary, the ports infrastructure is really complicated because

Re: Looking for speed increases in "make index"

2007-05-27 Thread Edwin Groothuis
done for us? See http://www.epicure.demon.co.uk/whattheromans.html Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://www.mavetju.org/weblog/ ___ freebsd-hackers@freebsd.

Re: any plans to enhance 'locate'?

2007-04-13 Thread Edwin Groothuis
On Fri, Apr 13, 2007 at 09:35:37PM +1000, Edwin Groothuis wrote: > On Fri, Apr 13, 2007 at 09:01:47AM +0300, Evren Yurtesen wrote: > > Is there a reason why there is no port for slocate or the FreeBSD > > locate to not to be enhanced this way? > > > > There seems to be

Re: any plans to enhance 'locate'?

2007-04-13 Thread Edwin Groothuis
te/ Port it to FreeBSD, and submit it for in the ports collection :-) Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://www.mavetju.org/weblog/ ___ [EMAIL PROTECTED] ma

Re: Hung kernel from sysv semaphore semu_list corruption

2007-03-07 Thread Edwin Groothuis
y it only happens on the active database, not on the replicated ones. Once it is blessed I'm going to try it. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barne

Re: How to duplicate a copy of all incoming and outgoing mail

2005-10-04 Thread Edwin Groothuis
always_bcc = recipient_bcc_maps = sender_bcc_maps = Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barnet.com.au/edwin/ ___ freebsd-hackers@freebsd.org maili

Re: Locating obsolete ports distfiles

2005-08-21 Thread Edwin Groothuis
; by current ports? Try portsclean and the --distclean option. portsclean is part of the portupgrade port. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barnet.

Re: Benchmark: NetBSD 2.0 beats FreeBSD 5.3

2005-01-06 Thread Edwin Groothuis
On Thu, Jan 06, 2005 at 11:57:26AM +, Robert Ryan wrote: > I hate to say I told you but it was inevitable. I think so Brain, but I don't think Netcraft has confirmed it yet? -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]|

Re: Support for Adaptec Ultra 320 (29320)

2004-12-30 Thread Edwin Groothuis
roller on FreeBSD 5.3 ? 5.3? yes. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barnet.com.au/edwin/ ___ freebsd-hackers@freebsd.org mailing list http://list

Re: Protection from the dreaded "rm -fr /"

2004-10-02 Thread Edwin Groothuis
g what I was doing in the wrong directory. Also, refusing to do it is not the ideal way to go, I think that if you have two -f's specified it would do it anyway. Just my two cents of course. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PRO

Re: general Darwin imports (was Re: Darwin cmd import?)

2004-06-05 Thread Edwin Groothuis
r are it raw sourcefiles only? Edwin, now owning a Mac so not really familiar with things -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barnet.com.au/edwin/ ___ [EMAI

Re: ld can't find libraries

2004-03-31 Thread Edwin Groothuis
g or LD_LIBRARY_PATH to specify where your libraries are. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barnet.com.au/edwin/ ___ [EMAIL PROTECTED] mailing list h

Re: syslog

2004-01-03 Thread Edwin Groothuis
ov 24 18:22:48 1986\n\0 So ctime()+4 returns: Nov 24 18:22:48 1986\n\0 In other words, it skips the day of the week. Edwin -- Edwin Groothuis |Personal website: http://www.mavetju.org [EMAIL PROTECTED]| Weblog: http://weblog.barnet.com.au/edwin/ _

Re: 4.9 ETA ? ( /me ducks)

2003-09-15 Thread Edwin Groothuis
On Mon, Sep 15, 2003 at 08:52:54PM -0700, Josh Brooks wrote: > I know it's lame, but I am curious if there is a ETA on 4.9. http://www.freebsd.org/releases/4.9R/schedule.html Looks like it's going to be a more two weeks. Edwin -- Edwin Groothuis |Personal

Re: A new sort utility

2003-09-15 Thread Edwin Groothuis
ements for some other GNU tools. > > Might we put this in freebsd-current (5.x), but under some > other name? sortbsd, or something? ports/sysutils/bsdutils-tjr And of course with the option to overwrite the base installed stuff :-) Edwin -- Edwin Groothuis |Persona

Re: missing libraries, and how to find them.

2002-04-25 Thread Edwin Groothuis
On Thu, Apr 25, 2002 at 12:25:36PM -0500, Mike Meyer wrote: > In <[EMAIL PROTECTED]>, Edwin Groothuis <[EMAIL PROTECTED]> typed: > > Why didn't ldd tell me which lib it was which was failing? > > With this idea in mind I've submitted PR bin/37448: [PATCH] l

Re: missing libraries, and how to find them.

2002-04-25 Thread Edwin Groothuis
ably extremely rare, but does it catch circular > dependencies? You don't want it looping off into forever. It does. Well, rtld.c did it already. All this patch is adding a little more output, I've done nothing with the for-constructions in it. Edwin -- Edwin Groothu

missing libraries, and how to find them.

2002-04-25 Thread Edwin Groothuis
ies. I hope somebody considers this a usefull patch and wants to commit it. The patch itself is against a 4.5 system (but not that difficult, it was more a matter of finding out where to put it). Thanks, Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTEC

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-27 Thread Edwin Groothuis
Hello Jinmei, On Tue, Feb 26, 2002 at 02:38:28PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > Finally I figured out the problem. Thanks for these two patches, it works like a charm now! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTEC

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-25 Thread Edwin Groothuis
On Mon, Feb 25, 2002 at 07:30:59PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > >>>>> On Sat, 23 Feb 2002 08:46:16 +1100, > >>>>> Edwin Groothuis <[EMAIL PROTECTED]> said: > > >> > And the interface configuration: > >&g

Re: ipv6-over-ipv4 (gif) doesn't work right since 4.5

2002-02-23 Thread Edwin Groothuis
n the Kame project, has asked for more information regarding it. I hope he will come back soon to us about it. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: --+

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-22 Thread Edwin Groothuis
On Fri, Feb 22, 2002 at 11:49:59PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > >>>>> On Fri, 22 Feb 2002 23:48:29 +1100, > >>>>> Edwin Groothuis <[EMAIL PROTECTED]> said: > > >> > I found what caused this. he.net uses the "route

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-22 Thread Edwin Groothuis
On Fri, Feb 22, 2002 at 08:59:18PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > >>>>> On Sun, 17 Feb 2002 12:25:10 +1100, > >>>>> Edwin Groothuis <[EMAIL PROTECTED]> said: > > >> I recently installed the freenet6 port to test IPv6 and hav

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-16 Thread Edwin Groothuis
net6 default -interface gif0" statement. I've submitted a patch for this port to keep it working, I don't know what to do with the route-command. I'll write a PR about it. Thanks for your hints! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu

IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-11 Thread Edwin Groothuis
omebody please confirm that they have the same, or normal, behaviour under 4.5 when connecting to an IPv6 enabled site. Thanks, Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensio

Re: porting multithreaded app from linux to FreeBSD

2002-02-06 Thread Edwin Groothuis
4.5. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: --+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: pcap/bpf in a multi-threaded environment

2001-11-09 Thread Edwin Groothuis
e of course) can enjoy the charms of bpf-access in a threaded environment! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: --+ http://www.Fatal

pcap/bpf in a multi-threaded environment

2001-11-09 Thread Edwin Groothuis
. Anybody any ideas on how to fix this? Thanks in advance, Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: --+ http://www.FatalDimensions.org/ To