|
From: nieca-onet <ni...@po...> - 2006-05-30 16:01:35
|
I'm using Debian Sarge 3.1 I have downloaded and installed webmin via aptitude install webmin but now I can't find setup.sh script to make my webmin work... -- Pozdrowienia, nieca-onet mailto:ni...@po... |
|
From: Jamie C. <jca...@we...> - 2006-05-30 17:35:50
|
On 30/May/2006 11:04 nieca-onet wrote .. > > I'm using Debian Sarge 3.1 > I have downloaded and installed webmin via > aptitude install webmin > but now I can't find setup.sh script to make my webmin work... You shouldn't need to run it manually .. the Debian package will run setup.sh as part of the install process. - Jamie |
|
From: IraqiGeek <ge...@Ir...> - 2006-05-30 17:54:32
|
On Tuesday, May 30, 2006 5:04 PM GMT, nieca-onet <ni...@po...> wrote: > I'm using Debian Sarge 3.1 > I have downloaded and installed webmin via > aptitude install webmin > but now I can't find setup.sh script to make my webmin work... I had two debian sarge boxes (now "etch-ed") on which I'm using webmin. No need to run setup.sh after installing webmin. Just make sure you resolve dependencies automatically when installing webmin through aptitude, and it will take care of resolving all dependencies. After installation, edit /etc/webmin/miniserv.conf and add in the allow line the IP addresses of the clients you want to enable to access webmin. That is all that I did to get webmin up and running on my debian boxes after a fresh minimal installation of debian. Of course, dont forget to upgrade webmin after you get it running as debian comes with 1.170 if I remember correctly. Regards, IraqiGeek www.iraqigeek.com State-of-the-art: What we could do with enough money |
|
From: nieca-onet <ni...@po...> - 2006-05-30 18:18:17
|
>> I'm using Debian Sarge 3.1 >> I have downloaded and installed webmin via >> aptitude install webmin >> but now I can't find setup.sh script to make my webmin work... I> I had two debian sarge boxes (now "etch-ed") on which I'm using webmin. No I> need to run setup.sh after installing webmin. Just make sure you resolve I> dependencies automatically when installing webmin through aptitude, and it I> will take care of resolving all dependencies. I> After installation, edit /etc/webmin/miniserv.conf and add in the allow line I> the IP addresses of the clients you want to enable to access webmin. I> That is all that I did to get webmin up and running on my debian boxes after I> a fresh minimal installation of debian. Of course, dont forget to upgrade I> webmin after you get it running as debian comes with 1.170 if I remember I> correctly. I> Regards, I> IraqiGeek I> www.iraqigeek.com got that already, thnx! Have You tried to make running webmin via apache nor miniserv? -- Pozdrowienia, nieca-onet mailto:ni...@po... |
|
From: IraqiGeek <ge...@Ir...> - 2006-05-30 18:21:45
|
On Tuesday, May 30, 2006 7:20 PM GMT, nieca-onet <ni...@po...> wrote: >>> I'm using Debian Sarge 3.1 >>> I have downloaded and installed webmin via >>> aptitude install webmin >>> but now I can't find setup.sh script to make my webmin work... > >> I had two debian sarge boxes (now "etch-ed") on which I'm using >> webmin. No need to run setup.sh after installing webmin. Just make >> sure you resolve dependencies automatically when installing webmin >> through aptitude, and it will take care of resolving all >> dependencies. > >> After installation, edit /etc/webmin/miniserv.conf and add in the >> allow line the IP addresses of the clients you want to enable to >> access webmin. > >> That is all that I did to get webmin up and running on my debian >> boxes after a fresh minimal installation of debian. Of course, dont >> forget to upgrade webmin after you get it running as debian comes >> with 1.170 if I remember correctly. > > >> Regards, >> IraqiGeek >> www.iraqigeek.com > > got that already, thnx! > Have You tried to make running webmin via apache nor miniserv? Apache 2.0.54 Regards, IraqiGeek www.iraqigeek.com I give that landing a 9 . . . on the Richter scale. |
|
From: nieca-onet <ni...@po...> - 2006-05-30 18:35:16
|
>>
>> got that already, thnx!
>> Have You tried to make running webmin via apache nor miniserv?
I> Apache 2.0.54
well, could You give me some tips how to propertly configure
apache 2.0.54 to work with webmin?
here is my conf
1. /etc/apache2/conf.d/my.conf
ProxyPass /webmin/ http://localhost:10000/
ProxyPassReverse /webmin/ http://localhost:10000/
2. /etc/apache2/mods-enabled/@proxy.conf
ProxyRequests On
3. /etc/webmin/conf
webprefix=/webmin
webprefixnoredir=1
referer=niecka.pl
and finally
http://niecka.pl/webmin not found
The requested URL /webmin was not found on this server.
any ideas?
--
Pozdrowienia,
nieca-onet
|
|
From: IraqiGeek <ge...@Ir...> - 2006-05-30 19:05:48
|
On Tuesday, May 30, 2006 7:37 PM GMT, nieca-onet <ni...@po...> wrote: >>> got that already, thnx! >>> Have You tried to make running webmin via apache nor miniserv? > >> Apache 2.0.54 > > > well, could You give me some tips how to propertly configure > apache 2.0.54 to work with webmin? I'm afraid I cant help you much here. Those are local machines on my LAN, not online web servers, though I use one as a local webserver and it works fine. > > here is my conf > 1. /etc/apache2/conf.d/my.conf > ProxyPass /webmin/ http://localhost:10000/ > ProxyPassReverse /webmin/ http://localhost:10000/ AFAIK, Debian has a /etc/apache2/apache2.conf instead of my.conf. In any case, I didnt edit anything there. I login through https://hostname:portnumber/. Make sure you are forwarding to https and not http. > 2. /etc/apache2/mods-enabled/@proxy.conf > ProxyRequests On I have that set to Off. > 3. /etc/webmin/conf > webprefix=/webmin > webprefixnoredir=1 > referer=niecka.pl Dont have that either. I have /etc/webmin/config, but it dosnt have webprefix, webprefixnoredir, or referer. > > and finally > http://niecka.pl/webmin not found > The requested URL /webmin was not found on this server. > > any ideas? Nothing other than checking to make sure you are forwarding to https rather than http. I setup a minimal debian install on my boxes, and then used ssh to do everything from there, adding servers, installing and configuring webmin, and so on. One of the boxes works as a local DNS server, and I can refer to the boxes from my PCs by both IP and hostname without any issues. BTW, I redirect to https://hostname:portnumber/ directly, without a /webmin redirection. I see you can do that too, since I am able to connect to https://niecka.pl:10000/, though my IP is banned (as it should be). Regards, IraqiGeek www.iraqigeek.com The best way to accelerate a Mac is at 9.8 m / sec^2. |
|
From: DebianTech <deb...@gm...> - 2006-05-30 21:34:11
|
IraqiGeek wrote: > On Tuesday, May 30, 2006 5:04 PM GMT, > nieca-onet <ni...@po...> wrote: > >> I'm using Debian Sarge 3.1 >> I have downloaded and installed webmin via >> aptitude install webmin >> but now I can't find setup.sh script to make my webmin work... > > > I had two debian sarge boxes (now "etch-ed") on which I'm using > webmin. No > need to run setup.sh after installing webmin. Just make sure you resolve > dependencies automatically when installing webmin through aptitude, > and it > will take care of resolving all dependencies. > > After installation, edit /etc/webmin/miniserv.conf and add in the > allow line > the IP addresses of the clients you want to enable to access webmin. > > That is all that I did to get webmin up and running on my debian boxes > after > a fresh minimal installation of debian. Of course, dont forget to upgrade > webmin after you get it running as debian comes with 1.170 if I remember > correctly. > > > Regards, > IraqiGeek > www.iraqigeek.com > > State-of-the-art: What we could do with enough money > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > "That is all that I did to get webmin up and running on my debian boxes after a fresh minimal installation of debian. Of course, dont forget to upgrade webmin after you get it running as debian comes with 1.170 if I remember correctly." ######## I felt it should be noted when updating Webmin like this there is a few things needing to be fixed when using Debian. First off after you upgrade webmin via the Webmin interface you must stop apt from downloading webmin updates from stable and reinstalling the old version. you can run the following command as root: echo "webmin hold" | dpkg --set-selections To remove the hold run this: echo "webmin install" | dpkg --set-selections Also along with the webmin upgrade you must edit the webmin init file /etc/init.d/webmin so that it points to the proper directory the updated Webmin resides ##ORIGINAL DAEMON=/usr/share/webmin/miniserv.pl ##CHANGED DAEMON=/usr/share/webmin-1.2?0/miniserv.pl replacing ? with your version should work (ls /usr/share|grep webmin). When you use the webmin updater you have to change this along with every update as webmin installs a new directory in /usr/share/ with each update. Alternately you could probably rename the original webmin directory webmin.old and copy the new directory (maintaining permissions) as webmin. Either way I think it will get the job done. Also there may be other subtle things I don't know about so no guarantees. Notice that this entire update situation is not how the Debian folks would want this done but it is how I do it as well with good results. |