Switching off completely logging to Windows event log‏

2014-05-13 Thread sbremal
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

RE: 'pgplsh' on Cygwin

2013-10-25 Thread sbremal
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.org/projects/plsh/

PostgreSQL 'initdb' returns without action!

2013-10-24 Thread sbremal
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 +

'pgplsh' on Cygwin

2013-10-24 Thread sbremal
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

RE: 'pgplsh' on Cygwin

2013-10-24 Thread sbremal
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

RE: Running Cygwin from an NFS drive (symlinks with system attribute)

2010-01-12 Thread sbremal
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

RE: Running Cygwin from an NFS drive (symlinks with system attribute)

2010-01-12 Thread sbremal
, 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? : No, but it only affects newly created

Running Cygwin from an NFS drive (symlinks with system attribute)

2010-01-10 Thread sbremal
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

fuser exit codes (bug?)

2009-08-26 Thread sbremal
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 ~ $

bash: Word splitting but when?

2008-10-22 Thread sbremal
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

RE: bash: Word splitting but when?

2008-10-22 Thread sbremal
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:

RE: bash: Word splitting but when?

2008-10-22 Thread sbremal
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 $(echo '1 2

File path to URI

2008-04-29 Thread sbremal
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