Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Last active July 17, 2016 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/e26ffaf9d406e5e1da5e255b39eb5520 to your computer and use it in GitHub Desktop.
Save jpluimers/e26ffaf9d406e5e1da5e255b39eb5520 to your computer and use it in GitHub Desktop.
# OCICLI http://software.opensuse.org/ymp/server:monitoring/openSUSE_Tumbleweed/lnav.ymp
If you continue, the following repositories will be subscribed:
* http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/
* http://download.opensuse.org/repositories/server:/monitoring/openSUSE_Tumbleweed/
If you continue, the following software packages will be installed:
* lnav
Warning: unable to close filehandle properly: Bad file descriptor, <STDIN> line
7 during global destruction (#1)
(S io) There were errors during the implicit close() done on a filehandle
when its reference count reached zero while it was still open, e.g.:
{
open my $fh, '>', $file or die "open: '$file': $!\n";
print $fh $data or die "print: $!";
} # implicit close here
Because various errors may only be detected by close() (e.g. buffering could
allow the print in this example to return true even when the disk is full),
it is dangerous to ignore its result. So when it happens implicitly, perl will
signal errors by warning.
Prior to version 5.22.0, perl ignored such errors, so the common idiom shown
above was liable to cause silent data loss.
Continue? y/N
# cat /etc/os-release
NAME=openSUSE
VERSION="Tumbleweed"
VERSION_ID="20160714"
PRETTY_NAME="openSUSE Tumbleweed (20160714) (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:20160714"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
ID_LIKE="suse"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment