Re: ncurses

2001-08-15 Thread Terry Lambert
Hans Zaunere wrote: > > I'm sorry that this is offtopic, but I've looked/asked > everywhere and no one has a clue. > > Once a program does initscr(), is it possible to > printf()? I can printf() stuff without a problem, but > it doesn't get to the screen until the program exits? > > I've done

Re: Fw: help me!!!!!

2001-08-15 Thread Julian Elischer
> srinivasarao wrote: > > > -Original Message- > From: srinivasarao <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Thursday, August 16, 2001 11:40 AM > Subject: help me! > > hi , > while creating file in the FreeBSD kernel getting problem. we are unable to

Fw: help me!!!!!

2001-08-15 Thread srinivasarao
  -Original Message-From: srinivasarao <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Thursday, August 16, 2001 11:40 AMSubject: help me! hi , while creating file in the FreeBSD kernel getting problem.  we are unable to create the file using open( ) or  svr

Re: kernel copy

2001-08-15 Thread Julian Elischer
"P. U. (Uli) Kruppa" wrote: > > On Thu, 16 Aug 2001, vishwanath pargaonkar wrote: > > > pls tell how shd i copy a kernel ie.. kernel.new to > > kernel using cp. > > when i try to do this it says operation not permitted. > > its not allowing for changing permissions too. > > how to do this? > try

Re: kernel copy

2001-08-15 Thread P. U. (Uli) Kruppa
On Thu, 16 Aug 2001, vishwanath pargaonkar wrote: > pls tell how shd i copy a kernel ie.. kernel.new to > kernel using cp. > when i try to do this it says operation not permitted. > its not allowing for changing permissions too. > how to do this? try # cat kernel.new > kernel But do have a look a

Re: kernel copy

2001-08-15 Thread Pierre-Luc Lespérance
vishwanath pargaonkar wrote: > > Hi, > pls tell how shd i copy a kernel ie.. kernel.new to > kernel using cp. > when i try to do this it says operation not permitted. > its not allowing for changing permissions too. > how to do this? > > TIA > > To Unsubscribe: send mail to [EMAIL PROTECTED] >

kernel copy

2001-08-15 Thread vishwanath pargaonkar
Hi, pls tell how shd i copy a kernel ie.. kernel.new to kernel using cp. when i try to do this it says operation not permitted. its not allowing for changing permissions too. how to do this? TIA To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of th

Re: For review: Patch to ps(1) old-style option parsing.

2001-08-15 Thread Brian Somers
>This is pretty low-priority and I don't think it needs to be > MFC'd for the 4.4 release, but there is a small error in ps's > old-style option handling. An outstanding example of this is > when one runs `ps Uroot': This has irritated me in the past too :*) I've applied your patch to -cur

Re: ncurses

2001-08-15 Thread Mark Peek
At 5:45 PM -0700 8/15/01, Hans Zaunere wrote: >Once a program does initscr(), is it possible to >printf()? I can printf() stuff without a problem, but >it doesn't get to the screen until the program exits? It is best not to mix printf and curses. >I've done every ncurses function I can think of

Re: ncurses

2001-08-15 Thread Hans Zaunere
> > fprintf(stderr,..) will print stuff when ncurses > is running. > *Whaps himself* Why didn't I think of that. However the question still lingers, is there anyway to output to stdout? Its kind of a moot point I suppose, just curious. Thank you, Hans

Re: ncurses

2001-08-15 Thread Stephen Montgomery-Smith
Hans Zaunere wrote: > > I'm sorry that this is offtopic, but I've looked/asked > everywhere and no one has a clue. > > Once a program does initscr(), is it possible to > printf()? I can printf() stuff without a problem, but > it doesn't get to the screen until the program exits? > > I've done

ncurses

2001-08-15 Thread Hans Zaunere
I'm sorry that this is offtopic, but I've looked/asked everywhere and no one has a clue. Once a program does initscr(), is it possible to printf()? I can printf() stuff without a problem, but it doesn't get to the screen until the program exits? I've done every ncurses function I can think of,

hardware

2001-08-15 Thread Dan
Not sure if this is the right list for this but I am wondering if there is support for the Intel Dual 10/100BT Ethernet Adapter. -- Dan +--+ | BRAVENET WEB SERVICES | | [EMAIL PROTECTED]

Re: if_strip for FreeBSD?

2001-08-15 Thread Alex Belits
On Tue, 14 Aug 2001, Devin Butterfield wrote: > > Some All > >versions of the metricom modems would allow point to point > > communications when they weren't on the merticom net. I don't know if > > this driver is for one of these or not, but it might not be a bad > > thing to do if so. I'l

Re: more Newbus questions

