-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating & update locales failed due to low system memory #133
Comments
It's failing because of:
Might be an issue in Debian |
update-locale: Error: invalid locale settings
Oh, I was just invoking Meanwhile, would it be a good idea to reproduce the command line used (or would be used if making choices through UI) in the last UI conformation page (the one at the top of OP link)?
Thus, it's more or less self-documenting when reporting issues. |
Ah ok, then it's clear what you chose :) |
Are any grml devs familiar with Golang? As |
It's a simple language which can be taken on within no time, if you are a C/C++ developer. |
I'm familiar with golang and was considering rewriting grml-debootstrap already, but before doing so, I'd like to have more tests in place and also look into some design issues like we hit in #76. I was also considering using grml-debootstrap instead of FAI within grml-live, so that's something else to keep in mind, without taking the risk of running into the second-system effect. :) |
Oh well, "all wise people thinking the same" (grin), :-) when you're ready, drop me a note, I'd be more than happy to help on the command line parameters handling part. |
Oh, in fact, also the whole CI/CD part, including building your own (quick) Debian package during CI/CD. |
just a quick update, give me some time to test it, some irrelevant thing is blocking me so far... |
So instead of Debian
here is how I run it:
Please double-check. |
Just tested this with grml-debootstrap v0.89 using your command line, no such problem here. |
Yes, same issue as in #125.
Ah, that must be the most possible culprit. I'm using grml-small on a minimum VM under VMWare, which only has 512M of memory. Any idea what the minimum memory is? |
No idea, but given that the live system is already supposed to have 512MB of memory available, I'd assume you should upgrade to 768 or 1024MB of RAM. |
Yep, bump system memory up to 1024MB of RAM solved the problem. Thanks mika! |
update-locale: Error: invalid locale settings
It succeeded with Debian |
I use
grml-debootstrap
to install Debian to my brand new VM but the VM is not boot-able.I took a look at #37 and #30, but not sure if this is related to them.
Please take a look at the full log:
http://paste.debian.net/1095142/
I.e., grml-debootstrap finished to the end, fine, mostly, but the system cannot be booted. I searched through the log, and am not sure the grub-update was called or not.
BTW,
Please verify.
Thanks
The text was updated successfully, but these errors were encountered: