Re: Extra spaces in text files in cygwin

2008-06-11 Thread Gary Johnson
On 2008-06-11, gmarsha11 wrote: > Gary Johnson wrote: > > > > On 2008-06-10, gmarsha11 wrote: > >> > >> Does this mean it's necessary to change the encoding for any files I > >> might > >> need to cat, grep awk, etc.? > > > >

Re: Extra spaces in text files in cygwin

2008-06-10 Thread Gary Johnson
were no extra spaces. I was running bash in an rxvt window, if that matters. Regards, Gary -- 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/

[OT] Is od broken?

2008-06-10 Thread Gary Johnson
On 2008-06-10, Gary Johnson wrote: >$ cat abc.txt >This is abc file > >$ od -t cx1 abc.txt >000 T h i s i s a b c f i l e >54 68 69 73 20 69 73 20 61 62 63 20 66 69 6c 65 >020 \n >

Re: Extra spaces in text files in cygwin

2008-06-10 Thread Gary Johnson
69 73 20 69 73 20 61 62 63 20 66 69 6c 65 020 \n 0a 021 You can see that in this case, the character coding is ASCII. HTH, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: path separator

2008-06-06 Thread Gary R. Van Sickle
7;t get misinterpreted like you've discovered. Hit the Googles for "shell quoting" and settle in for a long night of reading. -- Gary R. Van Sickle -- 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: how can I stop Windows setting HOME?

2008-06-05 Thread Gary R. Van Sickle
as real an issue as the OP may think. If it points to somewhere halfway sane (which it looks like it does for the OP, i.e. XP's idea of a user's home directory), it shouldn't "screw up cygwin". OP: What exactly is getting "screwed up"? -- Gary R. Van Sickle -- 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: [ANNOUNCEMENT] Updated: bash-3.2.39-19

2008-05-04 Thread Gary R. Van Sickle
e heretofore-assumed-NP-complete text file line ending problem which has plauged computer science since prehistoric times. Man I love living in the future. Thank you Eric for your doggedness in getting this implemented and (hopefully) accepted. Here's hoping this can default to "on"

Re: Looking for basic documentation on Cygwin and Serial Ports

2008-05-01 Thread Gary Johnson
me this: tcgetattr (tty,¶ms);// get the current port settings params.c_cflag = CRTSCTS | CS8 | CLOCAL | CREAD; params.c_iflag = IGNPAR; params.c_oflag = 0; params.c_lflag = ICANON; cfsetispeed(¶ms, B19200); cfsetospeed(¶ms, B19200); tcflush (tty, TCIFLUSH); tc

Re: FW: ssmtp with multiple email accounts

2008-04-30 Thread Gary
On Wed, Apr 30, 2008 at 09:37:39AM +0200, [EMAIL PROTECTED] wrote: > >If you are intent on using ssmtp, something along the following (taken > >from an old muttrc file) should work: > [..] > >folder-hook mbox1 \ > >'set sendmail="/usr/sbin/ssmtp.exe [EMAIL PROTECTED] -ap012345"' > > The ''set sendm

Re: FW: ssmtp with multiple email accounts

2008-04-29 Thread Gary
> Why do you need multiple ssmtp configurations? Why can't you just use > ssmtp to relay to your ISP's SMTP server for all of your outgoing mail? I don't have access to a mailhub which allows what I need given ssmtp's limitation of one authenticating user. Taking one of the two that I use, gmail

Re: FW: ssmtp with multiple email accounts

2008-04-29 Thread Gary
> Well, then mutt lets you choose *its* configuration file. Yeah, but then I have to know in advance which emails I am going to send before starting mutt, and I'm not that organised (it is pretty impractical anyway, due to replying to mails using different From addresses). Maybe my best bet is to

RE: ssmtp with multiple email accounts

