FreeBSD 9.1 occasional kernel panic

2013-02-06 Thread Jens Jahnke
Hi, recently I've switched from 8.3 to 9.1 on my home box and are quite pleased but occasionally I get a kernel panic like this: Feb 5 19:55:45 magni kernel: /dev: got error 6 while accessing filesystem Feb 5 19:55:45 magni kernel: panic: softdep_deallocate_dependencies: unrecovered I/O error

Re: problems with the mfi

2013-02-06 Thread Daniel Braniss
> On Tuesday, February 05, 2013 3:48:28 am Daniel Braniss wrote: > > after rebooting I get very often: > > ... > > mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 659 SECONDS > > mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 689 SECONDS > > mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 719 SECONDS

Re: problems with the mfi

2013-02-06 Thread Steven Hartland
- Original Message - From: "John Baldwin" On Tuesday, February 05, 2013 3:48:28 am Daniel Braniss wrote: after rebooting I get very often: ... mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 659 SECONDS mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 689 SECONDS mfi0: COMMAND 0xff8

Re: So I whip out a FTDI-based multiport Serial USB Adapter....

2013-02-06 Thread CeDeROM
On Mon, Feb 4, 2013 at 10:05 PM, CeDeROM wrote: > I also want to use my KT-LINK multipurpose low-level embedded access > multitool based on FT2232H with RS232 port and I was worried there is > no driver - right now I will add the PID and recompile sources to see > if it works - happy to catch this

Re: problems with the mfi

2013-02-06 Thread Daniel Braniss
> - Original Message - > From: "John Baldwin" > > > > On Tuesday, February 05, 2013 3:48:28 am Daniel Braniss wrote: > >> after rebooting I get very often: > >> ... > >> mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 659 SECONDS > >> mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 689 SE

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-06 Thread Marcelo Gondim
Em 06/02/13 04:24, Mikhail T. escreveu: On 05.02.2013 23:38, Mikhail T. wrote: What happened between 6.x and 7.x? Ok, what happened is that "device cpufreq" is now in GENERIC and the ichss0 along with it. Setting set hint.ichss.0.disabled=1 on the loader prompt allows me to boot -- both

pkg can't access pkgbeta.freebsd.org

2013-02-06 Thread Marek Salwerowicz
Hi, On freshly installed FreeBSD-9.1-Release amd64 (from ISO) I am trying to migrate to new generation of packages: arch1% sudo pkg The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg please wait pkg: Error fetchi

Re: problems with the mfi

2013-02-06 Thread Steven Hartland
- Original Message - From: "Daniel Braniss" > On Tuesday, February 05, 2013 3:48:28 am Daniel Braniss wrote: >> after rebooting I get very often: >> ... >> mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 659 SECONDS >> mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 689 SECONDS >> mfi0: CO

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-06 Thread Andriy Gapon
on 06/02/2013 08:40 Mikhail T. said the following: > I struggle to understand, how a less seasoned user could be expected to figure > these two issues out... Nobody expects that. These two bugs are just bugs, there is no drama. People change code, something gets broken for some very rarely used h

Re: FreeBSD 9.1 occasional kernel panic

2013-02-06 Thread Andriy Gapon
on 06/02/2013 10:29 Jens Jahnke said the following: > Hi, > > recently I've switched from 8.3 to 9.1 on my home box and are quite pleased > but occasionally I get a kernel panic like this: > > Feb 5 19:55:45 magni kernel: /dev: got error 6 while accessing filesystem > Feb 5 19:55:45 magni kern

Re: pkg can't access pkgbeta.freebsd.org

2013-02-06 Thread Damien Fleuriot
":" in the URL instead of "/" , possibly ? I find it strange that there should be ":" in the URL, it is only acceptable when denoting the destination port to connect to. Try replacing them with slashes. -- Sent from my [insert random phone here] On 6 Feb 2013, at 12:59, Marek Salwerowicz wro

Re: FreeBSD 9.1 occasional kernel panic

2013-02-06 Thread Jens Jahnke
On Wed, 06 Feb 2013 14:40:47 +0200 Andriy Gapon wrote: AG> "error 6" is ENXIO, which usually corresponds to a disappearing AG> device or some such. Do you get anything in logs (or other AG> objective experience) that could look like that? Nothing found so far. System ran stable for the last 18

Re: problems with the mfi

2013-02-06 Thread Daniel Braniss
> - Original Message - > From: "Daniel Braniss" > >> > On Tuesday, February 05, 2013 3:48:28 am Daniel Braniss wrote: > >> >> after rebooting I get very often: > >> >> ... > >> >> mfi0: COMMAND 0xff800132d990 TIMEOUT AFTER 659 SECONDS > >> >> mfi0: COMMAND 0xff800132d990 TIMEOUT A

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-06 Thread Mikhail T.
On 06.02.2013 02:13, YongHyeon PYUN wrote: Disabling "Wake on LAN" in the BIOS solved this problem. Now xl0 is seen >and functional. Solved. Because I added WOL support xl(4) in the past I'm interested in knowing whether that change broke your controller when BIOS enables WOL. I can not reproduc

Re: So I whip out a FTDI-based multiport Serial USB Adapter.... [SB QUAR: Tue Feb 5 10:15:47 2013]

2013-02-06 Thread Karl Denninger
On 2/5/2013 11:25 AM, CeDeROM wrote: > On Tue, Feb 5, 2013 at 6:09 PM, Karl Denninger wrote: >> The FTDI adapter has the provision for an external power supply (+5V) >> but it does not require it unless you're running off an unpowered bus, >> which is not normally the case. 500ma is quite a bit

Panic at shutdown

2013-02-06 Thread David Demelier
Hello there, I recently had a panic at shutdown in 9.1-STABLE, there's the backtrace: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certai

Re: problems with the mfi

2013-02-06 Thread Steven Hartland
- Original Message - From: "Daniel Braniss" Unfortunately not it was a generic issue any command which timeout would get stuck for ever. What FreeBSD version are using and what controller are you using? freebsd-9.1-stable as of last Friday the last one that did this is: mfi1: por

Re: Panic at shutdown

2013-02-06 Thread David Demelier
On 06/02/2013 16:31, David Demelier wrote: > Hello there, > > I recently had a panic at shutdown in 9.1-STABLE, there's the backtrace: > > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welco

I/O hanging while hosting Postgres database

2013-02-06 Thread Dustin Wenz
I'm seeing a condition on FreeBSD 9.1 (built October 24th) where I/O seems to hang on any local zpools after several hours of hosting a large-ish Postgres database. The database occupies about 14TB of a 38TB zpool with a single SSD ZIL. The OS is on a ZFS boot disk. The system also has 24GB of p