Brindouro: Promociones de Junio!

2010-06-26 Thread Brindouro
Si no ves correctamente este mensaje clica aqui

[IMAGE]

[IMAGE]

TEL: 881 242 901 - 911 438 268 - 931 842 413

FAX: 986 494 002

Email: esp...@brindouro.com

www.brindouro.com

Si has recibido este email es porque te has registrado en Brindouro.com o
has tenido una relacion comercial con Brindouro. Te recordamos que segun
la normativa vigente en materia de proteccion de datos y servicios de la
sociedad de la informacion (LSSI), tienes derecho a no recibir
informacion promocional de Brindouro.com. Si quieres darte de baja de
nuestro servicio de e-news, haz clic aqui.

[IMAGE]



Re: mplayer segfault

2010-06-26 Thread Adam Borbely
On Sat, Jun 26, 2010 at 04:24:23AM +, Jacob Meuser wrote:
 On Fri, Jun 25, 2010 at 10:12:03PM +0200, Adam Borbely wrote:
 
 Starting program: /usr/local/bin/mplayer -monitoraspect 16:10 -xy 2 
 -fstype none -zoom -vo x11 tv:// -tv driver=bsdbt848:freq=224.25
 Breakpoint 1 at 0xe40da4c: file /usr/src/lib/libsndio/sndio.c, line 
 292.
 MPlayer SVN-r29414-snapshot-3.3.5 (C) 2000-2009 MPlayer Team
 
 Playing tv://.
 TV file format detected.
 Selected driver: bsdbt848
  name: Brooktree848 Support
  author: Charles Henrich
  comment: in development
   ^^  but it's like 10 tears old and
 more or less abandoned.
 
  upgraded to current solved the segfault problem but now i do not have
  any picture from the tv card only a big blue screen. there are no error
  messages in /var/log/messages or dmesg|tail so the driver reports everything
  is okay. what is the way to have any more detailed info/debug messages  from
  the kernel/driver to see what is going wrong?
 
 maybe try fiddling with the 'input' option.  probably it's using the
 composite input or something.  you probably want 'input=1' (see
 description of METEORSINPUT in bkrt(4)).
 

thank you for the tip, that input=1 option brought back my picture.
happy again ;)



Re: OpenBSD as a laptop OS

2010-06-26 Thread Bruce O'Neel
Hi,

I would state this even stronger :-)

I had a friend give me a Dell Precision M70 which, under XP was beyond useless,
and under OpenBSD 4.7 it just flies.  Very very very nice.

From my POV, it is perfect and works perfectly.  Do note, my definition
of perfect and your definition of perfect might not be the same...
Ie, I think that cwm is the best of all worlds for window managers, an opinion
not necessarly shared by the rest of the world.

When you get away from the OS that came with the system, you run the
risk that not all the devices will work quite as well as they worked with
the factory standard OS.  That said, you get an OS that is far nicer.

cheers

bruce

On Fri, Jun 18, 2010 at 06:26:33AM -0500, Chris Bennett wrote:
 Jean-Francois wrote:
 Hello All,
 
 I am thinking about changing my OS to OpenBSD on my laptop, which
 is standard x86.
 It would be used as internet browser, mail client, multimedia,
 pciture  video , etc ...
 
 My question is simple, is OpenBSD convenient enough for a daily usage ?
 What are the experiences about that ?
 
 Just to be sure, as of today, is ntfs experimental or working, or
 not ? for read ? for r/w ?
 
 I will certainly do with gnome wm.
 
 I know such question might not be very convenient to answer, this
 is just to be sure I can peacefully back-up my data and reinstall
 freshly without worrying about anything but being using a great
 os.
 
 Thanks
 
 
 The other comment about reading the FAQ is right.
 
 However, there are no comments on experiences in the FAQ.
 
 OpenBSD will take an older laptop that crawls under Windows and make
 it pleasantly useful.



Re: Load balancing incoming trafic with BGP

2010-06-26 Thread Stuart Henderson
On 2010-06-25, BARDOU Pierre bardo...@mipih.fr wrote:
 I have issues trying to setup this :

ISP AISP B
  ||
   Router ARouter B
  Main site  ---  Backup site
  1.1.1.0/25  1.1.1.128/25

I think you will have to rethink a bit.

Even if your immediate upstreams accept it (which is unlikely without
a special arrangement), there is no way that most of the internet will
accept a /25 announcement. You would want to use at least a /23 for
the whole net, so your site-specific announcements can be /24.

You will also have to ensure connectivity between the two sites
under normal conditions (if you don't have a direct link, then you
could consider a tunnel between addresses from outside this network;
either plain gif/gre and accept the restricted MTU, or you could use a
gre+vether+bridge+pf setup which would let you run at the lowest MTU
of the physical links between them).

 I'd like that connections to the main site flow through ISP A, to the backup
 site flow through ISP B, with backup through the other ISP if one fails.
 So I set up openBGPd like this :
 Router A :
 AS 65001
 network 1.1.1.0/25
 network 1.1.1.128/25 set prepend-self 5

From one site you would want to announce x.x.x.0/25 and x.x.x.0/24
From the other you want x.x.x.128/25 and x.x.x.0/24 (or similar with
/24 and /23 if you actually want it to work from the rest of the
internet).

Also: note that 1.0.0.0/8 is an allocated network. Please do not
use addresses from this block even as a test network unless they are
properly allocated to you (which being in europe, they are not).



Re: Problem getting some web pages on IPv6

2010-06-26 Thread Stuart Henderson
You have problems with fragmentation, you could try something like
match inet6 scrub (max-mss 1400 no-df).


On 2010-06-23, rhin...@postmail.ch rhin...@postmail.ch wrote:
 Hi All,
 I am trying to get some Web page on a IPv6 host by 
 using an OPenBSD 4.7 as a router. I can get the Web page
 from the router but not from a host in the local net.

 I have tried with OpenSolaris machine and Windows 7 machines.
 At the same time the similar commands with one address hangs
 and with an other address just get the page.

 The bug is quite easy to reproduce. On a web browser,
 getting page at the address http://www.tunnelbroker.net; fails
 while http://www.freebsd.org; succeed.

 The following commands allow to reproduce the problem from the command line:
  1) wget --prefer-family IPv6 
 http://www.kame.net/~suz/freebsd-ipv6-config-guide.txt 
  2) wget --prefer-family IPv6 http://www.freebsd.org/index.html

 The command 1 hangs, the 2 succeed.

 I have tried with and without PF but the result is always identical.  By 
 passing the command
 1 directly on router it succeed. By using IPv4 address, I have no problem at 
 all.

 I use a gif tunnel to get the IPv6 connectivity.

 Any ideas would be greatly appreciated.

 best regards,

 Here are some traces done during the execution of different commands
 Jun 23 11:26:57.266472 2001:470:26:18f::2.38065  
 2001:200:0:8002:203:47ff:fea5:3085.80: S 3353755832:3353755832(0) win 50400 
 mss 1440,nop,wscale 0,nop,nop,sackOK
 Jun 23 11:26:57.605050 2001:200:0:8002:203:47ff:fea5:3085.80  
 2001:470:26:18f::2.38065: S 1568188489:1568188489(0) ack 3353755833 win 65535 
 mss 1420,nop,wscale 1,sackOK,eol [flowlabel 0x2faa4]
 Jun 23 11:26:57.606623 2001:470:26:18f::2.38065  
 2001:200:0:8002:203:47ff:fea5:3085.80: . ack 1 win 51120
 Jun 23 11:26:57.606777 2001:470:26:18f::2.38065  
 2001:200:0:8002:203:47ff:fea5:3085.80: P 1:135(134) ack 1 win 51120
 Jun 23 11:26:57.971801 2001:200:0:8002:203:47ff:fea5:3085.80  
 2001:470:26:18f::2.38065: P 4261:4419(158) ack 135 win 33370 [flowlabel 
 0x2faa4]
 Jun 23 11:26:57.973307 2001:470:26:18f::2.38065  
 2001:200:0:8002:203:47ff:fea5:3085.80: . ack 1 win 51120 nop,nop,sack 1 
 {4261:4419} 
 Jun 23 11:27:06.533016 2001:470:26:18f::2.38065  
 2001:200:0:8002:203:47ff:fea5:3085.80: R 3353755967:3353755967(0) win 51120
 Jun 23 11:27:45.462677 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: S 
 3365633125:3365633125(0) win 50400 mss 1440,nop,wscale 0,nop,nop,sackOK
 Jun 23 11:27:45.651924 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: S 
 2263028161:2263028161(0) ack 3365633126 win 65535 mss 1220,nop,wscale 
 3,sackOK,eol [class 0xc] [flowlabel 0xad982]
 Jun 23 11:27:45.653526 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 1 win 51240
 Jun 23 11:27:45.653675 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: P 
 1:114(113) ack 1 win 51240
 Jun 23 11:27:45.853698 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: P 
 1:246(245) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:45.855206 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 246 win 51240
 Jun 23 11:27:45.857788 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 246:1466(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:45.859296 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 1466 win 51240
 Jun 23 11:27:46.048448 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 1466:2686(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.052559 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 2686:3906(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.054106 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 3906 win 51240
 Jun 23 11:27:46.056284 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 3906:5126(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.060122 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 5126:6346(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.061608 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 6346 win 51240
 Jun 23 11:27:46.247042 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 6346:7566(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.251166 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 7566:8786(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.252716 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 8786 win 51240
 Jun 23 11:27:46.254966 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 8786:10006(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.259244 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 10006:11226(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.260817 2001:470:26:18f::2.38630  2001:4f8:fff6::21.80: . ack 
 11226 win 51240
 Jun 23 11:27:46.262994 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 11226:12446(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 11:27:46.266960 2001:4f8:fff6::21.80  2001:470:26:18f::2.38630: . 
 12446:13666(1220) ack 114 win 8235 [flowlabel 0xad982]
 Jun 23 

Re: OpenBSD does not detect connection ( no carrier ) to ASMI52 Leased Line modem

2010-06-26 Thread Stuart Henderson
On 2010-06-21, Siju George sgeorge...@gmail.com wrote:
 On Fri, Jun 18, 2010 at 6:53 PM, Stuart Henderson s...@spacehopper.org 
 wrote:
 ISSUE : Mismatch in negotiation settings with modem and CPE.

 CPE : Netgear WIFI Router with no option to manage negotiation settings.

 ASMI52 Modem is set to Auto OFF 100F.

 This mismatch will lead link to migrate to half duplex mode and making
 issues in upload stream.

 =

 So it is auto negotiation problem as Reyk suggested at first but how
 to get rid of it in OpenBSD NIC?

 thanks

 --Siju

 Either the ASMI52 should be set to allow auto-negotiation, or
 your nic should be set to force 100Mb full-duplex (media 100baseTX
 mediaopt full-duplex).

 I suggest you try a different NIC if you can't get your rl(4) to
 establish link.


 They won't enable auto negotiation on ASMI52 :-(

 So I tried using sk0 and it gives the connection with

 sk0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 lladdr 00:0f:3d:88:9e:d4
 priority: 0
 groups: egress
 media: Ethernet autoselect (100baseTX half-duplex)
 status: active

 so after giving  media 100baseTX mediaopt full-duplex

 it gives

 sk0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 lladdr 00:0f:3d:88:9e:d4
 priority: 0
 groups: egress
 media: Ethernet 100baseTX full-duplex
 status: active

 Thanks a million :-) But it still shows packet loss 2-3 % guess it
 would be some thing else :-)

 thanks a lot again!!!

 --Siju



As I'm sure you already know, 3% packet loss has a big effect on
TCP speeds.  If you get packet loss when you ping the modem, rather
than just to sites on the internet:

- try forcing to half duplex, in case the modem is misconfigured
to 100H

- try different cables, if you didn't already (make sure to try
different *length* cables)

Please show netstat -in output for sk0.

Perhaps the modem is faulty? could your provider exchange it to test?



softraid RAID5 write performance

2010-06-26 Thread Wouter Coene
Hi,

Recently, I was looking into why softraid's RAID5 write performance was so
disappointing on my hardware. For reference, on the exact same hardware where
RAIDframe easily does over 25 mbytes/sec, softraid barely does 1,5
mbytes/sec.

I found that this was because sr_raidp_rw() always splits up write operations
into blocks of strip_size bytes and reads and updates the parity separately
for each block. RAIDframe on the other hand optimises its writes so that if
(no_chunks - 1) * strip_size bytes are written, it doesn't read the parity
from disk. If the filesystem blocksize is then matched to that figure,
performance increases dramatically.

This can be easily seen in systat iostat: for large writes, softraid does
about as many reads as writes on the underlying disks, whereas with RAIDframe
it's almost all writes[1].

I'm wondering though, is there a specific reason why softraid does it the way
it does? Is it safer?

Thanks,
Wouter Coene

1. on a 3 disk RAID5 array with patched kernel and bioctl to allow the setting
of strip_size to 16k, and with the filesystem blocksize set to 32k.



Da X-Factor ai Cinema Bizarre

2010-06-26 Thread Magix Promotion - Music Agency
n 2bsp;
BOOKING  MANAGEMENT

ESTATE 2010



Visitando il sito internet www.magixpromotion.com potrete visionare
approfonditamente biografie,

foto e concerti di tutti nostri artisti.


Roster completo della agenzia disponibile su richiesta.



Siamo a VS dispozione per ogni chiarimento e/o informazioni






















AMBRAMARIE


Dopo il grande successo ottenuto a X FACTOR 2 e in tutte le piazze italiane,
prosegue il tour della nuova icona rock italiana! Una voce unica, un timbro
esplosivo racchiuso in una minuta graziosita' femminile. La sensuale
delicatezza di un volto giovane e fresco cela nell'intimo un'energia che
esplode tra le note e la melodia: passione e magia, talento e grinta che
prendono vita sul palco. La partecipazione al talent show 'X Factor', e il
grande successo conseguito, hanno confermato l'innato talento di questa
artista bergamasca. Giugno 2009 ha partecipato alla realizzazione del
cofanetto Nessuna Pieta a fianco di artisti del calibro di Piero Pelu',
Stefano Bollani, Ginevra Di Marco, Arturo Stalteri, Riccardo Tesi, Cisco,
Massimo Carlotto, Carlo Lucarelli, Luca Scarlini e tanti altri e tutto il
ricavato di questo progetto CD+Libro andra' devoluto ad Emergency. A
settembre 2009 ha registrato la sigla della trasmissione televisiva  Central
Station edizione 2009 con il brano I don't Mind scritto interamente da lei.
(CENTRAL STATION 2 IN ONDA DAL 15 OTTOBRE 2009 SUL CANALE SKY 117 COMEDY
CENTRAL E DA GENNAIO 2010 IN CHIARO SU MTV)

DISPONIBILE PER CONVENTION OSPITATA VIP E CONCERTO LIVE

























MATTEO BECUCCI


Il re di X Factor 2 ha la voce possente e l'accento toscano di Matteo Becucci.
Il cantautore livornese, sposato con Chiara e padre di due bambine, ha vinto
la seconda edizione del talent show di Raidue grazie ad interpretazioni di
grande spessore. Il suo caposquadra Morgan ha detto che Matteo ha fatto un
percorso interessante, che l'ha portato a una piena consapevolezza nell'uso
della voce. Quando canta h in grado di raggiungere la profondit` dell'anima.
Molto lusinghiero anche il commento di Renato Zero: Tenuta, rigore e calibro
fanno di un cantante, un interprete!. Vincendo X Factor, Matteo Becucci si h
aggiudicato il contratto discografico del valore di 300 mila euro per la
produzione e la promozione di un disco di inediti. Il prodotto finale h uscito
lo scorso 24 aprile, un EP Impossibile con l'inedito omonimo e le cover Lo
avrei dovuto sapere (traduzione italiana I should have known better di Jim
Diamond), Ancora, ancora, ancora di Mina, il duetto con Elisa Rossi The
power of love dei Frankie Goes To Hollywood, I'll fly for you degli Spandau
Ballet e Sei bellissima di Loredana Berth.


DISPONIBILE PER CONVENTION OSPITATA VIP E CONCERTO LIVE





































ENRICO NORDIO



Nasce a Chioggia il 22 Novembre del 1981possiede un diploma in biologia e ha
lhobby del computer. La musica che preferisce h il rock ed il suo cavallo di
battaglia h Through the barricades degli Spandau Ballet.
E una persona silenziosa ed ermetica, ma che ama stare in compagnia. nel 2008
partecipa ai provini di X-FACTOR 2 e, passandoli, accede alla trasmissione
entrando tra i 12 selezionati su 26.000 aspiranti. Si esibisce per 10 serate
sul palco di X-FACTOR 2 ed e da giugno 2009 che e sul mercato con un ep, LA
MACCHINA DEI SOGNI, per UNIVERSAL Music, disco che vanta collaborazioni
illustri.

SITUAZIONI LIVE
OSPITATA  spettacolo di mezzora o poco piy dove rivive percorso in X-Factor
ma non solo proponendo dai Queen alle cover di X-Factor e terminando la
performance con il singolo In Equilibrio;



DUO ACUSTICO  accompagnamento musicale che prevede o un secondo chitarrista o
un pianista questo spettacolo ha la durata di circa di unora e mezza ed ha un
repertorio di vasto raggio: dai Duran Duran alla PFM, da La Machina Dei Sogni
ad In Equilibrio;



CONCERTO LIVE  spettacolo di due ore circa anchesso con repertorio a
vastissimo raggio: Duran Duran, Tears For Fears, Nicolr Fabi, PFM, OttoOhm,
Beatles, Peral Jam, The Police, ma anche ovviamente i pezzi contenuti nel
primo ep La Macchina Dei Sogni e nel nuovo disco In Equilibrio.



DISPONIBILE PER CONVENTION OSPITATA VIP E CONCERTO LIVE







GIOPS


Andrea nasce a Melzo in provincia di Milano il 31 Luglio del 1980.
Adora viaggiare e larte in genere. E una persona buona e onesta,
ma anche eccentrica e vanitosa. Il suo sogno nel cassetto h quello di riuscire
a diventare un musicista e viaggiare in tutto il mondo.
La sua musica preferita h il reggae ed il suo mito ispiratore Bob Marley. Il
suo cavallo di battaglia h una canzone che ha scritto lui, Puye. Partecipa ad
X Factor perchi gli amici lo hanno convinto che
sarebbe stata la strada giusta per realizzare il suo sogno.


DISPONIBILE PER CONVENTION OSPITATA VIP E CONCERTO LIVE



























FARIAS



I Farias sono 4 fratelli: Nahuel,Kutral, Newen, Kimen.Provengono
dall'Argentina, esattamente dalla Patagonia. 

Re: OpenBSD Makes Other Things Better (Advocacy)

2010-06-26 Thread Jean-Francois
Le jeudi 24 juin 2010 00:56:09, Daniel Melameth a icrit :
 While most of us already know how the subject rings true, I still found the
 following from REBOL's CTO's public blog post interesting nonetheless (I've
 never used REBOL):

 This was an interesting build, because it exposed a unique bug due to the
 more secure methods of memory allocation on OpenBSD. Debugging it took some
 time but was worth the effort. The bug has now been fixed and will be part
 of the A100 releases for all platforms.

 The minor blog post is available at http://www.rebol.net/r3blogs/0321.html.

By the way, thanks a lot for higlighting this wonderful language. And it is
very likely that I use it in the future for creating some utilities.

I confirm small and lightweight needs to keep existing in this world where the
rule is :
growth(time) = a_constant x exponential(time)

Thanks.



Re: opensmtpd

2010-06-26 Thread Jean-Francois
Le samedi 22 mai 2010 15:03:50, Gilles Chehade a icrit :
 On Sat, May 22, 2010 at 06:49:54AM -0600, Alvaro Mantilla Gimenez wrote:
  Hello,
 
  Is anyone using OpenSMTPD in production already? If the answer is
  yes..which numbers are handling by OPenSMTPD? (email average by day,
  etc...)
 
  Regards,
 
  Alvaro

 don't. there are heavy changes under the works by both Jacek and I,
 if you run it in production you will be sorry.

 Gilles

Hello,

Can we have an idea about the actual status of this project ?
Is there a website or documentation for it ?

Thanks  Regards

J-F



Re: opensmtpd

2010-06-26 Thread Tomas Bodzar
http://www.openbsd.org/cgi-bin/man.cgi?query=smtpdapropos=0sektion=0manpat
h=OpenBSD+Currentarch=i386format=html

http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/smtpd/

On Sat, Jun 26, 2010 at 9:21 PM, Jean-Francois jfsimon1...@gmail.com wrote:
 Le samedi 22 mai 2010 15:03:50, Gilles Chehade a icrit :
 On Sat, May 22, 2010 at 06:49:54AM -0600, Alvaro Mantilla Gimenez wrote:
  Hello,
 
  Is anyone using OpenSMTPD in production already? If the answer is
  yes..which numbers are handling by OPenSMTPD? (email average by day,
  etc...)
 
  Regards,
 
  B  B  Alvaro

 don't. there are heavy changes under the works by both Jacek and I,
 if you run it in production you will be sorry.

 Gilles

 Hello,

 Can we have an idea about the actual status of this project ?
 Is there a website or documentation for it ?

 Thanks  Regards

 J-F





--
bIf youbre good at something, never do it for free.bB bThe Joker



building jdk 1.7

2010-06-26 Thread Alicornio
Hi

How many space I need to build the jdk 1.7 port?
I have the WRKOBJDIR pointing to a 2 GiB directory and it isn't enough.

Thanks all.



Re: building jdk 1.7

2010-06-26 Thread Ed Ahlsen-Girard
From:   Alicornio alicornio () ig ! com ! br
Date:   2010-06-27 0:05:45

 Hi
 
 How many space I need to build the jdk 1.7 port?
 I have the WRKOBJDIR pointing to a 2 GiB directory and it isn't
 enough.
 
 Thanks all.

I went to 10G and that was fine.  Probably unnecessary, but I did not
want to change it twice.

-- 

Edward Ahlsen-Girard
Ft Walton Beach, FL



Why is status not set to ^T by stty?

2010-06-26 Thread Damon McMahon
Greetings,

I need someone to hit me with a clue-stick here. I was trying to get a
status of ping(1) using ^T but it appeared not to be sending a SIGINFO
command. Reading through the man pages I see that stty(1) defines this
behaviour, and sure enough...

# stty -a
speed 9600 baud; 24 rows; 80 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
-extproc -xcase
iflags: -istrip icrnl -inlcr -igncr -iuclc ixon -ixoff ixany imaxbel
-ignbrk brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -onocr -onlret -olcuc oxtabs -onoeot
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = undef;
eol2 = undef; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
min = 1; quit = ^\; reprint = ^R; start = ^Q; status = undef;
stop = ^S; susp = ^Z; time = 0; werase = ^W;

Yep, status is not bound to ^T

My question is where in the boot or logon process is stty(1) executed,
or more to the point, why is my system not configured with the default
behaviour?

OpenBSD 4.5 (GENERIC) #4: Sat Apr 17 10:05:10 CST 2010
softw...@wiggum.office:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III (GenuineIntel 686-class, 512KB L2 cache) 499 MHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real mem  = 200773632 (191MB)
avail mem = 185729024 (177MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/11/02, BIOS32 rev. 0 @
0xfd7b1, SMBIOS rev. 2.3 @ 0xf8386 (38 entries)
bios0: vendor IBM version PJKT41AUS date 07/11/2002
bios0: IBM 656345A
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0x1
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf1e60/160 (8 entries)
pcibios0: PCI Interrupt Router at 000:02:0 (VIA VT82C596A ISA rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xa000 0xca000/0x1000
cpu0 at mainbus0: (uniprocessor)
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 VIA VT82C691 PCI rev 0x82
viaagp0 at pchb0: v2
agp0 at viaagp0: aperture at 0xec00, size 0x1000
ppb0 at pci0 dev 1 function 0 VIA VT82C598 AGP rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 S3 Savage 4 rev 0x03
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 2 function 0 VIA VT82C596A ISA rev 0x12
pciide0 at pci0 dev 2 function 1 VIA VT82C571 IDE rev 0x06: ATA66,
channel 0 configured to compatibility, channel 1 configured to
compatibility
wd0 at pciide0 channel 0 drive 0: FUJITSU MPE3136AH B4
wd0: 16-sector PIO, LBA, 12949MB, 26520480 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: LG, CD-ROM CRD-8400B, 1.12 ATAPI
5/cdrom removable
wd1 at pciide0 channel 1 drive 1: WDC WD205BA
wd1: 16-sector PIO, LBA, 19574MB, 40088160 sectors
cd0(pciide0:1:0): using PIO mode 4, DMA mode 2
wd1(pciide0:1:1): using PIO mode 4, Ultra-DMA mode 4
uhci0 at pci0 dev 2 function 2 VIA VT83C572 USB rev 0x08: irq 10
VIA VT82C596 Power rev 0x20 at pci0 dev 2 function 3 not configured
fxp0 at pci0 dev 14 function 0 Intel 8255x rev 0x08, i82559: irq 9,
address 00:04:ac:8b:51:11
inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4
ral0 at pci0 dev 15 function 0 Ralink RT2560 rev 0x01: irq 5,
address 00:13:d3:6a:bb:9d
ral0: MAC/BBP RT2560 (rev 0x04), RF RT2525
xl0 at pci0 dev 16 function 0 3Com 3c905 100Base-TX rev 0x00: irq
10, address 00:60:08:34:91:f9
nsphy0 at xl0 phy 24: DP83840 10/100 PHY, rev. 1
esa0 at pci0 dev 18 function 0 ESS ES1989 rev 0x10: irq 9
ac97: codec id 0x45838308 (ESS Technology ES1921)
ac97: codec features 20 bit DAC, 20 bit ADC, ESS Technology
audio0 at esa0
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 VIA UHCI root hub rev 1.00/1.00 addr 1
biomask fd45 netmask ff65 ttymask 
mtrr: Pentium Pro MTRR support
softraid0 at root
root on wd0a swap on wd0b dump on wd0b

Any assistance will be appreciated!

Cheers,
Damon



Re: Why is status not set to ^T by stty?

2010-06-26 Thread Joachim Schipper
On Sun, Jun 27, 2010 at 02:13:01PM +0930, Damon McMahon wrote:
 Greetings,
 
 I need someone to hit me with a clue-stick here. I was trying to get a
 status of ping(1) using ^T but it appeared not to be sending a SIGINFO
 command. Reading through the man pages I see that stty(1) defines this
 behaviour, and sure enough...
 
 # stty -a
 speed 9600 baud; 24 rows; 80 columns;
 lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
 -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
 -extproc -xcase
 iflags: -istrip icrnl -inlcr -igncr -iuclc ixon -ixoff ixany imaxbel
 -ignbrk brkint -inpck -ignpar -parmrk
 oflags: opost onlcr -ocrnl -onocr -onlret -olcuc oxtabs -onoeot
 cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
 cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = undef;
 eol2 = undef; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
 min = 1; quit = ^\; reprint = ^R; start = ^Q; status = undef;
 stop = ^S; susp = ^Z; time = 0; werase = ^W;
 
 Yep, status is not bound to ^T
 
 My question is where in the boot or logon process is stty(1) executed,
 or more to the point, why is my system not configured with the default
 behaviour?

What makes you think this would be the default behaviour? (I really
don't know - but it works the same for me...)

Joachim