On Wed, 2006-09-06 at 02:53 -0700, Furqan Ahmed Ghulam Shabbir wrote: > Hi, > I have already mounted '/' to /mnt of my target machine when I > was getting this error:
You are missing some steps. There are 4 more steps after mounting "/" to some temporary location (/mnt). Bottom line is you need to copy nodes from /dev to /mnt/dev. > Warning: unable to open an initial console. > but after mounting and following the procedure you told I connected my > development machine to target after rebooting it in kgdb kernel. Then > I got the output till > > Warning: unable to open an initial console. > [New Thread 1493] > > Program received signal SIGILL, Illegal instruction. > [Switching to Thread 1493] > 0xc0200153 in journal_commit_transaction (journal=0xdf0e7a00) > at fs/jbd/commit.c:788 > 788 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 Dumbare <[EMAIL PROTECTED]> wrote: > 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 machines I am not getting > this > > error when I don't use kgdb. > > > > Furqan Ahmed > > > > > > Vitaly Wool wrote: > > Hi, > > > > On 9/5/06, Furqan Ahmed Ghulam Shabbir wrote: > > > Hi, > > > I am using kgdb-2.3 on kernel 2.6.13 through ethernet. > When > > I am trying to > > > connect to remote machine I am getting �Packet ignoring > > error �. This error > > > is solve if I first reboot the target machine with the > > default kernel then > > > again rebooting the target with kgdb enabled kernel. But > > after connecting > > > with the target first I am getting this error > > > > can you please tell me if you get such error (can't open an > > initial > > console) when you DON'T use kgdb? > > > > Vitaly > > > > > > > > > > > ______________________________________________________________________ > > Do you Yahoo!? > > Next-gen email? Have it all with the all-new Yahoo! Mail. > > > > ------------------------------------------------------------------------- > > 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.1.0.1 based on > Apache Geronimo > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Kgdb-bugreport mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport > -- > -Milind > "There is no place like 127.0.0.1" > > > > > > ______________________________________________________________________ > How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call > rates. -- -Milind "There is no place like 127.0.0.1" ------------------------------------------------------------------------- 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.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
