i386/amd64 boot.8 patch

2006-05-12 Thread Graham Gower
This patch should be applied to both sys/arch/i386/stand/boot/boot.8 and sys/arch/amd64/stand/boot/boot.8 Graham --- boot.8.origSat May 13 14:48:39 2006 +++ boot.8 Sat May 13 14:49:05 2006 @@ -210,7 +210,7 @@ .Pp .Dl [+-]@ .Pp -Meaning to add(+) or exempt(-) the specified by the +Me

Re: Laptop recommendations

2006-05-12 Thread Roger Neth Jr
On 5/12/06, Samurai Chef <[EMAIL PROTECTED]> wrote: On 5/11/06, Roger Neth Jr <[EMAIL PROTECTED]> wrote: > On 5/11/06, Bryan Irvine <[EMAIL PROTECTED]> wrote: > > > > > I had checked the archives for misc@, and what I had read indicated > > > that the Macbook Pro could boot OpenBSD using Paralle

Re: Laptop recommendations

2006-05-12 Thread Samurai Chef
On 5/11/06, Roger Neth Jr <[EMAIL PROTECTED]> wrote: On 5/11/06, Bryan Irvine <[EMAIL PROTECTED]> wrote: > > > I had checked the archives for misc@, and what I had read indicated > > that the Macbook Pro could boot OpenBSD using Parallels virtualization > > software, but not natively due to hang

Re: is openntpd 3.9 real?

2006-05-12 Thread Matthew R. Dempsky
On Sat, May 13, 2006 at 03:44:41AM +0200, Henning Brauer wrote: > * Matthew R. Dempsky <[EMAIL PROTECTED]> [2006-05-13 03:00]: > > Will it include the leap second patch Thorsten Glaser posted earlier > > this week? > > no. Can I ask why his patch has been rejected?

dhcpd problem: Can't get interface flags for ... device not configured

2006-05-12 Thread Kirk Ismay
May 12 16:23:45 vfi dhcpd: Can't get interface flags for \M-{9\M-l\M-Xt\M-X\M-?\M-OI\M-!\^A: Device not configured May 12 16:23:45 vfi dhcpd: May 12 16:23:45 vfi dhcpd: If you did not get this software from ftp.isc.org, please May 12 16:23:45 vfi dhcpd: get the latest from ftp.isc.org and install

Re: is openntpd 3.9 real?

2006-05-12 Thread Henning Brauer
* Matthew R. Dempsky <[EMAIL PROTECTED]> [2006-05-13 03:00]: > On Fri, May 12, 2006 at 10:45:39PM +1000, Darren Tucker wrote: > > The ChangeLog is from the Portable branch and the Portable packages > > haven't been made yet because, well, I'm a slacker. They should be > > ready tomorrow. > > Will

Re: To forward, or not to forward

2006-05-12 Thread Darrin Chandler
On Fri, May 12, 2006 at 05:06:31PM -0700, [EMAIL PROTECTED] wrote: > If I'm not using NAT, do I still need to use forwarding? Only if you want packets coming in on one interface to go out another interface. -- Darrin Chandler| Phoenix BSD Users Group [EMAIL PROTECTED] | http:

Re: is openntpd 3.9 real?

2006-05-12 Thread Matthew R. Dempsky
On Fri, May 12, 2006 at 10:45:39PM +1000, Darren Tucker wrote: > The ChangeLog is from the Portable branch and the Portable packages > haven't been made yet because, well, I'm a slacker. They should be > ready tomorrow. Will it include the leap second patch Thorsten Glaser posted earlier this we

Applying a patch for ghostscript

2006-05-12 Thread Rico
Hi I know this isn't a "valid" question but I have been trying to patch the ghostscript from 3.9 to include the hl1250 printer but I can't get it to work. I have used this patch with 3.8 succesfully, but I don't know if it needs to be changed other than the patch version number which I have c

Re: To forward, or not to forward

2006-05-12 Thread orlando
Dear misc, If I'm not using NAT, do I still need to use forwarding? -Orlando On Friday, May 12, 2006, Spruell, Darren-Perot wrote: From: [EMAIL PROTECTED] > My goal with the bridge is to filter all traffic coming in from the > outside world, while allowing servers my servers beh

Re: To forward, or not to forward

2006-05-12 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > My goal with the bridge is to filter all traffic coming in from the > outside world, while allowing servers my servers behind the bridge > to connect freely even if their traffic has to travel out to the > router and back(keep state?). > > My point of confusion

compile squid with auth_ldap

2006-05-12 Thread Miguel
Hi, im having many problems compiling squid 2.5stable13 with ldap_auth, these is what i have done: ./configure --enable-basic-auth-helpers=LDAP \ --enable-external-acl-helpers=ldap_group \ --enable-auth=basic,ntlm --enable-pf-transparent make all this is the error message squid_ldap_auth.c: I

Re: PF references

2006-05-12 Thread News Collector
Nick Holland wrote: Thanks Nick I should have said I checked all the "usual suspects". Sorry. News Collector wrote: Hello: Where (what) is the canonical site (or book) for PF. documentation-wise? Yeah that would be the OpenBSD man pages. They are authoritative. When things change, they

pfctl: DIOCADDALTQ: Cannot allocate memory

2006-05-12 Thread Ed V.
Clean install of OpenBSD 3.9-stable Attempting to use ALTQ to provide audio stability for Cisco ATA-186 SIP device. Offending section of pf.conf: altq on $ext_if cbq bandwidth 1.542Mb queue { std, voip, smtp, ssh, http, ftp } queue std on $ext_if bandwidth 350Kb cbq(default) queue voip on $ext_

Re: OpenOffice with JRE or without?

2006-05-12 Thread Bryan Brake
[EMAIL PROTECTED] wrote: In investigating what's needed to install & configure OpenOffice, I see on their Website that I have the choice of downloading it with or without the JRE. Remembering some of traffic here discussing the issues of installing/compiling Java 1.5, how stable is the Linux

OpenOffice with JRE or without?

2006-05-12 Thread jjhartley
In investigating what's needed to install & configure OpenOffice, I see on their Website that I have the choice of downloading it with or without the JRE. Remembering some of traffic here discussing the issues of installing/compiling Java 1.5, how stable is the Linux JRE on OpenBSD? Am I bette

Re: int vs. long

2006-05-12 Thread Andreas Kahari
What are you storing in your ints/longs, what operations are you doing on them, and how significant is the difference in speed that you observe under what cicumstances? Choosing a type based on speed will generate potentially unportable code, whereas choosing a type based on what data you will ac

Re: is openntpd 3.9 real?

2006-05-12 Thread Henning Brauer
* [EMAIL PROTECTED]@mgEDV.net <[EMAIL PROTECTED]> [2006-05-12 14:36]: > is this a real release of henning/etc... or is there something wrong? yes, it is real, I am waiting for the portable before I update the website tho. bgpd & ospfd went 3.9 too -- BS Web Services, http://www.bsws.de/ OpenBS

int vs. long

2006-05-12 Thread Gustavo Rios
Hey folks, i am writing a program to perform some tasks i would like to do. I am running 3.8 on 64 bit box, for now. While playing around with int a long types i could see a performance improvement when using long type over the same method using int type. What is the theory behind this increase

Re: laptops needed

2006-05-12 Thread Constantine A. Murenin
On 12/05/06, Dan Farrell <[EMAIL PROTECTED]> wrote: "I think drinking beer under a palm tree beats drinking beer at a keyboard any day." Why not drink a beer under a palm tree while at the keyboard? Living in South Florida I have had the good luck to have many an opportunity to do this... and I

Re: laptops needed

2006-05-12 Thread Peter Philipp
On Fri, May 12, 2006 at 09:25:11PM +1000, John Kintaro Tate wrote: > > Who wants to code when you've got island life outside? Palm trees, > > fishing, swimming, bikinis, seafood, etc. I think drinking beer under > > a palm tree beats drinking beer at a keyboard any day. > > > > Also, maybe from The

Re: ntpd as server logging...

2006-05-12 Thread Jeff Ross
On Fri, 12 May 2006, Spruell, Darren-Perot wrote: From: [EMAIL PROTECTED] Is there a way to log update requests from other computers on the lan? I'm trying to sync some [EMAIL PROTECTED] workstations and the update request always fail--both with it and with other time servers. I can sync m

Re: Manually "naming" Multiple NICs

2006-05-12 Thread Dan Farrell
I think the following tip is worth repeating- "I still recommend writing the last few digits of the MAC addr on the spine of the NIC" Such a simple thing to do, and it will save a lot of time and confusion... Dan Farrell Applied Innovations [EMAIL PROTECTED] -Original Message- From: [

SCSI-HD problems at install

2006-05-12 Thread Jon Sjöstedt
Hello! I have a machine with Tekram DC395-UW with one IBM-disk ID2, a SONY-burner ID3 and two Seagate ST39102LW (ID0 and ID1). Id0 is set to be bootdrive in Tekram BIOS (ver 3.03). The install starts fine from a IDE-cdromdrive (the SONY wont work, any ideas?). But when the disks are about ot be fo

Re: laptops needed

2006-05-12 Thread Dan Farrell
"I think drinking beer under a palm tree beats drinking beer at a keyboard any day." Why not drink a beer under a palm tree while at the keyboard? Living in South Florida I have had the good luck to have many an opportunity to do this... and I must say... it's pretty satisfying! Dan Farrell App

Re: to upgrade or not to upgrade

2006-05-12 Thread STeve Andre'
On Friday 12 May 2006 12:44, prad wrote: > i have 2 servers running 3.8 (since march 21) and doing very nicely. > i had my own computer running 3.8 till monday, but wanted to see how the > upgrade process worked and so it is running 3.9 now (again very nicely). > > should i upgrade the servers? > p

Re: pfsync cluster fails to fail with state .....

2006-05-12 Thread Dag Richards
Chris Cappuccio wrote: Wouldn't you need to be running sasyncd to make this work properly? BTW do you work at speakeasy? Dag Richards [EMAIL PROTECTED] wrote: First this used to work in 3.8 on these machines. Then they were playthings in the 'lab', now they are all upgraded to 3.9 and ready t

to upgrade or not to upgrade

2006-05-12 Thread prad
i have 2 servers running 3.8 (since march 21) and doing very nicely. i had my own computer running 3.8 till monday, but wanted to see how the upgrade process worked and so it is running 3.9 now (again very nicely). should i upgrade the servers? possible rationale to do so: 1. keep all machines co

Re: ntpd as server logging...

2006-05-12 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > >> Is there a way to log update requests from other computers > on the lan? > >> I'm trying to sync some [EMAIL PROTECTED] workstations and the update > request always > >> fail--both with it and with other time servers. I can sync > my openbsd > >> workstation with it

Re: ntpd as server logging...

2006-05-12 Thread Jeff Ross
On Fri, 12 May 2006, Andrew Swisher wrote: On Thu, May 11, 2006 at 05:21:14PM -0600, Jeff Ross wrote: Hi, I've enabled ntpd with the -d flag to run as a server on a system on the lan with this conf file: [EMAIL PROTECTED]:/home/jross $ cat /etc/ntpd.conf # $OpenBSD: ntpd.conf,v 1.7 2004/07/20

CVS problem in 20060502 snap

2006-05-12 Thread Toni Mueller
Hello, I have a problem with CVS in the snapshot named above. Updating my ports tree, I get A LOT of conflicts for no apparent reason, just showing a short piece of the log, but in sequence of time: U x11/xzoom/pkg/DESCR U x11/xzoom/pkg/PLIST ... lots of other stuff... cvs update: move away x11/

pfsync cluster fails to fail with state .....

2006-05-12 Thread Dag Richards
First this used to work in 3.8 on these machines. Then they were playthings in the 'lab', now they are all upgraded to 3.9 and ready to deploy ... or are they? There are two goofy things happening here ( three if you count me ). I can't tell if this is a symptom or cause, but I can not NAT beh

Re: Laptop recommendations

2006-05-12 Thread Karsten McMinn
On 5/11/06, Chris Cappuccio <[EMAIL PROTECTED]> wrote: > > Why does everyone have to post on here a message that says: > > 1. Most of the devices on my IBM laptop are completely unsupported > 2. I love my IBM laptop!! hold a ibm and a dell side by side and you'll answer that question. Yes, I have

Re: FYI, 1and1 hosting fun (ip subnet zero)

2006-05-12 Thread Timo Schoeler
thus Constantine A. Murenin spake: I didn't know that Linux has such an ugly dmesgs. Please, resist from posting them on this list, they hurt my screen. :) they just mirror the (ugly) internals of Linux ;)

Re: FYI, 1and1 hosting fun (ip subnet zero)

2006-05-12 Thread Constantine A. Murenin
I didn't know that Linux has such an ugly dmesgs. Please, resist from posting them on this list, they hurt my screen. :) On 11/05/06, Timo Schoeler <[EMAIL PROTECTED]> wrote: thus Robert spake: > Timo Schoeler wrote: >> thus Robert spake: >>> Timo Schoeler wrote: thus Alexander Farber spake

Re: FYI, 1and1 hosting fun (ip subnet zero)

2006-05-12 Thread Henning Brauer
* Lars Hansson <[EMAIL PROTECTED]> [2006-05-12 06:35]: > On Friday 12 May 2006 02:58, Stuart Henderson wrote: > > These are, uh, quite large operations, and if there's a way to reduce > > IP address use by 3/4 without putting a bunch of customers in the same > > subnet that's probably a good thing.

Wireless card Asus WL-107G not working

2006-05-12 Thread Ari Constancio
Hello, My wireless card (Asus WL-107G - Ralink RT2500 based) isn't detected at boot time, even though it works in the same laptop *Compaq Presario 920EA) under other OS's. Here's the dmesg output (suggesting some problem with PCMCIA): OpenBSD 3.9-current (GENERIC) #0: Fri May 12 10:47:58 WEST 2

Re: FYI, 1and1 hosting fun (ip subnet zero)

2006-05-12 Thread Dan Farrell
Not quite... but you have the right idea. A 'vanilla' VLAN created for an IP network will allow L2 communications between the hosts in the shared VLAN, given that they exist in the same IP subnet. A private VLAN, on the other hand, sees all of the hosts in the same VLAN and IP subnet, but makes r

Re: some commands running very slow in 3.9 ?

2006-05-12 Thread Darrin Chandler
> Well when i try to login from remote host via ssh it takes ages to login for > the first time, also when i issue other networking commands such as $ arp -a > it takes almost 1 minute to start displaying records. > > how can i find whats wrong ? Instead of "arp -a" try "arp -na" and see if the

Re: some commands running very slow in 3.9 ?

2006-05-12 Thread Didier Wiroth
Hmm, works good here ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of S t i n g r a y Sent: 12 May 2006 16:05 To: openbsd Subject: some commands running very slow in 3.9 ? Well when i try to login from remote host via ssh it takes ages to login for t

Re: some commands running very slow in 3.9 ?

2006-05-12 Thread Cristiano Deana
2006/5/12, S t i n g r a y <[EMAIL PROTECTED]>: how can i find whats wrong ? check your dns configuration and try: UseDNS=no in your sshd_config arp -na if it's fast means your dns have some problems -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/

Re: some commands running very slow in 3.9 ?

2006-05-12 Thread djgoku
On 5/12/06, S t i n g r a y <[EMAIL PROTECTED]> wrote: Well when i try to login from remote host via ssh it takes ages to login for the first time, also when i issue other networking commands such as $ arp -a it takes almost 1 minute to start displaying records. how can i find whats wrong ? Yo

some commands running very slow in 3.9 ?

2006-05-12 Thread S t i n g r a y
Well when i try to login from remote host via ssh it takes ages to login for the first time, also when i issue other networking commands such as $ arp -a it takes almost 1 minute to start displaying records. how can i find whats wrong ? regards *:$., 88,.$:*(((*$ Stingray *:$., 88,.$:*((*$

Re: Firefox keeps crashing

2006-05-12 Thread Rico
After some fast but extensive testing we are going to use epiphany as the default browser on the installation. If other are facing similar Firefox problems, which they can't seem to solve, epiphany might be a good alternative. It works superfast on KDE 3.5.1 and we haven't seen any crashes on t

Re: Firefox keeps crashing

2006-05-12 Thread Terry
On Fri, May 12, 2006 at 02:34:18PM +0200, Rico wrote: > >FWIW, I guess KDE is more than a bit resource-happy too; does the > >problem persist when using a simple window manager (fvwm, for instance)? > > > > I have just, this morning, tested some of the other window managers. The > problem with fi

Re: ntpd as server logging...

2006-05-12 Thread djgoku
On 5/11/06, Jeff Ross <[EMAIL PROTECTED]> wrote: Hi, I've enabled ntpd with the -d flag to run as a server on a system on the lan with this conf file: [EMAIL PROTECTED]:/home/jross $ cat /etc/ntpd.conf # $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $ # sample ntpd configuration fil

Re: is openntpd 3.9 real?

2006-05-12 Thread Darren Tucker
On Fri, May 12, 2006 at 02:26:55PM +0200, [EMAIL PROTECTED]@mgEDV.net wrote: > there's an OpenNTPd archive with version no. 3.9. > --> 05/11/2006 06:02 20,850 openntpd-3.9.tgz [...] > the changelog (ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ChangeLog/) > doesn't mention such a release. als

Re: Firefox keeps crashing

2006-05-12 Thread Rico
FWIW, I guess KDE is more than a bit resource-happy too; does the problem persist when using a simple window manager (fvwm, for instance)? I use Firefox under fluxbox under 3.9 with great succes. Cannot remember it crashing. Konqueror runs fine aswell, though I use it much less. Actually, fire

Re: Firefox keeps crashing

2006-05-12 Thread Rico
FWIW, I guess KDE is more than a bit resource-happy too; does the problem persist when using a simple window manager (fvwm, for instance)? I have just, this morning, tested some of the other window managers. The problem with firefox persists. Regarding KDE 3.5.1, I guess it is even more resou

is openntpd 3.9 real?

2006-05-12 Thread [EMAIL PROTECTED]@mgEDV.net
hi, on you master ftp fanout and some mirrors (i didn't check all) there's an OpenNTPd archive with version no. 3.9. --> 05/11/2006 06:02 20,850 openntpd-3.9.tgz the changelog (ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ChangeLog/) doesn't mention such a release. also, on the openntpd.org

Re: ntpd as server logging...

2006-05-12 Thread Andrew Swisher
On Thu, May 11, 2006 at 05:21:14PM -0600, Jeff Ross wrote: > Hi, > > I've enabled ntpd with the -d flag to run as a server on a system on the > lan with this conf file: > > [EMAIL PROTECTED]:/home/jross $ cat /etc/ntpd.conf > # $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $ > # samp

Information importante

2006-05-12 Thread [EMAIL PROTECTED]
[IMAGE] Cher(e) membre Desjardins/ AcchsD Le dipartement de virification comptable du Groupe Desjardins a ditecti un problhme de transaction dans votre compte. Un montant a iti diposi et retiri par notre systhme comptable. Nous vous avisons de cette erreur afin que vous ne soyez pas surpris quand

Re: unsupported Wifi USB stick for Developer

2006-05-12 Thread laurent FANIS
Greetings On a side note it would be nice to have some tutorial or whatever to help code driver and/or reverse an already written driver for new devices. I did not find anything really helpfull (i googled but maybe i'm dumber then i pretend to be). As for TI they don't even bother answering anyon

Panic question + RE: Laptop recommendations

2006-05-12 Thread Didier Wiroth
>Please try compiling a GENERIC kernel from a -current src tree but >uncommenting the azalia device in the config.. Almost ... ;-) Azalia causes a panic during the boot process, right after loading the azalia driver. Here is some output (rewritten by hand) as the thinkbad X60s has no serial port

Re: laptops needed

2006-05-12 Thread John Kintaro Tate
On 4/10/06, Shane J Pearson <[EMAIL PROTECTED]> wrote: > > Gustavo, > > On 2006.04.10, at 10:13 AM, Gustavo Rios wrote: > > > Excuse gentleman, > > > > but i don't see any rationale behind that tense: > > > > " one could argue that people who live in such places should > >> not have computers

Re: Laptop recommendations

2006-05-12 Thread Constantine A. Murenin
On 11/05/06, rjn <[EMAIL PROTECTED]> wrote: I'm looking into getting a new laptop (I start college in the fall). [...] On 11/05/06, rjn <[EMAIL PROTECTED]> wrote: I just wanted to thank everyone for their input. Although I won't buy one immediately, I'll probably get a T43 as they are still

Re: Firefox keeps crashing

2006-05-12 Thread Joachim Schipper
On Fri, May 12, 2006 at 10:54:21AM +0200, Nico Meijer wrote: > Hi, > > > FWIW, I guess KDE is more than a bit resource-happy too; does the > > problem persist when using a simple window manager (fvwm, for instance)? > > I use Firefox under fluxbox under 3.9 with great succes. Cannot remember > it

Re: Firefox keeps crashing

2006-05-12 Thread Nico Meijer
Hi, > FWIW, I guess KDE is more than a bit resource-happy too; does the > problem persist when using a simple window manager (fvwm, for instance)? I use Firefox under fluxbox under 3.9 with great succes. Cannot remember it crashing. Konqueror runs fine aswell, though I use it much less. [Quanta

Re: Firefox keeps crashing

2006-05-12 Thread Joachim Schipper
On Thu, May 11, 2006 at 10:14:47PM -0400, Nick Holland wrote: > Rico wrote: > >Hi > > > >I have a problem with Mozilla Firefox on obsd 3.9 running KDE. > > > >Whenever I am using firefox and tabbrowsing it keeps crashing. I only > >need to have about 4-10 tabs open at it will crash each and every

Accion y adrenalina ahora en Capital

2006-05-12 Thread Buenos Aires Urban Paintball
-- Para Darse de baja, por favor haga clic aqum: http://mailing.ipaddress.com.ar/box.php?funcml=unsub2&nl=238&[EMAIL PROTECTED]

Re: Recommendations for an OpenBSD-based Backup Solution

2006-05-12 Thread Bruno Carnazzi
2006/3/21, Peter <[EMAIL PROTECTED]>: --- "Donald J. Ankney" <[EMAIL PROTECTED]> wrote: > I threw together a Perl script that uses tar and external firewire > drives. Tar has flags that will let it backup over SMB (for the > windows > boxes) and one can always do use scp (via certificates) piped

Re: Laptop recommendations

2006-05-12 Thread Srebrenko Sehic
On 5/11/06, Didier Wiroth <[EMAIL PROTECTED]> wrote: Hello, I'm currently using a thinkpad 60s Dual booting between xp and current, yes currently still required ;-)) see below Here is a short rundown: a) Performance is nice with bsd kernel, performance is degraded with bsd.mp b) sound chip curr

Re: PF and PPTP

2006-05-12 Thread Bruno Carnazzi
From a developper point of view, what is the best technique for building such a proxy : a userland proxy, or some special pf code ? My feeling is that userland proxy are better suited for application level procotol (HTTP, FTP...) and in-kernel code is better suited for lower level protocols (TCP,

Re: PF references

2006-05-12 Thread Nico Meijer
[Oops, was supposed to go to list] Hi, > Where (what) is the canonical site (or book) for PF. What Nick said. And "Building Firewalls with OpenBSD and PF" by Jacek Artymiak is very nice. See the "Books that help" link on openbsd.org. HTH... Nico