Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* Can't mount proc filesystem
@ 2009-08-23 18:26 Tar Gz
  2009-08-23 18:33 ` Gary Thomas
  0 siblings, 1 reply; 7+ messages in thread
From: Tar Gz @ 2009-08-23 18:26 UTC (permalink / raw)
  To: linux-omap

hi all

i try to develop linux 2.6.26 kernel with omap patch but when i'm
booting, i'm enter busybox and running /etc/init.d/rcS

but failed to mount proc filesystem...i have enabled kernel /rpoc
filesystems support but it's still can't mounting..any idea?

best regards,
Aldyth M

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

* Re: Can't mount proc filesystem
  2009-08-23 18:26 Can't mount proc filesystem Tar Gz
@ 2009-08-23 18:33 ` Gary Thomas
  2009-08-23 18:37   ` Tar Gz
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2009-08-23 18:33 UTC (permalink / raw)
  To: Tar Gz; +Cc: linux-omap

Tar Gz wrote:
> hi all
> 
> i try to develop linux 2.6.26 kernel with omap patch but when i'm
> booting, i'm enter busybox and running /etc/init.d/rcS
> 
> but failed to mount proc filesystem...i have enabled kernel /rpoc
> filesystems support but it's still can't mounting..any idea?

You should not be running /etc/init.d/rcS manually.  The log
you sent previously shows it has already run.

What makes you think that /proc wasn't mounted?
Why are you running /etc/init.d/rcS by hand?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

* Re: Can't mount proc filesystem
  2009-08-23 18:33 ` Gary Thomas
@ 2009-08-23 18:37   ` Tar Gz
  2009-08-23 18:40     ` Gary Thomas
  0 siblings, 1 reply; 7+ messages in thread
From: Tar Gz @ 2009-08-23 18:37 UTC (permalink / raw)
  To: Gary Thomas; +Cc: linux-omap

because my kernel booting and enter the busybox manually

how to enter to shell like bash?

On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
> Tar Gz wrote:
>> hi all
>>
>> i try to develop linux 2.6.26 kernel with omap patch but when i'm
>> booting, i'm enter busybox and running /etc/init.d/rcS
>>
>> but failed to mount proc filesystem...i have enabled kernel /rpoc
>> filesystems support but it's still can't mounting..any idea?
>
> You should not be running /etc/init.d/rcS manually.  The log
> you sent previously shows it has already run.
>
> What makes you think that /proc wasn't mounted?
> Why are you running /etc/init.d/rcS by hand?
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>

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

* Re: Can't mount proc filesystem
  2009-08-23 18:37   ` Tar Gz
@ 2009-08-23 18:40     ` Gary Thomas
  2009-08-23 18:41       ` Tar Gz
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2009-08-23 18:40 UTC (permalink / raw)
  To: Tar Gz; +Cc: linux-omap

Tar Gz wrote:
> because my kernel booting and enter the busybox manually
> 
> how to enter to shell like bash?

The busybox shell is already running.  It's more like 'sh' than 'bash'

What do you want to do that you don't think you can??

> On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
>> Tar Gz wrote:
>>> hi all
>>>
>>> i try to develop linux 2.6.26 kernel with omap patch but when i'm
>>> booting, i'm enter busybox and running /etc/init.d/rcS
>>>
>>> but failed to mount proc filesystem...i have enabled kernel /rpoc
>>> filesystems support but it's still can't mounting..any idea?
>> You should not be running /etc/init.d/rcS manually.  The log
>> you sent previously shows it has already run.
>>
>> What makes you think that /proc wasn't mounted?
>> Why are you running /etc/init.d/rcS by hand?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

* Re: Can't mount proc filesystem
  2009-08-23 18:40     ` Gary Thomas
@ 2009-08-23 18:41       ` Tar Gz
  2009-08-23 19:01         ` Gary Thomas
  0 siblings, 1 reply; 7+ messages in thread
From: Tar Gz @ 2009-08-23 18:41 UTC (permalink / raw)
  To: Gary Thomas; +Cc: linux-omap

hemmm you're right...

if i want to run bash, i must declare bash shell in the /etc/inittab ?

On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
> Tar Gz wrote:
>> because my kernel booting and enter the busybox manually
>>
>> how to enter to shell like bash?
>
> The busybox shell is already running.  It's more like 'sh' than 'bash'
>
> What do you want to do that you don't think you can??
>
>> On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
>>> Tar Gz wrote:
>>>> hi all
>>>>
>>>> i try to develop linux 2.6.26 kernel with omap patch but when i'm
>>>> booting, i'm enter busybox and running /etc/init.d/rcS
>>>>
>>>> but failed to mount proc filesystem...i have enabled kernel /rpoc
>>>> filesystems support but it's still can't mounting..any idea?
>>> You should not be running /etc/init.d/rcS manually.  The log
>>> you sent previously shows it has already run.
>>>
>>> What makes you think that /proc wasn't mounted?
>>> Why are you running /etc/init.d/rcS by hand?
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>

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

* Re: Can't mount proc filesystem
  2009-08-23 18:41       ` Tar Gz
@ 2009-08-23 19:01         ` Gary Thomas
  2009-08-23 19:04           ` Tar Gz
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2009-08-23 19:01 UTC (permalink / raw)
  To: Tar Gz; +Cc: linux-omap

Tar Gz wrote:
> hemmm you're right...
> 
> if i want to run bash, i must declare bash shell in the /etc/inittab ?
> 

No, you'd have to build 'bash' and include it in your file system.

What's wrong with the busybox shell?  What are you trying to do that it can't?

> On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
>> Tar Gz wrote:
>>> because my kernel booting and enter the busybox manually
>>>
>>> how to enter to shell like bash?
>> The busybox shell is already running.  It's more like 'sh' than 'bash'
>>
>> What do you want to do that you don't think you can??
>>
>>> On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
>>>> Tar Gz wrote:
>>>>> hi all
>>>>>
>>>>> i try to develop linux 2.6.26 kernel with omap patch but when i'm
>>>>> booting, i'm enter busybox and running /etc/init.d/rcS
>>>>>
>>>>> but failed to mount proc filesystem...i have enabled kernel /rpoc
>>>>> filesystems support but it's still can't mounting..any idea?
>>>> You should not be running /etc/init.d/rcS manually.  The log
>>>> you sent previously shows it has already run.
>>>>
>>>> What makes you think that /proc wasn't mounted?
>>>> Why are you running /etc/init.d/rcS by hand?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

* Re: Can't mount proc filesystem
  2009-08-23 19:01         ` Gary Thomas
@ 2009-08-23 19:04           ` Tar Gz
  0 siblings, 0 replies; 7+ messages in thread
From: Tar Gz @ 2009-08-23 19:04 UTC (permalink / raw)
  To: Gary Thomas; +Cc: linux-omap

oke..i try it

i try to porting gnome / KDE to run under omap...

On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
> Tar Gz wrote:
>> hemmm you're right...
>>
>> if i want to run bash, i must declare bash shell in the /etc/inittab ?
>>
>
> No, you'd have to build 'bash' and include it in your file system.
>
> What's wrong with the busybox shell?  What are you trying to do that it
> can't?
>
>> On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
>>> Tar Gz wrote:
>>>> because my kernel booting and enter the busybox manually
>>>>
>>>> how to enter to shell like bash?
>>> The busybox shell is already running.  It's more like 'sh' than 'bash'
>>>
>>> What do you want to do that you don't think you can??
>>>
>>>> On 8/23/09, Gary Thomas <gary@mlbassoc.com> wrote:
>>>>> Tar Gz wrote:
>>>>>> hi all
>>>>>>
>>>>>> i try to develop linux 2.6.26 kernel with omap patch but when i'm
>>>>>> booting, i'm enter busybox and running /etc/init.d/rcS
>>>>>>
>>>>>> but failed to mount proc filesystem...i have enabled kernel /rpoc
>>>>>> filesystems support but it's still can't mounting..any idea?
>>>>> You should not be running /etc/init.d/rcS manually.  The log
>>>>> you sent previously shows it has already run.
>>>>>
>>>>> What makes you think that /proc wasn't mounted?
>>>>> Why are you running /etc/init.d/rcS by hand?
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
>

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

end of thread, other threads:[~2009-08-23 19:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-23 18:26 Can't mount proc filesystem Tar Gz
2009-08-23 18:33 ` Gary Thomas
2009-08-23 18:37   ` Tar Gz
2009-08-23 18:40     ` Gary Thomas
2009-08-23 18:41       ` Tar Gz
2009-08-23 19:01         ` Gary Thomas
2009-08-23 19:04           ` Tar Gz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox