userland make -j fail to build as a regular user

2010-08-23 Thread Cedric Brisseau
Hi, I know this is totally unsupported, I'm on my own with this shit... blahblahblah. Just wanted to report... if someone has an idea. I try to build my system with make -j 4. This is on current/amd64. When I use : $ sudo nice make -j 4 build Everything is OK, the build is fine. But with : $ nic

Re: undeadly's been down for a while

2010-08-23 Thread Paul de Weerd
Hi Patric, others, On Sun, Aug 22, 2010 at 11:36:14PM -0500, patric conant wrote: | just fyi, in case someone involved is on misc. Hardware failure on the host. Being looked into, apologies for the service disruption. Paul 'WEiRD' de Weerd -- >[<++>-]<+++.>+++[<-->-]<.>+

Kernel-level pppoe

2010-08-23 Thread a...@ak.cx
Dear list members sorry to bother you again with kernel-level pppoe. I think i'm just to stupid to get it work properly. The problem seems to be that the mtu adjustment (scrub max-mss 1440) does not always work after a session reset. (pppoe comes up and I can ping, but f.e. http does not work)

Re: Timidity port broken

2010-08-23 Thread Stuart Henderson
I'll fix this, but please send ports problems to the ports maintainer and/or po...@openbsd.org where they will be seen more quickly. In gmane.os.openbsd.misc, you wrote: > I'm running a current snapshot of 4.8 and current ports, trying to build > timidity and it errors out because the goemon.tgz

Re: hardware ports suggestion

2010-08-23 Thread Sergey Bronnikov
On 02:10 Sat 24 Jul , Philip Guenther wrote: > 2010/7/24 Sergey Bronnikov : > > My idea is to make ports for such equipment. > > Lots of people have lots of really good ideas that don't get done > because no one is willing to spend time or money on them. Are you > willing to spend *your* time and

Re: hardware ports suggestion

2010-08-23 Thread Peter Miller
On Mon, 2010-08-23 at 16:27 +0400, Sergey Bronnikov wrote: > > If so, well, please send a patch for /usr/src/sys/arch/, > ports created and attached. Please review these ports and send me you > crititism. http://www.openbsd.org/mail.html "The only mailing list that allows attachments is the ports

Re: cwm keybindings and autogroup issues

2010-08-23 Thread Owain Ainsworth
On Mon, Aug 23, 2010 at 12:30:04AM -0400, Predrag Punosevac wrote: > I was wondering if anybody else observed the following two issues with > cwm: > > 1. Sometimes when I kill xclients with Ctrl+Alt+x I can not start xterm > using default keybindings Ctrl+Alt+Enter. However as soon as I launch a >

Careers.Ga.Gov: Job Opportunity forwarded by a friend...

2010-08-23 Thread HRdepartment2807
A friend has forwarded this job opportunity to you. Visit The Careers at https://Careers.ga.gov to learn more about this and other job opportunities with the State of Georgia. Forwarded by: HRdepartment2807 Comments: Respected Friends, Web Colleagues was founded by Preston Williams in 2004 i

Re: cwm keybindings and autogroup issues

2010-08-23 Thread J.C. Roberts
On Mon, 23 Aug 2010 14:54:44 +0100 Owain Ainsworth wrote: > > > 2. I just adopted XXXterm as my default web-browser. I used to have > > autogroup 3 "opera,Opera" > > > > which I replaced with > > > > autogroup 3 "xxxterm,XXXterm" > > > > however xxxterms do NOT get autogrouped. Note t

İGEDAKADEMİ: İKNA VE SATIŞ GÜCÜNÜZÜ ZİRVEYE ÇIKARIN (SERTİFİKALI)

2010-08-23 Thread İstanbul Genç İşadamları Derneği
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.

Curso de Souvenirs para Eventos

2010-08-23 Thread Data-Eventos
[IMAGE] CURSO PRESENCIAL Inicio: Jueves 2 de septiembre 10 a 13 hs o 14 a 17 hs (4 clases totales) Souvenirs para Eventos [IMAGE] En este curso le permitira implementar distintas tecnicas manuales para la realizacion sencilla de diseqos originales de souvenirs y centros de mesa. Contenidos:

LLVM build

2010-08-23 Thread Rodrigo Mosconi
Dears, Anyone tried to build the openbsd using the llvm compiler, like http://wiki.freebsd.org/BuildingFreeBSDWithClang? Also, the same concept could be ported to OpenBSD? In my opinion, the openbsd want to be a GPL-free OpenSource OS, and the BSD-licensed C compiler provided by the LLVM can hel

Re: dhcp and bridge problem

2010-08-23 Thread Mikolaj Kucharski
Hi, I did't manage to resolve my issue. On all members of bridge0, except sis0 (so sis1, sis2, sis3) I cannot use dhcp (Ethernet broadcast). You can find my pcap files, which I mentioned in my previous email at location ref#1. I've also uploaded there `ifconfig -A' output of that router. My all e

Re: LLVM build

2010-08-23 Thread Jean-Philippe Ouellet
On 8/23/10 7:16 PM, Rodrigo Mosconi wrote: Dears, Anyone tried to build the openbsd using the llvm compiler, like http://wiki.freebsd.org/BuildingFreeBSDWithClang? Also, the same concept could be ported to OpenBSD? In my opinion, the openbsd want to be a GPL-free OpenSource OS, and the BSD-li

Re: LLVM build

2010-08-23 Thread Anthony J. Bentley
> Also, the same concept could be ported to OpenBSD? In my opinion, the > openbsd want to be a GPL-free OpenSource OS, and the BSD-licensed C > compiler provided by the LLVM can help. This has been discussed here before. I believe there's some resistance to using LLVM as a system compiler for Ope

spamdb -t -a w.x.y.z add trap, but do not remove grey listing and end up passing it.

2010-08-23 Thread Daniel Ouellet
One question here. Shouldn't the spamdb -t -a w.x.y.z when adding a trap manually in the spamd database also removed any grey listing for the same IP's? What happened is of in the same 4 hours window I manually add an IP to the trap, but I also see source for that IP in the greg listing, they

multiple tun interfaces with qemu [SOLVED] - bug? creating /dev/tunX

2010-08-23 Thread Barry Grumbine
When using qemu, /dev/tunX interfaces are being created with the wrong permissions. It's not a /dev/MAKEDEV problem # cd /dev && ./MAKEDEV tun4 works just peachy. The problem is when /dev/tunX is created on the fly. ...Are /dev/tunX created on the fly? hmmm... maybe that happens when I run my qe

Re: LLVM build

2010-08-23 Thread Daniel Palmer
> Also, the same concept could be ported to OpenBSD? Probably... but how many archs does Clang support? How many archs does it generate working kernel code for? Love it or hate it GCC has been around forever and has been building OSes for almost as long. It's not perfect by a long way but I

Re: multiple tun interfaces with qemu [SOLVED] - bug? creating /dev/tunX

2010-08-23 Thread Jacob Meuser
On Mon, Aug 23, 2010 at 05:39:49PM -0700, Barry Grumbine wrote: > When using qemu, /dev/tunX interfaces are being created with the wrong > permissions. It's not a /dev/MAKEDEV problem > # cd /dev && ./MAKEDEV tun4 > works just peachy. The problem is when /dev/tunX is created on the fly. > > ...A

random disconnects on openbsd4.7

2010-08-23 Thread Marcos Laufer
Hello list, i'm having random logoffs from a recently installed OpenBSD 4.7 installed on a DL360 server, and updated to stable. The symptoms are simple, i log in, wait a while, and i get suddenly logged off. It goes like this: obsd47:~{8}# Read from remote host obsd47: Connection reset by peer

found file "bsd" corrupt via Filezilla client.

2010-08-23 Thread f5b
- http://trac.filezilla-project.org/ticket/5545 Description -- Filezilla client 3.3.3~3.3.4.1 installed in Windows 2003/7 or Mac OX 10.6 Using Filezilla client download all files from ftp://ftp.openbsd.org/pub/OpenBSD/4.7/i386/ when all files downloaded, check SHA256, found file "bsd" corrupt, ot

Seminario, Licitaciones Públicas de Adquisiciones, Arrendamientos y Servicios, 31 de Agosto México DF

2010-08-23 Thread Lic. Elsa Noriega
[IMAGE] Promociones Especiales para Grupos! Mayores informes responda este correo electrsnico con los siguientes datos. Empresa: Nombre: Telifono: Ciudad y Estado: Email: Nzmero de Interesados: Y en breve le haremos llegar la informacisn completa del evento. O bien comunmquense a nuestros

Re: found file "bsd" corrupt via Filezilla client.

2010-08-23 Thread Vadim Zhukov
On 24 August 2010 c. 07:10:48 f5b wrote: > - > http://trac.filezilla-project.org/ticket/5545 > > Description > -- > Filezilla client 3.3.3~3.3.4.1 installed in Windows 2003/7 or Mac OX > 10.6 > > Using Filezilla client download all files from > ftp://ftp.openbsd.org/pub/OpenBSD/4.7/i386/ > when all

Re: spamdb -t -a w.x.y.z add trap, but do not remove grey listing and end up passing it.

2010-08-23 Thread patrick keshishian
On Mon, Aug 23, 2010 at 5:07 PM, Daniel Ouellet wrote: > One question here. Shouldn't the spamdb -t -a w.x.y.z when adding a trap > manually in the spamd database also removed any grey listing for the same > IP's? > > What happened is of in the same 4 hours window I manually add an IP to the > tra