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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
'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
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
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.
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
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
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
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
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
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
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):
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
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
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
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.
_
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.
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
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
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
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
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
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
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
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
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
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
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.
-
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).
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
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
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
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
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
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
f /usrufs
>> rw 2 2
>> /dev/ad4s1d /var ufs
>> rw 2 2
>> /dev/acd0 /cdrom cd9660
>>
: 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
/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
[
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
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 ~
$
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
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
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
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
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.
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
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
70 matches
Mail list logo