something but I am busy doing something else
at the moment.
thanks
Sent with Proton Mail secure email.
--- Forwarded Message ---
From: Jim McNamara via Cygwin
Date: On Sunday, November 3rd, 2024 at 5:00 PM
Subject: Fw: encryption 'they got veracrypt'
To: cygwin@cygwin.com
&g
Hi I meant for the group too--
It is no joy that kde isnt up and running for cygwin because we use to have
kgpg. I understand if things are supported but this is bummer. Lots of
encryption is supported with kde.
File encryption on large files for gpg is really slow.
thanks
Sent with Prot
On 2024-10-10 02:49, Jim McNamara wrote:
deathly slow oops.
On Thursday, October 10th, 2024 at 4:47 AM, Jim McNamara wrote:
I found aclocal.
It was named aclocal-1.16 or some such.
I tried searching find / -name 'aclocal*'
and it is deafly slow.
I tried in windows explorer and it came up fast.
I
Hi Brian-
I harnessed the power of AI, and it advised to do edits to like makefile.am and
one other file I can pull the name to tomorrow after I get some sleep since I
dont have automake-bin. Also, as a strategy i could install automake from gnu
and gain access to that tool which is probably t
Sent with Proton Mail secure email.
> Hi Rich-
>
> I just use AI for this kind of thing these days.
> Just make a quick workaround script.
>
> Like this.
>
> grep -r 'Beeping' testdir/ | awk -F: '/\.txt$/ {print}'
>
> thanks,
> jim
>
>
>
>
> Sent with Proton Mail secure email.
>
>
Hi-
with AI I got this solution to fly.
sorry for the confusion. I wasnt breaking it into steps and then expanding it
in eval. I also fixed my display issues.
thanks so much,
have coolest day.
jim
#!/usr/bin/env wish
package require Tk
# Function to dynamically build and execute a command
Proton Mail secure email.
--- Forwarded Message ---
From: Jim McNamara via Cygwin
Date: On Sunday, July 28th, 2024 at 8:19 PM
Subject: Fw: Re: rpcd.exe
To: cygwin@cygwin.com
> Hi-
>
> The AI really did go nuts like you said.
> I just read the man page for that and
> mkpasswo
Hi-
The AI really did go nuts like you said.
I just read the man page for that and
mkpassword -l isnt cutting it with setting up on win side first.
I dont know why it told me that. Crazy-town.
I will think of a command for a second..
I know what i will do i will create the user
in windows and t
Hi -
One AI told me another AI was leading me down a rabbit hole. Never had that
happen.
Oh well.
It says I can manually add that entry in /etc/passwd
but it seems that when i issue mkpasswd with the appropriate syntax it is not
appending my user to /etc/passwd.
I will just add manually an
Please have a look at the strace result. I still think it's Cygwin's bug.
Sent with Proton Mail secure email.
--- Forwarded Message ---
From: w6b7rk5yu4mt25v3
Date: On Sunday, February 19th, 2023 at 20:08
Subject: Re: Fw: Re: Fw: Re: Why do these mprotect always fail?
See strace:
544091 601347 [main] obr 1831 mprotect: mprotect (addr: 0xA0010, len
65536, prot 0x7)
59 601406 [main] obr 1831 mprotect: 0 = mprotect ()
166 601572 [main] obr 1831 mmap: addr 0x0, len 327680, prot 0x3, flags 0x22,
fd -1, off 0x0
123 601695 [main] obr 1831 mmap: 0x6FFF
supposed to be run on),
have been already included.
$.02
Anton Lavrentiev
Contractor NIH/NLM/NCBI
> -Original Message-
> From: Cygwin On Behalf Of
> Corinna
> Vinschen via Cygwin
> Sent: Wednesday, February 15, 2023 11:33 AM
> To: w6b7rk5yu4mt25v3
> Cc: Corinna Vinsch
On Feb 15 15:31, w6b7rk5yu4mt25v3 via Cygwin wrote:
> I asked the developer of the interpreter. He said it's OK to use the
> PAGE_SIZE value different than 4096. So I used this dirty hack:
>
> #ifndef __CYGWIN__
> #define PAGE_SIZE 4096
> #endif
>
> This means on Cygwin it will use the default P
ll, it's
Cygwin's quirks here.
Sent with Proton Mail secure email.
--- Forwarded Message ---
From: Oskar Skog via Cygwin
Date: On Wednesday, February 15th, 2023 at 20:02
Subject: Re: Fw: Re: Why do these mprotect always fail?
To: cygwin@cygwin.com
> On 2023-02-15 14:40, w6
On Feb 15 12:40, w6b7rk5yu4mt25v3 via Cygwin wrote:
> On Wednesday, February 15th, 2023 at 19:13, Corinna Vinschen wrote:
> > On Feb 15 11:14, w6b7rk5yu4mt25v3 via Cygwin wrote:
> > > Corinna Vinschen wrote:
> > >
> > > > cygwin-developers is for developers woking on Cygwin itself, not for
> > > >
On 2023-02-15 14:40, w6b7rk5yu4mt25v3 via Cygwin wrote:
You misunderstood what I said.
It's really just a naming conflict and a coincident. On the context of the
source code (it's an interpreter), PAGE_SIZE is indeed JIT_PAGE_SIZE (not the
system page size, but the page size defined internally
You misunderstood what I said.
It's really just a naming conflict and a coincident. On the context of the
source code (it's an interpreter), PAGE_SIZE is indeed JIT_PAGE_SIZE (not the
system page size, but the page size defined internally by the interpreter). On
Linux, the name doesn't conflict
On Feb 15 11:14, w6b7rk5yu4mt25v3 via Cygwin wrote:
> Corinna Vinschen wrote:
>
> > cygwin-developers is for developers woking on Cygwin itself, not for
> > developers using Cygwin to develop something else. I dropped the ML
> > from the recipient list.
> >
> > And please don't top-post. Thanks.
PAGE_SIZE is just a naming conflict. If you change it to something else,
JIT_PAGE_SIZE for example, it still fails. The problem is Cygwin is not fine
with the particular value 4096 but the program needs the value to be exactly
4096. About why I also sent to developer list, see:
https://cygwin
Hi Ken and Brian-
Please see the make report below.
How do I direct php_amf3 to see cygphp7-7-3.dll? It will only give me a 'static
module'. I need dynamic!
Also, my bitdefender slows down cygwin. If I shut off the shield, it runs like
a champ. I am going to re run again and see if I can add c
I will prioritize the packaging of this release (see below) based on community
interest, otherwise looking at late May.
My task #10403
-Jason
-Original Message-
From: Wietse Venema
Sent: Thursday, April 28, 2022 9:23 AM
To: Postfix announce
Cc: Postfix users
Subject: Postfix stable re
Thank you so much Jon. I had tried a few .xinitrc files and I’m not sure why
they didn’t work, but based on your clarification, I copied
/etc/X11/xinit/xinitrc to ~/.xinitrc and that worked. Does anyone have any
suggestions on how to debug my font issue in graphviz?
Thanks!
Mark
Sent from
Hi Cygwin,
I am writing this to request a proposal for your Business. We are an IT
based Company from USA who deals in Website Security, Mobile Security &
Cyber security, Governance Risk & Compliance Services With my Cyber Security
Specialist.
Let me know what you think.
PS: - if you are interes
Hi Cygwin,
Hope this mail finds you good..!
My Name is Lizella Lee, I am a professional Web design & Mobile App
Developer; I can upgrade, Repair and Redesign your website. Would you be
interested in: -
We Provides SEO & Web services at a minimum cost, May I send you quote? If
interested.
>-Original Message-
>From: g...@gwkmon.musgravegroup.net
>Sent: Friday 8 January 2021 14:04
>To: SCM Team
>Subject: NoMa: Service 311-ntp on host trastratumts1.musgravegroup.net is
>UNKNOWN
>* NoMa *
>ID: 146297
>Notification Type: PROBLEM
>Service: 311-ntp
>Host: trastratum
-Original Message-
From: g...@gwkmon.musgravegroup.net
Sent: Friday 8 January 2021 14:04
To: SCM Team
Subject: NoMa: Service 311-ntp on host trastratumts1.musgravegroup.net is
UNKNOWN
* NoMa *
ID: 146297
Notification Type: PROBLEM
Service: 311-ntp
Host: trastratumts1.musgrav
>Hello
>Is this error to be concren or the backup still go throught ?
>Regards
>Profile Daily ran successfully.
>Execution log
>-
> 0 [main] rsync 1684 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
>pointer. Please report this problem to the public mailing list
>cygwin@cygwin
Hello
Is this error to be concren or the backup still go throught ?
Regards
Profile Daily ran successfully.
Execution log
-
0 [main] rsync 1684 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer. Please report this problem to the public mailing list
cygwin@cygwin.com send
Greetings, cyg Simple!
> On 8/29/2018 6:01 AM, Andrey Repin wrote:
>>
>> I think we need a "build-essential" metapackage.
>>
> I would suggest base-devel as the name of the metapackage.
build-essential is a name of a well-known Debian metapackage.
> But what exactly should that include?
Pack
On 8/29/2018 6:01 AM, Andrey Repin wrote:
>
> I think we need a "build-essential" metapackage.
>
I would suggest base-devel as the name of the metapackage. But what
exactly should that include? Should there be more than one metapackage
that adds more complex tools?
--
cyg Simple
--
Problem
If you want to compile native Windows programs, Cygwin is likely not the
tool you need.
If you can tell me another way to compile C source code that was written to
run under Linux
to run them on Windows without having to change them, I'm all ears!
Tom L
--
Problem reports: http://cygwi
Greetings, tl...@twcny.rr.com!
>>> I uninstalled and deleted the entire cygwin64 directory and
>>> reinstalled using the defaults. The download time was much shorter but
>>> I still can't compile anything with the C compiler even with no anti-virus
>> running.
>
>> Base cygwin installation is a P
Am 29.08.2018 um 02:16 schrieb tl...@twcny.rr.com:
I uninstalled and deleted the entire cygwin64 directory and reinstalled using
the defaults. The download time was much
shorter but I still can't compile anything with the C compiler even with no
anti-virus running.
I'm surprised the default in
> I uninstalled and deleted the entire cygwin64 directory and
> reinstalled using the defaults. The download time was much shorter but
> I still can't compile anything with the C compiler even with no anti-virus
running.
Base cygwin installation is a POSIX userspace and essential Cygwin tools, i
Greetings, tl...@twcny.rr.com!
> I uninstalled and deleted the entire cygwin64 directory and reinstalled
> using the defaults. The download time was much shorter but I still can't
> compile anything with the C compiler even with no anti-virus running.
Base cygwin installation is a POSIX userspace
On 2018-08-26 15:41, Thomas Wolff wrote:
>> PS1="\[\e[1;32m\]\h \! $ \[\e[0m\] "
>> The real issue is that I still have no real clue on how these escape
>> sequences work!! ...
> `man bash`, section PROMPTING
$ LESS='+/^\s*PROMPTING' man bash
Mostly provided with GNU programs, info often h
>> Can you test with just
>> PATH="/usr/local/bin:/usr/bin/:/usr/lib/lapack"
>> to exclude other programs ?
>>
>> I just tried that. Same problem.
>>
>> #2 you have installed every cygwin package including all
>> debuginfo packages. Why ?
>>
>> I'd rather have it and not need it than need it an
On 8/26/2018 11:28 AM, Marco Atzeri wrote:
> Am 26.08.2018 um 16:54 schrieb tl...@twcny.rr.com:
>>
>> Can you test with just
>> PATH="/usr/local/bin:/usr/bin/:/usr/lib/lapack"
>> to exclude other programs ?
>>
>> I just tried that. Same problem.
>>
>> #2 you have installed every cygwin package inc
...
PS1="\[\e[1;32m\]\h \! $ \[\e[0m\] "
The real issues is that I still have no real clue on how these escape
sequences work!! ...
`man bash`, section PROMPTING; the \[ and \] are not escape sequences
for the terminal but meta syntax in the prompt, telling the shell that
the string
rintable
Many thanks, TW, for your hint. I have "solved" the problem, but I do not
understand why it works! I took time to test it for a few days to make
sure that things were ok. Hence the slow response. If I had only also
included my prompt in the original email, I think that you would
reply on the mailing list please.
Am 26.08.2018 um 16:54 schrieb tl...@twcny.rr.com:
can you test with these two disabled ?
Windows defender is known to interfere.
I'll try it but it was working fine before the last three builds of Windows.
Nothing else has changed.
except may be they have c
Am 25.08.2018 um 04:32 schrieb tl...@twcny.rr.com:
can you upload somewhere ?
Any Antivirus around ?
Here's a link to my cygcheck.out file.
I'm running Microsoft's anti-virus for Win 10 and Malwarebytes Premium.
can you test with these two disabled ?
Windows defender is known to interfere.
can you upload somewhere ?
Any Antivirus around ?
Here's a link to my cygcheck.out file.
I'm running Microsoft's anti-virus for Win 10 and Malwarebytes Premium.
https://www.dropbox.com/s/ta5v8ws04h5aggx/cygcheck.out?raw=1
--
Problem reports: http://cygwin.com/problems.html
FAQ:
Am 20.08.2018 um 19:11 schrieb tlake:
To: 'cygwin@cygwin.com'
Subject: gcc Segmentation fault when compiling
Since Windows 10 Build 17741, I get the error below when trying to compile
any C program:
gcc: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug repo
From: tl...@twcny.rr.com
Sent: Monday, August 20, 2018 12:11 PM
To: 'cygwin@cygwin.com'
Subject: gcc Segmentation fault when compiling
Since Windows 10 Build 17741, I get the error below when trying to compile
any C program:
gcc: internal compiler error: Segmentation fault (program
Am 19.08.2018 um 23:45 schrieb Csaba Raduly:
On Sun, Aug 19, 2018 at 6:31 PM, Andrey Repin wrote:
Greetings, Thomas Wolff!
I can confirm this behavior.
How did you reproduce it? I don't.
Exactly as described.
Start Cygwin using cygwin.bat
Enter command
echo ABCDEF ABCDEF ABCDEF ABCDEF
Ente
On Sun, Aug 19, 2018 at 6:31 PM, Andrey Repin wrote:
> Greetings, Thomas Wolff!
>
>>> I can confirm this behavior.
>> How did you reproduce it? I don't.
>
> Exactly as described.
> Start Cygwin using cygwin.bat
> Enter command
> echo ABCDEF ABCDEF ABCDEF ABCDEF
> Enter command
> echo 6789 12345678
Greetings, Thomas Wolff!
>> I can confirm this behavior.
> How did you reproduce it? I don't.
Exactly as described.
Start Cygwin using cygwin.bat
Enter command
echo ABCDEF ABCDEF ABCDEF ABCDEF
Enter command
echo 6789 123456789 123456789 123456789 123456789 123456789 123456789
Tap twice to pull th
Am 19.08.2018 um 11:47 schrieb Andrey Repin:
Greetings, surendar jeyadev!
I can confirm this behavior.
How did you reproduce it? I don't.
Given the position of cut-off, it appears the problem is in wrong character
width to terminal position count translation.
All the fuzzy test case descript
Greetings, surendar jeyadev!
I can confirm this behavior.
Given the position of cut-off, it appears the problem is in wrong character
width to terminal position count translation.
--
With best regards,
Andrey Repin
Sunday, August 19, 2018 12:31:43
Sorry for my terrible english...
--
Problem
Am 17.08.2018 um 15:36 schrieb surendar jeyadev via cygwin:
I am having a similar issue to that pictorially shown here:
https://unix.stackexchange.com/questions/344502/when-scrolling-through-history-in-cygwin-terminal-window-line-gets-garbled
This is new to me as I have been using Cygwi
I am having a similar issue to that pictorially shown here:
https://unix.stackexchange.com/questions/344502/when-scrolling-through-history-in-cygwin-terminal-window-line-gets-garbled
This is new to me as I have been using Cygwin on a Windows 7
machine for several years without encounter
On 18/08/2017 17:06, Bliss, James P [US] (MS) wrote:
PostgreSQL has released version 9.6.4. Is it possible for the maintainer of the postgres packages
to update the "postgresql" and "postgresql-client" pacakges to 9.6.4?
Thank you,
James Bliss
when I am back from vacation
Regards
Marco
PostgreSQL has released version 9.6.4. Is it possible for the maintainer of the
postgres packages to update the "postgresql" and "postgresql-client" pacakges
to 9.6.4?
Thank you,
James Bliss
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq
On Jun 19 11:09, Carl Fredrik Forsberg wrote:
> Hello again.
> I have performed a few more tests with the program below.
https://cygwin.com/ml/cygwin/2017-06/msg00032.html
Please check again with the latest developer snapshots from
https://cygwin.com/snapshots/
Thanks,
Corinna
--
Corinna Vins
Hello again.
I have performed a few more tests with the program below.
The lrint() family of functions I tested all appear tohave problems with
negative numbers. There seem to be an unsigned vs. signed integer problems.
I could not find cygwin/math/lrint.c on my Cygwin installation where patche
On May 24 07:33, Eric Blake wrote:
> On 05/24/2017 07:00 AM, Carl Fredrik Forsberg wrote:
> > type cast lrint(-1.0) = 4294967295
>
> Now that's an interesting one - it may be that cygwin1.dll actually has
> buggy behavior in lrint(). In the source code, cygwin/math/lrint.c is
> dropping down to a
On Wed, May 24, 2017 at 6:57 PM, Eric Blake wrote:
> On 05/24/2017 11:53 AM, Erik Bray wrote:
>
dropping down to assembly; it could very well be that the assembly code
is incorrectly truncating things at 32 bits (where it is just fine for
32-bit Cygwin, but wrong for 64-bit):
>>
On Thu, 25 May 2017 18:43:58, Steven Penny wrote:
Uh, have you actually tried this? It doesnt do anything:
$ cat alfa.c
#define __USE_MINGW_ANSI_STDIO 1
#include
int main() {
printf("%zi %zu %llu\n", __SIZE_MAX__, __SIZE_MAX__, __SIZE_MAX__);
}
$ x86_64-w64-mingw3
On Thu, 25 May 2017 13:17:30, Eric Blake wrote:
Correct. Newer gcc's -Wformat-signedness will flag the discrepency.
Uh, have you actually tried this? It doesnt do anything:
$ cat alfa.c
#define __USE_MINGW_ANSI_STDIO 1
#include
int main() {
printf("%zi %zu %llu\n", __SIZE_MA
On 05/24/2017 06:36 PM, Steven Penny wrote:
> On Wed, 24 May 2017 07:33:27, Eric Blake wrote:
>> Buggy. size_t should be printed with %zi, not %i (since size_t and int
>> are not necessarily the same type).
>
> Aren’t both wrong? By definition %i is a signed integer, and size_t is
> unsigned.
> S
On 2017-05-24 19:31, Steven Penny wrote:
> On Wed, 24 May 2017 16:36:03, Steven Penny wrote:
>> Aren’t both wrong? By definition %i is a signed integer, and size_t is
>> unsigned.
>> So %zu or %llu would be more correct:
>> http://wikipedia.org/wiki/C_data_types
>> They all seem to do the job thoug
On Wed, 24 May 2017 16:36:03, Steven Penny wrote:
Aren’t both wrong? By definition %i is a signed integer, and size_t is unsigned.
So %zu or %llu would be more correct:
http://wikipedia.org/wiki/C_data_types
They all seem to do the job though:
Correcting myself. Here is why you cannot use %zi
On Wed, 24 May 2017 07:33:27, Eric Blake wrote:
Buggy. size_t should be printed with %zi, not %i (since size_t and int
are not necessarily the same type).
Aren’t both wrong? By definition %i is a signed integer, and size_t is unsigned.
So %zu or %llu would be more correct:
http://wikipedia.or
int(-1.0) = 4294967295
lrint(1.0) = 1
llrint(1.0) = 1
Via sprintf: int -1 = -1
size of long long int: 8
size of long int: 8
size of int: 4
-Original Message-
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of
Eric Blake
Sent: 24 May 2017 18:57
To: cygwin@cygwin.co
On 05/24/2017 11:53 AM, Erik Bray wrote:
>>> dropping down to assembly; it could very well be that the assembly code
>>> is incorrectly truncating things at 32 bits (where it is just fine for
>>> 32-bit Cygwin, but wrong for 64-bit):
>>>
>>> long lrint (double x)
>>> {
>>> long retval = 0L;
>>>
On Wed, May 24, 2017 at 5:55 PM, Erik Bray wrote:
> On Wed, May 24, 2017 at 2:33 PM, Eric Blake wrote:
>> On 05/24/2017 07:00 AM, Carl Fredrik Forsberg wrote:
>>> I am experiencing problems printing long int values under cygwin64
>>> installed on a Windows 10 machine.
>>>
>>> Below is a test prog
On Wed, May 24, 2017 at 2:33 PM, Eric Blake wrote:
> On 05/24/2017 07:00 AM, Carl Fredrik Forsberg wrote:
>> I am experiencing problems printing long int values under cygwin64 installed
>> on a Windows 10 machine.
>>
>> Below is a test program followed by its output to demonstrate the problem.
>>
On 05/24/2017 07:00 AM, Carl Fredrik Forsberg wrote:
> I am experiencing problems printing long int values under cygwin64 installed
> on a Windows 10 machine.
>
> Below is a test program followed by its output to demonstrate the problem.
> The program was initially written to demonstrate the out
I am experiencing problems printing long int values under cygwin64 installed on
a Windows 10 machine.
Below is a test program followed by its output to demonstrate the problem. The
program was initially written to demonstrate the output from lrint(), and
developed further to demonstrate to myse
--- Andrey wrote:
> Btw., the web page http://cygwin.com/ml/cygwin/2016-06/msg00197.html is
> displaying the cyrillic capital first letter of the cyrillic alphabet
> wrongly. The file has U+0410 internally, not a stroke D. Don't ask me why
> the web browser and web server are acting this way.
Tha
Greetings, Mark McGregor!
> Btw., the web page http://cygwin.com/ml/cygwin/2016-06/msg00197.html is
> displaying the cyrillic capital first letter of the cyrillic alphabet
> wrongly. The file has U+0410 internally, not a stroke D. Don't ask me why
> the web browser and web server are acting this w
Btw., the web page http://cygwin.com/ml/cygwin/2016-06/msg00197.html is
displaying the cyrillic capital first letter of the cyrillic alphabet wrongly.
The file has U+0410 internally, not a stroke D. Don't ask me why the web
browser and web server are acting this way.
--
Problem reports: h
On 08/03/2016 15:38, Fergus wrote:
Is there a package that includes /lib/libtermcap.a?
I've tried Search Packages with nil response so I'm not hopeful but reckoned it
worth asking.
Thank you.
Fergus
the functionality should be in ncurses
https://cygwin.com/packages/x86_64/libncurses-deve
Is there a package that includes /lib/libtermcap.a?
I've tried Search Packages with nil response so I'm not hopeful but reckoned it
worth asking.
Thank you.
Fergus
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: h
MarcoYes got samtools configure make install
samtools
= samtools index appears
What I did
line 26 added -std=gnu99
line 31 added -D_CURSES_LIB=1 -Dexpl=exp -Dlogl=logline 87 removed -rdynamic
am about to try the program out
Bob
Bob May
DNA Projects I2b L415, I2c L596 HG, Spriggs of Cleve
On Sun, Jan 24, 2016 at 02:30:34PM -0500, Maarten Jacobs wrote:
> Hello,
>
> I have been getting the following error when I update/install packages in
> Cygwin (32-bit) on Windows 10:
>
> Package: _/Unknown package
> base-files-mketc.sh exit code 1
>
> When I look at /var/log/setup.log.full, it gi
Hello,
I have been getting the following error when I update/install packages in
Cygwin (32-bit) on Windows 10:
Package: _/Unknown package
base-files-mketc.sh exit code 1
When I look at /var/log/setup.log.full, it gives me the following cryptic error
message:
2016/01/24 14:21:35 running: C:\c
On 11/4/2015 12:45 PM, t s wrote:
I would like a brief answer to the questions I posed several days ago, please.
I am a newbie to Cygwin and need to understand exactly how to install this
application.
What allocation unit size should I specify when formatting?
"Standard 4k or 8k if you d
I would like a brief answer to the questions I posed several days ago, please.
I am a newbie to Cygwin and need to understand exactly how to install this
application.
> What allocation unit size should I specify when formatting?
"Standard 4k or 8k if you don't expect to create tons of small f
so just to be quite sure; at the following screen;
http://cpm86.com/sdcard-new-1.jpg
I should click on the "next" button?
this would choose 'default' packages
on the top right hand side, from "keep / curr / exp" I should choose "curr" ?
thanks for your advice
==
F
Fergus bonhard.uklinux.net> writes:
> Re installing xinit, I still have 1.4 G under /usr/share/icons/ of which
630M under Adwaita/ and 738M under gnome/.
> Have you installed xinit?
Yes. Also, you need to reinstall the icon theme packages if anything, not
xinit.
Regards,
Achim.
> $ du -sh /usr/share/icons
> 114M /usr/share/icons
> These icon directories have a _lot_ of symlinks, did you perhaps copy your
> installation and flatten them?
> Thank you.
$ du -sh /usr/share/icons/
1.5G /usr/share/icons/
I did not intentionally flatten them, but I must have: 1.5G >> 114M.
>
From: Julie Ann Connary (jconnary)
Sent: Tuesday, May 26, 2015 6:13 PM
To: 'cygwin@cygwin.com'; 'support@mobatek.net'
Subject: fata signla received in thread
Hi,
I just reinstalled with the latest Cygwin but continue to get the following
error when running my X11 wireshark application in
ave
-- Forwarded message --
From: Jason Pyeron
Date: Sun, Dec 7, 2014 at 12:21 PM
Subject: RE: FW: [cygwin] Cygwin's git says "error: failed to read
delta-pack base object"
To: Dave L
...
The fix as is, is a sledge hammer with many side effects. A better way
to inclu
Good Day
I hope everything is okay, I want you to know that we need your product
urgently, please i have an inquiry from my client.
Kindly view the samples which are needed as they are requested in
large quantity by our delightful customer.
You have to view sample by clicking on the link belo
On Nov 5 22:38, Habermann, David (D) wrote:
>> It would appear, after a bit more digging, that this problem is
>> related to some timeout issues. Most of the time the ssh login goes
>> rapidly, but occasionally it takes quite a lot longer triggering the
>> expect default timeout. When setting th
On Nov 5 22:38, Habermann, David (D) wrote:
> >> I just released a 5th TEST version of the next upcoming Cygwin release,
> >> 1.7.33-0.5.
>
> > Ever since using this 1.7.33-0.x series (currently running 1.7.33-0.5)
> > I've been having intermittent trouble with one of my scripts, and just
> > f
>> I just released a 5th TEST version of the next upcoming Cygwin release,
>> 1.7.33-0.5.
> Ever since using this 1.7.33-0.x series (currently running 1.7.33-0.5)
> I've been having intermittent trouble with one of my scripts, and just
> finally got around to digging further today. This is an e
>> From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of
>> Yaakov Selkowitz
>> Sent: Sunday, October 26, 2014 3:51 AM
>> To: cygwin@cygwin.com
>> Subject: Re: FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+
>> On 2014-10-24 0
On 2014-10-24 09:41, Jon Retting wrote:
Sorry to report, but it would seem the new Cygwin versions break "bind-utils 9.9.5-3
-- 9.9.6-2" ability to stdout stdin.
Tested on:
CYGWIN_NT-6.1 1.7.32 - 1.7.33(0.278/5/3) 2014-10-22 10:37 x86_64 Cygwin
(w2k8r2)
CYGWIN_NT-6.3 1.7.32(0.274/5/3) 20
Sorry to report, but it would seem the new Cygwin versions break "bind-utils
9.9.5-3 -- 9.9.6-2" ability to stdout stdin.
Tested on:
CYGWIN_NT-6.1 1.7.32 - 1.7.33(0.278/5/3) 2014-10-22 10:37 x86_64 Cygwin
(w2k8r2)
CYGWIN_NT-6.3 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin (2012r2)
I
Pavel Fedin wrote:
> Hello!
>
>> I saw the email, but haven't had time to look into it. Your reduced
>> test case didn't make it, either.
>
> How ? The idea is to save it under 'test.py' name and run as 'python
> test.py'. You should get FAIL with the original version and PASS if you
> apply th
Hello!
> The original email you sent did not include any attachment. Can you
> please reply to this email with the test case attached.
Ops, sorry. I forgot to attach the file. Here it is.
Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia
import os
import sys
On 10/14/2014 10:50 PM, Pavel Fedin wrote:
> Hello!
>
>> I saw the email, but haven't had time to look into it. Your reduced
>> test case didn't make it, either.
>
> How ? The idea is to save it under 'test.py' name and run as 'python
> test.py'. You should get FAIL with the original version an
Hello!
> I saw the email, but haven't had time to look into it. Your reduced
> test case didn't make it, either.
How ? The idea is to save it under 'test.py' name and run as 'python
test.py'. You should get FAIL with the original version and PASS if you
apply the fix.
> So, if you think you kn
double mistake ;-)
the question was coming from TS, not from me
On 16/09/2014 20:03, mathog wrote:
(Not to list.)
On 16-Sep-2014 10:06, t s wrote:
sorry to "bug" you ; do you know of any utility which can convert a
volume from EXFAT to NTFS?
Copy the data to a 2nd drive.
Reformat partition.
NICHT notwendig ist.
> From: l...@pcorp.us
> To: postgis-us...@lists.osgeo.org
> Date: Sat, 16 Aug 2014 15:05:21 -0400
> Subject: Re: [postgis-users] FW: json/json.h: No such file or directory
>
> Gery,
>
> Sorry didn't read this before I sent the other. Is there a partic
On Mon, Apr 28, 2014 at 6:11 AM, Farrokh Razavi wrote:
> hello
> i have problem with Altera program monitor at win 8.1
> not compile
> error 0 [main] bash 3888 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
> pointer.
> please help me
> thanks
>
As mentioned already please refer to the pro
hello
i have problem with Altera program monitor at win 8.1
not compile
error 0 [main] bash 3888 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.
please help me
thanks
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Docume
1 - 100 of 665 matches
Mail list logo