From: David Southwell on
Hi

I had the following

dns1# portupgrade -a
Cannot locate current working directory: No such file or directory

# df showed /var was present with only 2% used.
# pkgdb -F showed up to date pkgdb with no errors

then
#portupgrade -a

ran without any hitches.

Can anyone offer an explanation that solves my curiosity?

Thanks

David
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Sergey V. Dyatko" on
� Mon, 26 Oct 2009 09:36:10 +0100
David Southwell <david(a)vizion2000.net> �����:

DS> Hi
DS>
DS> I had the following
DS>
DS> dns1# portupgrade
DS> -a Cannot locate current working directory: No such file or
DS> directory
DS>
perhaps the current directory is no longer available(for
example: removed).

DS> # df showed /var was present with only 2% used.
DS> # pkgdb -F showed up to date pkgdb with no errors
DS>
DS> then
DS> #portupgrade -a
DS>
DS> ran without any hitches.
DS>
DS> Can anyone offer an explanation that solves my curiosity?
DS>
DS> Thanks
DS>
DS> David



--
wbr, tiger
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: RW on
On Mon, 26 Oct 2009 09:36:10 +0100
David Southwell <david(a)vizion2000.net> wrote:

> Hi
>
> I had the following
>
> dns1# portupgrade
> -a Cannot locate current working directory: No such file or
> directory
>
> # df showed /var was present with only 2% used.
> # pkgdb -F showed up to date pkgdb with no errors
>
> then
> #portupgrade -a
>
> ran without any hitches.
>
> Can anyone offer an explanation that solves my curiosity?
>


$ mkdir /tmp/foo
$ cd /tmp/foo
$ rmdir /tmp/foo
$ portupgrade -a
Cannot locate current working directory: No such file or directory

_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"