public inbox for [email protected]help / color / mirror / Atom feed
CVS Messed Up 6+ messages / 3 participants [nested] [flat]
* CVS Messed Up @ 2006-01-02 04:33 David Fetter <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: David Fetter @ 2006-01-02 04:33 UTC (permalink / raw) To: pgsql-www Folks, I was trying to put up the PostgreSQL Weekly News as usual, and this is what happened: $ cvs -d :pserver:[email protected]:/usr/local/cvsroot/pgweb login Logging in to :pserver:[email protected]: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 [email protected] http://fetter.org/ phone: +1 415 235 3778 Remember to vote! ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: CVS Messed Up @ 2006-01-02 05:38 Marc G. Fournier <[email protected]> parent: David Fetter <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: Marc G. Fournier @ 2006-01-02 05:38 UTC (permalink / raw) To: David Fetter <[email protected]>; +Cc: Chris Ryan <[email protected]>; pgsql-www 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:[email protected]:/usr/local/cvsroot/pgweb login > Logging in to :pserver:[email protected]: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: [email protected] Yahoo!: yscrappy ICQ: 7615664 ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: CVS Messed Up @ 2006-01-03 05:00 David Fetter <[email protected]> parent: Marc G. Fournier <[email protected]> 0 siblings, 1 reply; 6+ messages in thread From: David Fetter @ 2006-01-03 05:00 UTC (permalink / raw) To: Marc G. Fournier <[email protected]>; +Cc: Chris Ryan <[email protected]>; pgsql-www 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:[email protected]:/usr/local/cvsroot/pgweb > >login > >Logging in to > >:pserver:[email protected]: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 [email protected] http://fetter.org/ phone: +1 415 235 3778 Remember to vote! ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: CVS Messed Up @ 2006-01-03 18:35 Marc G. Fournier <[email protected]> parent: David Fetter <[email protected]> 0 siblings, 2 replies; 6+ messages in thread From: Marc G. Fournier @ 2006-01-03 18:35 UTC (permalink / raw) To: David Fetter <[email protected]>; +Cc: Chris Ryan <[email protected]>; pgsql-www 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:[email protected]:/usr/local/cvsroot/pgweb >>> login >>> Logging in to >>> :pserver:[email protected]: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 [email protected] http://fetter.org/ > phone: +1 415 235 3778 > > Remember to vote! > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [email protected] Yahoo!: yscrappy ICQ: 7615664 ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: CVS Messed Up @ 2006-01-03 19:32 David Fetter <[email protected]> parent: Marc G. Fournier <[email protected]> 1 sibling, 0 replies; 6+ messages in thread From: David Fetter @ 2006-01-03 19:32 UTC (permalink / raw) To: Marc G. Fournier <[email protected]>; +Cc: Chris Ryan <[email protected]>; pgsql-www 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:[email protected]:/usr/local/cvsroot/pgweb > >>>login > >>>Logging in to > >>>:pserver:[email protected]: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 [email protected] http://fetter.org/ > >phone: +1 415 235 3778 > > > >Remember to vote! > > > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email: [email protected] Yahoo!: yscrappy ICQ: 7615664 -- David Fetter [email protected] http://fetter.org/ phone: +1 415 235 3778 Remember to vote! ^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: CVS Messed Up @ 2006-01-04 12:32 Chris Ryan <[email protected]> parent: Marc G. Fournier <[email protected]> 1 sibling, 0 replies; 6+ messages in thread From: Chris Ryan @ 2006-01-04 12:32 UTC (permalink / raw) To: Marc G. Fournier <[email protected]>; David Fetter <[email protected]>; +Cc: Chris Ryan <[email protected]>; pgsql-www 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" <[email protected]> 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:[email protected]:/usr/local/cvsroot/pgweb > >>> login > >>> Logging in to > >>> > :pserver:[email protected]: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 [email protected] http://fetter.org/ > > phone: +1 415 235 3778 > > > > Remember to vote! > > > > ---- > Marc G. Fournier Hub.Org Networking Services > (http://www.hub.org) > Email: [email protected] Yahoo!: yscrappy ICQ: > 7615664 > __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2006-01-04 12:32 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2006-01-02 04:33 CVS Messed Up David Fetter <[email protected]> 2006-01-02 05:38 ` Marc G. Fournier <[email protected]> 2006-01-03 05:00 ` David Fetter <[email protected]> 2006-01-03 18:35 ` Marc G. Fournier <[email protected]> 2006-01-03 19:32 ` David Fetter <[email protected]> 2006-01-04 12:32 ` Chris Ryan <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox