athn error

2013-05-07 Thread Holger Glaess
hi can someone help me about this error ? athn0: could not initialize calibration athn0: unable to reset hardware; reset status 60 dmesg OpenBSD 5.3 (GENERIC) #50: Tue Mar 12 18:35:23 MDT 2013 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: VIA Samuel 2

Re: strange error on openbsd

2013-05-07 Thread Janne Johansson
mtree wants them to be: # grep ^pwd.db /etc/mtree/* /etc/mtree/special:pwd.db type=file mode=0444 uname=root gname=wheel optional 2013/5/7 noah pugsley noah.pugs...@gmail.com On Mon, May 6, 2013 at 6:31 PM, Ted Unangst t...@tedunangst.com wrote: On Mon, May 06, 2013 at 22:06,

ML 310 G8

2013-05-07 Thread Steve
Hi, Is anyone running 5.3 on one of these. Just hoping to get an an idea of support before we purchase. Thanks

Re: ML 310 G8

2013-05-07 Thread Peter Hessler
HP usually includes 3 years next-business-day, but you can contact them for faster response times. On 2013 May 05 (Sun) at 03:16:33 -0700 (-0700), Steve wrote: :Hi, : :Is anyone running 5.3 on one of these. : :Just hoping to get an an idea of :support before we purchase. : :Thanks : --

Re: athn error

2013-05-07 Thread Stefan Sperling
On Tue, May 07, 2013 at 12:07:01PM +0200, Holger Glaess wrote: hi can someone help me about this error ? athn0: could not initialize calibration athn0: unable to reset hardware; reset status 60 I'm getting the same error with an AR9485 card. I couldn't yet figure out what is wrong. I

Xf86-video-qxl on openbsd possible ?

2013-05-07 Thread Jan Lambertz
Hi, with virtio drivers and spice-protocol available in 5.3, i wonder if it is possible to bring the qxl driver to openbsd. I assume this might be quite difficult. Has someone already started (or given up) doing this ? Jan

Re: strange error on openbsd

2013-05-07 Thread Remco
Philip Guenther wrote: On Mon, May 6, 2013 at 6:06 PM, Friedrich Locke friedrich.lo...@gmail.com wrote: I am in need to write a simple program to return the passwd entry for a given uid number. Here you have it: #include sys/types.h #include errno.h #include pwd.h #include stdio.h

Re: BCM5720, LACP and CARP serious problem

2013-05-07 Thread Loïc BLOT
Hello Stuart, ok for the console, (i would tell i use keyboard and screen on the server directly, sorry for the mistake :s). I can't test this week, because of production (and then i have shutted down the server because he interfers with the CARP master and take the hand whereas he mustn't...) Can

Re: strange error on openbsd

2013-05-07 Thread Paul de Weerd
On Tue, May 07, 2013 at 03:25:04PM +0200, Remco wrote: | The way I read the man page on my OpenBSD 5.2 system, as well as on the | www.openbsd.org web site, errno has no specific meaning when getpwuid | returns. It only tells you whether it succeeded or not, it doesn't say it | sets errno, nor

chmod(1) Absolute modes section rewrite?

2013-05-07 Thread f5b
Should chmod(1) Absolute modes section rewrite, adding some text as follows? Value Permission Directory Listing 0 No read, no write, no execute --- 1 No read, no write, execute --x 2 No read, write, no execute -w- 3 No read, write, execute -wx 4

Re: strange error on openbsd

2013-05-07 Thread Remco
On Tuesday 07 May 2013 15:45:55 you wrote: On Tue, May 07, 2013 at 03:25:04PM +0200, Remco wrote: | The way I read the man page on my OpenBSD 5.2 system, as well as on the | www.openbsd.org web site, errno has no specific meaning when getpwuid | returns. It only tells you whether it succeeded

Re: chmod(1) Absolute modes section rewrite?

2013-05-07 Thread Ted Unangst
On Tue, May 07, 2013 at 22:06, f5b wrote: Should chmod(1) Absolute modes section rewrite, adding some text as follows? Value Permission Directory Listing 0 No read, no write, no execute --- 1 No read, no write, execute --x 2 No read, write, no execute

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Janne Johansson
this patch (stupidly) fixes my problem. I don't like my broken setup, but this works. Index: nd6_nbr.c === RCS file: /cvs/src/sys/netinet6/nd6_nbr.c,v retrieving revision 1.66 diff -u -p -r1.66 nd6_nbr.c --- nd6_nbr.c 7 Mar 2013

Re: strange error on openbsd

2013-05-07 Thread MJ
Why reinvent the wheel? [root@black ~]# getent passwd 1 daemon:*:1:1:The devil himself:/root:/sbin/nologin [root@black ~]# -mike On May 7, 2013, at 4:06 AM, Friedrich Locke friedrich.lo...@gmail.com wrote: Dear list members, I am in need to write a simple program to return the passwd

Re: Sturdy and secure mail server

2013-05-07 Thread Bruno Flueckiger
Hi Irek I had pretty much the same requirements for my mail server at home as you have. Over the time I got different mail accounts for different purposes. So I wanted to consolidate all the accounts on my own server running in my home network. Since several years (and releases) I'm running

virtio doesn't support volumes 2tbytes

2013-05-07 Thread John Morrissey
newfs(8) fails with EIO on a 3tbyte volume presented via vioblk(4). Maybe the virtio code is using 32-bit sector counters, since 2tbytes with a 512 byte block size is 2**32, and that's causing the failure. A 2tbyte volume is fine, and so is the same 3tbyte volume presented as a wd(4). $ time

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Stefan Sperling
On Tue, May 07, 2013 at 04:48:41PM +0200, Janne Johansson wrote: this patch (stupidly) fixes my problem. I don't like my broken setup, but this works. We've determined the RFC doesn't require source addresses in neighbour solicitations to be sent from a matching prefix. I don't see any reason

Re: chmod(1) Absolute modes section rewrite?

2013-05-07 Thread patrick keshishian
On Tue, May 7, 2013 at 7:43 AM, Ted Unangst t...@tedunangst.com wrote: On Tue, May 07, 2013 at 22:06, f5b wrote: Should chmod(1) Absolute modes section rewrite, adding some text as follows? Value Permission Directory Listing 0 No read, no write, no execute --- 1 No

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Stefan Bagdohn
Wasn't this check introduced as mitigation of CVE-2008-2476 five years ago? E.g. http://ftp.openbsd.org/pub/OpenBSD/patches/4.4/common/001_ndp.patch Am 07.05.2013 um 18:26 schrieb Stefan Sperling s...@openbsd.org: On Tue, May 07, 2013 at 04:48:41PM +0200, Janne Johansson wrote: this patch

strange errors on OpenBSD

2013-05-07 Thread Friedrich Locke
Hi folks, i would like some here to run the small program in the previous email on a OBSD machine acting like a nis client. May you ? If you did it, let me know you results. []s gustavo.

strange error on openbsd: program listing

2013-05-07 Thread Friedrich Locke
Here you have it: #include sys/types.h #include errno.h #include pwd.h #include stdio.h int main(int argc, char **argv) { struct passwd *p; int e; e = errno, errno = 0; p = getpwuid(0); if (errno) { fprintf(stdout, errno is:

Re: strange errors on OpenBSD

2013-05-07 Thread Philip Guenther
On Tue, May 7, 2013 at 12:26 PM, Friedrich Locke friedrich.lo...@gmail.com wrote: i would like some here to run the small program in the previous email on a OBSD machine acting like a nis client. May you ? Or, you could stop wasting time and post a ktrace of it on *your* system and your

Re: strange errors on OpenBSD

2013-05-07 Thread Matthew Dempsky
Please learn to use Gmail's Reply and Reply to all features.

Re: OT: term hackathon trademarked in Germany

2013-05-07 Thread Peter N. M. Hansteen
A bit late to the party, but here's my take on the situation - http://bsdly.blogspot.ca/2013/05/the-term-hackathon-has-been-trademarked.html - Peter -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Patrik Lundin
On Tue, May 07, 2013 at 09:16:25PM +0200, Stefan Bagdohn wrote: Wasn't this check introduced as mitigation of CVE-2008-2476 five years ago? E.g. http://ftp.openbsd.org/pub/OpenBSD/patches/4.4/common/001_ndp.patch Maby something along the lines of the 'nd6_onlink_ns_rfc4861' sysctl flag

NPPPD with intermediate LTS

2013-05-07 Thread Joe Holden
Hi all, I'm testing out npppd as a termination device which is being fed from existing LACs (in this particular setup, mpd on FreeBSD) - if the LAC begins LCP to challenge the client for it's username in order to lookup the destination LNS, npppd just repeats the following until it gives up:

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Todd T. Fries
Penned by Patrik Lundin on 20130507 16:02.25, we have: | On Tue, May 07, 2013 at 09:16:25PM +0200, Stefan Bagdohn wrote: | Wasn't this check introduced as mitigation of CVE-2008-2476 five years ago? | E.g. http://ftp.openbsd.org/pub/OpenBSD/patches/4.4/common/001_ndp.patch | | | Maby

Re: OT: term hackathon trademarked in Germany

2013-05-07 Thread Juan Francisco Cantero Hurtado
There is a new update. The attempt to take revenue for non-commercial purposes on a licensing model failed. [...] we will delete the trademark hackathon. http://www.young-targets.com/free-licences/ On Tue, May 07, 2013 at 10:49:27PM +0200, Peter N. M. Hansteen wrote: A bit late to the party,

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Stefan Sperling
On Tue, May 07, 2013 at 09:16:25PM +0200, Stefan Bagdohn wrote: Wasn't this check introduced as mitigation of CVE-2008-2476 five years ago? E.g. http://ftp.openbsd.org/pub/OpenBSD/patches/4.4/common/001_ndp.patch Right, thanks for pointing that out. Claudio added this check in 2008. RFC 4861

Re: OT: term hackathon trademarked in Germany

2013-05-07 Thread Reiner Jung
Hi Peter, it looks like the problem with the usage of Hackathon is solved. From their own site: http://www.young-targets.com/free-licences/ # Why? Because we did not first founded the nonprofit organization “Tech_Hub” that will manage the revenue for the free tech scene. We went a

Thinkpad X230t convertible and openbsd

2013-05-07 Thread Edd Barrett
Hi, I'm starting a new job and have the option to choose a new laptop. I read a lot of papers in PDF form and have been using print/xournal for anotations. Annotating with the mouse sucks a bit. I wonder if these convertible thinkpads are any good for this. Does anyone own this:

Re: BCM5720, LACP and CARP serious problem

2013-05-07 Thread Stuart Henderson
On 2013-05-07, Loïc BLOT loic.b...@unix-experience.fr wrote: Hello Stuart, ok for the console, (i would tell i use keyboard and screen on the server directly, sorry for the mistake :s). I can't test this week, because of production (and then i have shutted down the server because he interfers

Re: Thinkpad X230t convertible and openbsd

2013-05-07 Thread Ted Unangst
On Tue, May 07, 2013 at 23:47, Edd Barrett wrote: I see it has one of those useless intel wireless cards too. Can this be swapped out easily? If not I can use my urtwn dongle. Depends on why you think it's useless. After the first boot, fw_update will get the firmware for it, and then it

smtpd setup

2013-05-07 Thread Scott
Greetings all, I was excited to try out smtpd because of future plans to go away from webmail. Right after installing 5.3 I followed the directions in man smtpd to make the switch. smtpd.conf is untouched, but here are the values anyway: listen on lo0 table aliases db:/etc/mail/aliases.db accept

rename(2) and readonly source dir

2013-05-07 Thread Mike Small
The rename system call in OpenBSD will error with EACCES if you try to rename a read only directory (test done in non-sticky dir): $ mkdir testdir $ chmod 555 testdir $ mv testdir tdir mv: rename testdir to tdir: Permission denied $ ls -ld . drwxr-xr-x 4 smallm smallm 512 May 7 22:12 ./ I

Re: OpenBSD 5.3 released May 1, 2013

2013-05-07 Thread SJP Lists
On 1 May 2013 23:42, Stuart Henderson st...@cvs.openbsd.org wrote: May 1, 2013. We are pleased to announce the official release of OpenBSD 5.3. This is our 33rd release on CD-ROM (and 34th via FTP). We remain proud of

OpenBSD official reference book ( like FreeBSD handbook / NetBSD Guide )

2013-05-07 Thread TRUNASUCI TRUNASUCI
Hi all; I just wanna ask if there is a project for this official refernce book for all users ( if any please inform ). Since i cant find any kind of like this on openbsd web. Just my reference is on FAQ and some other doc. I love to have or if any handbook like this in PDF, so i can download

Re: OpenBSD official reference book ( like FreeBSD handbook / NetBSD Guide )

2013-05-07 Thread Richard Toohey
On 05/08/13 16:01, TRUNASUCI TRUNASUCI wrote: Hi all; I just wanna ask if there is a project for this official refernce book for all users ( if any please inform ). Since i cant find any kind of like this on openbsd web. Just my reference is on FAQ and some other doc. I love to have or if

Re: NPPPD with intermediate LTS

2013-05-07 Thread YASUOKA Masahiko
Hi, On Tue, 07 May 2013 22:38:46 +0100 Joe Holden li...@rewt.org.uk wrote: I'm testing out npppd as a termination device which is being fed from existing LACs (in this particular setup, mpd on FreeBSD) - if the LAC begins LCP to challenge the client for it's username in order to lookup the

Re: OpenBSD official reference book ( like FreeBSD handbook / NetBSD Guide )

2013-05-07 Thread Peter N. M. Hansteen
TRUNASUCI TRUNASUCI trunas...@mail.com writes: I just wanna ask if there is a project for this official refernce book for all users ( if any please inform ). Since i cant find any kind of like this on openbsd web. Just my reference is on FAQ and some other doc. The closest thing to an

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-05-07 Thread Stefan Bagdohn
Maby something along the lines of the 'nd6_onlink_ns_rfc4861' sysctl flag mentioned at http://www.freebsd.org/security/advisories/FreeBSD-SA-08:10.nd6.asc could be used for the odd cases where it's needed? This is an all-or-nothing approach. What about the option to provide the known-good