LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 06-16-2005, 10:31 AM   #1
caps_phisto
Member
 
Registered: Sep 2004
Location: NH
Distribution: FC6, FC1-4, RH9, Gentoo 2006.0/1, Slackware 10.1/2,11, Vector SOHO 5.0.1
Posts: 237

Rep: Reputation: 30
A couple of problems...


My first problem is with a network install of Fedora Core 4. When it goes to format the drives I get the following error:
Code:
Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 873, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 174, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 242, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/packages.py", line 207, in readPackages
    id.instClass.setGroupSelection(grpset, intf)
  File "/usr/lib/anaconda/kickstart.py", line 1559, in setGroupSelection
    pkgs = grpset.hdrlist.pkgnames[name]
KeyError: ''

Local variables in innermost frame:
grpset: <hdrlist.GroupSet instance at 0xb78145ec>
intf: <gui.InstallInterface instance at 0xb789c08c>
name: 
fields: ['gnomemeeting']
self: <kickstart.Kickstart instance at 0xb754f82c>
n: gnomemeeting
arch: gnomemeeting


Package Group selection status:
ISO8859-9 Support: 0
Office/Productivity: 1
Compatibility Arch Development Support: 0
Engineering and Scientific: 0
MySQL Database: 1
Development Libraries: 0
Malay Support: 0
Portuguese Support: 0
Editors: 1
System Tools: 1
Japanese Support: 0
Hungarian Support: 0
Punjabi Support: 0
British Support: 0
Korean Support: 0
GNOME Software Development: 0
German Support: 0
Gaelic Support: 0
Faeroese Support: 0
Swedish Support: 0
Server: 0
Russian Support: 0
Text-based Internet: 1
Serbian Support: 0
KDE: 0
Gujarati Support: 0
Catalan Support: 0
Lithuanian Support: 0
X Software Development: 0
Workstation Common: 0
Legacy Network Server: 1
x86 Compatibility Arch Support: 0
GNOME Desktop Environment: 1
Dialup Networking Support: 1
Turkish Support: 0
Arabic Support: 0
Basque Support: 0
Everything: 0
Core: 0
Authoring and Publishing: 0
Irish Support: 0
Italian Support: 0
Slovak Support: 0
Base: 1
Slovenian Support: 0
FTP Server: 0
Java: 1
Network Servers: 0
Kannada Support: 0
GNOME: 0
Breton Support: 0
Romanian Support: 0
Games and Entertainment: 1
Greek Support: 0
Compatibility Arch Support: 0
Zulu Support: 0
Miscellaneous Included Packages: 0
Danish Support: 0
Afrikaans Support: 0
Legacy Software Development: 0
Brazilian Portuguese Support: 0
Cyrillic Support: 0
Welsh Support: 0
Thai Support: 0
Java Development: 0
Emacs: 0
Tamil Support: 0
Legacy Software Support: 0
Windows File Server: 1
X Window System: 1
Chinese Support: 0
Graphics: 1
Web Server: 1
Ruby: 0
Czech Support: 0
Bulgarian Support: 0
Indonesian Support: 0
Eclipse: 1
Galician Support: 0
Dutch Support: 0
Printing Support: 1
KDE Software Development: 0
Icelandic Support: 0
Ukrainian Support: 0
Assamese Support: 0
KDE (K Desktop Environment): 0
Bengali Support: 0
Mail Server: 0
Spanish Support: 0
Hebrew Support: 0
Estonian Support: 0
French Support: 0
Server Configuration Tools: 0
Croatian Support: 0
Language Support: 0
PostgreSQL Database: 0
Finnish Support: 0
Norwegian Support: 0
Administration Tools: 1
Polish Support: 0
News Server: 0
Hindi Support: 0
DNS Name Server: 0
Development Tools: 1
Sound and Video: 1
Graphical Internet: 1
ISO8859-2 Support: 0


Individual package selection status:
I at first thought it was the ISO on the NFS share. I have since re-downloaded it only to arrive at this same error. Any help on this matter would be appreciated.

My next problem has to do with Eclipse. This problem has occured after a successful CD installation.

When I start Eclipse, I will get the splash screen then I will get the main screen. It is here that my entire machine locks up. Keyboard, mouse, everything. I can't even switch to a console to kill the program.

Any help with either of this issues would be greatly appreciated.
 
Old 06-20-2005, 03:10 PM   #2
theooze
LQ Newbie
 
Registered: Jun 2005
Posts: 16

