Re: PTY allocation error

2010-07-12 Thread czarkoff
Theo de Raadt wrote: > > I have been following the discussion on this list regarding the wear-ability > > of CF cards, and in the past have done non-Read Only installs, using both CF > > and microdrives. There are two primary reasons why I am interested in doing > > this: > > > > 1) To learn mo

Re: OpenBSD : FFS : Large Directories : Small files

2010-07-12 Thread Mayuresh Kathe
On Mon 12/07/10 11:09, "Otto Moerbeek" o...@drijf.net wrote: > On Sun, Jul 11, 2010 at 10:22:41AM +0200, Mayuresh Kathe wrote: > > > Hello, may I know of limitations on supporting large > directories (over 5 > million files) with small files > > (less than 10 KB) under FFS/FFS2? > > This is for a r

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide fault trap

2010-07-12 Thread Ariel Burbaickij
I confirm -- disabling softraid did not fix it. Actually, I went for option of installing OpenBSD after reading Freds' webpage on the topic ;-). /wbr Ariel Burbaickij On Sun, Jul 11, 2010 at 12:16 AM, Fred Crowson wrote: > On 10 July 2010 06:58, Joel Sing wrote: >> Hi Ariel/Fred, >> >> Could o

Re: need help --reboot of newly installed OpenBSD 4.7 on Toshiba Libretto 70 neds in integet divide fault trap

2010-07-12 Thread Ariel Burbaickij
Could you tell somehting more, why cpu_swithchto on popping ebx (or other registers for this matter close the spot in code) from stack would exist in such way as it does right now? Something manages to corrupt stack to this amount/something else? On Sat, Jul 10, 2010 at 5:51 PM, Theo de Raadt wro

Roulez en toute sérénité pour 35€/an

2010-07-12 Thread Contact
[IMAGE] [IMAGE]

Re: Other FS support in OpenBSD

2010-07-12 Thread Martin Pelikán
2010/7/12, Paolo Aglialoro : > Unfortunately the question was meant for a dual boot P3-M 256MB laptop, so BTW: I can hardly think of a person I know who used XFS on laptop and didn't lose at least subset of his data there. My suggestion: run, before it's too late. Ext3fs works for me between Linux

Re: PTY allocation error

2010-07-12 Thread Floor Terra
On Mon, Jul 12, 2010 at 1:31 AM, Peter Bako wrote: > Basically once I boot of my new image, I am able to log into it on the > serial console and things look ok. B I can also ping the IP address of the > unit, but when I try to SSH into it I get the following message: > > B "Server refused to alloc

Re: Other FS support in OpenBSD

2010-07-12 Thread Paolo Aglialoro
Hi Martin, I'm afraid we've had some different experiences... power outages plus ext3 sometimes gave me woes (all partition gone), while I've been using both JFS and XFS on my servers, PCs and laptops without a single glitch. After all, they are mature industrial standards. Some of these systems a

Re: PTY allocation error

2010-07-12 Thread David Walker
Hiya. I wish I'd caught this before I started drinking. Nevermind. As others have said: * CF cards are cheap. Do yourself a favour and buy a card at least big enough to take the required sets with some leg room. http://www.openbsd.org/faq/faq4.html#FilesNeeded * Don't use a frankenstein installer

Re: PTY allocation error

2010-07-12 Thread Nick Holland
On 07/12/10 03:11, czark...@gmail.com wrote: ... This is not about Theo personally, it's about everyone in this thread. Peter did't pretend to get a custommer support, neither he said someone is obliged to answer his question. He simply wanted someone familiar with pty allocation to give him an

Re: PTY allocation error

2010-07-12 Thread Tony Abernethy
Nick Holland wrote: > > On 07/12/10 03:11, czark...@gmail.com wrote: > ... > > This is not about Theo personally, it's about everyone in this > thread. > > > > Peter did't pretend to get a custommer support, neither he said > someone is > > obliged to answer his question. He simply wanted someone f

Re: PTY allocation error

2010-07-12 Thread Nick Holland
On 07/12/10 02:05, Peter Bako wrote: ... 2) Setting up a RO system gives a level of redundancy in the case of power outages (or more likely in my neck of the world) or brownouts. I've had a case in the past where a normal OpenBSD install, on a micro-drive, was in a situation where due to an elec

Re: PTY allocation error

2010-07-12 Thread Theo de Raadt
> > So now you have a system which can survive a power outage, but you can't > > even fix the pty problems of your own creation. Sounds like pure genius. > > This is not about Theo personally, it's about everyone in this thread. > > Peter did't pretend to get a custommer support, neither he said

July 10 snapshot: scambled harddisk name in dmesg

2010-07-12 Thread Tasmanian Devil
Hello, list! I couldn't find this reported elsewhere so far: With the July 10 snapshot (still the latest one right now) the harddisk name gets scrambled in the dmesg on both a new and on an old machine. Otherwise the snapshot seems to work fine. Tas. New machine: # dmesg | diff -u snapshot_Jul

Re: PTY allocation error

2010-07-12 Thread Dmitrij D. Czarkoff
Nick Holland wrote: > > If you don't want or don't know how to help him, why just not ignore the > > message? > > Why do you think saying "don't do this" is not helping him? It is > certainly more productive than helping him continue down his wrong path. I think "don't do this" is helping him i

Re: PTY allocation error

2010-07-12 Thread Theo de Raadt
> Nick Holland wrote: > > > If you don't want or don't know how to help him, why just not ignore the > > > message? > > > > Why do you think saying "don't do this" is not helping him? It is > > certainly more productive than helping him continue down his wrong path. > > I think "don't do this"

Re: PTY allocation error

2010-07-12 Thread Philip Guenther
On Mon, Jul 12, 2010 at 11:18 AM, Dmitrij D. Czarkoff wrote: > Nick Holland wrote: >> > If you don't want or don't know how to help him, why just not ignore the >> > message? >> >> Why do you think saying "don't do this" is not helping him? It is >> certainly more productive than helping him con

Re: PTY allocation error

2010-07-12 Thread Corey
On 07/11/2010 06:31 PM, Peter Bako wrote: I'm setting up (well, trying to I guess :-) ) a read-only OpenBSD system to run off a small CF card. Never having done this before, I found an excellent article written by Daniele Mazzocchio (http://www.kernel-panic.it/openbsd/embedded/) to use as my gu

Re: PTY allocation error

2010-07-12 Thread bofh
And what is your opinion of people who run sshd on non-standard poorts? I recently had to smack one of my guys for that momentary brilliance. On 7/12/10, Corey wrote: > On 07/11/2010 06:31 PM, Peter Bako wrote: >> I'm setting up (well, trying to I guess :-) ) a read-only OpenBSD system >> to >

Plan Peninsula BlackBerry Joven, Informate

2010-07-12 Thread Telcel
Blackberry Gratis [IMAGE]

Re: PTY allocation error

2010-07-12 Thread Chris Bennett
On 07/12/10 14:10, bofh wrote: And what is your opinion of people who run sshd on non-standard poorts? I recently had to smack one of my guys for that momentary brilliance. OK, this is the second time I've seen someone say this. What is the difference? Is there some magical property with port

Re: PTY allocation error

2010-07-12 Thread Leonardo Carneiro - Veltrac
On 07/12/2010 03:38 PM, Chris Bennett wrote: On 07/12/10 14:10, bofh wrote: And what is your opinion of people who run sshd on non-standard poorts? I recently had to smack one of my guys for that momentary brilliance. OK, this is the second time I've seen someone say this. What is the differe

nous vous informer que nous ne pouvions pas traiter votre paiement recent de facture.

2010-07-12 Thread client orange
Banque Postal: retour ? l'accueil Bonjour, Cet email a ete envoye pour vous informer que nous ne pouvions pas traiter votre paiement recent de facture. Ceci pourrait etre du a l une ou l autre des raisons suivantes: 1. Un changement recent de vos informations personnelles. (par exemple : adress

Re: PTY allocation error

2010-07-12 Thread J Sisson
On Mon, Jul 12, 2010 at 2:46 PM, Leonardo Carneiro - Veltrac < lscarne...@veltrac.com.br> wrote: > I ONLY run the sshd that are allowed to connect from the Internet in > non-standard ports. Anyone that matters to know knows on witch port the sshd > is running. > > Well, them and anyone who knows h

Re: PTY allocation error

2010-07-12 Thread Leonardo Carneiro - Veltrac
On 07/12/2010 05:01 PM, J Sisson wrote: On Mon, Jul 12, 2010 at 2:46 PM, Leonardo Carneiro - Veltrac mailto:lscarne...@veltrac.com.br>> wrote: I ONLY run the sshd that are allowed to connect from the Internet in non-standard ports. Anyone that matters to know knows on witch port the

