Re: about pdksh

2010-03-10 Thread Cyrille Lefevre
Christopher Faylor a écrit : On Wed, Mar 10, 2010 at 05:25:50AM +0100, Cyrille Lefevre wrote: still not fixed, CC Igor Pechtchanski Why? 1) He is not the maintainer, v2$ tail /usr/share/doc/Cygwin/pdksh-5.2.14.README Fixed the postinstall script -- pdksh-5.2.14-2 --- D

Re: about pdksh

2010-03-10 Thread Corinna Vinschen
On Mar 10 09:08, Cyrille Lefevre wrote: > > Christopher Faylor a écrit : > >On Wed, Mar 10, 2010 at 05:25:50AM +0100, Cyrille Lefevre wrote: > > >>still not fixed, CC Igor Pechtchanski > > > >Why? 1) He is not the maintainer, > > v2$ tail /usr/share/doc/Cygwin/pdksh-5.2.14.README > Fixed the po

Re: allow executing a path in backslash notation

2010-03-10 Thread Corinna Vinschen
On Mar 9 13:47, Ilguiz Latypov wrote: > > > The bottom line is that if you want to use MS-DOS > > paths, then use a MinGW or DJGPP version of make.exe. make.exe is not > > going to be patched. > > The patch was to cygwin1.dll, but I am not insisting. Trouble is, I don't even see the problem.

Re: Close==SIGHUP

2010-03-10 Thread Corinna Vinschen
On Mar 10 00:32, Andy Koppe wrote: > Hallo Thomas, > > Ich habe den Close==SIGHUP Wunsch auf trunk implementiert. Wär toll, > wenn Du das einem Härtetest unterziehen könntest, auch in Verbindung > mit --hold=always und --hold=error. I have a vague feeling this wasn't supposed to go to the mailing

Re: MIT krb5 on cygwin?

2010-03-10 Thread Corinna Vinschen
On Mar 9 23:12, Marc Girod wrote: > > Still trying to install Net::LDAP, I am now in GSSAPI-0.26. > This one requires... > > An installed Version of GSS-API bindings, e.g > > MIT Kerberos > Heimdal > VAS <

Re: Strange symlink behaviour

2010-03-10 Thread Thomas Wolff
On 10.03.2010 01:36, Alfred von Campe wrote: On Mar 9, 2010, at 13:44, Larry Hall (Cygwin) wrote: On 3/9/2010 10:11 AM, Alfred von Campe wrote: The solution was to use hard links in the tar file (which doesn't use up any more space), and when it was untar'ed on Windows, everything worked

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Schmidt, Oliver
Hi Corrina, Thanks for your involvement :-) >> [...] a spinlock [...] With >> InterlockedCompareExchange() and Sleep() it should be quite simple to >> create one that's very efficient in the usual scenario. > Does the below patch fix this for you? I'll test the snapshot asap! [...] + LONG

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Corinna Vinschen
On Mar 10 10:55, Schmidt, Oliver wrote: > Hi Corrina, > > Thanks for your involvement :-) > > >> [...] a spinlock [...] With > >> InterlockedCompareExchange() and Sleep() it should be quite simple to > >> create one that's very efficient in the usual scenario. > > > Does the below patch fix this

Re: allow executing a path in backslash notation

2010-03-10 Thread Ilya Beylin
The problem is that DOS paths are treated differently, even within the same program. Take for instance, bash: $ builtin test -x "$WINDIR\system32\cmd.exe" && echo ok yes $ builtin exec "$WINDIR\system32\cmd.exe" /C echo ok -bash: exec: C:\WINDOWS\system32\cmd.exe: not found That makes a lot of he

Re: redirect-append (>>) creates garbage-y file

2010-03-10 Thread Thomas Wolff
On 09.03.2010 20:41, William Lebow wrote: I've diagnosed this problem further. It is an interaction between cygwin and a security package called "Credant Guardian Shield" that my company installs on all of its laptops. I can't say specifically that it is a cygwin bug, but this bad behavior is n

Re: allow executing a path in backslash notation

2010-03-10 Thread Thomas Wolff
On 10.03.2010 11:03, Ilya Beylin wrote: The problem is that DOS paths are treated differently, even within the same program. Take for instance, bash: $ builtin test -x "$WINDIR\system32\cmd.exe"&& echo ok yes $ builtin exec "$WINDIR\system32\cmd.exe" /C echo ok -bash: exec: C:\WINDOWS\system32\

Re: allow executing a path in backslash notation

2010-03-10 Thread Corinna Vinschen
On Mar 10 11:34, Thomas Wolff wrote: > On 10.03.2010 11:03, Ilya Beylin wrote: > >The problem is that DOS paths are treated differently, even within the > >same program. > >Take for instance, bash: > > > >$ builtin test -x "$WINDIR\system32\cmd.exe"&& echo ok > >yes > >$ builtin exec "$WINDIR\syst

Re: allow executing a path in backslash notation

2010-03-10 Thread Shaddy Baddah
Hi, On 10/03/2010 10:03 AM, Ilya Beylin wrote: The problem is that DOS paths are treated differently, even within the same program. Take for instance, bash: $ builtin test -x "$WINDIR\system32\cmd.exe"&& echo ok yes $ builtin exec "$WINDIR\system32\cmd.exe" /C echo ok -bash: exec: C:\WINDOWS\s

Re: allow executing a path in backslash notation

2010-03-10 Thread Andy Koppe
On 10 March 2010 10:46, Shaddy Baddah: >> The problem is that DOS paths are treated differently, even within the >> same program. >> Take for instance, bash: >> >> $ builtin test -x "$WINDIR\system32\cmd.exe"&&  echo ok >> yes >> $ builtin exec "$WINDIR\system32\cmd.exe" /C echo ok >> -bash: exec:

Re: allow executing a path in backslash notation

2010-03-10 Thread Ilya Beylin
Thomas, you are right, it is rather an issue with bash: when does not see a slash in the command name, it starts path searching, and of course finds nothing. Looks like a bug. $ "$WINDIR\system32\cmd.exe" /c echo ok bash: C:\WINDOWS\system32\cmd.exe: command not found $ "$WINDIR/system32\cmd.exe"

Re: Strange symlink behaviour

2010-03-10 Thread Alfred von Campe
On Mar 10, 2010, at 4:37, Thomas Wolff wrote: Actually, if the file system does not support hard links, a tar file that contains them doesn't properly extract at all, it will rather report errors for those files. (At least that's what it does on a network filesystem whose mount doesn't supp

Re: Network install of Cygwin?

2010-03-10 Thread Tim Visher
On Tue, Mar 9, 2010 at 5:14 PM, John Sambrook wrote: > Is it possible to do a network install of the Cygwin distribution, so > that a copy doesn't have to reside on every machine where it might be > used? I'd be very interested in this as well -- In Christ, Timmy V. http://burningones.com/ h

Re: MIT krb5 on cygwin?

2010-03-10 Thread Marc Girod
Corinna Vinschen-2 wrote: > > Let me put it this way. We would be really glad to have a Cygwin > maintainer for an MIT krb5 package. > I see... I gave a try now to krb5-1.8 (instead of looking at the Windows port). Configure dies in: configure:7006: error: Shared libraries are not yet support

Re: 1.7.1-1: ImageMagick seems to lack jpeg support

2010-03-10 Thread Merek Thorondursson
Hi Nick As Wes Barris' response shows, I made in error in my syntax. When using the height argument alone, it is necessary to prefix it with the lower-case x. When using width alone, you use just the pixel-width integer, no trailing x. I should have suggested convert test.jpg -resize 600 test-

[ANNOUNCEMENT] Updated: cppcheck-1.42-1

