[Bug 2134578] Re: tee with multiple --append fails in rust corutils
Sylvestre Ledru
2134578 at bugs.launchpad.net
Sat Jan 17 16:12:33 UTC 2026
fixed by https://github.com/uutils/coreutils/pull/10293
** Changed in: rust-coreutils (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rust-coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/2134578
Title:
tee with multiple --append fails in rust corutils
Status in rust-coreutils package in Ubuntu:
In Progress
Bug description:
1) $ lsb_release -rd
Description: Ubuntu Resolute Raccoon (development branch)
Release: 26.04
$ cat /etc/cloud/build.info
build_name: server
serial: 20251202
2)
$ apt-cache policy coreutils-from-uutils
coreutils-from-uutils:
Installed: 0.0.0~ubuntu24
Candidate: 0.0.0~ubuntu24
Version table:
*** 0.0.0~ubuntu24 500
500 http://archive.ubuntu.com/ubuntu resolute/main amd64 Packages
100 /var/lib/dpkg/status
3)
$ echo "don't fail me now rust" | tee -a log1 -a log2
don't fail me now rust
ubuntu at ubuntu:~$ ls -al log1 log2
-rw-rw-r-- 1 ubuntu ubuntu 23 Dec 10 22:38 log1
-rw-rw-r-- 1 ubuntu ubuntu 23 Dec 10 22:38 log2
ubuntu at ubuntu:~$ cat log*
don't fail me now rust
don't fail me now rust
4)
$ echo "don't fail me now rust" | tee -a log1 -a log2
error: the argument '--append' cannot be used multiple times
For more information, try '--help'.
If I replace "tee" with "gnutee" it works fine.
ProblemType: Bug
DistroRelease: Ubuntu 26.04
Package: coreutils-from-uutils 0.0.0~ubuntu24
ProcVersionSignature: User Name 6.17.0-6.6-generic 6.17.1
Uname: Linux 6.17.0-6-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CloudArchitecture: x86_64
CloudBuildName: server
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSerial: 20251202
CloudSubPlatform: config-disk (/dev/vdb)
Date: Wed Dec 10 22:33:51 2025
PackageArchitecture: all
ProcEnviron:
LANG=C.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=vt220
XDG_RUNTIME_DIR=<set>
SourcePackage: coreutils-from
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2134578/+subscriptions
More information about the foundations-bugs
mailing list