Password Crack WinRAR Zip file

2019-08-02 Thread Sandeep Mehta
Hi – I have one password protected WinRAR Zip file, unfortunately I forget the 
password.

Please help me out.

Look forward for your earliest response...


Best Regards

Sandeep Mehta
+91 9971792377


--
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



Re: GCJ - Calendar.getInstance

2009-09-04 Thread Sandeep Jindal
  There is a bug in the libgcj DLL shipped with 4.3.2-2; can you try
 rebuilding your code using -static and see if that works better?


Thanks for the information.

But -static did not work for me. I tried google and found some complex
way of static compiling the program, but I decided not to use Calendar
class as I can live without it.

--
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



How stable is GCJ?

2009-09-04 Thread Sandeep Jindal
Hi,

I might be asking a very basic question, but could not find a concrete
answer to the above question anywhere.

I wanted to Native Compile a Java Program on Windows. Thought of using
GCJ and Cygwin. It worked great for a “Hello world” program. I was
very happy.

My original program was written in Java5, but came to know that GCJ in
Cygwin does not support that (though GCJ does it now). I reworked on
my program and make it 1.4 compatible. I got error in Calendar class
and came to know that it is not supported well in GCJ.

Now my program is giving some strange errors (serialization is not
happening properly, though it works good at some places, program is
end at some place where as per me it should not).

I can spend time in debugging it, but my question/fear is that is GCJ
stable enough to spend time on it. My program uses Java's
Serialization, Collections and Math classes extensively, does GCJ has
good support for these?

Regards
Sandeep Jindal

--
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



GCJ - Calendar.getInstance

2009-09-03 Thread Sandeep Jindal
Hi,

I am using GCJ.

For the following code

Calendar.getInstance, I am getting Core Dump generated.

My questions:
1) Why error at this line. I think this is completely fine.
2) I have put this statement catching throwable. But it in not even
thrown there. What are those errors which are not even caught by
throwable?

Regards
Sandeep Jindal

--
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



Numpy error in Python.

2009-06-24 Thread Sandeep Devadas
Hello All,
 I have imported the python-numpy package and am trying to
import numpy into python on bash.I am getting this error as shown
below.Please let me know what to do.

$ python
Python 2.5.2 (r252:60911, Dec  2 2008, 09:26:14)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type help, copyright, credits or license for more information.
 import numpy
 numpy.test()
Running unit tests for numpy
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.5/site-packages/numpy/testing/nosetester.py,
line 240, in test
    self._show_system_info()
  File /usr/lib/python2.5/site-packages/numpy/testing/nosetester.py,
line 151, in _show_system_info
    nose = import_nose()
  File /usr/lib/python2.5/site-packages/numpy/testing/nosetester.py,
line 51, in import_nose
    raise ImportError(msg)
ImportError: Need nose = 0.10.0 for tests - see
http://somethingaboutorange.com/mrl/projects/nose
 exit()


Thanks and Regards,

Sandeep.

--
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



Re: Numpy error in Python.

2009-06-24 Thread Sandeep Devadas
Hi There,
  I installed nose as per your instructions and now im
getting this error.Please let me know what to do.

$ python
Python 2.5.2 (r252:60911, Dec  2 2008, 09:26:14)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type help, copyright, credits or license for more information.
 import numpy
 numpy.test()
Running unit tests for numpy
NumPy version 1.2.1
NumPy is installed in /usr/lib/python2.5/site-packages/numpy
Python version 2.5.2 (r252:60911, Dec  2 2008, 09:26:14) [GCC 3.4.4
(cygming special, gdc 0.12, using dmd 0.125)]
nose version 0.11.1
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.5/site-packages/numpy/testing/nosetester.py,
line 278, in test
t = NumpyTestProgram(argv=argv, exit=False, plugins=plugins)
  File /bin/nose-0.11.1/nose-0.11.1/nose/core.py, line 113, in __init__
argv=argv, testRunner=testRunner, testLoader=testLoader)
  File /usr/lib/python2.5/unittest.py, line 767, in __init__
self.parseArgs(argv)
  File /bin/nose-0.11.1/nose-0.11.1/nose/core.py, line 130, in parseArgs
self.config.configure(argv, doc=self.usage())
  File /bin/nose-0.11.1/nose-0.11.1/nose/config.py, line 249, in configure
options, args = self._parseArgs(argv, cfg_files)
  File /bin/nose-0.11.1/nose-0.11.1/nose/config.py, line 237, in _parseArgs
return parser.parseArgsAndConfigFiles(argv[1:], cfg_files)
  File /bin/nose-0.11.1/nose-0.11.1/nose/config.py, line 132, in
parseArgsAndConfigFiles
self._applyConfigurationToValues(self._parser, config, values)
  File /bin/nose-0.11.1/nose-0.11.1/nose/config.py, line 118, in
_applyConfigurationToValues
name=name, filename=filename)
  File /bin/nose-0.11.1/nose-0.11.1/nose/config.py, line 234, in
warn_sometimes
raise ConfigError(msg)
nose.config.ConfigError: Error reading config file 'setup.cfg': no
such option 'doctest-extension'




On Wed, Jun 24, 2009 at 5:32 PM, Jason Tishlerja...@tishler.net wrote:
 Sandeep,

 On Wed, Jun 24, 2009 at 05:18:15PM +0530, Sandeep Devadas wrote:
 I have imported the python-numpy package and am trying to import numpy
 into python on bash.I am getting this error as shown below.Please let
 me know what to do.

 $ python
 Python 2.5.2 (r252:60911, Dec? 2 2008, 09:26:14)
 [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
 Type help, copyright, credits or license for more information.
  import numpy
  numpy.test()
 [snip]
 ??? raise ImportError(msg)
 ImportError: Need nose = 0.10.0 for tests - see
 http://somethingaboutorange.com/mrl/projects/nose
  exit()

 Seems like you need to (build and) install nose.

 Jason

 --
 PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
 Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

 --
 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



--
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



STATUS_ACCESS_VIOLATION in Cygwin 3.3.1 on Win2k using ESQL on Ingres 2.6

2006-07-26 Thread Sandeep
Hi,
I have following configurations: Win2k SP4, Cygwin 3.3.1, Ingres 2.6
I have an embedded sql file, contents are as follows:

/* my_sim_exec.sc */
#include stdio.h
#include stdlib.h
int main (int argc, char *argv[])
{
EXEC SQL INCLUDE SQLCA;

EXEC SQL BEGIN DECLARE SECTION;
char dbname[30];
int  session;
EXEC SQL END DECLARE SECTION;

strcpy (dbname, argv[1]);   
EXEC SQL INQUIRE_SQL(:session = session);   
session++;
EXEC SQL connect :dbname session :session;  
return(0);
}

I am doing ESQLC on this file to get my_sim_exec.c. And then compiling using 
gcc to produce .o, as follows: gcc -v -Wall -Wno-unused -c -g -ID:\\Cygwin-
X1_new\\usr\\include my_sim_exec.c -o my_sim_exec.o

Then I am linking .o into .exe as follows: gcc my_sim_exec.o 
C:\IngresII\ingres\lib\ingres.lib C:\IngresII\ingres\lib\esqlc.lib -LD:\Cygwin-
X1_new\lib\w32api -lm -lc -o my_sim_exec

It builds the exe and when I try to run that exe (my_sim_exec my_db_name) it 
gives the following error:

100 [main] sim_exec 4556 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
1769 [main] sim_exec 4556 open_stackdumpfile: Dumping stack trace to 
sim_exec.exe.stackdump

Can some one help me to solve this? All I am doing in the .sc file above is to 
inquire the session and then connect to the existing db.

Thanks in advance.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: SocketCreateListner() failed

2004-11-24 Thread Sandeep Prerna Gupta

Thank you, Sir!
After some hit and trial, I could start an X-server on my laptop.

Two problems, ... first I had accidently blocked access to xconsole 
and secondly XWin did not have access. I changed both these to full
access.
Now, /cygwin/usr/X../bin/startxwin.bat works :)
On a desktop Windows2000 machine, I would start cygwin bash shell and
then type startx 
to start the X-server ... that still does not work on my laptop, but it
doesnt matter 
since starting X-server directly is a better option anyway.

Also, I gather Cygwin/X controls the windows thru TCP sockets. Ah well,
learn something new ... 

Thanks again
Sandeep



Alexander Gottwald wrote:
 
 On Tue, 23 Nov 2004, Sandeep  Prerna Gupta wrote:
 
 
  Hello,
 
  I have not explicitly installed any firewall,
  This is a brand new Dell Laptop, they may have installed something by
  default,
  I will check into that --
 
  BTW, Cygwin bash shell comes up OK, (just that without X, I cant use
  many of my utils)
  are there commands or small executables that I could run in bash to get
  more
  insight into this? I mean say sufficient code that invokes
  SocketCreateListner(), which
  I could compile debugable with gnu C++ and step thru in gdb. (For
  example, gdb works in bash,
  ddd doesnt without X). That could help a lot if feasible.
 
 Is it XP SP2? If Cygwin/X is started on XP SP2 windows asks if it should
 allow access to the network. If it does not for you then the builtin
 firewall will most likely deny the access.
 
 You should allow XWin to access port 6000 in the security preferences
 screen.
 
 bye
 ago
 --
  [EMAIL PROTECTED]
  http://www.gotti.org   ICQ: 126018723


Re: SocketCreateListner() failed

2004-11-23 Thread Sandeep Prerna Gupta

Hello,

I have not explicitly installed any firewall, 
This is a brand new Dell Laptop, they may have installed something by
default, 
I will check into that -- 

BTW, Cygwin bash shell comes up OK, (just that without X, I cant use
many of my utils)
are there commands or small executables that I could run in bash to get
more 
insight into this? I mean say sufficient code that invokes
SocketCreateListner(), which 
I could compile debugable with gnu C++ and step thru in gdb. (For
example, gdb works in bash, 
ddd doesnt without X). That could help a lot if feasible.

Thanks
Sandeep


Alexander Gottwald wrote:
 
 On Sun, 21 Nov 2004, Sandeep  Prerna Gupta wrote:
 
 
  Thanks for looking into this.
  /tmp/XWin.log is attached.
 
 Seems like a strange network problem.
 
 Do you have the Windows firewall or any other firewall activated?
 Cygwin/X must have access to the network.
 
 bye
 ago
 --
  [EMAIL PROTECTED]
  http://www.gotti.org   ICQ: 126018723


Re: SocketCreateListner() failed

2004-11-21 Thread Sandeep Prerna Gupta

Thanks for looking into this. 
/tmp/XWin.log is attached.

Sandeep

Alexander Gottwald wrote:
 
 On Thu, 18 Nov 2004, Sandeep  Prerna Gupta wrote:
 
 
  Hi,
 
  I am trying to install Cygwin 6.8.1.0-5 on a Windows XP Home Ed. Version
  5.1
  cygwin bash shell comes up OK, but startx command fails with
  Fatal server error:
  Cannot establish any listening sockets -
 
  The log says XWin was started with the following commandline:
  X :0 -multiwindow -clipboard
 
  Any ideas on how to fix this?
 
 Please send complete /tmp/XWin.log.
 
 bye
 ago
 --
  [EMAIL PROTECTED]
  http://www.gotti.org   ICQ: 126018723

XWin.log
Description: application/unknown-content-type-log_auto_file


SocketCreateListner() failed

2004-11-18 Thread Sandeep Prerna Gupta

Hi, 

I am trying to install Cygwin 6.8.1.0-5 on a Windows XP Home Ed. Version
5.1
cygwin bash shell comes up OK, but startx command fails with 
Fatal server error: 
Cannot establish any listening sockets - 

The log says XWin was started with the following commandline:
X :0 -multiwindow -clipboard

