You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(32) |
Feb
(24) |
Mar
(5) |
Apr
(50) |
May
(21) |
Jun
(25) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(17) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(5) |
Apr
(4) |
May
|
Jun
(9) |
Jul
|
Aug
(6) |
Sep
(1) |
Oct
|
Nov
(3) |
Dec
(14) |
2005 |
Jan
(6) |
Feb
(3) |
Mar
(3) |
Apr
(1) |
May
(5) |
Jun
(7) |
Jul
(4) |
Aug
(16) |
Sep
(2) |
Oct
(2) |
Nov
(7) |
Dec
|
2006 |
Jan
(3) |
Feb
(4) |
Mar
(8) |
Apr
(1) |
May
(6) |
Jun
(19) |
Jul
(5) |
Aug
(4) |
Sep
(4) |
Oct
(19) |
Nov
(15) |
Dec
(10) |
2007 |
Jan
(6) |
Feb
(2) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Allan M. <AM...@kc...> - 2003-12-03 02:10:54
|
Thanks Rob, that managed to clear the fault with the imgpath object, but it still fails with make: *** [custom_install] Error 1 Cheers Allan -----Original Message----- From: Robert Helmer [mailto:rh...@cu...] Sent: Wednesday, December 03, 2003 11:26 AM To: NOC Alerts Cc: 'san...@li...' Subject: Re: [Sandweb-users] Problems installing on Fedora I haven't checked out Fedora yet, but I find it hard to imagine how Perl 5.8 could be very different. That's an odd error.. the only place all the other variables of that type are used is to print out the location for the user.. we're not assigning variables, we're reading them in from the $config object. Anyway.. try this, insert this into line 14 of sandweb/tools/install_script.pl: "imgpath = $config::imgpath\n", Thanks, Rob On Wed, Dec 03, 2003 at 09:26:05AM +1100, NOC Alerts wrote: > Hi > > I am coming across the problem when I try to perform the "make install" > command. Below is the error I recieve. > ----------------------------------------------------------- > Writing > /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi/auto/SandWeb/.packlis > t > Appending installation info to > /usr/lib/perl5/5.8.1/i386-linux-thread-multi/perllocal.pod > ./tools/install_script.pl > Name "config::imgpath" used only once: possible typo at > ./tools/install_script.pl line 26. > make: *** [custom_install] Error 1 > ------------------------------- > I have followed the INSTALL file and meet all the requirements. Using > Sandweb 1.0RC4. > Anyone have any idea? > > Thanks > > Allan > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN's Audience Survey. > Help shape OSDN's sites and tell us what you think. Take this > five minute survey and you could win a $250 Gift Certificate. > http://www.wrgsurveys.com/2003/osdntech03.php?site=8 > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Robert H. <rh...@cu...> - 2003-12-03 00:24:54
|
I haven't checked out Fedora yet, but I find it hard to imagine how Perl 5.8 could be very different. That's an odd error.. the only place all the other variables of that type are used is to print out the location for the user.. we're not assigning variables, we're reading them in from the $config object. Anyway.. try this, insert this into line 14 of sandweb/tools/install_script.pl: "imgpath = $config::imgpath\n", Thanks, Rob On Wed, Dec 03, 2003 at 09:26:05AM +1100, NOC Alerts wrote: > Hi > > I am coming across the problem when I try to perform the "make install" > command. Below is the error I recieve. > ----------------------------------------------------------- > Writing > /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi/auto/SandWeb/.packlis > t > Appending installation info to > /usr/lib/perl5/5.8.1/i386-linux-thread-multi/perllocal.pod > ./tools/install_script.pl > Name "config::imgpath" used only once: possible typo at > ./tools/install_script.pl line 26. > make: *** [custom_install] Error 1 > ------------------------------- > I have followed the INSTALL file and meet all the requirements. Using > Sandweb 1.0RC4. > Anyone have any idea? > > Thanks > > Allan > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN's Audience Survey. > Help shape OSDN's sites and tell us what you think. Take this > five minute survey and you could win a $250 Gift Certificate. > http://www.wrgsurveys.com/2003/osdntech03.php?site=8 > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: NOC A. <NOC...@kc...> - 2003-12-02 22:26:19
|
Hi I am coming across the problem when I try to perform the "make install" command. Below is the error I recieve. ----------------------------------------------------------- Writing /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi/auto/SandWeb/.packlis t Appending installation info to /usr/lib/perl5/5.8.1/i386-linux-thread-multi/perllocal.pod ./tools/install_script.pl Name "config::imgpath" used only once: possible typo at ./tools/install_script.pl line 26. make: *** [custom_install] Error 1 ------------------------------- I have followed the INSTALL file and meet all the requirements. Using Sandweb 1.0RC4. Anyone have any idea? Thanks Allan |
From: startux.org w. <web...@st...> - 2003-11-07 11:33:50
|
Hi, I have a repository in /usr/local/share/sandewb/users/livro/CVSROOT My Repository root is configured as /usr/local/share/sandewb/users/livro I am unable to add a module to it since when i try to do it i get the message "An error occurred. A call to the shell gave us this error code : 1 cvs [checkout aborted]: Cannot check out files into the repository itself" What am i doing wrong ? I've checked the README very carefully, but still it doesn't works :-( Any ideas ? Thank you. Warm regards, M=E1rio Gamito |
From: Robert H. <ro...@ro...> - 2003-11-06 23:28:12
|
SandWeb stores the password (by default, unless you change it during install) in /usr/local/share/sandweb/data/passwd Please note that they are MD5 encoded, and SandWeb runs Javascript on the login page to make a digest version of the password, so your web browser must support Javascript. What browser are you using? Thanks, Rob On Thu, Nov 06, 2003 at 09:34:21PM +0000, startux.org webmaster wrote: > Hi, > > I've just installed sandweb, but when i had a user (using "sandweb-admin > --add-user xpto" and give the password), i cannot never login. > Always says "Login incorrect, please try again." > > I've tried several logins and password and nothing solved the problem. > > BTW, where does sandweb stores the logins and passwords ? > > Thank you. > > Warm regards, > M?rio Gamito |
From: startux.org w. <web...@st...> - 2003-11-06 23:25:37
|
Hi, On Thu, 2003-11-06 at 20:47, Robert Helmer wrote: > Hmm.. works ok for me on RH9. Are you sure Perl is installed=20 > correctly? I just looked at the output of this on my box : >=20 > rpm -qa | grep perl >=20 > It looks like RH split off CGI.pm into it's own package, > perl-CGI-2.81-88.3 >=20 > Are you sure that's installed? That *really* did the trick :-) Thank you so much. Warm regards, M=E1rio Gamito |
From: startux.org w. <web...@st...> - 2003-11-06 21:34:34
|
Hi,=20 I've just installed sandweb, but when i had a user (using "sandweb-admin --add-user xpto" and give the password), i cannot never login. Always says "Login incorrect, please try again." I've tried several logins and password and nothing solved the problem. BTW, where does sandweb stores the logins and passwords ? Thank you. Warm regards, M=E1rio Gamito |
From: Robert H. <ro...@ro...> - 2003-11-06 20:46:54
|
Hmm.. works ok for me on RH9. Are you sure Perl is installed correctly? I just looked at the output of this on my box : rpm -qa | grep perl It looks like RH split off CGI.pm into it's own package, perl-CGI-2.81-88.3 Are you sure that's installed? On Tue, Nov 04, 2003 at 06:17:03PM -0800, Robert Helmer wrote: > On Fri, Oct 31, 2003 at 04:27:22PM +0000, startux.org webmaster wrote: > > When i tried to run "perl Makefile.pl", i got this error: > > "Warning: prerequisite CGI 0 not found." > > That's odd.. what version of Perl is this? > > > Looking at line 59 of sandweb.cgi, i've found a call to CGI::Carp, a > > perl module. > > > > Well, something weird is happening here. > > It seems that sandweb is unware of perl native modules. > > > > I'm using Red Hat 9, and Apache 1.3.28 compiled by myself. > > I'm running successfully viewcvs, but sandweb is *exactly what i want*. > > I have a RH9 box here, I'll test it out and see if I get something > similar. > > What version of SandWeb do you have? > > > > Thanks, > Rob > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Robert H. <ro...@ro...> - 2003-11-05 02:16:15
|
On Fri, Oct 31, 2003 at 04:27:22PM +0000, startux.org webmaster wrote: > When i tried to run "perl Makefile.pl", i got this error: > "Warning: prerequisite CGI 0 not found." That's odd.. what version of Perl is this? > Looking at line 59 of sandweb.cgi, i've found a call to CGI::Carp, a > perl module. > > Well, something weird is happening here. > It seems that sandweb is unware of perl native modules. > > I'm using Red Hat 9, and Apache 1.3.28 compiled by myself. > I'm running successfully viewcvs, but sandweb is *exactly what i want*. I have a RH9 box here, I'll test it out and see if I get something similar. What version of SandWeb do you have? Thanks, Rob |
From: startux.org w. <web...@st...> - 2003-10-31 16:29:53
|
Hi, When i tried to run "perl Makefile.pl", i got this error: "Warning: prerequisite CGI 0 not found." So, i've commented out this pre-requisite in Makefile.pl, since it seemed very odd to me. After that, i've compiled and installed successfully sandweb, but when i try sandweb with the browser i get this errors from Apache logs: "BEGIN failed--compilation aborted at /usr/local/httpd/cgi-bin/sandweb.cgi line 59. Premature end of script headers: /usr/local/httpd/cgi-bin/sandweb.cgi" Looking at line 59 of sandweb.cgi, i've found a call to CGI::Carp, a perl module. Well, something weird is happening here. It seems that sandweb is unware of perl native modules. I'm using Red Hat 9, and Apache 1.3.28 compiled by myself. I'm running successfully viewcvs, but sandweb is *exactly what i want*. Any help would be appreciated. Warm Regards, M=E1rio Gamito |
From: Rob H. <ro...@ro...> - 2003-08-18 00:29:05
|
Hello, There's another RC release out - 1.0RC4 * reenabled inline editor * fix bug in sandweb-expect with wrong passwords not being detected right away * fixed bug that made CVS commands not work on directories with spaces in them Debian users can put this in their /etc/apt/sources.list : deb http://sandweb.sourceforge.net/debian/ ./ Then run "apt-get update && apt-get install sandweb" All other platforms download this: http://prdownloads.sourceforge.net/sandweb/sandweb-1_0-RC4.tar.gz?download Please report any bugs! This will be the 1.0 release if there are no new bugs found! Thanks, Rob Helmer |
From: Rob H. <ro...@ro...> - 2003-07-15 18:50:30
|
On Mon, Jul 14, 2003 at 05:09:20PM -0600, Eric Swenson wrote: > Allright, > > 1) Added Unix.pm and applied the patch successfully, and now I'm getting: > ******************************* > t/auth.t 3 1 33.33% 3 > Failed 1/3 test scripts, 66.67% okay. 1/30 subtests failed, 96.67% okay. > make: *** [test_dynamic] Error 29 > ***************************************** That's ok, this patch is pretty raw. There isn't a test for Unix auth yet. BTW, just for anyone reading the sandweb-users list, this is an experimental patch we're trying to get working. You shouldn't have this much trouble with the latest RC :) > 2) The group patch added the block in sandweb.cgi to do the toolbar right > before $image_dir is defined. I moved the following line of code on line > 1408 in my patched sandweb.cgi up above that new block of code: > > my $image_dir = $config->{'webserver'}->{'image_dir'}; Hmm.. that's weird. I'll check my version again, but mine seems to be working ok. Were you not getting images in the toolbar? > 3) I can't seem to logon, still... this may be related to the auth system > looking in the wrong location for the user_dirs, which I have set to > /usr/local/sandweb/share/users (and confirmed in sandweb.cfg), but I'm > getting the following logfile when I try to login: > > LOG: Invalid login attempt, username: null > LOG: Invalid login attempt, username: reiuser > LOG: reiuser logged on. > LOG: reiuser logged on. > ERROR: Unable to write to file > '/var/www/sandweb/share/users/reiuser/.user.cfg': Permission denied > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > LOG: reiuser logged on. > LOG: reiuser logged on. > LOG: Invalid login attempt, username: eric > > Anyway, I trield creating user directories there and make sure they were > writable by the apache user, but still no go. Yeah, you have to create that dir by hand.. Interesting that it's saying "reiuser logged on", seems to indicate that it's working. Dunno why you're getting two logs of everything. Do you know about the debug setting in sandweb.cfg ? It sends extra debug output to the browser and to the log file; if it's still not working try with debug on and send the output. You sure /var/www/sandweb/share/users/reiuser/ exists and is writable by the Apache user? That should be all there is to it. Does .user.cfg exist in that directory? BTW "/var/www/sandweb/share" isn't a good place to have the users stuff; there are things in there you definitely don't want browsable. The default of "/usr/local/share" is more secure. > 4) You're sure awfully helpful. Is there a book on Amazon that I can toss > your way? =-) Heh.. oh, I don't know. I get alot of enjoyment from this stuff, although I have been wanting to get the next Dune book I haven't read (Heretics of Dune). I'd prefer a used copy, since I am really into recycling/reuse. I've been using the library alot lately but their selection isn't always so hot. Thanks, Rob |
From: Eric S. <er...@re...> - 2003-07-14 23:09:32
|
Allright, 1) Added Unix.pm and applied the patch successfully, and now I'm getting: ******************************* [eric@deathstar sandweb]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/auth..........ok 2/3dd: opening `t/var/users/foo/passwd': No such file or directory # Failed test 3 in t/auth.t at line 29 t/auth..........FAILED test 3 Failed 1/3 tests, 66.67% okay t/file..........ok t/repository....ok 8/190+1 records in 0+1 records out t/repository....ok 11/190+1 records in 0+1 records out t/repository....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/auth.t 3 1 33.33% 3 Failed 1/3 test scripts, 66.67% okay. 1/30 subtests failed, 96.67% okay. make: *** [test_dynamic] Error 29 ***************************************** Make install seemed to work ok. 2) The group patch added the block in sandweb.cgi to do the toolbar right before $image_dir is defined. I moved the following line of code on line 1408 in my patched sandweb.cgi up above that new block of code: my $image_dir = $config->{'webserver'}->{'image_dir'}; 3) I can't seem to logon, still... this may be related to the auth system looking in the wrong location for the user_dirs, which I have set to /usr/local/sandweb/share/users (and confirmed in sandweb.cfg), but I'm getting the following logfile when I try to login: LOG: Invalid login attempt, username: null LOG: Invalid login attempt, username: reiuser LOG: reiuser logged on. LOG: reiuser logged on. ERROR: Unable to write to file '/var/www/sandweb/share/users/reiuser/.user.cfg': Permission denied ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LOG: reiuser logged on. LOG: reiuser logged on. LOG: Invalid login attempt, username: eric Anyway, I trield creating user directories there and make sure they were writable by the apache user, but still no go. 4) You're sure awfully helpful. Is there a book on Amazon that I can toss your way? =-) Thanks, Eric On Monday 14 July 2003 15:31, you wrote: > Ok, you asked for it :) > > On Mon, Jul 14, 2003 at 02:00:31PM -0600, Eric Swenson wrote: > > On Monday 14 July 2003 13:36, you wrote: > > > On Mon, Jul 14, 2003 at 12:36:10PM -0600, Eric Swenson wrote: > > > > On Monday 14 July 2003 12:23, you wrote: > > > > Full PAM support is probably overkill for this, then, if you have it > > working against ssh. I'd love to try out the unix auth + group patches > > and see how that works out... any patches hanging around there for a > > read-only default user? > > The attached patch and files do both. > > Please note that this patch totally disables the SandWeb "FlatFile" > password in $data_dir/passwd (where $data_dir is set in sandweb.cfg). > > IMPORTANT - this patch currently just disables parts of the UI, if the > user does HTTP POSTs with the right commands, they can do whatever > they want!! It's totally insecure; it just prevents users from hurting > themselves. > > However, since SandWeb is a client there's no way to do irreperable > damage to the repository, they can just check in a bunch of garbage > and screw with their own sandbox. > > These issues are being addressed on the trunk, currently it's just > a UI plug there too. > > One thing I highly recommend - always use SSH method for repositories, > even if the CVS repo is on the same box as SandWeb. Otherwise, all > user's checkins will appear to be from the Apache user, and also > it's less of a security risk (if someone exploits a bug in Apache > or SandWeb, they can overwrite your repository if you use local repo > method..). > > You'll want to drop Unix.pm into lib/SandWeb/Auth/ and "make install". > > For each user you want to enable, you must do the following (where > "username" is the name of your desired user, variables refer to > sandweb.cfg settings): > > * mkdir $users_dir/username > * chown $www_user $users_dir/username > > For the groups stuff, put the attached "group" file into $data_dir, and > add users to it. These group names are hardcoded for now, this is what > they do : > > all: this is what you see in the current version of sandweb. all > CVS/file ops. > > simple: only the basic CVS ops, all file ops > > read-only: only read-only CVS commands, all file ops > > If the user is NOT in a group, they get no toolbar ( the toolbar is the > piece of HTML in the sandbox_menu that shows file ops and the CVS > pulldown ). > > > > Thanks, > Rob |
From: Eric S. <er...@re...> - 2003-07-14 17:58:33
|
Interesting, I couldn't run that command you suggested (even with my $CVSROOT setup properly), but I could run: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sandweb co sandweb In any case, make test came up with fewer errors, while the RC3 release seemed to work just fine this morning. BTW, I'm running Apache2, and I'd like to be able to just use mod_auth_ldap to authenticate users against my central ldap directory. Do you have any idea on whether I should go down the path of mod_auth_ldap, or will I need extra information in sandweb that will require hacking the code? Thanks, Eric On Thursday 10 July 2003 16:17, Rob Helmer wrote: > On Thu, Jul 10, 2003 at 03:48:55PM -0600, Eric Swenson wrote: > > Can't call method "debug" without a package or object reference at > > /usr/local/src/sandweb/blib/lib/SandWeb/Repository/cvs.pm line 2603. > > t/repository....dubious > > Test returned status 29 (wstat 7424, 0x1d00) > > DIED. FAILED tests 9-19 > > Hello, > > > We're ready to do another RC release off the release-1_0-branch in CVS, > can you do a "cvs co -r release-1_0-branch sandweb" from our anoncvs > server and see if it works? > > Or, you can just wait a day or two and rc3 will come out. It'd be cool > if you can test it from CVS though, just to make sure we don't release > rc3 with a bug.. > > > > Thanks, > Rob |
From: Rob H. <ro...@ro...> - 2003-07-11 22:38:11
|
Hello, SandWeb 1.0RC3 has been released! Changes : * fixed all known bugs since RC2 * no more Perl 5.8 warnings (thanks to nkj) Please note that it is on the release-1_0-branch tag in CVS, NOT on the trunk (there is active feature development happening on the trunk right now). Please report any bugs you find; if this one proves to be solid, then it'll be re-released as 1.0! Thanks, Rob Helmer |
From: Rob H. <ro...@ro...> - 2003-07-10 22:06:44
|
On Thu, Jul 10, 2003 at 03:48:55PM -0600, Eric Swenson wrote: > Can't call method "debug" without a package or object reference at > /usr/local/src/sandweb/blib/lib/SandWeb/Repository/cvs.pm line 2603. > t/repository....dubious > Test returned status 29 (wstat 7424, 0x1d00) > DIED. FAILED tests 9-19 Hello, We're ready to do another RC release off the release-1_0-branch in CVS, can you do a "cvs co -r release-1_0-branch sandweb" from our anoncvs server and see if it works? Or, you can just wait a day or two and rc3 will come out. It'd be cool if you can test it from CVS though, just to make sure we don't release rc3 with a bug.. Thanks, Rob |
From: Eric S. <er...@re...> - 2003-07-10 21:49:24
|
Hi All, sorry in advance for the long post. Following the instructions to unpack & install the sandweb 1.0rc2 tarball on redhat 8.0 pro on a dual P4 server, I run: perl Makefile.PL (no errors) make (no errors) make test on that last command, I get the following output: ***************************************************** [root@deathstar sandweb]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/auth..........ok t/file..........ok t/repository....ok 8/190+1 records in 0+1 records out Can't call method "debug" without a package or object reference at /usr/local/src/sandweb/blib/lib/SandWeb/Repository/cvs.pm line 2603. t/repository....dubious Test returned status 29 (wstat 7424, 0x1d00) DIED. FAILED tests 9-19 Failed 11/19 tests, 42.11% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/repository.t 29 7424 19 11 57.89% 9-19 Failed 1/3 test scripts, 66.67% okay. 11/30 subtests failed, 63.33% okay. make: *** [test_dynamic] Error 2 ******************************************************** I tried commenting out this line ($log->debug ...... ), but the error showed up at many other locations with similar $log->debug calls seemingly without end. I have the following perl packages installed: perl-Parse-Yapp-1.05-26 perl-libxml-perl-0.07-25 perl-XML-Grove-0.46alpha-21 perl-NKF-1.71-7 mod_perl-1.99_05-3 perl-5.8.0-55 perl-CPAN-1.61-55 perl-DBI-1.30-1 perl-DateManip-5.40-27 perl-HTML-Parser-3.26-14 perl-URI-1.21-3 perl-XML-Parser-2.31-12 perl-XML-Dumper-0.4-22 perl-libxml-enno-1.02-25 perl-XML-Twig-3.05-3 perl-File-MMagic-1.15-2 perl-Text-Kakasi-1.05-2 perl-CGI-2.81-55 perl-Digest-SHA1-2.01-6 perl-Net-DNS-0.26-2 perl-DBD-MySQL-2.1017-3 perl-Filter-1.28-9 perl-HTML-Tagset-3.03-25 perl-libwww-perl-5.65-2 perl-XML-Encoding-1.01-20 perl-Crypt-SSLeay-0.45-2 perl-Digest-HMAC-1.0 Any ideas? Thanks, Eric |
From: Rob H. <ro...@ro...> - 2003-06-26 21:32:50
|
On Thu, Jun 26, 2003 at 05:15:25PM -0400, Nathan Barhorst wrote: > Using a hash as a reference is deprecated at > /usr/local/lib/perl5/site_perl/5.8.0/SandWeb/Config.pm line 352. > > Using a hash as a reference is deprecated at > /usr/local/lib/perl5/site_perl/5.8.0/SandWeb/Config.pm line 353. These are fixed in the latest release branch (pre-RC3). We're waiting on another (mostly cosmetic) fix to release RC3. You can get to it normally by doing an anonymous checkout from sf.net : CVSROOT=:pserver:cvs.sf.net:/cvsroot/sandweb cvs login <enter> cvs co -r release-1_0-branch sandweb However, SourceForge seems to be having problems, so I put up a test release (note - this is not the official RC3 release!! :)): http://sandweb.sf.net/sandweb-1_0RC3-pre.tgz There are alot of fixes for things that are warnings in Perl 5.8 (but weren't for 5.6). > Also, when I try to log in to the web, it says "Unable to write config > file for nathanb." After I enter the "Full Name". That's weird. What user did you run "sandweb-admin" as? Check the permissions on your user's directory, e.g. /usr/local/share/sandweb/users If it's not owned or at least read/writable by the Apache user, then change it to be so (e.g. "chown -R www /usr/local/share/sandweb/users"). > When I checked the apache error_log file, I find this line near the > bottom (carriage returns added for readability): That's fixed in the latest code too. > > First off, I believe that the apache user is 'nobody', but I'm not sure. > I'm not sure how I check this. ps -ef | grep httpd That should tell you what user it's running as. > Second, how does one su to the user nobody? I've read from your posts > to the previously mentioned message, and noted that I should run > sandweb-admin as the user that apache uses to access the file. The > passwd file has "NP" where the password for nobody should be, but when I > try to su nobody, and leave the password blank, it says that it is an > invalid password. As a hunch, I su'd to root, changed the privileges on > the /usr/local/share/sandweb/data/passwd file so that all had read/write > access to it (for testing purposes), but I still have the same problems. su <root password, enter> su nobody > Is there any word on whether the latest CVS entries after RC2 have fixed > these problems? Well, at least a few of them have. I'm using SandWeb on Solaris 8 right now, seems to be working ok.. It's great to have other people testing though, because we get all these issues I never run into myself :) Thanks, Rob |
From: Nathan B. <NBa...@ap...> - 2003-06-26 21:15:31
|
Hi. =20 I've installed all the software needed, and I've got a few questions. =20 =20 First off, I'm running Apache 2.0.45, and Perl 5.8.0 ( I have the version numbers of the perl modules, if you want them). The system is running on SunOS 5.8 (ie Solaris) on a Blade 100. =20 I have a feeling that this is directly related to a problem that I read about posted on 5/15/03, titled "Loging problem". =20 =20 Here's the error message: 42% /usr/local/bin/sandweb-admin --add-user nathanb Using a hash as a reference is deprecated at /usr/local/lib/perl5/site_perl/5.8.0/SandWeb/Config.pm line 352. Using a hash as a reference is deprecated at /usr/local/lib/perl5/site_perl/5.8.0/SandWeb/Config.pm line 353. Enter password for nathanb: =20 Also, when I try to log in to the web, it says "Unable to write config file for nathanb." After I enter the "Full Name". =20 When I checked the apache error_log file, I find this line near the bottom (carriage returns added for readability): =20 [Thu Jun 26 16:35:59 2003] [error] [client 192.76.251.167] Using a hash as a reference is deprecated at /usr/local/lib/perl5/site_perl/5.8.0/SandWeb/Config.pm line 352., referer: http://adder/cgi-bin/sandweb.cgi?action=3Dconfiguration&Submit=3DDone&ful= l_n ame=3DNathan+Barhorst&confirm_delete=3Don =20 [Thu Jun 26 16:35:59 2003] [error] [client 192.76.251.167] Using a hash as a reference is deprecated at /usr/local/lib/perl5/site_perl/5.8.0/SandWeb/Config.pm line 353., referer: http://adder/cgi-bin/sandweb.cgi?action=3Dconfiguration&Submit=3DDone&ful= l_n ame=3DNathan+Barhorst&confirm_delete=3Don =20 I get these entries whenever I try to log into the website. =20 =20 First off, I believe that the apache user is 'nobody', but I'm not sure. I'm not sure how I check this. =20 =20 Second, how does one su to the user nobody? I've read from your posts to the previously mentioned message, and noted that I should run sandweb-admin as the user that apache uses to access the file. The passwd file has "NP" where the password for nobody should be, but when I try to su nobody, and leave the password blank, it says that it is an invalid password. As a hunch, I su'd to root, changed the privileges on the /usr/local/share/sandweb/data/passwd file so that all had read/write access to it (for testing purposes), but I still have the same problems. =20 Is there any word on whether the latest CVS entries after RC2 have fixed these problems? =20 Any other suggestions? =20 Thanks! =20 -Nathan |
From: Rob H. <ro...@ro...> - 2003-06-14 05:52:17
|
1.5? Huh.. this is the one we used : http://search.cpan.org/author/GAAS/Digest-MD5-2.24/MD5.pm (as per sandweb/INSTALL, we tested with 2.13-2) Let us know if that works better :) -- Rob Gordon Jones wrote: >Hello, > >I am able to build and run SandWeb under the Cygwin >OS. I can successfully run the admin tool to create a >user called "test". When I try to log in I get the >following message: > >Software error: > >Undefined subroutine &SandWeb::Auth::FlatFile::md5_hex >called at >/usr/lib/perl5/site_perl/5.6.1/SandWeb/Auth/FlatFile.pm >line 175, <PF> line 2. > >Note I installed the Perl module >Digest-Perl-MD5-1.5.tar.gz; hopefully that is the >right one. > >Any help wopuld be appreciated. > >Thanks, > >Gordon Jones >go...@to... > > > >===== >Tomorrow Systems Inc. >Internet Consulting - Internet Security >http://www.tomorrowsys.com > > >------------------------------------------------------- >This SF.NET email is sponsored by: eBay >Great deals on office technology -- on eBay now! Click here: >http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 >_______________________________________________ >Sandweb-users mailing list >San...@li... >https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > |
From: Rob H. <ro...@ro...> - 2003-06-14 05:45:44
|
Hey, I checked this into the release branch, you'll need to do a CVS checkout if you'd like to test it out. Make sure to use the sandweb-1_0-branch tag! e.g. : cvs co -r sandweb-1_0-branch sandweb -- Rob Fadjar Tandabawana wrote: >Hi Rob, > >Do you have good news for me??? :) > >Regards, >Fadjar Tandabawana > > >-----Original Message----- >From: Rob Helmer [mailto:ro...@ro...] >Sent: 05 Juni 2003 15:24 >To: Fadjar Tandabawana >Cc: san...@li... >Subject: Re: [Sandweb-users] SandWeb with CVSNT > > >On Thu, Jun 05, 2003 at 02:56:38PM +0800, Fadjar Tandabawana wrote: > > >>DEBUG: (SandWeb::Shell) VCS command is : cd >>/export/home/sandweb/cache/users/fadjar/COMMIT// && >>MESSAGE_FILE="/export/home/sandweb/cache/users/fadjar/commitmsg" && >>export MESSAGE_FILE && CVSEDITOR=/usr/local/bin/sandweb-editor && >>export CVSEDITOR && SSH_BIN=/usr/bin/ssh && export SSH_BIN && >>CVS_RSH=/usr/local/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs >>-q -d :pserver:fadjar@172.16.0.253:e/project/commit checkout -d >>documents 'documents' >> >> > > >Hmm.. it says "e/project/commit", I'm sure we're stripping ":" for security >reasons :/ yar. > >Let me look into it; it's probably safe to allow. > > > >-- >Rob > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >Sandweb-users mailing list >San...@li... >https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > |
From: Gordon J. <go...@to...> - 2003-06-12 12:08:57
|
Hello, I am able to build and run SandWeb under the Cygwin OS. I can successfully run the admin tool to create a user called "test". When I try to log in I get the following message: Software error: Undefined subroutine &SandWeb::Auth::FlatFile::md5_hex called at /usr/lib/perl5/site_perl/5.6.1/SandWeb/Auth/FlatFile.pm line 175, <PF> line 2. Note I installed the Perl module Digest-Perl-MD5-1.5.tar.gz; hopefully that is the right one. Any help wopuld be appreciated. Thanks, Gordon Jones go...@to... ===== Tomorrow Systems Inc. Internet Consulting - Internet Security http://www.tomorrowsys.com |
From: Fadjar T. <fa...@ba...> - 2003-06-10 10:35:42
|
Hi Rob, Do you have good news for me??? :) Regards, Fadjar Tandabawana -----Original Message----- From: Rob Helmer [mailto:ro...@ro...] Sent: 05 Juni 2003 15:24 To: Fadjar Tandabawana Cc: san...@li... Subject: Re: [Sandweb-users] SandWeb with CVSNT On Thu, Jun 05, 2003 at 02:56:38PM +0800, Fadjar Tandabawana wrote: > DEBUG: (SandWeb::Shell) VCS command is : cd > /export/home/sandweb/cache/users/fadjar/COMMIT// && > MESSAGE_FILE="/export/home/sandweb/cache/users/fadjar/commitmsg" && > export MESSAGE_FILE && CVSEDITOR=/usr/local/bin/sandweb-editor && > export CVSEDITOR && SSH_BIN=/usr/bin/ssh && export SSH_BIN && > CVS_RSH=/usr/local/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs > -q -d :pserver:fadjar@172.16.0.253:e/project/commit checkout -d > documents 'documents' Hmm.. it says "e/project/commit", I'm sure we're stripping ":" for security reasons :/ yar. Let me look into it; it's probably safe to allow. -- Rob |
From: Fadjar T. <fa...@ba...> - 2003-06-05 08:11:33
|
Dear Rob, I have this errors: DEBUG: (SandWeb::Shell) VCS command is : cd /export/home/sandweb/cache/users/elaksana/dbsv// && MESSAGE_FILE="/export/home/sandweb/cache/users/elaksana/commitmsg" && export MESSAGE_FILE && CVSEDITOR=/usr/local/bin/sandweb-editor && export CVSEDITOR && SSH_BIN=/usr/bin/ssh && export SSH_BIN && CVS_RSH=/usr/local/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs -q -d :pserver:elaksana@172.16.0.33:/usr/local/cvsroot checkout -d FOS-WLS 'FOS-WLS' DEBUG: (SandWeb::Shell) Using VCS username/password DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect vcs /export/home/sandweb/cache/users/elaksana/passwd "cd /export/home/sandweb/cache/users/elaksana/dbsv// && MESSAGE_FILE="/export/home/sandweb/cache/users/elaksana/commitmsg" && export MESSAGE_FILE && CVSEDITOR=/usr/local/bin/sandweb-editor && export CVSEDITOR && SSH_BIN=/usr/bin/ssh && export SSH_BIN && CVS_RSH=/usr/local/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs -q -d :pserver:elaksana@172.16.0.33:/usr/local/cvsroot checkout -d FOS-WLS 'FOS-WLS' Then sandweb said An error occurred. A call to the shell gave us this error code : 1 Is there any wrong setting? Regards, Fadjar Tandabawana |
From: Rob H. <ro...@ro...> - 2003-06-05 07:14:54
|
On Thu, Jun 05, 2003 at 02:56:38PM +0800, Fadjar Tandabawana wrote: > DEBUG: (SandWeb::Shell) VCS command is : cd > /export/home/sandweb/cache/users/fadjar/COMMIT// && > MESSAGE_FILE="/export/home/sandweb/cache/users/fadjar/commitmsg" && export > MESSAGE_FILE && CVSEDITOR=/usr/local/bin/sandweb-editor && export CVSEDITOR > && SSH_BIN=/usr/bin/ssh && export SSH_BIN && > CVS_RSH=/usr/local/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs -q -d > :pserver:fadjar@172.16.0.253:e/project/commit checkout -d documents > 'documents' Hmm.. it says "e/project/commit", I'm sure we're stripping ":" for security reasons :/ yar. Let me look into it; it's probably safe to allow. -- Rob |