OpenBSD AJAX

2006-10-24 Thread Sam Fourman Jr.
Just a Quick Question, I have been searching for a direct answer to: is it possible to have a AJAX enabled Website hosted on OpenBSD? the reason why I am asking is because Apache is version 1.3.x (due to licencing issues). if not Maybe there is another http server that would support it? *if*

Re: NOD32 Antivirus and OpenBSD?

2006-10-24 Thread Der Engel
lol? On 10/24/06, Leonardo Rodrigues [EMAIL PROTECTED] wrote: Hello everyone, I'm thinking on purchasing this NOD32 anti-virus solution from ESET.COM and use it here at work. I really want to use it with OpenBSD, since every other server machine runs OpenBSD as well. The problem is that

Huge PF/BGP setups with OpenBSD

2006-10-24 Thread dormando
Yo all, I'm finally starting a project where I need to build a front-end network that'll allow us to push up to (eventually) 10 gigabits of outbound internet traffic, made up of non-jumbo frame packets. Currently we push between 150,000 and 200,000pps. Our current firewalls running 3.8 i386

Re: OpenBSD AJAX

2006-10-24 Thread Floor Terra
I have never used AJAX, but I think you could use it with OpenBSD. AJAX stands for Asynchronous Javascript And XML. Javascript runs clientside and to serve the xml part you can use virtually any scripting language (php, python, perl, ruby.) and most of them run on OpenBSD. You should

Re: OpenBSD AJAX

2006-10-24 Thread Ryan McBride
On Tue, Oct 24, 2006 at 12:55:09AM -0500, Sam Fourman Jr. wrote: is it possible to have a AJAX enabled Website hosted on OpenBSD? Yes the reason why I am asking is because Apache is version 1.3.x (due to licencing issues). if not Maybe there is another http server that would support it?

Re: OpenBSD AJAX

2006-10-24 Thread Sam Fourman Jr.
Thanks for the Feedback everyone, my next question is Would it be Possible to use AJAX from a CGI made with C running from Apache that Ships w/ OpenBSD? Sam Fourman Jr. On 10/24/06, Ryan McBride [EMAIL PROTECTED] wrote: On Tue, Oct 24, 2006 at 12:55:09AM -0500, Sam Fourman Jr. wrote: is it

Re: OpenBSD AJAX

2006-10-24 Thread Floor Terra
Yes, It would be exactly the same as any other cgi. Floor Terra On Oct 24, 2006, at 8:30 AM, Sam Fourman Jr. wrote: Thanks for the Feedback everyone, my next question is Would it be Possible to use AJAX from a CGI made with C running from Apache that Ships w/ OpenBSD? Sam Fourman Jr. On

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Nick Guenther
On 10/23/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: Hello misc@, Quite a few people sent me emails about my earier instructions, I posted here some time ago: http://marc.theaimsgroup.com/?l=openbsd-miscm=1 Now I finally got around to update my instructions on how to create an OpenBSD-based

Re: Intel Server Adapters (NICs) more questions, no answers

2006-10-24 Thread Berk D. Demir
Dag Richards wrote: Makes possible? Erm by magic? Will running that kernel ... well Um I'd like to buy another clue please Vanna. Ok. There you go. src/sys/arch/i386/conf/GENERIC.MP # $OpenBSD: GENERIC.MP,v 1.5 2005/05/01 07:54:42 david Exp $ # # GENERIC.MP - sample

figuring out the local IP address of an interface

2006-10-24 Thread Girish Venkatachalam
Dear friends, I know this question sounds basic but it is not. How to programmatically determine the IP address of an interface? (Programmatically means using C of course :-) getsockname(2) is supposed to work but it doesn't since it returns 0.0.0.0 for INADDR_ANY. getpeername(2) works, so

clearing ecn flag in outgoing packets?

2006-10-24 Thread Walter Haidinger
Hi! Is it possible to clear the ECN bit in outgoing packings using pf? Something like a no-ecn option, similar to scrub's no-df option. Why? Well, using scrub reassemble tcp and having hosts set the ECN flag seems to cause some troubles. That is, in my post of July 2006, scrub reassemble tcp and

Re: OpenVPN server writes to /etc

2006-10-24 Thread Berk D. Demir
Heinrich Rebehn wrote: Martin Gignac wrote: On 10/23/06, Heinrich Rebehn [EMAIL PROTECTED] wrote: Shouldn't openvpn write to /var/db or /var/log? I don't know if these locations can be hardcoded at compile time, but from the stock OpenBSD OpenVPN package that I use (2.0.6) it seems that

Re: OpenBSD AJAX

