ifconfig man/usage err wrt deletetunnel on 3.8-beta

2006-02-17 Thread Brad Ely
The man page (and usage message) for ifconfig on 3.8-beta seems to be out of date with respect to the current behavior when deleting a tunnel. # ifconfig tun0 create # ifconfig tun0 tun0: flags=10POINTOPOINT mtu 3000 groups: tun # ifconfig tun0 10.0.0.1 10.0.0.2 # ifconfig tun0 tun0:

Re: iwlist scan equivalent command under OpenBSD

2006-02-17 Thread Joakim Aronius
Also note the different between ifconfig -M run under user and superuser permissions, sudo ifconfig -M if is what you want. /jkm * Nikolai N. Fetissov ([EMAIL PROTECTED]) wrote: On Thu, February 16, 2006 11:17 am, Ramiro Aceves wrote: Hi OpenBSD fans. I have been googling around and have

Re: connect2air gprs openbsd howto?

2006-02-17 Thread Felix Kronlage
On Thu, Feb 16, 2006 at 11:16:21AM +, Didier Wiroth wrote: I recently got a fujitsu siemens compactflash (with pcmcia connector) connect2air gprs card. I've almost never used ppp and do not know how to setup it the ppp.conf to use the connect2air gprs card to dial a gprs connection.

ath1 fails to work in OBSD3.8

2006-02-17 Thread atstake atstake
ath(4) configuration is not working in OBSD3.8-Release. The wifi card is Netgear WG511T which is supposed to connect to a linksys wifi gateway to get IP address from the DHCP pool and it should have a 26-digit WEP key. Here's the dmesg OpenBSD 3.8 (GENERIC) #138: Sat Sep 10 15:41:37 MDT 2005

Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread Alexey Vatchenko
[EMAIL PROTECTED] wrote: cbb0 at pci2 dev 12 function 0 vendor ENE, unknown product 0x1411 rev 0x02pci_intr_map: no mapping for pin A : couldn't map interrupt To get rid of this message find pcibios0 at bios0 ... line in your kernel config file and change flags to 0x0042. Then recompile kernel

OpenBGPD dropping sessions.

2006-02-17 Thread Pete Bristow
Hi I've got OpenBGPD running on 3.7, currently whenever I bring up a session with another peer the session drops to Idle as soon as a set of routes are learnt. #macros BD01=217.112.a.b AS 64513 router-id 85.234.132.65 neighbor $BD01 { remote-as 29550 descr BD01 multihop 3 local-address

Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread mickey
On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote: [EMAIL PROTECTED] wrote: cbb0 at pci2 dev 12 function 0 vendor ENE, unknown product 0x1411 rev 0x02pci_intr_map: no mapping for pin A : couldn't map interrupt To get rid of this message find pcibios0 at bios0 ... line in

Re: 3.8 bridge trouble

2006-02-17 Thread Henning Brauer
* Pailloncy Jean-Gerard [EMAIL PROTECTED] [2006-02-15 21:27]: I add asked Henning at EuroBSDCon'2005 about this, and he says to me that if I could avoid this setup (bridge) and use a router: this is the way to go. actually, I am pretty certain I told you you'll need stp at least. I did and

Re: 3.8 bridge trouble