2001-08-15 Thread John Baldwin
On 15-Aug-01 [EMAIL PROTECTED] wrote: > OK, this is helpful, but I have looked at this before. this seems to be > where the interrupt vector table is initialized.(correct me if I am > wrong..) NOw, where do the devices that newbus finds and probes get > inserted into these structures(intr_handler

ypserv.new (feeback requested)

2001-08-15 Thread David E. Cross
I notice that a lot of people downloaded the ypserv update. I also know that many people have had the same troubles I reported with the 'old' ypserv. Have any of you who have had troubles tested this version? Did it work? For those who are running it, have you noticed any problems? -- David Cro

For review: Patch to ps(1) old-style option parsing.

2001-08-15 Thread Chris Costello
This is pretty low-priority and I don't think it needs to be MFC'd for the 4.4 release, but there is a small error in ps's old-style option handling. An outstanding example of this is when one runs `ps Uroot': $ ps Uroot ps: rooT: no such user ps: No users specified The problem is that th

Re: more Newbus questions

2001-08-15 Thread janb
OK, this is helpful, but I have looked at this before. this seems to be where the interrupt vector table is initialized.(correct me if I am wrong..) NOw, where do the devices that newbus finds and probes get inserted into these structures(intr_handler,intr_mptr, etc)? Also, what are fastintr[] and

Re: more Newbus questions

2001-08-15 Thread janb
Thanks, will do JAn > > Go read sys/i386/isa/intr_machdep.c (I know, isa/ is a bad place for it..) > > Also look at sys/kern/kern_intr.c and the ithread manpage to understand the MI > ithread portions. > > >> JAn > > -- > > John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/ > PGP Ke

Re: more Newbus questions

2001-08-15 Thread janb
That is fine. We are curently in the proccess of fixing up xmach, since there are about 10 years of code rot in the thing. Priorty for me righ now is to get newbus to work under xmach. i.e. I need to put newbus to work with the way xmach handles device, which I am quite familiar with. What I need

Re: Php4 Installation error

2001-08-15 Thread Kris Kennaway
On Wed, Aug 15, 2001 at 02:44:55PM +0200, Chojin wrote: > Hello, > > I noticed an error in lastest PHP version installation. Were you using the port? If so, this mail should have gone to the PHP maintainer and/or the [EMAIL PROTECTED] list. If not, why aren't you using the port? :-) Kris PG

Re: licq & socks5 (fwd)

2001-08-15 Thread Volker Stolz
In freebsd-hackers, you wrote: > i`m trying to compiling licq with socks5 support, but i`d received following > message: > -Wl,--export-dynamic -L/usr/local/lib -lsocks5 -lssl -lcrypto -lc_r -lc_r > socket.o: In function `INetSocket::SetLocalAddress(bool)': > socket.o(.text+0x6d6): undefined refe

Re: more Newbus questions

2001-08-15 Thread John Baldwin
On 15-Aug-01 Mike Smith wrote: > > This is *totally* not how to do interrupts with Mach. You should be > creating a thread for each interrupt source, and keeping a worklist of > interrupt handlers registered against that source. That's bascially how ithreads work in -current right now.. >>

Re: more Newbus questions

2001-08-15 Thread Mike Smith
This is *totally* not how to do interrupts with Mach. You should be creating a thread for each interrupt source, and keeping a worklist of interrupt handlers registered against that source. Unfortunately, I can't help you with Mach-related things, since I work for Apple and that'd put me in

ssh and setuid

2001-08-15 Thread Olafur Osvaldsson
Hi, I'm using 4.3-STABLE since Jul 18. I have been trying to figure out why I was unable to use RhostsRSAAuthentication between my servers even when it was enabled in sshd_config. After looking at sshd.c I noticed the following at line 1061: if (remote_port >= IPPORT_RESERVED ||

socket question

2001-08-15 Thread ioann velikiy
hi all, little socket question. In Developer Handbook, chapter 5.5, i can see the following: "...If you wanted to be in charge of the low-level protocols (such as IP), or even network interfaces (e.g., the Ethernet), you would need to specify SOCK_RAW ..." PF_INET socket, with type SOCK_RAW, al

Php4 Installation error

2001-08-15 Thread Chojin
Hello, I noticed an error in lastest PHP version installation. In fact, it doesn't check if curl is correctly installed and when it configures, task fails. I needed to go to curl port directory and done a make install. After, I installed again php and everything worked. Chojin To Unsubscribe

PHP4 Installation

2001-08-15 Thread Chojin
Hello, I noticed an error in lastest PHP version installation. In fact, it doesn't check if curl is correctly installed and when it configures, task fails. I needed to go to curl port directory and done a make install. After, I installed again php and everything worked. Chojin To Unsubscribe

Re: more Newbus questions

2001-08-15 Thread janb
> None of these are newbus items. Interrupt dispatch is not managed by > newbus (due to the costs involved). Instead, interrupts are attached > with bus_setup_intr, which forwards the interrupt handler and argument > to platform-specific code. The resource mananger is involved (since > interrup

Re: cannot find root directory

2001-08-15 Thread Michael Reifenberger
On Wed, 15 Aug 2001, Dan Cox wrote: ... > When I try logging in as anyone other than root I get a "Cannot find root > directory" message and can't log in as that user. The only changes I made > were running make-localhost and adding a domain. Any help is appreciated. What are the permissions of "/

non detected CD

2001-08-15 Thread Danny Braniss
the notebook is a Dell C800, with an internal CD, which only gets recognized if I add autoboot_delay="60" to /boot/loader.conf here is the diff without and with the delay, so someone can help me fix this or at least shed some light. danny --- dmesg.3 Wed Aug 15 11:55:50 2001 +++ dmesg.4

cannot find root directory

2001-08-15 Thread Dan Cox
When I try logging in as anyone other than root I get a "Cannot find root directory" message and can't log in as that user. The only changes I made were running make-localhost and adding a domain. Any help is appreciated. Dan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe free

Re: kernel stack size

2001-08-15 Thread Julian Elischer
Weiguang SHI wrote: > > A closer look at the code /usr/src/sys/i386/i386/locore.s astonished > me with the fact that the kernel stack size for a process, at least > for process 0, is 2*4096-sizeof(struct user) = 3988 bytes, less than > even one page. > > Anyone to verify this, please? > BTW, I a