> -----Original Message----- > From: Michael Schwendt [mailto:ms-nospam-0306@xxxxxxxx] > Sent: Friday, January 16, 2004 2:32 PM > To: redhat-list@xxxxxxxxxx > Subject: Re: Iptables-restore > > > On Fri, 16 Jan 2004 14:08:40 -0800, Robert Denton wrote: > > > Okay, rpm -V lokkit gets the same result. It claims that package > > lokkit is not installed, however, simply typing lokkit at > the command > > line launches lokkit 0.50. What do you think I should do? > > First you should consider replying _below_ quotes, because > that makes it easier to follow multiple threads at once and > increases the likelihood that more knowledgable people read > your messages. > > Seems your RPM database is broken when packages such as > iptables and lokkit cannot be found in it. Try querying it a > bit, e.g. with > > rpm --query --all --last | less > > Also have a look into /var/lib/rpm. If the "Packages" file > and other files within are not several Megabytes huge, you > may have killed your RPM database somehow. > > -- > Okay. I figured out what was happening with this. As it turns out I recently added a line to the kickstart postscript section in which I lowercase everything within the webroot with a batch file that I created. The line was like this: /bin/lcase.batch -R /var/www/webroot But I don't understand why this could affact iptables. I use -R because there are several directories within the webroot I need to lowercase. However, when I changed the line to this: /bin/lcase.batch /var/www/webroot/samples /bin/lcase.batch /var/www/webroot/graphics /bin/lcase.batch /var/www/webroot/audio I still had the problem I described earlier with iptables not working. What is happening here? Why is _everything_ being lowercased (with or without the -R)? Thanks. R. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list