Re : how to find dependencies when building a new kernel

2011-11-30 Thread Mik J
Hello, De : Kevin Chadwick ma1l1i...@yahoo.co.uk Split your config in half, choose the half you think is most likely to cause the problem and diff that half back to defaults and compile. Just to ack what Kevin says. You're trying to add and remove too many different things at once. First take

pf and includes

2011-11-30 Thread Peter Hallin
Hello, I have some issues with pf.conf and includes that perhaps someone could shed some light on. Where I work, we use bridging firewalls with multiple tagged vlans passing the bridges, and filtering is done on the vlan interfaces. Normally we have around 10-20 vlans on each machine, and we

Re: usb device causes system crash (ucomstart: null oxfer)

2011-11-30 Thread Daniel Gracia
At the very least you're seeing some errors. In my case, the USB/serial adapters -uticom, uftdi and uplcom- would fail without notice. Ports would open, but with no TX/RX. Detaching/reattaching won't bring them back to live; only rebooting. If your project has deadline, search for a PCI/ePCI

Re: pf and includes

2011-11-30 Thread quartz
One way to solve it would be to put all the macros in, say, /etc/vlan500-macros.conf and /etc/vlan1000-macros.conf and make sure they are included before the rules in pf.conf, but that seems inconvenient to me. that might be your best option. you can use something like pfctl to parse rules

Potencializa tus habilidades, Personal Branding para Ejecutivos.

2011-11-30 Thread Susana Hernandez
1328602 [IMAGE] Personal Branding. Desarrolla tu marca personal. Si esta informacisn no compete a su area y la considera de valor le agradecemos compartirla. Pms Capacitacisn Efectiva de Mixico es una empresa Registrada ante la STPS Trabajamos con expertos en la materia para poder brindar

softraid(4): how to reassemble a volume

2011-11-30 Thread Mattieu Baptiste
Hi all, I'm trying to reassemble a softraid(4) volume, created with the 'force' flag. When I'm trying: # bioctl -C force -c C -l /dev/sd1a softraid0 softraid0: chunk sd1a already in use bioctl: ioctl: Invalid argument According to the manpage, '-c' flag only seems to create the volume, and not

Re: how to find dependencies when building a new kernel

2011-11-30 Thread T. Valent
Stuart, I really don't want to be misunderstood: I really appreciate the help that's being offered from various users of this ML. However, the following is somewhat off topic as it does not contribute to the thread itself. Because of the permanent repeating of USE THE GENERIC KERNEL not

[5.0] pkg_add too many FTP connections

