ia64 tinderbox failure

2002-12-05 Thread Peter Wemm
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

CVS broken? (buildworld fails when cleaning tar)

2002-12-05 Thread Denis N. Peplin
I'm trying this: # cd /usr # rm -rf src obj # cvs -R co src # cd src # make buildworld rm -f .depend GPATH GRTAGS GSYMS GTAGS === gnu/usr.bin/tar rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o exclude.o full-write.o getdate.o getline.o

Re: CVS broken? (buildworld fails when cleaning tar)

2002-12-05 Thread Kris Kennaway
On Thu, Dec 05, 2002 at 12:11:36PM +0300, Denis N. Peplin wrote: I'm trying this: # cd /usr # rm -rf src obj # cvs -R co src use co -P (prune empty directories). Kris msg48137/pgp0.pgp Description: PGP signature

Re: Any ideas at all about network problem?

2002-12-05 Thread Brad Knowles
At 10:33 PM -0500 2002/12/04, Craig Reyenga wrote: Unfortunately, I have no extra hardware available to me, so I can't experiment with switches and whatnot. Also, wouldn't some sort of software experimentation be more appropriate, considering that my existing setup works _perfetcly_ in 4.7?

Re: CVS broken? (buildworld fails when cleaning tar)

2002-12-05 Thread Denis N. Peplin
On Thursday 05 December 2002 13:16, Kris Kennaway wrote: On Thu, Dec 05, 2002 at 12:11:36PM +0300, Denis N. Peplin wrote: I'm trying this: # cd /usr # rm -rf src obj # cvs -R co src use co -P (prune empty directories). Thanks, i will use it. But two weeks ago building world was

Re: Any ideas at all about network problem?

2002-12-05 Thread Terry Lambert
Brad Knowles wrote: Other than that, you should try swapping out as much hardware as you can -- the cards, the cables, etc If possible, you should also test with other computers (in case the problem is with one specific machine when it is running 5.0). Swapping 5.0 out for 4.7

Re: CVS broken? (buildworld fails when cleaning tar)

2002-12-05 Thread Max Khon
hi, there! On Thu, Dec 05, 2002 at 01:43:38PM +0300, Denis N. Peplin wrote: I'm trying this: # cd /usr # rm -rf src obj # cvs -R co src use co -P (prune empty directories). Thanks, i will use it. But two weeks ago building world was succeseful w/o any additional options to

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 11:25:14AM +0800, JY wrote: I did as you suggested and it's still complaining :( JY I was cvsupping from cvsup2.freebsd.org. At first it complains about gcc/INSTALL not being empty, so I manually deleted everything under it, but not the dir itself. Then I cvsupped:

Re: cvsup weird problem

2002-12-05 Thread Sergey A. Osokin
On Thu, Dec 05, 2002 at 09:21:09PM +0800, leafy wrote: On Thu, Dec 05, 2002 at 11:25:14AM +0800, JY wrote: I did as you suggested and it's still complaining :( JY I was cvsupping from cvsup2.freebsd.org. At first it complains about gcc/INSTALL not being empty, so I manually deleted

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote: Delete src/contrib/gcc/INSTALL Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty It's weird... Looks like a strange, yesterday i'm successfuly cvsuped my 5.0 box (in vmware under 4.7-S). -rw-r--r-- 1

Re: ahc and fd

2002-12-05 Thread Takahashi Yoshihiro
In article [EMAIL PROTECTED] Takahashi Yoshihiro [EMAIL PROTECTED] writes: After recent your changes of the ahc driver, the fd driver can't work on my pc98 box. It never return from the open(2) syscall. I don't know that this problem is only pc98 or not. The following changes solve this

ia64 tinderbox failure

2002-12-05 Thread Peter Wemm
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

SED regression

2002-12-05 Thread FUJISHIMA Satsuki
Does anyone see this? both -CURRENT and -STABLE fail at the same place. note: GNU sed 3.02 from ports passed this test. /usr/src/tools/regression/usr.bin/sed$ make Running test G PASS: Test G detected no regression. (in /usr/src/tools/regression/usr.bin/sed) Running test P PASS: Test P detected

Re: cvsup weird problem

2002-12-05 Thread Sergey A. Osokin
On Thu, Dec 05, 2002 at 09:33:45PM +0800, leafy wrote: On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote: Delete src/contrib/gcc/INSTALL Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty It's weird... Looks like a strange, yesterday i'm successfuly

Re: SED regression

2002-12-05 Thread Ruslan Ermilov
On Thu, Dec 05, 2002 at 11:49:01PM +0900, FUJISHIMA Satsuki wrote: Does anyone see this? both -CURRENT and -STABLE fail at the same place. note: GNU sed 3.02 from ports passed this test. /usr/src/tools/regression/usr.bin/sed$ make Running test G PASS: Test G detected no regression. (in

Re: setfacl requirements?

2002-12-05 Thread Robert Watson
On Thu, 5 Dec 2002, kai ouyang wrote: Hi, everybody, From Robert N M Watson (1) UFS_ACL isn't enabled Yes, I am sure that in my kernel config: options UFS_ACL options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART Ok, looks good. (2) Extended attributes aren't available on the file system

Re: Lock order reversals in sys_pipe.c and kern_sig.c

2002-12-05 Thread John Baldwin
On 04-Dec-2002 Alfred Perlstein wrote: * Lars Eggert [EMAIL PROTECTED] [021204 15:04] wrote: FYI, just got a similar one yesterday on an up-to-date -current: lock order reversal 1st 0xc784d700 pipe mutex (pipe mutex) @ /usr/src/sys/kern/sys_pipe.c:465 2nd 0xc0513840 sigio lock (sigio

Re: cvsup weird problem

2002-12-05 Thread Giorgos Keramidas
On 2002-12-05 21:33, leafy [EMAIL PROTECTED] wrote: On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote: Delete src/contrib/gcc/INSTALL Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty It's weird... Remove your src/contrib/gcc/INSTALL directory and try

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 06:20:05PM +0300, Sergey A. Osokin wrote: Updating collection src-all/cvs Edit src/bin/sh/bltin/echo.1 Add delta 1.11 2002.12.05.08.49.59 ru Delete src/contrib/gcc/INSTALL Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty Edit

Re: Creating bootsector file for W2k boot menu

2002-12-05 Thread Giorgos Keramidas
On 2002-12-05 00:22, Tomi Vainio - Sun Finland - [EMAIL PROTECTED] wrote: I've used Windows NT boot menu for years to boot FreeBSD from the second disk on my machines. I've used bootpart DOS program to do this but now I can't find correct way to do FreeBSD boot block for it. Earlier there was

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 05:22:50PM +0200, Giorgos Keramidas wrote: Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again. The files in that directory were imported yesterday, and I think that David O'Brien didn't mean to import them at all: Giorgos. Been there, done that

Re: USB issues with Apollo KT133A mobo

2002-12-05 Thread Darryl Okahata
Cliff L. Biffle [EMAIL PROTECTED] wrote: Could be. The ATA controller was also flaking out under 4.7, but is solid as a rock under 5.0-DP2, which is why I'm sticking with it despite other potential bugs. I can burn CDs now! Many (most? all?) KT133A-based motherboards have a known

DP2 won't stay powered off

2002-12-05 Thread Mathew Kanner
Hello, I've noticed some odd behavior when I installed DP2 on my machine last night. When I shutdown -p now, the machine will turn itself back-on in about twenty minutes. This would be nice feature if I had asked for it. I've never seen this before with -current (which I haven't

Re: cvsup weird problem

2002-12-05 Thread Giorgos Keramidas
On 2002-12-06 00:14, leafy [EMAIL PROTECTED] wrote: On Thu, Dec 05, 2002 at 05:22:50PM +0200, Giorgos Keramidas wrote: Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again. The files in that directory were imported yesterday, and I think that David O'Brien didn't mean to

Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 07:13:23PM +0200, Giorgos Keramidas wrote: Been there, done that - several times :) Hmmm, try a different cvsup server then. I just updated from cvsup.gr.freebsd.org and all seems fine. The files are still there, but nothing breaks... Connected to

Re: DP-2 and Nvidia Geforce 4

2002-12-05 Thread Rob
Ok, here is the error message. The server never even gets past go: Symbol vgaHWUnmapMem from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Fatal server error: Caught signal 11. Server aborting. Rob. -- I got rid of the first error message by loading vgahw module.

Problems building GENERIC with DP2 on ThinkPad 600E

2002-12-05 Thread Kevin Oberman
I have been trying to install DP2 on my old ThinkPad 600E. It almost works, but I can't build a new kernel. I'd like to build a custom kernel, but don't seem to be able to do so. The system has a 366 Mhz PII, and the kernel is compiled with -mcpu=pentiumpro. I have no /etc/make.conf at this

Re: cvsup weird problem [gcc-3.2.1 commit problem?]

2002-12-05 Thread Steve Kargl
On Fri, Dec 06, 2002 at 01:18:57AM +0800, leafy wrote: On Thu, Dec 05, 2002 at 07:13:23PM +0200, Giorgos Keramidas wrote: Been there, done that - several times :) Hmmm, try a different cvsup server then. I just updated from cvsup.gr.freebsd.org and all seems fine. The files are still

Re: ATA/ATAPI related panic

2002-12-05 Thread Bruce Cran
On Tue, Dec 03, 2002 at 10:40:03AM -0800, Nate Lawson wrote: On Tue, 3 Dec 2002, Bruce Cran wrote: I've had a problem with my DVD and CDRW drives under FreeBSD from 4.5 onwards. In released prior to 4.7 I used to get panics, I think when the system had heavy I/O loads, such as when

Re: unable to use boot0cfg

2002-12-05 Thread Doug Ambrisko
David Wolfskill writes: | 0:ad(0,1,a)/boot/loader ... or put that in /boot.config on the / that boot0 defaults to boot. a21p% cat /boot.config 0:ad(0,2,a)/boot/loader a21p% ls -l /boot.co* Then just change it. It does mean that in my setup if I'm running -current I have

Re: DP2 won't stay powered off

2002-12-05 Thread Nate Lawson
On Thu, 5 Dec 2002, Mathew Kanner wrote: I've noticed some odd behavior when I installed DP2 on my machine last night. When I shutdown -p now, the machine will turn itself back-on in about twenty minutes. This would be nice feature if I had asked for it. Can everyone with the auto

Re: DP2 won't stay powered off

2002-12-05 Thread Greg Rumple
Here's mine. I purposely disabled the lid_switch_state and tried disabling the power_button_state thinking that might solve the problem but to no avail. hw.acpi.power_button_state: NONE hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state:

Re: Problems building GENERIC with DP2 on ThinkPad 600E

2002-12-05 Thread Nate Lawson
On Thu, 5 Dec 2002, Kevin Oberman wrote: When boot the new kernel it seems to be OK for a few seconds, but any attempt to login produces a crash: Fatal trap 12: page fault in kernel mode fault virtual address = 0x3f6 fault code = supervisor read, page not present instruction

Re: CVSup Delete failures

2002-12-05 Thread Scott R.
On Thu, 05 Dec 2002 13:03:09 -0500 Forrest Aldrich [EMAIL PROTECTED] wrote: FYI, over the last few days, I've been seeing this error while doing a CVSUP of the code for both FreeBSD-STABLE (4.7) and Current: Delete src/contrib/gcc/INSTALL Cannot delete

Re: ATA/ATAPI related panic

2002-12-05 Thread Nate Lawson
On Thu, 5 Dec 2002, Bruce Cran wrote: On Tue, Dec 03, 2002 at 10:40:03AM -0800, Nate Lawson wrote: On Tue, 3 Dec 2002, Bruce Cran wrote: I've had a problem with my DVD and CDRW drives under FreeBSD from 4.5 onwards. In released prior to 4.7 I used to get panics, I think when the system

Re: DP2 won't stay powered off

2002-12-05 Thread Mathew Kanner
On Dec 05, Nate Lawson wrote: On Thu, 5 Dec 2002, Mathew Kanner wrote: I've noticed some odd behavior when I installed DP2 on my machine last night. When I shutdown -p now, the machine will turn itself back-on in about twenty minutes. This would be nice feature if I had asked for

Re: DP2 won't stay powered off

2002-12-05 Thread kit
On Thu, Dec 05, 2002 at 10:37:49AM -0800, Nate Lawson wrote: On Thu, 5 Dec 2002, Mathew Kanner wrote: I've noticed some odd behavior when I installed DP2 on my machine last night. When I shutdown -p now, the machine will turn itself back-on in about twenty minutes. This would be nice

NVidia binary driver on 5.0-DP2

2002-12-05 Thread Cliff L. Biffle
Hey, for the curious... We've gotten NVidia's binary drivers for the GeForce cards up and running on 5.0-DP2. Once five or so lines in nv-freebsd.h that disabled support on 5.0 were removed...it works beautifully. :-) Patch follows. This is Chris Lee's work, not mine, but he's not on the

Re: SED regression

2002-12-05 Thread Juli Mallett
* De: Ruslan Ermilov [EMAIL PROTECTED] [ Data: 2002-12-05 ] [ Subjecte: Re: SED regression ] But I'm pretty confident that what we do now is correct, and it seems to be in agreement with POSIX.1-2001, which says: Feel free to regenerate regress.y.out or whatnot then... Really should

Re: Creating bootsector file for W2k boot menu

2002-12-05 Thread Tomi Vainio - Sun Finland -
Giorgos Keramidas writes: I have FreeBSD installed on two primary slices of my machine, as you can see from the df(1) output below. I can boot FreeBSD fine, if I copy the boot record of the slice my root partition lives in: # df / Filesystem 1K-blocksUsedAvail

Re: dump(8) + UFS2

2002-12-05 Thread Matthias Schuendehuette
Hello :-) I just (20:00 CET) did a new 'make world' on my current-slice and I'm happy to report that dump(8) is working perfectly now, even on UFS2. It's performing 'snapshots' on mounted filesystems for backup and additionally seems to be somewhat (at least) faster... Great Job! Thanks a

panic: ffs_vfree: range: dev = ad4s1c, ino = -1690809896, fs = /mnt2

2002-12-05 Thread Kris Kennaway
I got this on a recent -current (kernel built Dec 1). The filesystem was under heavy disk load at the time (cvsup of CVS repo, make installworld, and cvs update of the src tree from a sparc64 NFS client). When it rebooted there was minor FS corruption (a few files lost/truncated). Kris panic:

RE: NVidia binary driver on 5.0-DP2

2002-12-05 Thread Jasper Siepkes
w00t, thanks Cliff :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Cliff L. Biffle Sent: donderdag 5 december 2002 21:21 To: [EMAIL PROTECTED] Subject: NVidia binary driver on 5.0-DP2 Hey, for the curious... We've gotten NVidia's binary drivers for

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-05 Thread Marcin Dalecki
Kris Kennaway wrote: On Fri, Nov 08, 2002 at 09:54:11AM +0100, Jens Rehsack wrote: David O'Brien wrote: On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: You could try the patch I've attached: cd /usr/src zcat c++-wchar.diff.gz | patch cd gnu/lib/libstdc++ make make install

backgroud fsck is still locking up system

2002-12-05 Thread Archie Cobbs
Just rebuilt -current this morning. Background fsck is still causing a soft lockup. I thought the conclusion was we were going to disable it for 5.0. Not trying to rush anyone, just pointing out that this still needs to be done.. -Archie

Re: USB issues with Apollo KT133A mobo

2002-12-05 Thread Darryl Okahata
Daniel O'Connor [EMAIL PROTECTED] wrote: Many (most? all?) KT133A-based motherboards have a known issue with the PCI bus that often results in an IDE transfer problem. However, this was fixed (IIRC) in FreeBSD around the 4.5/4.6 timeframe (maybe earlier). [ Hmmm. You're probably

Re: ATA/ATAPI related panic

2002-12-05 Thread Bruce Cran
On Thu, Dec 05, 2002 at 10:52:11AM -0800, Nate Lawson wrote: Do you also use ahc(4) or ahd(4)? A bug was recently fixed where it would corrupt timeout handlers. If not, please build options DDB into your kernel and report what it says when you type trace after the panic. At the time of the

Re: Problems building GENERIC with DP2 on ThinkPad 600E

2002-12-05 Thread Kevin Oberman
Date: Thu, 5 Dec 2002 10:44:07 -0800 (PST) From: Nate Lawson [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] echo hint.acpi.0.disabled=\1\ /boot/device.hints See if this changes anything. Sigh. Some days my brain actually works...honest! It is clearly acpi that is crashing my system. I just

Re: USB issues with Apollo KT133A mobo

2002-12-05 Thread Daniel O'Connor
On Fri, 2002-12-06 at 10:04, Darryl Okahata wrote: I have motherboards where this fix doesn't work :( You have tried -current, right? (I assume that you have, but I just want to make sure.) Cliff mentioned that -current works for him, but 4.7 doesn't. Hmm, no.. It wasn't really an

Re: backgroud fsck is still locking up system (fwd)

2002-12-05 Thread Kirk McKusick
Date: Thu, 5 Dec 2002 15:22:27 -0800 (PST) From: Archie Cobbs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: backgroud fsck is still locking up system Just rebuilt -current this morning. Background fsck is still causing a soft lockup. I thought

Re: Creating bootsector file for W2k boot menu

2002-12-05 Thread Dan Lukes
[EMAIL PROTECTED] wrote, On 12/05/02 17:06: On 2002-12-05 00:22, Tomi Vainio - Sun Finland - wrote: I've used Windows NT boot menu for years to boot FreeBSD from the second disk on my machines. I've used bootpart DOS program to do this but now I can't find correct way to do FreeBSD boot

Re: backgroud fsck is still locking up system (fwd)

2002-12-05 Thread Archie Cobbs
Kirk McKusick wrote: Just rebuilt -current this morning. Background fsck is still causing a soft lockup. I thought the conclusion was we were going to disable it for 5.0. What do you mean by background fsck causing a soft lockup? Is it failing? Is it deadlocking the

Re: backgroud fsck is still locking up system (fwd)

2002-12-05 Thread Kirk McKusick
Does the background fsck process continue to run, or does the whole system come to a halt? If the fsck process continues to run, what happens when it eventually finishes? Is the system still dead, or does it come back to life? If the system does not come back to life can you get me the output of

Re: SED regression

2002-12-05 Thread Tim Robbins
On Thu, Dec 05, 2002 at 11:49:01PM +0900, FUJISHIMA Satsuki wrote: Does anyone see this? both -CURRENT and -STABLE fail at the same place. note: GNU sed 3.02 from ports passed this test. /usr/src/tools/regression/usr.bin/sed$ make Running test G PASS: Test G detected no regression. (in

5.0-DP2 disk1.iso cannot boot on my laptop

2002-12-05 Thread NAKAJI Hiroyuki
Hi, I tried 5.0-DP2 on my SHARP PC-MJ100M on which FreeBSD 4.7-STABLE runs well. From sharp's information, it has Intel 440MX chipset, which is detected as 82443MX by FreeBSD and MS Windows2000. When acpi_load is set, this machine stalls after acpi0 is detected. When acpi_load is unset and

Build failure: ata_boot_attach() references ata_raid_attach()

2002-12-05 Thread Marcel Moolenaar
Gang, Anyone seen the following build failure? cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/nfs/freebsd/5.x/src/sys -I/nfs/freebsd/5.x/src/sys/dev

Re: backgroud fsck is still locking up system (fwd)

2002-12-05 Thread Archie Cobbs
Kirk McKusick wrote: Does the background fsck process continue to run, or does the whole system come to a halt? If the fsck process continues to run, what happens when it eventually finishes? Is the system still dead, or does it come back to life? If the system does not come back to life

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-05 Thread Scot W. Hetzel
From: Kris Kennaway [EMAIL PROTECTED] On Fri, Nov 08, 2002 at 09:54:11AM +0100, Jens Rehsack wrote: David O'Brien wrote: On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: You could try the patch I've attached: cd /usr/src zcat c++-wchar.diff.gz | patch cd gnu/lib/libstdc++

2nd ether device wont config

2002-12-05 Thread Julian Stacey
With DP-2 my 2nd ether won't config ( but I've got other FreeBSDs right in the past with 2 ether cards. the mail gate on another box, relaying this mail has DSL+ether Internal net+ether) Any know why some devices get conf'd as inet6 + inet some just as inet6 ? Could that

Re: Build failure: ata_boot_attach() references ata_raid_attach()

2002-12-05 Thread Dan Nelson
In the last episode (Dec 05), Marcel Moolenaar said: Gang, Anyone seen the following build failure? cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I.

Status of file locking over NFS

2002-12-05 Thread Anthony Volodkin
Hi, Recently, I've been playing with booting a 5.0-CURRENT FreeBSD-sparc64 machine via tftp/nfsroot. The problem that I encountered was that the machine was unable to lock files in it's / nfs-mounted partition, and thus I would miss a large amount of functionality (such as having users :))

3c575

2002-12-05 Thread Hongbo Li
I installed win2000 and freebsd-current on my box(IBM Thinkpad A21m),using grub as the multibooting manager. The pccard used by the box is a 3CXFE575CT. When I first entered win2000,then rebooted the box to FBSD,the pccard can't work. The error in dmesg was: cbb1: Unknown card voltage cbb1:

ACPI errors

2002-12-05 Thread Hongbo Li
I installed FBSD-current on my laptop(IBM Thinkpad A21m). These were some error messages about ACPI in dmesg: system power profile changed to 'economy' ACPI-0432: *** Error: Handler for [EmbeddedControl] returned AE_ERROR ACPI-1287: *** Error: Method execution failed, AE_ERROR

Re: ACPI errors

2002-12-05 Thread User Takawata
In message [EMAIL PROTECTED], Hongbo Li wrot e: I installed FBSD-current on my laptop(IBM Thinkpad A21m). These were some error messages about ACPI in dmesg: system power profile changed to 'economy' ACPI-0432: *** Error: Handler for [EmbeddedControl] returned AE_ERROR ACPI-1287: ***

Re: Status of file locking over NFS

2002-12-05 Thread Kris Kennaway
On Thu, Dec 05, 2002 at 11:59:31PM -0500, Anthony Volodkin wrote: According to release notes for 4.7, server-side NFS locking is supposed to be functional. 5.0-DP2's release notes say that client-side as well as server-side locking is functional. So in theory, I should not be having the

CVSup Delete failures

2002-12-05 Thread Forrest Aldrich
FYI, over the last few days, I've been seeing this error while doing a CVSUP of the code for both FreeBSD-STABLE (4.7) and Current: Delete src/contrib/gcc/INSTALL Cannot delete /usr/local/src/freebsd/5.0/src/contrib/gcc/INSTALL: Directory not empty If I manually delete that directory, it gets

Re: CVSup Delete failures

2002-12-05 Thread Michael Sierchio
Forrest Aldrich wrote: FYI, over the last few days, I've been seeing this error while doing a CVSUP of the code for both FreeBSD-STABLE (4.7) and Current: Delete src/contrib/gcc/INSTALL Cannot delete /usr/local/src/freebsd/5.0/src/contrib/gcc/INSTALL: Directory not empty If I manually delete

Re: CVSup Delete failures

2002-12-05 Thread Doug Ambrisko
Michael Sierchio writes: | Forrest Aldrich wrote: | FYI, over the last few days, I've been seeing this error while doing a | CVSUP of the code for both FreeBSD-STABLE (4.7) and Current: | | Delete src/contrib/gcc/INSTALL | Cannot delete /usr/local/src/freebsd/5.0/src/contrib/gcc/INSTALL:

Financial freedom in 24 days or less

2002-12-05 Thread harbeck
Hello, Would you like to make $100,000 a year online? If so, then this is your magical email to the kingdom of financial freedom. Think about how life would be WITHOUT an alarm clock waking you up every morning. Or sitting in traffic all morning. Are you frustrated that you belong to the