public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] inetutils 1.9.4-1
@ 2018-07-19 20:05 Takashi Yano
  2018-07-19 20:35 ` Gary Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Yano @ 2018-07-19 20:05 UTC (permalink / raw)
  To: cygwin


The following packages have been uploaded to the Cygwin distribution:

* inetutils-1.9.4-1
* inetutils-server-1.9.4-1
* ping-1.9.4-1

inetutils provides common networking clients and servers, including
the inetd super-server, telnetd and telnet, ftpd and ftp, talkd and
talk, uucpd (but no uucp client), and syslogd, as well as ping/ping6.


Change History

----------  inetutils-1.9.4-1 -- 18 Jul 2018 -----------
* Updated to latest upstream release
* Enabled IPv6 support
* Enhanced the /etc/ftpchroot parser on ftpd so that the root
  directory can be specified by the second field.
* Fixed an upsteam bug of talk that could fail to connect with
  a party if there are multiple network interfaces.
* Provide ping/ping6 commands within a separated ping package.


     *** 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:

https://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] inetutils 1.9.4-1
  2018-07-19 20:05 [ANNOUNCEMENT] inetutils 1.9.4-1 Takashi Yano
@ 2018-07-19 20:35 ` Gary Johnson
  2018-07-19 23:00   ` Takashi Yano
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Johnson @ 2018-07-19 20:35 UTC (permalink / raw)
  To: cygwin

On 2018-07-19, Takashi Yano wrote:
> The following packages have been uploaded to the Cygwin distribution:
> 
> * inetutils-1.9.4-1
> * inetutils-server-1.9.4-1
> * ping-1.9.4-1

I just updated my Cygwin installation (using setup-x86.exe) a few
minutes ago, and Setup reported the following error:

    Cygwin Setup - Running postinstall scripts

    Postinstall script errors
        These do not necessarily mean that affected packages will fail to function
        properly, but please check /var/log/setup.log.full and report any problems.

    Package: _/inetutils-server
    inetutils-server.sh exit code 1

I rebooted Windows (which I had to do anyway because of a Windows
update) and tried reinstalling inetutils-server-1.9.4-1, but the
same message appeared.

I looked in /var/log/setup.log.full and found the following at the
bottom of the file.

    Rebasing with list /var/cache/rebase/rebase_all, built from /var/cache/rebase/rebase_lst /var/cache/rebase/rebase_dyn /var/cache/rebase/rebase_user.

    The following DLLs couldn't be rebased because they were in use:
      /usr/bin/cygz.dll
      /usr/bin/cygreadline7.dll
      /usr/bin/cygncursesw-10.dll
      /usr/bin/cygkrb5support-0.dll
      /usr/bin/cygkrb5-3.dll
      /usr/bin/cygk5crypto-3.dll
      /usr/bin/cygintl-8.dll
      /usr/bin/cygiconv-2.dll
      /usr/bin/cyggssapi_krb5-2.dll
      /usr/bin/cyggcc_s-1.dll
      /usr/bin/cygcrypto-1.0.0.dll
      /usr/bin/cygcom_err-2.dll
    2018/07/19 11:54:22 running: C:\cygwin\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
    2018/07/19 11:54:24 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/inetutils-server.sh"
    *** Warning: The permissions on the directory /var are not correct.
    *** Warning: They must match the regexp d..x..x..[xt]
    *** ERROR: Problem with /var directory. Exiting.
    *** Warning: The permissions on the directory /var are not correct.
    *** Warning: They must match the regexp d..x..x..[xt]
    *** ERROR: Problem with /var directory. Exiting.
    2018/07/19 11:54:52 abnormal exit: exit code=1
    2018/07/19 11:54:52 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_desktop-file-utils.sh"
    2018/07/19 11:54:53 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_fontconfig_cache_1.sh"
    2018/07/19 11:54:56 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_glib2.0.sh"
    2018/07/19 11:54:57 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_man-db.sh"
    2018/07/19 11:55:00 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_shared-mime-info.sh"
    2018/07/19 11:55:00 Changing gid to Administrators
    Program directory for program link: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    Desktop directory for desktop link: C:\Users\Public\Desktop
    2018/07/19 11:58:35 note: Installation Complete
    2018/07/19 11:58:35 Ending cygwin install

I've never had problems like this before.  I had exited all Cygwin
programs before running setup.  I normally run cron, but I stopped
that, and ssh-agent, but I killed that.  I checked the permissions
on /var, and while they don't match the regexp d..x..x..[xt],
I didn't create that directory and setup has never reported any
issues with it before.

    $ ls -ld /var
    drwxrwx---+ 1 Administrators Domain Users 0 Jul 19 03:57 /var

    $ cygcheck.exe -cv inetutils-server
    Cygwin Package Information
    Last downloaded files to: C:\Users\garyjohn\AppData\Roaming\Cygwin
    Last downloaded files from: http://mirrors.kernel.org/sourceware/cygwin/

    Package              Version        Status
    inetutils-server     1.9.4-1        OK

The OS is Windows 7 Enterprise version 6.1.7601.

Regards,
Gary


--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] inetutils 1.9.4-1
  2018-07-19 20:35 ` Gary Johnson
@ 2018-07-19 23:00   ` Takashi Yano
  2018-07-20  0:38     ` Gary Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Yano @ 2018-07-19 23:00 UTC (permalink / raw)
  To: cygwin

On Thu, 19 Jul 2018 12:19:10 -0700
Gary Johnson wrote:
>     2018/07/19 11:54:24 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/inetutils-server.sh"
>     *** Warning: The permissions on the directory /var are not correct.
>     *** Warning: They must match the regexp d..x..x..[xt]
>     *** ERROR: Problem with /var directory. Exiting.
>     *** Warning: The permissions on the directory /var are not correct.
>     *** Warning: They must match the regexp d..x..x..[xt]
>     *** ERROR: Problem with /var directory. Exiting.
...
> I've never had problems like this before.  I had exited all Cygwin
> programs before running setup.  I normally run cron, but I stopped
> that, and ssh-agent, but I killed that.  I checked the permissions
> on /var, and while they don't match the regexp d..x..x..[xt],
> I didn't create that directory and setup has never reported any
> issues with it before.

/etc/postinstall/inetutils-server.sh has not been changed.
Therefore installing previous version (1.9.1-2) should cause same error.

>     $ ls -ld /var
>     drwxrwx---+ 1 Administrators Domain Users 0 Jul 19 03:57 /var

Please chmod /var directory to match regexp d..x..x..[xt]
for example: chmod 755 /var

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] inetutils 1.9.4-1
  2018-07-19 23:00   ` Takashi Yano
@ 2018-07-20  0:38     ` Gary Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Johnson @ 2018-07-20  0:38 UTC (permalink / raw)
  To: cygwin

On 2018-07-20, Takashi Yano wrote:
> On Thu, 19 Jul 2018 12:19:10 -0700
> Gary Johnson wrote:
> >     2018/07/19 11:54:24 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/inetutils-server.sh"
> >     *** Warning: The permissions on the directory /var are not correct.
> >     *** Warning: They must match the regexp d..x..x..[xt]
> >     *** ERROR: Problem with /var directory. Exiting.
> >     *** Warning: The permissions on the directory /var are not correct.
> >     *** Warning: They must match the regexp d..x..x..[xt]
> >     *** ERROR: Problem with /var directory. Exiting.
> ...
> > I've never had problems like this before.  I had exited all Cygwin
> > programs before running setup.  I normally run cron, but I stopped
> > that, and ssh-agent, but I killed that.  I checked the permissions
> > on /var, and while they don't match the regexp d..x..x..[xt],
> > I didn't create that directory and setup has never reported any
> > issues with it before.
> 
> /etc/postinstall/inetutils-server.sh has not been changed.
> Therefore installing previous version (1.9.1-2) should cause same error.

I reverted to 1.9.1-2 and got the same error, as you expected.

> >     $ ls -ld /var
> >     drwxrwx---+ 1 Administrators Domain Users 0 Jul 19 03:57 /var
> 
> Please chmod /var directory to match regexp d..x..x..[xt]
> for example: chmod 755 /var

I executed

    $ chmod 755 /var

and installed 1.9.4-1 again.  No error this time.

I have no explanation for how the permissions on /var might have
gotten changed unless it happened during the Windows update.

Regards,
Gary


--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-19 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19 20:05 [ANNOUNCEMENT] inetutils 1.9.4-1 Takashi Yano
2018-07-19 20:35 ` Gary Johnson
2018-07-19 23:00   ` Takashi Yano
2018-07-20  0:38     ` Gary Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).