Re: ACPI so close I can almost taste it...

2010-04-09 Thread Josh Rickmar
On Fri, Apr 09, 2010 at 03:44:54PM -0400, STeve Andre' wrote: > On Friday 09 April 2010 03:37:17 Josh Rickmar wrote: > > On Thu, Apr 08, 2010 at 08:53:12PM -0400, STeve Andre' wrote: > > > Willing to be a test case for other ideas! > > > > Same here, I have a T500 and just upgraded to the latest -c

Votre formation DIF à partir de 0€

2010-04-09 Thread Formation RIFC Informatique
DIF A PARTIR DE 0 CHEZ RIFC InformatiqueChaque annie chaque salarii ` droit ` 20h de DIF (Droit Individuel de Formation). Si vous n'utilisez pas ce quotat de formation pendant que vous jtes chez votre employeur, ce quotat est remis ` ziro et vous perdez tout. Ce quotat d'heure ne peut pas excider

Howto Create a Auto-Extract Package with Shell Script & tar ?

2010-04-09 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to make a small binary package , which aims to install some X11 fonts to /usr/share/fonts/truetype. Creating such a binary package will allow me to port it on any UNIX/Linux system , very useful. Firstly i need t

Re: ACPI so close I can almost taste it...

2010-04-09 Thread STeve Andre'
On Friday 09 April 2010 03:37:17 Josh Rickmar wrote: > On Thu, Apr 08, 2010 at 08:53:12PM -0400, STeve Andre' wrote: > > Willing to be a test case for other ideas! > > Same here, I have a T500 and just upgraded to the latest -current to > test out the new suspend and resume. My dmesg: Interesting

Re: -current amd64 (#178): "NO PROPOSAL CHOSEN"

2010-04-09 Thread Christian Weisgerber
Toni Mueller wrote: > while playing around with the latest code as of today, off of CVS's > HEAD, I find that it sometimes takes considerable time to establish a > connection to a static peer, and while negotiating, the two isakmpds > sometimes send "NO_PROPOSAL_CHOSEN" to each other. After a whi

Re: application key mappings in cwm

2010-04-09 Thread Owain Ainsworth
On Fri, Apr 09, 2010 at 11:09:58AM -0400, Michael W. Lucas wrote: > 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 contro

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

2010-04-09 Thread tom baecker
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 fal

Ενημέρωση - Ταξιδεύετε;

2010-04-09 Thread Ενημέρωση Cosmos
*N$NNNNNN%NN$N**;* * * NN3N?ON,N6N5ON5* NN5ON?ON?ON9N:N, N5N9ON9ON.ON9N1;* NN3N?ON,N6N5ON5* NN:ON?ON;N?O N:N, N5N9ON9ON.ON9N1;* NN;N5N/N=N5ON5* NN5N=N?N4N?ON5N/N1;* NN=N?N9N:N9N,N6N5ON5* NOON?N:N/N=N7ON1;* N#ONN9N4N9O ON9N:N, N-N>N?N4N1 NN?N4N1 N$N1N>N9N4N/

Re: application key mappings in cwm

2010-04-09 Thread Manuel Giraud
"Michael W. Lucas" writes: > Any suggestions for remapping keys to restore control-shift-arrow > highlighting in apps, without losing cwm's behavior? Is there a > specific OpenBSD way to do that, or a particular man page I should > read? man 5 cwmrc rebinding example: bind C-Down unmap bind 4

Re: application key mappings in cwm

2010-04-09 Thread Mike Small
On Fri, Apr 09, 2010 at 11:09:58AM -0400, Michael W. Lucas wrote: > My first thought is to use the "windows" key on this keyboard for a > control key just for applications, but a) I'm not sure how to do that, > and b) someone else has probably had a better idea. The prefix is 4- for the Mod4 key,

application key mappings in cwm

2010-04-09 Thread Michael W. Lucas
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

Re: Attaching to a USB keyboard

2010-04-09 Thread Stuart Henderson
On 2010-04-09, Jens Teglhus M?ller wrote: > Is it possible for a process to consume all output for a (this) particular > keyboard I don't know about that.. > or do i have to force it into ugen (is that even possible) and you already know how to force it into ugen, same thing you did for the Vel

[SOLVED] Re: Best System Call Tracer

2010-04-09 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/09/2010 07:30 PM, Will wrote: > On Fri, Apr 9, 2010 at 7:21 AM, Aaron Lewis wrote: >> >> ktrace & kdump displays asm code , that's what i want. > There's ktrace. When run, it (by default) writes its output to a > ktrace.out and then you can us

Re: Best System Call Tracer

2010-04-09 Thread Aaron Lewis
-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 M

Re: Best System Call Tracer

2010-04-09 Thread Will
On Fri, Apr 9, 2010 at 7:21 AM, Aaron Lewis wrote: > -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 E

Re: Best System Call Tracer

2010-04-09 Thread Bret S. Lambert
On Fri, Apr 09, 2010 at 07:21:02PM +0800, Aaron Lewis wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > Is there any dtrace or strace like tools in OpenBSD ? apropos trace, much? > > Thanks in advance ! > - -- > Best Regards, > Aaron Lewis - PGP: 0x4A6D32A0 > Finge

Best System Call Tracer

2010-04-09 Thread Aaron Lewis
-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 w

Re: OT: javascript deobfuscator?

2010-04-09 Thread Jason Beaudoin
On Wed, Apr 7, 2010 at 5:20 PM, bofh wrote: > On Wed, Apr 7, 2010 at 5:13 PM, Jean-Philippe Ouellet < > jean-phili...@ouellet.biz> wrote: > >> On 4/7/10 4:47 PM, bofh wrote: >> >>> Anyone know of a good standalone javascript deobfuscator? We want to run >>> it >>> against something like the resul

Re: disklabel - new paritition

2010-04-09 Thread bdz
Otto Moerbeek wrote: On Mon, Apr 05, 2010 at 11:18:35PM +0200, bdz wrote: Otto Moerbeek wrote: On Tue, Apr 06, 2010 at 12:12:04AM +0200, bdz wrote: hi! i installed my system with the automated disklabel layout, i just made some size modifications. the disk is a 500G sata. i g

Re: Attaching to a USB keyboard

2010-04-09 Thread Chris Bennett
Jens Teglhus Mxller wrote: Hi I have bought a USB RFID reader 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 outp

Re: Hello

2010-04-09 Thread Miss Andre Polanski
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 manufactur

Attaching to a USB keyboard

2010-04-09 Thread Jens Teglhus Møller
Hi I have bought a USB RFID reader 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 ke

Re: mandoc

2010-04-09 Thread Michael Dexter
> 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

Mutfaktaki Mucize Ürün Flavor Wave Turbo

2010-04-09 Thread Tv Ürünü
Flavorwave Turbo F}r}n Flavor Wave Turbo - Mucize F}r}n (Yemek Tarifleri Kitab} Hediyeli, Kargo Bedava!) Ayap}n}za kadar gelen bu f}rsat} geri çevirmeyin. Tüm Kartlara 12 Taksit Bilgi almak için : 0216 444 9 965

Re: ACPI so close I can almost taste it...

2010-04-09 Thread Josh Rickmar
On Thu, Apr 08, 2010 at 08:53:12PM -0400, STeve Andre' wrote: > Willing to be a test case for other ideas! 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

выстaвка СТPОИТЕЛЬСТВО YКPAИНA

2010-04-09 Thread Мосол Е.С.
Ophckaxael onqerhr| lefdymapndmy~ b{qrabjy +OPHLYQ: QRPNHREK\QRBN YJPAHMA;. B{qrabja ayder opnundhr| q 20 on 23 aopek 2010 cnda b Lefdymapndmnl B{qrabnwmnl Vemrpe b oabhk|nme 9 1 on adpeqy: c. Jheb, Apnbapqjni op-r, 15 (lerpn +Kebnaepefma;). B paljau b{qrabjh qnqrnhrq aeqokarma KNREPE_ +BQE DK