Re: DNS problems

2009-04-08 Thread Bob Bishop
Hi, On 7 Apr 2009, at 19:35, Aryeh M. Friedman wrote: I have registered and pointed to my name server the following domains: istudentunion.com (.net and .org) [etc] Actually, the registrar only seems to have delegated istudentunion.net I'm not sure that using a CNAME for the server(s) is a

Re: DNS problems

2009-04-08 Thread Aryeh M. Friedman
Bob Bishop wrote: Hi, On 7 Apr 2009, at 19:35, Aryeh M. Friedman wrote: I have registered and pointed to my name server the following domains: istudentunion.com (.net and .org) [etc] Actually, the registrar only seems to have delegated istudentunion.net I'm not sure that using a CNAME for

Re: How to increase the max pty's on Freebsd 7.0?

2009-04-08 Thread Bernd Walter
On Wed, Apr 08, 2009 at 12:43:53PM +0100, Max Laier wrote: On Wednesday 08 April 2009 13:25:39 Bernd Walter wrote: On Thu, Apr 02, 2009 at 08:10:03AM +0200, Ed Schouten wrote: * Paul Schenkeveld fb-hack...@psconsult.nl wrote: Or change 'pts' to, for example, 'pt' so without changing utmp

Re: How to increase the max pty's on Freebsd 7.0?

2009-04-08 Thread Bernd Walter
On Thu, Apr 02, 2009 at 08:10:03AM +0200, Ed Schouten wrote: * Paul Schenkeveld fb-hack...@psconsult.nl wrote: Or change 'pts' to, for example, 'pt' so without changing utmp and related stuff we'll have space for a four digit pty number. I've noticed lots of apps already misbehave because

Re: How to increase the max pty's on Freebsd 7.0?

2009-04-08 Thread Max Laier
On Wednesday 08 April 2009 13:25:39 Bernd Walter wrote: On Thu, Apr 02, 2009 at 08:10:03AM +0200, Ed Schouten wrote: * Paul Schenkeveld fb-hack...@psconsult.nl wrote: Or change 'pts' to, for example, 'pt' so without changing utmp and related stuff we'll have space for a four digit pty

working of syscall handling

2009-04-08 Thread Mehul Chadha
Hello all, I have a doubt in understanding the working of the freebsd OS. In the program given below the function readlink gets called up when printf is executed and the program ends without any output. readlink is a system call (syscall number = 58) which is being made by the

Re: working of syscall handling

2009-04-08 Thread Dan Nelson
In the last episode (Apr 08), Mehul Chadha said: In the program given below the function readlink gets called up when printf is executed and the program ends without any output. readlink is a system call (syscall number = 58) which is being made by the printf function, but according to my

Re: working of syscall handling

2009-04-08 Thread Joseph Koshy
In the program given below the function readlink gets called up when printf is executed and the program ends without any output. readlink is a system call (syscall number = 58) which is being made by the printf function, but according to my understanding of system call, it is made by putting

building a gcc crosscompiler

2009-04-08 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the last time I built a gcc crosscompiler, the gcc folks have added in dependencies on mpfr and gmp libraries. When I first read this, I was worried that I had a chicken/egg problem, but I found that you can do with the host's version of those