ssh broken?

View: New views
4 Messages — Rating Filter:   Alert me  

ssh broken?

by Tobias Kieslich :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

        I frequently ssh into localhost to sync files with unison. THat seems
to be broken after the lates pacman -Syu which removed /var/empty.

Is there sombody else who sees the same behavior?

        -T

Re: ssh broken?

by Ray Kohler-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The upgrade to openntpd removed it. The idea was to avoid sharing this
directory between the two of them so neither could break the other,
but unfortunately it created a painful upgrade path.

There is a forum thread and (I think) a bug report on this.


On Thu, Oct 29, 2009 at 12:37 PM, Tobias Kieslich <tobias@...> wrote:
> Hi,
>
>        I frequently ssh into localhost to sync files with unison. THat seems
> to be broken after the lates pacman -Syu which removed /var/empty.
>
> Is there sombody else who sees the same behavior?
>
>        -T
>

Re: ssh broken?

by Thomas Bächler-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tobias Kieslich schrieb:
> Hi,
>
> I frequently ssh into localhost to sync files with unison. THat seems
> to be broken after the lates pacman -Syu which removed /var/empty.
>
> Is there sombody else who sees the same behavior?
>
> -T
>

http://bugs.archlinux.org/task/16886

I'll push a version with
[ -d /var/empty ] || mkdir -p /var/empty
in the init script tonight. This is the safest way IMO.



signature.asc (269 bytes) Download Attachment

Re: ssh broken?

by Tobias Kieslich :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Thomas, sounds good. I think I'll wait until I update my server
:P

        -T
On Thu, 29 Oct 2009, Thomas Bächler wrote:
> http://bugs.archlinux.org/task/16886
>
> I'll push a version with
> [ -d /var/empty ] || mkdir -p /var/empty
> in the init script tonight. This is the safest way IMO.
>