| Author |
Message |
defendtherealm
Premium


Joined: Jun 01, 2003
Posts: 144
Location: Eastbourne, United Kingdom
|
Posted:
Tue Aug 19, 2003 5:51 pm |
  |
OK..
Please can someone help me here, ZX...Anyone???
I know there is comments in the CVS_Script but I am still not sure which lines to comment in or out.
I have an empty .cvspass file in my root directory on the server.
Can someone please explain which lines would be commented in or out and on which occations etc.
| Code: |
# The following line logs into the Nuke Cops CVS Server anonymously.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs login |
Does this line need to be commented in on every update?
| Code: |
# The following line does a betaNC repository checkout. This should only be
# used for an initial checkout.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs checkout betaNC |
Does the above line need to be commented in on only the first update or all of them?
| Code: |
# The following line does the actual update to your site using the CVS.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC |
OK - Thats obvious!
| Code: |
# The following line logs out of the Nuke Cops server.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs logout |
I take it the above line only needs to be run if the login line has to be run?
Sorry if this seems like bunch of silly questions, but none of this is obvious to me.
Cheers. |
|
|
      |
 |
badger
Sergeant


Joined: Apr 02, 2003
Posts: 113
Location: Scotland
|
Posted:
Wed Aug 20, 2003 12:15 am |
  |
I would leave the first two and the last line you hilighted commented out. (Only if you already have the bundle on your server. )Personally I just run the update by hand by entering:
cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC into a command line. It seems to work ok for me but occasionally misses files.
I'm sure all problems will be ironed out soon. These guys are far too clever for their own good
Badger |
_________________ The Audio Recording Centre
http://www.audio-recording.co.uk |
|
      |
 |
defendtherealm
Premium


Joined: Jun 01, 2003
Posts: 144
Location: Eastbourne, United Kingdom
|
Posted:
Wed Aug 20, 2003 1:58 am |
  |
Cheers for that Badger....
Badger / ZX / Anyone...
Please have a look at this....I have a blank .cvspass file in my root (Thats where my home is - following ZXs instructions earlier)
sh-2.05$ cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC
cvs update: authorization failed: server cvs.nukecops.com rejected access to /home/cvs for user anonymous
cvs update: used empty password; try "cvs login" with a real password
Any ideas what is going wrong anyone? |
|
|
      |
 |
badger
Sergeant


Joined: Apr 02, 2003
Posts: 113
Location: Scotland
|
Posted:
Wed Aug 20, 2003 2:26 am |
  |
| Code: |
| cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs login |
run the above line manually using anonymous as the password, then try
| Code: |
| cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC |
I'm already assuming you have the betaNC bundle installed and that it resides in the folder betNC. Run the script from your root (not your betaNC root).
I aint no expert but it worked for me
Badger |
|
|
      |
 |
defendtherealm
Premium


Joined: Jun 01, 2003
Posts: 144
Location: Eastbourne, United Kingdom
|
Posted:
Wed Aug 20, 2003 4:28 am |
  |
Thanks a lot badger.
I do already have the bundle installed. I can log in manually.
Tell me when you run the update does it actually give you anything back?
When I run it....it will just come back to the command prompt with no messages....is that supposed to happen?
Cheers. |
|
|
      |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed Aug 20, 2003 5:27 am |
  |
It should display quickly all the directories and files and tell you if they are getting updated. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
defendtherealm
Premium


Joined: Jun 01, 2003
Posts: 144
Location: Eastbourne, United Kingdom
|
Posted:
Wed Aug 20, 2003 6:50 am |
  |
| Zhen-Xjell wrote: |
| It should display quickly all the directories and files and tell you if they are getting updated. |
Noper...it doesn't. It comes straight back with nothing....I can feel a PM with a user ID and password coming on!
This site is installed with version 1.12.1 of CVS - bang up to date. |
|
|
      |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed Aug 20, 2003 7:07 am |
  |
Email... |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
defendtherealm
Premium


Joined: Jun 01, 2003
Posts: 144
Location: Eastbourne, United Kingdom
|
Posted:
Thu Aug 21, 2003 8:23 am |
  |
|
      |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Aug 21, 2003 11:00 am |
  |
Hi'ya I think I got your email but got laid up the past two nights. Specially with the server upgrade last night. You sent it right? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
defendtherealm
Premium


Joined: Jun 01, 2003
Posts: 144
Location: Eastbourne, United Kingdom
|
Posted:
Thu Aug 21, 2003 1:41 pm |
  |
| Zhen-Xjell wrote: |
| Hi'ya I think I got your email but got laid up the past two nights. Specially with the server upgrade last night. You sent it right? |
Yeppers I sent it to zx@nukecops.com - Thanks if you could get me up and running with all of this it would be a real help. Please teach me how to fish though because I want to be able to offer this to anyone who wants it. I'll talk to you more about it in the premium area over the next week as there is a whole load of things I want to do. |
|
|
      |
 |
ulissesnelson
Lieutenant


Joined: Apr 09, 2003
Posts: 188
|
Posted:
Sat Sep 13, 2003 5:23 am |
  |
k i have same problem
but mine its a little more hard becouse my host dont have shell.
what i made
droped a shell script into my server.
after make a google search i found some commands and i found that i have cvs
/usr/bin/cvs
now i have a shell prompt but i cant login into the nukecops cvs.
same problems above
what you need to chek mine ? |
_________________ Were You Go Today? <b>NuKe Report </b> ill Help you |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sat Sep 13, 2003 3:15 pm |
  |
Hi'ya what errors do you get? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
ulissesnelson
Lieutenant


Joined: Apr 09, 2003
Posts: 188
|
Posted:
Sun Sep 14, 2003 4:31 am |
  |
| Zhen-Xjell wrote: |
| Hi'ya what errors do you get? |
ops sry hi Zhen i was out in Holidays
k i have the same situation were
| Quote: |
cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC
cvs update: authorization failed: server cvs.nukecops.com rejected access to /home/cvs for user anonymous
cvs update: used empty password; try "cvs login" with a real password
|
I have an empty .cvspass file in my root directory on the server
if u can fix this id like to know how to :
maybe i have missing in the cvs commands or sumething
just to refresh,i dont have shell account in my host,they dont provide,but they allowed me to put a php script that simulates shell ,and about cvs in my host ,well they seems to have  |
_________________ Were You Go Today? <b>NuKe Report </b> ill Help you |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sun Sep 14, 2003 4:21 pm |
  |
Hi'ya you have to cvs login first and enter the password manually. Then simply never log out. Use the log in command manually from the script. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
|
|