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: Jolly F. <fre...@ex...> - 2004-07-22 11:28:07
|
Hello Jamie, hello all, I'm working on the administration of NFSv4 on Linux. (the implementation of NFSv4 on Linux is currently developped by the CITI: http://www.citi.umich.edu/projects/nfsv4/linux/ ) I'm modifying the two modules: "NFS Exports" and "Disk and Network Filesystems" to add them the support of NFSv4. I will also create two new modules needed by NFSv4: "idmapd" and "Kerberos5". Since the two first modules already exist, I'd like to have your opinion about the new interface I propose. You will find html static pages in the following link: http://nfsv4.bullopensource.org/doc/webmin_design/ The main differences between NFSv3 and NFSv4 are: - Mount: new options (including authentication), udp is no more allowed - Exportfs: new options (including authentication). You no more export directories but instead a pseudofilesystem, which will be mounted from the clients as '/'. This pseudofs is populated on the server with the command "mount --bind". I have put some comments and questions, if you can answer to them (Jamie?). If you have some questions or suggestions, if you think something is wrong, please do not hesitate to tell me. Regards, Fred. |
From: Michael W. <mw...@s4...> - 2004-07-21 14:14:49
|
awesome! -----Original Message----- From: web...@li... [mailto:web...@li...]On Behalf Of Jamie Cameron Sent: Friday, July 16, 2004 8:03 PM To: web...@li... Subject: Re: [webmin-devel] web-lib.pl read_file and write_file On Sat, 2004-07-17 at 04:11, Michael Wray wrote: > I have added to similar functions for a product that uses ": " as the > delimeter instead of "=", > can the functions be rewritten to take a regex or scalar paramater ala > "perlfunc split" and if the parameter is not passed, it assumes a default > of "="? (Adds more functionality, as some programs that I use force > another delimeter instead of the standard "=")...if no, then I will rewrite > the function as I need it and source it from another lib. That's a nice idea - I will add an optional 5th parameter to the read_file function for specifying a different separate character, instead of the default of '='. - Jamie ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click - 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: Jolly F. <fre...@ex...> - 2004-07-21 14:08:32
|
Hello, I'm working on a new version of the NFS Exports module, to add the support of NFSv4. I've questions about the current module: - the "Active?" field is a bit difficult to understand. What do you think about a more common "Export Now / At boot / Both"? - The fields: Make symbolic links relative (link_relative), Deny access to directory (no_access), Don't trust UIDs (squash_uid) and Don't trust GIDs (squash_gid) don't exist on Linux in NFSv3 nor in NFSv4. Do they exist for other OS? Did they exist in NFSv2 on Linux? Do you think they are still relevant? (theses options are passed to the command exportfs which ignores them). Regards, Fred. |
From: Martin M. <mm...@me...> - 2004-07-21 09:24:35
|
###################################################################### History: -------- 21.07.2004 Virtualmin-Version 2.10 released as stable 17.07.2004 Virtualmin-Development-Version 2.09 released Webmin-Development-Version 1.155 released Usermin-Development-Version 1.085 released 03.06.2004 Webmin-Version 1.150 released as stable Usermin-Version 1.080 released as stable ###################################################################### Current Stable Release for Webmin is 1.150 http://webmin.mamemu.de/devel/tarballs/webmin-1.150.tar.gz http://webmin.mamemu.de/devel/tarballs/webmin-1.150-1.noarch.rpm http://webmin.mamemu.de/devel/tarballs/webmin-1.150-minimal.tar.gz Current Development Release for Webmin is 1.155 http://webmin.mamemu.de/devel/tarballs/webmin-1.155.tar.gz http://webmin.mamemu.de/devel/tarballs/webmin-1.155-1.noarch.rpm Current Stable Release for Usermin is 1.080 http://webmin.mamemu.de/devel/tarballs/usermin-1.080.tar.gz http://webmin.mamemu.de/devel/tarballs/usermin-1.080-1.noarch.rpm Current Development Release for Usermin is 1.085 http://webmin.mamemu.de/devel/tarballs/usermin-1.085.tar.gz http://webmin.mamemu.de/devel/tarballs/usermin-1.085-1.noarch.rpm Current Stable Release for VirtualMin is 2.10 http://webmin.mamemu.de/download/virtualmin/virtual-server-2.10.wbm.gz Current Development Release for VirtualMin is 2.10 http://webmin.mamemu.de/download/virtualmin/virtual-server-2.10.wbm.gz ###################################################################### If you are anoyed by these post you can filter this with procmail scanning for X-Webmin: update in the header. kind regards Martin Mewes |
From: Jolly F. <fre...@ex...> - 2004-07-21 09:12:49
|
On Wednesday 21 July 2004 01:04, Jamie Cameron wrote: > Yes, the File Manager module can do this. Just select a file and then > click on the ACL button in the toolbar to modify it's POSIX ACL. > > This will only work if Webmin detects that the filesystem supports ACLs > though, and if the setfacl command is installed. Oh great! I didn't think to look at the File Manager module. I will add the support of the NFSv4 ACLs when the user-space commands will be released. Fred. |
From: Jamie C. <jca...@we...> - 2004-07-21 08:30:00
|
The best solution is to use Webmin's tempname function, which will return a filename under /tmp/.webmin suitable for use as a temporary directory. Your code would look something like : $tempdir = &tempname(); mkdir($tempdir, 0700); $tempfile = "$tempdir/whatever"; ... system("rm -rf ".quotemeta($tempdir)); The only important thing to remember is to remove the temporary directory before your script exits, as the rm -rf command above does. Otherwise, you run the risk of filling up the filesystem with data that is no longer needed .. - Jamie On Wed, 2004-07-21 at 08:14, Sandro Dentella wrote: > I need to use temporary files. Where should I put them? > I'm writing an interface to manage dar archives from backup. People look in > a database find the precious file and click on it. File must be extracted > from the archive and served. Where should I extract it. > > Of course it would work, creating a temp dir *inside* > /usr/share/webmin/my_module.... but that would be against any Filesystem > Hyerarchy Standard. > > Otherwise I should create a wrapper cgi that picks file that I extract under > /tmp/ os /var/tmp, is there any other, possibly smarter solution? > > > TYA > sandro > *:-) > > |
From: Jamie C. <jca...@we...> - 2004-07-20 23:04:17
|
Yes, the File Manager module can do this. Just select a file and then click on the ACL button in the toolbar to modify it's POSIX ACL. This will only work if Webmin detects that the filesystem supports ACLs though, and if the setfacl command is installed. - Jamie On Wed, 2004-07-21 at 02:41, Jolly Frederic wrote: > Hello, > > Is there a module which manages the ACL of the files? > By ACL I mean the basic permissions (rwx...) and the POSIX ACL modified with > setfacl. > > If not, I will create one. > > Fred. |
From: Sandro D. <sa...@e-...> - 2004-07-20 22:15:18
|
I need to use temporary files. Where should I put them? I'm writing an interface to manage dar archives from backup. People look in a database find the precious file and click on it. File must be extracted from the archive and served. Where should I extract it. Of course it would work, creating a temp dir *inside* /usr/share/webmin/my_module.... but that would be against any Filesystem Hyerarchy Standard. Otherwise I should create a wrapper cgi that picks file that I extract under /tmp/ os /var/tmp, is there any other, possibly smarter solution? TYA sandro *:-) -- Sandro Dentella *:-) e-mail: sa...@e-... http://www.tksql.org TkSQL Home page - My GPL work |
From: Jolly F. <fre...@ex...> - 2004-07-20 16:40:41
|
Hello, Is there a module which manages the ACL of the files? By ACL I mean the basic permissions (rwx...) and the POSIX ACL modified with setfacl. If not, I will create one. Fred. |
From: Dungeon01 <dun...@gm...> - 2004-07-20 09:12:43
|
yep' excuse me, using forums affected me of this "bug" :) On Tue, 20 Jul 2004 09:18:18 +0200, Martin Mewes <mm...@me...> wrote: > Hello, >=20 > Dungeon01 <dun...@gm...> wrote: >=20 > >guys a question..looking @ the italian version you can find some > >senseless phrases...it is possible to fix them (i mean i fix the > >module directely) or i send ya only the phrase's list? >=20 > There should be an answer to that question as an answer to the eMail you > fullquoted ;-) >=20 > bis dahin - kind regards >=20 > Martin Mewes >=20 > -- > ###################################################################### > http://www.webmin.com/ | Webbased Administration Tool for > http://webmin.mamemu.de/| Unixoid Systems :-) > Official Webmin/Usermin Translation Co-Ordinator 2003/2004 > ###################################################################### >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id=10040&op=3Dclick >=20 >=20 > - > 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 >=20 --=20 Ride the infinity, be your best. For you, for all. |
From: Martin M. <mm...@me...> - 2004-07-20 07:18:24
|
Hello, Dungeon01 <dun...@gm...> wrote: >guys a question..looking @ the italian version you can find some >senseless phrases...it is possible to fix them (i mean i fix the >module directely) or i send ya only the phrase's list? There should be an answer to that question as an answer to the eMail you fullquoted ;-) bis dahin - kind regards Martin Mewes --=20 ###################################################################### http://www.webmin.com/ | Webbased Administration Tool for http://webmin.mamemu.de/| Unixoid Systems :-) Official Webmin/Usermin Translation Co-Ordinator 2003/2004 ###################################################################### |
From: Dungeon01 <dun...@gm...> - 2004-07-20 06:36:13
|
guys a question..looking @ the italian version you can find some senseless phrases...it is possible to fix them (i mean i fix the module directely) or i send ya only the phrase's list? bye On Mon, 19 Jul 2004 19:41:34 +0430, SmartDevelopers <in...@sm...> wrote: > hi dear > I'm S. Ahmad > i'm started the translate webmin to Arabic And persian. > i see the arabic language in the Supported Languages table but ther is no > modules translated. > know i want to know wen i complite the languge of one mmodules how can i put > the persian language and the arabic language in the table in webmin website. > thanks about your help > S. Ahmad > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > - > 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 > -- Ride the infinity, be your best. For you, for all. |
From: Martin M. <mm...@me...> - 2004-07-19 16:43:36
|
Hello, "SmartDevelopers" <in...@sm...> wrote: >i'm started the translate webmin to Arabic And persian. Cool :-) >i see the arabic language in the Supported Languages table but ther is = no=20 >modules translated. Yes, this true. If you look at http://webmin.mamemu.de/lang.html you see, that there is place for ".ar", but no work has been done so far. Just take it as a placeholder, so you do not have to investigate in the ISO-shortcut ;-) >know i want to know wen i complite the languge of one mmodules how can i= put=20 >the persian language and the arabic language in the table in webmin = website. >thanks about your help =46irst of all I like to introduce a tool, which will surely help you out= on doing some of the things you want. http://labs.libre-entreprise.org/projects/wbmtranslator/ <from the 0.1.0 version> This translation assistant allows the webmin translators to have a global sight of the translations in progress for all the recorded modules, including the Web interface as well as the configuration screens. It is = also possible to update/remove translations. This is a "alpha" release, so = backup your webmin modules data before using it! The latest version is 0.5.2 and is much more stable as you think. Just = give it a try. wbmtranslator has all the tools ready to go to start a new translation, as well as to monitor already translated stuff. You may download it here http://labs.libre-entreprise.org/project/showfiles.php?group_id=3D36&rele= ase_id=3D76 or here http://labs.libre-entreprise.org/download.php/164/wbmtranslator-0.5.2.wbm= .gz |
From: SmartDevelopers <in...@sm...> - 2004-07-19 15:11:46
|
hi dear I'm S. Ahmad i'm started the translate webmin to Arabic And persian. i see the arabic language in the Supported Languages table but ther is no modules translated. know i want to know wen i complite the languge of one mmodules how can i put the persian language and the arabic language in the table in webmin website. thanks about your help S. Ahmad |
From: Martin M. <mm...@me...> - 2004-07-19 14:29:23
|
Hi Myself, Martin Mewes <mm...@me...> wrote: >>Jul 19 15:50:14.275260 admin[11949]: [ 8] razor-admin finished = successfully. In addition: Unfortunately, sending spam to razor fails on my machine, because the cpan-perl-module for razor says, that I do have to issue username and password to the command. bis dahin - kind regards Martin Mewes --=20 ###################################################################### http://www.webmin.com/ | Webbased Administration Tool for http://webmin.mamemu.de/| Unixoid Systems :-) Official Webmin/Usermin Translation Co-Ordinator 2003/2004 ###################################################################### |
From: Martin M. <mm...@me...> - 2004-07-19 13:57:31
|
Hi Jamie, Jamie Cameron <jca...@we...> wrote: >> macmewes@ds217-115-144-166:~$ razor-admin -register >> Error 202 while performing register, aborting. >>=20 >> Now this looks better ... even if it fails ... >>=20 >> I'll try it with Usermin ... >>=20 >> same message ... > >Hmm .. I'm out of ideas then. Unless the command that Usermin is using >the register with Razor is incorrect, it seems that the error is inside >Razor itself .. Well, fortunately the registration of Razor seems to be depending on the network in common and the 202 error may comes if a network connection to = a razor-server fails somehow. http://www.mail-archive.com/raz...@li.../msg01894.ht= ml Meanwhile I could manually register completely. >macmewes@ds217-115-144-166:~$ md .razor && razor-admin -d -register > Razor-Log: Computed razorhome from env: /home/macmewes/.razor > Razor-Log: Found razorhome: /home/macmewes/.razor > Razor-Log: No /home/macmewes/.razor/razor-agent.conf found, skipping. > Razor-Log: No razor-agent.conf found, using defaults. >Jul 19 15:50:11.647959 admin[11949]: [ 2] [bootup] Logging initiated = LogDebugLevel=3D9 to stdout >Jul 19 15:50:11.648601 admin[11949]: [ 5] computed = razorhome=3D/home/macmewes/.razor, conf=3D, = ident=3D/home/macmewes/.razor/identity >Jul 19 15:50:11.648773 admin[11949]: [ 2] Razor-Agents v2.40 starting = razor-admin -d -register >Jul 19 15:50:11.651535 admin[11949]: [ 9] uname -a: Linux = ds217-115-144-166 2.4.21-foo #1 SMP Wed Aug 13 11:49:31 CEST 2003 i686 = GNU/Linux >Jul 19 15:50:11.659053 admin[11949]: [ 5] Can't read file = /home/macmewes/.razor/servers.discovery.lst: Datei oder Verzeichnis nicht= gefunden >Jul 19 15:50:11.659373 admin[11949]: [ 5] Can't read file = /home/macmewes/.razor/servers.nomination.lst: Datei oder Verzeichnis = nicht gefunden >Jul 19 15:50:11.659553 admin[11949]: [ 5] Can't read file = /home/macmewes/.razor/servers.catalogue.lst: Datei oder Verzeichnis nicht= gefunden >Jul 19 15:50:11.660065 admin[11949]: [ 5] no listfile: = /home/macmewes/.razor/servers.nomination.lst >Jul 19 15:50:11.660304 admin[11949]: [ 6] no discovery listfile: = /home/macmewes/.razor/servers.discovery.lst >Jul 19 15:50:11.660441 admin[11949]: [ 5] Finding Discovery Servers via = DNS in the razor2.cloudmark.com zone >Jul 19 15:50:11.745073 admin[11949]: [ 6] Found 1 Discovery Servers via = DNS in the razor2.cloudmark.com zone >Jul 19 15:50:11.745443 admin[11949]: [ 8] Checking with Razor Discovery = Server 66.151.150.12 >Jul 19 15:50:11.745667 admin[11949]: [ 6] No port specified, using 2703 >Jul 19 15:50:11.745809 admin[11949]: [ 5] Connecting to 66.151.150.12 = ... >Jul 19 15:50:12.051577 admin[11949]: [ 8] Connection established >Jul 19 15:50:12.051819 admin[11949]: [ 4] 66.151.150.12 >> 35 server = greeting: sn=3DD&srl=3D436&a=3Dl&a=3Dcg&ep4=3D7542-10 >Jul 19 15:50:12.052099 admin[11949]: [ 4] 66.151.150.12 << 12 >Jul 19 15:50:12.052255 admin[11949]: [ 6] a=3Dg&pm=3Dcsl >Jul 19 15:50:12.208524 admin[11949]: [ 4] 66.151.150.12 >> 76 >Jul 19 15:50:12.208692 admin[11949]: [ 6] response to sent.1 >-csl=3D? >thrill.cloudmark.com >wonder.cloudmark.com >pride.cloudmark.com >. >Jul 19 15:50:12.209245 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with csl=3Dthrill.cloudmark.com >Jul 19 15:50:12.209388 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with csl=3Dwonder.cloudmark.com >Jul 19 15:50:12.209515 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with csl=3Dpride.cloudmark.com >Jul 19 15:50:12.209720 admin[11949]: [ 4] 66.151.150.12 << 12 >Jul 19 15:50:12.209845 admin[11949]: [ 6] a=3Dg&pm=3Dnsl >Jul 19 15:50:12.367557 admin[11949]: [ 4] 66.151.150.12 >> 51 >Jul 19 15:50:12.367805 admin[11949]: [ 6] response to sent.2 >-nsl=3D? >joy.cloudmark.com >folly.cloudmark.com >. >Jul 19 15:50:12.368279 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with nsl=3Djoy.cloudmark.com >Jul 19 15:50:12.368423 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with nsl=3Dfolly.cloudmark.com >Jul 19 15:50:12.369128 admin[11949]: [ 5] wrote 1 ARRAY items to file: = /home/macmewes/.razor/servers.discovery.lst >Jul 19 15:50:12.369565 admin[11949]: [ 5] wrote 3 ARRAY items to file: = /home/macmewes/.razor/servers.catalogue.lst >Jul 19 15:50:12.369960 admin[11949]: [ 5] wrote 2 ARRAY items to file: = /home/macmewes/.razor/servers.nomination.lst >Jul 19 15:50:12.370318 admin[11949]: [ 6] losing old server connection, = 66.151.150.12, for new server, joy.cloudmark.com >Jul 19 15:50:12.370486 admin[11949]: [ 5] disconnecting from server = 66.151.150.12 >Jul 19 15:50:12.370693 admin[11949]: [ 4] 66.151.150.12 << 5 >Jul 19 15:50:12.370817 admin[11949]: [ 6] a=3Dq >Jul 19 15:50:12.371020 admin[11949]: [ 5] Connecting to = joy.cloudmark.com ... >Jul 19 15:50:12.678350 admin[11949]: [ 8] Connection established >Jul 19 15:50:12.678689 admin[11949]: [ 4] joy.cloudmark.com >> 36 server= greeting: sn=3DN&srl=3D4002&a=3Dl&a=3Dcg&ep4=3D7542-10 >Jul 19 15:50:12.679130 admin[11949]: [ 4] joy.cloudmark.com << 25 >Jul 19 15:50:12.679300 admin[11949]: [ 6] cn=3Drazor-agents&cv=3D2.40 >Jul 19 15:50:12.679540 admin[11949]: [ 4] joy.cloudmark.com << 14 >Jul 19 15:50:12.679671 admin[11949]: [ 6] a=3Dg&pm=3Dstate >Jul 19 15:50:12.983301 admin[11949]: [ 4] joy.cloudmark.com >> 126 >Jul 19 15:50:12.983470 admin[11949]: [ 6] response to sent.5 >-sv=3D3.40 >sn=3DN >zone=3Drazor2.cloudmark.com >ac=3D0 >srl=3D4002 >lm=3D4 >bql=3D50 >bqs=3D129 >dre=3D4 >se=3D58 >srf=3DFF >ep4=3D7542-10 >pp=3D1 >. >Jul 19 15:50:12.984849 admin[11949]: [ 5] Updated to new server state = srl 4002 for server joy.cloudmark.com >Jul 19 15:50:12.985074 admin[11949]: [ 6] joy.cloudmark.com is a = Nomination Server srl 4002; computed min_cf=3D0, Server se: 58 >Jul 19 15:50:12.985379 admin[11949]: [ 8] Computed supported_engines: 4 >Jul 19 15:50:12.985924 admin[11949]: [ 5] wrote 13 HASH items to file: = /home/macmewes/.razor/server.joy.cloudmark.com.conf >Jul 19 15:50:12.986111 admin[11949]: [ 5] srl was updated, forcing = discovery ... >Jul 19 15:50:12.986336 admin[11949]: [ 5] 170794 seconds before closest = server discovery >Jul 19 15:50:12.986474 admin[11949]: [ 5] forcing discovery >Jul 19 15:50:12.986631 admin[11949]: [ 8] already have 1 discovery = servers >Jul 19 15:50:12.986776 admin[11949]: [ 8] Checking with Razor Discovery = Server 66.151.150.12 >Jul 19 15:50:12.986967 admin[11949]: [ 6] losing old server connection, = joy.cloudmark.com, for new server, 66.151.150.12 >Jul 19 15:50:12.987100 admin[11949]: [ 5] disconnecting from server = joy.cloudmark.com >Jul 19 15:50:12.987305 admin[11949]: [ 4] joy.cloudmark.com << 5 >Jul 19 15:50:12.987428 admin[11949]: [ 6] a=3Dq >Jul 19 15:50:12.987627 admin[11949]: [ 5] Connecting to 66.151.150.12 = ... >Jul 19 15:50:13.293515 admin[11949]: [ 8] Connection established >Jul 19 15:50:13.293835 admin[11949]: [ 4] 66.151.150.12 >> 35 server = greeting: sn=3DD&srl=3D436&a=3Dl&a=3Dcg&ep4=3D7542-10 >Jul 19 15:50:13.294073 admin[11949]: [ 4] 66.151.150.12 << 12 >Jul 19 15:50:13.294204 admin[11949]: [ 6] a=3Dg&pm=3Dcsl >Jul 19 15:50:13.449479 admin[11949]: [ 4] 66.151.150.12 >> 76 >Jul 19 15:50:13.449708 admin[11949]: [ 6] response to sent.7 >-csl=3D? >thrill.cloudmark.com >wonder.cloudmark.com >pride.cloudmark.com >. >Jul 19 15:50:13.450215 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with csl=3Dthrill.cloudmark.com >Jul 19 15:50:13.450378 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with csl=3Dwonder.cloudmark.com >Jul 19 15:50:13.450505 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with csl=3Dpride.cloudmark.com >Jul 19 15:50:13.450713 admin[11949]: [ 4] 66.151.150.12 << 12 >Jul 19 15:50:13.450839 admin[11949]: [ 6] a=3Dg&pm=3Dnsl >Jul 19 15:50:13.605930 admin[11949]: [ 4] 66.151.150.12 >> 51 >Jul 19 15:50:13.606089 admin[11949]: [ 6] response to sent.8 >-nsl=3D? >joy.cloudmark.com >folly.cloudmark.com >. >Jul 19 15:50:13.606520 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with nsl=3Djoy.cloudmark.com >Jul 19 15:50:13.606658 admin[11949]: [ 8] Discovery Server 66.151.150.12= replying with nsl=3Dfolly.cloudmark.com >Jul 19 15:50:13.607271 admin[11949]: [ 5] wrote 3 ARRAY items to file: = /home/macmewes/.razor/servers.catalogue.lst >Jul 19 15:50:13.607714 admin[11949]: [ 5] wrote 2 ARRAY items to file: = /home/macmewes/.razor/servers.nomination.lst >Jul 19 15:50:13.608029 admin[11949]: [ 8] Using next closest server = joy.cloudmark.com:2703, cached info srl 4002 >Jul 19 15:50:13.608200 admin[11949]: [ 6] losing old server connection, = 66.151.150.12, for new server, joy.cloudmark.com >Jul 19 15:50:13.608330 admin[11949]: [ 5] disconnecting from server = 66.151.150.12 >Jul 19 15:50:13.608535 admin[11949]: [ 4] 66.151.150.12 << 5 >Jul 19 15:50:13.608661 admin[11949]: [ 6] a=3Dq >Jul 19 15:50:13.608857 admin[11949]: [ 5] Connecting to = joy.cloudmark.com ... >Jul 19 15:50:13.926812 admin[11949]: [ 8] Connection established >Jul 19 15:50:13.927164 admin[11949]: [ 4] joy.cloudmark.com >> 36 server= greeting: sn=3DN&srl=3D4002&a=3Dl&a=3Dcg&ep4=3D7542-10 >Jul 19 15:50:13.927553 admin[11949]: [ 4] joy.cloudmark.com << 25 >Jul 19 15:50:13.927700 admin[11949]: [ 6] cn=3Drazor-agents&cv=3D2.40 >Jul 19 15:50:13.927942 admin[11949]: [ 6] joy.cloudmark.com is a = Nomination Server srl 4002; computed min_cf=3D0, Server se: 58 >Jul 19 15:50:13.928187 admin[11949]: [ 8] Computed supported_engines: 4 >Jul 19 15:50:13.928583 admin[11949]: [ 4] joy.cloudmark.com << 38 >Jul 19 15:50:13.928733 admin[11949]: [ 6] = a=3Dreg®istrar=3DRazor-Agents%20v2.40 >Jul 19 15:50:14.273096 admin[11949]: [ 4] joy.cloudmark.com >> 57 >Jul 19 15:50:14.273344 admin[11949]: [ 6] response to sent.11 >res=3D1&user=3DruBf5__omX&pass=3DNnumdlwfrDWjSl0fF5ITa3AcW6bW >Jul 19 15:50:14.273657 admin[11949]: [ 6] Successfully registered with = joy.cloudmark.com identity: ruBf5__omX >Jul 19 15:50:14.273825 admin[11949]: [ 5] disconnecting from server = joy.cloudmark.com >Jul 19 15:50:14.274027 admin[11949]: [ 4] joy.cloudmark.com << 5 >Jul 19 15:50:14.274153 admin[11949]: [ 6] a=3Dq >Jul 19 15:50:14.274771 admin[11949]: [ 5] wrote 2 HASH items to file: = /home/macmewes/.razor/identity-ruBf5__omX >Jul 19 15:50:14.275037 admin[11949]: [ 3] Register successful. Identity= stored in /home/macmewes/.razor/identity-ruBf5__omX >Register successful. Identity stored in = /home/macmewes/.razor/identity-ruBf5__omX >Jul 19 15:50:14.275260 admin[11949]: [ 8] razor-admin finished = successfully. bis dahin - kind regards Martin Mewes --=20 ###################################################################### http://www.webmin.com/ | Webbased Administration Tool for http://webmin.mamemu.de/| Unixoid Systems :-) Official Webmin/Usermin Translation Co-Ordinator 2003/2004 ###################################################################### |
From: Jamie C. <jca...@we...> - 2004-07-19 13:10:16
|
On Mon, 2004-07-19 at 20:46, Martin Mewes wrote: > Hi Jamie, > > Jamie Cameron <jca...@we...> wrote: > > >> macmewes@ds217-115-144-166:~$ razor-admin -register > >> Unable to register without a valid razorhome or identity: > > > >That's odd, because the razor documentation suggests using that command > >to register! > > > >Can you write to your home directory on this system? Razor probably > >expects to be able to create a ~/.razor directory as part of it's > >registration process. > > macmewes@ds217-115-144-166:~$ ll > insgesamt 152 > drwxr-xr-x 18 macmewes users 4096 2004-07-19 12:00 ./ > drwxrwsr-x 21 root staff 4096 2004-07-15 18:50 ../ > -rw------- 1 macmewes users 10402 2004-07-19 07:49 .bash_history > -rw-r--r-- 1 macmewes users 166 2004-03-24 10:18 .bashrc > drwxr-xr-x 5 macmewes users 4096 2004-05-31 21:31 bin/ > drwxr-xr-x 2 macmewes users 4096 2004-04-13 08:11 cgi-bin/ > drwxr-xr-x 2 macmewes users 4096 2004-07-17 23:26 cron/ > drwxr-xr-x 8 macmewes users 4096 2004-07-17 23:59 cvs-dirs/ > -rw------- 1 macmewes users 81 2004-05-05 13:29 .cvspass > -rw------- 1 macmewes users 304 2004-07-18 23:24 .fetchmailrc > drwx------ 2 macmewes users 4096 2004-04-28 13:27 gnupg/ > drwx------ 2 macmewes users 4096 2004-07-03 15:28 .gnupg/ > drwxr-xr-x 2 macmewes users 4096 2004-05-25 19:38 homes/ > drwxr-xr-x 2 macmewes users 4096 2004-07-18 07:39 logs/ > drwxr-xr-x 2 macmewes users 4096 2004-07-18 23:31 mail/ > drwx------ 2 macmewes users 4096 2004-05-29 19:24 Mail/ > -rw-r--r-- 1 macmewes users 16208 2004-05-23 22:17 .muttrc > -rw-r--r-- 1 macmewes users 16204 2004-05-23 22:17 .muttrc~ > -rw------- 1 macmewes users 219 2004-04-16 14:19 .mysql_history > drwxr-xr-x 2 macmewes users 4096 2004-04-26 13:04 procmail/ > -rw-r--r-- 1 macmewes users 904 2004-05-26 10:32 .procmailrc > -rw-r--r-- 1 macmewes users 2010 2004-07-06 08:32 .profile > -rw-r--r-- 1 macmewes users 2010 2004-07-06 08:32 .profile~ > drwxr-xr-x 5 macmewes users 4096 2004-07-16 09:13 public_html/ > -rw-r--r-- 1 macmewes users 178 2004-05-27 21:11 .sig > -rw-r--r-- 1 macmewes users 236 2004-05-23 22:00 .sig~ > drwxr-xr-x 2 macmewes users 4096 2004-07-19 12:26 .spamassassin/ > drwx------ 2 macmewes users 4096 2004-07-05 08:58 .ssh/ > drwxr-xr-x 2 macmewes users 4096 2004-07-18 01:01 .tmp/ > drwxr-xr-x 16 macmewes users 4096 2004-02-03 19:13 .usermin/ > > >macmewes@ds217-115-144-166:~$ mkdir -p can/I/create/directories && touch can/I/create/directories/andfiles.txt > >macmewes@ds217-115-144-166:~$ ll can/I/create/directories/* > >-rw-r--r-- 1 macmewes users 0 2004-07-19 12:30 can/I/create/directories/andfiles.txt > > Creating ~/.razor manually > > macmewes@ds217-115-144-166:~$ razor-admin -register > Error 202 while performing register, aborting. > > Now this looks better ... even if it fails ... > > I'll try it with Usermin ... > > same message ... Hmm .. I'm out of ideas then. Unless the command that Usermin is using the register with Razor is incorrect, it seems that the error is inside Razor itself .. - Jamie |
From: Martin M. <mm...@me...> - 2004-07-19 10:46:56
|
Hi Jamie, Jamie Cameron <jca...@we...> wrote: >> macmewes@ds217-115-144-166:~$ razor-admin -register >> Unable to register without a valid razorhome or identity: > >That's odd, because the razor documentation suggests using that command >to register! > >Can you write to your home directory on this system? Razor probably >expects to be able to create a ~/.razor directory as part of it's >registration process. macmewes@ds217-115-144-166:~$ ll insgesamt 152 drwxr-xr-x 18 macmewes users 4096 2004-07-19 12:00 ./ drwxrwsr-x 21 root staff 4096 2004-07-15 18:50 ../ -rw------- 1 macmewes users 10402 2004-07-19 07:49 .bash_history -rw-r--r-- 1 macmewes users 166 2004-03-24 10:18 .bashrc drwxr-xr-x 5 macmewes users 4096 2004-05-31 21:31 bin/ drwxr-xr-x 2 macmewes users 4096 2004-04-13 08:11 cgi-bin/ drwxr-xr-x 2 macmewes users 4096 2004-07-17 23:26 cron/ drwxr-xr-x 8 macmewes users 4096 2004-07-17 23:59 cvs-dirs/ -rw------- 1 macmewes users 81 2004-05-05 13:29 .cvspass -rw------- 1 macmewes users 304 2004-07-18 23:24 .fetchmailrc drwx------ 2 macmewes users 4096 2004-04-28 13:27 gnupg/ drwx------ 2 macmewes users 4096 2004-07-03 15:28 .gnupg/ drwxr-xr-x 2 macmewes users 4096 2004-05-25 19:38 homes/ drwxr-xr-x 2 macmewes users 4096 2004-07-18 07:39 logs/ drwxr-xr-x 2 macmewes users 4096 2004-07-18 23:31 mail/ drwx------ 2 macmewes users 4096 2004-05-29 19:24 Mail/ -rw-r--r-- 1 macmewes users 16208 2004-05-23 22:17 .muttrc -rw-r--r-- 1 macmewes users 16204 2004-05-23 22:17 .muttrc~ -rw------- 1 macmewes users 219 2004-04-16 14:19 = .mysql_history drwxr-xr-x 2 macmewes users 4096 2004-04-26 13:04 procmail/ -rw-r--r-- 1 macmewes users 904 2004-05-26 10:32 .procmailrc -rw-r--r-- 1 macmewes users 2010 2004-07-06 08:32 .profile -rw-r--r-- 1 macmewes users 2010 2004-07-06 08:32 .profile~ drwxr-xr-x 5 macmewes users 4096 2004-07-16 09:13 public_html/ -rw-r--r-- 1 macmewes users 178 2004-05-27 21:11 .sig -rw-r--r-- 1 macmewes users 236 2004-05-23 22:00 .sig~ drwxr-xr-x 2 macmewes users 4096 2004-07-19 12:26 = .spamassassin/ drwx------ 2 macmewes users 4096 2004-07-05 08:58 .ssh/ drwxr-xr-x 2 macmewes users 4096 2004-07-18 01:01 .tmp/ drwxr-xr-x 16 macmewes users 4096 2004-02-03 19:13 .usermin/ >macmewes@ds217-115-144-166:~$ mkdir -p can/I/create/directories && touch= can/I/create/directories/andfiles.txt >macmewes@ds217-115-144-166:~$ ll can/I/create/directories/* >-rw-r--r-- 1 macmewes users 0 2004-07-19 12:30 = can/I/create/directories/andfiles.txt Creating ~/.razor manually macmewes@ds217-115-144-166:~$ razor-admin -register Error 202 while performing register, aborting. Now this looks better ... even if it fails ... I'll try it with Usermin ... same message ... hth bis dahin - kind regards Martin Mewes --=20 ###################################################################### http://www.webmin.com/ | Webbased Administration Tool for http://webmin.mamemu.de/| Unixoid Systems :-) Official Webmin/Usermin Translation Co-Ordinator 2003/2004 ###################################################################### |
From: Jamie C. <jca...@we...> - 2004-07-19 09:59:38
|
On Mon, 2004-07-19 at 15:50, Martin Mewes wrote: > Hi Jamie, > > "Jamie Cameron" <jca...@we...> wrote: > > >> razor2 report failed: No such file or directory Razor2 report requires > >> authentication at /usr/local/share/perl/5.8.3/Mail/SpamAssassin/Reporter.pm > >> line 120. > >> SpamAssassin: no Internet hashing methods available, so couldn't report. > >> Warning, unable to report spam > >> For more information, re-run with -D option to see debug output. > > > >I just tried installing the latest version of Razor, and was able to register with no problems. > > > >If you login via SSH and run the command : > > > >razor-admin -register > > > >what does it output? This assumes you aren't trying to specify a Razor username or password, which isn't really necessary anyway .. > > macmewes@ds217-115-144-166:~$ razor-admin -register > Unable to register without a valid razorhome or identity: That's odd, because the razor documentation suggests using that command to register! Can you write to your home directory on this system? Razor probably expects to be able to create a ~/.razor directory as part of it's registration process. - Jamie |
From: Martin M. <mm...@me...> - 2004-07-19 05:50:12
|
Hi Jamie, "Jamie Cameron" <jca...@we...> wrote: >> razor2 report failed: No such file or directory Razor2 report requires >> authentication at = /usr/local/share/perl/5.8.3/Mail/SpamAssassin/Reporter.pm >> line 120. >> SpamAssassin: no Internet hashing methods available, so couldn't = report. >> Warning, unable to report spam >> For more information, re-run with -D option to see debug output. > >I just tried installing the latest version of Razor, and was able to = register with no problems. > >If you login via SSH and run the command : > >razor-admin -register > >what does it output? This assumes you aren't trying to specify a Razor = username or password, which isn't really necessary anyway .. macmewes@ds217-115-144-166:~$ razor-admin -register Unable to register without a valid razorhome or identity: bis dahin - kind regards Martin Mewes --=20 ###################################################################### http://www.webmin.com/ | Webbased Administration Tool for http://webmin.mamemu.de/| Unixoid Systems :-) Official Webmin/Usermin Translation Co-Ordinator 2003/2004 ###################################################################### |
From: Jamie C. <jca...@we...> - 2004-07-19 02:49:02
|
Martin Mewes wrote .. > Hi all, > > after installing the latest development version of Webmin I see that it > seems to be impossible to setup an account with razor using Usermin. > > Unable to register without a valid razorhome or identity: > > Comes up whatever I enter. > > System is Debian 3r2 with Razor coming out of testing. > > > In addition to this if I do not deinstall razor it is impossible to use > the > Spam-Module to report and delete spam, because the system call is triggering > something with razor, which is telling me, that authentication is needed > in > some perl-module. > > razor2 report failed: No such file or directory Razor2 report requires > authentication at /usr/local/share/perl/5.8.3/Mail/SpamAssassin/Reporter.pm > line 120. > SpamAssassin: no Internet hashing methods available, so couldn't report. > Warning, unable to report spam > For more information, re-run with -D option to see debug output. I just tried installing the latest version of Razor, and was able to register with no problems. If you login via SSH and run the command : razor-admin -register what does it output? This assumes you aren't trying to specify a Razor username or password, which isn't really necessary anyway .. - Jamie |
From: Martin M. <mm...@me...> - 2004-07-18 15:03:09
|
HI Jamie, "Jamie Cameron" <jca...@we...> wrote: >Sounds like Webmin isn't calling razor properly to set it up .. do you >happen to know which version of Razor you have installed there? I use = 2.20 >myself .. root@ds217-115-144-166:~# apt-get -s -t testing install razor [...] Inst razor (2.400-3 Debian:testing) Conf razor (2.400-3 Debian:testing) root@ds217-115-144-166:~# razor-admin --help razor-admin [options] [ -register | -create | -discover ] -h Print this usage message. -v Print version number and exit -d Turn on debugging. Logs to stdout. -s Simulate Only. Does not connect to server. -conf=3Dfile Use this config file instead of <razorhome>/razor.conf -home=3Ddir Use this as razorhome -ident=3Dfile Use this identity file instead of <razorhome>/identity -rs Use this razor server instead of reading .lst -create Create razorhome, does discover, does not register -discover Discover Razor servers: write .lst files -register Register a new identity -user name Request 'name' when registering (requires -register) -pass pass Request 'password' when registering (requires -register) -l Make new identity the the default identity. Used only when registering. See razor-admin(1) manpage for details. |
From: Jamie C. <jca...@we...> - 2004-07-17 23:49:16
|
Sounds like Webmin isn't calling razor properly to set it up .. do you happen to know which version of Razor you have installed there? I use 2.20 myself .. - Jamie Martin Mewes wrote .. > Hi all, > > after installing the latest development version of Webmin I see that it > seems to be impossible to setup an account with razor using Usermin. > > Unable to register without a valid razorhome or identity: > > Comes up whatever I enter. > > System is Debian 3r2 with Razor coming out of testing. > > > In addition to this if I do not deinstall razor it is impossible to use > the > Spam-Module to report and delete spam, because the system call is triggering > something with razor, which is telling me, that authentication is needed > in > some perl-module. > > razor2 report failed: No such file or directory Razor2 report requires > authentication at /usr/local/share/perl/5.8.3/Mail/SpamAssassin/Reporter.pm > line 120. > SpamAssassin: no Internet hashing methods available, so couldn't report. > Warning, unable to report spam > For more information, re-run with -D option to see debug output. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=CCk > - > 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...> - 2004-07-17 23:45:05
|
Martin Mewes wrote .. > Hi myself, > > "Martin Mewes" <mm...@me...> wrote: > > >17.07.2004 > >Webmin-Development-Version 1.155 released > > http://webmin.mamemu.de/changes-1.155.html > > Shows weired stuff ;-) Oops .. now fixed! - Jamie |
From: Martin M. <mm...@me...> - 2004-07-17 23:01:30
|
Hi all, after installing the latest development version of Webmin I see that it seems to be impossible to setup an account with razor using Usermin. Unable to register without a valid razorhome or identity:=20 Comes up whatever I enter. System is Debian 3r2 with Razor coming out of testing. In addition to this if I do not deinstall razor it is impossible to use = the Spam-Module to report and delete spam, because the system call is = triggering something with razor, which is telling me, that authentication is needed = in some perl-module. razor2 report failed: No such file or directory Razor2 report requires authentication at = /usr/local/share/perl/5.8.3/Mail/SpamAssassin/Reporter.pm line 120. SpamAssassin: no Internet hashing methods available, so couldn't report. Warning, unable to report spam =46or more information, re-run with -D option to see debug output. |