Re: Small Redundant web/mail setup

2006-10-24 Thread Rajkumar S
On 10/18/06, Martin Hepworth <[EMAIL PROTECTED]> wrote: Have a look at how Cambridge University (UK) have setup their email. Any URLs? I did not find any in the Engineering dept wesite of Cambridge University raj ___ freebsd-questions@freebsd.org mai

safe0 and kernel panic

2007-03-16 Thread Rajkumar S
Hi, I am trying to install SafeNet 1141 support in one of the freebsd boxes here. according to safe(4), I have to add "device safe" into my kernel config and compile to enable hardware crypto acceleration. But after I boot with safe module enabled I get a kernel panic. The last couple of lines i

No core dump after panic

2007-03-18 Thread Rajkumar S
Hi, I am trying to get core dump of a kernel panic relating to safenet driver, so that I can file a meaning full PR or even try to debug myself. But I am not getting a core dump after panic. I have gone thorough the developers manual and I believe I have taken care of all the usual stuff. rc.con

Re: safe0 and kernel panic

2007-03-19 Thread Rajkumar S
On 3/19/07, Lowell Gilbert <[EMAIL PROTECTED]> wrote: Thanks a lot for your reply. "Rajkumar S" <[EMAIL PROTECTED]> writes: > I am trying to install SafeNet 1141 support in one of the freebsd > boxes here. You do have one of those cards installed, I assume? Yes

Re: safe0 and kernel panic

2007-03-20 Thread Rajkumar S
Further to my previous mail. On 3/20/07, Rajkumar S <[EMAIL PROTECTED]> wrote: safe0 mem 0xf612-0xf6121fff irq 22 at device 10.0 on pci0 safe0: cannot allocate DMA tag device_attach: safe0 attach returned 6 While running cryptokeytest from /usr/src/tools/tools/crypto test 0 cryptok

Re: No core dump after panic

2007-03-21 Thread Rajkumar S
Hi, Thanks for your reply! On 3/21/07, Simon Chang <[EMAIL PROTECTED]> wrote: From what you are saying it sounds like you are getting the panic on bootup. Is that correct? Yes. immediately on boot up. In looking through your config I don't see anything that really stands out (although I wo

Re: safe0 and kernel panic - solved??

2007-03-21 Thread Rajkumar S
On 3/16/07, Rajkumar S <[EMAIL PROTECTED]> wrote: safe0 mem 0xf612-0xf6121fff irq 5 at device 10.0 on pci0 safe0: cannot allocate DMA tag Hi, I have managed to track down this issue. The problem was that one bus_dma_tag_create (at line 300) was failing to create dma tag, and was ret

Re: safe0 and kernel panic

2007-03-22 Thread Rajkumar S
On 3/22/07, Sam Leffler <[EMAIL PROTECTED]> wrote: I have no context. I see a device not attaching for some reason. Then /dev/crypto not being present (is cryptodev loaded in the kernel?). But a subject line about a panic. The device is not attaching because bus_dma_tag_create function fails

Re: No core dump after panic

2007-03-22 Thread Rajkumar S
On 3/22/07, Simon Chang <[EMAIL PROTECTED]> wrote: Check out "man savecore" for a list of flags. Thanks, I will check that out. Have you submitted a formal PR? I have to say that I have not had experience with that device or driver. What other responses have you gotten from people? Yes, 1

Re: No core dump after panic

2007-03-23 Thread Rajkumar S
On 3/22/07, Rajkumar S <[EMAIL PROTECTED]> wrote: On 3/22/07, Simon Chang <[EMAIL PROTECTED]> wrote: > Check out "man savecore" for a list of flags. Thanks, I will check that out. I have reinstalled and now starting from scratch to see if I can get the core dump o

Porting a driver from RELENG_6 to RELENG_6_2

2007-04-21 Thread Rajkumar S
Hi, I have a Marvell Yukon 88E8050 Gigabit Ethernet which came with my motherboard. When looking for it's driver I found that RELENG_6 supports it, and the driver is located at sys/dev/msk/ But I am using RELENG_6_2. Is it advisable to take this driver from RELENG_6 to RELENG_6_2? Is there some

Re: Porting a driver from RELENG_6 to RELENG_6_2

2007-04-23 Thread Rajkumar S
On 4/22/07, Kris Kennaway <[EMAIL PROTECTED]> wrote: If you are unlucky then the driver may rely on changes made after the release of 6.2 and you will have to either back-port those changes too (or just run RELENG_6). I am unlucky here :( The driver is has a dependency on one MFC, relating to

Re: Porting a driver from RELENG_6 to RELENG_6_2

2007-04-23 Thread Rajkumar S
On 4/22/07, Andriy Babiy <[EMAIL PROTECTED]> wrote: Have you tried searching http://www.marvell.com/ for the driver? Yes, they have this driver, but i am trying to see if I can get the maintained driver in FreeBSD working. raj ___ freebsd-questions@f