Hello misc,
My company is upgrading a number of our servers, and I've been browsing
the various lists and Google'ing to find answers to the following...
We're looking at ordering a number of the dell PowerEdge 2900 machines
for a number of applications (mostly database/web). In configuring
thes
On 12/4/06, Markus Bergkvist <[EMAIL PROTECTED]> wrote:
Also, the connection light and the transmission light is always on,
regardsless if it is connected to the network or sending/receiving or
not. Only when I take the network interface down the lights go out. If
that means anything to anyone.
On Tue, 5 Dec 2006, Andreas Bihlmaier wrote:
> On Mon, Dec 04, 2006 at 11:51:23PM +0100, Thomas Schoeller wrote:
> > hello,
> > seams that some recent changes to the scsi layer has broken the umass
> > support. i tested with two different usb2.0 harddrive models.
> >
> > dmesg of working kernel f
> i wonder if there is anyone working on a port for enigmail to run under
> openbsd?
Check -current ports and snapshot packages.
On Mon, Dec 04, 2006 at 11:51:23PM +0100, Thomas Schoeller wrote:
> hello,
> seams that some recent changes to the scsi layer has broken the umass
> support. i tested with two different usb2.0 harddrive models.
>
> dmesg of working kernel from 3.Nov and broken dmesg with trace and ps
> output. if
On 12/4/06, Uwe Dippel <[EMAIL PROTECTED]> wrote:
I seem to have found a bug in ksh:
Here is a sample that doesn't behave as I'd expect it to.
...
First off, the string equality operator in 'test' is "=", not "==".
Yes, openbsd accepts "==", but other systems will yell at you if you
try that.
Salut,
On Mon, Dec 04, 2006 at 11:45:46PM -0501, Dan Brosemer wrote:
> Take a look at the way /etc/rc does stuff like this:
>
> [EMAIL PROTECTED]:ttyp1[~]$ if [ x"$demo" == x"-n" -o x"$demo" == x"-e" ];
then
> > echo bar
> > fi
> bar
Sure, but this is a workaround. It is a bug that ought to be fi
On Tue, 5 Dec 2006, Uwe Dippel wrote:
> 2 humble suggestions to make my server OS of choice even better.
>
> I seem to have found a bug in ksh:
> Here is a sample that doesn't behave as I'd expect it to.
>
> # demo=""
> # if [ "$demo" == "-n" -o "$demo" == "-e" ]; then
> > echo bar
> > fi
> # d
# demo=""
# if [ "$demo" == "-n" -o "$demo" == "-e" ]; then
> echo bar
> fi
# demo="-n"
# if [ "$demo" == "-n" -o "$demo" == "-e" ]; then
> echo bar
> fi
ksh: [: -n: unexpected operator/operand
/home/lukeb
$ demo='-n'
/home/lukeb
$ if [[ $demo == '-n' || $demo == '-e' ]]; then print YUP; fi
YU
On Tue, Dec 05, 2006 at 12:32:38PM +0800, Uwe Dippel wrote:
> 2 humble suggestions to make my server OS of choice even better.
>
> I seem to have found a bug in ksh:
> Here is a sample that doesn't behave as I'd expect it to.
>
> # demo=""
> # if [ "$demo" == "-n" -o "$demo" == "-e" ]; then
> >
2 humble suggestions to make my server OS of choice even better.
I seem to have found a bug in ksh:
Here is a sample that doesn't behave as I'd expect it to.
# demo=""
# if [ "$demo" == "-n" -o "$demo" == "-e" ]; then
> echo bar
> fi
# demo="-n"
# if [ "$demo" == "-n" -o "$demo" == "-e" ]; then
I'm running a test openldap server on an imac 333Mhz. When I run things
from the console it's really really slow, but when I'm in X things are a lot
faster. For example: I just ran as a test (several times) the ldap command
"time slapcat", which basically dumps the contents of the DB to the scre
Hi folks,
i wonder if there is anyone working on a port for enigmail to run under openbsd?
Thanks in advance.
> now, I got the tunnel setup just fine using just ipsec.conf. I was just
> curios if there was a quick and simple way to to test traffic through
> the tunnel since it is just a host to host configuration.
I'm curious to know why you don't think ping is a good tool to test
this with ? run ping a
I recently bought an IBM ThinkPad X40 off of ebay and couldn't be happier.
Everything works out of the box, minus the manual pkg_add of the firmware
for iwi. I would highly recommand the X40.
This was covered recently, search the archives. But for the record, I
think the end result was ThinkPads.
On 12/4/06, Anton Karpov <[EMAIL PROTECTED]> wrote:
My lovely Sony VAIO died few days ago. So I'm searching for a replacement.
Honestly, VAIO never works good with BSDs, the only one BSD wh
On Mon, 2006-12-04 at 14:26 -0600, Jacob Yocom-Piatt wrote:
> this is easy enough to setup using isakmpd.conf files, but i don't know how
to
> do it with ipsec.conf yet. a "rosetta stone" for such translations would be
nice.
>
> i recommend you google for an isakmpd.conf based setup that tunnels fr
Matthew P Szudzik wrote:
> There used to be problems using USB keyboards during the OpenBSD install
> on i386, and workarounds were discussed in section 12.7.4 of the FAQ.
> That section is missing from the current FAQ.
>
> Does this mean that the OpenBSD install kernel now has complete USB
>
> ike passive esp from any to any main auth hmac-sha1 enc 3des-cbc \
> quick auth hmac-sha1 enc 3des-cbc group modp1024 \
> psk "sharedsecret"
actually, this is more what you're looking for
ike passive esp from any to 0.0.0.0 main auth hmac-sha1 enc 3des-cbc \
quick auth hmac-
On 12/4/06, Matthew P Szudzik <[EMAIL PROTECTED]> wrote:
There used to be problems using USB keyboards during the OpenBSD install
on i386, and workarounds were discussed in section
I've done a few 4.0 installs with usb keyboards on different i386
machines, haven't had to perform any workaround
There used to be problems using USB keyboards during the OpenBSD install
on i386, and workarounds were discussed in section 12.7.4 of the FAQ.
That section is missing from the current FAQ.
Does this mean that the OpenBSD install kernel now has complete USB
keyboard support for i386, and that t
> openbsd ipsec, i was not able to figure out how to convert from the below
> isakmpd.conf (from
> http://72.14.203.104/search?q=cache:gspcrTnrOq8J:www.openbsd.cz/~pruzicka/vpn.html+ipsec+windows+xp+openbsd&hl=en&gl=us&ct=clnk&cd=4&client=firefox-a
> ):
>
try this. You probably want to try this o
On Mon, Dec 04, 2006 at 02:26:21PM -0600, Jacob Yocom-Piatt wrote:
> this is easy enough to setup using isakmpd.conf files, but i don't know how to
> do it with ipsec.conf yet. a "rosetta stone" for such translations would be
> nice.
ipsecctl -nvf /etc/ipsec.conf will show you all of the FIFO com
Original message
>Date: Mon, 4 Dec 2006 17:16:51 -0500
>From: "Martin Gignac" <[EMAIL PROTECTED]>
>Subject: Re: vpn difficulties
>To: misc@openbsd.org
>
>On 12/4/06, Jacob Yocom-Piatt <[EMAIL PROTECTED]> wrote:
>
>> >if anyone knows, what is a good way to test a host 2 host VPN? Sinc
hello,
seams that some recent changes to the scsi layer has broken the umass
support. i tested with two different usb2.0 harddrive models.
dmesg of working kernel from 3.Nov and broken dmesg with trace and ps
output. if u need further testing please contact me.
best regards
thomas
OpenBSD 4.0-cu
On 12/4/06, Jacob Yocom-Piatt <[EMAIL PROTECTED]> wrote:
>if anyone knows, what is a good way to test a host 2 host VPN? Since
>I'm not routing two different networks across the VPN, there is nothing
>easy to test like pinging a host on the other end of the tunnel.
this is easy enough to setup
Hi misc@,
I've got a relatively small IPSEC project I am undertaking and prefer to use
OpenBSD for the 'client-side' to connect to an IOS-based Cisco router on the
'server-side'. I'll try to be as concise as possible without overbearing
details.
- The AS5350 is co-located with a fixed IP addres
Hi all,
My microvax crashes nightly at about 2:30am on 4.0. It seems to be
related with the execution of /etc/daily.
Regards,
-- dmesg
OpenBSD 4.0 (GENERIC) #356: Mon Sep 18 01:44:06 MDT 2006
[EMAIL PROTECTED]:/usr/src/sys/arch/vax/compile/GENERIC
MicroVAX 3100/m{10,20}{,e} [0A05 040102
Original message
>Date: Mon, 04 Dec 2006 10:38:07 -0600
>From: Ryan Corder <[EMAIL PROTECTED]>
>Subject: Re: vpn difficulties
>Cc: misc@openbsd.org
>
>On Sat, 2006-12-02 at 21:33 +0900, Mathieu Sauve-Frankel wrote:
>> > output of '/sbin/isakmpd -SKvd' give no output on either host.
>>
On 12/4/06, Martin Schrvder <[EMAIL PROTECTED]> wrote:
And now they have been bought by LSI. :-)
http://www.lsi.com/news/corporate_news/2006_12_04.html
So there is hope that LSI will release specifications :)
Andreas.
--
Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a si
> I have installed the following binaries:
> openldap-server-2.3.24
> openldap-client-2.3.24
> db-4.2.52p8
> OS is OpenBSD 4.0
You need to install openldap-server-2.3.24-bdb
If installed from ports use env FLAVOR=bdb make install to get it, or if you
used packages then use the bdb version.
--B
On Sat, 2006-12-02 at 21:33 +0900, Mathieu Sauve-Frankel wrote:
> > output of '/sbin/isakmpd -SKvd' give no output on either host.
>
> Don't use -S. It should ONLY be used when running two ipsec gateways
> in failover mode with carp and sasyncd.
if anyone knows, what is a good way to test a host 2
so is LSI a friendly vendor?
According to http://vendorwatch.org - yes :-)
so is LSI a friendly vendor?
Sam Fourman Jr.
On 12/4/06, Martin Schrvder <[EMAIL PROTECTED]> wrote:
2006/11/28, Emmanuel Jarri <[EMAIL PROTECTED]>:
> They've just gained their place in the vendorwatch.org list, scored as
> "unfriendly" ;)
> http://vendorwatch.org/
And now they have been bought
On Mon, Dec 04, 2006 at 04:56:46PM +0100, Karel Kulhavy wrote:
> >From this I have a feeling that the Links distribution of OpenBSD doesn't
> accord to the terms of GPL. Do you have an argument to convince me that I am
> wrong?
ftp ftp.openbsd.org
cd pub/OpenBSD/distfiles
ls links*
you can't have
On 12/4/06, Dr. Harry Knitter <[EMAIL PROTECTED]> wrote:
Hi.
trying to get Openldap running I got the following problems:
Starting slapd results in unrecognized database bdb (should be the standard
database for openldap)
If you want openldap with bdb use bdb-flavor, e.g.:
root@@nergal /usr/por
On 2006/12/04 16:56, Karel Kulhavy wrote:
> I am a co-author of Links and I can't see how the GPL is satisfied by how
> OpenBSD is distributing Links binaries.
> "If distribution of executable or object code is made by offering access to
> copy from a designated place, then offering equivalent acc
On Mon, Dec 04, 2006 at 04:56:46PM +0100, Karel Kulhavy wrote:
> Hello
>
> I am a co-author of Links and I can't see how the GPL is satisfied by how
> OpenBSD is distributing Links binaries.
>
> I downloaded a .tgz of Links binary from the FTP archive at
> ftp://ftp.openbsd.org/pub/OpenBSD/3.9/pa
2006/12/4, Karel Kulhavy <[EMAIL PROTECTED]>:
I didn't find a copy of source code in the .tgz. The FTP directory doesn't
seem to contain source code of Links and it doesn't contain a README saying
where
the source is to be downloaded.
Start with ftp://ftp.openbsd.org/pub/OpenBSD/3.9/ports.tar.
On 12/4/06, Chris Kuethe <[EMAIL PROTECTED]> wrote:
On 12/4/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote:
> From this I have a feeling that the Links distribution of OpenBSD doesn't
> accord to the terms of GPL. Do you have an argument to convince me that I am
> wrong?
>
> I came to this by chance
On 12/4/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote:
From this I have a feeling that the Links distribution of OpenBSD doesn't
accord to the terms of GPL. Do you have an argument to convince me that I am
wrong?
I came to this by chance when I was searching for the source of Transcode
distributed
On 12/4/06, Dr. Harry Knitter <[EMAIL PROTECTED]> wrote:
trying to get Openldap running I got the following problems:
Starting slapd results in unrecognized database bdb (should be the standard
database for openldap)
Trying to start it with lbdm as database nothing happens, not even
in /var/log/m
On Mon, Dec 04, 2006 at 04:56:46PM +0100, Karel Kulhavy wrote:
> "a) Accompany it with the complete corresponding machine-readable
> source code, which must be distributed under the terms of Sections
> 1 and 2 above on a medium customarily used for software
> interchange; or,"
>
> I didn't find a
On 2006/12/04 16:15, Karel Kulhavy wrote:
> [EMAIL PROTECTED]:~$ autoconf
> Provide an AUTOCONF_VERSION environment variable, please
>
> I suggest this error message to be extended with a pointer to information
> how to set this environment variable. As I wrote, I didn't find any manpage
> about t
Hi,
we are using spamd of OpenBSD 3.9 in greylisting mode with the following
options in rc.conf:
spamd_flags="-v -G 25:4:864 -r451"
spamd_grey=YES
. and the greyscanner perl script from Bob Beck.
The results in fighting against spam are really unbelievable great, but
unfortunately spamd crashes
Hello Robert,
I don't feel authorized to tell you that everything inside base.tgz is
set correctly after untarring (must look inside install script to be
100% sure), but here's a script that I've been using lately. Note
Linux' [sS] and OpenBSD's [tT]. Good that there are standards!
Bill
---
Hello
I am a co-author of Links and I can't see how the GPL is satisfied by how
OpenBSD is distributing Links binaries.
I downloaded a .tgz of Links binary from the FTP archive at
ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/i386/links+-2.1pre20p0-no_x11.tgz
The distribution of binaries is cove
Hello all,
Im going to put my hands on the OCF code (to learn and to have fun),
but there are some things I would like to share before I start this journey.
Im thinking to work at two parts of the OCF.
1. Load balancing scheme
Actually the load balacing algorithm is hard coded (placed direct
Hi.
On 12/4/06, Karel Kulhavy <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED]:~$ autoconf
Provide an AUTOCONF_VERSION environment variable, please
Yes. Just do it. e.g.:
[EMAIL PROTECTED]:~ $ env | grep AUTO
AUTOMAKE_VERSION=1.9
AUTOCONF_VERSION=2.59
I suggest this error message to be extended
Hi!
On Mon, Dec 04, 2006 at 02:18:31PM +0100, Robert Urban wrote:
>Hi Misc'ers,
>I did something stupid on my 4.0 server and lost the contents of /bin.
>I restored by
>booting from the install-cd, mounting /, /usr, and /var, and running
> cd /root-mount; pax -rz -f /cd/4.0/i386/base40.tgz
>
trying to get Openldap running I got the following problems:
Starting slapd results in unrecognized database bdb (should be the standard
database for openldap)
Trying to start it with lbdm as database nothing happens, not even
in /var/log/messages I can find any entry.
I have installed the follo
On Mon, Dec 04, 2006 at 04:15:41PM +0100, Karel Kulhavy wrote:
> [EMAIL PROTECTED]:~$ autoconf
> Provide an AUTOCONF_VERSION environment variable, please
>
> I suggest this error message to be extended with a pointer to information
> how to set this environment variable. As I wrote, I didn't find
On Thu, 2006-11-30 at 17:33 -0600, Miguel wrote:
> Hi, how can i check the servers' health and delete a server from the
> pool when it loses connection with the load balancer, is such thing
> posible?
http://slbd.sourceforge.net does this with pf.
ciao
Luca
On Fri, Dec 01, 2006 at 03:00:40PM -0600, Dale Rahn wrote:
> On Fri, Dec 01, 2006 at 09:20:18PM +0100, Karel Kulhavy wrote:
> > The default linker in OpenBSD 3.9 segfaults reproducibly:
>
> Perhaps you want to write the file to wav2bin instead of -Wall, and
> not link the old version with the new
On 12/4/06, Marcus Popp <[EMAIL PROTECTED]> wrote:
On 2006-12-04T14:50, Bambero wrote:
...
> rdr pass proto tcp from any to any port -> port 80
...
This line really looks like this:
rdr pass proto tcp from any to any port -> 192.168.0.2 port 80
Don't know why I didn't copy IP in p
[EMAIL PROTECTED]:~$ autoconf
Provide an AUTOCONF_VERSION environment variable, please
I suggest this error message to be extended with a pointer to information
how to set this environment variable. As I wrote, I didn't find any manpage
about this topic (even if the manpage list suggested it shoul
Hello
I wonder how to set up the AUTOCONF_VERSION variable so I got an idea
to look into the autoconf manpage. But man autoconf is this:
"autoconf - diagnostics from the autoconfiguration code
When OpenBSD bootstraps it probes the innards of the machine ..."
man -a autoconf also produces only thi
On Mon, Dec 04, 2006 at 01:20:40PM +0100, Juan Solano wrote:
> Hi,
>
> I have a thinkpad X24 with british keyboard running openbsd and my shell
> is ksh.
>
> I am trying to get dead keys working for accents e.g. entering "'" + "a"
> to get "a" and it doesn't work. I don't have any LC* environment
Julian Labuschagne writes:
>
> Then I had to test the server before putting it into a production
> enviroment. So I switched of /dev/wd3a.
So at this point wd3a will get marked as failed...
> The system halted itself when I did that...
"oops". So it wasn't a clean shutdown, and so the parity
On 2006-12-04T14:50, Bambero wrote:
...
> rdr pass proto tcp from any to any port -> port 80
...
> What may be wrong ?
nothing. You can't redirect to ports only. You could only redirect to an
IP address/port. Please read the man pages/faq.
hth,
Marcus
On 12/4/06, Bambero <[EMAIL PROTECTED]> wrote:
Hello
I have a problem with port forwarding. My "network" looks like this:
INERNET <=> [ne3] router (OpenBSD-3.9) [ne4] (192.168.0.1) <=>
client (192.168.0.2)
I want to forward port of my router [ne3] to port 80 on client machine.
I have
Bambero wrote:
> Hello
>
> I have a problem with port forwarding. My "network" looks like this:
>
> INERNET <=> [ne3] router (OpenBSD-3.9) [ne4] (192.168.0.1) <=>
> client (192.168.0.2)
>
> I want to forward port of my router [ne3] to port 80 on client machine.
> I have the following ru
My lovely Sony VAIO died few days ago. So I'm searching for a replacement.
Honestly, VAIO never works good with BSDs, the only one BSD which works
quite good is FreeBSD (although it has no proper suspend/resume support for
VAIO). OpenBSD has several problems like unability to ajust brightness (no
h
Hello
I have a problem with port forwarding. My "network" looks like this:
INERNET <=> [ne3] router (OpenBSD-3.9) [ne4] (192.168.0.1) <=>
client (192.168.0.2)
I want to forward port of my router [ne3] to port 80 on client machine.
I have the following rules in my /etc/pf.conf:
===
ext
Hi,
I have a thinkpad X24 with british keyboard running openbsd and my shell
is ksh.
I am trying to get dead keys working for accents e.g. entering "'" + "a"
to get "a" and it doesn't work. I don't have any LC* environment
variable set, I can see accents in a text file when doing cat .txt
on the
Hi Misc'ers,
I did something stupid on my 4.0 server and lost the contents of /bin.
I restored by
booting from the install-cd, mounting /, /usr, and /var, and running
cd /root-mount; pax -rz -f /cd/4.0/i386/base40.tgz
(please don't ask what the stupid thing was).
I saved my /etc, /var/db
On Sat, Dec 02, 2006 at 04:36:35PM -0800, Marco S Hyman wrote:
> I've got a reproducable crash on my Mac mini (intel). Sources are as
> of 30 Nov. No, I'm not running a generic kernel because a generic kernel
> doesn't run on the mini. And the keyboard doesn't work in ddb so getting
> more info
On Mon, Dec 04, 2006 at 06:56:15AM -0500, Nick Holland wrote:
> Patrick Cummings wrote:
> ...
> > While I perfectly understand that you said you had a problem with Mailman
> > that uses too much CPU time, you need to understand that normally the
> > hardware is built to allow you to use the CPU at
Patrick Cummings wrote:
...
> While I perfectly understand that you said you had a problem with Mailman
> that uses too much CPU time, you need to understand that normally the
> hardware is built to allow you to use the CPU at 100% for all the time.
> According to that and the temperatures you repo
Hello,
Might anyone have any pointers to sources of fdisk automation scripts for
OpenBSD that that can determine the size of a disk and follow a set of
partitioning guidelines? Scenario: cookie-cutter systems with different drive
sizes. Options like "use the remainder for /usr" are always handy
> Date: Mon, 4 Dec 2006 09:52:17 +0100> From: [EMAIL PROTECTED]> To:
misc@openbsd.org> Subject: CPU running hot due to (buggy) software> > Hi,> >
I've got an issue with a machine that runs hot once [a Mailman Python>
process] appears to go into a tight loop and consumes 99% of the CPU for a>
longer
2006/11/28, Emmanuel Jarri <[EMAIL PROTECTED]>:
They've just gained their place in the vendorwatch.org list, scored as
"unfriendly" ;)
http://vendorwatch.org/
And now they have been bought by LSI. :-)
http://www.lsi.com/news/corporate_news/2006_12_04.html
Best
Martin
Hi everyone
I setup a raid system using raictl
Snipp --
START array
# row, column, spare disks
1 3 1
START disks
/dev/wd1a
/dev/wd2a
/dev/wd3a
START spare
/dev/wd4a
START layout
32 1 1 5
START queue
fifo 100
Snip --
When it started up for the first time it wrote parity information
Prabhu Gurumurthy wrote:
Heinrich Rebehn wrote:
Hi list,
i am getting a daily insecurity report from my system system saying:
##
Checking special files and directories.
Output format is:
filename:
criteria (shouldbe, reallyis)
On Wed, Nov 29, 2006 at 06:57:41AM -0500, Nick Holland wrote:
> > The MBR contains the FreeBSD bootloader. At startup, the machine displays
>
> HA!
>
> > F1 FreeBSD
> > F2 BSD
> >
> > But when I press F2 I just get a beep.
>
> which proves conclusively that I was right, it isn't an OpenBSD p
On Thu, Nov 23, 2006 at 10:52:42PM +0100, Andreas Bihlmaier wrote:
>
> Thanks for clarification.
> I didn't think about /etc/netstart being a shell script and normal shell
> expansion taking place.
>
> Since it never _hurts_ should pppoe(4) modified to always have `'`
> because quite a few passwo
Hi,
I've got an issue with a machine that runs hot once [a Mailman Python
process] appears to go into a tight loop and consumes 99% of the CPU for a
longer amount of time.
Output from sensorsd shows the temperature over a 15 minute period:
Nov 11 21:44:02 2006 | temp,25.00 | temp,67.00 | temp,
On Fri, Dec 01, 2006 at 03:00:40PM -0600, Dale Rahn wrote:
> On Fri, Dec 01, 2006 at 09:20:18PM +0100, Karel Kulhavy wrote:
> > The default linker in OpenBSD 3.9 segfaults reproducibly:
>
> Perhaps you want to write the file to wav2bin instead of -Wall, and
> not link the old version with the new
Peter Matulis([EMAIL PROTECTED]) on 2006.12.03 23:08:13 +:
> I am running 3.9 and 4.0 systems. From what I see, I cannot use
> authpf for users who have interactive shells. This seems very
> limiting.
It's a shell after all.
> Is there any workaround? My idea is to load certain rules
> I n
79 matches
Mail list logo