Re: Problems with 9.0 PowerPC images from main ftp site

2012-02-20 Thread Super Bisquit
It may have been the media I used. I was able to install from the releases on your FreeBSD repo page. I have an iMac G4 800MHz that is being used. Also, the firmware is at 3.X if that means anything. On 2/19/12, Nathan Whitehorn wrote: > On 02/19/12 04:28, Super Bisquit wrote: >> I decided to t

Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Glen Barber
On Mon, Feb 20, 2012 at 09:52:32PM -0600, Antonio Olivares wrote: > On Mon, Feb 20, 2012 at 9:47 PM, Glen Barber wrote: > > On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote: > >> synchronous_dhclient="YES" > >> ifconfig msk0="DHCP" > >> > > > > Is this copy/pasted? > > > > If so, i

Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Antonio Olivares
On Mon, Feb 20, 2012 at 9:47 PM, Glen Barber wrote: > On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote: >> synchronous_dhclient="YES" >> ifconfig msk0="DHCP" >> > > Is this copy/pasted? > > If so, it's wrong.  It should be: > >  ifconfig_msk0="DHCP" > > (Note the lack of a space be

Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Glen Barber
On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote: > synchronous_dhclient="YES" > ifconfig msk0="DHCP" > Is this copy/pasted? If so, it's wrong. It should be: ifconfig_msk0="DHCP" (Note the lack of a space between 'ifconfig' and 'msk0'.) Glen ___

Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Erich Dollansky
Hi, On Tuesday 21 February 2012 09:23:34 Antonio Olivares wrote: > Dear folks, > > I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in > release announcement: > > http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html > > Machine was working well with 8.2-RELE

8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Antonio Olivares
Dear folks, I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in release announcement: http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html Machine was working well with 8.2-RELEASE-p3 since I could not got to 8.2-RELEASE-p6, I decided it was best to test out

Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Antonio Olivares
On Mon, Feb 20, 2012 at 8:23 PM, Antonio Olivares wrote: > Dear folks, > > I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in > release announcement: > > http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html > > Machine was working well with 8.2-RELEASE-p3 sinc

Re: devd based AUTOMOUNTER

2012-02-20 Thread vermaden
Hi, I removed the state_lock and stat_unlock mechanisms as they appeared to be not needed, I have shufled with 3 drives all the time and the 'integrity' has not been lost, at it was a lot faster, because the lock always had to wait for the 'slowest' drive (in term of initializing the device, like

Re: rescue build broken?

2012-02-20 Thread Adrian Chadd
Ignore; purging obj properly worked. Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: rescue build broken?

2012-02-20 Thread Tim Kientzle
On Feb 20, 2012, at 5:57 AM, Adrian Chadd wrote: > Hi, > > Is anyone seeing this? > > (cd /usr/home/adrian/work/freebsd/svn/src/rescue/rescue/../../usr.bin/tar > && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/ > depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE > DIRPRFX=rescue/

New kernels and tinderboxes

2012-02-20 Thread Alexander Leidinger
Hi, can someone please point me to the place where I can see how files in the kernel config directories are handled in the tinderboxes? The background is, that I work on a modular kernel config which comes with an example-loader.conf (to have similar features than GENERIC). I would like t

rescue build broken?

2012-02-20 Thread Adrian Chadd
Hi, Is anyone seeing this? (cd /usr/home/adrian/work/freebsd/svn/src/rescue/rescue/../../usr.bin/tar && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/ depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/ bsdtar.o cmdline.o getdate.o read.o subst.o tree.o u

Re: devd based AUTOMOUNTER

2012-02-20 Thread vermaden
written by ${ME} ... > First BUG: (not fixed yet, but workaround already is working) > > TEST/BUG/CASE: > Plug in FAT32 and NTFS drives at the same time, when FAT32 device > will be detected first, it will get mounted and the NTFS drive will be > mounted TWICE, so I added > __check_already_mounte

Re: devd based AUTOMOUNTER

2012-02-20 Thread vermaden
written by Andriy Gapon ... > Hey, this seems like a quite nice tool. > Can you create a web-page and/or port for it? > It would be more convenient to follow its development that way. > Thank you! Sure, its now available here, I will try to create port later: https://github.com/vermaden/automoun

Re: Failed to compile current kernel with llvm/clang

2012-02-20 Thread Jia-Shiun Li
On Mon, Feb 20, 2012 at 2:00 PM, matt wrote: > You have the > WERROR= > NO_WERROR= > > lines in /etc/make.conf? You got me. I only quickly copy-pasted CC/CXX definitions and forgot about WERROR & NO_WERROR. No wonder others do not have this problem. Sorry for the noise. Thanks, Jia-Shiun. __

Re: devd based AUTOMOUNTER

2012-02-20 Thread vermaden
Hi, new version with new features (and BUGs ;p) Added check if ntfsfix from sysutils/ntfsprogs is available, if Yes then try to fix the NTFS filesystem before mouting it. Added GPL3 License ... just joking ;) ... added FreeBSD License to the file. Added 'noatime' as a default mount option when

Re: Packages for Current ( 10.0 )

2012-02-20 Thread Mehmet Erol Sanliturk
On Sat, Feb 18, 2012 at 12:11 PM, Mark Linimon wrote: > On Fri, Feb 17, 2012 at 12:04:45AM -0500, Mehmet Erol Sanliturk wrote: > > I would be very happy I can contribute anything to development of > FreeBSD . > > We are always happy to have help :-) > > > If there appears an agenda of testing pro

Re: devd based AUTOMOUNTER

2012-02-20 Thread Ivan Klymenko
В Mon, 20 Feb 2012 09:43:59 +0100 vermaden пишет: > Hi, > > new version with new features (and BUGs ;p) > > Added check if ntfsfix from sysutils/ntfsprogs is available, if Yes > then try to fix the NTFS filesystem before mouting it. > > Added GPL3 License ... just joking ;) ... added FreeBSD L

Re: devd based AUTOMOUNTER

2012-02-20 Thread Andriy Gapon
[cc list trimmed] Hey, this seems like a quite nice tool. Can you create a web-page and/or port for it? It would be more convenient to follow its development that way. Thank you! on 20/02/2012 10:43 vermaden said the following: > Hi, > > new version with new features (and BUGs ;p) > > Added c