I can't install the webmin/cbq module in my Fedora FC4 with webmin 1.250
when i try to install "from local file", appears this message:
Failed to install module from /root/webmin-cbq-0.1.1.wbm : Not a valid module file : tar: This does not look like a tar archive tar: Skipping to next header tar: Read 3440 bytes from /root/webmin-cbq-0.1.1.wbm tar: Error exit delayed from previous errors
any idea?
regards
Marco Luques
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't install the webmin/cbq module in my Fedora FC4 with webmin 1.250
when i try to install "from local file", appears this message:
Failed to install module from /root/webmin-cbq-0.1.1.wbm : Not a valid module file : tar: This does not look like a tar archive tar: Skipping to next header tar: Read 3440 bytes from /root/webmin-cbq-0.1.1.wbm tar: Error exit delayed from previous errors
any idea?
regards
Marco Luques
Try to gzip /root/webmin-cbq-0.1.1.wbm before installing the module in webmin.
gzip /root/webmin-cbq-0.1.1.wbm
mv /root/webmin-cbq-0.1.1.wbm.gz /root/webmin-cbq-0.1.1.wbm
Regards