Re: strange lockups

2012-05-11 Thread Stuart Henderson
On 2012-05-11, Adam Jacob Muller wrote: > On 5/10/12 4:24 AM, JC)rC)mie CourrC(ges-Anglas wrote: >> Please see >>http://www.openbsd.org/faq/faq2.html >> and >>http://www.openbsd.org/report.html >> >> Regards. > Hi, > > I did do a sendbug, but i'm not sure if gnats@ goes anywhere (seems >

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-11 Thread Garry Dolley
On Thu, May 10, 2012 at 03:31:27PM +0100, Stuart Henderson wrote: > In gmane.os.openbsd.misc, Garry Dolley wrote: > > On Tue, May 08, 2012 at 07:58:30PM -0400, Simon Perreault wrote: > >> On 2012-05-08 19:08, Per-Olov Sjvholm wrote: > >>> It says "em1: watchdog timeout -- resetting" > >> > >> > >>

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-11 Thread Stuart Henderson
On 2012/05/11 01:15, Garry Dolley wrote: > On Thu, May 10, 2012 at 03:31:27PM +0100, Stuart Henderson wrote: > > In gmane.os.openbsd.misc, Garry Dolley wrote: > > > On Tue, May 08, 2012 at 07:58:30PM -0400, Simon Perreault wrote: > > >> On 2012-05-08 19:08, Per-Olov Sjvholm wrote: > > >>> It says "

Re: Hardware (firewall) recommendation

2012-05-11 Thread Paolo Aglialoro
On Thu, May 10, 2012 at 3:28 AM, Predrag Punosevac wrote: > Dear All, > > I am resurrecting this thread which I followed carefully because I need > some hardware advice for the firewall machine which is going to serve > our new scientific computing laboratory. Initially behind this firewall, > we

Re: 4.4 m68k packages?

2012-05-11 Thread Nick Holland
On 05/10/12 17:56, David Diggles wrote: > Were there ever 4.4 m68k packages? I can only find 4.3 packages for > m68k on ftp sites. > > Or, is it possible to cross compile for m68k arch on i386? Or if I > can't compile 4.4 packages either cross compile, or on the SE/30 > itself, I will downgrade t

Re: wifi firmware for lenovo thinkpad E420

2012-05-11 Thread Siju George
On Fri, May 11, 2012 at 12:11 AM, Henning Brauer wrote: > > I have one of these somewhere - basically, all that is needed is a pci > attachment for the existing urtwn. shouldn't be too hard, but as usual > - somebody has to do it. > ok thanks :-) Siju

Re : Re: Re : Re: fw_update

2012-05-11 Thread mark sullivan
I confirm it works, so this firmware (athn,uvideo) is not necessary. My network card is an Atheros AR9285. I suspect it could have been my Atheros too Bluetooth Adapter. Call me paranoid but it makes me happier! I apologize for the bad format of my last email (new webmail) and some out-of-to

Re: fw_update

2012-05-11 Thread Henning Brauer
* David Coppa [2012-05-09 23:40]: > If you have concerns with firmwares, swap your card with, for example, an > atheros or another card that doesn't need a firmware. wait. on those cards, the firmware is simply on the card itself, usually in some kind of flash. where's the difference really? th

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-11 Thread Simon Perreault
On 2012-05-11 04:15, Garry Dolley wrote: I now have an amd64 test VM set up, where I installed stock 5.0. I ran a lot of traffic over em0 without any timeouts. That's expected. 5.0 has been running without issue for me for a long time. I also have been trying several -current kernels. As of

making packages

2012-05-11 Thread Dimitry T
I want to create packages from compiled port, copy to usb and install on another computer. After trying with "make package" in xfce4-session port tree i got only one package. How to include all dependencies and all needed to install the application on another computer?

pfstat -t does not work for me (pfstat-2.3p1)

2012-05-11 Thread Ivo Chutkin
Hello, I am collecting interface statistics with pfstat on OpenBSD 4.9. Everything works fine except pfstat -t (days). The .db files getting big so I want to clear old entries, unfortunately it does not work. Here is what I do: root@storage. ~ # du -h /var/db/pfstat.db 801M/var/db/pfstat.db

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-11 Thread Tom Doherty
I see the same issue on the most recent snapshot. Upgrading to current, disabling mpbios, and applying mikeb's patch[1] on tech@ and things are looking a lot better. bsd.rd has never exhibited this issue for me FWIW [1] http://marc.info/?l=openbsd-tech&m=133665750315650&w=2 On Fri, May 11, 2012 a

Re: making packages

2012-05-11 Thread Christer Solskogen
On Fri, May 11, 2012 at 3:15 PM, Dimitry T wrote: > I want to create packages from compiled port, copy to usb and install on > another computer. After trying with "make package" in xfce4-session port tree > i got only one package. How to include all dependencies and all needed to > install the app

Re: making packages

2012-05-11 Thread Dimitry T
make package-depends won't work, with make package depends give same results. > From: christer.solsko...@gmail.com > Date: Fri, 11 May 2012 15:29:49 +0200 > Subject: Re: making packages > To: dimitryr...@hotmail.com > CC: misc@openbsd.org > > On Fri, May 11, 2012 at 3:15 PM, Dimitry T wrote: > >

Re: pfstat -t does not work for me (pfstat-2.3p1)

2012-05-11 Thread Remco
Ivo Chutkin wrote: > Hello, > I am collecting interface statistics with pfstat on OpenBSD 4.9. > Everything works fine except pfstat -t (days). The .db files getting big > so I want to clear old entries, unfortunately it does not work. > Here is what I do: > root@storage. > ~ # du -h /var/db/pfsta

Re: making packages

2012-05-11 Thread Renzo Fabriek
On Friday 11 May 2012 15:15:23 Dimitry T wrote: > I want to create packages from compiled port, copy to usb and install on > another computer. After trying with "make package" in xfce4-session port tree > i got only one package. How to include all dependencies and all needed to > install the applic

Re: making packages

2012-05-11 Thread Marc Espie
On Fri, May 11, 2012 at 05:24:43PM +0200, Renzo Fabriek wrote: > On Friday 11 May 2012 15:15:23 Dimitry T wrote: > > I want to create packages from compiled port, copy to usb and install on > > another computer. After trying with "make package" in xfce4-session port > > tree > > i got only one pac

Re: 4.4 m68k packages?

2012-05-11 Thread David Diggles
Hi Nick, Ok I'll tell you (and everyone) a little bit about it. On Fri, May 11, 2012 at 07:27:00AM -0400, Nick Holland wrote: > If you are running an m68k machine, it's a labor of love, I really have > difficulty believing that it's a practical event. And since you only > talk of releases over t

Re: making packages

2012-05-11 Thread Dimitry T
I use make install on port xfce4-session, and after that make package. > Date: Fri, 11 May 2012 17:39:51 +0200 > From: es...@nerim.net > To: rfabr...@nerdshack.com > CC: misc@openbsd.org > Subject: Re: making packages > > On Fri, May 11, 2012 at 05:24:43PM +0200, Renzo Fabriek wrote: > > On Frida

ikev2 between openbsd and windows

2012-05-11 Thread Pavel Shvagirev
Hi everyone. Trying to build ikev2 vpn between openbsd 5.1 and windows 7 via certificates. Windows stops at #13843 error message - "Invalid payload received". Iked -vd output has a 'sa_state: VALID -> ESTABLISHED' meaning that 2nd phase is ok but just before that line I have: ca_getreq: no valid

Re: making packages

2012-05-11 Thread Dimitry T
Can pkg_create -Pf /var/db/pkg/xfce4-session-4.8.2 be enought? > From: dimitryr...@hotmail.com > To: es...@nerim.net; rfabr...@nerdshack.com > CC: misc@openbsd.org > Subject: Re: making packages > Date: Fri, 11 May 2012 16:25:39 + > > I use make install on port xfce4-session, and after that ma

Re: systat total freeze

2012-05-11 Thread frantisek holop
so i had another systat complete freeze, this time remotely, so again, no dump... sorry about another useless report, but looking at the mailing list looks like other people are experiencing hangs during disk activity. (i am speculating in this direction simply because systat's first screen after

Re: making packages

2012-05-11 Thread Renzo Fabriek
On Friday 11 May 2012 18:25:39 Dimitry T wrote: > I use make install on port xfce4-session, and after that make package. > "make install" already builds the package. Which offcourse is needed to do the install part. As for pkg_create. The manual explains that very well, it even provides an exa

Re: 4.4 m68k packages?

2012-05-11 Thread Daniel Bolgheroni
On Fri, May 11, 2012 at 07:27:00AM -0400, Nick Holland wrote: > > So...build what you want! It's part of the fun! Last time I used one took 3 days to compile wget.

VPN questions

2012-05-11 Thread Chris Smith
Would like to tunnel the net traffic from my (android) cell phone (and tablet if I ever get one) through my soho OpenBSD firewall/router when I'm connected to untrusted and/or open wifi. My outside/public IP is not fixed (cable) but it rarely changes and I do have a ddns hostname. Is this possible?

hotplugd/disklabel + smartphone sd card

2012-05-11 Thread frantisek holop
hi there, i am trying to trick /etc/hotplug/attach into mounting the sd card from my android smartphone. the principal problem seems to be that at the time of e.g. sd2 showing up, the disklabel is not ready yet. (maybe the delay is the time android needs to unmount it) as no disklabel is ready,

Re: ikev2 between openbsd and windows

2012-05-11 Thread Wesley
Hi, I take a entire week to try ikev2 between a win7 road warrior and an OpenBSD 5.1 gateway. All in following the man pages of ikectl, iked, and iked.conf. It doesn't work for me... Bugs ? Perhaps, certainly because, iked is not yet finished. So i keep isakmpd and the GreenBowVPN. Good luck

Re: making packages

2012-05-11 Thread Marc Espie
On Fri, May 11, 2012 at 07:48:15PM +0200, Renzo Fabriek wrote: > As for pkg_create. The manual explains that very well, it even provides an > example. I don't repeat it here. Just look a bit further. > But as far as I can see you'll have to do that for every package. Still much > faster than comp

Re: VPN questions

2012-05-11 Thread Kevin Chadwick
On Fri, 11 May 2012 14:25:22 -0400 Chris Smith wrote: > Would like to tunnel the net traffic from my (android) cell phone (and > tablet if I ever get one) through my soho OpenBSD firewall/router when > I'm connected to untrusted and/or open wifi. My outside/public IP is > not fixed (cable) but it

Re: strange lockups

2012-05-11 Thread Adam Jacob Muller
On 05/11/12 03:21, Stuart Henderson wrote: On 2012-05-11, Adam Jacob Muller wrote: On 5/10/12 4:24 AM, JC)rC)mie CourrC(ges-Anglas wrote: Please see http://www.openbsd.org/faq/faq2.html and http://www.openbsd.org/report.html Regards. Hi, I did do a sendbug, but i'm not sure if gnats

Re: making packages

2012-05-11 Thread Dimitry T
Thanks on shellcode. Ofc i try example in man page >> pkg_create -f /var/db/pkg/xfce4-session-4.8.2p2/+CONTENTS but that create only one xfce4-session package without depends. This shellcode do same as pkg_create -f /var/db/pkg/*/+CONTENTS, but i want only xfce4-session. > Date: Fri, 11 May 2012 2

Odd PMTU issue on ipsec tunnel

2012-05-11 Thread Carlos Flor
I have an openbsd 5.1-release box configured with an ipsec vpn to another identical openbsd machine. I am trying to test PMTU discovery by sending packets, both TCP and UDP, with the DF bit set. I get an ICMP Unreachable - Fragmentation needed packet as expected, however the "Next-Hop MTU:" field

Re: making packages

2012-05-11 Thread Renzo Fabriek
On Friday 11 May 2012 22:12:36 Dimitry T wrote: > Thanks on shellcode. Ofc i try example in man page >> pkg_create -f > /var/db/pkg/xfce4-session-4.8.2p2/+CONTENTS but that create only one > xfce4-session package without depends. This shellcode do same as pkg_create -f > /var/db/pkg/*/+CONTENTS, bu

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-11 Thread Per-Olov Sjöholm
On 11 maj 2012, at 11:16, Stuart Henderson wrote: > On 2012/05/11 01:15, Garry Dolley wrote: >> On Thu, May 10, 2012 at 03:31:27PM +0100, Stuart Henderson wrote: >>> In gmane.os.openbsd.misc, Garry Dolley wrote: On Tue, May 08, 2012 at 07:58:30PM -0400, Simon Perreault wrote: > On 2012-05

Re: making packages

2012-05-11 Thread Dimitry T
Ok, I obviously made b b a mess. I know how to install packages, but don't know how to make it. This is full story. On one computer i compile from ports xfce4-session and some other ports. I want to make package for xfce4-session, exaile and few another who are already compiled from ports with "

a live cd/dvd?

2012-05-11 Thread Eric Oyen
hello everyone. I was thinking that if we had a live image (A full running system) with an installer, we could have easier installations for the blind (and others as well). Now, some systems have the ability to port the screen to a local serial port (these are getting rare in modern commodity syst

Re: a live cd/dvd?

2012-05-11 Thread Weldon Goree
On Fri, 2012-05-11 at 18:47 -0700, Eric Oyen wrote: > hello everyone. > > I was thinking that if we had a live image (A full running system) with an > installer, we could have easier installations for the blind (and others as > well). Like this one? http://livecd-openbsd.sourceforge.net/ Or, i

Re: strange lockups

2012-05-11 Thread Adam Jacob Muller
I have further isolated this. I disabled/removed basically all custom configuration I had on the system, and was still able to trigger it. This: em3: flags=8802 mtu 1500 lladdr 00:04:23:c2:9f:27 priority: 0 media: Ethernet autoselect (1000baseT full-duplex) statu

Re: a live cd/dvd?

2012-05-11 Thread Eric Oyen
teaches me not to look at the website more often! /facepalm I never noticed these projects before. sometimes, being limited to braille or screen readers can be more than a little frustrating. thanks for the links though. I will give them a try and see what I can do with them. -eric On May 11, 201

Re: a live cd/dvd?

2012-05-11 Thread Nick Holland
On 05/11/12 21:46, Eric Oyen wrote: > hello everyone. > > I was thinking that if we had a live image (A full running system) with an > installer, we could have easier installations for the blind (and others as > well). Now, some systems have the ability to port the screen to a local serial > port

Re: 4.4 m68k packages?

2012-05-11 Thread Hugo Villeneuve
On Sat, May 12, 2012 at 01:57:38AM +1000, David Diggles wrote: > Hi Nick, > > Ok I'll tell you (and everyone) a little bit about it. > > On Fri, May 11, 2012 at 07:27:00AM -0400, Nick Holland wrote: > > If you are running an m68k machine, it's a labor of love, I really have > > difficulty believi