Installation Problems Windows XP SP2

2008-11-13 Thread ashwin sinha
Hi, For the past couple of days I have been trying to install cygwin on my computer but to no avail. When I try to install using the third option(installation from local directory), the application crashes with an exception report. If i try to install using the first option(install from the inter

[Packaging error] postinstall error with mathomatic-14.1.4-1

2008-11-13 Thread Dr. Volker Zell
Hi .mathomaticrc is installed in /etc/defaults/etc/skel but the postinstall script tries to copy from /etc/defaults/etc Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.

Dokunmayin agaclarima film sponsorlugu

2008-11-13 Thread Dokunmayin agaclarima film sponsorlugu
Kultur Bakanligi destekli Dokunmayin Agaclarima 90 lik film calismasi icin sponsor aranmaktadir. Produksiyon amiri olarak adresim altta mevcuttur. . Kültür Bakanlýðý destekli ve onaylý filmimiz TRT kanali araciligiyla tum dunya da ayný and uydu uzerinden izlenebilecektir. Su anda ekibimiz rize de

closing stdout in a child python process means that process doesn't receive bytes from stdin anymore.

2008-11-13 Thread zooko
Folks: When someone runs "bin/trial --reactor=select twisted.internet.test.test_process.ProcessTestsBuilder_PollReactor.test_ childConnectionLost" on cygwin, using the cygwin version of Python, either manually (which I've done on two cygwin installations), or from the twisted buildbot -- h

Re: sshd on vista error "initgroups: Permission denied" (cygwin-1.7)

2008-11-13 Thread Corinna Vinschen
On Nov 13 11:35, Corinna Vinschen wrote: > On Nov 12 16:57, Herb Maeder wrote: > > Bum deal. But thanks for the explanation. That clarifies what I was > > seeing. > > Actually there is a way to elevate a console application which is the > manifest file. Unfortunately this only works for executa

Re: closing stdout in a child python process means that process doesn't receive bytes from stdin anymore.

2008-11-13 Thread Corinna Vinschen
On Nov 13 06:30, zooko wrote: > Folks: > > When someone runs "bin/trial --reactor=select > twisted.internet.test.test_process.ProcessTestsBuilder_PollReactor.test_childConnectionLost" > > on cygwin, using the cygwin version of Python, either manually (which I've > done on two cygwin installatio

Re: sshd on vista error "initgroups: Permission denied" (cygwin-1.7)

2008-11-13 Thread Corinna Vinschen
On Nov 12 16:57, Herb Maeder wrote: > On 10 Nov 2008 15:48:15 +0100, Corinna Vinschen wrote: > [...] > Am I correct in assuming that you would need to have access to an account > with Domain Administrator privileges in order to allow multiple domain > users to ssh into a 1.7 vista machine? I'm n

Python: exec in a function can't create shadows of variables if these are declared "global" in another function of the same module

2008-11-13 Thread Silas S. Brown
Consider this Python code: setting1 = "val1" setting2 = "val2" def dummy(): global setting1 def f(x): exec(x) return setting1, setting2 print f("setting1='new' ; setting2='new'") Expected result: ('new', 'new') Actual result: ('val1', 'new') The presence of "global setting1" in a

ZIP File Blocking - Delivery reports about your e-mail

2008-11-13 Thread exadmin
The container file(s): entergy.com.zip were deleted. The original attachment was blocked from delivery due to current attachment blocking rules. If you wish to send a container file, please rename the file extension to an unknown extension. -- Unsubscribe info: http://cygwin.com/ml/#unsu

Re: Installation Problems Windows XP SP2

2008-11-13 Thread Larry Hall (Cygwin)
ashwin sinha wrote: Hi, For the past couple of days I have been trying to install cygwin on my computer but to no avail. When I try to install using the third option(installation from local directory), the application crashes with an exception report. If i try to install using the first option(

Re: Python: exec in a function can't create shadows of variables if these are declared "global" in another function of the same module

2008-11-13 Thread Christopher Faylor
On Thu, Nov 13, 2008 at 02:50:17PM +, Silas S. Brown wrote: >Consider this Python code: > >setting1 = "val1" >setting2 = "val2" > >def dummy(): >global setting1 > >def f(x): >exec(x) >return setting1, setting2 > >print f("setting1='new' ; setting2='new'") > >Expected result: ('new',

WuYi Tea, Jane Lost 15lbs in 5 Weeks

2008-11-13 Thread As Seen On CNN
Ever wonder how Chinese people stay so s-l-i-m, [EMAIL PROTECTED] You can too, Feel Great and Beautiful! This Chinese Secret Will Shock You. http://thesimcafe.com/PFJaWmPyPKyFayWJWJWJmCyKaPknFW This has been featured on CNN, NBC, CBS & Fox News before. ""How To L-o-s-e Belly F-a-t" L-o-s-e Je

Cygwin suddenly prohibitively slow (conflicts?)

2008-11-13 Thread Barnhart, Robert M.
I have run Cygwin under Windows XP/Pro for years without noticeable problems. I am currently running : "CYGWIN_NT-5.1 barnhartr 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin" on a Dell Lattitude 830 portable (2.5GHz Intel CoreDuo, 3.5GB RAM, 111GB disk). Yesterday, cygwin was fine. Today, a ba

Re: Cygwin suddenly prohibitively slow (conflicts?)

2008-11-13 Thread Ralph Hempel
Barnhart, Robert M. wrote: I suspect a couple of things that might be affecting cygwin since yesterday: 1) I installed VMware Player 2.5.0 build-118166, but have not run it yet. 2) I loaded a VM image of about ~30GB onto my hard drive, but did not execute it. 3) Our company (SAIC) may be remot

Winziger Zeitaufwand, der Kohle bringt

2008-11-13 Thread Luwanna beutel
Ab zweitausend monatlich zu vergeben!!! [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Cygwin suddenly prohibitively slow (conflicts?)

2008-11-13 Thread René Berber
Barnhart, Robert M. wrote: [snip] > Are there any known problems with VMware and cygwin? No. I use VMWare Player and have no problem, in fact use Cygwin's terminals, ssh, and X to access the the other OS. [snip] -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: Installation Problems Windows XP SP2

2008-11-13 Thread ashwin sinha
Hi Larry, Thanks for the link, I finally did manage to install it :) Any idea why the problem might have been occuring? In any case thanks a lot! Regards Ashwin On Thu, Nov 13, 2008 at 9:10 PM, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > ashwin sinha wrote: >> >> Hi, >> For the past cou

Re: Cygwin Everyone group permissions and Vista "shared files" (*not* shared folders)

2008-11-13 Thread Barry Kelly
Larry Hall (Cygwin) wrote: > Barry Kelly wrote: > > Corinna Vinschen wrote: > > > > I, for one, use Cygwin not primarily as a POSIX emulation layer, but as > > my main Windows user interface. IMHO in this situation, being posixly > > correct is a handicap that Cygwin could do without, at the user

RE: Cygwin suddenly prohibitively slow (conflicts?)

2008-11-13 Thread Manning, Sid
> > "CYGWIN_NT-5.1 barnhartr 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin" > on a Dell Lattitude 830 portable (2.5GHz Intel CoreDuo, 3.5GB RAM, 111GB > disk). > > Yesterday, cygwin was fine. Today, a bash window takes 30-60 seconds to > startup, and simple commands (ls, man, ps, vi) take 10-30

Lost background and foreground color settings when upgrading rxvt to v2.7.10

2008-11-13 Thread Tim Bingham
I've been happily using rxvt for a while using, what I understood to be, the out-of-the-box background and foreground color settings (dark blue and yellow respectively). After I installed a recent update using cygwin setup (obtaining rxvt v2.7.10) I get a white background and a black foregroun

Re: Installation Problems Windows XP SP2

2008-11-13 Thread Larry Hall (Cygwin)
ashwin sinha wrote: Hi Larry, Thanks for the link, I finally did manage to install it :) Any idea why the problem might have been occuring? In any case thanks a lot! My only WAG is a corrupted *.lst.* file in '/etc/setup'. You'd need to get more specific about what you did that lead to a go

D e ntists Directory in the US

2008-11-13 Thread Kimberley K Cardenas
New for 2008 Dentis.try Listing in America ++> 164,897 D entists ++> 158,015 Postal Addresses ++> 163,021 Contact Phone # ++> 77,064 Office Fax # ++> 45,931 business e-mails Up to Nov 14 the reduced price is $293 (reg $499) To inquire please write to [EMAIL PROTECTED] to terminate please

Re: Cygwin Everyone group permissions and Vista "shared files" (*not* shared folders)

2008-11-13 Thread Larry Hall (Cygwin)
Barry Kelly wrote: Larry Hall (Cygwin) wrote: Barry Kelly wrote: Corinna Vinschen wrote: I, for one, use Cygwin not primarily as a POSIX emulation layer, but as my main Windows user interface. IMHO in this situation, being posixly correct is a handicap that Cygwin could do without, at the use

Re: Lost background and foreground color settings when upgrading rxvt to v2.7.10

2008-11-13 Thread Charles Wilson
> I've been happily using rxvt for a while using, what I understood to be, the > out-of-the-box background and foreground color settings (dark blue and yellow > respectively). > > After I installed a recent update using cygwin setup (obtaining rxvt v2.7.10) > I get a white background and a blac

1.7 - noacl for cygdrive

2008-11-13 Thread Rob Bosch
Is there a way to specify noacl for any cygdrive referenced path? I have used rsync quite a bit in the past and rather than specifying mount point such as /var, I have just referenced the path to the directory to store (e.g. /cygdrive/e/data/backup01). This allows me to put the data anywhere on a

RE: Re: 1.7 preallocate issue?

2008-11-13 Thread Rob Bosch
We still get these issues when preallocating large file on our SAN. It only occurs when preallocating (posix_fallocate) files that are 20GB+ in size. I'll try to get a trace but this will be difficult to replicating I think. Is there any other information I can try to capture? Rob Original

Re: sshd on vista error "initgroups: Permission denied" (cygwin-1.7)

2008-11-13 Thread Herb Maeder
On 13 Nov 2008 14:57:20 +0100, Corinna Vinschen wrote: > On Nov 13 11:35, Corinna Vinschen wrote: > > On Nov 12 16:57, Herb Maeder wrote: > > > Bum deal. But thanks for the explanation. That clarifies what I was > > > seeing. > > > > Actually there is a way to elevate a console application which

Defrag and some other exe not seen by cygwin on XP64

2008-11-13 Thread Bruce Dobrin
This is weird I couldn't find it in my search of the site; I was on a XP64 machine and tried to run the defrag command from the Cygwin shell and it could not locate the command. I could see the command via the cmd shell. Below I cd usng the cmd shell on 64bit XP and using ls it is not seen a

Re: Defrag and some other exe not seen by cygwin on XP64

2008-11-13 Thread Larry Hall (Cygwin)
Bruce Dobrin wrote: This is weird I couldn't find it in my search of the site; I was on a XP64 machine and tried to run the defrag command from the Cygwin shell and it could not locate the command. I could see the command via the cmd shell. Below I cd usng the cmd shell on 64bit XP and usin

[ANNOUNCEMENT] New package: giflib-4.1.6-2; Updated: libungif-4.1.4-2

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been added to the Cygwin net release: +++ giflib-4.1.6-2 +++ libgif4-4.1.6-2 +++ libgif-devel-4.1.6-2 *** libungif4-4.1.4-2 +++ libungif-devel-4.1.4-2 All known LZW (GIF compression) patents have expired, so there is no

[ANNOUNCEMENT] Updated: coreutils-6.10-2

2008-11-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of coreutils, 6.10-2, has been uploaded, replacing 6.10-1 as current for cygwin 1.5.x, and leaving 6.9-5 as the previous version. (Users of experimental cygwin 1.7.0 are not impacted by this update). NEWS: = This is a minor package u