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

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 /

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 /

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

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

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 g

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 { $

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..

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

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

[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, H

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 15

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, H

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 postscri

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 u

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 Awa

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 t

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 Ope

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

POUR ADULTES les nouveautés du printemps

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

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, se

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

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...@icontac

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.

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 > > O

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.5

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

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 thou

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 Open

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

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

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 a

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: > > > >>

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/hav

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_mp

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

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 A

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

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 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" (

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 informac