On Fri, 24 Aug 2012 01:45:11 +0400, Evgeny Tarasov wrote:
>Well,
>
>I've got two different cygwin1.dll's of 1.7.16 version.
>The first one was obtained from cvs and built by myself (is it attached to 5th
>june, 2012; as uname -a says)
>The other one is of final 20 july, 2012 ver.
>
>So my questio
I use MinGW-W64 to cross-compile libs and apps from cygwin environment..
But lately I can't build some gnu libraries because of a bothering
problem in mingw 64-bit headers.. Current version on cygwin mirrors is
3.0b-svn5134 and that is the one which give me headaches.. The MinGW-W64
team has fixed
Windows Server 2k3 R2 SP2 32 bits
Cygwin 1.7.16-1
$ /bin/find.exe --version
find (GNU findutils) 4.5.9
Packaged by Cygwin (4.5.9-2)
$ /bin/rmdir.exe --version
rmdir (GNU coreutils) 8.15
Paquet réalisé par Cygwin (8.15-1)
I try to delete empty directories with this command : "/bin/find /path
-de
> Can we see cygcheck -srv output for both machines? Does it work going
> from client to client or server to server (i.e. 1 machine only). Are
> you up-to-date? If so, does the latest snapshot help?
This is the output:
client: http://pastebin.com/Agv3tsNU
server: http://pastebin.com/w3MiS0Zi
> '/var/log/sshd.log'. But it will be empty if nothing noteworthy
> has occurred. If you want to see more chatter, add a new service entry
> to run sshd with debug flags. You can grab the details for how to set up
> a sshd service from '/bin/ssh-host-config' but the basics are:
>
> /usr/bin/cygr
> Tried the debug launch, this is the log for a failed connection:
> http://pastebin.com/3WyrhdXq
> So it looks like the client is closing the connection (I think). It
> seems it cannot find /dev/tty, even though it is there and it has the
> rights to access it.
>
> What I find very strange is that
On Fri, Aug 24, 2012 at 7:58 AM, genonceauxwrote:
>
> I try to delete empty directories with this command : "/bin/find /path
> -depth -type d -empty -execdir rmdir \{\} \;"
If you change this to
/bin/find /path -depth -type d -empty -delete
>
> If the number of empty directories to remove great
On Fri, Aug 24, 2012 at 10:30:12AM -0400, Earnie Boyd wrote:
>On Fri, Aug 24, 2012 at 7:58 AM, genonceauxwrote:
>
>>
>> I try to delete empty directories with this command : "/bin/find /path
>> -depth -type d -empty -execdir rmdir \{\} \;"
>
>If you change this to
>
>/bin/find /path -depth -type d
> You need to install Debug/cygwin-debuginfo package. Then you will be
> able to set breakpoints by line:
> (gdb) symbol-file cygwin1.dll
> Reading symbols from /usr/bin/cygwin1.dll...Reading symbols from
> /usr/lib/debug/usr/bin/cygwin1.dbg...done.
> done.
> (gdb) b _cygtls::call2
> Break
On 2012/8/24 Evgeny Tarasov wrote:
>
>
> On 24.08.2012, 14:43, "Andrey Khalyavin" wrote:
>> On Fri, 24 Aug 2012 01:45:11 +0400, Evgeny Tarasov wrote:
>>
>>> Well,
>>>
>>> I've got two different cygwin1.dll's of 1.7.16 version.
>>> The first one was obtained from cvs and built by myself (is it atta
On 8/23/2012 7:35 AM, Ken Brown wrote:
On 8/23/2012 6:03 AM, martin.fitzpatr...@sita.aero wrote:
Hi,
I have just completed a cygwin install, which seemed to take an
extraordinary length of time, so I started googling and found the article
"Setup 1.7.11 texlive postinstall takes 6+ hours". Ken B
Ken Brown writes:
> I don't see anything in those scripts that would explain this. I just
> ran them manually on my system, and the times (in minutes) were 14,
> 3, 2.5, 2.5, and 7. So I can't think of any explanation except that
> something on your system (anti-virus or other BLODA?) was interf
To trim a log file on my windows box I tried the lines below in a bash
script. (my bash is 4.1.10(4))
cat "$LOG" | gzip > "$LOG.old.gz"
> "$LOG"
The resulting archive was corrupt.
Directly compressing like gzip "$LOG" works OK but is not suitable in my
case as the logging service constantly w
David Sastre Medina writes:
> I'm having this on github now for easier handling.
> Check https://github.com/dsastrem/base-files.git
I've checked the objections raised in this thread and also an older
thread concerning the LC_ALL handling w.r.t. /etc/profile.d and handling
of PS1. I think these ar
14 matches
Mail list logo