Re: Website change plans

2006-11-08 Thread Michael Powell
Petr Janda wrote:

 Doesnt happen in Firefox, so I suspect its Konqueror itself. Would be
 
 nice if someone could confirm it.
[snip]   
 And to add to  this, dragonflybsd.org will officialy be on my list of
 website to avoid visiting because Konqueror has some problems with it
 (when the mouse cursor or other window is over the image or the menu the
 cursor becomes very jerky)

 There's nothing very complex happening here; I suspect there's something
 odd with your video, perhaps?  Can someone else with KDE installed
 confirm this?


I took a quick look using Konqueror in KDE 3.5.3 on my FreeBSD 6.1 box and I
do not see what the OP describes. I suspect the problem described is with
the OP's box and not the Web site (could, of course, be wrong, but I don't
see it in my particular situation).

However, in experimenting with the Dinamica java framework and Resin3 I did
discover that some of the Javascript code that gets used in the framework
is broken, it seems, only with Konqueror as it appears to be fine with
other browsers. This indicates to me that Konqueror has some issue(s) with
Javascript support.

-Mike
   



Re: DP performance

2005-12-03 Thread Michael Powell
[EMAIL PROTECTED] wrote:

 Hiten Pandya wrote:
[snip] 
 Kind regards,
 
 
 May i second you Hiten. The DragonFly lists are particularly interesting
 and you always learn things here. Personnally i don't know anything on the
 subject of this thread and i have enjoyed observing and trying to
 understand the arguments. Let's hope people make an effort to be civil,
 for the benefit of everybody. I will add my grain of salt:
[snip]


   Ditto for me. You pretty much wrote what I was thinking. I do not have
the education or knowledge level but my main enjoyment in life is learning,
however and when/where I can. I enjoy when people who know more than myself
take the time in these discussions because I find the material interesting,
in that I can learn from it. 

   Just wanted to take a minute and express thanks and gratitude that such
discussions are available for perusal, I enjoy them immensely.

-Mike




Re: Samba 3.0.14a and 3.0.20 coredump

2005-09-22 Thread Michael Powell
Dave Hayes wrote:

 Trying to get samba running on Preview-1.3.6:
 
 smbd in free(): warning: junk pointer, too high to make sense
 [2005/09/21 18:37:11, 0] lib/fault.c:fault_report(36)
   ===
 [2005/09/21 18:37:11, 0] lib/fault.c:fault_report(37)
   INTERNAL ERROR: Signal 11 in pid 54539 (3.0.20)
 

Greetings:

DragonFly server.test.zip 1.3.6-PREVIEW DragonFly 1.3.6-PREVIEW #0: Sun Sep
18 17:44:41 EDT 2005 [EMAIL PROTECTED]:/usr/src/sys/compile/pf_01 
i386

I have Samba 3.0.20,1 running on the above, albeit it is a test box and not
under any real load. Only problem I have experienced is swat won't
authenticate [a pam issue of some sort] which I have not investigated as I
do not use swat anyway. 

The system was installed from the Preview iso and then I downloaded and
installed the Preview source but have only cvsupped the ports, not any src.
I don't know how to help but I did want to chime in and say I had it
running. I used the make process from the old FreeBSD ports system as I
have as yet to begin looking at pkgsrc.

Here is the make.conf I used:

CPUTYPE?= k6-2
CCVER?= gcc34
CFLAGS= -O2 -pipe
COPTFLAGS= -O2 -pipe
STRIP= -s
NOPROFILE= true
USA_RESIDENT= yes

-Mike