> > I also tried using different BAUDRATES but no success there too.
> >
> > Any help or pointers on this would be great.
> >
> >
> > Thanks
> > Amit Pundir
> > ---------
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
>
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:
>
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
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
>
>
>
>
>
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
--
> 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
> ___
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&
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,
>
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.
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.
>
>
&
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
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
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
/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.
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
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
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.
[
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
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
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 +
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:
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
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
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
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
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
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
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
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
/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
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
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
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
---
> > > 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.
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.
-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-
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
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
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
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
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.
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
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-
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
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
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:
>
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
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
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
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
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,
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
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
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
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
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
57 matches
Mail list logo