Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Damien Fleuriot
Well, I would suggest you try this: cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC cd /boot mv kernel test mv kernel.old kernel nextboot -k test Then, you can reboot. This will ensure you can boot a stock kernel just fine. If you can, obviously there is

Re: Accidentally aborted upgrade via freebsd-update - how to recover?

2010-12-28 Thread Damien Fleuriot
On 12/28/10 7:20 AM, Jason Helfman wrote: On Mon, Dec 27, 2010 at 04:52:03PM -0800, Doug Barton thus spake: On 12/27/2010 16:40, Damien Fleuriot wrote: On 12/27/10 11:58 PM, Clifton Royston wrote: OK, and oh well... I wish there were some way to automate the diffing out of the

zfsboot from 8.2RC1 freeze at boot time

2010-12-28 Thread Henri Hennebert
Hello and merry Xmas to everybody, I upgrade a remote server from 8.1-RELEASE to 8.2-RC1. This server have one disk: [r...@tignes ~]# gpart show = 63 488397105 ada0 MBR (233G) 63 12583809 1 freebsd (6.0G) 12583872 475813296 2 freebsd [active] (227G) =

Re: New ZFSv28 patchset for 8-STABLE: ARRRGG HELP !!

2010-12-28 Thread Jean-Yves Avenard
Well Today I added the log device: zpool add pool log /dev/ada1s1 (8GB slice on a SSD Intel X25 disk).. then added the cache (32GB) zpool add pool cache /dev/ada1s2 So far so good. zpool status - all good. Reboot : it hangs booted in single user mode, zpool status: ZFS filesystem version 5

Re: New ZFSv28 patchset for 8-STABLE: Kernel Panic

2010-12-28 Thread Jean-Yves Avenard
Hi On 27 December 2010 16:04, jhell jh...@dataix.net wrote: 1) Set vfs.zfs.recover=1 at the loader prompt (OK set vfs.zfs.recover=1) 2) Boot into single user mode without opensolaris.ko and zfs.ko loaded 3) ( mount -w / ) to make sure you can remove and also write new zpool.cache as needed.

Re: root mount error

2010-12-28 Thread Greg Byshenk
On Tue, Dec 28, 2010 at 01:36:01AM +0100, Damien Fleuriot wrote: On 12/27/10 9:18 PM, Michael BlackHeart wrote: I've got trouble with FreeBSD 8 Stable First I've put on notebook 8.2 RELEASE amd64, then SVN'ed src's to yesterday revision I don't remember exact number, but I've have this

Re: /libexec/ld-elf.so.1: Cannot execute objects on /

2010-12-28 Thread John Baldwin
On Saturday, December 25, 2010 6:43:25 am Miroslav Lachman wrote: John Baldwin wrote: On Saturday, December 11, 2010 11:51:41 am Miroslav Lachman wrote: Miroslav Lachman wrote: Garrett Cooper wrote: 2010/4/20 Miroslav Lachman000.f...@quip.cz: I have large storage partition (/vol0)

Re: MCA messages after upgrade to 8.2-BEAT1

2010-12-28 Thread John Baldwin
On Friday, December 24, 2010 3:47:16 am Matthew D. Fuller wrote: On Wed, Dec 22, 2010 at 09:57:26AM -0500 I heard the voice of John Baldwin, and lo! it spake thus: You are getting corrected ECC errors in your RAM. Actually, don't CPU 0 0 data cache ADDR 236493c0 Data cache

Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Troy
The generic kernel worked. What's the easiest way to try and figure out which line is causing the hang in my custom kernel? When it hangs it gives me nothing other than what I put in the initial email. I've been using this custom kernel config for years on this server. On 12/28/2010 4:13

Re: New ZFSv28 patchset for 8-STABLE: ARRRGG HELP !!

2010-12-28 Thread Jean-Yves Avenard
On 28 December 2010 08:56, Freddie Cash fjwc...@gmail.com wrote: Is that a typo, or the actual command you used?  You have an extra s in there.  Should be log and not logs.  However, I don't think that command is correct either. I believe you want to use the detach command, not remove. #

Re: New ZFSv28 patchset for 8-STABLE: Kernel Panic

2010-12-28 Thread Jean-Yves Avenard
On 29 December 2010 03:15, Jean-Yves Avenard jyaven...@gmail.com wrote: # zpool import load: 0.00  cmd: zpool 405 [spa_namespace_lock] 15.11r 0.00u 0.03s 0% 2556k load: 0.00  cmd: zpool 405 [spa_namespace_lock] 15.94r 0.00u 0.03s 0% 2556k load: 0.00  cmd: zpool 405 [spa_namespace_lock] 16.57r

Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Damien Fleuriot
On 12/28/10 5:48 PM, Troy wrote: The generic kernel worked. What's the easiest way to try and figure out which line is causing the hang in my custom kernel? When it hangs it gives me nothing other than what I put in the initial email. I've been using this custom kernel config for years on

Re: Accidentally aborted upgrade via freebsd-update - how to recover?

2010-12-28 Thread Clifton Royston
On Mon, Dec 27, 2010 at 10:20:28PM -0800, Jason Helfman wrote: On Mon, Dec 27, 2010 at 04:52:03PM -0800, Doug Barton thus spake: On 12/27/2010 16:40, Damien Fleuriot wrote: On 12/27/10 11:58 PM, Clifton Royston wrote: OK, and oh well... I wish there were some way to automate the diffing

Re: root mount error

2010-12-28 Thread Michael BlackHeart
I'm no looking for help neither instructions how to build kernel. I'm just installing 8.1 RELEASE and svn it up to last week 8-stable. And going step-by-step of handbook installing kernel I'm having a trouble - it seems than new kenel doesn't recognize my HDD. I'm not doing something special, in

Re: Kernel/World Upgrade causes Hang

2010-12-28 Thread Rob Farmer
On Mon, Dec 27, 2010 at 17:05, Troy t...@twisted.net wrote: # Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150) device          atpic                   # 8259A compatability What is this? Do you actually need it? nforce 3 is pretty old - maybe it got broken somewhere

Re: root mount error

2010-12-28 Thread Greg Byshenk
On Tue, Dec 28, 2010 at 11:08:44PM +0300, Michael BlackHeart wrote: I'm no looking for help neither instructions how to build kernel. I'm just installing 8.1 RELEASE and svn it up to last week 8-stable. And going step-by-step of handbook installing kernel I'm having a trouble - it seems than

Re: New ZFSv28 patchset for 8-STABLE: ARRRGG HELP !!

2010-12-28 Thread Freddie Cash
On Tue, Dec 28, 2010 at 8:58 AM, Jean-Yves Avenard jyaven...@gmail.com wrote: On 28 December 2010 08:56, Freddie Cash fjwc...@gmail.com wrote: Is that a typo, or the actual command you used?  You have an extra s in there.  Should be log and not logs.  However, I don't think that command is

Re: New ZFSv28 patchset for 8-STABLE: Kernel Panic

2010-12-28 Thread Freddie Cash
On Tue, Dec 28, 2010 at 9:39 AM, Jean-Yves Avenard Now, I haven't tried using cache and log from a different disk. The motherboard on the server has 8 SATA ports, and I have no free port to add another disk. So my only option to have both a log and cache device in my zfs pool, is to use two

Re: Could MSGBUF_SIZE be made a loader tunable?

2010-12-28 Thread perryh
Andriy Gapon a...@freebsd.org wrote: on 06/12/2010 07:20 per...@pluto.rain.com said the following: Would there be some fundamental problem in changing MSGBUF_SIZE from a compiled-in constant to a tunable that could be set at the loader prompt? I didn't see any obvious downside from

Re: New ZFSv28 patchset for 8-STABLE: Kernel Panic

2010-12-28 Thread Martin Matuska
Please don't consider these patches as production-ready. What we want to do is find and resolve as many bugs as possible. To help us fix these bugs, a way to reproduce the bug from a clean start (e.g. in virtualbox) would be great and speed up finding the cause for the problem. Your problem

slow ZFS on FreeBSD 8.1

2010-12-28 Thread Freek van Hemert
Hello everyone, This is my first mail on the mailinglist and I very much appreciate this option of getting some help. I have a question regarding zfs on freebsd. (I'm making a home server) This afternoon I did a zpool create data mirror ad4 ad6 Now I'm copying things from my ufs2 disk into the

Re: root mount error

2010-12-28 Thread Kevin Oberman
Date: Tue, 28 Dec 2010 22:09:15 +0100 From: Greg Byshenk free...@byshenk.net Sender: owner-freebsd-sta...@freebsd.org On Tue, Dec 28, 2010 at 11:08:44PM +0300, Michael BlackHeart wrote: I'm no looking for help neither instructions how to build kernel. I'm just installing 8.1 RELEASE and

Re: slow ZFS on FreeBSD 8.1

2010-12-28 Thread Jeremy Chadwick
On Wed, Dec 29, 2010 at 12:56:57AM +0100, Freek van Hemert wrote: Hello everyone, This is my first mail on the mailinglist and I very much appreciate this option of getting some help. I have a question regarding zfs on freebsd. (I'm making a home server) This afternoon I did a zpool

Re: slow ZFS on FreeBSD 8.1

2010-12-28 Thread Adam Vande More
On Tue, Dec 28, 2010 at 5:56 PM, Freek van Hemert fvhem...@gmail.comwrote: Top tells me: 761 MB Active, 790 Inactive and there is hardly any cpu usage (96-98% idle). vfs.numvnodes: around 12500 now (after several hours of copying) and stil slowly rising. Hope you can help me. I believe

Re: New ZFSv28 patchset for 8-STABLE: Kernel Panic

2010-12-28 Thread Jean-Yves Avenard
Hi On Wednesday, 29 December 2010, Martin Matuska m...@freebsd.org wrote: Please don't consider these patches as production-ready. What we want to do is find and resolve as many bugs as possible. To help us fix these bugs, a way to reproduce the bug from a clean start (e.g. in virtualbox)

8.2-RC1: installer does not recognize some disks properly

2010-12-28 Thread Claus Assmann
I just tried to install 8.2-RC1 (amd64) on one of my machines. It has two disks: WDC WD1001FALS-4 and SAMSUNG HD103SJ, both 1TB SATA disks. The installer shows them as ad10 and ad8. Both disks are already in use and have been formatted via fdisk, e.g., the Samsung (ad10) has 3 partitions (BF, A9,

Re: /libexec/ld-elf.so.1: Cannot execute objects on /

2010-12-28 Thread Matthew Fleming
On Tue, Dec 28, 2010 at 8:23 AM, John Baldwin j...@freebsd.org wrote: On Saturday, December 25, 2010 6:43:25 am Miroslav Lachman wrote: John Baldwin wrote: On Saturday, December 11, 2010 11:51:41 am Miroslav Lachman wrote: Miroslav Lachman wrote: Garrett Cooper wrote: 2010/4/20 Miroslav

Re: New ZFSv28 patchset for 8-STABLE: Kernel Panic

2010-12-28 Thread jhell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/28/2010 18:20, Martin Matuska wrote: Please don't consider these patches as production-ready. What we want to do is find and resolve as many bugs as possible. I completely agree with Martin here. If your running it then your willing to loose