Re: Plausible deniable encryption

2012-12-21 Thread Robert Connolly
On 12/21/12 19:36, Robert Connolly wrote: > On 12/21/12 04:06, Dustin Fechner wrote: >> On 12/21/2012 06:17 AM, Robert Connolly wrote: >>> I want to hide a system in the primary swap partition. >> Could you please explain why anybody (including you) would want to do >> this!? >> > Essentially, for

Re: Plausible deniable encryption

2012-12-21 Thread Robert Connolly
On 12/21/12 04:06, Dustin Fechner wrote: On 12/21/2012 06:17 AM, Robert Connolly wrote: I want to hide a system in the primary swap partition. Could you please explain why anybody (including you) would want to do this!? Essentially, for fun. For hobby, I am trying to implement every privacy a

Re: [off-topic] purging : microsoft : demons : howto?

2012-12-21 Thread Mayuresh Kathe
yes, original by author. born out of sheer frustration. :) On Fri, 21 Dec 2012, mxb wrote: Original by author? Well rimed :) On 21 dec 2012, at 17:22, Mayuresh Kathe wrote: demons galore, of the microsoft lore, lurking in windows disks, lying near my hard disks, drawing my attention, giving

Re: vfs.nfs.iothreads

2012-12-21 Thread MichaƂ Markowski
2012/12/21 Jason McIntyre : > i get -1 here too. but you;re saying that the value changes to 4 when > transferring, right? I found this in /sys/nfs/nfs_vfsops.c: > if (nfs_niothreads < 0) { > nfs_niothreads = 4; > nfs_getset_niothreads(1); > } http://www.o

Re: vfs.nfs.iothreads

2012-12-21 Thread Jason McIntyre
On Fri, Dec 21, 2012 at 02:34:50PM +0100, Jan Stary wrote: > On 5.2/i386, man sysctl says > > To adjust the number of kernel nfsio threads used to service asynchronous > I/O requests on an NFS client machine: > > # sysctl vfs.nfs.iothreads=4 > > The default is 4; 20 is th

Re: [off-topic] purging : microsoft : demons : howto?

2012-12-21 Thread mxb
Original by author? Well rimed :) On 21 dec 2012, at 17:22, Mayuresh Kathe wrote: > demons galore, > of the microsoft lore, > lurking in windows disks, > lying near my hard disks, > drawing my attention, > giving me too much tension, > how do i purge, > this crazy scourge? > > best. > > ~mayur

Re: issue tracker

2012-12-21 Thread Martin Pieuchot
On 21/12/12(Fri) 17:49, Stefan Sperling wrote: > On Fri, Dec 21, 2012 at 01:17:06PM +, sickm...@lavabit.com wrote: > > On 12:25 Thu 20 Dec , Stefan Sperling wrote: > > > On Wed, Dec 19, 2012 at 09:43:18PM +, sickm...@lavabit.com wrote: > > > > Hi, > > > > > > > > I have been using Open

Re: issue tracker

2012-12-21 Thread Stefan Sperling
On Fri, Dec 21, 2012 at 01:17:06PM +, sickm...@lavabit.com wrote: > On 12:25 Thu 20 Dec , Stefan Sperling wrote: > > On Wed, Dec 19, 2012 at 09:43:18PM +, sickm...@lavabit.com wrote: > > > Hi, > > > > > > I have been using OpenBSD for quite a long time, and find it awesome. > > > I've

[off-topic] purging : microsoft : demons : howto?

2012-12-21 Thread Mayuresh Kathe
demons galore, of the microsoft lore, lurking in windows disks, lying near my hard disks, drawing my attention, giving me too much tension, how do i purge, this crazy scourge? best. ~mayuresh ps: it's driving me crazy... :)

Re: Help with the board H77-D3H

2012-12-21 Thread Christiano F. Haesbaert
Just as a note, I have a z77 d3h and ahci was disabled too.

vfs.nfs.iothreads

2012-12-21 Thread Jan Stary
On 5.2/i386, man sysctl says To adjust the number of kernel nfsio threads used to service asynchronous I/O requests on an NFS client machine: # sysctl vfs.nfs.iothreads=4 The default is 4; 20 is the maximum. See nfssvc(2) and nfsd(8) for further discussion. Does

Re: Help with the board H77-D3H

2012-12-21 Thread Peter Hessler
Which kernel are you booting? If you only boot 'bsd', you need a fully-installed system to use that. You need to make sure to boot the 'bsd.rd' kernel. On 2012 Dec 20 (Thu) at 18:01:44 +0200 (+0200), What you get is Not what you see wrote: :I try to install OpenBSD 5.2 i386 to a box with this

Re: Help with the board H77-D3H

2012-12-21 Thread What you get is Not what you see
On Thu, Dec 20, 2012 at 6:29 PM, Nick Holland wrote: > and no dmesg. that's the missing clue, of course. serial console > collection would be nice. > > Could you give me some hints about serial console thing? I dont have any experience with it. Do I need to have some special cables etc? I have t

Re: Plausible deniable encryption

2012-12-21 Thread Dustin Fechner
On 12/21/2012 06:17 AM, Robert Connolly wrote: > I want to hide a system in the primary swap partition. Could you please explain why anybody (including you) would want to do this!?

Re: kernel panic with /etc/daily and ntfs mount

2012-12-21 Thread Sebastian Neuper
On Thu, 20 Dec 2012 21:36:12 + (UTC) Stuart Henderson wrote: > >> and my first try was to apply the bgpd patch. I even succeeded in > >> recompiling > >> the kernel thanks to your great documentation and noticed afterwards, that > >> i didn't have to and bgpd has nothing to do with it :) > >

Re: How to list available all hard disks in OpenBSD

2012-12-21 Thread Alexander Hall
Alexander Hall wrote: >On 12/21/12 04:17, Indunil Jayasooriya wrote: >> HI, >> >> I would like to know How to list available all hard disks in OpenBSD >? >> >> If I run below 2 commands, it will give an output. >> >> dmesg |grep wd0 >> >> fdisk wd0 >> >> >> If I install a new Hard Disk, How to ge