Re: The great perl script rewite - progress report

2002-08-01 Thread Ruslan Ermilov
On Wed, Jul 31, 2002 at 02:28:46PM +0100, Mark Murray wrote: /usr/bin/afmtodit Kyle Martin [EMAIL PROTECTED] - redo - * /usr/bin/mmroff Lester A Mesa [EMAIL PROTECTED] - redo - * These are part of the Groff distribution. These should be submitted to the Groff maintainers

IPFW2 may cause incoming connections to hang

2002-08-01 Thread Andrey A. Chernov
I notice reproductible effect on my recent -current remote machine, after 5-7 hours of normal work, I can't connect to this machine via ssh,telnet,pop3 or ftp, but smtp and http continue to work normally. When I turn ipfw2 off, this effect is gone. It was never happened for old ipfw with the

Re: IPFW2 may cause incoming connections to hang

2002-08-01 Thread Luigi Rizzo
On Thu, Aug 01, 2002 at 12:11:05PM +0400, Andrey A. Chernov wrote: I notice reproductible effect on my recent -current remote machine, after 5-7 hours of normal work, I can't connect to this machine via ssh,telnet,pop3 or ftp, but smtp and http continue to work normally. When I turn ipfw2

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Dag-Erling Smorgrav
Hajimu UMEMOTO [EMAIL PROTECTED] writes: Current sshd doesn't handle actual size of struct sockaddr correctly, and does copy it as long as just size of struct sockaddr. So, sshd deesn't log hostname into utmp correctly. Here is a proposed patch to fix this problem. Please review it. Could

-current upgrade path broken?

2002-08-01 Thread John Hay
Should one be able to do a source upgrade from an old -current (March 10) to the latest? I have been trying, but it breaks in the cross tools section in gnu/usr.bin/cc/cc_int. mkdep fails. There are a lot of warnings that looks like this: #

sparc64 tinderbox failure

2002-08-01 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: -current upgrade path broken?

2002-08-01 Thread Ruslan Ermilov
I have stumbled to this too, and thought I'm getting crazy. After some hours of investigation, I have found that O'Brien did some repo-surgery there, removed some revisions, and later replaced them with the new stuff (well, new stuff took the same revisions), and now some of your checked out

pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bruce Evans
Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably thousands of user scripts that are no more careful than pkg_add) in -current and RELENG_4: % RCS file: /home/ncvs/src/contrib/tar/src/extract.c,v % Working file: extract.c % head: 1.4 % branch: % locks: strict % access

kernel panic on boot, acpica related?

2002-08-01 Thread Michael Nottebrock
sc0: System console at flags 0x100 on isa0 sc0: VGA 16 virtual consoles, flags=0x300 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounters tick every 10.000 msec Fatal trap 9: general protection fault while in kernel mode instruction pointer = 0x8:0xc4109ac1

Re: -current upgrade path broken?

2002-08-01 Thread John Hay
Yup, you are right, thanks. I remember about the problem, but did not remember the symptoms of it, so didn't put two and two together. :-( I have stumbled to this too, and thought I'm getting crazy. After some hours of investigation, I have found that O'Brien did some repo-surgery there,

Re: kernel panic on boot, acpica related?

2002-08-01 Thread Mitsuru IWASAKI
sc0: System console at flags 0x100 on isa0 sc0: VGA 16 virtual consoles, flags=0x300 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounters tick every 10.000 msec Fatal trap 9: general protection fault while in kernel mode instruction pointer =

Re: kernel panic on boot, acpica related?

2002-08-01 Thread Michael Nottebrock
Mitsuru IWASAKI wrote: sc0: System console at flags 0x100 on isa0 sc0: VGA 16 virtual consoles, flags=0x300 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounters tick every 10.000 msec Fatal trap 9: general protection fault while in kernel mode instruction pointer

Unable to boot -current for last week

2002-08-01 Thread Robert D Hughes
All, Starting about a week ago, -current started refusing to boot on my TOS 5005-S504. Depending on the config I use, it hard locks at boot in one of two places: either when loading the fxp driver, or when probing the pci bus. And I do mean hard. I can't break to debug, nothing. A power

Bug in setlocale()

2002-08-01 Thread Alexander Leidinger
Hi, we have a bug in setlocale(), it writes past static char new_categories[_LC_LAST][ENCODING_LEN + 1]; in the do-while loop around line 159. I get this backtrace ---snip--- (gdb) bt #0 0x2816c9bc in kill () from /usr/lib/libc.so.4 #1 0x281af744 in abort () at

Re: -current upgrade path broken?

2002-08-01 Thread David O'Brien
On Thu, Aug 01, 2002 at 03:16:35PM +0300, Ruslan Ermilov wrote: I have stumbled to this too, and thought I'm getting crazy. After some hours of investigation, I have found that O'Brien did some repo-surgery there, removed some revisions, and later replaced them with the new stuff (well, new

Re: kernel panic on boot, acpica related?

2002-08-01 Thread David O'Brien
On Thu, Aug 01, 2002 at 10:14:34PM +0900, Mitsuru IWASAKI wrote: Hmmm, I don't think so. How about typing unset acpi_load in loader prompt, and see if this panic disappear or still happen? Where is it documented what to do to stop the autoloading of acpi.ko? To Unsubscribe: send mail

Re: location of setkey in /etc/rc.d/ipsec

2002-08-01 Thread Hajimu UMEMOTO
Hi, On Thu, 1 Aug 2002 10:45:08 -0700 David O'Brien [EMAIL PROTECTED] said: obrien On Thu, Aug 01, 2002 at 01:40:55AM +0900, Hajimu UMEMOTO wrote: makonnen Thanks for spotting this. I think the following patch might be better. Thanks! I've just committed your version. obrien We probably

portupgrade problem

2002-08-01 Thread Peter Schultz
Since yesterday I've been getting the following error when running the command `portsclean -DDi': Detecting unreferenced distfiles... (eval):9:in `chdir': No such file or directory - \/usr/ports/Mk/bsd.port.mk\, line 1621: warning: duplicate script for target \.BEGIN\

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Dag-Erling Smorgrav
Hajimu UMEMOTO [EMAIL PROTECTED] writes: des Could you please submit it to [EMAIL PROTECTED]? Yes, I'll sent it. Can I commit it to FreeBSD repo.? No, please wait and see what the OpenSSH developers say. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Hajimu UMEMOTO
Hi, On 01 Aug 2002 11:05:46 +0200 Dag-Erling Smorgrav [EMAIL PROTECTED] said: des Hajimu UMEMOTO [EMAIL PROTECTED] writes: Current sshd doesn't handle actual size of struct sockaddr correctly, and does copy it as long as just size of struct sockaddr. So, sshd deesn't log hostname into

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Bruce Evans wrote: Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably thousands of user scripts that are no more careful than pkg_add) in -current and RELENG_4: Are you sure? My own investigation at the time of the commit showed that old tar shipped with FreeBSD, was

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Maxim Sobolev wrote: Bruce Evans wrote: Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably thousands of user scripts that are no more careful than pkg_add) in -current and RELENG_4: Are you sure? My own investigation at the time of the commit showed that old

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Hajimu UMEMOTO
Hi, On 01 Aug 2002 17:18:23 +0200 Dag-Erling Smorgrav [EMAIL PROTECTED] said: des Hajimu UMEMOTO [EMAIL PROTECTED] writes: des Could you please submit it to [EMAIL PROTECTED]? Yes, I'll sent it. Can I commit it to FreeBSD repo.? des No, please wait and see what the OpenSSH developers say.

RE: Comments on Release Building for -current

2002-08-01 Thread Bruce Evans
On Wed, 31 Jul 2002, John Baldwin wrote: On 31-Jul-2002 Chris Knight wrote: ... the mfsroot floppy contents were too large ... the kern floppy contents were too large ... the fixit floppy contents were too large ... Oof. It's like our binaries are suddenly very bloated. Did

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Maxim Sobolev wrote: Maxim Sobolev wrote: Bruce Evans wrote: Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably thousands of user scripts that are no more careful than pkg_add) in -current and RELENG_4: Are you sure? My own investigation at the time of

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bakul Shah
My recollection matches what Bruce says (and I have been using unix since when version 7 was the latest and greatest). At least the SUN OS 5.6 man page I could locate online says this: The o function modifier is only valid with the x function. p Restore the named files to their original modes,

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Bakul Shah wrote: My recollection matches what Bruce says (and I have been using unix since when version 7 was the latest and greatest). At least the SUN OS 5.6 man page I could locate online says this: The o function modifier is only valid with the x function. p Restore the named

Re: Comments on Release Building for -current

2002-08-01 Thread David O'Brien
On Fri, Aug 02, 2002 at 02:57:44AM +1000, Bruce Evans wrote: I'm surprised -Os [-falign...] isn't already the default for crunches. -Os is -O2 except for those optimizations which bloat. We don't trust -O2 and thus maybe should not -Os. Hopefully we have found all our bad in-line ASM and -O2

Re: Comments on Release Building for -current

2002-08-01 Thread Dan Nelson
In the last episode (Aug 01), David O'Brien said: On Fri, Aug 02, 2002 at 02:57:44AM +1000, Bruce Evans wrote: I'm surprised -Os [-falign...] isn't already the default for crunches. -Os is -O2 except for those optimizations which bloat. We don't trust -O2 and thus maybe should not -Os.

RE: Comments on Release Building for -current

2002-08-01 Thread John Baldwin
On 01-Aug-2002 Bruce Evans wrote: On Wed, 31 Jul 2002, John Baldwin wrote: On 31-Jul-2002 Chris Knight wrote: ... the mfsroot floppy contents were too large ... the kern floppy contents were too large ... the fixit floppy contents were too large ... Oof. It's like our

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bruce Evans
On Thu, 1 Aug 2002, Maxim Sobolev wrote: Maxim Sobolev wrote: Maxim Sobolev wrote: Bruce Evans wrote: Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably thousands of user scripts that are no more careful than pkg_add) in -current and RELENG_4:

possieble bug in chsh chfn

2002-08-01 Thread Radko Keves
Desription: unauthorized write access to /etc directory using chfn/chsh commands in FreeBSD 5.0-CURRENT. Contributing factors: In FreeBSD 5.0, it is possible to fill up the whole partition by using chfn/chsh commands. Normally, users have quotas set up on directories that are allowed to be

Any estimate for -DP2 date?

2002-08-01 Thread Clifton Royston
I've been reading -current for a while and waiting for an island of relative stability to show up, ideally -DP2, so that I can install it on my own home systems and start exploring the new release track. I doubt I'm going to be able to contribute much to the kernel dev, which is why I'm not

Re: kernel panic on boot, acpica related?

2002-08-01 Thread Michael Nottebrock
Terry Lambert wrote: Michael Nottebrock wrote: I tweaked my BIOS to assign a different irq (9) to the NIC and now the kernel boots and runs my old userland quite nicely. The old kernel ran perfectly well with the NIC on irq10 ... strange. None of your other postings identified the devices

Re: kernel panic on boot, acpica related?

2002-08-01 Thread Terry Lambert
Michael Nottebrock wrote: I tweaked my BIOS to assign a different irq (9) to the NIC and now the kernel boots and runs my old userland quite nicely. The old kernel ran perfectly well with the NIC on irq10 ... strange. None of your other postings identified the devices also on IRQ10. If

Re: Wierd routing Problems

2002-08-01 Thread Jake Burkholder
Apparently, On Fri, Aug 02, 2002 at 12:02:28AM +0200, Sten said words to the effect of; I am currently running Current on an u60 and it seems to be running quite nicely minus some gotchas and not yet working ports. Thanks for the hard work. I do however have one pretty strange

Re: Bug in setlocale()

2002-08-01 Thread Andrey A. Chernov
On Thu, Aug 01, 2002 at 15:43:56 +0200, Alexander Leidinger wrote: Hi, we have a bug in setlocale(), it writes past static char new_categories[_LC_LAST][ENCODING_LEN + 1]; in the do-while loop around line 159. Thanx, fixed. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send