Re: strange localhost address

2012-01-21 Thread roberth
On Sat, 21 Jan 2012 11:13:18 +0100 Jan Stary wrote: > So, in OP's case, where there is no 'lookup' in resolv.conf, > the nameserver 192.168.1.1 is consulted first, right? Correct. # echo "lookup file bind" > /etc/resolv.conf.tail

Re: Radeon 4200 and azalia audio problems

2012-01-28 Thread roberth
On Sat, 28 Jan 2012 15:20:27 -0500 Scott McEachern wrote: > [*1] - I'm not sure exactly when this popped up matthieu@ updated the ati driver recently. (yesterday? check the source-changes@ archives, http://www.openbsd.org/faq/current.html ) ati cards are now all attached to the opensource ati x

Re: pf.conf man page question (pass rule matching vs. state creation)

2012-01-29 Thread roberth
On Sun, 29 Jan 2012 12:46:21 -0600 corey clingo wrote: > Should I be using match rules to do nat-to/rdr-to > instead? Yes.

Re: Starting out

2012-01-29 Thread roberth
On Sun, 29 Jan 2012 21:14:19 +0100 Pruttel wrote: > Did not know that where do you find the guides to do something like > that http://www.openbsd.org/faq/faq15.html

Re: Unbound in base

2012-02-14 Thread roberth
On Tue, 14 Feb 2012 17:16:15 + (UTC) Stuart Henderson wrote: > On 2012-02-14, Gregory Edigarov wrote: > > unbound-control should be renamed to more convenient 'unboundctl'. > > and break scripts that are meant to work with cross-OS deployments? nah, he is talking bout convinience, not sani

Re: Transparent smtp/pop3 proxy

2011-07-28 Thread roberth
On Thu, 28 Jul 2011 18:00:03 -0300 "R0me0 ***" wrote: > when clients send or receive an email, OpenBSD catch this mail and > send a copy of this to another email account, it must be > transparently to user. bad juju! sooo, you want to intercept email not destined for yourself. you are asking ab

Re: Transparent smtp/pop3 proxy

2011-07-28 Thread roberth
On Thu, 28 Jul 2011 19:39:20 -0300 "R0me0 ***" wrote: > Yes is corporate organization, all employees are aware that a copy of > sended and received email. > All employees sign a document which they are aware. Here, in Brazil, > since that exists a document, signed, it is valid, of course. > Nothi

Re: Laptop hard drive and emergency unload

2011-09-05 Thread roberth
On Mon, 05 Sep 2011 14:25:46 -0400 Steve wrote: > For the fun of it, I just installed 4.9 (AMD64) on an SD card, booted > from the card and mounted one of my Ext3 partitions on the hard disk. > I copied a file from the disk to the card to be sure it was active, > umounted the hard disk and hal

Re: Firefox 6

2011-09-07 Thread roberth
On Wed, 7 Sep 2011 12:13:21 + Kevin Chadwick wrote: > All the desktops do use noscript though so maybe it's javascript > related? It is the javascript garbage collector that isn't doing its job right. Memory allocated for pages that use javascript and refresh themself, like monitoring or web

Why aren't you running -current?

2011-09-07 Thread roberth
Seriously, why?

Re: Why aren't you running -current?

2011-09-07 Thread roberth
On Wed, 7 Sep 2011 17:13:37 -0700 patrick keshishian wrote: > i'm sorry :( don't be sorry, just tell me why, i am just curious.

Re: State of Intel HD GPU (HM55) - or how it will do on HP's Pavilion DM4

2011-09-09 Thread roberth
On Fri, 9 Sep 2011 13:48:16 -0400 Luis Useche wrote: > My intel hd graphics works fine on a Dell Latitude 13. Doesn't matter for him, yours is a core2, not a sandy with onchip graphics.

Re: State of Intel HD GPU (HM55) - or how it will do on HP's Pavilion DM4

2011-09-09 Thread roberth
On Fri, 09 Sep 2011 17:16:36 +0100 Matej D=ach wrote: > Intel HD Graphics (HM55 chipset) - including GPU acceleration (at > least 2D). It is being worked on. Atm from what i have read, even the vesa driver doesn't work that good. Owain has posted a diff for this on tech@ recently. (search for "

Re: Why aren't you running -current?

2011-09-09 Thread roberth
On Wed, 07 Sep 2011 21:15:14 -0400 "Eric Furman" wrote: > On Thursday, September 08, 2011 1:56 AM, "roberth" > wrote: > > Seriously, why? > > Because I don't need to. > Good enough? > Do I now have your approval? > Seriously? :)

Re: Why aren't you running -current?

2011-09-09 Thread roberth
Thanks, for the replys. I guess "seriously" is a too harsh work to use on a mailinglist. Sorry to those that took the question other than it was intended.

Re: frontpage openbsd

2011-09-09 Thread roberth
On Fri, 09 Sep 2011 11:19:56 -0700 "Carlos A. Garcia G." wrote: > well actually it is a weird web master how says that fronpage rocks > so he can upload the web page like smooth You could allways update the "webmaster" first. Frontpage was an abomination 10 years ago, i doubt that has changed si

Re: frontpage openbsd

2011-09-09 Thread roberth
On Fri, 9 Sep 2011 19:58:36 + (UTC) Stuart Henderson wrote: > On 2011-09-09, Carlos A. Garcia G. wrote: > > ok ill try to find out how to puch the webmaster so he change his > > mind, let me get the info from the webmaster. > > the only reason he said its "Frontpage have a marvelous tools an

any know bugs with sleep/resume on systems with 8GB ram?

2011-09-09 Thread roberth
Hi, got around to upgrade my Thinkpad X200 (amd64) to 8GB RAM from 2GB. Since then after resume from sleep X is very laggy. Not just talking about apps that were open before the sleep/resume cycle, but also newly started. After rebooting the system every thing is dandy. Anyone? Ideas where to st

Re: any know bugs with sleep/resume on systems with 8GB ram?

2011-09-09 Thread roberth
On Fri, 09 Sep 2011 15:22:45 -0600 Theo de Raadt wrote: > This bug is actually known. > > Mike Larkin discovered that some machines are resuming with some of > their high memory uncached. You can use memconfig(8) to force it back > to cached. (I don't recall exactly, but it may already show as

Re: any know bugs with sleep/resume on systems with 8GB ram?

2011-09-09 Thread roberth
On Fri, 9 Sep 2011 14:11:28 -0700 Mike Larkin wrote: > This is a known issue with MTRRs on that model and a few others. > The MTRRs are not being reprogrammed properly on resume, and the > result is a large range of memory resuming as non-cacheable. > > It is on the radar to be fixed (a few of u

Re: OpenBSD ACER aspire 9300 laptop install panic

2011-09-10 Thread roberth
On Sat, 10 Sep 2011 22:47:38 +0200 (CEST) marc.verwe...@telenet.be wrote: > When I boot 5.0-current (8 of sept) I don't get a panic screen. But > the install halts and nothing happens. Last line I see is: > entry point at 0x20012 > and that's it. full error? text leading up to this? yeah, typ

Re: Simple queue rule to restrict user bandwidth usage

2011-09-13 Thread roberth
On Tue, 13 Sep 2011 14:40:26 +0530 Siju George wrote: > Hi, > > I have a 4 mbps Internte connection. > How do I restrict all users such that no one uses more than 1mbps at > a time. Just want to limit downloads so that it does not affect > others. It would be great if i can get some tip on using

Re: OpenBSD on plugcomputers

2011-02-13 Thread roberth
On Sun, 13 Feb 2011 21:04:33 +0100 Paolo Aglialoro wrote: > Has anyone had experiences about installing OpenBSD on similar > devices? With which results? No. Why? The hardware is crap. The idea itself is ok, but the execution is not up to expectations. Overheating, breaking the hw, mostly relate

Re: Tracking What it's changing in current

2011-02-16 Thread roberth
On Wed, 16 Feb 2011 12:01:22 -0500 Luis Useche wrote: > One thing I would really like to see is the diffs of every commit. > This is available for DragonflyBSD for instance. Is there a way to > find this on OBSD? that data representation is not provided by the project in the way that you want it

Re: SSD disk alignment

2011-03-12 Thread roberth
On Sat, 12 Mar 2011 11:54:00 +0100 Markus Schatzl wrote: > To my understanding, matching the erase block size of SSD > memory can produce a gain in performance, however the most > important thing is to align at 4k boundaries. > > As this is the case, the current (pre 4.9) state in OpenBSD is > h

Re: Support for Intel X520-T2 10GbaseT cards

2011-03-15 Thread roberth
On Wed, 16 Mar 2011 04:39:21 +1100 Jonathan Gray wrote: > On Tue, Mar 15, 2011 at 05:02:38PM +0100, Peter Hallin wrote: > > Hi all, > > > > After reading the manpages for ix(4) "Intel 82598/82599 PCI Express > > 10Gb Ethernet device", > > I drew the conclusion that the X520-T2 > > (http://www.in

Re: Support for Intel X520-T2 10GbaseT cards

2011-03-15 Thread roberth
On Wed, 16 Mar 2011 06:26:20 +1100 Jonathan Gray wrote: > On Tue, Mar 15, 2011 at 06:56:24PM +0100, roberth wrote: > > > > And this one here? > > This should be handled by the default case as the > start of the function, already. Sure, it is, the freebsd driver is che

Re: Choosing a window manager...

2011-03-17 Thread roberth
On Thu, 17 Mar 2011 17:32:50 +0300 Krutov Mikle wrote: > On Tue, Mar 15, 2011 at 02:50:50PM -0400, marc wrote: > > > > I'm deciding between kde, xfce, gnome, and fluxbox (in order of > > preference). Any experiences? Any relevant security issues on any > > of them? > > > > Thanks, > > Marc > >

Re: Create a custom RAMDISK

2011-03-21 Thread roberth
On Mon, 21 Mar 2011 20:53:19 + Kevin Chadwick wrote: > On Mon, 21 Mar 2011 16:25:02 -0300 > Rodrigo Mosconi wrote: > > > Dears, > > > > I wonder how to create a custom ramdisk. My needs are a RAMDISK > > with the network setup (hostname.if, for example) to setup servers > > over the networ

Re: MAXDSIZ

2011-03-30 Thread roberth
On Wed, 30 Mar 2011 13:15:10 -0500 Amit Kulkarni wrote: > OpenBSD just returns kernel page memory very very quickly, so it is > difficult for it to consume more :). But seriously, after this > compile, kernel was holding onto some memory. At idle (after > compilation) it was an excess of 300-500M

Re: MAXDSIZ

2011-03-30 Thread roberth
On Wed, 30 Mar 2011 22:12:56 +0200 Benny Lofgren wrote: > On 2011-03-30 17.48, Jeff Ross wrote: > > On 03/30/11 05:21, Tony Berth wrote: > > Worse, an amd64 kernel looking at 8GB of real, physical ram only > > makes a wee bit under 3GB available. > > real mem = 3220111360 (3070MB) > > avail mem

Re: dmesg changes

2011-04-10 Thread roberth
On Mon, 11 Apr 2011 01:29:49 +0200 frantisek holop wrote: > my new dmesg puzzles me in 2 ways: > 1. how can be the kernel # smaller of a later kernel, > if these are both 4.9-current? # rm -rf /usr/src/sys//compile/GENERIC* do that every time, so what? :) > 2. what is the extra hard disk info

Re: Packages security updates

2011-04-18 Thread roberth
On Mon, 18 Apr 2011 23:45:10 +0200 enclair wrote: > Hi, > > the FAQ says: > > "When serious bugs or security flaws are discovered in third party > software, they are fixed in the *-stable* branch of the ports tree. > Remember that the lifecycle is 1 release: only the current and last > release

Re: Why does GENERIC kernel for OpenBSD 4.8 and 4.9 not support software RAID

2011-05-04 Thread roberth
On Wed, 04 May 2011 15:38:46 -0700 Tyler Morgan wrote: > On 5/4/2011 10:04 AM, Josh Grosse wrote: > http://www.ec (plz all stop pushing that links search engine rank.) > I think this is mainly due to the fact that softraid can't be used > for the root partition (or booted off of, for now). This

Re: Why does GENERIC kernel for OpenBSD 4.8 and 4.9 not support software RAID

2011-05-05 Thread roberth
On Thu, 5 May 2011 07:00:50 -0400 Nico Kadel-Garcia wrote: > The documentation on bioctl is reasonably, and detailed, and not very > useful due to not having examples for noobs. kind of the point. the examples explain the syntax in a more readable way. the manpages encourage to understand how th

Re: Routing Priority and Default GW

2011-05-05 Thread roberth
On Thu, 5 May 2011 15:43:21 -0400 Ryan Ivey wrote: > ath0: flags=8863 > inet 192.168.0.200 netmask 0xff00 broadcast 192.168.0.255 > sis0: flags=8843 mtu 1500 > inet 192.168.0.199 netmask 0xff00 broadcast 192.168.0.255 networking 101. the ip of both interfaces is in the s

Re: pfctl: DIOCADDRULE: Operation not supported by device

2011-05-08 Thread roberth
On Sun, 8 May 2011 14:54:21 -0400 Chris Smith wrote: > Is there a good way to avoid this? Is it safe to skip rebooting > between the kernel build and userland build? Or would it work to > manually build and install pfctl before the reboot after the kernel > build? Or something else that hasn't oc

Re: pfctl: DIOCADDRULE: Operation not supported by device

2011-05-08 Thread roberth
On Sun, 08 May 2011 21:48:25 +0200 Erik wrote: > You are aware that this question concerns following -current? And > that you are strongly advised to follow the FAQ when building > -current as others already pointed out? "Building from source. Got error after kernel reboot." "Dude, rtfaq! Kernel

Re: OpenBSD on a SDHC or a microSDHC card - tips

2011-05-09 Thread roberth
On Sun, 08 May 2011 09:28:23 -0700 lancebaynes87 wrote: > I'm not really interested in the install, I can do that. I'm > searching for solutions regarding the problems running it on an > (micro?)SDHC card. What problems? Just use it like any other kind of drive. Need a knob to fiddle? Try kern.

Re: Ethernet on AOD255E

2011-05-18 Thread roberth
On Wed, 18 May 2011 08:30:43 +0200 "Meyer Jerome" wrote: > OpenBSD 4.9 (GENERIC.MP) #794: Wed Mar 2 07:19:02 MST 2011 > dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP > "Attansic Technology L2C" rev 0xc1 at pci1 dev 0 function 0 not > configured ... The patch you are

Re: Ethernet on AOD255E

2011-05-18 Thread roberth
> 3. Save the diff to a file. >Patch your tree. For the diff you mentioned: ># cd /usr/src ># patch -p0 < file_with_diff And now that sthen@ has commited those changes, you can skip this step. You just have to wait for your mirror of choice to catch up.

Re: question about kate

2011-05-18 Thread roberth
On Wed, 18 May 2011 14:05:44 -0800 Michael wrote: > Installed 4.9 and fan starts blowing on startup. Most systems are at full speed on boot. > # sysctl hw.setperf=30 > Is that all I can do? Uhm, just run ampd -C ? # grep apmd /etc/rc.conf.local apmd_flags="-C" > Curious why kate (in dmesg)

-current not working on Thinkpad X200

2011-06-03 Thread roberth
Hi, just a headsup "no clue" report until i find time to investige. -current checked out ~ 2011-06-04T00:00CET won't boot on my Thinkpad X200. Stops after configuring softraid0.. (Have /home on crypto softraid that get's "mounted" in rc.local.) Last known working kernel, that i can confirm,

Re: Sendmail+SSL+SASL

2011-06-21 Thread roberth
On Tue, 21 Jun 2011 23:24:11 +0200 gdrm wrote: > Hello misc, > I'm trying to configure OpenBSD4.9 with Sendmail as a mail server and > so far, so good, I have a configuration with static IP, masked and > with ssl support, but I can not figure out how to implement sasl, > someonehas a link where t

OT (kinda): someone else killed a ssd while running openbsd on it?

2010-07-22 Thread roberth
ring if someone else had any problems themself with other SSD's running OpenBSD. ~roberth

Re: Distribute bandwidth by IP's

2010-09-07 Thread roberth
On Tue, 07 Sep 2010 13:34:45 -0500 Hermes Ojeda Ruiz wrote: > On 07/09/10 13:21, roberth wrote: > > On Tue, 07 Sep 2010 13:15:03 -0500 > > Hermes Ojeda Ruiz wrote: > > > > > >> Hi, Maybe this is a basic question, but I've read the man pages and &g

Re: choosing outgoing interface based on process uid

2010-09-18 Thread roberth
On Sat, 18 Sep 2010 20:12:32 +0300 Imre Oolberg wrote: > Hallo! > > I have OpenBSD v. 4.7 i386 firewall with two outgoing internet > connections (of which one is default gateway and the other could be > used with route-to, for example) and serveral networks behind it. On > the firewall runs Squi

Re: Linux or OpenBSD

2010-09-22 Thread roberth
On Wed, 22 Sep 2010 19:29:31 + Rikky Taylor wrote: > I was after some general advice. I need to setup a routing firewall > with 3 interfaces, moderate traffic and a fair amount of NAT'ing in > the rules. > > > > Given identical modern server hardware would I expect a performance > differen

Re: i386 and amd64 snapshots - kernel SHA256 mismatch

2010-10-15 Thread roberth
On Fri, 15 Oct 2010 21:46:41 -0700 patrick keshishian wrote: > as this, where -- the "mortal" is accused to be a whiner. (...) the key words were "every time this happens" ... if you find an error or something strange, most likely you aren't the first to have encountered it. what's the first

Re: Snapshot: misc48.tgz missing

2010-10-18 Thread roberth
On Mon, 18 Oct 2010 13:51:06 +0200 Rene Maroufi wrote: > Hi, > > the latest snapshot has no misc48.tgz file. Is this file no longer in > the releaseset or what is wrong? > > Cheers > Rene "no more misc set" http://marc.info/?l=openbsd-cvs&m=128737559922378&w=2

Re: how to repeat messages about manual configuration

2010-10-21 Thread roberth
On Thu, 21 Oct 2010 17:59:32 + Jay K wrote: > When building a package from source, I want a way to prefer installing > dependencies from prebuilt packages. # man bsd.ports.mk /FETCH_PACKAGES

Re: ports/root/make install

2010-10-21 Thread roberth
On Thu, 21 Oct 2010 19:25:42 + Jay K wrote: > I thought it'd need me to enter it. > And there isn't one. > > Thanks, > - Jay > > > Date: Thu, 21 Oct 2010 15:09:25 -0400 > > Subject: Re: ports/root/make install > > From: ted.unan...@gmail.com > > To: jay.kr...@cornell.edu > > CC: sisso...

Re: Azalia "No Problem" but no Audio

2010-10-26 Thread roberth
On Tue, 26 Oct 2010 18:05:51 -0200 Shazaum wrote: > a tips? how about actually sending some info instead of basicly just stateing that it doesn't work? :) supplying full 'mixerctl -v' and 'audioctl' output would be a start. also a dmesg can help to determine what card and issues like if you ha

Re: error when compile the kernel

2010-11-01 Thread roberth
On Mon, 01 Nov 2010 16:36:35 +0400 OpenBSD Geek wrote: > when this last is done, i start to compile kernel : cd > /usr/src/sys/arch/i386/conf > > config GENERIC > > cd ../compile/GENERIC > > make > clean Your config is broken? Mine prints: # config GENERIC Don't forget to run "make depend"

Re: error when compile the kernel

2010-11-01 Thread roberth
On Mon, 1 Nov 2010 08:40:04 -0500 "Josh Grosse" wrote: > On Mon, 1 Nov 2010 14:28:00 +0100, roberth wrote > > > Your config is broken? Mine prints: > > # config GENERIC > > Don't forget to run "make depend" > > The OP's config is &

Re: OpenBSD 4.8 can't find CD drive on Dell Latitude E6500

2010-11-09 Thread roberth
On Tue, 09 Nov 2010 12:00:28 -0500 Nick Holland wrote: > On 11/09/10 10:37, Leslie Jensen wrote: > > It seems, for unknown reasons, there's something odd about your > computer, and OpenBSD is not recognizing the CDROM. sata dvd drive? haven't seen any yet that do not use one of the funky glued

Re: An OpenBSD smartphone

2010-11-17 Thread roberth
On Wed, 17 Nov 2010 16:51:00 -0600 Marko Kraljevic wrote: > On Wed, Nov 17, 2010 at 2:00 AM, Jan Stary wrote: > > My twelve years old cell phone needs to get replaced, > > most probably with one of these newer smartphones. > > > > Beside other things, I want it to be as "open" as possible: > > a

Re: Erased Files Recovery

2010-11-26 Thread roberth
On Fri, 26 Nov 2010 20:39:52 -0300 Hugo Osvaldo Barrera wrote: > Nice idea con cat to null and verify which light turns on, nothing > could be safer :-) > blinky usb sticks, sure, but i'd say using uid makes more sense. setting $usi ($"usb stick important" = uid, just an example) and 'sudo newf

