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
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
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
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
___
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
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
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
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
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"
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/
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
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
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
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
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.
__
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
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
В 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
[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
19 matches
Mail list logo