You can subscribe to this list here.
2001 |
Jan
(13) |
Feb
(24) |
Mar
(23) |
Apr
(11) |
May
(18) |
Jun
(90) |
Jul
(29) |
Aug
(26) |
Sep
(37) |
Oct
(10) |
Nov
(31) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(45) |
Feb
(18) |
Mar
(12) |
Apr
(7) |
May
(10) |
Jun
(62) |
Jul
(8) |
Aug
(40) |
Sep
(41) |
Oct
(43) |
Nov
(29) |
Dec
(36) |
2003 |
Jan
(25) |
Feb
(9) |
Mar
(11) |
Apr
(13) |
May
(19) |
Jun
(19) |
Jul
(11) |
Aug
(4) |
Sep
(109) |
Oct
(73) |
Nov
(69) |
Dec
(21) |
2004 |
Jan
(21) |
Feb
(33) |
Mar
(31) |
Apr
(25) |
May
(33) |
Jun
(42) |
Jul
(47) |
Aug
(12) |
Sep
(41) |
Oct
(47) |
Nov
(30) |
Dec
(19) |
2005 |
Jan
(6) |
Feb
(23) |
Mar
(21) |
Apr
(26) |
May
(21) |
Jun
(16) |
Jul
(17) |
Aug
(7) |
Sep
(8) |
Oct
(13) |
Nov
(7) |
Dec
(10) |
2006 |
Jan
(10) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2007 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(6) |
Jul
(6) |
Aug
(8) |
Sep
(3) |
Oct
(21) |
Nov
(4) |
Dec
(6) |
2008 |
Jan
(11) |
Feb
(28) |
Mar
(26) |
Apr
(9) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(4) |
Feb
(10) |
Mar
(1) |
Apr
(24) |
May
(22) |
Jun
(18) |
Jul
(15) |
Aug
(21) |
Sep
(4) |
Oct
(7) |
Nov
(6) |
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(13) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(4) |
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
(18) |
Feb
(2) |
Mar
(23) |
Apr
(4) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(31) |
Apr
(3) |
May
|
Jun
(2) |
Jul
(6) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(7) |
2014 |
Jan
|
Feb
(1) |
Mar
(9) |
Apr
(4) |
May
(7) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Jamie C. <jca...@we...> - 2003-10-01 06:19:41
|
Luke Worthy <lu...@ad...> wrote .. > I have a question regarding changing some of the DNS module in webmin. > > when you create a new master zone, and leave the option "Records file" > as > automatic, it makes a file called "zonename.hosts" in the default directory > specified in the named.conf. I have been asked to change this to the naming > convention we use here in our office "pri.zonename". > > I have found it to be quite difficult as I am not much of a perl programmer, > but have hacked a few things together in the past. > > Now I found what I am guessing is the line in question in create_master.cgi, > so I changed it from: > > $in{'file'} = $base."/$in{'zone'}.hosts"; > > to: > > $in{'file'} = $base."/pri.$in{'zone'}"; > > and: > $in{'file'} = $base."/pri.'$in{'zone'}'"; > > and have NFI - it still uses the filename "zonename.hosts" - I would have > at > least expected an error...... There is actually way to do this without needing to make any code changes at all :-) On the main page of the BIND module, click on Module Config and change the 'Format for the name of forward zone files' to 'pri.ZONE'. > Also I have been asked to setup our DNS so that when someone enters in > the > master information on one server, it automatically creates the entries > on the > backup server, without having to do any more "clicking". Any ideas about > how > to do this? > > At the moment I have to go into the backup server and change the named.conf > file to add in the requested entry :) This is actually possible as well.. You need to install webmin on the slave server, and then add it in the Webmin Servers Index module on the master server, with the admin or root username and password specified. Then when creating a master zone, you'll have the option to add it as slave to the slave server as well. There is even a Module Config page option to set the default server for this option, and a button on the main page to apply changes on the slave server as well. - Jamie |
From: Luke W. <lu...@ad...> - 2003-10-01 05:24:01
|
I have a question regarding changing some of the DNS module in webmin. when you create a new master zone, and leave the option "Records file" as automatic, it makes a file called "zonename.hosts" in the default directory specified in the named.conf. I have been asked to change this to the naming convention we use here in our office "pri.zonename". I have found it to be quite difficult as I am not much of a perl programmer, but have hacked a few things together in the past. Now I found what I am guessing is the line in question in create_master.cgi, so I changed it from: $in{'file'} = $base."/$in{'zone'}.hosts"; to: $in{'file'} = $base."/pri.$in{'zone'}"; and: $in{'file'} = $base."/pri.'$in{'zone'}'"; and have NFI - it still uses the filename "zonename.hosts" - I would have at least expected an error...... Also I have been asked to setup our DNS so that when someone enters in the master information on one server, it automatically creates the entries on the backup server, without having to do any more "clicking". Any ideas about how to do this? At the moment I have to go into the backup server and change the named.conf file to add in the requested entry :) Thankyou, Luke |
From: Jamie C. <jca...@we...> - 2003-09-26 12:01:36
|
On Thu, 2003-09-25 at 17:34, Martin Mewes wrote: > Hi Jamie, > > Jamie Cameron <jca...@we...> wrote: > > >> I will send you other details via feedback if necessary ... > > > >What happens if you run crontab -e at some user and add a cron job > >like : > > > >@hourly ls -l >/dev/null > > > >Does it accept the cron job, or complain that the new line is not valid? > > ###################################################################### > > Test as "macmewes": > > $ crontab -e > @hourly ls -l >/dev/null > > File /tmp/crontab.3500 saved. > crontab: installing new crontab > > $ crontab -l > > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/crontab.3500 installed on Thu Sep 25 09:28:56 2003) > # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp > $) > @hourly ls -l >/dev/null > > ###################################################################### > > Test as "root" for "macmewes" which webmin would do .. > > # crontab -u macmewes -e > @hourly ls -l >/dev/null > > File /tmp/crontab.3670 saved. > crontab: installing new crontab > > # crontab -u macmewes -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/crontab.3670 installed on Thu Sep 25 09:32:08 2003) > # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp > $) > @hourly ls -l >/dev/null > > ###################################################################### > After doing some more testing, I have found the cause of this problem - it is not in the Cron module itself (as I first thought), but in the way the Webalizer module interfaces with it. Updates to fix the problem have been posted at http://www.webmin.com/updates.html . Thanks for pointing this out! - Jamie |
From: Hugo C. <hug...@ya...> - 2003-09-26 08:52:55
|
Yes, indeed. The redirect uses the ENV variables to construct a redirect. But for me it is a surprise that the values of these variables are set by apache, not by webmin (I am using apache as proxy to webmin). Still have to figure out a solution. Hugo --- Jamie Cameron <jca...@we...> wrote: > On Thu, 2003-09-25 at 23:38, Hugo Cornelis wrote: > > 2. I have a system, with name 'sems' (in > /etc/hosts). > > This name is not public, the public name is > nfshco3. > > So I log into webmin on another machine via the > URL > > 'http://nfshco3/webmin/'. Browsing the webmin > > hierarchy is ok. I go to network->host > > addresses->edit host address. Do some changes, > apply. > > Now webmin tries to identify the host sems' and > > fails, allthough I logged in via the name > 'nfshco3'. > > The changes are correctly applied to /etc/hosts. > Is > > it possible to change this ? > > Do you mean your browser is trying to access the > host 'sems', because > webmin has re-directed it to that host? > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Jamie C. <jca...@we...> - 2003-09-25 22:43:20
|
On Thu, 2003-09-25 at 23:38, Hugo Cornelis wrote: > Hi, > > > I have two questions : > > 1. In /usr/libexec/webmin, many subdirectories have a > file called 'defaultacl'. The purpose is > (superficially) clear. What is not fully clear to me, > is how miniserv.pl deals with them. I have added a > few modules in a new directory. Should this directory > have a 'defaultacl' file and what should be its > contents ? A module only needs a defaultacl file if it allows webmin users to be given different levels of access to the module. This is covered in http://www.webmin.com/modules.html#acls . The defaultacl file defines the default full permissions for users who haven't had any explicitly set. > 2. I have a system, with name 'sems' (in /etc/hosts). > This name is not public, the public name is nfshco3. > So I log into webmin on another machine via the URL > 'http://nfshco3/webmin/'. Browsing the webmin > hierarchy is ok. I go to network->host > addresses->edit host address. Do some changes, apply. > Now webmin tries to identify the host sems' and > fails, allthough I logged in via the name 'nfshco3'. > The changes are correctly applied to /etc/hosts. Is > it possible to change this ? Do you mean your browser is trying to access the host 'sems', because webmin has re-directed it to that host? - Jamie |
From: Hugo C. <hug...@ya...> - 2003-09-25 13:38:08
|
Hi, I have two questions : 1. In /usr/libexec/webmin, many subdirectories have a file called 'defaultacl'. The purpose is (superficially) clear. What is not fully clear to me, is how miniserv.pl deals with them. I have added a few modules in a new directory. Should this directory have a 'defaultacl' file and what should be its contents ? 2. I have a system, with name 'sems' (in /etc/hosts). This name is not public, the public name is nfshco3. So I log into webmin on another machine via the URL 'http://nfshco3/webmin/'. Browsing the webmin hierarchy is ok. I go to network->host addresses->edit host address. Do some changes, apply. Now webmin tries to identify the host sems' and fails, allthough I logged in via the name 'nfshco3'. The changes are correctly applied to /etc/hosts. Is it possible to change this ? Hugo __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Martin M. <mar...@de...> - 2003-09-25 07:34:03
|
Hi Jamie, Jamie Cameron <jca...@we...> wrote: >> I will send you other details via feedback if necessary ... > >What happens if you run crontab -e at some user and add a cron job=20 >like : > >@hourly ls -l >/dev/null > >Does it accept the cron job, or complain that the new line is not valid? ###################################################################### Test as "macmewes": $ crontab -e @hourly ls -l >/dev/null =46ile /tmp/crontab.3500 saved. crontab: installing new crontab $ crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.3500 installed on Thu Sep 25 09:28:56 2003) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) @hourly ls -l >/dev/null ###################################################################### Test as "root" for "macmewes" which webmin would do .. # crontab -u macmewes -e @hourly ls -l >/dev/null =46ile /tmp/crontab.3670 saved. crontab: installing new crontab # crontab -u macmewes -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.3670 installed on Thu Sep 25 09:32:08 2003) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) @hourly ls -l >/dev/null ###################################################################### Works fine ... kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |
From: Jamie C. <jca...@we...> - 2003-09-25 06:08:28
|
Martin Mewes wrote: > Hi Jamie, > > Jamie Cameron <jca...@we...> wrote: > > >>>write(1, "Do you want to retry the same ed"..., 36) = 36 >>>read(0, "", 4096) = 0 >>>write(2, "Enter Y or N\n", 13) = 13 >>>write(1, "Do you want to retry the same ed"..., 36) = 36 >>>read(0, "", 4096) = 0 >>>write(2, "Enter Y or N\n", 13) = 13 >>>write(1, "Do you want to retry the same ed"..., 36) = 36 >>>read(0, "", 4096) = 0 >> >>That does explain quite a lot actually.. When you select the new 'Run >>on selected schedule' option, Webmin uses a special schedule format in >> the crontab file like @hourly or @monthly, which is only supported >>by Vixie-cron. However, your system doesn't seem to be using >>Vixie-cron, and so is choking on that schedule format .. And clearly >>the module needs to handle this kind of failure better, instead of >>letting cron go into an infinite loop! >> >>Which Linux distribution are you running there? I had assumed that all >> Linux variants came with Vixie-cron, except Trustix. > > > To be verbose ... > > webmin/software > -> Search for cron > --> anacron 2.3-17 > --> crontabs 1.10-1 > --> vixie-cron 3.0.1-63 > > webmin/webmin/edit_os.cgi > -> Redhat Linux 7.2 > > webmin/config.cgi?cron > > -> Supports Vixie-Cron extensions? - Yes > -> Path to Vixie-Cron system crontab file - /etc/crontab > > I will send you other details via feedback if necessary ... What happens if you run crontab -e at some user and add a cron job like : @hourly ls -l >/dev/null Does it accept the cron job, or complain that the new line is not valid? - Jamie |
From: Martin M. <mar...@de...> - 2003-09-25 05:31:41
|
Hi Jamie, Jamie Cameron <jca...@we...> wrote: >> write(1, "Do you want to retry the same ed"..., 36) =3D 36 >> read(0, "", 4096) =3D 0 >> write(2, "Enter Y or N\n", 13) =3D 13 >> write(1, "Do you want to retry the same ed"..., 36) =3D 36 >> read(0, "", 4096) =3D 0 >> write(2, "Enter Y or N\n", 13) =3D 13 >> write(1, "Do you want to retry the same ed"..., 36) =3D 36 >> read(0, "", 4096) =3D 0 > >That does explain quite a lot actually.. When you select the new 'Run=20 >on selected schedule' option, Webmin uses a special schedule format in=20 > the crontab file like @hourly or @monthly, which is only supported=20 >by Vixie-cron. However, your system doesn't seem to be using=20 >Vixie-cron, and so is choking on that schedule format .. And clearly=20 >the module needs to handle this kind of failure better, instead of=20 >letting cron go into an infinite loop! > >Which Linux distribution are you running there? I had assumed that all=20 > Linux variants came with Vixie-cron, except Trustix. To be verbose ... webmin/software -> Search for cron --> anacron 2.3-17 --> crontabs 1.10-1 --> vixie-cron 3.0.1-63 webmin/webmin/edit_os.cgi -> Redhat Linux 7.2 webmin/config.cgi?cron -> Supports Vixie-Cron extensions? - Yes -> Path to Vixie-Cron system crontab file - /etc/crontab I will send you other details via feedback if necessary ... kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |
From: Jamie C. <jca...@we...> - 2003-09-24 23:30:54
|
Martin Mewes wrote: > Howdy, > > Am Mittwoch, 24. September 2003 15:08 schrieb Hugo Cornelis: > > >>>If there is anything I could try again for a more >>>debugging output, >>>please let me know. >> >>I don't know anything about the webalizer module, so >>perhaps my answer is a bit naive : what I always do if >>a process seems to hang, is to use strace to attach to >>the process. >> >>e.g. if index.cgi (PID==12) seems to hang, strace -p >>12. Perhaps using the '-s' option can be usefull to >>read pending error messages in a process buffer. Of >>course this works only if you own the processes ie. if >>you are root in this case. > > > Thanks for this ... > > Well, here are the results from the "strace"-jury, to whom it may > concern: > > I initiated Webalizer-Stats with "Run on selected schedule .." > > and "strace -p 28911" as root gives ... > > write(1, "Do you want to retry the same ed"..., 36) = 36 > read(0, "", 4096) = 0 > write(2, "Enter Y or N\n", 13) = 13 > write(1, "Do you want to retry the same ed"..., 36) = 36 > read(0, "", 4096) = 0 > write(2, "Enter Y or N\n", 13) = 13 > write(1, "Do you want to retry the same ed"..., 36) = 36 > read(0, "", 4096) = 0 That does explain quite a lot actually.. When you select the new 'Run on selected schedule' option, Webmin uses a special schedule format in the crontab file like @hourly or @monthly, which is only supported by Vixie-cron. However, your system doesn't seem to be using Vixie-cron, and so is choking on that schedule format .. And clearly the module needs to handle this kind of failure better, instead of letting cron go into an infinite loop! Which Linux distribution are you running there? I had assumed that all Linux variants came with Vixie-cron, except Trustix. - Jamie |
From: Jamie C. <jca...@we...> - 2003-09-24 22:50:39
|
Martin Mewes wrote: > Howdy folks, > > I sucessfully created a GnuPG-Key with Usermin and please try to fetch > it with Usermin as well. > > This is what happend when I tried to import a keyx from the > default-keyserver ... > > <cut> > Fetching key ID 0x1529A193 from keyserver pgp.mit.edu .. > > Failed to fetch key : > > gpg: WARNING: using insecure memory! > gpg: please see http://www.gnupg.org/faq.html for more information > gpg: key 1529A193: public key "Daniel Ahlberg " imported > gpg: Total number processed: 1 > gpg: imported: 1 > <cut> > > Hmmm ... what triggers the error message on a succesful import? This is a bug in Usermin - the 0x at the start of the entered key ID causes it not to be found when the key list is searched after the import has completed, causing Usermin to assume that the import failed. Easy to fix though .. - Jamie |
From: Martin M. <mm...@ag...> - 2003-09-24 20:09:31
|
Howdy folks, I sucessfully created a GnuPG-Key with Usermin and please try to fetch=20 it with Usermin as well. This is what happend when I tried to import a keyx from the=20 default-keyserver ... <cut> =46etching key ID 0x1529A193 from keyserver pgp.mit.edu .. =46ailed to fetch key : gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/faq.html for more information gpg: key 1529A193: public key "Daniel Ahlberg " imported gpg: Total number processed: 1 gpg: imported: 1 <cut> Hmmm ... what triggers the error message on a succesful import? kind regards Martin =2D-=20 http://webmin.mamemu.de/ WebMin-Mirror http://webmin.mamemu.de/download.html WebMin Translations Official Webmin/Usermin Translation Co-Ordinator 2003/2004 http://www.webmin.com/mailing-trans.html |
From: Martin M. <mm...@ag...> - 2003-09-24 18:05:27
|
Howdy, Am Mittwoch, 24. September 2003 15:08 schrieb Hugo Cornelis: > > If there is anything I could try again for a more > > debugging output, > > please let me know. > > I don't know anything about the webalizer module, so > perhaps my answer is a bit naive : what I always do if > a process seems to hang, is to use strace to attach to > the process. > > e.g. if index.cgi (PID==12) seems to hang, strace -p > 12. Perhaps using the '-s' option can be usefull to > read pending error messages in a process buffer. Of > course this works only if you own the processes ie. if > you are root in this case. Thanks for this ... Well, here are the results from the "strace"-jury, to whom it may concern: I initiated Webalizer-Stats with "Run on selected schedule .." and "strace -p 28911" as root gives ... write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 write(1, "Do you want to retry the same ed"..., 36) = 36 read(0, "", 4096) = 0 write(2, "Enter Y or N\n", 13) = 13 and so forth ... kind regards Martin -- http://webmin.mamemu.de/ WebMin-Mirror http://webmin.mamemu.de/download.html WebMin Translations Official Webmin/Usermin Translation Co-Ordinator 2003/2004 http://www.webmin.com/mailing-trans.html |
From: Hugo C. <hug...@ya...> - 2003-09-24 13:08:27
|
--- Martin Mewes <mar...@de...> wrote: > If there is anything I could try again for a more > debugging output, > please let me know. > I don't know anything about the webalizer module, so perhaps my answer is a bit naive : what I always do if a process seems to hang, is to use strace to attach to the process. e.g. if index.cgi (PID==12) seems to hang, strace -p 12. Perhaps using the '-s' option can be usefull to read pending error messages in a process buffer. Of course this works only if you own the processes ie. if you are root in this case. Hugo __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Martin M. <mar...@de...> - 2003-09-24 11:40:05
|
Howdy folks, I am just on another VirtualMin-Session and am trying to activate some Webalizer-Statistics. When it goes to enhance a report to use "Custom options" Webmin hangs on this ... >/usr/bin/perl /usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.conf >\_ /usr/libexec/webmin/webalizer/save_log.cgi > \_ sh -c crontab -u root -e >/dev/null 2>/dev/null > \_ crontab -u root -e Nothing happens ... Webmin does not freeze but it seems there is nothing coming back from the system. I restarted Webmin and killed the lost processes for root. >sh -c crontab -u root -e >/dev/null 2>/dev/null > \_ crontab -u root -e Then I logged back to Webmin and reinstalled the Webalizer-Module. No success ... >/usr/bin/perl /usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.conf >\_ /usr/libexec/webmin/webalizer/save_log.cgi > \_ sh -c crontab -u root -e >/dev/null 2>/dev/null > \_ crontab -u root -e What I actually did was using the line "Run on selected schedule .." as well which is new because it looks "english" in a "german" environment ;-) I reached out to insert the values "manually" in webmin, which works fine and in addition to this I could make "Custom options" work as well. So actually I think there is something wron in the save_log.cgi when it comes to "Run on selected schedule ..". If there is anything I could try again for a more debugging output, please let me know. kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |
From: Jamie C. <jca...@we...> - 2003-09-23 12:45:51
|
On Tue, 2003-09-23 at 19:33, Martin Mewes wrote: > Moin, moin, ... > > Thomas Weiss <t....@sc...> wrote: > > >>>"Virtual interfaces such as ifcfg-eth0:1 didn't honor ONBOOT=no, they > >>>were always brought up with parent interface." (www.gurulabs.com) > > >Mandrake 9.1 seems also to use ONPARENT. I just downloaded the > >initscripts-7.06-11mdk.i586.rpm and looked at > >./etc/sysconfig/network-scripts/ifup-aliases: > > > >$>grep ONPARENT ./etc/sysconfig/network-scripts/ifup-aliases > > [ "$ONPARENT" != "no" -a "$ONPARENT" != "NO" ] && new_interface; > > [ "$ONPARENT" != "no" -a "$ONPARENT" != "NO" ] && new_interface; > > > >Unfortunately we have no Mandrake box in the office, so I can not make a > >real test. > > As MDK is RH-based on MDK 9.1 ONPARENT is needed as well. > Just tested it. Thanks for the info. However, I've decided to have webmin always set ONPARENT for virtual interfaces, regardless of the OS. Older versions of redhat will just ignore it, so there is no harm done.. And when it comes to detecting if a virtual interface will be brought up at boot time, webmin will use ONPARENT if it exists, or ONBOOT otherwise. Again, this should work for both old a new versions of Redhat and Mandrake. - Jamie |
From: Jamie C. <jca...@we...> - 2003-09-23 12:43:24
|
On Tue, 2003-09-23 at 19:30, Martin Mewes wrote: > Howdy folks, > > I am on the RH 9/MDK 9.1 thing with ONPARENT. > > During this I installed Usermin with the following output ... > > >Installing Usermin with command rpm -U --ignoreos --ignorearch --nodeps /tmp/.webmin/899801_1_upgrade.cgi .. > > > >Operating system is Mandrake Linux 9.1 > >Usermin install complete. You can now login to http://mdk91:20000/ > >as any user on your system. > > If I recall correctly "--ignoreos" should, well, ignore the > OS-Detection, right? > > It does here. If more info is needed, just point me to the right > things. --ignoreos may tell RPM to ignore the OS, but usermin's install script will still check for it. Due to the differences between various operating systems and distros, webmin and usermin MUST work out the OS when being installed .. - Jamie |
From: Martin M. <mar...@de...> - 2003-09-23 09:33:31
|
Moin, moin, ... Thomas Weiss <t....@sc...> wrote: >>>"Virtual interfaces such as ifcfg-eth0:1 didn't honor ONBOOT=3Dno, = they >>>were always brought up with parent interface." (www.gurulabs.com) >Mandrake 9.1 seems also to use ONPARENT. I just downloaded the=20 >initscripts-7.06-11mdk.i586.rpm and looked at=20 >./etc/sysconfig/network-scripts/ifup-aliases: > >$>grep ONPARENT ./etc/sysconfig/network-scripts/ifup-aliases > [ "$ONPARENT" !=3D "no" -a "$ONPARENT" !=3D "NO" ] && = new_interface; > [ "$ONPARENT" !=3D "no" -a "$ONPARENT" !=3D "NO" ] && = new_interface; > >Unfortunately we have no Mandrake box in the office, so I can not make a= =20 >real test. As MDK is RH-based on MDK 9.1 ONPARENT is needed as well. Just tested it. kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |
From: Martin M. <mar...@de...> - 2003-09-23 09:30:10
|
Howdy folks, I am on the RH 9/MDK 9.1 thing with ONPARENT. During this I installed Usermin with the following output ... >Installing Usermin with command rpm -U --ignoreos --ignorearch --nodeps = /tmp/.webmin/899801_1_upgrade.cgi .. > >Operating system is Mandrake Linux 9.1 >Usermin install complete. You can now login to http://mdk91:20000/ >as any user on your system. If I recall correctly "--ignoreos" should, well, ignore the OS-Detection, right? It does here. If more info is needed, just point me to the right things. kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |
From: Martin M. <mar...@de...> - 2003-09-23 08:23:22
|
Moin, moin, ... Thomas Weiss <t....@sc...> wrote: >Unfortunately we have no Mandrake box in the office, so I can not make a= =20 >real test. Hold on, if possible, as I am just installing a VMWare-Installation with MDK 9.1 ;-) kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |
From: Thomas W. <t....@sc...> - 2003-09-23 07:59:32
|
Jamie Cameron wrote: > On Mon, 2003-09-22 at 18:54, Thomas Weiss wrote: > >>Hello, >> >>I think there is a little bug in the network module for redhat? >> >>Redhat 9: >>To activate or deactivate virtual interfaces at boot time, RH uses the >>variable ONPARENT and not on ONBOOT (ONBOOT is used only for "real" >>interfaces). >> >>Redhat <9: >>"Virtual interfaces such as ifcfg-eth0:1 didn't honor ONBOOT=no, they >>were always brought up with parent interface." (www.gurulabs.com) >> >>Have a look at /etc/sysconfig/network-scripts/ifup-aliases and >>http://www.gurulabs.com/RedHatLinux9-review.html. >> >>I tried to fix it for RH-9. (For RH < 9 can_edit has also to be fixed?) >>Perhaps the patch is useful for others too. > > > Thanks for that patch - I will fix webmin in the next release to set > ONPARENT for redhat versions 9 and above. Do you know if any other > recent distributions (like Mandrake 9.1) have also incorporated the same > change? > > - Jamie Mandrake 9.1 seems also to use ONPARENT. I just downloaded the initscripts-7.06-11mdk.i586.rpm and looked at ./etc/sysconfig/network-scripts/ifup-aliases: $>grep ONPARENT ./etc/sysconfig/network-scripts/ifup-aliases [ "$ONPARENT" != "no" -a "$ONPARENT" != "NO" ] && new_interface; [ "$ONPARENT" != "no" -a "$ONPARENT" != "NO" ] && new_interface; Unfortunately we have no Mandrake box in the office, so I can not make a real test. theo > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |
From: Jamie C. <jca...@we...> - 2003-09-22 22:45:47
|
On Mon, 2003-09-22 at 18:54, Thomas Weiss wrote: > Hello, > > I think there is a little bug in the network module for redhat? > > Redhat 9: > To activate or deactivate virtual interfaces at boot time, RH uses the > variable ONPARENT and not on ONBOOT (ONBOOT is used only for "real" > interfaces). > > Redhat <9: > "Virtual interfaces such as ifcfg-eth0:1 didn't honor ONBOOT=no, they > were always brought up with parent interface." (www.gurulabs.com) > > Have a look at /etc/sysconfig/network-scripts/ifup-aliases and > http://www.gurulabs.com/RedHatLinux9-review.html. > > I tried to fix it for RH-9. (For RH < 9 can_edit has also to be fixed?) > Perhaps the patch is useful for others too. Thanks for that patch - I will fix webmin in the next release to set ONPARENT for redhat versions 9 and above. Do you know if any other recent distributions (like Mandrake 9.1) have also incorporated the same change? - Jamie |
From: Thomas W. <t....@sc...> - 2003-09-22 08:54:45
|
Hello, I think there is a little bug in the network module for redhat? Redhat 9: To activate or deactivate virtual interfaces at boot time, RH uses the variable ONPARENT and not on ONBOOT (ONBOOT is used only for "real" interfaces). Redhat <9: "Virtual interfaces such as ifcfg-eth0:1 didn't honor ONBOOT=no, they were always brought up with parent interface." (www.gurulabs.com) Have a look at /etc/sysconfig/network-scripts/ifup-aliases and http://www.gurulabs.com/RedHatLinux9-review.html. I tried to fix it for RH-9. (For RH < 9 can_edit has also to be fixed?) Perhaps the patch is useful for others too. theo diff -Naur net-110-org/redhat-linux-lib.pl net-110/redhat-linux-lib.pl --- net-110-org/redhat-linux-lib.pl Fri Sep 19 13:22:59 2003 +++ net-110/redhat-linux-lib.pl Fri Sep 19 15:35:39 2003 @@ -40,7 +40,12 @@ $b->{'virtual'} = $2; } else { $b->{'name'} = $b->{'fullname'}; } - $b->{'up'} = ($conf{'ONBOOT'} eq 'yes'); + if ( $b->{'virtual'} ne "" ){ + $b->{'up'} = ($conf{'ONPARENT'} !~ /^\s*no\s*$/i); + } + else { + $b->{'up'} = ($conf{'ONBOOT'} eq 'yes'); + } $b->{'address'} = $conf{'IPADDR'}; $b->{'netmask'} = $conf{'NETMASK'}; $b->{'broadcast'} = $conf{'BROADCAST'}; @@ -88,7 +93,13 @@ delete($conf{'GATEWAY'}); } $conf{'MTU'} = $_[0]->{'mtu'}; -$conf{'ONBOOT'} = $_[0]->{'up'} ? "yes" : "no"; +if ( $_[0]->{'virtual'} ne "" ){ + $conf{'ONPARENT'} = $_[0]->{'up'} ? "yes" : "no"; + $conf{'ONBOOT'} = 'value not used'; +} +else { + $conf{'ONBOOT'} = $_[0]->{'up'} ? "yes" : "no"; +} $conf{'BOOTPROTO'} = $_[0]->{'bootp'} ? "bootp" : $_[0]->{'dhcp'} ? "dhcp" : "none"; &write_env_file("$net_scripts_dir/ifcfg-$name", \%conf); |
From: Jamie C. <jca...@we...> - 2003-09-22 06:25:00
|
Martin Mewes wrote: > Hi Jamie, > > Jamie Cameron <jca...@we...> wrote: > > >>>index_quota=Total quota >> >>This is the total quota assigned to a domain > > > So this includes really everything. > Webspace + Mailbox-Sizes = index_quota Its the domain's total quota for webspace and for mailboxes. >>>index_uquota=Total used >> >>This is the disk space used by the domain > > > Webspace - Mailbox-Sizes = index_uquota No, its the amount of space used up by the domain's webspace and mailboxes. - Jamie |
From: Martin M. <mar...@de...> - 2003-09-22 05:48:05
|
Hi Jamie, Jamie Cameron <jca...@we...> wrote: >> index_quota=3DTotal quota > >This is the total quota assigned to a domain So this includes really everything. Webspace + Mailbox-Sizes =3D index_quota >> index_squota=3DTotal alloc > >'alloc' is short for 'allocated'. However, this string isn't used=20 >anymore .. Ok, I have to mark that one out for sure ... >> index_uquota=3DTotal used > >This is the disk space used by the domain Webspace - Mailbox-Sizes =3D index_uquota >> And what about this one? >>=20 >> form_desc=3DXXX > >That one is not actually used yet, and so you can ignore it :) Ok, I have to mark that one out for sure as well :-D tia kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |