Hello ppl, just installed Severn, and I am very impressed so far. although the only problem so far is that installing Webmin doesn't seem to work. I am attempting to install Version 1.100, as an RPM. I also tried installing it via the terminal and it just gives me this output:
warning: webmin-1.100-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 11f63c51 Unable to identify operating system error: %pre(webmin-1.100-1) scriptlet failed, exit status 2 error: install: %pre scriptlet failed (2), skipping webmin-1.100-1
I'm going to assume that it has "something" to do with Unable to identify operating system, so I'll post this as well on the webmin boards.
anybody else seeing this problem, or am I just lucky ;)
thanks
_________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
On Tue, 2003-07-22 at 08:13, William Burborn wrote:
Hello ppl, just installed Severn, and I am very impressed so far. although the only problem so far is that installing Webmin doesn't seem to work. I am attempting to install Version 1.100, as an RPM. I also tried installing it via the terminal and it just gives me this output:
warning: webmin-1.100-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 11f63c51 Unable to identify operating system error: %pre(webmin-1.100-1) scriptlet failed, exit status 2 error: install: %pre scriptlet failed (2), skipping webmin-1.100-1
My guess is take a srpm, untar webmin-xxxxx.tar.gz in /usr/src/redhat/SOURCES/ and modify os_list.txt. Copy a RedHat line and put in the version number that severn uses
Redhat Linux 8.0 redhat-linux 8.0 $etc_issue =~ /red\s*hat.*\s8.0\s/i || `cat /etc/redhat-release 2>&1` =~ /8.0\s/
Re-tar the directory, and then rebuild the SRPM, and that should do the trick.