[uml-user] Can skas3 and grsec live together?

2006-08-27 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I wonder if I should run UML with skas3 patch in grsec system? Thanks! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE8ljjNWc9T2Wr2JcRAu3BAKCb7gRigbq+SDvaLII3YC

[uml-user] Is Skas3 patch neccessary for 2.6.17.7 host?

2006-08-05 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using kernel 2.6.17.7... I'm wondering if it's required to use Skas3 patch for host kernel? If I don't patch Skas3, will everything be ok? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://

[uml-user] Re: [uml-devel] Resend: how to debug module on UML kernel 2.6.15.6 + SKAS mode?

2006-03-25 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank D. Bahi and Blaisorblade for your replies. Blaisorblade wrote: > On Friday 24 March 2006 04:25, Mikado wrote: >> - Sometimes gdb can't follow source codes in '.h' header files. Did I >> miss something? > >

[uml-user] Resend: how to debug module on UML kernel 2.6.15.6 + SKAS mode?

2006-03-23 Thread Mikado
ol, I set breakpoint at init function then 'rmmod' then re-'insmod' but gdb didn't break at init function. What was wrong? - - Sometimes gdb can't follow source codes in '.h' header files. Did I miss something? Thanks in advance, Mikado. -BEGIN PGP SIGNATUR

[uml-user] bug: lsattr on mount point using hostfs - kernel panic

2006-03-23 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I 'chattr +i' /mnt/a and mount (using hostfs) it on UML /mnt/b then 'lsattr' /mnt/b on UML will panic the kernel. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE

[uml-user] Debug module on UML kernel 2.6.15.6 + SKAS mode

2006-03-22 Thread Mikado
ol, I set breakpoint at init function then 'rmmod' then re-'insmod' but gdb didn't break at init function. What was wrong? - - Sometimes gdb can't follow source codes in '.h' header files. Did I miss something? Thanks in advance, Mikado. -BEGIN PGP SIGNATUR

[uml-user] Re: [uml-devel] Cannot debug UML

2006-03-22 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Blaisorblade wrote: > For SKAS mode use the normal debug sequence: > > $ gdb vmlinux > (gdb) > (gdb) run > > More info at the "debugging UML" link, "SKAS" subsection on the main site. Thank you Blaisorblade, Oh sorry, I didn't keep my eyes open.

[uml-user] Re: [uml-devel] Cannot debug UML

2006-03-22 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefano Melchior wrote: > On Wed, Mar 22, 2006 at 09:13:35PM +0700, Mikado wrote: > Hi Mikado, >>> same problem as mine: >>> ./linux mode=tt debug ubd0=root_fs ubd1=swap mem=128MB >>> eth0=tuntap,,,192.168.0.254 >

[uml-user] Re: [uml-devel] Cannot debug UML

2006-03-22 Thread Mikado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefano Melchior wrote: > On Wed, Mar 22, 2006 at 08:32:48PM +0700, Mikado wrote: > Hi Mikado, Hi Stex > same problem as mine: > ./linux mode=tt debug ubd0=root_fs ubd1=swap mem=128MB > eth0=tuntap,,,192.168.0.254 > > You wron