Re: recovery from terminated make installworld?

2010-03-19 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 4:08 PM, krad kra...@googlemail.com wrote: On 18 March 2010 20:41, Freddie Cash fjwc...@gmail.com wrote: On Thu, Mar 18, 2010 at 1:07 PM, Justin Hibbits jr...@alumni.cwru.edu wrote: On Thu, Mar 18, 2010 at 4:03 PM, Anton Shterenlikht me...@bristol.ac.uk wrote:

Re: recovery from terminated make installworld?

2010-03-19 Thread jhell
On Fri, 19 Mar 2010 02:28, Garrett Cooper wrote: In Message-Id: 7d6fde3d1003182328w63c84053r2bbc3e05f4ec6...@mail.gmail.com On Thu, Mar 18, 2010 at 4:08 PM, krad kra...@googlemail.com wrote: On 18 March 2010 20:41, Freddie Cash fjwc...@gmail.com wrote: On Thu, Mar 18, 2010 at 1:07 PM,

Re: Panic @r205276 (Fatal trap 12: page fault while in kernel mode)

2010-03-19 Thread Rui Paulo
On 18 Mar 2010, at 22:15, K. Macy wrote: On Thu, Mar 18, 2010 at 1:38 PM, K. Macy km...@freebsd.org wrote: I have the same panic. I'll try to revert 205266. Yes, 205266 is the culprit. Try updating. I've made the change a no-op until I can track the problem down. Do you all have

Re: Panic @r205276 (Fatal trap 12: page fault while in kernel mode)

2010-03-19 Thread David Wolfskill
On Fri, Mar 19, 2010 at 01:09:11PM +, Rui Paulo wrote: ... Do you all have either out-of-tree modules or modules that you did not re-build when re-compiling your kernel? I have in-tree modules, but I tried a clean build. I corresponded with kmacy@ a bit yesterday. Pending resolution,

Re: CALL for TEST [HOSTAP] run(4) ralink usb wireless

2010-03-19 Thread Ganbold
PseudoCylon wrote: Can you show me output of followings? (I have only intel chips.) #kldstat | grep if_run (after loading the driver. no need to run it) #objdump -h /boot/kernel/if_run.ko | grep text #objdump --source /boot/kernel/if_run.ko | grep \: Here it is: rspro# uname -an FreeBSD

newfs_msdos and DVD-RAM

2010-03-19 Thread Paul B Mahol
Hi, FreeBSD 9.0 CURRENT panics when mounting file system created via newfs_msdos on DVD-RAM disc. Something to do about divide by zero. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: newfs_msdos and DVD-RAM

2010-03-19 Thread Fabian Keil
Paul B Mahol one...@gmail.com wrote: FreeBSD 9.0 CURRENT panics when mounting file system created via newfs_msdos on DVD-RAM disc. Something to do about divide by zero. I recently had a similar problem with a 16GB iPod. I still haven't managed to actually mount it, but the patch below at

Re: newfs_msdos and DVD-RAM

2010-03-19 Thread Paul B Mahol
On Fri, Mar 19, 2010 at 7:11 PM, Fabian Keil freebsd-lis...@fabiankeil.de wrote: Paul B Mahol one...@gmail.com wrote: FreeBSD 9.0 CURRENT panics when mounting file system created via newfs_msdos on DVD-RAM disc. Something to do about divide by zero. I recently had a similar problem with a

bsdtar(1) line_reader.c interesting code part - partial patch

2010-03-19 Thread Adam PAPAI
Hi, Bug report sais: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/144786 bsdtar(1) doesn't support multi line matching or it is broken. This patch [1] should solve it but not sure about this line in the original code: if (lr-nullSeparator) { ... } This is constant '\n' so this code

Re: ldd leaves the machine unresponsive

2010-03-19 Thread Anton Shterenlikht
On Thu, Mar 18, 2010 at 11:29:36AM -0400, jhell wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Mar 2010 12:32, Anton Shterenlikht wrote: In Message-Id: 20100317163230.gj87...@mech-cluster241.men.bris.ac.uk Just updated to ia64 r205248 If my problem is due to my

[PATCH] - ports/144792 (untar.c, Makefile) ports/archivers/untar

2010-03-19 Thread Adam PAPAI
Hi, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144792 To remove the compile warnings I've added the required header files. (and a small fix for the Makefile NOMAN - NO_MAN warning) http://www.wooh.hu/freebsd/untar.c.patch.txt http://www.wooh.hu/freebsd/Makefile.patch.txt -- Adam PAPAI

Re: [PATCH] - ports/144792 (untar.c, Makefile) ports/archivers/untar

2010-03-19 Thread Garrett Cooper
On Fri, Mar 19, 2010 at 2:56 PM, Adam PAPAI w...@wooh.hu wrote: Hi, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144792 To remove the compile warnings I've added the required header files. (and a small fix for the Makefile NOMAN - NO_MAN warning)