Your message dated Sat, 4 Jan 2014 16:20:06 +0000
with message-id <[email protected]>
and subject line Duplicate of #690473
has caused the Debian Bug report #734177,
regarding dash: Fails to report fatal errors on stderr
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.)
--
734177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734177
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dash
Version: 0.5.7-3+nmu1
Severity: important
zsh -c "echo test > /dev/full"
zsh:echo:1: write error: no space left on device
bash -c "echo test > /dev/full"
bash: line 0: echo: write error: No space left on device
dash -c "echo test > /dev/full"
[nothing]
echo $?
1
Both bash and zsh inform the user why the operation failed, and
of course also return the error status. dash does return an
error status, but it does not inform the user what the cause of
the error was, which can lead to much confusion.
Example: #684607
Here we have a failure in a subsidiary script which causes a
failure, but without any reporting of the error we only know
that there was a problem, but are left completely in the dark
about what the problem was and have no idea how to rectify it.
Please could you consider printing an error like bash or zsh
when such errors are encountered, including strerr(errno) or
equivalent?
Many thanks,
Roger
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (550, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dash depends on:
ii debianutils 4.4
ii dpkg 1.17.5
ii libc6 2.17-97
dash recommends no packages.
dash suggests no packages.
-- debconf information excluded
--- End Message ---
--- Begin Message ---
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' schroot and sbuild http://alioth.debian.org/projects/buildd-tools
`- GPG Public Key F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800
--- End Message ---