ThinkPad 600 screen size.

2011-11-04 Thread David Walker
Hi. I got my hands on a ThinkPad 600 and only about 50% of the screen is utilized on ttys in the middle. Can someone please tell me where to look for this, man page or whatever. TIA Best wishes. OpenBSD 5.0 (GENERIC) #43: Wed Aug 17 10:10:52 MDT 2011 dera...@i386.openbsd.org:/usr/src/sys/ar

Re: ThinkPad 600 screen size.

2011-11-04 Thread Rod Whitworth
On Fri, 4 Nov 2011 18:10:57 +1030, David Walker wrote: >I got my hands on a ThinkPad 600 and only about 50% of the screen is >utilized on ttys in the middle. >Can someone please tell me where to look for this, man page or whatever. > IMBW but IIRC those guys had a BIOS setting to expand the text-

Re: ThinkPad 600 screen size.

2011-11-04 Thread Stuart Henderson
there may be a bios option to stretch the image to fill the display. you could experiment with other display modes mentioned in vga(4) but i suspect they won't fill the screen. On 2011-11-04, David Walker wrote: > Hi. > > I got my hands on a ThinkPad 600 and only about 50% of the screen is > uti

Re: symon monitor pf?

2011-11-04 Thread Stuart Henderson
start it as root (normally just add symon to pkg_scripts in rc.conf.local, assuming your OS is up to date). it drops privileges *after* opening /dev/pf, _symon is and should be unprivileged. On 2011-11-04, f5b wrote: > symon monitor pf? > > http://wpd.home.xs4all.nl/symon/documentation.html > >

Re: ThinkPad 600 screen size.

2011-11-04 Thread David Walker
Thanks guys. This BIOS is ... sad. It's mouse driven - the cursor is a bird that flaps its wings. :[ There is a video option but it only disables the external monitor - I tried it anyway. The BIOS video test takes up the whole screen (gives mode numbers and resolutions) and the boot graphic does

Re: ThinkPad 600 screen size.

2011-11-04 Thread David Walker
Hey. So I'm looking at wscons stuff and I see this: wsconsctl -a | grep wsdisplay.emulations display.emulations=vt100 In ttys, all the terminals I use are vt220 - the default. Does this make sense? I've tried to change the screen type (e.g. 80x50) using wsconscfg and I can't see anything that bu

high interrupts on boot

2011-11-04 Thread Alexander Polakov
Hi, here's another problem I get with my X100e. I see lots of stray interrupts after booting the system but they disappear after suspend/resume. It affects performance, I get the numbers in openssl speed md5 doubled after resume (no, apmd is not running). right after the boot

Copy root partition to another machine

2011-11-04 Thread Bambero
Hello I want to copy my root partition to another with dd without ssh. Is this correct: 1. On first machine: dd if=/dev/rwd0a of=root.img bs=16b skip=1 conv=noerror 2. On second machine: dd if=root.img of=/dev/rwd0a bs=16b seek=1 May/should I ommit seek, skip, conv, bs parameters ? Regards, B

Re: ThinkPad 600 screen size.

2011-11-04 Thread Stefan Unterweger
* David Walker on Fri, Nov 04, 2011 at 07:20:43PM +1030: > This BIOS is ... sad. > It's mouse driven - the cursor is a bird that flaps its wings. :[ Some people at IBM really had too much time at their hands... > There is a video option but it only disables the external monitor - I > tried it any

Re: ThinkPad 600 screen size.

2011-11-04 Thread David Riley
On Nov 4, 2011, at 12:59 PM, Stefan Unterweger wrote: > * David Walker on Fri, Nov 04, 2011 at 07:20:43PM +1030: >> This BIOS is ... sad. >> It's mouse driven - the cursor is a bird that flaps its wings. :[ > > Some people at IBM really had too much time at their hands... Reminds me actually of t

Re: ThinkPad 600 screen size.

2011-11-04 Thread Antti Harri
On Friday 04 November 2011 09:40:57 David Walker wrote: > Hi. > > I got my hands on a ThinkPad 600 and only about 50% of the screen is > utilized on ttys in the middle. > Can someone please tell me where to look for this, man page or whatever. If I understood your problem correctly the solution is

Re: Copy root partition to another machine

2011-11-04 Thread Marc Smith
dd if=/dev/wd0a of=root.img bs=32m [or compress it using: dd if=/dev/wd0a bs=32m | gzip > root.img.gz] and dd if=root.img of=/dev/wd0a bs=32m [decompression: gzip -d -c root.img.gz | dd of=/dev/wd0a bs=32m] And yes, you can ommit additional values. Dnia piD, 4 lis 2011, 17:43:28 Bambero pisz

Re: Flashboot for OpenBSD 5.0 is now available

2011-11-04 Thread Gene
I'll buy this for someone who's willing and capable to port OpenBSD to it: http://ubnt.com/wiki/RouterStation_Pro (I'm vaguely aware of the bad blood that exists between the OpenBSD project and Atheros) -Gene On Thu, Nov 3, 2011 at 9:24 AM, Johan Ryberg wrote: > Sorry but we can only support o

Re: Copy root partition to another machine

2011-11-04 Thread Josh Grosse
Bambero gmail.com> writes: > > Hello > > I want to copy my root partition to another with dd without ssh. Is > this correct: > > 1. On first machine: > dd if=/dev/rwd0a of=root.img bs=16b skip=1 conv=noerror > > 2. On second machine: > dd if=root.img of=/dev/rwd0a bs=16b seek=1 > > May/shoul

jeu de règles PF/ PF Ruleset - OpenBSD 5.0

2011-11-04 Thread Wesley M.
Hi, See here : http://mouedine.net/ruleset5.aspx (with divert/tag use) All the best, Wesley MOUEDINE ASSABY

libc/regcomp vulnerable?

2011-11-04 Thread Johan Ryberg
Hi Just read this: http://securityreason.com/achievement_securityalert/102 Claiming that OpenBSD 5.0 is affected Is it? -- Johan

Pour votre information

2011-11-04 Thread -Luc-
Madame, Monsieur, Dans cette piriode difficile, il est important de soutenir votre activiti commerciale. Pour divelopper l'activiti de votre sociiti, vous devez mettre en avant vos produits, vos services, trouver de nouveaux clients. En un mot : Vous faire connantre. La publiciti par Email est

Re: jeu de règles PF/ PF Ruleset - OpenBSD 5.0

2011-11-04 Thread Wesley M.
Je prends note ;-) Merci. On Fri, 4 Nov 2011 19:37:46 +0100, "hvom .org" wrote: > Le 4 novembre 2011 19:14, Wesley M. a C)crit : >> Hi, >> >> See here : >> >> http://mouedine.net/ruleset5.aspx >> >> (with divert/tag use) >> >> All the best, >> >> Wesley MOUEDINE ASSABY >> >> > > Faire un copier

KARİYERİNİZ GELECEĞİNİZDİR - GLOBALCV.COM

2011-11-04 Thread İstanbul Genç İşadamları Derneği
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. [demime 1.01d removed an attachment of type image/jpeg which had a name of yeni2.jpg]

Re: Updating plus.html

2011-11-04 Thread Steffen Daode Nurpmeso
Hi all, i still have some doubts about that github thing. Or, to be more exactly, i just don't know. But it turns out that the two repos only have three heads in common: BOOTBLOCKS, BRIAN and graichen (from the 19-hundreds). > On Fri, Nov 4, 2011 at 12:45 AM, Brett wrote: > > Later on I guess I

Re: libc/regcomp vulnerable?

2011-11-04 Thread Ted Unangst
On Fri, Nov 04, 2011, Johan Ryberg wrote: > Hi > > Just read this: http://securityreason.com/achievement_securityalert/102 > > Claiming that OpenBSD 5.0 is affected > > Is it? "Red Hat does not consider crash of client application, using regcomp() or regexec() routines on untrusted input witho

Re: Copy root partition to another machine

2011-11-04 Thread Norman Golisz
On Fri Nov 4 2011 17:43, Bambero wrote: > Hello > > I want to copy my root partition to another with dd without ssh. Is > this correct: > > 1. On first machine: > dd if=/dev/rwd0a of=root.img bs=16b skip=1 conv=noerror > > 2. On second machine: > dd if=root.img of=/dev/rwd0a bs=16b seek=1 > >

Re: ThinkPad 600 screen size.

2011-11-04 Thread David Walker
Hey. Thanks everyone. On 05/11/2011, Antti Harri wrote: > If I understood your problem correctly the solution is to use the hotkey > that > stretches the screen to full size. Try FN+F8. Thanks very much for that. It's persistent between reboots which is great. The font looks a little weird - its

Re: ThinkPad 600 screen size.

2011-11-04 Thread David Walker
On 05/11/2011, David Riley wrote: > whoever decided that the BIOS needed a "friendly" mouse-driven interface > ought to be dragged out into the street and shot. Agreed. Mouse BIOS really grates but the little bird is too much. They've hidden everything useful but included a very extensive test s

Nuevos Temas ONLINE en Noviembre

2011-11-04 Thread Carolina Moo
[IMAGE] Nuevos Temas en Noviembre CapacCtese sin salir de su casa o lugar de trabajo ONLINE en Vivo [IMAGE] Licitaciones ElectrC3nicas COMPRANET 5.0 Muevete Sal de AhC 08 de Noviembre 10 de Noviembre [IMAGE] [IMAGE] La Magia de Crear Dinero AplicaciC3n de las Redes Sociales para el C)xito

Re: ThinkPad 600 screen size.

2011-11-04 Thread Rod Whitworth
On Sat, 5 Nov 2011 12:54:21 +1030, David Walker wrote: >It's in good nick and IBM (Lenovo) still have all the docs and files on the >web. >The "ThinkPad 600 Suppliment to the User's Guide" (sic) is 221 pages ... >That's the supplement. :] >It's all english too. >One of the PDFs has 63 pages of as

Re: Patch for FAQ - PF: Packet Tagging (Policy Filtering) - New NAT Syntax

2011-11-04 Thread Bentley, Dain
In the case of the LAN_INET and the LAN_DMZ wouldn't one need to apply the quick rule? If you ping a DMZ server from the internal net, pass in on $int_if from $int_net tag LAN_INET on it will be tagged with LAN_INET. However, because the quick option isn't inserted in the rule pf will keep evaluat

Cierre del Ejercicio Fiscal y Laboral 2011 (10 de Noviembre)

2011-11-04 Thread Corporativo Fiscal Decada SC
Politicas de Privacidad Si no puede ver esta informacisn haga click aqum [IMAGE] POLMTICAS DE CANCELACISN [IMAGE] Corporativo Fiscal Dicada, S.C. posee una rmgida polmtica contra el SPAMming, por lo que respetamos su privacidad. Por favor, si usted no desea recibir mas informacisn y comunicados