Any ideas on how to fix this? 
Thanks
Sandeep


cygwin start error

2003-12-16 Thread sandeep
i am a newbie and i have problems running cygwin
 error bash: id not found


BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st 
December 2003. The way the internet was meant to be. 
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: (latest install from site) cygwin1.dll 1.3.22-dontuse-21 --bashbuggy behaviours under windows 2000

2003-08-14 Thread sandeep
Thanks Andrew for the tip. I have been using

set -x

section of script that needs debugging
...
set +x

to specifically examine how bash is treating it. This way the less but relevant
is available for examination.

- Original Message -
From: Andrew Markebo [EMAIL PROTECTED]

 OK hmm no idea.. meanwhile, you know that you can throw parameter -v
 on the shell starting the script and then you can see how the script
 expands/replaces stuff and so on.

 Like:

 bash -v scriptname
 or
 #!/bin/bash -v

 in the script



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



(latest install from site) cygwin1.dll 1.3.22-dontuse-21 -- bash buggy behaviours under windows 2000

2003-08-14 Thread sandeep
hello,

I have come across some problems with cygwin (they repeat even with the latest
cygwin i installed two days back) while working on windows 2000.

cygwin1.dll Product Version is 1.3.22-dontuse-21

bash --version shows
GNU bash, version 2.05b.0(9)-release (i686-pc-cygwin)
Copyright (C) 2002 Free Software Foundation, Inc.

The problems are --

[1]  for i in list-of-file-name
  do
echo . $i 
cat $i
  done

Sometimes the order of echoed statement and corresponding file content gets
changed and I end up getting output like

.. file20 ..
.. file21 ..
.. file22 ..
contents of file20
contents of file21
contents of file22

[2] following problem is more weird . I have a sequence of two consecutive
statements in a bash-script

sed -e 'sed-expression' file1  file2
mv file2 file1

quite many times in a run of script 'mv' cribs about *file2 not existing*
my understanding of bash goes as -- file2 will be created/zeroed-out first and
then sed will be processed, so file2 should exist before mv executes.
as a note :- file2 doesn't exist before sed (manipulations involving file2 are
only in this place in script)

I also tried putting an  b/w two statements to ensure 'mv' doesn't happen
before sed is successfully done. that also didn't eliminate the problem.

[3] At times some of the echo-ed statements don't find place in redirected
output file (I have no idea if this behaviour repeats on console output too).

situation is like --

cp basefile tempfile
add-required-statements  tempfile

add-required-statements is a bash shell function that echoes many statements to
be put in tempfile.
what i have observed is - at times, initial 3-4 echo-ed statements don't find
place in tempfile, otherwise things are okay.

problem used to come even earlier, when all those statements were appended
like --

cp basefile tempfile
echo ..  tempfile

echo   tempfile

i went for some reorganisation of script to reduce number of  tempfile
checking if it eliminated the problem.

Any clue to what's happening and why it could be happening, is welcome. Are
these problems to do with cygwin bash or with windows 2000?

sandeep



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: (latest install from site) cygwin1.dll 1.3.22-dontuse-21 --bash buggy behaviours under windows 2000

2003-08-07 Thread sandeep
* First line of script is
#! /bin/bash

* my login shell is bash
* problems show themselves irrespective of how i invoke the script - whether
./scriptname or bash scriptname

* All the mentioned problems are observed in one single script that's around
1500 lines

- Original Message -
From: Andrew Markebo [EMAIL PROTECTED]

 Just a quick question, how do you fire away the script/s? do you use a
 #!/bin/sh or you run bash script in your shell/whatever?

   /A

 / sandeep [EMAIL PROTECTED] wrote:
 | hello,
 |
 | I have come across some problems with cygwin (they repeat even with the
latest
 | cygwin i installed two days back) while working on windows 2000.
 |
 | cygwin1.dll Product Version is 1.3.22-dontuse-21
 |
 | bash --version shows
 | GNU bash, version 2.05b.0(9)-release (i686-pc-cygwin)
 | Copyright (C) 2002 Free Software Foundation, Inc.
 |
 | The problems are --
 |
 | [1]  for i in list-of-file-name
 |   do
 | echo . $i 
 | cat $i
 |   done
 |
 | Sometimes the order of echoed statement and corresponding file content gets
 | changed and I end up getting output like
 |
 | .. file20 ..
 | .. file21 ..
 | .. file22 ..
 | contents of file20
 | contents of file21
 | contents of file22
 |
 | [2] following problem is more weird . I have a sequence of two consecutive
 | statements in a bash-script
 |
 | sed -e 'sed-expression' file1  file2
 | mv file2 file1
 |
 | quite many times in a run of script 'mv' cribs about *file2 not existing*
 | my understanding of bash goes as -- file2 will be created/zeroed-out first
and
 | then sed will be processed, so file2 should exist before mv executes.
 | as a note :- file2 doesn't exist before sed (manipulations involving file2
are
 | only in this place in script)
 |
 | I also tried putting an  b/w two statements to ensure 'mv' doesn't happen
 | before sed is successfully done. that also didn't eliminate the problem.
 |
 | [3] At times some of the echo-ed statements don't find place in redirected
 | output file (I have no idea if this behaviour repeats on console output
too).
 |
 | situation is like --
 |
 | cp basefile tempfile
 | add-required-statements  tempfile
 |
 | add-required-statements is a bash shell function that echoes many statements
to
 | be put in tempfile.
 | what i have observed is - at times, initial 3-4 echo-ed statements don't
find
 | place in tempfile, otherwise things are okay.
 |
 | problem used to come even earlier, when all those statements were appended
 | like --
 |
 | cp basefile tempfile
 | echo ..  tempfile
 | 
 | echo   tempfile
 |
 | i went for some reorganisation of script to reduce number of  tempfile
 | checking if it eliminated the problem.
 |
 | Any clue to what's happening and why it could be happening, is welcome. Are
 | these problems to do with cygwin bash or with windows 2000?
 |
 | sandeep
 |
 |
 |
 | ---
 | Outgoing mail is certified Virus Free.
 | Checked by AVG anti-virus system (http://www.grisoft.com).
 | Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003
 |
 |

 --
  The Devil is so clever that he makes you think he doesn't exist.

 Please note, new email, @telia.com - @comhem.se



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: (latest install from site) cygwin1.dll 1.3.22-dontuse-21 --bash buggy behaviours under windows 2000

2003-08-07 Thread sandeep
 * All the mentioned problems are observed in one single script that's around
 1500 lines
A small correction to my previous mail,  problem [1] is observed on bash prompt
too. I was trying to check for a situation that is happening in script where
output-redirection is involved. The original snippet that led me to this
experiment is as follows  ---

echo -n Status :   logfile
cat results  logfile
echo   logfile
echo   logfile

results never contain a new line, but a simple string consisting of english
alphabets (dumped into this file by some tool before).

Expected output in logfile for this sequence is of the form --

Status : XXX
---

Most of the times the output is as expected, but sometimes it turns out to be
like

Status :
XXX---


  | [1]  for i in list-of-file-name
  |   do
  | echo . $i 
  | cat $i
  |   done
  |
  | Sometimes the order of echoed statement and corresponding file content
gets
  | changed and I end up getting output like
  |
  | .. file20 ..
  | .. file21 ..
  | .. file22 ..
  | contents of file20
  | contents of file21
  | contents of file22



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.507 / Virus Database: 304 - Release Date: 8/4/2003


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



regarding compilation

2001-12-18 Thread Sandeep Kumar

Hi,

I installed the cygwin to the default C:\cygwin\ directory today.
How do we link the compiler and include the header files to execute a C
file from the cygwin?
Do we need any additional software or some settings to be done in the
environment variables(please let me know the procedure...) to get the vi
editor in cygwin as it says that vi : command not found

Please le me know ASAP.

Thanks and regards,
Sandeep






--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/