Hello
Is there any way to make 'syslog' calls log nowhere. The aim is to leave no
traces of the application run (strange but this is the requirement), so neither
the syslog daemon will be available ofr logging into file, nor I want 'syslog'
to fall back to the Windows event log.
Is this possib
> Greetings, sbre...@hotmail.com!
>
>> It is done with the usual:
>>
>> ./configure
>> make
>> make install
>
> (Bind shot) Do you run 32-bit Cygwin under 64-bit Windows, by chance?
Sounds correct: 64 bit Windows 7 + 32 bit Cygwin! Bad idea?
>> Project is available here:
>>
>> http://pgfoundry.or
Hi
It is done with the usual:
./configure
make
make install
Project is available here:
http://pgfoundry.org/projects/plsh/
The version I am working with is:
http://pgfoundry.org/frs/download.php/1534/pgplsh-1.3.tar.gz
The INSTALL is not too verbose, looks like standard build, works pe
Hello
I am getting 'pgplsh' run under Cygwin PostgreSQL. After minor adjustments to
the makefile the library compiles, however I am facing the following error when
'loading' the function definitions in the database:
$ psql -d postgres -U SYSTEM -f /usr/local/share/pgplsh/createlang_pgplsh.sql
p
Hello
Straight to the facts:
$ /etc/rc.d/init.d/postgresql initdb
Nothing...
$ bash -x /etc/rc.d/init.d/postgresql initdb
+ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ PREFIX=/usr
+ PGDATA=/usr/share/postgresql/data
+ CONFIG=/usr/share/postgresql/data/postgresql.conf
+ P
: Tue, 12 Jan 2010 21:40:52 +
> Subject: Re: Running Cygwin from an NFS drive (symlinks with system attribute)
> From: andy.ko...@gmail.com
> To: cygwin@cygwin.com
>
> 2010/1/12 sbremal
>> I am afraid the winsymlinks option is an installation time setting, is it? :
>
&g
Hi,
I am afraid the winsymlinks option is an installation time setting, is it? :
---
sbre...@katz /usr/bin
$ set | grep CYGWIN
CYGWIN=winsymlinks
CYGWIN_PATH='H:\Bazsi\cygwin\'
sbre...@katz /usr/bin
$ which awk
/usr/bin/awk
sbre...@katz /usr/bin
$ awk
/usr/bin/awk: /usr/bin/awk: cannot execut
Hello,
I am trying to run Cygwin from an NFS drive. Everything works fine as long as
no symbolic link executables are invoked:
$ awk
bash: /usr/bin/awk: Permission denied
The NFS drive does not seem to support the DOS system attribute which makes
basic UNIX utilities unavailable.
Is there an
Hello,
I wonder if the fuser utility coming with Cygwin is returning an error code
that isn't in line with the IEEE specifaction. What is happening:
---
somog...@demuc12306 ~
$ fuser /cygdrive/f/Bazsi/cygwin/bin/bash; echo $?
/cygdrive/f/Bazsi/cygwin/bin/bash: 2708e
0
somog...@demuc12306 ~
$
Thank you for pointing out that section of the manual. Surely this explains the
behaviour...
Cheers,
Balazs
> Date: Wed, 22 Oct 2008 07:14:19 -0700
> From: [EMAIL PROTECTED]
> To: cygwin@cygwin.com
> Subject: Re: bash: Word splitting but when?
>
> [EMAIL PROTECTED] wrote:
>
>> the ouput of $(ec
Again, 'cause clever mail client removed multiple spaces...
---
Hi All,
Trying to get the right form of quoting and command substitution with output
containing spaces.
Given the following two lines in a bash script:
x=$(echo '1 2 3 x')
y="$(echo '1 2 3 x')"
According to bash manual:
Hi All,
Trying to get the right form of quoting and command substitution with output
containing spaces.
Given the following two lines in a bash script:
x=$(echo '1 2 3 x')
y="$(echo '1 2 3 x')"
According to bash manual:
"The shell scans the results of parameter expansion, command subst
Hello,
Has anyone seen a command line tool for converting path (e.g.
/cygdrive/h/privat/news_alert.conf) to file URI
(file:///cygdrive/h/privat/news_alert.conf)
Yes, tweaking with string concatenation or calling some java code would be a
way, though I would prefer some proper command within
13 matches
Mail list logo