On Fri, 16 Sep 2005 20:02:21 -0700, J.C. Roberts wrote:
>On Sat, 17 Sep 2005 09:39:26 +1000, "Rod.. Whitworth"
><[EMAIL PROTECTED]> wrote:
>
>>I have a need to access a remote Soekris in two ways. First a console
>>login for admin purposes and secondly for a DBA to use RDP to access
>>SQLserver on
Jason Dixon wrote:
> # ... setup keys ...
> # cd /etc/isakmpd
> # openssl genrsa -out private/local.key 1024
> # chmod 600 private/local.key
> # openssl rsa -out pubkeys/`hostname`.pub -in private/local.key -pubout
> # ln pubkeys/`hostname`.pub pubkeys/ipv4/10.0.0.2
> # scp pubkeys/ipv4/10.0.0.2 [E
Hello List,
I have been trying to connect an internal web server to the internet without
successs.
The firewall is an Alpha 3.8 recent snapshot and using the following pf.conf
from Openbsd.org
http://www.openbsd.org/faq/pf/example1.html
The Complete Ruleset
# macros
int_if = "fxp0"
ext_if
On Fri, 16 Sep 2005 23:02:23 -0500, Marco Peereboom
<[EMAIL PROTECTED]> wrote:
>Read at least the mindshare books on ISA and PCI. Let me warn you that the
>mindshare books are very complementary and for one to be able to fully grasp
>their content you really should buy and read them all. This wi
Read at least the mindshare books on ISA and PCI. Let me warn you that the
mindshare books are very complementary and for one to be able to fully grasp
their content you really should buy and read them all. This will set you back
a few hundred $$$ but it is the de-facto standard on PC architectur
On Fri, 16 Sep 2005 22:27:45 -0500, Paul Connally
<[EMAIL PROTECTED]> wrote:
>I've set "PNP OS = no" on every PC machine I've touched in the last 5
>or so years (every flavor of OS, to include Windows, Linux and *BSDs).
> I suspect most everyone else does too. Most hardware today does what
>it's
On Fri, 16 Sep 2005 23:03:32 -0400 (EDT), Ted Unangst
<[EMAIL PROTECTED]> wrote:
>On Fri, 16 Sep 2005, J.C. Roberts wrote:
>
>> I realize the BIOS/CMOS setting "Plug and Play OS" on x86 has
>> something to do with boot time configuration of hardware (usually
>> resource allocation on PCI cards and
My personal translation: setting "PNP OS = yes" allows your operating
system to override interrupts (and other values) that the bios assigns
to your hardware.
Example: when you put a network card into your PC and reboot, the
motherboard's bios might tell the new hardware to "use IRQ 5". If,
when
On Sat, 17 Sep 2005 09:39:26 +1000, "Rod.. Whitworth"
<[EMAIL PROTECTED]> wrote:
>I have a need to access a remote Soekris in two ways. First a console
>login for admin purposes and secondly for a DBA to use RDP to access
>SQLserver on a win 2k3 behind the firewall.
Rod,
Just curious but why wou
On Fri, 16 Sep 2005, J.C. Roberts wrote:
> I realize the BIOS/CMOS setting "Plug and Play OS" on x86 has
> something to do with boot time configuration of hardware (usually
> resource allocation on PCI cards and such) but I'm really not certain
> how this setting interacts with OpenBSD?
set it to
Hi List,
I realize the BIOS/CMOS setting "Plug and Play OS" on x86 has
something to do with boot time configuration of hardware (usually
resource allocation on PCI cards and such) but I'm really not certain
how this setting interacts with OpenBSD?
Could someone drop-kick me in the right direction
Thanks to all who replied. After seeing that my fellow OpenBSDers had no
problem with installing sa-learn through ports, I decided to go back and
re-run the install. This time, package Net-DNS-0.47.tar.gz was downloaded and
installed and that solved the problem. Not sure why it wasn't retrieved
On Sep 16, 2005, at 6:03 PM, Bryan Irvine wrote:
I copied all the pacakges over to the new systesm and tried varying
forms of pkg_add *, pkg_add $(ls), blah blah blah and inevitably it
will get to a package that depends on another package (which is in
that directory as well) and the install will
On Fri, 16 Sep 2005, Bryan Irvine wrote:
I *did* google but the only thing I found was from the archive in
2002, which ,of course, said the same thing. :-)
I thought because it showed up in the dmesg that it might work now.
What exactly are you seeing that makes you think it works? It looks
On Fri, 16 Sep 2005, Lars Knoesel wrote:
* Christoph Fritz <[EMAIL PROTECTED]> [16 Sep 05, 09:34] writes:
...
wd0(pciide0:0:0): timeout
type: ata
c_bcount: 65536
c_skip: 0
pciide0:0:0: bus-master DMA error: missing interrupt, status=0x20
wd0f: device timeout writing fsb
I *did* google but the only thing I found was from the archive in
2002, which ,of course, said the same thing. :-)
I thought because it showed up in the dmesg that it might work now.
--Bryan
On 9/16/05, Greg Thomas <[EMAIL PROTECTED]> wrote:
> On 9/16/05, Bryan Irvine <[EMAIL PROTECTED]> wrote:
Actually I see the problem now, I had several conflicting packages, ie
postfix, and postfix-ldap, openldap and openldap-sasl-bdb.
Sorry.
--Bryan
On 9/16/05, Marc Espie <[EMAIL PROTECTED]> wrote:
> On Fri, Sep 16, 2005 at 03:03:35PM -0700, Bryan Irvine wrote:
> > How do I isntall every package in
I have a need to access a remote Soekris in two ways. First a console
login for admin purposes and secondly for a DBA to use RDP to access
SQLserver on a win 2k3 behind the firewall.
On the face of it I could log in as Rod and have shell access, even
reboot viewing. Good! Love that.
Then DBA could
On Friday 16 September 2005 04:13 pm, Ryan Puckett wrote:
> In my experience, any protocols where the server will generate a
> separate connection back to the client (like ftp) will not work with
> NAT pools.
Even passive ftp?
> nat on $ext_if inet from to any port
> $NATPoolPortsTCP -> $natpool
On Fri, Sep 16, 2005 at 03:03:35PM -0700, Bryan Irvine wrote:
> How do I isntall every package in a directory?
>
> I've built one server (ldap/postfix/etc... yadda yadda) and I now want
> to create 2 exact duplicate configurations with the existing packages
> (that were orginially compiled from po
On 9/16/05, Bryan Irvine <[EMAIL PROTECTED]> wrote:
>
> How do I isntall every package in a directory?
>
> I've built one server (ldap/postfix/etc... yadda yadda) and I now want
> to create 2 exact duplicate configurations with the existing packages
> (that were orginially compiled from ports).
>
>
On Friday 16 September 2005 04:20 pm, Raymond Lillard wrote:
> First off, it's a bad idea to broadcast your real IP numbers
> in a public place.
I had always thought that but then I read this article:
http://homepages.tesco.net/~J.deBoynePollard/FGA/dont-obscure-your-dns-data.html
It seems to mak
On 9/16/05, Bryan Irvine <[EMAIL PROTECTED]> wrote:
>
> Anyone have any good recommendations on firewire tape drives?
For OpenBSD?
>From April: "Does *OpenBSD* support any USB 2.0 and/or *Firewire* external
enclosures?
USB yes. *Firewire* not at this time."
Have you stopped doing basic researc
How do I isntall every package in a directory?
I've built one server (ldap/postfix/etc... yadda yadda) and I now want
to create 2 exact duplicate configurations with the existing packages
(that were orginially compiled from ports).
I copied all the pacakges over to the new systesm and tried varyi
On 9/16/05, Christoph Fritz <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have two harddisks:
>
> wd0 at pciide0 channel 0 drive 0:
> wd0: 16-sector PIO, LBA, 12982MB, 26588016 sectors
> wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
> wd1 at pciide0 channel 1 drive 0:
> wd1: 16-sector PIO, LBA, 78533M
ok,
i set the value max(sysctl net.inet.tcp.sendspace=65535 &&)and got the
speed back.
Thanks...
2005/9/16, Melameth, Daniel D. <[EMAIL PROTECTED]>:
> Huzeyfe Onal wrote:
> > i bought a 50Mbit/s "metro ethernet" internet connection and test it
> > with two operating system.
> > first windows XP SP
Hi,
I've recompiled OpenBSD from todays CVS( amd64 ).
I'm using pppoe( userland ) and everything was working fine, till the
update.
Now i can't even set my default gateway:
$ ping 213.63.13.1
PING 213.63.13.1 (213.63.13.1): 56 data bytes
64 bytes from 213.63.13.1: icmp_seq=0 ttl=126 time=19.30
Huzeyfe Onal wrote:
> i bought a 50Mbit/s "metro ethernet" internet connection and test it
> with two operating system.
> first windows XP SP2 with gigabit ethernet. I see 5MB/s
> download speed .
>
> second is an OpenBSD 3.7 with fxp0: and
> saw 2.2MB/s download speed.
>
> Do i need a kernel o
Chris Smith wrote:
OpenBSD 3.7
Some hosts will experience poor to seemingly no Internet access when
using NAT address pools - web sites time out, even pings to remote
addresses fail.
Using:
nat on $ext_if from !$ext_if -> $ext_if:0
works fine.
Using:
nat on $ext_if from !$ext_if -> $ext_if
Granted I'm running 3.6 but I have a setup very similar to you.
The external NATs of the servers are not in the natpool30 (1.2.3.0/30)
network.
In my experience, any protocols where the server will generate a
separate connection back to the client (like ftp) will not work with NAT
pools.
#Port N
hi,
i bought a 50Mbit/s "metro ethernet" internet connection and test it
with two operating system.
first windows XP SP2 with gigabit ethernet. I see 5MB/s
download speed .
second is an OpenBSD 3.7 with fxp0: and
saw 2.2MB/s download speed.
Do i need a kernel options to increase speed or anyth
OpenBSD 3.7
Some hosts will experience poor to seemingly no Internet access when
using NAT address pools - web sites time out, even pings to remote
addresses fail.
Using:
nat on $ext_if from !$ext_if -> $ext_if:0
works fine.
Using:
nat on $ext_if from !$ext_if -> $ext_if
or
nat on $ext_if from
Hello -
Are there plans to add sendfile()/zero-copy to OpenBSD to improve web server
performance?
Thanks
David
On Sep 16, 2005, at 2:49 PM, Karl-Heinz Wild wrote:
Hi.
I'm trying to use ipsecctl to manage my ipsec connection.
Is there a more detailed description/howto or some more
infos available?
I haven't found anything besides the man pages. Here's a very basic
example for getting a tunnel setup
Maybe because you are using the RAMDISK kernel? Try switching to
GENERIC, and see if that works better.
--Bryan
On 9/15/05, BadMagic <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I installed OpenBSD 3.7 (Sparc64) on my Ultra 5 and it's performance is not
> what I'd expected. I'd recently had Solaris
Hi.
I'm trying to use ipsecctl to manage my ipsec connection.
Is there a more detailed description/howto or some more
infos available?
Whould be great.
Regards
Thanks.
Karl-Heinz
* Christoph Fritz <[EMAIL PROTECTED]> [16 Sep 05, 09:34] writes:
> ...
> wd0(pciide0:0:0): timeout
> type: ata
> c_bcount: 65536
> c_skip: 0
> pciide0:0:0: bus-master DMA error: missing interrupt, status=0x20
> wd0f: device timeout writing fsbn 7565664 of 7565664-7565791 (w
marco,
>ehm... no.
>
>Replacing your power supply was a coincidence. The disk was
going
>bad and reallocated the bad areas. By the time you replaced
the
>power supply it was simply done.
>
i have had a lot of problems with this drive, and it
correlated very strongly with the hardware to whi
On 9/16/05, BadMagic <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I installed OpenBSD 3.7 (Sparc64) on my Ultra 5 and it's performance is not
> what I'd expected. I'd recently had Solaris on there (using CDE) and it ran
> quite quickly but with OpenBSD, when I do an 'ls -la', it takes forever for
>
I have a Poweredge 1850, dual Xeon. When I boot a 3.7 GENERIC, everything is
fine and the system boots correctly:
OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Xeon(TM) CPU 3.40GHz ("GenuineIntel" 686-class) 3.40 GHz
D>
You have just received a virtual postcard from a family member!
.
You can pick up your postcard at the following web address:
.
http://www2.postcards.org/?d21-sea-sunset
.
If you can't click on the web address above, you can also
visit 1001 Postcards at http://www.postcards.org/postcar
Anyone have any good recommendations on firewire tape drives?
--Bryan
ehm... no.
Replacing your power supply was a coincidence. The disk was going
bad and reallocated the bad areas. By the time you replaced the
power supply it was simply done.
To make sure all ares have been touched (and potentially fixed)
simply read the whole disk like:
dd if=/dev/rwd0
Ray
Thanks for your informative and detailed review - I think I will wait
and keep searching. Ever get the feeling you want something that just
doesn't exist?
Thanks!
Joe
On 9/15/05, Ray Lai <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 14, 2005 at 11:33:28PM -0400, Joe . wrote:
> > On 9/14/05, Ted Un
There is nothing simpler and cleaner than IP routing.
Avoid all nasty hacks with adress re-writing and ugly stuff is possible.
Your own as, two full bgp feeds and just let bgp decide path.
Loadsharing is usually pretty good, and if you are looking for better
load-sharing then redundancy probably i
Lukasz Sztachanski wrote:
[...]
doesn't think so; try to disable pf ;) Probably it's a matter of
pf`s traffic normalization.
[...]
Or use;
pass in quick on $xxx all allow-opts
on int used specific(!) for nmap, snort et al.
/per
[EMAIL PROTECTED]
Not yet but if it continues to do that you should.
On Sep 16, 2005, at 2:34 AM, Christoph Fritz wrote:
Hi
I have two harddisks:
wd0 at pciide0 channel 0 drive 0:
wd0: 16-sector PIO, LBA, 12982MB, 26588016 sectors
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
wd1 at pciide0 channel 1 drive 0
>Hi
>
>I have two harddisks:
>
>wd0 at pciide0 channel 0 drive 0:
>wd0: 16-sector PIO, LBA, 12982MB, 26588016 sectors
>wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
>wd1 at pciide0 channel 1 drive 0:
>wd1: 16-sector PIO, LBA, 78533MB, 160836480 sectors
>wd1(pciide0:1:0): using PIO mode 4, DMA mo
On Friday 16 September 2005 11:17, Jonathan Gray wrote:
> Include a full dmesg.
OpenBSD 3.6 (GENERIC) #59: Fri Sep 17 12:32:57 MDT 2004
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD-K6tm w/ multimedia extensions ("AuthenticAMD" 586-class) 200 MHz
cpu0: FPU,V86,DE,PSE,TSC,M
On Fri, Sep 16, 2005 at 01:12:06PM +0200, Wijnand Wiersma wrote:
> I have seen this too, but that was a long time ago, I never actually
> run nmap anymore :-)
> Maybe it has something to do with some nics?
>
doesn't think so; try to disable pf ;) Probably it's a matter of
pf`s traffic normalizati
I have seen this too, but that was a long time ago, I never actually
run nmap anymore :-)
Maybe it has something to do with some nics?
Wijnand
Rod.. Whitworth schrieb:
On Fri, 16 Sep 2005 07:56:25 +0200, Sebastian .Rother wrote:
Hello everybody,
I just wanna know if the nmap-Issue with the -O option will be fixed on
OpenBSD (some day..).
Just a little scan against hackin9.
# nmap -P0 -sV -p22,80,443 -T1 -vvv -O www.hakin9.org
On Fri, 16 Sep 2005, Erwin Zbinden wrote:
> Hi
>
> I am using a backup tape witch at the moment runs under suselinux 7.3. Now
> I am migrating to openbsd and try to read my data witch are written under
> linux from a tape that runs under openbsd 3.6.
>
> The problem is: there is only a small p
On Fri, Sep 16, 2005 at 02:44:06AM +, Karl O. Pinc wrote:
>
> The pf.conf(5) grammer says:
>
> routehost = ( interface-name [ address [ "/" mask-bits ] ] )
>
> I'm thinking it should be:
>
> routehost = "(" interface-name [ address [ "/" mask-bits ] ] ")"
>
just fixed by daniel
On Fri, Sep 16, 2005 at 02:30:39AM +, Karl O. Pinc wrote:
> In the BNF grammer it says:
>
> route = "fastroute" |
> ( "route-to" | "reply-to" | "dup-to" )
> ( routehost | "{" routehost-list "}" )
> [ pooltype ]
>
Hi
I am using a backup tape witch at the moment runs under suselinux 7.3. Now
I am migrating to openbsd and try to read my data witch are written under
linux from a tape that runs under openbsd 3.6.
The problem is: there is only a small part of what I backuped, and during
the read-process tar
Hi,
> While SpamAssassin itself seems to be installed,
> what is apparently missing is the utility sa-learn which is needed to update
> the Bayesian database. It's not in the path, and I scoured the hard disk with
> "locate" - it's not there. No man page for sa-learn either.
On 3.7-stable, I g
--On 16 September 2005 14:14 +0800, Robert Storey wrote:
Hello folks. I'm trying to use SpamAssassin (not Spamd) on OpenBSD
3.7. I installed using the port mail/p5-Mail-SpamAssassin.
Try the package, in case something went wrong with your port-building.
It's not in the path, and I scoured t
On Fri, Sep 16, 2005 at 09:34:31AM +0200, Christoph Fritz wrote:
> Hi
>
> I have two harddisks:
>
> wd0 at pciide0 channel 0 drive 0:
> wd0: 16-sector PIO, LBA, 12982MB, 26588016 sectors
> wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
> wd1 at pciide0 channel 1 drive 0:
> wd1: 16-sector PIO, L
I got mine from http://www.japan-direct.com/
Wim also sells c3000s http://zaurus.kd85.com/
S a m
$ uname -a
OpenBSD jasper 3.7 GENERIC.RAID#1 i386
$ pkg_info -L p5-Mail-SpamAssassin | grep sa-learn
/usr/local/bin/sa-learn
/usr/local/man/man1/sa-learn.1
El vie, 16-09-2005 a las 14:14 +0800, Robert Storey escribis:
> [...]
> what is apparently missing is the utility sa-learn which is needed to update
> the Bayesian database. It's not in the path, and I scoured the hard disk with
> "locate" - it's not there. No man page for sa-learn either.
> [...
Hi,
On my OpenBSD 3.6, sa-learn is there :
/usr/bin/sa-learn
Now just a simple question :
Did you run a locate database update after installing SpamAssassin ?...
locate's not find.
#/usr/libexec/locate.updatedb &
Regards
Oreste
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL P
On Fri, 16 Sep 2005 07:56:25 +0200, Sebastian .Rother wrote:
>Hello everybody,
>
>I just wanna know if the nmap-Issue with the -O option will be fixed on
>OpenBSD (some day..).
>
>Just a little scan against hackin9.
>
># nmap -P0 -sV -p22,80,443 -T1 -vvv -O www.hakin9.org
>Initiating SYN Stealth
Hello folks. I'm trying to use SpamAssassin (not Spamd) on OpenBSD 3.7. I
installed using the port mail/p5-Mail-SpamAssassin. Everything seemed to go
OK, no errors of any kind. While SpamAssassin itself seems to be installed,
what is apparently missing is the utility sa-learn which is needed to
Hi
I have two harddisks:
wd0 at pciide0 channel 0 drive 0:
wd0: 16-sector PIO, LBA, 12982MB, 26588016 sectors
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
wd1 at pciide0 channel 1 drive 0:
wd1: 16-sector PIO, LBA, 78533MB, 160836480 sectors
wd1(pciide0:1:0): using PIO mode 4, DMA mode 2
and
On 9/15/05, Barry, Christopher <[EMAIL PROTECTED]> wrote:
>
> We could, but you'd never get it...
>
you don't know how to cc?
here, let me show you
Hi,
dunno about your problem, but you shouldn't make your
web pages or programs writtable by the www user.
Make them belong to root.bin or root.daemon
Regards
Alex
On 9/16/05, L. V. Lammert <[EMAIL PROTECTED]> wrote:
> I have perms on mini_sendmail set to www,www (same as Apache), .. it's
> -Original Message-
> From: Jeffrey Roach [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 15, 2005 11:47 PM
> To: misc@openbsd.org
> Subject: Receiving mail
>
> Can anyone tell me why I don't receive mail from the list? I
> receive only
> my own posts. My preference is set to re
69 matches
Mail list logo