Hi misc,
I'd like to have two encrypted 1TB disks in RAID 1 mirror mode (no hardware
RAID installed). Is it possible to use bioctl for that purpose or do I need to
use HW RAID and encrypt mirrored disks with bioctl -cC -l /dev/sd1a softraid0 ?
Please advice.
Martin
On Mon, Oct 19, 2020 at 06:28:50PM +, Martin wrote:
> I'd like to have two encrypted 1TB disks in RAID 1 mirror mode (no hardware
> RAID installed). Is it possible to use bioctl for that purpose or do I need
> to use HW RAID and encrypt mirrored disks with bioctl -c
Anthony J. Bentley wrote:
> Once again, the alternative is simple and well
> documented: build -stable from -stable, build -current from snaps.
Well said.
Jyri Hovila [Turvamies.fi] wrote:
> > And since you are doing this with -current *ALL OVER THE PLACE*
> > there are instructions that if you have trouble you should upgrade
> > to a snapshot.
>
> Theo, with all due respect, there are many situations where upgrading to a
> snapshot really isn't
On Tue, Feb 05, 2019 at 07:23:59AM +0200, Jyri Hovila [Turvamies.fi] wrote:
> I must ask though: is it really so difficult to at least
> try and help people out, instead of lashing them?
As the OP I found the replies to my post helpful. I made
a mistake (missed out the release tag on the cvs comma
Jyri Hovila [Turvamies.fi] writes:
> Theo, with all due respect, there are many situations where upgrading
> to a snapshot really isn't an option.
In such a situation, you shouldn't expect to be able to build -current
all the time. And the advice you'll always get is: update to a snapshot,
because
On Tue, Feb 05, 2019 at 07:23:59AM +0200, Jyri Hovila [Turvamies.fi] wrote:
>
> > And since you are doing this with -current *ALL OVER THE PLACE*
> > there are instructions that if you have trouble you should upgrade
> > to a snapshot.
>
> Theo, with all due respect, there are many situations whe
> And since you are doing this with -current *ALL OVER THE PLACE*
> there are instructions that if you have trouble you should upgrade
> to a snapshot.
Theo, with all due respect, there are many situations where upgrading to a
snapshot really isn't an option.
> Those instructions to exist the
On Sun, Feb 03, 2019 at 02:51:08PM -0700, Theo de Raadt wrote:
> John Rigg wrote:
>
> > I'm trying to compile a GENERIC.MP kernel on amd64
> > 6.4 -stable.
>
> No way, you are not. Only -current has that, as of a few days ago.
I used the wrong cvs command and didn't spot it. Stupid mistake.
So
t; > be appreciated.=20
> >
> > John
> >
> >
> > cat /usr/src/sys/arch/amd64/amd64/genassym.cf /usr/src/sys/arch/amd64/amd64=
> > /genassym.cf | sh /usr/src/sys/kern/genassym.sh cc -no-integrated-as -g -W=
> > error -Wall -Wimplicit-function-de
n unknown argument: '-msave-args'
> error. I've copied the compiler messages and dmesg
> below. Suggestions for a cure or workaround would
> be appreciated.=20
>
> John
>
>
> cat /usr/src/sys/arch/amd64/amd64/genassym.cf /usr/src/sys/arch/amd64/amd64=
> /
uggestions for a cure or workaround would
be appreciated.=20
John
cat /usr/src/sys/arch/amd64/amd64/genassym.cf /usr/src/sys/arch/amd64/amd64=
/genassym.cf | sh /usr/src/sys/kern/genassym.sh cc -no-integrated-as -g -W=
error -Wall -Wimplicit-function-declaration -Wno-uninitialized -Wno-pointe=
> As far as I know, since there is no explicit cases in the switch
> statement, the value is not used at all, and the compiler never
generates code to dereference the pointer.
...
That is true. Thank you all for answers and for link.
http://blog.llvm.org/2011/05/what-every-c-programmer-should-k
> No ?
"Contrary to popular belief, dereferencing a null pointer in C is
undefined. It is not defined to trap, and if you mmap a page at 0,
it is not defined to access that page."
http://blog.llvm.org/2011/05/what-every-c-programmer-should-know.html
On Mon, Sep 03, 2018 at 01:53:41PM +0200, Denis Buga wrote:
> int main()
> {
> char * ptr = NULL;
> switch( *ptr )
> {
> default:
> fprintf(stderr,
>
> "where is exception ? default label exist for"
> "exclusive value, not for non-existent ! "
>
> "it can be security issue, when dereferencing NULL
On Mon, Sep 3, 2018 at 7:53 AM, Denis Buga wrote:
> int main()
> {
> char * ptr = NULL;
> switch( *ptr )
> {
> default:
> fprintf(stderr,
>
> "where is exception ? default label exist for"
> "exclusive value, not for non-existent ! "
>
> "it can be security issue, when dereferencing NULL "
> "in s
int main()
{
char * ptr = NULL;
switch( *ptr )
{
default:
fprintf(stderr,
"where is exception ? default label exist for"
"exclusive value, not for non-existent ! "
"it can be security issue, when dereferencing NULL "
"in switch formally pass and we go to default label\n");
} }
No ?
6.3 GENERIC.
Hi all,
I noticed something interesting in my dmesg that I hadn't seen before:
"sigfillsiz 1: cc" (I was just scanning dmesg for W^X violations).
It's reported immediately after 'root on sd0a'. I'm including the
syslog copy of dmesg to show the timing.
May
On 2016-01-18, Andreas Kusalananda Kähäri wrote:
> Hi,
>
> I tried running the base system build with CC="ccache cc" and it broke
> while compiling libiberty due to an unquoted expansion of ${CC} in the
> Makefile ("${MAKE} ${GNUCFLAGS} CC=${CC} needed-list").
&
Hi,
I tried running the base system build with CC="ccache cc" and it broke
while compiling libiberty due to an unquoted expansion of ${CC} in the
Makefile ("${MAKE} ${GNUCFLAGS} CC=${CC} needed-list").
I know I won't save much time by using ccache since the compiler is
r
2013/2/22 Theo de Raadt :
> It is not allowed.
I thought the same.
So https://commons.wikimedia.org/wiki/File:Openbsd2.svg is really a violation?
Best
Martin
ad for
> http://meta.unix.stackexchange.com/q/1105/9454 for OpenBSD with an
> image from http://www.openbsd.org/art2.html
>
> One of the conditions is that the images must be uploaded to their
> network (via imgur), which requires a licensing as CC-BY-SA.
>
> This doesn't seem to be compatibl
Hi,
I'm thinking about creating a community ad for
http://meta.unix.stackexchange.com/q/1105/9454 for OpenBSD with an
image from http://www.openbsd.org/art2.html
One of the conditions is that the images must be uploaded to their
network (via imgur), which requires a licensing as CC-BY-SA.
Thanks David, done.
- Jay
> Date: Tue, 27 Jul 2010 09:28:10 +0200
> Subject: Re: kill/sigsuspend vs. cc -pthread?
> From: dco...@gmail.com
> To: jay.kr...@cornell.edu
> CC: misc@openbsd.org
>
> On Tue, Jul 27, 2010 at 9:21 AM, Jay K
On Tue, Jul 27, 2010 at 9:21 AM, Jay K wrote:
> Following 163 lines are reduced from a "very portable" way to implement
> threads in usermode,
> without hacking jmpbuf, using sigaltstack to set the stack pointer.
>
>
> On OpenBSD 4.6 x86 and powerpc it hangs if I use -pthread, but otherwise
does
>
Following 163 lines are reduced from a "very portable" way to implement
threads in usermode,
without hacking jmpbuf, using sigaltstack to set the stack pointer.
On OpenBSD 4.6 x86 and powerpc it hangs if I use -pthread, but otherwise does
not.
The hang is in the while(..) sigsuspend(), not too s
cc
On Fri, 7 Dec 2007, Markus Hennecke wrote:
Hm, I could not find the file tech-notes.txt which was distributed with pine.
It is missing from the PLIST in the port. Apparently the option character-set
was replaced. The manual (the man page) does not provide this information.
Below is a patch that
On Fri, 7 Dec 2007, Antoine Jacoutot wrote:
On Fri, 7 Dec 2007, Markus Hennecke wrote:
If I set the xterm to UTF-8 it works here too, but no way on the console.
It did work with pine without setting this option.
Oh, common. I don't want to sound harsh or anything, but please read the
manual.
On Fri, 7 Dec 2007, Markus Hennecke wrote:
If I set the xterm to UTF-8 it works here too, but no way on the console. It
did work with pine without setting this option.
Oh, common. I don't want to sound harsh or anything, but please read
the manual.
Setting "display-character-set=ISO-8859-1" in
On Tue, 4 Dec 2007, Antoine Jacoutot wrote:
On Tue, 4 Dec 2007, Markus Hennecke wrote:
But since it replaced pine the UTF-8 support is broken for me, and the
arrow
UTF-8 works fine here.
If I set the xterm to UTF-8 it works here too, but no way on the
console. It did work with pine without
On Tue, 4 Dec 2007, Markus Hennecke wrote:
But since it replaced pine the UTF-8 support is broken for me, and the arrow
UTF-8 works fine here.
--
Antoine
On Mon, 3 Dec 2007, xSAPPYx wrote:
On Dec 3, 2007 5:04 AM, ropers <[EMAIL PROTECTED]> wrote:
On 03/12/2007, L <[EMAIL PROTECTED]> wrote:
I can't find the 'reply only to group' feature my mail client yet.. but
I just started using this email client recently. It is Mozilla Thunderbird.
Reply t
On Dec 3, 2007 5:04 AM, ropers <[EMAIL PROTECTED]> wrote:
> On 03/12/2007, L <[EMAIL PROTECTED]> wrote:
> > I can't find the 'reply only to group' feature my mail client yet.. but
> > I just started using this email client recently. It is Mozilla Thunderbird.
>
> Reply to all.
>
>
Alpine is anothe
mutt!
On Mon, Dec 03, 2007 at 01:39:29PM -0700, L wrote:
> Julian Leyh wrote:
>> On 20:59 Sun 02 Dec , L wrote:
>>> I can't find the 'reply only to group' feature my mail client yet.. but I
>>> just started using this email client recently. It is Mozilla Thunderbird.
>>
>> Try mutt... it has
Julian Leyh wrote:
On 20:59 Sun 02 Dec , L wrote:
I can't find the 'reply only to group' feature my mail client yet.. but I
just started using this email client recently. It is Mozilla Thunderbird.
Try mutt... it has a nice list-reply function :)
Regards,
Julian
I was using Sylpheed cl
On 20:59 Sun 02 Dec , L wrote:
> I can't find the 'reply only to group' feature my mail client yet.. but I
> just started using this email client recently. It is Mozilla Thunderbird.
Try mutt... it has a nice list-reply function :)
Regards,
Julian
--
If you don't remember something, it nev
On 03/12/2007, L <[EMAIL PROTECTED]> wrote:
> I can't find the 'reply only to group' feature my mail client yet.. but
> I just started using this email client recently. It is Mozilla Thunderbird.
Reply to all.
Nick Holland wrote:
L wrote:
On my mailing lists that I manage I always turn this option off.. so
that anyone who replies to the list only replies to the list but not the
actual person too.
Not a big deal, just wondering if this is by design and on purpose
Sometimes, people WISH to m
L wrote:
> When I reply to the group.. it puts the person's address and the groups
> address in TO/CC fields.
>
> Is it possible for the server to just send mail to the TO field to the
> group only, and not have a CC ?
anything is possible...
Not going to happen, howev
L ??:
When I reply to the group.. it puts the person's address and the
groups address in TO/CC fields.
Is it possible for the server to just send mail to the TO field to the
group only, and not have a CC ?
Is this on purpose, so that incase the list is ever down, the person
get
When I reply to the group.. it puts the person's address and the groups
address in TO/CC fields.
Is it possible for the server to just send mail to the TO field to the
group only, and not have a CC ?
Is this on purpose, so that incase the list is ever down, the person
gets the mail a
On 16/11/2007, Piet Slaghekke <[EMAIL PROTECTED]> wrote:
> Please send email To misc@openBSD.org and do not CC it to this address.
Hilerious
eply function of mutt.
cu
Julian
On 00:28 Fri 16 Nov , Piet Slaghekke wrote:
> I like to filter my openBSD emails and the only way I can do it is if everyone
> send their email with misc@openBSD.org in the " To " field.
>
> Please send email To misc@openBSD.org and
Piet Slaghekke wrote:
I like to filter my openBSD emails and the only way I can do it is if everyone
send their email with misc@openBSD.org in the " To " field.
Please send email To misc@openBSD.org and do not CC it to this address.
Why has no-one mentioned filtering on X-Loo
e/han/Mail'
# Drop all messages to misc@ in their own specific mailbox.
if (/^Sender:[EMAIL PROTECTED]/)
to $R/openbsd-misc
# You don't want to miss you are CC-ed after all. You just don't # want
them in your maildir.
if ( /^(Cc|To).*(openbsd|misc|tech|bugs|gnats|source-changes
R='/home/han/Mail'
# Drop all messages to misc@ in their own specific mailbox.
if (/^Sender:[EMAIL PROTECTED]/)
to $R/openbsd-misc
# You don't want to miss you are CC-ed after all. You just don't # want them
in your maildir.
if ( /^(Cc|To).*(openbsd|misc|tech|bug
Piet Slaghekke wrote:
> I like to filter my openBSD emails and the only way I can do it
> is if everyone send their email with misc@openBSD.org in the "
> To " field.
>
> Please send email To misc@openBSD.org and do not CC it to this
> address.
>
> Thanks!
I
Piet Slaghekke wrote:
> I like to filter my openBSD emails and the only way I can do it is if everyone
> send their email with misc@openBSD.org in the " To " field.
>
> Please send email To misc@openBSD.org and do not CC it to this address.
>
> Thanks!
wow. You
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Weldon Goree
Sent: 16 November 2007 08:20 AM
To: Piet Slaghekke
Cc: misc@openbsd.org
Subject: Re: Please send email directly to misc@openBSD.org (no cc
please)
On Fri, 2007-11-16 at 00:28 -0500, Piet
On 16/11/2007, at 7:20 PM, Weldon Goree wrote:
If only there were mail clients that allowed one to filter on To: or
Cc:...
And automatically added dripping tags?
On Fri, 2007-11-16 at 00:28 -0500, Piet Slaghekke wrote:
> I like to filter my openBSD emails and the only way I can do it is if everyone
> send their email with misc@openBSD.org in the " To " field.
>
> Please send email To misc@openBSD.org and do not CC it to this add
To " field.
> >
> > Please send email To misc@openBSD.org and do not CC it to this address.
> >
> > Thanks!
>
> If only there were mail clients that allowed one to filter on To: or
> Cc:...
>
>
Can people please only mail stuff to misc that I'm interested in?
Doh.
Salut,
On Fri, Nov 16, 2007 at 12:28:09AM -0500, Piet Slaghekke wrote:
> I like to filter my openBSD emails and the only way I can do it is if
everyone
> send their email with misc@openBSD.org in the " To " field.
>
> Please send email To misc@openBSD.org and do not
I like to filter my openBSD emails and the only way I can do it is if everyone
send their email with misc@openBSD.org in the " To " field.
Please send email To misc@openBSD.org and do not CC it to this address.
Thanks!
55 matches
Mail list logo