Rep: Reputation: 0
I'm having the same problems w/ kickstart. it seems only to happen when try to remove packages (-<packagename>). i can get kickstart to work if i include groups (@<groupname>), but not if i try to remove individual packages.
i even tried to use the kickstart file that was generated during an install, that failed. so here's my ks.cfg:

------------------------------------------------------
lang en_US
langsupport --default=en_US
keyboard us
mouse
timezone America/New_York
rootpw --iscrypted ******************
text
install
url --url http://<servername>/fc4-i386/disc1
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel
part /boot --fstype ext3 --size=100
part pv.2 --size=0 --grow
volgroup VolGroup00 --pesize=32768 pv.2
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=128 --grow --maxsize=256
auth --useshadow --enablemd5
network --bootproto=static --ip=<ipaddress> --netmask=255.255.255.0 --gateway=<gateway> --nameserver=<dns> --device=eth0
firewall --disabled
selinux --disabled
skipx

%packages
@ mysql
@ editors
@ system-tools
@ dialup
@ ftp-server
@ java
@ legacy-software-development
@ smb-server
@ web-server
@ printing
@ language-support
@ dns-server
@ development-tools
-mysql-devel
-php-ldap
-perl-LDAP
net-snmp-utils
-gcc-gfortran
-perl-XML-Twig
memtest86+
-bind-chroot
kernel
-perl-XML-NamespaceSupport
grub
kernel-devel
-ctags
-texinfo
-xdelta
-a2ps
-cvs
-perl-XML-Parser
-system-config-samba
-MyODBC
-valgrind
-httpd-manual
-nmap
e2fsprogs
-unixODBC
-perl-XML-LibXML-Common
-cscope
-perl-XML-Encoding
-python-ldap
-tux
-bluez-pin
-squid
-screen
-libdbi-dbd-mysql
-perl-XML-Grove
-openldap-clients
-MySQL-python
lvm2
-perl-XML-SAX
-valgrind-callgrind
-rcs
mrtg
php-mysql
-indent
-perl-XML-LibXML
-open
-perl-XML-Dumper
-byacc
-ckermit

%post

Last edited by theooze; 06-20-2005 at 03:29 PM.
 
Old 07-04-2005, 08:10 AM   #3
theooze
LQ Newbie
 
Registered: Jun 2005
Posts: 16

Rep: Reputation: 0
fixed

Found/figured out a fix for this. Apparently you need the arch after the package name, so my package list would be come:

%packages
@ mysql
@ editors
@ system-tools
@ dialup
@ ftp-server
@ java
@ legacy-software-development
@ smb-server
@ web-server
@ printing
@ language-support
@ dns-server
@ development-tools
net-snmp-utils
memtest86+
grub
lvm2
kernel
e2fsprogs
kernel-devel
mrtg
php-mysql
-ypbind.i386
-rcs.i386
-mysql-devel.i386
-php-ldap.i386
-perl-LDAP.i386
-gcc-gfortran.i386
-perl-XML-Twig.i386
-bind-chroot.i386
-perl-XML-NamespaceSupport.i386
-ctags.i386
-texinfo.i386
-xdelta.i386
-a2ps.i386
-cvs.i386
-perl-XML-Parser.i386
-system-config-samba.i386
-MyODBC.i386
-valgrind.i386
-httpd-manual.i386
-nmap.i386
-unixODBC.i386
-perl-XML-LibXML-Common.i386
-cscope.i386
-perl-XML-Encoding.i386
-python-ldap.i386
-tux.i386
-bluez-pin.i386
-squid.i386
-screen.i386
-libdbi-dbd-mysql.i386
-perl-XML-Grove.i386
-openldap-clients.i386
-MySQL-python.i386
-perl-XML-SAX.i386
-valgrind-callgrind.i386
-indent.i386
-perl-XML-LibXML.i386
-open.i386
-perl-XML-Dumper.i386
-byacc.i386
-ckermit.i386
 
  


Reply



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
Couple Of Problems caps_phisto Slackware 3 04-18-2005 09:08 AM
Couple of problems BobRoss Linux - Newbie 10 02-14-2005 02:33 PM
a couple of problems chadi Linux - General 1 10-26-2004 08:29 PM
couple more problems jin Linux - Newbie 1 06-15-2004 09:37 AM
Couple problems... dhrivnak Slackware 8 10-24-2003 12:20 PM

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

All times are GMT -5. The time now is 02:53 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