Re: Firefox/Thunderbird and SSL not working with libthread_xu

2008-04-12 Thread Jordan Gordeev
Matthew Dillon wrote: :Simon corecode Schubert reported XXX some months ago an issue with :Firefox/Thunderbird and SSL when using libthread_xu as the threading :library: :http://leaf.dragonflybsd.org/mailarchive/bugs/2007-12/msg00144.html :I started looking into the issue and found

Re: Firefox/Thunderbird and SSL not working with libthread_xu

2008-04-13 Thread Jordan Gordeev
Matthew Dillon wrote: I have two patches for you to try. Please try each one separately (not both together) and tell me which ones fix the problem, or that neither of them fixes the problem. -Matt I've tried both patches. The

Firefox/libthread_xu issue with pthread_attr_setschedparam

2008-07-14 Thread Jordan Gordeev
I have a Firefox problem caused by DragonFly and/or libthread_xu. sched_get_priority_min(SCHED_OTHER) and sched_get_priority_max(SCHED_OTHER) return values PRIO_MIN (-20) and PRIO_MAX(20), both defined in sys/sys/resource.h. When pthread_attr_setschedparam is called to set scheduling priority

kgdb crashes when remote debugging requested

2008-07-27 Thread Jordan Gordeev
kgdb crashes when remote debugging (-r) is requested. The crash involves a NULL pointer dereference in libkvm. I've found that the crash was introduced with revision 1.2 of src/gnu/usr.bin/gdb/kgdb/kgdb.c. In that revision the global variable 'kvm' isn't initialised if remote debugging is

[issue1119] AMD64 buildword error

2008-08-14 Thread Jordan Gordeev
Jordan Gordeev [EMAIL PROTECTED] added the comment: This issue has been fixed long ago both in my Subversion repository, and in CVS HEAD. I'm sorry there's no invalid state for bug reports. -- status: chatting - resolved _ DragonFly

Re: sshd appears to be broken when both host rsa and dsa key file present

2009-01-26 Thread Jordan Gordeev
Simon 'corecode' Schubert wrote: Matthew Dillon wrote: :Would there really be any reason to change it back. I assume they changed RSA :to being the default is because the patent is expired. Also, according to my :notes, : :RSA is preferable in most cases, since DSA is slower :and

Re: [issue1332] DFBSD 2.2 - Booting usbcdrom/usbsticks on thinkpad hangs on BTX Halted

2009-05-23 Thread Jordan Gordeev
Francois Tigeot wrote: On Thu, May 21, 2009 at 09:18:25PM +0300, Jordan Gordeev wrote: I've adapted some fixes from FreeBSD for the booting issues that result in BTX halted. My changes are available at git://leaf.dragonflybsd.org/~smtms/dragonfly.git, branch btxhalted. *Everybody* should

Re: [issue1485] getty doesn't work on serial port

2009-09-05 Thread Jordan Gordeev
Matthew Dillon wrote: :New submission from Hasso Tepper ha...@estpak.ee: : :Getty doesn't work on serial port any more. It certainly did some months ag= :o=2E I tested this with the latest master and it does work but it must be enabled in /etc/ttys. getty does indeed work, but usually

Re: [issue1541] tar(1) fails to extract a valid archive

2009-09-28 Thread Jordan Gordeev
Hasso Tepper (via DragonFly issue tracker) wrote: New submission from Hasso Tepper ha...@estpak.ee: https://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-1.00.tar.gz $ tar -zxf kwalletcli-1.00.tar.gz tar: Unrecognized archive format tar: Error exit delayed from previous errors. $

Re: [issue1525] boehm-gc problems

2009-09-28 Thread Jordan Gordeev
I'll summarize what I've learned so far. Boehm GC is a mark-sweep garbage collector. The crashes and the hangs happen because the GC garbage collects its own internal data structures. How could this happen?! Easy. The mark procedure starts marking objects as reachable beginning from a number

Re: [issue1525] boehm-gc problems

2009-09-28 Thread Jordan Gordeev
Jordan Gordeev wrote: On FreeBSD, when we iterate over the list, we get a list of tags that is a prefix of the tags of the main executable. The tags on the main executable: 1 1 1 15 12 13 4 5 6 10 11 21 20 23 17 18 19 0x6ffe 0x6fff 0x6ff0 What we get: 1 1 1 15 12 13 4 5 6 10 11 21

Re: [issue1525] boehm-gc problems

2009-10-08 Thread Jordan Gordeev
There's a difference between DragonFly's ld and FreeBSD's ld. Let's take the following program: extern void *vodka; void * f(void) { return vodka; } We compile it into a shared library: %cc -c -o vodka.o vodka.c %ld -Bshareable -o libvodka.so vodka.o Then we do: %objdump -t libvodka.so

Re: BTX Halted on X86_64 master

2009-12-12 Thread Jordan Gordeev
elekktrett...@exemail.com.au wrote: Well this is rather embarassing. This aint a 64bit processor. I bought this thing like half a year after I bought my AMD64 workstation and I had assumed (Core Duo) would be 64 bit. Sorry. There's a change in FreeBSD's loader that detects processors that

Re: Enable AHCI in bios = BTX Halted

2010-01-23 Thread Jordan Gordeev
On 1/23/10 6:15 PM, elekktrett...@exemail.com.au wrote: Hi Jordan, The live CD was from december 09. The boot blocks would be from '08. Unless theyve gotten updated when I firstly installed DF on this disk. Petr The changes that prevent the BTX Halted errors were committed in September 2009.