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: Zoltan F. <zo...@da...> - 2003-01-30 23:00:03
|
I am using Solaris 9 with the latest recommended cluster patch. And the ssh daemon is the one that comes with solaris 9=20 The ssh part should work fine, because if I am setting a bad password I am getting something like authentification failed. Running the following commandline gives me the following: $ CVS_RSH=3D/usr/bin/ssh && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib' cvs@freak's password:=20 cvs [checkout aborted]: end of file from server (consult above messages if any) --zoly -----Original Message----- From: Rob Helmer [mailto:ro...@ro...]=20 Sent: Thursday, January 30, 2003 5:44 PM To: Zoltan Farkas Cc: san...@li... Subject: Re: [Sandweb-users] module checkout problem On Thu, Jan 30, 2003 at 04:59:17PM -0500, Zoltan Farkas wrote: > I have problems checking out a module from CVS using SSH > =20 > I have here the debug message dump: Hello, > Current filename(s) : doclib=20 >=20 > cvs [checkout aborted]: end of file from server (consult above messages > if any) Either CVS can't talk to SSH, or the SSH server is not accepting connections.=20 Which OS is this BTW? Looks like this is your full command : DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect vcs /usr/local/share/sandweb/users/admin/passwd "cd /usr/local/share/sandweb/users/admin/local// && CVS_RSH=3D/usr/bin/ssh = && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib'" Make sure that "/usr/bin/ssh" is the correct path for SSH, this is set upon install and is configured in sandweb.cfg Also, try running this from the command line in your regular user account : CVS_RSH=3D/usr/bin/ssh && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib' Let us know if that works. Thanks, Rob > =20 > =20 > DEBUG: (main) action: sandbox - submit: Checkout > DEBUG: (main) module_description:=20 > DEBUG: (main) loading prefs > DEBUG: (main)=20 > $VAR1 =3D bless( { > 'log_obj' =3D> bless( { > 'log_dir' =3D> '/var/log', > 'toggle' =3D> { > 'debug' =3D> '1', > 'log' =3D> '1' > }, > 'debug_msgs' =3D> [ > '(main) action: > sandbox - submit: Checkout', > '(main) > module_description:=20 > ', > '(main) loading > prefs' > ] > }, 'SandWeb::Log' ), > 'repo' =3D> { > 'local' =3D> { > 'password' =3D> 'cvs123', > 'connection' =3D> 'SSH', > 'remember_repo_password' =3D> > 'on', > 'name' =3D> 'local', > 'root' =3D> '/db/cvs', > 'type' =3D> 'CVS', > 'server' =3D> 'freak', > 'module' =3D> {}, > 'username' =3D> 'cvs' > } > }, > 'personal' =3D> { > 'confirm_delete' =3D> 'on', > 'full_name' =3D> 'Zoltan Farkas' > }, > 'config_file' =3D> '.user.cfg', > 'config_dir' =3D> '/usr/local/share/sandweb/users/admin' > }, 'SandWeb::Config' ); >=20 > DEBUG: (SandWeb::Config) module_description =3D ''=20 > DEBUG: (main) write_config() > DEBUG: (main) module_name:=20 > DEBUG: (main) username: admin > DEBUG: (main) location:=20 > DEBUG: (main) main_window_url: > http://freak/cgi-bin/sandweb.cgi?action=3Dsandbox > DEBUG: (main) Repo name: local > DEBUG: (main) Repo root: /db/cvs > DEBUG: (main) VCS sandbox: /usr/local/share/sandweb/users/admin/local// > DEBUG: (main) Repo type: CVS > DEBUG: (main) Filename(s): doclib > DEBUG: (SandWeb::Repository) Performing checkout operation > DEBUG: (SandWeb::Repository) Params: file doclib > DEBUG: (SandWeb::Repository::cvs) Performing checkout operation > DEBUG: (SandWeb::Repository::cvs) Params: checkout -d doclib > DEBUG: (SandWeb::Repository::cvs) File: doclib > DEBUG: (SandWeb::Repository::cvs) Creating Shell object > DEBUG: (SandWeb::Shell) VCS call to Unix shell > DEBUG: (SandWeb::Shell) VCS command is : cd > /usr/local/share/sandweb/users/admin/local// && CVS_RSH=3D/usr/bin/ssh && > export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs > checkout -d doclib 'doclib' > DEBUG: (SandWeb::Shell) Using VCS username/password > DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect > vcs /usr/local/share/sandweb/users/admin/passwd "cd > /usr/local/share/sandweb/users/admin/local// && CVS_RSH=3D/usr/bin/ssh && > export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs > checkout -d doclib 'doclib'" > DEBUG: (SandWeb::File) removing file : > /usr/local/share/sandweb/users/admin/passwd > DEBUG: (SandWeb::File::Unix) removing file : > /usr/local/share/sandweb/users/admin/passwd > DEBUG: (SandWeb::Shell) VCS call to Unix shell > DEBUG: (SandWeb::Shell) VCS command is : rm > "/usr/local/share/sandweb/users/admin/passwd" > DEBUG: (SandWeb::Shell) Not using VCS username/password > DEBUG: (SandWeb::File::Unix) error code : > =20 > =20 > =20 > =20 > Anybody knows why? > =20 > --zoly |
From: Rob H. <ro...@ro...> - 2003-01-30 22:44:51
|
On Thu, Jan 30, 2003 at 04:59:17PM -0500, Zoltan Farkas wrote: > I have problems checking out a module from CVS using SSH > > I have here the debug message dump: Hello, > Current filename(s) : doclib > > cvs [checkout aborted]: end of file from server (consult above messages > if any) Either CVS can't talk to SSH, or the SSH server is not accepting connections. Which OS is this BTW? Looks like this is your full command : DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect vcs /usr/local/share/sandweb/users/admin/passwd "cd /usr/local/share/sandweb/users/admin/local// && CVS_RSH=/usr/bin/ssh && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib'" Make sure that "/usr/bin/ssh" is the correct path for SSH, this is set upon install and is configured in sandweb.cfg Also, try running this from the command line in your regular user account : CVS_RSH=/usr/bin/ssh && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib' Let us know if that works. Thanks, Rob > > > DEBUG: (main) action: sandbox - submit: Checkout > DEBUG: (main) module_description: > DEBUG: (main) loading prefs > DEBUG: (main) > $VAR1 = bless( { > 'log_obj' => bless( { > 'log_dir' => '/var/log', > 'toggle' => { > 'debug' => '1', > 'log' => '1' > }, > 'debug_msgs' => [ > '(main) action: > sandbox - submit: Checkout', > '(main) > module_description: > ', > '(main) loading > prefs' > ] > }, 'SandWeb::Log' ), > 'repo' => { > 'local' => { > 'password' => 'cvs123', > 'connection' => 'SSH', > 'remember_repo_password' => > 'on', > 'name' => 'local', > 'root' => '/db/cvs', > 'type' => 'CVS', > 'server' => 'freak', > 'module' => {}, > 'username' => 'cvs' > } > }, > 'personal' => { > 'confirm_delete' => 'on', > 'full_name' => 'Zoltan Farkas' > }, > 'config_file' => '.user.cfg', > 'config_dir' => '/usr/local/share/sandweb/users/admin' > }, 'SandWeb::Config' ); > > DEBUG: (SandWeb::Config) module_description = '' > DEBUG: (main) write_config() > DEBUG: (main) module_name: > DEBUG: (main) username: admin > DEBUG: (main) location: > DEBUG: (main) main_window_url: > http://freak/cgi-bin/sandweb.cgi?action=sandbox > DEBUG: (main) Repo name: local > DEBUG: (main) Repo root: /db/cvs > DEBUG: (main) VCS sandbox: /usr/local/share/sandweb/users/admin/local// > DEBUG: (main) Repo type: CVS > DEBUG: (main) Filename(s): doclib > DEBUG: (SandWeb::Repository) Performing checkout operation > DEBUG: (SandWeb::Repository) Params: file doclib > DEBUG: (SandWeb::Repository::cvs) Performing checkout operation > DEBUG: (SandWeb::Repository::cvs) Params: checkout -d doclib > DEBUG: (SandWeb::Repository::cvs) File: doclib > DEBUG: (SandWeb::Repository::cvs) Creating Shell object > DEBUG: (SandWeb::Shell) VCS call to Unix shell > DEBUG: (SandWeb::Shell) VCS command is : cd > /usr/local/share/sandweb/users/admin/local// && CVS_RSH=/usr/bin/ssh && > export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs > checkout -d doclib 'doclib' > DEBUG: (SandWeb::Shell) Using VCS username/password > DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect > vcs /usr/local/share/sandweb/users/admin/passwd "cd > /usr/local/share/sandweb/users/admin/local// && CVS_RSH=/usr/bin/ssh && > export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs > checkout -d doclib 'doclib'" > DEBUG: (SandWeb::File) removing file : > /usr/local/share/sandweb/users/admin/passwd > DEBUG: (SandWeb::File::Unix) removing file : > /usr/local/share/sandweb/users/admin/passwd > DEBUG: (SandWeb::Shell) VCS call to Unix shell > DEBUG: (SandWeb::Shell) VCS command is : rm > "/usr/local/share/sandweb/users/admin/passwd" > DEBUG: (SandWeb::Shell) Not using VCS username/password > DEBUG: (SandWeb::File::Unix) error code : > > > > > Anybody knows why? > > --zoly |
From: Zoltan F. <zo...@da...> - 2003-01-30 22:04:57
|
I have problems checking out a module from CVS using SSH =20 I have here the debug message dump: =20 =20 SandWeb=20 : VCS checkout =20 =20 =20 =20 =20 =20 =20 Current filename(s) : doclib=20 cvs [checkout aborted]: end of file from server (consult above messages if any) =20 =20 DEBUG: (main) action: sandbox - submit: Checkout DEBUG: (main) module_description:=20 DEBUG: (main) loading prefs DEBUG: (main)=20 $VAR1 =3D bless( { 'log_obj' =3D> bless( { 'log_dir' =3D> '/var/log', 'toggle' =3D> { 'debug' =3D> '1', 'log' =3D> '1' }, 'debug_msgs' =3D> [ '(main) action: sandbox - submit: Checkout', '(main) module_description:=20 ', '(main) loading prefs' ] }, 'SandWeb::Log' ), 'repo' =3D> { 'local' =3D> { 'password' =3D> 'cvs123', 'connection' =3D> 'SSH', 'remember_repo_password' =3D> 'on', 'name' =3D> 'local', 'root' =3D> '/db/cvs', 'type' =3D> 'CVS', 'server' =3D> 'freak', 'module' =3D> {}, 'username' =3D> 'cvs' } }, 'personal' =3D> { 'confirm_delete' =3D> 'on', 'full_name' =3D> 'Zoltan Farkas' }, 'config_file' =3D> '.user.cfg', 'config_dir' =3D> = '/usr/local/share/sandweb/users/admin' }, 'SandWeb::Config' ); DEBUG: (SandWeb::Config) module_description =3D ''=20 DEBUG: (main) write_config() DEBUG: (main) module_name:=20 DEBUG: (main) username: admin DEBUG: (main) location:=20 DEBUG: (main) main_window_url: http://freak/cgi-bin/sandweb.cgi?action=3Dsandbox DEBUG: (main) Repo name: local DEBUG: (main) Repo root: /db/cvs DEBUG: (main) VCS sandbox: /usr/local/share/sandweb/users/admin/local// DEBUG: (main) Repo type: CVS DEBUG: (main) Filename(s): doclib DEBUG: (SandWeb::Repository) Performing checkout operation DEBUG: (SandWeb::Repository) Params: file doclib DEBUG: (SandWeb::Repository::cvs) Performing checkout operation DEBUG: (SandWeb::Repository::cvs) Params: checkout -d doclib DEBUG: (SandWeb::Repository::cvs) File: doclib DEBUG: (SandWeb::Repository::cvs) Creating Shell object DEBUG: (SandWeb::Shell) VCS call to Unix shell DEBUG: (SandWeb::Shell) VCS command is : cd /usr/local/share/sandweb/users/admin/local// && CVS_RSH=3D/usr/bin/ssh = && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib' DEBUG: (SandWeb::Shell) Using VCS username/password DEBUG: (SandWeb::Shell) Full command is : /usr/local/bin/sandweb-expect vcs /usr/local/share/sandweb/users/admin/passwd "cd /usr/local/share/sandweb/users/admin/local// && CVS_RSH=3D/usr/bin/ssh = && export CVS_RSH && /usr/local/bin/cvs -q -d :ext:cvs@freak:/db/cvs checkout -d doclib 'doclib'" DEBUG: (SandWeb::File) removing file : /usr/local/share/sandweb/users/admin/passwd DEBUG: (SandWeb::File::Unix) removing file : /usr/local/share/sandweb/users/admin/passwd DEBUG: (SandWeb::Shell) VCS call to Unix shell DEBUG: (SandWeb::Shell) VCS command is : rm "/usr/local/share/sandweb/users/admin/passwd" DEBUG: (SandWeb::Shell) Not using VCS username/password DEBUG: (SandWeb::File::Unix) error code : =20 =20 =20 =20 Anybody knows why? =20 --zoly |
From: Rob H. <ro...@ro...> - 2003-01-30 15:40:55
|
Hello, You can check out the pre-beta code from our CVS on Sourceforge, but the ALPHA release should be able to add directories. Can you set "debug" to "1" in the sandweb.cfg, rerun your command, and send the output to this list? It's most likely a permissions problem. Also, what OS are you using? Thanks, Rob Helmer On Thu, Jan 30, 2003 at 06:34:09PM +0530, Kiran Kumar M wrote: > Hi, > I just installed sandweb on my server ...it dosent seem to work ??? i > cannot add directories ...where can i get a latest copy ...has anybody > installed sandweb and have used it > > Thanks, > Kiran > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Kiran K. M <ki...@co...> - 2003-01-30 13:05:43
|
Hi, I just installed sandweb on my server ...it dosent seem to work ??? i cannot add directories ...where can i get a latest copy ...has anybody installed sandweb and have used it Thanks, Kiran |
From: Rob H. <ro...@na...> - 2003-01-28 17:34:33
|
On Tue, Jan 28, 2003 at 01:16:32PM +0000, lu fang wrote: > Hi, I have installed sandweb successfully by cygwin under win2k. But I > don't know how to run it properly. > > sandweb-admin is installed into /usr/local/bin and > sandweb.cgi is installed into /var/www/cgi-bin > > Can I browse it by IE under windows2000 OS? But what should I type at > address field of IE? Can I commit new file to cvs repository through > sandweb? pls give some idea! thanks a lot! Hello, Yes to all these questions, if you are running apache and it's CGI directory is configured to be /var/www/cgi-bin, you should type something like this into IE : http://localhost/cgi-bin/sandweb.cgi See if that works, if not send me a private email with your apache config ( httpd.conf ) and I'll help you out. Once you are able to see the sandweb login screen in IE, you'll want to create a user by running "sandweb-admin --add-user username" where "username" is the name you want to use. Once logged in, you will be able to add repositories and check out modules, and then you can run any CVS command you want on files through sandweb ( upload new files, add them to the repo, commit them, remove them, modify tags, etc. ). HTH, Rob > > > > > > _________________________________________________________________ > Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/ > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: lu f. <hel...@ho...> - 2003-01-28 13:16:39
|
Hi, I have installed sandweb successfully by cygwin under win2k. But I don't know how to run it properly. sandweb-admin is installed into /usr/local/bin and sandweb.cgi is installed into /var/www/cgi-bin Can I browse it by IE under windows2000 OS? But what should I type at address field of IE? Can I commit new file to cvs repository through sandweb? pls give some idea! thanks a lot! _________________________________________________________________ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ |
From: Rob H. <ro...@ro...> - 2003-01-26 22:30:32
|
Hello, There doesn't seem to be a user "apache" on your system, judging from the error output. The errors about "line 124 in install_script" would seem to indicate that either $cfgdir or or $logdir is empty, but the output at the top seems to indicate that these variables are set correctly. Anyway, I suggest : 1) Are you using the ALPHA or a CVS checkout? If it's CVS, do a "cvs update" of the sandweb checkout, I don't know when you checked stuff out before but it couldn't hurt to be up-to-date ( the current state seems of CVS seems good ), that way maybe I can reproduce and fix what you are seeing if it's a bug. 2) try "administrator" as the user, just to see if that helps. If everything works when you change that, we'll know that's the problem. It's not secure, but it worked for me when I tested SandWeb on cygwin before. Thanks, Rob lu fang wrote: > > hi, I tried to install sandweb under cygwin. I followed the > instruction written in install file. I have installed perl( with some > module mentioned in install file) and cvs and apache successfully. And > i got all these (perl, cvs, apache) from cygwin packages. my OS is > win2k. but now i got error message as follow: > > $ make install > Writing > /usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/SandWeb/.packlist > Appending installation info to > /usr/lib/perl5/5.6.1/cygwin-multi/perllocal.pod > ./tools/install_script.pl /usr > loading install config... > bindir = /usr/local/bin > cfgdir = /usr/local/etc/sandweb > cgidir = /var/www/cgi-bin > tmpldir = /usr/local/lib/sandweb/templates > cachedir = /usr/local/share/sandweb > logdir = /var/log > httpuser = www > Installing sandweb-admin into /usr/local/bin... done. > ------------------------- > Installing sandweb.cgi... > > Specify the location you wish to install the CGI script. > This is commonly in your webservers 'cgi-bin' directory. > Enter the full path [default: /var/www/cgi-bin] : > D:/cygwin/var/www.new/cgi-bin > > ** actually I am not sure whether I should key in this path or not > .Becos I have installed not only the apache package released with > cygwin but also a apache web server under windows2000 whose cgi dir > should be D:/project/programs/apache group/apache/cgi-bin ** > > Installing sandweb.cgi into D:/cygwin/var/www.new/cgi-bin... done. > checking for /usr... exists. > checking for /usr/local... exists. > checking for /usr/local/lib... exists. > checking for /usr/local/lib/sandweb... exists. > checking for /usr/local/lib/sandweb/templates... exists. > setting permissions (755) on /usr/local/lib/sandweb/templates/... ok! > Installing SandWeb templates into /usr/local/lib/sandweb/templates... > done. > ----------------------------- > Discovering Webserver user... > The user 'www' does not seem to exist, the webserver must > have read/write access to the '/usr/local/share/sandweb' directory. > Please > enter the username the webserver runs as (some common users are: > httpd, apache, www-data, nobody ). [default: www]: apache > > ** I am not sure about the username here. I keyed in 'apache' becos I > install apache. I don't know whether it is correct.how can I check it? ** > > > Creating SandWeb cache dir '/usr/local/share/sandweb'... > checking for /usr... exists. > checking for /usr/local... exists. > checking for /usr/local/share... exists. > checking for /usr/local/share/sandweb... exists. > setting permissions (755) on /usr/local/share/sandweb/... ok! > setting ownership (apache:0) on /usr/local/share/sandweb/... chown: > `apache:0': > invalid user > failed! > Creating SandWeb log file : /var/log/sandweb.log > checking for /var... exists. > checking for /var/log... exists. > setting permissions (755) on /var/log/... ok! > setting ownership (0:0) on /var/log/... ok! > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Installing SandWeb config file in /usr/local/etc/sandweb > checking for /usr... exists. > checking for /usr/local... exists. > checking for /usr/local/etc... exists. > checking for /usr/local/etc/sandweb... exists. > setting permissions (755) on /usr/local/etc/sandweb/... ok! > setting ownership (0:0) on /usr/local/etc/sandweb/... ok! > Updating config file paths in executables... sandweb.cgi, sandweb-admin > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 124, <PW> line 5. > Use of uninitialized value in concatenation (.) or string at > ./tools/install_scr > ipt.pl line 87. > Unable to get UID of > make: *** [custom_install] Error 6 > > I have no idea about how to solve this problem. Can anyone help? > > thanks a lot! > > kaguya > > > > > > _________________________________________________________________ > 免费下载 MSN Explorer: http://explorer.msn.com/lccn > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: lu f. <hel...@ho...> - 2003-01-26 15:38:38
|
hi, I tried to install sandweb under cygwin. I followed the instruction written in install file. I have installed perl( with some module mentioned in install file) and cvs and apache successfully. And i got all these (perl, cvs, apache) from cygwin packages. my OS is win2k. but now i got error message as follow: $ make install Writing /usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/SandWeb/.packlist Appending installation info to /usr/lib/perl5/5.6.1/cygwin-multi/perllocal.pod ./tools/install_script.pl /usr loading install config... bindir = /usr/local/bin cfgdir = /usr/local/etc/sandweb cgidir = /var/www/cgi-bin tmpldir = /usr/local/lib/sandweb/templates cachedir = /usr/local/share/sandweb logdir = /var/log httpuser = www Installing sandweb-admin into /usr/local/bin... done. ------------------------- Installing sandweb.cgi... Specify the location you wish to install the CGI script. This is commonly in your webservers 'cgi-bin' directory. Enter the full path [default: /var/www/cgi-bin] : D:/cygwin/var/www.new/cgi-bin ** actually I am not sure whether I should key in this path or not .Becos I have installed not only the apache package released with cygwin but also a apache web server under windows2000 whose cgi dir should be D:/project/programs/apache group/apache/cgi-bin ** Installing sandweb.cgi into D:/cygwin/var/www.new/cgi-bin... done. checking for /usr... exists. checking for /usr/local... exists. checking for /usr/local/lib... exists. checking for /usr/local/lib/sandweb... exists. checking for /usr/local/lib/sandweb/templates... exists. setting permissions (755) on /usr/local/lib/sandweb/templates/... ok! Installing SandWeb templates into /usr/local/lib/sandweb/templates... done. ----------------------------- Discovering Webserver user... The user 'www' does not seem to exist, the webserver must have read/write access to the '/usr/local/share/sandweb' directory. Please enter the username the webserver runs as (some common users are: httpd, apache, www-data, nobody ). [default: www]: apache ** I am not sure about the username here. I keyed in 'apache' becos I install apache. I don't know whether it is correct.how can I check it? ** Creating SandWeb cache dir '/usr/local/share/sandweb'... checking for /usr... exists. checking for /usr/local... exists. checking for /usr/local/share... exists. checking for /usr/local/share/sandweb... exists. setting permissions (755) on /usr/local/share/sandweb/... ok! setting ownership (apache:0) on /usr/local/share/sandweb/... chown: `apache:0': invalid user failed! Creating SandWeb log file : /var/log/sandweb.log checking for /var... exists. checking for /var/log... exists. setting permissions (755) on /var/log/... ok! setting ownership (0:0) on /var/log/... ok! Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Installing SandWeb config file in /usr/local/etc/sandweb checking for /usr... exists. checking for /usr/local... exists. checking for /usr/local/etc... exists. checking for /usr/local/etc/sandweb... exists. setting permissions (755) on /usr/local/etc/sandweb/... ok! setting ownership (0:0) on /usr/local/etc/sandweb/... ok! Updating config file paths in executables... sandweb.cgi, sandweb-admin Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 124, <PW> line 5. Use of uninitialized value in concatenation (.) or string at ./tools/install_scr ipt.pl line 87. Unable to get UID of make: *** [custom_install] Error 6 I have no idea about how to solve this problem. Can anyone help? thanks a lot! kaguya _________________________________________________________________ 免费下载 MSN Explorer: http://explorer.msn.com/lccn |
From: Rob H. <ro...@na...> - 2003-01-23 17:33:49
|
Hello, The only difference I can think of is that I used Perl from Cygwin rather than ActivePerl. Can you try this? I'll try to find time to download activeperl and test it out, I can't imagine why it wouldn't work though. That's the same version of make I have ( GNU make right? I don't imagine anything else would happen to have that same three digit version number :P ). I'm using CVS from Cygwin also ( but it does not matter this early in the build process ). Please try with Cygwin's regular "perl" package and let me know what happens. Thanks, Rob On Thu, Jan 23, 2003 at 11:25:23AM +0000, lu fang wrote: > hi, the software version I used : > sandweb-alpha > cvsnt_1.11.1.3 > make-3.79.1-7.tar.bz > activeperl-5.6.1.633 > > the step i used is > perl Makefile.PL > make > make install > > but i got error message when i type 'make' > $make > '-c'is not recognized as an internal or external command,operable program > or batch file. > make: ***[blib\lib.exists] error 1 > > actually before this error, i got a error that says 'missing separator', i > solved it by edit one of line in my makefile( let it begin with a tab).but > later when i type 'make' again, got the error shown as above.and i don't > know how to solve it. > pls give some help!thanks alot! > > kaguya > > > > > > > > > >From: Rob Helmer <ro...@na...> > >To: lu fang <hel...@ho...> > >CC: san...@li... > >Subject: Re: [Sandweb-users] install sandweb by cygwin and got problem > >Date: Wed, 22 Jan 2003 23:12:05 -0800 > > > >Hello, > > > > > >What release of SandWeb are you using? I was able to get both > >the ALPHA and the latest CVS checkout to work under CygWin, but > >I'd like to know anyway. > > > >Also, please outline the steps you are using to build, should be : > > > >perl Makefile.PL > >make > >make install > > > >Finally, please report the version of "make" and "perl". > > > > > > > >Thanks, > >Rob Helmer > > > > > >On Thu, Jan 23, 2003 at 05:46:10AM +0000, lu fang wrote: > > > > > > hi, all > > > I am trying to install sandweb under win2k OS. I used cygwin. But when > I > > > use make , I always got the problem like: > > > $make > > > '-c'is not recognized as an internal or external command,operable > program > > > or batch file. > > > make: ***[blib\lib.exists] error 1 > > > > > > I have checked my makefile, but found that there is no such string or > > > character '-c' contented in the file. So strange! so how can I solve > this > > > problem? > > > I want to install sandweb under win2000 with cygwin and spent quite a > long > > > time on it, but always got problem. Can anyone kindly give me the > detailed > > > step by step instruction on how to deal with it? I have to make it work > in > > > these several days.Quite urgent. Thanks a lot! > > > > > > kaguya > > > > > > > > > > > > > > > _________________________________________________________________ > > > ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: > http://messenger.msn.com/cn > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Scholarships for Techies! > > > Can't afford IT training? All 2003 ictp students receive scholarships. > > > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > > > www.ictp.com/training/sourceforge.asp > > > _______________________________________________ > > > Sandweb-users mailing list > > > San...@li... > > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Scholarships for Techies! > >Can't afford IT training? All 2003 ictp students receive scholarships. > >Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > >www.ictp.com/training/sourceforge.asp > >_______________________________________________ > >Sandweb-users mailing list > >San...@li... > >https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > _________________________________________________________________ > ÏíÓÃÊÀ½çÉÏ×î´óµÄµç×ÓÓʼþϵͳ¡ª MSN Hotmail¡£ http://www.hotmail.com > > |
From: lu f. <hel...@ho...> - 2003-01-23 11:25:28
|
hi, the software version I used : sandweb-alpha cvsnt_1.11.1.3 make-3.79.1-7.tar.bz activeperl-5.6.1.633 the step i used is perl Makefile.PL make make install but i got error message when i type 'make' $make '-c'is not recognized as an internal or external command,operable program or batch file. make: ***[blib\lib.exists] error 1 actually before this error, i got a error that says 'missing separator', i solved it by edit one of line in my makefile( let it begin with a tab).but later when i type 'make' again, got the error shown as above.and i don't know how to solve it. pls give some help!thanks alot! kaguya >From: Rob Helmer <ro...@na...> >To: lu fang <hel...@ho...> >CC: san...@li... >Subject: Re: [Sandweb-users] install sandweb by cygwin and got problem >Date: Wed, 22 Jan 2003 23:12:05 -0800 > >Hello, > > >What release of SandWeb are you using? I was able to get both >the ALPHA and the latest CVS checkout to work under CygWin, but >I'd like to know anyway. > >Also, please outline the steps you are using to build, should be : > >perl Makefile.PL >make >make install > >Finally, please report the version of "make" and "perl". > > > >Thanks, >Rob Helmer > > >On Thu, Jan 23, 2003 at 05:46:10AM +0000, lu fang wrote: > > > > hi, all > > I am trying to install sandweb under win2k OS. I used cygwin. But when I > > use make , I always got the problem like: > > $make > > '-c'is not recognized as an internal or external command,operable program > > or batch file. > > make: ***[blib\lib.exists] error 1 > > > > I have checked my makefile, but found that there is no such string or > > character '-c' contented in the file. So strange! so how can I solve this > > problem? > > I want to install sandweb under win2000 with cygwin and spent quite a long > > time on it, but always got problem. Can anyone kindly give me the detailed > > step by step instruction on how to deal with it? I have to make it work in > > these several days.Quite urgent. Thanks a lot! > > > > kaguya > > > > > > > > > > _________________________________________________________________ > > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Scholarships for Techies! > > Can't afford IT training? All 2003 ictp students receive scholarships. > > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > > www.ictp.com/training/sourceforge.asp > > _______________________________________________ > > Sandweb-users mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Scholarships for Techies! >Can't afford IT training? All 2003 ictp students receive scholarships. >Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. >www.ictp.com/training/sourceforge.asp >_______________________________________________ >Sandweb-users mailing list >San...@li... >https://lists.sourceforge.net/lists/listinfo/sandweb-users _________________________________________________________________ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com |
From: Rob H. <ro...@na...> - 2003-01-23 07:13:09
|
Hello, What release of SandWeb are you using? I was able to get both the ALPHA and the latest CVS checkout to work under CygWin, but I'd like to know anyway. Also, please outline the steps you are using to build, should be : perl Makefile.PL make make install Finally, please report the version of "make" and "perl". Thanks, Rob Helmer On Thu, Jan 23, 2003 at 05:46:10AM +0000, lu fang wrote: > > hi, all > I am trying to install sandweb under win2k OS. I used cygwin. But when I > use make , I always got the problem like: > $make > '-c'is not recognized as an internal or external command,operable program > or batch file. > make: ***[blib\lib.exists] error 1 > > I have checked my makefile, but found that there is no such string or > character '-c' contented in the file. So strange! so how can I solve this > problem? > I want to install sandweb under win2000 with cygwin and spent quite a long > time on it, but always got problem. Can anyone kindly give me the detailed > step by step instruction on how to deal with it? I have to make it work in > these several days.Quite urgent. Thanks a lot! > > kaguya > > > > > _________________________________________________________________ > ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: lu f. <hel...@ho...> - 2003-01-23 05:46:16
|
hi, all I am trying to install sandweb under win2k OS. I used cygwin. But when I use make , I always got the problem like: $make '-c'is not recognized as an internal or external command,operable program or batch file. make: ***[blib\lib.exists] error 1 I have checked my makefile, but found that there is no such string or character '-c' contented in the file. So strange! so how can I solve this problem? I want to install sandweb under win2000 with cygwin and spent quite a long time on it, but always got problem. Can anyone kindly give me the detailed step by step instruction on how to deal with it? I have to make it work in these several days.Quite urgent. Thanks a lot! kaguya _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn |
From: Rob H. <ro...@ro...> - 2003-01-16 18:34:37
|
Hello, Glad to hear that it is working for you. The reason you don't see empty directories is that SandWeb runs cvs update with the -dP options, which causes cvs to download new directories, and purge empty directories. This could be made configurable, but I haven't heard any case for it that convinces me that CVS is better off without these options. If you add a file to this directory, then it will not be removed when updated ( from any client, create directory then cvs add directory then create, add and commit files into it. It does not matter if the directory already exists in CVS ). Hope that helps. Rob On Thu, 16 Jan 2003 10:12AM -0800, Menrit wrote: > dear Robert, > I tried the sandweb beta version from the CVS . > It works fine but when > 1-i checkout a module which includes an emplty directory > 2- i update the module. > 3- the empty directory disappears and sometimes its parent directory > too. > > have you any idea what is the reason and how can i solve this. > > thanks |
From: Rob H. <ro...@na...> - 2003-01-14 18:00:53
|
On Tue, Jan 14, 2003 at 04:16:33PM +0100, Piotr Kaminski wrote: > Hi, > > Go button might have the same size as the rest. Yeah I tried it both ways, this particular "Go" button started life as a large button, I then edited it and made it small. I really like the one that is there now. > They might be also a little slower but it is not a big problem. Do you mean "lower"? As in, not flush with the VCS <select> ? > There is a little vertical line between 'upload' button and > combo box. Is it necesary to have it there? That's always been there, just a seperator between the file commands and the VCS commands. It doesn't have to be there, I'll see what it looks like without. > > Regards, > Piotr Thanks for your comments Piotr! > ----- Original Message ----- > From: "Nick Jennings" <nk...@na...> > To: "Rob Helmer" <ro...@na...> > Cc: <san...@li...>; > <san...@li...> > Sent: Tuesday, January 14, 2003 2:15 AM > Subject: Re: [Sandweb-devel] Re: [Sandweb-users] brushed up SandWeb icons > > > > They're huge! :) > > > > But other than that, they're fine. They should all be the same size though > > (about as high as the Go button, and maybe a little narrower?). > > > > All in all, good work there. > > > > - Nick > > > > On Mon, Jan 13, 2003 at 05:09:51PM -0800, Rob Helmer wrote: > > > Hello, > > > > > > > > > If you already checked out this URL, please look at it again, I made > > > some minor modifications : > > > > > > http://roberthelmer.com/images/sandweb_beta_icons.png > > > > > > Now you can see the "SandWeb" logo at the top, the "Go" button has > > > been redone, and all items on the toolbar are aligned. > > > > > > Less visibly, I added a new background layer in the icons that > > > is the same color as SandWeb's default background. This is because > > > IE 5 does not support transparency in PNGs :( > > > > > > I checked in the ( gimp format ) XCF files I used, so it'll be > > > easy to strip or replace that layer when desired ( it's all > > > heavily layered anyway.. ). > > > > > > So, for real this time :) Last chance to review the icons that > > > will go into 1.0 > > > > > > I am completely happy with the current icons. Criticism is > > > always welcomed, but it's unlikely that I will change them unless > > > someone sends in a better set. > > > > > > > > > > > > Thanks, > > > Rob > > > > > > > > > On Mon, Jan 13, 2003 at 01:10:05PM -0800, Rob Helmer wrote: > > > > Hello, > > > > > > > > > > > > Please take a look at the latest SandWeb icons and let me know > > > > what you think. > > > > > > > > http://roberthelmer.com/images/sandweb_beta_icons.png > > > > > > > > These are the proposed icons for the SandWeb BETA and 1.0 > > > > > > > > These are all checked into CVS right now, so if noone comes > > > > up with anything better, they are staying.. :) > > > > > > > > > > > > > > > > Thanks, > > > > Rob Helmer > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > > > are you planning your Web Server Security? Click here to get a FREE > > > > Thawte SSL guide and find the answers to all your SSL security > issues. > > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > > > _______________________________________________ > > > > Sandweb-users mailing list > > > > San...@li... > > > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > > are you planning your Web Server Security? Click here to get a FREE > > > Thawte SSL guide and find the answers to all your SSL security issues. > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > > _______________________________________________ > > > Sandweb-devel mailing list > > > San...@li... > > > https://lists.sourceforge.net/lists/listinfo/sandweb-devel > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > are you planning your Web Server Security? Click here to get a FREE > > Thawte SSL guide and find the answers to all your SSL security issues. > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > _______________________________________________ > > Sandweb-devel mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-devel > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Sandweb-devel mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-devel > |
From: Piotr K. <Pio...@ct...> - 2003-01-14 16:10:54
|
Hi, Go button might have the same size as the rest. They might be also a little slower but it is not a big problem. There is a little vertical line between 'upload' button and combo box. Is it necesary to have it there? Regards, Piotr ----- Original Message ----- From: "Nick Jennings" <nk...@na...> To: "Rob Helmer" <ro...@na...> Cc: <san...@li...>; <san...@li...> Sent: Tuesday, January 14, 2003 2:15 AM Subject: Re: [Sandweb-devel] Re: [Sandweb-users] brushed up SandWeb icons > They're huge! :) > > But other than that, they're fine. They should all be the same size though > (about as high as the Go button, and maybe a little narrower?). > > All in all, good work there. > > - Nick > > On Mon, Jan 13, 2003 at 05:09:51PM -0800, Rob Helmer wrote: > > Hello, > > > > > > If you already checked out this URL, please look at it again, I made > > some minor modifications : > > > > http://roberthelmer.com/images/sandweb_beta_icons.png > > > > Now you can see the "SandWeb" logo at the top, the "Go" button has > > been redone, and all items on the toolbar are aligned. > > > > Less visibly, I added a new background layer in the icons that > > is the same color as SandWeb's default background. This is because > > IE 5 does not support transparency in PNGs :( > > > > I checked in the ( gimp format ) XCF files I used, so it'll be > > easy to strip or replace that layer when desired ( it's all > > heavily layered anyway.. ). > > > > So, for real this time :) Last chance to review the icons that > > will go into 1.0 > > > > I am completely happy with the current icons. Criticism is > > always welcomed, but it's unlikely that I will change them unless > > someone sends in a better set. > > > > > > > > Thanks, > > Rob > > > > > > On Mon, Jan 13, 2003 at 01:10:05PM -0800, Rob Helmer wrote: > > > Hello, > > > > > > > > > Please take a look at the latest SandWeb icons and let me know > > > what you think. > > > > > > http://roberthelmer.com/images/sandweb_beta_icons.png > > > > > > These are the proposed icons for the SandWeb BETA and 1.0 > > > > > > These are all checked into CVS right now, so if noone comes > > > up with anything better, they are staying.. :) > > > > > > > > > > > > Thanks, > > > Rob Helmer > > > > > > > > > ------------------------------------------------------- > > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > > are you planning your Web Server Security? Click here to get a FREE > > > Thawte SSL guide and find the answers to all your SSL security issues. > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > > _______________________________________________ > > > Sandweb-users mailing list > > > San...@li... > > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > are you planning your Web Server Security? Click here to get a FREE > > Thawte SSL guide and find the answers to all your SSL security issues. > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > _______________________________________________ > > Sandweb-devel mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-devel > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Sandweb-devel mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-devel > |
From: Nick J. <nk...@na...> - 2003-01-14 01:16:49
|
They're huge! :) But other than that, they're fine. They should all be the same size though (about as high as the Go button, and maybe a little narrower?). All in all, good work there. - Nick On Mon, Jan 13, 2003 at 05:09:51PM -0800, Rob Helmer wrote: > Hello, > > > If you already checked out this URL, please look at it again, I made > some minor modifications : > > http://roberthelmer.com/images/sandweb_beta_icons.png > > Now you can see the "SandWeb" logo at the top, the "Go" button has > been redone, and all items on the toolbar are aligned. > > Less visibly, I added a new background layer in the icons that > is the same color as SandWeb's default background. This is because > IE 5 does not support transparency in PNGs :( > > I checked in the ( gimp format ) XCF files I used, so it'll be > easy to strip or replace that layer when desired ( it's all > heavily layered anyway.. ). > > So, for real this time :) Last chance to review the icons that > will go into 1.0 > > I am completely happy with the current icons. Criticism is > always welcomed, but it's unlikely that I will change them unless > someone sends in a better set. > > > > Thanks, > Rob > > > On Mon, Jan 13, 2003 at 01:10:05PM -0800, Rob Helmer wrote: > > Hello, > > > > > > Please take a look at the latest SandWeb icons and let me know > > what you think. > > > > http://roberthelmer.com/images/sandweb_beta_icons.png > > > > These are the proposed icons for the SandWeb BETA and 1.0 > > > > These are all checked into CVS right now, so if noone comes > > up with anything better, they are staying.. :) > > > > > > > > Thanks, > > Rob Helmer > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > are you planning your Web Server Security? Click here to get a FREE > > Thawte SSL guide and find the answers to all your SSL security issues. > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > _______________________________________________ > > Sandweb-users mailing list > > San...@li... > > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Sandweb-devel mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-devel > |
From: Rob H. <ro...@na...> - 2003-01-14 01:10:55
|
Hello, If you already checked out this URL, please look at it again, I made some minor modifications : http://roberthelmer.com/images/sandweb_beta_icons.png Now you can see the "SandWeb" logo at the top, the "Go" button has been redone, and all items on the toolbar are aligned. Less visibly, I added a new background layer in the icons that is the same color as SandWeb's default background. This is because IE 5 does not support transparency in PNGs :( I checked in the ( gimp format ) XCF files I used, so it'll be easy to strip or replace that layer when desired ( it's all heavily layered anyway.. ). So, for real this time :) Last chance to review the icons that will go into 1.0 I am completely happy with the current icons. Criticism is always welcomed, but it's unlikely that I will change them unless someone sends in a better set. Thanks, Rob On Mon, Jan 13, 2003 at 01:10:05PM -0800, Rob Helmer wrote: > Hello, > > > Please take a look at the latest SandWeb icons and let me know > what you think. > > http://roberthelmer.com/images/sandweb_beta_icons.png > > These are the proposed icons for the SandWeb BETA and 1.0 > > These are all checked into CVS right now, so if noone comes > up with anything better, they are staying.. :) > > > > Thanks, > Rob Helmer > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > |
From: Rob H. <ro...@na...> - 2003-01-13 21:11:07
|
Hello, Please take a look at the latest SandWeb icons and let me know what you think. http://roberthelmer.com/images/sandweb_beta_icons.png These are the proposed icons for the SandWeb BETA and 1.0 These are all checked into CVS right now, so if noone comes up with anything better, they are staying.. :) Thanks, Rob Helmer |
From: Rob H. <ro...@na...> - 2003-01-12 08:11:02
|
Hello, On Sun, Jan 12, 2003 at 09:25:18AM +0000, Menrit wrote: > The version i have is the Alpha version . > I am using the Mozilla 1.2 browser. > > steps we have done and problems we have faced: > 1- After downloading the Alpha release we have made an entry for it in > the apache > 2- using the sandweb admin --add-user username we have added a user. > 3- when we open it from the browser and by clicking we were shown the > sandweb login screen. > we logged in by the user we added and created a profile for him. This is good. > 4- the repository screen we were shown is not similar to that in the > sceenshots in the sandweb site. > It does not include the password field, and in the Connection type we > have only the local type ( SSH does not appear ) Hmm.. odd, I see what you mean, those are supposed to be from the alpha but that particular one is from a CVS snapshot.. oops :) Sorry about that. I'll put up a new set when BETA comes out. > 5- when we tried to add a repository this always fails. The repository > does not appear in the list. No errors appear. Please check out from CVS if you'd like to use SandWeb at this time. There are some javascript bugs in our code ( it worked fine with Mozilla 0.9.7 or so, around 0.9.8, after the ALPHA release, it stopped working ). We've since fixed this. The alpha release was just a technology preview, what we have in CVS currently is almost ready for a beta release ( in fact, the only bug holding us up is an IE-only bug, which has a workaround. Also, I'm bringing the API docs up-to-date before release ). > > if anyone have any idea why this happens please tell us. > > thanks Hope that helps, Rob Helmer |
From: Menrit <sa...@ge...> - 2003-01-12 07:23:35
|
The version i have is the Alpha version . I am using the Mozilla 1.2 browser. steps we have done and problems we have faced: 1- After downloading the Alpha release we have made an entry for it in the apache 2- using the sandweb admin --add-user username we have added a user. 3- when we open it from the browser and by clicking we were shown the sandweb login screen. we logged in by the user we added and created a profile for him. 4- the repository screen we were shown is not similar to that in the sceenshots in the sandweb site. It does not include the password field, and in the Connection type we have only the local type ( SSH does not appear ) 5- when we tried to add a repository this always fails. The repository does not appear in the list. No errors appear. if anyone have any idea why this happens please tell us. thanks |
From: Rob H. <ro...@na...> - 2003-01-09 18:07:38
|
Hello, What version of SandWeb? Did you download the ALPHA release or was this a CVS checkout? My guess is that it's a javascript problem, we just recently got all browsers working correctly with the repository_menu. Can you describe step-by-step what you do, and what happens? Thanks, Rob Helmer On Thu, Jan 09, 2003 at 04:11:48PM +0000, Menrit wrote: > after we created the admin user using > > sandwebadmin --add-user > > we tried to add a new repository but this was not done successfully > > does anyone have any idea why ? or how to solve this? > > thanks |
From: Rob H. <ro...@na...> - 2003-01-04 22:09:35
|
Hello, I got the SandWeb ALPHA release running under Windows 2000 w/ Cygwin without too much fuss, I had to install these from http://www.cygwin.com : make apache perl cvs I then had to satisfy dependencies on everything, I just tried to run SandWeb's Makefile.PL and ended up getting XML::Simple ( depended on XML::SAX, XML::Namespaces, Test::Harness, Test::Simple ) and HTML::Template. I think that was all, there might have been more. SandWeb's "make install" put everything in useful places in Cygwin, so after figuring out what user to install it under everything worked fine ( I was able to set up a repo and check out a module through it ). For the upcoming BETA, I think you'd just need "expect" from CygWin also, and you'd probably want "ssh" ( although it's optional I guess ). The ALPHA only supports local repositories, while the BETA will support local, pserver and ssh. XML::SAX includes a pure-perl parser, so I didn't have to get expat working. Supposedly expat is higher-performance, and it might work just fine under Cygwin, but I didn't want to wait to download gcc through Cygwin :) Thanks, Rob |
From: Rob H. <ro...@na...> - 2003-01-02 22:12:49
|
----- Forwarded message from Rob Helmer <ro...@na...> ----- Date: Thu, 2 Jan 2003 12:36:27 -0800 From: Rob Helmer <ro...@na...> To: inf...@gn... Hello, I'm one of the authors, and you are correct that Windows is not currently supported. There are a couple options : 1) install Cygwin ( http://www.cygwin.com ) I think SandWeb should work under this environment. You'll also need a web server, like Apache, that is capable of running CGI applications. 2) SandWeb is very modular, if you know any Perl you can look in the lib/SandWeb/File/ directory, this is where subclasses of File for different platforms lives ( Unix is currently the only class in there ). Also, lib/SandWeb/Shell.pm would probably need to be modified ( maybe split into subclasses too ). If you want to get it running anytime soon, I reccommend option #1. Native multi-platform support is nice, but since we've frozen SandWeb and are just working on minor bugs and docs for the upcoming beta release, we've decided that shooting for POSIX when we need to call outside of Perl is good enough for now. Also, please address SandWeb questions to the user's list : http://lists.sourceforge.net/lists/listinfo/sandweb-users So we don't create long threads on the info-cvs list for people who don't want a web-based CVS client :) Thanks, Rob Helmer On Tue, Dec 31, 2002 at 06:25:25AM +0000, Lu Fang wrote: > Hi, can anyone tell me how to install sandweb under windows. I have > downloaded zip file for snadweb and unpack it , but I don't know how to > install it properly. I have looked into the install file, but got nothing > helpful becos it seems that it is not written for installing under windows > OS. How to deal with it then? Pls help! > Thanks alot! > kaguya > > > > > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 3 months FREE*. > http://join.msn.com/?page=features/featuredemail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= > http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_addphotos_3mf > > > > _______________________________________________ > Info-cvs mailing list > Inf...@gn... > http://mail.gnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list Inf...@gn... http://mail.gnu.org/mailman/listinfo/info-cvs ----- End forwarded message ----- |
From: Nick J. <ni...@na...> - 2002-09-29 23:29:06
|
Hi, SandWeb is currently on track for BETA, although currently it works very well for certain tasks... maybe if you gave us a better idea of the things you plan to use it for we could let you know if SandWeb is ready or not etc... (cc-ing the sandweb-users list). Thanks. - Nick On Sun, Sep 29, 2002 at 03:59:15PM -0700, addicted wrote: > Hello my name is Nikos, I am from Greece. I am > going to use SanWeb with CVSwebNT for a project > for my thesis. Is it possible to work properly? Have > you ever try it? > > Thanks in advance, Nikos > |