[DragonFlyBSD - Bug #2665] (Resolved) patch fails on lines lengths overflowing a short int.

2014-06-07 Thread bugtracker-admin
Issue #2665 has been updated by jorisgio. Status changed from New to Resolved % Done changed from 90 to 100 Thank you for the patch. committed on master (3.9) : e19e5bbc20dd1d64f1833c5d0ac7a605c8e9bfa0 Bug #2665: patch fails on lines lengths overflowing

[DragonFlyBSD - Bug #2634] (Resolved) Semaphore support for pthreads. sem_open, sem_close, sem_unlink are not implemented yet

2014-06-07 Thread bugtracker-admin
Issue #2634 has been updated by jorisgio. Status changed from New to Resolved See issue #2337 Bug #2634: Semaphore support for pthreads. sem_open, sem_close, sem_unlink are not implemented yet http://bugs.dragonflybsd.org/issues/2634#change-12041 * Au

[DragonFlyBSD - Bug #2681] (New) missing symbol pidfile_open ?

2014-06-08 Thread bugtracker-admin
Issue #2681 has been reported by bsd4chris. Bug #2681: missing symbol pidfile_open ? http://bugs.dragonflybsd.org/issues/2681 * Author: bsd4chris * Status: New * Priority: Normal * Assignee: * Category: Build * Target version: ---

[DragonFlyBSD - Bug #2681] missing symbol pidfile_open ?

2014-06-08 Thread bugtracker-admin
Issue #2681 has been updated by jorisgio. Hi, have you run make upgrade after installing world and kernel ? Bug #2681: missing symbol pidfile_open ? http://bugs.dragonflybsd.org/issues/2681#change-12042 * Author: bsd4chris * Status: New * Priority: Norma

[DragonFlyBSD - Bug #2681] (Closed) missing symbol pidfile_open ?

2014-06-08 Thread bugtracker-admin
Issue #2681 has been updated by bsd4chris. Status changed from New to Closed jorisgio wrote: > Hi, have you run make upgrade after installing world and kernel ? That is what I have been missing out. Thank you. Bug #2681: missing symbol pidfile_open ? h

[DragonFlyBSD - Bug #2679] Running Firefox renders the OS unresponsive

2014-06-08 Thread bugtracker-admin
Issue #2679 has been updated by jorisgio. You should try to get more informations, for instance using vmstat, systat, systat -pv (for token collisions), iostat (for io), top (to check in which state are firefox and X threads). It would help finding the issue. Firefox is working quite well for

[DragonFlyBSD - Bug #2678] (Feedback) kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-08 Thread bugtracker-admin
Issue #2678 has been updated by jorisgio. Status changed from New to Feedback thanks for the report. Since you reinstalled the OS after the dump, some modules are missing debug symbols (like vn). Hence, i can only guess, but I've fixed a locking issue in 47dffa7f5958b75a660684b64c1d58afc637daef

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-08 Thread bugtracker-admin
Issue #2677 has been updated by jorisgio. Priority changed from Normal to High Target version set to 3.9.x Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12046 * Author: robin.carey1 * Status: New * Priority: High * Assignee: * Cat

[DragonFlyBSD - Bug #2682] (New) Fix for uaudio driver, so it can be used on DragonFly

2014-06-08 Thread bugtracker-admin
Issue #2682 has been reported by shamaz. Bug #2682: Fix for uaudio driver, so it can be used on DragonFly http://bugs.dragonflybsd.org/issues/2682 * Author: shamaz * Status: New * Priority: Normal * Assignee: * Category: * Target version: --

[DragonFlyBSD - Bug #2682] Fix for uaudio driver, so it can be used on DragonFly

2014-06-08 Thread bugtracker-admin
Issue #2682 has been updated by profmakx. Can you please make sure that the mixer is properly protected using snd_mtxlock/snd_mtxunlock when modifying it? Bug #2682: Fix for uaudio driver, so it can be used on DragonFly http://bugs.dragonflybsd.org/issue

[DragonFlyBSD - Bug #2682] Fix for uaudio driver, so it can be used on DragonFly

2014-06-08 Thread bugtracker-admin
Issue #2682 has been updated by profmakx. I also get the following errors when I try building with the patch applied: [code] /home/makx/src/sys/bus/u4b/audio/uaudio_pcm.c:76:1: error: 'ua_chan_setfragments' defined but not used [-Werror=unused-function] /home/makx/src/sys/bus/u4b/audio/uaudio_p

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. My problem with this is that there seems to be little or no peer review of this algorithm. I'd rather see us move in a more mainstream direction, possibly using an RNG based on Salsa20 or ChaCha. Bug #2677: L15 Upd

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by zcrownover. Category set to Feature request What about twofish, threefish or serpent? Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12050 * Author: robin.carey1 * Status: New * Priority: High * Assi

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. zcrownover wrote: > What about twofish, threefish or serpent? Those are block ciphers, not stream ciphers. Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12051 * Author: robin.carey1 * Status

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. Category deleted (Feature request) Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12052 * Author: robin.carey1 * Status: New * Priority: High * Assignee: * Category: * Target version: 3.9.x -

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. jorisgio wrote: > thanks for the report. Since you reinstalled the OS after the dump, some > modules are missing debug symbols (like vn). Hence, i can only guess, but > I've fixed a locking issue in 47dffa7f5958b75a660684b64c1d58afc637daef. I'm > not 10

[DragonFlyBSD - Bug #2682] Fix for uaudio driver, so it can be used on DragonFly

2014-06-09 Thread bugtracker-admin
Issue #2682 has been updated by profmakx. Assignee set to profmakx Bug #2682: Fix for uaudio driver, so it can be used on DragonFly http://bugs.dragonflybsd.org/issues/2682#change-12054 * Author: shamaz * Status: New * Priority: Normal * Assignee: profmak

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by jorisgio. Are you saying you can reproduce the bug ? That's cool. On the other hand, please not i've only pushed the fix to 3.9, not to 3.8.0. I should have make it more clear sorryu. If you want to test it again, you can do a "git cherry-pick 47dffa7f5958b75a66

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by robin.carey1. Dear Alex, Salsa20 or ChaCha are both more complicated algorithms (and so probably slower aswell). Also, I am not aware of any mathematical proofs/assurances of the security of Salsa20 or ChaCha. To be honest - I'm not really interested in Salsa20 or

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by robin.carey1. Dear Alex, If you want to move to a more mainstream algorithm, consider using AES (AES-CTR; AES/Counter mode). AES is approved by NIST/NSA. I'm sure you must know that AES instructions are built into some current CPUs from Intel/AMD. I don't think

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. I tried git cherry-pick 47dffa7f5958b75a660684b64c1d58afc637daef after i untared my 3.8.0 sources in /usr/src/ dir i received the message 'Please tell me who you are" and ask me to run git config --global user.email "y...@example.com" git config --glob

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by jorisgio. What do you mean by "untar" ? Why are you using tar instead of git ? Bug #2678: kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0 http://bugs.dragonflybsd.org/issues/2678#change-12059 * Author:

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. jorisgio wrote: > What do you mean by "untar" ? Why are you using tar instead of git ? I do a git fetch origin, git branch DragonFly_RELEASE_3_8 orgin/DragonFly_RELEASE_3_8 git checkout DragonFly_RELEASE_3_8 then I create a tar of the src dir if i nee

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. On 2014-06-09 11:25, bugtracker-ad...@leaf.dragonflybsd.org wrote: > Issue #2677 has been updated by robin.carey1. > > Salsa20 or ChaCha are both more complicated algorithms (and so probably > slower aswell). Both Salsa20 and ChaCha are designed to be high

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. On 2014-06-09 11:29, bugtracker-ad...@leaf.dragonflybsd.org wrote: > Issue #2677 has been updated by robin.carey1. > If you want to move to a more mainstream algorithm, consider using AES > (AES-CTR; AES/Counter mode). > > AES is approved by NIST/NSA. I'm

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. Okay I removed my src directory I cereated from my tar and ran make src-create,etc then ran git cherry-pick i got the new 'kernel disk/vn' changes. will only use git to setup my src dir. thanks Bug #2678: ker

[DragonFlyBSD - Bug #2682] Fix for uaudio driver, so it can be used on DragonFly

2014-06-09 Thread bugtracker-admin
Issue #2682 has been updated by shamaz. File uaudio.patch added Here is the new patch. It fixes mixer problem (so you can control volume of both channels). Please note, that it affects both pcm (sound) and uaudio drivers. Also, MIXER_UNINIT is called with mixer lock released now, as it is in F

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. edwardm wrote: > Okay I removed my src directory I cereated from my tar and ran make > src-create,etc then ran git cherry-pick > i got the new 'kernel disk/vn' changes. > > > will only use git to setup my src dir. > > thanks make installworld pani

[DragonFlyBSD - Bug #2623] Instant panic trying to view html5 videos with Firefox

2014-06-10 Thread bugtracker-admin
Issue #2623 has been updated by tuxillo. Category set to Kernel Target version set to 3.9.x Hi François, What happened to this one? Did you check the patch with Matt? Cheers, Antonio Huete Bug #2623: Instant panic trying to view html5 videos with Fire

[DragonFlyBSD - Bug #2678] (Resolved) kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-10 Thread bugtracker-admin
Issue #2678 has been updated by jorisgio. Status changed from Feedback to Resolved You're really unlucky ! Anyway, thank you for the effort you're putting into this. If you have the vmcore.X and the kern.X file, you can get the backtrace doing "kgdb -n X" and then "bt" in kgdb. I'll print the

[DragonFlyBSD - Bug #2490] nmalloc should color addresses to avoid cache bank conflictsw

2014-06-10 Thread bugtracker-admin
Issue #2490 has been updated by jorisgio. Description updated Category set to Feature request Bug #2490: nmalloc should color addresses to avoid cache bank conflictsw http://bugs.dragonflybsd.org/issues/2490#change-12068 * Author: vsrinivas * Status: New

[DragonFlyBSD - Bug #2489] nmalloc doesn't cache VA for allocations > 8KB

2014-06-10 Thread bugtracker-admin
Issue #2489 has been updated by jorisgio. Description updated Category set to Feature request Bug #2489: nmalloc doesn't cache VA for allocations > 8KB http://bugs.dragonflybsd.org/issues/2489#change-12069 * Author: vsrinivas * Status: New * Priority: Nor

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-10 Thread bugtracker-admin
Issue #2677 has been updated by jorisgio. Related to Bug #2601: IBAA and /dev/random added Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12070 * Author: robin.carey1 * Status: New * Priority: High * Assignee: * Category: * Target

[DragonFlyBSD - Bug #2601] IBAA and /dev/random

2014-06-10 Thread bugtracker-admin
Issue #2601 has been updated by jorisgio. Related to Bug #2677: L15 Update added Bug #2601: IBAA and /dev/random http://bugs.dragonflybsd.org/issues/2601#change-12071 * Author: robin.carey1 * Status: New * Priority: Normal * Assignee: * Category: * Targ

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-10 Thread bugtracker-admin
Issue #2677 has been updated by jorisgio. Related to Bug #2472: L15 update added Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12072 * Author: robin.carey1 * Status: New * Priority: High * Assignee: * Category: * Target version:

[DragonFlyBSD - Bug #2472] L15 update

2014-06-10 Thread bugtracker-admin
Issue #2472 has been updated by jorisgio. Related to Bug #2677: L15 Update added Bug #2472: L15 update http://bugs.dragonflybsd.org/issues/2472#change-12073 * Author: robin.carey1 * Status: New * Priority: Normal * Assignee: * Category: * Target version

[DragonFlyBSD - Bug #2680] boot0cfg update makes box unbootable

2014-06-10 Thread bugtracker-admin
Issue #2680 has been updated by jorisgio. Category set to Kernel Bug #2680: boot0cfg update makes box unbootable http://bugs.dragonflybsd.org/issues/2680#change-12075 * Author: herrgard * Status: New * Priority: Low * Assignee: * Category: Kernel * Targe

[DragonFlyBSD - Bug #2623] Instant panic trying to view html5 videos with Firefox

2014-06-11 Thread bugtracker-admin
Issue #2623 has been updated by ftigeot. I had forgotten this patch; I'll try to ping Matt soon. Bug #2623: Instant panic trying to view html5 videos with Firefox http://bugs.dragonflybsd.org/issues/2623#change-12076 * Author: ftigeot * Status: New * Pri

[DragonFlyBSD - Bug #2683] (New) HAMMER data corruption with rebranded LSI RAID adapters

2014-06-11 Thread bugtracker-admin
Issue #2683 has been reported by ftigeot. Bug #2683: HAMMER data corruption with rebranded LSI RAID adapters http://bugs.dragonflybsd.org/issues/2683 * Author: ftigeot * Status: New * Priority: Normal * Assignee: * Category: * Target version: --

[DragonFlyBSD - Bug #2684] (New) panic when an usb wireless stick is detached.

2014-06-11 Thread bugtracker-admin
Issue #2684 has been reported by jorisgio. Bug #2684: panic when an usb wireless stick is detached. http://bugs.dragonflybsd.org/issues/2684 * Author: jorisgio * Status: New * Priority: Normal * Assignee: * Category: Networking * Target version: 3.9.x ---

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-11 Thread bugtracker-admin
Issue #2677 has been updated by dillon. Robin, could I get a diff of the two sets of changes you've made since our original incorporation? I can't tell what changed from looking at the C++ code vs my recollection of the code many months ago, and I don't have an old copy. My thoughts on read_r

[DragonFlyBSD - Bug #2612] (Resolved) DFLY 3.6.0: Firefox crashes the Xorg server

2014-06-12 Thread bugtracker-admin
Issue #2612 has been updated by profmakx. Status changed from New to Resolved Assignee set to profmakx This was resolved in -master 3.9 (commits 186c803fb9de117fca51aa897f8550bd4e49c030, b59e31589a468fa175688c553be1b981fb1c035e) Bug #2612: DFLY 3.6.0: F

[DragonFlyBSD - Bug #2677] (Closed) L15 Update

2014-06-12 Thread bugtracker-admin
Issue #2677 has been updated by dillon. Status changed from New to Closed % Done changed from 0 to 100 Closing. Made modifications as requested and also adjusted /dev/urandom and the sysctl random to use IBAA (which is what /dev/random uses), so they all use IBAA now and nothing uses L15. The

[DragonFlyBSD - Bug #2601] (Closed) IBAA and /dev/random

2014-06-12 Thread bugtracker-admin
Issue #2601 has been updated by dillon. Status changed from New to Closed % Done changed from 0 to 100 Closing. Made modifications as requested and also adjusted /dev/urandom and the sysctl random to use IBAA (which is what /dev/random uses), so they all use IBAA now and nothing uses L15. The

[DragonFlyBSD - Bug #2472] (Closed) L15 update

2014-06-12 Thread bugtracker-admin
Issue #2472 has been updated by dillon. Description updated Status changed from New to Closed % Done changed from 0 to 100 Closing. Made modifications as requested and also adjusted /dev/urandom and the sysctl random to use IBAA (which is what /dev/random uses), so they all use IBAA now and no

[DragonFlyBSD - Bug #1924] (Rejected) mmap - add mmap offset randomisation

2014-06-12 Thread bugtracker-admin
Issue #1924 has been updated by alexh. Description updated Status changed from New to Rejected Assignee deleted (0) There is no reason whatsoever to not use karc4random for mmap offset randomization. Bug #1924: mmap - add mmap offset randomisation http:/

[DragonFlyBSD - Bug #2415] setlocale() for unknown locales

2014-06-13 Thread bugtracker-admin
Issue #2415 has been updated by meand. Your reading of my message was correct, but with a probability close to certainty this issue was inadvertedly amended in commit 0d5acd74 by John Marino, whose commit touched also the file "lib/libc/locale/setlocale.c". For reference, the behaviour of 3.4

[DragonFlyBSD - Bug #2415] (Closed) setlocale() for unknown locales

2014-06-13 Thread bugtracker-admin
Issue #2415 has been updated by tuxillo. Status changed from New to Closed Confirmed as fixed. Bug #2415: setlocale() for unknown locales http://bugs.dragonflybsd.org/issues/2415#change-12084 * Author: meand * Status: Closed * Priority: Normal * Assignee

[DragonFlyBSD - Bug #2683] HAMMER data corruption with rebranded LSI RAID adapters

2014-06-14 Thread bugtracker-admin
Issue #2683 has been updated by swildner. We don't know if it is really related to the mfi(4) driver. But it might be a theory worth checking out. I have committed a new driver from FreeBSD for Thunderbolt, Invader and Fury series adapters, mrsas(4): http://lists.dragonflybsd.org/pipermail/co

[DragonFlyBSD - Bug #2683] HAMMER data corruption with rebranded LSI RAID adapters

2014-06-14 Thread bugtracker-admin
Issue #2683 has been updated by swildner. I just tried, it can be cleanly cherry-picked to 3.6 too. Bug #2683: HAMMER data corruption with rebranded LSI RAID adapters http://bugs.dragonflybsd.org/issues/2683#change-12086 * Author: ftigeot * Status: New

[DragonFlyBSD - Bug #2685] (New) configuring ath0 freezes the system

2014-06-15 Thread bugtracker-admin
Issue #2685 has been reported by xbit. Bug #2685: configuring ath0 freezes the system http://bugs.dragonflybsd.org/issues/2685 * Author: xbit * Status: New * Priority: Normal * Assignee: * Category: Driver * Target version: 3.8.0 -

[DragonFlyBSD - Bug #2683] HAMMER data corruption with rebranded LSI RAID adapters

2014-06-16 Thread bugtracker-admin
Issue #2683 has been updated by ftigeot. Some newer Dell h710 firmwares containing important fixes are available to download. No direct mention was made of data corruption in the release notes but the controllers could hang in some circumstances with older firmwares. --

[DragonFlyBSD - Bug #2685] configuring ath0 freezes the system

2014-06-16 Thread bugtracker-admin
Issue #2685 has been updated by swildner. Okay, I'm fairly certain that reverting the most recent work on ath(4) (sleep state code synchronization) should fix it. After all, it added the message you see last. Can you please verify by applying: http://leaf.dragonflybsd.org/~swildner/0001-kerne

[DragonFlyBSD - Bug #2683] HAMMER data corruption with rebranded LSI RAID adapters

2014-06-17 Thread bugtracker-admin
Issue #2683 has been updated by ftigeot. PCI id from a different adapter: mfi0@pci0:2:0:0:class=0x010400 card=0x1f341028 chip=0x005b1000 rev=0x05 hdr=0x00 Bug #2683: HAMMER data corruption with rebranded LSI RAID adapters http://bugs.dragonflyb

[DragonFlyBSD - Bug #2685] configuring ath0 freezes the system

2014-06-17 Thread bugtracker-admin
Issue #2685 has been updated by xbit. Thanks for your help and the patch. That solved the problem - at least for me. I applied the patch to on top of commit 358af07. If there is something more to test to include the sleep state synchronization, please let me know. ---

[DragonFlyBSD - Bug #2686] (New) kernel 3.8.1 freezes and panics at boot

2014-06-19 Thread bugtracker-admin
Issue #2686 has been reported by peeter. Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issues/2686 * Author: peeter * Status: New * Priority: Normal * Assignee: * Category: * Target version:

[DragonFlyBSD - Bug #2685] configuring ath0 freezes the system

2014-06-19 Thread bugtracker-admin
Issue #2685 has been updated by swildner. Can you give us a dump in the failing state? Backup the working kernel by copying the /boot/kernel directory to /boot/kernel.bak. Then, revert the patch, recompile/install the kernel and bring it to the point where it hangs. Then, hit CTL-ALT-ESC to br

[DragonFlyBSD - Bug #2685] configuring ath0 freezes the system

2014-06-20 Thread bugtracker-admin
Issue #2685 has been updated by xbit. I would like to provide that crash dump, but unfortunately my USB keyboard stops works as soon as the system freezes. Neither CTRL-ALT-ESC nor using the NUMLOCK key works. Is there any other way to trigger creating a crash dump? Will a non-USB keyboard (P

[DragonFlyBSD - Bug #2685] configuring ath0 freezes the system

2014-06-20 Thread bugtracker-admin
Issue #2685 has been updated by xbit. I will upgrade my system to 3.8.1 and will test again without the reverted changes. I will also try to create the crash dump, but I expected this won't work due to the not-working USB keyboard. Bug #2685: configurin

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-22 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Commented out all firewire in kernel config file and set hw.usb.ohci.debug=15 The last lines before freeze are: --- ohci0.pci0.pcib0.legacy0.nexus0.root0 ohci0: [tentative] mem 0xd3488000-0xd3488fff irq 11 at device 4.0 pci0 ohci0: Reserved 0x1000 by

[DragonFlyBSD - Bug #2687] (New) natacontrol software RAID in installer

2014-06-22 Thread bugtracker-admin
Issue #2687 has been reported by csmelosky. Bug #2687: natacontrol software RAID in installer http://bugs.dragonflybsd.org/issues/2687 * Author: csmelosky * Status: New * Priority: Normal * Assignee: * Category: Feature request * Target version: Unverifia

[DragonFlyBSD - Bug #2683] HAMMER data corruption with rebranded LSI RAID adapters

2014-06-24 Thread bugtracker-admin
Issue #2683 has been updated by ftigeot. There was an interesting discussion thread about data corruption with a particular LSI adapter and the mfi(4) driver on FreeBSD in March. Some of the most pertinent individual mails: http://lists.freebsd.org/pipermail/freebsd-scsi/2014-March/006289.html

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Hi Peeter, Can you paste exactly the code where you put the kprintfs? I am not quite clear on where exactly the hang supposedly occurs. Markus Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dra

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Assignee set to profmakx Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issues/2686#change-12097 * Author: peeter * Status: New * Priority: Normal * Assignee: profmakx * Category:

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Hi Markus Thanks. The code is here: --- sys/bus/u4b/controller/ohci.c --- static usb_error_t ohci_controller_init(ohci_softc_t *sc, int do_suspend) { struct usb_page_search buf_res; uint32_t i; uint32_t ctl; uint32_t ival; uint32_t hc

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Peeter, if you have the time could you try a current -master or -DragonFly_RELEASE_3_8 and see whether it works now? Cheers. Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issu

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by peeter. I tried DragonFly_RELEASE_3_8. Unfortunately, now it stops quite early at booting, almost the first page after reporting the CPU etc: --- --- cryptosoft0: on motherboard aesni0: No AESNI support. padlock0: No ACE support. rdrand0: No RdRand support. pc

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. This is becoming weird. We're doing exactly the same thing that FreeBSD does. Do you use any differing options (ACPI on/off or anything)? It seems that requesting the ownership change from SMM to OS from OHCI hangs the system. -

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-25 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Yes, I have ACPI off since DFly does not boot with ACPI: DFly 3.6, 3.8, master all freeze at boot immediately with ACPI on. When ACPI is on, the message at boot before freezing is: --- --- ACPI: APIC . . . ACPI: APIC . . . ACPI: MCFG . . . ACPI: ASF!

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by swildner. Regarding ACPI: * Does booting verbosely with ACPI enabled give further messages? * Does the box have the latest BIOS? * Can you boot the box without ACPI and put up the output of acpidump -b somewhere for further inspection? Do it in an empty directo

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by peeter. A few quick clarifications: * No unfortunately there are no further messages. This was the verbose one that I got with "set boot_verbose=YES" and "set verbose=YES". Is there anything more that I could set specifically to make ACPI more verbose, like the

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by peeter. File dfly-3.6-x86_64-macbookpro5,5-acpidump-b.tgz added The "acpidump -b" is attached. Does it look like one you expected? Regarding your question re the EFI's version, no I haven't updated it. It's the original one. Peeter --

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by swildner. The log you gave in http://bugs.dragonflybsd.org/issues/2686#note-8 which ends with rdrand0: No RdRand support acpi0: on motherboard ACPI: All ACPI Tables successfully acquired does not look verbose. Can you try with 'v' from the loader menu or (to

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by peeter. OK sorry, here are excerpts from booting master. (I will try to get a video shot in a couple of hours and report back.) --- --- SMAP. . . SMAP. . . Copyright. . . Slab ZoneSize set to 128KB Leaving critical section, allowing interrupts ACPI SDT: RSDP not

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by swildner. Can you try putting: hw.pci.mcfg=0 in /boot/loader.conf and booting with ACPI enabled? Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issues/2686#change-12108 * Author: peeter

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Then it shows the same messages as a couple of posts above and freezes (verbose is on): --- --- ACPI: APIC . . . ACPI: APIC . . . ACPI: MCFG . . . ACPI: ASF! . . . ACPI: SBST . . . ACPI: ECDT . . . ACPI: SSDT . . . ACPI: SSDT . . . ACPI: SSDT .

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by peeter. As far as I can verify the ACPI: lines incl the addresses are identical to the ones contained in the FBSD dmesg above in the first post: DFly: --- --- ACPI: APIC 0xBFEEA000 68 (v01 APPLE Apple00 0001 Loki 005F) . . . --- --- FB

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-26 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. digging around in the big dump of things turns up things like this one: http://svnweb.freebsd.org/base?view=revision&revision=196769 This might be something most quickly solved by prodding matt. I will first need to understand whats going on in that pa

[DragonFlyBSD - Bug #2683] HAMMER data corruption with rebranded LSI RAID adapters

2014-06-26 Thread bugtracker-admin
Issue #2683 has been updated by ftigeot. A test server running with the mrsas(4) driver is still running perfectly after having processed terabytes of database imports and nfs traffic. It is likely the corruption seen with Thunderbolt LSI RAID adapters is specific to the mfi(4) driver at this p

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-27 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. peeter, can you try the patch http://leaf.dragonflybsd.org/~profmakx/0001-Change-PAT-MSR-to-solve-freezes-with-MacBooks.patch please? Boot with this patch applied to -master and ACPI enabled. Cheers, Markus

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-27 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Hi Markus It does not hang on ACPI any more---it's a massive progress! It does freeze though, but much later in the booting process, at the same place we started with. It gives a db prompt but unfortunately no call dumpsys since the machine freezes.

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-28 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. It's worth a try. I'll have a sharp look at my patch again to make sure I didn't mess up constants. Does the kernel print a backtrace, or at least an address at which the panic happens? Bug #2686: kernel 3.8.1

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-28 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Unfortunately no backtrace, the complete message is always this: The complete panic msg is always this: --- --- Fatal trap 12: page fault while in kernel mode cpuid = 0; lapic->id = fault virtual address = 0x38 fault code = super

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-28 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Without firewire support in the kernel, the picture looks a little different. Now the messages before freeze are: ---boot_verbose=NO--- cpu_cst1: on cpu1 cpu_pst1: on cpu1 clockmod1: on cpu1 coretemp1: on cpu1 Fatal trap 12: page fault while in ke

[DragonFlyBSD - Bug #2688] (New) 67613368bdda7 Fix wrong checks for U4B presence Asrock Z77M difficulty detecting USB keyboard

2014-06-28 Thread bugtracker-admin
Issue #2688 has been reported by davshao. Bug #2688: 67613368bdda7 Fix wrong checks for U4B presence Asrock Z77M difficulty detecting USB keyboard http://bugs.dragonflybsd.org/issues/2688 * Author: davshao * Status: New * Priority: Normal * Assignee: * C

[DragonFlyBSD - Bug #2688] 67613368bdda7 Fix wrong checks for U4B presence Asrock Z77M difficulty detecting USB keyboard

2014-06-28 Thread bugtracker-admin
Issue #2688 has been updated by davshao. File asrock_z77m_verbose_good.txt added Here is the reverted good boot verbose dmesg. Bug #2688: 67613368bdda7 Fix wrong checks for U4B presence Asrock Z77M difficulty detecting USB keyboard http://bugs.dragonflyb

[DragonFlyBSD - Bug #2691] (New) Failed to boot latest master due FXRSTR: illegal FP MXCSR

2014-06-30 Thread bugtracker-admin
Issue #2691 has been reported by tuxillo. Bug #2691: Failed to boot latest master due FXRSTR: illegal FP MXCSR http://bugs.dragonflybsd.org/issues/2691 * Author: tuxillo * Status: New * Priority: High * Assignee: profmakx * Category: Kernel * Target versio

[DragonFlyBSD - Bug #2691] (Feedback) Failed to boot latest master due FXRSTR: illegal FP MXCSR

2014-06-30 Thread bugtracker-admin
Issue #2691 has been updated by profmakx. Status changed from New to Feedback This should be fixed with commit 846ab393121eff281480e94e3af30ccc55dcf2ce. Bug #2691: Failed to boot latest master due FXRSTR: illegal FP MXCSR http://bugs.dragonflybsd.org/iss

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-30 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Hi Peeter, can you try the patch at (with the previous one reverted)? http://leaf.dragonflybsd.org/~profmakx/0002-Change-PAT-MSR-to-solve-freezes-with-MacBooks.patch I can't see how it should make any difference, but since I can also not test it's a

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-06-30 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Hi Markus Thanks, are you sure this is the patch you meant? Diff shows the first and the second patch are identical. . . Peeter -- Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-01 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Hi Peeter, yeah, I am sure. Sorry I overwrote the old patch and it's just a suble difference. Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issues/2686#change-12122 * Author:

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-01 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Yep sry :), just realized this. Am compiling. . . P -- Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issues/2686#change-12123 * Author: peeter * Status: New * Priority: Normal *

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-01 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Unfortunately it freezes at the same location with similar messages (kernel is WITH firewire): --- patch-0002 --- boot_verbose=NO --- pci4: on pcib4 pcib4: No _PTR found, routing with pci fwohci0: vendor=11c1, dev=5901 fwohci0: <1394 Open Host Cont

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-01 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. grml. Any chance you can upload your kernel or at least the kernel config so i can dig around what's going wrong at that panic? Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/iss

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-01 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Thanks! Patched kernels (with respectively the first and the second patch, dfly-3.9-x86_64): https://dl.dropboxusercontent.com/u/27306304/kernel-patch/kernel-patch-0001.tgz https://dl.dropboxusercontent.com/u/27306304/kernel-patch/kernel-patch-0002.tgz

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-02 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Peeter, There have been a couple of commits in the taskqueue code recently in -master. Could you try current master + my patch? Are you using the built-in keyboard of the macbook? Do you know whether that's connected by USB? the fact that it doesn't du

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-02 Thread bugtracker-admin
Issue #2686 has been updated by peeter. Thanks, pulled the latest master and tried both patch-0001 and patch-0002 but unfortunately everything remains the same: freeze, panic, no dumpsys and the same panic message. You're right about the kbd being a USB device (https://discussions.apple.com/

[DragonFlyBSD - Bug #2686] kernel 3.8.1 freezes and panics at boot

2014-07-03 Thread bugtracker-admin
Issue #2686 has been updated by profmakx. Hi Peeter, this gives me a hint where to look, cheers. Bug #2686: kernel 3.8.1 freezes and panics at boot http://bugs.dragonflybsd.org/issues/2686#change-12130 * Author: peeter * Status: New * Priority: Normal *

[DragonFlyBSD - Bug #2635] Stablize drm/radeon KMS drivers for new xorg

2014-07-05 Thread bugtracker-admin
Issue #2635 has been updated by yellowrabbit2010. Horray! With commits 7d32ff5365a2d04afa460e716477566727967980 and f6201ebf294c18bfb1c3d199bed847ab481b3099 my Radeon 6670 becomes alive! Great job. Now I can use new xorg with kms driver. 2 monitors work nicely --- mplayer plays video on the bi

[DragonFlyBSD - Bug #2697] (New) i386 MP locks up during boot after MI interrupts, TSC related?

2014-07-07 Thread bugtracker-admin
Issue #2697 has been reported by davshao. Bug #2697: i386 MP locks up during boot after MI interrupts, TSC related? http://bugs.dragonflybsd.org/issues/2697 * Author: davshao * Status: New * Priority: Normal * Assignee: * Category: * Target version: ---

<    1   2   3   4   5   6   7   8   9   10   >