Re: Setup suggestion: Check for running processes before uninstalling anything.

2015-12-02 Thread V.99
On 2.12.2015 0:11, Andrey Repin wrote: Greetings, All! I just got a hard case of stupidity... Started Cygwin setup before checking if anything is running Cygwin. Guess, what? It indeed did run. However, setup managed to uninstall mintty before telling me that there's ssh-pageant running in the b

mysql - poor performance when restoring from large mysqldump backup

2015-06-28 Thread V.99
Hello. I am trying to restore a backup of our database in order to examine the data state three weeks ago. Backup is 1GB large SQL text file created by mysqldump. After many attempts I found this: Processing of backup file runs fluently in the beginning, several tables are successfully restore

Re: Re: make android device file system visible as unix path

2015-02-15 Thread V.99
On 14.2.2015 4:25, andy wrote: It doesn't have a drive letter in Windows Explorer. The name is simply "Moto G". When I "ls /cygdrive", I see on the c-drive. I think that the handset's visibility to Windows Explorer is based on MTP USB, but that's just something I'm learning about right now. H

Re: command line smtp client / command line email?

2014-10-01 Thread V.99
On 28.9.2014 19:20, Marilo wrote: what are my options for a command line smtp client in cygwin? Hi Marilo. Have You tried sendEmail ? (http://caspian.dotconf.net/menu/Software/SendEmail/) It is not a Cygwin package but perl script (and compiled Windows executable). I use it for sending logs

Re: Problems with lftp exclude

2014-09-07 Thread V.99
Hi Dan. Think about /public_html/lftptest (local/lftptest) as a base and write -x relative to that base: mirror -v --only-newer -x "^dir1/" /public_html/lftptest local/lftptest I use exclude this way. -- .: Vlado :. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: No shortcuts after default install - how to start cygwin?

2014-04-26 Thread V.99
On 26.4.2014 11:35, ben modra wrote: Hi, After performing a standard (default) install using setup-x86.exe, there are no shortcuts in the start menu or desktop. I don't really mind but don't know how to initiate cygwin without it. Its a work pc, which means I have little control over the system

Re: lftp bug: mirror [-R] didn't work with sftp connection

2013-07-03 Thread V.99
Yes, I have same problem. This is the problem in version 4.4.7 of lftp - see http://lftp.yar.ru/news.html. Problem is solved in 4.4.8. As a workaround downgrade to 4.4.4, until cygwin adopts version 4.4.8. Vlado On 3.7.2013 7:31, Arthur Tu wrote: $ lftp sftp://usr@addr I can mget or mput fil

Re: Fwd: sshd access works only when user is member of Administrators

2013-01-28 Thread V.99
Hi. Mayby this helps: $ /cygdrive/c/Windows/System32/icacls.exe c:\\cygwin\\home\\user1 c:\cygwin\home\user1 SRV\user1:(F) SRV\None:(RX) Everyone:(RX) CREATOR OWNER:(OI)(CI)(IO)(F) CREATOR GROUP:(O

Re: Error invoking find as a ssh command

2012-12-18 Thread V.99
On 18.12.2012 22:35, Dan Kegel wrote: On Tue, Dec 18, 2012 at 1:30 PM, V.99 wrote: [root@backup domain_backup]# ssh bkp@builder find /cygdrive/d/Backups/Data -printf "\"%f (%s)\n\"" FIND: Invalid switch It's picking up the windows find.exe instead of the cygwin one.

Error invoking find as a ssh command

2012-12-18 Thread V.99
Hi, I cannot invoke find as command of ssh (ssh login@machine find params), but invoking find with same params from terminal works correctly. Maybe a bug in find utility? Details and problem demonstration: -- I'm working on CentOS, connecting to Windows Server 2