Hi,
About 10 years ago, there was a nice little command 'xprompt' that allowed
me to get a string into a script without having the user work on a
console/terminal window.
<<
#!/bin/bash
ANSWER=`xprompt "how old are you?"`
xecho The answer is \"$ANSWER\" !
>>
win-ssh-askpass.exe does such prompti
Hi,
When I start cygwin by the desktop icon, it inherits the windows variables
before it executes the ~/.bashrc and sets the environment variables
specified therein.
If I update/change the windows environment variables (right-click on "My
Computer" - Properties - Advanced - Environment Variables)
Hi,
I just installed docbook as per
http://ourworld.compuserve.com/homepages/hoenicka_markus/cygbook1.html and
experienced quite some trouble. Now, the rtf and html output is fine.
When running dbjade as per
http://ourworld.compuserve.com/homepages/hoenicka_markus/cygx1636.html to
create a postsc
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan
> Nieuwenhuizen
> Sent: Samstag, 28. Juni 2003 12:37
>
> You did install tetex-extra, I presume?
No, that solved both problems (nameref.sty and dvips).
Going back to Hoenicka's instructions, I see that
Hi,
It appears that state-of-the art salted-MD5 password verification is
possible with mysql's encrypt() function (for details, see
http://bugs.mysql.com/?id=784). Unfortunately, this doesn't work with the
plain windows version of mysql (Ver 4.0.13-nt for NT on i32). Cygwin users,
however have a /
> -Original Message-
> From: Elfyn McBratney [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 8. Juli 2003 12:00
> > [mysql client]
> >
> > Wanna try this myself sometime. Did you have to tweak it much or did it
> > compile out of the box?
> >
> > Andrew.
>
> From memory (haven't compiled MySQL
Hi,
/usr/bin/exim -bd -q30m
gives me
<<2003-07-10 16:29:12 Exim configuration error in line 12:
main option "mysql_servers" unknown>>
http://www.exim.org/pipermail/exim-users/Week-of-Mon-2009/032287.html
suggests that I have an exim version compiled without mysqlclient.so?
Questions:
1) Do
...
> there's no particular jiggery-pokery needed to get a Cygwin app to launch
> a URL in a Windows browser.
>
> e.g. try typing
>
> explorer "http://www.google.com/";
>
> from your bash prompt, or if you want your default Windows URL handler to
> handle it by magic, you can do
>
> cmd /c start "h
Hi,
as per http://www.openssl.org/docs/apps/smime.html#, 1) I did
<>
Under Linux (Suse) that works perfectly.
When trying the same under my cygwin installation where sendmail is a
symbolic link on ssmtp, I get the above error message and it appears that
after each line an empty line gets added.
Hi,
as per http://marc.theaimsgroup.com/?l=openssl-users&m=105817073106444&w=2
Steve explained why openssl smime messages are not understood by receiving
MUAs (e.g. Outlook) when sent with other than sendmail i.e. when using mutt
or the plain "mail" command.
I would like to use mutt (and or "mail
Pierre,
Since all the other DB code I use is under mysql, I guess I need mysql.
Details below.
Thx r.
> -Original Message-
> From: Pierre A. Humblet [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 10. Juli 2003 21:20
>
> Hi Ralf,
>
> As far as I know there is no mysql library available
> fo
Hi,
I need to find out what is sent by some forms to my httpd on a per port
basis. Under Linux,
http://www.circlemud.org/~jelson/software/tcpflow/ does an excellent job at
this.
Did anybody get this to work under cygwin yet?
Many thanks for any hints in advance!
Ralf
--
Unsubscribe in
atures didn't occur at the
exact same times and I guess the message's timestamp will cause differences
there.
> -Original Message-
> From: Ralf Hauser [mailto:[EMAIL PROTECTED]
> Sent: Montag, 14. Juli 2003 11:57
>
> as per http://www.openssl.org/docs/apps/smime.html
27;ve just
> verified works. Open the file using 'edit' change it, change it back
> (space+backspace will do that) then save it. The new file should then be
> translated to DOS EOL format.
also, in emacs you can type C-x RET f mule-utf-8-dos RET, then save the
buffer, to change th
Summary of problem:
1) "Wrong linefeeds" and 2) "extra lines" by ssmtp prevented messages signed
by openssl in with a detached signature to be seen as valid by outlook.
Solution:
-
Re 1) Brian suggested "u2d" and "d2u" and it seems that this works (although
these progr
Otherwise, if only pipe redirection (">") is possible, the interaction
for example with jakarta "ant" becomes very complicated.
see http://www.seindal.dk/forum/read.php?f=2&i=76&t=76 and
and http://www.mail-archive.com/ant-user@jakarta.apache.org/msg21085.html
--
Unsubscribe info: http:/
Nicholas Wourms wrote:
[snip] Furthermore, if we were to establish a profile on the
redhat bugzilla, I believe that bug-reporting could be streamlined and
potentially provide more details. At the very least, it would mean less
things for people to remeber to do.
I strongly support this because
> -Original Message-
> From: Max Bowsher [mailto:maxb@;ukf.net]
> Ralf Hauser <[EMAIL PROTECTED]> wrote:
>
> > Otherwise, if only pipe redirection (">") is possible, the interaction
> > for example with jakarta "ant" becomes very compli
When I use man/man-1.5g-2 everything is fine.
If I use man/man-1.5j-1 , the second directory after the colon in my
manp (i.e. MAN_PATH env variable) is no longer found?
Any idea why?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/b
Is there a way to have the files moved to the windows recycle bin from
the cygwin shell window/command line?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:
Now that it is more than 2 years since
http://sources.redhat.com/ml/cygwin/2001-01/msg00372.html, did anybody come
around to make/use a
- binary
- that is not requiring a full-blown major environment such as X11/gnome/...
that is capable to send the password back to ssh-add/ssh-agent for
SSH_ASKP
As per http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent, I am trying
to use the -t option with openssh 3.5p1-3 and I get:
rhauser@PC:/<3>rhauser/Desktop> eval `ssh-agent -c -t 900`
ssh-agent: unknown option -- t
Usage: ssh-agent [options] [command [args ...]]
Options:
-c Generate C
> -Original Message-
> From: Corinna Vinschen [mailto:[EMAIL PROTECTED]]
> Sent: Mittwoch, 19. Februar 2003 10:01
> To: [EMAIL PROTECTED]
> Subject: Re: ssh-agent's timeout/maximum lifetime "-t" broken?
>
> Neither my Cygwin nor my Linux versions of OpenSSH 3.5p1 know of a
> -t option. I
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> Of Corinna Vinschen
> Sent: Mittwoch, 19. Februar 2003 11:34
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: ssh-agent's timeout/maximum lifetime "-t" broken?
>
> > >From http://www.openbsd.o
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> Of Gilgamesh Nootebos
> Sent: Mittwoch, 19. Februar 2003 11:55
> To: Cygwin Mailing List
> Cc: [EMAIL PROTECTED]
> Subject: Re: non-X11 ssh-askpass binary sought
>
> So you are unable to outsmart yourself a
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> Of Corinna Vinschen
> The Cygwin version is always based on the latest official portable
> release and as soon as the next version (3.5.1p1? 3.6p1?) gets released,
> the Cygwin version will be available.
Since January I have the following problems with man:
If I use 1.5g-2, it finds all pages in the manpath, but renders the troff
with lots of ugly Esc[^...
If I use 1.5j-1, the pages it finds are rendered nicely, but it doesn't find
the pages in the directories I added myself to the manpath.
Anyb
Elfyn McBratney wrote:
I don't think a version before 1.5g-2 will be hanging around as that package
was introduced sometime in 2000. What is the contents of your MANPATH
environment variable?
/cygdrive/c/data/MyDocRalf/bin/cgywin/usr/man:/cygdrive/c/data/MyDocRalf/McKBrC/man
I also tried the ve
> -Original Message-
> From: Elfyn McBratney [mailto:[EMAIL PROTECTED]]
> Sent: Donnerstag, 20. Februar 2003 08:58
> To: cygwin; [EMAIL PROTECTED]
> Subject: Re: MANPATH Problems
>
>
> Ralf, Please keep replies on list as there are more people there
> and smarter
> too might I add ;-)
> -Original Message-
> From: Elfyn McBratney [mailto:[EMAIL PROTECTED]]
> Sent: Donnerstag, 20. Februar 2003 09:20
>
> > nothing particularly interesting found when doing "mkgroup -lu"
> > still get
> > rhauser@PC:~/<2>Man/cat1> man gif
> > No manual entry for gif
>
> AFAIK there's some n
yesterday, I got 1.3.20-1 and the problem is still here...
> -Original Message-
> From: Elfyn McBratney [mailto:[EMAIL PROTECTED]]
> Sent: Donnerstag, 20. Februar 2003 09:42
> To: cygwin; [EMAIL PROTECTED]
> Subject: Re: MANPATH Problems
>
>
> > > AFAIK there's some new "detect stale group
in http://sources.redhat.com/ml/cygwin/2003-01/msg01707.html I thought to
see how I should do this.
The example works fine. But if I create a script that does
the same
echo "$@" | cygpath -w -f -
and call it with
testscript `/bin/ls /bin/ch*`
I get
C:\cygwin\bin\checkgid.exe \bin\chgrp.exe \bi
The application I am working on is quite sensitive to the whitespaces (e.g.
\n versus \r\n, etc.) it gets in the files I feed it.
To some degree, I can analyze different variants of these files with
"cat -vte".
But even better would be to see more in detail which hex code the characters
have as I
Hi,
The following problem occurred to me:
1) In my win2k, I set (a long) Java CLASSPATH
2) under cygwin I want to convert it (in my .tcshrc) an it fails. If I do it
on the command line, it looks like the following:
rhauser@PCGF590K:~> cygpath --unix "$CLASSPATH"
รด??a?
Admitted, the path is long:
Thx! Unfortunately still only the same garbage in the mylog file.
Apparently, no warning goes to stderr?
> -Original Message-
> From: Joshua Daniel Franklin [mailto:[EMAIL PROTECTED]],
[EMAIL PROTECTED]
> Sent: Mittwoch, 25. September 2002 18:44
> --- Ralf Hauser <[EMAIL PR
Randall,
Thanks, the "-p" option solved the problem.
Rgds r.
"Randall R Schulz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ralf,
>
> You're trying to convert a PATH (or PATH-like) variable, not a single file
> or directory name. Include the "-p" option.
Hi Corinna,
As per your message cited below, I am trying to use the new openssl version
as follows and it core dumps:
>>> openssl smime -decrypt -inkey decryptionKey.pem -in
mimeMessageEncrypted.eml
>>>Enter pass phrase for decryptionKey.pem:
>>>Segmentation fault (core dumped)
>>>What did I do w
Hi Corinna,
As per your message cited below, I am trying to use the new openssl version
as follows and it core dumps:
>>> openssl smime -decrypt -inkey decryptionKey.pem -in
mimeMessageEncrypted.eml
>>>Enter pass phrase for decryptionKey.pem:
>>>Segmentation fault (core dumped)
>>>What did I do w
Just a heads up:
Until my update of cygwin ssh yesterday, I could nicely use it to tunnel
also for the excellent http://sourceforge.net/projects/tortoisecvs/ and
http://sourceforge.net/projects/cvsgui (wincvs). Unfortunately, with the
current OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004, this is no l
Hi,
Are there any tools like d2u or u2d for UTF-8 for cygwin?
In http://lists.suse.com/archive/m17n/2004-Jun/0002.html, Bjoern talks about
the "recode" and "iconv" utilities, but these don't appear to exist in
cygwin.
I need to convert many pages for a web-site in a batch.
I imagine something li
try:
openssl smime -encrypt -rc2-128 -in signedFile.eml -out encryptedFile1.eml
recipCert0.pem
and on WinXP SP2 I get a core-dump - a colleague of mine got it as well.
What can I do?
The same happens if I use the win32 binary as of
http://www.stunnel.org/download/stunnel/win32/openssl-0.9.7d-z
41 matches
Mail list logo