Nmap and pf

2011-03-07 Thread Henrik Engmark
Is there a way, good or bad, to relax pf enough to let nmap do its OS detection? I am on 4.8.

obtaining openbsd.pbr from windows 7

2011-03-07 Thread marc
Dear all, I was reading through the docs on how to boot openbsd with the windows 7 boot loader so I learned I have to execute: dd if=/dev/sd0a of=openbsd.pbr bs=512 count=1 but I can't do it: * If I do it from the existing openbsd in my drive, /dev/sd0a, I get device busy. * If I boot with the

Re: Nmap and pf

2011-03-07 Thread Daniel Gracia
El 07/03/2011 10:54, Henrik Engmark escribiC3: Is there a way, good or bad, to relax pf enough to let nmap do its OS detection? I am on 4.8. Way too vague question; you should at least describe the scenario.

Re: Nmap and pf

2011-03-07 Thread Joachim Schipper
On Mon, Mar 07, 2011 at 10:54:09AM +0100, Henrik Engmark wrote: Is there a way, good or bad, to relax pf enough to let nmap do its OS detection? I am on 4.8. You can always disable pf (pfctl -d). I'd also expect any sensible configuration without scrub or (implicit) keep state to work, but I

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Otto Moerbeek
On Mon, Mar 07, 2011 at 05:22:10AM -0500, marc wrote: Dear all, I was reading through the docs on how to boot openbsd with the windows 7 boot loader so I learned I have to execute: dd if=/dev/sd0a of=openbsd.pbr bs=512 count=1 Try using the raw device.: /dev/rsd0a -Otto but I

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Joachim Schipper
On Mon, Mar 07, 2011 at 05:22:10AM -0500, marc wrote: Dear all, I was reading through the docs on how to boot openbsd with the windows 7 boot loader so I learned I have to execute: dd if=/dev/sd0a of=openbsd.pbr bs=512 count=1 ^ The raw device won't be busy while the filesystem

Re: Nmap and pf

2011-03-07 Thread Joachim Schipper
On Mon, Mar 07, 2011 at 11:34:50AM +0100, Daniel Gracia wrote: El 07/03/2011 10:54, Henrik Engmark escribiC3: Is there a way, good or bad, to relax pf enough to let nmap do its OS detection? I am on 4.8. Way too vague question; you should at least describe the scenario. I'm pretty

Write Apt and Accurate English

2011-03-07 Thread binson
Scroll Write Apt And Accurate English Dear friends, The LCCI Certificate in English for Business Level 2 programme Is designed to equip participants with the skills in writing, using formats that are current and common in business communication. Objectives Write apt and accurate English suited

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Janne Johansson
2011/3/7 marc li...@drwx.org Dear all, I was reading through the docs on how to boot openbsd with the windows 7 boot loader so I learned I have to execute: dd if=/dev/sd0a of=openbsd.pbr bs=512 count=1 Then you learned wrong. The FAQ has the solution for you:

Re: Nmap and pf

2011-03-07 Thread Henrik Engmark
That is correct. I noticed every try to do an OS detection with nmap failed for incredibly strange reasons reported by nmap, like no route to host even though the target was on the same subnet. Nmap can't even ping on OpenBSD. At least not since 4.7. And so I went on to really read the CAUTION

Re: How to partition magneto-optical disks with sectors of 2048 bytes?

2011-03-07 Thread Jens A. Griepentrog
On 03/06/2011 05:10 PM, Joachim Schipper wrote: On Sun, Mar 06, 2011 at 04:14:33PM +0100, Jens A. Griepentrog wrote: On 03/06/11 02:25, Matthew Dempsky wrote: [...] Jens A. Griepentrog griep...@wias-berlin.de wrote: What went wrong? The procedure works for usual hard disks and memory sticks

Re: Nmap and pf

2011-03-07 Thread Henrik Engmark
I tried that, with no success. Also compiled 5.51 from source with the same result. I get this: sendto in send_ip_packet_sd: sendto(4, packet, 60, 0, ya.da.ya.da, 16) = No route to host Offending packet: TCP ya.da.ya.da:59268 ya.da.ya.da:80 ttl=55 id=27672 iplen=60 seq=3496514045 win=128

Re: Nmap and pf

2011-03-07 Thread Otto Moerbeek
On Mon, Mar 07, 2011 at 01:36:31PM +0100, Henrik Engmark wrote: I tried that, with no success. Also compiled 5.51 from source with the same result. I get this: sendto in send_ip_packet_sd: sendto(4, packet, 60, 0, ya.da.ya.da, 16) = No route to host Offending packet: TCP ya.da.ya.da:59268

Re: Nmap and pf

2011-03-07 Thread Pascal Stumpf
On Mon, Mar 07, 2011 at 10:54:09AM +0100, Henrik Engmark wrote: Is there a way, good or bad, to relax pf enough to let nmap do its OS detection? I am on 4.8. Try --send-eth.

Re: Nmap and pf

2011-03-07 Thread Henrik Engmark
Worked like a charm. I get a bunch of adjust_timeouts2: packet supposedly had rtt of -301586 microseconds. Ignoring time. adjust_timeouts2: packet supposedly had rtt of -301586 microseconds. Ignoring time. which I don't get with pf disabled, otherwise just peachy. Thank you everyone

Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Steve Johnson
Hi, I'm having some issues with network connectivity on a system. When doing netstat -ns, I get a lot of errors with missed PCB cache, drops due to no socket. I have already increased the TCP and UDP send and receive space up to 262144, but the error counters are still increasing. One of the

Re: Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Claudio Jeker
On Mon, Mar 07, 2011 at 10:38:45AM -0500, Steve Johnson wrote: Hi, I'm having some issues with network connectivity on a system. When doing netstat -ns, I get a lot of errors with missed PCB cache, drops due to no socket. I have already increased the TCP and UDP send and receive space up to

Re: Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Steve Johnson
On Mon, Mar 7, 2011 at 11:15 AM, Claudio Jeker cje...@diehard.n-r-g.comwrote: On Mon, Mar 07, 2011 at 10:38:45AM -0500, Steve Johnson wrote: Hi, I'm having some issues with network connectivity on a system. When doing netstat -ns, I get a lot of errors with missed PCB cache, drops due to

Re: Mounting NTFS, Invalid argument

2011-03-07 Thread Ted Unangst
On Mon, Mar 7, 2011 at 2:54 AM, Markus Hennecke markus-henne...@markus-hennecke.de wrote: Am 07.03.2011 07:57, schrieb Otto Moerbeek: NTFS support is not enabled in the GENERIC kernel. CVS says that it is enabled. Not in any currently released version...

Re: Mounting NTFS, Invalid argument

2011-03-07 Thread Anthony J. Bentley
On Mon, Mar 07, 2011 at 07:57:56AM +0100, Otto Moerbeek wrote: NTFS support is not enabled in the GENERIC kernel. Oops, I may be wrong. It is enabled on recent i386 and amd64 kernels. But since you neglect to give us a dmesg, we cannot tell if it is actually enable on your machine.

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Robert
On Mon, 7 Mar 2011 05:22:10 -0500 marc li...@drwx.org wrote: * If I boot with the cd rom neither msdos nor ntfs are available so I can't write the .pbr file to an accessible place from windows. * If I boot with the cd rom and write the .pbr file in the bsd filesystem, I can't read it from

Re: Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Stuart Henderson
On 2011-03-07, Steve Johnson maill...@sjohnson.info wrote: The stats from pfctl seem to be fine memory 14809331.7/s that's a problem .. netstat -m vmstat -m dmesg

Re: Nmap and pf

2011-03-07 Thread Stuart Henderson
On 2011-03-07, Henrik Engmark h...@tti.se wrote: That is correct. I noticed every try to do an OS detection with nmap failed for incredibly strange reasons reported by nmap, like no route to host even though the target was on the same subnet. it's not intuitive, but EHOSTUNREACH (no route

Re: Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Steve Johnson
Ok, thanks. Here's the output: #netstat -m 338 mbufs in use: 306 mbufs allocated to data 8 mbufs allocated to packet headers 24 mbufs allocated to socket names and addresses 196/1634/128000 mbuf 2048 byte clusters in use (current/peak/max) 0/8/128000 mbuf 4096 byte

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread marc
Hi Janne, Thanks a lot for your answer. I did read this section (actually subsection 'Windows 7') so I'm afraid I'm the only one getting it wrong... I had the impression that the command: C:\Windows\system32 bcdedit /set {0154a872-3d41-11de-bd67-a7060316bbb1} path \openbsd.pbr requires that

Re: Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Stuart Henderson
On 2011-03-07, Steve Johnson maill...@sjohnson.info wrote: Ok, thanks. Here's the output: #netstat -m 338 mbufs in use: 306 mbufs allocated to data 8 mbufs allocated to packet headers 24 mbufs allocated to socket names and addresses 196/1634/128000 mbuf 2048 byte

ATI Radeon HD 3470 problems with X

2011-03-07 Thread Tomas Bodzar
Hi, when trying eg. glxgears I'm getting : $ glxgears drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info. $ $ warzone2100 drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info. $ $ tail -2

Re: Missed PCB cache and drops due to no socket errors

2011-03-07 Thread Steve Johnson
Ok, thanks. But this would mean that I have increased too much the maxclusters for the available memory or that there is another setting that would need to be increased in parallel (which I imagine would be the case)? On Mon, Mar 7, 2011 at 1:04 PM, Stuart Henderson s...@spacehopper.orgwrote:

Re: ATI Radeon HD 3470 problems with X

2011-03-07 Thread Pascal Stumpf
On Mon, Mar 07, 2011 at 06:50:36PM +0100, Tomas Bodzar wrote: Hi, when trying eg. glxgears I'm getting : $ glxgears drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info. $ [...] There's no in-kernel support for 3D on those cards yet.

Delock PCI Express serial card not recognized

2011-03-07 Thread Tero Koskinen
Hi, I recently bought a PCI express card[1] with two UARTs, but OpenBSD/amd64 4.9-beta doesn't recognize it. pcidump says following: 2:0:0: Oxford unknown 0x: Vendor ID: 1415 Product ID: c158 0x0004: Command: 0107 Status ID: 0010 0x0008: Class: 07 Subclass: 00

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Brynet
http://www.chrysocome.net/dd -Bryan.

MedInfo Suisse

2011-03-07 Thread Med-Info Suisse
Bakterielle Infektionen mit Streptokokken und Herpes Bakterien der Hornhaut an den F|_en leiten amerikanische Wissenschaftler mit der Erkldrung ab, dass die Haut von einer mikrobiellen symbiontischen Flora umgeben ist. Dabei wird in eine residente Flora, die eine Schutzfunktion f|r den Organismus

Re: Fotos

2011-03-07 Thread bruna . alves
[IMAGE] DSC0056.jpg [IMAGE] DSC0057.jpg [IMAGE] DSC0058.jpg Oiii como vocj ta? tudo bem? me desculpa pela demora pra enviar a foto que vocj me pediu, meu pc estava com problemas... Beijco!

Re: obtaining openbsd.pbr from windows 7

2011-03-07 Thread Joachim Schipper
On Mon, Mar 07, 2011 at 01:04:56PM -0500, marc wrote: Hi Janne, Thanks a lot for your answer. I did read this section (actually subsection 'Windows 7') so I'm afraid I'm the only one getting it wrong... I had the impression that the command: C:\Windows\system32 bcdedit /set

Re: Delock PCI Express serial card not recognized

2011-03-07 Thread Stuart Henderson
On 2011-03-07, Tero Koskinen tero.koski...@iki.fi wrote: Hi, I recently bought a PCI express card[1] with two UARTs, but OpenBSD/amd64 4.9-beta doesn't recognize it. pcidump says following: 2:0:0: Oxford unknown 0x: Vendor ID: 1415 Product ID: c158 0x0004: Command:

Comprensión de Estados Financieros para No Financieros, 14 de Marzo Cd. de México

2011-03-07 Thread Lucero Gomez
[IMAGE] Pms Capacitacisn Efectiva de Mixico presenta: Taller de Finanzas para NO Financieros 14 de Marzo Ciudad de Mixico. Expositor: Miguel Bustos Pineda Empresa Registrada ante la STPS Reg. COLG640205CP30005 Smguenos en Twitter@pmscapacitacion o bien en Facebook PMS de Mixico Solicite

Re: Delock PCI Express serial card not recognized

2011-03-07 Thread Tero Koskinen
On Mon, 7 Mar 2011 22:59:36 + (UTC) Stuart Henderson wrote: The PCIE parts use quite different addresses. You can try these: { PUC_PORT_TYPE_COM, 0x10, 0x1000, 400 * 8 }, { PUC_PORT_TYPE_COM, 0x10, 0x1200, 400 * 8 }, Thanks, with these values the system doesn't freeze anymore and

probl�me sur votre derniere facture

2011-03-07 Thread Orange
Si ce message ne s'affiche pas correctement, cliquez ici [IMAGE] Bonjour, Cet email a ete envoye pour vous informer que nous ne pouvions pas traiter votre paiement recent de facture. Ceci pourrait etre du a l une ou l autre des raisons suivantes: 1. Un changement recent de vos informations

Programa de Planeación y Gestión TOTAL para Compradores

2011-03-07 Thread Lic. Danae Sepulveda
[IMAGE] Pms Capacitacisn Efectiva de Mixico presenta: Herramientas para Planear y Gestionar Compras 360 0 Exclusiva presentacisn 7 y 8 de Abril en la Ciudad de Mixico Expositor: Lic. Ariel Valero C. 16 horas de entrenamiento Empresa Registrada ante la STPS Reg. COLG640205CP30005 Smguenos en

Taller de Licitaciones de Obra Pública y su Reglamento, 17 Marzo Cd. de México

2011-03-07 Thread Ana Garcia
[IMAGE] Pms Capacitacisn Efectiva de Mixico presenta: Licitaciones de Obra Pzblica y su Reglamento 17 de Marzo Ciudad de Mixico. Expositor: Mtro. Gerardo Coronado Lspez Empresa Registrada ante la STPS Reg. COLG640205CP30005 Smguenos en Twitter@pmscapacitacion o bien en Facebook PMS de Mixico