Re: strftime's %c warning?

2008-10-09 Thread Ivan Voras
2008/10/9 Sean C. Farley [EMAIL PROTECTED]: On Wed, 8 Oct 2008, Ivan Voras wrote: str.c: In function 'ltime': str.c:141: warning: '%c' yields only last 2 digits of year in some locales on non-BSD systems *** Error code 1 Since the code I'm developing is definitely BSD-only (patch to pkg_*

Re: strftime's %c warning?

2008-10-09 Thread Marc Olzheim
On Wed, Oct 08, 2008 at 10:20:00PM +0200, Ivan Voras wrote: I'm trying to use the %c formatter in strftime(3), documented as: %cis replaced by national representation of time and date. ... which looks useful, except that in code in which WFORMAT is defined as 1 I get this

Re: Sockstress

2008-10-09 Thread Oliver Fromme
This is the wrong mailing list, you should send this to the -security list. By the way, this kind of attack isn't really new (as far as I can tell from the few information that have been made public so far). One way to mitigate it is to limit the number of open connections per remote IP address;

Re: continuous backup solution for FreeBSD

2008-10-09 Thread Oliver Fromme
Evren Yurtesen wrote: Shaun Amott wrote: On Tue, Oct 07, 2008 at 12:31:58AM +0300, Evren Yurtesen wrote: so FreeBSD could be supported also. As you can imagine, it is not only important that data can be restored when a box hardware failure etc. it is also important that

Re: continuous backup solution for FreeBSD

2008-10-09 Thread Oliver Fromme
Zaphod Beeblebrox wrote: Oliver Fromme wrote: However, ZFS does exist on FreeBSD, and I think it wouldn't be impossible to add similar features to ZFS. Possibly even as a ZFS module? This might be something better addressed at the ZFS project level --- but the next question is:

Sockstress

2008-10-09 Thread Lukasz Jaroszewski
Hi, I am wondering about sockstres informations recently published. I cant really figure what new they could found. Do we have anything to worry about? ;-) http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1332898,00.html ``(...)Sockstress computes and stores so-called

setkey panic freebsd7

2008-10-09 Thread alan yang
i wonder people ran into similar issue on setkey with freebsd7 that panic at ~/crypto/sha1.c:263 within sha1_result() digest[0] = ctxt-h.b8[3]; digest[1] = ctxt-h.b8[2]; on the following sadb add with setkey: add 192.168.0.101 192.168.0.110 esp-old 0x10001 -m any -E des-cbc 12345678 -A

Re: continuous backup solution for FreeBSD

2008-10-09 Thread Matthew Dillon
Go here: http://forums.mysql.com/read.php?28,197644,197644 There are a ton of ways to maintain mysql backups without having to replay the entire log. Google some keywords. With regards to solutions based on filesystem snapshots, such as partial log replaying

FreeBSD support for HP DL180/G5

2008-10-09 Thread Josef Grosch
Does anyone have experience running FreeBSD 6.x and 7.x on an HP DL180/G5? The company I work for is looking to get a number of these to be put in production. Your general impressions would be a good start. Josef -- Josef Grosch | Another day closer to a | FreeBSD 6.3 [EMAIL

Re: setkey panic freebsd7

2008-10-09 Thread VANHULLEBUS Yvan
Hi. On Thu, Oct 09, 2008 at 08:46:32AM -0700, alan yang wrote: i wonder people ran into similar issue on setkey with freebsd7 that panic at ~/crypto/sha1.c:263 within sha1_result() digest[0] = ctxt-h.b8[3]; digest[1] = ctxt-h.b8[2]; on the following sadb add with setkey: add

Re: FreeBSD support for HP DL180/G5

2008-10-09 Thread Subhro
HP produces pretty good boxes and historically I have been able to get them working without any troubles. However I would say DL180 is a pretty non customizable box. The hardware works perfectly with FreeBSD 7.0. I didnt try it with 6.3, so cant comment on that. However I would say DL380 is a

Re: continuous backup solution for FreeBSD

2008-10-09 Thread Zaphod Beeblebrox
On Thu, Oct 9, 2008 at 3:40 PM, Matthew Dillon [EMAIL PROTECTED]wrote: (ZFS has a way to do something similar but I do not know what the various advantages or disadvantages of using the feature are). The only current way to do this on ZFS is to snapshot (very cheap) and stream

Re: continuous backup solution for FreeBSD

2008-10-09 Thread yurtesen
Quoting Oliver Fromme [EMAIL PROTECTED]: These features are readily available right now on FreeBSD. You don't have to code anything. Well with 2 downsides, The fact that I still would need to take full backups once in a while if I do this and Linux users do not have to because the CDP

Re: continuous backup solution for FreeBSD

2008-10-09 Thread Mike Meyer
On Fri, 10 Oct 2008 02:34:28 +0300 [EMAIL PROTECTED] wrote: Quoting Oliver Fromme [EMAIL PROTECTED]: These features are readily available right now on FreeBSD. You don't have to code anything. Well with 2 downsides, Once you actually try and implement these solutions, you'll see that

Re: continuous backup solution for FreeBSD

2008-10-09 Thread Matthew Dillon
:The fact that I still would need to take full backups once in a while =20 :if I do this and Linux users do not have to because the CDP software =20 :on Linux does not need to do this. The software expires the old data =20 :automatically and you only need a full backup at first run only. You

Re: setkey panic freebsd7

2008-10-09 Thread alan yang
that single line of adding SA in a setkey.conf file with /sbin/setkey -f setkey.conf would fail 100% from all my try. /usr/local/sbin/setkey just tried, failed also. 'fill in PR' haven't done that before, could you please advise. thanks for looking into! On Thu, Oct 9, 2008 at 1:56 PM,