Re: [mosh-devel] mosh 1.2.3 error when using on Cygwin

2012-11-09 Thread nyc4bos
[My cygcheck.out was somehow not included, so I am resending] Reini Urban writes: > On 11/05/2012 06:47 PM, nyc4...@aol.com wrote: >> After starting up mosh on Cygwin and then attempting to type >> `ls', I see the following on my screen: >> >> $ ls select: No error >> >> >> mosh did not shut do

Re: ask max serial port in cygwin

2012-11-09 Thread marco atzeri
On 11/9/2012 11:22 AM, jimmy carter wrote: notyet, so what the different between ttyS and com? 1) do not top post http://www.idallen.com/topposting.html http://www.caliburn.nl/topposting.html 2) follow the link I provided. Here again http://cygwin.com/cygwin-ug-net/using-specialnames.html#pat

Re: ask max serial port in cygwin

2012-11-09 Thread Corinna Vinschen
Please, don't http://cygwin.com/acronyms/#TOFU Thank you. On Nov 9 17:22, jimmy carter wrote: > notyet, so what the different between ttyS and com? /dev/ttyS0 == /dev/com1 /dev/ttyS1 == /dev/com2 However, comX only supports up to 16 devices, ttySx supports up to 64. If you're using the lates

Re: ask max serial port in cygwin

2012-11-09 Thread jimmy carter
notyet, so what the different between ttyS and com? thank you jimmy On Fri, Nov 9, 2012 at 5:05 PM, marco atzeri wrote: > On 11/9/2012 10:32 AM, jimmy carter wrote: >> >> Hi , >> >> i want to install kannel in cygwin. it will connect to 32 usb gsm >> modem. i have try before using 8 modem but

Re: ask max serial port in cygwin

2012-11-09 Thread marco atzeri
On 11/9/2012 10:32 AM, jimmy carter wrote: Hi , i want to install kannel in cygwin. it will connect to 32 usb gsm modem. i have try before using 8 modem but start from com 13-com21, and i can't detect com 18 - com 21. with error unable open file /dev/comx so my question is maximum number serial

ask max serial port in cygwin

2012-11-09 Thread jimmy carter
Hi , i want to install kannel in cygwin. it will connect to 32 usb gsm modem. i have try before using 8 modem but start from com 13-com21, and i can't detect com 18 - com 21. with error unable open file /dev/comx so my question is maximum number serial com that can detect in cygwin ?and how to ra

Re: Problem with setuid/execv on Cygwin/Windows 7

2012-11-09 Thread Corinna Vinschen
On Nov 9 10:08, Corinna Vinschen wrote: > On Nov 9 08:59, Laurent Cocault wrote: > > Hi Cygwin community, > > > > I am currently facing a problem with the combination of setuid/execv on a > > Cygwin/Windows 7. > > [...] > > char* args[1]; > > args[0] = NULL; > > status = execv("/bin

Re: Problem with setuid/execv on Cygwin/Windows 7

2012-11-09 Thread Corinna Vinschen
On Nov 9 08:59, Laurent Cocault wrote: > Hi Cygwin community, > > I am currently facing a problem with the combination of setuid/execv on a > Cygwin/Windows 7. > [...] > char* args[1]; > args[0] = NULL; > status = execv("/bin/bash", args); This is wrong. You should at least set arg

[ANNOUNCEMENT] Updated: libiodbc-3.52.8-1

2012-11-09 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** libiodbc2-3.52.8-1 *** libiodbc-devel-3.52.8-1 *** iodbcadm-gtk-3.52.8-1 *** iodbctest-3.52.8-1 Independent Open DataBase Connectivity (iODBC) is an Open Source, platform-independent implementation of both Microsoft's ODBC

Problem with setuid/execv on Cygwin/Windows 7

2012-11-09 Thread Laurent Cocault
Hi Cygwin community, I am currently facing a problem with the combination of setuid/execv on a Cygwin/Windows 7. Here is the description of my configuration : * Cygwin 1.7.17 * Windows 7 Pro (64 bits) - Service Pack 1 * Compilation (no option) and execution of a sample program using an admin ac