Re: Lemote Fuloong

2012-07-06 Thread Alan Cheng
On Fri, Jul 6, 2012 at 1:26 AM, Miod Vallat m...@online.fr wrote:


 The 3A systems are a completely different design. In addition to the
 CPU being multicore and using a completely different crossbar, the
 northbridge is now an AMD chip. A lot of work is needed to run on it,
 which is not worth starting until these systems are readily available.

 Unfortunately it seems Lemote can not produce enough of them for the
 foreign market, and I am told the ATX motherboard flavour (which would
 be much more interesting for server systems, or simply to use better
 disks than 2.5 ones) is not intended to be sold outside China.

 Miod

 3A is not available even in China. I think there are just some sample
machines out there. I've been keeping an close eye on Lemote's online store
and its BBS, but don't know how to get one yet.

By the way, someone posted a line on 3A benchmark, in case anyone
is interested:
http://openbenchmarking.org/s/ICT%20Loongson-3A%20V0.5%20FPU%20V0.1

-Alan Cheng



Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-06 Thread Stuart Henderson
On 2012-07-04, mlambda mlam...@gmail.com wrote:
 Sometimes the touchpad doesn't work (the two buttons work, but the
 cursor doesn't move), unfortunately this doesn't seem to be reproducible
 and can only be fixed by rebooting.

I suspect there is probably a timing issue with the hardware that we
hit occasionally, I see it from time to time (though in the past I've hit
it much more often). I often (but not always) find that suspending and
resuming clears the problem, this is easier to do if you set
machdep.lidsuspend=1 in sysctl.conf.

 Is the ath driver supposed to work with this chipset? If I try
 connecting to a network I get the following error in dmesg:
 ath0: unable to reset hardware; hal status 3523306684
 ath0: unable to reset hardware; hal status 4120431260

Unfortunately ath(4) only supports really old cards, there were
some attempts at improving this but no completed work.

There's no BIOS vendor-lock like on some laptops, so it's fairly
easy to find a replacement card if you want something internal
(otherwise there are some very small USB adapters). For internal
replacements I would suggest ral(4) if you can get hold of one,
failing that it should be easy to find a second-hand wpi(4).
N.B. you would need a MiniPCIE card, not MiniPCI.



Re: Performance with network card at 10Gb

2012-07-06 Thread Stuart Henderson
On 2012-07-04, Massimo Pignoloni mpignol...@dsu.toscana.it wrote:
 hi
 i upgrade the driver and the performance are improved by about 45% 
 passing from 1.3Gb/s to 1.9Gb/s.

Note that for the best improvement on the '99 chip, you want *brand new*
-current, kernel built in the last couple of days - snapshots have not
caught up with this yet



Promos Weekend!!! ES AHORA O NUNCA!!!

2012-07-06 Thread Bonus Cupon Weekend Especial!
Si no podes visualizar este mail, ingresa a:
http://news1.bonuscupon.com.ar/r.html?uid=1.1w.29hh.wn.oitny6a32r



Re: Performance with network card at 10Gb

2012-07-06 Thread Jonathan Gray
On Fri, Jul 06, 2012 at 10:04:10AM +, Stuart Henderson wrote:
 On 2012-07-04, Massimo Pignoloni mpignol...@dsu.toscana.it wrote:
  hi
  i upgrade the driver and the performance are improved by about 45% 
  passing from 1.3Gb/s to 1.9Gb/s.
 
 Note that for the best improvement on the '99 chip, you want *brand new*
 -current, kernel built in the last couple of days - snapshots have not
 caught up with this yet

well a -current without POOL_DEBUG and/or kern.pool_debug=0

