database related

2013-03-19 Thread Wynfield Henman
The database MariaDB looks good. It does have a windows version available, but I, like others would prefer to learn it on a Posix system like cygwin if at all possible. The only information I could find matching MariaDB and cygwin as at least a couple of years old as I recall. Has anyone built

Pandora Schmuck

2013-03-19 Thread Panual
Magnolia Pandora Online Shop Tanzen vor dem Fenster mit dem Hauch von Frühling Stil Gras ausgebreitet an der Spitze der Nase, zwitschern Lebensraum für die Vögel in den Zweigen, die alle vor dem Hintergrund des Abends besonders attraktiv. Gelegentlich Erdge

Re: hardware upgrade status

2013-03-19 Thread Christopher Faylor
http://cygwin.com/ is now available. If anyone notices any problems please report them to the overseers mailing list. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: hardware upgrade status

2013-03-19 Thread Christopher Faylor
On Tue, Mar 19, 2013 at 03:43:22PM -0400, David T-G wrote: >Christopher (and everyone else) -- > >...and then Christopher Faylor said... >% >% As you can see, email seems to be working on the new system. >% >% The old sourceware was a hodge podge of hand-built files installed in >% nonstandard lo

Re: hardware upgrade status

2013-03-19 Thread David T-G
Christopher (and everyone else) -- ...and then Christopher Faylor said... % % As you can see, email seems to be working on the new system. % % The old sourceware was a hodge podge of hand-built files installed in % nonstandard locations. I changed that on the new sourceware. It now [snip] Tha

hardware upgrade status

2013-03-19 Thread Christopher Faylor
As you can see, email seems to be working on the new system. The old sourceware was a hodge podge of hand-built files installed in nonstandard locations. I changed that on the new sourceware. It now uses semi-official rpms for most of everything. I spent most of the day yesterday chasing down p

Re: when will the cygwin site come up?

2013-03-19 Thread Andrew DeFaria
On 03/19/2013 08:21 AM, Larry Hall (Cygwin) wrote: On 3/19/2013 11:02 AM, ping wrote: it is still down now... and I just deleted the whole folder and need a re-install... If by this you mean you need to install Cygwin, if you have a recent 'setup.exe' for it, just run it and install. And if y

Re: when will the cygwin site come up?

2013-03-19 Thread marco atzeri
On 3/19/2013 4:02 PM, ping wrote: it is still down now... when the new hardware will be ready... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/

Re: Logging in as a domain user takes lots of time

2013-03-19 Thread Larry Hall (Cygwin)
On 3/14/2013 1:45 AM, Fedin Pavel wrote: Hello! I have problems with setuid()-related operations. For example, this is experienced in ssh and nfs servers. If i try to log in as local user, everything is OK. But when i try name of domain user, setting uid takes significant amount of time. Can

Re: when will the cygwin site come up?

2013-03-19 Thread Larry Hall (Cygwin)
On 3/19/2013 11:02 AM, ping wrote: it is still down now... and I just deleted the whole folder and need a re-install... If by this you mean you need to install Cygwin, if you have a recent 'setup.exe' for it, just run it and install. -- Larry __

when will the cygwin site come up?

2013-03-19 Thread ping
it is still down now... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

when will the cygwin site come up?

2013-03-19 Thread ping
it is still down now... and I just deleted the whole folder and need a re-install... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Re: Default File Path

2013-03-19 Thread Larry Hall (Cygwin)
On 3/19/2013 7:43 AM, AlanWB wrote: I am developing an application using NetBeans CygWin C++, and it is messing up the default file path. When I try to read a file using fopen (fname, "r") if the file name does not specify the directory, instead of assuming that the file is in the current di

Re: reboot command behaves different on Linux

2013-03-19 Thread Corinna Vinschen
On Mar 19 11:40, Frank Fesevur wrote: > Hi, > > I noticed that the cygwin reboot works different then the reboot > command on my (debian based) Linux machines. The cygwin reboot > requires a time on the command line while the reboot on Linux doesn't > accept a time and reboots immediately. > > Is

Re: reboot command behaves different on Linux

2013-03-19 Thread marco atzeri
On 3/19/2013 11:40 AM, Frank Fesevur wrote: Hi, I noticed that the cygwin reboot works different then the reboot command on my (debian based) Linux machines. The cygwin reboot requires a time on the command line while the reboot on Linux doesn't accept a time and reboots immediately. Is there a

Default File Path

2013-03-19 Thread AlanWB
I am developing an application using NetBeans CygWin C++, and it is messing up the default file path. When I try to read a file using fopen (fname, "r") if the file name does not specify the directory, instead of assuming that the file is in the current directory, it seems to prefix a file pat

reboot command behaves different on Linux

2013-03-19 Thread Frank Fesevur
Hi, I noticed that the cygwin reboot works different then the reboot command on my (debian based) Linux machines. The cygwin reboot requires a time on the command line while the reboot on Linux doesn't accept a time and reboots immediately. Is there a reason why this is? I can create a patch, if