Re: problem setting inet6 route

2012-09-03 Thread Remi Locherer
On Sat, Sep 01, 2012 at 01:29:02PM -0700, Philip Guenther wrote: > On Fri, Aug 31, 2012 at 7:52 AM, Remi Locherer wrote: > > On Fri, Aug 31, 2012 at 09:47:39AM -0400, Simon Perreault wrote: > >> Le 2012-08-31 03:19, Remi Locherer a ?crit : > >> >I rented a server from Hetzner where I installed Ope

Re: My first macppc install going poorly as well

2012-09-03 Thread Kirill Bychkov
On Tue, September 4, 2012 08:42, Andrew Fresh wrote: > On Mon, Sep 03, 2012 at 09:31:25PM +0400, Kirill Bychkov wrote: >> On Sun, September 2, 2012 22:44, Kirill Bychkov wrote: >> > On Sun, September 2, 2012 20:24, Andrew Fresh wrote: >> >> It is a Power Mac G5 Dual 1.8GHz with the NVIDIA GeForceFX

Re: xenocara not building on amd64-current

2012-09-03 Thread Theo de Raadt
> I read the whole sentence, and followed the instructions: > > "Everyone is encouraged to update via snapshots (dated after 2012/08/31); if > you want to upgrade via sources, follow these instructions:" ... > > But, ok, I'll just update from a snapshot. OK, fine, let me translate that for you:

Re: xenocara not building on amd64-current

2012-09-03 Thread Brett
On Mon, 03 Sep 2012 22:29:46 -0600 Theo de Raadt wrote: > Sorry. > > You may think you followed the instructions correctly, but you didn't. > Obviously though there are new X snapshots available, so this problem > is not in the tree. > > http://openbsd.org/faq/current.html#20120831a > > Read t

Re: My first macppc install going poorly as well

2012-09-03 Thread Andrew Fresh
On Mon, Sep 03, 2012 at 09:31:25PM +0400, Kirill Bychkov wrote: > On Sun, September 2, 2012 22:44, Kirill Bychkov wrote: > > On Sun, September 2, 2012 20:24, Andrew Fresh wrote: > >> It is a Power Mac G5 Dual 1.8GHz with the NVIDIA GeForceFX 5200 Ultra > >> video card. I believe the original "Q37"

Re: xenocara not building on amd64-current

2012-09-03 Thread Theo de Raadt
Sorry. You may think you followed the instructions correctly, but you didn't. Obviously though there are new X snapshots available, so this problem is not in the tree. http://openbsd.org/faq/current.html#20120831a Read the second sentence again: Everyone is encouraged to update via snapshot

xenocara not building on amd64-current

2012-09-03 Thread Brett
Hi misc'ers, This morning (a couple of hours ago from sending this email) I updated via cvsync from anoncvs3.usa.openbsd.org, and after updating my local source, building kernel and userland, xenocara failed to build. I had already followed the instructions on current.html for "New toolchain be

Re: g77 & g95 conflict

2012-09-03 Thread Emilio Perea
Sorry, that should have been addressed to ports@ On Mon, Sep 03, 2012 at 03:56:20PM -0500, Emilio Perea wrote: > I have usually had both g77 and g95 ports installed in i386 and amd64 > PCs, but the last batch of -current ports fails with this message: > > # pkg_add -ui > [gcc-3.3.6p5v0]gcc-4.6.3p

g77 & g95 conflict

2012-09-03 Thread Emilio Perea
I have usually had both g77 and g95 ports installed in i386 and amd64 PCs, but the last batch of -current ports fails with this message: # pkg_add -ui [gcc-3.3.6p5v0]gcc-4.6.3p9: internal conflict between gcc-4.6.3p9 and gcc-3.3.6p5v0 Can't install g95-4.6.3p4->g95-4.6.3p9: can't resolve gcc-4.6.

Re: Off-by-one overflow (?)

2012-09-03 Thread rustyBSD
Le 03/09/2012 22:22, Otto Moerbeek a écrit : > On Mon, Sep 03, 2012 at 05:19:44PM +0200, Otto Moerbeek wrote: > >> On Mon, Sep 03, 2012 at 04:37:42PM +0200, rustyBSD wrote: >> >>> /usr/src/sbin/disklabel/disklabel.c >>> lines: 333 & 1092 & 1096 >>> >>> Is this me, or these strncpy() may cause off-b

Re: Off-by-one overflow (?)

2012-09-03 Thread Otto Moerbeek
On Mon, Sep 03, 2012 at 05:19:44PM +0200, Otto Moerbeek wrote: > On Mon, Sep 03, 2012 at 04:37:42PM +0200, rustyBSD wrote: > > > /usr/src/sbin/disklabel/disklabel.c > > lines: 333 & 1092 & 1096 > > > > Is this me, or these strncpy() may cause off-by-one > > overflows ? > > > > In an use like th

Re: encrypt() without _XOPEN_SOURCE defined

2012-09-03 Thread Ted Unangst
On Mon, Sep 03, 2012 at 19:14, Gregor Pintar wrote: > Hello. > > I have a problem compiling my ANSI C (with GTK+) code on OpenBSD. > It seems gtk.h includes unistd.h and conflicts with my encrypt() function, > but as far as I know encrypt() shouldn't be defined unless > _XOPEN_SOURCE is defined, >

Re: Off-by-one overflow (?)

2012-09-03 Thread Kenneth R Westerback
On Mon, Sep 03, 2012 at 05:18:52PM +0200, rustyBSD wrote: > Le 03/09/2012 16:46, bert a ?crit : > > On Mon, Sep 03, 2012 at 04:37:42PM +0200, rustyBSD wrote: > >> /usr/src/sbin/disklabel/disklabel.c > >> lines: 333 & 1092 & 1096 > >> > >> Is this me, or these strncpy() may cause off-by-one > >> ove

Re: My first macppc install going poorly as well

2012-09-03 Thread Kirill Bychkov
On Sun, September 2, 2012 22:44, Kirill Bychkov wrote: > On Sun, September 2, 2012 20:24, Andrew Fresh wrote: >> I got a nice G5 from work and would like to run OpenBSD macppc on it. >> >> However, when I attempt to install I get to what is described as step 4 >> for i386 and amd64 in the FAQ: >> b

encrypt() without _XOPEN_SOURCE defined

2012-09-03 Thread Gregor Pintar
Hello. I have a problem compiling my ANSI C (with GTK+) code on OpenBSD. It seems gtk.h includes unistd.h and conflicts with my encrypt() function, but as far as I know encrypt() shouldn't be defined unless _XOPEN_SOURCE is defined, which I don't define and I use -ansi parameter. try this example

Aviso Importante: Cuenta Bloqueada !!!

2012-09-03 Thread Banorte por Internet
re Estimado Cliente de BANCO BANORTE Te informamos que el dia de hoy tu cuenta de Banca Electrónica ha sido bloqueada. Si desea obtener mas informacion sobre este bloqueo, puede ingresar al portal del Banco Banorte en Linea o llamar al 01-800-99485-BANORTE www.banorte.com/portal/pe

Elaboración de Modelos Financieros con Excel

2012-09-03 Thread Lic. Jovell Lucero Thomas
Elaboración de Modelos Financieros con Excel - Análisis e Interpretación Panama 12 de Septiembre, 2012 SHERATON PANAMA HOTEL & CONVENTION CENTER Se demostrará paso a paso técnicas financieras con las herramientas o características de Excel. Aprenderá a utilizar Excel con el propósito de desarrollar

Re: Off-by-one overflow (?)

2012-09-03 Thread rustyBSD
Le 03/09/2012 16:46, bert a écrit : > On Mon, Sep 03, 2012 at 04:37:42PM +0200, rustyBSD wrote: >> /usr/src/sbin/disklabel/disklabel.c >> lines: 333 & 1092 & 1096 >> >> Is this me, or these strncpy() may cause off-by-one >> overflows ? No i'm wrong, but it's still better to use strlcpy >> >> In a

Re: Off-by-one overflow (?)

2012-09-03 Thread Otto Moerbeek
On Mon, Sep 03, 2012 at 04:37:42PM +0200, rustyBSD wrote: > /usr/src/sbin/disklabel/disklabel.c > lines: 333 & 1092 & 1096 > > Is this me, or these strncpy() may cause off-by-one > overflows ? > > In an use like this: > > strncpy(a, b, sizeof(a)); No, this is not an overflow. But a will poten

Re: radicale package, error authentication

2012-09-03 Thread Chris Cappuccio
Z? Loff [zel...@zeloff.org] wrote: > Sorry for the noise, I'll crawl back into my hole now. Hey, it's better than the 147th notice that my African bank account is now suspended. -- Keep them laughing half the time, scared of you the other half. And always keep them guessing. -- Clair George

科技项目申报会议通知文件(9月21日深圳)

2012-09-03 Thread uhtese
22:46:02 [demime 1.01d removed an attachment of type application/octet-stream which had a name of =?utf-8?B?56eR5oqA6K6h5YiS6aG555uu44CB5LiT6aG557uP6LS5566h55CG77yIOeaciDIx5pel5rex5ZyzKS5kb2M=?=]

Re: Off-by-one overflow (?)

2012-09-03 Thread bert
On Mon, Sep 03, 2012 at 04:37:42PM +0200, rustyBSD wrote: > /usr/src/sbin/disklabel/disklabel.c > lines: 333 & 1092 & 1096 > > Is this me, or these strncpy() may cause off-by-one > overflows ? > > In an use like this: > > strncpy(a, b, sizeof(a)); > > the null terminator will be added beyond t

Off-by-one overflow (?)

2012-09-03 Thread rustyBSD
/usr/src/sbin/disklabel/disklabel.c lines: 333 & 1092 & 1096 Is this me, or these strncpy() may cause off-by-one overflows ? In an use like this: strncpy(a, b, sizeof(a)); the null terminator will be added beyond the end of a if b has the same size (or a larger size). Should use something lik

Re: urtwn device timeouts

2012-09-03 Thread Stefan Sperling
On Mon, Sep 03, 2012 at 12:21:37PM +0200, frantisek holop wrote: > hi there, > > urtwn(4) says that "D-Link DWA-121" is supported. > based on that i bought it. it is kind of working. > after a while i get this: > > Sep 3 12:00:18 amaaq /bsd: urtwn0: device timeout I'm seeing those, too. I brie

Re: Some probelms configuring dhcpd with iPXE options

2012-09-03 Thread Andrew Dalgleish
On 1/09/2012 8:22 PM, C. L. Martinez wrote: Hi all, I am trying to configure dhcpd daemon in a OpenBSD 5.1 host to use iPXE options for booting vm guests via iscsi. To do this, I have configured dhcpd.conf with these options: option space ipxe; option ipxe-encap-opts code 175 = encapsulate ip

Re: radicale package, error authentication

2012-09-03 Thread Zé Loff
On Sep 3, 2012, at 12:08 PM, Wesley wrote: > By default, httpd is in chroot mode, so i just use add this to /etc/rc.conf.local, and reboot the box : > httpd_flags="-u" > > I get the same errors : >>> INFO: Checking rights for calendar owned by nobody >>> 2012-09-03 12:17:19,614 - INFO: wesley refu

Re: radicale package, error authentication

2012-09-03 Thread Wesley
By default, httpd is in chroot mode, so i just use add this to /etc/rc.conf.local, and reboot the box : httpd_flags="-u" I get the same errors : INFO: Checking rights for calendar owned by nobody 2012-09-03 12:17:19,614 - INFO: wesley refused Any idea ? -- Wesley Le 2012-09-03 12:34, Zé Lof

urtwn device timeouts

2012-09-03 Thread frantisek holop
hi there, urtwn(4) says that "D-Link DWA-121" is supported. based on that i bought it. it is kind of working. after a while i get this: Sep 3 12:00:18 amaaq /bsd: urtwn0: device timeout Sep 3 12:00:18 amaaq /bsd: urtwn0: could not send firmware command 5 Sep 3 12:00:27 amaaq last message repe

Re: radicale package, error authentication

2012-09-03 Thread Zé Loff
On Sep 3, 2012, at 9:26 AM, Wesley wrote: > Hi, > > I use OpenBSD 5.1-RELEASE, i just want to test radicale package, the cal server. > > It works fine without authentication. > Now with this enabled to /etc/radicale/config : > > [acl] > # Access method > # Value: None | htpasswd | LDAP > type = ht

Re: audio volume

2012-09-03 Thread Udo Siewert
On 09/03/12 10:19, Robert Connolly wrote: > Hello. > > Is there any way I can increase the volume output of my headphones and > speakers. Doubling the volume would be nice. Maybe a kernel modification? > > Thanks > > you could try mixerctl. man mixerctl -- Udo

Re: audio volume

2012-09-03 Thread Mihai Popescu
http://www.openbsd.org/faq/faq13.html

radicale package, error authentication

2012-09-03 Thread Wesley
Hi, I use OpenBSD 5.1-RELEASE, i just want to test radicale package, the cal server. It works fine without authentication. Now with this enabled to /etc/radicale/config : [acl] # Access method # Value: None | htpasswd | LDAP type = htpasswd # Usernames used for public calendars, separated by

audio volume

2012-09-03 Thread Robert Connolly
Hello. Is there any way I can increase the volume output of my headphones and speakers. Doubling the volume would be nice. Maybe a kernel modification? Thanks