Re: [Toolserver-l] SSH login issue

2011-07-04 Thread River Tarnell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jimmy Xu:
> It turns out that Toolserver doesn't support compression. I commented
> out "Compression yes" in my config and it started to work.

This should be fixed now.

The problem was that sshd does a chroot() in the privsep child, which 
handles communication with the client.  However, Solaris ld.so does 
lazy-loading of shared libraries by default, and sshd doesn't require 
zlib until after the chroot.  Since there is no zlib in the chroot 
directory, it failed to load:

ld.so.1: sshd: fatal: libz.so.1: open failed: No such file or directory

I have re-built sshd with lazy-loading disabled, and compression (ssh 
- -C) seems to be working now.

- river.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (SunOS)

iEYEARECAAYFAk4RuNIACgkQIXd7fCuc5vJ8NwCggwox2UqXzLqh+MaKvFnvgSTc
P3MAoIiKGJ8Kb0nUqkTrkNv02MZx80lR
=Vbz/
-END PGP SIGNATURE-

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] user_properties privacy issues, not

2011-07-04 Thread Manish Goregaokar
Actually, this is a boon for delivery bots. The bots can get the signatures
automatically without having to rely on the user entering it.

-ManishEarth


On Sun, Jun 26, 2011 at 8:28 PM, DaB.  wrote:

> Hello,
> At Sunday 26 June 2011 16:51:29 Maarten wrote:
> > Sure?
> > mysql> select distinct(up_property) from user_properties limit 10;
> > ++
> >
> > | up_property|
> >
> > ++
> >
> > | gender |
> > | language   |
> > | nickname   |
> > | skin   |
> > | timecorrection |
> >
> > ++
> > 5 rows in set (19.56 sec)
>
> the table works with a white-list. At the moment only the above fields are
> visable, which are (in my opinion) non-critical. The only
> may-be-critical-field
> is the gender – but the gender is displayed by mediawiki itself so there is
> no
> point to hide it on the toolserver.
> If you think that one of the fields is a problem, I would like to hear your
> arguments :-).
>
> Sincerly,
> DaB.
> --
> Userpage: [[:w:de:User:DaB.]] — PGP: 2B255885
>
> ___
> Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
> https://lists.wikimedia.org/mailman/listinfo/toolserver-l
> Posting guidelines for this list:
> https://wiki.toolserver.org/view/Mailing_list_etiquette
>
___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette