Re: boot0cfg and gmirror ...

2008-08-26 Thread Patrick M. Hausen
Hi, all, > hd30# boot0cfg -s 2 -v /dev/mirror/m0 > boot0cfg: /dev/mirror/m0: Geom not found > boot0cfg: /dev/mirror/m0: ioctl DIOCSMBR: Operation not permitted Simple solution: don't use boot0cfg - use fdisk. I get the bogus (?) "Geom not found" message every time, but the active partition seems

6.3 stable install world failing

2008-08-26 Thread Larry Baird
Anybody else having problem installing world on 6.3 stable? During "Making hierarchy", I see: mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr share/locale/nb_NO.ISO8859-1 changed type expected dir found link share/locale/nb_NO.ISO8859-15 changed type expected dir found link

Re: 6.3 stable install world failing

2008-08-26 Thread Igor Pokrovsky
On Tue, Aug 26, 2008 at 09:56:38AM -0400, Larry Baird wrote: > Anybody else having problem installing world on 6.3 stable? > > During "Making hierarchy", I see: > > mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr > share/locale/nb_NO.ISO8859-1 changed > type expected dir found link

Re: 6.3 stable install world failing

2008-08-26 Thread Jeremy Chadwick
On Tue, Aug 26, 2008 at 06:39:52PM +0400, Igor Pokrovsky wrote: > On Tue, Aug 26, 2008 at 09:56:38AM -0400, Larry Baird wrote: > > Anybody else having problem installing world on 6.3 stable? > > > > During "Making hierarchy", I see: > > > > mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr >

Re: 7.0 release to stable

2008-08-26 Thread Brian
After much repetition, ccache would appear to be the problem, without it I can buildworld and a generic kernel properly, with it, I perpetually get rm -f .depend CC='/usr/local/libexec/ccache/world-cc' mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../

Snaphot stability issues on 6.3

2008-08-26 Thread Michael R. Wayne
One of our servers, running a bunch of jails, has issues when doing nightly dumps only if snapshots are enabled. This box was running 5.X and has been upgraded over time to 6.3. When running 5.X, we attempted to use snapshots on dump (-L) which resulted in almost nightly system hangs during the d

HDD USB still on after computer shutdown

2008-08-26 Thread Dominique Goncalves
Hi, I use FreeBSD 6.3-STABLE and an HDD USB (Maxtor, external PSU, 500GB). When I shutdown my computer (shutdown -p now ) the HDD USB is still on. In Windows XP it works, the HDD USB is off. Is there a way to resolve this issue? %dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1

changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of PHP4 (apache_module, CLI, & CGI). I spent some time attempting to find su

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Chris St Denis
[EMAIL PROTECTED] wrote: Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of PHP4 (apache_module, CLI, & CGI). I spent some

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Chris St Denis <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of P

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Chris St Denis
[EMAIL PROTECTED] wrote: Quoting Chris St Denis <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Greetings, Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/config

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Chuck Swiger <[EMAIL PROTECTED]>: Hi-- On Aug 26, 2008, at 12:42 PM, [EMAIL PROTECTED] wrote: Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configure

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Chuck Swiger
Hi-- On Aug 26, 2008, at 12:42 PM, [EMAIL PROTECTED] wrote: Given that the folks at PHP have decided that no one is allowed to use PHP4 any longer. I've decided to *attempt* to install a copy of PHP5 (cgi only) along side my already installed/configured, and in use copy of PHP4 (apache_module, C

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Paul Schmehl
--On August 26, 2008 2:09:27 PM -0700 [EMAIL PROTECTED] wrote: I'll have a close look at $LOCALBASE. That sounds like a good candidate. With any luck, it'll also cover extensions, ini(s), and related libs. :) Please be aware that if you change ${LOCALBASE} you change it for *all* subsequentl

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Paul Schmehl <[EMAIL PROTECTED]>: --On August 26, 2008 2:09:27 PM -0700 [EMAIL PROTECTED] wrote: I'll have a close look at $LOCALBASE. That sounds like a good candidate. With any luck, it'll also cover extensions, ini(s), and related libs. :) Please be aware that if you change ${LOC

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting [EMAIL PROTECTED]: Quoting Paul Schmehl <[EMAIL PROTECTED]>: --On August 26, 2008 2:09:27 PM -0700 [EMAIL PROTECTED] wrote: I'll have a close look at $LOCALBASE. That sounds like a good candidate. With any luck, it'll also cover extensions, ini(s), and related libs. :) Please be a

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Paul Schmehl
--On August 26, 2008 3:05:25 PM -0700 [EMAIL PROTECTED] wrote: Hello, and thank you very much for your reply. Yes. After looking closely at the variable, I discovered that also. So I used the PREFIX=/usr/local/php5. But as I build it (via php5-extensions) I am not seeing the PREFIX variable ref

[Fwd: Updating a minimal install]

2008-08-26 Thread Steve Bertrand
With all of the activity of installation, upgrades et-al on this list, I've forwarded my own message from -questions over to here. As much as I hate to cross-post, I realized right away that -stable would be better just after I sent it this afternoon. -questions not cc'd. One more thing: # s

Re: Hard(?) lock when reassociating ath with wpa_supplicant on RELENG_7

2008-08-26 Thread Alexandre "Sunny" Kovalenko
On Sat, 2008-07-12 at 21:26 -0700, Sam Leffler wrote: > Alexandre "Sunny" Kovalenko wrote: > > On Sat, 2008-07-12 at 09:57 -0700, Sam Leffler wrote: > > > >> Alexandre "Sunny" Kovalenko wrote: > >> > >>> On Fri, 2008-07-11 at 20:29 -0700, Sam Leffler wrote: > >>> > >>> > Alex

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread Matthew D. Fuller
On Tue, Aug 26, 2008 at 06:04:36PM -0500 I heard the voice of Paul Schmehl, and lo! it spake thus: > > If you plan on doing this often, pkgtools.conf is your best bet. If you > plan on doing it once, commandline is probably the easiest and quickest. I would say using ports-mgmt/portconf would b

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting Paul Schmehl <[EMAIL PROTECTED]>: --On August 26, 2008 3:05:25 PM -0700 [EMAIL PROTECTED] wrote: Hello, and thank you very much for your reply. Yes. After looking closely at the variable, I discovered that also. So I used the PREFIX=/usr/local/php5. But as I build it (via php5-extensi

Re: changing a ports final destination via make knobs question...

2008-08-26 Thread chris#
Quoting "Matthew D. Fuller" <[EMAIL PROTECTED]>: On Tue, Aug 26, 2008 at 06:04:36PM -0500 I heard the voice of Paul Schmehl, and lo! it spake thus: If you plan on doing this often, pkgtools.conf is your best bet. If you plan on doing it once, commandline is probably the easiest and quickest.

Another attempt [Re: Groff is not working in the latest code]

2008-08-26 Thread Alex Goncharov
`groff' is still not working for me, and with it `man' doesn't: $ uname -srv FreeBSD 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #34: Tue Aug 26 18:14:46 EDT 2008... $ man man /usr/bin/groff: can't find `DESC' file /usr/bin/groff:fatal error: invalid device `as

Re: Another attempt [Re: Groff is not working in the latest code]

2008-08-26 Thread Yuri Pankov
Alex Goncharov wrote: > `groff' is still not working for me, and with it `man' doesn't: > > > $ uname -srv > FreeBSD 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #34: Tue Aug 26 18:14:46 EDT > 2008... > > $ man man > /usr/bin/groff: can't find `DESC' file > /usr