Re: installation sets not found on CD

2010-12-01 Thread roberth
On Wed, 1 Dec 2010 07:46:57 -0800 Scott Stanley wrote: > -installation from CD started successfully, up to point of installing > sets -sets directory copied from CD to flash drive, assumed complete > and correct (installer used copied data to install sets) > -installer completed successfully. CD

Re: Lenovo

2010-12-02 Thread roberth
On Thu, 2 Dec 2010 09:49:36 -0600 Amit Kulkarni wrote: > NVIDIA while still sucky is now better supported than ever before. yes, if you spray perfume on a pile of shit it might smell better.

Re: Lenovo

2010-12-02 Thread roberth
On Thu, 2 Dec 2010 19:40:15 +0100 Ingo Schwarze wrote: > roberth wrote on Thu, Dec 02, 2010 at 07:23:18PM +0100: > > > yes, if you spray perfume on a pile of shit it might smell better. > > No, perfume is insufficient, actual polishing is required. > OpenBSD strives to

Re: Colocation: (Off Topic: don't open if you don't like)

2010-12-06 Thread roberth
On Mon, 6 Dec 2010 14:52:52 -0200 Friedrich Locke wrote: > Hi folks, > > i am planning to setup a shell/web/mail hosting service and, of > course, i will run OpenBSD as my OS of choice. > I am live in Brazil and would like to host my server outside Brazil. > > My initial ideia is to buy the ser

Re: problems programming the TI MSP430 Launchpad

2010-12-08 Thread roberth
On Wed, 8 Dec 2010 18:44:15 +0100 Benjamin Nadland wrote: > I just realized that I don't need the entire snapshot and could just > download the kernel. > > With todays snapshot kernel from ftp.openbsd.org it attaches as > ugen(4) and works. rule number one of current club is keeping kernel and

Re: Donations

2010-12-09 Thread roberth
On Thu, 09 Dec 2010 08:42:00 -0800 Mehma Sarja wrote: > That's why Americans call cowburgers hamburgers, for fear of > repercussions from the holy land. But seriously, re-incarnation takes > care of all that. Meaning, if you kill a cow in this life, you come > back as a cow and someone can kill

Re: Donations

2010-12-09 Thread roberth
On Thu, 9 Dec 2010 19:53:54 + Miod Vallat wrote: > > > Meaning, if you kill a cow in this life, you come back > > > as a cow and someone can kill you. > > > > Time to start eating humans instead ;-) > > > Please don't. It's difficult enough to get healthy young children for > breakfast tho

Re: OT - gmail alternatives

2010-12-09 Thread roberth
On Thu, 09 Dec 2010 15:38:59 -0500 Brad Tilley wrote: > Adam M. Dutko wrote: > > How do they deal with legal jurisdiction? Technically the > > government can still subpoena and they'd have to turn over the > > documents in the persons account, including backups. > > Use GPG so all the ISP cou

