Re: PPPoE(4) Two ADSL modems (identical LCP session issue)

2008-10-15 Thread gm_sjo
2008/10/15 Can Erkin Acar [EMAIL PROTECTED]: I have previously used two PPPoE links succesfully. The sys/net/if_pppoe.c:pppoe_find_softc_by_session() is correct as long as the devices are attached to different ethernet devices. Someone kindly wrote me this patch:- --- if_pppoe.c.orig

Re: BSD Port from OpenJDK

2008-10-15 Thread Pete Vickers
Hi, Whilst I fully acknowledge the stigmatism that goes with java, I'm very grateful to Kurt et. al. for making it run under OpenBSD. It has saved me from having to admin extra linux/solaris boxes many times, when customers insist on java. I'm also looking forward to merely pkg_add'ing

perl and openbsd

2008-10-15 Thread Holger Glaess
hi which option i have to change that perl is able to ge more memory resoruces ? i an script that works on linux complete well but under openbsd , he start and then perl stop to work an left the memory. if i disable some internal modules than he works. if i see the the working script in top

Re: what exactly is enc0?

2008-10-15 Thread Matthew Dempsky
enc0 is a virtual interface for ipsec traffic. See the enc(4) man page for details.

Re: what exactly is enc0?

2008-10-15 Thread Richard Toohey
On 15/10/2008, at 8:59 PM, Vivek Ayer wrote: Hey folks, So having successfully installed OpenBSD on my lab's Sun Blade Workstation, I started to configure the network. The blade workstation had two ethernet ports, gem0 and enc0. gem0 is the gigabit PCI adapter, but enc0 is not like a

Re: perl and openbsd

2008-10-15 Thread Uwe Werler
Am Wed, 15 Oct 2008 09:28:06 +0200 (CEST) schrieb Holger Glaess [EMAIL PROTECTED]: hi which option i have to change that perl is able to ge more memory resoruces ? i an script that works on linux complete well but under openbsd , he start and then perl stop to work an left the memory.

Re: what exactly is enc0?

2008-10-15 Thread Alexander Hall
Hi, man enc /Alexander Vivek Ayer wrote: Hey folks, So having successfully installed OpenBSD on my lab's Sun Blade Workstation, I started to configure the network. The blade workstation had two ethernet ports, gem0 and enc0. gem0 is the gigabit PCI adapter, but enc0 is not like a traditional

Re: what exactly is enc0?

2008-10-15 Thread Vivek Ayer
ok enc0 is actually a virtual interface. It's not even that other network card. The other network card that's not being detected is part of the bellerophon PCI daughterboard which includes a video out, ethernet, sound card, a red led that's always blinking, among other things. Apparently, openbsd

Re: perl and openbsd

2008-10-15 Thread Holger Glaess
Uwe Werler wrote: Am Wed, 15 Oct 2008 09:28:06 +0200 (CEST) schrieb Holger Glaess [EMAIL PROTECTED]: hi which option i have to change that perl is able to ge more memory resoruces ? i an script that works on linux complete well but under openbsd , he start and then perl stop to work an

MPE(4) functionality

2008-10-15 Thread Insan Praja SW
Hi misc@, Working on current here, trying to create mpe but all I can get is; $ sudo ifconfig mpe0 create ifconfig: SIOCIFCREATE: Invalid argument I guess its not enabled yet. I'm asking just to make sure my box is ok and nothing else. Thanks, -- insandotpraja(at)gmaildotcom

Re: MPE(4) functionality

2008-10-15 Thread Michele Marchetto
Il giorno mer, 15/10/2008 alle 21.14 +0700, Insan Praja SW ha scritto: I guess its not enabled yet. I'm asking just to make sure my box is ok and nothing else. Thanks, You guessed it. MPLS stack is not usable yet. It will be soon.

Re: PF Queue on a GROUP of nics?