2006-02-17 Thread Henning Brauer
* Pailloncy Jean-Gerard [EMAIL PROTECTED] [2006-02-16 10:26]: Nest tr y: I setup the two nics to be in 10bt mode and not in 100bt. The box freezes, all the segment go down. Near nothing comes in or out, from any other serveres of the segment. answer to ssh was with a lag of few minutes (for

Re: OpenBGP on firewall

2006-02-17 Thread Henning Brauer
* Paolo Supino [EMAIL PROTECTED] [2006-02-16 19:54]: I started working for a company that its production site is running 2 PIX firewalls with no VRRP (to save cost on licensing, duh). I offered and they approved to replace them with 2 OpenBSD and CARP. In front of the FW there is a Cisco

Re: OpenBGPD dropping sessions.

2006-02-17 Thread Henning Brauer
* Pete Bristow [EMAIL PROTECTED] [2006-02-17 12:30]: I've got OpenBGPD running on 3.7, currently whenever I bring up a session with another peer the session drops to Idle as soon as a set of routes are learnt. that, of course, is not normal behaviour and nothing we ever observed... This

Re: OpenBGPD dropping sessions.

2006-02-17 Thread Pete Bristow
Hi Henning * Pete Bristow [EMAIL PROTECTED] [2006-02-17 12:30]: I've got OpenBGPD running on 3.7, currently whenever I bring up a session with another peer the session drops to Idle as soon as a set of routes are learnt. that, of course, is not normal behaviour and nothing we ever

Re: OpenBGPD dropping sessions.

2006-02-17 Thread Henning Brauer
* Pete Bristow [EMAIL PROTECTED] [2006-02-17 13:16]: Feb 17 12:16:05 a bgpd[28123]: neighbor 217.112.a.b (BD01): state change Established - Idle, reason: Connection closed Was all I got. and ther eis your reason, the remote router closed the connection (aka, tcp session went down). Why, we

Re: ath1 fails to work in OBSD3.8

2006-02-17 Thread Nick Guenther
On 2/17/06, atstake atstake [EMAIL PROTECTED] wrote: ath(4) configuration is not working in OBSD3.8-Release. I have the same problem with my ath-based card. It's been mentioned on the list before. The problem seems to be that the card isn't sending proper association info. I intend to try and

filesystem full problem

2006-02-17 Thread Adam Papai
Hello list, I've run into a problem. My /var reached the 105% disk usage. I've deleted 1.5G from /var but the df shows me still 2Gb. du -csh /var shows 38M What can I do? I tried: sync but nothin happens. The programs can't write to /var so it intiditaces a little deffect.. What's the

Re: cardbus cant map interrupt - asus pundit barebone

2006-02-17 Thread Alexey Vatchenko
mickey wrote: On Fri, Feb 17, 2006 at 01:14:25PM +0200, Alexey Vatchenko wrote: of course the right way is to boot into UKC: boot -c ... UKC change pcibios change pcibios (y/n)? y flags [0x0]: 0x30 UKC exit and send a full dmesg then please. http://psytech.h10.ru/full_dmesg.txt --

Re: filesystem full problem

2006-02-17 Thread Ray Lai
On Fri, Feb 17, 2006 at 02:54:43PM +0100, Adam Papai wrote: Hello list, I've run into a problem. My /var reached the 105% disk usage. I've deleted 1.5G from /var but the df shows me still 2Gb. du -csh /var shows 38M What can I do? I tried: sync but nothin happens. The programs can't

Re: how do I PXE boot a laptop so as to install OpenBSD??

2006-02-17 Thread djgoku
On 2/17/06, Julesg [EMAIL PROTECTED] wrote: I am prepared to do a PXE ethernet boot but I need very specific instructions. (This is where I whine and say please; The thing is  I mean it. Help.) Make sure your laptop ethernet card supports PXE booting. Reading this will help if you

Re: CARP+pf+pfsync redundant firewalls running active/active doable?

2006-02-17 Thread Joseph C. Bender
Jason Stubbs wrote: Hi, I'm looking to set up redundant firewalls in pretty much the same way as is detailed in the PF FAQ. For discussion purposes, I've reproduced the basic network layout below. From your description and questions below, it looks like you're not trying to do it the same

Newsletter della 8� settimana 2006

2006-02-17 Thread Borghi Toscani News
[IMAGE] [IMAGE] Borghi Toscani | E - mail | Registrati | Inserisci un locale | Meteo | News [IMAGE] NUOVI INSERIMENTI Newsletter della 8B0 settimana 2006 LINK CONSIGLIATI BB Da Anna LAST MINUTE IN TOSCANA OFFERTE SOGGIORNI IN TOSCANA OFFERTE LAST MINUTE FIRENZE Last Minute Abetone

Which platform version can run on IBM OpenPower 710/720 ?

2006-02-17 Thread Michael Bibby
hello [EMAIL PROTECTED]: Can anyone tell me which platform can run on IBM OpenPower 710 / 720 ? macppc ? thanks

Re: Which platform version can run on IBM OpenPower 710/720 ?

2006-02-17 Thread ober
None? -Ober Richard Chesler: [Reading a piece of paper] The first rule of Fight Club is you don't talk about Fight Club? Narrator: [Voice-over] I'm half asleep again; I must've left the original in the copy machine. Richard Chesler: The second rule of Fight Club - is this yours? Narrator:

Crawling IPSec speed with enc aes

2006-02-17 Thread Andreas Bihlmaier
Hello misc@, first of all I have to say ipsecctl with ipsec.conf is wonderful, never was simpler to setup a VPN. The problem is that the speed is REALLY slow when I use the default cipher (aes) in quick auth mode in ipsec.conf (see below). Throughput is good if I use other ciphers: Cipher

Can anyone suggest a browser with JavaScript for ARM?

2006-02-17 Thread Andrew Smith
Hi, It's a plain fact that mozilla/firefox and all the derivative browsers like Epiphany won't build for ARM at the moment due to some issue with NSPR which causes the a segmentation fault during the signing phase of the libraries. 19 hours of build time on both Firefox and Mozilla have shown

Re: Can anyone suggest a browser with JavaScript for ARM?

2006-02-17 Thread Andrew Smith
Yep, tried Konqueror-embedded, it doesn't support whatever moinmoin is doing for its GUI editor. I think (although I may be wrong) that the version in the ports is too low to support javascript. I recently built the kde libs (took about 2 days) so that I could try building a later version but it

Privoxy lockups

2006-02-17 Thread Michael Frost
Using OpenBSD-v3.8 and v3.9-BETA on i386 together with tor, privoxy stops working alfways after a few minutes up to a few hours. 'Stop working' means either the privoxy process isn't running anymore (so it needs to be restarted) or the process is running but no data stream is managed by privoxy

Re: XMail mail server - random crashes, maybe OpenBSD fault?

2006-02-17 Thread Kamil Andrusz
Marcin Wilk [EMAIL PROTECTED]: Hello XMail is mail server of my choice because it is all what i need (SMTP/POP3 in one app, very simple configuration, remotely administration withs pecial protoco, very fast working etc. etc.). The problem with XMail on OpenBSD is that it randomly crashing

Large Drive issues / question

2006-02-17 Thread Vincent Meanie
I have reviewed many faq's and searched the mailing list archives but found nothing. I am currently in the process of a major upgrade from an existing system that has been in collocation for three years, openbsd 3.5 with Pentium 3 hardware and 400gb total storage. The system hardware

updating the kernel to CURRENT

2006-02-17 Thread João Salvatti
Hi all, When updating the kernel to CURRENT (in the case, 3.9), do I have to update ports and already installed packages? Thanks. -- Joco Salvatti Undergraduating in Computer Science Federal University of Para - UFPA web: http://salvatti.expert.com.br e-mail: [EMAIL PROTECTED]

Re: filesystem full problem

2006-02-17 Thread Jared Solomon
sudo rm -rf /var/porn

Re: updating the kernel to CURRENT

2006-02-17 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] When updating the kernel to CURRENT (in the case, 3.9), do I have to update ports and already installed packages? Packages and ports should stay in sync with the rest of the userland. The OS should stay in synch with the kernel since there are important dependencies

Re: Large Drive issues / question

2006-02-17 Thread Otto Moerbeek
On Fri, 17 Feb 2006, Vincent Meanie wrote: I have reviewed many faq's and searched the mailing list archives but found nothing. I am currently in the process of a major upgrade from an existing system that has been in collocation for three years, openbsd 3.5 with Pentium 3 hardware and

Workaround if your broadcom nic timed out when disabling ethernet mac

2006-02-17 Thread Bryan Brake
This annoyance started when I bought a brand-new Dell Inspiron 9300. It comes with a Broadcom 4401 Ethernet NIC. The NIC appeared to initialize, but when I tried to set the interface to UP, the following error message occurs: bce0: timed out when disabling ethernet mac bce0: timed out

Re: Large Drive issues / question

2006-02-17 Thread Matthias Kilian
On Fri, Feb 17, 2006 at 10:52:25PM +0100, Otto Moerbeek wrote: Not that creating very large filesystems also has some drawbacks: mostly very long fsck times and high memory consumption. [...] And don't forget to consider tmp space consumption when using dump(8) and restore(8). Ciao,

Carp load balanced firewall with only one public IP?

2006-02-17 Thread carlopmart
Hi all, Somebody knows how can I setup two carp load balanced firewalls with obsd 3.8 or 3.9beta with only one public IP? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com

Problems while replacing Cisco 3640 with OpenBSD and OpenBGPd (LONG)

2006-02-17 Thread andrew fresh
I have a Cisco router I am trying to replace. I will describe the Cisco box, the replacement OpenBSD router, the setup and finally what issues I am having. The bgpd.conf contents are at the bottom of the email. If there is some additional information that would be useful, please let me know.

Re: Large Drive issues / question

2006-02-17 Thread Alexander Hall
Vincent Meanie wrote: Is this hard limit because of issues with the filesystem? Would it be possible, limitations with the controller aside, to present the array as three 700mb slices and combine them with CCD? You'll still need a file system on the ccd, though. Maybe you could play with

Re: Large Drive issues / question

2006-02-17 Thread Vincent Meanie
I am under the impression from documentation and misc list archives, that openbsd doesn't support logical volumes only CCD. Also I am planning on booting from the array, to gain the benefits of fail-over from the array. On Feb 17, 2006, at 1:52 PM, Otto Moerbeek wrote: On Fri, 17 Feb

Re: Large Drive issues / question

2006-02-17 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] I am under the impression from documentation and misc list archives, that openbsd doesn't support logical volumes only CCD. Huh? Use your _RAID_ volume managment to create multiple logical volumes and these will appear to your BSD box as multiple, smaller disks. Use

Re: slow downloads to gateway

2006-02-17 Thread Melameth, Daniel D.
Bachman Kharazmi wrote: I'm running obsd 3.8 release on my gateway. Two xl nics are installed. The GW does NAT which works very well, All downloads from internet=hosts behind the gw with local IPs goes really fast. But from internet to the GW's harddisk is ~20% of what the LAN hosts speed

Re: ifconfig man/usage err wrt deletetunnel on 3.9-beta (correction)

2006-02-17 Thread Brad Ely
On Fri, 17 Feb 2006 02:36:36 -0500 Brad Ely [EMAIL PROTECTED] wrote: Duh, 3.9-beta of course The man page (and usage message) for ifconfig on 3.8-beta seems to be out of date with respect to

Re: make fails on @pkgpath net/libnet

2006-02-17 Thread Marc Espie
On Fri, Feb 17, 2006 at 08:48:44AM -0600, [EMAIL PROTECTED] wrote: Novice Alert! I keep hitting this error output when trying pkg_add or use ports method to install nmap The instant cases were pkg_add nmap-3.95p0-no_x11.tgz Error is: Unknown element: @pkgpath net/libdnet,no_python

Re: updating the kernel to CURRENT

2006-02-17 Thread Nick Holland
Spruell, Darren-Perot wrote: From: [EMAIL PROTECTED] When updating the kernel to CURRENT (in the case, 3.9), do I have to update ports and already installed packages? I think the OP is using words in non-standard ways. The kernel is one file, /bsd. Ports and packages are the add-on stuff.

Re: tutorial for securing wifi networks with ipsec and openbsd, somewhere?

2006-02-17 Thread Rod.. Whitworth
On Mon, 6 Feb 2006 23:49:50 + (UTC), Christian Weisgerber wrote: Christian Weisgerber [EMAIL PROTECTED] wrote: Okay, this is as good an opportunity as any to write down what I did to my wireless a while ago: Meanwhile, ipsecctl has gained support for pre-shared key authentication. So in

Re: Large Drive issues / question

2006-02-17 Thread Otto Moerbeek
On Fri, 17 Feb 2006, Spruell, Darren-Perot wrote: From: [EMAIL PROTECTED] I am under the impression from documentation and misc list archives, that openbsd doesn't support logical volumes only CCD. Huh? Use your _RAID_ volume managment to create multiple logical volumes and these will

Re: filesystem full problem [SOLVED]

2006-02-17 Thread Adam PAPAI
Jared Solomon wrote: sudo rm -rf /var/porn The problem was: _after_ deleting '/var/porn' the df -h showed me still 105% disk usage ... fstat and pkill smbd solved the problem. ;) -- Adam PAPAI D i g i t a l Influence http://www.digitalinfluence.hu Phone: +36 30 33-55-735 E-mail: [EMAIL