Re: ld necessary? (was Re: help on compile/link flags)

2010-08-12 Thread Edwin Eyan Moragas
Hi Patrick, On Thu, Aug 12, 2010 at 6:59 AM, patrick keshishian pkesh...@gmail.com wrote: i am stupid. the buffer used for the param to dlopen() was truncated. expanding it and passing the full absolute path, dlerror() returns Cannot load specified object. clues, pointers? You can help us

solved (was Re: ld necessary? (was Re: help on compile/link flags))

2010-08-12 Thread Edwin Eyan Moragas
Hi misc, got picoLisp behaving normally in openbsd. thanks for all who helped. here's the lowdown: partial diff follows: ifeq ($(shell uname), OpenBSD) OS = OpenBSD - PICOLISP-FLAGS = -m32 -rdynamic + PICOLISP-FLAGS = -m32 -rdynamic -Wl,-E LIB-FLAGS = -lc -lm -

Re: ld necessary? (was Re: help on compile/link flags)

2010-08-12 Thread Edwin Eyan Moragas
On Thu, Aug 12, 2010 at 3:26 PM, patrick keshishian pkesh...@gmail.com wrote: It looks like your lib/ht has undefined references to all above symbols. You need to figure out where these are defined. Are they part of picolist or some other library built? the undefined symbols are part of the

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Tomas Vavrys
A lot of people has sent me their opinions or questions. Let's make it clear. I don't want to do it Wiki-like, rather plain html page. It can become manual page who knows... You can still help just by sending an e-mail. My goals are: 1) Make everything as simple as possible, but not simpler. -

ospf6ctl reload - ospf6d disapear

2010-08-12 Thread Xavier Beaudouin
Hi there, I am using OpenBSD 4.7 (OpenBSD core-3.kazar.net 4.7 GENERIC.MP#449 i386). I have a simple setup : router-id 193.43.214.7 fib-update yes redistribute 2001:67c:ec::5 # lo0 redistribute 2001:67c:ec:fffc::/64 # vlan56 # areas area 0.0.0.0 { interface lo0 {

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Ingo Schwarze
Tomas Vavrys wrote on Thu, Aug 12, 2010 at 09:52:57AM +0200: I don't want to do it Don't talk about what you want to do, just do it. When it's done, tell people to look at the *result* and decide whether it is useful or useless. Shut up and hack. 2) STYLE(9) will be our bible The style(9)

Re: OBSD 4.7 and Via C7 motherboards problem

2010-08-12 Thread Toni Mueller
Hi, On Sun, 01.08.2010 at 13:49:07 -0700, Peter Merritt pwmerr...@weirdwater.org wrote: I have a firewall that has been running several versions of OpenBSD successfully, the last being 4.6. After installing 4.7, I could not get the firewall to pass any traffic from the lan side. I'm

Conquiste Novos Clientes - 62 Listas segmentadas de e-mails com 7.318.573 e-mails

2010-08-12 Thread Divulgue seus negocios de forma facil
Caso nco esteja visualizando esse e-mail, veja na versco online 62 Tipos de listas diferentes contendo mais de 7.318.573 e-mails. Divulgue seus produtos e Servigos pela Internet de modo FACIL e ECONTMICO. TODAS AS LISTAS EM ATE 12 X NO CARTCO DE CRIDITO ! Promogco Exclusiva: Compre qualquer

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Tomas Vavrys
Thank you for your point. Unfortunately there is at least 7 people who would like to see some tutorial. I am not a developer so I didn't know about the style(9). Anyways, it's not about style(9). It's about people, being more productive during programming, collecting habbits and tips from OpenBSD

dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Tomas Bodzar
Hi all, bellow is dmesg of OpenBSD running on corporate desktop. Everything is running fine including web camera or USB headphones. There is just one small issue. I can't use xlock(1) for locking of screen. After I use xlock(1) it's not able to wake up anymore. I will investigate later. OpenBSD

Re: Random core dumped with gtk+2 packages

2010-08-12 Thread Ulrich Kahl
Am Wed, 11 Aug 2010 20:00:28 + (UTC) schrieb Daniel B. dan...@bolgh.eng.br : On Wed, 11 Aug 2010, Ulrich Kahl wrote: Am Wed, 11 Aug 2010 02:21:44 + (UTC) schrieb Daniel B. dan...@bolgh.eng.br : [...] Do you use the utf-8 locale (en_US.UTF-8)? Yes. But actually it doesn't matter.

Re: OBSD 4.7 and Via C7 motherboards problem

2010-08-12 Thread Stuart Henderson
Guessing based on very little information, but they probably have different BIOSes. On 2010-08-12, Toni Mueller openbsd-m...@oeko.net wrote: Hi, On Sun, 01.08.2010 at 13:49:07 -0700, Peter Merritt pwmerr...@weirdwater.org wrote: I have a firewall that has been running several versions of

Re: ospf6ctl reload - ospf6d disapear

2010-08-12 Thread Stuart Henderson
You should upgrade to more recent code if you're using ospf6d, there have been loads of ospf6d fixes since 4.7, On 2010-08-12, Xavier Beaudouin k...@oav.net wrote: Hi there, I am using OpenBSD 4.7 (OpenBSD core-3.kazar.net 4.7 GENERIC.MP#449 i386). I have a simple setup : router-id

atactl and SATA HDD in ACHI mode

2010-08-12 Thread Allan Liblik
Hei! I can't get SATA disks smart status using atactl command. atactl with identify command shows disk model, serial correctly, but readattr command don't get nothing and smartstatus returns always No SMART threshold exceeded, irrespective of real SMART values. NetBSD shows, that disk sd2

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Jiri B.
Date: Thu, 12 Aug 2010 13:07:47 +0200 Subject: Re: OpenBSD Vim Programming FAQ From: vav...@cleancode.cz To: misc@openbsd.org Thank you for your point. Unfortunately there is at least 7 people who would like to see some tutorial. I am not a developer

Re: dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread SJP Lists
On 12 August 2010 21:15, Tomas Bodzar tomas.bod...@gmail.com wrote: Hi all, bellow is dmesg of OpenBSD running on corporate desktop. Everything is running fine including web camera or USB headphones. There is just one small issue. I can't use xlock(1) for locking of screen. After I use

Re: atactl and SATA HDD in ACHI mode

2010-08-12 Thread Stuart Henderson
On 2010-08-12, Allan Liblik al...@tarivara.ee wrote: Hei! I can't get SATA disks smart status using atactl command. atactl with identify command shows disk model, serial correctly, but readattr command don't get nothing and smartstatus returns always No SMART threshold exceeded,

Re: dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Tomas Bodzar
On Thu, Aug 12, 2010 at 3:25 PM, SJP Lists sjp.li...@flashbsd.net wrote: On 12 August 2010 21:15, Tomas Bodzar tomas.bod...@gmail.com wrote: Hi all, bellow is dmesg of OpenBSD running on corporate desktop. Everything is running fine including web camera or USB headphones. There is just one

Spamd traplist.gz

2010-08-12 Thread Gaby Vanhegan
Are there any problems at the moment with the spamd data files that are hosted in various locations? I'm getting lots of FTP errors: On 12 Aug 2010, at 16:01, Cron Daemon wrote: ftp: connect: Connection timed out ftp: connect: Connection timed out ftp: connect: Connection timed out ftp:

Re: dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Daniel Ouellet
OpenBSD 5.8 (GENERIC.MP) #356: Mon Aug 9 00:28:02 MDT 2010 ^^^ dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP Really? Unless I am mistaken, that should be in 5 years from now. Can I get a turn in your time machine and get the next winning loto numbers so

Re: Spamd traplist.gz

2010-08-12 Thread Janusz Gumkowski
On Thu, Aug 12, 2010 at 04:14:25PM +0100, Gaby Vanhegan wrote: Are there any problems at the moment with the spamd data files that are hosted in various locations? I'm getting lots of FTP errors: On 12 Aug 2010, at 16:01, Cron Daemon wrote: ftp: connect: Connection timed out ftp:

Re: dmesg of Dell Optiplex 780 + problem with xlock(1)

2010-08-12 Thread Tomas Bodzar
On Thu, Aug 12, 2010 at 4:11 PM, Daniel Ouellet dan...@presscom.net wrote: OpenBSD 5.8 (GENERIC.MP) #356: Mon Aug B 9 00:28:02 MDT 2010 B B B B B ^^^ B B dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP Really? Unless I am mistaken, that should be in 5 years from

Newsletter Agosto

2010-08-12 Thread Novart
A Novart esta no Facebook. Acompanhe aqui todas as novidades... Download Software NOVART A Novart esta presente tambim em Esta mensagem i enviada sob a nova legislagco sobre correio Electrsnico, Secgco 301,

Re: Random core dumped with gtk+2 packages

2010-08-12 Thread Daniel B.
On Thu, 12 Aug 2010, Ulrich Kahl wrote: Am Wed, 11 Aug 2010 20:00:28 + (UTC) schrieb Daniel B. dan...@bolgh.eng.br : On Wed, 11 Aug 2010, Ulrich Kahl wrote: Am Wed, 11 Aug 2010 02:21:44 + (UTC) schrieb Daniel B. dan...@bolgh.eng.br : [...] Do you use the utf-8 locale

install of Aug 11 snapshot hangs

2010-08-12 Thread Mark Bucciarelli
hi, i downloaded a 4.8 snapshot this morning and am trying to install via pxeboot on an x30. boot disable acpi boot boot bsd.rd ran fine until Which one is the root disk? [wd0] I pressed enter, and sometime after fifteen minutes had elapsed the system responded with a series of

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Darrin Chandler
On Thu, Aug 12, 2010 at 01:07:47PM +0200, Tomas Vavrys wrote: 2010/8/12 Ingo Schwarze schwa...@usta.de: Oh, and also note that OpenBSD and vim is a weird topic. OpenBSD and nvi or OpenBSD and mg would seem more natural. On the other hand, some people (including Marco) apparently like the

Re: install of Aug 11 snapshot hangs

2010-08-12 Thread Matthew Dempsky
On Thu, Aug 12, 2010 at 10:27 AM, Mark Bucciarelli mkb...@gmail.com wrote: i downloaded a 4.8 snapshot this morning and am trying to install via pxeboot on an x30. boot disable acpi boot boot bsd.rd ran fine until Which one is the root disk? [wd0] I pressed enter, and

Curso: Pruebas Psicologicas en R.H.

2010-08-12 Thread Capacitacion Empresarial
SERVIC IOS VISISN HUMANA ; Visisn Humana (Consultorma en Recursos Humanos) tiene el agrado de invitarlo al CURSO DE PRUEBAS PSICOLSGICAS que se llevara a cabo en el mes de Agosto de 2010. OBJETIVO: Que al finalizar el curso, el participante se capaz de realizar evaluacisn

anyone tried the freebsd version of teamspeak3 with the freebsd emulation?

2010-08-12 Thread Paul Pruett
Was wondering if anyone else has recently tried the teamspeak3 server using the freesbsd (x86) beta server for download on an openbsd with freebsd kernel emulation? -tia.

Re: install of Aug 11 snapshot hangs

2010-08-12 Thread Ted Unangst
On Thu, Aug 12, 2010 at 1:27 PM, Mark Bucciarelli mkb...@gmail.com wrote: i downloaded a 4.8 snapshot this morning and am trying to install via pxeboot on an x30. boot disable acpi boot boot bsd.rd ran fine until Which one is the root disk? [wd0] I pressed enter, and

Desarrollo para Asistentes Ejecutivas, Puerto Vallarta, 3 Septiembre, Reserve Ya!

2010-08-12 Thread Adriana Gonzalez
[IMAGE] !Promociones Especiales para Grupos! Mayores informes responda este correo electrsnico con los siguientes datos. Empresa: Nombre: Telifono: Email: Nzmero de Interesados: Y en breve le haremos llegar la informacisn completa del evento. O bien comunmquense a nuestros telifonos un ejecutivo

Re: install of Aug 11 snapshot hangs

2010-08-12 Thread Nick Holland
On 08/12/10 13:26, Mark Bucciarelli wrote: hi, i downloaded a 4.8 snapshot this morning and am trying to install via pxeboot on an x30. boot disable acpi What's this about? That's not a valid command at that point. Granted no error message, but disable asdf and l;jk ;lkj don't

Re: install of Aug 11 snapshot hangs

2010-08-12 Thread Matthew Dempsky
On Thu, Aug 12, 2010 at 5:12 PM, Ted Unangst ted.unan...@gmail.com wrote: The closest I have to that is an X20, which I just did a full PXE booted install on, and it works fine. I just did a pxeboot upgrade on my X40, and it went fine as well. I also went as far as fsck'ing my disk with acpi