Re: do not understand how to upgrade to-CURRENT

2011-10-22 Thread Andres Perera
nisiquiera en espanol escribes bien 2011/10/22 Zantgo zan...@gmail.com: No entiendo como actualizar a -current, que manual tengo que seguir: http://www.openbsd.org/faq/faq5.html (es decir seguir exactamente lo que eice ahi y una vez haya constroido el sistema desde la fuente, ya estare

Re: dhclient, resolv.conf

2011-10-23 Thread Andres Perera
the dhclient in base, and possibly the isc one, interprets options set to the empty string as unset On Sun, Oct 23, 2011 at 1:38 PM, sc...@web.de wrote: Jurjen Oskam jur...@osk.am wrote: supersede domain-name-servers 192.168.1.1; supersede domain-name ; My dhclient completely ignores B

Re: OpenBSD and shebang line to a script not supported?

2011-10-31 Thread Andres Perera
how does linux handle that without going into infinite loops? On Mon, Oct 31, 2011 at 6:55 PM, Mikolaj Kucharski miko...@kucharski.name wrote: Hi, Attached archive has small testing scripts to be extracted in /tmp. There are 2 tests (exec1 and exec2) with 2 scripts each (4 scripts total):

Re: bash script problem

2011-11-11 Thread Andres Perera
On Fri, Nov 11, 2011 at 9:10 AM, John Tate j...@johntate.org wrote: I put a comment in before the line with a problem, I don't understand why it's not working. bash# for x in 1 2 3 4; do time dd if=/dev/random of=/home/test$x bs=1k count=64k done \ while [ $V -eq 0 ]; \ do \ #why the hell

Re: systat colors?

2011-11-11 Thread Andres Perera
readelf -d `which systat` ... 0x0001 (NEEDED) Shared library: [libcurses.so.12.1] ... On Fri, Nov 11, 2011 at 8:08 PM, STeve Andre' and...@msu.edu wrote: On 11/11/11 18:58, Stuart Henderson wrote: On 2011-11-10, STeve Andre'and...@msu.edu B wrote: On 11/10/11 16:41,

Re: I want copy pf.conf from FreeBSD 8.2 to OpenBSD 5 and use it

2011-11-13 Thread Andres Perera
On Sun, Nov 13, 2011 at 9:22 AM, David Walker davidianwal...@gmail.com wrote: On 13/11/2011, Mostaf Faridi mostafafar...@gmail.com wrote: Can I optimiz this pf.conf? Thanks in advance I do not open up the truth to one who is not eager to get knowledge, nor help out any one who is not anxious

Re: Giving java apps more memory

2011-11-18 Thread Andres Perera
you can patch the apps to use setrlimit() you can write a small sh wrapper that sets ulimits and execs your app you can also set your defaults in /etc/login.conf or ~/.profile depends on what you want i use gimp and ff so login.conf/.profile is really more sensible than wrapping all the

Re: What is wrong with this pf config

2011-11-21 Thread Andres Perera
On Mon, Nov 21, 2011 at 3:45 AM, John Tate j...@johntate.org wrote: I am having troubles with this pf configuration, it seems when loaded nothing can access my server on the internal interface for the LAN, I cannot see why, and it's pretty much based off the very standard example in the

Re: DNS Google ?

2011-11-22 Thread Andres Perera
On Tue, Nov 22, 2011 at 2:56 PM, Lars Hansson romaby...@gmail.com wrote: On Wed, Nov 23, 2011 at 3:14 AM, patrick keshishian pkesh...@gmail.com wrote: Unless I'm misreading you, what you say doesn't make much sense. It makes perfect sense and is in fact also the recommended way to run BIND.

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Andres Perera
On Thu, Nov 24, 2011 at 6:42 AM, Rod Whitworth glis...@witworx.com wrote: On Thu, 24 Nov 2011 10:09:31 +, Julien Crapovich wrote: Hello. Absolutely, but compiling without INET6 is not supposed to generate error. I've just disabled INET6 on GENERIC file, not other hack. You are the only one

Re: how to find dependencies when building a new kernel

2011-11-29 Thread Andres Perera
On Tue, Nov 29, 2011 at 4:35 AM, T. Valent tmp...@4ss.de wrote: Hi! I'm trying to build a new kernel. However, while compiling I get complaints about undefined references like this: ld -Ttext 0xD0200120 -e start -N --warn-common -S -x -o bsd ${SYSTEM_HEAD} vers.o ${OBJS}

Re: how to find dependencies when building a new kernel

2011-11-29 Thread Andres Perera
reading the npx(4) gives out a really strong clue as to why you shouldn't custom compile until you're familiar with everything: The npx driver is required for proper system functioning regardless of whether or not an NPX is present. so there's no 1:1 mapping between the devices you have and the

Re: Narcicism?

2011-11-30 Thread Andres Perera
http://johntate.org/fact/johntate I now have 7 years of experience in FreeBSD/OpenBSD On Thu, Dec 1, 2011 at 2:58 AM, John Tate j...@johntate.org wrote: I think I've found a bug in the OpenBSD crowd. They bug the hell out of me and my little mistakes. I am not talking about people who

Re: Short adsuck guide (local resolver setup)

2011-12-05 Thread Andres Perera
i don't get why are you setting nameservers in resolv.conf since dhclient will eventually override those? On Mon, Dec 5, 2011 at 8:39 AM, Sime Ramov s...@ramov.com wrote: http://ramov.com/doc/adsuck.html Let me know if you notice anything amiss. -Sime

Re: Short adsuck guide (local resolver setup)

2011-12-05 Thread Andres Perera
afaik, _PATH_RESCONF is harcoded into the resolver functions i guess adsuck ships with its own duplicated routines On Mon, Dec 5, 2011 at 10:12 AM, E ime Ramov s...@ramov.com wrote: i don't get why are you setting nameservers in resolv.conf since dhclient will eventually override those?

Re: RAM seen vs. RAM available HP ML 570 G2

2011-12-06 Thread Andres Perera
On Tue, Dec 6, 2011 at 11:18 PM, Stefan Johnson tigerphoenixdra...@gmail.com wrote: Hello all. B Today I replaced OpenSuSE with OpenBSD 5.0 on my HP ML 570 G2 server. well, you should have searched for openbsd and PAE :) i don't think they're going to bother at this point, but don't take my

Re: OpenBSD PF tables

2011-12-08 Thread Andres Perera
the documentation is pretty clear by saying that tables can only hold addresses, not a random set of numbers On Thu, Dec 8, 2011 at 6:41 AM, John Tate j...@johntate.org wrote: Misc, I have sucessfully got an OpenBSD machine to connect via ADSL and forward packets, I am gradually upgrading my

Re: OpenBSD PF tables

2011-12-08 Thread Andres Perera
define the list of ports as a macro and use pfctl -D not much adding as it is replacing the whole list: $ echo 'pass proto udp from port $pl' | pfctl -nvf- -Dpl='{1 2 3}' pass proto udp from any port = 1 to any pass proto udp from any port = 2 to any pass proto udp from any port = 3 to any On

Re: OpenBSD PF tables

2011-12-08 Thread Andres Perera
ports on a filter from the command line? I guess I just have manually adding and deleting rules. On Thu, Dec 8, 2011 at 10:19 PM, Andres Perera andre...@zoho.com wrote: the documentation is pretty clear by saying that tables can only hold addresses, not a random set of numbers On Thu, Dec 8

Re: What is wrong with this pf config

2011-12-11 Thread Andres Perera
On Sun, Dec 11, 2011 at 3:29 PM, John Tate j...@johntate.org wrote: I am not replying to every thread on the list. You either have me confused with someone else or there is some kind of imposter or person with a similar name. I'm confused I should say. This was something constructive to say

Re: What is wrong with this pf config

2011-12-11 Thread Andres Perera
On Sun, Dec 11, 2011 at 4:29 PM, John Tate j...@johntate.org wrote: On Mon, Dec 12, 2011 at 7:47 AM, Andres Perera andre...@zoho.com wrote: On Sun, Dec 11, 2011 at 3:29 PM, John Tate j...@johntate.org wrote: I am not replying to every thread on the list. You either have me confused

Re: ccd(4) hangs system on two IDE disks concatenation attempt

2011-12-12 Thread Andres Perera
that's interesting raises a couple of questions: is softraid to have functions found in generic volume managers such as zfs and lvm? the answer doesn't really matter because it's a fact that crypto isn't a raid discipline given that, is softraid a poor name for what it offers? On Mon, Dec 12,

Re: Install without the DNS domain name from DHCP

2012-01-11 Thread Andres Perera
On Sun, Jan 1, 2012 at 4:22 PM, bofh goodb...@gmail.com wrote: On Sun, Jan 1, 2012 at 2:47 PM, Josh Jevosh jev...@gmail.com wrote: Hello. I'm installing OpenBSD 5.0. When I configure the networking to DHCP it goes ahead and sets the DNS domain name to something that it got from my ISP. I

Re: use trap command in a script

2012-01-19 Thread Andres Perera
signal(3): Except for the SIGKILL and SIGSTOP signals, the signal() function allows for any signal to be caught, to be ignored, or to generate an interrupt. On Thu, Jan 19, 2012 at 8:17 AM, Wesley M. open...@e-solutions.re wrote: Hi, I want to see a message on console when i send signal like

Re: FR: Make it possible to turn off untrusted users ability to read cmdline arguments of processes they don't own

2012-02-02 Thread Andres Perera
they're not necessarily the arguments see setproctitle(3) and the behaviour of; e.g., sendmail, dhclient, etc On Wed, Feb 1, 2012 at 7:00 PM, Paul Dejean p...@officegps.com wrote: Even though it's bad practice, a lot of commonly programs will request passwords or similar sensitive information

Re: looking for hardware recommendations, x86 or otherwise.

2012-02-02 Thread Andres Perera
On Thu, Feb 2, 2012 at 4:38 PM, Lars nore...@z505.com wrote: Anon wrote: Obviously you don't live in a 3rd world country. I do and nothing is 50 bucks here except the women. Nobody throws anything out except dead cats and PCs cost about 350 USD for a new build based on 3-5 year old NOS parts

Re: pgt firmware ...

2012-02-28 Thread Andres Perera
On Mon, Feb 27, 2012 at 7:52 AM, Janne Johansson icepic...@gmail.com wrote: 2012/2/27 David Walker davidianwal...@gmail.com: Thank you Peter. I still get the same error message (error line wrapped): pkg_add ./pgt-firmware-1.2p2.tgz Bad pkg_db: No such file or directory at [...] Somethings

Re: SSH, root can repeat commands with up arrow, others cannot

2012-03-11 Thread Andres Perera
On Sun, Mar 11, 2012 at 3:32 PM, Tobias Ulmer tobi...@tmux.org wrote: On Sun, Mar 11, 2012 at 02:43:42PM -0500, Chris Bennett wrote: This started for me a while back. Login as root, I can repeat older commands with up down arrows. History command shows history. su -l otheruser Cannot use

Re: vmmap: bad software everywhere

2011-06-06 Thread Andres Perera
i'm sure you could fathom the idea that some people care more about streaming video on their browsers than address randomization, the same way some people care more about speedier local lookups to a stationary sync db than making sure a package has correct @want-lib by trashing the ftp server on

Re: Can command-line options be specified in any place?

2011-06-21 Thread Andres Perera
you can compile gnu coreutils the reason posix and bsd dont allow options after operands is because it complicates the implementation of getopt and it introduces ambiguity, specially with options that take arguments the gnu getopt has to look at the first characters of every argv member unless

Re: Can command-line options be specified in any place?

2011-06-22 Thread Andres Perera
On Wed, Jun 22, 2011 at 7:19 AM, Tobias Ulmer tobi...@tmux.org wrote: The getopt(3) function is inconsistent amongst operating systems and could use some polish in my opinion. Maybe there are technical reasons why this feature can't be implemented, but this discussion has certainly

Re: Recompile OpenBSD without built-in Apache 1.3

2011-06-28 Thread Andres Perera
see SKIPDIR in mk.conf(5) add usr.sbin/httpd On Tue, Jun 28, 2011 at 9:01 PM, Tito Mari Francis EscaC1o titomarifran...@gmail.com wrote: Good day! Is it possible to recompile the whole system while excluding the built-in Apache 1.3 web server? I was hoping to save a few more megabytes off the

Re: How does OpenBSD compare to Ubuntu Server?

2011-07-11 Thread Andres Perera
On Mon, Jul 11, 2011 at 7:46 PM, J Sisson sisso...@gmail.com wrote: On Mon, Jul 11, 2011 at 6:58 PM, Juan Miscaro jmisc...@gmail.com wrote: On 7 July 2011 15:06, jirib ji...@devio.us wrote: Are you kidding? Ubuntu? Where installed daemons are running by default, where there is no command to

Re: How does OpenBSD compare to Ubuntu Server?

2011-07-11 Thread Andres Perera
On Mon, Jul 11, 2011 at 8:48 PM, J Sisson sisso...@gmail.com wrote: On Mon, Jul 11, 2011 at 7:36 PM, Andres Perera andre...@zoho.com wrote: why would you install a daemon and not run it? how is it any different than X listening on localhost by default in obsd? if you install a daemon

Re: How does OpenBSD compare to Ubuntu Server?

2011-07-11 Thread Andres Perera
On Mon, Jul 11, 2011 at 9:40 PM, patrick keshishian pkesh...@gmail.com wrote: On Mon, Jul 11, 2011 at 5:36 PM, Andres Perera andre...@zoho.com why would you install a daemon and not run it? how is it any different than X listening on localhost by default in obsd? Just because you install

Re: How does OpenBSD compare to Ubuntu Server?

2011-07-11 Thread Andres Perera
On Mon, Jul 11, 2011 at 11:43 PM, patrick keshishian pkesh...@gmail.com wrote: you failed at making any point. i'll rebrand it into convenient twitter format: debian splits packages to the point where a single service is a associated to a single top level package, meaning that there's never a

Re: openbsd 4.9 based UTM

2011-07-19 Thread Andres Perera
On Tue, Jul 19, 2011 at 6:04 AM, citoyen citoyen cccito...@gmail.com wrote: Hi, I'm about starting a project of building my own High secure UTM based on the last openbsd flower 4.9, i can do all system and network configs B needed by myself B but I'm wondering what language to use in order to

Re: pf rule?

2011-07-20 Thread Andres Perera
ifconfig pflog1 create touch /var/log/pfblocklog pflogd -ipflog1 -f$_ pf.conf: l = log (to pflog1) block return $l block ... $l to keep the pfctl rule output readable, match and tag the packets instead and have a single block + log rule (at the expense of no quick) On Wed, Jul 20, 2011 at

Re: pf rule?

2011-07-20 Thread Andres Perera
now for the problems in your rules: On Wed, Jul 20, 2011 at 3:39 AM, fqui nonez fquinon...@gmail.com wrote: # B B B $OpenBSD: pf.conf,v 1.49 2009/09/17 06:39:03 jmc Exp $ # set skip on lo ### Agregadas por mi: (added by me) block return pass in quick log on rl0 proto tcp from any to

Re: pf rule?

2011-07-20 Thread Andres Perera
On Wed, Jul 20, 2011 at 8:49 AM, fqui nonez fquinon...@gmail.com wrote: 2011/7/20 Wesley MOUEDINE ASSABY open...@e-solutions.re: Also, you can see a sample on http://mouedine.net/ruleset49.aspx Wesley. On Wed, 20 Jul 2011 14:27:27 +0400, Wesley MOUEDINE ASSABY open...@e-solutions.re wrote:

Re: Load average question

2011-08-08 Thread Andres Perera
On Mon, Aug 8, 2011 at 1:04 PM, STeve Andre' and...@msu.edu wrote: On 08/08/11 12:59, Theo de Raadt wrote: Nick, this is probably the single most frequently asked question... :-) No, it is not. B In the modern world of search engines, this question lands at the same level as trolling. B If

Re: Group ownership of files at creation time

2011-08-16 Thread Andres Perera
S_ISGID bits on a directory are meaningful in sysv, whereas on bsd open(2) acts as if they were always on

Re: Why I uninstalled OpenBSD???

2011-10-03 Thread Andres Perera
On Sun, Oct 2, 2011 at 12:14 AM, Nick Holland n...@holland-consulting.net wrote: On 10/01/11 23:08, Christiano F. Haesbaert wrote: Not again people, please. Stop feeding. Yes. Yet another never-heard-from-before-or-again loser (and *always* using a gmail account...isn't that interesting?)

Re: microsoft wireless keyboard and mouse

2011-10-08 Thread Andres Perera
i don't have much to add right now besides confirming the problem with Microsoft Wireless Desktop Receiver 3.1A(0x00f1), Microsft(0x045e), rev 0.02, wireless mous e/keyboard combo 2000 i think that the mouse calibration could be an easy problem to sort out after spending a weekend on it

Re: Dynamic web hosting and OpenBSD

2010-10-31 Thread Andres Perera
2010-10-31 17:12 -0400, bsdmas...@hushmail.com: Dear Friends, I am currently starting my very own hosting business, as I'm horribly tired of all the incompetence in the field. Obviously I take security seriously, and therefore will be using OpenBSD exclusively. Well, FreeBSD has jails

Re: Enough is enough!

2010-11-02 Thread Andres Perera
On Tue, Nov 2, 2010 at 3:13 PM, bsdmas...@hushmail.com wrote: Yes. I am staying with OpenBSD. I won't let trolls like you waste such an otherwise pleasant community though. You've been warned. You're not even trying anymore. Trolls are ok aslong as they keep it funny. BTW, I used to use

Re: HP Mini 5102 with networking ?

2010-11-15 Thread Andres Perera
On Mon, Nov 15, 2010 at 3:05 PM, Frans Haarman franshaar...@gmail.com wrote: Does anybody have a hp min 5102 with networking ? I managed to install 4.8 amd on a usbdisk (using qemu, on windows7, *sigh*). B It boots, and works fine, just missing networking support. B I managed to boot i386

Re: OT - gmail alternatives

2010-12-09 Thread Andres Perera
supossedly hushmail but no pop/imap (free version) however, hushmail will get you laughed at On Thu, Dec 9, 2010 at 10:31 AM, lh maig...@netvisao.pt wrote: Hi, what are the good available alternatives (security/privacy) for gmail you're using? Cheers!

Re: my new script for delete user from group

2010-12-14 Thread Andres Perera
On Wed, Dec 15, 2010 at 12:47 AM, OpenBSD Geek open...@e-solutions.re wrote: After correction, i'm agree it is a bit long, but it works. Thank you very much for your posts! if [ $1 ] [ $2 ]; then Missing an ampersand, and if $1 or $2 evaluate to -t, some shells will return 1 if stdout is not

Re: seeking SQLite on OpenBSD stories

2011-01-02 Thread Andres Perera
On Mon, Dec 6, 2010 at 9:27 PM, Edwin Eyan Moragas e...@yndy.org wrote: Hi Misc, i'm looking for experience of using SQLite on OpenBSD. if anybody in the list can share 1) how SQLite is being used 2) size of the database 3) performance metrics (if you have them) I started using it

Re: '\$' or '#' must appear in PS1 in order to be properly exported as root?

2011-01-08 Thread Andres Perera
On Thu, Jan 6, 2011 at 5:40 PM, Ezequiel GarzC3n garzon.luc...@gmail.com wrote: Greetings. This is my first post to the OpenBSD community, so please let me know if I'm in the wrong list, this is just too basic or any other faux pas. Under the default ksh, the default /root/.profile and indeed

Re: Please help me decide: OpenWrt vs. OpenBSD

2011-01-20 Thread Andres Perera
On Thu, Jan 20, 2011 at 12:12 PM, S Mathias smathias1...@yahoo.com wrote: I've been using OpenBSD since 2.5, '99. Does anyone using OpenBSD as a Desktop OS? :O you do? :O wow. I used to, for about 2 months. But then I realized that my internet lifestyle is too accustomed to flash to pretend I

Re: Please help me decide: OpenWrt vs. OpenBSD

2011-01-20 Thread Andres Perera
On Thu, Jan 20, 2011 at 7:32 PM, Predrag Punosevac punoseva...@gmail.com wrote: On 20 January 2011 16:42, S Mathias smathias1...@yahoo.com wrote: I've been using OpenBSD since 2.5, '99. Does anyone using OpenBSD as a Desktop OS? :O you do? :O wow. All my desktops and laptops run OpenBSD. As

Re: Sniffer detector for OpenBSD

2011-01-26 Thread Andres Perera
como tienes acceso a internet en cuba? yo soy de venezuela btw quisiera saber como functiona todo eso en cuba con los isp's, etc. On Mon, Jan 24, 2011 at 3:31 PM, Orestes Leal R. l...@cubacatering.avianet.cu wrote: Actually I understand everything friend don't worry, TODO BIEN! Here in Cuba

Re: Minimally painful mail client for rich (spit!) messages

2011-02-09 Thread Andres Perera
On Wed, Feb 9, 2011 at 12:26 PM, Ingo Schwarze schwa...@usta.de wrote: application/x-shellscript; /bin/cat ; copiousoutput hmm, this would be nice for syntax hl independent of mua assuming mua can parse ascii color escapes like less -R

Re: Security List

2011-02-09 Thread Andres Perera
On Wed, Feb 9, 2011 at 8:06 AM, Frank Bax f...@sympatico.ca wrote: Why not reuse existing functionality? B Add your lynx command (which downloads file) to a crontab; then add filename to /etc/changelist I've sometimes thought it would be nice to have the 'changelist' code extracted from

Re: Tracking What it's changing in current

2011-02-16 Thread Andres Perera
On Wed, Feb 16, 2011 at 4:31 PM, Marco Peereboom sl...@peereboom.us wrote: On Feb 16, 2011, at 13:32, Nicolas P. M. Legrand nlegr...@ethelred.fr wrote: On Wed, Feb 16, 2011 at 11:16:01AM -0800, patrick keshishian wrote: On Wed, Feb 16, 2011 at 10:29 AM, Nicolas P. M. Legrand

Re: Tracking What it's changing in current

2011-02-16 Thread Andres Perera
sent to a patrick only by mistake -- Forwarded message -- From: Andres Perera andre...@zoho.com Date: Wed, Feb 16, 2011 at 8:58 PM Subject: Re: Tracking What it's changing in current To: patrick keshishian pkesh...@gmail.com On Wed, Feb 16, 2011 at 7:03 PM, patrick keshishian

Re: Tracking What it's changing in current

2011-02-17 Thread Andres Perera
On Thu, Feb 17, 2011 at 2:05 PM, Dan Brosemer o...@svartalfheim.net wrote: On Thu, Feb 17, 2011 at 09:01:20AM -0600, Marco Peereboom wrote: Right, but that is the holy grail because now you'd have change sets. On Thu, Feb 17, 2011 at 06:13:32AM -0800, patrick keshishian wrote: On Thu, Feb 17,

Re: Tracking What it's changing in current

2011-02-21 Thread Andres Perera
On Mon, Feb 21, 2011 at 10:38 AM, Luis Useche use...@gmail.com wrote: On Thu, Feb 17, 2011 at 1:59 PM, Andres Perera andre...@zoho.com wrote: looking at their gitrepo: https://github.com/theory/activitymail/blob/master/bin/activitymail it parses stdin to determine which is the last dir

Re: Tracking What it's changing in current

2011-02-21 Thread Andres Perera
On Mon, Feb 21, 2011 at 12:58 PM, Andres Perera andre...@zoho.com wrote: it has to be used by the server, the same way source-changes@ works actually, disregard that i've no idea wtf they use but it's not necessarily serverside as far as i can see

Re: Tracking What it's changing in current

2011-02-21 Thread Andres Perera
On Mon, Feb 21, 2011 at 3:27 PM, Luis Useche use...@gmail.com wrote: On Mon, Feb 21, 2011 at 2:31 PM, Ted Unangst ted.unan...@gmail.com wrote: On Mon, Feb 21, 2011 at 10:08 AM, Luis Useche use...@gmail.com wrote: I would love this feature in OpenBSD src list. Is it possible to use the

Re: OT: Risks of CAs (Re: Your web development opinions)

2011-02-23 Thread Andres Perera
On Wed, Feb 23, 2011 at 9:21 AM, Olivier Mehani sht...@ssji.net wrote: Just some OT thoughts. On Wed, Feb 23, 2011 at 07:35:19AM -0600, Chris Bennett wrote: CA's cannot be trusted to even pay attention to carefully securing your certificate. B Here in the US, the government can simply ask for

Re: Your web development opinions

2011-02-23 Thread Andres Perera
On Wed, Feb 23, 2011 at 9:20 PM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: On 23/02/11 20:56, Andres Perera wrote: On Wed, Feb 23, 2011 at 5:57 PM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: On 02/23/2011 10:35 AM, Chris Bennett wrote: They're a fucking disaster

Re: what is the “Online Certificate Status Protocol”

2011-03-09 Thread Andres Perera
On Wed, Mar 9, 2011 at 9:27 AM, Joachim Schipper joac...@joachimschipper.nl wrote: On Wed, Mar 09, 2011 at 01:30:39AM -0800, erikmccaskey64 wrote: I use privoxy. In the user.action file i have a redirect rule and a few websites: { +redirect{s@http://@https://@} } .twitter.com .facebook.com

nl_langinfo(3) and possibly redundant #include

2011-03-15 Thread Andres Perera
the synopsis section says #include nl_types.h #include langinfo.h char * nl_langinfo(nl_item item); however, nl_types.h is included by langinfo.h which one is at fault? should the man page be corrected or should the header not pull nl_types.h?

Re: pkg_add -L localbase

2011-03-18 Thread Andres Perera
On Fri, Mar 18, 2011 at 3:45 AM, Gregory Edigarov g...@bestnet.kharkov.ua wrote: Hello, Is this working ever? Yesterday I was trying to add a certain packages and wanted them to reside in the very separate base (/usr/opt) so them will be easilly removed after my trial of them. I did

Re: pkg_add -L localbase

2011-03-19 Thread Andres Perera
about AddCreateDelete.pm r1.15 1. -L was never there (adding back? had to go through the entire log for the file to verify adding back) 2. PkgCreate.pm declared it separately, and still does 3. PkgDelete.pm doesn't work with -L, and if it ever did, it wasn't documented is pkg_delete not

Re: pkg_add -L localbase

2011-03-19 Thread Andres Perera
On Sat, Mar 19, 2011 at 7:35 AM, Marc Espie es...@nerim.net wrote: On Sat, Mar 19, 2011 at 07:20:33AM -0430, Andres Perera wrote: about AddCreateDelete.pm r1.15 1. -L was never there (adding back? had to go through the entire log for the file to verify adding back) Of course

Re: pkg_add -L localbase

2011-03-20 Thread Andres Perera
it's a complete noop since it will remove the package regardless of localbase specified with -L. it looks under PKG_DBDIR/spec/+CONTENTS to learn about localbase, as always. in effect, it does not work because it's ignored adding to that, it would've been immediately obvious to anyone testing

Re: ksh's HISTFILE

2012-03-14 Thread Andres Perera
that makes it awkward to use across sessions (defeating the point of the file) even though it does not appear to have options regarding this, bash does have a crap ton of settings regarding history handling whatever the route, i would prefer if ksh didn't have new flags added to it, but instead

Re: Is nginx to complement or replace apache?

2012-03-29 Thread Andres Perera
On Wed, Mar 28, 2012 at 4:42 PM, Theo de Raadt dera...@cvs.openbsd.org wrote: Seeing the work that is done on nginx as Daily changelog shows I was thinking the same, that eventualy nginx will replace httpd (it cannot replace apache). About that too many files open, I run it this once, but

Re: Is nginx to complement or replace apache?

2012-03-29 Thread Andres Perera
On Thu, Mar 29, 2012 at 10:38 AM, Paul de Weerd we...@weirdnet.nl wrote: On Thu, Mar 29, 2012 at 10:24:27AM -0430, Andres Perera wrote: | Instead, you'll crank your file limits to... let me guess, unlimited? | | And when you hit the system-wide limit, then what happens

Re: Is nginx to complement or replace apache?

2012-03-29 Thread Andres Perera
On Thu, Mar 29, 2012 at 11:29 AM, Otto Moerbeek o...@drijf.net wrote: On Thu, Mar 29, 2012 at 10:54:48AM -0430, Andres Perera wrote: On Thu, Mar 29, 2012 at 10:38 AM, Paul de Weerd we...@weirdnet.nl wrote: On Thu, Mar 29, 2012 at 10:24:27AM -0430, Andres Perera wrote: | Instead, you'll

Re: Is nginx to complement or replace apache?

2012-03-29 Thread Andres Perera
On Thu, Mar 29, 2012 at 12:53 PM, Claudio Jeker cje...@diehard.n-r-g.com wrote: On Thu, Mar 29, 2012 at 10:54:48AM -0430, Andres Perera wrote: On Thu, Mar 29, 2012 at 10:38 AM, Paul de Weerd we...@weirdnet.nl wrote: On Thu, Mar 29, 2012 at 10:24:27AM -0430, Andres Perera wrote: | Instead

Re: Is nginx to complement or replace apache?

2012-03-29 Thread Andres Perera
On Thu, Mar 29, 2012 at 3:46 PM, Ted Unangst t...@tedunangst.com wrote: On Thu, Mar 29, 2012, Andres Perera wrote: Maybe you could also close some of those 999 keep-alive sessions and pre-load sessions you have open and retry. Seriously why does a webbrowser need 1024 file descriptors

Re: Is nginx to complement or replace apache?

2012-03-30 Thread Andres Perera
On Thu, Mar 29, 2012 at 4:30 PM, Otto Moerbeek o...@drijf.net wrote: On Thu, Mar 29, 2012 at 01:31:17PM -0430, Andres Perera wrote: On Thu, Mar 29, 2012 at 11:29 AM, Otto Moerbeek o...@drijf.net wrote: On Thu, Mar 29, 2012 at 10:54:48AM -0430, Andres Perera wrote: On Thu, Mar 29, 2012

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-02 Thread Andres Perera
? he is hosting *pre-made* bootable usb images if you cant install through network because you only got one machine, don't have a cd drive (e.g. netbook), and feel that guerrilla overwriting your mbr after installing the locks within another os in order to do a hdd boot is too risky, you're left

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-06 Thread Andres Perera
On Fri, Apr 6, 2012 at 2:17 AM, Mihai Popescu mih...@gmail.com wrote: Andres Perera andres.p () zoho ! com if you cant install through network because you only got one machine So you can't install OpenBSD but you CAN download the pre-made OpenBSD images? need another machine for bootp

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-07 Thread Andres Perera
i don't understand why is such a simple problem turning into drama On Sat, Apr 7, 2012 at 2:10 PM, Nick Holland n...@holland-consulting.net wrote: On 04/06/12 07:35, Dan Shechter wrote: Hi, Sorry for the newbe question, but what is wrong with what he is doing? Best regards, Dan First of

Re: sending hex string to /dev/ttyU1

2012-04-08 Thread Andres Perera
funny how so many perl people and online shellcode tutorials are ok with that contrived syntax i recommend perl -e 'print pack i, 0x8800612a' it'll adjust to endianess as needed if you are truly interested in sending hex *strings* then it's not of much help On Sun, Apr 8, 2012 at 4:25 PM, Ted

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-09 Thread Andres Perera
On Mon, Apr 9, 2012 at 11:26 AM, Mihai Popescu mih...@gmail.com wrote: B Andres Perera wote: B i don't understand why is such a simple problem turning into drama It is not. As for the understanding part, you need to identify what is stopping you in the first place - is it that english

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-09 Thread Andres Perera
nope, not all bioses like that my hp mini's bios is only willing to do hdd emulation on usb sticks, so a dd'd iso or floppy image will not suffice (and hey, this inability isn't uncommon either) On Mon, Apr 9, 2012 at 6:38 PM, Ted Unangst t...@tedunangst.com wrote: On Mon, Apr 09, 2012, Andres

Re: How to have more than 15 pflog interfaces?

2012-04-10 Thread Andres Perera
altering the max might have consequences i don't know about: grep -nC5 PFLOGIFS_MAX /sys/net/if_pflog.h 27-#ifndef _NET_IF_PFLOG_H_ 28-#define _NET_IF_PFLOG_H_ 29- 30-#include net/pfvar.h 31- 32:#define PFLOGIFS_MAX16 33- 34-struct pflog_softc { 35- struct ifnetsc_if;

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-10 Thread Andres Perera
On Tue, Apr 10, 2012 at 1:53 AM, Mihai Popescu mih...@gmail.com wrote: Andres Perera wrote: read very slowly if they don't use the following to boot: * bootp (requires more than one system) * a cd (requires an optical drive) * a floppy (requires a floppy drive) then they boot from hdd

Re: pf anchor strange bihavior

2012-04-12 Thread Andres Perera
On Thu, Apr 12, 2012 at 9:25 PM, Michel Blais mic...@targointernet.com wrote: Just saw something strange with inline anchor rule and macro : if I set a anchor rule with a macro inside of it and do pfctl -vnf, only the first value of the macro seem to have the anchor rule following. Every other

Re: OpenBSD 5.1 SSD

2012-04-14 Thread Andres Perera
doesn't support trim. i remember reading somewhere, maybe a freebsd mailing list, that calculating when to do trim is tricky because it can only work on a specific width On Sat, Apr 14, 2012 at 2:08 PM, Laurence Rochfort laurence.rochf...@gmail.com wrote: Hi, I'm considering purchasing a

Re: File descriptor - name?

2012-05-04 Thread Andres Perera
not in obsd plan 9/linux keep the name as it was opened think about hardlinks, unlinking and how the kernel only stores the inode # On Fri, May 4, 2012 at 11:44 PM, Alan Corey ab...@devio.us wrote: Is there a way to get the name of a file that's open when all you've got is a file descriptor?

Re: File descriptor - name?

2012-05-05 Thread Andres Perera
that will potentially show up more than one file, not the one that was opened On Sat, May 5, 2012 at 3:49 AM, Stuart Henderson s...@spacehopper.org wrote: On 2012-05-05, Andres Perera andre...@zoho.com wrote: not in obsd plan 9/linux keep the name as it was opened think about hardlinks

Re: Large (3TB) HDD support

2012-06-03 Thread Andres Perera
On Sun, Jun 3, 2012 at 9:18 PM, Peter Kay syllops...@syllopsium.co.uk wrote: Can we please differentiate GPT from EFI. GPT may be part of the EFI specification, but it's a standalone piece - implementing GPT is not going to restrict anyone's freedom to do what they want with a machine. Some

Re: About wine ?

2012-06-11 Thread Andres Perera
On Mon, Jun 11, 2012 at 1:30 PM, Peter Laufenberg open...@laufenberg.ch wrote: On Mon, Jun 11, 2012 at 3:49 PM, Peter Laufenberg open...@laufenberg.ch wrote: Qemu seems like a good project given the flack it gets on wikipedia (very Cartesian, I know), how well can it run on OpenBSD? what's

Re: Following -current through a semi-automatic process: a strategy for encouraging user involvement?

2012-06-19 Thread Andres Perera
ultimately naive/incomplete approach never mind the premise that snapshots contain changes not found in the trees, you state things to the effect of user chooses wether or not to reboot to new kernel. didn't even bother; e.g., comparing nm outputs

Re: Following -current through a semi-automatic process: a strategy for encouraging user involvement?

2012-06-19 Thread Andres Perera
, 2012 at 5:44 PM, Andres Perera andre...@zoho.com wrote: didn't even bother; e.g., comparing nm outputs Er, what are you expecting to divine by comparing nm output?

Re: Following -current through a semi-automatic process: a strategy for encouraging user involvement?

2012-06-19 Thread Andres Perera
since packages are done in synch with snapshots, i do not use the trees because i rather use packages it's not clear whether or not changes in snapshots are allowed to make the packages incompatible with what you find in the repositories. perhaps i would be able to retract what i said as silly

Re: Following -current through a semi-automatic process: a strategy for encouraging user involvement?

2012-06-19 Thread Andres Perera
, but the problem doesn't even come to that with snapshots, since i don't have a source referral; i only have the binary interface of the symbol list On Wed, Jun 20, 2012 at 12:18 AM, Philip Guenther guent...@gmail.com wrote: On Tue, Jun 19, 2012 at 9:34 PM, Andres Perera andre...@zoho.com wrote: all

Re: Following -current through a semi-automatic process: a strategy for encouraging user involvement?

2012-06-20 Thread Andres Perera
decide On Wed, Jun 20, 2012 at 12:59 AM, Matthew Dempsky matt...@dempsky.org wrote: On Tue, Jun 19, 2012 at 9:34 PM, Andres Perera andre...@zoho.com wrote: all of the calls in syscalls.master map to a unique function, and all of them start with sys_. it's true that nm won't tell me about argument

Re: Following -current through a semi-automatic process: a strategy for encouraging user involvement?

2012-06-20 Thread Andres Perera
On Wed, Jun 20, 2012 at 1:40 AM, Andres Perera andre...@zoho.com wrote: sorry, but i never sold nm as the sole step granting immunity. i explicitly presented it as an example. nevertheless, the full list of things i do do not cover all of possible changes you pointed out. i constructed

Re: OpenBSD's webpage desing

2012-06-27 Thread Andres Perera
On Wed, Jun 27, 2012 at 5:29 PM, Peter Laufenberg open...@laufenberg.ch wrote: Speaking personally, I wouldn't mind if OpenBSD's website were updated.  Just no one has volunteered yet to do the dirty work of actually coming up with a functional design and then updating the HTML. Talk is

Re: OpenBSD's webpage desing

2012-06-27 Thread Andres Perera
On Wed, Jun 27, 2012 at 5:55 PM, Peter Laufenberg open...@laufenberg.ch wrote: On Wed, Jun 27, 2012 at 5:29 PM, Peter Laufenberg open...@laufenberg.ch wrote: I'm willing to indirectly donate to OpenBSD by paying a professional graphic designer to redo parts of OpenBSD's visual design. His

Re: OpenBSD's webpage desing

2012-06-27 Thread Andres Perera
On Wed, Jun 27, 2012 at 5:55 PM, john slee indig...@oldcorollas.org wrote: Do you think that if the reader finds reading to be optimal at a particular column width, that said reader may well adjust their browser window to suit? sorry but that's complete bs. you are essentially expecting users

  1   2   >