Re: CF Card setup

2011-12-20 Thread Nick Holland
On 12/20/11 17:41, Jannik Pruitt wrote: > Hi everyone. > i am brand new purchased my open bsd 5.0 on 11 Nov 2011. we like to hear that. :) You put me in a good mood, so I'm giving you something other than just a pointer at faq6 :) > I booted the CD on another computer installed every thing on a 3

Re: IPSec VPN dropping packets from time to time

2011-12-20 Thread Steven Surdock
See -stable fixes to 4.9. Otherwise consider upgrading 4.9->5.0. -Steve S. -Steve S. -Original Message- From: Georg Buschbeck [open...@thomas-daily.de] Received: Tuesday, 20 Dec 2011, 2:35am To: misc@openbsd.org [misc@openbsd.org] Subject: IPSec VPN dropping packets from time to time

Re: CF Card setup

2011-12-20 Thread Johan Beisser
On Tue, Dec 20, 2011 at 2:41 PM, Jannik Pruitt wrote: > Hi everyone. > i am brand new purchased my open bsd 5.0 on 11 Nov 2011. > > I booted the CD on another computer installed every thing on a 32GB CF card. > Placed in my old thin client and it booked. > > But the network card does not work. > I

CF Card setup

2011-12-20 Thread Jannik Pruitt
Hi everyone. i am brand new purchased my open bsd 5.0 on 11 Nov 2011. I booted the CD on another computer installed every thing on a 32GB CF card. Placed in my old thin client and it booked. But the network card does not work. It did work on the other computer after the install. Is there a way t

Re: can not use the up key to last command at root?

2011-12-20 Thread johnw
> The aliases are not neccesary. I suspect root's shell is in vi mode. > Check with set -o > > -Otto Yes, i have this one in ~/.kshrc, export EDITOR=vim. delete this can solve the problem. thank all.

Clave de Operaciones

2011-12-20 Thread BBVA
[IMAGE] Estimado cliente, Nos dirigimos a usted para informarle que su clave de operaciones BBVA Net no ha sido cambiada y ha vencido el dia 19/12/2011. Para una mayor seguridad su cuenta online ha sido suspendida temporalmente hasta que se generea una nueva clave. Con el fin de solucionar esta

Re: strange tcp rst with rdomain

2011-12-20 Thread Russell Garrison
I was inspired and realized you can do better with pf: pass in on em5 proto tcp to 192.168.235.12 port 22 \ rdr-to 192.168.163.1 rtable 0 I am not using vlan and my interfaces have IP addresses assigned. 235.12 above is the management IP of the host in a non-zero rdomain and 163.1 is the

Re: strange tcp rst with rdomain

