Re: error compiling kernel when updating openbsd 4.5 through cvs (SOLVED)

2009-10-14 Thread Robert Gilaard
--- On Mon, 10/12/09, Robert Gilaard rgila...@yahoo.com wrote: From: Robert Gilaard rgila...@yahoo.com Subject: Re: error compiling kernel when updating openbsd 4.5 through cvs To: rob...@openbsd.pap.st Cc: misc@openbsd.org Date: Monday, October 12, 2009, 3:01 PM --- On Mon, 10/12/09, Robert

Re: Linker errors I don't understand

2009-10-14 Thread Christian Weisgerber
Philip Guenther: This happens at least on amd64 and sparc64, but not on i386: --- cc -std=gnu99 -O2 -pipe -Wall -W -o .libs/tiffmedian tiffmedian.o -L/usr/local/lib -L../libtiff/.libs -ltiff ../port/.libs/libport.a -ljpeg -lz -lm -Wl,-rpath,/usr/local/lib /usr/bin/ld:

Je sur comptable a la banque BCB je vais virée $6.million a la etranger

2009-10-14 Thread Ashraf Cotu
You're invited to Je sur comptable a la banque BCB je vais virie $6.million a la etranger. By your host Ashraf Cotu: Date: Wednesday October 14, 2009 Time: 9:00 am - 10:00 am (GMT +00:00) Location: Cher Ami Salut, Je suis MR, Ashraf Cotu

Re: New functionnality for authpf

2009-10-14 Thread BARDOU Pierre
I would be hard to ask my boss to hire a developer, since with my script the solution is working. I'll think to OpenBSD people before discarding our old hardware, anyway. My script loads the rules once, and modifies the table within the rule. When the user disconnects, its IP is removed from the

Re: New functionnality for authpf

2009-10-14 Thread Janne Johansson
BARDOU Pierre wrote: My script loads the rules once, and modifies the table within the rule. When the user disconnects, its IP is removed from the table, and its connections are killed with pfctl -k. boxA ssh remote-computer boxA ssh remote-computer (again) remote-computer exit see both ssh's

Re: Linker errors I don't understand

2009-10-14 Thread Christian Weisgerber
cc -std=gnu99 -O2 -pipe -Wall -W -o .libs/tiffmedian tiffmedian.o -L/usr/local/lib -L../libtiff/.libs -ltiff ../port/.libs/libport.a -ljpeg -lz -lm -Wl,-rpath,/usr/local/lib /usr/bin/ld: ../libtiff/.libs/libtiff.so.38.2: invalid string offset 3503345872 = 4739 for section `.dynstr' These

Routing firewall generated packets

2009-10-14 Thread Mentesan
Hi, I have a branch office Firewall that also acts as a smtp relay for the internal network, the system has 3 Internet connections: 1 - DHCP (default gateway) 2 - Fixed IP ($embratel_if) 3 - Fixed IP 4 - LAN The default gateway is the DHCP interface. I can route LAN traffic to any of the

Re: ZTE-MF626 USB Modem

2009-10-14 Thread Giancarlo Razzolini
Sergio Andris Gsmez del Real escreveu: Hi again. Sometimes I get the following: OpenBSD 4.5 (GENERIC.MP) #2133: Sat Feb 28 15:02:16 MST 2009 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2143023104 (2043MB) avail mem = 2069721088 (1973MB) mainbus0 at root

Re: Routing firewall generated packets

2009-10-14 Thread Vadim Zhukov
On 14 October 2009 c. 17:09:17 Mentesan wrote: Hi, I have a branch office Firewall that also acts as a smtp relay for the internal network, the system has 3 Internet connections: 1 - DHCP (default gateway) 2 - Fixed IP ($embratel_if) 3 - Fixed IP 4 - LAN The default gateway is the

Re: Routing firewall generated packets

2009-10-14 Thread Mentesan
Vadim Zhukov wrote: On 14 October 2009 c. 17:09:17 Mentesan wrote: Hi, I have a branch office Firewall that also acts as a smtp relay for the internal network, the system has 3 Internet connections: 1 - DHCP (default gateway) 2 - Fixed IP ($embratel_if) 3 -

PF:. Possible to loadbalance connectiity of a LAN to different gateways per IP?

2009-10-14 Thread Andres Salazar
Hey guys, I know it is possible to route an interface to another gateway via route-to. But what If I want to loadbalance specific IPs to specific gateways in my box? Is this possible? Thank you --Andres

Re: Unable to set volume using mixerctl

2009-10-14 Thread Antti Harri
On Wed, 14 Oct 2009, Jacob Meuser wrote: On Tue, Oct 13, 2009 at 09:04:17PM +0300, Antti Harri wrote: Hi, my cmedia sound card broke down, so I started using the integrated sound device (auvia(4)). I'm able to play music just fine however I cannot change the volume at all. Is the hardware

Re: ZTE-MF626 USB Modem

2009-10-14 Thread Sergio Andrés Gómez del Real
Thanks for the reply. Indeed, I use usb_modeswitch under Linux, it is, however, quite just for Linux, cause it reloads a certain kernel module. With GENERIC kernel, usb_modeswitch does not even recognize the device. However, compiling it (the kernel) without umass support, that is, the device

Atheros 5424 - Acer Aspire One

2009-10-14 Thread Murilo da Silva Ijanc
Hi. I'm having trouble connecting to a wireless network. My card is an Atheros AR5424! I do not see the networks, much less connect. The dmesg can speak for me anymore. regards -- MuriloBSD silc.dotbsd.org, dotbsd http://www.dotbsd.org/ OpenBSD 4.6-current (GENERIC.MP) #1: Sat Sep 26

rdist over non-default ssh port

2009-10-14 Thread Pieter Verberne
Hi all, I just configured ssh to listen on port to prevent logfile-filling because of failed login attempts from botnets. Now rdist is not working anymore: $ rdist -f [distfile] pie...@lilium: updating host lilium ssh: connect to host lilium port 22: Connection refused pie...@lilium: LOCAL

Re: Atheros 5424 - Acer Aspire One

2009-10-14 Thread Peter Hessler
the AR5424 in Aspire Ones don't work. Sorry. On 2009 Oct 14 (Wed) at 16:26:02 -0200 (-0200), Murilo da Silva Ijanc wrote: :Hi. : :I'm having trouble connecting to a wireless network. My card is an Atheros :AR5424! I do not see the networks, much less connect. The dmesg can speak :for me

Re: rdist over non-default ssh port

2009-10-14 Thread Vadim Zhukov
On 14 October 2009 c. 22:46:07 Pieter Verberne wrote: Hi all, I just configured ssh to listen on port to prevent logfile-filling because of failed login attempts from botnets. Now rdist is not working anymore: $ rdist -f [distfile] pie...@lilium: updating host lilium ssh: connect to

Je sur comptable a la banque BCB je vais virée $6.million a la etranger

2009-10-14 Thread Ashraf Cotu
You are invited to Je sur comptable a la banque BCB je vais virie $6.million a la etranger. By your host Ashraf Cotu: Date: Wednesday October 14, 2009 Time: 6:00 pm - 7:00 pm (GMT +00:00) Location: Cher Ami Salut, Je suis MR, Ashraf Cotu

Job Opportunities

2009-10-14 Thread Talent Republic
TalentRepublic.NET [demime 1.01d removed an attachment of type image/jpg which had a name of c:/TRAd2/Images/TR_EAD_031.jpg] [demime 1.01d removed an attachment of type image/jpg which had a name of c:/TRAd2/Images/TR_EAD_032.jpg] [demime 1.01d removed an attachment of type image/jpg which

Re: Building bacula-fd on OpenBSD 4.5

2009-10-14 Thread Daniel Bareiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stuart. On 2009-10-12, Stuart Henderson wrote: I'm trying to compile Bacula 3.0.2 with the source code from the official site. For it I've dowloaded the bacula-3.0.2.tar.gz file. if you need bacula 3.x on 4.5, probably the easiest way is to

Re: Unable to set volume using mixerctl

2009-10-14 Thread Alexandre Ratchov
On Wed, Oct 14, 2009 at 08:40:49PM +0300, Antti Harri wrote: On Wed, 14 Oct 2009, Jacob Meuser wrote: On Tue, Oct 13, 2009 at 09:04:17PM +0300, Antti Harri wrote: Hi, my cmedia sound card broke down, so I started using the integrated sound device (auvia(4)). I'm able to play music just

Re: no hostname in mails sent with smtpd in a crontab

2009-10-14 Thread Gilles Chehade
this was discussed with jacekm@ and the issue is actually a bit trickier than i initially assumed, we'll fix that soon but it's not a five minutes fix as it looks like ;) Gilles On Tue, Oct 13, 2009 at 09:51:59AM +0200, Nicolas Letellier wrote: I tested with the latest files on CVS (this

Re: Building bacula-fd on OpenBSD 4.5

2009-10-14 Thread Mike Erdely
On Wed, Oct 14, 2009 at 05:41:42PM -0300, Daniel Bareiro wrote: Apparently the same happens with FreeBSD 4.9. Some BSD make implementations can't handle Bacula's makefiles. Using GNU make I no longer have the mentioned problem. Thanks to both for your replies. Yeah. Looking at the port

Pročitajte muškarca za 10 minuta

2009-10-14 Thread E-topshop
Top Shop Top E-revija: 41, 14 oktobar 2009. PraktiD na reE!enja i saveti za bolji Eivot POD ETNA l Budi fit! l Lepota l Zdrav Eivot DomaDinstvo l Zabava i deca l Quelle katalog l Knjige Top Shop HIT TV proizvodi! Ab Rocket - fitnes sprava Ab Rocket Leg Magic - fitnes sprava Leg Magic

Re: no hostname in mails sent with smtpd in a crontab

2009-10-14 Thread patrick keshishian
On Wed, Oct 14, 2009 at 1:52 PM, Gilles Chehade gil...@openbsd.org wrote: this was discussed with jacekm@ and the issue is actually a bit trickier than i initially assumed, we'll fix that soon but it's not a five minutes fix as it looks like ;) as a bystander/observer to this discussion

Re: no hostname in mails sent with smtpd in a crontab

2009-10-14 Thread Jacek Masiulaniec
On Wed, Oct 14, 2009 at 03:01:57PM -0700, patrick keshishian wrote: On Wed, Oct 14, 2009 at 1:52 PM, Gilles Chehade gil...@openbsd.org wrote: this was discussed with jacekm@ and the issue is actually a bit trickier than i initially assumed, we'll fix that soon but it's not a five minutes

Re: Atheros 5424 - Acer Aspire One

2009-10-14 Thread neal hogan
On Wed, Oct 14, 2009 at 08:53:17PM +0200, Peter Hessler wrote: the AR5424 in Aspire Ones don't work. Sorry. FYI - It's not just in Aspires. My thinkpad T400 has one yet to be supported. montagueneal dmesg | grep ath0 ath0 at pci2 dev 0 function 0 Atheros AR5424 rev 0x01: apic 1 int 17 (irq 11)

Re: ZTE-MF626 USB Modem

2009-10-14 Thread Jussi Peltola
On Wed, Oct 14, 2009 at 01:14:00PM -0500, Sergio Andris Gsmez del Real wrote: Thanks for the reply. Indeed, I use usb_modeswitch under Linux, it is, however, quite just for Linux, cause it reloads a certain kernel module. With GENERIC kernel, usb_modeswitch does not even recognize the

Re: no hostname in mails sent with smtpd in a crontab

2009-10-14 Thread Claus Assmann
On Thu, Oct 15, 2009, Jacek Masiulaniec wrote: smtpd currently does no content inspection. However, even the most basic SMTP implementation needs to parse message content, eg. to add missing domainpart to From:, add missing Date: or Message-Id: or to strip Return-Path:. So, we need to come

Subscreva a proposta gratuita sem compromisso e ganhe 2 prémios exclusivos

2009-10-14 Thread Deco Proteste
Caso tenha dificuldade em visualizar, por favor clique no link abaixo www.informacaobyweb.com/decoproteste.htm Ao abrigo do Dec.Lei 67/98 de 26 de Outubro, o destinatario podera proceder ` rectificagco ou cancelamento dos seus dados, conforme o disposto nos artigos 10: e 11:. Se pretender

script

2009-10-14 Thread igor denisov
Hi there my version of ksh: $what /bin/ksh /bin/ksh Copyright (c) 1989, 1993 $OpenBSD: mknod.c,v 1.1 2005/10/06 06:39:36 otto Exp $ PD KSH v5.2.14 99/07/13.2 I cannot figure out what is wrong with the following code #! /bin/ksh for (( i=9; i0; i-- )) do echo $i

Re: script

2009-10-14 Thread Joe Gidi
On Wed, October 14, 2009 11:11 pm, igor denisov wrote: Hi there my version of ksh: $what /bin/ksh /bin/ksh Copyright (c) 1989, 1993 $OpenBSD: mknod.c,v 1.1 2005/10/06 06:39:36 otto Exp $ PD KSH v5.2.14 99/07/13.2 I cannot figure out what is wrong with the following

Re: script

2009-10-14 Thread Edho P Arief
On Thu, Oct 15, 2009 at 10:11 AM, igor denisov denisovigor1...@rambler.ru wrote: Hi there my version of ksh: $what /bin/ksh /bin/ksh B B B B Copyright (c) 1989, 1993 B B B B $OpenBSD: mknod.c,v 1.1 2005/10/06 06:39:36 otto Exp $ B B B B PD KSH v5.2.14 99/07/13.2 I cannot

Re: script

2009-10-14 Thread patrick keshishian
On Wed, Oct 14, 2009 at 8:11 PM, igor denisov denisovigor1...@rambler.ru wrote: Hi there my version of ksh: $what /bin/ksh /bin/ksh Copyright (c) 1989, 1993 $OpenBSD: mknod.c,v 1.1 2005/10/06 06:39:36 otto Exp $ PD KSH v5.2.14 99/07/13.2 I cannot figure out what

Re: Forum engine

2009-10-14 Thread Aaron Mason
On Wed, Oct 14, 2009 at 10:06 AM, Maxime DERCHE max...@mouet-mouet.net wrote: Hello, On Sun, 11 Oct 2009 13:13:00 -0400 Samuel Baldwin recursive.for...@gmail.com wrote: I've heard good things about FluxBB and PunBB, but really you should consider using a mailing list instead of a server.

Re: script

2009-10-14 Thread Vadim Zhukov
On 15 October 2009 c. 07:33:36 patrick keshishian wrote: On Wed, Oct 14, 2009 at 8:11 PM, igor denisov denisovigor1...@rambler.ru wrote: Hi there my version of ksh: $what /bin/ksh /bin/ksh Copyright (c) 1989, 1993 $OpenBSD: mknod.c,v 1.1 2005/10/06 06:39:36 otto