openbsd-misc mailing list

FromSubjectsort iconDate
Bob Beck
I respect the GPL immensely, really I do - but I believe thi...

[ A copy of this is going to the linux kernel mailing list, regarding the

Of course you do! because some of reyk's work used some of Sam's
work, and unlike what it seems a portion of the Linux community seems
to be willing to do in their Zealotry for the GPL, reyk is not
*removing and modifying* the licenses granted by the original authors.
That's the point. He's not saying he wrote this piece, and he's not
*changing* the conditions under which Sam distributed the code in the
first place. Howev...

Sep 1, 6:22 pm 2007
David T Harris
Re: That whole "Linux stealing our code" thing

'strings' is a common Unix utility used
to find actual words or series of letters grouped together
in a file. You can run strings in binary executable
files to see any text embedded in the executable.

This can sometimes be used to find versions of
some executables as well as for other reasons (forensics ?).

Sep 1, 4:12 pm 2007
james dandey
Re: FFBBeye are poisoning suspect's pets

In this country (US) we have something called the first amendment. It is a guarantee that individual American citizens will not be punished when disclosing abuses by the government.

Is what I am disclosing so unbelievable, especially considering far more series past abuses.

You are either a corrupt-piece-of-shit or seriously naive.

What? Presumably you sent this to the wrong list by accident.. but also what?
http://monkey.org/openbsd/archive/misc/0408/msg02073.html just sounds
irritated b...

Sep 1, 3:15 pm 2007
Gustavo Rios
NIS: how to fetch input files from another directory than "/...

Dear gentleman,

i am trying to get nis to build their maps from files located in
another directory than "/etc".

So, my Makefile (inside /var/yp/`domainname`) has the following lines :

YPDBDIR=/var/yp
DIR=/asd/etc
AMDDIR=/asd/etc/amd
NOPUSH=""
UNSECURE=
USEDNS=-b

So my ideia is to grab as input, passwd and group files from
"/asd/etc"; all others are empty.

My group file inside "/asd/etc" is:
its:*:1000:
asd:*:1001:sioux
dba:*:1002:sioux
wbx:*:1003:
alg:*:1004:sioux
djb:*:1005:
no...

Sep 1, 12:46 pm 2007
Mats O Jansson
Re: NIS: how to fetch input files from another directory tha...

Do you have any understanding of YP?

You tell us that it builds ok. Is that all debugging you have done?

Have you verified that you get the correct entry for sioux from
master.passwd? ypmatch from root can be used to test that...

ypcat and ypwhich is other tools you can use to debug...

makedbm -u can be used to look at the compiled maps.

-moj

Sep 1, 1:34 pm 2007
John Nietzsche
Re: NIS: how to fetch input files from another directory tha...

Let's go for a detailed report:

My files are:

lion# cat /asd/etc/master.passwd
sioux:$2a$08$B8PLPgdw18I.TlnZC8RnZezg1Ed8gQL8WU/4rpxdyGdOk/PO/9Ude:1000:1000:mojave:0:0::/home/sioux:/bin/sh
mysql:*:1001:1002:mojave:0:0::/home/mysql:/usr/bin/false
oldap:*:1002:1002:mojave:0:0::/home/oldap:/usr/bin/false
dnscache:*:1003:1005:mojave:0:0::/home/dnscache:/usr/bin/false
dnslog:*:1004:1005:mojave:0:0::/home/dnslog:/usr/bin/false
tinydns:*:1005:1005:mojave:0:0::/home/tinydns:/usr/bin/false
ftp:*:1006:100...

Sep 1, 5:23 pm 2007
Theo de Raadt
More on the Atheros driver situation

Well, it looks like the Linux wireless people have decided that their
relatively small modifications to the Atheros driver will be GPL'd,
and not given back to improve the driver in the *BSD world.

http://marc.info/?l=linux-wireless&m=118857712529898&w=2

All the email addresses you need to mail to express your distaste
at this are right in that mail, except for one, which is
Eben Moglen <moglen@softwarefreedom.org>.

I've done what I can for now; Good luck to the rest of you.
...

Sep 1, 12:37 pm 2007
Steven
Re: More on the Atheros driver situation

If code is released under copyright. be it BSD, or GPL, and someone
other than the author(s) changes the license, can the person(s)
who(m) made the changes seriously expect that somebody else cannot
take that code under the terms of the original license, or some
other license _they_ prefer and do the same?

If I sound confused, it's probably because I am. :-\

--
W. Steven Schneider <steven_schneider@telus.net>

Sep 1, 1:12 pm 2007
Darren Spruell
Re: More on the Atheros driver situation

Someone other than the authors _cannot_ change the license. Neither of
these licenses grants anyone rights to change or remove licenses of
the distributed code. In fact, they explicitly state that the license
(and copyright) must stay intact. (New material can have a new license
clause appended to it, but that is completely different than what
you're talking about.)

This whole escapade would be a lot simpler if people would stop
relying on guesswork and assumptions for matters they do not
unders...

Sep 1, 2:33 pm 2007
The One
Re: Microsoft gets the Most Secure Operating Systems award

First of all, "bugs" and "viruses" are two different things.

Second, OS X does not need third-party "protection". All of the
protection is built into the OS!

If Vista is so secure, then why does one need to download
"virus/spyware protection" when it can simply be built into the OS?

-The One

Sep 1, 11:00 am 2007
Amit Finkler
Unable to connect to the the ISP

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I recently installed OpenBSD 4.1 on my computer and tried to connect
to my xDSL ISP via pppoe.

The contents of my /etc/hostname.fxp0 are: dhcp

The contents of /etc/ppp/ppp.conf are:

default:
set log Phase Chat LCP IPCP CCP tun command

pppoe:
set device "!/usr/sbin/pppoe -i fxp0"
set mtu max 1492
set mru max 1492
set speed sync
disable acfcomp protocomp
deny acfcomp
...

Sep 1, 9:34 am 2007
Martin Schröder
Re: Unable to connect to the the ISP

disable ipv6cp
ppp(8) tells you more.

Best
Martin

PS: Read http://www.catb.org/~esr/faqs/smart-questions.html

Sep 1, 10:39 am 2007
Stuart Henderson
Re: Unable to connect to the the ISP

"something about IPv6 format"? you can do better than that.
copy-and-paste.

Sep 1, 10:19 am 2007
Amit Finkler
Re: Unable to connect to the the ISP

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

OK, so I configured /etc/hostname.pppoe0 as described in pppoe(4):

# The following line is all in one line
inet 0.0.0.0 255.255.255.255 NONE pppoedev fxp0 authproto pap authname
'myUsername' authkey 'myPassword' up
dest 0.0.0.1
!/sbin/route add default 0.0.0.1

and the corresponding ifconfig output is:

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33224
groups: lo
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen...

Sep 1, 11:09 am 2007
Stuart Henderson
Re: Unable to connect to the the ISP

I don't know why, but this interface is not "up".

Sep 1, 11:23 am 2007
Antti Harri
Re: Unable to connect to the the ISP

You don't need to, I'm sure that's not the problem.

Btw, I suggest you to try the kernel mode pppoe.
It's really simple to set up and works like
a charm. See pppoe(4).

--
Antti Harri

Sep 1, 10:03 am 2007
John Nietzsche
YP server: i am desperated.

Dear gentleman,

i have setted my NIS server using openbsd 4.1. In order to get things
easier to manage, i decide the have a directory a part for my input
file for nis database building process.

So, i change the /var/yp/`domainname`/Makefile variables the point to
the amd directory and etc directory from "/etc/amd" and "/etc" to
"/asd/etc/amd" and "/asd/etc".

I have written and common input file for nis on those new directories,
like hosts, netgroup, etc .... More specially, the master.passwd a...

Sep 1, 9:15 am 2007
net4offers-help
ezmlm warning

Hi! This is the ezmlm program. I'm managing the
net4offers@gmgwebtech.com mailing list.

I'm working for my owner, who can be reached
at net4offers-owner@gmgwebtech.com.

Messages to you from the net4offers mailing list seem to
have been bouncing. I've attached a copy of the first bounce
message I received.

If this message bounces too, I will send you a probe. If the probe bounces,
I will remove your address from the net4offers mailing list,
without further notice.

I've kept a list of wh...

Sep 1, 6:04 am 2007
mufurcz
DNS server setup for multiple domains

Greetings,

Need advise how to setup one DNS server for multiple domain
names, like: abcd._com_.xy, abcd._net_.xy, abcd._org_.xy, and
abcd._biz_.xy

The name server FQDN is server1.abcd._com_.xy (first domain)
but, how to name the server in the SOA record for the rest
of the domains?

Regards,

Mufurcz

Sep 1, 12:15 am 2007
David Newman
Re: DNS server setup for multiple domains

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

1. Add more zones for your new domains in your named.conf file.

Here's a bind 9 example:

zone "abcd.com.xy" in {
type master;
file "/etc/namedb/master/db.abcd.com.xy";
allow-query { any; };
allow-transfer { xfer; };
};

zone "2.1.666.in-addr.arpa" in {
type master;
file "/etc/namedb/master/db.666.1.2";
all...

Sep 1, 4:34 pm 2007
Craig Skinner
Re: DNS server setup for multiple domains

On OpenBSD named runs chroot in /var/named:

options {
..
..
allow-query { any; };
allow-transfer { xfer; };
};

zone "example.com" {
type master;
file "master/example.com";
};

zone "example.org" {
type master;
file "master/example.org";
};

zone "example.net" {
type master;
file "master/example.net";
};

If the contents of the zones are to be basically the same, do this
instead (use one template):

zone "example.com" {
type master;
file "master/ex...

Sep 1, 7:58 pm 2007
Jacob Yocom-Piatt
carp: intermittent master/backup swapping

have 2 sun netra t1s running sparc64 4.1-release as my firewalls and am
experiencing intermittent swapping of MASTER and BACKUP states on carp
interfaces. i have carp working fine in a number of other places and do
not see this behavior there, although the working setups are i386-based.

NOTE: i've included several tcpdumps and various outputs, so this is a
long message. have spent several hours at this without a resolution and
do appreciate folks taking the time to read through it =)

problem...

Aug 31, 10:38 pm 2007
Stuart Henderson
Re: carp: intermittent master/backup swapping

this happens when you reconfigure IP addresses; workaround: ifconfig
carpXX destroy; sh /etc/netstart carpXX. the fix is in rev 1.132.2.1 of

my preference is 'no state' on things like carp and ospf. makes little
difference for many setups, but if I don't always do it, I tend to forget
it where I need it (e.g. where queues are involved).

Sep 1, 5:52 am 2007
Jacob Yocom-Piatt
Re: carp: intermittent master/backup swapping

tried this and AFAICT, it has fixed the issue. thanks stuart!

since i'd rather not wait 2 months for this fix to show up in
4.2-release, is it possible to patch ip_carp.c up to get this fix in and
recompile the kernel? guess it shouldn't matter once i have everything

sounds like good advice, especially on "state free" protocols.

Sep 1, 10:36 am 2007
Theo de Raadt
That whole "Linux stealing our code" thing

[bcc'd to Eben Moglen so that people don't flood him]

I stopped making public statements in the recent controversy because
Eben Moglen started working behind the scenes to 'improve' what Linux
people are doing wrong with licensing, and he asked me to give him
pause, so his team could work. Honestly, I was greatly troubled by
the situation, because even people like Alan Cox were giving other
Linux developers advice to ... break the law. And furthermore, there
are even greater potential risks for h...

Aug 31, 9:40 pm 2007
Rui Miguel Silva Seabra
Re: That whole "Linux stealing our code" thing

Hi,

In order to make my mind about this subject...

You're complaining solely of the changes in files:
* drivers/net/wireless/ath5k.h
* drivers/net/wireless/ath5k_hw.c
* drivers/net/wireless/ath5k_hw.h
* drivers/net/wireless/ath5k_regdom.c
* drivers/net/wireless/ath5k_regdom.h

But not in files:
* drivers/net/wireless/ath5k_base.c
* drivers/net/wireless/ath5k_base.h
* drivers/net/wireless/ath5k_reg.h

Right?

To my eyes what he did about the first files is wrong but without
malic...

Sep 1, 1:19 pm 2007
Theo de Raadt
Re: That whole "Linux stealing our code" thing

Not exactly. I won't quote from the GPL again, but even the GPL has a
paragraph about this. You must pass on the rights you received. The
GPL says that passing on only a selection of rights is not fair. Don't
trust my words, though, go read the GPL yourself.

Sep 1, 1:39 pm 2007
Rui Miguel Silva Seabra
Re: That whole "Linux stealing our code" thing

^^^^^^^^^^^^^^^^^^^^^^^

Yes. The *rights you received* are the central point of the question.
Which did the user receive? The BSD granted ones? Or the GPLv2 granted ones?

If some software is dual licensed, you have two sets of rights you can choose.

I think that while I'm not an expert in law, over ten years of involvement
with Free Software, namely about 6 of them on the board of directors of a Free
Software association in Portugal have given me quite s...

Sep 1, 5:59 pm 2007
Theo de Raadt
Re: That whole "Linux stealing our code" thing

You received the full rights granted by copyright law as a recipient,
PLUS the ones granted by the entire document. But, you did not receive the

The word "alternatively" means "replace"? It might mean "select", but does
it really mean "replace in-line"? What dictionary are you using? If something
is not clear in a legal document, who are you to decide what it actually means?

In another place the GPL says you must pass on the rights you have. When

Well, it sure isn't reciprocal right abo...

Sep 1, 6:08 pm 2007
Rui Miguel Silva Seabra
Re: That whole "Linux stealing our code" thing

^^^^^^^^^^^^^^^^^^^^^^^^^
Which is one of two, at the mutually exclusive choice of the user. In the case

Most dictionaries I had at my hand define alternative as choices. You can get
http://en.wiktionary.org/wiki/alternative

Noun
alternative (plural alternatives)
1. A situation which allows a choice between two or more possibilities.
2. A choice between two or more possibilities.
3. One of several things which can be chosen.

If he chose alternative B, the G...

Sep 1, 6:29 pm 2007
Marco Peereboom
Re: That whole "Linux stealing our code" thing

That is not true at all. You have to adhere to ALL licenses. This is
not even remotely a slippery slope. You are making shit up to match

blah blah blah. You have to adhere to both licenses. Alternatively

Exactly; you need to adhere to all licenses. What part isn't clear?

Your agreement is not relevant. The law is.

I disagree with all kinds of things like paying taxes however I don't

Sep 1, 6:56 pm 2007
Rui Miguel Silva Seabra
Re: That whole "Linux stealing our code" thing

That's not what the copyright notice of the files
* drivers/net/wireless/ath5k_base.c
* drivers/net/wireless/ath5k_base.h
* drivers/net/wireless/ath5k_reg.h

said. It said it was licensed under the BSD ters. *Alternatively* on the GNU GPLv2.

It is true in this files, and that's what I'm talking about.
* drivers/net/wireless/ath5k_base.c
* drivers/net/wireless/ath5k_base.h
* drivers/net/wireless/ath5k_reg.h

Please stop rudely calling me a liar...

Sep 1, 7:34 pm 2007
Constantine A. Murenin
Re: That whole "Linux stealing our code" thing

Yes, I don't think you actually disagree with Theo -- what Theo tries
to say is that you simply cannot alter the text of the licence -- but
you can, obviously, select the terms of whatever one licence you want
to use.

If you want your modifications to be licensed differently, then you
would have to put a new licence on top of existing licensing text, as
far I as understand. This is how it's often done in OpenBSD and
NetBSD, IIRC.

C.

Sep 1, 6:51 pm 2007
Martin Schröder
Re: That whole "Linux stealing our code" thing

This has to agreed by all copyright holders.

Best
Martin

Sep 1, 7:21 pm 2007
Constantine A. Murenin
Re: That whole "Linux stealing our code" thing

You are mistaken, it has not -- as long as the licences are compatible
and the names of the copyright holders appear aligned to their correct
licence.

However, with this Atheros HAL case this is not the solution -- if the
Linux people wrap GPL around BSD code, then we won't be able to get
any changes back.

C.

Sep 1, 7:42 pm 2007
Theo de Raadt
Re: That whole "Linux stealing our code" thing

Wow. Let's all go practice law with a dictionary.

Sep 1, 6:40 pm 2007
Rui Miguel Silva Seabra
Re: That whole "Linux stealing our code" thing

? But you mentioned dictionaries first...

The license is not an alternative. The alternative is between two licenses.

The moment one chooses one them... it's that one henceforth.

Rui

--
You are what you see.
Today is Prickle-Prickle, the 25th day of Bureaucracy in the YOLD 3173
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Gandhi
+ So let's do it...?

Sep 1, 6:49 pm 2007
Theo de Raadt Sep 1, 6:55 pm 2007
Rui Miguel Silva Seabra
Re: That whole "Linux stealing our code" thing

Theo, be as unreasonable as you want.

The copyright notice tells the user he can choose between two licenses.
If you choose the GNU GPL vs, you can't later on change to BSD or
proprietary for that would be a copyright violation.

*Copyright notice != license*

Rui

--
Wibble.
Today is Setting Orange, the 26th day of Bureaucracy in the YOLD 3173
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it --...

Sep 1, 7:39 pm 2007
Theo de Raadt
Re: That whole "Linux stealing our code" thing

I am not being unreasonable. You are not a judge, so stop acting like
you are one. You don't know the full story. I do not know the full
story either. But you are being a real prick on the lists here acting

I am glad you are so sure, so confident. Are you placing money on the
outcome? Many many other people are NOT SO SURE AT ALL.

So leave it, ok?

Sep 1, 7:46 pm 2007
Gregg Reynolds
Re: That whole "Linux stealing our code" thing

One of the really fascinating aspects of this whole thing, at least to
someone with a classic liberal arts education, is how poorly technical
people often perform when faced with natural language text. Not all
of them, obviously, but it's amazing how often it happens, even with
people whose high intelligence is indisputable. You see the full
panoply of logical fallacy at work. They try to do things they would
never try with technical specs.

For example, "you may choose a license for distributi...

Sep 1, 3:02 pm 2007
David H. Lynch Jr.
Re: That whole "Linux stealing our code" thing

With respect to both you and Eban, I would disagree..

The law requires complying with the license not preserving it.
The license is a part of the copyrighted work.
It grants users rights beyond those of copyright law.

The ISC License requires little more than preserving the copyright
notice, not the license itself,
And even that I would think is redundant as removing a copyright
notice would likely violate copyright law.

BSD Licensed code has found its way into p...

Sep 1, 8:52 am 2007
Todd T. Fries
Re: That whole "Linux stealing our code" thing

Hmm, complying with the license. How can you say you comply with the
license that says you may not alter the licence yet you alter the license?

You're wrong. Read the 'without modification' words a few times to get why.
--
Todd Fries .. todd@fries.net

_____________________________________________
| \ 1.636.410.0632 (voice)
| Free Daemon Consulting \ 1.405.227.9094 (voice)
| http://FreeDaemonConsulting.com \ ...

Sep 1, 4:28 pm 2007
Theo de Raadt
Re: That whole "Linux stealing our code" thing

You sure? That's a very slippery slope. Are you advising me to
re-publich gcc tomorrow under a BSD license? Or with the GPL removed
from it? It sure looks like the GPL says you can't remove the
license, as well. Heck, it goes further -- the GPL says you must

Look, you are oversimplifying things by a lot. The ISC license says a
hell of a lot more than that. If we could simplify it to less than 3
lines, as you did above we would. But it is clear your 2 lines above
don't explain what the ISC...

Sep 1, 9:46 am 2007
David H. Lynch Jr.
Re: That whole "Linux stealing our code" thing

First, I wish to appologize.

While I am actually fairly familiar with the GPL,
I am not intimate with either the various forms of BSD License or
the ISC.
Somehow jumping back and forth between them all on wikipedia before
my original
post I missed the clause that appears to be in each of them require
preserving the
License/Permissions as well as the copyright.

I made an honest effort to look, and somehow read right through
exactly what I was looking for.
...

Sep 1, 3:12 pm 2007
Marc Espie
Re: That whole "Linux stealing our code" thing

Nope, read the license. It says you cannot touch the license, in plain

[...] rest of rant deleted.

But don't mind me. I wouldn't want *facts* to get in the way of your
nice ideological diatribe.

Sep 1, 9:40 am 2007
Marco Peereboom
Re: That whole "Linux stealing our code" thing

Wrong wrong wrong.

You interpretation is not relevant. The interpretation of the law is.
You can't go around changing legal interpretation at your convenience.

"I interpret that downloading mp3s is like totally legal now" doesn't
make it so. Try it and see what happens.

Let me try once more to explain how this works. Here is the license of
a piece of code I wrote:
* Copyright (c) 2007 Marco Peereboom <marco@peereboom.us>
*
* Permission to use, copy, modify, and distribute this sof...

Sep 1, 9:40 am 2007
Siju George
Re: That whole "Linux stealing our code" thing

Could somebody please explain about "Running Strings"?

Thank you so much

Kind Regards

Siju

Sep 1, 3:29 pm 2007
Emilio Perea
Re: That whole "Linux stealing our code" thing

The usual explanation is "man strings". But for example:

*----------------------------------------------------------------------*
artemis:~
{20} % strings /dev/fs/C/WINDOWS/system32/nslookup.exe | tail -n 30
@(#) Copyright (c) 1985,1989 Regents of the University of California.
All rights reserved.
@(#)nslookup.c 5.39 (Berkeley) 6/24/90
A.ROOT-SERVERS.NET.
@(#)commands.l 5.13 (Berkeley) 7/24/90
-*-**********
**************************
**************************
@(#)debug.c 5.22 (Berk...

Sep 1, 4:17 pm 2007
Constantine A. Murenin
Re: That whole "Linux stealing our code" thing

tvc: {2476} strings `where ftp` | grep -A1 -i copyright
@(#) Copyright (c) 1985, 1989, 1993, 1994
The Regents of the University of California. All rights reserved.
tvc: {2477}

That's on OpenBSD. On Windows, you can presumably get strings(1) as a
part of the Cygwin package, or try out Windows Services for UNIX.

http://undeadly.org/cgi?action=article&sid=20030927090008

C.

Sep 1, 4:14 pm 2007
previous daytodaynext day
NoneSeptember 1, 2007None