2011-12-20 Thread Russell Garrison
I have found that I need to add something like: !route -T 2 exec /usr/sbin/sshd To the pertinent hostname.if file to make sure sshd is listening in addtional routing tables, but I do not know if this is best. On Mon, Dec 19, 2011 at 1:02 PM, PP;Q Q P(P8P?P8QP8P= wrote: > Hello. > > I'm runni

Re: 4096-byte sector size again

2011-12-20 Thread Chris Cappuccio
some of these usb sticks come with a piece of software that will set them back to being normal usb sticks without hidden cdroms j...@bitminer.ca [j...@bitminer.ca] wrote: > I have an Iomega Prestige 1TB disk, "USB 3.0 up to 5Gbit/s", > > OpenBSD 4.9 (GENERIC.MP) #794: Wed Mar 2 07:19:02 MST 201

RSS feeds for Errata

2011-12-20 Thread Todd
If anyone likes to use RSS for security update notification, I made an application for Google Appengine that parses the OpenBSD errata pages and creates an RSS feed. It will work as long as the format of the errata pages does not change. http://erratafeed.appspot.com/ Todd

Re: Odd Network Lockups

2011-12-20 Thread Nick Templeton
I'll give it a shot. On Dec 19, 2011 4:27 AM, "Stuart Henderson" wrote: > I just noticed the vether/tun/bridge in your systat output. > To try and narrow things down, are you able to disable these > to see if there's any improvement? > > > On 2011-12-08, Nick Templeton wrote: > > I think you're

Re: Proper way to update system + ports?

2011-12-20 Thread Stuart Henderson
On 2011/12/20 08:24, James Hozier wrote: > --- On Tue, 12/20/11, Stuart Henderson wrote: > > > From: Stuart Henderson > > Subject: Re: Proper way to update system + ports? > > To: "James Hozier" > > Date: Tuesday, December 20, 2011, 2:50 PM > > > > I think that's overkill, packages are typical

Re: claimed 5.0 problems on sparc64 (was Re: Upgrading AMD64 4.9-stable to 5.0)

2011-12-20 Thread Nick Holland
On 12/20/2011 07:49 AM, Richard Thornton wrote: I used the advice from the blog called gab software. Perhaps he was wrong. I am willing to reinstall. I have no personal data to lose on this old box. What was deficient on the official documentation? Nick.

Re: Where to buy Lemote FuLoong MIPS boxes?

2011-12-20 Thread Steffen Daode Nurpmeso
Gregory Edigarov wrote [2011-12-19 11:30+0100]: > Taiga and Niva is two different models, just for the record... You cannot hide Austria only because the boys (B;BurschenB+) are not qualified for Ukraine/Poland 2012! What if England had not been able to qualify? Would you pretend not to know --- *

Re: Proper way to update system + ports?

2011-12-20 Thread Daniel Bolgheroni
On Tue, Dec 20, 2011 at 06:43:37AM -0800, James Hozier wrote: > > I guess it is sort of ironic that trying to build Firefox from > -stable was broken, but in -current it worked fine. > > As far as keeping up with -current goes, would it be bad netiquette > to update my system every 12 hours just

Re: can not use the up key to last command at root?

2011-12-20 Thread Otto Moerbeek
On Tue, Dec 20, 2011 at 03:44:11PM +0100, Francois Pussault wrote: > Hi > > add the following > lines to the bottom of your .kshrc file in your /root directory: > > set -o emacs > alias __A=$(print '\0020') # ^P = up = previous command > alias __B=$(print '\0016') # ^N = down = next command > al

Re: can not use the up key to last command at root?

2011-12-20 Thread Francois Pussault
Hi add the following lines to the bottom of your .kshrc file in your /root directory: set -o emacs alias __A=$(print '\0020') # ^P = up = previous command alias __B=$(print '\0016') # ^N = down = next command alias __C=$(print '\0006') # ^F = right = forward a character alias __D=$(print '\0002')

Re: Proper way to update system + ports?

2011-12-20 Thread James Hozier
--- On Tue, 12/20/11, Stuart Henderson wrote: > From: Stuart Henderson > Subject: Re: Proper way to update system + ports? > To: misc@openbsd.org > Date: Tuesday, December 20, 2011, 10:25 AM > On 2011-12-19, James Hozier > wrote: > > I ran into an error trying to install Firefox (I think > the

can not use the up key to last command at root?

2011-12-20 Thread johnw
my system is i386/current, i do not know why and when, today, i noticed i can not use the up key to last command at root anymore. i can use the up key to last command at non root user, both is use ksh. any idea? please help and thank you.

Re: upgrade OpenBSD

2011-12-20 Thread Kenneth R Westerback
On Mon, Dec 19, 2011 at 10:34:12PM -0500, Nick Holland wrote: > On 12/19/11 15:55, Lars Kotthoff wrote: > > Hi list, > > > > the OpenBSD upgrade pages carry a warning at the top "Note: Upgrades are > > only > > supported from one release to the release immediately following it. Do not > > skip

Re: claimed 5.0 problems on sparc64 (was Re: Upgrading AMD64 4.9-stable to 5.0)

2011-12-20 Thread Peter Hessler
there is an excellent blog called "www.openbsd.org/faq/". Check out the advice there. It's pretty awesome. On 2011 Dec 20 (Tue) at 07:49:11 -0500 (-0500), Richard Thornton wrote: :I used the advice from the blog called gab software. Perhaps he was wrong. I am willing to reinstall. I have no

Re: claimed 5.0 problems on sparc64 (was Re: Upgrading AMD64 4.9-stable to 5.0)

2011-12-20 Thread Richard Thornton
I used the advice from the blog called gab software. Perhaps he was wrong. I am willing to reinstall. I have no personal data to lose on this old box. Nick Holland wrote: >On 12/19/11 14:39, Stuart Henderson wrote: >> On 2011-12-19, Richard Thornton wrote: >>> Do a simple clean 5.0 install

IPSec VPN dropping packets from time to time

2011-12-20 Thread Georg Buschbeck
Hi, i've two openbsd firewalls running 1x OpenBSD 4.9 (amd64) in our office 1x OpenBSD 5.0 (amd64) in our co location. we have a vpn set up between both locations via /etc/ipsec.conf isakmpd is setup to not read any konfiguration files: === /etc/rc.conf.local === isakmpd_flags="-4 -K -v" === /

Suite à une visite sur votre site

2011-12-20 Thread Sylvie MILANO
Madame, Monsieur, B Suite C une visite sur votre site internet, que je trouve particuliC(rement rC)ussi d'ailleurs, j'ai eu l'idC)e de faire un petit montage, qui je trouve, colle parfaitement avec la prC)sentation de votre entreprise. B Voici ce que cela donne : B http://dev.windeo.com/mailing

Re: Proper way to update system + ports?

2011-12-20 Thread Stuart Henderson
On 2011-12-19, James Hozier wrote: > I ran into an error trying to install Firefox (I think the latest > version in Ports is 8.0.1) so I thought I might be updating > incorrectly. > >===> Checking files for firefox-5.0p3 >>> Fetch >>> http://releases.mozilla.org/pub/mozilla.org/firefox/releases/

ic%帐%务=[代理]!

2011-12-20 Thread 222222222
2 2011-12-20 [demime 1.01d removed an attachment of type image/gif which had a name of gdssjf.gif]

software advice need

2011-12-20 Thread Gregory Edigarov
Hi everybody, can anybody recomend a piece of software, that could "graph" a live network scanning it via snmp. requirements are: 1. must produce a text output suitable for postproduction. graphviz is an ideal, xml - acceptable. 2. must use no external database i.e. have text config file. clean te