From: "roland" <for_spam@gmx.de>
To: uml <uml@dot1q.net>, user-mode-linux-user@lists.sourceforge.net
Cc: user-mode-linux-devel@lists.sourceforge.net,
Jeff Dike <jdike@addtoit.com>
Subject: [uml-devel] Re: [uml-user] mem=64M, mem=128M, mem=ANYTHING ignored??
Date: Sat, 22 May 2004 15:01:34 +0200 [thread overview]
Message-ID: <046001c43ffc$e9b52d90$2000000a@schlepptopp> (raw)
In-Reply-To: 005001c43f79$bcfce6e0$dd02a8c0@ferraro
success, too.
the error definitely seems to be a compile issue.
if i compile with -O2, uml just uses the 32M memory default
if i compile with -O1, uml uses the param "mem=..." the right way
furthermore, with O2
- there are left 5 "linux" processes running, after shutting down uml
- if i do a "killall linux" 2 of them being terminated, 3 still left running
i need to kill them with "kill -9 pid"
- the terminal becomes unusable after shutdown - need to issue an "reset" on
that terminal to have it working right again
with O1
- there is only 1 "linux" process being left (still bad because i need to kill
that to boot again)
- the terminal behaves correctly after shutdown
mhhh - don`t know how much "improvement" does "O2" in favour of "O1" - but
who should we ask now, to help hunting this "bug" ?
gcc folks ?
regards
roland
----- Original Message -----
From: "uml" <uml@dot1q.net>
To: <user-mode-linux-user@lists.sourceforge.net>
Sent: Friday, May 21, 2004 11:22 PM
Subject: Re: [uml-user] mem=64M, mem=128M, mem=ANYTHING ignored??
> SUCCESS.
>
> I wish I had kept the original .config file that was giving me problems
> because I'd have run a diff against it to see what was throwing the errors.
>
> I changed several things at once, however, so I am unsure as to what did it.
> I'm going to retrace through my steps to see if I can reproduce the error on
> this system and post what I discover here. I'm going to try to
> reincorporate -O2 instead of using -O1 as well.
>
> Additionally, the UML now shuts down cleanly without any extra 'linux'
> threads running. Memory is recognized correctly as well and it's running a
> 2.6.6-1 uml kernel.
>
> Thanks for the help and ideas, hopefully I'll be able to contribue some
> diagnostics for someone else in my position who's willing to search this
> group. =)
>
>
> ----- Original Message -----
> From: "Jeff Dike" <jdike@addtoit.com>
> To: "uml" <uml@dot1q.net>
> Cc: <user-mode-linux-user@lists.sourceforge.net>
> Sent: Friday, May 21, 2004 1.47 PM
> Subject: Re: [uml-user] mem=64M, mem=128M, mem=ANYTHING ignored??
>
>
> > On Fri, May 21, 2004 at 09:55:34AM -0400, uml wrote:
> > > On node 0 totalpages: 8192
> > > DMA zone: 8192 pages, LIFO batch:2
> >
> > > Kernel command line: ubd0=cow1 mem=128M root=98:0
> >
> > Ummmm, strange. It certainly works here:
> >
> > On node 0 totalpages: 32768
> > DMA zone: 32768 pages, LIFO batch:8
> >
> > Kernel command line: ubd0=cow,/home/jdike/roots/debian_22 con0=fd:0,fd:1
> con1=none con=pts ssl=pts umid=debian mem=128M root=98:0
> >
> > That was with 2.6.6. There are no obvious typos in your command line, but
> > it's giving you the default 32M.
> >
> > Can you show us the command line at the shell prompt?
> >
> > Jeff
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: Oracle 10g
> > Get certified on the hottest thing ever to hit the market... Oracle 10g.
> > Take an Oracle 10g class now, and we'll give you the exam FREE.
> > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> > _______________________________________________
> > User-mode-linux-user mailing list
> > User-mode-linux-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
> >
> >
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> User-mode-linux-user mailing list
> User-mode-linux-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
>
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next parent reply other threads:[~2004-05-22 12:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200405210556.i4L5uIX19375@lifewood.com>
[not found] ` <004101c43f3b$497c26b0$dd02a8c0@ferraro>
[not found] ` <20040521174707.GA7508@ccure.user-mode-linux.org>
[not found] ` <005001c43f79$bcfce6e0$dd02a8c0@ferraro>
2004-05-22 13:01 ` roland [this message]
2004-05-22 19:15 ` [uml-devel] Re: [uml-user] mem=64M, mem=128M, mem=ANYTHING ignored?? Michael Roth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='046001c43ffc$e9b52d90$2000000a@schlepptopp' \
--to=for_spam@gmx.de \
--cc=jdike@addtoit.com \
--cc=uml@dot1q.net \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=user-mode-linux-user@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox