Re: Automatic console locking at system suspend

2014-05-08 Thread Abel Abraham Camarillo Ojeda
You could use tmux, run $ sleep 5; zzz; then detach from tmux and ^D to logout before system suspends. On Wed, May 7, 2014 at 8:44 PM, Alessandro DE LAURENZIS just22@gmail.com wrote: Hi Tristan, No, I'm trying to lock the wscons, not an X session... Cheers On 7 May 2014 22:42:35

Ssh key stopped working

2014-05-08 Thread Eivind Evensen
Hello. After upgrading an i386 I can no longer login via ssh using the key I normally use. The server says in authlog: May 8 08:44:13 rev sshd[18843]: error: buffer_get_bignum2_ret: bignum is too large [preauth] May 8 08:44:13 rev sshd[18843]: error: key_from_blob: can't read rsa key

Unable to set the server to download the sets with autoinstall

2014-05-08 Thread Xavier Claude
Hello, I'm trying to use autoinstall with OpenBSD 5.5 but the Server line in the configuration file is not read set according to the install.conf and instead is used for the ntp server. Here is my install.conf file: System hostname = testbsd Password for root =

Re: Unable to set the server to download the sets with autoinstall

2014-05-08 Thread Kenneth Westerback
On 8 May 2014 05:33, Xavier Claude cont...@xavierclaude.be wrote: Hello, I'm trying to use autoinstall with OpenBSD 5.5 but the Server line in the configuration file is not read set according to the install.conf and instead is used for the ntp server. Here is my install.conf file: System

Re: Ssh key stopped working

2014-05-08 Thread Ted Unangst
On Thu, May 08, 2014 at 08:57, Eivind Evensen wrote: Hello. After upgrading an i386 I can no longer login via ssh using the key I normally use. The server says in authlog: May 8 08:44:13 rev sshd[18843]: error: buffer_get_bignum2_ret: bignum is too large [preauth] May 8 08:44:13 rev

Improve zenitys loading time when not in gnome

2014-05-08 Thread Nils R
Hi misc@, i face a problem with zenity (from ports). I use it to read a string via a nice graphical popup (in my case, the url to a youtube video, which then gets opened in fullscreen mplayer). Gnome is installed on my machine, although i don't use it very often. Anyway, zenity has a few

iked connecting with sophos (pluto)

2014-05-08 Thread Martijn van Duren
Hello misc, I'm currently trying to set up an ipsec connection from my laptop to the vpn at my work. I'm new to ipsec, so my apologies if I missed something obvious. When setting up the connection I do see my requests go to the server, but I never get a reply. My colleagues use an ipsec

Re: upgrade 5.4 - 5.5 -- openldap bdb database

2014-05-08 Thread LEVAI Daniel
On sze, máj 07, 2014 at 13:06:07 -0700, Philip Guenther wrote: On Fri, May 2, 2014 at 1:27 AM, LEVAI Daniel l...@ecentrum.hu wrote: I've recently upgraded one of my systems to 55 from 54 (btw, for me, the most painful upgrade since ~3.9; I don't know what happened but everything was

Re: Improve zenitys loading time when not in gnome

2014-05-08 Thread David Coppa
On Thu, May 8, 2014 at 2:46 PM, Nils R m...@hxgn.net wrote: Hi misc@, i face a problem with zenity (from ports). I use it to read a string via a nice graphical popup (in my case, the url to a youtube video, which then gets opened in fullscreen mplayer). Gnome is installed on my machine,

Re: Unable to set the server to download the sets with autoinstall

2014-05-08 Thread Xavier Claude
Le 2014-05-08 13:03, Kenneth Westerback a écrit : On 8 May 2014 05:33, Xavier Claude cont...@xavierclaude.be wrote: Hello, I'm trying to use autoinstall with OpenBSD 5.5 but the Server line in the configuration file is not read set according to the install.conf and instead is used for the

Re: Improve zenitys loading time when not in gnome