2006-10-24 Thread Magnus Bodin
On Tue, Oct 24, 2006 at 01:30:02AM -0500, Sam Fourman Jr. wrote: my next question is Would it be Possible to use AJAX from a CGI made with C running from Apache that Ships w/ OpenBSD? Yes. C, INTERCAL, ksh. Any application that follows the cgi protocol. Implementation language for the server

Re: figuring out the local IP address of an interface

2006-10-24 Thread Jason Stubbs
On Tuesday 24 October 2006 17:14, Girish Venkatachalam wrote: How to programmatically determine the IP address of an interface? ... Till now I have got away with a system(/sbin/ifconfig -a | grep hack. A quick browse through ifconfig.c lead to getifaddrs(3) which seems to do exactly what

Re: figuring out the local IP address of an interface

2006-10-24 Thread Pawel S. Veselov
man -s3 getifaddrs ? -- Pawel. Girish Venkatachalam wrote: Dear friends, I know this question sounds basic but it is not. How to programmatically determine the IP address of an interface? (Programmatically means using C of course :-) getsockname(2) is supposed to work but it doesn't

Re: figuring out the local IP address of an interface

2006-10-24 Thread Otto Moerbeek
On Tue, 24 Oct 2006, Girish Venkatachalam wrote: Dear friends, I know this question sounds basic but it is not. How to programmatically determine the IP address of an interface? (Programmatically means using C of course :-) getsockname(2) is supposed to work but it doesn't since it

Re: figuring out the local IP address of an interface

2006-10-24 Thread Mathieu Sauve-Frankel
networking(4) getifaddrs(3) -- Mathieu Sauve-Frankel

Re: figuring out the local IP address of an interface

2006-10-24 Thread Nick Guenther
On 10/24/06, Girish Venkatachalam [EMAIL PROTECTED] wrote: Dear friends, I know this question sounds basic but it is not. How to programmatically determine the IP address of an interface? (Programmatically means using C of course :-) getsockname(2) is supposed to work but it doesn't since it

Re: NOD32 Antivirus and OpenBSD?

2006-10-24 Thread Andreas Schweitzer
On Tue, Oct 24, 2006 at 02:41:11AM -0300, Leonardo Rodrigues wrote: Or another really good antivirus that I may consider? You could try to check out avira's server tools: http://www.avira.com/en/products/index.html most of which seem to support OpenBSD. The Windows personal edition is quite

Re: figuring out the local IP address of an interface

2006-10-24 Thread Philip Guenther
On 10/24/06, Girish Venkatachalam [EMAIL PROTECTED] wrote: How to programmatically determine the IP address of an interface? Your question is unclear. Do you _really_ want to look up the list of IP addresses bound to a given interface, specified by name and/or index? That what your question

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Andreas Bihlmaier
On Tue, Oct 24, 2006 at 08:25:52AM +0900, vladas wrote: On 10/24/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: Now I finally got around to update my instructions on how to create an OpenBSD-based LiveCD/DVD. Is this LiveCD/DVD reliable enough to send in dmesg's from it? Exuse me, but I

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Andreas Bihlmaier
On Mon, Oct 23, 2006 at 06:39:35PM -0500, Sam Fourman Jr. wrote: I have been looking for a OpenBSD Kismet Live DVD with a X Front end, I wonder if a person could actually have Kismet and x on a Live DVD? or would it have to be able to write to a Disk? Sam Fourman Jr. You might be able to

Re: figuring out the local IP address of an interface

2006-10-24 Thread Girish Venkatachalam
On Tue, Oct 24, 2006 at 10:43:57AM +0200, Otto Moerbeek wrote: On Tue, 24 Oct 2006, Girish Venkatachalam wrote: Dear friends, I know this question sounds basic but it is not. How to programmatically determine the IP address of an interface? (Programmatically means using C of

Re: OpenBSD / NetBSD systrace kernel integer overflow

2006-10-24 Thread Dries Schellekens
Nicolas Martzel wrote: http://scary.beasts.org/security/CESA-2006-003.html Feedback about that ? Corrected or always active ? http://www.openbsd.org/errata.html#systrace

Utility to view multiple log files in a Vim 7.0 tabbed view

2006-10-24 Thread Girish Venkatachalam
Dearest friends, I believe this is the place where the smartest sys admins on earth hang around; what better place than this for me to advertise my little creation? :-) I know what I did was trivial; please be gentle. :-) I have written a vim plugin that opens multiple

Re: OpenBSD / NetBSD systrace kernel integer overflow

2006-10-24 Thread Otto Moerbeek
On Tue, 24 Oct 2006, Nicolas Martzel wrote: http://scary.beasts.org/security/CESA-2006-003.html Feedback about that ? Corrected or always active ? Thanks, and hope that could help. Eh, why don't you look at http://www.openbsd.org/errata.html first? It's already fixed for more than two

Re: OpenBSD / NetBSD systrace kernel integer overflow

2006-10-24 Thread ropers
On 24/10/06, Nicolas Martzel [EMAIL PROTECTED] wrote: http://scary.beasts.org/security/CESA-2006-003.html Feedback about that ? Corrected or always active ? Thanks, and hope that could help. Ask question? Complete sentence? You talking to me? Thanks, and hope that could help.

Re: OpenBSD / NetBSD systrace kernel integer overflow

2006-10-24 Thread Matthias Kilian
On Tue, Oct 24, 2006 at 03:09:12PM +0200, Nicolas Martzel wrote: http://scary.beasts.org/security/CESA-2006-003.html http://www.openbsd.org/errata.html#systrace

Re: OpenBSD AJAX

2006-10-24 Thread Ryan McBride
On Tue, Oct 24, 2006 at 10:42:25AM +0200, Magnus Bodin wrote: On Tue, Oct 24, 2006 at 01:30:02AM -0500, Sam Fourman Jr. wrote: my next question is Would it be Possible to use AJAX from a CGI made with C running from Apache that Ships w/ OpenBSD? Yes. C, INTERCAL, ksh. Any application

Re: OpenBSD / NetBSD systrace kernel integer overflow

2006-10-24 Thread Nicolas Martzel
I thank you all, but M ropers whom the reaction is displaced. At the begining of the project i manage i had an argue with the security expert of my company. He wanted MacOSX servers, and i wanted OpenBSD. I finally win and i am very happy of my choice. He just gives me the link i have sent you,

Re: OpenBSD AJAX

2006-10-24 Thread Alexander Farber
Sam, the easiest way for you would probably to use the stock Apache 1.3.x coming with OpenBSD and then the CGI::Ajax Perl module (just install it using perl -MCPAN -e shell; ): http://www.perl.com/lpt/a/977 On 10/24/06, Sam Fourman Jr. [EMAIL PROTECTED] wrote: my next question is

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Ryan McBride
On Tue, Oct 24, 2006 at 02:37:05PM +0200, Andreas Bihlmaier wrote: On Tue, Oct 24, 2006 at 08:25:52AM +0900, vladas wrote: On 10/24/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: Is this LiveCD/DVD reliable enough to send in dmesg's from it? Exuse me, but I don't see a point in posting a

Re: pppoe goes to sleep

2006-10-24 Thread Tim Gruene
here is a ppp-logfile attached. at 19:23:09 I tried to kill and restart ppp, if I remember correctly. What am I supposed to read from the man page for ppp to help me in this case, please? Thanks for the help, Tim -- Tim Gruene Institut fuer anorganische Chemie Tammannstr. 4 D-37077

Re: OpenBSD AJAX

2006-10-24 Thread Mathieu Sauve-Frankel
On Tue, Oct 24, 2006 at 01:35:38PM +, Ryan McBride wrote: On Tue, Oct 24, 2006 at 10:42:25AM +0200, Magnus Bodin wrote: On Tue, Oct 24, 2006 at 01:30:02AM -0500, Sam Fourman Jr. wrote: my next question is Would it be Possible to use AJAX from a CGI made with C running from Apache that

Zabbix package or port

2006-10-24 Thread Phusion
I was wondering if anyone has worked on creating a Zabbix package or port for OpenBSD. Phusion

Re: figuring out the local IP address of an interface

2006-10-24 Thread Ste Jones
Is there a way to portably make this work across linux,FreeBSD,NetBSD and OpenBSD? If I remember correctly you can possibly do it with libdnet http://libdnet.sourceforge.net/ Cheers Ste

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Girish Venkatachalam
On Tue, Oct 24, 2006 at 04:12:00AM -0400, Nick Guenther wrote: On 10/23/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: Hello misc@, Quite a few people sent me emails about my earier instructions, I posted here some time ago: http://marc.theaimsgroup.com/?l=openbsd-miscm=1 Now I finally

Re: Sun Niagara supported?

2006-10-24 Thread Girish Venkatachalam
On Mon, Oct 23, 2006 at 06:14:30PM -0400, Jean-Daniel Beaubien wrote: I see I see, thanks for the explanation. I hope I didn't get your hopes up for financing...I am only a poor student finishing his Bachelor's... Jd Don't give it a thought Jean. In Sanskrit there is a saying which goes to

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Andreas Bihlmaier
On Tue, Oct 24, 2006 at 01:51:45PM +, Ryan McBride wrote: On Tue, Oct 24, 2006 at 02:37:05PM +0200, Andreas Bihlmaier wrote: On Tue, Oct 24, 2006 at 08:25:52AM +0900, vladas wrote: On 10/24/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: Is this LiveCD/DVD reliable enough to send in

Re: OpenBSD AJAX

2006-10-24 Thread Marc Espie
On Tue, Oct 24, 2006 at 12:55:09AM -0500, Sam Fourman Jr. wrote: Just a Quick Question, I have been searching for a direct answer to: is it possible to have a AJAX enabled Website hosted on OpenBSD? Yes. I have one. the reason why I am asking is because Apache is version 1.3.x (due to

Re: Dell 2650 with unsupported Adaptec PERC 3/Di RAID controller?

2006-10-24 Thread Ingo Schwarze
This might make it yet into some FAQ... :-/ K Kadow wrote on Mon, Oct 23, 2006 at 08:47:06PM -0500: I've inherited a half dozen Dell PowerEdge 2650s with the PERC 3/Di Adaptec RAID controllers, mostly running old OpenBSD with the 'aac' RAID controller enabled. I'd like to put as little

AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Karel Kulhavy
How do I do this C call taken from a Linux program on OpenBSD? socket(PF_PACKET, SOCK_RAW, htons(0x4254)) man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it could be access to individual ISO stack layers including layer 2? However the string ISO is not mentioned anywhere

Re: new LiveCD instructions for OpenBSD

2006-10-24 Thread Frank
Andreas Bihlmaier wrote: On Tue, Oct 24, 2006 at 01:51:45PM +, Ryan McBride wrote: On Tue, Oct 24, 2006 at 02:37:05PM +0200, Andreas Bihlmaier wrote: On Tue, Oct 24, 2006 at 08:25:52AM +0900, vladas wrote: On 10/24/06, Andreas Bihlmaier [EMAIL PROTECTED] wrote: Is this LiveCD/DVD reliable

Setting 10Mbps full duplex

2006-10-24 Thread Karel Kulhavy
I am used from Linux that setting a network card to 10Mbps full duplex for an optical data link was a problem almost insolvable by mankind. Both finding the documentation and performing the magic trick. I am impressed by OpenBSD. ifconfig tells me the type of the card - fxp. man fxp and search

Thank you OpenBSD, the sensors framework ROX!

2006-10-24 Thread andrew fresh
I just want to say thank you to the OpenBSD team. Over the weekend, one of our OpenBSD servers[1] had a fan die. Thanks to the sensors framework, and the Nagios[2] plugin I wrote[3], I found out it was broken, and I could also tell that the rest of the fans in the server were doing a fine job

Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Claudio Jeker
On Tue, Oct 24, 2006 at 06:34:55PM +0200, Karel Kulhavy wrote: How do I do this C call taken from a Linux program on OpenBSD? socket(PF_PACKET, SOCK_RAW, htons(0x4254)) man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it could be access to individual ISO stack layers

Re: Dell 2650 with unsupported Adaptec PERC 3/Di RAID controller?

2006-10-24 Thread Per-Olov Sjöholm
On Tuesday 24 October 2006 03:47, K Kadow wrote: I've inherited a half dozen Dell PowerEdge 2650s with the PERC 3/Di Adaptec RAID controllers, mostly running old OpenBSD with the 'aac' RAID controller enabled. I'd like to put as little money (and time) into these as possible while still

Re: Thank you OpenBSD, the sensors framework ROX!

2006-10-24 Thread Jacob Yocom-Piatt
Original message Date: Tue, 24 Oct 2006 10:08:51 -0700 From: andrew fresh [EMAIL PROTECTED] Subject: Thank you OpenBSD, the sensors framework ROX! To: misc@openbsd.org I just want to say thank you to the OpenBSD team. Over the weekend, one of our OpenBSD servers[1] had a fan die.

Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Otto Moerbeek
On Tue, 24 Oct 2006, Karel Kulhavy wrote: How do I do this C call taken from a Linux program on OpenBSD? socket(PF_PACKET, SOCK_RAW, htons(0x4254)) man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it could be access to individual ISO stack layers including layer 2?

USR GigE adapter: USR997902A

2006-10-24 Thread Jacob Yocom-Piatt
can anyone confirm that the USR997902A gigabit ethernet card is supported for i386? the device is listed as supported using the re driver, but it lists the model number without the A at the end. here is a link to the adapter http://www.cdw.com/shop/products/default.aspx?EDC=996808 i want to make

Newbie login.conf and xdm question

2006-10-24 Thread Greg Thomas
Ok, I'm trying to get my user account setup so the Java plugin works with Friefox, it's currently working fine for root. From Kurt's suggestion I changed staff's section of login.conf to: staff:\ :datasize-cur=infinity:\ :datasize-max=infinity:\ :stacksize-cur=8M:\

Re: Dell 2650 with unsupported Adaptec PERC 3/Di RAID controller?

2006-10-24 Thread K Kadow
On 10/24/06, Ingo Schwarze [EMAIL PROTECTED] wrote: If those servers are in any way mission-critical for you (i.e. if sudden failure would cause you relevant inconvenience) you should seriously consider getting better hardware, even if you have to pay for it. IMHO, overall these servers are

Re: NOD32 Antivirus and OpenBSD?

2006-10-24 Thread Damian Wiest
On 10/24/06, Leonardo Rodrigues [EMAIL PROTECTED] wrote: Hello everyone, I'm thinking on purchasing this NOD32 anti-virus solution from ESET.COM and use it here at work. I really want to use it with OpenBSD, since every other server machine runs OpenBSD as well. The problem is that

Re: Thank you OpenBSD, the sensors framework ROX!

2006-10-24 Thread laurent FANIS
On 10/24/06, andrew fresh [EMAIL PROTECTED] wrote: I just want to say thank you to the OpenBSD team. Over the weekend, one of our OpenBSD servers[1] had a fan die. Thanks to the sensors framework, and the Nagios[2] plugin I wrote[3], I found out it was broken, and I could also tell that the

krb5 login help

2006-10-24 Thread Donald J. Ankney
I've been searching mailing lists, man pages, and google with no good results, so I'm here to ask for a little nudge in the right direction. I'm trying to configure 3.9 to authenticate against a Kerberos 5 realm. Kerberos is correctly configured (I can get a ticket via kinit). I've created

Re: Oct 08 snapshot bad bug - AMD64

2006-10-24 Thread sysop
This machine experienced lockup on bge0 interface yesterday, the same interface which failed two weeks ago with earlier snapshot. Yesterday's failure was different in that the link status was stable (active), and it was possible to capture packets. However interface became unbound to its

Re: OpenBSD AJAX

2006-10-24 Thread Joachim Schipper
On Tue, Oct 24, 2006 at 01:30:02AM -0500, Sam Fourman Jr. wrote: Thanks for the Feedback everyone, my next question is Would it be Possible to use AJAX from a CGI made with C running from Apache that Ships w/ OpenBSD? Yes, although you'll be much happier with FastCGI. Also, consider Perl or

Re: krb5 login help

2006-10-24 Thread Chris Kuethe
On 10/24/06, Donald J. Ankney [EMAIL PROTECTED] wrote: I've been searching mailing lists, man pages, and google with no good results, so I'm here to ask for a little nudge in the right direction. Did you turn on kerberos in sshd_config? -- GDB has a 'break' feature; why doesn't it have 'fix'

Re: krb5 login help

2006-10-24 Thread Ryan Corder
On Tue, 2006-10-24 at 09:22 -0700, Donald J. Ankney wrote: I assume I'm missing a step here, but can't find any documentation or hints as to what that might be. I'd appreciate any links or suggestions on man pages that I should read. what does your logs say? is your Kerberos server in DNS?

Re: krb5 login help

2006-10-24 Thread Bob Beck
I'm trying to configure 3.9 to authenticate against a Kerberos 5 realm. Kerberos is correctly configured (I can get a ticket via kinit). I've created a new user class and assigned krb5-or-pwd authentication (relevant portion of login.conf is below). I assigned a user to the class and

Re: Dell 2650 with unsupported Adaptec PERC 3/Di RAID controller?

2006-10-24 Thread Nick Holland
Ingo Schwarze wrote: This might make it yet into some FAQ... :-/ been there for quite some time, actually: http://www.openbsd.org/faq/faq12.html#aac :) Nick. K Kadow wrote on Mon, Oct 23, 2006 at 08:47:06PM -0500: I've inherited a half dozen Dell PowerEdge 2650s with the PERC 3/Di

Re: Dell 2650 with unsupported Adaptec PERC 3/Di RAID controller?

2006-10-24 Thread Ingo Schwarze
Nick Holland wrote on Tue, Oct 24, 2006 at 04:05:20PM -0400: Ingo Schwarze wrote: This might make it yet into some FAQ... :-/ been there for quite some time, actually: http://www.openbsd.org/faq/faq12.html#aac Oooops. Put my foot in it. Even though the quality of the FAQ is well-known,

Re: krb5 login help

2006-10-24 Thread Donald J. Ankney
On Oct 24, 2006, at 12:29 PM, Bob Beck wrote: Did you give the wee beastie a host key on your kerberos server? both ssh and /bin/login will attempt to verify a host key against the server so that your kerberos server isn't getting spoofed. I think this is the place where I'm running

Current AMD64 DMESG on Sun X2100 M2

2006-10-24 Thread Daniel Ouellet
Hi all, Just for the records and for the interested in case you were looking at the new Sun X2100 M2. Here is the DMESG for it as of Sun Oct 22 22:42:18 MDT 2006. A few more devices are present in the current version oppose to the 4.0 release version. Very short differences: -mainbus0:

Re: Sun x2100 M2 DMESG weirdenn and remote access. OpenBSD 4.0

2006-10-24 Thread Damian Wiest
On Mon, Oct 23, 2006 at 01:24:11PM -0400, Daniel Ouellet wrote: Stuart Henderson wrote: On 2006/10/22 17:29, Daniel Ouellet wrote: It work,s but as soon as the setup for OpenBSD start to boot the bsd.rd, the access to both the ethernet management port as well as the serial console is lost

Re: krb5 login help

2006-10-24 Thread Jacob Yocom-Piatt
Original message Date: Tue, 24 Oct 2006 13:28:20 -0700 From: Donald J. Ankney [EMAIL PROTECTED] Subject: Re: krb5 login help To: Bob Beck [EMAIL PROTECTED] Cc: misc@openbsd.org On Oct 24, 2006, at 12:29 PM, Bob Beck wrote: Did you give the wee beastie a host key on your

Re: Sun x2100 M2 DMESG weirdenn and remote access. OpenBSD 4.0

2006-10-24 Thread Daniel Ouellet
Damian Wiest wrote: Besides the Broadcom, what other nic is on the system board? ISTR newer x2100's shipping with Nvidia ck8-04 Gigabit Ethernet for the primary interface which may not be supported. It's in the dmesg in archive: Two Broadcom bge Broadcom BCM5715 and two NVIDIA nfe NVIDIA

Re: krb5 login help

2006-10-24 Thread Jacob Yocom-Piatt
Original message Date: Tue, 24 Oct 2006 15:50:58 -0500 (CDT) From: Jacob Yocom-Piatt [EMAIL PROTECTED] Subject: Re: krb5 login help To: misc@openbsd.org The next problem is that I don't control the server (I'm trying to authenticate my departmental server against the

Re: krb5 login help

2006-10-24 Thread Bob Beck
The kerberos server admins have to add you a host key, they then give you that key and you put it in a keytab file on your client. I.e. they a kadmin addprinc -pw somepassword host/[EMAIL PROTECTED] and give you the result to put in a keytab file. Doing this ensures you can ask

Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Marcus Watts
Karel Kulhavy [EMAIL PROTECTED] writes: How do I do this C call taken from a Linux program on OpenBSD? socket(PF_PACKET, SOCK_RAW, htons(0x4254)) man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it could be access to individual ISO stack layers including layer 2?

I need help in interpreting some Docs

2006-10-24 Thread John Draper
Hi, I'm posting this to both OpenBSD and Snort mailing lists. In reading through the snort documentation, in section 1.5 (Inline mode), they state the following... In order for Snort Inline to work properly, Download and compile the iptables code to include make install-devel.

Re: OpenBSD AJAX

2006-10-24 Thread Wijnand Wiersma
2006/10/24, Marc Espie [EMAIL PROTECTED]: There are two perl frameworks, for instance. And ruby-on-rail is known to rely on java. Ruby on Rails has AJAX features, it includes some javascript libraries (if desired). It does not rely on java.. Wijnand

Re: Modemsupport?

2006-10-24 Thread Marco Peereboom
No, winmodes are not supported. Only actual modems are supported. On Wed, Oct 25, 2006 at 01:18:39AM +0200, [EMAIL PROTECTED] wrote: Well I just asked myself if OpenBSD does support any build in modem found on any Laptop? I had a old Laptop and in my Dmesg was a Modemchip from VIA wich wasn`t

Simple through put quick tests

2006-10-24 Thread Daniel Ouellet
Hi, Any better way or suggestion to test through put on various network cards and architecture to find one somewhat meaning full numbers for kpps other then doing timed flooding pings? I am trying to tests a bunch of different network cards, on different architecture with different loads

Re: Modemsupport?

2006-10-24 Thread Stuart Henderson
On 2006/10/25 01:18, [EMAIL PROTECTED] wrote: I had a old Laptop and in my Dmesg was a Modemchip from VIA wich wasn`t supported. Now I do own a Thinkpad and I`ve a INTEL Modem-Chip wich isn`t supported either. Often they're no modem chip, just a telephone line interface to the sound codec, and

Re: Modemsupport?

2006-10-24 Thread Greg Thomas
On 10/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Well I just asked myself if OpenBSD does support any build in modem found on any Laptop? I had a old Laptop and in my Dmesg was a Modemchip from VIA wich wasn`t supported. Now I do own a Thinkpad and I`ve a INTEL Modem-Chip wich isn`t

Problem when mount USB to OpenBSD

2006-10-24 Thread Maverick
Hi Can you please tell me how to fix this problem? Thanks a lot I am trying to mount a USB pen drive to OpenBSD. When i connect the usb to the computer there is no notice or lines appear. I run usbdevs and it return addr 1: UHCI root, hub ,Intel addr 2: USB MP3, vendor 0x0d7d addr 3: UHCI root,

Re: Modemsupport?

2006-10-24 Thread Bryan Irvine
On 10/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Well I just asked myself if OpenBSD does support any build in modem found on any Laptop? I had a old Laptop and in my Dmesg was a Modemchip from VIA wich wasn`t supported. Now I do own a Thinkpad and I`ve a INTEL Modem-Chip wich isn`t

Re: OpenBSD AJAX

2006-10-24 Thread ropers
Ryan, Joachim (, others): You mentioned that you dislike PHP. I would be curious to learn your reasons for this. I'm not trying to instigate religious wars or the like, it's just that my programming skills are mostly nonexistant coughGW BASIC shell scripts/cough and I'm thinking of properly

Re: Problem when mount USB to OpenBSD

2006-10-24 Thread Han Boetes
Run dmesg and you'll see it's /dev/sd0 that is connected After that disklabel sd0 shows you the label, most likely the only partition is sd0a. # Han

Re: Problem when mount USB to OpenBSD

2006-10-24 Thread Greg Thomas
On 10/24/06, Maverick [EMAIL PROTECTED] wrote: Hi Can you please tell me how to fix this problem? Thanks a lot I am trying to mount a USB pen drive to OpenBSD. When i connect the usb to the computer there is no notice or lines appear. I run usbdevs and it return addr 1: UHCI root, hub ,Intel

Re: Problem when mount USB to OpenBSD

2006-10-24 Thread Stuart Henderson
On 2006/10/24 16:49, Maverick wrote: Can you please tell me how to fix this problem? Thanks a lot I am trying to mount a USB pen drive to OpenBSD. When i connect the usb to the computer there is no notice or lines appear. send a full dmesg... see http://www.openbsd.org/mail.html Sent from

Re: Modemsupport?

2006-10-24 Thread sebastian . rother
No, winmodes are not supported. Only actual modems are supported. Well I`m no expert marco but is every Modemchip found on a Motherboard or included into a Laptop a Winmodem? As far as I know Winmodem is a company and I always thought if I`ve read about this Winmodems are no supported-stuff

Re: OpenBSD / NetBSD systrace kernel integer overflow

2006-10-24 Thread ropers
On 24/10/06, Nicolas Martzel [EMAIL PROTECTED] wrote: I thank you all, but M ropers whom the reaction is displaced. :D Thank you. :-) That's almost the only time I've laughed today. (Hey, no hard feelings, right?) --ropers

