All of lore.kernel.org
 help / color / mirror / Atom feed
* pls help me
@ 2002-10-24  6:30 yf
  2002-10-24 12:13 ` Richard B. Johnson
  2002-10-24 12:39 ` Andrey Panin
  0 siblings, 2 replies; 6+ messages in thread
From: yf @ 2002-10-24  6:30 UTC (permalink / raw)
  To: linux-kernel

Hi, all, 

Recently I wrote a file-system under Linux. When mounting, it prints 
these messages. I use iget(sb, ino) to get the root inode. 

But when run into get_new_inode():wake_up(), it hangs there. Who could 
give me some hints? 

what the dmesg output: 
************************************************************************

==> vvfs_init() 
==> vvfs_read_super(<NULL>) 
==> vvfs_connect(192.168.1.57, 52886) 
2, 38606, 956410048 
<== vvfs_connect()OK 
superblock ordinary filling ok 
==> vvfs_alloc_inode() 
<== vvfs_alloc_inode() 
==> vvfs_read_inode(c67fb000) 
get sb sock 
get inode fid 
root inode 
fetch inode OK 
set server info OK 
<== vvfs_read_inode()c67fb000 
Unable to handle kernel paging request at virtual address fffffffc 
printing eip: 
c0117e20 
*pde = 00001063 
*pte = 00000000 
Oops: 0000 
vvfs 8139too mii iptable_filter ip_tables reiserfs mousedev keybdev hid 
input 
CPU:    0 
EIP:    0010:[<c0117e20>]    Tainted: P 
EFLAGS: 00010013 

EIP is at __wake_up [kernel] 0x20 (2.4.18-14) 
eax: c67fb098   ebx: 00000000   ecx: 00000001   edx: 00000003 
esi: c67fb098   edi: 00000003   ebp: c57add5c   esp: c57add40 
ds: 0018   es: 0018   ss: 0018 
Process insmod (pid: 651, stackpage=c57ad000) 
Stack: 00000000 c0154a4c 00000001 00000282 00000000 c67fb000 c7b09c00 
c7feb660 
       c0155885 c67fb000 00000000 c7feb660 00000000 00000000 00000000 
c7feb660 
       c7b09c00 00000000 c0155a5b c7b09c00 00000000 c7feb660 00000000 
00000000 
Call Trace: [<c0154a4c>] alloc_inode [kernel] 0xbc (0xc57add44)) 
[<c0155885>] get_new_inode [kernel] 0x145 (0xc57add60)) 
[<c0155a5b>] iget4 [kernel] 0xdb (0xc57add88)) 
[<c8964a6d>] vvfs_read_super [vvfs] 0xe1 (0xc57addb0)) 
[<c014561e>] get_anon_super [kernel] 0xce (0xc57adde4)) 
[<c89662ac>] vvfs_fs_type [vvfs] 0x0 (0xc57adde8)) 
[<c89662ac>] vvfs_fs_type [vvfs] 0x0 (0xc57addec)) 
[<c89662ac>] vvfs_fs_type [vvfs] 0x0 (0xc57addf8)) 
[<c0145943>] get_sb_nodev [kernel] 0x63 (0xc57ade00)) 
[<c89662ac>] vvfs_fs_type [vvfs] 0x0 (0xc57ade18)) 
[<c0145b50>] do_kern_mount [kernel] 0x100 (0xc57ade1c)) 
[<c89662ac>] vvfs_fs_type [vvfs] 0x0 (0xc57ade20)) 
[<c01585f3>] do_add_mount [kernel] 0x93 (0xc57ade40)) 
[<c0158920>] do_mount [kernel] 0x160 (0xc57ade60)) 
[<c896565c>] .rodata.str1.1 [vvfs] 0x74 (0xc57ade8c)) 
[<c014a237>] getname [kernel] 0x97 (0xc57ade90)) 
[<c0158d41>] sys_mount [kernel] 0xb1 (0xc57adeb0)) 
[<c8964351>] vvfs_init [vvfs] 0x59 (0xc57adedc)) 
[<c896565c>] .rodata.str1.1 [vvfs] 0x74 (0xc57adee4)) 
[<c8965657>] .rodata.str1.1 [vvfs] 0x6f (0xc57adee8)) 
[<c8965643>] .rodata.str1.1 [vvfs] 0x5b (0xc57adef4)) 
[<c011bf79>] sys_init_module [kernel] 0x4d9 (0xc57adf1c)) 
[<c8964060>] is_big_endian [vvfs] 0x0 (0xc57adf20)) 
[<c8964060>] is_big_endian [vvfs] 0x0 (0xc57adf58)) 
[<c010910f>] system_call [kernel] 0x33 (0xc57adfc0)) 


Code: 8b 53 fc 8b 02 85 c7 75 17 8b 1b 39 f3 75 f1 ff 75 f0 9d 83 
<6>Intel 810 + AC97 Audio, version 0.22, 13:45:06 Sep  4 2002 
PCI: Found IRQ 10 for device 00:1f.5 
PCI: Sharing IRQ 10 with 00:1f.3 
PCI: Setting latency timer of device 00:1f.5 to 64 
i810: Intel ICH2 found at IO 0xd800 and 0xdc00, IRQ 10 
i810_audio: Audio Controller supports 6 channels. 
i810_audio: Defaulting to base 2 channel mode. 
ac97_codec: AC97 Audio codec, id: 0x414c:0x4710 (ALC200/200P) 
i810_audio: AC'97 codec 0 supports AMAP, total channels = 2 
ide-floppy driver 0.99.newide 
hdd: ATAPI 52X CD-ROM drive, 128kB Cache 
Uniform CD-ROM driver Revision: 3.12 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pls help me
  2002-10-24  6:30 pls help me yf
@ 2002-10-24 12:13 ` Richard B. Johnson
  2002-10-24 12:39 ` Andrey Panin
  1 sibling, 0 replies; 6+ messages in thread
From: Richard B. Johnson @ 2002-10-24 12:13 UTC (permalink / raw)
  To: yf; +Cc: linux-kernel

On 24 Oct 2002, yf wrote:

> Hi, all, 
> 
> Recently I wrote a file-system under Linux. When mounting, it prints 
> these messages. I use iget(sb, ino) to get the root inode. 
> 
> But when run into get_new_inode():wake_up(), it hangs there. Who could 
> give me some hints? 
> 
> what the dmesg output: 
> ************************************************************************
> 
> ==> vvfs_init() 
> ==> vvfs_read_super(<NULL>) 
> ==> vvfs_connect(192.168.1.57, 52886) 
> 2, 38606, 956410048 
> <== vvfs_connect()OK 
> superblock ordinary filling ok 
> ==> vvfs_alloc_inode() 
> <== vvfs_alloc_inode() 
> ==> vvfs_read_inode(c67fb000) 
> get sb sock 
> get inode fid 
> root inode 
> fetch inode OK 
> set server info OK 
> <== vvfs_read_inode()c67fb000 
> Unable to handle kernel paging request at virtual address fffffffc 

There is no way somebody can help you with "Recently I wrote a file-
system...." We don't have your source-code and we don't even know if
you know how to write a file-system. However, the -
  Unable to handle kernel paging request at virtual address fffffffc 
- is a good hint that some pointer isn't initialized correctly under
all the conditions occurring during the mount.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
   Bush : The Fourth Reich of America



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pls help me
  2002-10-24  6:30 pls help me yf
  2002-10-24 12:13 ` Richard B. Johnson
@ 2002-10-24 12:39 ` Andrey Panin
  2002-10-24 15:31   ` Georg Nikodym
  1 sibling, 1 reply; 6+ messages in thread
From: Andrey Panin @ 2002-10-24 12:39 UTC (permalink / raw)
  To: yf; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

On Чтв, Окт 24, 2002 at 02:30:45 +0800, yf wrote:
> Hi, all, 
> 
> Recently I wrote a file-system under Linux. When mounting, it prints 
> these messages. I use iget(sb, ino) to get the root inode. 
> 
> But when run into get_new_inode():wake_up(), it hangs there. Who could 
> give me some hints? 
> 
> what the dmesg output: 
> ************************************************************************
> 
> ==> vvfs_init() 
> ==> vvfs_read_super(<NULL>) 
> ==> vvfs_connect(192.168.1.57, 52886) 
> 2, 38606, 956410048 
> <== vvfs_connect()OK 
> superblock ordinary filling ok 
> ==> vvfs_alloc_inode() 
> <== vvfs_alloc_inode() 
> ==> vvfs_read_inode(c67fb000) 
> get sb sock 
> get inode fid 
> root inode 
> fetch inode OK 
> set server info OK 
> <== vvfs_read_inode()c67fb000 
> Unable to handle kernel paging request at virtual address fffffffc 

Address fffffffc looks like negative error code assigned to a pointer.

-- 
Andrey Panin            | Embedded systems software developer
pazke@orbita1.ru        | PGP key: wwwkeys.eu.pgp.net

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: pls help me
  2002-10-24 12:39 ` Andrey Panin
@ 2002-10-24 15:31   ` Georg Nikodym
  0 siblings, 0 replies; 6+ messages in thread
From: Georg Nikodym @ 2002-10-24 15:31 UTC (permalink / raw)
  To: Andrey Panin; +Cc: fyou, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

On Thu, 24 Oct 2002 16:39:40 +0400
Andrey Panin <pazke@orbita1.ru> wrote:

> > <== vvfs_read_inode()c67fb000 
> > Unable to handle kernel paging request at virtual address fffffffc 
> 
> Address fffffffc looks like negative error code assigned to a pointer.

It looks more like the result of a:

	foo = list_entry(bar, ...);

	(where bar == NULL)

to me.  But that's just a guess based on a recent debugging session...

-g

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* pls help me
@ 2010-08-06  6:29 Sk Aftab Alam
  0 siblings, 0 replies; 6+ messages in thread
From: Sk Aftab Alam @ 2010-08-06  6:29 UTC (permalink / raw)
  To: grub-devel

Hi :
     My name is Sk Aftab Alam a Bachelor of Computer Application from
India and i am interested in the development work of GRUB boot loader
and Operating system because i am neither happy with linux nor with
windows. Though i have little knowledge about OS but still i will like
to take part in GRUB. Can you please help:
 How can i get entire source source code of GRUB ?, if possible pls
give me a link through mail.  and   if i want to start from beginning,
  writing GRUB code , what are the requirements like  knowledge, tools
, softwares , editor . pls   help me. I will be waiting for reply from
GNU

  Thanking you

your new friend

 Sk Aftab Alam


^ permalink raw reply	[flat|nested] 6+ messages in thread

* PLS  HELP ME
@ 2005-08-25 14:07 Ms ROSE
  0 siblings, 0 replies; 6+ messages in thread
From: Ms ROSE @ 2005-08-25 14:07 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 2158 bytes --]

Hello, 

Please, consider this mail as very important and do
let me know your honest response within the shortest
time possible…Obviously, you have no knowledge of who
I am, but I am Ms Rose Sadra, from Sierra Leone, but
resident in Sengal  (West Africa). 

I am interested in investing in any lucrative business
enterprise in your country and do want to use this
opportunity to seek your advice on the possibility of
investment in your area. Over the recent years, there
have been cases of political instability in most
countries here in Africa and as a result, I am afraid
to invest my money here. On this note, I have decided
to look else where for possible investment
opportunities, hoping that I would achieve this goal
with the assistance of a reliable person. 

I would like to know if it would be secured and
lucrative to invest in your country and after a
careful feasibility study of the various possible
fields or industries in your country by your kind
assistance, I would transfer my funds to your country
for investment. In a nutshell, I do have a large
amount of money to establish an ultra modern company
in your country, but I will like to know the possible
channels available in your area. Please, do assist me
carry out a careful survey and get back to me on the
various possibilities. If you do not have any much
knowledge about investment or business, I will
appreciate if you could recommend me to some business
experts individuals/companies/business consultants) in
your area, who might be of help to me. 
I do hope to know you better in the course of time and
if trust is established between us, I might need you
to be actively and directly involved in this proposed
venture. But for the time being, I would like to know
you better and hope we could get acquainted within the
shortest time possible. In my next correspondence with
you, I will give you a clue of how much I intend to
invest in your country, but for now, I look forward to
receiving your response and hope this opportunity
would bring us closer for a possible business
relationship between us in the near future. 

Have a nice day and best regards, 

Ms Rose sandra




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-09 13:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-24  6:30 pls help me yf
2002-10-24 12:13 ` Richard B. Johnson
2002-10-24 12:39 ` Andrey Panin
2002-10-24 15:31   ` Georg Nikodym
2005-08-25 14:07 PLS HELP ME Ms ROSE
2010-08-06  6:29 pls help me Sk Aftab Alam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.