phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] header.inc.php continue errors


From: Dave Hall
Subject: Re: [Phpgroupware-users] header.inc.php continue errors
Date: Thu, 23 Jan 2003 20:27:23 +1100

GNU Linux <address@hidden> wrote:

> ----- Original Message -----
> From: Dave Hall <address@hidden>
> Date: Thu, 23 Jan 2003 16:11:55 +1100
> To: address@hidden
> Subject: Re: [Phpgroupware-users] header.inc.php continue errors
> 
> > 
> > Run a cvs update:
> > # cd /path/to/phpgroupware

cd - change directorty 
/path/to/phpgroupware - use the directory where you phpgw install lives

> > # cvs -z6 update -dP

cvs - is the cvs client
z6 - the compression level
update - update you install
-dP - prune (remove) directories which have been reomved from cvs

> 
> What does that command mean?

See above :)

> 
> Anyway, I entered that command and I got an error or something.
> 
> - - - < s n i p > - - -
> address@hidden phpgroupware]# cvs -z6 update -dP
> Unknown host subversions.gnu.org.
> - - - < s n i p > - - -

Looks like a dns problem

try this

dig subversions.gnu.org

that will test the the dns is working properly and produce something
similar to this:

; <<>> DiG 9.2.1 <<>> subversions.gnu.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12747
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 5

;; QUESTION SECTION:
;subversions.gnu.org.           IN      A

;; ANSWER SECTION:
subversions.gnu.org.    86394   IN      A       199.232.41.2

;; AUTHORITY SECTION:
gnu.org.                45964   IN      NS      ns2.gnu.org.
gnu.org.                45964   IN      NS      ns2.cent.net.
gnu.org.                45964   IN      NS      ns3.gnu.org.
gnu.org.                45964   IN      NS      nic.cent.net.
gnu.org.                45964   IN      NS      ns1.gnu.org.

;; ADDITIONAL SECTION:
nic.cent.net.           159943  IN      A       140.186.1.4
ns1.gnu.org.            67015   IN      A       199.232.76.162
ns2.gnu.org.            67015   IN      A       195.68.21.199
ns2.cent.net.           8898    IN      A       140.186.1.14
ns3.gnu.org.            67015   IN      A       209.115.72.62

;; Query time: 17 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Thu Jan 23 20:30:52 2003
;; MSG SIZE  rcvd: 231

The ;; SERVER: value will be different tho.

> 
> My test machine, the one I'm using right now, which has a 
> phpGroupWare is just connecting through proxy.

That should not affect cvs.  The firewall may tho, check with your sysadmin.

> 
> Do you have a Yahoo! Messenger ID?

nope .... and no intention of getting one :)

> 
> Thanks again.

np

Attachment: dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]