PMS DE MEXICO PRESENTA: TALLER DE LICITACIONES DE OBRA PÚBLICA 17 DE MAYO

2010-05-07 Thread Lic. Nancy Hernandez
[IMAGE]

DuraciC3n: 10 Horas de entrenamiento. Instructor: Dr. Daniel Ramos 

B!Promociones Especiales para Grupos!

Mayores informes responda este correo electrC3nico con los siguientes
datos.

Empresa:

Nombre:

TelC)fono:

Email:

NC:mero de Interesados:

Y en breve le haremos llegar la informaciC3n completa del evento.

O bien comunCquense a nuestros telC)fonos un ejecutivo con gusto le
atenderC!

Tels. (33) 8851-2365, (33)8851-2741, (33)3125-4658.

Este Mensaje ha sido enviado a misc@openbsd.org como usuario de Pms de
MC)xico o bien un usuario le refiriC3 para recibir este boletCn.

Como usuario de Pms de MC)xico, en este acto autoriza de manera expresa
que Pms de MC)xico le puede contactar vCa correo electrC3nico u otros
medios.

Si usted ha recibido este mensaje por error, haga caso omiso de el y
reporte su cuenta respondiendo este correo con el subject BAJAOBRA
Unsubscribe to this mailing list, reply a blank message with the subject
UNSUBSCRIBE BAJAOBRA Tenga en cuenta que la gestiC3n de nuestras bases de
datos es de suma importancia y no es intenciC3n de la empresa la
inconformidad del receptor.

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



Re: openfile advice / clarification

2010-05-07 Thread Christopher Zimmermann

Hi, I got another question regarding this matter.
How is the openfile count accounted for? Is it per process, per user, 
per shell? How does this work?


I recently had problems when running rtorrent, which used about 100 file 
descriptors (sockets). Pjsua then failed with "Too many open files" 
(sockets, too), although it should not use more then three sockets.


I also once increased openfile-cur to 1024 for one shell, started an 
appilcation using many sockets (>200) and then applications on other 
shells with openfile-cur=128 would fail.




Christopher



Re: SquidGuard problem

2010-05-07 Thread Stuart Henderson
On 2010-05-06, Alessandro Baggi  wrote:
> Hi there,
> thanks for the reply. I've added in makefile -pthread, compiled and 
> runned squidclamav but
> squid + squidclamav + squidguard problem persist.
> Other issue?

I don't know what else it might be..
FWIW, ports/www/havp does work ok.



Re: openfile advice / clarification

2010-05-07 Thread Otto Moerbeek
On Fri, May 07, 2010 at 11:01:19AM +0200, Christopher Zimmermann wrote:

> Hi, I got another question regarding this matter.
> How is the openfile count accounted for? Is it per process, per
> user, per shell? How does this work?
> 
> I recently had problems when running rtorrent, which used about 100
> file descriptors (sockets). Pjsua then failed with "Too many open
> files" (sockets, too), although it should not use more then three
> sockets.
> 
> I also once increased openfile-cur to 1024 for one shell, started an
> appilcation using many sockets (>200) and then applications on other
> shells with openfile-cur=128 would fail.
> 
> 
> 
> Christopher

There is an overall system limit, set with sysctl kern.maxfiles=n,
current in-use fds can be displayed with sysctl kern.nfiles.

There is also a per-process limit.  Processes inherit the limits from
the parent process, but can change the lmits via system calls (with
restrictions for non-seuperuser processes). 

Reading what you described above, it looks like you hit the
system-wide limit. 

-Otto



Adding a route for chrooted Apache/PHP

2010-05-07 Thread Alexander Farber
Hello,

I'm a longtime happy user of OpenBSD + stock Apache +
PHP (from packages), but now I have to send a HTTP GET
request from one of my scripts to one host (to appsmail.ru).

So I've added the file /var/www/etc/hosts:

  127.0.0.1   localhost
  94.100.188.5appsmail.ru www.appsmail.ru

And also have changed this line in /var/www/conf/php.ini:

  allow_url_fopen = On

Unfortunately I still get the error:

Warning: file_get_contents(http://94.100.188.5/robots.txt)
[function.file-get-contents]: failed to open stream: No route to host
in /htdocs/mailru/index.php on line 18

This is because the default route (or at least the route to appsmail.ru)
is unknown to the chrooted Apache. (Script works ok at the console).

So my question is: how do you add a route to chrooted Apache?

I can't just copy /etc/mygate to /var/www/etc/mygate,
I need to exceute the commands similar to /etc/netstart's
from Apache (during its startup?) somehow

Thank you for any hints
Alex

PS: Currently using OpenBSD 4.5-stable and

php5-core-5.2.8p0   server-side HTML-embedded scripting language
php5-gd-5.2.8-no_x11 image manipulation extensions for php5
php5-pgsql-5.2.8pgsql database access extensions for php5



Re: openfile advice / clarification

2010-05-07 Thread Christopher Zimmermann

On 05/07/10 11:20, Otto Moerbeek wrote:
> There is an overall system limit, set with sysctl
> kern.maxfiles=n,
> current in-use fds can be displayed with sysctl kern.nfiles.
>
> There is also a per-process limit.  Processes inherit the limits from
> the parent process, but can change the lmits via system calls (with
> restrictions for non-seuperuser processes).
>
> Reading what you described above, it looks like you hit the
> system-wide limit.

Ok, so two processes started from the same shell won't take away
descriptors from each other?

for example:

$ ulimit -n 50
$ use_40_fds &
$ use_maby_fds   # <- this process can use 10 or 50 fds ??


thanks,

Christopehr



Re: SAS RAID Controller of SunFire X4150 causes trouble

2010-05-07 Thread Stuart Henderson
On 2010-05-06, Schafhauser, Florian  wrote:
> Hello,
>
> the RAID Controller causes trouble with OpenBSD 4.5 and 4.6.

First off, for mpi(4) you want one of these patches:

ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.5/common/015_mpi.patch
ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.6/common/009_mpi.patch
ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.7/common/002_mpi.patch

> Reading and writing is quite slow. When I use I/O intensive applications like
> squid, machine dies within next 30 minutes.

Are you sure about reading being slow? That speed seems about right
for write-cache being disabled on the volume.

http://old.nabble.com/Re%3A-HP-DL140-G3%2C-mpi%284%29-SAS1068-%28hotplug%29%2C-slow-disk-writes.-p17059402.html

> Only ping requests were answered.

Assuming you are running sshd: if you telnet to port 22 on that machine,
do you get something like:

Trying 11.22.33.44...
Connected to 11.22.33.44.
Escape character is '^]'.

(i.e. it answers the port, but no banner?)

If so, and you have a way to reliably reproduce the hang, please give
as many details as possible about what triggers it... Other people see
this hang but nobody I know of has a way to reproduce, it usually only
happens after the box has been running for a month or two.



Re: SquidGuard problem

2010-05-07 Thread Alessandro Baggi

Stuart Henderson wrote:

On 2010-05-06, Alessandro Baggi  wrote:
  

Hi there,
thanks for the reply. I've added in makefile -pthread, compiled and 
runned squidclamav but

squid + squidclamav + squidguard problem persist.
Other issue?



I don't know what else it might be..
FWIW, ports/www/havp does work ok.


  
I've tried also to modify squidguard to handle read error but the 
problem there is also. Yes I'm trying havp from ports.

Thanks for the reply



Re: State of multiprocessing and multithreading in OpenBSD

2010-05-07 Thread Ed Ahlsen-Girard
On Thu, 6 May 2010 22:38:02 -0700
"J.C. Roberts"  wrote:

> On Thu, 6 May 2010 20:28:31 -0500 Ed Ahlsen-Girard 
> wrote:
> 
> > > From:   Noah Pugsley 
> > > Date:   2010-05-06 17:03:28
> > > 
> > > Tony Abernethy wrote:
> > > > Stas Miasnikou wrote:
> > > >> Marco Peereboom wrote:
> > > >>> Wouldn't it be adorable if people learned to program FSMs
> > > >>> instead of java in those fancy universities?
> > > >> Seconded.
> > > >>
> > > > Do you seriously expect programmers to learn to program?
> > > > 
> > > Finite Sex Machine?
> > 
> > James Brown would never tolerate a *Finite* sex machine.
> > 
> 
> 
> "Bit Up. Bit On Up"
> 
> 

I think we all know that the Godfather of Soul was big-endian, don't we?

-- 

Edward Ahlsen-Girard
Ft Walton Beach, FL



Re: State of multiprocessing and multithreading in OpenBSD

2010-05-07 Thread Michael Small
"J.C. Roberts"  writes:

> On Thu, 6 May 2010 20:28:31 -0500 Ed Ahlsen-Girard 
> wrote:
...
>> > > Do you seriously expect programmers to learn to program?
>> > > 
>> > Finite Sex Machine?
>> 
>> James Brown would never tolerate a *Finite* sex machine.
>> 
>
>
> "Bit Up. Bit On Up"

Oh sure, give away what the 4.8 song and puffy character will be why
don't you.  Nice going guys.

-- 
Mike Small
sma...@panix.com



Re: State of multiprocessing and multithreading in OpenBSD

2010-05-07 Thread Otto Moerbeek
On Fri, May 07, 2010 at 06:41:49AM -0500, Ed Ahlsen-Girard wrote:

> On Thu, 6 May 2010 22:38:02 -0700
> "J.C. Roberts"  wrote:
> 
> > On Thu, 6 May 2010 20:28:31 -0500 Ed Ahlsen-Girard 
> > wrote:
> > 
> > > > From:   Noah Pugsley 
> > > > Date:   2010-05-06 17:03:28
> > > > 
> > > > Tony Abernethy wrote:
> > > > > Stas Miasnikou wrote:
> > > > >> Marco Peereboom wrote:
> > > > >>> Wouldn't it be adorable if people learned to program FSMs
> > > > >>> instead of java in those fancy universities?
> > > > >> Seconded.
> > > > >>
> > > > > Do you seriously expect programmers to learn to program?
> > > > > 
> > > > Finite Sex Machine?
> > > 
> > > James Brown would never tolerate a *Finite* sex machine.
> > > 
> > 
> > 
> > "Bit Up. Bit On Up"
> > 
> > 
> 
> I think we all know that the Godfather of Soul was big-endian, don't we?

AND he proved the Pumping Lemma.

-Otto

> 
> -- 
> 
> Edward Ahlsen-Girard
> Ft Walton Beach, FL



The Palm ( Island ), DUBAI.

2010-05-07 Thread ELEMENTS Dubai NEWS !
Untitled Document








DUBAI , UAE



 Palm Jumeirah ( Island )

 Developed by NAKHEEL
  Complited Project 



 A Collection of fabulous Villas on The Palm Island for Sale.



 

 

 

 

 

 

 

 

Signature Villa

7 Front Name: Al Fardh ( A )

7 Gallery View

7 Type - European : 6 Bedrooms+Family Room+ Dining+Maid's Room+Majlis

7 Plot size: 15,000sqf

7 Built up area: 7,000sqf

7 Price: AED 10,500,000 million

 

 

 

 

 

 

 

 

 

Signature Villa

7 Front Name: Al Fardh ( A )

7 Gallery View

7 Type - Arabic : 6 Bedrooms+Family Room+ Dining+Maid's Room+Majlis

7 Plot size: 13,000sqf

7 Built up area: 7,000sqf

7 Price: AED 16,000,000 million

 

 

 

 

 

 

 

Signature Villa

7 Front Name: Al Sefri ( M )

7 Great Gallery

7 Type - Mediterranean : 6 Bedrooms+Family Room+ Dining+Maid's
Room+Majlis

7 Plot size: 14,000sqf

7 Built up area: 7,000sqf

7 Price: AED 11,000,000 million

 

 

 

 

 

 

 

Garden Home Villa

7 Front Name: Al Khisab ( K )

7 Grand Foyer

7 Type - Arabic : 4 Bedrooms+Family Room+ Dining+Maid's Room+Majlis

7 Plot size: 6,500sqf

7 Built up area: 5,000sqf

7 Price: AED 7,700,000 million

 

 



 

 

 

 

 

 

 

Garden Home Villa

7 Front Name: Al Fara ( L )

7 Central Rotunda

7 Type - European : 5 Bedrooms+Family Room+ Dining+Maid's Room

7 Plot size: 6,500sqf

7 Built up area: 5,000sqf

7 Price: AED 8,800,000 million

 

 

Garden Home Villa

7 Front Name: Al Safawi ( O )

7 Grand Foyer

7 Type - Mediterranean : 4 Bedrooms+Family Room+ Dining+Maid's
Room+Majlis

7 Plot size: 6,500sqf

7 Built up area: 5,000sqf

7 Price: AED 11,000,000 million



nad...@ajgroup-me.com

Mob:  + 971 50 78 48 926Residential Specialist

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
=?windows-1252?Q?palm=5Fjumeirah[1].jpg?=]

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

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

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

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

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

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

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
=?windows-1252?Q?dsc02533_(2).jpg?=]



Re: Adding a route for chrooted Apache/PHP

2010-05-07 Thread Devin Ceartas

cp /etc/host /var/www/etc/hosts

?

Devin Ceartas
Owner, NacreData L.L.C.
PO Box 646
Chapel Hill, NC 27514
(919) 442-8899
de...@nacredata.com
AIM or Skype IM: nacredata
Facebook, Twitter: nacredata

On May 7, 2010, at 5:23 AM, Alexander Farber  
 wrote:



Hello,

I'm a longtime happy user of OpenBSD + stock Apache +
PHP (from packages), but now I have to send a HTTP GET
request from one of my scripts to one host (to appsmail.ru).

So I've added the file /var/www/etc/hosts:

 127.0.0.1   localhost
 94.100.188.5appsmail.ru www.appsmail.ru

And also have changed this line in /var/www/conf/php.ini:

 allow_url_fopen = On

Unfortunately I still get the error:

Warning: file_get_contents(http://94.100.188.5/robots.txt)
[function.file-get-contents]: failed to open stream: No route to host
in /htdocs/mailru/index.php on line 18

This is because the default route (or at least the route to appsmail.ru 
)

is unknown to the chrooted Apache. (Script works ok at the console).

So my question is: how do you add a route to chrooted Apache?

I can't just copy /etc/mygate to /var/www/etc/mygate,
I need to exceute the commands similar to /etc/netstart's
from Apache (during its startup?) somehow

Thank you for any hints
Alex

PS: Currently using OpenBSD 4.5-stable and

php5-core-5.2.8p0   server-side HTML-embedded scripting language
php5-gd-5.2.8-no_x11 image manipulation extensions for php5
php5-pgsql-5.2.8pgsql database access extensions for php5




Re: Java 1.6 & thinkorswim from TDAmeritrade

2010-05-07 Thread Diana Eichert

On Thu, 6 May 2010, Marcel Dan wrote:


I have to work on it more to get more info but I was wondering if someone
had it running before I spend time on it.

Basically, I can install and start to run the thinkorswim app but it hangs
when it "downloads" the new version after the login.

SNIP

I thought about calling TD directly but I'm sure they are swamped after the
market panic today.

thanks,

Marcel


Marcel

I had a similar problem when I first tried to run ToS on a Linux install.
The app would hang during the update download.  Now it works correctly.

I doubt you would get much help from either TDA or ToS regarding running
ToS on OpenBSD.  OpenBSD is not a supported OS, FWIW their support for
Linux is marginal compared to running under the MickeySoft OS.

diana
PS  You sure picked an interesting day to post about trading software. 
:-)




Re: Adding a route for chrooted Apache/PHP

2010-05-07 Thread Gilles Chehade
the problem is not about having a "route added to the chroot" but rather about
having the resolver (hint: there's a hint in what I just wrote) know how to do
its work.

Gilles

On Fri, May 07, 2010 at 09:06:47AM -0400, Devin Ceartas wrote:
> cp /etc/host /var/www/etc/hosts
> 
> ?
> 
> Devin Ceartas
> Owner, NacreData L.L.C.
> PO Box 646
> Chapel Hill, NC 27514
> (919) 442-8899
> de...@nacredata.com
> AIM or Skype IM: nacredata
> Facebook, Twitter: nacredata
> 
> On May 7, 2010, at 5:23 AM, Alexander Farber  
>  wrote:
> 
> >Hello,
> >
> >I'm a longtime happy user of OpenBSD + stock Apache +
> >PHP (from packages), but now I have to send a HTTP GET
> >request from one of my scripts to one host (to appsmail.ru).
> >
> >So I've added the file /var/www/etc/hosts:
> >
> > 127.0.0.1   localhost
> > 94.100.188.5appsmail.ru www.appsmail.ru
> >
> >And also have changed this line in /var/www/conf/php.ini:
> >
> > allow_url_fopen = On
> >
> >Unfortunately I still get the error:
> >
> >Warning: file_get_contents(http://94.100.188.5/robots.txt)
> >[function.file-get-contents]: failed to open stream: No route to host
> >in /htdocs/mailru/index.php on line 18
> >
> >This is because the default route (or at least the route to appsmail.ru 
> >)
> >is unknown to the chrooted Apache. (Script works ok at the console).
> >
> >So my question is: how do you add a route to chrooted Apache?
> >
> >I can't just copy /etc/mygate to /var/www/etc/mygate,
> >I need to exceute the commands similar to /etc/netstart's
> >from Apache (during its startup?) somehow
> >
> >Thank you for any hints
> >Alex
> >
> >PS: Currently using OpenBSD 4.5-stable and
> >
> >php5-core-5.2.8p0   server-side HTML-embedded scripting language
> >php5-gd-5.2.8-no_x11 image manipulation extensions for php5
> >php5-pgsql-5.2.8pgsql database access extensions for php5
> 

-- 
Gilles Chehade
freelance developer/sysadmin/consultant

   http://www.poolp.org



Re: Adding a route for chrooted Apache/PHP

2010-05-07 Thread Helmut Schneider
Alexander Farber wrote:

> I'm a longtime happy user of OpenBSD + stock Apache +
> PHP (from packages), but now I have to send a HTTP GET
> request from one of my scripts to one host (to appsmail.ru).
> 
> So I've added the file /var/www/etc/hosts:
> 
>   127.0.0.1   localhost
>   94.100.188.5appsmail.ru www.appsmail.ru
> 
> And also have changed this line in /var/www/conf/php.ini:
> 
>   allow_url_fopen = On
> 
> Unfortunately I still get the error:
> 
> Warning: file_get_contents(http://94.100.188.5/robots.txt)
> [function.file-get-contents]: failed to open stream: No route to host
> in /htdocs/mailru/index.php on line 18

Apache is chroot'ed but not jailed (the process is restricted only
within the file system). I guess there are missing php modules within
the chroot. What is line 18?

Helmut

-- 
No Swen today, my love has gone away
My mailbox stands for lorn, a symbol of the dawn



Re: Adding a route for chrooted Apache/PHP

2010-05-07 Thread Gilles Chehade
Sorry i misread the error message

Gilles

On Fri, May 07, 2010 at 03:17:29PM +0200, Gilles Chehade wrote:
> the problem is not about having a "route added to the chroot" but rather about
> having the resolver (hint: there's a hint in what I just wrote) know how to do
> its work.
> 
> Gilles
> 
> On Fri, May 07, 2010 at 09:06:47AM -0400, Devin Ceartas wrote:
> > cp /etc/host /var/www/etc/hosts
> > 
> > ?
> > 
> > Devin Ceartas
> > Owner, NacreData L.L.C.
> > PO Box 646
> > Chapel Hill, NC 27514
> > (919) 442-8899
> > de...@nacredata.com
> > AIM or Skype IM: nacredata
> > Facebook, Twitter: nacredata
> > 
> > On May 7, 2010, at 5:23 AM, Alexander Farber  
> >  wrote:
> > 
> > >Hello,
> > >
> > >I'm a longtime happy user of OpenBSD + stock Apache +
> > >PHP (from packages), but now I have to send a HTTP GET
> > >request from one of my scripts to one host (to appsmail.ru).
> > >
> > >So I've added the file /var/www/etc/hosts:
> > >
> > > 127.0.0.1   localhost
> > > 94.100.188.5appsmail.ru www.appsmail.ru
> > >
> > >And also have changed this line in /var/www/conf/php.ini:
> > >
> > > allow_url_fopen = On
> > >
> > >Unfortunately I still get the error:
> > >
> > >Warning: file_get_contents(http://94.100.188.5/robots.txt)
> > >[function.file-get-contents]: failed to open stream: No route to host
> > >in /htdocs/mailru/index.php on line 18
> > >
> > >This is because the default route (or at least the route to appsmail.ru 
> > >)
> > >is unknown to the chrooted Apache. (Script works ok at the console).
> > >
> > >So my question is: how do you add a route to chrooted Apache?
> > >
> > >I can't just copy /etc/mygate to /var/www/etc/mygate,
> > >I need to exceute the commands similar to /etc/netstart's
> > >from Apache (during its startup?) somehow
> > >
> > >Thank you for any hints
> > >Alex
> > >
> > >PS: Currently using OpenBSD 4.5-stable and
> > >
> > >php5-core-5.2.8p0   server-side HTML-embedded scripting language
> > >php5-gd-5.2.8-no_x11 image manipulation extensions for php5
> > >php5-pgsql-5.2.8pgsql database access extensions for php5
> > 
> 
> -- 
> Gilles Chehade
> freelance developer/sysadmin/consultant
> 
>  http://www.poolp.org
> 

-- 
Gilles Chehade
freelance developer/sysadmin/consultant

   http://www.poolp.org



Re: Adding a route for chrooted Apache/PHP

2010-05-07 Thread Helmut Schneider
Gilles Chehade wrote:

> the problem is not about having a "route added to the chroot" but
> rather about having the resolver (hint: there's a hint in what I just
> wrote) know how to do its work.

> > > So I've added the file /var/www/etc/hosts:
> > > 
> > > 127.0.0.1   localhost
> > > 94.100.188.5appsmail.ru www.appsmail.ru
> > > 
> > > And also have changed this line in /var/www/conf/php.ini:
> > > 
> > > allow_url_fopen = On
> > > 
> > > Unfortunately I still get the error:
> > > 
> > > Warning: file_get_contents(http://94.100.188.5/robots.txt)

So either the OP configured his script to use the IP rather than the
host name or apache resolves fine. In both cases the problem seems not
the resolver. Or did I miss something?

Helmut

-- 
No Swen today, my love has gone away
My mailbox stands for lorn, a symbol of the dawn



Re: (fwd) Subscription a Descuentos en Salud

2010-05-07 Thread abuse-review

Hello,

Thank you for contacting iContact Abuse.

We take spam very seriously and have removed the email address in 
question from this mailing list. Please know that the account in 
question has been terminated for abuse. We encourage you to continue 
sending any spam complaints to 'ab...@icontact.com' so we can identify 
and resolve any abuse situations. Feel free to review our anti-spam 
policy below for additional information:


Published Mail Practices:
* Terms & Conditions - http://www.icontact.com/terms/
* Anti-Spam Policy - http://www.icontact.com/terms/antispam
* End User Service Agreement - http://www.icontact.com/terms/eusa
* Prohibited Content & Commerce Statement - 
http://www.icontact.com/terms/prohibited


We appreciate your cooperation and patience.

Regards,
Leah Branch
ISP Relations
ab...@icontact.com
http://www.icontact.com

iContact
2635 Meridian Parkway Ste 200
Durham, NC 27713





Abuse Mailbox wrote:

spam sent to mailing list
- Forwarded message from lina reyes carmona 
 -


Received: from drone7.rtp.icpbounce.com (drone7.rtp.icpbounce.com 
[74.202.227.47])

by cvs.openbsd.org (8.14.3/8.12.1) with ESMTP id o3ME5Xw5001051
for ; Thu, 22 Apr 2010 08:05:34 -0600 (MDT)
Received: from localhost.localdomain (localhost [127.0.0.1])
by drone7.rtp.icpbounce.com (Postfix) with ESMTP id 0393D31416
for ; Thu, 22 Apr 2010 10:05:17 -0400 (EDT)
Date: Thu, 22 Apr 2010 10:05:17 -0400
To: misc@openbsd.org
From: lina reyes carmona 
Subject: Subscription a Descuentos en Salud
Message-ID: 
X-Mailer: PHPMailer (phpmailer.codeworxtech.com) [version 2.2]
X-List-Unsubscribe: 
 

X-Unsubscribe-Web: 
 

X-ICPINFO: X-Return-Path-Hint: 
bounces+690019.20074320.128...@icpbounce.com

MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="iso-8859-1"
List-Help: 
List-Owner: 
List-Post: 
List-Subscribe: 
List-Unsubscribe: 
X-Loop: misc@openbsd.org
Precedence: list
Sender: owner-m...@openbsd.org

You have been invited to join lina susana alvarez carmona's email 
list(s). Click the link(s) to confirm your subscription:


Tratamiento 100% natural para el control de la diabetes y la 
eliminacisn de las neuropatmas.


 


Uso: 4 meses y  en dosis de 2 capsulas  en cada comida

el tratamiento Kit 4 es  de $1000 pesos su costo, ya incluye el envis.

 

El neem funciona en pacientes diabiticos con altos niveles  de 
glucosa , lo que hace neem es normalizar al paciente diabitico sin 
efectos secundarios adversos. ya que corrige el alta de glucosa, 
colesterol, acido zrico a niveles normales. evitando asm mas 
complicaciones y el uso de insulina. Tambiin previene al paciente del 
glaucoma, protege al organismo y la piel de infecciones de cualquier 
tipo, mejora la circulacisn general, ayuda a pacientes hipertensos. 
En la gran mayorma de los casos tambiin se logra recuperar su vigor 
sexual.


 

Si todavma no utiliza insulina es preferible que tome el tratamiento 
Kit 4 de diabetes para pacientes con diabetes tipo 2. en dosis 
moderada .


 

Ya que en el  paquete van las instrucciones de uso y su dosis segzn 
los niveles que presente de glucosa.
 

Todos los envmos a domicilio son prepagados en banco y la mensajerma 
corre por nuestra cuenta ya que es mas econsmica.


 


El Tratamiento  incluye:

 


10 frascos de corteza verde de neem

Cd-rom con la informacisn de la dieta

Cuidados del diabitico

Forma de Alimentacisn

Y el envis gratis a todo Mixico.

 


Bondades de este tratamiento:

 

La revitalizacisn del paciente, evitar llegar a la dialisis y 
restablecer el buen funcionamiento de los riqones, reactiva la 
actividad sexual y controla el nivel de azzcar en la sangre asm mismo 
evita el daqo vascular provocado por la diabetes y el abuso de 
farmacos como por ultimo la eliminacisn de problemas en la piel, 
vista , cansancio y resequedad en la boca .


 

Neem no solo ayuda al diabitico a normalizar su vida sexual sino 
tambien le  garantiza la rehabilitacisn completa.


 

No se deje engaqar por productos de calidad herbolaria nuestros 
tratamientos tienen nivel farmaciutico. son importados de la India.


 

Diabetes   
Dado que el neem es un tsnico y una revitalizador, funciona de manera 
efectiva en el tratamiento de la diabetes, como asm.
 

Mas de una enfermedad que requiere el cambio de la dieta, la diabetes 
es la principal causa de ceguera en las personas edades veinticinco y 
setenta y cuatro, que tambiin los daqos nervios, los riqones, el 
escuchar y de los vasos sangumneos, que pueden incluso resultar en la 
pirdida de extremidades. Incurable, que puede ser tratada en una 
varie

USB Controller Causing Issues

2010-05-07 Thread Ben Niccum
I have a couple issues using OpenBSD with a VIA VB7001G motherboard
focused around USB devices. This board has been tested on both 4.6 and
4.7-current (April 22nd Snapshot).

First of all, whenever I attempt to use a bootable OpenBSD USB flash
disk (created using the preferred method described here:
http://openbsd.org/faq/faq14.html#flashmemLive), the motherboard fails
to POST. It will begin an attempt and then continually try to reboot.

This same USB flash disk has been tested on other motherboards and
works without any issues. I have also tried testing with three different
USB storage devices.

The second issue is that whenever there is a USB storage device plugged
into the motherboard the boot process freezes. I have included a dmesg
below from a normal boot and indicated the point at which booting
freezes.

If I wait until after the system has booted and then plug in a USB
storage device, it freezes at the moment the device was plugged in.

This has been tested on devices with filesystems that are OpenBSD (A6),
FreeBSD (A5) and MSDOS (0B). Again this has been tested on three
different devices.

To emphasize, this only occurs for USB *storage devices*. USB mice,
keyboards, ethernet adapters, cdrom-drives, camera etc. do not cause
this issue.

I have two identical VIA VB7001G motherboards and both of them produce
the exact same results in all the cases I have described above.

Here is the dmesg from the system, obtained by having no USB storage
devices attached. The last line printed by OpenBSD prior to all
instances of the OS freezing is marked by '*'s.

--- Begin DMESG ---
OpenBSD 4.7-current (GENERIC) #620: Thu Apr 22 11:50:48 MDT 2010
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: VIA Esther processor 1500MHz ("CentaurHauls" 686-class) 1.50 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,CMOV,PAT,CFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF,SSE3,TM2
real mem  = 1005023232 (958MB) avail mem = 963829760 (919MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 11/19/07, BIOS32 rev. 0 @
0xf9440, SMBIOS rev. 2.3 @ 0xf (24 entries) apm0 at bios0: Power
Management spec V1.2 (slowidle) apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0xc594
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfc500/144 (7 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 7 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 10 11
pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT8237 ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xfc00 0xd/0x2000
cpu0 at mainbus0: (uniprocessor)
cpu0: RNG AES AES-CTR SHA1 SHA256 RSA
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "VIA CN700 Host" rev 0x00
viaagp0 at pchb0: v3
agp0 at viaagp0: aperture at 0xe800, size 0x1000
pchb1 at pci0 dev 0 function 1 "VIA CN700 Host" rev 0x00
pchb2 at pci0 dev 0 function 2 "VIA CN700 Host" rev 0x00
pchb3 at pci0 dev 0 function 3 "VIA PT890 Host" rev 0x00
pchb4 at pci0 dev 0 function 4 "VIA CN700 Host" rev 0x00
pchb5 at pci0 dev 0 function 7 "VIA CN700 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 "VIA VT8377 AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "VIA S3 Unichrome PRO IGP" rev 0x01
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pciide0 at pci0 dev 15 function 0 "VIA VT6420 SATA" rev 0x80: DMA
pciide0: using irq 11 for native-PCI interrupt
wd0 at pciide0 channel 1 drive 0: 
wd0: 16-sector PIO, LBA48, 152627MB, 312581808 sectors
wd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 6
pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133,
channel 0 configured to compatibility, channel 1 configured to
compatibility pciide1: channel 0 disabled (no drives) pciide1: channel
1 disabled (no drives) uhci0 at pci0 dev 16 function 0 "VIA VT83C572
USB" rev 0x81: irq 10 uhci1 at pci0 dev 16 function 1 "VIA VT83C572
USB" rev 0x81: irq 10 uhci2 at pci0 dev 16 function 2 "VIA VT83C572
USB" rev 0x81: irq 11 ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB"
rev 0x86: irq 5 usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "VIA EHCI root hub" rev 2.00/1.00 addr 1
viapm0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00
iic0 at viapm0
spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-4200CL5
auvia0 at pci0 dev 17 function 5 "VIA VT8233 AC97" rev 0x60: irq 5
ac97: codec id 0x56494183 (VIA Technologies <83>)
ac97: codec features 18 bit DAC, 18 bit ADC, No 3D Stereo
audio0 at auvia0
vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x78: irq 10, address
00:40:63:fa:dd:e0 ukphy0 at vr0 phy 1: Generic IEEE 802.3u media
interface, rev. 10: OUI 0x004063, model 0x0032 usb1 at uhci0: USB
revision 1.0 uhub1 at usb1 "VIA UHCI root hub" rev 1.00/1.00 addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2 "VIA UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci2: USB revision 1.0
uhub

Re: USB Controller Causing Issues

2010-05-07 Thread Ben Niccum
Also, here is the output of 'usbdevs -v'

--
Controller /dev/usb0:
addr 1: high speed, self powered, config 1, EHCI root hub(0x),
VIA(0x1106), rev 1.00 port 1 powered
 port 2 powered
 port 3 powered
 port 4 powered
 port 5 powered
 port 6 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
VIA(0x1106), rev 1.00 port 1 powered
 port 2 powered
Controller /dev/usb2:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
VIA(0x1106), rev 1.00 port 1 powered
 port 2 powered
Controller /dev/usb3:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
VIA(0x1106), rev 1.00 port 1 powered
 port 2 powered
-

If lack of hardware is an issue, it may be possible to arrange for
hardware for an interested developer.

-Ben
-- 
Ben Niccum
be...@bendtel.com



POUR ADULTES les nouveautés du printemps

2010-05-07 Thread coquinsetcoquines
www.coquinsetcoquines.com



Re: USB Controller Causing Issues

2010-05-07 Thread LeviaComm Networks NOC
My first recommendation is to use another method of install, see:
http://undeadly.org/cgi?action=article&sid=20100404103735

If you really want to continue:
Is the BIOS up to date?  Also, is there a setting for USB mode in the BIOS?

Sometimes listed as USB Drive emulation, or similar.

I know that most of this seems basic, but even the best of us need 
reminding now and then.



Re: USB Controller Causing Issues

2010-05-07 Thread Tobias Ulmer
On Fri, May 07, 2010 at 10:11:56AM -0700, Ben Niccum wrote:
> I have a couple issues using OpenBSD with a VIA VB7001G motherboard
> focused around USB devices. This board has been tested on both 4.6 and
> 4.7-current (April 22nd Snapshot).
> 
> First of all, whenever I attempt to use a bootable OpenBSD USB flash
> disk (created using the preferred method described here:
> http://openbsd.org/faq/faq14.html#flashmemLive), the motherboard fails
> to POST. It will begin an attempt and then continually try to reboot.
> 
> This same USB flash disk has been tested on other motherboards and
> works without any issues. I have also tried testing with three different
> USB storage devices.
> 
> The second issue is that whenever there is a USB storage device plugged
> into the motherboard the boot process freezes. I have included a dmesg
> below from a normal boot and indicated the point at which booting
> freezes.
> 
> If I wait until after the system has booted and then plug in a USB
> storage device, it freezes at the moment the device was plugged in.
> 
> This has been tested on devices with filesystems that are OpenBSD (A6),
> FreeBSD (A5) and MSDOS (0B). Again this has been tested on three
> different devices.
> 
> To emphasize, this only occurs for USB *storage devices*. USB mice,
> keyboards, ethernet adapters, cdrom-drives, camera etc. do not cause
> this issue.
> 
> I have two identical VIA VB7001G motherboards and both of them produce
> the exact same results in all the cases I have described above.
> 
> Here is the dmesg from the system, obtained by having no USB storage
> devices attached. The last line printed by OpenBSD prior to all
> instances of the OS freezing is marked by '*'s.
> 
> --- Begin DMESG ---
> OpenBSD 4.7-current (GENERIC) #620: Thu Apr 22 11:50:48 MDT 2010
> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
> cpu0: VIA Esther processor 1500MHz ("CentaurHauls" 686-class) 1.50 GHz
> cpu0:
> FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,CMOV,PAT,CFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF,SSE3,TM2
> real mem  = 1005023232 (958MB) avail mem = 963829760 (919MB)
> mainbus0 at root
> bios0 at mainbus0: AT/286+ BIOS, date 11/19/07, BIOS32 rev. 0 @
> 0xf9440, SMBIOS rev. 2.3 @ 0xf (24 entries) apm0 at bios0: Power
> Management spec V1.2 (slowidle) apm0: AC on, battery charge unknown
> acpi at bios0 function 0x0 not configured
> pcibios0 at bios0: rev 2.1 @ 0xf/0xc594
> pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfc500/144 (7 entries)
> pcibios0: bad IRQ table checksum
> pcibios0: PCI BIOS has 7 Interrupt Routing table entries
> pcibios0: PCI Exclusive IRQs: 5 10 11
> pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT8237 ISA" rev 0x00)
> pcibios0: PCI bus #1 is the last bus
> bios0: ROM list: 0xc/0xfc00 0xd/0x2000

Try setting "Plug and play OS" in the BIOS to yes.
Disabling apm via ukc could also help.



relayd to load balance xmpp/jabberd??

2010-05-07 Thread Aaron Martinez
Greetings everyone,

I am considering setting up a jabberd2 installation of maybe 4-5 servers
and since I haven't seen any built in cluster options I was thinking of
using relayd to load balance the systems.  I have a few questions that
hopefully the list gurus can help with.

I'm wondering  what the thoughts are about whether to use layer 3 vs.
layer 7 for this.

I would definitely want connections to be sticky and i like the route to
options in the layer 3 for this, but not familiar enough w/the xmpp
protocol to know if this is feasible.

Also, if one of the machines were to become unresponsive that had active
conversations going on, would there be any way to keep them alive and
move to another server?  CARP?? using proxy instead of direct to server?

Lastly, I see there are a few different ways to determine if the hosts
behind relayd are up, I'm wondering if there is any way to determine
this with snmp.  Could the check script directive run an snmpget and
look for some value?  How would relayd determine if the value was good
or bad?

Thanks in advance.

Aaron



Re: USB Controller Causing Issues

2010-05-07 Thread Ben Niccum
On Fri, 7 May 2010 11:39:47 -0700
"LeviaComm Networks NOC"  wrote:

> My first recommendation is to use another method of install, see:
> http://undeadly.org/cgi?action=article&sid=20100404103735
> 
> If you really want to continue:
> Is the BIOS up to date?

BIOS is the latest version (Phoenix Award BIOS v6 revision 1.03 fwiw)
available from the manufacturer.
See here:
http://www.via.com.tw/en/products/embedded/ProductDetail.jsp?productLine=1&id=490

> Also, is there a setting for USB mode in the BIOS?
> 
> Sometimes listed as USB Drive emulation, or similar.

There is a USB Emulation mode. If I turn USB Emulation off, then all
the problems of the USB drives freezing the system go away, but it
still leaves me with the first issue of the bootable device. Without
USB emulation on, it actually won't boot from any USB devices.

> I know that most of this seems basic, but even the best of us need 
> reminding now and then.

That's pretty legit. I agree that I do occasionally forget those things
but I tried to have my bases covered for this one ;)

-Ben


-- 
Ben Niccum
be...@bendtel.com
Direct Line: 541-323-9102
Cell: 541-306-9112  



Re: USB Controller Causing Issues

2010-05-07 Thread Ben Niccum
On Fri, 7 May 2010 22:06:57 +0200
Tobias Ulmer  wrote:
 
> Try setting "Plug and play OS" in the BIOS to yes.

I was unable to find such a setting in the BIOS.

> Disabling apm via ukc could also help.

I disabled apm and tried booting again, but it still froze up at the
same place. I then booted up the system and tried inserting a USB
device after the system was booted and again encountered the freezing
issue.

I've received a couple off list messages, one of which is a test patch
that I will be trying out as well as a request to rebuild the kernel
with USB_DEBUG enabled.  I'll post later today once I get that done.

Thanks for all the replies so far misc@

-Ben

-- 
Ben Niccum
be...@bendtel.com



lpd printing

2010-05-07 Thread Frank Bax

I've never printed from my OpenBSD desktop.
I've used lpd on Windows to print to HP printers with "HP JetDirect".

I read the recent thread about lpd/postscript.

Will I be able to use lpd to print to any "HP JetDirect" printer?

I'm looking at getting an HP 1518ni colour laser.

Does "HP postscript level 3 emulation" qualify as "postscript support"

Frank



Re: lpd printing

2010-05-07 Thread Greg Thomas
On Fri, May 7, 2010 at 2:59 PM, Frank Bax  wrote:

> I've never printed from my OpenBSD desktop.
> I've used lpd on Windows to print to HP printers with "HP JetDirect".
>
> I read the recent thread about lpd/postscript.
>
> Will I be able to use lpd to print to any "HP JetDirect" printer?
>

Yes, HP JetDirect does lpd/lpr amongst many other protocols.


>
> I'm looking at getting an HP 1518ni colour laser.
>
> Does "HP postscript level 3 emulation" qualify as "postscript support"
>



Not 100% sure about HP's postscript emulation but my Brother printer does
postscript level 3 emulation well enough for all my printing needs so far.

Greg



Re: lpd printing

2010-05-07 Thread Chris Bennett

On 05/07/10 16:59, Frank Bax wrote:

I've never printed from my OpenBSD desktop.
I've used lpd on Windows to print to HP printers with "HP JetDirect".

I read the recent thread about lpd/postscript.

Will I be able to use lpd to print to any "HP JetDirect" printer?

I'm looking at getting an HP 1518ni colour laser.

Does "HP postscript level 3 emulation" qualify as "postscript support"

Frank


If your printer is postscript, LPRng + apsfilter is a simple way to 
install. It is also very lightweight.


If apsfilter has your printerdriver for non-postscript, it also works.

There are a few small details of dealing with lpr,lpd,lpq,lpc in a 
different location.



Most people seem to prefer to use cups. But it has so many hassles built 
in to it. I don't care for it




[no subject]

2010-05-07 Thread Dave Del Debbio
On Fri, May 7, 2010 at 2:59 PM, Frank Bax  wrote:

> I've never printed from my OpenBSD desktop.
> I've used lpd on Windows to print to HP printers with "HP JetDirect".
>
> I read the recent thread about lpd/postscript.
>
> Will I be able to use lpd to print to any "HP JetDirect" printer?
>

Yes, HP JetDirect does lpd/lpr amongst many other protocols.


>
> I'm looking at getting an HP 1518ni colour laser.
>
> Does "HP postscript level 3 emulation" qualify as "postscript support"
>
I have an HP Color LaserJet 2605dn which has postscript support; I print
documents using lpd.  You may get the "staircase effect" when printing
documents from the commandline.  I used to until I started using this
ksh function (in /etc/ksh.kshrc):

function print_tty {
  if [[ $# -ne 1 ]]; then
echo "usage: $0 [file]" >&2
return 2
  fi
  if [[ ! -e $1 ]]; then
echo "error: $1 does not exist!" >&2
return 1
  fi
  awk '{printf "%s\r\n",$0} END {printf "%c", 26}' "$1" | lpr -
}

HTH, Dave


Not 100% sure about HP's postscript emulation but my Brother printer does
postscript level 3 emulation well enough for all my printing needs so far.

Greg



OpenBSD on Acer Aspire EasyStore H340?

2010-05-07 Thread Matthew Dempsky
I was curious if anyone had tried running OpenBSD on an Acer Aspire
EasyStore H340.  I've been looking at home NAS gear lately, and it
seemed like a pretty nice solution (small, reasonable price, 4
hot-swappable toolless SATA bays): http://www.amazon.com/dp/B001WGX15W



Re: lpd printing

2010-05-07 Thread Jona Joachim
On 2010-05-07, Chris Bennett  wrote:
> On 05/07/10 16:59, Frank Bax wrote:
>> I've never printed from my OpenBSD desktop.
>> I've used lpd on Windows to print to HP printers with "HP JetDirect".
>>
>> I read the recent thread about lpd/postscript.
>>
>> Will I be able to use lpd to print to any "HP JetDirect" printer?
>>
>> I'm looking at getting an HP 1518ni colour laser.
>>
>> Does "HP postscript level 3 emulation" qualify as "postscript support"
>>
>> Frank
>>
>>
> If your printer is postscript, LPRng + apsfilter is a simple way to 
> install. It is also very lightweight.

Is there any reason why you are advising to use LPRng over lpd(8) which
is in the base system?

Best regards,
Jona

-- 
Worse is better
Richard P. Gabriel



Re: USB Controller Causing Issues

2010-05-07 Thread Ben Niccum
On Fri, 7 May 2010 13:57:32 -0700
Ben Niccum  wrote:

As requested, here is my new dmesg with 'option USB_DEBUG'.

Also, the aforementioned patch did not solve the issue, so I'm still
looking for a solution.

--- Begin dmesg ---
OpenBSD 4.7-current (GENERIC) #0: Fri May  7 16:21:23 PDT 2010
r...@btx.its.a.trap:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: VIA Esther processor 1500MHz ("CentaurHauls" 686-class) 1.50 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,CMOV,PAT,CFLUSH,ACPI,MMX,FXSR,SSE,SSE2,TM,SBF,SSE3,TM2
real mem  = 1005023232 (958MB) avail mem = 963796992 (919MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 11/19/07, BIOS32 rev. 0 @
0xf9440, SMBIOS rev. 2.3 @ 0xf (24 entries) apm0 at bios0: Power
Management spec V1.2 (slowidle) apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0xc594
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfc500/144 (7 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 7 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 10 11
pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT8237 ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xfc00 0xd/0x2000
cpu0 at mainbus0: (uniprocessor)
cpu0: RNG AES AES-CTR SHA1 SHA256 RSA
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "VIA CN700 Host" rev 0x00
viaagp0 at pchb0: v3
agp0 at viaagp0: aperture at 0xe800, size 0x1000
pchb1 at pci0 dev 0 function 1 "VIA CN700 Host" rev 0x00
pchb2 at pci0 dev 0 function 2 "VIA CN700 Host" rev 0x00
pchb3 at pci0 dev 0 function 3 "VIA PT890 Host" rev 0x00
pchb4 at pci0 dev 0 function 4 "VIA CN700 Host" rev 0x00
pchb5 at pci0 dev 0 function 7 "VIA CN700 Host" rev 0x00
ppb0 at pci0 dev 1 function 0 "VIA VT8377 AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "VIA S3 Unichrome PRO IGP" rev 0x01
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pciide0 at pci0 dev 15 function 0 "VIA VT6420 SATA" rev 0x80: DMA
pciide0: using irq 11 for native-PCI interrupt
wd0 at pciide0 channel 1 drive 0: 
wd0: 16-sector PIO, LBA48, 152627MB, 312581808 sectors
wd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 6
pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133,
channel 0 configured to compatibility, channel 1 configured to
compatibility pciide1: channel 0 disabled (no drives) pciide1: channel
1 disabled (no drives) uhci0 at pci0 dev 16 function 0 "VIA VT83C572
USB" rev 0x81: irq 10 uhci1 at pci0 dev 16 function 1 "VIA VT83C572
USB" rev 0x81: irq 10 uhci2 at pci0 dev 16 function 2 "VIA VT83C572
USB" rev 0x81: irq 11 ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB"
rev 0x86: irq 5 usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "VIA EHCI root hub" rev 2.00/1.00 addr 1
viapm0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00
iic0 at viapm0
spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-4200CL5
viapm0: 24-bit timer at 3579545Hz
auvia0 at pci0 dev 17 function 5 "VIA VT8233 AC97" rev 0x60: irq 5
ac97: codec id 0x56494183 (VIA Technologies <83>)
ac97: codec features 18 bit DAC, 18 bit ADC, No 3D Stereo
audio0 at auvia0
vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x78: irq 10, address
00:40:63:fa:dd:e0 ukphy0 at vr0 phy 1: Generic IEEE 802.3u media
interface, rev. 10: OUI 0x004063, model 0x0032 usb1 at uhci0: USB
revision 1.0 uhub1 at usb1 "VIA UHCI root hub" rev 1.00/1.00 addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2 "VIA UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3 "VIA UHCI root hub" rev 1.00/1.00 addr 1
isa0 at mainbus0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: 
spkr0 at pcppi0
viasio0 at isa0 port 0x2e/2: VT1211 rev 0x02, HM, WDG not activated
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
biomask efed netmask efed ttymask 
mtrr: Pentium Pro MTRR support
vscsi0 at root
scsibus0 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
--- end dmesg --- 

Thanks again.

-Ben

-- 
Ben Niccum
be...@bendtel.com



PF blocking cvs out

2010-05-07 Thread x x
When I try to run cvs for src/ports/xenocara it doesn't work, but when I
disable PF it works fine. What is the issue? What port do I allow out to
install from ports? How can I tighten up my rules?

ext_if = "dc0"
int_if = "lo0"

block all
match in all scrub (no-df random-id)
antispoof quick for { $ext_if, $int_if }
pass in quick on $ext_if proto tcp from 192.168.1.1 port 22
pass quick proto tcp from any to any port ssh \
flags S/SA keep state \
(max-src-conn 1, max-src-conn-rate 1/60)
pass out on $ext_if proto tcp from port 22



Re: USB Controller Causing Issues

2010-05-07 Thread J.C. Roberts
On Fri, 7 May 2010 13:21:39 -0700 Ben Niccum  wrote:

> > Also, is there a setting for USB mode in the BIOS?
> > 
> > Sometimes listed as USB Drive emulation, or similar.
> 
> There is a USB Emulation mode. If I turn USB Emulation off, then all
> the problems of the USB drives freezing the system go away, but it
> still leaves me with the first issue of the bootable device. Without
> USB emulation on, it actually won't boot from any USB devices.

It often depends on the *type* of emulation, and sometimes the USB
Emulation/Mode setting must be used in conjunction with specific boot
device settings.

Depending on vendor, the USB Emulation Mode can be set to silly names
like "Auto" or "Removable" or "HDD" or "FDD" or "Floppy" or whatever.
With some systems, when set to "Auto" USB flash drives that are less
than 530 MB in size are automatically emulated as floppy disk drives,
while USB flash drives larger than 530 MB in size will be treated like
hard disk drives. Needless to say, the "530 MB" cut-off can vary
depending on vendor/chipset/whatever, but however it's done, it can
cause a whole lot of headaches.

Your emulation mode seems to be stuck on "Auto" without any way to
change it that I've found.

In your case, the "USB Emulation" mentioned in your BIOS settings is
basically *misnamed* since this setting actually defines "Legacy Mode"
for all attached USB devices. It seems VIA defines "legacy mode" as
supporting legacy (read: ancient) USB keyboard, mouse and storage
devices under DOS, but what they actually mean by this statement is a
bit vague. Typically when support for Legacy Mode is "On" you can
support ancient USB devices that barf when used with newer modes, but
in doing so, you can be causing problems for newer (USB v1.1 and above)
devices, such as the newer bootable USB sticks you're probably trying
to use. ;)

Unless you have a damn good reason to force *ALL* USB devices to use
legacy mode, you should probably have this turned "Off" --If you're
using an ancient keyboard or mouse that *requires* legacy mode to work
properly, then try use the "KB/MS" setting.

Some systems and some USB devices refuse to be bootable or refuse to be
treated as "disks" when used in the ancient "Legacy Mode" since booting
to USB, and even USB storage itself, were invented long after USB was
first created. --My comprehension of early/ancient USB devices kinda
sucks because they were first released, I did everything I possibly
could to avoid them... To this day there are still unresolved problems
when using USB keyboards with debuggers.

As for the obvious question of, "WTF Is Legacy Mode?" sadly, there is
no single universal answer since it varies depending on chipset,
implementation and vendor whims. The closest thing to an answer you'll
find is, "Legacy Mode forces modern USB to work with ancient USB
devices," but the details of "how?" are a mystery. It might be
crippling the EHCI logic core (or "chip), or it may be disabling some
unknown portion of EHCI, or it may be forcing the UHCI logic core
(chip) to behave in certain ways, or any combination thereof.

Considering where you put the "It Dies Here" note in your posted dmesg
(thanks) and your subsequent successful boots with "USB Emulation" set
to "Off", it seems Legacy Mode is at least part of your problem, if not
the entire problem.

On Fri, 7 May 2010 13:57:32 -0700 Ben Niccum  wrote:
> On Fri, 7 May 2010 22:06:57 +0200
> Tobias Ulmer  wrote:
>  
> > Try setting "Plug and play OS" in the BIOS to yes.
> 
> I was unable to find such a setting in the BIOS.

You obviously did not even bother to check...   RTFM!
(And I wonder why I bothered when you didn't?)

See page #51 of the VB7001 User Manual ("PNP" == "Plug and Play")
http://www.via.com.tw/servlet/downloadSvl?id=490&download_file_id=3693

If the manual is showing the default state ("No"), then it's wrong. You
should set it to "Yes" and you should also enable "Reset Configuration
Data" if you change hardware around.

Keep in mind there are two places in the system BIOS settings where you
control boot device selection. The first handles the typical stuff,
namely specific types of devices, specific devices, or specific sets of
devices. The second is where you define the priority of "sets" of
devices such as all the "hard drive" devices (including "USB-HDD" ==
"USB Hard Disk Drive" == your USB stick). 

With the BIOS on some x86 systems, you need to have the USB storage
device attached when you power up the system and change the BIOS
settings or else the options for booting to USB are either disabled, or
worse, not even visible in the BIOS. There are even some systems out
there that have absolutely no mention of being able to boot to USB
devices, but can still boot to them if you select the correct, but
painfully vague, setting typically named something like "Removable" or
similar. --In your case, you need to make sure to have USB-HDD0 through
whatever (USB-HDD3?) in your "Hard Disk" set.

Similar to the above, you m

PMS DE MEXICO LE INVITA A 4 TALLERES DE IMPACTO GUBERNAMENTAL Y EMPRESARIAL

2010-05-07 Thread Lic. Nancy Hernandez
2729716

[IMAGE]

Mayores informes responda este correo electrC3nico con los siguientes
datos.

Empresa:

Nombre:

TelC)fono:

Email:

Curso:

NC:mero de Interesados:

Y en breve le haremos llegar la informaciC3n completa del evento.

O bien comunCquense a nuestros telC)fonos un ejecutivo con gusto le
atenderC!

Tels. (33) 8851-2365, (33)8851-2741, (33)3125-4658.

Este Mensaje ha sido enviado a misc@openbsd.org como usuario de Pms de
MC)xico o bien un usuario le refiriC3 para recibir este boletCn.

Como usuario de Pms de MC)xico, en este acto autoriza de manera expresa
que Pms de MC)xico le puede contactar vCa correo electrC3nico u otros
medios.

Si usted ha recibido este mensaje por error, haga caso omiso de el y
reporte su cuenta respondiendo este correo con el subject BAJAGOB
Unsubscribe to this mailing list, reply a blank message with the subject
UNSUBSCRIBE BAJAGOB Tenga en cuenta que la gestiC3n de nuestras bases de
datos es de suma importancia y no es intenciC3n de la empresa la
inconformidad del receptor.

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



Re: PF blocking cvs out

2010-05-07 Thread Tomas Bodzar
Use eg. tcpdump(8) to see what's going on on your interface, but with
these rules you allowed only SSH traffic and nothing more so you
really need to change this. And change your antispoof too because of
this :

NOTE: The filter rules that the antispoof rule expands to will also
block packets sent over the loopback interface to local addresses.
It's best practice to skip filtering on loopback interfaces anyways,
but this becomes a necessity when using antispoof rules:

set skip on lo0

antispoof for fxp0 inet

On Sat, May 8, 2010 at 12:48 AM, x x  wrote:
> When I try to run cvs for src/ports/xenocara it doesn't work, but when I
> disable PF it works fine. What is the issue? What port do I allow out to
> install from ports? How can I tighten up my rules?
>
> ext_if = "dc0"
> int_if = "lo0"
>
> block all
> match in all scrub (no-df random-id)
> antispoof quick for { $ext_if, $int_if }
> pass in quick on $ext_if proto tcp from 192.168.1.1 port 22
> pass quick proto tcp from any to any port ssh \
> flags S/SA keep state \
> (max-src-conn 1, max-src-conn-rate 1/60)
> pass out on $ext_if proto tcp from port 22
>
>



-- 
http://www.openbsd.org/lyrics.html



Re: lpd printing

2010-05-07 Thread Robert

Hi,

I have a HP 1515n, which is pretty similar.
You can print directly to it (over LAN) without apsfilter etc.

Simply add an entry in /etc/printcap like this:
(rm = your printer IP)

lp:\
:sd=/var/spool/output:\
:mx#0:\
:sh:\
:rm=192.168.0.100:\
:rp=lp:


Also enable lpd in /etc/rc.conf.local by adding a line:
lpd_flags=""


kind regards,
Robert

Frank Bax wrote:

I've never printed from my OpenBSD desktop.
I've used lpd on Windows to print to HP printers with "HP JetDirect".

I read the recent thread about lpd/postscript.

Will I be able to use lpd to print to any "HP JetDirect" printer?

I'm looking at getting an HP 1518ni colour laser.

Does "HP postscript level 3 emulation" qualify as "postscript support"

Frank




Re: PF blocking cvs out

2010-05-07 Thread Robert

You need to add a rule like this:
pass out on $ext_if proto tcp to port 2401

I highly recommend that you learn how to use tcpdump to understand what 
is sent over your interfaces (and what isn't).

You can monitor any blocked packets on the pflog0 device.

man tcpdump
man pflog
man pf.conf
less /etc/services

kind regards,
Robert



x x wrote:

When I try to run cvs for src/ports/xenocara it doesn't work, but when I
disable PF it works fine. What is the issue? What port do I allow out to
install from ports? How can I tighten up my rules?

ext_if = "dc0"
int_if = "lo0"

block all
match in all scrub (no-df random-id)
antispoof quick for { $ext_if, $int_if }
pass in quick on $ext_if proto tcp from 192.168.1.1 port 22
pass quick proto tcp from any to any port ssh \
flags S/SA keep state \
(max-src-conn 1, max-src-conn-rate 1/60)
pass out on $ext_if proto tcp from port 22




Re: lpd printing

2010-05-07 Thread Predrag Punosevac
On 2010-05-07, Chris Bennett  wrote:
> On 05/07/10 16:59, Frank Bax wrote:
>> I've never printed from my OpenBSD desktop.
>> I've used lpd on Windows to print to HP printers with "HP JetDirect".
>>
>> I read the recent thread about lpd/postscript.
>>
>> Will I be able to use lpd to print to any "HP JetDirect" printer?
>>
>> I'm looking at getting an HP 1518ni colour laser.
>>
>> Does "HP postscript level 3 emulation" qualify as "postscript support"
>>

Yes, it does. You do not need any drivers for that printer as long as 
you send only PostScript files. You are almost good to print with 
default /etc/printcap file

lp|local line printer:\
:lp=/dev/lp:sd=/var/spool/output:lf=/var/log/lpd-errs:

Just replace local line printer with the name of your printer and 
/dev/lp with the device node to which printer is attached.


>> Frank
>>
>>
> If your printer is postscript, LPRng + apsfilter is a simple way to 
> install. It is also very lightweight.

Apsfilter works with LPR from the base as well. Unless he is planning
to install 500 printers which will be used by 5000 different users 
following complex policies I see no advantage in installing LPRng.

Apsfilter is good magic filter which will allow him to forget about the
types of the files which he is sending to printer as it will
automatically call appropriate filter which will convert any files to 
PostScript.


The same can be accomplished with much more modern program (foomatic 
filter) in which case /etc/printcap will look something like

lp|Lj4L|HP Lj4L:\
:lp=/dev/lpt0:\
:af=/etc/foomatic/HP-LaserJet_4L-ljet4.ppd:\
:if=/usr/local/bin/foomatic-rip:\
:sh:sd=/var/spool/output:\
:lf=/var/log/lpd-errs:

Obviously HP-LaserJet_4L-ljet4.ppd is PostScript description file which
can be generated with foomatic-fip but is also usually supplied by 
manufacturers on the installation CD.

Cheers,
Predrag