Re: [OpenBGPd = Cisco] error in OPEN message, unknown subcode 8

2013-12-05 Thread Alexander Hall
Janne Johansson icepic...@gmail.com wrote: 2013/12/3 Laurent CARON lca...@unix-scripts.info ** Note for future readers, don't copy and paste this config snippet as it does *NOT* work as you would expect it. ** $PEERv6=dead:beef::1 $MEv6=dead:beef::2 Think of the vegans... Don't get me

Re: ssh and relayd

2013-12-05 Thread Liviu Daia
On 4 December 2013, Predrag Punosevac punoseva...@gmail.com wrote: Hi Misc, This is trivial question but I am having a hard time wrapping my head around the possible use of relayd for ssh traffic redirecting. Namely I have a situation where I have multiple hosts behind firewall which I would

Re: uvm_wait_pla() infinite loop

2013-12-05 Thread Peter J. Philipp
I wish I had a dmesg for you but I didn't save one offline from this vps. I can tell you this much. It's virtualbox'ed, has 2 cpu's and since yesterday has some memory intensive application that may cause some things to be moved to swap. I'm gonna have to see to reduce the memory on that I

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Zé Loff
On Thu, Dec 05, 2013 at 08:20:07AM +0100, obsd, cgi wrote: So I know the rule.. only remember a few very very long passwords (ex.: based on several words and a few special chars), and keep the rest of the passwords in a password manager (those aren't remembered and extreme long). But this

Re: Problem enabling quotas

2013-12-05 Thread Cyrus
On 05/12/13 16:02, Philip Guenther wrote: On Wed, Dec 4, 2013 at 8:42 PM, Cyrus cyrus_the_gr...@riseup.net wrote: I have followed the directions of the manual, but quotas still don't seem to be enabled. # cat /etc/fstab 784d82c953376542.b none swap sw 784d82c953376542.a / ffs

Fan control on x201

2013-12-05 Thread Daniel Collaziol
Hi all, so, I installed the OpenBSD 5.4 in my laptop (hardware/configs dumps below) a few weeks ago and everything is running smoothly, with one exception: the fan is quite noisy. I tried already setting the hw.setperf to 0 by using the apmd(8) options -C, -A and -L, which indeed set this config

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread InterNetX - Robert Garrett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 use sticky notes.. preferably on your monitor On 12/05/2013 08:20 AM, obsd, cgi wrote: So I know the rule.. only remember a few very very long passwords (ex.: based on several words and a few special chars), and keep the rest of the passwords in a

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread unix_lists
On Thu, Dec 5, 2013, at 05:50 AM, InterNetX - Robert Garrett wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 use sticky notes.. preferably on your monitor snip hahahaha -- Regards, 21

Re: Fan control on x201

2013-12-05 Thread Stefan Sperling
On Thu, Dec 05, 2013 at 12:36:44PM +0100, Daniel Collaziol wrote: Hi all, so, I installed the OpenBSD 5.4 in my laptop (hardware/configs dumps below) a few weeks ago and everything is running smoothly, with one exception: the fan is quite noisy. I tried already setting the hw.setperf to 0

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Craig R. Skinner
On 2013-12-05 Thu 12:50 PM |, InterNetX - Robert Garrett wrote: use sticky notes.. preferably on your monitor Just use the word 'incorrect' everywhere. Whenever a mistake is entered, the system will say: Your password is incorrect. Done, -- Craig Skinner | http://twitter.com/Craig_Skinner

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Rodrigo Mosconi
2013/12/5 InterNetX - Robert Garrett robert.garr...@internetx.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 use sticky notes.. preferably on your monitor JMO And sticky the wallet, with the credit card and bank passwords. /JMO On 12/05/2013 08:20 AM, obsd, cgi wrote: So I know

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Stefan Sperling
On Thu, Dec 05, 2013 at 10:09:07AM +, Zé Loff wrote: Not sure how advisable this is, but I'm using a gpg encrypted file, which I keep somewhere hidden (just because). Just put them in file foo and do 'gpg -e foo' (assuming you've already setup gpg). When you need to look something up just

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Roberto E. Vargas Caballero
function getpass { gpg --decrypt $HOME/pw.gpg | grep ^$1 | awk '{print $2}' \ | tr -d '\n' | xclip -i } The plaintext of pw.gpg has lines like this: key password I have something similar, but instead of having all the password in a single file, I have only file

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Fred
On 12/05/13 07:20, obsd, cgi wrote: So I know the rule.. only remember a few very very long passwords (ex.: based on several words and a few special chars), and keep the rest of the passwords in a password manager (those aren't remembered and extreme long). But this gets me to 2 questions: -

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Fred
On 12/05/13 07:20, obsd, cgi wrote: So I know the rule.. only remember a few very very long passwords (ex.: based on several words and a few special chars), and keep the rest of the passwords in a password manager (those aren't remembered and extreme long). But this gets me to 2 questions: -

Re: ipsec or iked to deploy under openbsd carp fws

2013-12-05 Thread Anders Berggren
Searching in google and reading some docs, I have several doubts about which one to choose. If I am not wrong, iked doesn't supports sasyncd, is it correct?? I am *much* happier with my use of isakmpd since I got rid of sasyncd and just rely on dead peer detection (DPD), I use ifstated to

Re: ipsec or iked to deploy under openbsd carp fws

2013-12-05 Thread Janne Johansson
2013/12/5 Anders Berggren and...@halon.se Interesting. I've got sasyncd to work pretty well by introducing a rather long sleep before restoring the carp demote, with my main problem being the fallback/restore to the designated master after a short period of the backup being active (the

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Christian Weisgerber
Zé Loff zel...@zeloff.org wrote: Not sure how advisable this is, but I'm using a gpg encrypted file, which I keep somewhere hidden (just because). Just put them in file foo and do 'gpg -e foo' (assuming you've already setup gpg). When you need to look something up just do 'gpg -d foo' and the

WAY OT Was: Potential scripting engine to integrate into mg?

2013-12-05 Thread Diana Eichert
On Wed, 4 Dec 2013, bsdclubho...@gmail.com wrote: On Mon, Dec 02, 2013 at 08:58:56PM -, Edward L. wrote: So why don't we have python in the base? Perl is in there. Just curious, not that I'm requesting. :-) Thanks. Absolutely. We also need Ruby, Lua, Scheme, Haskell, Cython and Java.

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Ted Unangst
On Thu, Dec 05, 2013 at 10:09, Zé Loff wrote: Not sure how advisable this is, but I'm using a gpg encrypted file, which I keep somewhere hidden (just because). Just put them in file foo and do 'gpg -e foo' (assuming you've already setup gpg). When you need to look something up just do 'gpg -d

Re: BGP changes to support CARP better

2013-12-05 Thread Andy
Hi, Does anyone have an idea how I can get this nexthop qualify to work? from the man page it says; nexthop qualify via (bgp|default) If set to bgp, bgpd(8) may use BGP routes to verify nexthops. If set to default, bgpd may use the default route to verify

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Martin Brandenburg
obsd, cgi obsd...@postafiok.hu wrote: So I know the rule.. only remember a few very very long passwords (ex.: based on several words and a few special chars), and keep the rest of the passwords in a password manager (those aren't remembered and extreme long). But this gets me to 2

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Andres Perera
On Thu, Dec 5, 2013 at 8:57 AM, Christian Weisgerber na...@mips.inka.de wrote: Zé Loff zel...@zeloff.org wrote: Not sure how advisable this is, but I'm using a gpg encrypted file, which I keep somewhere hidden (just because). Just put them in file foo and do 'gpg -e foo' (assuming you've

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Andres Perera
but then if the shell implementation uses tmpfiles for heredoc, and doesn't do the equivalent of rm -P, you have another leak you thought was taken care of conclusion: shell is not good for this even if it keeps heredocs in memory you have no idea if it zeros it out afterwards On Thu, Dec 5,

Re: uvm_wait_pla() infinite loop

2013-12-05 Thread Philip Guenther
On Wed, Dec 4, 2013 at 11:44 PM, Peter J. Philipp p...@centroid.eu wrote: My brand new sparkling OpenBSD VPS is currently in crisis. Unfortunately there is no reset function to it and I forgot to set the break to ddb function. The vps admin staff is probably already asleep so I'll have to

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Andres Perera
On Fri, Dec 6, 2013 at 1:58 AM, Jan Stary h...@stare.cz wrote: On Dec 05 19:09:05, andre...@zoho.com wrote: but then if the shell implementation uses tmpfiles for heredoc, does it? ksh does: ~ $ :! $(sleep 100) ! [1] 469 ~ $ ls /tmp/sh* /tmp/shsWf2OXAO src/bin/ksh/exec.c r1.50:

Re: uvm_wait_pla() infinite loop

2013-12-05 Thread Philip Guenther
On Thu, Dec 5, 2013 at 7:32 PM, I wrote: It's a bug. The situation should be permitted to get into that state but obviously it has gotten then. Hmm, I'd like to blame the incoherency of that on autocorrect and mental shorthands, but I don't think that's legit. The kernel should *not* let the