Re: ZFS install from -CURRENT snapshot

2011-05-29 Thread George Kontostanos
The new bsdinstall has a different layout so the previous guides don't work.
I have prepared one that works for recent 9-Current at :

"http://www.aisecure.net/?p=132";

Regards

On Sun, May 29, 2011 at 9:55 AM, Andriy Gapon  wrote:

> on 29/05/2011 07:08 Scott Lambert said the following:
> > If you want to end up with a mirrored ZFS only setup, have you seen ?
> >
> >
> http://blogs.freebsdish.org/pjd/2010/08/06/from-sysinstall-to-zfs-only-configuration/
> >
> > That one was pretty straight-forward for me.  You get to use
> > sysinstall and don't have to manually install the OS.
>
> There is no sysinstall :-) [in the latest CURRENT]
>
> --
> Andriy Gapon
> ___
> 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"
>



-- 
George Kontostanos
aisecure.net 
___
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: Weird issue with hastd(8)

2011-05-29 Thread Mikolaj Golub

On Wed, 25 May 2011 11:21:04 -0700 Maxim Sobolev wrote:

 MS> Hi Pawel,

 MS> I am observing strange errors while synchronizing the data between
 MS> primary and secondary. I keep getting the following error messages:

 MS> May 25 11:09:19 eights hastd[10113]: [test] (secondary) Unable to
 MS> receive request header: Socket is not connected.
 MS> May 25 11:09:24 eights hastd[37571]: [test] (secondary) Worker process
 MS> exited ungracefully (pid=10113, exitcode=75).
 MS> May 25 11:10:17 eights hastd[12109]: [test] (secondary) Unable to
 MS> receive request header: Socket is not connected.
 MS> May 25 11:10:18 eights hastd[37571]: [test] (secondary) Worker process
 MS> exited ungracefully (pid=12109, exitcode=75).
 MS> May 25 11:10:39 eights hastd[14685]: [test] (secondary) Unable to
 MS> receive request header: Socket is not connected.
 MS> May 25 11:10:44 eights hastd[37571]: [test] (secondary) Worker process
 MS> exited ungracefully (pid=14685, exitcode=75).

 MS> The synchronization steel proceeds, but it's slow due to the need to
 MS> re-negotiate and re-spawn the secondary worker. I have tried to ktrace
 MS> both server and client at the same time. For some reason the primary
 MS> keeps sending data, while client gets 0-read from the recvfrom at some
 MS> point, while the primary keeps sending more data. This is 8-STABLE
 MS> code on both ends.

 MS> Any ideas of what could be wrong here are appreciated.

This might be MSG_WAITALL issue I described on net@ (look for the thread
"recv() with MSG_WAITALL might stuck when receiving more than rcvbuf", and
also kern/154504).

Could you please try the patch?

http://people.freebsd.org/~trociny/uipc_socket.c.patch

-- 
Mikolaj Golub
___
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: ZFS install from -CURRENT snapshot

2011-05-29 Thread Daniel Staal
--As of May 29, 2011 12:06:30 PM +0300, George Kontostanos is alleged to 
have said:



The new bsdinstall has a different layout so the previous guides don't
work. I have prepared one that works for recent 9-Current at :

"http://www.aisecure.net/?p=132";


--As for the rest, it is mine.

Thanks, that's about what I expected the install procedure to be at this 
point.  Nice to have the reminder about the zpool.cache.   (Do I have to 
use the Live CD mode?  Can I use shell mode instead?)


Daniel T. Staal

---
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---
___
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: ZFS install from -CURRENT snapshot

2011-05-29 Thread George Kontostanos
Last time I checked it was practically the same.

On Sun, May 29, 2011 at 4:10 PM, Daniel Staal  wrote:

> --As of May 29, 2011 12:06:30 PM +0300, George Kontostanos is alleged to
> have said:
>
>  The new bsdinstall has a different layout so the previous guides don't
>> work. I have prepared one that works for recent 9-Current at :
>>
>> "http://www.aisecure.net/?p=132";
>>
>
> --As for the rest, it is mine.
>
> Thanks, that's about what I expected the install procedure to be at this
> point.  Nice to have the reminder about the zpool.cache.   (Do I have to use
> the Live CD mode?  Can I use shell mode instead?)
>
>
> Daniel T. Staal
>
> ---
> This email copyright the author.  Unless otherwise noted, you
> are expressly allowed to retransmit, quote, or otherwise use
> the contents for non-commercial purposes.  This copyright will
> expire 5 years after the author's death, or in 30 years,
> whichever is longer, unless such a period is in excess of
> local copyright law.
> ---
>



-- 
George Kontostanos
aisecure.net 
___
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"


Bootloader broken on ppc

2011-05-29 Thread Justin Hibbits
As of r222417 the bootloader is broken on PowerPC port, due to screen. 
4th not being installed into /boot.


- Justin
___
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: Bootloader broken on ppc

2011-05-29 Thread Garrett Cooper
On Sun, May 29, 2011 at 2:41 PM, Justin Hibbits  wrote:
> As of r222417 the bootloader is broken on PowerPC port, due to screen.4th
> not being installed into /boot.

It was fixed in r222450.
Cheers,
-Garrett
___
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: Bootloader broken on ppc

2011-05-29 Thread Justin Hibbits

On May 29, 2011, at 6:18 PM, Garrett Cooper wrote:

On Sun, May 29, 2011 at 2:41 PM, Justin Hibbits  
 wrote:
As of r222417 the bootloader is broken on PowerPC port, due to  
screen.4th

not being installed into /boot.


It was fixed in r222450.
Cheers,
-Garrett


Shows me for not checking very latest svn before posting.

- Justin
___
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: Bootloader broken on ppc

2011-05-29 Thread Julian Elischer

On 5/29/11 2:41 PM, Justin Hibbits wrote:
As of r222417 the bootloader is broken on PowerPC port, due to 
screen.4th not being installed into /boot.

I think it was fixed in 222450



- Justin
___
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"




___
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"