And if you are getting numbers that low it sounds like
interrupt problems, interrupt storm perhaps? check vmstat -i



Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-06 Thread David Coppa
On Fri, Jul 6, 2012 at 12:00 PM, Stuart Henderson s...@spacehopper.org wrote:
 On 2012-07-04, mlambda mlam...@gmail.com wrote:
 Sometimes the touchpad doesn't work (the two buttons work, but the
 cursor doesn't move), unfortunately this doesn't seem to be reproducible
 and can only be fixed by rebooting.

 I suspect there is probably a timing issue with the hardware that we
 hit occasionally, I see it from time to time (though in the past I've hit
 it much more often). I often (but not always) find that suspending and
 resuming clears the problem, this is easier to do if you set
 machdep.lidsuspend=1 in sysctl.conf.

 Is the ath driver supposed to work with this chipset? If I try
 connecting to a network I get the following error in dmesg:
 ath0: unable to reset hardware; hal status 3523306684
 ath0: unable to reset hardware; hal status 4120431260

 Unfortunately ath(4) only supports really old cards, there were
 some attempts at improving this but no completed work.

 There's no BIOS vendor-lock like on some laptops, so it's fairly
 easy to find a replacement card if you want something internal
 (otherwise there are some very small USB adapters). For internal
 replacements I would suggest ral(4) if you can get hold of one,
 failing that it should be easy to find a second-hand wpi(4).
 N.B. you would need a MiniPCIE card, not MiniPCI.

This card, for example, works beautifully with OpenBSD:

http://www.computeruniverse.net/products/e90335991/delock-industry-wlan-minipci-modul-2t3r.asp

I'm not affiliated in any way with DeLOCK or computeruniverse, I'm
just a happy customer.

ciao,
David



Re: Lemote Fuloong

2012-07-06 Thread Code Blue
 iirc one reason the EINVAL on mount can occur is with an unclean
 ext2/3 filesystem. Could that be the case here?

Yes, but it should only have been the case on the 2nd install (2 of 3).

After I copied the boot file from the installation directory to the ext2
partition I had created for booting from, I neglected to unmount the
partition since I ASSumed OBSD would unmount all mounted filesystems during
a halt. I forgot that iirc OpenBSD only unmounts mounted filesystems that
are in fstab. I did remember to unmount it by the time the 3rd installation
ran and perhaps that is why it didn't give me that message when I installed
the same snapshot again. I don't know why it happened the first two times.

Running on snapshot, I built a package for Mutt from ports and it took a
very long time. I'd like to know how much of that is due to the slow
console. Are you building with output redirection? At the end the package
failed to install with the same library errors I listed before. However,
make install seems to have worked. I haven't verified Mutt is working
100%, I'll do that later (now I am posting from another system). I'm
building Emacs now and when it finishes I'll be able to verify Mutt works as
it did on 5.1.

Given there aren't too many Fuloongs around and we all have to build
packages for the apps we want, is there any way to contribute packages we
have built?

-- 
   _
ASCII ribbon campaign ( ) Please follow up to the mailing list
 against HTML e-mail   X   
   and proprietary/ \  Mutt.org
 attachmentsCode Blue or Go Home!



Re: Romanian layout in OpenBSD

2012-07-06 Thread Mihai Popescu
I needed the .ro layout too, one year ago, and i used 'xsetkbmap ro'
to activate it, then I was running libreoffice to be able to type
using romanian characters. If I'm not mistaken, I think I was able to
type them even in xterm.

I tried to do that again in 5.2-beta but no luck, the special chars
are not available and the .us ones are typed when I hit the keys.



Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-06 Thread Nick Holland
On 07/06/12 06:17, David Coppa wrote:
 On Fri, Jul 6, 2012 at 12:00 PM, Stuart Henderson s...@spacehopper.org 
 wrote:
...
 N.B. you would need a MiniPCIE card, not MiniPCI.
 
 This card, for example, works beautifully with OpenBSD:
 
 http://www.computeruniverse.net/products/e90335991/delock-industry-wlan-minipci-modul-2t3r.asp

but not with the machine in question, due to the missing 'e' on the end
of MiniPCIe.

Nick.



Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-06 Thread David Coppa
On Fri, Jul 6, 2012 at 1:29 PM, Nick Holland
n...@holland-consulting.net wrote:
 On 07/06/12 06:17, David Coppa wrote:
 On Fri, Jul 6, 2012 at 12:00 PM, Stuart Henderson s...@spacehopper.org 
 wrote:
 ...
 N.B. you would need a MiniPCIE card, not MiniPCI.

 This card, for example, works beautifully with OpenBSD:

 http://www.computeruniverse.net/products/e90335991/delock-industry-wlan-minipci-modul-2t3r.asp

 but not with the machine in question, due to the missing 'e' on the end
 of MiniPCIe.

Ops! Wrong link.

The one above is indeed not an express one (in fact, i'm using it on
my latitude)...

This instead is a MiniPCIE ralink based card:

http://www.computeruniverse.net/products/e90256638/delock-wlan-mini-pci-express-54mbps.asp



Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-06 Thread David Coppa
On Fri, Jul 6, 2012 at 1:47 PM, David Coppa dco...@gmail.com wrote:
 On Fri, Jul 6, 2012 at 1:29 PM, Nick Holland
 n...@holland-consulting.net wrote:
 On 07/06/12 06:17, David Coppa wrote:
 On Fri, Jul 6, 2012 at 12:00 PM, Stuart Henderson s...@spacehopper.org 
 wrote:
 ...
 N.B. you would need a MiniPCIE card, not MiniPCI.

 This card, for example, works beautifully with OpenBSD:

 http://www.computeruniverse.net/products/e90335991/delock-industry-wlan-minipci-modul-2t3r.asp

 but not with the machine in question, due to the missing 'e' on the end
 of MiniPCIe.

 Ops! Wrong link.

 The one above is indeed not an express one (in fact, i'm using it on
 my latitude)...

 This instead is a MiniPCIE ralink based card:

 http://www.computeruniverse.net/products/e90256638/delock-wlan-mini-pci-express-54mbps.asp

And athn(4) based cards are also very good:

http://www.ebay.it/sch/i.html?_nkw=ar9280+-half+-halfsize



RE:Promotion Price for CCTV CAMERA AND DVR/Sunivision-Jerry

2012-07-06 Thread CCTV
Hi,  How are u?
Further to our last quotation on CCTV Camera and DVR/KITS dated on last
week.No progress after that.
I estimate you have studied our price already,pls let me know your
comments.You know being professional manfucturer of cctv security products,we
have strong confidence on both quality and price.And I am quite sure we will
have regular cooperation for long time ,definitely it benefit both of us.
Perhaps you are too busy to answer me.pls kindly spend a few minutes to check
our products and quotation again,and back to me ASAP under your convenience.
Thank you ,and expecting to hearing from you.

Thanks and regards

SincerelyJerrySunivision Technology Development Co., Ltd. ADD: Floor 3,
Building B, Taoyuan Industrial Park, Huangpu East Development Zone, Guangzhou,
China
Email  MSN: sunivisi...@sunivision.com , sp...@sunivision.com
Skype:sunivision6 Tel: +86-20-85915657 Fax: +86-20-82577737 Mobile:
+86-13660703014  Website: www.sunivision.com

[demime 1.01d removed an attachment of type application/pdf which had a name of 
PROMOTION12.05.pdf]

[demime 1.01d removed an attachment of type application/pdf which had a name of 
2012 SUNIVISION-(DVR quotation).pdf]



Cobranca Juridica

2012-07-06 Thread letzscomercial
Prezado(a) Cliente,

Comunicamos que o Título foi levado a Protesto, Na medida inicial no
Processo

de Execução que iremos intentar , caso o pagamento não for efetuado no 1º

Cartório de Protesto de Letras e Títulos.

Atenciosamente,

Ricardo B. Ribeiro

Gerente do Departamento Jurídico.

Título Anexo : Título_Anexo.doc ( 145 kb )

Imprimir Título : Imprimir_Título.pdf ( 146 kb )



ipsec + mtu configuration

2012-07-06 Thread Remi Locherer
Hi misc@

We got notice from a customer who connects to us through an ipsec tunnel
that loading websites on our site is really slow. On our site we use
OpenBSD 5.0 i386 as ipsec gateway. On the other site of the VPN is a Linux
StrongSwan gateway.

Our analysis showed that our webserver starts sending packages with an
mtu of 1500. The OpenBSD ipsec gateway then drops the package and
returns an icmp unreachable fragmentation needed with mtu next hop set
to 0. The webserver then starts again sending the packages but with mtu
576.

As a workaround we added this to our pf rules:
match on enc0 scrub (max-mss 1334)

Searching the mailing list I found this thread which describes the same
problem with a different workaround:
http://marc.info/?l=openbsd-miscm=133677069826075w=2

Is there a recommended configuration that allows PMTU discovery?

I tried to understand why the OpenBSD gateway returns a next-hop mtu 0.
In ip_input.c I found the code that gets the mtu from the next interface
(line 1579). But the enc0 interface has no mtu. There is a #define ENCMTU
1536 in if_enc.h but that is not used in if_enc.c. 

RFC 1191 (Path MTU Discovery) chapter 4 says this about the Next-Hop MTU
field in the ICMP message:

   To support the Path MTU Discovery
   technique specified in this memo, the router MUST include the MTU of
   that next-hop network in the low-order 16 bits of the ICMP header
   field that is labelled unused in the ICMP specification [7].
   ...
   This field will never contain a value less than 68, since every
   router must be able to forward a datagram of 68 octets without
   fragmentation


Remi



İGED AKADEMİ: 1 TEMMUZ'DA YENİLENEN TÜRK TİCARET KANUNU EĞİTİMİ (SERTİFİKALI)

2012-07-06 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.

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
duyuru maÝl.jpg]

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
untitled 10.jpg]



pflow info on 5.1

2012-07-06 Thread Michael Gale
Hello,

I am running OpenBSD 5.1 as a gateway device with 4 interfaces and am
using pflow with the IPFIX protocol.

I have read over the docs but it is not clear if I can run a netflow sensor /
emitter per interface? If so then on the netflow server I could query by
sensor. The other thing that came to mind is in the past with a different
vendor I have setup netflow emitters on a per interface(normally one per
gateway device still), now pflow does not seem to support that because it is
determined by pf from my understanding, is that correct?

So should I only tag (pflow) on rule sets that are on the external interface
and make sure it is on the in and out rule sets?

Any help is appreciated.

Thanks
Michael



Cadastre-se agora e ganhe mais 5.000 pontos de bonus no proximo trecho.

2012-07-06 Thread MILHAS.TAM.FIDELIDADE
Se você não consseguir visualizar essa menssagem acesse este link.

[IMAGE]

Olá Cliente Fidelidade TAM,

A Star Alliance, maior aliança de companhias aéreas do mundo está 
completando 15 anos, e a TAM, uma das empresas mais operantes na América 
do Sul, estão juntas em uma promoção que conecta o Brasil ao mundo. 
Agora, o mundo está cada vez mais Brasil e a TAM está cada vez mais no mundo.
Clique no botão abaixo e cadastresse na promoção de 15 anos da Star Alliance e 
receba
no prazo de 48 horas 20 mil pontos no seu TAM Fidelidade para você viajar no 
Brasil ou

no Mundo. Não perca está oportunidade.

[IMAGE]

Lembre-se a TAM em suas promoções nunca pede senha de Resgate, ou Senha
de Acesso ao Multiplus Fidelidade,apenas email e senha para que seja
creditado sua pontuação e o mesmo cadastrado na promoção.

[IMAGE]

Você esta recebendo este e-mail por ser cadastrado no Programa TAM
Fidelidade.
Caso não queira mais receber este e-mail, clique aqui.