Re: Computer name question

2008-01-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 28, 2008 at 09:25:08AM -0600, Eric Johnson sez: > I recently changed the name of a computer with OpenBSD 4.2 by editing > the /etc/myname file. That seems to have taken care of the renaming > almost everywhere. I also changed the name in

Re: PoPToP Vulnerability Question

2008-01-28 Thread Richard P. Koett
Eduardo Tongson wrote: > Did you look at ports if it has patch applied for the vulnerability? > The administrator of that OpenBSD machine should already be aware the > installed software. It is not an automagical secure system after all. > I don't mean to imply that I expect ports to be automagica

Re: Test Limerick, please ignore

2008-01-28 Thread Peter N. M. Hansteen
Darrin Chandler <[EMAIL PROTECTED]> writes: > There once was a message to test > Repeated unto being a pest > While marked to ignore > It was seen more and more > Until other begged, "Give it a rest!" That one needs to be included in the faq somewhere, urgently. - P -- Peter N. M. H

Re: PoPToP Vulnerability Question

2008-01-28 Thread Richard P. Koett
Axton wrote: > On Jan 28, 2008 11:05 PM, Richard P. Koett <[EMAIL PROTECTED]> wrote: >> Dear Misc: >> >> I've been asked to look into an issue on a i386 system running >> OpenBSD 3.7. I realize this is rather out-of-date, so feel free to >> ignore this question if it's inappropriate... >> >> The

Re: PoPToP Vulnerability Question

2008-01-28 Thread Eduardo Tongson
Did you look at ports if it has patch applied for the vulnerability? The administrator of that OpenBSD machine should already be aware the installed software. It is not an automagical secure system after all. On Jan 29, 2008 12:05 PM, Richard P. Koett <[EMAIL PROTECTED]> wrote: > Dear Misc: > > I'

Re: ksh history question

2008-01-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Jan 27, 2008, at 3:27 PM, Denny White wrote: > >I've read the ksh man page, googled for days, & can't seem to come > >up with the answer. Either I put no mention of HISTFILE and HISTSIZE > >in $HOME/.profile and I don't have a lasting history file

Re: ksh history question

2008-01-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 28, 2008 at 11:56:56PM +0100, Jordi Espasa Clofent sez: > >HISTFILE=.ksh_history > >HISTSIZE="50" > > Try it without double quotes on HISTSIZE value; and remember to export them. > > -- > Thanks, > Jordi Espasa Clofent > Thanks for the

Re: install error: "uid 0 on /: file system full"

2008-01-28 Thread Chris Kuethe
disklabel is broken in that snapshot. use the one from today (2008-01-28) On Jan 28, 2008 6:19 PM, Juan Miscaro <[EMAIL PROTECTED]> wrote: > I'm trying to install using cd42.iso from the 230108 snapshot and I get > a critical error when I try to set up my hard disk. > > Right after the question "D

sendmail setup mail server error

2008-01-28 Thread Chris
I'm trying to setup a mail server. But getting an error: "m4: mydomain.mc at line 11: include(../domain/mydomain.com.m4): No such file or directory" This is what I did so far - cd /usr/share/sendmail/cf cp openbsd-proto.mc mydomain.mc vi mydomain.mc divert(0)dnl VERSIONID(`@(#)mydomain.mc $Rev

Re: PoPToP Vulnerability Question

2008-01-28 Thread Axton
On Jan 28, 2008 11:05 PM, Richard P. Koett <[EMAIL PROTECTED]> wrote: > Dear Misc: > > I've been asked to look into an issue on a i386 system running OpenBSD 3.7. I > realize this is rather out-of-date, so feel free to ignore this question if > it's inappropriate... > > The machine is running popto

Re: Error in softraid documentation?

2008-01-28 Thread Marco Peereboom
sure. On Tue, Jan 29, 2008 at 01:50:59AM +0001, Jason McIntyre wrote: > On Sun, Jan 27, 2008 at 02:11:26AM +, Matthew Szudzik wrote: > > I recently noticed that the examples in the softraid man page > > > > http://www.openbsd.org/cgi-bin/man.cgi?query=softraid > > > > contain many lines suc

install error: "uid 0 on /: file system full"

2008-01-28 Thread Juan Miscaro
I'm trying to install using cd42.iso from the 230108 snapshot and I get a critical error when I try to set up my hard disk. Right after the question "Do you want to use *all* of wd0 for OpenBSD?" Whether I answer "y" or "no" (and then try to create a partition) this is what I get: uid 0 on /: fi

PoPToP Vulnerability Question

2008-01-28 Thread Richard P. Koett
Dear Misc: I've been asked to look into an issue on a i386 system running OpenBSD 3.7. I realize this is rather out-of-date, so feel free to ignore this question if it's inappropriate... The machine is running poptop-1.1.4.b4p1. Someone did an audit and declared "PoPToP servers prior to version 1

Re: Petition to VIA

2008-01-28 Thread johan beisser
On Jan 28, 2008, at 11:10 AM, Gilles Chehade wrote: "RELEASE DECENT LINUX DRIVERS!" I won't sign and I doubt it is a good idea to say to a vendor that we want decent drivers when this will only encourage them into providing blobs instead of documentation. The average user doesn't know the

Re: ksh history question

2008-01-28 Thread Jordi Espasa Clofent
HISTFILE=.ksh_history HISTSIZE="50" Try it without double quotes on HISTSIZE value; and remember to export them. -- Thanks, Jordi Espasa Clofent

openBSD 4.2 and LSI raid

2008-01-28 Thread Rami Sik
Hi All, I am trying to mirror an openBSD4.2 install on a Sun v20z box. That box has LSI 1030 internal raid controller. According to the LSI manual, I reboot the box into the LSI tool by pressing Ctrl-C while booting. When I try to mark the primary disk, it says "Can't keep data. Incompatible par

Re: ksh history question

2008-01-28 Thread Steve Mayer
Have you tried it without the quotes? HISTSIZE=50 Steve On Jan 27, 2008, at 3:27 PM, Denny White wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've read the ksh man page, googled for days, & can't seem to come up with the answer. Either I put no mention of HISTFILE and HISTSIZE in $HO

Re: ksh history question

2008-01-28 Thread Jason McIntyre
On Sun, Jan 27, 2008 at 05:27:26PM -0600, Denny White wrote: > > I've read the ksh man page, googled for days, & can't seem to come > up with the answer. Either I put no mention of HISTFILE and HISTSIZE > in $HOME/.profile and I don't have a lasting history file of previous > commands. Or, I put i

Re: Installation of base system without xbase42 disallow ports compiling.

2008-01-28 Thread Anders Langworthy
Kyrylo Klimakov wrote: I tried to build expat from ports but after make i got. "===> expat-2.0.0p0 -- expat comes with OpenBSD as of release 4.2." I was weird for me because of I did not found expat on the system and on the packages. I tried to find something via google and get link to the art

Apologies - there were troubles with (new?) list protection

2008-01-28 Thread Zbigniew Baniewski
I'm sorry, that I had to test several times the connection to the list - but it was done in strict cooperation with Mr. Todd C. Miller, list maintainer and administrator. There were problems with list protection, and - at first - my mails were considered filtered, which - as we can see - weren't t

Re: Petition to VIA

2008-01-28 Thread chefren
On 1/29/08 12:17 AM, Andris wrote: I won't sign anything which uses the word Linux. Ask for documentation for UNIX-like operating systems for Christ's sake. Just documentation without unnecessary strings attached will do. So no NDA's, Non Disclosure Agreements. +++chefren

Re: Petition to VIA

2008-01-28 Thread Ioan Nemes
>>> "AndrC)s" <[EMAIL PROTECTED]> 29/01/2008 09:24 >>> On Jan 28, 2008 4:10 PM, Gilles Chehade <[EMAIL PROTECTED]> wrote: > On Mon, Jan 28, 2008 at 11:11:53AM +0100, [EMAIL PROTECTED] wrote: > > Hi everybody, > > > > I don't know if it's known but there's a online petition for VIA. > > Hopefully so

TEST EMAILS

2008-01-28 Thread Jason Dixon
Do *NOT* send test emails to the list. If you think that you're not getting emails, or your posts aren't making it to the list, follow this friendly advice. 1) Check the archives. If there's nothing there, that should tell you the lists are a) under maintenance, b) having problems. Eith

Re: Installation of base system without xbase42 disallow ports compiling.

2008-01-28 Thread Ted Unangst
On Jan 26, 2008 12:51 PM, Kyrylo Klimakov <[EMAIL PROTECTED]> wrote: > I think that such behavior of the installer could be treated like a > bug and package > xbase42 should be moved to required section or at least in the > installation documents > should be described such trouble. > > What do you

Re: usb wifi adapter

2008-01-28 Thread Eric
On Saturday 26 January 2008 2:38:07 pm Pau Amaro-Seoane wrote: > Hi, > > I have looked for a while, but I could not find a concrete answer to > my problem. I would like to buy an usb wifi adapter which works with > OpenBSD. I know that OpenBSD is the free OS which most chipsets > supports in the wo

Re: ksh history question

2008-01-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 28, 2008 at 11:32:00PM +, Jason McIntyre sez: > On Sun, Jan 27, 2008 at 05:27:26PM -0600, Denny White wrote: > > > > I've read the ksh man page, googled for days, & can't seem to come > > up with the answer. Either I put no mention of

Re: separate processors

2008-01-28 Thread Douglas A. Tutty
On Mon, Jan 28, 2008 at 11:46:44AM -0800, Lord Sporkton wrote: > On 28/01/2008, johan beisser <[EMAIL PROTECTED]> wrote: > > On Jan 27, 2008, at 9:24 PM, Lord Sporkton wrote: > > > > > I am setting up a duel core server, the server will be doing 2 things, > > > firewall/routing and user-services >

Re: Error in softraid documentation?

2008-01-28 Thread Jason McIntyre
On Sun, Jan 27, 2008 at 02:11:26AM +, Matthew Szudzik wrote: > I recently noticed that the examples in the softraid man page > > http://www.openbsd.org/cgi-bin/man.cgi?query=softraid > > contain many lines such as > > echo "d a\na\n\n\n\nRAID\nw\nq\n" | disklabel -E wd1 > > Of course, not

Re: Error in softraid documentation?

2008-01-28 Thread Philip Guenther
On Jan 26, 2008 7:11 PM, Matthew Szudzik <[EMAIL PROTECTED]> wrote: ... > Of course, not every version of echo interprets "\n" as a newline. In > fact, /bin/echo treats "\n" as a literal backslash followed by a literal > n. The version of echo that is built into csh also interprets it as a > lite

Re: Installation of base system without xbase42 disallow ports compiling.

2008-01-28 Thread Nick Holland
Kyrylo Klimakov wrote: ...[snip the same ol' libexpat stuff]... > I think that such behavior of the installer could be treated like a > bug and package > xbase42 should be moved to required section or at least in the > installation documents > should be described such trouble. > > What do you thin

Re: looking for openbsd friendly server vendor

2008-01-28 Thread Reza Muhammad
anyone knows about IBM xSeries 3550? I checked on http://www.openbsd.org/i386.html and I saw that IBM xSeries 3550 were listed a few times. I am also looking to buy a U1 server, and I'm looking at either IBM xSeries 3550 or a Dell PowerEdge 1950. Anyone has any experience with these machines?

[SOLVED] mysqld: Error in accept: Bad file descriptor

2008-01-28 Thread Takumitsu Itoh
When starting daemon via login shell below, not crash during 8 hours. % su -c _mysql root -c '/usr/local/bin/mysqld_safe &' > /dev/null & Thank you :) > Ah, perhaps your OS is older, this was added in 4.2. The file is > available in cvsweb and should also be relevant to you. Ok. I use 4.1-sta

Test Limerick, please ignore

2008-01-28 Thread Darrin Chandler
There once was a message to test Repeated unto being a pest While marked to ignore It was seen more and more Until other begged, "Give it a rest!" -- Darrin Chandler| Phoenix BSD User Group | MetaBUG [EMAIL PROTECTED] | http://phxbug.org/ | http://metabug.o

vlan trunking with a powerconnect 5224

2008-01-28 Thread Kent Watsen
I successfully have two vlans running over one physical interface connected to my managed switch (a PowerConnect 5224), but I can't get the same two vlans to work when running over a trunk interface spanning four physical interfaces. Before: (this works, but only uses one physical interface)

Re: vlan trunking with a powerconnect 5224

2008-01-28 Thread Kent Watsen
Looking at the output from `ifconfig` (see below), I notice that the trunk0 doesn't show that its "UP" - why wouldn't it be up? Thanks, Kent # ifconfig lo0: flags=8049 mtu 33168 groups: lo inet 127.0.0.1 netmask 0xff00 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 p

Re: looking for openbsd friendly server vendor

2008-01-28 Thread RedShift
Lord Sporkton wrote: Im about to buy a small server, mostly for personal use looking for a 1u was hoping to find some vendors that are openbsd friendly if they offer more than just i386 that is a plus as im investigating other archs as a possiblilty, any suggestions welcome this server will be

Napisite Biznis Plan. Softver za preduzetnike.

2008-01-28 Thread [EMAIL PROTECTED]
- This mail is a HTML mail. Not all elements could be shown in plain text mode. - Postovani, molimo Vas razmotrite nas predlog saradnje za koriscenje softverskih alata, pod imenom: VAS MENADZER. Opstinske uprave, Privredne komore, Banke i niz uspesnih preduzeca koriste nase softverske alate. P

Re: Archiving pkg's added by pkg_add -u

2008-01-28 Thread Laurence Tratt
On Sat, Jan 26, 2008 at 12:00:22PM +0100, Marc Espie wrote: >> As a possibly complimentary idea to PKG_CACHE, I wrote a simple script a >> while back which bulk downloads packages: > You don't need this script to minimize service down time. > > The normal way to slurp down packages of on an instal

Re: APACHE source modification

2008-01-28 Thread Rosen Iliev
As per some of the patches, for example: ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/001_httpd.patch rebuild and install httpd and its modules: cd usr.sbin/httpd make -f Makefile.bsd-wrapper obj make -f Makefile.bsd-wrapper cleandir make -f Makefile.bsd-wrapper depend make -f Makefile.bsd

Re: looking for openbsd friendly server vendor

2008-01-28 Thread Darrin Chandler
On Sun, Jan 27, 2008 at 12:44:35PM -0800, Lord Sporkton wrote: > Perhaps i was wrong but i thought openbsd was only 32 bit for now? Yes, you are wrong. Thankfully :) See http://www.openbsd.org/plat.html for supported platforms. I have a supermicro amd64 that I'm quite happy with. -- Darrin Cha

Re: uath as access point ?

2008-01-28 Thread Stuart Henderson
On 2008/01/27 09:02, jul wrote: > Hello > > after reading man uath, i'm not sure. can uath driver be used as access > point ? > else which usb adapters supported by openbsd could ? the ralink ones, rum(4) and ural(4), but note the caveats in the man pages.

test, ignore it

2008-01-28 Thread Daniel
test

Re: OpenSSH vpn without using remote root user

2008-01-28 Thread Lars Noodén
Claudio Jeker wrote: > Only root can open /dev/tun, this is enforced in the code. You would need > to patch the code as well (see tunopen()'s suser() call). A compromise might be to do that via sudo. Or, a bit tighter, have a script do it and call that via sudo. However, that still requires roo

Acer notebook with invilink wifi

2008-01-28 Thread Daniel
Hi! I'm looking at these acer travelmate notebooks, which claims to be equipped with "Acer InviLink" wireless devices. What chipset is this? Is this supported? Also, I heard some rumors that it uses marvell chipset for its gigabit lan. What are the experiences with these notebooks (if there are

Error in softraid documentation?

2008-01-28 Thread Matthew Szudzik
I recently noticed that the examples in the softraid man page http://www.openbsd.org/cgi-bin/man.cgi?query=softraid contain many lines such as echo "d a\na\n\n\n\nRAID\nw\nq\n" | disklabel -E wd1 Of course, not every version of echo interprets "\n" as a newline. In fact, /bin/echo treats "\n

Re: PCI ADSL Card on OpenBSD

2008-01-28 Thread Claudio Jeker
On Sun, Jan 27, 2008 at 05:25:27PM +1100, Mikel Lindsaar wrote: > I have been googling around and found various answers, but some of > them conflict and so I wanted to ask the list: > > What PCI ADSL card do you use in your OpenBSD box? > > The use case will be a rack mounted firewall (thus the w

4.2 install freezes at "rd0: fixed, 3800 blocks"

2008-01-28 Thread Juan Miscaro
Hi. I'm attempting to install 4.2 on a Dell Poweredge R200. Initially the blue install screen froze at a USB device (husb4 I think). I disabled all USB ports in the BIOS and now the freeze occurs at the following line: "rd0: fixed, 3800 blocks" Does anyone know what I can do to install OpenBSD

Re: mysqld: Error in accept: Bad file descriptor

2008-01-28 Thread Takumitsu Itoh
> Did you follow /usr/local/share/doc/mysql/README.OpenBSD? I Couldn't find this file in the path in the system. Is it installed from building that using port system? http://fixunix.com/bsd/87683-openbsd-mysql.html I found this site from your hint, so added configuration below. (login.conf) my

Re: mysqld: Error in accept: Bad file descriptor

2008-01-28 Thread Takumitsu Itoh
> Did you follow /usr/local/share/doc/mysql/README.OpenBSD? I Couldn't find this file in the path in the system. Is it installed from building that using port system? http://fixunix.com/bsd/87683-openbsd-mysql.html I found this site from your hint, so added configuration below. (login.conf) my

Re: APACHE source modification

2008-01-28 Thread Henning Brauer
* Bambero <[EMAIL PROTECTED]> [2008-01-27 14:13]: > Hello > > I have modified apache source in /usr/src/usr.sbin/httpd. > What commands should I use to build it to override my current binary > instalation ? > > ./configure && make && make install > > will be good ? no. make -f Makefile.bsd-wra

Re: Petition to VIA

2008-01-28 Thread Breen Ouellette
[EMAIL PROTECTED] wrote: Hi everybody, I don't know if it's known but there's a online petition for VIA. Hopefully some people sign up and name also OpenBSD (in the "optional"-section). It's about VIAs policy with docs/drivers and the lies they spread (about "supporting Opensouce"). Link: http

Re: uath as access point ?

2008-01-28 Thread Jason McIntyre
On Sun, Jan 27, 2008 at 09:02:03AM +0100, jul wrote: > > after reading man uath, i'm not sure. can uath driver be used as access > point ? no it can't. if it could, the man page would document it. generally we don;t document that this or that feature is not supported. but we do document the ones

Re: Petition to VIA

2008-01-28 Thread Richard Daemon
On Jan 28, 2008 5:11 AM, <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I don't know if it's known but there's a online petition for VIA. > Hopefully some people sign up and name also OpenBSD (in the > "optional"-section). > > It's about VIAs policy with docs/drivers and the lies they spread (abou

Xenocara; prevent loading path and modules twice

2008-01-28 Thread Jan
I noticed that when using no xorg.conf, X was using less memory then when using my xorg.conf. After some searching, and comparing logs I noticed X is having some defaults built in, which are used always; with or without xorg.conf. After disabling those lines in my xorg.conf X was using two megaby

2 questions from new user: wsconscfg and /usr/local

2008-01-28 Thread Zbigniew Baniewski
Hallo everybody, I'm pretty new to OpenBSD, I've installed recently newest stable 4.2 (i386). This time I would to ask here about two things: - starting the system I'm loading different VGA charset - unfortunately, although system initializes consoles "by default" in VT220 emulation mode, wsc

Re: APACHE source modification

2008-01-28 Thread Josh Grosse
On Sun, Jan 27, 2008 at 02:12:38PM +0100, Bambero wrote: > Hello > > I have modified apache source in /usr/src/usr.sbin/httpd. > What commands should I use to build it to override my current binary > instalation ? FAQ 5.3.5 will work. Of course, afterwards, your browser may not.

Re: mailing list server downtime

2008-01-28 Thread Darrin Chandler
Back up? No need to reply, as this message is its own answer :) On Fri, Jan 25, 2008 at 06:35:30PM -0500, Todd C. Miller wrote: > The OpenBSD mailing list server will be down from 5am to 6pm MST > on Saturday, Jan 26th. Facilities needs to shut down the computer > room cooling system for some plu

One more try (sorry) - please ignore...

2008-01-28 Thread Zbigniew Baniewski
Testing: still problems... -- pozdrawiam / regards Zbigniew Baniewski

Re: looking for openbsd friendly server vendor

2008-01-28 Thread elpinguim
On Sun, Jan 27, 2008 at 12:25:40PM -0800, Lord Sporkton wrote: > Im about to buy a small server, mostly for personal use > looking for a 1u > > was hoping to find some vendors that are openbsd friendly > if they offer more than just i386 that is a plus as im investigating > other archs as a possib

usb wifi adapter

2008-01-28 Thread Pau Amaro-Seoane
Hi, I have looked for a while, but I could not find a concrete answer to my problem. I would like to buy an usb wifi adapter which works with OpenBSD. I know that OpenBSD is the free OS which most chipsets supports in the world but... what about the usb thing? Does it require blobs? Will it work "

Re: Public Show: _Solutions Linux_ in Paris

2008-01-28 Thread Marc Espie
On Mon, Jan 28, 2008 at 04:43:17PM +0100, Marc Espie wrote: > > Wim Vandeputte > Charles Longeau > Gilles Chehade > Alexandre Ratchov > Antoine Jacoutot > Landry Breuil (will be hiding in the GCU booth, most probably) > Saad Kadhi > Marc Espie And my editor (or my totoro ?) is playing games with

Re: spamd - 250 return text

2008-01-28 Thread Frank Bax
On Aug 4, 2007 Peter Fraser wrote: I think that the problem is a bad mail program at your clients, A user should not see the 250 status, it is not a failure of any sort but I have seen it as a return status sent to a user. Here is an example that I have seen from someone who sent us a message. T

Re: separate processors

2008-01-28 Thread Chris Kuethe
On Jan 28, 2008 11:46 AM, Lord Sporkton <[EMAIL PROTECTED]> wrote: > what keywords should be be searching for? > i have no idea what this would be called? TLB Shootdowns from 20nm at dawn. ... start reading up on "processor affinity" and maybe even "asymmetric multiprocessing". -- GDB has a 'b

Installation of base system without xbase42 disallow ports compiling.

2008-01-28 Thread Kyrylo Klimakov
Hello all I'm two day new to OpenBSD but 8 years old to Linux world. Yesterday I've successfully got running OpenBSD 4.2 under VMware server. Due to limitation on internet channel bandwidth i decided install only required packages and skip recommended. Later I tried to install bash from ports and

Console mode problems

2008-01-28 Thread Zbigniew Baniewski
Hallo, I'm new to OpenBSD, I've recently installed newest version - 4.2 (i386) - and noticed some problems while working in console mode: 1. I'm loading console font set, which is including national characters - the first problem is, that wsconscfg doesn't want to init consoles using default VT2

Re: separate processors

2008-01-28 Thread johan beisser
On Jan 28, 2008, at 11:46 AM, Lord Sporkton wrote: what keywords should be be searching for? i have no idea what this would be called? Parallel processing. Massively Parallel-processing Systems can usually have assigned CPU usage. I believe Solaris permits some level of CPU assignment, bu

Kernel Compile Crashes

2008-01-28 Thread Russell Ault
First off, I'd like to say that I'm very, very new to OpenBSD, and that this is also my first mailing list message ever, so I'd like to apologize in advance if (when) I make a really bone-headed mistake(s). So here's what happened: Last November, I bought a copy of OpenBSD 4.2(-release). My goal w

Re: separate processors

2008-01-28 Thread Lord Sporkton
On 28/01/2008, Geoff Steckel <[EMAIL PROTECTED]> wrote: > Lord Sporkton wrote: > > what keywords should be be searching for? > > i have no idea what this would be called? > > > > On 28/01/2008, johan beisser <[EMAIL PROTECTED]> wrote: > >> On Jan 27, 2008, at 9:24 PM, Lord Sporkton wrote: > >> > >>

packet loss and intel dual nic

2008-01-28 Thread Vinicius Vianna
Hi all, I'm getting some packet loss on our firewall here (4.1 GENERIC), after changing the old nic (msk0) we are still getting some packet loss but very little. Can be any improvement from changing the external nic from em2 to em0 in our case? Can this packet loss be sure coming from cable pr

Re: Petition to VIA

2008-01-28 Thread Andrés
On Jan 28, 2008 4:10 PM, Gilles Chehade <[EMAIL PROTECTED]> wrote: > On Mon, Jan 28, 2008 at 11:11:53AM +0100, [EMAIL PROTECTED] wrote: > > Hi everybody, > > > > I don't know if it's known but there's a online petition for VIA. > > Hopefully some people sign up and name also OpenBSD (in the > > "op

Re: halt -p does not work with GENERIC.MP on 4.2-STABLE

2008-01-28 Thread Karl Sjodahl - dunceor
On Jan 26, 2008 5:35 AM, Jona Joachim <[EMAIL PROTECTED]> wrote: > > On Fri, 25 Jan 2008 09:43:36 +0100, Pierre Riteau wrote: > > > On Jan 25, 2008 9:13 AM, Nicolas Letellier <[EMAIL PROTECTED]> wrote: > >> I use OpenBSD 4.2-stable with a core2duo laptop. When I use GENERIC > >> kernel, 'halt -p' w

ksh history question

2008-01-28 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've read the ksh man page, googled for days, & can't seem to come up with the answer. Either I put no mention of HISTFILE and HISTSIZE in $HOME/.profile and I don't have a lasting history file of previous commands. Or, I put it in and I do have a his

Test, please ignore...

2008-01-28 Thread Z.B.

Re: looking for openbsd friendly server vendor

2008-01-28 Thread Allie Daneman
Netra T1 (like a 105) or a Dell...the Netras are cheap on Ebay. Lord Sporkton wrote: Im about to buy a small server, mostly for personal use looking for a 1u was hoping to find some vendors that are openbsd friendly if they offer more than just i386 that is a plus as im investigating other arch

2 questions from new user: wsconscfg and /usr/local

2008-01-28 Thread Zbigniew Baniewski
Hallo, I'm pretty new to OpenBSD, I've installed recently newest stable 4.2 (i386). I would to ask here about two things, this time: - starting the system I'm loading different VGA charset - unfortunately, although system initializes consoles "by default" in VT220 emulation mode, wsconscfg (w

Test, please ignore...

2008-01-28 Thread Z.B.
Just testing, sorry...

Re: Petition to VIA

2008-01-28 Thread Gilles Chehade
On Mon, Jan 28, 2008 at 11:11:53AM +0100, [EMAIL PROTECTED] wrote: > Hi everybody, > > I don't know if it's known but there's a online petition for VIA. > Hopefully some people sign up and name also OpenBSD (in the > "optional"-section). > > It's about VIAs policy with docs/drivers and the lies t

Re: vlan trunking with a powerconnect 5224

2008-01-28 Thread Jason McIntyre
On Sun, Jan 27, 2008 at 06:32:36PM -0500, Kent Watsen wrote: > On a lark I just executed `ifconfig trunk0 up` and now my trunk is > working! And, to make it come up automatically, I just added the single > line "up" to hostname.trunk0... > > BTW, the "trunk" interface is not documented in hostn

Re: separate processors

2008-01-28 Thread Lord Sporkton
what keywords should be be searching for? i have no idea what this would be called? On 28/01/2008, johan beisser <[EMAIL PROTECTED]> wrote: > > On Jan 27, 2008, at 9:24 PM, Lord Sporkton wrote: > > > I am setting up a duel core server, the server will be doing 2 things, > > firewall/routing and us

Re: Petition to VIA

2008-01-28 Thread Stuart Henderson
> I don't know if it's known but there's a online petition for VIA. > http://www.petitiononline.com/vialinux/petition.html The petition authors don't get it... "Other manufacturers, such as Intel, cooperate with the Free Software community providing Linux drivers as good as the Windows ones," dr

Re: halt -p does not work with GENERIC.MP on 4.2-STABLE

2008-01-28 Thread Marc Peters
On Fri, 25 Jan 2008 09:43:36 +0100, Pierre Riteau wrote: > On Jan 25, 2008 9:13 AM, Nicolas Letellier <[EMAIL PROTECTED]> wrote: >> I use OpenBSD 4.2-stable with a core2duo laptop. When I use GENERIC kernel, 'halt -p' works perfectly. However, when I use GENERIC.MP, 'halt -p' does not work an

Xenocara, defaults and xorg.conf means double loading of settings and modules

2008-01-28 Thread Jan
Using Xenocara from and with snapshot from last week, but same behaviour for longer time; I noticed that when no xorg.conf is there, my X was using less memory and glxgears was giving better results then with xorg.conf based on my system. After some searching in the logs and comparing those wit

Re: looking for openbsd friendly server vendor

2008-01-28 Thread Henning Brauer
what? that is close to an offense. sys/arch/alpha/conf/GENERIC has been in the repository from Wed Oct 18 08:49:41 1995 UTC on - the beginning. * Lord Sporkton <[EMAIL PROTECTED]> [2008-01-27 21:46]: > Perhaps i was wrong but i thought openbsd was only 32 bit for now? > > On 27/01/2008, NetOne -

Re: Dell PE1950 III - Perc 6i

2008-01-28 Thread Marco Peereboom
dlg@ is working on a fix. If I get my hands on one I might beat him to it :-) On Mon, Jan 28, 2008 at 03:14:03PM +0100, J.W. Zondag wrote: > Below dmesg: > > OpenBSD 4.2-current (RAMDISK_CD) #612: Tue Jan 22 17:56:50 MST 2008 > [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/RAMDISK_CD > cp

Public Show: _Solutions Linux_ in Paris

2008-01-28 Thread Marc Espie
There is a public show in Paris, starting tomorrow and lasting 3 days (CNIT at La Defense, most specifically) There will be an OpenBSD booth, with lots of goodies, brought by Wim, as usual. It's also your chance to meet quite a handful of developers. It is expected we will outnumber the NetBSD an

Computer name question

2008-01-28 Thread Eric Johnson
I recently changed the name of a computer with OpenBSD 4.2 by editing the /etc/myname file. That seems to have taken care of the renaming almost everywhere. I also changed the name in the /etc/hosts file as well. However, when I send an e-mail from it using mail, the from address shows the origi

Re: separate processors

2008-01-28 Thread johan beisser
On Jan 27, 2008, at 9:24 PM, Lord Sporkton wrote: I am setting up a duel core server, the server will be doing 2 things, firewall/routing and user-services since my needs are pretty small for this server and its a duel 2.0 64bit i was hoping to sort of partition the cpus such that firewalling/k

don't stop chroot httpd + cronolog

2008-01-28 Thread Takumitsu Itoh
Hi, I tried using cronolog and chroot httpd. I confirmed start(apachectl startssl) and rotation log files. But when executed [apachectl stop|restart] command, didn't stop rotatelogs and parent httpd process. Can't use rotatelogs without -u option ? Others ideas ? What is rotation logs best way w

Re: strange crash after kernel update ?

2008-01-28 Thread Otto Moerbeek
On Sun, Jan 27, 2008 at 11:14:14AM +0100, jul wrote: > i juste get a strange crash after updating my kernel on a soekris4501 > kernel is built with source updated from cvs. > > Maybe source are corrupted ? > others ideas ? Hmmm, I have no time to investigate further now, but try reverting the las

Just testing - ignore, please...

2008-01-28 Thread Zbigniew Baniewski
It's just a test. -- pozdrawiam / regards Zbigniew Baniewski

don't stop chroot httpd + cronolog

2008-01-28 Thread Takumitsu Itoh
Hi, I tried using cronolog and chroot httpd. I confirmed start(apachectl startssl) and rotation log files. But when executed [apachectl stop|restart] command, didn't stop rotatelogs and parent httpd process. Can't use rotatelogs without -u option ? Others ideas ? What is rotation logs best way wi

Petition to VIA

2008-01-28 Thread sebastian . rother
Hi everybody, I don't know if it's known but there's a online petition for VIA. Hopefully some people sign up and name also OpenBSD (in the "optional"-section). It's about VIAs policy with docs/drivers and the lies they spread (about "supporting Opensouce"). Link: http://www.petitiononline.com/v

Dinero en Efectivo por sus Opiniones

2008-01-28 Thread Consumidores de Vanguardia
Dinero en Efectivo por sus Opiniones

panic: bogus long slot station count 0

2008-01-28 Thread Frank Bax
It's been an interesting two days. About a week ago, my OLPC XO arrived in the mail; I turned it on and tried to find my wireless network. Almost immediately my family complains there's no internet! Panic on the OpenBSD router. Well, I had my work cut out for me because I'd never setup serial c

Re: looking for openbsd friendly server vendor

2008-01-28 Thread Ryan Corder
On Sun, Jan 27, 2008 at 12:25:40PM -0800, Lord Sporkton wrote: | Im about to buy a small server, mostly for personal use | looking for a 1u | | was hoping to find some vendors that are openbsd friendly | if they offer more than just i386 that is a plus as im investigating | other archs as a possib

Re: vlan trunking with a powerconnect 5224

2008-01-28 Thread Kent Watsen
On a lark I just executed `ifconfig trunk0 up` and now my trunk is working! And, to make it come up automatically, I just added the single line "up" to hostname.trunk0... BTW, the "trunk" interface is not documented in hostname.if(5) Thanks anyways, Kent Kent Watsen wrote: Looking at th

Re: looking for openbsd friendly server vendor

2008-01-28 Thread NetOne - Doichin Dokov
Lord Sporkton ??: Perhaps i was wrong but i thought openbsd was only 32 bit for now? Yup, you're wrong. There's amd64 port, which runs fine on all x86 64-bit CPUs.

Test, please ignore...

2008-01-28 Thread Zbigniew Baniewski
Just testing; sorry for inconvenience. -- pozdrawiam / regards Zbigniew Baniewski

Re: Dell PE1950 III - Perc 6i

2008-01-28 Thread J.W. Zondag
Below dmesg: OpenBSD 4.2-current (RAMDISK_CD) #612: Tue Jan 22 17:56:50 MST 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/RAMDISK_CD cpu0: Intel(R) Xeon(R) CPU E5440 @ 2.83GHz ("GenuineIntel" 686-class) 2.83 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,P