Re: panic: driver error: busdma dflt_lock called

2006-08-28 Thread Corey Brune
From what I can tell, the function dflt_lock is only called if the dma driver doesn't have a lock. This causes a panic (see busdma_machdep.c line 190). Can you provide the call stack? Thanks, Corey On 8/25/06, Karim Nogas <[EMAIL PROTECTED]> wrote: Hello, I was wondering if someone could e

Re: Kill an stopped process

2006-07-02 Thread Corey Brune
On 7/2/06, O. Hartmann <[EMAIL PROTECTED]> wrote: Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, in most cases xine, firefox oder thunderbird, show status 'STOP' in top and are unkillable! Trying to kill them as root (sending signal 9 throught 'kill' or 'killall') doesn't

Re: Learn more about ld-elf and FreeBSD

2006-06-26 Thread Corey Brune
objects ? I read ldconfig, ldd, ld manpages, but I'm looking for a broader explanation. -Rod On 6/23/06, Corey Brune <[EMAIL PROTECTED]> wrote: > > That's interesting. Would you email me the output of these commands? > > echo $LD_LIBRARY_PATH > ls > file li

Re: libpthread.so.1

2006-06-26 Thread Corey Brune
libpthread should not be in the ports. It should reside under /usr/lib. Do an 'ls /usr/lib/libpthread*' and see what it returns. Also, try 'locate libpthread.so.1' On 6/25/06, Saifi <[EMAIL PROTECTED]> wrote: Hi: Trying to install and configure java jdk and jre on FreeBSD 6.1 The installati

Re: Learn more about ld-elf and FreeBSD

2006-06-22 Thread Corey Brune
2809d000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280c2000) libm.so.2 => /usr/lib/libm.so.2 (0x280db000) libutil.so.3 => /usr/lib/libutil.so.3 (0x280f7000) libc.so.4 => /usr/lib/libc.so.4 (0x2810) libncurses.so.5 => /usr/lib/libncurses.so.5

Re: Learn more about ld-elf and FreeBSD

2006-06-22 Thread Corey Brune
Have you tried setting LD_LIBRARY_PATH to include the directory where libpq is? Are you getting this error after psql or something like it? If you haven't, then set LD_LIBRARY_PATH, then type 'ldd '. This will tell you which libs are found and which are not. Hope this helps. Corey On 6/22/06, s

Re: how to identify / list running java applications ?

2006-05-22 Thread Corey Brune
If you are using jdk 1.5, jps should do what you are asking. On 5/14/06, martinko <[EMAIL PROTECTED]> wrote: hello, when running azureus (or likely other java applications) all one can see among running processes is java process which i expect is jvm. how can i find/identify running java progr

Re: What does this message mean (watchdog timeout DC0)?

2006-01-13 Thread Corey Brune
It may be hardware related. Have you made any system changes lately? How often does this occur? On 1/13/06, Thomas T. Veldhouse <[EMAIL PROTECTED]> wrote: > I am seeing the following in my security logs. Can anybody tell me what > this means? Perhaps I should consider a new NIC? > > +dc0: watchd

Re: apache2 with ssl starting problem

2005-09-14 Thread Corey Brune
Sounds like apache is not listening on port 443. Have you checked httpd.conffor the following: Listen 443 Include conf/ssl.conf SSLRandomSeed startup /path/to/your/site.key SSLRandomSeed connect /path/to/your/site.key On 9/13/05, Paul Schmehl <[EMAIL PROTECTED]> wrote: > > I recently install

Re: MAXPHYS and MAXBSIZE

2005-07-26 Thread Corey Brune
According to sys/param.h: MAXPHYS - max raw I/O transfer size MAXBSIZE - Filesystems are made out of blocks of at most MAXBSIZE bytes per block. MAXBSIZE may be made larger without effecting any existing filesystems as long as it does not exceed MAXPHYS,

Re: Adding Mailboxes for SendMail

2005-07-17 Thread Corey Brune
You can create a new user account. I would recommend a shell of /bin/false if these users are using an email client like thunderbird or outlook. If these users are using an email client (not from command line) then you will also need pop3/imap like qpopper or cyrus and sasl. On 7/17/05, शंतनु (Sha

Re: how to make "shared library cache" (ldconfig cache) changes permanent?

2005-04-22 Thread Corey Brune
You can add the shared lib directories to /etc/rc.conf. Corey On 4/22/05, Chad Leigh -- Shire. Net LLC <[EMAIL PROTECTED]> wrote: > > I have a new directory I want to be always used to look for shared > libraries. > > I do a > > % ldconfig -m /usr/public/lib > > and all is well. However, o

Re: Max files in unix folder from PIL process

2005-03-28 Thread Corey Brune
On Mon, 28 Mar 2005 21:25:28 -0400, David Pratt <[EMAIL PROTECTED]> wrote: > Hi. I am creating a python application that uses PIL to generate > thumbnails and sized images. It is beginning to look the volume of > images will be large. This has got me to thinking. Is there a number > that Unix can

Re: connection problems with apache and mod_ssl

2005-03-08 Thread Corey Brune
On Tue, 8 Mar 2005 13:59:17 +0100, MINAROVIC, Peter <[EMAIL PROTECTED]> wrote: > Hello Eric, > > I have found your problem with error message > > SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] > (System error follows) > > on Intranet. Did you received any solution?

Re: JAVA Server

2005-03-08 Thread Corey Brune
On Tue, 08 Mar 2005 11:59:00 -0500, MikeM <[EMAIL PROTECTED]> wrote: > On 3/8/2005 at 10:06 AM Grant Peel wrote: > > |Hello all, > | > |I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have > |had a request to add a Java Server to one of them. > | > |I am not experienced with J

Re: Which lib for pthreads?

2005-03-05 Thread Corey Brune
Did you try 'cc -lpthread srcfile.c'? On Sat, 5 Mar 2005 19:18:31 -0600, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Mar 05), Jonathon McKitrick said: > > Linux lets me use -pthread, but under BSD I get 'undefined symbol > > "pthread_mutex_lock."' > > > > What's the correct linke

Re: tab completion

2005-03-01 Thread Corey Brune
Either type 'set autolist' at the shell prompt, or put it in your .tcshrc file. On Tue, 01 Mar 2005 00:29:15 -0800, Ben Munat <[EMAIL PROTECTED]> wrote: > According to /etc/passwd, both root and my regular user are using /bin/tcsh. > > b > > Dan Nelson wrote: > > In the last episode (Mar 01), B

Re: building KLDs in RELENG_4

2005-02-24 Thread Corey Brune
I believe you can cd /usr/src/sys/modules/umass, compile/install/load umass.ko. On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai <[EMAIL PROTECTED]> wrote: > Is there a way to build kernel modules by themselves without having to > build the entire kernel? I am adding umass support to a 4.x mach