Suggestion for http://openbsd.monkey.org/misc/200109/msg00385.html

2009-09-05 Thread james
Hi,

I saw that you have a link to the USPTO.  Do you know about 
http://www.FreePatentsOnline.com and http://www.SumoBrain.com ?

They both have free PDF patents (whereas the USPTO requires viewing one page at 
a time using TIFFs), world patent data, and free accounts to allow you to 
organize, comment, and share documents, set up alerts and more.  Far more 
convenient and more powerful than the USPTO.

If you have a spot for a link, that would be great.

Sincerely,
James



Anibal Ojeda has invited you to Dropbox

2009-09-05 Thread Dropbox
We're excited to let you know that Anibal Ojeda has invited you to Dropbox!

Anibal Ojeda has been using Dropbox to sync and share files online and across 
computers, and thought you might want it too.

Visit http://www.getdropbox.com/link/20.Yt9KWeWPEo/NjI2MjY0NTE3 to get started.

- The Dropbox Team

 
To stop receiving invites from Dropbox, please go to 
http://www.getdropbox.com/bl/7c6b7525134b/misc%40openbsd.org



New Translation Options in PF

2009-09-05 Thread Anathae Townsend
My OpenBSD 4.6 current firewall is currently designed to service 
three internal networks, 192.168.0.0/24, 192.168.1.0/24, 
192.168.2.0/24. I have assigned the group external to my connection
to my isp.

Using the following, I'm able to have internal connections to use
network address translation with the outside world.

table mynetwork {192.168.0.0/24, 192.168.1.0/24, 192.168.2.0/24}
match out out on external from sunnydale nat-to (external)

This works, however, when I do a sudo pfctl -s rules the match rule
is displayed as

match out on external from mynetwork to any nat-to (external) round-robin

Should round-robin be showing up in the rule?

Anathae



Re: New Translation Options in PF

2009-09-05 Thread Jussi Peltola
On Sat, Sep 05, 2009 at 05:37:58AM -0600, Anathae Townsend wrote:
 match out on external from mynetwork to any nat-to (external) round-robin

IIRC it's been that way as long as I can remember, if you only have one
address round-robin doesn't really do anything. 

-- 
Jussi Peltola



Re: Cyrillic fonts in X Window. (fwd)

2009-09-05 Thread shwegime
On my system, to use cyrillic in X I did not add any cyrillic fonts,  but 
just these lines in xorg.conf (InputDevice section):


Option  XkbLayout us,ru(winkeys),de
Option  XkbOptions grp:lwin_toggle
Option  XkbVariant nodeadkeys

This way you can toggle the russian keyboard with the left Windows key. It 
does not work with xterm just like that, you need uxterm or you can use 
roxterm or gnome-terminal etc.



 On Sat, 5 Sep 2009, 4625 wrote:


This problem still exist yet. I see no advices.

--
4625

-- Forwarded message --
Date: Fri, 31 Jul 2009 20:52:25 +
To: misc@openbsd.org
Subject: Cyrillic fonts in X Window.

I have add string 'FontPath /usr/X11R6/lib/X11/fonts/cyrillic/' into 
xorg.conf, then I execute fc-cache. However, these fonts unavailable in X. 
What is going wrong?


fc-cache -v
Fontconfig error: Cannot load default config file
/usr/X11R6/lib/X11/fonts/TTF: skipping, 23 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/Type1: skipping, 29 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/cyrillic: skipping, 0 fonts, 0 dirs




Re: HSDPA USB Modem

2009-09-05 Thread Peter N. M. Hansteen
w39071_0-sergio w39071_0-ser...@mb8-2.1blu.de writes:

 I have a ZTE MF626 Modem, when I plug it in my USB interface, OpenBSD
 detects it as a iso9660 filesystem, so I need a software like
 usb_modeswitch. 

Are you sure that the CD device is the only one that shows up when you plug it 
in?

Here's what happens when I plug my Huawei E220 into my laptop:

