LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-22-2010, 02:57 PM   #1
Ashish Sood
Member
 
Registered: Feb 2009
Location: Gwalior
Distribution: Fedora 22, RHEL 6,7
Posts: 180

Rep: Reputation: 15
An Exception is occurs just after the kickstart installtion


After completing the installation using kickstart , the exception is occured, just after performing post installation,i am sending the exception image please see the attachment.
Attached Thumbnails
Click image for larger version

Name:	Photo0423.jpg
Views:	10
Size:	220.7 KB
ID:	3633  
 
Old 05-24-2010, 05:25 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,241

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
That's a python script crash - not much more can be said. You have the scripts there - did it set your timezone?
 
Old 05-24-2010, 03:40 PM   #3
Ashish Sood
Member
 
Registered: Feb 2009
Location: Gwalior
Distribution: Fedora 22, RHEL 6,7
Posts: 180

Original Poster
Rep: Reputation: 15
no i dont have my any scripts there for timezone, this exception is occour after complete the installation just after performing poststart installation
 
Old 05-24-2010, 03:43 PM   #4
Ashish Sood
Member
 
Registered: Feb 2009
Location: Gwalior
Distribution: Fedora 22, RHEL 6,7
Posts: 180

Original Poster
Rep: Reputation: 15
This is my kick start file

#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --linux --initlabel
# Use text mode install
text
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --enable
# System keyboard
keyboard us
# System language
lang en_US
# Installation logging level
logging --level=info
# Use NFS installation media
nfs --server=192.168.10.16 --dir=/var/ftp/pub/client
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$FhFg5wWh$dcgTo.3R73IKAGmJ/A4fl0

# SELinux configuration
selinux --disabled
# System timezone
timezone Asia/Kolkata
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig --defaultdesktop=GNOME --depth=8 --resolution=800x600 --startxonboot
# Disk partitioning information
part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100
part / --bytes-per-inode=4096 --fstype="ext3" --size=10000
part /home --bytes-per-inode=4096 --fstype="ext3" --size=5000
part swap --bytes-per-inode=4096 --fstype="swap" --size=1024

%packages
@office
@editors
@text-internet
@gnome-desktop
@dialup
@core
@base
@games
@java
@base-x
@graphics
@printing
@sound-and-video
@admin-tools
@graphical-internet
kexec-tools
device-mapper-multipath
xorg-x11-utils
xorg-x11-server-Xnest
libsane-hpaio
 
Old 05-25-2010, 03:01 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,241

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
So the script was one on your install cd setting things like timezone from your information? The other things you gave it were keyboard, & perhaps locale. If they aren't wildly off, it should be harmless. But whatever it was going to do next isn't done.
 
Old 05-25-2010, 12:46 PM   #6
Ashish Sood
Member
 
Registered: Feb 2009
Location: Gwalior
Distribution: Fedora 22, RHEL 6,7
Posts: 180

Original Poster
Rep: Reputation: 15
first of all thanks for reply business kit , can u please elaborate more in detail , and please tell me whats going wrong in my kickstart file
 
Old 05-26-2010, 03:27 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,241

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
Kickstart file? Must have misread things. I thought you were installing.

Anyhow, what I know is that some python script is crashing, and your scripts seem to be named
shutil.py - perhaps shell utilities
timezone.py - obviously a pacman clone ;-)
anaconda/backend.py - Backend sounds like a sweepup script, and anaconda is the redhat/fedora installer.

It looks to me like a tidy up session after an install has gone belly up. Reboot the thing and see what you have got.
 
Old 05-26-2010, 11:50 PM   #8
Ashish Sood
Member
 
Registered: Feb 2009
Location: Gwalior
Distribution: Fedora 22, RHEL 6,7
Posts: 180

Original Poster
Rep: Reputation: 15
after rebooting grub error 15 shows
 
Old 05-28-2010, 03:30 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,241

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
IIRC, grub is installed but set up as the last stage of the process. You can probably boot with the install cd, hit Ctrl_Alt_F2 or one of the others and you get a prompt. mount your root drive on /mnt, mount your boot drive on that and run chroot /mnt and edit your menu.lst (LST in smalls)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Where file change occurs? grchere Linux - General 5 05-11-2010 06:27 PM
Kickstart Error Error opening kickstart file (null): bad address Latitude Linux - Networking 0 06-03-2009 11:20 AM
Unwanted shutdown occurs rushenas Linux - Hardware 2 08-08-2008 04:08 AM
help createing exception class from base STL exception qwijibow Programming 4 04-20-2005 05:23 AM
Runtime Exception vs. Exception mikeshn Programming 1 09-22-2002 05:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration