Re: Need Help with a Raid 1 Time critical issue.

2012-02-07 Thread Andrey V. Elsukov
On 08.02.2012 6:17, Morris Allen wrote:
 I have been using the following instructions, I am unable to maintain a
 Raid1 installation. I have sent this to the Bug group and programming group
 ( docs/164620 http://www.freebsd.org/cgi/query-pr.cgi?pr=164620cat=docs :
 Raid 1 issues) and was told to contact your groups. During the initial setup
 the Raid appears to be there. But when I reboot, the system stops, and will
 not totally reboot. One issue is my fstab file, using basis install, does
 not look anything like the file listed below. I really need to get this
 going my time is getting short and I am in trouble on this box.  On reboot,
 it destroys the Raid that it indicated was present, before the reboot.  I
 have listed my equipment below and have pasted a copy of the instructions I
 use to the letter.

Probably as quick workaround you can set variable
kern.geom.part.check_integrity=0 in your /boot/loader.conf.

See also:
http://lists.freebsd.org/pipermail/freebsd-geom/2012-January/005149.html

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: can't mount root during freebsd-update 7.0 - 8.1 on amd64

2010-12-06 Thread Andrey V. Elsukov
On 06.12.2010 3:11, per...@pluto.rain.com wrote:
 GEOM_PART (gpart) is a new GEOM partition class (slicer) and
 utility that rolls up support for many partitioning formats
 (MBR, BSD, GPT etc.) into a single code base.
 ...
 NOTE: Some old utilities like bsdlabel may not work if the kernel
 doesn't include GEOM_BSD and other old slicer classes. In other
 words, bsdlabel et al don't work with GEOM_PART.
 
 Does this mean that, in 8.1-RELEASE, bsdlabel/disklabel will not work
 with the GENERIC kernel (which includes GEOM_PART_GPT and GEOM_LABEL,
 but no other GEOM_ pieces AFAICT)?

No, It doesn't. You can create partitions with fdisk/bsdlabel.
They do write directly to device and this does initiate tasting.
And GPART detects created partitions.

-- 
WBR, Andrey V. Elsukov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: can't mount root during freebsd-update 7.0 - 8.1 on amd64

2010-12-05 Thread Andrey V. Elsukov
On 06.12.2010 10:22, per...@pluto.rain.com wrote:
 Thanks, that's what I had hoped (but had noticed a few things lately
 that had me wondering whether they might perhaps not be working
 entirely _correctly_ -- I need to do some more experimentation).
 
 The next question then is, when _does_ the kernel need to include
 added options like GEOM_BSD and/or GEOM_PART_BSD?

GEOM_BSD is deprecated in FreeBSD 8.x+ and should not be included.
GEOM_PART_BSD is already included in DEFAULTS config.

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: CURRENT: Issue with ZFS and 2TB WD HDD (WDC WD20EURS-63Z9B1 80.00A80)

2010-11-30 Thread Andrey V. Elsukov
On 29.11.2010 11:52, O. Hartmann wrote:
 Exporting both volumes in FreeBSD 8 works. But importing them in FreeBSD 
 9.0-CURRENT/amd64 as with
 the most recent make world of today fails on the 2TB HDD (ZFS pool/volume 
 BACKUP00). Issuing zpool
 import BACKUP00 results in
 
 cannot import 'BACKUP': no such pool available
 and on console I receive message

It seems strange, why the pool name in error message is 'BACKUP' but not 
'BACKUP00'?

 Surprisingly, the GPT partition of the pool BACKUP00 isn't shown in FreeBSD 
 9, while I see ada3p1 in
 FreeBSD 8.2.
 gpart show ada3 lists this:
 
 =34  3907029101  ada3  GPT  (1.8T)
   344062- free -  (2.0M)
 4096  3907025039 1  freebsd-zfs  (1.8T)

Do you have something related to GPT in log files? Can you show full output of 
`gpart show`
from FreeBSD-8 and FreeBSD-9?

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Andrey V. Elsukov
On 13.11.2010 10:34, Ivan Klymenko wrote:
 Hmm, are you sure that your kernel is based on r215176?

 
 no doubt! :)

Do you use custom ISO image? Can you mount it and show
output of command:
# ident /mnt/boot/kernel/kernel.symbols | grep g_part.c

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Andrey V. Elsukov
On 13.11.2010 11:25, Ivan Klymenko wrote:
 Once mounted iso image of my drive to /mnt
 ident error: /mnt/boot/kernel/kernel.symbols: No such file or directory
 because this file (kernel.symbols) is really not in the iso image...

So, I can not reproduce this error. And I still think that you use older
revision and you should rebuild your ISO image with fresh sources.

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Andrey V. Elsukov
On 13.11.2010 11:40, Ivan Klymenko wrote:
 So, I can not reproduce this error. And I still think that you use
 older revision and you should rebuild your ISO image with fresh
 sources.

 
 well ...
 but it will take a little time ...

Just a note - as you may see from tinderbox's emails at the moment
building of fresh current is broken :)

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: Error 1: gpart create -s GPT ad0

2010-11-12 Thread Andrey V. Elsukov
On 12.11.2010 21:47, Ivan Klymenko wrote:
 I use the alternate installer pc-sysinstall based on FreeBSD
 9.0-CURRENT r215176

Hmm, are you sure that your kernel is based on r215176?

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: Error 1: gpart create -s GPT ad0

2010-11-12 Thread Andrey V. Elsukov
On 12.11.2010 21:47, Ivan Klymenko wrote:
 http://img80.imageshack.us/i/qemu.png/
 Think all options for gpart are correct - what can there be a problem?

This was temporary regression and it is fixed now in r215118.
In any case it is harmless.

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


Re: Attempting ZFS Only Install of 7.2

2009-07-16 Thread Andrey V. Elsukov

Jason Garrett wrote:

Top Post, I know... but has anyone on @current tried a full on ZFS on ROOT
with GPTZFSBOOT?

Both Drew and I have both tried the guide at
http://lulf.geeknest.org/blog/freebsd/Setting_up_a_zfs-only_system/ (dead
link now :( )

I get as far as the message I detailed before using parts from another
guide. I am hoping for both of us, that someone here knows even a little
bit.


I installed 8.0-BETA1 on ZFS 2 days ago. It works. I did following steps:

1. Boot from bootable USB-flash (Minimal FreeBSD installation with copy of 
install CD).

2. Create partitions
# gpart show ad0
=   34  312581741  ad0  GPT  (149G)
 342561  freebsd-boot  (128K)
29041943042  freebsd-swap  (2.0G)
4194594  2516582403  freebsd-zfs  (120G)
  255852834   56728941   - free -  (27G)

3. Create zpool and filesystem hierarchy

4. Install FreeBSD from copy of install CD to ZFS. I used sysinstall with custom
options (Install Root and Media Type)

5. Create /etc/fstab, /etc/rc.conf, /etc/src.conf, /boot/loader.conf
   http://wiki.freebsd.org/ZFSOnRootWithZFSboot#line-118

6. Install ZFS aware /boot/loader
   http://wiki.freebsd.org/ZFSOnRootWithZFSboot#line-144

7. Create zpool.cache

8. Install ZFS boot:
# gpart bootcode -b /zroot/boot/pmbr ad0
# gpart bootcode -p /zroot/boot/gptzfsboot -i 1 ad0

9. Change mount points for zroot pool and reboot.

It's all.

--
WBR, Andrey V. Elsukov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: IPFW/Divert problem...

2007-11-06 Thread Andrey V. Elsukov

Eric F Crist wrote:

firewall_enable=YES
firewall_script=/etc/ipfw.sh

FWIW, ipfw.sh ONLY has count rules it it.  There isn't any NAT/etc going 
on here.  Also, IPFW was compiled with DEFAULT TO ACCEPT, since I'm not 
really using it for anything other than accounting.


In the your /etc/ipfw.sh script you should use -f flag when you run
ipfw flush command.

--
WBR, Andrey V. Elsukov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IPFW/Divert problem...

2007-11-06 Thread Andrey V. Elsukov
Eric F Crist wrote:
  In the your /etc/ipfw.sh script you should use -f flag when you run
  ipfw flush command.
 I am, but that has nothing to do with my problem.  My problem is that,  
 during system boot, I'm asked the following question:
 Loading divert daemons Are you sure? [yn]:
 The system sits there indefinitely until the question is answered.  I  
 need this to go away.

Are you sure? Please, show your script. I think these is two different 
messages: 
1) Loading divert daemons - probably from some of your third party software
start script.
2) Are you sure? [yn] - message from ipfw, when you run `ipfw flush` in the 
/etc/ipfw.sh script.

--
WBR, Andrey V. Elsukov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound not work on Intel D945GNTL

2006-07-13 Thread Andrey V. Elsukov

Valeriy Klimentiev wrote:

vendor   = 'Intel Corporation'
device   = '82801G (ICH7 Family) High Definition Audio'
class= multimedia

FreeBSD will maintain this hardware? What me to do now?


You should look a freebsd-multimedia@ archives.

http://docs.freebsd.org/cgi/mid.cgi?44ADF5D1.7010100
http://www.freebsd.org/news/status/report-apr-2006-jun-2006.html#Sound-subsystem-improvements

--
WBR, Andrey V. Elsukov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVS files in src

2005-08-19 Thread Andrey V. Elsukov

Dev FreeBSD wrote:

Usually an individual would download the tarball to build the stuff
and not necessarily to sync up with the tree.


If the CVS-files would be included into src tarballs on FreeBSD ISO, 
this would be another easy way to update sources..



If you need a specific release version then just pull off the sources
using the specific release tag.


I have own CVS-repository.. :)

--
WBR, Andrey V. Elsukov

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CVS files in src

2005-08-18 Thread Andrey V. Elsukov

Hi All!

Why doTARBALL target in src/release/Makefile create src tarballs without
CVS directories?

--
WBR, Andrey V. Elsukov


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]