[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "logname: no login name"

From: Bob Proulx <bob_at_proulx.com>
Date: 2005-08-05 16:12:20 CEST

Hari Kodungallur wrote:
> Ben Collins-Sussman wrote:
> > Hari Kodungallur wrote:
> > > I keep getting this warning when I do an "svn update".
> > > logname: no login name
> >
> > I've never seen an error like this. Might it be coming from ssh?

Does it come from any other command? What is the URL you are using to
access the repository? I think Ben is on the problem when he suggests
ssh as the source. But I think it is in your environment files.

I am guessing you are using logname in your ~/.bashrc file on the
remote machine and are using ssh as the access method. Because bash
reads the ~/.bashrc file on remote shells the logname there is
generating the error message.

Assuming you are using ssh:

  ssh remotehost true

That command should have no output of any type. If it does have
output, track down the source and silence it.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 5 16:14:08 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.