[jira] [Created] (MTOMCAT-288) Tomcat cluster deployment?

2014-11-27 Thread Sbremal (JIRA)
Sbremal created MTOMCAT-288: --- Summary: Tomcat cluster deployment? Key: MTOMCAT-288 URL: https://issues.apache.org/jira/browse/MTOMCAT-288 Project: Apache Tomcat Maven Plugin Issue Type: Wish

RE: Context parameter override?

2014-09-10 Thread sbremal
We have Log4j packaged within the WAR for each of the deployed applications. Under run-time configuration I mean editing the standard log4j.xml which is re-read by Tomcat. (I.e. we do not want to reimplement any log level configuration in servlet configuraton, what we want is to pass the locati

RE: Context parameter override?

2014-09-10 Thread sbremal
I am pretty sure I tried option 3 and Log4j initialization did ignore my log4jConfigLocation setting in conf/.../myapp.xml. What I tried to see in the debug log is the list of context parameters picked up at start time. Despite log level was set to FINEST nothing show up in any of the Tomcat lo

RE: Context parameter override?

2014-09-10 Thread sbremal
Thanks, I am afraid I read a similar solution earlier which I did not favour for multiple reasons: - it is a run-time configuration question (handled by DevOps, Ops) to have various logging levels for various deployed applications on the same Tomcat - we would like to have full control of loggin

Context parameter override?

2014-09-10 Thread sbremal
Hello We have a setup which compiles WAR applications once and deploys them in various environments. Each environment has its own per application Log4j configuration (WARN for production, DEBUG for development etc.) which should survive application redeployment. So far the solution is: webapp

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 possib

RE: CVE-2014-0160?

2014-04-11 Thread sbremal
I receive daily email from the host which normally shows port audits and vulnerabilities. However, I did not sport anything related to CVE-2014-0160 in this email. I expected the same info comes in this email about the base system as well. How do you normally inform about recent vulnerability i

RE: CVE-2014-0160?

2014-04-11 Thread sbremal
ext 65281 (renegotiation info, length=1) ext 00011 (EC point formats, length=4) ext 00035 (session ticket, length=0) ext 00015 (heartbeat, length=1) <-- Your server supports heartbeat. Bug is possible when linking against OpenSSL 1.0.1f or older. Let me check. Actively checking if CVE-2014-0160 wo

CVE-2014-0160?

2014-04-11 Thread sbremal
Hello Could anyone comment this? Worry, not to worry, upgrade, upgrade to what version? There are few contradicting information coming out in regards to the check of my server related to the 'heartbleed' bug: 1. http://heartbleed.com/ ... Status of different versions: --->    OpenSSL 1.0.1 t

'rmuser' hangs forever?

2014-02-25 Thread sbremal
Hello Desperately want to remove a user: [root@domain ~]# rmuser -v coworker Matching password entry: coworker:*:1003:1003::0:0:User &:/home/coworker:/bin/sh Is this the entry you wish to remove? yes Remove user's home directory (/home/coworker)? yes Removing crontab for (coworker):. Removing a

Re: [RCD] $rcmail_config['default_host'] = array('ssl://mail.%s:993', 'ssl://%s:993');

2014-02-20 Thread sbremal
The correct diff file: 446c446 if ($host == rcube_utils::parse_host($host_allowed)) { 626c626 <$host = $post_host; --- >$host = rcube_utils::parse_host($post_host); From: sbre...@hotmail.com To: dev@lists.roundcub

Re: [RCD] $rcmail_config['default_host'] = array('ssl://mail.%s:993', 'ssl://%s:993');

2014-02-20 Thread sbremal
Does this make any sense: diff /usr/local/www/roundcube/program/include/rcmail.php* 446c446 < if ($host == rcube_utils::parse_host($post_host)) { --- > if ($host == $host_allowed) { 626c626 < $host = rcube_utils::parse_host($post_host); --- > $host = $post_host; A

[RCD] $rcmail_config['default_host'] = array('ssl://mail.%s:993', 'ssl://%s:993');

2014-02-20 Thread sbremal
Hello What should be changed in the source that the above line functions correctly? I have different e-mail accounts with different IMAP host name patterns: some use mail subdomain, others do not. Would be glad to see this working. Thanks! Cheers Balazs

[no subject]

2013-12-04 Thread sbremal

RE: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-25 Thread sbremal
Correct, default SSH port is not open on the corporate firewall. I am sure there are workarounds, however having contractual obligations not sure I should try hard to be unorthodox. SSH + SVN is my favourite and will stay with it as the primary access method. If I could top it with HTTP access

MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-21 Thread sbremal
Hello I know this topic has been discussed many times but... I am very happy with the SSH + 'svnserve' access to my repositories, however due to firewall issues I need access through HTTP as well. What I do not want is to set up a 2nd authentication / authorization database. Here is my current

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.or

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 pe

'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 p

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 + P

RE: WLAN PCIe HW recommendation for 8.1

2013-10-17 Thread sbremal
Thought I share good news as well: 1. Temporarily switched to power line network, so the server is 'wireless' and functions as wanted. Speed dropped from about 1.2 Mbit within the apartment to 300 Kbit between the 2 floors, however, reliability is over speed in my case. There was no need to upg

RE: WLAN PCIe HW recommendation for 8.1

2013-10-08 Thread sbremal
'wikidevi.com' is the answer to all questions. Many thanks! Wonder if there is a link to 'wikidevi.com' on the FreeBSD WLAN driver project site... Cheers Balazs > Date: Mon, 7 Oct 2013 14:10:37 -0600 > From: wbl...@wonkity.com > To: sbre...@hotmail.com

RE: WLAN PCIe HW recommendation for 8.1

2013-10-07 Thread sbremal
Hi   Hardware notes are fairly succinct about particular hardware for the 'ath' driver:   3.5 Wireless Network Interfaces   [i386,pc98,amd64,sparc64] The ath(4) driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset.   For other drivers ('ipw', 'iw

RE: WLAN PCIe HW recommendation for 8.1

2013-09-30 Thread sbremal
Thanks, any particular HW that you would recommend? Do not mind if it is not the fastest with the latest features though want 'zero' network outage. I believe there were cards you plugged in and you were happy with. Which card has which chipset is not always obvious on the major shopping sites.

WLAN PCIe HW recommendation for 8.1

2013-09-30 Thread sbremal
Hello Would anyone recommend a PCIe WLAN card for 8.1? It is for a production machine so stability is of prime importance. Honestly, a bit confused what HW to pick after going through 'Hardware Matrix' at 'https://wiki.freebsd.org/dev/ath_hal%284%29/HardwareSupport'. I do not want to upgrade t

WG111v3 + 'urtw' = status: no carrier‏

2013-07-29 Thread sbremal
Hello Just recently upgraded to 8.1 and installed the 'urtw' driver for my Netgear WG111v3 USB WLAN card. All fine, systems boots, WLAN card gets IP address, network runs. And then suddenly network connection breaks down. And never recovers. Only reboot helps. Apparently the WLAN connection

RE: WG111v3 + 'urtw' = status: no carrier

2013-07-17 Thread sbremal
To make the smallest upgrade possible and minimize potential reconfig issues etc. 8.1 was the first release supporting WG111v3. Could give a try with 8.4 if there was any major fix to WPA and WLAN drivers since 8.1? With minor version upgrade there should be no change to installed ports etc., c

WG111v3 + 'urtw' = status: no carrier

2013-07-17 Thread sbremal
Hello Just recently upgraded to 8.1 and installed the 'urtw' driver for my Netgear WG111v3 USB WLAN card. All fine, systems boots, WLAN card gets IP address, network runs. And then suddenly network connection breaks down. And never recovers. Only reboot helps. Apparently the WLAN connection mo

mdconfig

2013-07-16 Thread sbremal
Hello Wonder if there should be any consistency in 'mdconfig' parameter parsing when run from the shell and when run through 'rc.conf'. I hoped I could copy'n'paste the parameters from the command line to 'rc.conf', reboot and enjoy. No. Works fine from command line: mdconfig -f /usr/local/z

RE: 'subprocess.check_output' extra new line?

2013-01-04 Thread sbremal
Very good point, you are absolutely right: # cygpath C:\\ | od -c 000 / c y g d r i v e / c \n 014 'bash' manual also confirms it: Command Substitution Command substitution allows the output of a command to replace the command name. There are two

'subprocess.check_output' extra new line?

2013-01-04 Thread sbremal
Hi I wonder if the additional new line charachter at the end of the standard output capture is on purpose with 'subprocess.check_output'? >>> subprocess.check_output([ 'cygpath', 'C:\\' ]) '/cygdrive/c\n' If I do the same from the shell there is no extra new line (which is correct I believe):

[RCU] Filters?

2012-11-22 Thread sbremal
Hello I have just upgraded my Roundcube from 0.5 to 0.8.4 in the hope that filters will be available. I seem to have some issue with the mail server installation. The current setup is: - FreeBSD - sendmail - two remote mailboxes, both through IMAPS (and SMTP), 'main.inc.php': $rcmail_config['d

[jboss-user] [jBPM] - Abort / retry / skip UI

2012-11-19 Thread sbremal
sbremal [https://community.jboss.org/people/sbremal] created the discussion "Abort / retry / skip UI" To view the discussion, visit: https://community.jboss.org/message/777295#777295 -- Hello I have a requirement for the

Re: [RCU] Running filters manually?

2012-11-09 Thread sbremal
Thanks, this makes sense. However I am using sendmail: ?? Ss 0:05.13 sendmail: accepting connections (sendmail) 1115 ?? Is 0:00.09 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail) I am aware that Roundcube is a mail client, I am using it with IMAP to acc

[RCU] Running filters manually?

2012-10-16 Thread sbremal
Hello Is there any way to run a filter manually? It suppose to go through the existing messages in the inbox and move the ones matching the criteria. The filter seems to work on new messages but not on old ones. Cheers B. _

Re: [PyQt] Minimum column width for 'QTableView'

2012-03-15 Thread sbremal
I seem to have it: model.setHeaderData(index, QtCore.Qt.Horizontal, QtCore.QSize(minimum_width, 20), QtCore.Qt.SizeHintRole) At least partly, not sure how to inherit the original height hint instead of using a fixed 20. If I leave it 0 or -1 then nothing is visible from the header... B.

Re: [PyQt] Minimum column width for 'QTableView'

2012-03-15 Thread sbremal
Actually, what I am looking for is a function like: model.horizontalHeader().setMinimumSectionSize(column_index, xxx) i.e. minimum section size _per_ column but not per table. Any idea? > From: sbre...@hotmail.com > To: pyqt@riverbankcomputing.com > Date: Thu, 15 Mar 2012 15:11:25 + > S

[PyQt] Minimum column width for 'QTableView'

2012-03-15 Thread sbremal
Hello wonder if there is an easy way to tell 'QTableView' what the minimum column width should be. 'resizeColumnsToContents' does not really do what we want. Often we start with an empty table and in this case 'resizeColumnsToContents' would make the columns too narrow. The same applies whe

Re: [pgadmin-support] pg_dump.exe - quotation marks in schema names

2012-02-28 Thread sbremal
Work like a charm! Thanks. B. > Subject: Re: [pgadmin-support] pg_dump.exe - quotation marks in schema names > From: guilla...@lelarge.info > To: sbre...@hotmail.com > CC: pgadmin-support@postgresql.org > Date: Mon, 27 Feb 2012 22:23:03 +0100 > > On Mon, 2012-02-27 at 16:22 +, sbre...@hotm

[pgadmin-support] pg_dump.exe - quotation marks in schema names

2012-02-27 Thread sbremal
Hello "pg_dump" seems to have an issue with schema names containing quotation marks ("). The values do not get passed to the tool properly. From Pgadmin: C:\Program Files\pgAdmin III\1.10\pg_dump.exe --host localhost --port 5432 --username xxx --format plain --schema-only --verbose --file

Re: [zfs-discuss] Remove corrupt files from snapshot

2011-11-15 Thread sbremal
Thanks anyone for the help, finally I removed corrupt files from the "current view" of the file system and left the snapshots as they were. This way at least the incremental backup continues. (It is sad that snapshots are so rigid that even corruption is permanent. What more interesting is that

Re: [zfs-discuss] Remove corrupt files from snapshot

2011-11-14 Thread sbremal
Actually a regular file (on a RAID1 setup with gmirror and 2 identical disks) is used as backing store for ZFS. The hardware should be fine as nothing else seems to be corrupt. Wonder if a server reset could have caused the issue? There are 2 things that surely do not work perfectly: 1. St

Re: [zfs-discuss] Remove corrupt files from snapshot

2011-11-14 Thread sbremal
Back to this topic, since I cannot touch snapshots I thought I could simply remove the corrupt files after the last snapshot, so the next incremental backup will notice the difference (i.e. no file) and overwrite the corrupt-and-removed files with valid ones. This was the plan. However, while

[zfs-discuss] Remove corrupt files from snapshot

2011-11-03 Thread sbremal
Hello, I have got a bunch of corrupted files in various snapshots on my ZFS file backing store. I was not able to recover them so decided to remove all, otherwise the continuously make trouble for my incremental backup (rsync, diff etc. fails). However, snapshots seem to be read-only: # z

Re: [PyQt] OnManualSubmit + insertRows: EditRole and DisplayRole = QVariant.Invalid?

2010-11-26 Thread sbremal
Python 2.7 PyQT 4.7.6 Microsoft Windows XP [Version 5.1.2600] SIP version? It must be the one that comes with "PyQt-Py2.7-gpl-4.7.6-1.exe" One more remark, the example I posted earlier uses QSQLITE and the editor is broken for all cells (both existing and just inserted), while with QPSQL only

Re: [PyQt] OnManualSubmit + insertRows: EditRole and DisplayRole = QVariant.Invalid?

2010-11-26 Thread sbremal
I try again as attachment. > From: sbre...@hotmail.com > To: h...@urpla.net; pyqt@riverbankcomputing.com > Subject: RE: [PyQt] OnManualSubmit + insertRows: EditRole and DisplayRole = > QVariant.Invalid? > Date: Fri, 26 Nov 2010 09:22:02 + > > > Thanks

Re: [PyQt] OnManualSubmit + insertRows: EditRole and DisplayRole = QVariant.Invalid?

2010-11-26 Thread sbremal
Thanks for the quick reply. Here is a small rewrite (extension) of "connection.py". If you comment out the line "m.setEditStrategy(QtSql.QSqlTableModel.OnManualSubmit)" then it is all fine, otherwise the custom editor widget for "int" is not picked by the Q table. Any idea? Cheers, B. -

[PyQt] OnManualSubmit + insertRows: EditRole and DisplayRole = QVariant.Invalid?

2010-11-25 Thread sbremal
Hello, With OnManualSubmit on QSqlTableModel using the insertRows function the cell roles for EditRole and DisplayRole is not set properly. Actually they seem to remain uninitialized and have the value QVariant.Invalid. This causes my table editors to behave stange (but only for new rows).

Re: [PyQt] Pyqt + Postgresql with SSL on Windows

2010-09-23 Thread sbremal
QTBUG-13879 > Date: Thu, 23 Sep 2010 12:44:35 +0100 > From: p...@riverbankcomputing.com > To: sbre...@hotmail.com > Subject: Re: [PyQt] Pyqt + Postgresql with SSL on Windows > > On Thu, 23 Sep 2010 11:33:47 +, wrote: >> Hello, >> >> I wonder if there i

[PyQt] Pyqt + Postgresql with SSL on Windows

2010-09-23 Thread sbremal
Hello, I wonder if there is a plan to add SSL support to the Postgresql DLL shipped with Pyqt? A bit of research revealed that using Libpq.dll from Pgadmin does support SSL connection but not the one coming with Pyqt. It would be great if Pyqt was enough to be installed on the clients! Is

[PyQt] Standard database sort / filter dialog

2010-05-31 Thread sbremal
Hello, I wonder if any standard Qt widget exists for filtering and sorting data in a table view. There are hundreds of rows in a QSqlTableModel displayed in a QTableView which supposed to be interactively filtered. It would be great if there was some sophisticated component for this, simila

[pgadmin-support] Quoted rule identifiers (schema name)

2010-04-19 Thread sbremal
Hello, This is the copy of the script produced in the SQL editor window upon clicking on "CREATE script" for my rule with quoted identifiers: -- Rule: ""EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR_INSERT_RULE" ON ACCOUNTING."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR"" -- DROP RULE "EMPLOYMENT_CONTRAC

RE: NFS exporting mounted msdosfs subdir

2010-01-21 Thread sbremal
Hello, Found another supporting argument that an MSDOSFS path should be able to be exported through NFS is that -- beside UFS -- CDFS is also working fine. Whom would be the right forum / person to address the below error to? Checked the man for nfsd and no contact is mentioned there. 22:47:4

RE: NFS exporting mounted msdosfs subdir

2010-01-14 Thread sbremal
Hi, A quick search on the internet shows that people use msdosfs with NFS, at least on NetBSD (sorry): http://arkiv.netbsd.se/?ml=dfbsd-bugs&a=2004-04&t=104901 My FreeBSD mount also shows that the msdosfs mount point is NFS exported. So, from the side of whether nfsd supports msdosfs, I am

RE: NFS exporting mounted msdosfs subdir

2010-01-13 Thread sbremal
f /usrufs >> rw 2 2 >> /dev/ad4s1d /var ufs >> rw 2 2 >> /dev/acd0 /cdrom cd9660 >>

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

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

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 execut

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 an

NFS exporting mounted msdosfs subdir

2010-01-10 Thread sbremal
   /cdrom  cd9660  ro,noauto   0   0 /dev/da0s1  /usr/home/sbremal/usb_flash_drive   msdosfs rw,noauto   0   0 babapc# more /etc/exports #The following examples export /usr to 3 machines named after ducks, #/usr/src and

[jira] Commented: (AXIS2-4060) wsdl2java is unable to retrieve a WSDL when basic authentication is required

2009-11-24 Thread Sbremal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781901#action_12781901 ] Sbremal commented on AXIS2-4060: Is this issue going to be fixed? Is there any workar

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 ~ $

RE: Xvnc + XDMCP

2009-02-10 Thread sbremal
Thanks for your answer. You're right, the BSD machine has a local istallation of XDM, X11 and VNC. I am a happy user :) of Symbian on E90, for which the VNC viewer got ported (unfortunately no X server port yet), so I can have full access to my home server over 3G phone even from the office with st

RE: Xvnc + XDMCP

2009-02-10 Thread sbremal
Is there a more appropriate list to address this question to? Thanks. B. > From: sbre...@hotmail.com > To: vnc-list@realvnc.com > Subject: Xvnc + XDMCP > Date: Tue, 10 Feb 2009 06:32:27 + > > Hi All, > > Is there anyone who managed recently to start Xvnc with XDMCP on FreeBSD? > > I hav

Xvnc + XDMCP

2009-02-09 Thread sbremal
Hi All, Is there anyone who managed recently to start Xvnc with XDMCP on FreeBSD? I have been struggling with this for a few days already. After switching xdm to debug mode, I noticed that Xvnc does not contact xdm at all! Then obviuosly only the grey screen opens with the mouse cursor, no loging

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 $(ec

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:

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 subst

RE: /etc/groups gone

2008-08-21 Thread sbremal
Great help from all of you! Thank you, Balazs > Date: Thu, 21 Aug 2008 21:43:06 +0200 > From: [EMAIL PROTECTED] > To: freebsd-questions@FreeBSD.ORG; [EMAIL PROTECTED] > Subject: Re: /etc/groups gone > > [EMAIL PROTECTED] wrote: > > Yesterday night at 1 a.

/etc/groups gone

2008-08-21 Thread sbremal
Hi, Yesterday night at 1 a.m. I have managed to remove /etc/groups (rm instead of vi, was already sleepying). Luckily only a few groups (2-3) was created earlier. No backup, "of course". I believe the file system is still correct, it uses group IDs instead of names (?). Though ls does not sho

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