Re: Cross-Compiling OpenBSD

2005-07-11 Thread Tom Cosgrove
>>> Brett Lymn 11-Jul-05 13:44 >>> > > And _all_ supported boot methods including network booting are tested? Yes. That is one specific part of the pre-release testing we do.

Re: Compiling for VIA Samuel 2 ("CentaurHauls" 686-class) 533 MHz

2005-07-17 Thread Tom Cosgrove
u don't need to fiddle with knobs to be able to compile on a wide range of hardware. Thanks Tom > OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005 > [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC > cpu0: VIA Samuel 2 ("CentaurHauls" 686-class) 533 MHz > cpu0: FPU,DE,TSC,MSR,MTRR,PGE,MMX

Network interface (bge) always down after reboot

2005-07-30 Thread Tom Mack
I just installed 3.7 on a Dell Precision 370. During the install, I was unable to get an IP address from DHCP, but I ignored it. When I rebooted, I noticed that the "ifconfig bge0" reported "status: no carrier". I knew it had worked fine 30 minutes ago when the computer was running Windows and I ha

Re: Suggestion for queue.h

2005-08-09 Thread Tom Cosgrove
ll this change "result in corrupted queues > and strange bugs" which are difficult to spot. No. You are the one who is asking for a change, so you are the one who has to come up with good reasons as to why. Thanks Tom

Re: question on mounting a filesystem...

2005-08-10 Thread Tom Cosgrove
t; > > mount_ffs: /dev/wd1a on /mnt: Inappropriate file type or format i.e. nothing about wd2 at all. Since there are two disks, you'll need to give the fdisk and disklabel output for both of them. Now, send the full sets of outputs to the list. Guessing games are not fun for anyone. Thanks Tom

Re: copying software from the official iso

2006-03-24 Thread Tom Cosgrove
the FAQ entry http://www.openbsd.org/faq/faq3.html#ISO Thanks Tom

Re: LinuxWorld Boston 2006 - "Secure Network Architectures with OpenBSD"

2006-04-01 Thread Tom McLaughlin
On Tue, 2006-03-28 at 15:51 -0500, Jason Dixon wrote: > I will be presenting a new talk on OpenBSD next week at the > OpenSolutions World Conference. This is a new series of sessions > held in conjunction with LinuxWorld in Boston that focus on OSS > technologies that are not necessarily Lin

Re: LinuxWorld Boston 2006 - "Secure Network Architectures with OpenBSD"

2006-04-01 Thread Tom McLaughlin
On Sat, 2006-04-01 at 17:21 -0500, Jason Dixon wrote: > On Apr 1, 2006, at 2:16 PM, Tom McLaughlin wrote: > > >> I hope anyone in the area will try to attend the session. I will > >> also be preaching the gospel in the *BSD exposition booth when I'm > >>

PC Card monitor

