The following packages have been uploaded to the Cygwin distribution:
* ladspa-cmt-1.18-1
The Computer Music Toolkit (CMT) is a collection of LADSPA
plugins for use with software synthesis and recording packages.
--
Problem reports: https://cygwin.com/problems.html
FAQ: ht
The following packages have been uploaded to the Cygwin distribution:
* ladspa-sdk-1.17-1
The Linux Audio Developer's Simple Plugin API (LADSPA) attempts
to give programmers the ability to write simple 'plugin' audio processors in
C/C++ and link them dynamically against a range of host applicatio
The following packages have been uploaded to the Cygwin distribution:
* ladspa-swh-plugins-0.4.17-1
Large collection of LADSPA plugins
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsub
The following packages have been uploaded to the Cygwin distribution:
* ladspa-caps-0.9.26-1
CAPS, the C* Audio Plugin Suite, is a collection of refined
LADSPA audio plugins capable of (and mainly intended for) realtime operation.
The suite includes DSP units emulating instrument amplifiers, stom
The following packages have been uploaded to the Cygwin distribution:
* twolame-0.4.0-1
* libtwolame0-0.4.0-1
* libtwolame-devel-0.4.0-1
* libtwolame-doc-0.4.0-1
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based
on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 cod
Hi,
Is anybody able to help with this?
--
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
2.1Mb Memory - but they never complete.
$ ssh-user-config
*** Query: Shall I create a SSH2 RSA identity file for you? (yes/no) yes
*** Info: Generating /home/Sukhbir/.ssh/id_rsa
<< run as an Administrator >>
$ ssh-host-config
*** Info: Generating missing SSH host keys
Both just
OK I found it. You're right. The same outcome occurs. So I guess it's not
cygwin specific. Sorry to have wasted your time. I guess my Windows install
is messed up somehow. I wish I could get the feedback I need to figure out what
I did to have caused this. I have tried countless searches on
Sure. I'm willing to try it. Where do I get that compiler from?
--
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
Not sure how to confirm that. I install the built-in OpenSSH client/server
app. Then I start the OpenSSH server service. Then I ssh to 127.0.0.1 and
login fine. There is no waiting on the service starting up nor on the ssh
client connecting to the daemon and getting a shell (Windows 'DOS' s
Same behavior as mintty, tmux, the previous test case, with TaskManager's
analyze wait chain saying it's waiting on Network I/O.
$ ./a.exeStarted.
** 1 min wait here **
CreatePseudoConsole() end.ClosePseudoConsole() end.
--
Problem reports: http://cygwin.com/problems.html
FAQ:
$ md5sum /bin/cygwin-console-helper.exe
221bdfff7c8ccd1227bacb025bba665b */bin/cygwin-console-helper.exe
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.
What happens is it hangs on that openpty() call. It displays Start
immediately. But then around a minute later it shows the rest.
$ ./a.exe
Start.
** hangs here about 1 minute **
PTY opened.
PTY closed.
I took the liberty of adding time() calls just before and after the openpty()
call:
$ ./a
I first reported this problem to the Mintty project at GitHub. With their
help, I was able to debug the issue to the call to forkpty. I installed tmux
and found it also hangs the exact same way. My guess is any process which
makes this fork call will hang in a similar way. Rather than copy/pa
g layout would seem a long-term decision
regarding Cygwin <-> Linux interoperability. Please consider.
On 01/13/2016 07:12 AM, Corinna Vinschen wrote:
> On Jan 12 22:17, random user wrote:
>> Something I wasn't aware of at the time of our prior discussion is
>> that
ger need such patching.)
- On my Cygwin machine I have distinct SIDs for a user and a group for
each Windows user, simulating the "usergroup" model with ability to
keep distinct permissions for the user and the group. Windows has
the group defined with a _UG suffix, as shows in th
for this case in the last main paragraph below.)
>> On the source tree the file owner (a domain user) doesn't have any
rights, access is granted by one of the share groups (separately
for read-only and modify access) and the filer admin group (modify
access plus a few more permiss
>> On 4/22/2015 7:21 PM, John Orr wrote: ...
Would I be right in guessing that your samba server is doing
authentication using a /etc/samba/smbpasswd file?
If that is the case, the output you show matches my experience. Files
with owner matching the logged in user in such a case one end u
Thanks for the explanation/correction about umask's non-impact if
there are default ACL entries. I'm not recalling exactly what I had
seen on Linux that made me think there was an impact.
>> If the incoming, inherited ACL contains the three entries for user,
group, and other
re umask behavior. Also the two distinct Posix behaviors
of chmod, it either impacting the primary group "permanently", or
impacting only the mask. [Q: Are these the only differences
between "simple" and "extended ACLs" behavior, as far as actions
that cr
n
Cygwin than they do on Linux, leading to extra time to debug/recode.
A simplistic example use case:
# Create scripts for some app, with group set to give httpd or some
# other application login user read and execute privs. For sake of
# brevity, here only showing one directory, but reality would
>> Please try the latest developer snapshot from
https://cygwin.com/snapshots/
Best I can spot from some simple hand-test cases, does look
consistently '---' now for the group SID = user SID case.
Not so far seeing any surprise change to the != case.
Thanks.
--
Problem rep
only used as explicitly shown in one
previously-sent example, not used at all in the below.) I'm working
in a Cygwin-mkdir'd directory that I believe has no added nor
inherited grants.
The logged in user is XXX, primary group YYY, distinct SIDs.
icacls .
. zzz\XXX:(F)
zzz\YYY:(Rc,S,R
Re the user SID != group SID, chmod -x case: Thanks, sorry to have
wasted your time. It does seem the same on Linux, and chmod ug-x does
appear to work correctly. My bad.
Re the user SID = group SID case:
I'm not offhand spotting how to use chmod to create the ACL your "They
do
The changes regarding the user SID = group SID case look generally good
to me.
Thanks for considering the idea.
I do wonder if it is best that the Everyone privileges would "leak" into the
group permission mode/mask tho, either at the Posix or ACL levels. They
don't
seem to for us
Umm... Sorry! I hope it's clear to all, I meant Corinna !
On 2/26/2015 9:27 PM, random user wrote:
>> Regarding Corrinne's proposal to treat SYSTEM's ACE distinct from others
>> in forming the apparent group permission "mask":
>>
>> Might it be sen
e chmod behavior for this case has long been what's proposed (at least
for the typical case of a chmod leaving the user with wider privileges
than the group), but the group permission bits have appeared set to ls
and other tools. It would seem to help re ~/.ssh and other cases that
are checked by
I'm the maintainer of ’pv' which is only available for x86. What are the proper
steps to upload a new version of pv for both architectures?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Un
Your mail to 'Qgis-user' with the subject
Returned mail: Data format error
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list
Either the message will get posted to the list, or you wi
Even starting several sessions at the same time, keeps happening
0 [main] bash 10532 child_info_fork::abort:
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address:
parent(0x2E) != child(0x3D)
-bash: fork: retry: Resource temporarily unavailable
0 [main] bash 10556 child
I have been having issues with Irssi under CYGWIN_NT-6.1-WOW64 on Windows 7
64Bit with screen curruption and cord dumps. This error appear the same
whenever I run Irssi, if this can help, here's a discription of the error I
recieve multiple times in the status window: Attempt to free unreferen
I have research this issue over google and mailing list and I haven't been able
to find a solution to my problem. I want to write a PHPProxyServer under CYGWIN
since I don't have access to a linux box. I need the PCTNL functions so I could
fork() processes, which is not supported under windows.
Hi,
I've been cygwin user for many years. I was thinking if there is a symbian port
of cygwin. It would be exciting for me at least to run cygwin shell, other unix
applications, including X windows on a handheld symbian smart phones. Has
anyone tried such a port?
Best Regards t
Hi all,
As this is my first mail, so I am very sorry for any violation of rules.
I am trying to compile Linux Kernal on Cygwin (May be sounds funny,
but I want to). While doing same I am getting error message as follows
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts
Gmane User wrote:
Brian Dessent wrote:
Gmane User wrote:
CACLS shows an extensive set of permissions for the power user owner,
but only READ_CONTROL, FILE_READ_EA, & FILE_READ_ATTRIBUTES for
LaptopName\None and Everyone. I've come across nothing on the web
(yet) about a special
Corinna Vinschen wrote:
On Apr 10 04:19, Gmane User wrote:
I have a power user file that has go-rwx. However, the administrator
account can "less" the contents from a bash command line. This is
both logging onto Windows 2000 as admin, as well as ssh'ing in
(loopback) from the
Brian Dessent wrote:
Gmane User wrote:
CACLS shows an extensive set of permissions for the power user owner,
but only READ_CONTROL, FILE_READ_EA, & FILE_READ_ATTRIBUTES for
LaptopName\None and Everyone. I've come across nothing on the web
(yet) about a special privilege th
I have a power user file that has go-rwx. However, the administrator
account can "less" the contents from a bash command line. This is
both logging onto Windows 2000 as admin, as well as ssh'ing in
(loopback) from the power user log-in session. The administrator can
also &qu
Dave Korn wrote:
> Andrew DeFaria wrote on 08 April 2008 16:51:
>> Gmane User wrote:
>>> About the log file, you're right. You need another "analyze"
>>> after normal boot. It generates c:/FRAGLIST.HTM, which can be
>>> saved as text. Turning
Brian Dessent wrote:
> Okay, so JkDefrag's boot time defrag does not appear to be a real
> boot-time (offline) defrag. Anything dealing with the task
> scheduler is way too late in the game, Win32 is already running at
> that point.
I wonder why anyone want to do that under a permissions-limited
Brian Dessent wrote:
> Gmane User wrote:
>
>> Let's make sure we're comparing the same situation. I've used bash to
>> explicitly change permissions to go-rwx for most of my files. This is
>
> To be pedantic, you used chmod (or some other utility);
Brian Dessent wrote:
> Gmane User wrote:
>
>> I'm defragging the whole disk, so I need the defragger to be able
>> to access all files from whatever account it runs under.
>
> I've never had any problem doing that without having to specifically
> loosen any A
Brian Dessent wrote:
> Gmane User wrote:
>> The defragger I used was JkDefrag. And there was the explanation,
>> right in the online documentation. The files to be defragged need
>> to be accessible by admin. I never suspected that something as
>> system-wide as defra
Today was a revolutionary day. Ever since I started using cygwin years ago, I
just assumed that defrag was doing whatever it does best, and that it was normal
to have a whole whack of user application files un-defragged. This list of
"fragged" files got enormous over the years, and
Dave Korn wrote:
> On 02 October 2007 15:26, Gmain User wrote:
>
>> Brian Dessent dessent.net> writes:
>>> Gmane User wrote:
>>>
>>>> it makes it hard to quickly scan for changes to "mv". Many software
>>>> systems have cumu
Warren Young wrote:
> Gmain User wrote:
>> Thanks, Brian. I was actually asking in the context of not updating cygwin
>> right away. Whether or not one could access up-to-date accumulation of
>> release
>> notes, possibly on the web.
>
> Cygwin doesn
Andrew DeFaria DeFaria.com> writes:
>Gmain User wrote:
>> Andrew DeFaria wrote:
>>>
>>> Personally I'd:
>>> $ mv /home /home.save
>>> $ mount -bsf /// /home
>>> $ mv -rp /home.save/* /home
>>>
>>> Adjust the output o
Larry Hall (Cygwin cygwin.com> writes:
>Gmane User wrote:
>> ...it might be worthwhile to
>> uninstall cygwin, then reinstall it on a secondary IDE drive (not
>> drive c:), along with the cygwin user file/folder tree. It has a
>> lot more space, so I can forget th
Brian Dessent dessent.net> writes:
>
> Gmane User wrote:
>
> > it makes it hard to quickly scan for changes to "mv". Many software systems
> > have cumulative release notes with each new release...would the release
> > notes
> > can be findable i
Brian Dessent wrote:
> Gmane User wrote:
>
>> If I were make c:/cygwin/home/UserName my home directory, what is the best
>> way?
>> Ssh only considers /etc/passwd, so it seems best to manually set it there,
>> though I'd have to manually fix it each time I
Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Gmain User on 10/1/2007 10:04 AM:
>> Is there somewhere online
>> where the release notes can be perused so that I can avoid updating
>> cygwin right away? I usually find t
Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Gmain User on 10/1/2007 10:04 AM:
>> My coreutils 6.7-2 doesn't have a "-r" option for the "mv" command. I
>> haven't been able to find release notes for th
Andrew DeFaria wrote:
>Gmane User wrote:
>> ACcording to http://cygwin.com/faq/faq.setup.html#faq.setup.home,
>> the cygwin home directory is determined by the checking the
>> following, in the order listed:
>>
>> 1. Windows HOME environment variable
>> 2. /
ACcording to http://cygwin.com/faq/faq.setup.html#faq.setup.home, the cygwin
home directory is determined by the checking the following, in the order listed:
1. Windows HOME environment variable
2. /etc/passwd
3. HOMEDRIVE and HOMEPATH variables in the Windows environment
4. /
I recently got a ne
ease DTRT and ack?
>
> --- Start of forwarded message ---
> From: "emacs user" <[EMAIL PROTECTED]>
> To: emacs-devel@gnu.org
> Bcc:
> Date: Tue, 13 Feb 2007 22:49:00 -0500
> Mime-Version: 1.0
> Content-Type: text/plain; format=flowed
> Subject
Larry Hall (Cygwin) reply-to-list-only-lh-at-cygwin.com |Cygwin Mailing
List| wrote:
> This is Windows, not *NIX. The Windows loader doesn't know what to do
> with a *.so file. You'll need to rename it *.dll.
Hmm. I installed the wxruby2-preview 0.0.38 (i386-mswin32) binaries via
gem.
>From Ru
Hi all -- I've been beating myself up with trying to get WxRuby2 or FXRuby to
install under Cygwin. I've tried the gems, but I get either a permission error
or load error with the .so binaries (perhaps because they're designed for the
one click windows installer).
So, are there any GUI toolkit
Frodak wrote:
> < - Original Message
> < From: Gmane User
> < To: cygwin
> < Sent: Friday, January 12, 2007 1:16:32 AM
> < Subject: Re: "cscope -d" can't find trailer offset if path contains space
> <
> < By the way, Dav
By the way, Dave, if you're going to be poking & prodding mlscope, I was
wondering if you might have time to look at a problem with its interface
with vim. Mlscope works find from the command line, but simply hangs
when I do a symbol search from within vim. Vim works fine with
non-ml-cscope, howe
Fred Ma wrote:
> After some surfing, I haven't found any evidence of malware targetting
> cygwin. I'm considering excluding the massive file tree from scans
> (AV, SpyBot, AdAware). I'd be interested in more experienced opinions
> about this. Thanks.
Thanks for your response. In summary, the l
I am really struggling to understand what I am doing wrong here.
I have a log file with a line that looks like this:
++ 04:51:32 All 94 items succeeded
The binary data for that line is this:
2B 2B 20 30 34 3A 35 31 3A 33 32 20 41 6C 6C 20 39 34 20 69 74 65 6D 73 20
73 75 63 63 65 65 64 65 64 0A
ok, let me try again. here is a case in which I try to run latest cvs gnu
emacs under gdb and this just immediately freezes x windows. surely someone
in the cygwin/ emacs teams would be interested in figuring this out...?
~ $ startx&
[1] 304
~ $
Welcome to the XWin X Server
Vendor: The Cygwin
> could you please write which .c files and which routines should I be
looking
> at slightly more specifically? thanks...
These are library functions, so no .c files are involved. Just
(gdb) break sbrk
(gdb) break mmap
then visit text and image files as suggested and see which of thes
From: Eli Zaretskii <[EMAIL PROTECTED]>
If I don't miss anything, it remains to be explained why the OP didn't
see problems with normal buffers. Could the OP please try visiting
several large text files, then kill their buffers, invoke the
`garbage-collect' function ("M-x garbage-collect RET")
From: Eli Zaretskii <[EMAIL PROTECTED]>
[I'm not subscribed to the Cygwin list, so please CC me directly.]
> From: "emacs user" <[EMAIL PROTECTED]>
> Bcc:
> Date: Sat, 12 Aug 2006 07:46:33 -0400
> Cc: cygwin@cygwin.com
>
> Eli, here is a respons
Eli, here is a response from the cygwin list. thanks to Reini Urban for
this.
Date: Sat, 12 Aug 2006 11:32:01 +0200
From: Reini Urban
To: cygwin at cygwin dot com
Subject: Re: reproducible cygwin memory problems
Sender: cygwin-owner at cygwin dot com
emacs user schrieb:
Dear cygwin friends
Dear cygwin friends, while debugging some emacs related problem, we seem to
come to the conclusion that there is a cygwin issue here. can someone
please comment on this?
From: Eli Zaretskii <[EMAIL PROTECTED]>
> From: "emacs user" <[EMAIL PROTECTED]>
> Cc: ema
From: Reini Urban
emacs user schrieb:
I have reported this problem to the gnu emacs developers a few
times, but it seems that emacs is not actively maintained for cygwin
right now. perhaps someone here can help? I am happy to provide more
details if needed. thanks...
A brief problem
I have reported this problem to the gnu emacs developers a few times, but it
seems that emacs is not actively maintained for cygwin right now. perhaps
someone here can help? I am happy to provide more details if needed.
thanks...
A brief problem description:
memory usage of emacs does not
Hello!
I have sshd, ssh, and X11 set up on my XP laptop such that I can "ssh -Y"
into linux boxes and run programs there while sitting at my laptop.
I would like also to do the reverse: To "ssh -X" into my laptop from a
unix box and to run x-clients on my laptop while sitting at the unix
worksta
Never mind. I just made a rookie mistake and looked in the wrong
location for the file. The tools below helped me solve the problem.
User Waldo wrote:
I found cron-config and cron_diagnose.sh and did find some problems
and fixed those, but I still can't seem to get cron to acutally
I found cron-config and cron_diagnose.sh and did find some problems and
fixed those, but I still can't seem to get cron to acutally run a job as
simple as creating a file with touch file name.
User Waldo wrote:
I thought I had everything setup correctly to run cron jobs.
I can no
1005(deandrea) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1005(deandrea) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS
Gmane User wrote:
> Brian Dessent wrote:
>
>>Fred Ma wrote:
>>
>>>I was searching for whether the current cygwin has the "stat" command.
>>>This is for future reference, since I am unable to update my old
>>>cygwin installation at th
Brian Dessent wrote:
> Fred Ma wrote:
>>I was searching for whether the current cygwin has the "stat" command.
>>This is for future reference, since I am unable to update my old
>>cygwin installation at the moment. I eventually found that "stat"
>>resides in coreutils, but I was wondering if there
acs-devel@gnu.org, cygwin@cygwin.com
Subject: Re: is there a cygwin maintainer for gnu emacs?
Date: Tue, 09 Aug 2005 14:15:39 -0400
On Tue, 09 Aug 2005 01:08:36 -0400, emacs user <[EMAIL PROTECTED]>
wrote:
>>
>> Ehud, thnx for the reply; I didn't do any rebasing (don
tainer for gnu emacs?
Date: Tue, 09 Aug 2005 14:15:39 -0400
On Tue, 09 Aug 2005 01:08:36 -0400, emacs user <[EMAIL PROTECTED]>
wrote:
>>
>> Ehud, thnx for the reply; I didn't do any rebasing (don't know what
that
>> is), and the problem is that emacs crashes abo
-0400, emacs user <[EMAIL PROTECTED]>
wrote:
>>
>> Ehud, thnx for the reply; I didn't do any rebasing (don't know what
that
>> is), and the problem is that emacs crashes about every 5 minutes,
mostly in
>> latex mode when I use the combination of auctex/p
can someone please just tell me what to do in the debugger to try and
diagnose the problem? the DEBUG text was not useful to me. I am happy to
work on this, but I am afraid I need very explicit gdb instructions.
thanks... Eli
From: "Richard M. Stallman" <[EMAIL PROTECTED]>
Reply-To: [EMA
I guess my question as a fairly naive user is who will bedoing that GC
debugging. I am happy to check things in gdb following instructions from
one of you experts...
From: Eli Zaretskii <[EMAIL PROTECTED]>
> Date: Wed, 10 Aug 2005 07:37:43 -0400
> From: Joe Buehler <[EMAIL P
From: Joe Buehler <[EMAIL PROTECTED]>
1. Run emacs under gdb and see if you can get a stack backtrace
from gdb after emacs dies. It will depend on how emacs dies
whether you can do this.
2. Failing that, run strace on emacs and send me the output (say,
the last couple thousand lines) after it di
From: "David Masterson" <[EMAIL PROTECTED]>
Ehud Karni wrote:
> On Tue, 09 Aug 2005 01:08:36 -0400, emacs user
> <[EMAIL PROTECTED]> wrote:
>>
>> Ehud, thnx for the reply; I didn't do any rebasing (don't know what
>> that is), and th
EMAIL PROTECTED]>
On Mon, 08 Aug 2005 02:21:53 -0400, emacs user wrote:
>
> Hello, I find emacs to be very unstable under cygwin, crashing every
couple
> of minures (both emacs 21.X and cvs emacs with and without gtk). I
> submitted a few bug reports but received no reply. I wa
#include
#include
#include
#define TAGLIA 415
main()
{
int i, j, k, iran;
unsigned int seed;
float unran;
float mata[TAGLIA][TAGLIA],
matb[TAGLIA][TAGLIA],
matc[TAGLIA][TAGLIA];
srand(seed);
printf("init start...\n");
/* this should init all element
---
> Have you got setup.ini as well as setup.exe in d:\cygkit\?
> You'll need it.
Yes, I have it... but
setup.exe 2.427 crashes again.
I think that the problem may be a corrupted package
because setup did not complete the MD5 checking.
Now I have just deleted xorg-x11-bin
and i
Hello,
I am trying to install cygwin on win2k+sp4+...
... + latest patch.
I am using the current cygwin setup.exe
in two steps, first download to local directory
d:\cygkit then install from local directory to d:\cygwin
My win2k is in C:, D: is a NTFS partition with 1,6 GB
of free
nnectivity to internet) I don't have
> > admin rights, so I can't setup IPs. I can open TCP ports on
> > localhsot as a user, though, and I can plug stuff into USB
> > ports.
> >
> > As worst-case scenario, I might be able to convert the
> > other m
Hi,
I was wondering whether there is a way to get cygwin apps
to use USB ports.
I have two Windows XP computers I need to hookup. On the
"server" (which has connectivity to internet) I don't have
admin rights, so I can't setup IPs. I can open TCP ports on
localhsot as
This is a filter detection notice generated by Sendmail MIME Filter
v2.4.0 at mails2. The original message was being transferred from
[139.91.70.41], and was ultimately accepted.
The scanned parts of this message contained 1 infection(s), 0 of which
were successfully repaired. Details are pro
89 matches
Mail list logo