Sep  5 15:33:33 thingy /bsd: umsm0 at uhub3 port 1 configuration 1 interface 0 
HUAWEI Technologies HUAWEI Mobile Modem rev 1.10/0.00 addr 2
Sep  5 15:33:34 thingy /bsd: umsm0: umass only mode. need to reattach
Sep  5 15:33:34 thingy /bsd: umsm0 detached
Sep  5 15:33:35 thingy /bsd: umsm0 at uhub3 port 1 configuration 1 interface 0 
HUAWEI Technologies HUAWEI Mobile Modem rev 1.10/0.00 addr 2
Sep  5 15:33:35 thingy /bsd: ucom0 at umsm0
Sep  5 15:33:35 thingy /bsd: umsm1 at uhub3 port 1 configuration 1 interface 1 
HUAWEI Technologies HUAWEI Mobile Modem rev 1.10/0.00 addr 2
Sep  5 15:33:35 thingy /bsd: ucom1 at umsm1
Sep  5 15:33:35 thingy /bsd: umass0 at uhub3 port 1 configuration 1 interface 2 
HUAWEI Technologies HUAWEI Mobile Modem rev 1.10/0.00 addr 2
Sep  5 15:33:35 thingy /bsd: umass0: using SCSI over Bulk-Only
Sep  5 15:33:35 thingy /bsd: scsibus3 at umass0: 2 targets, initiator 0
Sep  5 15:33:36 thingy /bsd: cd1 at scsibus3 targ 1 lun 0: HUAWEI, Mass 
Storage, 2.31 SCSI2 5/cdrom removable

notice the umsm and ucom devices, once they're usefully configured
they're accessible as cuaU0 or thereabouts.  useful, if not the
fastest connectivity you'll find.

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
Remember to set the evil bit on all malicious network traffic
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



HSDPA USB Modem

2009-09-05 Thread w39071_0-sergio
Hi, this is my first post.

I have a ZTE MF626 Modem, when I plug it in my USB interface, OpenBSD
detects it as a iso9660 filesystem, so I need a software like
usb_modeswitch. ThatB4s ok, I supose can compile it to interface with usb
through libusb, although havent tried. My doubt is afterwards, after
having, lets say, /dev/ttyUSB0 device file (this was the case under linux),
I couldnt get it to work cause don't know how to manually configure the
connection. Apparently, through Network Manager can get that automatically,
but Im not willing to run even X, so need an alternative.

Thanks for reading :)



Re: HSDPA USB Modem

2009-09-05 Thread Jonathan Gray
On Sat, Sep 05, 2009 at 03:20:42PM +0200, w39071_0-sergio wrote:
 Hi, this is my first post.
 
 I have a ZTE MF626 Modem, when I plug it in my USB interface, OpenBSD
 detects it as a iso9660 filesystem, so I need a software like
 usb_modeswitch. ThatB4s ok, I supose can compile it to interface with usb
 through libusb, although havent tried. My doubt is afterwards, after
 having, lets say, /dev/ttyUSB0 device file (this was the case under linux),
 I couldnt get it to work cause don't know how to manually configure the
 connection. Apparently, through Network Manager can get that automatically,
 but Im not willing to run even X, so need an alternative.
 
 Thanks for reading :)

Include the output of usbdevs -v with the device plugged in.
We do all mode switching like this in the kernel so people don't have
to screw around with weird userspace things to get a working device.

In this case of this device the kernel is not aware of it yet, so can
not issue the relevant commands to it.



Re: CPU RAM viz Squid Kerberos (network setup)

2009-09-05 Thread soko.tica
On 9/5/09, Edho P Arief edhopr...@gmail.com wrote:

3Mhz was a typo. Should have been Ghz.

In my world it's not a big deal even for healthy in informal writing.



Re: CPU RAM viz Squid Kerberos (network setup)

2009-09-05 Thread soko.tica
On 9/4/09, Joachim Schipper joac...@joachimschipper.nl wrote:

 I'm inclined to question your should,

My intention is just to give a try to Kerberos. If a few lines of
elaboration is not too inconvenient to you, It would be great to read
it.

 Do note that FTP is pretty much a relic.

The single reason of trying ftp/tftp is to make available -stable
filesets to all local -stable running boxes. I am nor aware of any
other possibility. Or did I miss something?

Thanks to all responses.



Adam Getchell sent you a message on Facebook...

2009-09-05 Thread Facebook
Adam sent you a message.

Subject: Hi

Just checking, where do we know each other from?

To reply to this message, follow the link below:
http://www.facebook.com/n/?inbox/readmessage.phpt=131182271391mid=10976cdG5
af31ca17623G2fcdbG0

___
This message was intended for m...@cvs.openbsd.org. Want to control which
emails you receive from Facebook? Go to:
http://www.facebook.com/editaccount.php?notificationsmd=bXNnO2Zyb209MTIxNjk4
MjA2Njt0PTEzMTE4MjI3MTM5MTt0bz0xMDAwMDAyMDM4OTYzNTU=mid=10976cdG5af31ca17623
G2fcdbG0
Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA
94304.



Auto Gerador de Recurso de Multa!

2009-09-05 Thread Cursos
Auto Gerador para Recurso de Multa de TrCnsito!

FaC'a seus recursos com argumentos e fundamento jurCdico!

O Auto gerador, funciona como um analisador de falhas, ele faz uma
anC!lise precisa da multa, procurando er ros. Esta anC!lise sC3 poderia
ser feita por um Advogado ou Consultor qualificado em lei de trCnsito.
ApC3s a anC!lise ele cria argumentos condizentes e aceitC!veis para o
recurso, os recursos gerados sC#o tC)cnicos, precisos e baseados na
legislaC'C#o de trCnsito, resoluC'C5es de C3rgC#os superiores e
embasamentos jurCdicos, com tC)cnicas e justificativas, atuais. Faz
cC!lculos de velocidade e datas, verifica se o radar foi aferido etc..
Aponta todas as brechas encontradas na multa!

  * 

Seu Recurso fica pronto na hora C) sC3 imprimir.

  * 

Novos argumentos para as novas mudanC'as da lei.

  * 

Um especialista em recurso de multa, sensCvel e inteligente, usando
os argumentos necessC!rios e adequados para sua defesa.

Nosso programa tC*m sido utilizado por muitos advogados e despachantes no
Brasil, alC)m de centenas de clientes satisfeitos que sempre estC#o
atualizando.

SC3 profissionais com vC!rios anos de experiC*ncia, poderiam elaborar
este tipo de programa.

Motivos para recorrer:

  * 

Por que nem sempre C) por culpa do motorista.

  * 

Existem vC!rios erros, que sC#o facilmente encontrados nas multas.

  * 

Nossos recursos sC#o profissionais, tC)cnicos, precisos e baseados na
legislaC'C#o de trCnsito, resoluC'C5es de C3rgC#os superiores e
embasamentos jurCdicos;

  * 

Todas as suas informaC'C5es serC#o mantidas no mais absoluto sigilo;

  * 

VocC* imprimirC! o(s) recurso(s) na sua casa, podendo alterC!-los
como quiser.

  * 

O recurso C) impresso em seu nome, portanto vocC* nC#o precisa
assinar procuraC'C5es. C como se vocC* mesmo estivesse fazendo.

Atualizado para:

- Afastado da guia
- AvanC'ar sinal vermelho.
- Buzina Prolongada
- Sem equipamento obrigatC3rio
- Desobedecer Agente

- Dirigir ameaC'ando pedestres.
- Dirigir sem C.N.H

- Estacionar em desacordo
- Excesso de peso.
- FarC3is Apagados

- FumaC'a Preta
- INSUL-FILM.
- Lei seca, efeito de C!lcool.
- Mal estado de conservaC'C#o.

- Multa Prescrita.
- NC#o usar capacete

- NC#o usar cinto de seguranC'a.
- Parar sobre a faixa.
- Placa IlegCv el
- RodCzio.
- Transitar na contramC#o.
- Transitar de rC).

- Transitar sobre calC'ada.
- Transpor bloqueio.
- Transportar crianC'a irregular
- Ultrapassagem.
- VeCculo com defeito na sinalizaC'C#o.
- Velocidade.

- E todas as outras.

Apenas R$ 119,90.

VCdeo mostrando o programa no Youtube:

http://www.youtube.com/watch?v=O8-6PRxFvK8;

Mais informaC'C5es visite:

http://multcarpoweb.sytes.net/auto_gerador

http://autogerador.tk

 FACA SEU PEDIDO AQUI!

http://enviar-pedido.tk

http://multcarpoweb.sytes.net/pedido

Pacote de Defesa
Modelos de recursos de multas
com fundamento jurCdico

Contratos e PetiC'C5es
Modelos completos e editC!veis
Todo em formato doc

Multas e SuspensC#o de CNH?
Fazemos seu recurso e garantimos o
mC!ximo de chance possCvel, confira!