Re: PTY allocation error

2010-07-12 Thread Chris Bennett
On 07/12/10 15:01, J Sisson wrote: On Mon, Jul 12, 2010 at 2:46 PM, Leonardo Carneiro - Veltrac< lscarne...@veltrac.com.br> wrote: I ONLY run the sshd that are allowed to connect from the Internet in non-standard ports. Anyone that matters to know knows on witch port the sshd is running. Well

Re: PTY allocation error

2010-07-12 Thread Leonardo Carneiro - Veltrac
On 07/12/2010 04:33 PM, Chris Bennett wrote: On 07/12/10 15:01, J Sisson wrote: On Mon, Jul 12, 2010 at 2:46 PM, Leonardo Carneiro - Veltrac< lscarne...@veltrac.com.br> wrote: I ONLY run the sshd that are allowed to connect from the Internet in non-standard ports. Anyone that matters to know

Openbgpd Max Number of Neighbors per Instance

2010-07-12 Thread James Reid - McLean
Does anyone have information about the maximum number of BGP neighbors a single instance of OpenBGPD could support assuming the following: 1. OpenBGPD would send only "Default Route" to each neighbor 2. Each neighbor would advertise only 1 subnet to OpenBGPD 3. OpenBGPD could run in passive mode f

HI,misc:由著名導師主講,針對0-12歲小朋友之家長的免費教育講座「家教從小開始,財富由此生!」

2010-07-12 Thread Arpeggios Communications Limited
Having problems viewing this email? Please click here.For enquiry, please send email to reg...@arpeggios.com.hk e&g!f3i1h.d;%d8 ge'e.9o< h+ f f-$.e&f d;;d=f%h)"h+ i;i5h3 reg...@arpeggios.com.hk HI,misc e&ff(d8 f3e f6e0fegd?!d;6o< h+ f ih

Re: Openbgpd Max Number of Neighbors per Instance

2010-07-12 Thread Claudio Jeker
On Mon, Jul 12, 2010 at 03:07:23PM -0400, James Reid - McLean wrote: > Does anyone have information about the maximum number of BGP neighbors a > single instance of OpenBGPD could support assuming the following: > > 1. OpenBGPD would send only "Default Route" to each neighbor > 2. Each neighbor wo

Re: PTY allocation error

2010-07-12 Thread Ted Unangst
On Mon, Jul 12, 2010 at 2:06 AM, Peter Bako wrote: > 2) Setting up a RO system gives a level of redundancy in the case of power > outages (or more likely in my neck of the world) or brownouts. I've had a > case in the past where a normal OpenBSD install, on a micro-drive, was in a > situation wh

Re: PTY allocation error

2010-07-12 Thread Fred Crowson
On 12 July 2010 20:46, Leonardo Carneiro - Veltrac wrote: > I ONLY run the sshd that are allowed to connect from the Internet in > non-standard ports. Anyone that matters to know knows on witch port the sshd > is running. > And any one who doesn't just runs nmap to find port 222 :~) Fred

Has anyone any idea what this is...

2010-07-12 Thread GSO
I've a base install, with only firefox on top, and with broadband ADSL with a vpn provider also,. The cursor starts jumping around text boxes in firefox, within a box, but also between boxes, typically from a password box to the login name box, so by the time I've typed the password in I realise t

request help with tip and serial port problem

2010-07-12 Thread fred
Hello, A user needs to connect to external equipment using tip and a serial port. I created an /etc/remote file: snake:br=9600:dv=/dev/tty01:hf:nb:pa=none The group associated with /dev/tty01 was changed from dialer to one that includes the user: $ls -l /dev/tty01 crw-rw 1 uucp wheel 8,

Re: request help with tip and serial port problem

2010-07-12 Thread patrick keshishian
On Mon, Jul 12, 2010 at 2:58 PM, fred wrote: > Hello, > > A user needs to connect to external equipment using tip and a serial port. > > I created an /etc/remote file: > snake:br=9600:dv=/dev/tty01:hf:nb:pa=none > > The group associated with /dev/tty01 was changed from dialer to one that > include

Question about moving system to different hardware

2010-07-12 Thread Ted Wynnychenko
Hello: I was very happy with myself after setting up a file server for my home with some old hardware (and some new old hardware). Everything works great. Now, I have come into possession of some "better" old hardware (an "actual" server - Compaq Evo W8000 - with SCSI disks! Wow, that's big for

:: Renuévate :: Diseño Profesional de Sitios desde 139.000

2010-07-12 Thread :: Sitios para Pymes ::
- RENUC VATE !! - PLAN E-START : DISECO WEB PROFESIONAL DESDE $139.000 + IVA DiseC1o Sitio

Khuyến Mãi: thiết kế web miễn phí, cung cấp phàn mềm quản lý, phần mềm công nghiệp.

2010-07-12 Thread Tran Van Bao
KC-nh ga;i quC- khC!ch hC ng: TC-n Via;t TID Co., Ltd lC cC4ng ty hoa:!t Da;ng trong lD)nh va;1c thia:?t ka:? web site, pha:'n ma;m qua:#n lC=, pha:'n ma;m Dia;u khia;n cC4ng nghia;p vC chuyC*n cung ca:%p cC!c sa:#n pha:)m cC4ng nghia;p... Va;i Da;i ngE) n

Re: Question about moving system to different hardware

2010-07-12 Thread Nick Holland
On 07/12/10 19:00, Ted Wynnychenko wrote: > Hello: > > I was very happy with myself after setting up a file server for my home with > some old hardware (and some new old hardware). Everything works great. > > Now, I have come into possession of some "better" old hardware (an "actual" > server -

Re: request help with tip and serial port problem

2010-07-12 Thread Nick Holland
On 07/12/10 19:32, patrick keshishian wrote: > On Mon, Jul 12, 2010 at 2:58 PM, fred wrote: >> Hello, >> >> A user needs to connect to external equipment using tip and a serial port. >> >> I created an /etc/remote file: >> snake:br=9600:dv=/dev/tty01:hf:nb:pa=none >> >> The group associated with /

Re: Has anyone any idea what this is...

2010-07-12 Thread Neal Hogan
On Mon, Jul 12, 2010 at 5:47 PM, GSO wrote: > I've a base install, with only firefox on top, and with broadband ADSL with > a vpn provider also,. > > The cursor starts jumping around text boxes in firefox, within a box, but > also between boxes, typically from a password box to the login name box,

Re: request help with tip and serial port problem

2010-07-12 Thread patrick keshishian
On Mon, Jul 12, 2010 at 6:03 PM, Nick Holland wrote: > On 07/12/10 19:32, patrick keshishian wrote: >> On Mon, Jul 12, 2010 at 2:58 PM, fred wrote: >>> Hello, >>> >>> A user needs to connect to external equipment using tip and a serial port. >>> >>> I created an /etc/remote file: >>> snake:br=960

Re: request help with tip and serial port problem

2010-07-12 Thread Nick Holland
On 07/12/10 21:54, patrick keshishian wrote: > On Mon, Jul 12, 2010 at 6:03 PM, Nick Holland > wrote: >> On 07/12/10 19:32, patrick keshishian wrote: ... >>> $ sudo -u uucp tip snake >>> >>> --patrick >> >> uh...if all else fails, do it as root? I think we'd prefer to avoid >> that, unless really

Re: PTY allocation error

2010-07-12 Thread bofh
On Mon, Jul 12, 2010 at 4:41 PM, Leonardo Carneiro - Veltrac wrote: Well, them and anyone who knows how to half-assed run nmap or any other >>> numerous service fingerprinting utilities. >> >> Even with sshd moved, when I finally decided to block port 22, my >> bandwidth use dropped noticeabl

睿正7月出口退税,贸易代理服务更新

2010-07-12 Thread 2010-07-13 10:11:18
10:11:18 g?f-#7ff e ! d8d8d;#gh?e:e#o<f(fci#ece ;ge(f"0ceffg- o< o<e:e#ig(ce+g(o< d;#gh49d=h31%h57o< d;#gd?!g(h/g;g.o< f6d;f1o< e

Re: July 10 snapshot: scambled harddisk name in dmesg

2010-07-12 Thread Tasmanian Devil
> the harddisk name gets scrambled The second July 12 snapshot fixes this. Thank you! :-) Tas.

Hello

2010-07-12 Thread David Zhou
- This mail is in HTML. Some elements may be ommited in plain text. - I have a good business proposal to share with you. Thanks and Regards.