2008-04-28 Thread Gary
> -Cfile Use alternate configuration file. > > Is that what you want? Not really, I don't think, because then mutt somehow needs to know to tell ssmtp to use that option and also whcih alternative file to use. Maybe part of the solution though, thanks. -- Unsubscribe info: http://cyg

ssmtp with multiple email accounts

2008-04-28 Thread Gary
I can't be the only one who has this, so I'm wondering if I've missed something really simple. Like many people I have multiple email accounts and would like to send from all of them using mutt. I currently use ssmtp to deliver to the outside world. The problem is that the config is different for

Re: bash script works on one PC, bombs on another?

2008-04-18 Thread Gary Johnson
t. Maybe different > versions of find? Some strange enviroment thing? I re-installed cygwin > from scratch on the one that bombs, no help there. The script on the machine that bombs appears to have CRLF line endings. Run d2u on the script and it should work fine. Regards, Gary -- Unsubscribe

Re: environment variables and ssh logins

2008-04-17 Thread Gary Johnson
On 2008-04-17, Brian Dessent wrote: > Gary Johnson wrote: > > > Why are some but not all the environment variables defined in the > > System dialog inherited by ssh logins? > > http://www.cygwin.com/ml/cygwin/2006-10/msg00729.html > http://www.cygwin.com/ml/cygwin/2

Re: environment variables and ssh logins

2008-04-17 Thread Gary Johnson
On 2008-04-17, Gary Johnson wrote: > I have several environment variables defined in the Windows Control > Panel -> System -> Advanced -> Environment Variables -> System > Variables list on my Windows XP box. If I run a Cygwin bash login > shell locally on this machi

environment variables and ssh logins

2008-04-17 Thread Gary Johnson
However, PYTHONPATH is in the local environment but not in the ssh environment. Why are some but not all the environment variables defined in the System dialog inherited by ssh logins? Thanks, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: postinstall hang

2008-04-02 Thread Gary R. Van Sickle
Or is that asking for trouble again? > Dave, if literally all you need is an X server for Windows, use Xming instead: http://www.straightrunning.com/XmingNotes/ I use this with an otherwise full-on Cygwin install and it works great. -- Gary R. Van Sickle -- Unsubscribe info: http://cyg

Re: Windows ClearCase [Was: Cygwin Visuals]

2008-03-28 Thread Gary Johnson
On 2008-03-28, Andrew DeFaria wrote: > Gary Johnson wrote: >> Are you using ClearCase on Windows, or just ClearCase on Unix? We use both >> at work. I found that I couldn't execute "cleartool edcs" in rxvt because >> cleartool apparently requires a Windows Co

Windows ClearCase [Was: Cygwin Visuals]

2008-03-28 Thread Gary Johnson
ge when I closed vim. Are you able to run "cleartool edcs" in rxvt or ssh? Regards, Gary -- 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: Cygwin Visuals

2008-03-27 Thread Gary Johnson
gt; similar to unix). The look of the prompt itself is set by the PS1 variable. You can look in /etc/profile for examples, then put your own definition in ~/.profile or ~/.bash_profile. Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: FAQ suggestion

2008-03-18 Thread Gary R. Van Sickle
m game: [snip] Allow me to be the first to thank you, Dan, for contributing to the Cygwin documentation (or attempting to at any rate). While I of course cannot speak for anyone else, I am sure that all other professionals here appreciate your efforts. -- Gary R. Van Sickle -- Unsubscribe i

Re: Initiate a Dial-up Connection from the command line?

2008-02-28 Thread Gary Johnson
On 2008-02-28, Brian Dessent wrote: > Gary Johnson wrote: > > > I'm running some tests of a radio modem where I need to bring up the > > Windows Connect Dial-up Connection dialog (Start -> Settings [-> > > Control Panel] -> Network Connections -> Dial-up

Initiate a Dial-up Connection from the command line?

2008-02-28 Thread Gary Johnson
t would be much easier if I could ssh to this box (which I can) and just execute some command from the Cygwin bash command line. Is there some Cygwin utility or other method to do this? Thanks, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Cygwin setup: DL rate should show as kB/s not kb/s ?

