Mark Geisert wrote:
Achim Gratz wrote:
Mark Geisert writes:
I'm seeing an odd issue after building the GMP-ECM 6.4.4 package from
Inria. I downloaded the .tar.gz file and unpacked, ran configure,
then make and 'make check'. I get a SIGSEGV from a test using ecm.exe
as part of 'make check'.
Hi,
cdrtools has some code to detect Solaris style ACLs:
#if defined(HAVE_ACL) && defined(HAVE_FACL) && \
defined(HAVE_ACLFROMTEXT) && defined(HAVE_ACLTOTEXT)
# define HAVE_SUN_ACL1 /* Sun UFS ACL's present */
#endif
Since cygwin still seems to be defining aclfromtext() and acltotext
On 07/02/2016 22:21, Jessica Purcell wrote:
When I attempt to create or read in an object with line_style
dash-dotted, xfig crashes with the following message:
xfig3.2.5c: SIGSEGV signal trapped
xfig: attempting to save figure
xfig: 1 object(s) saved in ".../SAVE.fig"
[1]Abort
Hi
To reproduce this annoying bug:
- launch cygwinX in multiwindow mode
- install emacs
- launch emacs
- make emacs window fullscreen (maximize)
- type alt-x
Here emacs loses focus. I have to click on the emacs window to get focus again.
This doesn't happen when emacs window not maximized.
If s
On Feb 2 15:32, Tony Cook wrote:
> Hi list,
>
> Simplified to a C program below, calls to sprintf() under the ps_AF
> and ps_AF.utf8 locales are returning a value that doesn't match the
> length of the formatted string:
>
> tony@phobos ~
> $ cat ps_AF.c
> #include
> #include
> #include
>
> i
Hi all,
I've been running a simple script that uses curl to generate a token
from a web service. Up until the last release (7.47.0-2), this had
been working fine. Now, however, I'm consistently getting
curl: (55) Failed sending HTTP request
The script I have boils down to this curl request:
$ c
On Feb 5 16:47, Thomas Wolff wrote:
> The cygwin path conversion functions ignore the current locale;
> rather they seem to always use the locale environment set when the program
> was started, see test program convloc.c:
> [...]
> In sys_wcstombs in strfuncs.cc I see:
> const char *charset = cy
On Feb 8 12:01, Ismail Donmez wrote:
> Hi,
>
> cdrtools has some code to detect Solaris style ACLs:
>
> #if defined(HAVE_ACL) && defined(HAVE_FACL) && \
> defined(HAVE_ACLFROMTEXT) && defined(HAVE_ACLTOTEXT)
> # define HAVE_SUN_ACL1 /* Sun UFS ACL's present */
> #endif
>
> Since cyg
On Mon, Feb 8, 2016 at 3:18 PM, Corinna Vinschen
wrote:
> On Feb 8 12:01, Ismail Donmez wrote:
>> Hi,
>>
>> cdrtools has some code to detect Solaris style ACLs:
>>
>> #if defined(HAVE_ACL) && defined(HAVE_FACL) && \
>> defined(HAVE_ACLFROMTEXT) && defined(HAVE_ACLTOTEXT)
>> # define HAVE_
On 2/6/2016 10:53 AM, Michael Wild wrote:
On Fri, Feb 5, 2016 at 9:48 PM, Byron Boulton wrote:
On 2/5/2016 3:31 PM, Byron Boulton wrote:
On 2/5/2016 3:01 PM, Michael Wild wrote:
On Tue, Feb 2, 2016 at 4:54 PM Byron Boulton wrote:
The man page for tmux in Cygwin is not up to date. The ve
On Feb 8 15:31, Ismail Donmez wrote:
> On Mon, Feb 8, 2016 at 3:18 PM, Corinna Vinschen
> wrote:
> > On Feb 8 12:01, Ismail Donmez wrote:
> >> Hi,
> >>
> >> cdrtools has some code to detect Solaris style ACLs:
> >>
> >> #if defined(HAVE_ACL) && defined(HAVE_FACL) && \
> >> defined(HAVE_ACLF
On Mon, Feb 8, 2016 at 4:10 PM, Corinna Vinschen
wrote:
> On Feb 8 15:31, Ismail Donmez wrote:
>> On Mon, Feb 8, 2016 at 3:18 PM, Corinna Vinschen
>> wrote:
>> > On Feb 8 12:01, Ismail Donmez wrote:
>> >> Hi,
>> >>
>> >> cdrtools has some code to detect Solaris style ACLs:
>> >>
>> >> #if defin
On Jan 29 17:52, K Stahl wrote:
> I've discovered that when I use cvs to pull a module, the security
> settings on the created files and directories are incorrect. When I
> view the security settings of the files, I noticed an invalid "NULL
> SID" group permission was added. If I delete this valu
On Jan 31 21:24, Rainer Blome wrote:
> On 28.01.2016 21:40, Corinna Vinschen wrote:
> >>> On a hunch, do you have old /etc/passwd and /etc/group files by
> >>> any chance? Does moving them out of /etc (don't delete them for
> >>> now!), exiting from Cygwin and starting a new shell somehow fix
> >>
On Feb 8 16:13, Ismail Donmez wrote:
> On Mon, Feb 8, 2016 at 4:10 PM, Corinna Vinschen
> wrote:
> > On Feb 8 15:31, Ismail Donmez wrote:
> >> On Mon, Feb 8, 2016 at 3:18 PM, Corinna Vinschen
> >> wrote:
> >> > On Feb 8 12:01, Ismail Donmez wrote:
> >> >> Hi,
> >> >>
> >> >> cdrtools has some
On Mon, Feb 8, 2016 at 4:36 PM, Corinna Vinschen
wrote:
> On Feb 8 16:13, Ismail Donmez wrote:
>> On Mon, Feb 8, 2016 at 4:10 PM, Corinna Vinschen
>> wrote:
>> > On Feb 8 15:31, Ismail Donmez wrote:
>> >> On Mon, Feb 8, 2016 at 3:18 PM, Corinna Vinschen
>> >> wrote:
>> >> > On Feb 8 12:01, Is
On 2016-02-08 14:31, Ismail Donmez wrote:
> This is a generic code so I don't want to add a cygwin specific
> dependency there. Is there a preprocessor definition for cygwin
> version? I could use that to disable HAVE_SUN_ACL for cygwin 2.5+
Pardon me for butting in, but isn't adding a Cygwin vers
On Mon, Feb 8, 2016 at 6:29 PM, Peter Rosin wrote:
> On 2016-02-08 14:31, Ismail Donmez wrote:
>> This is a generic code so I don't want to add a cygwin specific
>> dependency there. Is there a preprocessor definition for cygwin
>> version? I could use that to disable HAVE_SUN_ACL for cygwin 2.5+
I'm not quite sure what you observe there. The NULL SID ACE only
contains extra information about some POSIX bits and the MASK value.
It's existence and setting should not influence what you can do with
the
file. The permission bits are explicitely set elsewhere in the ACL.
Can you reproduc
Nobody: Read
Small correction, this entry is actually
S-1-5-21-559282050-488988736-2019639472-513
which actually stalls the file properties window when switching to the
security tab for a while. I guess Windows is trying to resolve this SID
but gives up (there is no such SID on my system) an
Hi Ray,
On Jan 31 22:17, Ray Donnelly wrote:
> On Sun, Jan 31, 2016 at 11:38 AM, Jan Nijtmans wrote:
> > 2016-01-30 4:21 GMT+01:00 Ken Brown:
> >> I'm using cygwin_conv_path to convert Win32 paths to POSIX paths, and I'm
> >> puzzled by the conversion
> >>
> >> d:/ --> /cygdrive/d
> >>
> >> wit
On Feb 8 17:48, xnor wrote:
>
> >I'm not quite sure what you observe there. The NULL SID ACE only
> >contains extra information about some POSIX bits and the MASK value.
> >It's existence and setting should not influence what you can do with the
> >file. The permission bits are explicitely set
On Feb 8 18:12, xnor wrote:
>
> >Nobody: Read
> Small correction, this entry is actually
> S-1-5-21-559282050-488988736-2019639472-513
>
> which actually stalls the file properties window when switching to the
> security tab for a while. I guess Windows is trying to resolve this SID but
> gives
I have the same problem with Transmission.
Sorry for another mail, but I need to make another last correction:
It's not Transmission specific. A simple
$ cd /cygdrive/path/to/download/dir
$ touch test
will result in the same broken permissions for test.
Doing this in $HOME will result in these
Hello,
I am trying to install Cygwin 64-bit on my computer. The operating
system is Windows 7, Enterprise Edition, Service Pack 1.
When I try to install a minimum (basic) version of Cygwin, the
installation hangs during the post installation process, when 40% of
this stage has completed. This is
On 2016-02-08 06:57, Andrew Clark wrote:
I've been running a simple script that uses curl to generate a token
from a web service. Up until the last release (7.47.0-2), this had
been working fine. Now, however, I'm consistently getting
curl: (55) Failed sending HTTP request
The script I have boi
On 2016-02-08 08:10, Corinna Vinschen wrote:
Alternatively we could allow to use the Solaris ACL functions even if
only including sys/acl.h, given some macro:
sys/acl.h:
#ifdef __USE_OLD_SOLARIS_ACL_FUNCTIONS
# include
#else
[...POSIX definitions...]
#endif
Do t
On 2/8/2016 6:50 AM, k75527552 wrote:
Hi
To reproduce this annoying bug:
- launch cygwinX in multiwindow mode
- install emacs
- launch emacs
- make emacs window fullscreen (maximize)
- type alt-x
Here emacs loses focus. I have to click on the emacs window to get focus again.
I can't reproduce
The following packages have been uploaded to the Cygwin distribution:
* vim-7.4.1278-1
* vim-common-7.4.1278-1
* vim-minimal-7.4.1278-1
* gvim-7.4.1278-1
* xxd-7.4.1278-1
Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi.
Almost every possible command can be performed using
The following packages have been uploaded to the Cygwin distribution:
* bash-completion-2.1-2
bash-completion is a collection of shell functions that take advantage
of the programmable completion feature of bash.
This is an update to the latest upstream release, with a patch for
recent util-li
Hello!
I've been trying to build openssh-7.1p2-1.src using cyport. After
several iterations due missing packages, I ended up with these errors
after "cygport --debug openssh.cygport compile" and I have no idea how
to proceed:
1:
gcc -ggdb -O2 -pipe -Wimplicit-function-declaration
-fdebug-prefix-
Sorin Adrian Savu writes:
> I've been trying to build openssh-7.1p2-1.src using cyport. After
> several iterations due missing packages, I ended up with these errors
> after "cygport --debug openssh.cygport compile" and I have no idea how
> to proceed:
[…]
You are missing the devlopment packages f
On Mon, Feb 8, 2016 at 10:17 PM, Achim Gratz wrote:
> Sorin Adrian Savu writes:
>> I've been trying to build openssh-7.1p2-1.src using cyport. After
>> several iterations due missing packages, I ended up with these errors
>> after "cygport --debug openssh.cygport compile" and I have no idea how
>>
The following packages have been uploaded to the Cygwin distribution:
* libpsl5-0.12.0-1
* libpsl-devel-0.12.0-1
* libpsl-doc-0.12.0-1
* publicsuffix-utils-0.12.0-1
* publicsuffix-list-20160205-1
A public suffix is one under which Internet users can (or historically
could) directly register name
Two new versions of socat are available in the Cygwin distribution:
1.7.3.1-1 (current), and 2.0.0-b9-1 (test).
These releases fix two security advisories, so you are urged to upgrade. See
http://www.dest-unreach.org/socat/ for the full list of changes.
socat is a relay for bidirectional data tr
On Feb 8, 2016, at 9:59 AM, Ismail Donmez wrote:
>
> On Mon, Feb 8, 2016 at 6:29 PM, Peter Rosin wrote:
>> On 2016-02-08 14:31, Ismail Donmez wrote:
>>> This is a generic code so I don't want to add a cygwin specific
>>> dependency there. Is there a preprocessor definition for cygwin
>>> version
Hello,
I noticed that when connecting via SSH to a CYGWIN-based SSHD server, if the
user connects to a network share (i.e. they CD to the share UNC path in the
BASH/CYGWIN shell), they get connected as the privileged server user account
created for privilege separation when SSHD is configured w/ s
David Willis comcast.net> writes:
> To reproduce, connect via SSH (from either a Linux or CYGWIN/Windows client)
> to a CYGWIN-based SSHD server using a normal privileged user account (an
> account preferably that is not an admin either on the client or server
> machine). Once connected to the Win
Hi,
On Tue, Feb 9, 2016 at 6:14 AM, Warren Young wrote:
> On Feb 8, 2016, at 9:59 AM, Ismail Donmez wrote:
>>
>> On Mon, Feb 8, 2016 at 6:29 PM, Peter Rosin wrote:
>>> On 2016-02-08 14:31, Ismail Donmez wrote:
This is a generic code so I don't want to add a cygwin specific
dependency
39 matches
Mail list logo