2010-03-10 Thread Chris Sutcliffe
Version 1.42-1 of cppcheck has been uploaded, following the upstream release. cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that your C/C++ compiler don't see. The goal is no false positives. cppcheck is versatile. You can check non-standard code that includes variou

Re: MIT krb5 on cygwin?

2010-03-10 Thread Alec Kloss
On 2010-03-10 05:53, Marc Girod wrote: > > > Corinna Vinschen-2 wrote: > > > > Let me put it this way. We would be really glad to have a Cygwin > > maintainer for an MIT krb5 package. > > > I see... > I gave a try now to krb5-1.8 (instead of looking at the Windows port). > Configure dies in: >

Re: MIT krb5 on cygwin?

2010-03-10 Thread Charles Wilson
Marc Girod wrote: > Still trying to install Net::LDAP, I am now in GSSAPI-0.26. > This one requires... > > An installed Version of GSS-API bindings, e.g > > MIT Kerberos > Heimdal > VAS

Re: Installing a "copy" of an installation on a new computer

2010-03-10 Thread Larry Hall (Cygwin)
On 3/10/2010 2:38 AM, Olle Olsson wrote: Hi, I found the following http://www.cygwin.com/ml/cygwin/2006-05/msg00753.html which might provide one practical solution. Will try this. Thanks for the vote of confidence but since that was a fairly labor intensive way of doing it and came at a tim

Re: allow executing a path in backslash notation

2010-03-10 Thread Christopher Faylor
On Wed, Mar 10, 2010 at 11:59:33AM +0100, Ilya Beylin wrote: >Thomas, you are right, it is rather an issue with bash: >when does not see a slash in the command name, it starts path >searching, and of course finds nothing. >Looks like a bug. > >$ "$WINDIR\system32\cmd.exe" /c echo ok >bash: C:\WINDO

RE: Network install of Cygwin?

2010-03-10 Thread Buchbinder, Barry (NIH/NIAID) [E]
Tim Visher sent the following at Wednesday, March 10, 2010 8:25 AM >On Tue, Mar 9, 2010 at 5:14 PM, John Sambrook > wrote: >>> Is it possible to do a network install of the Cygwin distribution, so >> that a copy doesn't have to reside on every machine where it might be >> used? > >I'd be very inte

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Christopher Faylor
On Wed, Mar 10, 2010 at 10:59:29AM +0100, Corinna Vinschen wrote: >On Mar 10 10:55, Schmidt, Oliver wrote: >> Hi Corrina, >> >> Thanks for your involvement :-) >> >> >> [...] a spinlock [...] With >> >> InterlockedCompareExchange() and Sleep() it should be quite simple to >> >> create one that's

Re: allow executing a path in backslash notation

2010-03-10 Thread Eric Blake
On 03/10/2010 03:59 AM, Ilya Beylin wrote: > Thomas, you are right, it is rather an issue with bash: > when does not see a slash in the command name, it starts path > searching, and of course finds nothing. > Looks like a bug. Not a bug. If you propose a patch to bash, then I will review and poss

Re: cygwin crash: 'assertion "root_idx != -1" failed ...' reliably reproduced on my system

2010-03-10 Thread Christopher Faylor
On Sun, Feb 28, 2010 at 03:00:54PM -0500, Christopher Faylor wrote: >On Sun, Feb 28, 2010 at 02:40:37PM -0500, Bill Meier wrote: >> From time to time I've been >>getting 'assertion "root_idx != -1" failed ...' cygwin crashes. > >I've found that this is usually a race that happens when you start two

Re: allow executing a path in backslash notation

2010-03-10 Thread Eric Blake
On 03/10/2010 03:54 AM, Andy Koppe wrote: >>> $ builtin exec "$WINDIR\system32\cmd.exe" /C echo ok >>> -bash: exec: C:\WINDOWS\system32\cmd.exe: not found >>> >> Is it me, or is the quoting all wrong? Doesn't backslash in the double >> quote (") acts as an escape character. i.e \s = s, \c = c etc.

Re: Installing a "copy" of an installation on a new computer

2010-03-10 Thread Olle Olsson
Yes , one can use installed.db to define needed packages. I tried it, and it works. /olle -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscr

OpenSSH pubkey authentication failing after update to 5.4

2010-03-10 Thread Thorsten Kampe
Hi, today I updated to OpenSSH 5.4 from 5.3 and I noticed on four different hosts that pubkey authentication was not working anymore after the update (while password authentication still works). I started the server with "-ddd" and this is the (in my opinion) critical difference: # 5.3 (old S

Re: terminals getting killed on parent's termination

2010-03-10 Thread Thomas Wolff
Andy Koppe wrote: Thomas Wolff: Closing the terminal that a program was started from is not a completely unrelated event, this is also a matter of taste and use case but just using a command line to *start* an application does not indicate the intent that the command line should con

Re: Installing a "copy" of an installation on a new computer

2010-03-10 Thread Olle Olsson
Thanks Jeremy, for explaining that setup.exe can be flexibly used at the command line. That is, of course, the way to go. /olle -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe in

Re: OpenSSH pubkey authentication failing after update to 5.4

2010-03-10 Thread Corinna Vinschen
On Mar 10 17:15, Thorsten Kampe wrote: > Hi, > > today I updated to OpenSSH 5.4 from 5.3 and I noticed on four different > hosts that pubkey authentication was not working anymore after the > update (while password authentication still works). > > I started the server with "-ddd" and this is th

Re: Network install of Cygwin?

2010-03-10 Thread Larry Hall (Cygwin)
On 3/10/2010 10:09 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Tim Visher sent the following at Wednesday, March 10, 2010 8:25 AM On Tue, Mar 9, 2010 at 5:14 PM, John Sambrook wrote: Is it possible to do a network install of the Cygwin distribution, so that a copy doesn't have to reside on

Re: OpenSSH pubkey authentication failing after update to 5.4

2010-03-10 Thread Thorsten Kampe
* Corinna Vinschen (Wed, 10 Mar 2010 17:32:44 +0100) > > On Mar 10 17:15, Thorsten Kampe wrote: > > Hi, > > > > today I updated to OpenSSH 5.4 from 5.3 and I noticed on four different > > hosts that pubkey authentication was not working anymore after the > > update (while password authenticatio

Re: Installing a "copy" of an installation on a new computer

2010-03-10 Thread Thomas Wolff
On 10.03.2010 15:56, Larry Hall (Cygwin) wrote: On 3/10/2010 2:38 AM, Olle Olsson wrote: Hi, I found the following http://www.cygwin.com/ml/cygwin/2006-05/msg00753.html which might provide one practical solution. Will try this. Thanks for the vote of confidence but since that was a fairly

Re: OpenSSH pubkey authentication failing after update to 5.4

2010-03-10 Thread Corinna Vinschen
On Mar 10 18:04, Thorsten Kampe wrote: > * Corinna Vinschen (Wed, 10 Mar 2010 17:32:44 +0100) > > On Mar 10 17:15, Thorsten Kampe wrote: > > > # 5.3 (old SSH) > > > temporarily_use_uid: 500/513 (e=1105/513) > > > trying public key file /home/admin/.ssh/authorized_keys > > > fd 4 clearing O_NONBLOCK

1.7.1: build-docbook-catalog missing dependency on util-linux?

2010-03-10 Thread Gerald Combs
After updating Cygwin a few days ago xsltproc started failing with the following error: I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chun

Re: Installing a "copy" of an installation on a new computer

2010-03-10 Thread Larry Hall (Cygwin)
On 3/10/2010 12:13 PM, Thomas Wolff wrote: On 10.03.2010 15:56, Larry Hall (Cygwin) wrote: On 3/10/2010 2:38 AM, Olle Olsson wrote: Hi, I found the following http://www.cygwin.com/ml/cygwin/2006-05/msg00753.html which might provide one practical solution. Will try this. Thanks for the vote o

Re: 1.7.1: build-docbook-catalog missing dependency on util-linux?

2010-03-10 Thread Eric Blake
On 03/10/2010 10:51 AM, Gerald Combs wrote: > My /etc/xml/catalog looked a little sparse so I attempted to fix the > problem by running build-docbook-catalog by hand. However, it returned > the error > > getopt: command not found > > Installing util-linux let me run build-docbook-catalog, which i

Re: gcc cannot find stdio.h

2010-03-10 Thread Jacob Jacobson
Larry Hall (Cygwin) wrote: On 3/9/2010 9:53 AM, Jacob Jacobson wrote: Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/inclu

setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
I notice that setfacl does not change the ACLs of a file when given a pathname starting with a drive letter (e.g., c:/temp/zzz), but it will work when given a UNIX-style pathname (e.g., /cygdrive/c/temp/zzz). Example below. Is this a known problem? -- Fran $ /bin/ls -l zzz -rw-r--r--+ 1 littef

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread DePriest, Jason R.
On Wed, Mar 10, 2010 at 3:43 PM, Francis Litterio <> wrote: > I notice that setfacl does not change the ACLs of a file when given a pathname > starting with a drive letter (e.g., c:/temp/zzz), but it will work when given > a > UNIX-style pathname (e.g., /cygdrive/c/temp/zzz).  Example below.  Is t

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
DePriest, Jason R. gmail.com> writes: > On Wed, Mar 10, 2010 at 3:43 PM, Francis Litterio wrote: > > I notice that setfacl does not change the ACLs of a file when given a > > pathname starting with a drive letter (e.g., c:/temp/zzz), but it will work > > when given a UNIX-style pathname (e.g., /c

return value of mkshortcut on Windows 7

2010-03-10 Thread David Byron
mkshortcut is returning 8 when I expect it to return 0. This only happens to me on Windows 7. It returns 0 on XP. Here's what I do. $ rm -rf a $ mkdir a $ mkshortcut -n a/b a $ echo $? 8 $ file a/b.lnk a/b.lnk: MS Windows shortcut I'd love a hand getting mkshortcut to return 0 in this case.

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread DePriest, Jason R.
> But it used to work.  I noticed this after updating to the latest release. > > If the drive-letter form of the pathname is not acceptable to the tool, it > should complain, but (like most Cygwin utilities) it probably doesn't care > about > the syntax of the pathname, as long as open(2) accepts

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
DePriest, Jason R. gmail.com> writes: > According to http://cygwin.com/cygwin-ug-net/using.html#using-pathnames, > Cygwin supports both Win32 and POSIX file paths and they are > translated internally on-the-fly as needed. Indeed. Cygwin has allowed pathnames to start with drive letters for as l

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Eric Blake
On 03/10/2010 03:42 PM, Francis Litterio wrote: > This gets stranger. Watch this: > > $ /bin/ls -l /cygdrive/c/temp/xyz > -rwx--+ 1 littef Domain Users 6714 Mar 1 15:07 /cygdrive/c/temp/xyz > $ /bin/ls -l c:/temp/xyz > -rw-r--r-- 1 littef Domain Users 6714 Mar 1 15:07 c:/temp/xyz >

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Francis Litterio
Eric Blake redhat.com> writes: > Yes, this is on purpose. Use of a drive letter says that you DON'T want > POSIX path processing, therefore, you are also giving up ACL processing. > Moral of the story - don't expect drive letters to do what you want. > Use POSIX paths. Thanks, Eric. I just wan

Re: setfacl fails to replace ACLs when given a pathname starting with a drive letter

2010-03-10 Thread Christopher Faylor
On Wed, Mar 10, 2010 at 10:42:41PM +, Francis Litterio wrote: >DePriest, Jason R. writes: >> According to http://cygwin.com/cygwin-ug-net/using.html#using-pathnames, >> Cygwin supports both Win32 and POSIX file paths and they are >> translated internally on-the-fly as needed. > >Indeed. Cygwin

Re: Network install of Cygwin?

2010-03-10 Thread John Sambrook
> On 3/10/2010 10:09 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote: > > > > Tim Visher sent the following at Wednesday, March 10, 2010 8:25 AM > > > > > > On Tue, Mar 9, 2010 at 5:14 PM, John Sambrook > > > wrote: > > > > > > > > Is it possible to do a network instal

Re: Network install of Cygwin?

2010-03-10 Thread Larry Hall (Cygwin)
On 3/10/2010 5:59 PM, John Sambrook wrote: Regarding mount tables, I'm assuming the issue is that the mount-table is modified on a per-user basis. So a single, shared-over-the-network version isn't going to hack it. Correct? A single user with Cygwin installed on a network location is just li

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Schmidt, Oliver
Hi, >>> I'll test the snapshot asap! >>The final patch is from cgf. It's probably more performant since it >>drops the requirement for an additional spinlock. >The snapshot contains try #3 on getting the locking right. Thank you both for clarifying. I was already aware of that by browsing thro

Re: mtr under cygwin

2010-03-10 Thread Brian Minton
I'm having the same issue. I just tried it with mtr 0.75 under cygwin 1.7.1 and it is still not working. On Wed, Jan 21, 2009 at 5:55 PM, David Arnstein wrote: > I am able to compile mtr 0.75 under Cygwin, see > http://www.bitwizard.nl/mtr/. > > But mtr is not working. Using ddd, I see that the

c:\cygwin\bin\rxvt.exe missing in 1.7.1?

2010-03-10 Thread Roe, Kevin L.
Should c:\cygwin\bin\rxvt.exe be in 1.7.1? In my installation it is missing. Is there a replacement for it under a different name? -Kevin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: c:\cygwin\bin\rxvt.exe missing in 1.7.1?

2010-03-10 Thread Eric Blake
On 03/10/2010 04:36 PM, Roe, Kevin L. wrote: > Should c:\cygwin\bin\rxvt.exe be in 1.7.1? > > In my installation it is missing. Is there a replacement for it under a > different name? 'cygcheck -p rxvt\\.exe' shows that it still exists. Maybe you forgot to install it? If so, rerun setup.exe a

Re: Cygwin 1.7: Concurrency Issue with Shared State Initialization

2010-03-10 Thread Christopher Faylor
On Thu, Mar 11, 2010 at 12:22:52AM +0100, Schmidt, Oliver wrote: >As a non-native speaker it's sometimes difficult to be not >unintentionally offensive... No one was offended. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Possible Documentation Inconsistency

2010-03-10 Thread Buchbinder, Barry (NIH/NIAID) [E]
http://cygwin.com/cygwin-ug-net/using-effectively.html#using-shortcuts By default, Cygwin uses a mechanism that creates symbolic links that are compatible with standard Microsoft .lnk files. http://cygwin.com/cygwin-ug-net/using-cygwinenv.html#cygwinenv-implemented-options (no)winsymlinks ... De

Re: return value of mkshortcut on Windows 7

2010-03-10 Thread Andy Koppe
David Byron: > mkshortcut is returning 8 when I expect it to return 0. Yep, known issue. > I'd love a hand getting mkshortcut to return 0 in this case. Index: src/mkshortcut/mkshortcut.c === RCS file: /cvs/cygwin-apps/cygutils/src/m

Re: either nothing or cygheap base mismatch error

2010-03-10 Thread Eugen Zalinescu
On Thu, Mar 11, 2010 at 8:19 AM, Eugen Zalinescu wrote: > On Fri, Mar 5, 2010 at 11:18 PM, Eugen Zalinescu > wrote: >> On Fri, Mar 5, 2010 at 11:01 PM, Eugen Zalinescu >> wrote: >>> On Fri, Mar 5, 2010 at 2:43 AM, Eugen Zalinescu >>> wrote: Hello, My problem is that I cannot star