Re: Problem when mount USB to OpenBSD

2006-10-24 Thread Greg Thomas
Oh, yeah, don't forget that OpenBSD has an excellent FAQ: http://www.openbsd.org/faq/faq14.html#flashmem On 10/24/06, Maverick [EMAIL PROTECTED] wrote: Hi Can you please tell me how to fix this problem? Thanks a lot I am trying to mount a USB pen drive to OpenBSD. When i connect the usb to the

Re: I need help in interpreting some Docs

2006-10-24 Thread Bryan Irvine
I'll top-post because there's a lot of info there that I just don't know the answers to. I think you have to use regular snort + snortsam. --Bryan ps. is the snort-user list a gmail address now? On 10/24/06, John Draper [EMAIL PROTECTED] wrote: Hi, I'm posting this to both OpenBSD and

Re: Problem when mount USB to OpenBSD

2006-10-24 Thread Maverick
Greg Thomas-3 wrote: On 10/24/06, Maverick [EMAIL PROTECTED] wrote: Hi Can you please tell me how to fix this problem? Thanks a lot I am trying to mount a USB pen drive to OpenBSD. When i connect the usb to the computer there is no notice or lines appear. I run usbdevs and it return

Re: Modemsupport?

2006-10-24 Thread Greg Thomas
On 10/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: No, winmodes are not supported. Only actual modems are supported. Well I`m no expert marco but is every Modemchip found on a Motherboard or included into a Laptop a Winmodem? As far as I know Winmodem is a company and I always thought if

Re: OpenBSD AJAX

2006-10-24 Thread Darrin Chandler
On Wed, Oct 25, 2006 at 01:56:32AM +0200, ropers wrote: Ryan, Joachim (, others): You mentioned that you dislike PHP. I would be curious to learn your reasons for this. I'm not trying to instigate religious wars or the like, it's just that my programming skills are mostly nonexistant

Re: Sun x2100 M2 DMESG weirdenn and remote access. OpenBSD 4.0

2006-10-24 Thread stan
On Tue, Oct 24, 2006 at 05:24:43PM -0400, Daniel Ouellet wrote: Damian Wiest wrote: Besides the Broadcom, what other nic is on the system board? ISTR newer x2100's shipping with Nvidia ck8-04 Gigabit Ethernet for the primary interface which may not be supported. It's in the dmesg in

Re: Problem when mount USB to OpenBSD

2006-10-24 Thread Greg Thomas
http://openbsd.org/faq/index.html hi yeahhh it working Sorry i am a new bee to Unix in general. I having another question. Can we intall firefox in openbsd?

Automating updates question

2006-10-24 Thread Michael Osburn
While I fully realize that installing from ports is not the accepted process for anyone except for developers, I wish to start helping out in any way I can; though, being a low-skilled OpenBSD programmer tends to hurt more then help. I started looking at using my spare machine (it only

Re: OpenBSD AJAX

2006-10-24 Thread bofh
On 10/24/06, ropers [EMAIL PROTECTED] wrote: You mentioned that you dislike PHP. I would be curious to learn your reasons for this. If you look back at the history of PHP, it was created so that non-programmers can easily program. Well, if you want to see the results of a non-programmer

Re: OpenBSD AJAX

2006-10-24 Thread L. V. Lammert
On Wed, 25 Oct 2006, ropers wrote: Ryan, Joachim (, others): Should a coding n00b like myself avoid PHP like the plague, or do your reasons only come into play once a certain level of programming proficiency is attained? If you want to learn a web-oriented programming, go with Ruby. Best of

Re: Modemsupport?

2006-10-24 Thread Nick Holland
[EMAIL PROTECTED] wrote: No, winmodes are not supported. Only actual modems are supported. Well I`m no expert marco but is every Modemchip found on a Motherboard or included into a Laptop a Winmodem? I have not seen a single exception to that in a very long time. If you didn't pay extra

Re: OpenBSD AJAX

2006-10-24 Thread Sam Fourman Jr.
Thank you all for the input this is GREAT I have always liked Procedural languages as well as compiled languages, I tend not to like runtimes. One of the Major reasons for FINALLY ditching Windows, cold turkey and switching to OpenBSD, was I felt that Windows in general made it hard to code in

Re: Ierrs on dual firewalls

2006-10-24 Thread Gunga Din
Interesting... net.ip.ifq.drops was indeed showing quite a bit of activity. I ratcheted up the net.ip.ifq.maxlen a bit based on the recommendations I've seen (up to 250-300), and the general performance improved quite a bit. The 'drops' stabilized pretty cleanly for a while, and video stuff

Re: Modemsupport?

2006-10-24 Thread STeve Andre'
On Tuesday 24 October 2006 19:47, Stuart Henderson wrote: On 2006/10/25 01:18, [EMAIL PROTECTED] wrote: I had a old Laptop and in my Dmesg was a Modemchip from VIA wich wasn`t supported. Now I do own a Thinkpad and I`ve a INTEL Modem-Chip wich isn`t supported either. Often they're no

Re: OpenBSD AJAX

2006-10-24 Thread Aaron Glenn
On 10/24/06, Sam Fourman Jr. [EMAIL PROTECTED] wrote: I am Searching the Internet for a Basic Hello World Ajax sample written in C if anyone has one laying around please reply to this post AJAX is a concept, not a language. Read up on XMLRPC and take it from there (-:

Re: Sun x2100 M2 DMESG weirdenn and remote access. OpenBSD 4.0

2006-10-24 Thread Daniel Ouellet
stan wrote: That's actually not a given IFIRK Sun says the RAID on the 2100's is Windows only. Interesting! I didn't read that. Must have skip my reading then somehow. The choice are in the BIOS to enable it. I didn't buy two drives as it was for testing only, so I can't say if it would

  1   2   >