Deseja enviar sua propaganda por e-mail, clique aqui!

Para remover seu e-mail da nossa lista, clique aqui!

[IMAGE]



Re: New Translation Options in PF

2009-09-05 Thread Scott McEachern

Anathae Townsend wrote:

match out on external from mynetwork to any nat-to (external) round-robin

Should round-robin be showing up in the rule?

  
Remove the parentheses on external and it will use the first IP assigned 
to external and not use round-robin.


--

- RSM

http://www.erratic.ca



Re: CPU RAM viz Squid Kerberos (network setup)

2009-09-05 Thread Joachim Schipper
On Sat, Sep 05, 2009 at 07:43:04PM +0200, soko.tica wrote:
 On 9/4/09, Joachim Schipper joac...@joachimschipper.nl wrote:
  I'm inclined to question your should,
 
 My intention is just to give a try to Kerberos. If a few lines of
 elaboration is not too inconvenient to you, It would be great to read
 it.

It's very good to be familiar with Kerberos, so trying it out is a very
good idea.

But getting a full LDAP/Kerberos infrastructure going is still a lot of
work. OpenBSD now finally has ypldap(8), which removes one of the
biggest reasons to stay away from such a design, but it's still a
complex setup. And the worst part: since the system administrator *must*
be able to log in even if Kerberos is down, it won't help you at all.

And since you are on a small network with a limited amount of users, it
simply doesn't seem all that useful. Why don't you just keep a single
master /etc/master.passwd file and send that to all hosts? (Do look at
pwd_mkdb(8) first.)

This is not to knock Kerberos - it's actually pretty nice - and not to
dissuade you from experimenting with it - which is actually a pretty
good idea - but I would like to point out that you are going to need to
keep your own username and password in sync across all hosts without the
help of Kerberos anyway, so for computers that only have administrators
accessing them, it doesn't seem too useful.

(You can, of course, Kerberize all sorts of extra services; this is
neat, but in almost all cases single-sign-on can be replaced by logging
in and keeping your passwords on a machine.)

  Do note that FTP is pretty much a relic.
 
 The single reason of trying ftp/tftp is to make available -stable
 filesets to all local -stable running boxes. I am nor aware of any
 other possibility. Or did I miss something?

pkg_add(1) supports lots of protocols: ftp works, yes, but so do http,
https, and even scp.

Joachim



Re: HSDPA USB Modem

2009-09-05 Thread Jonathan Gray
On Sat, Sep 05, 2009 at 08:06:04PM +0200, w39071_0-sergio wrote:
  Include the output of usbdevs -v with the device plugged in.
  We do all mode switching like this in the kernel so people don't have
  to screw around with weird userspace things to get a working device.
  
  In this case of this device the kernel is not aware of it yet, so can
  not issue the relevant commands to it.
 
 Sorry about not posting dmesg, console output or usbdev, I just couldnt :)

usbdevs -v is needed that is why it was asked for.
Your mail server does not accept incoming connections, sending to misc.

 
 Here is dmesg:
 ZTE CDMA Technologies MSM rev 2.00/0.00 addr 3
 umass2: using ATAPI over Bulk-Only
 scsibus3 at umass2: 2 targets, initiator 0
 cd1 at scsibus3 targ 1 lun 0: ZTE, USB SCSI CD-ROM, 2.31 ATAPI 5/cdrom
 removable
 cd1 detached
 scsibus3 detached
 umass2 detached
 
 usbdevs:
 addr 1: EHCI root hub, Intel
  addr 2: USB2.0-CRW, Generic
  addr 3: Integrated_Webcam_1.3M, Sonix Technology Co., Ltd.
 addr 1: EHCI root hub, Intel
  addr 3: ZTE CDMA Technologies MSM, ZTE, Incorporated
  addr 2: DataTraveler G2, Kingston
 addr 1: UHCI root hub, Intel
 addr 1: UHCI root hub, Intel
 addr 1: UHCI root hub, Intel
 addr 1: UHCI root hub, Intel
 
 
 Just cdrom... :S



Re: Cyrillic fonts in X Window. (fwd)

2009-09-05 Thread shwegime
Well, I could never get cyrillic to work in xterm either, but only in gtk 
or qt apps. I don't know why it is, maybe it has to do with the lack of 
locale. So I just gave up long ago trying to use xterm (mlterm has the 
same issue) for this.

Sorry I cannot be of any better help.
If anybody know how to solve this I'd be very interested to know too.


On Sat, 5 Sep 2009, 4625 wrote:


On Sat, 5 Sep 2009 21:31:52 +0800 (CST)
shweg...@gmail.com wrote:


On my system, to use cyrillic in X I did not add any cyrillic fonts,
but just these lines in xorg.conf (InputDevice section):

 Option  XkbLayout us,ru(winkeys),de
 Option  XkbOptions grp:lwin_toggle
 Option  XkbVariant nodeadkeys

This way you can toggle the russian keyboard with the left Windows
key. It does not work with xterm just like that, you need uxterm or
you can use roxterm or gnome-terminal etc.


I'm trying to use TrueType fonts for xterm. The problem is xterm does
not display cyrillic correctly. However, in the same time, almost all
gtk and qt apps display cyrillic correctly.


This problem still exist yet. I see no advices.

-- Forwarded message --
Date: Fri, 31 Jul 2009 20:52:25 +
To: misc@openbsd.org
Subject: Cyrillic fonts in X Window.

I have add string 'FontPath /usr/X11R6/lib/X11/fonts/cyrillic/'
into xorg.conf, then I execute fc-cache. However, these fonts
unavailable in X. What is going wrong?

fc-cache -v
Fontconfig error: Cannot load default config file
/usr/X11R6/lib/X11/fonts/TTF: skipping, 23 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/Type1: skipping, 29 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts/cyrillic: skipping, 0 fonts, 0 dirs


--
4625




Re: Cyrillic fonts in X Window. (fwd)

2009-09-05 Thread 4625
On Sun, 6 Sep 2009 10:54:51 +0800 (CST)
shweg...@gmail.com wrote:

 Well, I could never get cyrillic to work in xterm either, but only in
 gtk or qt apps. I don't know why it is, maybe it has to do with the
 lack of locale. So I just gave up long ago trying to use xterm
 (mlterm has the same issue) for this.
 Sorry I cannot be of any better help.
 If anybody know how to solve this I'd be very interested to know too.

Anyway, thanks for to pay attention to.

DESCRIPTION
   xlsfonts lists the fonts that match the given pattern.

And  command 'xlsfonts *koi8-r*' will display 962 matched items (for
example '-cronyx-helvetica-medium-o-normal--18-180-75-75-p-98-koi8-r')
which one, I assume, should be available for any apps. If so, then why
xterm may does not display cyrillic in case when 'xterm*faceName' option
given in ~/.Xdefaults? Finally, I have found the answer!

xterm*faceName: courier
xterm*faceSize: 22
XTerm*locale: true
XTerm.vt220.renderFont: true

Someone, please add this issue to FAQ.

  On my system, to use cyrillic in X I did not add any cyrillic
  fonts, but just these lines in xorg.conf (InputDevice section):
 
   Option  XkbLayout us,ru(winkeys),de
   Option  XkbOptions grp:lwin_toggle
   Option  XkbVariant nodeadkeys
 
  This way you can toggle the russian keyboard with the left Windows
  key. It does not work with xterm just like that, you need uxterm or
  you can use roxterm or gnome-terminal etc.
 
  I'm trying to use TrueType fonts for xterm. The problem is xterm
  does not display cyrillic correctly. However, in the same time,
  almost all gtk and qt apps display cyrillic correctly.
 
  This problem still exist yet. I see no advices.
 
  -- Forwarded message --
  Date: Fri, 31 Jul 2009 20:52:25 +
  To: misc@openbsd.org
  Subject: Cyrillic fonts in X Window.
 
  I have add string 'FontPath /usr/X11R6/lib/X11/fonts/cyrillic/'
  into xorg.conf, then I execute fc-cache. However, these fonts
  unavailable in X. What is going wrong?
 
  fc-cache -v
  Fontconfig error: Cannot load default config file
  /usr/X11R6/lib/X11/fonts/TTF: skipping, 23 fonts, 0 dirs
  /usr/X11R6/lib/X11/fonts/Type1: skipping, 29 fonts, 0 dirs
  /usr/X11R6/lib/X11/fonts/cyrillic: skipping, 0 fonts, 0 dirs
 
  -- 
  4625
 


-- 
4625