Re: OpenSSH *** fatal error - unable to load C:\WINDOWS\system32\user32.dll, Win32 error 1114

2012-02-14 Thread Stepp, Charles
> On Feb 14 17:54, Charles Stepp wrote: > > > > Jim Garrison troux.com> writes: > > > > > > > > I'm consistently getting a stack trace when attempting to run a command > > > via > > ssh, using a dsa key, on a remote > > > Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured.

RE: sssssh . . . qmail-send is listening

2008-08-20 Thread Stepp, Charles
Using "xhost +" and setting your DISPLAY variable correctly is...well...obvious, but that's my two cents. Here's my C:\cygwin\usr\X11R6\bin\startxwin.bat with REM's removed: @echo off SET DISPLAY=127.0.0.1:0.0 SET CYGWIN_ROOT=\cygwin SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin SE

RE: Print

2008-08-15 Thread Stepp, Charles
Here's a little script I use to send to an HP printer. You can pipe into it. #!/usr/bin/ksh # -- if [[ $# -gt 0 ]] then /usr/bin/lpr -P asdfasdfasdf.doofer.org/Monsoon $# else cat | /usr/bin/lpr -P asdfasd

RE: Re: term bash shell with multiple tabs ? (without X)

2008-07-28 Thread Stepp, Charles
This was very nice. Charles Stepp -Original Message- From: Andrew Schulman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 27, 2008 1:20 AM To: cygwin@cygwin.com Subject: Re: term bash shell with multiple tabs ? (without X) > True, you don't get graphical tabs, and you have to type a key >

RE: Strange things with cygdrive

2008-07-22 Thread Stepp, Charles
January 1, 1970 is a very holy date. Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message- From: Angelo Graziosi [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 6:06 PM To: cygwin@cygwin.com Subject: Strange things

RE: Installing Cygwin with a USB thumb drive

2008-05-12 Thread Stepp, Charles
One recommendation I have is to NOT run if from a flash drive if there is a hard drive install...it can fiddle with stuff that will make the hard drive installed not be correct. Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Me

RE: Script utility for cygwin?

2008-05-12 Thread Stepp, Charles
# ls -la | grep -i script # du -a | grep -i script # find / -type f -name '*script*' # which script Or just try it: # PC - ~ >script # Script started, file is typescript Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message-

RE: HELP REQUIRED: Unexpected end of file.

2008-04-21 Thread Stepp, Charles
I'm betting it is the Windoze vs. Unix line endings. CRLF vs LF. I've found that using Windoze version of vim makes it easy to see and fix line ending problems with files. Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message-

RE: Cygwin is saving my ass

2008-03-31 Thread Stepp, Charles
Yeah...I use shell scripts to rename and rearrange music and podcasts on my MP3 Players. I just don't understand why the original namers can't get the Year before Month before Day concept. Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -O

RE: Using curses with -mno-cygwin

2008-03-25 Thread Stepp, Charles
I'd bet a shiny new quarter that cygwin supports linking to the ncurses library. Both aalib (aafire) and mc (Midnight Commander) work just fine, which indicates that curses is a go. ncurses(3X) ncurses(3X) NAME n

RE: [ANNOUNCEMENT] New package: aria2-0.13.1+1-1

2008-03-19 Thread Stepp, Charles
Aria2 supports Oracle's Metalink? What does this mean, supports? Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message- From: Kostya Altukhov [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 7:07 AM To: cygwin@cy

RE: Easy question - Colors

2008-03-13 Thread Stepp, Charles
Colors is a bit of a hobby. Some of these are hideous, but variety is the spice, and all that... Foreground Background rgb:5c/61/0a rgb:a0/9f/f2 rgb:eb/d3/91 rgb:0e/29/6f rgb:34/1b/c6 rgb:ca/df/3b rgb:ce/f5/c8 rgb:33/09/33 rgb:52/04/32 rgb:ad/f7/c7 rgb:00/00/00 rgb:23/b1/75 rgb:37/2e/82 rgb:c5/d

RE: Long filename support, soon?

2008-03-06 Thread Stepp, Charles
I like doing c, ksh, perl, tcl/expect and (don't laugh) forth; are there any things left laying around I can fiddle with? Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message- From: Adam Thompson [mailto:[EMAIL PROTECTED]

RE: Serial port using USB adaptor

2008-03-04 Thread Stepp, Charles
Yeah. RS232C can operate in many different ways, using the various "wires" differently. Opening a serial port is just the beginning of the work; then there is deciding what signals and handshake to use. Ohthe good ol' days. Charles Stepp Meskimen's Law: There's never time to do it rite, but

RE: prevent scroll (or something like that)

2008-01-29 Thread Stepp, Charles
HISTFILE=/home/cstepp/.bash_history HISTFILESIZE=2000 HISTSIZE=2000 Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. -Original Message- From: electron [mailto:[EMAIL PROTECTED] Sent: Saturday, January 26, 2008 6:58 AM To: cygwin@cygwi

RE: internal error alloc with echo/cat and workaround

2007-12-31 Thread Stepp, Charles
How about trying cpio_nbr=$(<$sprojdir/cpionbr). That "cat <" is unnecessary. For that matter, the '<' is unnecessary with the use of 'cat'. That error looks like a bug to be pursued, though. Charles Stepp Meskimen's Law: There's never time to do it rite, but there's always time to do it over. ---

RE: Re: Webdav cadaver: script possible?

2007-09-12 Thread Stepp, Charles
I'm a unix sysadmin/oracle DBA. For me, Expect is the killer app of Cygwin, even over the X server. Get the O'Reilly Expect book by Don Libes. It is a treasure trove of Unix knowledge as well as Expcect/TCL. Check out the autoexpect script. You may have to find it somewhere to install it into the C

RE: scripting and cygwin

2007-06-01 Thread Stepp, Charles
Why would you bother with the Windoze machine if you have OS X/FreeBSD available? Cygwin provides my X, Expect, bash, etc. on my corporate mandated Windoze laptop. Otherwise... Charles Stepp Oracle DBA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

RE: script problem

2007-03-02 Thread Stepp, Charles
rxvt -menu terminal.menu --backspacekey ' -fg $FG -bg $BG -geometry "$G" -ls -sb -sl 5000 -sr -cr red -si +sk -sw -ipf -pr green -fn 8x13bold & Charles Stepp Oracle DBA "Dumb it down..." -- Pernice Brothers -Original Message- From: Asher Vilensky [mailto:[EMAIL PROTECTE

RE: How to get more than one X-window?

2006-07-08 Thread Stepp, Charles
I have the following in my .sh_profile. This ensures that my DISPLAY gets set correctly in each shell: # -- # Added - Tue May 30 12:26:30 EDT 2006 # -- DISPLAY=$

RE: sed: 4.1.5 breaks libtool generation

2006-06-21 Thread Stepp, Charles
By Gawk! You're right! Sed "broke" one on my little scripts, but there is an easy work around. It isn't really sed so much as white space confusion. -Original Message- From: Igor Peshansky [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 11:47 AM To: Stepp

RE: 1.5.19: tar runs normally from command line but terminates early when run from crontab

2006-06-21 Thread Stepp, Charles
From a Unix viewpoint, running from cron does not set the environment the same as with an interactive session. I have sometimes had to set TERM=vt100 (or whatever) and other environment variables to get things to run from cron. One trick it to capture your environment to a file, edit out what you

RE: sed: 4.1.5 breaks libtool generation

2006-06-21 Thread Stepp, Charles
It is? -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2006 12:30 AM To: cygwin@cygwin.com Subject: Re: sed: 4.1.5 breaks libtool generation On Sat, Jun 17, 2006 at 02:24:00PM +1000, Mark Hessling wrote: >Given the fact that cygwin runs on a

RE: cygdrive flags / hiding cygdrive prefix directory (the old behavior)

2006-06-15 Thread Stepp, Charles
Symlink? ln -s /cygdrive/c /c Charles Stepp Unix SA CYGWIN ROCKS!! -Original Message- From: kralius [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 11:26 PM To: cygwin@cygwin.com Subject: Re: cygdrive flags / hiding cygdrive prefix directory (the old behavior) Thanks for the

Problems with cygwin, "expect" and ssh

2006-05-24 Thread Stepp, Charles
I have found some interesting behavior regarding the cygwin expect/ssh problem. I used the little expect script That Corinna created. It seemed to not see the prompt for the password from the spawned ssh, so it just timed out. But, when I redirect the stderr to /dev/null, it behaves correctly. Perh