public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cat /proc/version mainly broken
@ 2019-03-18 10:05 Alexander Kleinsorge
  2019-03-18 10:39 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kleinsorge @ 2019-03-18 10:05 UTC (permalink / raw)
  To: cygwin

Hi Cygwin,
there is an Issue wit "cat /proc/version" (tested on 2 different Windows 
7, 64 bit PC, both had no issue some month ago).

$ cat /proc/version
CYGWIN_NT-6.1-WOW version vaÜð0aìð0aìð0a0Ç0aìð0a (corinna@calimero) (gcc 
version 7.4.0 20181206 (Fedora Cygwin 7.4.0-1) (GCC) ) Z

update to 3.0.4-1 (not sure what was before, as proc/version is hiding 
it).

$ cat /proc/version
CYGWIN_NT-6.1-WOW version †aÜð0aìð0aìð0a0Ç0aìð0a (corinna@calimero) (gcc 
version 7.4.0 20181206 (Fedora Cygwin 7.4.0-1) (GCC) ) Z

I test this every some month, and it always worked fine for years, but 
now it is broken with at least 3.x.x on different Windows-7 PC (also 
different Admin).
Either a Windows-7-Ipdate from Microsoft or a Cygwin-Update changed 
something here.

Who can confirm the issue? It should be easy to find out what is going 
on then.

Thanks, Alex

--
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: cat /proc/version mainly broken
  2019-03-18 10:05 cat /proc/version mainly broken Alexander Kleinsorge
@ 2019-03-18 10:39 ` Corinna Vinschen
  2019-03-18 18:08   ` Achim Gratz
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2019-03-18 10:39 UTC (permalink / raw)
  To: Alexander Kleinsorge; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

On Mar 18 11:05, Alexander Kleinsorge wrote:
> Hi Cygwin,
> there is an Issue wit "cat /proc/version" (tested on 2 different Windows 7,
> 64 bit PC, both had no issue some month ago).
> 
> $ cat /proc/version
> CYGWIN_NT-6.1-WOW version vaÜð0aìð0aìð0a0Ç0aìð0a (corinna@calimero) (gcc
> version 7.4.0 20181206 (Fedora Cygwin 7.4.0-1) (GCC) ) Z
> 
> update to 3.0.4-1 (not sure what was before, as proc/version is hiding it).
> 
> $ cat /proc/version
> CYGWIN_NT-6.1-WOW version †aÜð0aìð0aìð0a0Ç0aìð0a (corinna@calimero) (gcc
> version 7.4.0 20181206 (Fedora Cygwin 7.4.0-1) (GCC) ) Z
> 
> I test this every some month, and it always worked fine for years, but now
> it is broken with at least 3.x.x on different Windows-7 PC (also different
> Admin).
> Either a Windows-7-Ipdate from Microsoft or a Cygwin-Update changed
> something here.
> 
> Who can confirm the issue? It should be easy to find out what is going on
> then.

Yikes.  I change uname but missed to patch /proc/version as well.
Fixed in git.  Please try the latest developer snapshot from
https://cygwin.com/snapshots/


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: cat /proc/version mainly broken
  2019-03-18 10:39 ` Corinna Vinschen
@ 2019-03-18 18:08   ` Achim Gratz
  2019-03-19  8:27     ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Achim Gratz @ 2019-03-18 18:08 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:
> Yikes.  I change uname but missed to patch /proc/version as well.
> Fixed in git.  Please try the latest developer snapshot from
> https://cygwin.com/snapshots/

Fix confirmed.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
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: cat /proc/version mainly broken
  2019-03-18 18:08   ` Achim Gratz
@ 2019-03-19  8:27     ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2019-03-19  8:27 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

On Mar 18 19:08, Achim Gratz wrote:
> Corinna Vinschen writes:
> > Yikes.  I change uname but missed to patch /proc/version as well.
> > Fixed in git.  Please try the latest developer snapshot from
> > https://cygwin.com/snapshots/
> 
> Fix confirmed.

Thanks for testing!


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2019-03-19  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 10:05 cat /proc/version mainly broken Alexander Kleinsorge
2019-03-18 10:39 ` Corinna Vinschen
2019-03-18 18:08   ` Achim Gratz
2019-03-19  8:27     ` Corinna Vinschen

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