sa_state problem on ikev2

2014-11-30 Thread René Ammerlaan
Hey all, I’m trying to run a road warrior setup on OpenBSD 5.6-current with an IOS8 device, but I’m running into problems. For simplicity I’ve created the vpn server on my local network without a firewall. But somehow the sa_state doesn’t get passed to 0x1f. So basically it’s missing ‘cert’ in

Re: ffs and utf8

2014-11-30 Thread Dmitrij D. Czarkoff
Joel Rees said: That said, the standard provides just enough facilities to make filesystem-related aspects of Unicode work nicely, particularily in case of utf-8. Eg. ability to enforce NFD for all operations on file names could actually make several things more secure by preventing homograph

Re: ffs and utf8

2014-11-30 Thread Dmitrij D. Czarkoff
Thomas Bohl said: # ls | cat Will display the characters right. Not entirely sure why though. From ls(1) manual: | -q Force printing of non-graphic characters in file names as the | character `?'; this is the default when output is to a terminal. -- Dmitrij D. Czarkoff

Relayd, how to relay-to based on path

2014-11-30 Thread Harald Klimach
Hello, I am trying to substitute a nginx proxy by relayd and would like to forward connections to different backends, based on the path in the request. In the Paper Recent work in OpenBSD relayd from 2013 there is an example with: match request path /images relay-to 10.1.1.1 Basically I need that

INVALID ROOT NODE

2014-11-30 Thread Max Power
Hi guys, I have a CRYPTO - RAID 1 softraid device /dev/sd4a [3TB OpenBSD 5.6/amd64] on which I have about 1,400,000 files and I've never had problems reading or writing. If, however, launch the tree command, eg. tree c *, returns me: tree: invalid root node: name_of_file. I tried to run a fsck

Re: sensorsd, upd, and state changes

2014-11-30 Thread Marcus MERIGHI
hig...@gmail.com (David Higgs), 2014.11.28 (Fri) 15:43 (CET): On Fri, Nov 28, 2014 at 2:45 AM, Marcus MERIGHI mcmer-open...@tor.at wrote: What I have now: $ getcap -a -f /etc/sensorsd.conf hw.sensors.upd0.indicator0:low=1:high=2:command=/etc/sensorsd/upd.sh \ %l %n %s %x %t %2 %3 %4

Re: CUPS printer problems - #!/bin/bash

2014-11-30 Thread bodie
On 29.11.2014 22:18, Duncan Patton a Campbell wrote: On Sat, 29 Nov 2014 00:57:18 +0100 Antoine Jacoutot ajacou...@bsdfrog.org wrote: Not that I can find, but what you're saying here is what I'm seeing: bash _was_ on the system for a short time a while back when it was needed to get

awk vs. mawk - printing zero bytes