2008-02-20 Thread Gary R. Van Sickle
> From: Bill Meier > > Gary R. Van Sickle writes: > > > > > > From: Bill Meier > > > or maybe KB/s for kilobytes/sec ? > > > > > > > It should be an option, but that begs an "Options..." dialog, which > > doesn&

RE: Cygwin setup: DL rate should show as kB/s not kb/s ?

2008-02-18 Thread Gary R. Van Sickle
> From: Bill Meier > or maybe KB/s for kilobytes/sec ? > It should be an option, but that begs an "Options..." dialog, which doesn't exist. > > Bill Meier > -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Erratic performance with Cygserver

2008-01-28 Thread Gary Rowe
t's happening on their two test servers, and also on site! Gary ___ Gary Rowe, Dublin, Ireland www.rowandelle.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

Re: Cannot install cscope in cygwin

2008-01-15 Thread Gary Johnson
hive file using some Windows archiving program, such as WinZip. You can fix this particular file by using d2u. However, you might be better off by deleting all the unpacked files and unpacking the archive again using Cygwin tools such as tar. HTH, Gary -- Unsubscribe info: http://cy

RE: [1.7.0 HEAD]: Cygwin no longer encoding/decoding names on managed

2008-01-15 Thread Gary R. Van Sickle
at, Inc. Compiled on Dec 14 2007 Yep, I can replicate your report. I'm doubt that it's incorrect behavior though: $ find /cygdrive/c/Program\ Files/ /cygdrive/c/Program Files/ [...etc...] -- Gary R. Van Sickle -- 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: need help with bash -c with cygpath

2008-01-14 Thread Gary Johnson
#x27;%1'" "'%cygwin_save%' where run_bash_here is a function defined in ~/.bashrc that contains, among other things, # Restore original value of CYGPATH. # CYGWIN="$2" Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

RE: [1.7.0 HEAD]: Cygwin no longer encoding/decoding names on managed mounts

2008-01-14 Thread Gary R. Van Sickle
ngs like ":" in them, which will choke Windows no matter what year is in its name. > cheers, > DaveK > -- > Can't think of a witty .sigline today > -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: Bash issues many FSCTL_PIPE_PEEK operations?

2007-12-18 Thread Gary Fritz
Christopher Faylor wrote: > > Is it *supposed* to do that?? > In any cygwin less than 1.7.x, yes. I see. I gather 1.7.0 is the next major release, but I don't see anyplace that tells when it's expected. I'll keep an eye out and update to 1.7.0 when it co

Bash issues many FSCTL_PIPE_PEEK operations?

2007-12-18 Thread Gary Fritz
ing a command, so there is no open prompt looking for input. Is it *supposed* to do that?? I'm running Bash 3.2.17(15)-release (i686-pc-cygwin) on XP Pro SP2. Gary cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: end of file characters

2007-12-03 Thread Gary Johnson
On 2007-12-03, Ren Berber wrote: > Gary Johnson wrote: > [snip] > > Except that WordPad always writes CR-LF at the ends of lines, even > > if the original file had only LF line endings.[snip] > > "always" is not true, WordPad distinguishes between text and DO

Re: end of file characters

2007-12-03 Thread Gary Johnson
it thinks the file is a "unix" file or a "dos" file) after the last line in a file, even if the original file had none and the last was not modified by the user. Whether this is a bug or a feature is debatable, but it's something to be aware of. Regards, Gary -- U

RE: copying a million tiny files?

2007-10-31 Thread Gary R. Van Sickle
ink), and actually timed using XCOPY vs. Cygwin methods (cp in my case). It didn't make a significant difference. Ultimately what I think you run into in these sorts of situations is that you bump up against the slowness of the link (or physical disk) because, POSIX emulation or not, all your

Re: Problem in compiling the insight.

2007-10-31 Thread Gary Johnson
he mailing list but I did not found the answer for this. > > Could any one answer the question? If you are building a program that uses ncurses, I believe you need the libncurses-devel package. HTH, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

Re: How to remotely log in and execute a program

2007-10-13 Thread Gary Johnson
host:0.0 ssh -Y -C -q [EMAIL PROTECTED] "command" > > But is there a way to do it by running a Cygwin script on the Windows box? IIUUC, yes, just install the ssh server on your Cygwin/Windows box. The instructions are here: /usr/share/doc/Cygwin/openssh.README Regards, Ga

Re: Users connected to my computer using Cygwin

2007-10-09 Thread Gary Johnson
standing is not Corinna's. Her answer was "who". Execute the command 'who' and you will see a list of who is logged on to the system. Regards, Gary -- 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: -exec on find(1) broken

2007-10-08 Thread Gary Johnson
f -mtime +18 | more Also, please don't start new threads by replying to other posts--it messes up threading. Send mail directly to the list instead. Regards, Gary -- 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: screen reattach not working?

2007-10-04 Thread Gary Johnson
and the screen window looks the same as when I detached. I would not expect screen to work from a console. What kind of terminal are you using when you try to use it "under cygwin sshd"? Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

Re: screen reattach not working?

2007-10-04 Thread Gary Johnson
On 2007-10-04, Gary Johnson wrote: > On 2007-10-04, Damjan Lango wrote: > > Hi! > > What is the current status of screen reattach? > > For me it does not work under the default cygwin bash shell, which > > uses cmd console afaik and it does not work under cygwin sshd. T

Insight - redirect from stdin?

2007-09-27 Thread Gary Spivey
I want to use insight with a source file redirected from stdin. I suspected that I should have to bring up the gdb console window and type: run < myfile But this doesn't appear to do anything other than run the program directly. If I run it using the input console and type things in, it works fi

Re: executing an executable

2007-09-16 Thread Gary Johnson
ut PATH. > > Regards -- Markus > > I tried "set PATH=.:$PATH" and that did not work. When I echoed the > $PATH I realized that that command had no effect. What am I doing > wrong? Cygwin's default shell is bash and bash does not use 'set' to set environ

bash becomes orphaned when remote terminal killed

2007-09-16 Thread Gary Johnson
e tty. Once started, there is no way to end the program other than to send it a signal. I can do this from another ssh login session, but it would be a lot more convenient to just close the xterm. Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

RE: sftp removing writable bit

2007-09-15 Thread Gary R. Van Sickle
[snip] Cygwin Content-O-Meter(tm), as of a few dozen posts in this thread ago: +---+ | 0% 100% | | \ | | \| | \ | |O | +---+ Too bad nobody polices such things. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml

RE: Don't like "setup" for ocassional updates

2007-09-13 Thread Gary R. Van Sickle
Hi Paul, The Cygwin list is the appropriate place for followups: > From: Paul McFerrin > > Gary R. Van Sickle wrote: > >> From: Paul McFerrin > >> > >> I thought is was that straight forward. Consider the .bz2 > file under > >> bzip2: > &g

RE: Don't like "setup" for ocassional updates

2007-09-13 Thread Gary R. Van Sickle
in your efforts to not update. Bite the bullet and update. Everything. With setup. The chances that you'll be able to piecemeal update a few apps to present-day versions while retaining a Cretaceous-era cygwin1.dll and have it be a pleasant experience are zero. -- Gary R. Van Sickle -- Un

Re: How do I make scripts my PC executable

2007-08-29 Thread Gary Johnson
think the program might have to be a .bat file that contains something like this (untested): C:\cygwin\bin\bash.exe --login -c %1 Regards, Gary -- 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: Accessing RS-232 serial port under Cygwin

2007-07-26 Thread Gary Johnson
mios(3) interface but not the ioctl(2) interface for controlling serial ports. Using termios(3) should allow you to use the same source on either Cygwin or Linux, at least for the serial port control. Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

RE: hacked package on server

2007-07-16 Thread Gary R. Van Sickle
Heheheh! He thinks he's on the [insert name of any other project here] mailing list! -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Version mismatch error

2007-06-29 Thread Gary Fritz
. :-) > You can add C:\Cygwin\bin and C:\Cygwin\usr\X11R6\bin (if you use > X-windows based systems) to your system PATH, so that all applications > can find the appropriate binaries, libraries, and the like. That did the trick! Thanks for all your help, folks! Gary -- Unsubscribe info

Re: Version mismatch error

2007-06-28 Thread Gary Fritz
;s why I wondered if I should give it its own copy of cygwin1.dll. Bash &etc are working fine now. I ran a find to make SURE there were no more cygwin1.dll's. :-) Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

Re: Version mismatch error

2007-06-28 Thread Gary Fritz
27;, choose a mirror, "Next" until you can't "Next" no > more. I know. It's allot of work. But you can do it! ;-) I dunno man, I think you've exceeded my technical abilities... :-) Thanks! Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Version mismatch error

2007-06-28 Thread Gary Fritz
do that.  What's the right way to update all installed packages?  (I just found the gmane newsgroups.  Can't post to them with NNTP or post.gmane.org, and I haven't figured out yet how to get on the cygwin ML. Please cc me at fritz at frii dot com.) Thanks, Gary -- Unsu

Re: Help compiling gcc 4.2.0

2007-06-22 Thread Gary Johnson
> archives. Use cygwin's command-line tar utility. I agree with the advice to use tar, but WinZip does have an option to fix this behavior. From the menu bar, select Options -> Configuration -> Miscellaneous Uncheck the "TAR file smart CR/LF conversion" box. (Odd

Re: using chere

2007-06-22 Thread Gary Johnson
started playing with the bat file. A better location would be C:\cygwin\usr\local\lib. run_bash_here.bat - @echo off REM Batch file to run a bash shell in the directory given by the batchfile REM argument, %1. REM REM Gary Johnson REM 2006-10-17 REM Sav

Re: [ANNOUNCEMENT] New package: brltty 3.8

2007-06-07 Thread Gary Johnson
lenty good for your application, with the advantage that you could use one mechanism, one piece of code, to access the local machine as well as remote machines. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile Broadband Division

RE: scripting and cygwin

2007-06-02 Thread Gary R. Van Sickle
> From: Phil Betts [] > > You're comparing chalk & cheese and complaining that your > mouth's full of grit. Oh man, that's goin' in the act! ;-) -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Prob

Re: 1.7.0 Cannot use any command

2007-05-24 Thread Gary Johnson
-3.2$ Because your PS1 prompt looks like that ("bash-3.2$"), it appears that you are running bash without the --login option. That is, it appears that you did not execute cygwin.bat. What did you do to get the console with the "bash-3.2$" prompt? Did you double-click the

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Gary Johnson
On 2007-05-15, Igor Peshansky wrote: > On Tue, 15 May 2007, Gary Johnson wrote: > > > On 2007-05-15, Michael Schaap wrote: > > > On 14-May-2007 17:05, Corinna Vinschen wrote: > > > > I have updated the version of vim on cygwin.com to 7.1-1. > > > >

Re: Attn: Yaakov - gvim (Was: [ANNOUNCEMENT] Updated: vim-7.1-1)

2007-05-15 Thread Gary Johnson
gvim-7.0, so there is some amount of > urgency...) What breaks? As far as I know, 7.1 contains only bug fixes. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile Broadband Division | Spokane, Washington, USA

RE: CygWin and email clients

2007-04-29 Thread Gary R. Van Sickle
Try mutt. -- Gary R. Van Sickle > -Original Message- > From: Jeremy T. Harrison > > I have tried with varied success to use "ssmtp" and "email" > as my email send applications under CygWin. For what ssmtp > was designed to do, it works fine

Re: Can't use ioctl() to set baud rate on /dev/ttyS0

2007-04-24 Thread Gary Johnson
On 2007-04-23, Christopher Faylor wrote: > On Mon, Apr 23, 2007 at 06:34:45PM -0700, Gary Johnson wrote: > >I've been working on porting a simple terminal emulator application > >from HP-UX 10.20 to Cygwin. All it does is make a few termio > >settings on stdin, stdou

Can't use ioctl() to set baud rate on /dev/ttyS0

2007-04-23 Thread Gary Johnson
s and runs without errors--it just fails to set the baud rate. I have also attached the output of "cygcheck -s -r -v > cygcheck.out". Does anyone see what I'm doing wrong or know why ioctl() is not setting the baud rate? Regards, Gary -- Gary Jo

cron

2007-04-12 Thread Gary Worthy
I'm at a loss as to why cron won't start and continue to run. Any help would be appreciated. I used /usr/bin/cron-config to install as per the cron-4.1-2.README. There were a few errors with permissions. I stopped the install, corrected the error, then restarted the install. The final install

Re: grep and exact matches help..

2007-04-03 Thread Gary Johnson
/d' If you're piping 'ls' into another command, the -1 isn't necessary. 'ls' detects that its stdout is not a tty and delivers single-column output automatically. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED]

Re: grep will not work with a variable?

2007-03-29 Thread Gary Johnson
On 2007-03-29, Kevin Markle wrote: > Gary Johnson used his keyboard to write : > > On 2007-03-29, Kevin Markle wrote: > >> Hello, > >> > >> I'm trying to find a pattern in a file and the command works if I > >> manully put the output of the v

Re: grep will not work with a variable?

2007-03-29 Thread Gary Johnson
;t know what else to try? :-( What do you get if you execute echo '|'"$CLIENT"'|' I just put those '|' there to more clearly delimit the value of CLIENT. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mob

Re: Pass-through filter with logging

2007-03-21 Thread Gary Johnson
> I believe (maybe not true) that the latter should be more performant since > the file is not needed to be read. > > The question is: Does such command ("log_pass_through") exist by default in > Cygwin? Yes. It's called 'tee'. See the tee(1) man p

Re: Tab Completion and Typical Behavior

2007-03-20 Thread Gary Johnson
On 2007-03-20, robert_neville310 AT yahoo DOT com wrote: > On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson > <[EMAIL PROTECTED]> wrote: Including someone's address in your reply is frowned upon in this list. http://cygwin.com/acronyms/#PCYMTNQRE

Re: Tab Completion and Typical Behavior

2007-03-19 Thread Gary Johnson
y executing complete -c sh and then sh mysc should work. For more on this, see the bash(1) man page, search for the section on "SHELL BUILTIN COMMANDS" and search from there for "complete". HTH, Gary -- Gary Johnson | Agilent Technologies [

Re: [Testcase] Memory returned by malloc not always zeroed.

2007-03-06 Thread Gary Johnson
ody got a clue as to what's going on? Malloc() returns a pointer to a block of memory. Other than size and alignment, the contents of that memory is not specified. If you want a block of memory initialized to zero, use calloc(). Regards, Gary -- Gary Johnson

RE: script problem

2007-03-03 Thread Gary R. Van Sickle
> From: Lev Bishop > Sent: Saturday, March 03, 2007 2:42 PM > Subject: Re: script problem > > On 3/2/07, Gary R. Van Sickle wrote: > > The only downside to the switch that I've experienced is that my > > interactive shells take quite a bit longer to come up

RE: Difference Between CYGIPC And CYGServer

2007-03-02 Thread Gary R. Van Sickle
e queues). > > Even better. POSIX shared memory objects and message queues > are both implemented using file backed sharead memory which > works without help of cygserver. > Swt. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

RE: script problem

2007-03-02 Thread Gary R. Van Sickle
(one instance) + Xming comes out to ~20MB total, ~6MB for urxvt and ~14MB for Xming. -- Gary R. Van Sickle -- 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: script problem

2007-03-02 Thread Gary R. Van Sickle
or two interactive shells and leave them up all day) that it's not an issue for me. > BTW, nobody has yet to suggest a solution to my original > problems - XWin won't die during Windows shutdown. Try Xming as your X server instead, I've never seen this problem with it.

RE: Strange message from updatedb

2007-02-28 Thread Furash Gary
Okay, for a vanilla cygwin user, is there anything *I* should be doing, or just ignore it and wait for a patch. Thanks for helping. I use find all the time .. :-) -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 6:19 AM Cc: Furash Gary

RE: Strange message from updatedb

2007-02-27 Thread Furash Gary
So is there anything I can do for win cygwin? -Original Message- From: Phil Edwards [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 11:51 AM To: Furash Gary Cc: cygwin@cygwin.com; [EMAIL PROTECTED] Subject: Re: Strange message from updatedb On 2/27/07, Furash Gary <[EM

RE: Strange message from updatedb

2007-02-27 Thread Furash Gary
s /usr/bin /cygdrive/c/System\ Volume\ Information /c/cygwin' -Original Message- From: Phil Edwards [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 3:36 PM To: cygwin@cygwin.com; Furash Gary; [EMAIL PROTECTED] Subject: Re: Strange message from updatedb Eric Blake: >&

RE: Strange message from updatedb

2007-02-22 Thread Furash Gary
Here's the error messages I get /usr/bin/updatedb: line 241: /var/locatedb.n: Permission denied /usr/bin/find: Filesystem loop detected; `/c/cygwin' is part of the same filesystem loop as `/'. /usr/bin/find: /c/Program Files/MyEclipse Enterprise Workbench 5.1.0 GA/myeclipse/eclipse/plugins/org.cod

Strange message from updatedb

2007-02-22 Thread Furash Gary
I'm running it on windows with this command updatedb --prunepaths='/cygdrive/c/windows /cygdrive/e /cygdrive/d /cygdrive/z cygdrive/y /proc /cygdrive/c/System\ Volume\ Information /usr /var /cygdrive/c/Documents and Settings/furashg/Local\ Settings/Temporary\ Internet\ Files' However, when I run

Re: ls output still truncated

2007-02-20 Thread Gary Johnson
x27;ve never used gdb under Cygwin, so there may be some reason it isn't as useful under Cygwin as it is under, say, Linux. In that case, you could add a few printfs to see what's happening. Just my $0.02, Gary -- Gary Johnson | Agilent Technologies [EM

Re: less doesn't recognize capabilities of remote terminal

2007-02-06 Thread Gary Johnson
On 2007-02-06, Lev Bishop wrote: > On 2/5/07, Gary Johnson wrote: > > On 2007-02-05, Gary Johnson wrote: > > > I recently got Cygwin's sshd running on my Windows XP machine. It > > > seems to basically work fine, allowing me to login from any of > > > se

Re: less doesn't recognize capabilities of remote terminal

2007-02-05 Thread Gary Johnson
On 2007-02-05, Gary Johnson wrote: > I recently got Cygwin's sshd running on my Windows XP machine. It > seems to basically work fine, allowing me to login from any of > several machines running various flavors of Unix. Cygwin's less > command, however, doesn&#

less doesn't recognize capabilities of remote terminal

2007-02-05 Thread Gary Johnson
running directly on the Windows machine. I created the attached output from cygcheck -s -v -r while remotely logged in and in the same environment I used while encountering the problems with less. Any thoughts on what might be wrong or what else I might look at? Regards, Gary -- Gary Johnso

cygwin-1.5.23-2: /usr/include/ftw.h missing #include

2007-01-27 Thread Gary Johnson
d. I believe this is an error in Cygwin's implementation of /usr/include/ftw.h. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Washington, USA Cygwin Configuration Diagnostics Current Sy

cygwin won't run, missing cygintl-8.dll file

2007-01-02 Thread Gary Richardson
oblem." I tried that and it didn't. I have tried Google and the web and searched the mailing archives but have not found an answer. Could I have a pointer so as to find where to go to fix this. Thanks in advance Bye RegardsGary -- Unsubscribe info: http://cygwin.c

Re: Missing Programs

2006-12-20 Thread Gary Johnson
> have searched the FAQs but ... You just haven't installed them yet. http://cygwin.com/faq/faq.setup.html#faq.setup.what-packages HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Wash

Old Flex

2006-12-18 Thread Gary R. Van Sickle
line ending troubles. -- Gary R. Van Sickle -- 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: Umlauts not working

2006-12-14 Thread Gary
More that I've found. I updated the older version of Bash to the newer version. It still works, so the problem isn't due to some change in Bash. I've copied the .bashrc & .inputrc from the working system to the other one. That has has no visible effect. Again I ask: What might I have ballsed up?

Re: emacs trouble

2006-12-13 Thread Gary
around it: FWIW it is the C-c that doesn't work, not C-x. Gary -- 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/

Umlauts not working

2006-12-13 Thread Gary
c but that doesn't work either - should it?). The one that works has bash 3.1.17(6)-release and the one that doesn't has 3.2.5(8)-release but I don't know if that is significant. What might I have ballsed up? TIA, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

Re: Resources not freed

2006-12-04 Thread Gary Johnson
On 2006-12-04, fergus wrote: > PS Is there a switch I can add to "find /" so that /proc is not traversed? find / -path /proc -prune -o -name foo -print If you omit the final -print, "/proc" will be printed along with all occurrences of "foo". See the

RE: bash scripting problem

2006-12-01 Thread Gary R. Van Sickle
I don't mean a proof-of-principle; I'm sure a suitable example can be contrived. What I'm looking for is a shell script "in the wild" that purposely has a carriage return embedded in it for reasons other than ending a line of the script. -- Gary R. Van Sickle --

RE: .exe.stackdump and core dump files questions

2006-11-24 Thread Gary R. Van Sickle
of a stackdump file, it is obviously human > > readable. It is an ascii file which has English words in > it. It was > > NOT clear to me that the OP had actually looked at it. > > Others obviously did understand that; [snip] Eli, you need to take this discussion

Re: Problem passing Windows path names from batch file to bash script

2006-10-30 Thread Gary Johnson
On 2006-10-28, Lev Bishop wrote: > On 10/28/06, Gary Johnson wrote: > > On 2006-10-28, Buchbinder, Barry (NIH/NIAID) [E] wrote: > > > From: Gary Johnson; Sent: Friday, October 27, 2006 11:44 PM > > > > I am trying to pass Windows path names from a Windows batch file &

Re: Problem passing Windows path names from batch file to bash script

2006-10-28 Thread Gary Johnson
On 2006-10-28, Buchbinder, Barry (NIH/NIAID) [E] wrote: > From: Gary Johnson; Sent: Friday, October 27, 2006 11:44 PM > > I am trying to pass Windows path names from a Windows batch file > > to a Cygwin bash script. I have found a solution using Windows > > environment var

Problem passing Windows path names from batch file to bash script

2006-10-27 Thread Gary Johnson
omething I'm missing. Would someone please explain this behavior or direct me to the fine manual I should have read? How should one pass such a path name from Windows to a bash script without losing any information? Thanks, Gary -- Gary Johnson | Agilent Technologies

RE: device drivers - general info

2006-10-25 Thread Gary R. Van Sickle
more specifics i'll provide them. I can't simply > test this because I don't have the driver, and i won't buy it > ($900) unless i feel assured that i will be able to make it > work, hence this email. > > Regards, > > George Locke > -- Gary R. Van

<    1   2   3   4   5   6   7   8   9   10   >