Re: Freeze with Western Digital Caviar Green HDD

2010-12-09 Thread roberth
On Thu, 09 Dec 2010 14:48:02 -0500 Aaron Suen wrote: > It looks like the IntelliPark feature on a Western Digital Caviar > Green HDD can cause issues with OpenBSD, which can be fixed/mitigated > by disabling IntelliPark. Not an issue with OpenBSD in itself. It's a generall "bug" with the firmwar

Re: Freeze with Western Digital Caviar Green HDD

2010-12-09 Thread roberth
On Thu, 9 Dec 2010 22:50:21 +0100 roberth wrote: > WD's trackrecord is reaching Seagate levels. > Heck, even Hitachi has remidied itself from the deathstar tech they > took over from IBM. Just to be complete, Samsung fixing their SMART bug with a firmware that doesn't bump

Re: OT - gmail alternatives

2010-12-09 Thread roberth
> Received: from [96.250.43.19] # host 96.250.43.19 19.43.250.96.in-addr.arpa domain name pointer pool-96-250-43-19.nycmny.fios.verizon.net. 1. verizon blocks outgoing port 25 2. your ip range is shitlisted in most dnsbl 3. your reverse lookup matches the "dynamic ip"-match a lot of mx simpl

Re: OT - gmail alternatives

2010-12-09 Thread roberth
On Thu, 09 Dec 2010 18:41:16 -0700 Lemuel Houyhnhnm wrote: > On 09/12/2010 6:20 PM, James Hozier wrote: > > My ISP refuses to modify any DNS settings and won't give me a > > static IP address without a business account, so no proper reverse > > DNS. I don't have the resources to run my own names

