View previous topic :: View next topic |
Author |
Message |
Clay n00b
Joined: 22 May 2002 Posts: 23
|
Posted: Tue Aug 20, 2002 5:07 pm Post subject: webmin start problem |
|
|
well, I emerge'd webmin, and it created a /etc/init.d/webmin, which calls /etc/webmin/start and /etc/webmin/stop, but there's nothing in /etc/webmin!
any ideas oh what's happening there? |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20583
|
Posted: Tue Aug 20, 2002 6:40 pm Post subject: |
|
|
Are you sure everything compiled properly/emerged OK? I just emerged it and /etc/webim has a bunch of stuff in it. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
Clay n00b
Joined: 22 May 2002 Posts: 23
|
Posted: Tue Aug 20, 2002 9:06 pm Post subject: |
|
|
Only weird thing is this, in the beginning:
Code: |
>>> Install webmin-0.992 into /var/tmp/portage/webmin-0.992/image/ category app-admin
/usr/sbin/ebuild.sh: exeino: command not found
strip
|
and then it just does a bunch of copies
and it sticks uninstall.sh in /
not sure what's happening |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20583
|
Posted: Tue Aug 20, 2002 9:31 pm Post subject: |
|
|
does emerge -s think it is installed? Is it in /var/cache/edb/world? You might try an unmerge. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
Clay n00b
Joined: 22 May 2002 Posts: 23
|
Posted: Tue Aug 20, 2002 9:34 pm Post subject: |
|
|
Code: |
hailstorm / # emerge -s webmin
Searching...
[ Results for search key : webmin ]
[ Applications found : 1 ]
* app-admin/webmin
Latest version Available: 0.992
Latest version Installed: 0.992
Homepage: http://www.webmin.com/
Description: Webmin, a web-based system administration interface
|
And yeah it's in /var/cache/edb/world
I'm merged and unmerged it half a dozen times....
I'm confuzzled |
|
Back to top |
|
|
blackcell n00b
Joined: 17 Aug 2002 Posts: 56 Location: Oregon
|
Posted: Wed Aug 21, 2002 7:26 am Post subject: |
|
|
That's odd. Should be a ton of dir's and files in /etc/webmin.
Try this.
cd /usr/libexec/webmin
./setup.sh
Go with the default and the script will run.
This should auto start the webmin server and be listening on port 10000.
Launch browser and login. _________________ "If the automobile had followed the same development cycle as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a year, killing everyone inside." |
|
Back to top |
|
|
dol-sen Retired Dev
Joined: 30 Jun 2002 Posts: 2805 Location: Richmond, BC, Canada
|
Posted: Sun Sep 01, 2002 6:56 am Post subject: empty /etc/webmin directory |
|
|
I had emerged webmin, even accessed it. Now today I tried but wasn't able to even get the login. I to found the /etc/webmin directory empty, when I ran the setup again it said it found an existing config in the directory. I checked===> it's a permission thing, you have to be root to see the files.
Brian |
|
Back to top |
|
|
thagerbil n00b
Joined: 17 Jun 2002 Posts: 12 Location: the Netherlands
|
Posted: Tue Sep 10, 2002 6:47 pm Post subject: |
|
|
Well, you have to start the installation yourself by starting /usr/libexec/webmin/setup.sh after you have emerged webmin! |
|
Back to top |
|
|
steelrose Apprentice
Joined: 06 May 2002 Posts: 245 Location: Cyprus
|
Posted: Thu Oct 24, 2002 7:41 am Post subject: |
|
|
how i setup the username and password to start webmin? _________________ Hey.I am new to Linux and i will ask some stupid questions sometimes so please don't get angry with me and help |
|
Back to top |
|
|
Messiah Tux's lil' helper
Joined: 30 Apr 2002 Posts: 139
|
Posted: Thu Oct 24, 2002 7:05 pm Post subject: |
|
|
I think you should just log in as root with the system-password of root. After that, you can just change behaviour, add users, change password (system-wide or specific to webmin) and so on |
|
Back to top |
|
|
wan-geek n00b
Joined: 03 Apr 2003 Posts: 66 Location: knee-deep in the ether
|
Posted: Thu Oct 02, 2003 4:44 am Post subject: Webmin initial login setup |
|
|
I found the following on webmin's FAQ:
Quote: |
How do I change my Webmin password if I can't login?
Included with the Webmin distribution is a program called changepass.pl to solve precisely this problem. Assuming you have installed Webmin in /usr/local/webmin-1.110, you could change the password of the admin user to foo by running
/usr/local/webmin-1.110/changepass.pl /etc/webmin admin foo
|
I used this script to setup the initial root password for webmin.
Code: |
./changepass.pl /etc/webmin root webmin
|
This sets the root login for webmin to "webmin"
From there it's an exercise to the reader to implement proper security measures.
Cheers,
Chris Moody - Linux Architect
Silicon Hotrod
619.226.6726 - Office/Home
chris@siliconhotrod.com |
|
Back to top |
|
|
|