Re: [Python-Dev] svn down?

2009-05-01 Thread Benjamin Peterson
2009/5/1 Eric Smith :
> When checking in, I get:
>
> Transmitting file data .svn: Commit failed (details follow):
> svn: Can't create directory
> '/data/repos/projects/db/transactions/72186-1.txn': Read-only file system
>
> With 'svn up', I get:
>
> svn: Can't find a temporary directory: Internal error

I get that, too. In addition, I can't ssh to dinsdale.



-- 
Regards,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] svn down?

2009-05-01 Thread Eric Smith

When checking in, I get:

Transmitting file data .svn: Commit failed (details follow):
svn: Can't create directory 
'/data/repos/projects/db/transactions/72186-1.txn': Read-only file system


With 'svn up', I get:

svn: Can't find a temporary directory: Internal error

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] SVN down?

2007-10-14 Thread Martin v. Löwis
> Guess what? It's down the third time this week ...

Guess what? I restarted it now only the second time this week.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] SVN down?

2007-10-14 Thread Christian Heimes
Guess what? It's down the third time this week ...

Christian
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] SVN down?

2007-10-11 Thread Christian Heimes
Martin v. Löwis wrote:
>> The apache server seems to be down.
> 
> I just restarted it.

The anon SVN server is down again :(

Christian

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] SVN down?

2007-10-08 Thread Martin v. Löwis
> The apache server seems to be down.

I just restarted it.

Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] SVN down?

2007-10-08 Thread Christian Heimes
I'm having trouble to connect to the anonymous svn server at
http://svn.python.org/

$ LC_ALL=C svn up
svn: PROPFIND request failed on '/projects/python/branches/py3k'
svn: PROPFIND of '/projects/python/branches/py3k': could not connect to
server (http://svn.python.org)

$ nmap -v -p80 svn.python.org

Starting Nmap 4.20 ( http://insecure.org ) at 2007-10-08 13:37 CEST
Initiating Parallel DNS resolution of 1 host. at 13:37
Completed Parallel DNS resolution of 1 host. at 13:37, 0.00s elapsed
Initiating Connect() Scan at 13:37
Scanning svn.python.org (82.94.237.220) [1 port]
Completed Connect() Scan at 13:37, 0.06s elapsed (1 total ports)
Host svn.python.org (82.94.237.220) appears to be up ... good.
Interesting ports on svn.python.org (82.94.237.220):
PORT   STATE  SERVICE
80/tcp closed http

Nmap finished: 1 IP address (1 host up) scanned in 0.401 seconds

The apache server seems to be down.

Christian

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com