Re: Obtaining glibc on OpenBSD?

2005-09-12 Thread Benedikt Steinbusch
On Tue, 13 Sep 2005, Karl O. Pinc wrote: On 09/12/2005 08:02:24 PM, Arthur Bebak wrote: Can anybody help and point me in the right direction? Also I should note that I'm trying to get glibc on an amd64 architecture. You're probably better off with a package than a port, something like this mi

Re: Obtaining glibc on OpenBSD?

2005-09-12 Thread Karl O. Pinc
On 09/12/2005 08:02:24 PM, Arthur Bebak wrote: Can anybody help and point me in the right direction? Also I should note that I'm trying to get glibc on an amd64 architecture. You're probably better off with a package than a port, something like this might be what you want: ftp://ftp3.usa.openbs

Obtaining glibc on OpenBSD?

2005-09-12 Thread Arthur Bebak
I'm trying to run famd (the port of the file monitoring utility from SGI) on OpenBSD 3.7. In order to do this it appears I need a bunch of functions such as getmntent, which apparently are in the GNU libc. Doing some Google searches I find references to a linux_base port which seems to be what I

BGP peering, 2 peers, hardware reqirements & questions

2005-09-12 Thread Karl O. Pinc
Hi, Our goal is uptime/redundancy, in pursuit of that we're looking to get another T1 (maybe less, radio or laser link to compliment our T1 wire) and peer. If we can get increased bandwidth that'd be very desireable too. Right now we're supporting about 150 users. With an extensive pf rule set

Re: pciide: DMA vs. ATA133

2005-09-12 Thread Tony Lambiris
Man I must need sleep or something... this doesn't fix my problem, I forgot I had the extra case in the switch statement still in pciide.c. That did work, however, adding PCI_PRODUCT_VIATECH_VT82C571 as a case. Like I said before I don't know if this is the right way to do this, but it's a temp

Re: pciide: DMA vs. ATA133

2005-09-12 Thread Tony Lambiris
Sorry for all the noise, this seems to have fixed it (from NetBSD): --- via82c586.c.origMon Sep 12 19:38:35 2005 +++ via82c586.c Mon Sep 12 20:27:28 2005 @@ -256,9 +256,10 @@ reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VP3_CFG_PIRQ_REG);

Re: OpenSSH Patch still missing on Errata

2005-09-12 Thread Damien Miller
On Mon, 12 Sep 2005, Juan J.Martmnez wrote: > I know other projects have ChangeLog files and other ways to track > versions. In fact I don't know if there's a changelog around for > OpenSSH, I usually check the announce and I evaluate if it's worth > updating or not. Yes, the announcement message

Re: OpenSSH Patch still missing on Errata

2005-09-12 Thread Damien Miller
On Mon, 12 Sep 2005, Theo de Raadt wrote: Because it is boring and largely irrelevant. We don't write errata up for every stupid retarded little thing that noone uses and which really is causing NOONE ANY GRIEF AT ALL. In this case, the two "vulnerabilities" do not expose the server at all -

Re: pciide: DMA vs. ATA133

2005-09-12 Thread Tony Lambiris
I forgot to ask, would it be bad practice to just add PCI_PRODUCT_VIATECH_VT82C571 to one of the cases in the switch statement? It seems like this might go a little deeper Tony Lambiris wrote: Well I thought I knew what the problem was (nope).. I found something interesting though... The

Re: A question about examining pf loging data

2005-09-12 Thread ed
On Mon, 12 Sep 2005 13:26:19 -0400 "Will H. Backman" <[EMAIL PROTECTED]> wrote: > > > > This has most of the data that I need, but it seems to be missing > > one thing > > that I think is important. How can I determine if the traffic is > > TCP/UDP/ICMP etc? > > > If you have ack and window flag

Re: pciide: DMA vs. ATA133

2005-09-12 Thread Tony Lambiris
Well I thought I knew what the problem was (nope).. I found something interesting though... The motherboards that don't setup UDMA properly uses a "VIA VT8237 ISA" for pcib; the one's that setup UDMA properly uses a "VIA VT8235 ISA". I added some debugging in pciide.c in function apollo_chip_m

Re: sasyncd re-failover

2005-09-12 Thread Markus Wernig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (another meaning of "auto-reply"?) Markus Wernig wrote: | | problem 2) is a bit strange. I'll start with the network layout: | [...] | | - unplug cable on OBSD 1 (.49) : carp&ipsec fails over to OBSD 2 | - plug cable back in : carp fails back over to

Re: [EMAIL PROTECTED] -> special_sauce -> spamdb ?

2005-09-12 Thread Jim Razmus
* Mike Spenard <[EMAIL PROTECTED]> [050912 15:30]: > I'm looking to have a cronjob script check > /var/mail/spam then parse any new mail for > reveived by:'s to toss into spamdb. > Allowing users to be able to forward any spam that makes > it thru to [EMAIL PROTECTED] and then automatically > blo

Re: lockups, crashes on a Compaq Presario 5304 (Kernel PANIC, should I report?)

2005-09-12 Thread Pascal
While fooling around with /dev/lpt0, I am able to make the GENERIC 3.7 kernel go into panic mode. Should I fill-in a report or is this a known and accepted behavior (lpt0 is connected to a hp laserjet 1100 which seem to dislike interrupt mode of operation)? Pascal On Sat, 10 Sep 2005 06:56:51

Re: Text Editor

2005-09-12 Thread Tobias Weingartner
On Monday, September 12, Antoine Jacoutot wrote: > > I know that, but be realistic, I know _nothing_ about programming... So > I don't think saying it is only a matter of motivation is not really > true. I'm not 18 anymore and I don't have time to learn C enough to do > something like that. Yo

Re: confusing output when using kernel pppoe

2005-09-12 Thread Jason McIntyre
On Tue, Sep 13, 2005 at 12:01:19AM +0200, Marc Peters wrote: > > ~ # route show > Routing tables > > Internet: > DestinationGatewayFlagsRefs UseMtu > Interface > default0.0.0.1UGS 0 8564 - pppoe0 > 0.0.0.1def

Re: pciide: DMA vs. ATA133

2005-09-12 Thread Tony Lambiris
I (think I) found the problem... I will be posting a patch shortly if I confirm my suspicions. Thanks. Tony Lambiris wrote: We have some motherboards with (what we think) are the same chips and revisions with the same hard drives, but some drives are being detected as DMA and others as ATA133

Re: pciide: DMA vs. ATA133

2005-09-12 Thread Stuart Henderson
--On 12 September 2005 16:24 -0500, Tony Lambiris wrote: We have some motherboards with (what we think) are the same chips and revisions with the same hard drives, but some drives are being detected as DMA and others as ATA133. Here is an example: pciide0 at pci0 dev 17 function 1 "VIA VT82C571

Re: Atheros chipset

2005-09-12 Thread Reyk Floeter
On Mon, Sep 12, 2005 at 09:12:35PM +0100, Eric Dillenseger wrote: > Hello, > > I've been using a DWL-G520 as an access point with OpenBSD 3.7. Apart > from not allowing higher modes than 11b, it ran fine. > > Today I upgraded to 3.8 form a snapshot I downloaded Friday. The > upgrade went smooth a

EuroBSDCon 2005: November 25 - 27, University of Basel, Switzerland

2005-09-12 Thread Wim Vandeputte
Hey, The EuroBSDCon 2005 organizers are pleased to announce that the conference program and schedule are now defined and online registration on our website is now open. This year's EuroBSDCon will take place from Nov. 25 till Nov. 27. at the University of Basel, Switzerland. The conference will

confusing output when using kernel pppoe

2005-09-12 Thread Marc Peters
Hello together. After i got sick with the userland pppd i switched to kernel pppoe. I set it up like the example in the manpage. Here is my /etc/hostname.pppoe0: ~ # cat /etc/hostname.pppoe0 pppoedev rl0 !/sbin/ifconfig rl0 up !/usr/sbin/spppcontrol \$if myauthproto=pap myauthname=* \ mya

pflog

2005-09-12 Thread ed
Does pflog use a lot of CPU in comparison to pf itself? -- http://edd.link9.net - http://irc.is-cool.net

sasyncd re-failover