2008-10-15 Thread Brian A. Seklecki
On Mon, 2008-10-06 at 16:39 +1100, Sunnz wrote: Is it possible? Say I have a few nics of the same group... dc0 dc1 dc2 dc3... which all belong to a group dc. Sunnz Do you mean a shared queue where downstream bandwidth from a single upstream interface is proportionally divided into two

Amsterdam OpenBSD 4.4 release party op donderdag 6 november

2008-10-15 Thread chefren
Donderdag 6 november Cafe de Deugniet Oude Brugsteeg 12, 1012 JP Amsterdam http://maps.google.nl/maps?f=qhl=enq=Oudebrugsteeg+12,+Amsterdam+1012+Amsterdam,+North+Holland,+The+Netherlandssll=52.469397,5.509644sspn=3.741684,6.097412ie=UTF8cd=1geocode=0,52.375293,4.897561t=hz=17iwloc=addr 18:00

Advanced Queuing: Host-Only Stateful Inspection and Queues

2008-10-15 Thread Brian A. Seklecki
[Long Message Disclaimer] All: I was just looking over Peter Hansteen's PF book -- It's a great reference, but the coverage on QUEUING is limited (6 pages of ~150). I was hoping to find an answer to a question there-in, that I had back in 2006 when I filed system/4574 -- but with behind me, I

Funny linker error: relocation truncated to fit

2008-10-15 Thread Edd Barrett
Hi Guys, Does anyone know what this weird linker error means? xetexini.o(.text+0x4bc): In function `initialize': : relocation truncated to fit: R_SPARC_H44 zzzaa It causes my build to fail. -- Best Regards Edd http://students.dec.bournemouth.ac.uk/ebarrett

Filtering outgoing connections in pf

2008-10-15 Thread Ricardo Augusto de Souza
Hi, I AM confused with some PF rules. I am trying to allow just some ports to my local users. I am using block out on $ext_if but I think I would be able to choose ports my lan users will access with rule Pass out on $ext_if proto tcp from 10.10.0.0/16 to any port { 80, 25, 110 } keep state

Re: perl and openbsd

2008-10-15 Thread Nick Guenther
On Wed, Oct 15, 2008 at 4:28 AM, Holger Glaess [EMAIL PROTECTED] wrote: and in this case how i can change the stacksize to more then 32M on openbsd? i try in login.conf :stacksize=64M:\ :stacksize-cur=64M:\ but nothing change . Did you reboot? i there an sysctl option

what exactly is enc0?

2008-10-15 Thread Vivek Ayer
Hey folks, So having successfully installed OpenBSD on my lab's Sun Blade Workstation, I started to configure the network. The blade workstation had two ethernet ports, gem0 and enc0. gem0 is the gigabit PCI adapter, but enc0 is not like a traditional network card. What exactly is it? Having seen

Re: Filtering outgoing connections in pf

2008-10-15 Thread Maxime DERCHE
Hello, You may use tags to separate the traffic comming from the computers of your users and the traffic comming from you own computer. Hope this helps, Maxime DERCHE On Wed, 15 Oct 2008 13:01:05 -0300 Ricardo Augusto de Souza [EMAIL PROTECTED] wrote: Hi, I AM confused with some PF

Re: Funny linker error: relocation truncated to fit

2008-10-15 Thread Ted Unangst
On Wed, Oct 15, 2008 at 11:53 AM, Edd Barrett [EMAIL PROTECTED] wrote: Hi Guys, Does anyone know what this weird linker error means? xetexini.o(.text+0x4bc): In function `initialize': : relocation truncated to fit: R_SPARC_H44 zzzaa It causes my build to fail. You compiled with -fpic

Re: root acount unable to mail gmail.com - vers. 4.3

2008-10-15 Thread Christophe Rioux
Hi I found the issue. I had to add a route like Route -q add 127.0.0.1 -netmask 255.0.0.0 localhost = and after this, the box is able to send mails !!! Next issue if someone has an idea: Interface1 = dmz one with the mail server of the company Interface2 = Public IP, which is also the IP of

Re: what exactly is enc0?

2008-10-15 Thread Vivek Ayer
Can you put the regular smaller PCI cards (The majority of PCI cards) in Suns? The Sun PCI port is bigger, but can smaller PCI cards fit into these bigger ports? Thanks On Wed, Oct 15, 2008 at 7:08 AM, Christian Weisgerber [EMAIL PROTECTED] wrote: Vivek Ayer [EMAIL PROTECTED] wrote: On a

Re: RES: Filtering outgoing connections in pf

2008-10-15 Thread Charlie Clark
Private IP's like those in 10.10.0.0/16 have to be natted using nat on $ext_if from 10.10.0.0/16 to any - ($ext_if) so the packets exiting $ext_if are coming from ($ext_if) and not from 10.10.0.0/16 Regards, Charlie Ricardo Augusto de Souza wrote: I didn4t understand what u Said. Could u

Re: what exactly is enc0?

2008-10-15 Thread Christian Weisgerber
Vivek Ayer [EMAIL PROTECTED] wrote: On a related note, if enc0 is actually for something else, I have a bunch of gigabit PCI ethernet cards, but these aren't Sun PCI. Is there a workaround for this? You can put non-Sun PCI components into a Blade without problems. The firmware will not

Re: BSD Port from OpenJDK

2008-10-15 Thread Kyle Drake
Your negativity sucks. Porting Java to OpenBSD was and is not a trivial effort. It also serves as an excellent test bed for threads, the runtime linker and large memory applications. And it allows me to continue to use OpenBSD. Without it I would have had to bail to Linux on a lot of my

Re: what exactly is enc0?

2008-10-15 Thread Cezary Morga
Dnia 6roda, 15 padziernika 2008 10:12, Vivek Ayer napisa3: ok enc0 is actually a virtual interface. It's not even that other network card. The other network card that's not being detected is part of the bellerophon PCI daughterboard which includes a video out, ethernet, sound card, a red led

Re: perl and openbsd

2008-10-15 Thread Holger Glaess
Nick Guenther wrote: On Wed, Oct 15, 2008 at 4:28 AM, Holger Glaess [EMAIL PROTECTED] wrote: and in this case how i can change the stacksize to more then 32M on openbsd? i try in login.conf :stacksize=64M:\ :stacksize-cur=64M:\ but nothing change . Did you reboot? no

Re: Doubled binary in /bin in snapshot?

2008-10-15 Thread Tomas Bodzar
I start learn from this link.It's writed very good for newbies. Richard Toohey wrote: No worries, I'm a learner too! On 15/10/2008, at 8:13 PM, Tomas Bodzar wrote: Great explanation,especially this link :

RES: Filtering outgoing connections in pf

2008-10-15 Thread Ricardo Augusto de Souza
Is is possible filter outgoing packets in $ext_if even doing NAT? I mean, after nat on $ext_if from 10.10.0.0/16 to any - ($ext_if) all packets from 10.10.0.0/16 will be translated to $ext_if. I wish I could filter 10.10.0.0/16 packets in $ext_if. Is is possible? Thanks -Mensagem

Re: what exactly is enc0?

2008-10-15 Thread Christian Weisgerber
Vivek Ayer [EMAIL PROTECTED] wrote: Can you put the regular smaller PCI cards (The majority of PCI cards) in Suns? The Sun PCI port is bigger, but can smaller PCI cards fit into these bigger ports? Those are just 64-bit PCI slots. Again, there is nothing Sun-specific about it. And yes, you

Re: what exactly is enc0?

2008-10-15 Thread Vivek Ayer
Are you sure they can fit in the slots? Wikipedia shows two voltage types for PCI cards: 3.3V and 5V which have different configurations. Regular 32-bit PCI network cards use 5 V signaling, which is what more computers have. I'll have to check and see what the Blades have. They may be able to

Re: what exactly is enc0?