2014-11-30 Thread Jan Stary
Here is a simple sine wave generator in awk. It produces 1 second of a 1000 Hz sine wave scaled to an amplitude of 24 bits, at 44100Hz. The individual 24bit samples are printed out as three bytes, from lowest to highest. $ cat sin.awk BEGIN { tone = 1000; duration = 1;

Re: ffs and utf8

2014-11-30 Thread Joel Rees
On Sun, Nov 30, 2014 at 6:31 PM, Dmitrij D. Czarkoff czark...@gmail.com wrote: Joel Rees said: That said, the standard provides just enough facilities to make filesystem-related aspects of Unicode work nicely, particularily in case of utf-8. Eg. ability to enforce NFD for all operations on

Re: CUPS printer problems - #!/bin/bash

2014-11-30 Thread Antoine Jacoutot
Sorry for interrupting..isn't it this? We are explicitely patching so that it is *not* it... -- Antoine

Re: ffs and utf8

2014-11-30 Thread Christian Weisgerber
On 2014-11-29, Ingo Schwarze schwa...@usta.de wrote: But Unicode must never be allowed near anything that might get executed as program code, including scripts in interpreted languages, including, but not limited to, the shell. In particular, that means trying to handle Unicode in filenames

Re: sensorsd, upd, and state changes

2014-11-30 Thread Marcus MERIGHI
for the impatient, here are my questions: - Although I use the same (undocumented, undeadly.org) trick of low=1:high=2 for indicators everywhere, this can result in On is below On, and Off is below On - Although I use low=1:high=2, I get On for %3 (low limit) as well as for %4 (high limit)

Re: OT:Password strength

2014-11-30 Thread Ted Unangst
On Sat, Nov 29, 2014 at 22:07, Eric Furman wrote: OFF TOPIC. This has nothing to do with OpenBSD, but a lot of guys here know about this stuff. I've done some reading, but still not sure. OK, at the risk of looking stupid,which of these passwords is better; kMH65?3 or

Re: OT:Password strength

2014-11-30 Thread Miod Vallat
Examples: treetykaveprethicooputhedu soonataviceenoopatecoge gootrozapiceelytrithunula preezypeendothanundipeesooka These stand no chance against a finnish attacker! Miod

Re: OT:Password strength

2014-11-30 Thread thornton . richard
Where do you store these passwords? On a napkin?   Original Message   From: Ted Unangst Sent: Sunday, November 30, 2014 3:21 PM To: Eric Furman Cc: OpenBSD Misc Subject: Re: OT:Password strength On Sat, Nov 29, 2014 at 22:07, Eric Furman wrote: OFF TOPIC. This has nothing to do with OpenBSD,

Mouse pointer moving unintentionally.

2014-11-30 Thread Christian Schulte
Hello, after upgrading to 5.6, I am experiencing a mouse pointer weirdness. The X window manager (windowmaker) stops responding to window related button presses. Switching to the console and back to X (CTRL-F1 followed by CTRL-F5), the window manager starts working again, but the moise pointer

Re: OT:Password strength

2014-11-30 Thread Ted Unangst
On Sun, Nov 30, 2014 at 15:37, thornton.rich...@gmail.com wrote: Where do you store these passwords? On a napkin? Wherever you like. A shorter password with all the o's turned into 0's is hardly more secure.

Re: OT:Password strength

2014-11-30 Thread thornton . richard
I get why network admins and CIO types live and breath security and hardened passwords, but the average user has gone mad. I like leading alpha characters in combination with an old phone number, with a few non-alpha‎ characters, leading and trailing. Thus a password that I can remember, but

Re: OT:Password strength

2014-11-30 Thread Eric Furman
On Sun, Nov 30, 2014, at 05:02 PM, thornton.rich...@gmail.com wrote: I get why network admins and CIO types live and breath security and hardened passwords, but the average user has gone mad. I like leading alpha characters in combination with an old phone number, with a few non-alpha‎

Re: OT:Password strength

2014-11-30 Thread Eric Furman
On Sun, Nov 30, 2014, at 03:20 PM, Ted Unangst wrote: On Sat, Nov 29, 2014 at 22:07, Eric Furman wrote: OFF TOPIC. This has nothing to do with OpenBSD, but a lot of guys here know about this stuff. I've done some reading, but still not sure. OK, at the risk of looking stupid,which of

Re: OT:Password strength

2014-11-30 Thread Eric Furman
On Sun, Nov 30, 2014, at 12:48 AM, Nick Holland wrote: On 11/29/14 22:06, Eric Furman wrote: OFF TOPIC. This has nothing to do with OpenBSD, but a lot of guys here know about this stuff. I've done some reading, but still not sure. OK, at the risk of looking stupid,which of these passwords

Re: OT:Password strength

2014-11-30 Thread davidson
On Sun, November 30, 2014 8:09 pm, Eric Furman wrote: On Sun, Nov 30, 2014, at 12:48 AM, Nick Holland wrote: lots snipped Then there is the system where it is stored. If you are working on a stock Solaris 9 or AIX system with the default settings, only the first eight chars are used, so the

Re: OT:Password strength

2014-11-30 Thread Dennis Davis
On Sun, 30 Nov 2014, Miod Vallat wrote: From: Miod Vallat m...@online.fr To: Ted Unangst t...@tedunangst.com Cc: Eric Furman ericfur...@fastmail.net, OpenBSD Misc misc@openbsd.org Date: Sun, 30 Nov 2014 20:34:01 Subject: Re: OT:Password strength Examples: treetykaveprethicooputhedu

Re: OT:Password strength

2014-11-30 Thread Darren Spruell
On Sun, Nov 30, 2014 at 7:00 PM, david...@ling.ohio-state.edu wrote: On Sun, November 30, 2014 8:09 pm, Eric Furman wrote: On Sun, Nov 30, 2014, at 12:48 AM, Nick Holland wrote: lots snipped Then there is the system where it is stored. If you are working on a stock Solaris 9 or AIX