delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:reply-to:from:to:subject:date:message-id | |
:mime-version:content-type:content-transfer-encoding; q=dns; s= | |
default; b=YMNPxV+7t4lz33fkHUGCU3Xq5mrMeFxSsHTLyIdj2ExiRsd2tkDOZ | |
gyyehrZNctIw13bIgPN3oCuAuL2nUqiAnItdxQA/cHxKOLM8OzMkm9vstC3r5WsZ | |
Mi4uwg2FiUdqgdLqp02DGhxs7LWT0kTd4CTeq3mc1+65IdVvVKwhS4= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:reply-to:from:to:subject:date:message-id | |
:mime-version:content-type:content-transfer-encoding; s=default; | |
bh=6NQAC3hxYlfJW8dxyt7oSATmYtw=; b=YXjMZuDZU92bNLVkH+SmvH5QeqO0 | |
fJGY7+GyMIOhpEv07NnlRxrJYcOI4Q/wNwOJJkEqGFnfDr3K7BQUMSnG0a0XlN6c | |
p81FmtXhon0/t/a7bs10vpfpCs5up5tcssdTu2O2WwYom1Su5kiMyElsvx4yyPuD | |
pJPhN0xwc2fLEHY= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-HELO: | localhost.localdomain |
Reply-To: | cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=0.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 |
From: | Andrew Schulman <schulman DOT andrew AT epa DOT gov> |
To: | cygwin AT cygwin DOT com |
Subject: | [ANNOUNCEMENT] Updated: fish-2.2.0-1 (test release) |
Date: | Fri, 21 Aug 2015 10:17:02 -0400 |
Message-Id: | <announce.7m8etapaho3t1ve0a5c414g1vof6lnln4c@4ax.com> |
MIME-Version: | 1.0 |
X-Archive: | encrypt |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id t7LETfCh017607 |
A new release of fish is available in the Cygwin distribution. fish 2.2.0-1 is available as a test release. Please test it, and report successes or failures to the cygwin list. fish 2.2 has significant changes since fish 2.1; please see http://fishshell.com/release_notes.html for the full list. UPDATE ISSUES: 1. You may see errors when fish starts, saying that "Old versions of fish appear to be running." This is because of architectural changes (removal of fishd) from fish 2.1 to 2.2. If you see this, please try the following things: * Kill all running instances of fish and, especially, fishd (pkill fish, or killall fish). * Remove all directories /tmp/fishd.* (rm -rf /tmp/fishd.*) * If necessary, rm ~/.config/fish/fishd.* . But this probably will remove all of your stored universal variables. Then restart fish. If the error messages persist, please report that to the cygwin list. 2. fish may hang at startup. This happens becaue the startup file /etc/fish/config.fish in fish 2.1.1 included syntax that causes fish 2.2.0 to hang. * If you didn't customize /etc/fish/config.fish, then there's nothing you need to do. The old file will be replaced with a corrected new one when you update, and fish should start normally. * If you did customize /etc/fish/config.fish, then your customized file won't be replaced on update, and fish will probably hang at startup (a "cat" process will be running, waiting forever for input). To fix this: + Kill all running instances of fish and cat. + Replace your old /etc/fish/config.fish with a copy of /etc/defaults/etc/fish/config.fish, and re-add any customizations you want to make. + Restart fish. If you've tried the above and fish still hangs on startup, please report that to the cygwin list. 3. Some, but not all, users report seeing a boatload of "Permission denied" errors, like: Unable to rename '/home/$USER/.config/fish/fishd.tmp.xSJhcG' to '/home/$USER/.config/fish/fishd.$HOSTNAME': Permission denied I don't know what's causing this yet. If you have these errors, please report it to the cygwin list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user friendliness. The design goal of fish is to give the user a rich set of powerful features in a way that is easy to discover, remember, and use. Home page: http://fishshell.com Andrew E. Schulman ******************************************************************* To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com If you need more information on unsubscribing, start reading here: http://cygwin.com/lists.html#subscribe-unsubscribe Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |