Re: file systems

2017-05-26 Thread Nick Holland
On 05/26/17 10:35, Friedrich Locke wrote: > Hi folks, > > does anybody here run OBSD with a file system bigger than 10TB ? > How much time boot takes to bring the system up (i mean fsck) ? > Are you using ffs2 ? With softdep ? > > Thanks. Error #1: assuming someone else's experience will have

kernel panic: ehci_device_clear_toggle

2017-05-26 Thread Nicolas Schmidt
Hi, I just installed OpenBSD 6.1 and set up a CUPS server with a usb printer, and I'm experiencing kernel panics that seem usb related. These kernel panics actually occured also on the old version of OpenBSD I upgraded from, but only very rarely (once every few months a most). Now I've had

"athn0: could not load firmware" for AR9271

2017-05-26 Thread Maximilian Pichler
Hi, I'm trying to use an Olimex MOD-WIFI-AR9271-ANT USB wireless adapter, but: # dmesg OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP [...] athn0 at uhub0 port 5 configuration 1 interface 0 "ATHEROS UB93" rev

Re: bioctl crypto size limitation ?

2017-05-26 Thread sharon s.
On 05/25/17 22:59, Florian Ermisch wrote: Just make slice sd0a smaller than 100% of the RAID array. Regards, Florian Am 25. Mai 2017 19:03:59 MESZ schrieb myml...@gmx.com: I'm wondering if there is a limit to the size of a disk for full disk encryption. I'm trying to encrypt a 32Tb raid 6

Re: bioctl crypto size limitation ?

2017-05-26 Thread sharon s.
in 4309+0 records out 4518313984 bytes transferred in 90.924 secs (49692799 bytes/sec) 20170526-1539: tbisch@store:/root:# fdisk -iy -g sd0 Writing MBR at offset 0. Writing GPT. # disklabel -E sd0 Label editor (enter '?' for help at any prompt) > a a offset: [64] size: [70319603585] 16T Rounding s

Re: bioctl crypto size limitation ?

2017-05-26 Thread sharon s.
transferred in 90.924 secs (49692799 bytes/sec) 20170526-1539: tbisch@store:/root:# fdisk -iy -g sd0 Writing MBR at offset 0. Writing GPT. # disklabel -E sd0 Label editor (enter '?' for help at any prompt) > a a offset: [64] size: [70319603585] 16T Rounding size to cylinder (16065 sectors): 34359741

Re: bioctl crypto size limitation ?

2017-05-26 Thread sharon s.
On 05/26/17 12:00, Christian Weisgerber wrote: On 2017-05-25, myml...@gmx.com wrote: fdisk -iy -g sd0 (I left off the "-b 960" because this is not a bootable partiton) Back in March, Eric Huiban noticed this: | i just performed some remote connection... recreating GPT

Re: bioctl crypto size limitation ?

2017-05-26 Thread sharon s.
dicating an issue identifying the partition type/size (as unhelpful as that is). Could you provide the output from `disklabel sd0'? Currently have have created a standard filesystem and have it mounted, disklable looks like so: 20170526-1519: tbisch@store:/root:# disklabel sd0 # /dev/rsd0c: typ

Re: Valgrind W^X Violation

2017-05-26 Thread Stuart Henderson
[ moved to ports@ ] On 2017-05-25, Peter Ezetta wrote: > Hello Misc, > > I have been trying to get Valgrind to run on OpenBSD 6.1-release, with > all errata applied via syspatch(8), and I am having no luck. When > executing Valgrind against any binary (or no binary

Re: Limits on OBSD amd64

2017-05-26 Thread STeve Andre'
On 05/26/17 10:28, Stuart Henderson wrote: On 2017-05-26, Friedrich Locke wrote: Hi folks, i wonder what is the maximum file system size OBSD supports using different file systems like FFS afaik, this is 1TB FFS2 "as much as you have RAM to fsck"... and

Re: bioctl crypto size limitation ?

2017-05-26 Thread Paul de Weerd
On Thu, May 25, 2017 at 10:03:59AM -0700, myml...@gmx.com wrote: | I'm wondering if there is a limit to the size of a disk for full disk | encryption. My biggest crypto disk is: [weerd@pom] $ df -h /store Filesystem SizeUsed Avail Capacity Mounted on /dev/sd16a 5.4T841G

Re: bioctl crypto size limitation ?

2017-05-26 Thread Christian Weisgerber
On 2017-05-25, myml...@gmx.com wrote: > fdisk -iy -g sd0 (I left off the "-b 960" because this is not a > bootable partiton) Back in March, Eric Huiban noticed this: | i just performed some remote connection... recreating GPT with an .i EFI | boot partition. The softraid is

Re: bioctl crypto size limitation ?

2017-05-26 Thread Ted Unangst
sharon s. wrote: > > > >> softraid0: invalid metadata format > > You filled the disk with random data, which is not a valid metadata > > format... > I followed the FAQ, http://www.openbsd.org/faq/faq14.html#softraidCrypto . Sorry, I was hasty. You can also try creating smaller partitions. 16TB,

Re: ldapd dies with assert failure

2017-05-26 Thread Allan Streib
> assertion "p->upper >= p->lower" failed: file > "/usr/src/usr.sbin/ldapd/btree.c", line 1949, function "btree_add_node" A follow-up for those not reading bugs@ ldapd sets its page size based on the block size of the filesystem. If this is large (> 1TB?) and uses FFS2 then the block size is

Re: Limits on OBSD amd64

2017-05-26 Thread Kamil Cholewiński
On Fri, 26 May 2017, Stuart Henderson wrote: >> and ZFS ? > > 0 bytes. -1 bytes and ENOENT? :)

Re: bioctl crypto size limitation ?

2017-05-26 Thread Joel Sing
On Saturday 27 May 2017 01:56:06 Joel Sing wrote: > On Friday 26 May 2017 01:05:59 sharon s. wrote: > > On 05/26/17 00:45, Ted Unangst wrote: > > > myml...@gmx.com wrote: > > >> Steps to recreate: > > >> > > >> dd if=/dev/random of=/dev/rsd0c bs=1m (took over a week) > > >> > > >> fdisk -iy -g

Re: bioctl crypto size limitation ?

2017-05-26 Thread Joel Sing
On Friday 26 May 2017 01:05:59 sharon s. wrote: > On 05/26/17 00:45, Ted Unangst wrote: > > myml...@gmx.com wrote: > >> Steps to recreate: > >> > >> dd if=/dev/random of=/dev/rsd0c bs=1m (took over a week) > >> > >> fdisk -iy -g sd0 (I left off the "-b 960" because this is not a > >> bootable

Re: file systems

2017-05-26 Thread Christer Solskogen
One 27T drive?! On May 26, 2017 17:27, "Scott Bonds" wrote: > I've got a 27T drive, single partition, about half full. Combination of > big files and lots of small ones. 32G of ECC RAM. Hardware RAID5 ATM though > I've used software RAID5 on the same array and that was good too.

Re: file systems

2017-05-26 Thread Steven McDonald
On Fri, 26 May 2017 11:35:49 -0300 Friedrich Locke wrote: > Hi folks, > > does anybody here run OBSD with a file system bigger than 10TB ? > How much time boot takes to bring the system up (i mean fsck) ? > Are you using ffs2 ? With softdep ? > > Thanks. This

Re: file systems

2017-05-26 Thread Scott Bonds
I've got a 27T drive, single partition, about half full. Combination of big files and lots of small ones. 32G of ECC RAM. Hardware RAID5 ATM though I've used software RAID5 on the same array and that was good too. I keep offline backups of everything. I think it takes around an hour to fsck,

Re: smtpd doesn't start

2017-05-26 Thread Mik J
Hello,I had the same problem recently.Please check the rights on the file smtpd.conf and if necessary chmod 600 smtpd.conf Le Vendredi 26 mai 2017 15h08, Ted Unangst a écrit : Choose a display name wrote: > >As always, you can post your smtpd.config, dmesg and

Re: bioctl crypto size limitation ?

2017-05-26 Thread sharon s.
On 05/26/17 00:45, Ted Unangst wrote: myml...@gmx.com wrote: Steps to recreate: dd if=/dev/random of=/dev/rsd0c bs=1m (took over a week) fdisk -iy -g sd0 (I left off the "-b 960" because this is not a bootable partiton) disklabel -E sd0 Label editor (enter '?' for help at any prompt)

Re: file systems

2017-05-26 Thread Peter Hessler
On 2017 May 26 (Fri) at 11:35:49 -0300 (-0300), Friedrich Locke wrote: :Hi folks, : :does anybody here run OBSD with a file system bigger than 10TB ? :How much time boot takes to bring the system up (i mean fsck) ? :Are you using ffs2 ? With softdep ? : :Thanks. I created a 24T disk with ff2. I

file systems

2017-05-26 Thread Friedrich Locke
Hi folks, does anybody here run OBSD with a file system bigger than 10TB ? How much time boot takes to bring the system up (i mean fsck) ? Are you using ffs2 ? With softdep ? Thanks.

Re: Limits on OBSD amd64

2017-05-26 Thread Stuart Henderson
On 2017-05-26, Friedrich Locke wrote: > Hi folks, > > i wonder what is the maximum file system size OBSD supports using different > file systems like FFS afaik, this is 1TB > FFS2 "as much as you have RAM to fsck"... > and ZFS ? 0 bytes.

Autoinstall ... too "auto"?

2017-05-26 Thread Erling Westenvik
Autoinstall(8) and its ability to automate the trivial but time consuming task of typing info like keyboard layout and network setup - not to mention encrypted passwords and ssh keys! - by supplying the information in a response file, is great. Add the ability to supply a template for disklabel

Re: smtpd doesn't start

2017-05-26 Thread Ted Unangst
Choose a display name wrote: > >As always, you can post your smtpd.config, dmesg and any errors > >you're receiving. "it doesn't work" and "i have a problem" won't > >get you much help on this list. > > I get no error, smtpd just hangs if network is up. > It looks like this: > > # smtpctl show

Re: smtpd doesn't start

2017-05-26 Thread Choose a display name
>As always, you can post your smtpd.config, dmesg and any errors >you're receiving. "it doesn't work" and "i have a problem" won't >get you much help on this list. I get no error, smtpd just hangs if network is up. It looks like this: # smtpctl show stats smtpctl: smtpd doesn't seem to be

ipsec.conf

2017-05-26 Thread Hrvoje Popovski
Hi all, i having ipsec.conf like this: ike esp from 10.200.136.0/21 to any \ local 10.64.135.246 peer 10.4.57.68 \ main auth hmac-sha1 enc aes group modp1024 \ quick auth hmac-sha1 enc aes group modp1024 \ psk b9278b3051cd17674305833971c22b11514eac51 and with

Banana Pi R1 - working dwge(4)

2017-05-26 Thread Peter J. Philipp
Hi, With the help of Francisco Gaitan, who set up a remote console to the Banana Pi R1 I donated to him last year, I have put together the driver for this device. It is based on Paul Irofti's brswphy(4) in part and on Wolfgang Solfrank's bswphy.c driver. I just put these drivers together and

Limits on OBSD amd64

2017-05-26 Thread Friedrich Locke
Hi folks, i wonder what is the maximum file system size OBSD supports using different file systems like FFS, FFS2 and ZFS ? May you clarify it to me ? Thanks a lot for your time and cooperation. Best regards.

Re: bioctl crypto size limitation ?

2017-05-26 Thread Ted Unangst
myml...@gmx.com wrote: > Steps to recreate: > > dd if=/dev/random of=/dev/rsd0c bs=1m (took over a week) > > fdisk -iy -g sd0 (I left off the "-b 960" because this is not a > bootable partiton) > > disklabel -E sd0 > > Label editor (enter '?' for help at any prompt) > > a a > offset: [64]

unit test for openiked

2017-05-26 Thread Agoston Toth
Hello! Could you please help me out if you have any unit or function test suites for openiked?I could not find it in CVS. Regards, Agoston

Re: Happy birthday Theo!

2017-05-26 Thread Gilles Chehade
On Thu, May 25, 2017 at 04:20:37PM -0700, sharon s. wrote: > At some point.. birthdays stop being happy. only speaking from > experience.. :) > that reads like an early stage of depression ? you may want to M-x doctor ;-) -- Gilles Chehade https://www.poolp.org

Re: bioctl crypto size limitation ?

2017-05-26 Thread Florian Ermisch
Just make slice sd0a smaller than 100% of the RAID array. Regards, Florian Am 25. Mai 2017 19:03:59 MESZ schrieb myml...@gmx.com: >I'm wondering if there is a limit to the size of a disk for full disk >encryption. > >I'm trying to encrypt a 32Tb raid 6 drive on a lsi 9265-8i with 8 x 6Tb >