Re: cannot print to remote printer

2001-07-14 Thread Garrett Wollman
I wrote: >> > The new POSIX draft, at least, sanctions the automatic reset of >> > SIGCHLD to SIG_DFL upon exec(). Terry Lambert appears to have written: >> How does the "NOHUP" program continue to function in >> light of this reset demand? There is no ``demand'' involved. The behavior of the s

buildworld problem.

2001-07-14 Thread Chris Collins
Hello All I have just cvsuped and now I am trying to make buildworld with no luck. I'm getting the following error and I have no idea where to begin to fix this. The only thing I have tried is running cvsup again from another cvsup site incase there was something wrong with the one I was using.

kernel with SSE is unstable

2001-07-14 Thread Juriy Goloveshkin
In my system kernel(WITH SSE) falls when I use commands netstat and swapinfo. kernel without SSE works fine. CPU: Pentium III/Pentium III Xeon/Celeron (496.31-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x387f9ff Fatal trap 12: page fault while in kernel mode fa

Re: kernel with SSE is unstable

2001-07-14 Thread Kris Kennaway
On Sun, Jul 15, 2001 at 01:01:47AM +0400, Juriy Goloveshkin wrote: > In my system kernel(WITH SSE) falls when I use commands netstat and swapinfo. > kernel without SSE works fine. Proper panic traceback, please? Did you remember to rebuild your userland when you updated your kernel sources? Kri

Re: kernel with SSE is unstable

2001-07-14 Thread Juriy Goloveshkin
On Sat, Jul 14, 2001 at 06:38:28PM -0700, Kris Kennaway wrote: > On Sun, Jul 15, 2001 at 01:01:47AM +0400, Juriy Goloveshkin wrote: > > In my system kernel(WITH SSE) falls when I use commands netstat and swapinfo. > > kernel without SSE works fine. > > Proper panic traceback, please? I cannot do

Re: Latest version of mega header file POSIX update

2001-07-14 Thread Garance A Drosihn
Back on March 15/2001, Garrett Wollman wrote: >I have finally produced another version of the big header file patch >for people to look at. I'm still running an older (January) kernel >and world based on these changes. I have verified that these still >build on i386-architecture systems. I'm lo

Re: kernel with SSE is unstable

2001-07-14 Thread Mike Heffner
On 15-Jul-2001 Juriy Goloveshkin wrote: | | Stopped at strcmp+0x18: movb 0(%ecx),%al | | strcmp | link_elf_lookup_symbol | kldsym | syscal | syscal_with_err_pushed | syscall(377, FreeBSD ELF, kldsym) This probably isn't too useful, but I've seen the same exact backtrace when I had the random d

Re: kernel with SSE is unstable

2001-07-14 Thread NAKAMURA Kazushi
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >In my system kernel(WITH SSE) falls when I use commands netstat and swapinfo. >kernel without SSE works fine. Thank you for your reporting. I also recognized the problem that *stat comands such as vmstat,netstat,pstat freeze SSE kernel.

Re: support Pentium3 SSE

2001-07-14 Thread German Tischler
On Thu, Jun 21, 2001 at 03:24:52AM +0900, NAKAMURA Kazushi wrote: > In article <[EMAIL PROTECTED]> > [EMAIL PROTECTED] writes: > >I'm going to see if I can commit your SSE patch to freebsd-current. > >Since I don't know that much about the code you're patching I have > >asked Bruce Evans to have a

Re: support Pentium3 SSE

2001-07-14 Thread NAKAMURA Kazushi
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >Is there a patch for stable ? There are a few patches for 4.2R and 4.3R in my site: http://kobe1995.net/~kaz/FreeBSD/SSE.en.html http://kobe1995.net/~kaz/FreeBSD/sys-r420-SSE.diff.gz http://kobe1995.net/~kaz/FreeBSD/sys-r430-SSE.diff.gz

Re: support Pentium3 SSE

2001-07-14 Thread German Tischler
On Sat, Jul 14, 2001 at 10:04:42PM +0900, NAKAMURA Kazushi wrote: > In article <[EMAIL PROTECTED]> > [EMAIL PROTECTED] writes: > >Is there a patch for stable ? > > There are a few patches for 4.2R and 4.3R in my site: > > http://kobe1995.net/~kaz/FreeBSD/SSE.en.html > http://kobe1995.net/~kaz/

ps/2 mouse problems

2001-07-14 Thread undergra
Hi, i have a ps/2 mouse and works perfectly with my FreeBSD 4.3-stable, but on my FreeBSD 5.0-current doesn't work. I see the line of the mouse on dmesg output (psm0: irq 12 on atkbdc0). When i type "moused -t ps/2 -p /dev/psm0" and "vidcontrol -m on" i don't see the mouse cursor. Any problem w

Re: Lock of struct filedesc, file, pgrp, session and sigio

2001-07-14 Thread John Baldwin
On 11-Jul-01 Seigo Tanimura wrote: > On Mon, 9 Jul 2001 03:20:44 -0500, > Alfred Perlstein <[EMAIL PROTECTED]> said: > > Alfred> I'm also quite sure that you can't call the ktrace functions with > Alfred> any mutexes held so the code is doing to need some help, basically > Alfred> the trick in

Re: Lock of struct filedesc, file, pgrp, session and sigio

2001-07-14 Thread Alfred Perlstein
* Seigo Tanimura <[EMAIL PROTECTED]> [010713 07:00] wrote: > On Fri, 13 Jul 2001 19:49:25 +0900, > Seigo Tanimura said: > > Alfred> Certain operations, such as: > Alfred> kq = (struct kqueue *)fp->f_data; > Alfred> should not really require that the file be locked, it's implicitly frozen > Alf