display ps command line parameters

2007-04-30 Thread [EMAIL PROTECTED]
Hi all, I'm trying to get parameters entered at the Cygwin command line to appear on my ps command, and failing miserably! i.e. I'm running the following process at the command line: program parameter1 In "ps -s" I get something like: PID TTYSTIME COMMAND 1234 con 09:00:00 /path/progr

RE: display ps command line parameters

2007-04-30 Thread Dave Korn
On 30 April 2007 12:36, [EMAIL PROTECTED] wrote: > Hi all, > > I'm trying to get parameters entered at the Cygwin command line to appear on > my ps command, and failing miserably! > Is there a way of doing this through ps (or an alternative) in Cygwin? If it doesn't say it in "ps --help" or "

RE: Regarding the Cygwin Environment variables

2007-04-30 Thread Pandare, Prasad
Hi Good morning !! Can I please know which command I should fire for getting cygcheck output? Here is etc\passwd file: == SYSTEM:*:18:544:,S-1-5-18:: Administrators:*:544:544:,S-1-5-32-544:: Administrator:unused_by_nt/2000/xp:500:513:U-PPANDAREXP2\Administrator,S -1-5-21-1433376788-2

Leafnode now that W95,98,ME is going away

2007-04-30 Thread Wes S
With the impending non support of pre-ntfs windows is it possible that leafnode would be added to the supported packages? http://www.cygwin.com/ml/cygwin-apps/2004-04/msg00022.html http://www.cygwin.com/ml/cygwin/2004-04/msg00276.html I'm using the package that A. Alper kindly made available and

RE: Regarding the Cygwin Environment variables

2007-04-30 Thread Pandare, Prasad
Hi Good morning !! Can I please know which command I should fire for getting cygcheck output? Here is etc\passwd file: == SYSTEM:*:18:544:,S-1-5-18:: Administrators:*:544:544:,S-1-5-32-544:: Administrator:unused_by_nt/2000/xp:500:513:U-PPANDAREXP2\Administrator,S -1-5-21-1433376788-2

Re: display ps command line parameters

2007-04-30 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: Hi all, I'm trying to get parameters entered at the Cygwin command line to appear on my ps command, and failing miserably! i.e. I'm running the following process at the command line: program parameter1 In "ps -s" I get something like: PID TTYSTIME COMMAND 123

Re: Regarding the Cygwin Environment variables

2007-04-30 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: > Hi > > Good morning !! > > > > Can I please know which command I should fire for getting cygcheck > output? The problem reporting guidelines provide you with this information, as well as other important guidelines. > Here is etc\pas

Re: ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-30 Thread Igor Peshansky
On Wed, 25 Apr 2007, Dmitry Golovaty wrote: > Thanks, Igor. > > > PATH is usually processed left-to-right. As an alternative to what > > Brian suggested, simply prepending C:\cygwin\bin to the PATH should > > work. > > C:\cygwin\bin has been in the PATH all the time; the problem seems to > have b

Wide Character support in Cygwin

2007-04-30 Thread Tejesh C (RBIN/ECM2)
Hi All, Is the wide character support for GCC available in Cygwin We have tried to compile a piece of code which works on SLES 9 LINUX But the same code throws errors when compiled on cygwin. Can any one please suggest how to solve this problem The following is the code : #include #

Re: display ps command line parameters

2007-04-30 Thread Tony Richardson
Andy Jet-Net jet-net.co.uk> writes: > In "ps -s" I get something like: > > PID TTYSTIME COMMAND > 1234 con 09:00:00 /path/program > > Is there a way of doing this through ps (or an alternative) in Cygwin? An alternative would be to parse /proc/PID/cmdline. Arguments are separated by nu

setting cygwin PATH

2007-04-30 Thread Fungazid
Hello to you the cygwin people, I'm working with cygwin. I added a directory "/home/T-COFFEE/bin/" to PATH by: export PATH=/home/T-COFFEE/bin:`printenv PATH` I typed it in the cygwin command line. after that 'printenv PATH' showed the new directory. But the new directory remained only temporari

Re: setting cygwin PATH

2007-04-30 Thread John Morrison
On Mon, April 30, 2007 6:24 pm, Fungazid wrote: > Hello to you the cygwin people, > > I'm working with cygwin. > I added a directory "/home/T-COFFEE/bin/" to PATH by: > > export PATH=/home/T-COFFEE/bin:`printenv PATH` $PATH is easier than the `printenv PATH` bit :) > I typed it in the cygwin comm

Re: Setup.exe Problems on Vista

2007-04-30 Thread Igor Peshansky
On Sun, 29 Apr 2007, Michael D. Adams wrote: On 4/24/07, Larry Hall (Cygwin) wrote: > Michael D. Adams wrote: > > On 4/23/07, Dave Korn wrote: > >> On 24 April 2007 00:19, Michael D. Adams wrote: > >> What's going on here could be related to security changes in the > >> way Vista handles dll

Re: display ps command line parameters

2007-04-30 Thread Igor Peshansky
On Mon, 30 Apr 2007, [EMAIL PROTECTED] wrote: > Hi all, > > I'm trying to get parameters entered at the Cygwin command line to > appear on my ps command, and failing miserably! > > i.e. I'm running the following process at the command line: > > program parameter1 > > In "ps -s" I get something l

Re: display ps command line parameters

2007-04-30 Thread Matthew Woehlke
Tony Richardson wrote: Andy Jet-Net jet-net.co.uk> writes: In "ps -s" I get something like: PID TTYSTIME COMMAND 1234 con 09:00:00 /path/program Is there a way of doing this through ps (or an alternative) in Cygwin? An alternative would be to parse /proc/PID/cmdline. Arguments are

Re: setting cygwin PATH

2007-04-30 Thread Fungazid
Hello John ;), I did the same thing with xemacs. The problem is that it is not enough if I want the path to stay permanently. How do cygwin knows to look at this file (".bashrc") in the HOME directory ? Avi --- John Morrison <[EMAIL PROTECTED]> wrote: > On Mon, April 30, 2007 6:24 pm, Fungazid

Re: setting cygwin PATH

2007-04-30 Thread John Morrison
On Mon, April 30, 2007 6:53 pm, Fungazid wrote: > --- John Morrison <[EMAIL PROTECTED]> wrote: >> On Mon, April 30, 2007 6:24 pm, Fungazid wrote: >> > Hello to you the cygwin people, >> > >> > I'm working with cygwin. >> > I added a directory "/home/T-COFFEE/bin/" to PATH >> by: >> > >> > export PA

RE: display ps command line parameters

2007-04-30 Thread Dave Korn
On 30 April 2007 18:48, Matthew Woehlke wrote: > um... and since Cygwin has this information, doesn't this mean that 'ps' > is missing a feature that is standard to pretty much every other *nix > implementation of 'ps'? (I don't have a POSIX standard handy Yes you do: open browser, google "pos

Re: display ps command line parameters

2007-04-30 Thread Matthew Woehlke
Dave Korn wrote: On 30 April 2007 18:48, Matthew Woehlke wrote: um... and since Cygwin has this information, doesn't this mean that 'ps' is missing a feature that is standard to pretty much every other *nix implementation of 'ps'? (I don't have a POSIX standard handy Yes you do: open brows

Re: setting cygwin PATH

2007-04-30 Thread Thorsten Kampe
* Fungazid (Mon, 30 Apr 2007 10:58:50 -0700 (PDT)) > I did the same thing with xemacs. The problem is that > it is not enough if I want the path to stay > permanently. How do cygwin knows to look at this file > (".bashrc") in the HOME directory ? Cygwin doesn't know. Bash knows. But only if your s

RE: display ps command line parameters

2007-04-30 Thread Dave Korn
On 30 April 2007 19:23, Matthew Woehlke wrote: > Dave Korn wrote: >> On 30 April 2007 18:48, Matthew Woehlke wrote: >> >>> um... and since Cygwin has this information, doesn't this mean that 'ps' >>> is missing a feature that is standard to pretty much every other *nix >>> implementation of 'ps'?

Re: setting cygwin PATH

2007-04-30 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Mon, 30 Apr 2007, Fungazid wrote: > --- John Morrison morrisonminenu> wrote: . Thanks. > > On Mon, April 30, 2007 6:24 pm, Fungazid wrote: > > > Hello to you the cygwin people, > > > > > > I'm working with cygwin.

Re: setting cygwin PATH

2007-04-30 Thread Fungazid
--- John Morrison <[EMAIL PROTECTED]> wrote: > Hi Fungazid, > > (Just a netiquette point, bottom posting is expected > on the cygwin lists > and responses are best kept there :) ) > > .bashrc is run because, for a login shell, > .bash_profile tells it to be. > > How are you starting cygwin? It

Re: ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-30 Thread Dmitry Golovaty
Igor Peshansky wrote: On Wed, 25 Apr 2007, Dmitry Golovaty wrote: Thanks, Igor. PATH is usually processed left-to-right. As an alternative to what Brian suggested, simply prepending C:\cygwin\bin to the PATH should work. C:\cygwin\bin has been in the PATH all the time; the pr

Re: Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-30 Thread Shankar Unni
Dave Korn wrote: cygcheck.out: CYGWIN = 'ntsec' Perhaps you need smbntsec as well? Thanks! That did it.. Of course, now I need to figure out why Clearcase itself refuses to recognize that share, but that's a separate issue. Back to the coal mine.. -- Unsubscribe info: http://cygwin

Re: setting cygwin PATH

2007-04-30 Thread Thorsten Kampe
* Fungazid (Mon, 30 Apr 2007 12:16:54 -0700 (PDT)) > > .bashrc is run because, for a login shell, > > .bash_profile tells it to be. > > > > How are you starting cygwin? It should be enough > > for it to happen > > everytime... > > I am starting cygwin by clicking on its icon. > senenv HOME is "/

RE: trying to build gdb with renamed cygwin1.dll

2007-04-30 Thread Dave Korn
On 30 April 2007 21:19, Daniel Jacobowitz wrote: [ Thread redirected from gdb list ] > On Mon, Apr 30, 2007 at 09:11:57PM +0100, Dave Korn wrote: >> Give it a try if you haven't yet. If you have, plese post the /exact/ >> error message, [...] > > ... to the Cygwin mailing list, please. Kne

Re: display ps command line parameters

2007-04-30 Thread Matthew Woehlke
Dave Korn wrote: On 30 April 2007 19:23, Matthew Woehlke wrote: Dave Korn wrote: On 30 April 2007 18:48, Matthew Woehlke wrote: um... and since Cygwin has this information, doesn't this mean that 'ps' is missing a feature that is standard to pretty much every other *nix implementation of 'ps

Re: display ps command line parameters

2007-04-30 Thread Matthew Woehlke
Matthew Woehlke wrote: Dave Korn wrote: On 30 April 2007 19:23, Matthew Woehlke wrote: Anyway, since the information is available, and most other *nix's 'ps' provides it, any reason Cygwin's 'ps' shouldn't do the same? I believe you can probably guess the answer to this one... particularly