Your message dated Sat, 21 Dec 2019 16:56:23 -0800
with message-id <871rsxqitk.fsf@yucca>
and subject line Re: Bug#945521: [ltsp] libfuse3 / sshfs v3 don't support
nonempty option anymore
has caused the Debian Bug report #945521,
regarding [ltsp] libfuse3 / sshfs v3 don't support nonempty option anymore
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
945521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945521
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ltsp
Severity: important
Hi Vagrant, hi Alkis,
today I play with recent LTSP 19.11 from Debian unstable.
The first test system wouldn't allow user logins due to failures in
login/pamltsp:
```
root@sn-tcboot:/usr/share/ltsp/client# diff -u login/pamltsp.orig
login/pamltsp |
--- login/pamltsp.orig 2019-11-26 12:14:49.356832862 +0100
+++ login/pamltsp 2019-11-26 12:11:54.445369099 +0100
@@ -169,7 +169,7 @@
# allow_root: for the DM to setup .Xauthority
# nonempty: in case of .bash_history or local home
if "${_SELF%/*}/ssh-askpass" |
- sshfs -o
password_stdin,allow_other,default_permissions,nonempty \
+ sshfs -o password_stdin,allow_other,default_permissions \
"$@" "$pw_name@$SERVER:" "$pw_dir"
then
success=1
```
Recent Debian systems ship sshfs with fuse3 and the nonempty option is
not available there anymore.
Please fix. Thanks.
Mike
--
DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: [email protected], http://das-netzwerkteam.de
pgpQpqNLv3eT0.pgp
Description: Digitale PGP-Signatur
--- End Message ---
--- Begin Message ---
Version: 19.12.1-1
On 2019-11-26, Mike Gabriel wrote:
> The first test system wouldn't allow user logins due to failures in
> login/pamltsp:
>
> ```
> root@sn-tcboot:/usr/share/ltsp/client# diff -u login/pamltsp.orig
> login/pamltsp |
> --- login/pamltsp.orig 2019-11-26 12:14:49.356832862 +0100
> +++ login/pamltsp 2019-11-26 12:11:54.445369099 +0100
> @@ -169,7 +169,7 @@
> # allow_root: for the DM to setup .Xauthority
> # nonempty: in case of .bash_history or local home
> if "${_SELF%/*}/ssh-askpass" |
> - sshfs -o
> password_stdin,allow_other,default_permissions,nonempty \
> + sshfs -o password_stdin,allow_other,default_permissions \
> "$@" "$pw_name@$SERVER:" "$pw_dir"
> then
> success=1
> ```
>
> Recent Debian systems ship sshfs with fuse3 and the nonempty option is
> not available there anymore.
Fixed upstream:
https://github.com/ltsp/ltsp/commit/29b06648d2c99659d65e0a0e5acef293196cf5e8
https://github.com/ltsp/ltsp/commit/c48e9fccff5a3e0dd83a622cab5e909b7f34ef3d
Which are included in 19.12.1-1 in unstable, this closing.
Thanks for the report!
live well,
vagrant
signature.asc
Description: PGP signature
--- End Message ---