Re: cannot print to remote printer

2001-07-12 Thread Joerg Wunsch
Anton Berezin [EMAIL PROTECTED] wrote: if (fork() == 0) { - signal(SIGCHLD, SIG_IGN); + signal(SIGCHLD, SIG_DFL); This is unportable. If you want automatic zombie reaping, better don't use the simplified signal(3) handling, but instead

No more snapshots of -CURRENT?

2001-07-12 Thread John Indra
Hi all... I have been visiting current.freebsd.org for the past weeks, and see no newer i386 snapshots then 20010618. Does it mean -CURRENT is in no stable condition right now? tq /john Live Free OR Die To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Alfred Perlstein
* John Indra [EMAIL PROTECTED] [010712 01:51] wrote: Hi all... I have been visiting current.freebsd.org for the past weeks, and see no newer i386 snapshots then 20010618. Does it mean -CURRENT is in no stable condition right now? current is never stable, if you want stable stil with

Re: No more snapshots of -CURRENT?

2001-07-12 Thread John Indra
On Thu, Jul 12, 2001 at 02:08:34AM -0500, Alfred Perlstein wrote: newer i386 snapshots then 20010618. Does it mean -CURRENT is in no stable condition right now? current is never stable, if you want stable stil with -stable. :) I KNOW. That's why I put double quotes around the stable word from

Re: cannot print to remote printer

2001-07-12 Thread Anton Berezin
On Thu, Jul 12, 2001 at 08:45:55AM +0200, Joerg Wunsch wrote: Anton Berezin [EMAIL PROTECTED] wrote: if (fork() == 0) { - signal(SIGCHLD, SIG_IGN); + signal(SIGCHLD, SIG_DFL); This is unportable. If you want automatic zombie reaping,

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Peter Wemm
Alfred Perlstein wrote: * John Indra [EMAIL PROTECTED] [010712 01:51] wrote: Hi all... I have been visiting current.freebsd.org for the past weeks, and see no newer i386 snapshots then 20010618. Does it mean -CURRENT is in no stable condition right now? current is never stable, if

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Jesper Skriver
On Thu, Jul 12, 2001 at 05:31:30AM -0700, Peter Wemm wrote: Alfred Perlstein wrote: * John Indra [EMAIL PROTECTED] [010712 01:51] wrote: Hi all... I have been visiting current.freebsd.org for the past weeks, and see no newer i386 snapshots then 20010618. Does it mean -CURRENT is

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Peter Wemm
Jesper Skriver wrote: On Thu, Jul 12, 2001 at 05:31:30AM -0700, Peter Wemm wrote: Alfred Perlstein wrote: * John Indra [EMAIL PROTECTED] [010712 01:51] wrote: Hi all... I have been visiting current.freebsd.org for the past weeks, and see no newer i386 snapshots then

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Jesper Skriver
On Thu, Jul 12, 2001 at 05:49:59AM -0700, Peter Wemm wrote: Jesper Skriver wrote: On Thu, Jul 12, 2001 at 05:31:30AM -0700, Peter Wemm wrote: Alfred Perlstein wrote: * John Indra [EMAIL PROTECTED] [010712 01:51] wrote: Hi all... I have been visiting current.freebsd.org

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Jordan Hubbard
No, it simply means that the machine has been too ill to make snapshots for awhile. We're in the process of replacing it, but everyone involved has been really busy. :( - Jordan From: John Indra [EMAIL PROTECTED] Subject: No more snapshots of -CURRENT? Date: Thu, 12 Jul 2001 13:50:34 +0700

Re: No more snapshots of -CURRENT?

2001-07-12 Thread Jordan Hubbard
From: Peter Wemm [EMAIL PROTECTED] Subject: Re: No more snapshots of -CURRENT? Date: Thu, 12 Jul 2001 05:49:59 -0700 Actually, I think we just need to pester jkh nicely to get somebody to copy over the stable build script, s/stable/current/, s/-rRELENG_4/-A/ and fire it up. I'm willing to

Re: cannot print to remote printer

2001-07-12 Thread Garance A Drosihn
At 8:45 AM +0200 7/12/01, Joerg Wunsch wrote: Anton Berezin [EMAIL PROTECTED] wrote: if (fork() == 0) { - signal(SIGCHLD, SIG_IGN); + signal(SIGCHLD, SIG_DFL); This is unportable. His change is pretty portable, as I have been running RPI's

Re: cannot print to remote printer

2001-07-12 Thread Giorgos Keramidas
Anton Berezin [EMAIL PROTECTED] writes: On Thu, Jul 12, 2001 at 08:45:55AM +0200, Joerg Wunsch wrote: Anton Berezin [EMAIL PROTECTED] wrote: if (fork() == 0) { - signal(SIGCHLD, SIG_IGN); + signal(SIGCHLD, SIG_DFL); This is

Re: cannot print to remote printer

2001-07-12 Thread Garrett Wollman
On 12 Jul 2001 22:40:12 +0300, Giorgos Keramidas [EMAIL PROTECTED] said: I might be wrong in many ways, but... is it then mandatory that you `reset' SIGCHLD to SIG_DFL ? Possibly. In the general case (as specified by standards), what happens to SIGCHLD if it was set to SIG_IGN before exec()

Re: cannot print to remote printer

2001-07-12 Thread Anton Berezin
On Thu, Jul 12, 2001 at 10:40:12PM +0300, Giorgos Keramidas wrote: Anton Berezin [EMAIL PROTECTED] writes: Umm, I don't understand. I do not want automatic zombie reaping, I want exactly the opposite, and my patch does just that. I might be wrong in many ways, but... is it then

oddity with dump(8) or sa(4) in -current

2001-07-12 Thread Jim Bryant
This is a new issue [was not present in -current a few months ago]. Attempting a dump to an HP C1533A DDS-2 drive, dump seems to freeze the tape at EOT. Inserting the next volume of the dump and typing yes only produces write errors. Performing an `mt rewind`, prior to typing yes clears the

Re: oddity with dump(8) or sa(4) in -current

2001-07-12 Thread Matthew Jacob
[ moved to scsi, followup there ] Hard to say. It looks like we're somehow missing early warning and going all the way to end of tape. I've had real trouble reproducing this situation. I've had some reports, but I've not been able to really make it happen for me, and, yes, I use DDS tapes also.

Re: oddity with dump(8) or sa(4) in -current

2001-07-12 Thread Jim Bryant
[subscribing to FreeBSD-scsi as I type this] `mt status` shows variable as the default, and I am not specifying a blocksize to dump. Below is an example of how I am doing this, and all other partitions use the same options. /sbin/dump -0 -a -n -u -f /dev/nsa0 / On a side note, what happened

Re: cannot print to remote printer

2001-07-12 Thread Joerg Wunsch
As Anton Berezin wrote: - signal(SIGCHLD, SIG_IGN); + signal(SIGCHLD, SIG_DFL); Umm, I don't understand. I do not want automatic zombie reaping, I want exactly the opposite, and my patch does just that. Ah sorry, i was confused. -- cheers, Jorg

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

2001-07-12 Thread Alfred Perlstein
* Alfred Perlstein [EMAIL PROTECTED] [010712 01:45] wrote: * Alfred Perlstein [EMAIL PROTECTED] [010712 01:42] wrote: * Seigo Tanimura [EMAIL PROTECTED] [010711 19:08] wrote: The patch and the results of build test are now on the web page. The discussion of ktrace(2) problem does

Re: cvs commit: src/lib/libpam Makefile.inc

2001-07-12 Thread Mark Murray
At Thu, 12 Jul 2001 15:26:58 +0900, I wrote: Actually this doesn't help libpam.so.1, because the new pam modules (pam_*.so) do not work with it. Which means you need to recompile the programs linked with it, such as sudo, xdm, and the X server.

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

2001-07-12 Thread Seigo Tanimura
On Thu, 12 Jul 2001 01:44:44 -0500, Alfred Perlstein [EMAIL PROTECTED] said: Alfred * Alfred Perlstein [EMAIL PROTECTED] [010712 01:42] wrote: * Seigo Tanimura [EMAIL PROTECTED] [010711 19:08] wrote: The patch and the results of build test are now on the web page. The discussion of

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

2001-07-12 Thread Alfred Perlstein
* Seigo Tanimura [EMAIL PROTECTED] [010711 19:08] wrote: The patch and the results of build test are now on the web page. The discussion of ktrace(2) problem does not cover the solution of BSD/OS, so it needs updating. Right now I'm only reviewing the file part and I'm only up to

Re: cvs commit: src/lib/libpam Makefile.inc

2001-07-12 Thread Akinori MUSHA
At Mon, 9 Jul 2001 11:16:33 -0700 (PDT), Mark Murray wrote: markm 2001/07/09 11:16:33 PDT Modified files: lib/libpam Makefile.inc Log: Bump the major number. The libraries API has changed incompatibly. Actually this doesn't help libpam.so.1, because the new pam

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

2001-07-12 Thread Alfred Perlstein
* Seigo Tanimura [EMAIL PROTECTED] [010711 19:08] wrote: The patch and the results of build test are now on the web page. The discussion of ktrace(2) problem does not cover the solution of BSD/OS, so it needs updating. I'm just reviewing the file stuff, I have a number of updates mainly

Re: cvs commit: src/lib/libpam Makefile.inc

2001-07-12 Thread Akinori MUSHA
Oops, At Thu, 12 Jul 2001 15:26:58 +0900, I wrote: Actually this doesn't help libpam.so.1, because the new pam modules (pam_*.so) do not work with it. Which means you need to recompile the programs linked with it, such as sudo, xdm, and the X server.

ADV: How good are your IT skills?

2001-07-12 Thread skillometer_beta
Take the Skillometer Skills Challenge! Win $100! Get the recognition you deserve. As an accomplished IT professional, we invite you to take the Skillometer Skills Challenge.Skillometer provides web-based skills testing for current and leading-edge Information Technologies. Our tests

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

2001-07-12 Thread Alfred Perlstein
* Alfred Perlstein [EMAIL PROTECTED] [010712 01:42] wrote: * Seigo Tanimura [EMAIL PROTECTED] [010711 19:08] wrote: The patch and the results of build test are now on the web page. The discussion of ktrace(2) problem does not cover the solution of BSD/OS, so it needs updating. I'm