Re: [Kgdb-bugreport] Couldn't establish connection to remote target(MIPS)

2008-06-20 Thread Milind Dumbare
> > I also tried using different BAUDRATES but no success there too. > > > > Any help or pointers on this would be great. > > > > > > Thanks > > Amit Pundir > > ---------

Re: [Kgdb-bugreport] how to chk dmesg on remote machine, as it is not booted up?

2008-06-09 Thread Milind Dumbare
out of kgdboe. > > Your suggestions will be valuable. > > Thanks and regards, > Rupesh. > > Milind Dumbare wrote: > > > > On Thu, Jun 5, 2008 at 6:07 PM, Rupesh Gujare <[EMAIL PROTECTED]> > wrote: > >> Milind, >> >> I was following

Re: [Kgdb-bugreport] how to chk dmesg on remote machine, as it is not booted up?

2008-06-05 Thread Milind Dumbare
> Above point answers this. > and if i wanna debug kernel initialization part how can I do it using kgdb? > In this case go for KGDB over serial line, it (kgdbos) has kgdbwait supported. > > > Thanks in advance, > > Regards, > Rupesh. > > > Milind Dumbare wrote: >

Re: [Kgdb-bugreport] how to chk dmesg on remote machine, as it is not booted up?

2008-06-05 Thread Milind Dumbare
odule_install > > Someone suggested me to do $ make modules and make module_install since > kernel is not booting up. Do I need to do this, as it is not mentioned in > kgdb-quick start docs. > > Thanks > > Bhagwat > > > > > > > > -Original Messa

Re: [Kgdb-bugreport] how to chk dmesg on remote machine, as it is not booted up?

2008-06-05 Thread Milind Dumbare
ent > http://kgdb.linsyssoft.com/downloads/kgdb-2/kgdbquickstart-2.4.pdf I have > done make bzImage and copied the kernel to target machine, it is not booting > up, Do I need to do $ make module then $ make module_install > > > > Thanks > > Bhagwat > > > > >

Re: [Kgdb-bugreport] how to chk dmesg on remote machine, as it is not booted up?

2008-06-04 Thread Milind Dumbare
e your experience. > > > > Thanks > > Bhagwat > > > > > > ------ > The information contained in this email and any attachments is confidential > and may be subject to copyright or other intellectual property protection. > If you are no

Re: [Kgdb-bugreport] Announce: New kgdb design available for 2.6.24 and 2.6.25

2008-05-20 Thread Milind Dumbare
-- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > ___

Re: [Kgdb-bugreport] Is patch available for 2.6.18.8?

2008-04-15 Thread Milind Dumbare
ected sir/madam, > >Is the KGDB patch available for linux 2.6.18.8? > -- Milind Dumbare Sr. Systems Engg. Linsyssoft Technologies. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don&

Re: [Kgdb-bugreport] Reagrding Linux Kernel Debugging

2008-04-03 Thread Milind Dumbare
acing breakpoint or doing single step it(target) will be stuck. > > > > It would be helpful if u respond to my queries. Post further questions to KGDB Mailing List (see CC) too. > > > Thanking You. > > > > Yours sincerely, >

Re: [Kgdb-bugreport] gdbmod source code?

2008-03-26 Thread Milind Dumbare
lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport > -- Milind Dumbare Sr. Systems Engg. Linsyssoft Technologies. http://www.dumbare.com/ - Check out the new SourceForge.net Marketplace.

Re: [Kgdb-bugreport] Trouble with using kgdb over ethernet.

2008-03-17 Thread Milind Dumbare
wrote: > > Milind Dumbare wrote: > > Look at these lines in dmesg > > eth0: Setting MAC address to 00:04:9f:22:22:22 > > I guess this is causing problem. > > > > -Miline > > I removed that configuration from rc.sysinit > The following is the ouput. > > &

Re: [Kgdb-bugreport] Trouble with using kgdb over ethernet.

2008-03-17 Thread Milind Dumbare
Look at these lines in dmesg eth0: Setting MAC address to 00:04:9f:22:22:22 I guess this is causing problem. -Miline On 3/17/08, Himanshu Chauhan <[EMAIL PROTECTED]> wrote: > > Milind Dumbare wrote:se > > Hi Himanshu, > > Could you please post your grub entry and

Re: [Kgdb-bugreport] Trouble with using kgdb over ethernet.

2008-03-17 Thread Milind Dumbare
I guess its. [EMAIL PROTECTED]/[dev],[tgt-port]@/[tgt-maca* >* ddr] -Miline * On 3/17/08, Milind Dumbare <[EMAIL PROTECTED]> wrote: > > Himanshu, I will need your "demsg' log too. Try giving hard coded port > numbers in command line instead of using defaults lik

Re: [Kgdb-bugreport] Trouble with using kgdb over ethernet.

2008-03-17 Thread Milind Dumbare
E_863 is not set > # CONFIG_NLS_CODEPAGE_864 is not set > # CONFIG_NLS_CODEPAGE_865 is not set > # CONFIG_NLS_CODEPAGE_866 is not set > # CONFIG_NLS_CODEPAGE_869 is not set > # CONFIG_NLS_CODEPAGE_936 is not set > # CONFIG_NLS_CODEPAGE_950 is not set > # CONFIG_NLS_CODEPAG

Re: [Kgdb-bugreport] Trouble with using kgdb over ethernet.

2008-03-17 Thread Milind Dumbare
/MRT/go/vse012070mrt/direct/01/ > ___ > Kgdb-bugreport mailing list > Kgdb-bugreport@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport > -- Milind Dumbare Sr. Systems Engg. Linsyssoft Technologies.

[Kgdb-bugreport] Changelog entries

2008-01-30 Thread Milind Dumbare
Hi All, Please make sure that you add entries to ChangeLog when you port KGDB to new vanilla kernel versions. That helps people find The kgdb patches for their kernel version (say 2.6.20 ) cheers -- miline - This SF.net email

Re: [Kgdb-bugreport] kgdb for Linux kernel 2.6.16

2007-04-01 Thread Milind Dumbare
Hi Peter, You can just try back porting 2.6.17 patches to 2.6.16, I guess there shouldn't be much hunk failures. -Miline Peter Djalaliev wrote: > Hello, > > I am trying to use kgdb to debug the 2.6.16 kernel, but I am having a > problem with finding the right patches. > The kgdb release seem

Re: [Kgdb-bugreport] (no subject)

2007-03-20 Thread Milind Dumbare
Snippet from Previous thread in archive. [snip] May be its waiting for connection from remote GDB. In some architectures printk("waiting for connection from remove gdb); isn't successfully executed due to some reasons. Try connection from your remote gdb or remove kgdbwait and try booting. [

Re: [Kgdb-bugreport] Booting problem

2007-03-20 Thread Milind Dumbare
Abhijit Sarkar wrote: > I used the latest version of kgdb (linux-2.6.15.5-kgdb-2.4.tar.bz2) and the > corresponding source code (i.e. linux-2.6.15.5.tar.bz2). During compilation > it gave error in fs/nfs/direct.c as > > fs/nfs/direct.c: In function nfs_get_user_pages: > fs/nfs/direct.c:11

Re: [Kgdb-bugreport] kgdb

2007-03-06 Thread Milind Dumbare
Comments inline. Dipak Dudhabhate wrote: > Hi milind, > Now i am succeed in setting kgdb for remote debugging. Now problem is > when i do backtrace gdb is not displaying all information. It is > showing only addresses. Again i am not able to set break point because > i do not know how to load s

Re: [Kgdb-bugreport] kgdb: debugging over ethernet problem

2007-03-02 Thread Milind Dumbare
bhate wrote: > Hi Milind, > > I am using Dual core machine with on board Ethernet, it is of 100MB/s. > Same kernel with same kgdb patches i have compiled for serial setup. > it is working fine, when configured for ethernet it is not working. > > On Fri, 2007-03-02 at 14:16 +

Re: [Kgdb-bugreport] kgdb: debugging over ethernet problem

2007-03-02 Thread Milind Dumbare
Which ethernet card are you using? If its 1000 MB is NAPI disabled? -Miline Dipak Dudhabhate wrote: > HI, > > I trying to do setup for kgdb over ethernet. > I am using kgdb-2.4 and linux kernel 2.6.15-5. > > <<>>The out of dmesg from target machine at the time of booting is as > follows > > eth0:

[Kgdb-bugreport] [Fwd: 2.6.20 kernel booting fails with kgdb]

2007-02-12 Thread Milind Dumbare
Original Message Subject:2.6.20 kernel booting fails with kgdb Date: Mon, 12 Feb 2007 18:16:59 +0530 From: Rajesham <[EMAIL PROTECTED]> To: Milind Dumbare <[EMAIL PROTECTED]> CC: Kevin Vincent Sheehan {Consulting Poster Child} <[EMAIL PROTECTE

Re: [Kgdb-bugreport] [PATCH 2.6.20-rc7] 8139too KGDBoE fix

2007-02-01 Thread Milind Dumbare
Thanks for the patch, Sergei. I have committed it to CVS. -Milind Sergei Shtylyov wrote: > This patch gets rid of annoying (and seemingly unavoidable) messages emitted > by the 8139too driver when using it for KGDBoE. It also makes KGDBoE work at > least somehow on my PowerPC board -- without

Re: [Kgdb-bugreport] KGDB BUG: Typo in file drivers/serial/sh-sci.c

2006-10-09 Thread Milind Dumbare
Fixed in CVS. On Thu, 2006-09-28 at 21:30 +0530, Amit S. Kale wrote: > That's indeed a bug. Thanks for pointing out. We'll fix this. > -Amit > > On Thursday 28 September 2006 21:18, Przemyslaw Brojewski wrote: > > Hello, I think I've found a typo in sh-lite.patch. > > It contains this hun

Re: [Kgdb-bugreport] [PATCH] add ppc32 support for kgdb in arch/powerpc

2006-10-04 Thread Milind Dumbare
Checked-in this in cvs Files Changed - ChangeLog - powerpc-lite.patch On Fri, 2006-09-08 at 15:58 +0400, Vitaly Wool wrote: > Hello folks, > > the patch inlined enables KGDB for PowerPC32 targets in arch/powerpc. > Verified on 74xx and 85xx targets. > > Signed-off-by: Vitaly Woo

Re: [Kgdb-bugreport] kgdb's weak symbols vs. gcc 4.1

2006-10-03 Thread Milind Dumbare
Checked-in this in cvs. Files Changed - core-lite.patch - ChangeLog - README On Wed, 2006-09-13 at 07:29 -0700, Tom Rini wrote: > On Wed, Sep 13, 2006 at 05:33:29PM +0530, Amit S. Kale wrote: > > > I suggest that we checkin this patch as a separate patch for now wi

Re: [Kgdb-bugreport] please help on kgdb over ethernet

2006-09-18 Thread Milind Dumbare
On Mon, 2006-09-18 at 21:40 +0800, Yan, Yechun wrote: > Yes, I tried disable NAPI. But it didn't work still. > > And I wonder how KGDB work _without_kgdb, it hook to netpoll when debug start. > > Does kgdb have any restriction on NIC selection, e.g. does RealTek > 8139 work with it? Yes, KGDB wor

Re: [Kgdb-bugreport] kgdb's weak symbols vs. gcc 4.1

2006-09-11 Thread Milind Dumbare
onclude that it can drop > it. I.e. the linker needs to see both the real arch version and the weak > version. > > One wonders what gcc would do if the weak module was not empty... > > > -- -Milind "There is no place like 127.0.0.1" Signed off: Milind Dumbare &l

Re: [Kgdb-bugreport] KGDB last cvs and 2.6.17 kernel

2006-09-08 Thread Milind Dumbare
Moving weak definitions to some other new source file can also get rid of this. We are working on it. On Fri, 2006-09-08 at 04:11 +0200, Florian Delizy wrote: > Florian Delizy wrote: > > Hi, > > > I am trying to make kgdb work on x86_64 with the 2.6.17 kernel version. > > I took the last

Re: [Kgdb-bugreport] kgdb errors over ethernet

2006-09-06 Thread Milind Dumbare
/mnt/dev Iam getting all the > entries in it as in /dev. > > Guide me where I am wrong. Iam still getting the error I have > mentioned in the previous mail. > > Milind Dumbare <[EMAIL PROTECTED]> wrote: > > On Wed, 2006-09-06 at 02:53 -0700, Furqan Ahm

Re: [Kgdb-bugreport] kgdb errors over ethernet

2006-09-06 Thread Milind Dumbare
J_ASSERT_BH(bh, !buffer_dirty(bh)); > > After this I didn't got any message thus I have to quit the gdb > session. Also in my target machine the cursors was blinking at > different positions when gdb session was going on. > > > > > Milind Dum

Re: [Kgdb-bugreport] kgdb errors over ethernet

2006-09-05 Thread Milind Dumbare
If /dev partition is not mounted when a root filesystem is mounted, init cannot open /dev/console file. Hence you get above warning. It seems I have told you hack for this. On Tue, 2006-09-05 at 22:46 -0700, Furqan Ahmed Ghulam Shabbir wrote: > Hi, > On both Development and Target machine

Re: [Kgdb-bugreport] softlockup on powerpc w/ kgdb on

2006-08-30 Thread Milind Dumbare
Checked this in, files changed, - core.patch - Changelog. On Mon, 2006-08-28 at 16:42 +0530, Amit S. Kale wrote: > Vitaly, > > That's a good find. This is certainly the correct way to prevent soft lockup. > > Will checkin. > Thanks. > -Amit > > On Tuesday

Re: [Kgdb-bugreport] memory faults on ARM w/user-context

2006-08-30 Thread Milind Dumbare
--- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job > > > easier Download IBM WebSphere Application Server v.

Re: [Kgdb-bugreport] Need help regarding kgdb

2006-08-24 Thread Milind Dumbare
Hi Faruqan, First of all disable SELinux settings in menuconfig Security options ---> [] NSA SELinux Support To overcome the problem of "warning: unable to open an initial console" do as follows. (Though this is a hack) - Boot in default kernel of your machine.

Re: [Kgdb-bugreport] kgdb-2.6.17 - part1

2006-07-10 Thread Milind Dumbare
-lite.patch series x86_64-no_context_hook.patch Note: There were some patches (ia64-lite.patch) with unmodified diffstat headers. Kindly keep it up to date. On Thu, 2006-07-06 at 20:56 +0530, Milind Dumbare wrote: > Hi all, > I have Moved current kgdb cvs patches to Linux-

Re: [Kgdb-bugreport] kgdb_fault_longjmp on ARM needs restore of CPSR

2006-07-05 Thread Milind Dumbare
Committed this. Files Changed - arm-lite.patch - ChangeLog On Wed, 2006-07-05 at 06:45 -0700, Tom Rini wrote: > On Wed, Jul 05, 2006 at 02:53:17PM +0530, Milind Dumbare wrote: > > > Hi Tom, > > Should I check-in this patch? > > If you would pleas

Re: [Kgdb-bugreport] kgdb_fault_longjmp on ARM needs restore of CPSR

2006-07-05 Thread Milind Dumbare
Hi Tom, Should I check-in this patch? On Sun, 2006-07-02 at 16:01 -0700, Tom Rini wrote: > On Fri, Jun 30, 2006 at 08:46:41AM -0500, Kevin Hilman wrote: > > After a memory fault caused by a kgdb access (in kgdb_mem2hex for > > example) the kgdb_fault_setjmp/longjmp routines are used to rec

Re: [Kgdb-bugreport] ethernet debugging on 2.6.15 kernel

2006-06-22 Thread Milind Dumbare
Checked this in with changes as told by Tom. Files Changed - core-lite.patch - ChangeLog -Milind On Wed, 2006-06-21 at 08:19 -0700, Tom Rini wrote: > On Wed, Jun 21, 2006 at 03:18:59PM +0530, Milind Dumbare wrote: > > > Hi All, > > Patch attached below repla

Re: [Kgdb-bugreport] ethernet debugging on 2.6.15 kernel

2006-06-21 Thread Milind Dumbare
st_pid != 0) ? > > If that works, that'd be quite handy. I'll give that a shot soon. > Thanks! > -- ...Milind KGDB-PRO http://www.linsyssoft.com/Kgdbpro.html Signed off: Milind Dumbare <[EMAIL PR

Re: [Kgdb-bugreport] kgdboe help

2006-06-18 Thread Milind Dumbare
Hi Vikas, It seems your netpoll setup is failed. Check whether you have your your ethernet's driver built-in in the kernel, and netpoll is enabled. On Sun, 2006-06-18 at 21:35 -0700, Vikas Aggarwal wrote: > Hi All, > I am unable to configure KGDB over ethernet for > 2.6.17-rc5 kernel.

Re: [Kgdb-bugreport] ethernet debugging on 2.6.15 kernel

2006-06-12 Thread Milind Dumbare
Hi Steve, Please send Kernel .config file, gdb log and dmesg ouput of kgdb machine (IMB Intellistation Z Pro in your case). Those files will be helpful to track the problem. thanks On Mon, 2006-06-12 at 11:34 -0400, Steve Millman wrote: > > Hi, > I am trying to set up kgdb over ethernet

[Kgdb-bugreport] Move to 2.6.16.20

2006-06-08 Thread Milind Dumbare
Hi, I've tested current kgdb cvs patches with linux-2.6.16.20 on i386 and x86_64 both over serial and ethernet with module testing. There were no hunk failures and kgdb works fine. Committed this move. files changed - ChangeLog - README - series -- ...Milind KGDB-

[Kgdb-bugreport] kgdb for linux-2.6.16.19

2006-06-01 Thread Milind Dumbare
I've tested current kgdb cvs patches over linux-2.6.16.19 both on i386 and x86_64 with both over serial and ethernet. There were no hunk failures and kgdb works fine with module debugging. Files modified in cvs commit. - ChangeLog - series - README thanks -- ...Milind KG

Re: [Kgdb-bugreport] Please help me on doing kgdb with ethernet

2006-05-02 Thread Milind Dumbare
Hi Prasad, If your kgdboe command line is "kgdboe = @192.168.0.1/ , @192.168.0.2/" (obviously without space as said by Tom), kgdb machine (machine on which your are booting kernel with kgdb patches applied) should be "192.168.0.1". But as you said, from gdb prompt you gave "tar rem

Re: [Kgdb-bugreport] kgdb on Linux-2.6.16.11

2006-04-28 Thread Milind Dumbare
Hi Tom, I have put a release of current kgdb cvs patches (kgdb-2.6.16) on sourceforge by name kgdb-2.4-2.6.16. You can check it out in download area. thanks. On Thu, 2006-04-27 at 08:05 -0700, Tom Rini wrote: > On Thu, Apr 27, 2006 at 01:20:55PM +0530, Milind Dumbare wrote: >

[Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread Milind Dumbare
But it seems kgdboe is enabled. Are those kgdb messages from your dmesg? Please send us grub.conf, dmesg output and kernel .config file. ...Milind http://www.linsyssoft.com/Kgdbpro.html On Thu, 2006-04-27 at 15:36 +0530, [EMAIL PROTECTED] wrote: > Hi Milind, > > Hope you remember me. We talked

[Kgdb-bugreport] kgdb on Linux-2.6.16.11

2006-04-27 Thread Milind Dumbare
Hi, I applied current kgdb cvs patches to Linux-2.6.16.11, there were no hunk failures. I tested these on both i386 and x86_64, they work fine with both over serial and ethernet. ...Milind --- Using Tomcat but need to do more? Need to suppo

Re: [Kgdb-bugreport] Please help me on doing kgdb with ethernet

2006-04-25 Thread Milind Dumbare
Target IP is IP of kgdb machine ( the machine on which you are booting kgdb kernel). The same IP which you have provided in command line of kgdb kernel. More information can be found at http://kgdb.linsyssoft.com/docu.htm ...Milind On Tue, 2006-04-25 at 22:20 -0700, prasad B wrote: > Hi, > I

Re: [Kgdb-bugreport] [PATCH] fix mips register data

2006-04-25 Thread Milind Dumbare
Checked in this patch. ...Milind On Mon, 2006-04-10 at 18:03 -0700, Geoff Levand wrote: > This patch makes kgdb pass 32 or 64 bits of register data to > the host gdb based on the configured mips ISA. > > For the mips1, gdb expects 32 bit registers to be passed, > and for mips3 and mips4 expects 6

Re: [Kgdb-bugreport] 2.6.16 patches?

2006-04-25 Thread Milind Dumbare
so > add a note to the README file about this problem. > > -Amit > > On Monday 24 April 2006 20:10, Tom Rini wrote: > > On Mon, Apr 24, 2006 at 04:11:10PM +0530, Milind Dumbare wrote: > > > Hi Tom, > > > I have tested kgdb-2.6.16 patches on gcc-3.4.2,

Re: [Kgdb-bugreport] 2.6.16 patches?

2006-04-24 Thread Milind Dumbare
Hi Tom, I have tested kgdb-2.6.16 patches on gcc-3.4.2, they are working fine, both over serial and ethernet. ...Milind On Fri, 2006-04-21 at 08:15 -0700, Tom Rini wrote: > On Fri, Apr 21, 2006 at 08:30:19PM +0530, Milind Dumbare wrote: > > > Following are the versions of

Re: [Kgdb-bugreport] 2.6.16 patches?

2006-04-21 Thread Milind Dumbare
Following are the versions of gcc and gdb. gcc version 4.1.0 20060304 (Red Hat 4.1.0-3) and gdb 6.4 (gdbmod-2.4) ...Milind On Fri, 2006-04-21 at 07:35 -0700, Tom Rini wrote: > On Fri, Apr 21, 2006 at 04:43:33PM +0530, Milind Dumbare wrote: > > Hi Tom, > > > > Ple

Re: [Kgdb-bugreport] 2.6.16 patches?

2006-04-21 Thread Milind Dumbare
Sorry, by mistake I wrote, "kgdb cvs patches re-based to linux-2.6.11", actually its "kgdb cvs patches re-based to linux-2.6.16" ...Milind On Fri, 2006-04-21 at 16:43 +0530, Milind Dumbare wrote: > Hi Tom, > > Please find the attached kgdb cvs patches rebased to

Re: [Kgdb-bugreport] Why kgdb official website down ?

2006-04-19 Thread Milind Dumbare
We have checked the link http://kgdb.linsyssoft.com/ . It works. On Thu, 2006-04-20 at 10:46 +0800, ajee.cai wrote: > http://kgdb.linsyssoft.com/ --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done qui

Re: [Kgdb-bugreport] 2.6.16 in CVS?

2006-04-07 Thread Milind Dumbare
Hi Tom, I rebased current cvs patches to Linux-2.6.16, but there is some problem with it. I am looking into that, will commit as soon as I get this worked. Thanks Milind On Thu, 2006-04-06 at 13:31 -0700, Tom Rini wrote: > Can someone please commit the 2.6.16 update to CVS? It's still no