[no subject]

2024-07-01 Thread shamallllmastsr--- via Cygwin



Yahoo Mail: Search, Organize, Conquer

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2024-04-15 Thread YN s via Cygwin



-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2024-02-02 Thread Lester Ingber via Cygwin
Brian:

Yes, I am using the latest package versions.

I am not running letsencrypt on her machine (I am on mine).

When I perform:
08:41:18 @LouiseLG:/etc/pki/ca-trust:% ls -dl /etc/pki/ca-trust/**/
drwxr-xr-x 1 lingber None 0 Feb  1 08:28 /etc/pki/ca-trust/extracted/
drwxr-xr-x 1 lingber None 0 Feb  1 08:28 /etc/pki/ca-trust/source/

When I perform:
ls -dglo /etc/pki/ca-trust/**/
I get the same results.

I added letsencrypt as you suggested.

I now see:
Package: _/ca-certificates-letsencrypt
ca-certificates-letsencrypt.sh exit code 1
Package: _/Unknown package
ca-certificates.sh exit code 1

Lester


On 2024-02-01 08:40, Lester Ingber via Cygwin wrote:
> Yes, a Reinstall is the first thing I tried.
> I just tried that again after installing 3.5.0-1, with the same negative
> result.

Presumably you are installing the latest package versions?

There used to be a problem where the programs made the directories read only so
updates failed.

Check /var/log/setup.log.full for errors perhaps from
ca-certificates/-letsencrypt or p11-kit.

Try checking permissions by running `ls -dl /etc/pki/ca-trust/**/`:

$ ls -dglo /etc/pki/ca-trust/**/
drwxr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/
drwxr-xr-x 1 0 Jan  8 07:31 /etc/pki/ca-trust/extracted/
drwxr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/extracted/edk2/
drwxr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/extracted/java/
drwxr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/extracted/openssl/
drwxr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/extracted/pem/
dr-xr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/extracted/pem/directory-hash/
drwxr-xr-x 1 0 Jan  8 07:36 /etc/pki/ca-trust/source/
drwxr-xr-x 1 0 Sep  6  2022 /etc/pki/ca-trust/source/anchors/
drwxr-xr-x 1 0 Sep  6  2022 /etc/pki/ca-trust/source/blacklist/

note only directory-hash is read only [used -go to omit ids and reduce width].

--
Take care. Thanks, Brian Inglis  Calgary, Alberta, Canada

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Subject: emacs 29.2-1

2024-02-01 Thread Ken Brown via Cygwin-announce

The following packages have been uploaded to the Cygwin distribution.

* emacs-29.2-1

This is a virtual package that forces installation of one of the 
following four "binary" packages.  If you don't select one of these 
four, then emacs-basic will be installed by default.


* emacs-basic-29.2-1
* emacs-w32-29.2-1
* emacs-gtk-29.2-1
* emacs-lucid-29.2-1

Each of these packages contains an emacs binary of the same name as the 
package.  For example, emacs-basic provides /usr/bin/emacs-basic.exe.


* emacs-common-29.2-1

This contains files needed by each of the four binaries.

Emacs is a powerful, customizable, self-documenting, modeless text 
editor.  Emacs contains special code editing features, a scripting 
language (elisp), and the capability to read mail, news, and more 
without leaving the editor.


This is an update to the latest upstream release.  It is a bug-fix 
release, with no new features with respect to Emacs 29.1.


This release was *not* built with the native compilation feature, which 
still needs more testing on Cygwin.  I will make a test release built 
with native compilation shortly.


CYGWIN NOTES


1. The four binary packages emacs-basic, emacs-w32, emacs-gtk, and
   emacs-lucid have been listed in order of increasing "priority".
   The postinstall scripts create a symlink /usr/bin/emacs that
   resolves to the highest-priority binary that you have installed.
   Thus the command 'emacs' will start emacs-lucid.exe if you've
   installed the emacs-lucid package; otherwise, it will start
   emacs-gtk.exe if you've installed emacs-gtk; otherwise, it will
   start emacs-w32.exe if you've installed emacs-w32; otherwise, it
   will start emacs-basic.exe.  Similar remarks apply to emacsclient.

   If you have installed more than one of the binary packages and
   don't like the default resolution of /usr/bin/emacs, you can run
   one of the /usr/bin/set-emacs-default-*.sh scripts to change it.
   For example,

 /usr/bin/set-emacs-default-w32.sh

   will make /usr/bin/emacs resolve to /usr/bin/emacs-w32.exe,
   regardless of which packages you've installed.

2. Install emacs-gtk if you want to use the X11 GUI with the GTK+
   toolkit.  You can then type 'emacs&' in an xterm window, and
   emacs-gtk.exe will start in a new window.  If you prefer the Lucid
   toolkit, install emacs-lucid instead.

3. Install emacs-w32 if you want to use the native Windows GUI instead
   of X11.

4. Install emacs-basic if you want a minimal emacs with no GUI.

5. If you use the Emacs MH-E library for email, consider installing
   Cygwin's mailutils-mh package.  To use it, put the line

 (load "mailutils-mh")

   in your site-start.el or ~/.emacs file.

6. If you have sshd running and want to be able to run emacs-gtk or
   emacs-lucid from a remote machine, you need to enable X11
   forwarding by adding the following line to /etc/sshd_config:

 X11Forwarding yes

   You might also need to have the cygserver service running.

7. The script /usr/bin/make-emacs-shortcut can be used to create a
   shortcut for starting emacs.  See
   /usr/share/doc/emacs/README.Cygwin for details.

Ken
--
 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

The easiest way to unsubscribe is to visit 
, and click 'Unsubscribe'.

If you need more information on unsubscribing, start reading here: 
.



[no subject]

2024-01-10 Thread hancy donald via Cygwin



-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-10-25 Thread Damian Harty via Cygwin
https://docs.google.com/presentation/d/1h11MpuF4GIc6tfjB5ax71qn5u67hBkWzjqm0wh9AkTk/pub

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-10-08 Thread Ben Sim via Cygwin
1 [main] wit 21172 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.

Sent from Mail for Windows


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-10-05 Thread Takashi Yano via Cygwin-announce
>From cygwin-announce-SDL2-2.28.4-1 木 10月 05 23:18:13 2023
From: Takashi Yano 
To: cygwin-announce@cygwin.com
Date: Thu, 05 Oct 2023 23:18:13 +0900
Message-Id: <20231005231813.6266-1-takashi.y...@nifty.ne.jp>
Subject: SDL2 2.28.4-1

The following packages have been uploaded to the Cygwin distribution:

* libSDL2_2.0_0-2.28.4-1
* libSDL2-devel-2.28.4-1

This is the Simple DirectMedia Layer, a general API that provides
low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

- Reenable joystick support via dinput and xinput.

-- 
  *** 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. It will be in the 
format:

List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin-announce>, 
<mailto:cygwin-announce-requ...@cygwin.com?subject=unsubscribe>

The easiest unsubscribe method is to visit the web page associated with the 
mailing list as seen above, and click Unsubscribe.

Alteratively, you can send email to the list server using the address given in 
the mailto: above.

If you need more information on unsubscribing, start reading here:

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

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


[no subject]

2023-09-01 Thread Sanjitha. p via Cygwin
Please rectify the problem
1 [main] bash 15124 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer. Please report this problem to
the public mailing list cygwin@cygwin.com.
How to solve this problem

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-09-01 Thread Sanjitha. p via Cygwin
1 [main] bash 15124 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer. Please report this problem to
the public mailing list cygwin@cygwin.com

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[ANNOUNCEMENT] Subject: doxygen 1.9.7-1

2023-05-25 Thread Ken Brown via Cygwin-announce via Cygwin

The following packages have been uploaded to the Cygwin distribution:

* doxygen-1.9.7-1
* doxygen-doxywizard-1.9.7-1
* doxygen-latex-1.9.7-1

Doxygen is the de facto standard tool for generating documentation from 
annotated C++ sources, but it also supports other popular programming 
languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, 
Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, and to some 
extent D.  It can generate an on-line documentation browser (in HTML) 
and/or an off-line reference manual (in LaTeX) from a set of documented 
source files.  There is also support for generating output in RTF 
(MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man 
pages.  The documentation is extracted directly from the sources, which 
makes it much easier to keep the documentation consistent with the 
source code.


Doxywizard is a GUI for creating and editing configuration files that 
are used by doxygen.


doxygen-latex is a virtual package that pulls in the TeX Live packages 
needed for producing LaTeX/pdf output from doxygen.


This is an update to the latest upstream release.  See

  https://www.doxygen.org/manual/changelog.html

for a list of changes since the previous release.

Ken

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Subject: doxygen 1.9.7-1

2023-05-25 Thread Ken Brown via Cygwin-announce

The following packages have been uploaded to the Cygwin distribution:

* doxygen-1.9.7-1
* doxygen-doxywizard-1.9.7-1
* doxygen-latex-1.9.7-1

Doxygen is the de facto standard tool for generating documentation from 
annotated C++ sources, but it also supports other popular programming 
languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, 
Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, and to some 
extent D.  It can generate an on-line documentation browser (in HTML) 
and/or an off-line reference manual (in LaTeX) from a set of documented 
source files.  There is also support for generating output in RTF 
(MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man 
pages.  The documentation is extracted directly from the sources, which 
makes it much easier to keep the documentation consistent with the 
source code.


Doxywizard is a GUI for creating and editing configuration files that 
are used by doxygen.


doxygen-latex is a virtual package that pulls in the TeX Live packages 
needed for producing LaTeX/pdf output from doxygen.


This is an update to the latest upstream release.  See

  https://www.doxygen.org/manual/changelog.html

for a list of changes since the previous release.

Ken


[no subject]

2023-03-02 Thread Kidane Kenenisa via Cygwin
WARNING: Couldn't compute FAST_CWD pointer.

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: (No Subject)

2023-02-23 Thread Eliot Moss via Cygwin

On 2/24/2023 2:07 PM, chrstfer via Cygwin wrote:

Moss,

Have you made any major changes to your cygwin X server settings? I tried this 
with a fresh install of the cygwin Xserver suite, first thing i did, but was 
unable to get it to work.

I assume you are using Docker Desktop? Do you have it integrated with WSL?

Thanks for the quick reply! This will be my last for the night. Don't want to 
flood.


I was not referring to Docker at all.

My XWin.0.log contains this:

XWin :0 -multiwindow -clipboard -wgl -ac -unixkill -listen tcp -clipboard -resize -engine 1 
-emulate3buttons 100 -dpi 144


HTH - Eliot

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: (No Subject)

2023-02-23 Thread chrstfer via Cygwin
Moss,

Have you made any major changes to your cygwin X server settings? I tried this 
with a fresh install of the cygwin Xserver suite, first thing i did, but was 
unable to get it to work. 

I assume you are using Docker Desktop? Do you have it integrated with WSL? 

Thanks for the quick reply! This will be my last for the night. Don't want to 
flood.


Chris


--- Original Message ---
On Thursday, February 23rd, 2023 at 9:58 PM, Eliot Moss  
wrote:


> 
> 
> On 2/24/2023 1:51 PM, chrstfer via Cygwin wrote:
> 
> > Hi all,
> > 
> > First mail, so while I'm fairly sure it's on topic please forgive me if it 
> > isn't.
> > 
> > Has anyone tried to get a docker container with an X app in it to connect 
> > to the cygwin x server?
> > 
> > When I run startxwin after starting the wslg container the cygwin Xserver 
> > comes in at address (word?) :1 rather than :0, so the two servers can 
> > recognize each other (at least to some degree). I can run a cygwin X app in 
> > a cygwin console and get an X window, and I can run a wslg app in a wsl 
> > bash instance and get an X window, each on their respective servers. But 
> > when I set the env DISPLAY in one to the X of the other, it breaks.
> > 
> > This isn't just a stupid ask for a redundant use-case, either. The cygwin X 
> > server is vastly superior to the wslg one, at least insofar as integration 
> > with the windows 10 chrome; cygwin X windows no matter the library will 
> > snap like a regular windows window will. Anything coming out of wslg, at 
> > least when it comes to gtk3 (emacs-git) and QT4 (qutebrowser), have no 
> > native window decorations and don't snap. I've also been unable to find a 
> > way to run a docker container as a single X root window (ie to run a DE 
> > inside of a container) but I bet if I could connect to the cygwin X server 
> > that'd be fairly straightforward.
> > 
> > I'll be the first to admit I don't know too much about X so is what I'm 
> > asking even possible? (I do mainly use linux, but normally X is one of 
> > those things that i dont fiddle with much)
> > 
> > UItimately/mostly I'm just fed up of being stuck in Windows windowland at 
> > work and not having emacs-git*. At least thats how i landed on this topic, 
> > but it seems to me being able to run a docker container and have it hook 
> > into a cygwin X server that's already running would be a good feature 
> > generally. Especially if it would enable me to disable WSL again.
> > 
> > (*As an aside: while I have gotten it to compile, and it runs in the 
> > console, so many tests break that I'm afraid to even try compiling it for 
> > gtk3; so a docker container of debian stable seemed a logical next step and 
> > i half-expected it to just work, to be honest, given how seamless the rest 
> > of my cygwin experience has been recently, and I would put money on these 
> > two issues being on docker/docker-desktop/wsl, given how poor wslg's 
> > integration is despite being a microsoft project)
> 
> 
> If it's of any help in understanding this, in wsl I set DISPLAY=:0
> and can start X apps that connect to the Cygwin X server. I wonder
> if there are issues trying to run two X servers at the same time ...
> 
> Best - Eliot Moss

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: (No Subject)

2023-02-23 Thread Eliot Moss via Cygwin

On 2/24/2023 1:51 PM, chrstfer via Cygwin wrote:

Hi all,

First mail, so while I'm fairly sure it's on topic please forgive me if it 
isn't.

Has anyone tried to get a docker container with an X app in it to connect to 
the cygwin x server?

When I run startxwin after starting the wslg container the cygwin Xserver comes 
in at address (word?) :1 rather than :0, so the two servers can recognize each 
other (at least to some degree). I can run a cygwin X app in a cygwin console 
and get an X window, and I can run a wslg app in a wsl bash instance and get an 
X window, each on their respective servers. But when I set the env DISPLAY in 
one to the X of the other, it breaks.

This isn't just a stupid ask for a redundant use-case, either. The cygwin X 
server is vastly superior to the wslg one, at least insofar as integration with 
the windows 10 chrome; cygwin X windows no matter the library will snap like a 
regular windows window will. Anything coming out of wslg, at least when it 
comes to gtk3 (emacs-git) and QT4 (qutebrowser), have no native window 
decorations and don't snap. I've also been unable to find a way to run a docker 
container as a single X root window (ie to run a DE inside of a container) but 
I bet if I could connect to the cygwin X server that'd be fairly 
straightforward.

I'll be the first to admit I don't know too much about X so is what I'm asking 
even possible? (I do mainly use linux, but normally X is one of those things 
that i dont fiddle with much)

UItimately/mostly I'm just fed up of being stuck in Windows windowland at work 
and not having emacs-git*. At least thats how i landed on this topic, but it 
seems to me being able to run a docker container and have it hook into a cygwin 
X server that's already running would be a good feature generally. Especially 
if it would enable me to disable WSL again.

(*As an aside: while I have gotten it to compile, and it runs in the console, 
so many tests break that I'm afraid to even try compiling it for gtk3; so a 
docker container of debian stable seemed a logical next step and i 
half-expected it to just work, to be honest, given how seamless the rest of my 
cygwin experience has been recently, and I would put money on these two issues 
being on docker/docker-desktop/wsl, given how poor wslg's integration is 
despite being a microsoft project)


If it's of any help in understanding this, in wsl I set DISPLAY=:0
and can start X apps that connect to the Cygwin X server.  I wonder
if there are issues trying to run two X servers at the same time ...

Best - Eliot Moss

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


(No Subject)

2023-02-23 Thread chrstfer via Cygwin
Hi all,

First mail, so while I'm fairly sure it's on topic please forgive me if it 
isn't.

Has anyone tried to get a docker container with an X app in it to connect to 
the cygwin x server?

When I run startxwin after starting the wslg container the cygwin Xserver comes 
in at address (word?) :1 rather than :0, so the two servers can recognize each 
other (at least to some degree). I can run a cygwin X app in a cygwin console 
and get an X window, and I can run a wslg app in a wsl bash instance and get an 
X window, each on their respective servers. But when I set the env DISPLAY in 
one to the X of the other, it breaks.

This isn't just a stupid ask for a redundant use-case, either. The cygwin X 
server is vastly superior to the wslg one, at least insofar as integration with 
the windows 10 chrome; cygwin X windows no matter the library will snap like a 
regular windows window will. Anything coming out of wslg, at least when it 
comes to gtk3 (emacs-git) and QT4 (qutebrowser), have no native window 
decorations and don't snap. I've also been unable to find a way to run a docker 
container as a single X root window (ie to run a DE inside of a container) but 
I bet if I could connect to the cygwin X server that'd be fairly 
straightforward.

I'll be the first to admit I don't know too much about X so is what I'm asking 
even possible? (I do mainly use linux, but normally X is one of those things 
that i dont fiddle with much)

UItimately/mostly I'm just fed up of being stuck in Windows windowland at work 
and not having emacs-git*. At least thats how i landed on this topic, but it 
seems to me being able to run a docker container and have it hook into a cygwin 
X server that's already running would be a good feature generally. Especially 
if it would enable me to disable WSL again.

(*As an aside: while I have gotten it to compile, and it runs in the console, 
so many tests break that I'm afraid to even try compiling it for gtk3; so a 
docker container of debian stable seemed a logical next step and i 
half-expected it to just work, to be honest, given how seamless the rest of my 
cygwin experience has been recently, and I would put money on these two issues 
being on docker/docker-desktop/wsl, given how poor wslg's integration is 
despite being a microsoft project)

Chris B

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-02-09 Thread Sana Abbes via Cygwin
Bonjour
je suis étudiante je trouve des problèmes dans l'utilisation de  cpn tools
4.0.0
je suis débutante
mercii

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-01-15 Thread Nouman Shahid via Cygwin
Bash 1876 error occured

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2023-01-03 Thread abolfazl fazli via Cygwin
hi what is means this error in dort code???
i can not run this code and giving me this error
please help me . i need you for this problem
can you help me
  1 [main] dort 10768 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem to
the public mailing list cygwin@cygwin.com
fmt: end of file
apparent state: unit 5 (unnamed)
last format: (80A1)
lately reading sequential formatted external IO
 311025 [sig] dort 10768 open_stackdumpfile: Dumping stack trace to
dort.exe.stackdump
1543343 [sig] dort 10768 exception::handle: Exception:
STATUS_ACCESS_VIOLATION

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2022-11-19 Thread cygwin-announce-bounces+archive=jab . org
>From cygwin-announce-gsasl-2.2.0-2 Fri Nov 18 11:42:26 2022
From: Brian Inglis 
To: cygwin-announce@cygwin.com
Date: Fri, 18 Nov 2022 11:42:26 -0700
Message-Id: <20221118114226.22447-1-brian.ing...@systematicsw.ab.ca>
Subject: gsasl 2.2.0-2
X-CMAE-Envelope: 
MS4xfPNwat2cne48321MwJIz3dWLBBrzqm9BVpXConpmyznLD11Ca/X5+buOyLLAbYT4JXOJiVxtnEGLpIe6xZnPdURh3K2ZihF4yQ6KeXHqJZQArBDkchM8
 
baeEgnujPttmZ5XuEcwxX2l/LcN9RKNT0FNJ9w01B/AURmfjeNKWSSzFTvPyXXTED+dclkMDwIFu69Lb48C97TApceJJzxAUm0suhFRUtq2u0qjWnjG1n50B

The following packages have been uploaded to the Cygwin distribution:

* libgsasl-common-2.2.0-2
* libgsasl18-2.2.0-2
* libgsasl-devel-2.2.0-2
* libgsasl-doc-2.2.0-2
* gsasl-2.2.0-2

GNU SASL is an implementation of the Simple Authentication
and Security Layer (SASL) framework, consisting of a library
with several plugins, and command-line application.


[no subject]

2022-10-15 Thread Daniel Aziz



-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2022-10-12 Thread adam
>From cygwin-announce-git-filter-repo-2.38.0-1 Tue Oct 11 14:01:56 2022
From: a...@dinwoodie.org
Reply-To: cyg...@cygwin.com
To: cygwin-announce@cygwin.com
Date: Tue, 11 Oct 2022 14:01:56 +0100
Message-Id: <20221011140156.1679-1-a...@dinwoodie.org>
Subject: git-filter-repo 2.38.0-1

The following packages have been uploaded to the Cygwin distribution:

* git-filter-repo-2.38.0-1

git filter-repo is a versatile tool for rewriting history, which includes
capabilities not found anywhere else. It roughly falls into the same space of
tool as git filter-branch but without the capitulation-inducing poor
performance, with far more capabilities, and with a design that scales
usability-wise beyond trivial rewriting cases.


[no subject]

2022-07-18 Thread cygwin-announce-bounces+archive=jab . org
>From cygwin-announce-libidn2-2.3.3-1 Sun Jul 17 21:10:40 2022
From: Brian Inglis 
To: cygwin-announce@cygwin.com
Date: Sun, 17 Jul 2022 21:10:40 -0600
Message-Id: <20220717211040.51979-1-brian.ing...@systematicsw.ab.ca>
Subject: libidn2 2.3.3-1
X-CMAE-Envelope: 
MS4xfJCxuOQDIAafI2Pftcujp/bb3nDGdNtTNr6iPcC3GyPGrbYvj977JgasLaEJXTogCahdHnQcZbpr9TpMGosbUQCGSDphcjfUoekydWQqo82IFC8OVd1B
 
RpZyvBP8UD1sqOrAzukUwBqWPKjcJ4yirbja/+CiN6LuzFdBWRYVgbazqQ/m5kZEn6Y487IRyKCmpfuWuSOKvBn7y2T6OE/u8XAxC0b9OCISahpqF34AdNBE

The following packages have been uploaded to the Cygwin distribution:

* libidn2-2.3.3-1
* libidn2_0-2.3.3-1
* libidn2-devel-2.3.3-1
* libidn2-doc-2.3.3-1

Encode and decode Internationalized Domain Names implementing
IETF IDN WG Stringprep, Punycode, IDNA2008, and Unicode TR46 specifications.


[no subject]

2022-07-10 Thread Pasibla Hact
 Pokemon_ White Version.zip

https://www.romsgames.net/download/nintendo-ds-rom-pokemon-white-version/

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2022-07-10 Thread Pasibla Hact
bbnut-yours-would-cause-a-virus-optor-for-fetched-out-experience-guy-promotion-thing-version-cygwin

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2022-04-22 Thread development


从 Windows 版邮件发送


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2022-04-22 Thread development


从 Windows 版邮件发送


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2022-01-17 Thread Anton Lavrentiev via Cygwin-patches
Resubmitting the patches with the requested commit message changes




[no subject]

2022-01-09 Thread وليد ابو جواد


تم الإرسال من البريد لـ Windows


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-12-06 Thread Kim Hasto



-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-11-27 Thread Icyy On Repeat via Cygwin



-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-11-13 Thread Kossi Jules KETIKA via Cygwin
sent 715296 bytes  received 136902 bytes  5480.37 bytes/sec
total size is 1000338034  speedup is 1173.83
  1 [main] chmod 11152 find_fast_cwd: WARNING: Couldn't compute
FAST_CWD pointer.  Please report this problem to
the public mailing list cygwin@cygwin.com

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-11-13 Thread MUSHIMIYIMANA VIATEUR via Cygwin
Couldn't compute FAST_CWD pointer.

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-07-19 Thread cygwin-announce-bounces+archive=jab . org
>From cygwin-announce-nghttp2-1.44.0-1 Mon Jul 19 05:34:02 2021
From: Cygwin nghttp2 Maintainer 
Bcc: Cygwin nghttp2 Maintainer 
To: Cygwin Announcements 
Reply-To: Cygwin 
Date: Mon, 19 Jul 2021 05:34:02 -0600
Message-Id: <20210719053402.32510-1-brian.ing...@systematicsw.ab.ca>
Subject: Updated: nghttp2, libnghttp2{_14,-devel}, 
{mingw64-{x86_64,i686},python{37,38}}-nghttp2 1.44
X-CMAE-Envelope: 
MS4xfJuwcDoD1jmQJoigDPgk98zDJ8Qr6OLhKsXcTcfUhA2XsoWNlW2htDNgP9vTBz1Vkycmp3jamJWQfBAp2Og1F1bcUMj8uT0TZGwMOnasfvPmrY11exwa
 
nOuBx436GOd8r+kdL9+a7xlS8F7tTEhysdWSdOqFr5/wmZVKVc6Xh6yHRiVcN8P8qkhNtC0MESeGxWFjirVjc3UdcDGZf4lOCSFrpWdrY/Z8n7Hnve668Tgm

The following packages have been upgraded in the Cygwin distribution:

* nghttp2   1.44
* libnghttp2_14 1.44
* libnghttp2-devel  1.44
* mingw64-x86_64-nghttp21.44
* mingw64-i686-nghttp2  1.44
* python37-nghttp2  1.44
* python38-nghttp2  1.44

HTTP/2 and its header compression algorithm HPACK implementation.
The framing layer of HTTP/2 is implemented as a reusable library.
Also included are an HTTP/2 client, server, proxy, load test and
benchmarking tool, and Python modules.

For more information see the project home page:

https://nghttp2.org/

or the repo README:

https://github.com/nghttp2/nghttp2#readme

Please see below or read /usr/share/doc/nghttp2/ChangeLog after
installation for complete details of changes:

https://nghttp2.org/blog/

Nghttp2 v1.44.0 Jul 18th, 2021 12:56 PM

build

More --with-* configure options have been added:

--with-cunit
--with-jannson
--with-libcares
--with-libev
--with-libevent-openssl
--with-openssl
--with-zlib

The following precious variables have been added:

JEMALLOC_CFLAGS
JEMALLOC_LIBS
LIBEV_CFLAGS
LIBEV_LIBS
LIBTOOL_LDFLAGS

third-party

Bump llhttp to v6.0.2.

nghttpx

The bug which prevents a backend which is excluded from a load
balancing group temporarily from being restored.
The word master is replaced main. The nghttpx master process is
now called main process.

--no-http2-cipher-black-list and
--client-no-http2-cipher-black-list are deprecated and replaced
with --no-http2-cipher-block-list and
--client-no-http2-cipher-block-list respectively.

Remove trailing white space after $method log variable.

h2load

--rps option has been added.

The time unit (e.g., ms) is now allowed in -D option.



[no subject]

2021-06-25 Thread Megdelawit Mazengia via Cygwin
ftp.is.co.za
Addis ababa

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-05-18 Thread Jeremy Drake via Cygwin
> Sorry, but there's only this or that, not both.  Either we revert the
> entire change, including the native shortcut stuff, or we do it
> completely and fully, including handling virtual drives as symlinks.

I had success with just the following change (of course comments would
also need to be updated):

diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 4ebaf4dc6..53534b8b6 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3670,8 +3670,7 @@ restart:
   somewhere else, thus, it's a symlink in POSIX speak. */
if (upath.Length == 14) /* \??\X:\ */
  {
-   fileattr &= ~FILE_ATTRIBUTE_DIRECTORY;
-   path_flags |= PATH_SYMLINK;
+   goto file_not_symlink;
  }
/* For final paths differing in inner path components return
   length as negative value.  This informs path_conv::check

Treating mapped/subst drives as though they were not symlinks, without
messing with intermedate symlinks.

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-05-13 Thread Indralis Wardana via Cygwin



-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-04-17 Thread Pamela Giles Hartley via Cygwin


--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-03-26 Thread Mr. Xqisit via Cygwin
.
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-03-26 Thread Lawanda Burbank via Cygwin


--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-03-25 Thread Mr. Xqisit via Cygwin


--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-01-28 Thread Mohamed Kargbo via Cygwin
I have CWD problem
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2021-01-28 Thread ابو رايد 0 via Cygwin


احصل على Outlook for Android
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2020-12-09 Thread chaparay01--- via Cygwin
Who the fuck are you !   You been writing my husband 
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2020-12-08 Thread Ray Chapa via Cygwin
Hi

Get Outlook for iOS
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2020-11-30 Thread Chikara egi Rifaldi via Cygwin
Bang mintak dm ff 100 Idak kasi besok mati
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2020-11-02 Thread Daisuke Fujimura via Cygwin-apps
Name: Daisuke Fujimura
 BEGIN SSH2 PUBLIC KEY 
B3NzaC1yc2EDAQABAAABgQCZunscK/flxl6XcNUfIPj+8fyM+3Qwp+U5ImsFw4
mong4JwlHoKCaXLq1n7AzIS9WUpzCoKaq0IOwbPZfirf6E+GZBBRWWn+gD/iLePmQ/Lv9X
KJpqVATEHhy7OUhbu2dXTwgXWINsPil4SwBe86y7zSUY03BM5qFS5UVzOXRp3dsubtjpUa
My5sx/GqOp2zjzij+04ZXXRwWmT9+RWrcM+zowPXbudpSOBHxfFI/3XpyTOkdAf0wq8dcX
InDnOtn1AnypzTpEhfJVnQnW9zMSeydZA0JJSghMjQE1RtXHXz1I1mn2VMByLTWujYvQ4Z
hYG6YhAsyPW0bU1rCSehL1mWmonABMSZe3z2Q2jkksz15zQoivxMwNQpMFcXV/NTdm+zRn
eYUirRIk4FHGHBunIe3xzx34Oa8x1xHyqBvCOTuSPe5Mugba2lJKsExpOfm5WwO7m2GUik
CSyZZkJJXX9ncVtJf2UJU9ZheZ0eanadX8ha6yF6eXiYE8qBprrH0=
 END SSH2 PUBLIC KEY 


[no subject]

2020-10-28 Thread Ray Chapa via Cygwin
Hey--
Chaparay
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2020-10-24 Thread cygwin-announce-bounces
>From cygwin-announce-tzcode-tzdata-2020d-1 Thu Oct 22 00:17:49 2020
From: Brian Inglis 
Bcc: Brian Inglis 
To: cygwin-announce@cygwin.com
Reply-To: cyg...@cygwin.com
Date: Thu, 22 Oct 2020 00:17:49 -0600
Message-Id: <20201022001749.62780-1-brian.ing...@systematicsw.ab.ca>
Subject: Updated: tzcode, tzdata 2020d
X-CMAE-Envelope: 
MS4xfCFBoYi3A+r/ZwyLQ1Llu9DQgwG3t1PB1eiWL8anT8Y2Yv0CNaGjKBLuUX46CSN1Nl16VBcIRneiQ4s2vAumhMxKfqol52ZlWCWSskomA5CahJeH87po
 
OuEXJIyxg+uYFef76g5dnG5ihbB4IRB6FD9+zpedUQlMrCkRilhO12QYO0Bjo1a7BXx6ehqw1Y3sSD+u5iEopaf967977Lxhe9vGhvRzs5/hc9UI+xmqR4lM

The following packages have been upgraded in the Cygwin distribution:

* tzcode 2020d
* tzdata 2020d

The Time Zone Database (often called tz, tzdb, or zoneinfo) contains
data that represents the history of local time for many locations around
the world, and supports conversion of UTC time to local time at those
locations to allow display of those local times.
It is updated periodically to reflect changes made by political bodies
to daylight saving (summer time) rules, UTC offsets, and time zone
boundaries.

The tzcode package provides the tzselect, zic, zdump utilities.

For more information, see the announcement or below:

https://mm.icann.org/pipermail/tz-announce/2020-October/62.html

Release 2020d - 2020-10-21 11:24:13 -0700

News for the tz database

  Briefly:
Palestine ends DST earlier than predicted, on 2020-10-24.

  Changes to past and future timestamps

Palestine ends DST on 2020-10-24 at 01:00, instead of 2020-10-31
as previously predicted (thanks to Sharef Mustafa.)  Its
2019-10-26 fall-back was at 00:00, not 01:00 (thanks to Steffen
Thorsen.)  Its 2015-10-23 transition was at 01:00 not 00:00, and
its spring 2020 transition was on March 28 at 00:00, not March 27
(thanks to Pierre Cashon.)  This affects Asia/Gaza and
Asia/Hebron.  Assume future spring and fall transitions will be on
the Saturday preceding the last Sunday of March and October,
respectively.

News for the tz utilities

Minor technical build changes.



[no subject]

2020-08-22 Thread C Goh via Cygwin
 have some issue using cygwin to access the network drive. I have three
VM(A, B, C). Environment: VM A(11.11.11.1) is used as NAS and I also
created a share folder inside VM A. I Installed cygwin on window VM
B(11.11.11.2) and map a network drive(the share folder) from VM A. I used
another Linux VM C to SSH access to VM B successfully but I cant access the
network drive even I use net use command.

Error msg:---

$ net use z: \\11.11.11.1\share password /user:admin System error 5 has
occurred.

Access is denied. end of error msg---

Q1) How do I solve the above access denied issue?

Q2) How do I configure VM B such a way that I can ssh to VM B to access
network drive without specifiying the net use command

Hi

I tried to use another method share folder and use mklink also not working

lrwxrwxrwx 1 Administrators NODE1+None 18 Aug 22 07:25 share -> //
10.10.10.1/share

 lrwxrwxrwx 1 Administrators Domain Users 18 Aug 22 08:02 share1 -> //
10.10.10.1/share

I tried to access share or share1. I got permission denied
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[no subject]

2020-07-11 Thread cygwin-announce-bounces
>From cygwin-announce-vttest-20200610-1 Fri Jul 10 16:35:16 2020
From: Brian Inglis 
To: cygwin-announce@cygwin.com
Date: Fri, 10 Jul 2020 16:35:16 -0600
Message-Id: <20200710163516.53886-1-brian.ing...@systematicsw.ab.ca>
Subject: Updated: vttest 20200610
X-CMAE-Envelope: 
MS4wfF75rQ3sdCk6xQtAsvtgb80RZJeOMkgdGeRCKsMTc6ZbTvqcGDrGoEkSgT1i/wnKIZ2H5bNZ3tQLVSTqr6mjuZro0VQ3igX8CWnPh/yypXjTHjC7a42r
 
8Hza6HBnqZnGSRk5xKR/OaL/gajc1lvV5CCJ1y8ir8jRedbOtGzrZKp6BJfQ4j/6xZDUPubZkxoPwK9cNfOZkf3gkYgcSLWmzW4=

The following packages have been upgraded in the Cygwin distribution:

* vttest 20200610

Tests the functionality of a VT100 terminal (or emulator thereof).
Tests both display (escape sequence handling) and keyboard.
The program is menu-driven and contains full operating instructions.
To run a given menu-item, you enter its number. You can run all
menu-items (for a given level) by entering an asterisk, i.e, '*'.

It has been enhanced to support and test many xterm control and status
escape sequences, and it is mainly used nowadays for testing emulator
compatibility.

Latest changes include:

+ modify DECSCA test to show whether EL/ED and ECH/ICH/DCH ignore DECSCA

+ modify DECERA test to assume that the terminal uses bce, and prompt
  for an additional color-change/erase to demonstrate this.

See the project home page for more information:

https://invisible-island.net/vttest/



[no subject]

2020-06-10 Thread Imvelo Group (Pty) Ltd - Investment Company via Cygwin
Please advise if you did receive Notification from ABSA ??
Thank you.
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


[ANNOUNCEMENT] Subject: teckit 2.5.8-1

2018-09-22 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution:

* teckit-2.5.8-1
* libteckit0-2.5.8-1
* libteckit-devel-2.5.8-1

TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application).  The primary
component of the TECkit package is therefore a library that performs
conversions; this is the TECkit engine.  The engine relies on mapping
tables in a specific binary format (for which documentation is
available); there is a compiler that creates such tables from a
human-readable mapping description (a simple text file).

This is the latest upstream release, which is an update for Unicode 11.

Ken Brown
Cygwin's TECkit maintainer


Subject: teckit 2.5.8-1

2018-09-22 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution:

* teckit-2.5.8-1
* libteckit0-2.5.8-1
* libteckit-devel-2.5.8-1

TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application).  The primary
component of the TECkit package is therefore a library that performs
conversions; this is the TECkit engine.  The engine relies on mapping
tables in a specific binary format (for which documentation is
available); there is a compiler that creates such tables from a
human-readable mapping description (a simple text file).

This is the latest upstream release, which is an update for Unicode 11.

Ken Brown
Cygwin's TECkit maintainer


Re: Subject: Re: FW: Cygwin start menu / mirrors

2014-10-07 Thread Jon TURNEY

On 04/10/2014 18:16, t s wrote:

first of all, regarding the Cygwin setup program; the options are
install / re-install / un-install / default

is it correct that to install only the latest updates, I would choose
the option 'default' ?


I'm not sure what text you are looking at.

The options for an individual package which is already installed are 
'reinstall', 'uninstall', 'keep' and specific versions other than the 
currently installed one (if any).


I can't see default anywhere.

If you mean the default version, then yes, when curr is selected at 
the top, all packages which have updates, will be updated.



next question : if I delete the start menu option Cygwin/x and run
the setup program for option default, it doesn't re-create the
start menu option Cygwin/x

is this 'feature' acknowledged, and is it being addressed?


The start menu link for for the X server is owned by the package xinit. 
 If you reinstall that package, it should be recreated.


I'm not sure what you are asking for here.  If you were (for example) to 
delete /usr/bin/XWin.exe, are you expecting setup to reinstall that 
file, even though the package which owns it has no updates?


While setup has many, many infelicities, I'm not sure this is one of them.

Patches are always thoughtfully considered.

--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Subject: Re: FW: Cygwin start menu / mirrors

2014-10-04 Thread t s
first of all, regarding the Cygwin setup program; the options are install / 
re-install / un-install / default


is it correct that to install only the latest updates, I would choose the 
option 'default' ?


next question : if I delete the start menu option Cygwin/x and run the setup 
program for option default, it doesn't re-create the start menu option 
Cygwin/x


is this 'feature' acknowledged, and is it being addressed?  
  
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Subject: Re: setting character set in mintty

2014-07-08 Thread Pawel Jasinski
 The way I understand it, mintty sets the LANG variable according to
 user settings.
 Would it make sense for mintty to invoke cmd /c chcp selected
 (SetConsoleOutputCP)?

mintty does not use the console at all.  A chcp call doesn't make
any sense.

Sorry for asking stupid question. My knowledge of cygwin internals lacks.
However, I can see that for every mintty window (and bash) I get a
conhost process running. I assume that it is where the character
setting is stored for non-cygwin processes started from bash.
Again, it is my naive believe, that somewhere there maybe a convenient
place to call SetConsoleOutputCP with argument matching content of the
LANG environment variable.


--pawel

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



Subject: SSH key for upload access

2013-11-15 Thread Jan Nijtmans
 Name: Jan Nijtmans
 Package: sqlite3, libsqlite3-devel, libsqlite3_0

  BEGIN SSH2 PUBLIC KEY 
Comment: 2048-bit RSA, converted by nijtmaj@NB1912 from OpenSSH
B3NzaC1yc2EDAQABAAABAQCoMlr/9sPXdDP6KA5b8bdfTHi6pDLZBT4DB24lqn
lQIG3CxDVLGSudt+sMlHGxsLpa5eQBsFBuenNZH+GD4503BD/AIv8UpSkC8xTgIYAryIWP
fLLHtF57thmk6LYWZlMSh2O1Va5EdnhmJhi75ZUFavfEYb/QFlllXGwUad9KkQ2mZqwBNK
JM9lZnq+xJynWCHAkMLTLFXOHisTQSgiRc08fX/i9XHRC71jrua5N0y3af8MbjA5q/Mj9u
jgUgRgB6+dJWpAgAKFsVPGnkT2TvG5hEwJbl6lE22/6mux2ETAq8sHkQjc//gmulFC0Rhj
bJQpu93Q3/o3z/FIPRAGxF
 END SSH2 PUBLIC KEY 


Re: Subject: SSH key for upload access

2013-11-15 Thread Christopher Faylor
On Fri, Nov 15, 2013 at 01:44:57PM +0100, Jan Nijtmans wrote:
 Name: Jan Nijtmans
 Package: sqlite3, libsqlite3-devel, libsqlite3_0

  BEGIN SSH2 PUBLIC KEY 
Comment: 2048-bit RSA, converted by nijtmaj@NB1912 from OpenSSH
B3NzaC1yc2EDAQABAAABAQCoMlr/9sPXdDP6KA5b8bdfTHi6pDLZBT4DB24lqn
lQIG3CxDVLGSudt+sMlHGxsLpa5eQBsFBuenNZH+GD4503BD/AIv8UpSkC8xTgIYAryIWP
fLLHtF57thmk6LYWZlMSh2O1Va5EdnhmJhi75ZUFavfEYb/QFlllXGwUad9KkQ2mZqwBNK
JM9lZnq+xJynWCHAkMLTLFXOHisTQSgiRc08fX/i9XHRC71jrua5N0y3af8MbjA5q/Mj9u
jgUgRgB6+dJWpAgAKFsVPGnkT2TvG5hEwJbl6lE22/6mux2ETAq8sHkQjc//gmulFC0Rhj
bJQpu93Q3/o3z/FIPRAGxF
 END SSH2 PUBLIC KEY 

From https://sourceware.org/cygwin-apps/package-upload.html

Name: Your Name
Package: The name of one of the packages that you are responsible for
 

It doesn't say comma separated list of packages.

These things are actually read by a script so that above doesn't
work.

I'll edit the above message and feed it through the script.  I'm
mentioning this so that future maintainers don't think this is the
proper way to request upload access.


Re: Subject: SSH key for upload access

2013-11-15 Thread Christopher Faylor
On Fri, Nov 15, 2013 at 10:10:21AM -0500, Christopher Faylor wrote:
On Fri, Nov 15, 2013 at 01:44:57PM +0100, Jan Nijtmans wrote:
 Name: Jan Nijtmans
 Package: sqlite3, libsqlite3-devel, libsqlite3_0

  BEGIN SSH2 PUBLIC KEY 
Comment: 2048-bit RSA, converted by nijtmaj@NB1912 from OpenSSH
B3NzaC1yc2EDAQABAAABAQCoMlr/9sPXdDP6KA5b8bdfTHi6pDLZBT4DB24lqn
lQIG3CxDVLGSudt+sMlHGxsLpa5eQBsFBuenNZH+GD4503BD/AIv8UpSkC8xTgIYAryIWP
fLLHtF57thmk6LYWZlMSh2O1Va5EdnhmJhi75ZUFavfEYb/QFlllXGwUad9KkQ2mZqwBNK
JM9lZnq+xJynWCHAkMLTLFXOHisTQSgiRc08fX/i9XHRC71jrua5N0y3af8MbjA5q/Mj9u
jgUgRgB6+dJWpAgAKFsVPGnkT2TvG5hEwJbl6lE22/6mux2ETAq8sHkQjc//gmulFC0Rhj
bJQpu93Q3/o3z/FIPRAGxF
 END SSH2 PUBLIC KEY 

From https://sourceware.org/cygwin-apps/package-upload.html

Name: Your Name
Package: The name of one of the packages that you are responsible for
 

It doesn't say comma separated list of packages.

These things are actually read by a script so that above doesn't
work.

I'll edit the above message and feed it through the script.  I'm
mentioning this so that future maintainers don't think this is the
proper way to request upload access.

The web page also doesn't say Put a single space in front of Name and
Package.

cgf


Re: Subject: SSH key for upload access

2013-11-15 Thread Jan Nijtmans
2013/11/15 Christopher Faylor:
 The web page also doesn't say Put a single space in front of Name and
 Package.

And the web page neither says that Subject:  should be put
before the subject ;-(  I'm sorry for being a bad copy/paster...

Anyway, Thanks!

Regards,
 Jan Nijtmans


A specific thing necessary on the subject of ice machine that people today might think it genuinely beneficial

2013-07-21 Thread ficeqdes
May very well an Amana ARB9059CS refrigerator having a broken ice producer.
Will this replace the? Does it are the appropriate harness?

I'm not sure within the refrigerator. But I possess changed out around three
of them not to mention nine times using 10 the ice maker will be same. If
that does not work to ship it in 30 days. Another thing is to be on YouTube
and try it out. Just one more thing I will be not the seller from the ice
maker.

Purchasing an ice maker may be a large expenditure, and it is essential that
you find the one for your needs with the very first purchase. By following
these kind of simple guidelines you can keep your needs are met so you are
satisfied for quite a while.

If you felt such as problem was as a result of frozen water formerly, then
you'll need to wait until this freezer gets up back down to help you
freezing temperature prior to a ice marker will begin producing ice. It has
a sensor over the maker to be sure the freezer is usually cold enough to
freeze your before it'll blast out water. Make sure you have got your on/off
lever inside on position. It's the steel rod above any ice bin. It must wear
the down job.

It could end up your filter, but if absolutely nothing else works, then it's
most likely you solenoid. You can enjoy some Youtube videos about how to
test a new solenoid.

Do people nevertheless own fridges devoid of ice makers. You could find more
tips  at this blog http://icemachinefacts13.wallinside.com/  .

Why is that funny back to you? Refrigerator/Freezers without the rocks
makers cost fewer, have more available space, don't require mineral water
lines and even better, they don't outflow and ruin the particular flooring.
Wanna know precisely what is even funnier: you posted this question from the
Ice Skating component. Now, that's hilarious! ROTFLOL!!

Seriously, many people contain a fridge without the ice maker. Some live
solely or with additional person, so they chill their drinks, therefore,
they don't need numerous ice on offer. When they do choose to make ice
cubes, an ice holder or two is effective perfectly.

Friends who include the top-of-the-line ice/water dispensers with the door
sacrifice space in the two freezer for any ice maker, but also inside the
fridge, where the dispenser uses up half the entrance. That didn't
understand to us, so we decided on a kitchen fridge while using the icemaker
in the actual freezer section in addition to a filtered cold-water dispenser
into the fridge, leaving us far more room for meals.

I have a fridge inside the garage that does not have an icemaker. My kitchen
fridge/freezer makes enough ice, but the icemaker as well as bucket take up
1/3 within the top basket. The garage freezer cooler has more space not
having the icemaker or its polar environment trays. We use the particular
fridge and fridge freezer year-round, but when we have now parties, we put
wines and food in that room to chill. I double recommendations to cook two
meals-worth at the moment, then freeze extra in the storage area freezer.
That's more convenient than planning to the store for your frozen entrée and
less pricey than ordering takeout on a large family.

So, there you go: enlightenment and education for a seemingly-inane question
meant to mock others, but which backfired for you. Next time you're within
an appliance store, ask the salesman and see for those who receive similar
the right answers.

I have had exactly the same problems with my best frigidaire, look in the
back towards the bottom where the principal water feed enters in, its hooked
for a little plastic device, and on additional side is this plastic line
that stays in the ice maker from the back.
That valve n't plugs, (cut down power first), go on brand and order an
additional, fairly cheap, its a cylinder that goes out occasionally.

Also, look inside fridge, unscrew little door during the back in research
the coils, if they are actually covered in snowing conditions, its another
problem from the lower front which you should have an appliance repairman to
solve, doesnt cost very much, get the ideal person, check inside fridge
freezer first before accomplishing anything, if no ice about the coils,
order the thing, that is your complaint.



--
View this message in context: 
http://cygwin.1069669.n5.nabble.com/A-specific-thing-necessary-on-the-subject-of-ice-machine-that-people-today-might-think-it-genuinely-l-tp101031.html
Sent from the Cygwin list mailing list archive at Nabble.com.

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



Re: A specific thing necessary on the subject of ice machine that people today might think it genuinely beneficial

2013-07-21 Thread Squidblacklist
lolwut?

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



Re: cygwin limping after update (subject chage)

2011-12-09 Thread Mike Brown
On Fri, Dec 09, 2011 at 12:28:36PM -0600, Mike Brown wrote:
 Now I need to know why the rxvt program is not working correctly.

Still do not know why that doesn't work.

As for ssh, I've run the ssh-user-config and ssh-host-config and started the
daemon.

When I try and log in from my Solaris box, it keeps asking me for the password,
i.e., it can't correctly determine what it is.  I use:

ssh -l vidiot PVRpeecee

The other ssh daemon was able to get my password correct.  Any idea why
openssh can't figure out my password?

MB
-- 
e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII
[I've been to Earth.  I know where it is. ]  \ / Ribbon Campaign
[And I'm gonna take us there.Starbuck  3/25/07]   X  Against
Visit - URL: http://vidiot.com/ | http://vidiot.net/ / \ HTML Email

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



Re: cygwin limping after update (subject chage)

2011-12-09 Thread Jeremy Bopp
On 12/09/2011 01:03 PM, Mike Brown wrote:
 On Fri, Dec 09, 2011 at 12:28:36PM -0600, Mike Brown wrote:
 Now I need to know why the rxvt program is not working correctly.
 
 Still do not know why that doesn't work.

You may or may not like this answer, but try using mintty instead.  It's
the default terminal program for Cygwin now and works extremely well.

Rxvt has long been abandoned (even upstream), and while I haven't heard
that it's known to be broken, it's probably not likely to get a fix even
if it is.  If you're hooked on the rxvt interface/behaviors, I've heard
that urxvt still works somewhat recently, but you'll need to run an X
server in order to use it, unlike mintty and rxvt.

 As for ssh, I've run the ssh-user-config and ssh-host-config and started the
 daemon.
 
 When I try and log in from my Solaris box, it keeps asking me for the 
 password,
 i.e., it can't correctly determine what it is.  I use:
 
   ssh -l vidiot PVRpeecee
 
 The other ssh daemon was able to get my password correct.  Any idea why
 openssh can't figure out my password?

Have you confirmed that your /etc/passwd file is correctly configured
for your user?  The username you use with ssh will need to match an
entry in there, and that entry will need to have the correct SID for a
real Windows account associated with it.

You may need to try at least partially regenerating the passwd and group
files using mkpasswd and mkgroup.  It might also be good to check the
Windows event log as well as /var/log/sshd.log.

-Jeremy

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



[no subject]

2010-03-02 Thread Thomas Berger
 * On Mon, Mar 01, 2010 at 09:45:46AM -0800 David Rothenberger wrote:
 On 3/1/2010 5:43 AM, Alan Burn wrote:
 
 So I think I've made a little progress here. I still don't have a  
 solution, but I can now reproduce the problem.
 
 Doesn't cygwin 1.7 add the .exe suffix when writing (some?) binary
 files? I seem to remember to have readabout this being a problem before
 the release of 1.7.1 here in this mailing list. I think Corinna was
 speaking with someone about this.

I experienced the introduction of .exe suffixes when rsyncing a
directory hierarchy with many checked out svn repositories:

File names like freetbl.exe.svn-base were changed on transport to
freetbl.exe.svn-base.exe

I did not investigate whether this behaviour was triggered by
the file magic number or just the .exe inside the name

Cheers
Thomas Berger

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



[no subject]

2010-01-26 Thread Thomas Berger
Hi Cygwinners,

On XP Mode on Windows 7 x64 I encounter the identical problem as described
in  http://cygwin.com/ml/cygwin/2007-04/msg00630.html .

For a host drive mapped as G: - \\TSCLIENT\g ls yields

bash-3.2$ ls /cygdrive/g
ls: reading directory /cygdrive/g: Permission denied

The same share mapped as Y: - \\real hostname\g works as desired (because of
a huge M$-induced performance penalty this kind of mount is unfortunately not an
option for me)

Specific Info:

bash-3.2$ /usr/lib/csih/getVolInfo /cygdrive/g
Device Type: 7
Characteristics: 10
Volume Name: 
Serial Number  : 1516020298
Max Filenamelength : 255
Filesystemname : NTFS
Flags  : 3e700ff
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK: TRUE
  FILE_PERSISTENT_ACLS: TRUE
  FILE_FILE_COMPRESSION   : TRUE
  FILE_VOLUME_QUOTAS  : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : TRUE
  FILE_SUPPORTS_REPARSE_POINTS: TRUE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS: TRUE
  FILE_SUPPORTS_ENCRYPTION: TRUE
  FILE_NAMED_STREAMS  : TRUE
  FILE_READ_ONLY_VOLUME   : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : TRUE

bash-3.2$ /usr/lib/csih/getVolInfo /cygdrive/y
Device Type: 7
Characteristics: 10
Volume Name: 
Serial Number  : 1516020298
Max Filenamelength : 255
Filesystemname : NTFS
Flags  : c700ff
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK: TRUE
  FILE_PERSISTENT_ACLS: TRUE
  FILE_FILE_COMPRESSION   : TRUE
  FILE_VOLUME_QUOTAS  : TRUE
  FILE_SUPPORTS_SPARSE_FILES  : TRUE
  FILE_SUPPORTS_REPARSE_POINTS: TRUE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS: TRUE
  FILE_SUPPORTS_ENCRYPTION: TRUE
  FILE_NAMED_STREAMS  : TRUE
  FILE_READ_ONLY_VOLUME   : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

What to do?

viele Gruesse
Thomas Berger

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



[no subject]

2010-01-07 Thread Thomas Berger
Corinna Vinschen schrieb:

 Nevertheless, the problem must be some other BLODA.  I have sshd running
 on every OS since NT4 and I have no trouble running it.  and logging in
 to any admin or non-admin account.  If it's really a Cygwin bug, it's
 quite non-deterministic since logging in via the normal old-style
 public/private key pair works fine for me.  
 
 [...time passes...]

I have an purely anecdotical observation to share, which may or may not be
related to the OP's problem:

Last week I disboxed a brand new Windows 7 x64 system and started preparing
it as a substitute for my desktop system. Things got crowdy in my office
so the new box was initially placed out of arm's reach (this is the key
information for understanding the rest ;-).

(Essentially) I Installed Ultra VNC, installed Cygwin 1.7, ran ssh-host-config,
joined my (Active Directory, Win2k hosted FWIW) domain, logged in as myself and
transferred the contents of my .ssh directory, then ran ssh-user-config.

I then had [first randomly but on trying harder ever more deterministic ;-]
trouble with passwordless login via the domain account but was unable to
(casually) debug the problem (no amount of -v's whereever applied gave me
any clue to what really went wrong). Passwordless login to the local admin
account however worked, as did login to my domain account with user/password
(after modification of authorized_keys).

My observation was that the failure was correlated to fresh reboots of
the box (which happen quite often in that stage of a box' live cycle and
unfortunately were reinforced by my approaches to solve the problem ;-)
My conclusion after some time spend testing was to first once either log on
or at least connect via UltraVNC (not even actually log in) with the
credentials of my (some? sorry I did not follow all possible ramifications)
domain account for passwordless login to succeed.
After this everything went smooth regardless of current console sessions,
i.e. the remedy was not tied to the domain user being logged in but to having
been logged in previously.

Since the situation changed now (the new box is not any more sitting
next to me but moved in front of me thus no need to log on remotely
after reboot) I did not investigate any further. It might be that
UltraVNC has some undetected BLODAness or that some component of the
ssh beast relies on initialization? effects of previous logins for
some versions of windows x64??.

viele Gruesse
Thomas Berger


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



Subject: [RFU] subversion-1.6.6-1

2009-10-27 Thread David Rothenberger
Please leave 1.6.5-1 and remove all prior versions.

wget -x -nH --cut-dirs=2 \
  http://mysite.verizon.net/res00a7j/cygwin/subversion/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-1.6.6-1-src.tar.bz2
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-1.6.6-1.tar.bz2 
\
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-apache2/setup.hint
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-apache2/subversion-apache2-1.6.6-1.tar.bz2
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-devel/setup.hint
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-devel/subversion-devel-1.6.6-1.tar.bz2
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-perl/setup.hint 
\
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-perl/subversion-perl-1.6.6-1.tar.bz2
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-python/setup.hint
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-python/subversion-python-1.6.6-1.tar.bz2
 \
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-ruby/setup.hint 
\
  
http://mysite.verizon.net/res00a7j/cygwin/subversion/subversion-ruby/subversion-ruby-1.6.6-1.tar.bz2

-- 
David Rothenberger    daver...@acm.org

The five rules of Socialism:
(1) Don't think.
(2) If you do think, don't speak.
(3) If you think and speak, don't write.
(4) If you think, speak and write, don't sign.
(5) If you think, speak, write and sign, don't be surprised.
-- being told in Poland, 1987


Re: Subject: [RFU] subversion-1.6.6-1

2009-10-27 Thread Yaakov (Cygwin/X)

On 27/10/2009 10:15, David Rothenberger wrote:

Please leave 1.6.5-1 and remove all prior versions.


Done and done.


Yaakov


Subject: [RFU 1.7] flac-1.2.1-2

2009-08-28 Thread David Rothenberger
wget -x -nH --cut-dirs=2 \
  http://mysite.verizon.net/res00a7j/cygwin/flac/flac-1.2.1-2-src.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin/flac/flac-1.2.1-2.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin/flac/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin/flac/flac-devel/flac-devel-1.2.1-2.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin/flac/flac-devel/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC++6/libFLAC++6-1.2.1-2.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC++6/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC8/libFLAC8-1.2.1-2.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC8/setup.hint

-- 
David Rothenberger    daver...@acm.org



Re: Subject: [RFU 1.7] flac-1.2.1-2

2009-08-28 Thread David Rothenberger
On 8/28/2009 10:02 AM, David Rothenberger wrote:
 wget -x -nH --cut-dirs=2 \
   http://mysite.verizon.net/res00a7j/cygwin/flac/flac-1.2.1-2-src.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/flac/flac-1.2.1-2.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/flac/setup.hint \
   
 http://mysite.verizon.net/res00a7j/cygwin/flac/flac-devel/flac-devel-1.2.1-2.tar.bz2
  \
   http://mysite.verizon.net/res00a7j/cygwin/flac/flac-devel/setup.hint \
   
 http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC++6/libFLAC++6-1.2.1-2.tar.bz2
  \
   http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC++6/setup.hint \
   
 http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC8/libFLAC8-1.2.1-2.tar.bz2
  \
   http://mysite.verizon.net/res00a7j/cygwin/flac/libFLAC8/setup.hint

Those URLs are wrong. Here is the correct command:

wget -x -nH --cut-dirs=2 \
  http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/flac-1.2.1-2-src.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/flac-1.2.1-2.tar.bz2 \
  http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/flac-devel/flac-devel-1.2.1-2.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/flac-devel/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/libFLAC++6/libFLAC++6-1.2.1-2.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/libFLAC++6/setup.hint \
  
http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/libFLAC8/libFLAC8-1.2.1-2.tar.bz2
 \
  http://mysite.verizon.net/res00a7j/cygwin-1.7/flac/libFLAC8/setup.hint


-- 
David Rothenberger    daver...@acm.org



Subject: Re: Connecting to cygwin ssh is slow

2009-03-18 Thread Shaun Broadbent

I came across the very same thing this morning, ironically for the same
reasons. After deciding ssh was too slow and seeing some dns errors show 
up in the log i went to edit sshd_config to remove dns and found

as you did that I couldn't.

It would seem this was because sshd was running (not that, that makes 
sense). Trying to vi sshd_config would open the file then after a few

seconds stack dump.

Running as administrator I could not take ownership or change ownership 
or permissions of the file via any means (cacls/icacls/right 
click/chmod/chown), also couldn't delete the file (tried unlocker, no 
locks on the file).


It couldn't have been a permissions issue in the true sense as both
the user and Administrator had full permissions on the file.

This all took place after running ssh-host-config for the first time on 
a new box (Windows 7 Beta, cygwin 1.7)


I rebooted the box and sshd_config was gone, I wrote a new one and it
has been fine since.

(and yes it connects a lot faster).

perhaps a reboot is required after creating a new user?



 Well, I'm still stuck. I tried to change UseDNS to 'no', but editing the
 sshd_config file was impossible. The file is owned by cyg_server and even
 the Administrator user can't write to it. I tried to change the file
 permissions and ssh crashed and the service wouldn't start. I changed the
 settings back and still the service couldn't be started. I had to 
reinstall

 the openssh package and now I am back to square 1 again.

 How can I edit the sshd_config file? I can't even log in to Windows as
 cyg_server and the su command doesn't let me su to any user (I know 
all the

 passwords).

 And what is ident, please? We don't have firewalls on our machines. 
Sniffing

 packets like someone suggested is difficult (for me) but I guess I'll try
 that too.

 I really appreciate all of your help so far.
 Thanks.
 Udi.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Subject: Re: upgrading openssh always horks perms

2009-02-04 Thread Peter Wohlers



On Feb  3 08:55, Peter Wohlers wrote:
  

I find that every time I upgrade openssh it breaks and I have to run:
chmod 755 /usr/sbin/* /usr/bin/*

It seems silly, but this is something I end up having to do on all/any of 
my machines every time for years (my notes are dated 2004).


I can't help but think that there's something I'm missing that causes this. 
Is this a common occurrence?



I would assume there's some http://cygwin.com/acronyms/#BLODA problem
going on.


Corinna
  

Cool. I could see 'Big' getting 'Bigger' though :)
Thanks much!
Peter



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: rxvt in native mode, widely spaced characters [Was: Re: why Sorry, your message has been denied due to keywords found in your subject?]

2008-05-13 Thread Daniel Barclay

Charles Wilson wrote:

Daniel Barclay wrote:
However, I suggest rather than blindly re-installing/un-installing 
packages at random


Hey, I wasn't randomly installing and uninstalling packages.  My setup was
seemingly working fine until I installed some unrelated package (Ruby) and then
rxvt changed behavior.  Something in the overall installation (running 
CygWin.exe)
broke my rxvt setup.  That sounds like something is wrong in selected-package
management in CygWin.exe (most likely its user interface (i.e., not making it
clear what is happening)).  [Now that I see your hyphothesis below:  Okay,
it's probably not the type of UI problem I thought (unclear package selection
implications), but now I wonder if it displays post-install script messages.]



, you instead read the documentation.

/usr/share/doc/Cygwin/rxvt-20050409.README



Where's the documentation on CygWin.exe and things such as whether it remembers
previous selections (no, right?), and how to add a package without touching
anything else (except also installing what it depends on, of course).



Just now, I tried installing the ruby package, and as soon as I 
started rxvt,
it started in messed-up form--widely spaced characters, in yellow, on 
a dark
blue background--rather than the way it started immediately 
before--normally

spaced characters, in black, on a white background.


before == default when rxvt can't find, and is not explicitly given, 
any configuration information at all.


 after == rxvt found the default system app-defaults file
 (/etc/X11/app-defaults/Rxvt) but you do not have the fonts that it
 specifies.


...

Does that color change give any hints regarding what's happening (what
unrelated thing got modified when I re-ran cygwin.exe to install Ruby)?


My guess is that rxvt's own postinstall script, which is supposed to 
copy /etc/defaults/etc/X11/app-defaults/Rxvt into the actual 
/etc/X11/app-defaults/ directory failed the first time you ran setup. 
Then second time you ran setup, it tried again to run all the 
post-install scripts that had not yet succeeded. This second time, it 
worked, and you are now the proud owner of an /etc/X11/app-defaults/Rxvt 
file, which rxvt.exe now finds.


Ah, okay, that sounds like a good theory.  I'll see if I can confirm that
that's what's happening.



Change the two lines that start with Rxvt*font and Rxvt*boldfont in 
/etc/X11/app-defaults/Rxvt with the following ...

...


Is there a non-X11 command to list names of and show samples of the available
fonts?  (Or do I need to run X11 to do that?)


Thanks for cutting through the confusion caused by the other misleading answers
I got--and especially for explaining the core of what is or might be happening,
rather that just saying to install fonts.

Daniel

--



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: rxvt in native mode, widely spaced characters [Was: Re: why Sorry, your message has been denied due to keywords found in your subject?]

2008-05-12 Thread Daniel Barclay

Charles Wilson wrote:


However, with regards to rxvt in native mode, the widely spaced 
characters you are seeing happens when rxvt can't find, or doesn't 
understand, the font you specified. 


Well, I didn't specify anything.  I haven't touched any of
/etc/X11/app-defaults/Rxvt, ~/.Xdefaults or ~/.Xresources, or given any
options on the command line Iused to invoke rxvt.

I am using whatever the CygWin packages and installer installed on my
machine, which evidently changes in non-intuitive ways when I re-run it
to modify the combinations of packages I have installed even though I'm
not (consciously) touching any X11 or font-related packages).

Just now, I tried installing the ruby package, and as soon as I started rxvt,
it started in messed-up form--widely spaced characters, in yellow, on a dark
blue background--rather than the way it started immediately before--normally
spaced characters, in black, on a white background.

Does that color change give any hints regarding what's happening (what
unrelated thing got modified when I re-ran cygwin.exe to install Ruby)?

Hmm.  Those colors seem to match what's in 
/etc/defaults/etc/X11/app-defaults/Rxvt:

Rxvt*background:#40
Rxvt*foreground:#bf
Rxvt*scrollBar: true
Rxvt*scrollBar_right:   true
Rxvt*font:  -bitstream-bitstream vera sans 
mono-medium-r-normal--*-160-*-*-m-*-iso8859-1
Rxvt*boldfont:  -bitstream-bitstream vera sans 
mono-bold-r-normal--*-160-*-*-m-*-iso8859-1
Rxvt*saveLines: 1
!Rxvt*loginshell:   true
Rxvt.backspacekey:  ^H

What's the command to determine which cygwin package installs that file?

Is there a dependency problem in that that package does not depend on the 
package
containing the font that that first package depends on?


Most importantly, how to I get rvxt to work right (and consistently)?



Daniel





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: rxvt in native mode, widely spaced characters [Was: Re: why Sorry, your message has been denied due to keywords found in your subject?]

2008-05-12 Thread Daniel Barclay

I wrote:



I am using whatever the CygWin packages and installer installed on my
machine, which evidently changes in non-intuitive ways when I re-run it
to modify the combinations of packages I have installed even though I'm
not (consciously) touching any X11 or font-related packages).

Just now, I tried installing the ruby package, and as soon as I started 
rxvt,
it started in messed-up form--widely spaced characters, in yellow, on a 
dark
blue background--rather than the way it started immediately 
before--normally

spaced characters, in black, on a white background.

Does that color change give any hints regarding what's happening (what
unrelated thing got modified when I re-ran cygwin.exe to install Ruby)?

Hmm.  Those colors seem to match what's in 
/etc/defaults/etc/X11/app-defaults/Rxvt:


Rxvt*background:#40
Rxvt*foreground:#bf
Rxvt*scrollBar:true
Rxvt*scrollBar_right:   true
Rxvt*font:-bitstream-bitstream vera sans 
mono-medium-r-normal--*-160-*-*-m-*-iso8859-1
Rxvt*boldfont:-bitstream-bitstream vera sans 
mono-bold-r-normal--*-160-*-*-m-*-iso8859-1

Rxvt*saveLines: 1
!Rxvt*loginshell:true
Rxvt.backspacekey:  ^H

What's the command to determine which cygwin package installs that file?


Never mind; I found cygcheck.


I still don't understand what's going on with rxvt.

When I modify or remove /etc/defaults/etc/X11/app-defaults/Rxvt, nothing 
changes.

On one hand, that makes sense--I'm not (knowingly) running X11.

On the other hand, it's a little strange that rxvt is still using the colors
given in that file.  Is rxvt getting them from compiled-in values, or is it
getting them from somewhere else?

(I also terminated all CygWin processes, started bash, and ran rxvt to see
if CygWin somehow was emulating xrdb's behavior (of reading the X11 defaults) 
some
other way, but there was still no difference.)



In any case, that still leaves unanswered the question of what makes rvxt switch
between normally spaced black characters on a white background vs. widely spaced
yellow on blue.

What else does rxvt read?

Does rxvt switch to some more-basic default (i.e., the black-on-white setting 
rather
than the yellow-on-blue setting) if it can't find something it's looking for?

What else might be going on?


Thanks,
Daniel




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: rxvt in native mode, widely spaced characters [Was: Re: why Sorry, your message has been denied due to keywords found in your subject?]

2008-05-12 Thread Charles Wilson

Daniel Barclay wrote:


Well, I didn't specify anything.  I haven't touched any of
/etc/X11/app-defaults/Rxvt, ~/.Xdefaults or ~/.Xresources, or given any
options on the command line Iused to invoke rxvt.

I am using whatever the CygWin packages and installer installed on my
machine, which evidently changes in non-intuitive ways when I re-run it
to modify the combinations of packages I have installed even though I'm
not (consciously) touching any X11 or font-related packages).


No. There is something else going on, but Ruby does NOT affect rxvt.

However, I suggest rather than blindly re-installing/un-installing 
packages at random, you instead read the documentation.


/usr/share/doc/Cygwin/rxvt-20050409.README


Just now, I tried installing the ruby package, and as soon as I started 
rxvt,
it started in messed-up form--widely spaced characters, in yellow, on a 
dark
blue background--rather than the way it started immediately 
before--normally

spaced characters, in black, on a white background.


before == default when rxvt can't find, and is not explicitly given, 
any configuration information at all.


after == rxvt found the default system app-defaults file 
(/etc/X11/app-defaults/Rxvt) but you do not have the fonts that it 
specifies.


Either install the bitstream vera fonts in your Windows sytem, (e.g. go 
to Control Panel/Fonts...

http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/

Or change the specified font.  You can do the latter by editing the 
/etc/X11/app-defaults/Rxvt file itself, or overriding it for your 
particular account by

 (1) creating a ~/.Xdefaults file that specifies a different font
 (2) explicitly starting rxvt with the '-fn some font' option


Does that color change give any hints regarding what's happening (what
unrelated thing got modified when I re-ran cygwin.exe to install Ruby)?


My guess is that rxvt's own postinstall script, which is supposed to 
copy /etc/defaults/etc/X11/app-defaults/Rxvt into the actual 
/etc/X11/app-defaults/ directory failed the first time you ran setup. 
Then second time you ran setup, it tried again to run all the 
post-install scripts that had not yet succeeded. This second time, it 
worked, and you are now the proud owner of an /etc/X11/app-defaults/Rxvt 
file, which rxvt.exe now finds.




Hmm.  Those colors seem to match what's in 
/etc/defaults/etc/X11/app-defaults/Rxvt:


Rxvt*background:#40
Rxvt*foreground:#bf
Rxvt*scrollBar:true
Rxvt*scrollBar_right:   true
Rxvt*font:-bitstream-bitstream vera sans 
mono-medium-r-normal--*-160-*-*-m-*-iso8859-1
Rxvt*boldfont:-bitstream-bitstream vera sans 
mono-bold-r-normal--*-160-*-*-m-*-iso8859-1

Rxvt*saveLines: 1
!Rxvt*loginshell:true
Rxvt.backspacekey:  ^H

What's the command to determine which cygwin package installs that file?


cygcheck -f /etc/defaults/etc/X11/app-defaults/Rxvt

which will tell you it is, perhaps unsurprisingly, installed by the rxvt 
package.  However, that is the *default* version of the file. The actual 
file that is used by rxvt at runtime is in /etc/X11/app-defaults/, not 
in /etc/defaults/etc/X11/app-defaults/.  It is copied from one location 
to the other by (again, surprise!) the rxvt post-installation script, 
which is automatically executed by setup.exe the first time you install 
the rxvt package -- or every time you run setup.exe, until the script 
succeeds if there were unexpected problems.


Is there a dependency problem in that that package does not depend on 
the package

containing the font that that first package depends on?


No.


Most importantly, how to I get rvxt to work right (and consistently)?


Change the two lines that start with Rxvt*font and Rxvt*boldfont in 
/etc/X11/app-defaults/Rxvt with the following (or override using 
~/.Xdefaults). Each entry should be all on one line, and mind the space 
between Lucida and Console (ditto Courier and New):



Either

Rxvt*font: -outline-Lucida 
Console-normal-r-*-*-14-*-*-*-c-*-iso8859-1
Rxvt*boldfont: -outline-Lucida 
Console-bold-r-*-*-14-*-*-*-c-*-iso8859-1


Or

Rxvt*font: -outline-Courier 
New-normal-r-*-*-16-*-*-*-c-*-iso8859-1
Rxvt*boldfont: -outline-Courier 
New-bold-r-*-*-16-*-*-*-c-*-iso8859-1


Alternatively, you can specify the font on the command line (but there, 
you have to use windows names for the fonts, not the XLFD names above. 
That is,


rxvt.exe -fn Lucida Console-14 ...

or

rxvt.exe -fn Courier New-16

--
Chuck

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: rxvt in native mode, widely spaced characters [Was: Re: why Sorry, your message has been denied due to keywords found in your subject?]

2008-05-12 Thread Charles Wilson

Daniel Barclay wrote:


I still don't understand what's going on with rxvt.

When I modify or remove /etc/defaults/etc/X11/app-defaults/Rxvt, nothing 
changes.


Correct. Because that is the *default* file (that's why it is underneath 
/etc/defaults/).  The actual file used at runtime is over in 
/etc/X11/app-defaults/.



On one hand, that makes sense--I'm not (knowingly) running X11.

On the other hand, it's a little strange that rxvt is still using the 
colors

given in that file.  Is rxvt getting them from compiled-in values, or is it
getting them from somewhere else?


It's getting them from /etc/X11/app-defaults/Rxvt.  rxvt parses the 
X11/app-defaults file itself, and does not rely on the Xserver's 'xrdb' 
(resource management) to do it.



(I also terminated all CygWin processes, started bash, and ran rxvt to see
if CygWin somehow was emulating xrdb's behavior (of reading the X11 
defaults) some

other way, but there was still no difference.)


Because nothing (that matters) changed. /etc/X11/app-defaults/Rxvt was 
still there, and rxvt itself read the contents.


In any case, that still leaves unanswered the question of what makes 
rvxt switch
between normally spaced black characters on a white background vs. 
widely spaced

yellow on blue.


Hopefully my other message answered this question (and those that 
followed which I've snipped out).


--
Chuck



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



why Sorry, your message has been denied due to keywords found in your subject?

2008-05-09 Thread Daniel Barclay



cygwin@cygwin.com:
Sorry, your message has been denied due to keywords found in your
subject.  This is probably due to an off-topic post.
...
--- Enclosed are the original headers of the message.

... Subject: widely-spaced characters in rxvt (non-X11 mode)

What the heck is off-topic about rxvt and X11?


Daniel






--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: why Sorry, your message has been denied due to keywords found in your subject?

2008-05-09 Thread Dave Korn
Daniel Barclay wrote on 09 May 2008 17:22:

 cygwin@cygwin.com:
 Sorry, your message has been denied due to keywords found in your
 subject.  This is probably due to an off-topic post. ...
 --- Enclosed are the original headers of the message.
 ... Subject: widely-spaced characters in rxvt (non-X11 mode)
 
 What the heck is off-topic about rxvt and X11?

  There's a separate list for cygwin-X.  

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: why Sorry, your message has been denied due to keywords found in your subject?

2008-05-09 Thread Daniel Barclay

Dave Korn wrote:


Daniel Barclay wrote on 09 May 2008 17:22:


cygwin@cygwin.com:
Sorry, your message has been denied due to keywords found in your
subject.  This is probably due to an off-topic post. ...
--- Enclosed are the original headers of the message.

... Subject: widely-spaced characters in rxvt (non-X11 mode)

What the heck is off-topic about rxvt and X11?


  There's a separate list for cygwin-X.  


So just because I mention that I'm NOT using X11, my message gets rejected
because X11 is off-topic?


Daniel






--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



rxvt in native mode, widely spaced characters [Was: Re: why Sorry, your message has been denied due to keywords found in your subject?]

2008-05-09 Thread Charles Wilson

Daniel Barclay wrote:

So just because I mention that I'm NOT using X11, my message gets rejected
because X11 is off-topic?


Yes. The filters aren't that smart -- they are word based, not 
natural-language based. So you can't expect them to understand term 
negation -- or spammers would start advertising not not via-g*a.


However, with regards to rxvt in native mode, the widely spaced 
characters you are seeing happens when rxvt can't find, or doesn't 
understand, the font you specified. So, you'll need to post your 
/etc/X11/app-defaults/Rxvt file, your ~/.Xdefaults and/or ~/.Xresources 
file, AND the command line you used to invoke rxvt.


--
Chuck

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[je.editeur #FOP-62770-542]: no subject

2008-02-05 Thread boomerang
Bonjour, 

Nous avons retiré votre adresse courriel de l'envoi du bulletin Boomerang tel 
que demandé.


Bonne fin de journée,

L'équipe Jobboom
Service à la clientèle


 cygwin@cygwin.com wrote:
 Veuillez retirer mon adresse de votre liste d'envoi.
 
 
 
 
 
 To: [EMAIL PROTECTED]
 From: [EMAIL PROTECTED]
 Subject: Boomerang, l'information qui vous revient (3 février 2008)
 Date: Mon, 4 Feb 2008 09:49:19 -0500
 
 
 _




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Subject: Re: vim on cygwin using win32 clipboard

2007-02-15 Thread Christopher Faylor
On Thu, Feb 15, 2007 at 12:13:29PM -0500, Chris Sutcliffe wrote:
Here are all the changes in a single patch.
I'm also posting this to the cygwin-apps mailing list, so if anyone
over there could try it out would be nice.

I'll give it a spin tonight and report tomorrow.

Please don't report it here.  This isn't a cygwin-apps issue.

cgf


Re: Subject: Re: vim on cygwin using win32 clipboard

2007-02-15 Thread Chris Sutcliffe

Here are all the changes in a single patch.
I'm also posting this to the cygwin-apps mailing list, so if anyone
over there could try it out would be nice.


I'll give it a spin tonight and report tomorrow.

Thanx!

Chris

--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.org


Re: Subject: Bug: run emacs: fatal error reading the windows environment

2006-06-06 Thread Kirk Hilliard
Hi All,

On 03 March I pointed out a bug that caused ``run emacs'' to fail with

  12 [main] emacs 900 C:\cygwin\bin\emacs.exe: *** fatal error -
  internal error reading the windows environment --
  too many environment variables?

The response was promising:

Corinna Vinschen wrote:
 After some debugging it turns out that emacs messes around with the
 global environ variable in some non-portable way.  This problem
 didn't show up before, because Cygwin deliberately overwrite the
 value of environ with NULL on startup.  The newer version of Cygwin
 does not overwrite environ anymore, so the strange setting of
 environ gets through to Cygwin and results in a crash since environ
 just points into nirvana or a surrounding area.

 This should be fixed in emacs.  Joe?  Still there somewhere?

And:

Alexander Gottwald responded:
 On Fri, 3 Mar 2006, Corinna Vinschen wrote:

  Alexander, does the latest run version have the stuff added to
  regenerate the Windows environment before calling CreateProcess,
  like cygstart has?

 No, sorry. I totally forgot this. I'll create new packages soon

The bug with ``run emacs'' still seems to be present.  What is the
status of this, and is there a bug tracking mechanism that I should be
following other than this list?

Thanks,
Kirk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Subject: Bug: run emacs: fatal error reading the windows environment

2006-06-06 Thread Christopher Faylor
On Tue, Jun 06, 2006 at 08:33:54PM -0400, Kirk Hilliard wrote:
Hi All,

On 03 March I pointed out a bug that caused ``run emacs'' to fail with

  12 [main] emacs 900 C:\cygwin\bin\emacs.exe: *** fatal error -
  internal error reading the windows environment --
  too many environment variables?

The response was promising:

Corinna Vinschen wrote:
 After some debugging it turns out that emacs messes around with the
 global environ variable in some non-portable way.  This problem
 didn't show up before, because Cygwin deliberately overwrite the
 value of environ with NULL on startup.  The newer version of Cygwin
 does not overwrite environ anymore, so the strange setting of
 environ gets through to Cygwin and results in a crash since environ
 just points into nirvana or a surrounding area.

 This should be fixed in emacs.  Joe?  Still there somewhere?

And:

Alexander Gottwald responded:
 On Fri, 3 Mar 2006, Corinna Vinschen wrote:

  Alexander, does the latest run version have the stuff added to
  regenerate the Windows environment before calling CreateProcess,
  like cygstart has?

 No, sorry. I totally forgot this. I'll create new packages soon

The bug with ``run emacs'' still seems to be present.  What is the
status of this, and is there a bug tracking mechanism that I should be
following other than this list?

What do you glean from http://cygwin.com/problems.html?  Does it mention
a bug tracking mechanism?

Also, do you notice a new cygwin release after 3 Mar 2006?

In general, the cygwin web site is apt to have mechanisms for answering
questions like these.

You might want to try a cygwin snapshot.  Snapshots are also mentioned at
the main cygwin web page.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Subject: RE: Test: zip-2.31 and unzip-5.52

2006-05-10 Thread Charles D. Russell

Gary van Sickle wrote

To the OP (sic!): Old != Well Tested.  You should be testing 
whatever program

you're using to do backups, GNU, Cygwin, or otherwise.
_

No testing that I could do is as comprehensive as the trial by thousands 
of users that any new version of zip will have been subjected to by the 
time it has been out for a few months.  I suspect any release that is 
described as stable has already been much better tested than I could do. 
The biggest bug risk in my backups is in the scripts that generate the 
zip and tgz files.


What I did not realize was that the modifications of zip for cygwin are 
not trivial and that separate testing is required.  So I should not be 
in a big hurry to upgrade, even if the version of zip has been around a 
while.  I don't unzip frequently enough to be a very helpful tester myself.




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[no subject]

2005-11-28 Thread Thomas Berger
Woah Gerrit,
WDYDWMLF (what did you do with my line feeds)?

o.k. since the libxml maintainer choose to forward my struggles
to the list, here comes the readable form:

I'm using xsltproc from .bat-Files under cmd/command and so far
had no problems with Backslashes for paths on the command line
(at least when the last component is divided by a proper slash
from the actual file name).




Using libxml 20622, libxslt 10115-CVS1027 and libexslt 812-CVS1027
xsltproc was compiled against libxml 20622, libxslt 10115 and libexslt 812
libxslt 10115 was compiled against libxml 20622
libexslt 812 was compiled against libxml 20622


Thus (ini2bat.xsl contains
xsl:import href=lib/readconf.xsl/

with
 set -H2k=G:\hans2k
 xsltproc --load-trace --noout %-H2k%/util/confxml/ini2bat.xsl
%-H2k%/config/empty.xml

yields:

Loaded URL=G:\hans2k/util/confxml/ini2bat.xsl ID=(null)
warning: failed to load external entity lib/readconf.xsl
compilation error: file G:\hans2k/util/confxml/ini2bat.xsl line 7
element import

xsl:import : unable to load lib/readconf.xsl


and with
 set -H2k=G:/hans2k
 xsltproc --load-trace --noout %-H2k%/util/confxml/ini2bat.xsl
%-H2k%/config/empty.xml

yields:
Loaded URL=G:/hans2k/util/confxml/ini2bat.xsl ID=(null)
Loaded URL=G:///hans2k/util/confxml/lib/readconf.xsl ID=(null)
...



The previous version worked o.k. (for me):



Using libxml 20620, libxslt 10114-CVS1011 and libexslt 812-CVS1011
xsltproc was compiled against libxml 20620, libxslt 10114 and libexslt 812
libxslt 10114 was compiled against libxml 20620
libexslt 812 was compiled against libxml 20620


Loaded URL=G:\hans2k/util/confxml/ini2bat.xsl ID=(null)
Loaded URL=G%3A%5Chans2k/util/confxml/lib/readconf.xsl ID=(null)
...


At the moment I cannot see any possibilty to slashify my file paths
prior to calling xsltproc.

unfortunately I got lost studying the sources. In uri.c of libxml is no
special path processing for CYGWIN, but there hasn't, since cygwin takes
care of paths? My guess is, that test on \ in IS_UNWISE cancels
processing of those paths in several routines in uri.c thus it would
be wise to (re?)introduce some CYGWIN-specific normalization in
xmlCanonicPath in uri.c . However the comment This really need to be
cleaned up by someone with a Windows box for the win32-specific
normalization is not really encouraging...

Do you have any ideas?

simple testcase below:
-- foo.xsl --
?xml version=1.0?
xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

  xsl:import href=bar.xsl/

/xsl:stylesheet
-

-- bar.xsl -
?xml version=1.0?
xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

/xsl:stylesheet



call as

xsltproc --load-trace u:/bla/foo.xsl u:/bla/foo.xsl

vs.

xsltproc --load-trace u:\bla/foo.xsl u:/bla/foo.xsl

Greetings
Thomas Berger


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Apologies over using Subject line for 'reference'

2005-09-19 Thread John Ormerod
This might be off-subject, but I think has a general reference. I've used
forums (or fora) and newsgroups for years, but I've never come across this
format before. I couldn't find any guidance on how to use it, so it's all
been guesswork - my first attempt had a subject something like Testing as
I was unsure about the use of ' at  dot com' rather than [EMAIL 
PROTECTED]
for example. 

I've had a few responses appear as an email, but most I can only see via the
browser and there's no way to use that for a reply. I wondered how people
were replying and getting the reference to form the discussion tree. And I'm
still non the wiser, but at least I know what not to do now. Sorry.
 

---
John Ormerod
erebor limited


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Apologies over using Subject line for 'reference'

2005-09-19 Thread Corinna Vinschen
On Sep 19 09:25, John Ormerod wrote:
 This might be off-subject, but I think has a general reference. I've used
 forums (or fora) and newsgroups for years, but I've never come across this
 format before. I couldn't find any guidance on how to use it, so it's all
 been guesswork - my first attempt had a subject something like Testing as
 I was unsure about the use of ' at  dot com' rather than [EMAIL 
 PROTECTED]
 for example. 

You should consider to use a real mail client like mutt or Thunderbird
instead of a browser.  This is a mailing list, not a web forum or a
newsgroup, despite the fact that it's possible to read and write this
mailing list via gmane.  See http://cygwin.com/lists.html for more
information about the available lists.

Please don't reply to this mail since that's going off-topic pretty
quickly.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Apologies over using Subject line for 'reference'

2005-09-19 Thread Igor Pechtchanski
On Mon, 19 Sep 2005, John Ormerod wrote:

 This might be off-subject, but I think has a general reference. I've
 used forums (or fora) and newsgroups for years, but I've never come
 across this format before. I couldn't find any guidance on how to use
 it, so it's all been guesswork - my first attempt had a subject
 something like Testing as I was unsure about the use of ' at 
 dot com' rather than [EMAIL PROTECTED] for example.

 I've had a few responses appear as an email, but most I can only see via
 the browser and there's no way to use that for a reply. I wondered how
 people were replying and getting the reference to form the discussion
 tree. And I'm still non the wiser, but at least I know what not to do
 now. Sorry.

FWIW, I mostly reply via the browser.  See if
http://cygwin.com/ml/cygwin/2004-09/msg00989.html helps.  GMane also
allows you to get a full raw copy of a given message to reply to.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Apologies over using Subject line for 'reference'

2005-09-19 Thread Christopher Faylor
On Mon, Sep 19, 2005 at 11:32:48AM -0400, Igor Pechtchanski wrote:
On Mon, 19 Sep 2005, John Ormerod wrote:
This might be off-subject, but I think has a general reference.  I've
used forums (or fora) and newsgroups for years, but I've never come
across this format before.  I couldn't find any guidance on how to use
it, so it's all been guesswork - my first attempt had a subject
something like Testing as I was unsure about the use of ' at 
dot com' rather than [EMAIL PROTECTED] for example.

I've had a few responses appear as an email, but most I can only see
via the browser and there's no way to use that for a reply.  I wondered
how people were replying and getting the reference to form the
discussion tree.  And I'm still non the wiser, but at least I know what
not to do now.  Sorry.

FWIW, I mostly reply via the browser.  See if
http://cygwin.com/ml/cygwin/2004-09/msg00989.html helps.  GMane also
allows you to get a full raw copy of a given message to reply to.

I'm sure that gmane gets the references right without any extra head
standing.

The OP did not use gmane.  If he had, we wouldn't be having this
off-topic discussion.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Apologies over using Subject line for 'reference'

2005-09-19 Thread Cary Jamison
Christopher Faylor wrote:
 On Mon, Sep 19, 2005 at 11:32:48AM -0400, Igor Pechtchanski wrote:
 On Mon, 19 Sep 2005, John Ormerod wrote:
 This might be off-subject, but I think has a general reference.
 I've used forums (or fora) and newsgroups for years, but I've never
 come across this format before.  I couldn't find any guidance on
 how to use it, so it's all been guesswork - my first attempt had a
 subject something like Testing as I was unsure about the use of
 ' at  dot com' rather than [EMAIL PROTECTED] for example.

 I've had a few responses appear as an email, but most I can only see
 via the browser and there's no way to use that for a reply.  I
 wondered how people were replying and getting the reference to form
 the discussion tree.  And I'm still non the wiser, but at least I
 know what not to do now.  Sorry.

 FWIW, I mostly reply via the browser.  See if
 http://cygwin.com/ml/cygwin/2004-09/msg00989.html helps.  GMane
 also allows you to get a full raw copy of a given message to reply
 to.

 I'm sure that gmane gets the references right without any extra head
 standing.

 The OP did not use gmane.  If he had, we wouldn't be having this
 off-topic discussion.

Agreed.  I've been using gmane for some time now without problems.  This 
message should appear properly referenced, as I know my past posts have 
been.


Cary




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Subject is not Reference (was Re: FW: [EMAIL PROTECTED])

2005-09-17 Thread Christopher Faylor
On Sat, Sep 17, 2005 at 04:38:14PM +0100, John Ormerod wrote:
If the Subject line looks strange It's my guess at getting a
'references' line into this - I've noticed that moast replies have one,
but I have to admit defeat in finding out how its done.  No doubt the
answer will be obvious once pointed out

Wow.  I thought I'd seen everything when it comes to people's confusion
with sending email.  I was wrong.

The references line is added by your mail software when you
*respond*to*the*message*.  You don't add it to the subject.  It makes no
sense do do so.  Please don't do this again.  Adding a reference line as
the subject doesn't help anyone.

And, please don't add the headers to the body of the message either.
That makes no sense either.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: announcement subject tag

2005-04-22 Thread Arturus Magi
Dave Korn wrote:
Original Message
  Alright, who let the AOLer's out?
I resent that remark. We're not _all_ braindead, you know.
(Ok, I don't really resent it. I just like having an excuse to complain 
once in a while.)

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


RE: announcement subject tag

2005-04-22 Thread Dave Korn
Original Message
From: Arturus Magi
Sent: 22 April 2005 09:17

 Dave Korn wrote:
 Original Message
 
 
   Alright, who let the AOLer's out?
 
 
 I resent that remark. We're not _all_ braindead, you know.

  groucho I resemble that remark! /groucho

 (Ok, I don't really resent it. 

  Yes you do!  You resent it to the mailing list!

 I just like having an excuse to complain
 once in a while.)

  Well, it's easy to criticize.

  homerYeah!  Fun too!/homer

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



announcement subject tag

2005-04-21 Thread Julian Opificius
It's a little presumptuous to use a subject tag that does not include 
cygwin. What does [announcement] mean to someone outside the cygwin 
camp? There are hundreds of organizations that might want to make 
announcements via email lists. What about [cygwin-announce].

thanks,
Julian Opificus.
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


  1   2   >