Displaying 20 results from an estimated 45 matches for "iscrypted".
Did you mean:
encrypted
2007 Sep 04
1
rootpw and graphical mode?
Is there some kind of caveat to using the rootpw --iscrypted directive
and then specifying a graphical install?
I always seem to get the prompt coming up...
If I remove the graphical and do a text install, it works fine and if
I remove the --iscrypted and put a plain-text password in there, it
works as well.
Any suggestions?
- G
2015 Mar 31
6
How to decrypt rootpassword form kickstart file
Hi Team,
I have the kick start file where my root password is store like
# Root password
rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/
# System authorization information
auth --useshadow --passalgo=sha512
Is there any way to decry pt the password and get it as plain text.
I know single user mode works but my case it in remote site.
Thanks,
Jegadeesh
2008 Feb 06
2
kickstart %post not executed
...rtition information
.....
# General system config
bootloader --location=mbr
keyboard uk
lang en_GB.UTF-8
langsupport en_GB.UTF-8
timezone --utc GMT
mouse none
# Network information
network --device eth0 --bootproto dhcp
# Security bits
authconfig --enableshadow --enablemd5 --enablecache
rootpw --iscrypted somepasswd
firewall --disabled
selinux --disabled
%packages
@core
%post
echo "Now starting post install"
mkdir /tmp/VM
Is this a known problem or am I doing something wrong?
Thanks
Simone
_______________________________________________
Xen-users mailing list
Xen-users@lists.xenso...
2017 Feb 15
1
Kickstart - part ignore onpart ??
I'm ill, i'm german ...
the script is looks ok, copy from a slim installation of anaconda.
Insert only the "pre part"
and
part /boot --onpart=/dev/sda1
part / --onpart=/dev/sda2
part swap --onpart=/dev/sda3
As i wrote: Jump over to another console and the partitions are there.
Sincerely
Andy
Am Mittwoch, den 15.02.2017, 11:16 -0800 schrieb John R
2012 Dec 07
2
Questions on making a kickstart cfg
So I took the anaconda cfg, commented out the partition/disk pieces and
ran it off my repo server and it almost worked.
Little things like not including things I had done on network setup. No
first boot.... :)
So now I am reading up on building a kickstart cfg
http://wiki.centos.org/TipsAndTricks/KickStart
http://www.centos.org/docs/5/html/5.2/Installation_Guide/s1-kickstart2-howuse.html
2016 Aug 17
0
Anaconda error on centos 7.2
...otproto=dhcp --device=enp4s0f3 --onboot=yes --ipv6=auto
#network --bootproto=dhcp --device=enp7s0f0 --onboot=yes --ipv6=auto
#network --bootproto=dhcp --device=enp7s0f1 --onboot=yes --ipv6=auto
#network --hostname=localhost.localdomain
# Reboot after installation
reboot
# Root password
#rootpw --iscrypted
$6$1VdyMsGywTam2QoF$h9G0RZJlZ8etF8LMvjT8LBuYoRkWfP3nXSP8UrNtW6gV/gHCjdUbnMDca.St2NVftNz5rJ5bZ/FgvLky2j2TG1
rootpw "root"
# Create user admin
user --groups=wheel --name=admin
--password=$6$zVk6Jq/HtswVONHY$0frpMHx1IBOe302zYnhdo9xRQS6NOgBWgpXpH33k3dNYkHm1jCo6Cj.SXn9Ct/BugC.0iTkwBsX.NcpVtoc...
2017 Feb 15
2
Kickstart - part ignore onpart ??
...--only-use=sda
# Keyboard layouts
keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)'
# System language
lang de_DE.UTF-8
# Network information
network --bootproto=dhcp --device=enp0s3 --ipv6=auto --no-activate
network --hostname=localhost.localdomain
# Root password
rootpw --iscrypted $6$ZzmFRmN6XqC0.Mc4
$LVrBwcqgnv5kIU5mM8e424PDPD7P1dq342lIZrB9gVFzv6EzSRPTGfLyH/M4yf88iwUpOK/XidvqWiYVl8xcG1
# System services
services --enabled="chronyd"
# System timezone
timezone Europe/Berlin --isUtc
user --groups=wheel --name=andy --password=$6$gpkn155QMucNw0DC
$TUuSuPCe5NEdFyoF/e.bK...
2008 Apr 25
2
PXE / Kickstart / nfs ....
...naconda.
install
#reboot
#cdrom
text
lang en_US.UTF-8
keyboard uk
#xconfig --driver "vesa" --resolution 800x600 --depth 8 --startxonboot
xconfig --resolution 800x600 --depth 8 --startxonboot
network --device eth1 --bootproto dhcp
nfs --server 192.168.0.0 --dir /export/moonshine/
rootpw --iscrypted $1$71fLV/wH$V4OQNd6WZ32srMY60axN//
firewall --disabled
authconfig --enableshadow --enablemd5
selinux --disabled
timezone --utc Europe/London
bootloader --location=mbr --driveorder=hda --append="rhgb quiet" --md5pass=$1$oPmnmKSW$M2RyKA9xPM33Ml7i7o3EL.
# The following is the partition infor...
2007 May 29
1
Re: centos and http
...#========================================================
>> # Kickstart file automatically generated by anaconda.
>>
>> install
>> url --url http://your.ip/cd/0
>> lang en_US.UTF-8
>> keyboard us
>> network --device eth0 --bootproto dhcp
>> rootpw --iscrypted blahblahblah
>> firewall --enabled --port=22:tcp
>> authconfig --enableshadow --enablemd5
>> selinux --disabled
>> timezone Pacific/Auckland
>> bootloader --location=mbr --driveorder=sda
>> # The following is the partition information you requested
>> # Not...
2005 Jan 15
1
Guide to stripping Centos 3
...n_US.UTF-8 en_US.UTF-8
keyboard us
mouse genericwheelps/2 --device psaux
url --url ftp://10.16.33.105/pub/install/ftpinstall
# xconfig --card "RIVA128" --videoram 4096 --hsync 31.5-35.1 --vsync 50-61
--resolution 1280x800 --depth 24
skipx
network --device eth0 --bootproto dhcp
# rootpw --iscrypted <elided>
firewall --disabled
# not yet in RHEL 3
# selinux --disabled
authconfig --enableshadow --enablemd5
timezone America/New_York
bootloader --location=mbr
# --append hdb=ide-scsi
# The following is the partition information you requested
# Note that any partitions you deleted are n...
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2015 Mar 31
0
How to decrypt rootpassword form kickstart file
2015-03-31 8:08 GMT+03:00 Jegadeesh Kumar <jegasmile at gmail.com>:
> Hi Team,
>
> I have the kick start file where my root password is store like
>
>
> # Root password
> rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/
> # System authorization information
> auth --useshadow --passalgo=sha512
>
>
>
> Is there any way to decry pt the password and get it as plain text.
>
Well, you could bruteforce sha512 hashed password or use dictionary attack
against it....
2015 Apr 01
0
How to decrypt rootpassword form kickstart file
On Mar 30, 2015, at 11:08 PM, Jegadeesh Kumar <jegasmile at gmail.com> wrote:
> # Root password
> rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/
> # System authorization information
> auth --useshadow --passalgo=sha512
Those two settings are inconsistent. The $1 at the beginning of that crypt(3) string means it?s an MD5 password.
> Is there any way to decry pt the password and get it as plain...
2016 Aug 08
1
CentOS automatic installation fails with “Installation Destination” error
...The following mandatory spokes are not completed:
Installation Destination.
The installer will now terminate.
[root at llmtul01b qemu]#
And kickstart file looks like:
url --url="http://mirror.centos.org/altarch/7/os/ppc64le/"
install
keyboard us
rootpw --lock --iscrypted locked
timezone --isUtc --nontp UTC
selinux --enforcing
firewall --disabled
network --bootproto=dhcp --device=link --activate --onboot=on
reboot
bootloader --disable
lang en_US
# Repositories to use
repo --name="CentOS"
--baseurl=http://mirror.centos.org/alt...
2011 Mar 10
2
Cannot %include in CentOS 5.5 kickstart
....5 to show %include problem
url --url=http://10.0.4.157/cblr/links/CentOS5.5-i386
text
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
install
bootloader --location=mbr
clearpart --all --initlabel
network --device eth0 --bootproto dhcp
firewall --disabled
selinux --disabled
rootpw --iscrypted \$1\$x6z.qvwE\$7Zg9g1rCEgvOBoA7Oo/HF1
zerombr
authconfig --useshadow --enablemd5
part /boot --fstype ext3 --size 100 --asprimary
part / --fstype ext3 --size 1 --grow --asprimary
part /var --fstype ext3 --size 10000
part swap --recommended
# This does not work
%include /tmp/drvdisk
# This work...
2012 Nov 06
0
No driver found during virt-install / kickstart
...============================================
$ cat /export/tools/vm/guests/guest1-ks.cfg
#platform=x86, AMD64, or Intel EM64T
#version=DEVEL
# Firewall configuration
firewall --enabled --http --ssh
# Install OS instead of upgrade
install
# Use CDROM installation media
cdrom
# Root password
rootpw --iscrypted $1$DAzH1SN3$6yzxoq6oRrXNw.qMkJU0H1
# System authorization information
auth --useshadow --passalgo=sha512
# Use graphical install
graphical
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# SELinux configuration
selinux --enforcing
# Installation logging level
loggin...
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...,0 +1,37 @@
+install
+
+lang en_US.UTF-8
+keyboard us
+# should have address on default libvirt network
+network --device=eth0 --bootproto=static --ip=192.168.122.190 --netmask=255.255.255.0 --onboot=on --nameserver=192.168.122.1 --gateway=192.168.122.1
+# Root password is 'ovirt'
+rootpw --iscrypted Xa8QeYfWrtscM
+firewall --disabled
+authconfig --enableshadow --enablemd5
+selinux --disabled
+# NOTE: ntp/ntpdate need to stay in this list to ensure that time on the
+# appliance is correct prior to the ovirt-server-installer being run. Otherwise you
+# get Kerberos errors
+services --disabled=l...
2010 Jun 08
2
Kickstart issue: 'dialog' doesn't work in %post, CentOS 5.5
...anks very much. :)
My ks file:
# ==========
install
cdrom
key --skip
auth --useshadow --enablemd5
keyboard us
lang en_US
logging --level=debug
selinux --disabled
skipx
timezone Asia/Hong_Kong
text
services --enabled=network
bootloader --location=mbr
zerombr
clearpart --all --initlabel
rootpw --iscrypted $1$h7EtIFv4$R9JQ4aCOVN7E9ml3A2SXv.
firstboot --disable
network --onboot=yes --bootproto=dhcp --hostname='iredos.iredmail.org'
part swap --bytes-per-inode=4096 --fstype="swap" --size=512
part / --bytes-per-inode=4096 --fstype="ext3" --grow --size=1
%packages --excludedocs...
2008 Jul 04
1
Anaconda ignores "cmdline" directive
...t; (ncurses) mode.
Here is the kickstart file we use:
install
url --url http://a.b.c.d/centos/5.2/os/x86_64
logging --level=debug
lang en_US.UTF-8
network --device eth0 --bootproto static --ip=a.b.c.e
--netmask=255.255.255.0 --gateway=a.b.c.f --nameserver=a.b.c.g
--hostname domu-hostname
rootpw --iscrypted $1$password
authconfig --enableshadow --enablemd5
selinux --disabled
timezone --utc Australia/Sydney
bootloader --location=mbr --driveorder=xvda --append="console=xvc0"
poweroff
cmdline
# Partitioning
zerombr
clearpart --all --initlabel --drives=xvda
part /boot --fstype ext3 --size=100 --...