Re: OT - gmail alternatives

2010-12-09 Thread roberth
On Thu, 9 Dec 2010 15:01:03 + lh wrote: > Hi, > > what are the good available alternatives (security/privacy) for gmail > you're using? > > Cheers! If you aren't a cheapskate you could ask henning@ for a quote. (check bsws.de for the contact info) Hosting on OpenBSD by an OpenBSD dev, hard

Re: Freeze with Western Digital Caviar Green HDD

2010-12-10 Thread roberth
On Fri, 10 Dec 2010 23:25:56 +0100 Paolo Aglialoro wrote: > ok, what manufacturers are left??? :)) just toshiba??? i am happy with samsung, because in that area i am a cheapskate. hardware dies, deal with it, don't buy the new kid on the block and be happy. :) sata disk got really crappy since t

Re: symbol ( - - - - ) size mismatch, relink your program

2010-12-11 Thread roberth
On Sat, 11 Dec 2010 18:04:32 +0200 "Mihai Popescu B.S." wrote: > Hello, > > I did a snapshot install and I got many warnings like this one. What > could be this warning, is it about mismatch on .so files ? > > Thanks. > thats a very informative bug report. you sure did include a lot of inform

Re: symbol ( - - - - ) size mismatch, relink your program

2010-12-11 Thread roberth
On Sat, 11 Dec 2010 23:07:02 +0200 "Mihai Popescu B.S." wrote: > Sorry folks, > > I was to quick in posting. Here are the details: I've installed from > what is (was) today on snapshots on ftp server. Then I used the same > ftp snapshot mirror for packages. That's all, no CVS, no compile, just >

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-14 Thread roberth
On Tue, 14 Dec 2010 23:06:49 +0100 Tomas Vavrys wrote: > Is there a light at the end of the tunnel somewhere to make email > secure even for amateurs who don't know how to use PGP? I'm very > curious about the future of email, especially now. I would like to > hear opinions of OpenBSD wizards. Th

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-14 Thread roberth
On Tue, 14 Dec 2010 23:33:13 +0100 Tomas Vavrys wrote: > Well, since Egypt we know that it's not going to happen. > > 2010/12/14 roberth : > > On Tue, 14 Dec 2010 23:06:49 +0100 > > Tomas Vavrys wrote: > > > >> Is there a light at the end of the tunnel

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-14 Thread roberth
On Tue, 14 Dec 2010 23:33:13 +0100 Tomas Vavrys wrote: > Well, since Egypt we know that it's not going to happen. > > 2010/12/14 roberth : > > On Tue, 14 Dec 2010 23:06:49 +0100 > > Tomas Vavrys wrote: > > > >> Is there a light at the end of the tunnel

Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory

2010-12-14 Thread roberth
On Tue, 14 Dec 2010 16:46:08 -0700 Clint Pachl wrote: > Denise H. G. wrote: > >>> I've switched to FreeBSD for my desktop with 4G memory... > >>> > >> > > >> > Unnecessary fear : > >> > > >> > $ sysctl kern.version > >> > kern.version=OpenBSD 4.8-current (GENERIC.MP) #547: Tue Dec 7 >

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-14 Thread roberth
On Tue, 14 Dec 2010 16:38:54 -0800 xSAPPYx wrote: > Dan Kaminsky (http://dankaminsky.com) has been working on "Domain Key > Infrastructure" bootstrapped of of dnssec that looks pretty > interesting. I'm not sure where the video is for this talk (it was at > blackhat/defcon 2010), but I found the

Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory

2010-12-14 Thread roberth
On Tue, 14 Dec 2010 17:19:23 -0700 Clint Pachl wrote: > roberth wrote: > > omg, i am using 95% of my memory all the time, should i be worried? > > maybe kern.bufcachepercent=95 has something to do with it; blame > > Bob. > > Holy shit! Mine's at 10%. Maybe I sh

Re: how to know if a headphone jack is plugged in

2010-12-14 Thread roberth
On Wed, 15 Dec 2010 10:06:57 +0800 Aaron Lewis wrote: > how to know if a headphone jack is plugged in , anyone knows ? > > -- Aaron there is this hole thingy, if there is that plug thingy in it, you might expect it to be plugged in. to make sure, you push on it, that's into the direction of the

Re: add new disk

2010-12-21 Thread roberth
On Tue, 21 Dec 2010 08:25:35 -0600 "Orestes Leal R." wrote: > Otto, this is not 4.8 it's 4.3, so this is a error now and not a > warning, what I must changte in the comnand line to make it work with > 4.8? *sigh* you have been told what is wrong before, but lets end this. "newfs /dev/sd1a" was

Re: Executing from crontab only does the job when I logged on.

2010-12-27 Thread roberth
On Mon, 27 Dec 2010 20:22:30 -0500 "Eric Furman" wrote: > On Mon, 27 Dec 2010 13:41 -0600, "Orestes Leal R." > wrote: > > On Mon, 27 Dec 2010 12:33:25 -0600, Martin Schrvder > > > > wrote: > > > > > 2010/12/27 Orestes Leal R. : > > >> the 2 programs work ok, but the do not execute from crontab

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

2011-01-06 Thread roberth
On Thu, 6 Jan 2011 23:35:32 +0100 Ezequiel Garzsn wrote: > On Thu, Jan 6, 2011 at 11:18 PM, xSAPPYx wrote: > > I think ksh(1) man page has the info, or maybe it is intro(8) > > > > Try this: > > echo "export ENV=$HOME/.kshrc" >> ~/.profile > > echo ". /etc/ksh.kshrc" >> ~/.kshrc > > Yes, in th

Re: sticky rdr-to in pass rules?

2011-01-20 Thread roberth
On Thu, 20 Jan 2011 11:51:34 +0100 Harald Dunkel wrote: > Hi folks, > > are the rdr-to and nat-to options in "pass" rules as sticky > as for "match" rules? No, "match" is what makes the options sticky. They are not sticky by themselfs. > Sample: > > pass in on $ext_if from any to 1.2.3.0/24 p

Re: OpenBSD, webmail

2011-01-24 Thread roberth
On Mon, 24 Jan 2011 14:44:33 +0400 OpenBSD Geek wrote: > Hi, > > Im looking for a webmail for my mailserver (no SQL database, host > only one domain). > > Any idea ? > > Thank you very much. > > Wesley M. > You would do good to search the mailinglist archives before posting. :) This has

Re: DNSSEC validating resolver

2011-01-24 Thread roberth
On Mon, 24 Jan 2011 15:13:47 -0500 Ted Unangst wrote: > TCP may help talking to a far away DNS server over the internet, but > honestly, that's an unusual scenario and better handled by a VPN. Oy, thats where the automacigal transport layer ipsec from ipv6 enters the stage, right? or was is lef

OT: gmail, realy that hard to discern offlist mails?

2011-01-29 Thread roberth
as i dont have any insight myself about it and experienced it a lot around here, ... is it realy that hard to discern mail sent offlist in the gmail interface? am i just spoiled by a simple check on mail headers? (if you don't want to spam anyone with ot-replies, don't answer on-list.) thx.