2011-11-30 Thread Patrick Lamaiziere
Hello, I'm trying to update packages with pkg_add via ftp : # pkg_add -ui Error from ftp://ftp.irisa.fr/pub/OpenBSD/5.0/packages/amd64/gperf-3.0.4.tgz 421 There are too many connections from your internet address. ftp: Can't connect or login to host `ftp.irisa.fr' Error from

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Dmitrij Czarkoff
On Wed, Nov 30, 2011 at 11:37 AM, Patrick Lamaiziere patf...@davenulle.org wrote: Is there a way to limit the number of FTP connections for pkg_add? The number of FTP connections corresponds to the number of packages. Your mirror just doesn't allow enough connections to update all of them, or

Re: problem making IPv6 address from rtadvd prefix

2011-11-30 Thread Raimo Niskanen
On Tue, Nov 29, 2011 at 07:59:41PM -0500, Douglas Maus wrote: Followup: (sorry for unconventional thread posting and the delay - learning OpenBSD is my very late night hobby so I'm not subscribed to the misc list) 3 persons posted with suggestions (mherrb, stu, and raimo) mherrb wrote:

Re: how to find dependencies when building a new kernel

2011-11-30 Thread T. Valent
Thanks to everybody. I'll dig deeper into the config files soon. For now I think we've got it discussed as much as is possible in a ML.

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Marc Espie
On Wed, Nov 30, 2011 at 12:04:10PM +0100, Dmitrij Czarkoff wrote: On Wed, Nov 30, 2011 at 11:37 AM, Patrick Lamaiziere patf...@davenulle.org wrote: Is there a way to limit the number of FTP connections for pkg_add? The number of FTP connections corresponds to the number of packages. Your

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Marc Espie
On Wed, Nov 30, 2011 at 11:37:18AM +0100, Patrick Lamaiziere wrote: Hello, I'm trying to update packages with pkg_add via ftp : # pkg_add -ui Error from ftp://ftp.irisa.fr/pub/OpenBSD/5.0/packages/amd64/gperf-3.0.4.tgz 421 There are too many connections from your internet address.

ssh vpn

2011-11-30 Thread Manuel Giraud
Hi, I've set up an openssh based vpn as described in ssh(1). Now, I want to send all my traffic through this pipe. So I've put the following nat rules on both ends of the pipe: match out on em0 from tun0:network nat-to (em0) and modified the client route table like this: route

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Chris Bennett
I found two different problems that seemed to be cured in two different ways. Your network may be the problem. I have access to two different wifi sources. They are both different connections completely and at the same location. Changing to the other one cures the problem. I also found that

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Marc Espie
On Wed, Nov 30, 2011 at 06:18:54AM -0600, Chris Bennett wrote: I found two different problems that seemed to be cured in two different ways. Your network may be the problem. I have access to two different wifi sources. They are both different connections completely and at the same location.

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Patrick Lamaiziere
Le Wed, 30 Nov 2011 12:35:40 +0100, Marc Espie es...@nerim.net a icrit : Fix your proxy/connection. pkg_add keeps one ftp connection alive, not more, but it does interrupt connections brutally as soon as it has the information it wants. All such problems come from stale ftp connections,

protecting NFS on IPsec gateway

2011-11-30 Thread Christopher Zimmermann
Hi! I want to secure my wlan using IPsec. The simplified setup looks like this: 172.26.153.0/24 .1 public ip (wlan clients) --- athn0[OpenBSD gateway]pppoe0 -- ((internet)) IPsec This works fine so far. But now I want to secure my OpenBSD gateway

Re: [5.0] pkg_add too many FTP connections

2011-11-30 Thread Brett
On Wed, 30 Nov 2011 11:37:18 +0100 Patrick Lamaiziere patf...@davenulle.org wrote: Hello, I'm trying to update packages with pkg_add via ftp : # pkg_add -ui Error from ftp://ftp.irisa.fr/pub/OpenBSD/5.0/packages/amd64/gperf-3.0.4.tgz 421 There are too many connections from your

Re: how to find dependencies when building a new kernel

2011-11-30 Thread Diana Eichert
On Wed, 30 Nov 2011, T. Valent wrote: SNIP dmesg output of any of these devices would be possible, but like I said it's a very stripped down environment. dmesg is not part of it. I'd have to setup an old system with dmsg on it, then export the output, just to dmesg is the lazy way to get

Re: problem making IPv6 address from rtadvd prefix

2011-11-30 Thread Christian Weisgerber
Douglas Maus dm...@speakeasy.net wrote: Also, is having the rtsold daemon running all the time required? No. If you have hostname.if with rtsol to set the route at boot, do you have to run rtsold? No. IPv6 routers regularly broadcast advertisements. If you have net.inet6.ip6.accept_rtadv

Re: pf and includes

2011-11-30 Thread Guido Tschakert
Am 30.11.2011 09:22, schrieb Peter Hallin: Hello, I have some issues with pf.conf and includes that perhaps someone could shed some light on. Where I work, we use bridging firewalls with multiple tagged vlans passing the bridges, and filtering is done on the vlan interfaces. Normally

Re: usb device causes system crash (ucomstart: null oxfer)

2011-11-30 Thread Amit Kulkarni
panic message: uvm_fault(0xd0a2c8c0, 0x1000, 0, 1) - e kernel: page fault trap, code=0 Stopped at usb_allocmem+0x14f: cmpl%ebx,0(%eax) I also have a similar panic message. My solution is to disable ehci from my GENERIC. stupid but it works on this NVIDIA USB controller. jakemsr@

Re: softraid(4): how to reassemble a volume

2011-11-30 Thread Joel Sing
On Wednesday 30 November 2011, Mattieu Baptiste wrote: Hi all, I'm trying to reassemble a softraid(4) volume, created with the 'force' flag. When I'm trying: # bioctl -C force -c C -l /dev/sd1a softraid0 softraid0: chunk sd1a already in use bioctl: ioctl: Invalid argument According to the

Something similar to Soekris boards, for server applications

2011-11-30 Thread Sime Ramov
Hello, I am looking for something in the spirit of Soekris boards, but more suited for server applications, e.g. for hosting Django apps. Current net6501 is maxed out at 2 GB of RAM and 1.6 Ghz *single-core* (two threads) atom. The reason I am considering Soekris is because dedicated servers are

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread Christiano F. Haesbaert
On 30 November 2011 14:27, Sime Ramov s...@ramov.com wrote: Hello, I am looking for something in the spirit of Soekris boards, but more suited for server applications, e.g. for hosting Django apps. Current net6501 is maxed out at 2 GB of RAM and 1.6 Ghz *single-core* (two threads) atom. The

Re: Natural Link Building Experts..

2011-11-30 Thread Sonia Mehra
Hi, Hope you are doing well. I haven't heard back from you, just wondering if you are interested in any of our services. We do theme based link building which has a direct impact not only on the page rank of your client but on the rankings is well. Also, we have a unique quality control

Re: softraid(4): how to reassemble a volume

2011-11-30 Thread Mattieu Baptiste
On Wed, Nov 30, 2011 at 5:16 PM, Joel Sing j...@sing.id.au wrote: On Wednesday 30 November 2011, Mattieu Baptiste wrote: Hi all, I'm trying to reassemble a softraid(4) volume, created with the 'force' flag. When I'm trying: # bioctl -C force -c C -l /dev/sd1a softraid0 softraid0: chunk sd1a

Re: how to find dependencies when building a new kernel

2011-11-30 Thread Torsten Valentin
dmesg is the lazy way to get this info, the same info is written to /var/log/messages during boot. Are you saying your system is so stripped down you don't even log anything? Yep. And because the only persistent memory is Flash (32MB, which quickly dies if you permanently write to it), the

Re: how to find dependencies when building a new kernel

2011-11-30 Thread David Riley
On Nov 30, 2011, at 12:15 PM, Torsten Valentin wrote: dmesg is the lazy way to get this info, the same info is written to /var/log/messages during boot. Are you saying your system is so stripped down you don't even log anything? Yep. And because the only persistent memory is Flash (32MB,

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread Jason Crawford
On 11/30/11 11:27, Sime Ramov wrote: Hello, I am looking for something in the spirit of Soekris boards, but more suited for server applications, e.g. for hosting Django apps. Current net6501 is maxed out at 2 GB of RAM and 1.6 Ghz *single-core* (two threads) atom. The reason I am

Re: how to find dependencies when building a new kernel

2011-11-30 Thread Torsten Valentin
Would you be able to use TFTP to try booting test kernels off a remote machine? Nope. I try every attempt with a hardware flash drive which I generate for that test machine. But I've got to get the kernel basically running on my test VM, then another not that damn small hardware. Once this is

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread Sime Ramov
* Christiano F. Haesbaert haesba...@haesbaert.org [2011-11-30 14:39-0200]: You may consider the new AMD E-350, the fusion ones, they're very low-power and might suit you. They're very, very cheap, I've never used them, but sounds a better alternative than the atom. Fusion stuff is consumer

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread Sime Ramov
Hi, * Jason Crawford ja...@purebsd.net [2011-11-30 12:27-0500]: Maybe look at this: http://www.newegg.com/Product/Product.aspx?Item=N82E16816101364 I know about that one, it's not bad but I would like to fit two boards in 1U. Which is exactly what kerberos.si is doing for Soekris with their

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread Bentley, Dain
I second that. I run an atom 330 with two gigs of RAM and two 500gig drives in a raid for development server at home is a 1u case. It performs great and its low power Regards, Dain Bentley -Original Message- From: Jason Crawford [ja...@purebsd.net] Received: Wednesday, 30 Nov 2011,

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread David Riley
On Nov 30, 2011, at 1:12 PM, Bentley, Dain wrote: I second that. I run an atom 330 with two gigs of RAM and two 500gig drives in a raid for development server at home is a 1u case. It performs great and its low power My router runs an Atom Mini-ITX board. Nothing heavy duty, but it's a

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread Mehma Sarja
I'm putting a Supermicro Atom D510 in the field as a SSD-based firewall and boot server for 158 users. And a Supermicro D525 as a file server with a 1 TB drive. Where they are going, they have power issues and low-power systems, with a UPS, might just survive. Each is maxed out with 4GB RAM.

Re: pf and includes

2011-11-30 Thread Adriaan
On Wed, Nov 30, 2011 at 9:22 AM, Peter Hallin peter.hal...@ldc.lu.se wrote: Hello, I have some issues with pf.conf and includes that perhaps someone could shed some light on. Where I work, we use bridging firewalls with multiple tagged vlans passing the bridges, and filtering is done on the

Re: how to find dependencies when building a new kernel

2011-11-30 Thread Jan Stary
On Nov 30 18:15:30, Torsten Valentin wrote: dmesg is the lazy way to get this info, the same info is written to /var/log/messages during boot. Are you saying your system is so stripped down you don't even log anything? Yep. And because the only persistent memory is Flash (32MB, which

Re: Something similar to Soekris boards, for server applications

2011-11-30 Thread David Riley
On Nov 30, 2011, at 2:18 PM, Mehma Sarja wrote: I'm putting a Supermicro Atom D510 in the field as a SSD-based firewall and boot server for 158 users. And a Supermicro D525 as a file server with a 1 TB drive. Where they are going, they have power issues and low-power systems, with a UPS, might

Re: how to find dependencies when building a new kernel

2011-11-30 Thread Jan Stary
On Nov 30 10:26:46, T. Valent wrote: sure will solve what you have understood to be my problem. But what really annoys me here is that I'm not taken seriously when I say this isn't an option. Why don't you just believe my words instead of permanently speaking about things that I explicitly

ISAKMPD question: certificates shipped?

2011-11-30 Thread Toni Mueller
Hi, I'm running into a problem with OpenBSD 5.0 and isakmpd. A config that works on 4.8, doesn't work on 5.0: the client is denied access, allegedly due to OpenBSD shipping the wrong (X.509) certificate, or certificates in the wrong order. The (3rd party) claim is that it might ship the CA

Re: mSATA failure on 6501 w/ OpenBSD 5.0

2011-11-30 Thread Christopher LILJENSTOLPE
Greetings guys, I'm the original reporter, comments in line... One other comment, when I got back to the console and rebooted, the entire drive was scrodded. I haven't seen an fsck like that in quite some time. Unable to really come up as an operational system. Basically re-pxe'd boot.rd and

Re: [Soekris] Fwd: mSATA failure on 6501 w/ OpenBSD 5.0

2011-11-30 Thread Jonathan Gray
Do you have a way to reproduce this? I have a 6501 with 2GB msata and haven't seen the problem here. On Mon, Nov 28, 2011 at 02:45:41PM -0800, Christopher LILJENSTOLPE wrote: Greetings, Any thoughts as to how to get around this - it's only been up for a few days. Rebooting my home

Packet filter log tools

2011-11-30 Thread John Tate
OpenBSD Misc, What tools can you guys recommend for browsing through a pf log? GUI not needed, ideally, something a bit like webalizer that spits out HTML. If no such thing exists, perhaps I should make one, I am looking for a project. John Tate -- www.johntate.org

bad link for bind's named server patch for Openbsd 5.0 -stable

2011-11-30 Thread Ralph W Siegler
So 5.0 has its very first patch to -stable, but the link http://ftp.openbsd.org/pub/OpenBSD/patches/5.0/common/001_bind.patch goes nowhere. Could someone please fix that? Thanks!

Re: bad link for bind's named server patch for Openbsd 5.0 -stable

2011-11-30 Thread Daniel Ouellet
What you are looking at here: http://www.openbsd.org/errata50.html May not have replicated everywhere yet. Give it a day or two. Daniel On 11/30/11 8:30 PM, Ralph W Siegler wrote: So 5.0 has its very first patch to -stable, but the link

Re: bad link for bind's named server patch for Openbsd 5.0 -stable

2011-11-30 Thread Daniel Ouellet
What patch you want. http://ftp.openbsd.org/pub/OpenBSD/patches/5.0/common/ There isn't one yet, no bug yet. Hmmm. Or if oyu look here: http://openbsd.org/errata50.html You will see clearly that it said: None yet! Hmmm... On 11/30/11 8:30 PM, Ralph W Siegler wrote: So 5.0 has its very

mplayer problems

2011-11-30 Thread Luis Useche
Hi Guys, Is anyone having problems lately with mplayer? After my last update of packages mplayer alternates between these two errors: (0)$ mplayer mplayer: can't load library 'liborc-0.4.so.4.0' (0)$ mplayer mplayer: can't load library 'libenca.so.0.0' I also tried to compile from ports without

Re: Packet filter log tools

2011-11-30 Thread John Tate
On Thu, Dec 1, 2011 at 5:32 PM, Jan Stary h...@stare.cz wrote: On Dec 01 12:23:30, John Tate wrote: If no such thing exists, perhaps I should make one, Absolutely. Let us know when it is done. I am looking for a project. Ah, so sysutils/cdrtools is already up to the latest release?

Narcicism?

2011-11-30 Thread John Tate
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 actually have a solution, but I can't seem to ask anything on this list without parrots coming along picking on me. I think some people just hang out here because

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: Narcicism?

2011-11-30 Thread Tony Abernethy
Something about gladly making fools suffer as opposed to gladly suffering fools. Actually they are a lot kinder and gentler than I would be. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of John Tate Sent: Thursday, December 01, 2011 1:28 AM To: