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

2014-05-09 Thread Lucius Rizzo
* J Sisson sisso...@gmail.com [2014-05-08 22:51]: 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

Re: Improve zenitys loading time when not in gnome

2014-05-09 Thread David Coppa
On Thu, May 8, 2014 at 4:48 PM, Nils R m...@hxgn.net wrote: 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

Re: Improve zenitys loading time when not in gnome

2014-05-09 Thread Nils R
David Coppa schrieb am 09.05.2014 10:59: On Thu, May 8, 2014 at 4:48 PM, Nils R m...@hxgn.net wrote: 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.

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

2014-05-09 Thread Kent Fritz
I found a few hidden statically linked instances of OpenSSL (on other platforms) using strings. e.g.: strings /usr/bin/ftp | grep OpenSSL

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

2014-05-09 Thread staticsafe
On 5/9/2014 01:51, J Sisson wrote: 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:

Weird problem with X on Dell inspiron core i3 and 5.5 release

2014-05-09 Thread noah pugsley
Hi misc@, Had a weird issue on a new install, dmesg below. Installed 5.5/amd64, everything works, zzz works perfectly btw, thanks! When I started X for the first time (well, first dozen times) the screen would turn off, not come up black, but off. I power cycled it a few times, didn't see any

root.mail - a minor correction

2014-05-09 Thread David Vasek
Hello. Be consistent in what terms are used. Regards, David Index: etc/root/root.mail === RCS file: /cvs/src/etc/root/root.mail,v retrieving revision 1.101 diff -u -p -u -r1.101 root.mail --- etc/root/root.mail 26 Feb 2014

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

2014-05-09 Thread martinblank64
Thank you all for the information. One more quick question. Can somebody post the snippet of source code from the FTP program which is statically linked with libssl? I don't actually know what it looks like and would like to be able to identify it in the future and search for them. Many

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

2014-05-09 Thread Артур Истомин
On Thu, May 08, 2014 at 11:53:19PM -0600, Theo de Raadt wrote: 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 #

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

2014-05-09 Thread Ingo Schwarze
Hi, martinblan...@gmail.com wrote on Sat, May 10, 2014 at 01:17:39AM +: One more quick question. Can somebody post the snippet of source code from the FTP program which is statically linked with libssl? I don't actually know what it looks like and would like to be able to identify it in

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

2014-05-09 Thread Ingo Schwarze
What is the purpose static linking ftp(1) ? Imagine your system is really badly broken, for example ld.so or libc.so got deleted or broken. Then you can still use the statically linked tools in /bin and /sbin for repairs. But what if you need to fetch more tools or replacement parts over the