Re: Here-Document execution fails with extra space after closing delimiter

2013-04-03 Thread Eric Blake
On 04/03/2013 03:02 PM, shawn kielty wrote: > this script works: > #! /bin/bash > > tclsh << SCRIPT > puts "hello world" > SCRIPT Correct. > > while this script fails: > > #! /bin/bash > > tclsh << SCRIPT > puts "hello world" > SCRIPT Here-docs are particular. The end token must appe

Here-Document execution fails with extra space after closing delimiter

2013-04-03 Thread shawn kielty
this script works: #! /bin/bash tclsh << SCRIPT puts "hello world" SCRIPT while this script fails: #! /bin/bash tclsh << SCRIPT puts "hello world" SCRIPT with the error: $ ./embeddedTcl.sh ./embeddedTcl.sh: line 5: warning: here-document at line 3 delimited by end-of-file (wanted `DE

Re: direct interface to win32 api for char output

2013-04-03 Thread Christopher Faylor
On Thu, Apr 04, 2013 at 12:06:06AM +0900, wynfi...@gmail.com wrote: >This will be done in assembly language and I'd prefer not to have to >resort to directly using windows or bios interrupts. > >I would like build a very tiny program and I want to skip linking the c >library to this little program.

Re: username case sensitive with the sshd service

2013-04-03 Thread Christopher Faylor
On Wed, Apr 03, 2013 at 08:33:42PM +0400, Andrey Repin wrote: >Greetings, Corinna Vinschen! > >> That's not the right thing to do. By sticking to OpenSSH-5.2p1, you >> end up with an old version of OpenSSH, with unfixed security bugs, >> thus thwarting the sole reason why you're using SSH. > >> Wh

Re: username case sensitive with the sshd service

2013-04-03 Thread Corinna Vinschen
On Apr 3 20:33, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > > That's not the right thing to do. By sticking to OpenSSH-5.2p1, you > > end up with an old version of OpenSSH, with unfixed security bugs, > > thus thwarting the sole reason why you're using SSH. > > > Why not just getting

Re: username case sensitive with the sshd service

2013-04-03 Thread Andrey Repin
Greetings, Corinna Vinschen! > That's not the right thing to do. By sticking to OpenSSH-5.2p1, you > end up with an old version of OpenSSH, with unfixed security bugs, > thus thwarting the sole reason why you're using SSH. > Why not just getting used to entering the username casesensitive, as >

Re: username case sensitive with the sshd service

2013-04-03 Thread Corinna Vinschen
On Apr 3 12:17, Earnie Boyd wrote: > On Wed, Apr 3, 2013 at 11:12 AM, Corinna Vinschen wrote: > > > > Why not just getting used to entering the username casesensitive, as > > on any other system? > > > > Would modifying the /etc/passwd file to lowercase names support what > the OP wants to do? N

Re: username case sensitive with the sshd service

2013-04-03 Thread Earnie Boyd
On Wed, Apr 3, 2013 at 11:12 AM, Corinna Vinschen wrote: > > Why not just getting used to entering the username casesensitive, as > on any other system? > Would modifying the /etc/passwd file to lowercase names support what the OP wants to do? Not that he should but is that possible? -- Earnie -

Re: username case sensitive with the sshd service

2013-04-03 Thread Corinna Vinschen
On Apr 3 16:59, Maxime LAMBERT wrote: > > >> I installed the last version of Cygwin (2.774) with the OpenSSH package > on > > >This is the version of setup. Try `uname -r' instead. > > >> a Windows Server 2012 and when I tried to establish a connection in > ssh, > >> I noticed that the userna

direct interface to win32 api for char output

2013-04-03 Thread wynfield
This will be done in assembly language and I'd prefer not to have to resort to directly using windows or bios interrupts. I would like build a very tiny program and I want to skip linking the c library to this little program. Doing so would bloat it up to about 225times larger than it would b

Re: username case sensitive with the sshd service

2013-04-03 Thread Maxime LAMBERT
>> I installed the last version of Cygwin (2.774) with the OpenSSH package on >This is the version of setup. Try `uname -r' instead. >> a Windows Server 2012 and when I tried to establish a connection in ssh, >> I noticed that the username was case sensitive (username@IP). >> With old version

Re: ltfs / mtx built under cygwin

2013-04-03 Thread Christopher Faylor
On Wed, Apr 03, 2013 at 10:34:00AM -0400, Cary Lewis wrote: >Has anyone managed to build ltfs or mtx on Cygwin? > >ltfs needs fuse, which I managed to build, but I don't know if it's >really functional or not. It's not. Cygwin doesn't support fuse. cgf -- Problem reports: http://cygwin.co

ltfs / mtx built under cygwin

2013-04-03 Thread Cary Lewis
Has anyone managed to build ltfs or mtx on Cygwin? ltfs needs fuse, which I managed to build, but I don't know if it's really functional or not. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.co

Re: username case sensitive with the sshd service

2013-04-03 Thread Corinna Vinschen
On Apr 3 14:29, Maxime LAMBERT wrote: > I installed the last version of Cygwin (2.774) with the OpenSSH package on This is the version of setup. Try `uname -r' instead. > a Windows Server 2012 and when I tried to establish a connection in ssh, > I noticed that the username was case sensitive (u

Re: username case sensitive with the sshd service

2013-04-03 Thread Earnie Boyd
On Wed, Apr 3, 2013 at 9:11 AM, Maxime LAMBERT wrote: > On Wed, Apr 3, 2013 at 8:29 AM, Maxime LAMBERT wrote: >>> I installed the last version of Cygwin (2.774) with the OpenSSH package > on >>> a Windows Server 2012 and when I tried to establish a connection in > ssh, >>> I noticed that the userna

Re: username case sensitive with the sshd service

2013-04-03 Thread Maxime LAMBERT
On Wed, Apr 3, 2013 at 8:29 AM, Maxime LAMBERT wrote: >> I installed the last version of Cygwin (2.774) with the OpenSSH package on >> a Windows Server 2012 and when I tried to establish a connection in ssh, >> I noticed that the username was case sensitive (username@IP). >> With old versions of Cy

RE: X11 library package

2013-04-03 Thread Sonya Blade
Dear Aachim, Thank you for your support, > And how about those erros, the only corresponding library to those in > cygwin/lib/ folder > is "libX11.dll.a" but it doesn't look like a valid library or am I wrong here > ? >This file is needed for linking only, but you should have a >corresponding

Re: username case sensitive with the sshd service

2013-04-03 Thread Earnie Boyd
On Wed, Apr 3, 2013 at 8:29 AM, Maxime LAMBERT wrote: > I installed the last version of Cygwin (2.774) with the OpenSSH package on > a Windows Server 2012 and when I tried to establish a connection in ssh, > I noticed that the username was case sensitive (username@IP). > With old versions of Cygwin

username case sensitive with the sshd service

2013-04-03 Thread Maxime LAMBERT
I installed the last version of Cygwin (2.774) with the OpenSSH package on a Windows Server 2012 and when I tried to establish a connection in ssh, I noticed that the username was case sensitive (username@IP). With old versions of Cygwin with the SSH package that I'm using on Windows Server 2008 R

Re: winln for native symlinks

2013-04-03 Thread Daniel Colascione
On 4/3/2013 1:01 AM, Thomas Wolff wrote: > Am 03.04.2013 09:15, schrieb Daniel Colascione: >> In light of the recent discussion on the developers list about native >> symlinks, >> I'd like to suggest including my winln program (which I posted a while ago on >> this list, and which I've attached to

Re: winln for native symlinks

2013-04-03 Thread Thomas Wolff
Am 03.04.2013 09:15, schrieb Daniel Colascione: In light of the recent discussion on the developers list about native symlinks, I'd like to suggest including my winln program (which I posted a while ago on this list, and which I've attached to this message) in the cygutils package. It's a drop-in

Re: winln for native symlinks

2013-04-03 Thread Daniel Colascione
On 4/3/2013 12:15 AM, Daniel Colascione wrote: > In light of the recent discussion on the developers list about native > symlinks, > I'd like to suggest including my winln program (which I posted a while ago on > this list, and which I've attached to this message) in the cygutils package. > It's a

winln for native symlinks

2013-04-03 Thread Daniel Colascione
In light of the recent discussion on the developers list about native symlinks, I'd like to suggest including my winln program (which I posted a while ago on this list, and which I've attached to this message) in the cygutils package. It's a drop-in replacement for GNU ld. /** * GNU ln(1) workalik