2005-09-12 Thread Markus Wernig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello I have two problems with SA-sync and failover between a pair of obsd gateways (which likely aren't related, but I'm not sure, so I'm posting them in one thread): After an ipsec tunnel is created from outside to the external common carp address

Re: OpenSSH Patch still missing on Errata

2005-09-12 Thread Juan J.
El lun, 12-09-2005 a las 23:07 +0200, Miroslav Kubik escribis: > Ok, thanks for your reply anyway. I will advise it to my boss. > > Have a nice day I know it's not my business, but wtf... I think product announcements are worth reading, in the case of OpenSSH 4.2 you can check it in the archives

pciide: DMA vs. ATA133

2005-09-12 Thread Tony Lambiris
We have some motherboards with (what we think) are the same chips and revisions with the same hard drives, but some drives are being detected as DMA and others as ATA133. Here is an example: pciide0 at pci0 dev 17 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133, channel 0 configured to compatib

Re: Atheros chipset

2005-09-12 Thread Eric Dillenseger
On 9/12/05, Benedikt Steinbusch <[EMAIL PROTECTED]> wrote: > > > On Mon, 12 Sep 2005, Eric Dillenseger wrote: > > > /* > > * Enable to overwrite the country code (use "00" for debug) > > */ > > #if 0 > > #define COUNTRYCODE "fr" > > #endif > > > > Change > > #if 0 > > to > > #if 1 > > //Ben

Re: OpenBSD website Design.

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Shawn K. Quinn: > On Mon, 2005-09-12 at 09:19 -0500, [EMAIL PROTECTED] wrote: > > censorship is about the dumbest activity in which anyone can > > participate. even censoring dave via "excommunication" with > > regard to his postings is a slipper

Re: OpenSSH Patch still missing on Errata

2005-09-12 Thread Miroslav Kubik
Ok, thanks for your reply anyway. I will advise it to my boss. Have a nice day - Original Message - From: "Theo de Raadt" <[EMAIL PROTECTED]> To: "Miroslav Kubik" <[EMAIL PROTECTED]> Cc: Sent: Monday, September 12, 2005 10:49 PM Subject: Re: OpenSSH Patch still missing on Errata Becau

Re: A question about examining pf loging data

2005-09-12 Thread Jason McIntyre
On Mon, Sep 12, 2005 at 01:03:39PM -0400, stan wrote: > > I've captured a bit of data as pflog files. Then I've processed these files > with: > > tcpdump -n -e - > > Which results in data records like this: > > 2005-09-08 20:26:40.328379 rule 5/0(match): pass out on fxp0: IP > 170.85.113.

This Is Not A Dream Job (The Paradox of Choice)

2005-09-12 Thread Nina Jason
This is not a dream job (The paradox of choice)[IMAGE] Yes. We understand that. The Usual Problem: You need a better job. A better boss, better working conditions. Something nearer your home, your family. Ideal Solution: "To the illumined man or woman, a clod of dirt, a stone, and gold are the s

Re: Atheros chipset

2005-09-12 Thread Benedikt Steinbusch
On Mon, 12 Sep 2005, Eric Dillenseger wrote: /* * Enable to overwrite the country code (use "00" for debug) */ #if 0 #define COUNTRYCODE "fr" #endif Change #if 0 to #if 1 //Benedikt Steinbusch

Re: spamd, spamlogd, whitelist and relaydb questions

2005-09-12 Thread Jason McIntyre
On Mon, Sep 12, 2005 at 10:16:45AM -0400, Jason Haag wrote: > > > 3) spamlogd is supposed to whitelist mailhosts that my MTA > > send mail to. > > I have these entries in pf.conf: > > > > pass in on $ExtIF inet proto tcp from any \ > > to $PublicServer port { imaps, www, https } \ > > fl

Re: OpenSSH Patch still missing on Errata

2005-09-12 Thread Theo de Raadt
Because it is boring and largely irrelevant. We don't write errata up for every stupid retarded little thing that noone uses and which really is causing NOONE ANY GRIEF AT ALL. Cut out your antagonistic comparison of what we do to other projects; and if you don't like how we do something feel fre

Re: OpenBSD website Design.

2005-09-12 Thread Shawn K. Quinn
On Mon, 2005-09-12 at 09:19 -0500, [EMAIL PROTECTED] wrote: > censorship is about the dumbest activity in which anyone can > participate. even censoring dave via "excommunication" with > regard to his postings is a slippery slope. if he had a grant, > would you pull it because he doesn't share your

OpenSSH Patch still missing on Errata

2005-09-12 Thread Miroslav Kubik
Hello A few days ago I was asking about patch for the latest security bugs in OpenSSH. It is about 10 days after public annoucement of bugs and OpenBSD Errata pages are still empty. Meanwhile patches for other OSs have been released ( Fedora, ... ) To say the truth I do not understand why there

Atheros chipset

2005-09-12 Thread Eric Dillenseger
Hello, I've been using a DWL-G520 as an access point with OpenBSD 3.7. Apart from not allowing higher modes than 11b, it ran fine. Today I upgraded to 3.8 form a snapshot I downloaded Friday. The upgrade went smooth as usual. I went to modify /usr/src/sys/dev/ic/ar5xxx.c so the country code is se

Re: Text Editor

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Will H. Backman: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of > > Antoine Jacoutot > > Sent: Monday, September 12, 2005 12:50 PM > > To: misc@openbsd.org > > Subject: Re: Text Editor > > > >

Re: [EMAIL PROTECTED] -> special_sauce -> spamdb ?

2005-09-12 Thread Jason Haag
> I'm looking to have a cronjob script check > /var/mail/spam then parse any new mail for > reveived by:'s to toss into spamdb. > Allowing users to be able to forward any spam that makes > it thru to [EMAIL PROTECTED] and then automatically > blocklisted. Sounds like a job for relaydb: http://

Re: Text Editor

2005-09-12 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Antoine Jacoutot > Sent: Monday, September 12, 2005 3:45 PM > To: misc@openbsd.org > Subject: Re: Text Editor > > STeve Andre' wrote: > > Michael makes an important point here. One often does not know

Re: Text Editor

2005-09-12 Thread Antoine Jacoutot
STeve Andre' wrote: Michael makes an important point here. One often does not know how to do something at the beginning of a project and must learn how to do the things needed to achieve a goal. I know that, but be realistic, I know _nothing_ about programming... So I don't think saying it is

Re: Text Editor

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from STeve Andre': [Charset iso-8859-1 unsupported, filtering to ASCII...] > On Monday 12 September 2005 14:56, Antoine Jacoutot wrote: > > Michael Shalayeff wrote: > > > you barely need to even program anything. > > > so yeah excuses... > > > > bla b

Re: minipci wireless on Openbsd 3.7

2005-09-12 Thread Olivier Mehani
On Sun, 11 Sep 2005 19:32:52 -0500 Jared Solomon <[EMAIL PROTECTED]> wrote: > What are some suggested cards to use for wireless (802.11 b/g) routing > under OpenBSD 3.7? I'm hoping for 200 mW, but not wedded to that > power. > This will be installed in a Soekris NET4501. I'm using an Atheros 535

[EMAIL PROTECTED] -> special_sauce -> spamdb ?

2005-09-12 Thread Mike Spenard
I'm looking to have a cronjob script check /var/mail/spam then parse any new mail for reveived by:'s to toss into spamdb. Allowing users to be able to forward any spam that makes it thru to [EMAIL PROTECTED] and then automatically blocklisted. Has anyone done this already? -mike spenard

Re: Text Editor

2005-09-12 Thread STeve Andre'
On Monday 12 September 2005 14:56, Antoine Jacoutot wrote: > Michael Shalayeff wrote: > > you barely need to even program anything. > > so yeah excuses... > > bla bla bla... oh well, whatever dude... Michael makes an important point here. One often does not know how to do something at the beginni

named refresh problems with views and 9.3.0 on 3.7-RELEASE

2005-09-12 Thread eric
[ I originally posted this on bind-users but got not reply. I'm ] [ posting it here in hopes that someone can give some useful] [ feedback. Sorry if you get a copy twice.. ] I've been seeing some recent problems with an authoritative name server that also acts as a cache. I

Re: Text Editor

2005-09-12 Thread Antoine Jacoutot
Michael Shalayeff wrote: you barely need to even program anything. so yeah excuses... bla bla bla... oh well, whatever dude...

Re: Text Editor

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Antoine Jacoutot: [Charset ISO-8859-1 unsupported, filtering to ASCII...] > Michael Shalayeff wrote: > > knowledge is smth to get and not to use > > as an excuse to not do anything... > > Sure, this is why I learnt how to make ports from scratch

Re: Text Editor

2005-09-12 Thread Roy Morris
Sebastiaan Indesteege wrote: On Mon, Sep 12, 2005 at 10:49:16AM -0300, Joco Salvatti wrote: Hi all. I'd like to know if anyone can tell me a good text editor that runs under X environment. I'd like to know a good one, since there is no OpenOffice port to OpenBSD. I've just tried out

Re: Text Editor

2005-09-12 Thread Peter Hessler
On Mon, Sep 12, 2005 at 07:41:02PM +0200, Antoine Jacoutot wrote: :Michael Shalayeff wrote: :>knowledge is smth to get and not to use :>as an excuse to not do anything... : :Sure, this is why I learnt how to make ports from scratch and became a :maintainer, but since I'm no developper, it would ta

Re: Text Editor

2005-09-12 Thread Antoine Jacoutot
Michael Shalayeff wrote: knowledge is smth to get and not to use as an excuse to not do anything... Sure, this is why I learnt how to make ports from scratch and became a maintainer, but since I'm no developper, it would take me something like 10 years to learn how to port Linux/ppc emulation

Re: A question about examining pf loging data

2005-09-12 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > stan > Sent: Monday, September 12, 2005 1:04 PM > To: OpenBSD general usage list > Subject: A question about examining pf loging data > > I've set up a transparent bridge, with pf in "pass all log" mode

Re: A question about examining pf loging data

2005-09-12 Thread Bryan Irvine
On 9/12/05, stan <[EMAIL PROTECTED]> wrote: > I've set up a transparent bridge, with pf in "pass all log" mode to capture > data to/from a particular subnet. I am gathering data about the traffic > that passes through this gateway in order to prepare for installing a > firewall. Although I've enve

Re: Text Editor

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Antoine Jacoutot: [Charset ISO-8859-1 unsupported, filtering to ASCII...] > Michael Shalayeff wrote: > > which is relatively easy to fix > > having enough motivation... > > Well, not really, one must also have the knowledge to do it, which I >

A question about examining pf loging data

2005-09-12 Thread stan
I've set up a transparent bridge, with pf in "pass all log" mode to capture data to/from a particular subnet. I am gathering data about the traffic that passes through this gateway in order to prepare for installing a firewall. I've captured a bit of data as pflog files. Then I've processed these

Re: MP3 Daemon

2005-09-12 Thread J. Lievisse Adriaanse
On Mon, 12 Sep 2005 12:25:55 -0400 (EDT) Michael Shalayeff <[EMAIL PROTECTED]> wrote: > Making, drinking tea and reading an opus magnum from jared r r spiegel: > > On Mon, Sep 12, 2005 at 11:50:55AM -0400, Michael Shalayeff wrote: > > > > > > of course the easiest solution being lpd(8). > > > no

Re: Text Editor

2005-09-12 Thread Will H. Backman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Antoine Jacoutot > Sent: Monday, September 12, 2005 12:50 PM > To: misc@openbsd.org > Subject: Re: Text Editor > > Michael Shalayeff wrote: > > which is relatively easy to fix > > having enough motivati

Re: Text Editor

2005-09-12 Thread Antoine Jacoutot
Michael Shalayeff wrote: which is relatively easy to fix having enough motivation... Well, not really, one must also have the knowledge to do it, which I have not, unfortunately ;)

Re: Text Editor

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Antoine Jacoutot: [Charset ISO-8859-15 unsupported, filtering to ASCII...] > Selon Sebastiaan Indesteege <[EMAIL PROTECTED]>: > > I've just tried out OpenOffice.org 2.0 beta, and it seems to be running > > fine on my i386 -CURRENT system, under l

Re: Text Editor

2005-09-12 Thread Antoine Jacoutot
Selon Sebastiaan Indesteege <[EMAIL PROTECTED]>: > I've just tried out OpenOffice.org 2.0 beta, and it seems to be running > fine on my i386 -CURRENT system, under linux emulation. Which is only available on i386 :(

Re: MP3 Daemon

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from jared r r spiegel: > On Mon, Sep 12, 2005 at 11:50:55AM -0400, Michael Shalayeff wrote: > > > > of course the easiest solution being lpd(8). > > no need to install no stinky pkg! > > before someone fails to check the archives and receives STF

Re: Text Editor

2005-09-12 Thread Sebastiaan Indesteege
On Mon, Sep 12, 2005 at 10:49:16AM -0300, Joco Salvatti wrote: > Hi all. > > I'd like to know if anyone can tell me a good text editor that runs under X > environment. I'd like to know a good one, since there is no OpenOffice port to > OpenBSD. I've just tried out OpenOffice.org 2.0 beta, and it

Re: MP3 Daemon

2005-09-12 Thread jared r r spiegel
On Mon, Sep 12, 2005 at 11:50:55AM -0400, Michael Shalayeff wrote: > > of course the easiest solution being lpd(8). > no need to install no stinky pkg! before someone fails to check the archives and receives STFA: http://marc.theaimsgroup.com/?l=openbsd-misc&m=105365665315880&w=2 jared -

Re: Random reboots with 3.8 beta i386 on multiple boxes

2005-09-12 Thread jared r r spiegel
oh yeah, my dmesg fwiw: OpenBSD 3.8 (GENERIC) #137: Thu Sep 1 17:41:20 MDT 2005 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Geode(TM) Integrated Processor by National Semi ("Geode by NSC" 586-class) 267 MHz cpu0: FPU,TSC,MSR,CX8,CMOV,MMX cpu0: TSC disabled real mem = 13

Re: Random reboots with 3.8 beta i386 on multiple boxes

2005-09-12 Thread jared r r spiegel
On Mon, Sep 12, 2005 at 04:23:01PM +1000, Rod.. Whitworth wrote: > > >On Mon, 12 Sep 2005, Rod.. Whitworth wrote: > > > >> Any clues/ things to try? I am a bit worried about the build #137 as > >> that's pretty close to release but I haven't heard anybody else > >> reporting problems and the archi

Re: MP3 Daemon

2005-09-12 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Bill: > I have used mpd for about a year... Its not much to look at (well, > nothing really)... but it will stay running through restarting X :) > Sound like what you are looking for > > Not sure on openbsd support, but they claim NetBSD and Fre

Re: MP3 Daemon

2005-09-12 Thread Bill
I have used mpd for about a year... Its not much to look at (well, nothing really)... but it will stay running through restarting X :) Sound like what you are looking for Not sure on openbsd support, but they claim NetBSD and FreeBSD works. http://www.musicpd.org On Mon, 12 Sep 2005 16:36:31 +0

Re: MP3 Daemon

2005-09-12 Thread Hannah Schroeter
Hello! On Mon, Sep 12, 2005 at 09:39:19PM +1000, Steve Murdoch wrote: >Hi all, >I have used mpg321 and mp3blaster to continuously loop a randomised >playlist. >The machine does nothing else so the cpu utilisation of mp3blaster >doesnt matter. >Does any one know of anything that is designed to

Re: OpenBSD website Design.

2005-09-12 Thread dick
>> depends on how you measure "greatest". i think several of the >> border states in the US declared a "state of emergency" about >> the most profitable, and probably best known, mexican export. ;) >> >> and no, it's not viagra. >it's a big problem on both sides of the border. > >However, one is wo

Re: Text Editor

2005-09-12 Thread Jon Drews
On 9/12/05, Joco Salvatti <[EMAIL PROTECTED]> wrote: > Hi all. > > I'd like to know if anyone can tell me a good text editor that runs under X > environment. Ted 2.17 http://www.nllgg.nl/Ted/ an *.rtf editor has been tested heavily on OpenBSD 3.5 and 3.6. Get the ted-2.17.src.tar.gz tarball. Y

Re: spamd, spamlogd, whitelist and relaydb questions

2005-09-12 Thread Jason Haag
> 1) For my own whitelist, should I use the entries in spamd.conf, or > should I extend the table entry in pf.conf with 'file > "/var/mail/whitelist.txt"'? Is there an obvious advantage to > either one? An extension to this question: The daily security check complains about the "mailbox" whiteli

Re: Text Editor

2005-09-12 Thread Mike Hernandez
You might try gvim, or xemacs, or bluefish? Mike

Re: Text Editor

2005-09-12 Thread Andreas Bihlmaier
> I'd like to know if anyone can tell me a good text editor that runs under X > environment. I'd like to know a good one, since there is no OpenOffice port to > OpenBSD. > You mean a "plain TEXT editor" or a "WYSIWYG" kind of editor (~MS word) ? If you refered to the first one I would suggest an

Re: Text Editor

2005-09-12 Thread Adam PAPAI
Joco Salvatti wrote: Hi all. I'd like to know if anyone can tell me a good text editor that runs under X environment. I'd like to know a good one, since there is no OpenOffice port to OpenBSD. gedit/kedit/kate and so on.. Or abiword for *.doc and rtf and so on. Or my favourite: vi/vim/gvim

Re: Text Editor

2005-09-12 Thread Jason Haag
> I'd like to know if anyone can tell me a good text editor > that runs under X Try Paranoid Writer or XedPlus, they are both part of the "productivity/siag" port/package. -Jason

Re: Text Editor

2005-09-12 Thread Antoine Jacoutot
Joco Salvatti wrote: I'd like to know if anyone can tell me a good text editor that runs under X environment. I'd like to know a good one, since there is no OpenOffice port to OpenBSD. Well, abiword isn't that bad. If you're running kde, you might want to try kword from the koffice package...

Re: Text Editor

2005-09-12 Thread Marius Van Deventer - Umzimkulu
If you mean a word processor, then you have KOffice and AbiWord to choose from. You should probably be most comfortable with those. -Original Message- From: Joco Salvatti [mailto:[EMAIL PROTECTED] Sent: Mon 9/12/2005 3:49 PM To: Misc OpenBSD Cc: Subject:Text Editor

Text Editor

2005-09-12 Thread João Salvatti
Hi all. I'd like to know if anyone can tell me a good text editor that runs under X environment. I'd like to know a good one, since there is no OpenOffice port to OpenBSD. Thanks. -- Joco Salvatti Undergraduating in Computer Science Federal University of Para - UFPA web: http://salvatti.expert.

MP3 Daemon

2005-09-12 Thread Steve Murdoch
Hi all, I have used mpg321 and mp3blaster to continuously loop a randomised playlist. The machine does nothing else so the cpu utilisation of mp3blaster doesnt matter. Does any one know of anything that is designed to work in daemon mode. Both the above products seem a little unpredictable

OpenSaar 2005, Sep 13 - 14, 2005, Saarbrücken, Germany

2005-09-12 Thread Wim Vandeputte
Hey, just a heads up that after our little summer holiday and period of recovery after What the Hack, we are getting our dog & pony show back on the road. Tomorrow and Wednesday, we'll be in Saarbr|cken for OpenSaar. You can get more info on the event at: http://www.opensaar.de/ See you there!

setting txpower for ath?

2005-09-12 Thread Peter N. M. Hansteen
I've been quite happy using an OpenBSD box as a wireless access point and gateway for while, and when I discovered there was in fact such a thing as a 802.11b VoIP phone, I suddenly found myself under some pressure to make the beast work in our home network, where my access point is an OpenBSD box

Re: Problem with OpenBSD/macppc 3.8 - BETA

2005-09-12 Thread Sam Hart
ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc S a m

i have paid your item and you didn't shipped the item!

2005-09-12 Thread [EMAIL PROTECTED]
I have paid and didn't received my item! When you will ship? Item number : http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=7138386725

Re: randomness

2005-09-12 Thread Theo de Raadt
> I'm confused a little bit about the RNG in OpenBSD. if you read the following > comments in /sys/dev/rnd.c the author explains how to seed the PRNG after > a new boot to prevent predictable randomness: > sed -n '166,206p' /sys/dev/rnd.c | more > > Now, this process is done in /etc/rc the follow

randomness

2005-09-12 Thread Peter Philipp
Hi, I'm confused a little bit about the RNG in OpenBSD. if you read the following comments in /sys/dev/rnd.c the author explains how to seed the PRNG after a new boot to prevent predictable randomness: sed -n '166,206p' /sys/dev/rnd.c | more Now, this process is done in /etc/rc the following way

Problem with OpenBSD/macppc 3.8 - BETA

2005-09-12 Thread Guillermo
hi to all i'm new, in the OpenBSD System, and, i have an OpenBSD 3.8 on AMD64, but, i now, i want install OpenBSD/macppc , but, i get any problems to clean de hfs partitions and i don't have idea how i can clean the partitions. When i clean the partition, i can't install the OpenBSD for the next

Re: Spamd/Postfix behaving strangely

2005-09-12 Thread Lars Hansson
On Sun, 11 Sep 2005 15:48:12 -0500 Justin Krejci <[EMAIL PROTECTED]> wrote: > If anyone has any know how on tweaking Cisco's smtp fixup protocol, that > would > be great. I don't know of *anyone* with an even remotely serious mail system that has been able to use Cisco's "fixup" features for any

Re: openbsd router using pppoe kernel implementation

2005-09-12 Thread Can Erkin Acar
Mike P <[EMAIL PROTECTED]> wrote: > Hello, > > The pppoe solution has spreaded into my area as i saw > on many providers. I setup a computer with openbsd 3.7 > to act as a router togheter with pf and nat > capabilities. > > After all the settings i did this computer is acting > very strange. The

Re: Spamd/Postfix behaving strangely

2005-09-12 Thread Chad M Stewart
On Sep 11, 2005, at 4:53 PM, Jason Dixon wrote: On Sep 11, 2005, at 4:48 PM, Justin Krejci wrote: The SMTP Fixup "feature" also includes several other "features" such as limiting concurrent connections from each external host. This "feature" causes so many problems for anyone with a lot of

Re: two inetrnet connexion

2005-09-12 Thread Dylan Smith
On Saturday 10 September 2005 21:10, KOUADIO Thiodore KOUASSI wrote: > I have a seriouse problem with my inetrnet connexion. > I have two line of connexion with inetrnet > 1213.X.X.X > and 196.X.X.X If I understand you correctly, you have two net connections on separate netblocks (probably v

Re: OpenBSD website Design. (openbsd.org down?)

2005-09-12 Thread Kenneth Oncinian
http://openbsd.org works. just skip the 'www' regards, Kenneth Oreste wrote: Le lundi 12 septembre 2005 C 09:26 +0200, -f a C)crit : hmm, on Sun, Sep 11, 2005 at 07:44:38PM -0700, Ray Percival said that Nice, but wrong: http://validator.w3.org/check?uri=http://mayuresh.freeshell.org/openb

Re: OpenBSD website Design. (openbsd.org down?)

2005-09-12 Thread Oreste
Le lundi 12 septembre 2005 C 09:26 +0200, -f a C)crit : > hmm, on Sun, Sep 11, 2005 at 07:44:38PM -0700, Ray Percival said that > > > Nice, but wrong: > > > http://validator.w3.org/check?uri=http://mayuresh.freeshell.org/openbsd/ > > > And in what browser do any of those four errors cause actual

Re: OpenBSD website Design.

2005-09-12 Thread Siegbert Marschall
Hi, > depends on how you measure "greatest". i think several of the > border states in the US declared a "state of emergency" about > the most profitable, and probably best known, mexican export. ;) > > and no, it's not viagra. it's a big problem on both sides of the border. However, one is wonde

Notificación de estado de entrega (Error)

2005-09-12 Thread Administrador
Your message To: mruiz+AEA-teamnet.com.mx Subject: Returned mail: see transcript for details Sent:Mon, 12 Sep 2005 01:28:31 -0500 did not reach the following recipient(s): mruiz+AEA-teamnet.com.mx on Mon, 12 Sep 2005 01:43:16 -0500 The e-mail account does not exist at the orga

Re: OpenBSD website Design. (openbsd.org down?)

2005-09-12 Thread -f
hmm, on Sun, Sep 11, 2005 at 07:44:38PM -0700, Ray Percival said that > > Nice, but wrong: > > http://validator.w3.org/check?uri=http://mayuresh.freeshell.org/openbsd/ > And in what browser do any of those four errors cause actual problems? you are missing the point of validating so much... a

Re: Preordering 3.8?

2005-09-12 Thread Theo de Raadt
> Since a November release seems to be shaping up, any idea when we can > begin pre-ordering? :-) > I've like the idea of getting it without remembering to order at > "release" time. In just a few days. We are still working on tshirt artwork.

Preordering 3.8?

2005-09-12 Thread David Ulevitch
Misc, Since a November release seems to be shaping up, any idea when we can begin pre-ordering? :-) I've like the idea of getting it without remembering to order at "release" time. Thanks, David

Re: RAID management support coming in OpenBSD 3.8

2005-09-12 Thread Niclas Sodergard
This is really cool. It will motivate me to upgrade our machines to 3.8 quickly. Now I don't have to do my daily excursion to the server room to check on the OpenBSD machines running hw raid to see if they have a faulty disk or not. cheers, Nickus

Offtopic. Re: OpenBSD website Design.

2005-09-12 Thread Siegbert Marschall
> Mexico's greatest exports to the US are poverty and disease. I believe you wanted to say: The US greatest exports to Mexico are poverty and disease. Ansonsten: Wenn man keine Ahnung hat, einfach mal Fresse halten.