2008-10-15 Thread Tomas Bodzar
It's encapsulating interface for ipsec traffic http://www.openbsd.org/cgi-bin/man.cgi?query=encapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html Vivek Ayer wrote: Hey folks, So having successfully installed OpenBSD on my lab's Sun Blade Workstation, I started to configure the

Re: perl and openbsd

2008-10-15 Thread Holger Glaess
Uwe Werler wrote: Am Wed, 15 Oct 2008 09:28:06 +0200 (CEST) schrieb Holger Glaess [EMAIL PROTECTED]: hi which option i have to change that perl is able to ge more memory resoruces ? i an script that works on linux complete well but under openbsd , he start and then perl stop to work an

pLUR...

2008-10-15 Thread [EMAIL PROTECTED]
. . . open your mind... free your soul... herald a new waVe of change... let the music transform... your life... as it has for the infinitum around you... ReViVe your ScEnE... little does onE know how ingrained music is in eVery culture... from hypnotic notes of the snake charmEr's

Re: RES: Filtering outgoing connections in pf

2008-10-15 Thread cgc
Why do you need to? you filter packets coming in on $int_if using the private ip, there no need to filter packets on $ext_if using the private ip. And as far as I know there is no way filter on $ext_if based on the private ip when you are natting Regards, Charlie On Wed, 15 Oct 2008 14:44:43

Re: RES: RES: Filtering outgoing connections in pf

2008-10-15 Thread cgc
What exactly are you trying to achieve? what pc's do you want to have access to what ports? Are you just allowing every pc in the 10.10.0.0/16 network the same access or not? And access to what? Just web traffic? pings? dns? ... You will have to be abit more specific And any box that is doing

Re: what exactly is enc0?

2008-10-15 Thread Stuart Henderson
On 2008-10-15, Vivek Ayer [EMAIL PROTECTED] wrote: Are you sure they can fit in the slots? Wikipedia shows two voltage types for PCI cards: 3.3V and 5V which have different configurations. Regular 32-bit PCI network cards use 5 V signaling, which is what more computers have. I'll have to

Re: RES: Filtering outgoing connections in pf

2008-10-15 Thread cgc
let me give you an example, if you just want 10.10.0.0/16 to have port 80 access then you need 3 rules: #the nat nat on $ext_if from 10.10.0.0/16 to any port 80 - ($ext_if) #allow through $int_if pass in quick on $int_if proto tcp from 10.10.0.0/16 to any port 80 #and finally allow through

Re: RES: RES: Filtering outgoing connections in pf

2008-10-15 Thread Cezary Morga
Dnia Eroda, 15 paE:dziernika 2008, cgc napisaE: And any box that is doing packet filtering between 2 or more networks, eg. a private network and the internet, is a router as far as I am aware If it's natting or filtering packets it's a gateway. -- Cezary Morga If you live to be one hundred,

Re: Amsterdam OpenBSD 4.4 release party op donderdag 6 november

2008-10-15 Thread Floor Terra
This is the third release party in Amsterdam! Pictures from the last two times can be found here: http://brobding.mine.nu/pictures/ See you the sixth of november! Floor chefren wrote: Donderdag 6 november Cafe de Deugniet Oude Brugsteeg 12, 1012 JP Amsterdam

Re: what exactly is enc0?

2008-10-15 Thread ropers
2008/10/15 Vivek Ayer [EMAIL PROTECTED]: Are you sure they can fit in the slots? Wikipedia shows two voltage types for PCI cards: 3.3V and 5V which have different configurations. Regular 32-bit PCI network cards use 5 V signaling, which is what more computers have. I'll have to check and see

pkg_add specific packages in arbitrary versions?

2008-10-15 Thread Alex Holst
I have dozens of packages I install on fresh systems, so I was looking for a way of easily installing an arbitrary version of a specific package, as in: I don't care which version gets installed, but I know the name of the application and which flavor I want. My network link is slow enough that

4.4 arrived in the UK

2008-10-15 Thread Fred Crowson
Hi Misc, 4.4 has made it to England! Thanks to all the developers for an excellent OS! My pre-ordered[1] 4.4 CD's turned up at last - would have been last Friday if the delivery service had better geo spatial awareness :~) Thanks Fred [1] Orders available in Europe at:

Re: what exactly is enc0?

2008-10-15 Thread Vivek Ayer
The network card(s) I have in bulk are the Encore Gigabit (9.99) from Newegg. I checked out that these were indeed Universal 32-bit, so it's definite that they'll fit in the Sun Blades. I just wanted to install these for the CARP/pfsync interface. I just started freaking out before because I had

Make A Change. Alcoholism and Drug Addiction Treatment

2008-10-15 Thread pmc
A Better Life Is Waiting. Get The Help You Deserve. The Watershed is recognized as a leading treatment provider offering medical detoxification and rehabilitation for those suffering from the disease of alcoholism and drug addiction. Watershed patients receive an unprecedented level of care by

UCRETSIZ EGITIM DUYURUSU, IK Icin Egitim Yonetimi ve Yetiskin Egitiminde Farklilastirilmis Ogretim Semineri

2008-10-15 Thread Egitim İlanlari
EGITIM YONETIMI ve YETISKIN EGITIMINDE FARKLILASTIRILMIS OGRETIM SEMINERI 25 Ekim 2008 / 14.00  18.00 / Elite World Hotel Konusmacilar: Zafer ERKOC - Aysen EDIS  Dr. Murat BILGILI Katilim ve Bilgi Icin: w w wb o g a z i c i e g i t i mc o mt r - Tel: 0 216 486 30 95

4.4 in New Zealand

2008-10-15 Thread Jeremy
Just received my nice shiny CD set in Wellington NZ. Can't wait to do a fresh install. Thanks to all the devs for the work. J

Re: VESA 1280x800

2008-10-15 Thread Jairo Souto
Would you, please, tell me how to add the card PCI id in the nv driver? -- Jairo Souto (38)8814-4787 Matthieu Herrb wrote: On Sun, Oct 12, 2008 at 3:42 PM, Jonathan Schleifer [EMAIL PROTECTED] wrote: Am 12.10.2008 um 15:30 schrieb Jairo Souto: It's possible for Xorg to run on VESA mode

Typo on OpenBSD 4.4 CD Set

2008-10-15 Thread Matthew Szudzik
I notice that there is a typographical error on the back cover of the OpenBSD 4.4 CD set. http://bsdly.net/~peter/44bergen02.jpg It says This package contains the operating system and a selection of applications for the i386, macppc, amd64, sparc, and sparc64 architectures. This is

Re: KDE Question, Blank 'Kicker' at the bottom of the screen, missing menus

2008-10-15 Thread evanjs
Greetings, I'm a new user, and I feel like I've done my homework on this issue but I'm rather perplexed. I don't really understand the inner workings of X and KDE and don't really know where to start to solve this problem. I installed all of the relevant KDE packages and set it to start at

You've received A Hallmark E-Card!

2008-10-15 Thread hallmark.com
Hallmark.comShop OnlineHallmark MagazineE-Cards MoreAt Gold Crown You have recieved A Hallmark E-Card. Hello! You have recieved a Hallmark E-Card. To see it, click here, There's something special about that E-Card feeling. We invite you to make a friend's day and send one. Hope to see you

reliable, dd over simple ip network

2008-10-15 Thread Neko
Good day to all of you, i have found a really dirty way of going around this, so im fishing for advices on finding a reliable way to dd over simple ip network with the generic bsd. could this be done in a straight pipe ? i have an ftp on the generic bsd, containing data, this bsd system is on

Re: route-to doesnot work for me - what am i doing wrong

2008-10-15 Thread Siju George
On Tue, Oct 14, 2008 at 3:50 PM, Stuart Henderson [EMAIL PROTECTED] wrote: pass in quick on $int_if route-to ( $ext_if2 $ext_ifgw ) from hifxchn2 to any keep state to route requests from hosts in hifxchn2 through the rl2 internet connection but it does not seem to work. you should route