2014-05-08 Thread Nils R
David Coppa schrieb am 08.05.2014 15:26: On Thu, May 8, 2014 at 2:46 PM, Nils R m...@hxgn.net wrote: Hi misc@, i face a problem with zenity (from ports). I use it to read a string via a nice graphical popup (in my case, the url to a youtube video, which then gets opened in fullscreen

Re: Improve zenitys loading time when not in gnome

2014-05-08 Thread Benjamin Baier
Try xclip. It saves a paste if you have your URL already in the clipboard. URL=$(xclip -o) if [ x$URL = x ]; then echo You must enter a url. exit 1 fi ... On 05/08/14 15:37, Nils R wrote: David Coppa schrieb am 08.05.2014 15:26: On Thu, May 8, 2014 at 2:46 PM, Nils R m...@hxgn.net

Default interface choice for automatic install

2014-05-08 Thread Xavier Claude
Hello again, I have another issue with autoinstall, the man page says[1] that when the machine is booted via netboot, the interface chosen is the one used for the netboot. It works well for a virtual machine, even with multiple interfaces. But on a physical machine with 2 Broadcom interfaces,

Re: Improve zenitys loading time when not in gnome

2014-05-08 Thread Antoine Jacoutot
On Thu, May 08, 2014 at 02:46:02PM +0200, Nils R wrote: Hi misc@, i face a problem with zenity (from ports). I use it to read a string via a nice graphical popup (in my case, the url to a youtube video, which then gets opened in fullscreen mplayer). Gnome is installed on my machine,

Re: Improve zenitys loading time when not in gnome

2014-05-08 Thread Nils R
Benjamin Baier schrieb am 08.05.2014 16:07: Try xclip. It saves a paste if you have your URL already in the clipboard. URL=$(xclip -o) if [ x$URL = x ]; then echo You must enter a url. exit 1 fi ... Great, that is exactly what i need! Works instantly, and reduces the amount

Re: Default interface choice for automatic install

2014-05-08 Thread Xavier Claude
Le 2014-05-08 17:03, Kenneth Westerback a écrit : On 8 May 2014 10:11, Xavier Claude cont...@xavierclaude.be wrote: Hello again, I have another issue with autoinstall, the man page says[1] that when the machine is booted via netboot, the interface chosen is the one used for the

Re: Default interface choice for automatic install

2014-05-08 Thread Theo de Raadt
Which Broadcom interface is doing the netbooting? What architecture are you using? Stuff like that. The Broadcom interface used for netboot is named bnx1. The architecture is i386. The physical machine is a Dell Poweredge 1950. I don't see any other useful information but tell me if

PATH env

2014-05-08 Thread sven falempin
Hello, After setup the 5.5 release i realize the PATH look /usr/bin before /usr/local/bin Is this the expected behavior, shouldn't local program replace default binaries ? Best regards. --

Re: PATH env

2014-05-08 Thread sven falempin
On Thu, May 8, 2014 at 12:21 PM, sven falempin sven.falem...@gmail.com wrote: Hello, After setup the 5.5 release i realize the PATH look /usr/bin before /usr/local/bin Is this the expected behavior, shouldn't local program replace default binaries ? Best regards. This is on openbsd 5.5

Re: Updating sets

2014-05-08 Thread Marc Espie
There is no actual magic(*). Most of everything you have access is built using documented procedures. - building base and xenocara follows release(8) - package sets are built using dpb(1) in most cases. * Sometimes, the snaps may contain supplementary patches that have not yet been committed.

Re: PATH env

2014-05-08 Thread Alessandro DE LAURENZIS
On Thu 08/05, sven falempin wrote: Hello, After setup the 5.5 release i realize the PATH look /usr/bin before /usr/local/bin Is this the expected behavior, shouldn't local program replace default binaries ? This is a common set in the BSD world (see, for example, my post on FreeBSD

Re: PATH env

2014-05-08 Thread Jan Stary
On May 08 12:21:14, sven.falem...@gmail.com wrote: After setup the 5.5 release i realize the PATH look /usr/bin before /usr/local/bin This is what /etc/skel/.profile says on my install PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.

Re: PATH env

2014-05-08 Thread sven falempin
On Thu, May 8, 2014 at 5:27 PM, Jan Stary h...@stare.cz wrote: On May 08 12:21:14, sven.falem...@gmail.com wrote: After setup the 5.5 release i realize the PATH look /usr/bin before /usr/local/bin This is what /etc/skel/.profile says on my install

panic: softdep_deallocate_dependencies

2014-05-08 Thread STeve Andre'
Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree several times during this time, and have not seen other problems besides the known acpi heat problem. I have both firefox and chrome running but I'm getting the feeling that things get

Question regarding hearbleed patch (002) for OpenBSD 5.5...

2014-05-08 Thread Andrew Lester
Hi All, I am relatively new to BSD, and by extension, OpenBSD. I am using it on a small Atom-based server to act as a router, firewall and DNS server. In the future, I may use it for web hosting as well. I bought the three disc set to acquire the source code, and then I applied the patch to

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread Philip Guenther
On Thu, May 8, 2014 at 2:59 PM, STeve Andre' and...@msu.edu wrote: Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree several times during this time, and have not seen other problems besides the known acpi heat problem. Uh, what was

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread Philip Guenther
On Thu, May 8, 2014 at 8:14 PM, STeve Andre' and...@msu.edu wrote: On 05/08/14 22:43, Philip Guenther wrote: On Thu, May 8, 2014 at 2:59 PM, STeve Andre' and...@msu.edu wrote: Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread Bob Beck
I'll be taking a peek based on what I see in his traceback. Travelling at the moment. On 9 May 2014 06:44, Philip Guenther guent...@gmail.com wrote: On Thu, May 8, 2014 at 8:14 PM, STeve Andre' and...@msu.edu wrote: On 05/08/14 22:43, Philip Guenther wrote: On Thu, May 8, 2014 at 2:59

Re: Question regarding hearbleed patch (002) for OpenBSD 5.5...

2014-05-08 Thread bodie
On 09.05.2014 03:26, Andrew Lester wrote: Hi All, I am relatively new to BSD, and by extension, OpenBSD. I am using it on a small Atom-based server to act as a router, firewall and DNS server. In the future, I may use it for web hosting as well. I bought the three disc set to acquire the

Re: Question regarding hearbleed patch (002) for OpenBSD 5.5...

2014-05-08 Thread staticsafe
On 5/8/2014 21:26, Andrew Lester wrote: How would I determine whether or not any of these include binaries that are statically linked with libssl? Any help is much appreciated! Best regards, Andrew man ldd http://www.openbsd.org/cgi-bin/man.cgi?query=lddsektion=1 -- staticsafe

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread Ted Unangst
On Thu, May 08, 2014 at 17:59, STeve Andre' wrote: Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree several times during this time, and have not seen other problems besides the known acpi heat problem. Thanks, I think we've fixed this.

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread bodie
On 08.05.2014 23:59, STeve Andre' wrote: Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree several times during this time, and have not seen other problems besides the known acpi heat problem. I have both firefox and chrome running but

Re: Question regarding hearbleed patch (002) for OpenBSD 5.5...

2014-05-08 Thread Ted Unangst
On Thu, May 08, 2014 at 20:26, Andrew Lester wrote: I am relatively new to BSD, and by extension, OpenBSD. I am using it on a small Atom-based server to act as a router, firewall and DNS server. In the future, I may use it for web hosting as well. I bought the three disc set to acquire the

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread STeve Andre'
On 05/08/14 22:43, Philip Guenther wrote: On Thu, May 8, 2014 at 2:59 PM, STeve Andre' and...@msu.edu wrote: Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree several times during this time, and have not seen other problems besides the

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread STeve Andre'
On 05/08/14 23:41, Philip Guenther wrote: On Thu, May 8, 2014 at 8:14 PM, STeve Andre' and...@msu.edu wrote: On 05/08/14 22:43, Philip Guenther wrote: On Thu, May 8, 2014 at 2:59 PM, STeve Andre' and...@msu.edu wrote: Twice now in three or so weeks, I've gotten a panic on my

Re: panic: softdep_deallocate_dependencies

2014-05-08 Thread STeve Andre'
On 05/09/14 00:05, Ted Unangst wrote: On Thu, May 08, 2014 at 17:59, STeve Andre' wrote: Twice now in three or so weeks, I've gotten a panic on my -current_amd64 W500 laptop. I've updated my tree several times during this time, and have not seen other problems besides the known acpi heat

Re: Question regarding hearbleed patch (002) for OpenBSD 5.5...

2014-05-08 Thread J Sisson
On Thu, May 8, 2014 at 9:03 PM, staticsafe m...@staticsafe.ca wrote: man ldd http://www.openbsd.org/cgi-bin/man.cgi?query=lddsektion=1 ldd won't help with statically linked binaries. # gcc -o dynamic_test test.c # ldd dynamic_test dynamic_test: StartEnd Type Open Ref GrpRef

Re: Question regarding hearbleed patch (002) for OpenBSD 5.5...

2014-05-08 Thread Theo de Raadt
On Thu, May 8, 2014 at 9:03 PM, staticsafe m...@staticsafe.ca wrote: man ldd http://www.openbsd.org/cgi-bin/man.cgi?query=lddsektion=1 ldd won't help with statically linked binaries. # gcc -o dynamic_test test.c # ldd dynamic_test dynamic_test: StartEnd Type Open Ref