2006-05-30 Thread Tom Geman
that. ( http://www.rocketaware.com/man/man8/pcmciad.8.htm ) Also, FreeBSD has a similar daemon called pccardd. There was mention of a program in this post ( http://marc.theaimsgroup.com/?l=openbsd-misc&m=102250494514944&w=2 ), but the link to the code no longer works. Thanks,

Re: PC Card monitor

2006-05-30 Thread Tom Geman
Date: Tue, 30 May 2006 16:06:28 -0400 On Tue, 30 May 2006 13:37:54 -0600 "Tom Geman" <[EMAIL PROTECTED]> wrote: > Does anybody have suggestion for a program that monitors the insert of PC > Cards (or USB devices), and runs user defined scripts based upon the de

Re: Humppa Validation

2006-06-01 Thread Tom Cosgrove
Each tool should do one thing, and do it well. cksum does. Having multiple different formats in the program, particularly those that can be generated from each other by simple sed scripts, is insane. Sorry. Tom (If you really want this, you could write a shell script that does exactly that - even taking your suggested -f option.)

Per user download limit

2005-09-02 Thread Tom Ribbens
ow to do that please? Thank you for your help, Tom

Storage Server

2005-09-21 Thread Tom Geman
I work for a small company with me as a makeshift computer administrator. Our company currently has two offices with their own file servers. I have an offsite backup server that currently backs up both file servers remotely (via rsync), everything is running OpenBSD 3.7. We are upgrading the

Re: Storage Server

2005-09-26 Thread Tom Geman
Thanks for all the replies, especially the warning to steer clear of the Dell PowerVault 745N. I decided to go with the Dell PV220S and PE1850 with a PERC4 dual external channel RAID controller. http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Re: Something hosing my msdos/FAT32 file system

2005-10-08 Thread Tom Cosgrove
is not the place to report bugs. Bugs reported here will often go unnoticed. Bugs filed using sendbug will be looked at again and again. Tom

Re: Something hosing my msdos/FAT32 file system

2005-10-08 Thread Tom Cosgrove
are plenty of "reference implementations", it seems that NetBSD has the same bug. There will always be bugs. With good bug reports (ideally to the right places!) we can track things down and fix them. Tom

Re: Something hosing my msdos/FAT32 file system

2005-10-08 Thread Tom Cosgrove
u are including a diff to fix/add something. Even the developers post to tech@ from time to time, to get a wider testing audience. Thanks Tom

ppp connect problem - "Change route failed: errno: Network is unreachable"

2005-10-11 Thread tom ryan
log between two redials below, followed closely by my ppp.conf, ppp.linkup and finally a 'netstat -nrfinet'. Please cc me in replies as I'm not on list. thanks a lot & rgds Tom Ryan Oct 12 01:14:55 fairfield ppp[24551]: tun0: Phase: deflink: HUPing 25083 Oct 12 01:14:55 fairfield pp

PERC4/DC Error

2005-11-03 Thread Tom Geman
I have a backup server (Dell PowerEdge 1850) attached to the Dell PowerVault 220S. The only function this server does is backing up remote servers throughout the day via rsync. The 1850 uses RAID 1 via the embedded RAID controller (PERC 4e/Si, ami0). On this RAID 1 is a generic install of Op

vpn between OpenBSD and Linux/Openswan with x509 certs

2005-11-13 Thread Tom K
mpd.conf: # Certificates stored in PEM format [X509-certificates] CA-directory=/etc/isakmpd/ca/ Cert-directory=/etc/isakmpd/certs/ Private-key=/etc/isakmpd/private/openbsd1.as10.net.priv Am I on the right track? I would really appreciate any suggestions. Thanks Tom K.

Re: vpn between OpenBSD and Linux/Openswan with x509 certs

2005-11-13 Thread Tom K
Apologies for my formatting. To clarify: laptop = 10.12.62.99 ipcop = 10.12.62.1 Tom K wrote: I'm a complete beginner with OpenBSD, and I've just installed 3.8 on my laptop principally to learn the OpenBSD way of doing IPsec i.e. isakmpd and ipsecctl. My goal is to create a tunn

Enable Solaris Compatibility Mode in version 3.8

2005-11-23 Thread Tom Pfeifer
I'd like to know how to enable Solaris Compatibility Mode in version 3.8. I've searched the FAQ's and all man pages and don't seem to be able to find the correct information. Thanks in advance, [EMAIL PROTECTED]

Re: openbsd web site design proposals (from HOTO write bad docs)

2005-11-28 Thread Tom Cosgrove
cause that is clearly not true. It is true. Off the top of my head I can think of three (relatively) new committers who primarily contribute to the web site. They do good stuff (well done, you guys). Stop lying on the list Tom

Re: Debugging pxeboot on WRAP

2005-12-26 Thread Tom Cosgrove
ew evenings, and wait patiently :) If you want to look at it yourself, make sure you understand i386 assembler, the PXE specification, and protected-to-real-and-back mode switching. You could find out if pxe_call works at all on the WRAP in its current implementation by putting a printf() after it, and seeing if there' any output. Look in pxe.c:pxe_init(). Tom

Re: Debugging pxeboot on WRAP

2005-12-26 Thread Tom Cosgrove
s fixed. I said that the problem would be pxe_call in my last email to [EMAIL PROTECTED] As I said in my last email, if you want to look at it yourself, make sure you understand i386 assembler, the PXE specification, and protected- to-real-and-back mode switching. Thanks Tom Date: Sat, 12 Mar

Re: problem fsckin' a usb disk on boot

2005-12-31 Thread Tom Cosgrove
enbsd.org/faq/faq14.html#LargeDrive), under "fsck(8) time and memory requirements". Thanks Tom

Re: Determining version of OpenBSD source

2006-01-05 Thread Tom Cosgrove
> > Kind Regards > > Siju Why don't you work it out yourself? HINT: Look at http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/amd64/cpu.c Thanks Tom

Re: Backup/Restore -panic: cannot open disk..., error 6

2006-01-11 Thread Tom Cosgrove
Well, that's easy then. Your destination machine has no sd0 device, so the kernel can't find its root filesystem. Have you plugged the disk into the "Dell PERC 3/Di" which is "not configured" (i.e. no driver)? Good luck Tom >>> Dede Dascalu 11-Jan-

Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Tom Cosgrove
. /bin/cat /dev/stdin > cat: /dev/stdin: Device not configured > > The reason I ask is that I need to run tar -czf within a chroot > environment, but gzip(1) tries to open /dev/stdin and fails (as the > contrived invocation of cat(1) in the example above). > > Ciao, > Kili Are you on a partition with nodev set? Tom

Re: Watchdog timeout reset in 5.1 on intel nic:s

2012-05-11 Thread Tom Doherty
I see the same issue on the most recent snapshot. Upgrading to current, disabling mpbios, and applying mikeb's patch[1] on tech@ and things are looking a lot better. bsd.rd has never exhibited this issue for me FWIW [1] http://marc.info/?l=openbsd-tech&m=133665750315650&w=2 On Fri, May 11, 2012 a

Re: ss20's wanted for ports builds

2012-07-17 Thread Tom Knienieder
I can send a Ross Hypersparc 100 or 125 Mhz if needed ... Am 17.07.2012 um 10:17 schrieb Peter Kay: > I have an SS20 in the loft (Manchester, UK) as it's too noisy and slow for me now. It's very low end though IIRC one CPU @ 40MHz and 32 or 64MB RAM. Transport to other countries is probably a mit

splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-29 Thread Tom Murphy
Hi, I'm getting the following messages on a network interface: /bsd: bnx0: Watchdog timeout occurred, resetting! /bsd: splassert: assertwaitok: want -1 have 1 /bsd: Starting stack trace... /bsd: assertwaitok() at assertwaitok+0x1c /bsd: pool_get() at pool_get+0x95 /bsd: bnx_alloc_pkts() at bnx_

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-30 Thread Tom Murphy
gt; - bnx_init(sc); > + workq_add_task(NULL, 0, (workq_fn)bnx_init, sc, NULL); > > ifp->if_oerrors++; > } Ted - Would this diff work against 4.9-RELEASE? Or do I need to be running current? It only appears to happen on bnx0. I have 3 other bnx interfaces and they don't trigger this. Tom

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-30 Thread Tom Murphy
Here are my vmstat -iz and pcidump -vxx outputs: vmstat -iz: interrupt total rate irq0/clock1481628 399 irq0/ipi41235 11 irq144/acpi000 irq112/ppb0 00 i

Re: splassert: assertwaitok: want -1 have 1 (bnx)

2011-06-30 Thread Tom Murphy
; > - bnx_init(sc); > + workq_add_task(NULL, 0, (workq_fn)bnx_init, sc, NULL); > > ifp->if_oerrors++; > } With the above patch, the splasserts go away. However, the device still goes into a weird stats where it says it's active but no interrupts are generated. When I run ifconfig bnx0 down; ifconfig bnx0 up, it comes back fine for a while, but goes down after an unspecified amount of time. Tom

Re: i386 or amd64?

2011-08-06 Thread Tom Murphy
no need to install amd64 on it as it only has 2G of RAM on it. In addition, that box happily can do up to 200k packets/sec as well. I think a PE2850 with 4G of RAM for a firewall is overkill for 25 Megabits/s. Tom Tom

none, do you rank higher than me?

2011-10-23 Thread Tom Turner
Identified none, I'm using Identified to see how I rank against other professionals. See how you rank! Who ranks higher? ===== Tom Turner 45 score Tom Turner Ranked 9th among friends who studied at Massachusetts Institute of Technology Missing Port Washington Twin

Question about toxa.livejournal.com

2011-11-24 Thread Tom Price
updated every 5 minutes using sensors placed on motorways and common A / B roads. I feel it might be a useful resource for your readers. Many thanks for your consideration. Kind Regards, Tom Tom Price tompr...@frixo.com http://www.frixo.com/

Multipath with pppoe(4)? Is it possible?

2010-03-19 Thread Tom Murphy
et on one of the pppoe(4)s and use reply-to/route-to for loadbalancing in pf.conf instead. Surely, there's an easier way to do all this? I can't use trunk(4) since pppoe(4) is a virtual device. Does anyone have any suggestions? Thanks! Tom

Re: 4.7: doesn't route IPSEC traffic very well

2010-03-19 Thread Tom Murphy
as well. (I was using auth hmac-md5 enc aes group modp1536 for both main and quick.) Tom

problems with carp based firewall - all connections are suspended after falling back from failover

2010-04-09 Thread tom baecker
CKUP -> MASTER Apr 9 16:24:29 fw-pri /bsd: carp: pfsync0 demoted group carp to 0 Apr 9 16:24:29 fw-pri /bsd: carp: pfsync0 demoted group pfsync to 0 Apr 9 16:24:30 fw-pri /bsd: carp0: state transition: BACKUP -> MASTER Apr 9 16:24:30 fw-pri /bsd: carp2: state transition: BACKUP -> MASTER hopefully you can help me. Regards, Tom

problems with carp based firewall - all connections are suspended after falling back from failover

2010-04-10 Thread tom baecker
-> MASTER Apr 9 16:24:29 fw-pri /bsd: carp: pfsync0 demoted group carp to 0 Apr 9 16:24:29 fw-pri /bsd: carp: pfsync0 demoted group pfsync to 0 Apr 9 16:24:30 fw-pri /bsd: carp0: state transition: BACKUP -> MASTER Apr 9 16:24:30 fw-pri /bsd: carp2: state transition: BACKUP -> MASTER hopefully you can help me. Regards, Tom

Re: problems with carp based firewall - all connections are suspended after falling back from failover

2010-04-10 Thread tom baecker
carp: BACKUP carpdev em0 vhid 1 advbase 1 advskew 0 carp: MASTER carpdev em2 vhid 2 advbase 1 advskew 0 carp: MASTER carpdev em3 vhid 3 advbase 1 advskew 0 Does it takes some time, or do I have to do something manualy? Regards, Tom

Re: problems with carp based firewall - all connections are suspended after falling back from failover

2010-04-10 Thread tom baecker
net 192.168.199.2 255.255.255.0 NONE /etc/hostname.em2:inet 10.1.2.3 255.255.255.0 NONE /etc/hostname.em3:inet 10.1.3.3 255.255.255.0 NONE /etc/hostname.pfsync0:up syncdev em1 Regards, Tom

Re: relayd to load balance xmpp/jabberd??

2010-05-10 Thread Tom Murphy
ry it and come back with some suitable result for relayd to consider the host is up and happy. >Thanks in advance. > >Aaron Hope this helps! Tom

Re: network bandwith with em(4)

2011-03-10 Thread Tom Murphy
mbufs (on em0). Could MCLGETI be hindering performance? Is there anything I can try? Tom OpenBSD 4.8 (GENERIC) #136: Mon Aug 16 09:06:23 MDT 2010 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz ("GenuineIntel" 686-c

Re: network bandwith with em(4)

2011-03-10 Thread Tom Murphy
Ryan McBride wrote: > On Thu, Mar 10, 2011 at 12:18:32PM +0000, Tom Murphy wrote: >>I had a pair of Dell PowerEdge R200s that have both em(4) and bge(4)s >> in them, however, it's the em(4) doing the heavy lifting. Roughly 30-40 >> megabits/s sustained and doing

Re: network bandwith with em(4)

2011-03-11 Thread Tom Murphy
, then upgrade the remaining 4.4 box to 4.8. Thank goodness it wasn't a hardware issue. Tom

lii(4) causes panic when attempting to nfs_boot

2011-04-28 Thread Tom Murphy
rmally (with the kernel on a USB stick.) Tom PXE boot MAC address 00:22:15:14:89:d6, interface lii0 nfs_boot: using interface lii0, with revarp & bootparams panic: reverse arp not answered by rarpd(8) or dhcpd(8) Stopped at Debugger+0x4: popl%ebp RUN AT LEAST 'trace' AND

Re: pfsync bulk transfer performance

2011-05-05 Thread Tom Murphy
else. I'd test it again, but these are production machines and I have no way of simulating 50-60k states being transferred between machines, otherwise I'd set up two test machines with that. Tom

altq cripples other connections as well

2011-05-11 Thread Tom Murphy
it to amd64. Yes, it has ipmi enabled, but ipmi does not appear to cause any issues. It's only when ALTQ is enabled. Any ideas? Would this stuff be fixed in -current? I'd try -current on it, but need to convince management. Thanks, Tom The altq line in /etc/pf.conf: altq on em0 priq

Re: altq cripples other connections as well

2011-05-11 Thread Tom Murphy
82677K 000 ack priq 15 48287941 2899340K 000 The offending machine that was sending out a ton of traffic had been relegated to the bulk queue that had the lowest priority. Despite that, ssh connections were stuttering, even though they had higher priority. Tom

Re: altq cripples other connections as well

2011-05-12 Thread Tom Murphy
Can someone recommend what the qlimit and tbr should be when throttling a connection to just under 100 megabits? One of my concerns is we have an OpenVPN running with UDP. Lots of dropped packets would be rather catastrophic for it. Thanks, Tom

Re: Need some input about: OpenBSD 4.9/amd64 and Dell PowerEdge Server R210,R410,R610,R710

2011-06-08 Thread Tom Murphy
since, however. Tom

Perl problems in -current

2010-07-06 Thread Tom Murphy
ths. This error does not occur in 4.7-release. Has there been something up with the Perl packages in -current lately? Thanks, Tom

Broken scrub/max-mss in -current

2010-07-06 Thread Tom Murphy
8(0) win 5840 <[bad opt]> (DF) As soon as I remove the scrub rule out, it works fine again. This diff seems to be the culprit: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_norm.c.diff?r1=1.121;r2=1.122;f=h Tom

Re: Perl problems in -current

2010-07-11 Thread Tom Murphy
Carp/Heavy.pm is actually part of base. It doesn't make sense that the file is in @INC and still perl cannot find it. Tom - Original message - > On Tue, 06 Jul 2010 11:26:42 +0100 Tom Murphy > wrote: > > > > This error does not occur in 4.7-release. Has there bee

Toshiba NB200 shuts down on resume

2010-07-16 Thread Tom Doherty
utton interrupt %i\n", DEVNAME(sc), The other issues is azalias unmutes on resume. I have uploaded an acpidump to http://singlesecond.com/~tom/toshiba_nb200.tgz and dmesg follows. I welcome testing any patches which could allow this to work for 4.8 :-) Thanks again Tom OpenBSD 4.7-current (

Re: Perl problems in -current

2010-07-20 Thread Tom Murphy
On Sun, Jul 11, 2010 at 06:27:41PM -0700, Philip Guenther wrote: > When in doubt, use a bigger hammer. You could try using 'ktrace' on > the web server (probably with the -i option) to see exactly what is > happening when perl tries to open the Carp/Heavy.pm file. > > > Philip Guenther Hi Phili

Re: Perl problems in -current

2010-07-21 Thread Tom Murphy
line 13180) but Carp/Heavy.pm isn't looked for until line 155196. So the chroot is taking place in between those times. I have tried running apache without chroot, but I get the same error. I wonder if there is something wrong with mod_perl itself? Tom

Re: Perl problems in -current

2010-07-23 Thread Tom Murphy
too)? If so, have you tried that one? > > > Philip Guenther Well, updating to latest snapshot and pkg_add -u -D update -D updatedepends seems to have fixed it. Quite possibly there was an issue in base that was resolved. Anyway, it all works now, thankfully! Tom

Re: openbsd 4.7 pf + route-to question

2010-07-27 Thread Tom Murphy
y' affects it, but it could also be matching a packet further down the list. I'd stick the route-to at the very bottom of your ruleset, or if you group them by direction/interface, at the bottom of the pass out on external interfaces and see if that helps? Tom

Re: PF synproxy - never worked?

2010-07-28 Thread Tom Murphy
Synproxy only appears to work on the interface with the default gateway (egress). I could never make it work on a firewall with more than 1 external interface properly. I don't know if this is a bug or by design. Tom

ATI Radeon Xpress 200 & USB

2009-12-06 Thread Tom Hayko
I'm having some issues with a machine I'm using to run dansguardian as a Web Content filter and proxy for my home. Everything seems to work fine, except the USB doesn't seem to function. It seems to be recognized in the dmesg (attached below), but when I plug something into a USB port, there

Re: [PATCH] Fix interrupt handling in ral(4) for RT2661 under load

2009-12-07 Thread Tom Murphy
ther patches to fix the broadcast/multicast issues. The patch actually makes my RT2661 card usable again which is great! Tom

Re: ATI Radeon Xpress 200 & USB

2009-12-10 Thread Tom Hayko
er to run tests on my hardware if anybody has any patches, etc. that they think might solve this problem. Tom Tom Hayko wrote: I'm having some issues with a machine I'm using to run dansguardian as a Web Content filter and proxy for my home. Everything seems to work fine, except the U

Re: DVD burning software besides cdrecord/growisofs

2009-12-27 Thread Tom Murphy
See: http://marc.info/?l=openbsd-ports&m=125624603525294&w=2 I made the diff orginally, may still apply. There is also some code in growisofs that checks if you are burning 4.2 gig or less on a dual-layer DVD and it will fail because it thinks you are wasting a dual layer DVD (which you are, actu

Re: growisofs: more than 50% of space will be *wasted*!

2009-12-27 Thread Tom Murphy
James Hozier wrote: > I'm trying to burn an iso image to a dual-layer DVD because that's > all I have left and don't want to waste any more money than I > already have with the recent DVD issues I've been having. > > How do I force the burning of this iso in growisofs to the DVD? You will have to

Re: growisofs: more than 50% of space will be *wasted*!

2009-12-27 Thread Tom Murphy
Here you go... have a diff. Happy New Year :) T --- growisofs_mmc.cpp.orig Mon Dec 28 02:58:51 2009 +++ growisofs_mmc.cpp Mon Dec 28 03:00:12 2009 @@ -1622,11 +1622,6 @@ static void plus_r_dl_split (Scsi_Command &cmd,off64_t blocks = size/2048; blocks += 15, blocks &= ~15; -

Re: PF cluestick please - low priority queue spills over into normal queue

2010-01-08 Thread Tom Murphy
-like things, you need to match the incoming packets as well as they set up related connections (states) back out. Tom

Check out my photos on Facebook

2009-09-01 Thread Tom Monte
Hi m...@cvs.openbsd.org, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Tom To sign up for Facebook, follow the link

Defending OpenBSD Performance

2009-09-14 Thread Tom Smith
Hi Misc, Even though this article: http://bulk.fefe.de/scalability was many years ago and performance in OpenBSD had improved greatly since that time, I still hear people (mostly younger people) complain about OpenBSD performance. They cite poor threading, unused cores, no bigmem support, etc. Yet

Re: Defending OpenBSD Performance

2009-09-16 Thread Tom Smith
OP Here. Wow. Did not mean to start this sort of discussion. I only wanted some suggestions on how to deal with critics of OpenBSD's performance that I run into on occasion who cite that old, outdated, silly article. Anyway, thanks for all the performance feedback. As to the others, in this thread

Re: Defending OpenBSD Performance

2009-09-23 Thread Tom Smith
On Wed, Sep 23, 2009 at 2:29 PM, armpit wrote: > > OpenBSD is created by the developers for the developers and any use that > the rest of us get from the OS is a nice side effect of their generosity... That's nonsense. You can't beg for donations and CD sales, time and time again, and then turn

802.11 Monitor Mode in 4.6-Release

2009-11-10 Thread Tom Smith
Greetings, I have an 802.11 card with a rum chipset on 4.6-release. The man page says this card does monitor mode. I've been trying to make it sniff packets on an open wireless network using tcpdump. I can't get it to work. Here is what I have tried: ifconfig rum0 media OFDM36 mode 11g mediaopt m

Re: 802.11 Monitor Mode in 4.6-Release

2009-11-10 Thread Tom Smith
Made some progress: ifconfig rum0 chan 11 ifconfig rum0 nwid TheOpenWAP ifconfig rum0 mediaopt monitor ifconfig rum0 up tcpdump - -s 1514 -i rum0 -y IEEE802_11 This seems to capture a lot, but not quiet what I expect. Why in OpenBSD does snaplen of 0 not work?

Re: 802.11 Monitor Mode in 4.6-Release

2009-11-11 Thread Tom Smith
On Tue, Nov 10, 2009 at 9:30 PM, Nick Guenther wrote: > > A snaplen of 0 on linux really means a snaplen of 2^16-1 which is > "good enough". I'd imagine "tcpdump: invalid snaplen 0" was chosen > because technically it's true, the linux thing is just a convenience > hack that will bite someone dow

Re: 802.11 Monitor Mode in 4.6-Release

2009-11-11 Thread Tom Smith
On Wed, Nov 11, 2009 at 3:35 PM, Nick Guenther wrote: > Well if you were using monitor mode on some other card I would say > it's because as a 'security measure' the firmware is blocking it, but > it's a Ralink and they're the open ones so hmm. Sorry, I think I'm > spent. I figured it out. The

Re: 802.11 Monitor Mode in 4.6-Release

2009-11-11 Thread Tom Smith
> After this, no more noise from me. Perhaps this will help some other old > fool some day: > 1. Get an 802.11 wireless adapter that supports monitor mode. If you don't know what adapter to use, from a -current OpenBSD release run 'apropos wireless' and then man the chipsets. 2. To capture 802.11

Re: scrotwm hangs X after update to 4.8

2010-11-04 Thread Tom Murphy
Hi, This might be a bit of a long shot, but try: Option "FramebufferCompression" "False" It fixed inteldrm0: gpu hung! messages on my Acer's Intel 845GM chipset. It might keep it from hanging in yours? Tom

Re: rum(4) ohci scheduling overruns in current/i386

2010-12-05 Thread Tom Murphy
ese from time to time on my Soekris net5501 too. A reboot seems to fix the problem. It is not dying hardware. If it was, I wouldn't continue to use the machine. Tom

Folks anyone have success using sec(4) interfaces on Site to Site VPNs between OpenBSD and Fortinet ?

2024-11-18 Thread Tom Smyth
an ip address on and route over , any pointers would be really appreciated thanks Tom Smyth -- Kindest regards, Tom Smyth.

Re: Folks anyone have success using sec(4) interfaces on Site to Site VPNs between OpenBSD and Fortinet ?

2024-11-19 Thread Tom Smyth
priority 0 llprio 3 groups: sec inet 172.16.1.2 --> 172.16.1.1 netmask 0x It works ok .. . feels a little magic :) thanks for wrtiting the sec(4) driver and the integration with iked... ipsec Much obliged... Tom Smyth On Tue, 19 Nov 2024 at 12:04, David Gwynne wrote:

Re: Folks anyone have success using sec(4) interfaces on Site to Site VPNs between OpenBSD and Fortinet ?

2024-11-21 Thread Tom Smyth
gt; > On 20 Nov 2024, at 11:15, Tom Smyth wrote: > > > > Hi Folks, > > Thanks for the suggestions... also I have run policy based ipsec > > between fortniet and openbsd and it seemed to work well... > > we just want to run dynamic routing so it is easier have tu

4.3-stable panics on a Soekris net-5501

2008-12-04 Thread Tom Van Looy
_disconnect_port(d0d91f30,d0d7c600,10) at usb_disconnect_port+0x65 uhub_explore(d0d7db00,d0626744,d82b9f8c,d06267f9,0) at uhub_explore+0x205 usb_discover(d0d7db80,d06267cc,8,246,d61e5560) at usb_discover+0x36 usb_event_thread(d0d7db80) at usb_event_thread+0x91 Bad frame pointer: 0xd092ce78 ddb> ps: I won't pull out the cable again ;-) Kind regards, Tom Van Looy

Re: possible bug in OpenNTPD code?

2008-12-10 Thread Tom Van Looy
>>Why would you assume that? That seems a bit hostile. Perhaps the >>developers are a bit busy at the moment. > >True. I generally post on the Linux lists and I believe I am spoiled by getting quick responses from my postings. In future, I will remember to keep more patience. I would like to respo

Re: CARP under heavy load

2008-12-12 Thread Tom Van Looy
Stephan A. Rickauer wrote: One can use 'carppeer' to not send multicast but unicast. However, I was under the impression one still needs to do peering on the same link as the carp interfaces sit. Yes, because if you send carp messages on an other (dedicated) link and the link to the external/in

Re: Openbsd mounting

2008-12-20 Thread Tom Van Looy
Dorian B|ttner wrote: rizzo0917 schrieb: and usb devices. keyword is hotplugd(8), includes example. I think he's looking for amd(8).

Re: script

2009-01-13 Thread Tom Van Looy
>Nick Guenther wrote: >>> Does anybody provide a commercial shell scripting??? >> >> for i in "Don't wait" "Buy Things Now" "Save Now" "$0.99" "Get your >> instant trial account now" "Double Your Sales Calls, Free Script >> Demo"; do >> echo $i >> done >> >> Like that? > >Hey man, that wasn't j

Re: Survey on the usage of IPv6

2009-01-30 Thread Tom Van Looy
Will (when) the results and the paper be published publicly? Claudio Jeker wrote: For an IPv6 related paper we are currently working on, Claudio and I are doing a small online survey on the use of IPv6 among OpenBSD developers and users. It would be nice if you could spare 10-15 minutes of your

Re: starting gnome session with gdm as non root

2009-02-19 Thread Tom Van Looy
>I can start gnome by just typing "gdm", and then log in as a user. >But I dont think this is a right or secure way to use gnome. add the following line to the end of /etc/rc.local /usr/local/bin/gdm -nodaemon & This starts gdm at system startup. If you want to log in from the commandline you ca

Re: Go order your 4.5 CD

2009-03-06 Thread Tom Van Looy
Ordered mine too. And here's the artwork in a wallpaper format: http://users.telenet.be/assarix/pub/wallpaper/45.png Daniel Ouellet wrote: The new puffy looks nice too. Look to me that may be we have a new disco puffy with the improvements on the audio in the system, but I could be wrong.

Re: openbsd.org man pages case sensitive (was: Re: umts need help)

2009-03-06 Thread Tom Van Looy
ropers wrote: I've just noticed that the web-based openbsd.org man pages are case-sensitive. Observe: Is this intended behaviour or a bug? So is the command line. I think it should stay case sensitive. E.g. "man Carp" and "man carp" point to different manpages.

Looking for Mini PCI Express wireless card suggestions

2015-01-04 Thread Tom Van Looy
I'm not sure what to expect. Any suggestions? Kind regards, Tom

Re: Looking for Mini PCI Express wireless card suggestions

2015-01-04 Thread Tom Van Looy
I think the cheapest (Wireless-N 2230) is ok because they all are 300 Mbit/s and OpenBSD doesn't support bluetooth. And you would recommend iwn and not something else? On Mon, Jan 5, 2015 at 8:00 AM, Stefan Sperling wrote: > On Sun, Jan 04, 2015 at 11:27:54PM +0100, Tom Van Looy wrote

Re: Looking for Mini PCI Express wireless card suggestions

2015-01-05 Thread Tom Van Looy
Thank you for warning me about the BIOS! I just tried with an Intel card from an old machine (Intel PRO/Wireless 3945ABG) and the BIOS indeed disables the card. I also had a USB device lying around which came with my TV :-) it's an Atheros AR9271 rev 1. It works and allows me to go sit in the couc

Re: Looking for Mini PCI Express wireless card suggestions

2015-01-05 Thread Tom Van Looy
Seems that HP has an driver for Intel cards that should work with my laptop. Maybe there is some hope for it to work after all. ftp://ftp.hp.com/pub/softpaq/sp56501-57000/sp56752.html On Mon, Jan 5, 2015 at 10:04 PM, Tom Van Looy wrote: > Thank you for warning me about the BIOS! I just tr

Authpf not working with ssh -fN session

2015-08-16 Thread Tom Van Looy
background". When the sessions are closed they both print that data was transfered (send/receive) etc. Is this something that can work and if so, what am I doing wrong of how do I debug this any further? I'm stuck. :-) Thanks, Tom Van Looy

Re: Authpf not working with ssh -fN session

2015-08-17 Thread Tom Van Looy
Yes. That is what the manpage says. I'm not sure what you are trying to say with it. I think I am not using it as a shell ... Can you explain? On Sun, Aug 16, 2015 at 9:39 PM, laudarch wrote: > authpf is not a shell > > On 2015-08-16 19:13, Tom Van Looy wrote: > >> Hi &g

[HAR2009] Finall call for papers: submit before may 15th

2009-05-02 Thread Tom Van Looy
Original Message Subject: [HAR2009] Finall call for papers: submit before may 15th Date: Fri, 1 May 2009 21:09:50 +0200 From: HAR2009 Reply-To: har-annou...@har2009.org To: annou...@har2009.org Finall call for papers: submit before may 15th A significant number of interesti

<    2   3   4   5   6   7   8   >