openbsd-misc mailing list

FromSubjectsort iconDate
tom baecker
problems with carp based firewall - all connections are ...
Hello, I've setup a openbsd-ha firewall, based on the http://www.openbsd.org/faq/pf/carp.html. If the master goes down - the backup system become the Master rule. All established connections are in sync and stay active - so thats perfect. But if the original Master system comes back again and fall back to the Master state - all established connections are broken, maybe they not successfully synced to the old master? Is there a way to prevent fallback, so the backup system stay in Master ...
Apr 9, 10:29 am 2010
Michael W. Lucas
application key mappings in cwm
Hi, I recently switched to cwm (from WindowMaker). Everything works great, except for how some key mappings interact with applications. OpenOffice uses control-arrowkey to move the cursor a word at a time, and control-shift-arrowkey to highlight. At times I must highlight entire paragraphs, or skip through paragraphs at high speed, so I need this function. Firefox has similar behavior, and I'm sure other apps do as well. cwm uses control-arrowkeys for window size & placement, so ...
Apr 9, 8:09 am 2010
Manuel Giraud
Re: application key mappings in cwm
man 5 cwmrc rebinding example: bind C-Down unmap bind 4-Down movedown -- Manuel Giraud
Apr 9, 8:32 am 2010
Mike Small
Re: application key mappings in cwm
The prefix is 4- for the Mod4 key, which is usually the windows key according to cwmrc(5). That worked okay on my Mac (with a non-Mac keyboard), at least. With cwm(1) and cwmrc(5) up, it's fairly straightforward to come up with a binding that doesn't interfere with applications. They're good short man pages. The reload confiruation command is very handy while doing this (default binding CMS-r). I made a not so long .cwmrc that works for me in conjunction with emacs, and what gobbles up ...
Apr 9, 8:42 am 2010
Owain Ainsworth
Re: application key mappings in cwm
cwmrc(5) should help you out there. As a quick hint: bind CS-Left unmap bind CS-Right unmap bind CS-Up unmap bind CS-Down unmap bind C-Left unmap bind C-Right unmap bind C-Up unmap bind C-Down unmap Will remove those keybindings that you conflict with. We really ought to make that configuration language a bit more powerful... -0- -- You don't have to think too hard when you talk to teachers. -- J. D. Salinger
Apr 9, 11:16 am 2010
Bret S. Lambert Apr 9, 4:27 am 2010
Aaron Lewis
[SOLVED] Re: Best System Call Tracer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks Will ;-) - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAku/Eb4ACgkQvf41sEptMqBjHACeK6nzu5luruircdOgWgQCQ9Y+ CsYAn3qCY8zDYH6VRenmXWeyqbgTbceE =6iZp -----END PGP SIGNATURE-----
Apr 9, 4:38 am 2010
Will
Re: Best System Call Tracer
On Fri, Apr 9, 2010 at 7:21 AM, Aaron Lewis <aaron.lewis1989@gmail.com> There's ktrace. When run, it (by default) writes its output to a ktrace.out and then you can use kdump to output that file in a human-readable format. man 1 ktrace for more information. -- -Will Orr
Apr 9, 4:30 am 2010
Aaron Lewis
Re: Best System Call Tracer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 apropos trace is cool ! systrace,ptrace,ktrace .. i'd try with them ;-) Thanks Lambert. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAku/EYcACgkQvf41sEptMqCk+QCgp0E0Y9E0iRg0Hqgk3LCBPABQ GokAoJGgOTwDrWA81qMoTNhSPikiEfmF =halO -----END PGP SIGNATURE-----
Apr 9, 4:37 am 2010
Aaron Lewis
Best System Call Tracer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Is there any dtrace or strace like tools in OpenBSD ? Thanks in advance ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAku/DZ4ACgkQvf41sEptMqCWgwCfQf16xOvKCwsIuRo6vtbb24bU HKoAn1XanS91TbbyCeif6eJDYBO0Jw64 =4gVg -----END PGP SIGNATURE-----
Apr 9, 4:21 am 2010
Miss Andre Polanski
Re: Hello
Hello I am Miss Andre Polanski A Russian working with a CHEMICAL CO. We supply to the industries here in UK. A chemical used for the purification of rough diamonds and precious stones. This chemical is in high demand here in UK and I found it very cheap in Asia precisely Malaysia. it is manufactured in North Korea but because of the Export duties in North Korea and some product cannot be exported directly to UK that is why we buy from Agents, I need a middle person who can transact the business ...
Apr 9, 2:26 am 2010
Jens Teglhus =?iso-8 ...
Attaching to a USB keyboard
Hi I have bought a USB RFID reader <http://tinyurl.com/y964owb> which attaches as a USB keyboard (part two in my home access project). It works as expected and prints out the ID of a RFID brick on the current terminal. Is it possible for a process to consume all output for a (this) particular keyboard or do i have to force it into ugen (is that even possible) and try to read the output myself? I don't have the dmesg/attach info at hand, but will post it later if required. Best ...
Apr 9, 2:26 am 2010
Chris Bennett
Re: Attaching to a USB keyboard
I have a scanner which requires me to disable uscanner in kernel to work. boot -c at boot prompt. Beyond that, I don't know anything else. -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, ...
Apr 9, 2:36 am 2010
Stuart Henderson
Re: Attaching to a USB keyboard
you already know how to force it into ugen, same thing you did for the Velleman kit :) I'm not sure if that would make sense to commit this one though, I would look around and see if someone already has code for this
Apr 9, 6:06 am 2010
Daniel Ouellet
Is SOL redirection on OpenBSD IPMI kernel enable is poss ...
Hi, I have been digging a lots of reading in the last few days and I start to wonder if I am not running in a dead end. I am testing the remote management capability. I got nice serial console access working very well based on the FAQ 7.6. I also got the IMPI enable in kernel and get plenty of sensors reading. I continue to play with the IPMI/BMC and got the packages "impitool" for my OpenBSD box and configure the access and all to that test box good. I can even have a nice shell to ...
Apr 8, 8:57 pm 2010
Christian Weisgerber
Re: -current amd64 (#178): "NO PROPOSAL CHOSEN"
I have been seeing this behavior, more or less randomly, forever. -- Christian "naddy" Weisgerber naddy@mips.inka.de
Apr 9, 12:12 pm 2010
STeve Andre'
Re: ACPI so close I can almost taste it...
Interesting, so you can at least partly reactivate, which I cannot. What do you do to suspend? --STeve Andre'
Apr 9, 12:44 pm 2010
STeve Andre'
Re: ACPI so close I can almost taste it...
Thanks, Stuart. I agree that this is really cool. It appears that the W500 is shutting down, but somebody isn't reattaching yet. I tried the compatibity mode, but there was no difference, ie I still an an inadventantly narcoleptic laptop. Willing to be a test case for other ideas! --STeve Andre'
Apr 8, 5:53 pm 2010
Josh Rickmar
Re: ACPI so close I can almost taste it...
Same here, I have a T500 and just upgraded to the latest -current to test out the new suspend and resume. My dmesg: OpenBSD 4.7-current (GENERIC.MP) #179: Wed Apr 7 21:07:50 MDT 2010 deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2070614016 (1974MB) avail mem = 2001797120 (1909MB) mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe0010 (74 entries) bios0: vendor LENOVO version "6FET66WW (2.16 )" date 04/22/2009 bios0: LENOVO 2081CTO acpi0 at ...
Apr 9, 12:37 am 2010
Michael Dexter
Re: mandoc
> I think we want to lock Kristaps in a room until he writes a C compiler. Nah, while Kristaps is in Stockholm, Northern Sweden provides *true* isolation: http://pcc.ludd.ltu.se/ Michael
Apr 9, 1:51 am 2010
Jason Beaudoin
Re: OT: javascript deobfuscator?
doing some fun stuff with bro?
Apr 9, 4:00 am 2010
bdz
Re: disklabel - new paritition
everything is all right. the new partition is working good so thank you
Apr 9, 1:47 am 2010
previous daytodaynext day
April 8, 2010April 9, 2010April 10, 2010