On 22 July 2010 05:55, Christopher Faylor wrote:
>>On Wed, Jul 21, 2010 at 5:18 PM, Brad De Vries wrote:
>>>
>>> After several minutes of downloading, verifying, installing,
>>> configuring, post-installing, etc. I realized that it installed a lot
>>> of X and Gnome related packages. ?Now I want to
On Wed, Jul 21, 2010 at 11:01 PM, Alex Leigh wrote:
> On Wed, Jul 21, 2010 at 5:18 PM, Brad De Vries wrote:
>>
>> After several minutes of downloading, verifying, installing,
>> configuring, post-installing, etc. I realized that it installed a lot
>> of X and Gnome related packages. Now I want to
On Wed, Jul 21, 2010 at 11:01:23PM -0400, Alex Leigh wrote:
>On Wed, Jul 21, 2010 at 5:18 PM, Brad De Vries wrote:
>>
>> After several minutes of downloading, verifying, installing,
>> configuring, post-installing, etc. I realized that it installed a lot
>> of X and Gnome related packages. ?Now I w
On Wed, Jul 21, 2010 at 5:18 PM, Brad De Vries wrote:
>
> After several minutes of downloading, verifying, installing,
> configuring, post-installing, etc. I realized that it installed a lot
> of X and Gnome related packages. Now I want to remove them all
> because I don't want them. However, whe
On 7/21/2010 5:18 PM, Brad De Vries wrote:
Hello everyone. Today I accidentally installed many new packages into
my cygwin setup, namely X and Gnome, and I didn't want them. How do I
uninstall them?
If it really is all of Gnome and X11 that you want to uninstall, you can
trying uninstalling G
Is there any sane reason that:
gcc -E -dD -o - foo.c
generates ./-.exe on cygwin, rather than outputting to stdout like on
every other platform? This tripped up an autoconf test. Fortunately,
removing '-o -' appears to be portable.
--
Eric Blake ebl...@redhat.com+1-801-349-2682
Libvirt
On 21 July 2010 22:18, Brad De Vries wrote:
> Hello everyone. Today I accidentally installed many new packages into
> my cygwin setup, namely X and Gnome, and I didn't want them. How do I
> uninstall them?
>
> How this happened:
> 1) I noticed that I had not installed vim, I know I was shocked to
Hello everyone. Today I accidentally installed many new packages into
my cygwin setup, namely X and Gnome, and I didn't want them. How do I
uninstall them?
How this happened:
1) I noticed that I had not installed vim, I know I was shocked too,
but nonetheless, it's true.
2) I ran setup.exe,
a)
David Einstein schrieb:
Windows 7 64 bit
When I run the cygwin provided psql it immediately returns. Even if I
run 'psql --help' or 'psql -v'.
I tried recompiling postgres from source, and got the same behavior.
All the dlls seem to be in place.
Oops. You've got two postgresql installations,
On 07/21/2010 11:44 AM, Fred Wheeler wrote:
> chmod affects the access permissions according to the ntsec system,
> but has no effect on this alternate access method.
This is possibly a bug in cygwin. POSIX says:
http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_04
"
In cygwin, ls adds a plus sign (+) after the file mode to indicate
there is an alternate access method, like this.
% touch foo
% ls -l foo
-rw-r--r--+ 1 26507 None 0 2010-07-21 11:32 foo
chmod affects the access permissions according to the ntsec system,
but has no effect on this alternate ac
I mumbled:
> 7/21/2010 David Rothenberger
> > Try running "strace -o /dev/null psql --version". If you're missing a
> > required DLL, you should get a pop-up indicating as much.
> I get a popup saying that "The procedure entrypoint PQencryptPassword
> could not be located in the dynamic link libra
7/21/2010 David Rothenberger
> Try running "strace -o /dev/null psql --version". If you're missing a
> required DLL, you should get a pop-up indicating as much.
I get a popup saying that "The procedure entrypoint PQencryptPassword
could not be located in the dynamic link library cygpq.dll."
cygpq
On Wed, Jul 21, 2010 at 06:57:56AM -0700, KARR, DAVID (ATTSI) wrote:
>> -Original Message-
>> From: cygwin-owner [mailto:cygwin-owner] On
>> Behalf Of cygwin.20.maillinglist
>> Sent: Wednesday, July 21, 2010 2:14 AM
>> To: "cygwin"
>> Subject: starting excel from crontab
Please don't do th
2010/7/21 Huang Bambo:
> use ldd command and list the dll's used by psql.
When I do 'ldd /usr/bin/psql.exe' it hangs, i.e. does not return. ldd
seems to work for the other executables, so I'm not sure what is going
on. Though it looks like the dlls are the problem.
--
Problem reports: htt
Please don't #http://cygwin.com/acronyms/#TOFU
On Jul 21 14:06, Adi B Treiner wrote:
> Hello Pierre,
>
> sorry for the delay. I determined your post only now.
>
> I performed 'rebaseall' but it seems not to solve the issue.
> I still get same error message.
>
> 203950 [main] cron 2808 C:\cyg
On Jul 21 11:13, cygwin.20.maillingl...@spamgourmet.com wrote:
> Hi folks,
>
> I have the problem that I like to start Excel at the end of the workday from
> crontab.
>
> Cron is running under a local system account.
>
> The problem is that excel is started but does not popup. When I change th
> -Original Message-
> From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On
> Behalf Of cygwin.20.maillingl...@spamgourmet.com
> Sent: Wednesday, July 21, 2010 2:14 AM
> To: "cygwin@cygwin.com"
> Subject: starting excel from crontab
>
> Hi folks,
>
> I have the problem that I
Yaakov (Cygwin/X) wrote on 2010-07-20:
> On Tue, 2010-07-20 at 14:27 -0500, Thrall, Bryan wrote:
>> $ /bin/perl -e 'require Tk;' Tk object version 804.029 does not match
>> $Tk::XS_VERSION 804.028 at
>> /usr/lib/perl5/5.10/i686-cygwin/DynaLoader.pm line 223. Compilation
>> failed in require at -e
On 7/20/2010 3:07 PM, David Einstein wrote:
> When I run the cygwin provided psql it immediately returns. Even if I
> run 'psql --help' or 'psql -v'.
Try running "strace -o /dev/null psql --version". If you're missing a
required DLL, you should get a pop-up indicating as much.
--
David Rothenbe
Hello Pierre,
sorry for the delay. I determined your post only now.
I performed 'rebaseall' but it seems not to solve the issue.
I still get same error message.
203950 [main] cron 2808 C:\cygwin\usr\sbin\cron.exe: *** fatal error -
could not load user32, Win32 error 1114
thanks in advance, Adi
On Jul 20 13:25, Andrew Schulman wrote:
> It would be great to have a recursive (-R) option for regtool list.
> Andrew.
I don't like working on regtool or the registry in general at all.
Maybe you would like to create a patch yourself?
Corinna
--
Corinna Vinschen Please, send
On Jul 20 16:04, Lee D. Rothstein wrote:
> On 7/20/2010 4:55 AM, David Sastre wrote:
> >2010/7/20, Lee D. Rothstein:
> >> from 'cygcheck -c':
> >>
> >>Missing file: /usr/share/man/man3/SWF::Action.3pm.gz from package
> >>perl-ming
> >>Missing file: /usr/share/man/man3/SWF::BinaryData.3pm.
Hi folks,
I have the problem that I like to start Excel at the end of the workday from
crontab.
Cron is running under a local system account.
The problem is that excel is started but does not popup. When I change the
check box "Exchange Data with Desktop" I got always the error "*** fatal err
Hi Bryan,
The local security policy is overwritten in all aspects that are confugured
in the Default Domain Policy or any other GPOs that are used against the
same Active Directory objects (Forrests, Sites, Domains, OUs).
You need to create the cyg_server account within Active Directory Users &
C
25 matches
Mail list logo