All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Re: boot ok, can't login.
  2004-11-13  4:17 yi yang
@ 2004-11-13 15:18 ` Keir Fraser
  0 siblings, 0 replies; 5+ messages in thread
From: Keir Fraser @ 2004-11-13 15:18 UTC (permalink / raw)
  To: yi yang; +Cc: xen-devel, pac


> The hardware of these two machines are totally same, the only
> different is one is installed FC2, the other is installed FC3.  I am
> not sure whether it is the FC peoblems.
> 
> Anyone has suggestions?

FC3 Test1 worked okay for me, but I've never tried FC3 final
release. I presume we'd have had more complaints (e.g., for Red Hat
themselves) if it failed so badly for everyone. I shall have to try it
out myself next week... 

 -- Keir



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* RE: Re: boot ok, can't login.
@ 2004-11-13 20:32 Ian Pratt
  2004-11-13 21:33 ` yi yang
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Pratt @ 2004-11-13 20:32 UTC (permalink / raw)
  To: yi yang, xen-devel; +Cc: pac

> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 60k freed
> Warning: unable to open an initial console.
> None of init seems to run.

Init may be running, but you won't see any output as it hasn't managed
to open an initial console. 

My guess would be that your filesystem doesn't have a /dev/console
entry.

I've seen this happen with fle systems that expect devfs (e.g. Gentoo),
but I doubt that's the problem with FC3. Does FC3 use udev or something
fancy like that?

Either way, check to see whether you have a populated /dev/ directory
and copy one across if not. 

Best,
Ian


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: Re: boot ok, can't login.
  2004-11-13 20:32 Re: boot ok, can't login Ian Pratt
@ 2004-11-13 21:33 ` yi yang
  2004-11-13 23:09   ` Ralf Schmitt
  2004-11-14  6:50   ` yi yang
  0 siblings, 2 replies; 5+ messages in thread
From: yi yang @ 2004-11-13 21:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Pratt, pac

> My guess would be that your filesystem doesn't have a /dev/console
> entry.

Yes, I do have the /dev/console entry and  a populated /dev/ directory.

> I've seen this happen with fle systems that expect devfs (e.g. Gentoo),
> but I doubt that's the problem with FC3. Does FC3 use udev or something
> fancy like that?

Yes. FC3 uses udev at the booting up. How can I disable it and use
other possible stuff?
 
> Either way, check to see whether you have a populated /dev/ directory
> and copy one across if not.
> 
> Best,
> Ian
> 

Thanks  a lot!

Yi


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: Re: boot ok, can't login.
  2004-11-13 21:33 ` yi yang
@ 2004-11-13 23:09   ` Ralf Schmitt
  2004-11-14  6:50   ` yi yang
  1 sibling, 0 replies; 5+ messages in thread
From: Ralf Schmitt @ 2004-11-13 23:09 UTC (permalink / raw)
  To: xen-devel

yi yang wrote:

>> My guess would be that your filesystem doesn't have a /dev/console
>> entry.
> 
> Yes, I do have the /dev/console entry and  a populated /dev/ directory.
> 
>> I've seen this happen with fle systems that expect devfs (e.g. Gentoo),
>> but I doubt that's the problem with FC3. Does FC3 use udev or something
>> fancy like that?
> 
> Yes. FC3 uses udev at the booting up. How can I disable it and use
> other possible stuff?

Have a look at this site:

   http://usefulinc.com/edd/notes/ManagingDevWithUdev


 -Ralf-



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* Re: Re: boot ok, can't login.
  2004-11-13 21:33 ` yi yang
  2004-11-13 23:09   ` Ralf Schmitt
@ 2004-11-14  6:50   ` yi yang
  1 sibling, 0 replies; 5+ messages in thread
From: yi yang @ 2004-11-14  6:50 UTC (permalink / raw)
  To: xen-devel

Hi,

I just installed the xen2.0 on my FC2  system, it works well. So I
guess it is the FC3 problem. And also I guess xen2.0 does not support
the udev well.

It is really exciting that finally I can boot up my own xen2.0. :)  

Thanks guys for your valuable sugguestion. I do appreciate that.

Yi


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

end of thread, other threads:[~2004-11-14  6:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-13 20:32 Re: boot ok, can't login Ian Pratt
2004-11-13 21:33 ` yi yang
2004-11-13 23:09   ` Ralf Schmitt
2004-11-14  6:50   ` yi yang
  -- strict thread matches above, loose matches on Subject: below --
2004-11-13  4:17 yi yang
2004-11-13 15:18 ` Keir Fraser

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.