View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 3 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Webmin borked
PostPosted: Wed Nov 15, 2006 8:20 pm 
Offline
Joined: Sat Sep 16, 2006 8:08 am
Posts: 71
I did an auto upgrade and webmin is borked up. I have tried everything to no avail. I need to get it completly removed and then reinstalled.

Anyone know how to do that?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 15, 2006 8:42 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
After an upgrade you need to reconfigure it. I use this script:
Code:
root@black2:~# more setup/restore_webmin.sh
#!/bin/bash
[ $# -ne 1 -o -z "$1" ] && {
    echo "You need to supply the webmin password for root"
    exit 1
}
cd /
mv /etc/webmin/miniserv.conf /etc/webmin/miniserv.conf.orig
tar zxvf /myth/backup/savedfiles.tar.gz ./etc/webmin/miniserv.conf
/usr/share/webmin/changepass.pl /etc/webmin root "$1"
/etc/init.d/webmin start
update-rc.d webmin defaults

If you're using an older version you may need to tweak the tar command for bzip2 compression.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 26, 2007 7:17 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
BTW - I do not recommned using this script with R5E50 or later. Please see the Upgrade Hints for the appropriate version. Restoring /etc/webmin/miniserv.conf like this is known to be a bad idea in R5E50.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu