Re: DVD & how to overcome mkisofs

2014-07-06 Thread Tuyosi Takesima
Hi ,all . i understand dd's limit . i am considring about " growisofs -dvd-compat -Z $DEV="$FILE" -use-the-force-luke=dao:$SIZE $SPEEDSTR " , but clueless , ' man growisofs' give me no hint especially 'dao's usage' . i only guess "growisofs -dvd-compat -Z /dev/rcd0c=/ISO/test.iso -use-the-for

Re: SSH fails to run

2014-07-06 Thread Stan Gammons
> On Jul 6, 2014, at 10:33 AM, Christian Weisgerber wrote: > >> On 2014-07-06, Stan Gammons wrote: >> >> I grabbed the 07-04-2014 snapshot of OpenBSD for AMD64 and was > > I'll guess that you mean July 4. There was no amd64 snapshot with > that date, so I presume you grabbed an older one _on_

Marvell 88SE9230 AHCI SATA controller

2014-07-06 Thread h410g3n
Hello list, I am the unfortunate owner of a few Supermicro servers that contain Marvell 88SE9230 chips. OpenBSD does detect them, however they get stuck in a softreset loop. "ahci0: failed to stop port, cannot softreset" A quick search reveals that the problem has been reported before and that

Re: openssh

2014-07-06 Thread patric conant
Collisions become a much larger concern in this model. On Thu, Jul 3, 2014 at 3:32 AM, Henning Brauer wrote: > * Mihai Popescu [2014-07-02 17:05]: > > Better buy a hardisk, copy your data and mail it abroad. Seriously. > > A truck full of harddisks is a transport link with fantastic bandwidth.

Re: calloc and set var to NULL

2014-07-06 Thread Denis Fondras
Le 06/07/2014 18:56, Chris Cappuccio a écrit : > > This is technically correct. So are you, but only because NULL and > zero happen to be the same value. They don't necessarily have to > be, it is implementation-defined. (Of course there would be > fireworks everywhere if they weren't, since lots

Re: calloc and set var to NULL

2014-07-06 Thread Otto Moerbeek
On Sun, Jul 06, 2014 at 09:56:05AM -0700, Chris Cappuccio wrote: > Denis Fondras [open...@ledeuns.net] wrote: > > Hello all, > > > > If I understand correctly calloc(), allocated space is already > > initialized to zero. So setting var to NULL is not needed. > > > > Is it alright or should it be

Re: calloc and set var to NULL

2014-07-06 Thread Denis Fondras
Le 06/07/2014 18:50, Otto Moerbeek a écrit : > Please use cvs diff, whcih includes more context. Now we have no idea > which parse.y you are patching. > Sorry for this oversight and thank you for the mention of cvs diff. Index: parse.y

Re: calloc and set var to NULL

2014-07-06 Thread Chris Cappuccio
Denis Fondras [open...@ledeuns.net] wrote: > Hello all, > > If I understand correctly calloc(), allocated space is already > initialized to zero. So setting var to NULL is not needed. > > Is it alright or should it be kept "just in case" ? > > Regards, > Denis > > --- parse.y.origSun Ju

Re: calloc and set var to NULL

2014-07-06 Thread Otto Moerbeek
On Sun, Jul 06, 2014 at 05:54:59PM +0200, Denis Fondras wrote: > Hello all, > > If I understand correctly calloc(), allocated space is already > initialized to zero. So setting var to NULL is not needed. > > Is it alright or should it be kept "just in case" ? > > Regards, > Denis > > --- parse

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Gustav Fransson Nyvell
On 07/06/14 15:44, Eugene Yunak wrote: > Can you even read? Can you please stay away from public mailing lists > for sane people? > > > On 6 July 2014 16:25, Gustav Fransson Nyvell > wrote: > > On 07/06/14 15:20, Thomas Adam wrote: > > On 6 July 2014 14:09, Gu

calloc and set var to NULL

2014-07-06 Thread Denis Fondras
Hello all, If I understand correctly calloc(), allocated space is already initialized to zero. So setting var to NULL is not needed. Is it alright or should it be kept "just in case" ? Regards, Denis --- parse.y.origSun Jul 6 17:51:59 2014 +++ parse.y Sun Jul 6 17:52:15 2014 @@ -3

Re: SSH fails to run

2014-07-06 Thread Stan Gammons
> On Jul 6, 2014, at 10:33 AM, Christian Weisgerber wrote: > >> On 2014-07-06, Stan Gammons wrote: >> >> I grabbed the 07-04-2014 snapshot of OpenBSD for AMD64 and was > > I'll guess that you mean July 4. There was no amd64 snapshot with > that date, so I presume you grabbed an older one _on_

Re: SSH fails to run

2014-07-06 Thread Christian Weisgerber
On 2014-07-06, Stan Gammons wrote: > I grabbed the 07-04-2014 snapshot of OpenBSD for AMD64 and was I'll guess that you mean July 4. There was no amd64 snapshot with that date, so I presume you grabbed an older one _on_ that date. > trying to get KDE4 to run and ran into some problems. One is

SSH fails to run

2014-07-06 Thread Stan Gammons
I grabbed the 07-04-2014 snapshot of OpenBSD for AMD64 and was trying to get KDE4 to run and ran into some problems. One is SSH fails to run. When I try to run it with /usr/sbin/sshd several error messages are displayed. Starting with key_load_private: incorrect passphrase supplied to decrypt p

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Eugene Yunak
Can you even read? Can you please stay away from public mailing lists for sane people? On 6 July 2014 16:25, Gustav Fransson Nyvell wrote: > On 07/06/14 15:20, Thomas Adam wrote: > >> On 6 July 2014 14:09, Gustav Fransson Nyvell wrote: >> >>> This imsg looks pretty much like what I've done, ho

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Gustav Fransson Nyvell
On 07/06/14 15:20, Thomas Adam wrote: On 6 July 2014 14:09, Gustav Fransson Nyvell wrote: This imsg looks pretty much like what I've done, however, libmessage does not require any bounds checking whatsoever. It's way easier to use. I'm I think you meant to say "does not require any error check

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Gustav Fransson Nyvell
On 07/06/14 14:58, Thomas Adam wrote: On 6 July 2014 13:54, Gustav Fransson Nyvell wrote: I heard about the iPhone? Thanks, I'll look it up. //Gustav No, not Apple, for goodness sake, man! See this: http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_drain -- Thomas Adam Hm, seems like ims

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Thomas Adam
On 6 July 2014 14:09, Gustav Fransson Nyvell wrote: > This imsg looks pretty much like what I've done, however, libmessage does > not require any bounds checking whatsoever. It's way easier to use. I'm I think you meant to say "does not require any error checking". ;) Don't get me wrong, I don't

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Gustav Fransson Nyvell
On 07/06/14 14:58, Thomas Adam wrote: On 6 July 2014 13:54, Gustav Fransson Nyvell wrote: I heard about the iPhone? Thanks, I'll look it up. //Gustav No, not Apple, for goodness sake, man! See this: http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_drain -- Thomas Adam Hi, Someone took

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Thomas Adam
On 6 July 2014 13:54, Gustav Fransson Nyvell wrote: > I heard about the iPhone? Thanks, I'll look it up. //Gustav No, not Apple, for goodness sake, man! See this: http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_drain -- Thomas Adam

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Gustav Fransson Nyvell
On 07/06/14 14:39, Thomas Adam wrote: On 6 July 2014 02:20, Gustav Fransson Nyvell wrote: I made this thing because I wanted or need a way to message between processes that know nothing about each other, using a central name. Without requiring any network. So, some basic message passing, across

Re: libmessage (New crazy sh*t)

2014-07-06 Thread Thomas Adam
On 6 July 2014 02:20, Gustav Fransson Nyvell wrote: > I made this thing because I wanted or need a way to message between > processes that know nothing about each other, using a central name. > Without requiring any network. So, some basic message passing, across > the OS. It's implemented using s

Re: Firewall cluster.

2014-07-06 Thread Mxher
Le 06/07/2014 12:05, Otto Moerbeek a écrit : > On Sun, Jul 06, 2014 at 10:59:16AM +0200, Janne Johansson wrote: > >> The sysctl for carp.preempt controls if they should all fail at the same >> time. > > read carp(4). It contains answers to some questions asked. > > -Otto > >> Den 6 jul 2

Re: DVD & how to overcome mkisofs

2014-07-06 Thread Maurice McCarthy
On 2014-07-06 03:15, Tuyosi Takesima wrote: owing to Maurice advice , i manage to succeed . 1) simple but beautiful dd if=/dev/rcd0c of=dvd.iso bs=64k growisofs -dvd-compat -Z /dev/rcd0c=dvd.iso this image -rw-r--r-- 1 root tuyosi 3882747904 Jul 6 09:42 dvd.iso and is bigger than image

Re: Firewall cluster.

2014-07-06 Thread Otto Moerbeek
On Sun, Jul 06, 2014 at 10:59:16AM +0200, Janne Johansson wrote: > The sysctl for carp.preempt controls if they should all fail at the same > time. read carp(4). It contains answers to some questions asked. -Otto > Den 6 jul 2014 10:12 skrev "Adam Thompson" : > > > On July 6, 2014 2:51

Re: Firewall cluster.

2014-07-06 Thread Janne Johansson
The sysctl for carp.preempt controls if they should all fail at the same time. Den 6 jul 2014 10:12 skrev "Adam Thompson" : > On July 6, 2014 2:51:03 AM CDT, Mxher wrote: > >Le 06/07/2014 04:34, Giancarlo Razzolini a écrit : > >> Em 05-07-2014 16:20, Mxher escreveu: > >>> 1) Can I group multiple

Re: Firewall cluster.

2014-07-06 Thread Adam Thompson
On July 6, 2014 2:51:03 AM CDT, Mxher wrote: >Le 06/07/2014 04:34, Giancarlo Razzolini a écrit : >> Em 05-07-2014 16:20, Mxher escreveu: >>> 1) Can I group multiple virtuals ips to make them switch all at the >same >>> time using CARP ? >> AFAIK, no. But you can use ifstated. >I have to admit that

Re: Firewall cluster.

2014-07-06 Thread Mxher
Le 06/07/2014 04:34, Giancarlo Razzolini a écrit : > Em 05-07-2014 16:20, Mxher escreveu: >> 1) Can I group multiple virtuals ips to make them switch all at the same >> time using CARP ? > AFAIK, no. But you can use ifstated. I have to admit that I didn't knew about ifstated; I will test it. >> 2)

Re: Firewall cluster.

2014-07-06 Thread Mxher
Le 05/07/2014 22:37, sven falempin a écrit : > > read the FAQ, dont forget to sync the states and use ifstated to change the > modem state when swithcing master fw. > > Actually I read it but I didn't notice ifstated; after a quick look it seems quite interesting. Thank you.

Re: Does the OpenBSD support well AMD's APU hardware?

2014-07-06 Thread Eric Furman
He's saying he's dumb and has a weak grasp of technology. As in, "I'm just a dumb country boy". It was in response to Theo's remark that it was unlikely that any future developers would come from Alabama. He's being funny. On Sat, Jul 5, 2014, at 11:30 PM, Артур Истомин wrote: > On Sat, Jul 05, 20