Thread: CVS Messed Up
Folks, I was trying to put up the PostgreSQL Weekly News as usual, and this is what happened: $ cvs -d :pserver:dfetter@gborg.postgresql.org:/usr/local/cvsroot/pgweb login Logging in to :pserver:dfetter@gborg.postgresql.org:2401/usr/local/cvsroot/pgweb CVS password: $ cvs com -m "PostgreSQL Weekly News, January 01, 2006" cvs commit: Examining . cvs commit: Examining weeklynews cannot create_adm_p /tmp/cvs-serv98441/weeklynews Permission denied Any ideas what's wrong and how to fix it? Cheers, D -- David Fetter david@fetter.org http://fetter.org/ phone: +1 415 235 3778 Remember to vote!
On Sun, 1 Jan 2006, David Fetter wrote: > Folks, > > I was trying to put up the PostgreSQL Weekly News as usual, and this > is what happened: > > $ cvs -d :pserver:dfetter@gborg.postgresql.org:/usr/local/cvsroot/pgweb login > Logging in to :pserver:dfetter@gborg.postgresql.org:2401/usr/local/cvsroot/pgweb > CVS password: > $ cvs com -m "PostgreSQL Weekly News, January 01, 2006" > cvs commit: Examining . > cvs commit: Examining weeklynews > cannot create_adm_p /tmp/cvs-serv98441/weeklynews > Permission denied > > Any ideas what's wrong and how to fix it? This will have to wait for Chris ... only thing I know to check is the permissions on /tmp, which are definitely right: gborg# ls -ld /tmp drwxrwxrwt 3 root wheel 512 Jan 2 05:37 /tmp gborg# cd /tmp gborg# ls -lt total 2 drwxrwxrwt 2 root wheel 512 Jan 1 01:11 .X11-unix gborg# ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
On Mon, Jan 02, 2006 at 01:38:41AM -0400, Marc G. Fournier wrote: > On Sun, 1 Jan 2006, David Fetter wrote: > > >Folks, > > > >I was trying to put up the PostgreSQL Weekly News as usual, and this > >is what happened: > > > >$ cvs -d :pserver:dfetter@gborg.postgresql.org:/usr/local/cvsroot/pgweb > >login > >Logging in to > >:pserver:dfetter@gborg.postgresql.org:2401/usr/local/cvsroot/pgweb > >CVS password: > >$ cvs com -m "PostgreSQL Weekly News, January 01, 2006" > >cvs commit: Examining . > >cvs commit: Examining weeklynews > >cannot create_adm_p /tmp/cvs-serv98441/weeklynews > >Permission denied > > > >Any ideas what's wrong and how to fix it? > > This will have to wait for Chris ... only thing I know to check is the > permissions on /tmp, which are definitely right: > > gborg# ls -ld /tmp > drwxrwxrwt 3 root wheel 512 Jan 2 05:37 /tmp > gborg# cd /tmp > gborg# ls -lt > total 2 > drwxrwxrwt 2 root wheel 512 Jan 1 01:11 .X11-unix > gborg# Still no go :( What's to do? Cheers, D -- David Fetter david@fetter.org http://fetter.org/ phone: +1 415 235 3778 Remember to vote!
Should be good to go now ... sorry for the delay ... On Mon, 2 Jan 2006, David Fetter wrote: > On Mon, Jan 02, 2006 at 01:38:41AM -0400, Marc G. Fournier wrote: >> On Sun, 1 Jan 2006, David Fetter wrote: >> >>> Folks, >>> >>> I was trying to put up the PostgreSQL Weekly News as usual, and this >>> is what happened: >>> >>> $ cvs -d :pserver:dfetter@gborg.postgresql.org:/usr/local/cvsroot/pgweb >>> login >>> Logging in to >>> :pserver:dfetter@gborg.postgresql.org:2401/usr/local/cvsroot/pgweb >>> CVS password: >>> $ cvs com -m "PostgreSQL Weekly News, January 01, 2006" >>> cvs commit: Examining . >>> cvs commit: Examining weeklynews >>> cannot create_adm_p /tmp/cvs-serv98441/weeklynews >>> Permission denied >>> >>> Any ideas what's wrong and how to fix it? >> >> This will have to wait for Chris ... only thing I know to check is the >> permissions on /tmp, which are definitely right: >> >> gborg# ls -ld /tmp >> drwxrwxrwt 3 root wheel 512 Jan 2 05:37 /tmp >> gborg# cd /tmp >> gborg# ls -lt >> total 2 >> drwxrwxrwt 2 root wheel 512 Jan 1 01:11 .X11-unix >> gborg# > > Still no go :( > > What's to do? > > Cheers, > D > -- > David Fetter david@fetter.org http://fetter.org/ > phone: +1 415 235 3778 > > Remember to vote! > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
On Tue, Jan 03, 2006 at 02:35:41PM -0400, Marc G. Fournier wrote: > > Should be good to go now ... sorry for the delay ... It worked this morning :) Cheers, D > > On Mon, 2 Jan 2006, David Fetter wrote: > > >On Mon, Jan 02, 2006 at 01:38:41AM -0400, Marc G. Fournier wrote: > >>On Sun, 1 Jan 2006, David Fetter wrote: > >> > >>>Folks, > >>> > >>>I was trying to put up the PostgreSQL Weekly News as usual, and this > >>>is what happened: > >>> > >>>$ cvs -d :pserver:dfetter@gborg.postgresql.org:/usr/local/cvsroot/pgweb > >>>login > >>>Logging in to > >>>:pserver:dfetter@gborg.postgresql.org:2401/usr/local/cvsroot/pgweb > >>>CVS password: > >>>$ cvs com -m "PostgreSQL Weekly News, January 01, 2006" > >>>cvs commit: Examining . > >>>cvs commit: Examining weeklynews > >>>cannot create_adm_p /tmp/cvs-serv98441/weeklynews > >>>Permission denied > >>> > >>>Any ideas what's wrong and how to fix it? > >> > >>This will have to wait for Chris ... only thing I know to check is the > >>permissions on /tmp, which are definitely right: > >> > >>gborg# ls -ld /tmp > >>drwxrwxrwt 3 root wheel 512 Jan 2 05:37 /tmp > >>gborg# cd /tmp > >>gborg# ls -lt > >>total 2 > >>drwxrwxrwt 2 root wheel 512 Jan 1 01:11 .X11-unix > >>gborg# > > > >Still no go :( > > > >What's to do? > > > >Cheers, > >D > >-- > >David Fetter david@fetter.org http://fetter.org/ > >phone: +1 415 235 3778 > > > >Remember to vote! > > > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 -- David Fetter david@fetter.org http://fetter.org/ phone: +1 415 235 3778 Remember to vote!
I had found a solution to the problem and corrected yesterday morning. I though I had replied to the list as a whole but I guess I made a mistake. Chris Ryan --- "Marc G. Fournier" <scrappy@postgresql.org> wrote: > > Should be good to go now ... sorry for the delay ... > > On Mon, 2 Jan 2006, David Fetter wrote: > > > On Mon, Jan 02, 2006 at 01:38:41AM -0400, Marc G. Fournier wrote: > >> On Sun, 1 Jan 2006, David Fetter wrote: > >> > >>> Folks, > >>> > >>> I was trying to put up the PostgreSQL Weekly News as usual, and > this > >>> is what happened: > >>> > >>> $ cvs -d > :pserver:dfetter@gborg.postgresql.org:/usr/local/cvsroot/pgweb > >>> login > >>> Logging in to > >>> > :pserver:dfetter@gborg.postgresql.org:2401/usr/local/cvsroot/pgweb > >>> CVS password: > >>> $ cvs com -m "PostgreSQL Weekly News, January 01, 2006" > >>> cvs commit: Examining . > >>> cvs commit: Examining weeklynews > >>> cannot create_adm_p /tmp/cvs-serv98441/weeklynews > >>> Permission denied > >>> > >>> Any ideas what's wrong and how to fix it? > >> > >> This will have to wait for Chris ... only thing I know to check is > the > >> permissions on /tmp, which are definitely right: > >> > >> gborg# ls -ld /tmp > >> drwxrwxrwt 3 root wheel 512 Jan 2 05:37 /tmp > >> gborg# cd /tmp > >> gborg# ls -lt > >> total 2 > >> drwxrwxrwt 2 root wheel 512 Jan 1 01:11 .X11-unix > >> gborg# > > > > Still no go :( > > > > What's to do? > > > > Cheers, > > D > > -- > > David Fetter david@fetter.org http://fetter.org/ > > phone: +1 415 235 3778 > > > > Remember to vote! > > > > ---- > Marc G. Fournier Hub.Org Networking Services > (http://www.hub.org) > Email: scrappy@hub.org Yahoo!: yscrappy ICQ: > 7615664 > __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com