Displaying 20 results from an estimated 20000 matches similar to: "kickstart LANG issue"
2008 Feb 06
2
kickstart %post not executed
Hi all,
I am trying to automate the provisioning of a few VM, dom0 CentOS5 - domU
CentOS4.5, the installation goes well but it completely ignores the %post
bit in the kickstart:
# Kickstart file for a generic VM
install
url --url http://server/mrepo/centos4-x86_64/disc1
cmdline
skipx
reboot
# Partition information
.....
# General system config
bootloader --location=mbr
keyboard uk
lang
2008 Jun 30
2
kickstart and lang
I have a line like:
lang en_US.UTF-8
in my kickstart file. However it stops on that screen to prompt me.
Everything else works fine... I am using centos 4.6.
Is this line no longer correct? I am sure I got it from a anaconda file
to start with.
Jerry
2016 Aug 09
0
Localedef runs but doesn't change locale
Hello everyone,
When I run the command localedef -c -i en_GB -f UTF-8 en_GB.utf-8 the
command runs with no errors but running locale still shows:
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
2018 Feb 24
2
Set LANG on CentOS 6 server
Hi,
I'm having a weird problem on a CentOS 6 server. I installed the machine
in french, so I have LANG=fr_FR.UTF8 defined.
I'd like to define en_US.UTF8, because some output is better readable in
english, like chkconfig --list.
I replaced fr_FR.UTF8 in /etc/sysconfig/i18n and /boot/grub/grub.conf.
Unfortunately, when I reboot the system, I still get this:
# echo $LANG
fr_FR.UTF-8
Any
2007 Jul 31
0
Upgrade mode with kickstart
Helllo,
I'll like to add rpms during a upgrade with kickstart installation.
I specified the name of rpm in "%package" section but the rpm isn't
installed.
This feature isn't supported with CentOS 4.4 ?
# Kickstart
upgrade
# Reboot after install
reboot
#cdrom
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
.....
%packages
vsftpd
...
Thanks in advance,
2016 Aug 05
1
CentOS 7 kickstart question
On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote:
> On Thu, 4 Aug 2016, Valeri Galtsev wrote:
>
>> Dear Experts,
>>
>> Could somebody point to kicstart HOWTO specific for CentOS 7?
>>
>> On CentOS 7 I somehow am always given human intervention questions
>> about drive which defeats unattended ks install.
>>
>> At least one snag I hit
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1
64bit DomU with the default xen installed and the kickstart hangs at random
points during the install process. Sometimes retrieving the image, sometimes
formatting the filesystem, sometimes installing the packages,etc.
I tried upgrading to xen 3.2 and encounter the same problem before
rebuilding back to stock Centos 5.1
2018 Nov 15
0
'date' format differences between CentOS 6 and 7 using the en_GB locale ?
In article <429fd6a2-d125-c231-b066-14a398da4aa9 at moving-picture.com>,
James Pearson <james-p at moving-picture.com> wrote:
> Just noticed that the output of 'date' is different between CentOS 6 and
> 7 when using the 'en_GB' locale - e.g.:
>
> CentOS 6:
>
> % LANG=en_GB date
> Thu Nov 15 11:42:46 GMT 2018
> % LANG=en_US date
>
2006 Apr 22
2
kickstart
Hello,
I've been trying to kickstart a install centos from a USB memory stick.
Everything with that is working fine, but I seem to be having a problem with
the ks.cfg file.
When I boot the install media from the usb drive, the the boot prompt I type
linux ks=hd:/dev/uba1/ks.cfg
Then I peek at the logs and it even says
* getting kickstart file
* getting kickstart file from harddrive
*
2013 Jan 21
0
Custom locale, LC_TYPE and urxvt
I have a custom locale in use on our system. Consequently, Xlib does
not recognize the default environment setting for LC_TYPE. To get an
urxvt window opened without encountering the locale error message I am
therefore constrained to use some variant of the following:
LC_TYPE=en_US.UTF-8 urxvt&
I would like to set LC_TYPE to a different value than LANG. However,
based on experiment it
2014 Dec 21
1
Changing LANG from de_DE to en_US in CentOS 6
Hello,
on a Macbook with OSX Yosemite (which prints de_DE.UTF-8 as value of
$LANG in Terminal) and VmWare Fusion 7 I have installed CentOS 6.6
minimal.
When I ssh to my new VM as root, the $LANG is de_DE.UTF-8 too.
I would like it to be en_US.UTF-8 instead.
I have grepped /etc and /root for "de_DE", but nothing is found there.
Grepping for LANG in /etc gives many results, esp.
2006 Dec 25
2
Kickstart Questions
Hi,
We dont run DHCP in our environment where I build our servers, is it
required to get a first IP address to hit my kickstart server running on
my xandros debian laptop? Just been a couple years since I last did some
kickstart builds and I dont have system-config-kickstart running on a
machine here in my home lab.
I can turn on DHCP on my linux laptop perhaps, but just wanted to check
in
2018 Feb 24
0
Set LANG on CentOS 6 server
Le 24/02/2018 ? 10:33, Nicolas Kovacs a ?crit?:
> I replaced fr_FR.UTF8 in /etc/sysconfig/i18n and /boot/grub/grub.conf.
> Unfortunately, when I reboot the system, I still get this:
>
> # echo $LANG
> fr_FR.UTF-8
>
> Any suggestions?
OK, so after some more googling, I found out that when I ssh into my
server, LANG gets passed on from my desktop to my server. Interesting.
2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
When I use my kickstart file (which works on 5.1 x86_64) with 5.2 I get
the following error.
I put my kickstart file at the end.
Do I have something incomaptible in the file?
jerry
--------------------------------------
Traceback (most recent call first):
File "/usr/lib/anaconda/network.py", line 341, in lookupHostname
ret = isys.pumpNetDevice(dev.get('device'),
2001 May 16
1
wine-20010510 fails to run?
The system I am using is a clean install of Mandrake 8.0 which
has the gcc version 2.96 installed.
I downloaded the wine-20010510 snapshot and successfully
ran the ./tools/wininstall.
The build seems to have run without problems and if I type:
wine --version
the correct release number is displayed indicating the
install was also succesful.
As per the FAQ I also did the following:
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
Hi,
I've installed recently OpenOffice.org 3.1 on Centos 5.3. I use OOo in
headless mode. I have no problem when running as root, but I'd prefer
run it as non-root user (oooserver user). When I run the script in
debug mode this is the output:
sh -x /tmp/ooo-headless-nonroot start
+ . /etc/rc.d/init.d/functions
++ TEXTDOMAIN=initscripts
++ umask 022
++
2011 Aug 14
4
Kickstart installation error
Hi,
I?m trying kickstart on CentOS
Below is my ks.cfg
*[root at localhost ~]# cat /root/ks.cfg*
*
*
#Generated by Kickstart Configurator
#platform=x86, AMD64, or Intel EM64T
#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard us
#System mouse
mouse
#Sytem timezone
timezone Asia/Dili
#Root password
rootpw --iscrypted
2010 Jun 21
2
Augeas and double quotes
Hi,
I''ve got a bit of an issue with Augeas in Puppet. I''m trying to
modify /etc/sysconfig/i18n (RHEL4 system). Original file:
LANG="en_US.UTF-8"
SUPPORTED="en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"
This is the code to change it:
$filename = $operatingsystem ? {
redhat => "/etc/sysconfig/i18n",
2006 Mar 14
8
PXE boot, Kickstart NFS install and %include...
I was just wondering how (or indeed if) people use the %include
directive in Kickstart configuration files when building systems via
NFS. I've been trying to modularise our Kickstart files a little to
make things more readable, having generic defaults and role specific
stuff split out into separate configs.
I've tried this configuration...
[root at archive kickstart]# cat
2007 Feb 09
3
alternative to rocks cluster
Hi
I am after a solution where i can easily kickstart many, read hundreds,
of boxes in a short time frame. Perhaps the way i install software is to
actually re-kix the box with a new software baseline - that type of idea.
I have looked at rocks and it looks good but it seems a little rigid in
that i need to be able to determine certain things like hostname etc as
in our env hostname