Package: gosa
Version: 2.8~git20230203.10abe45+dfsg-11
Severity: normal
X-Debbugs-Cc: sasajim...@jp.fujitsu.com
Dear Maintainer,
When I create a new ACL on any objects, GOsa will show following ACL types:
* Complete subtree
* Complete subtree (permanent)
* Current object
* One level
Package: nrpe-ng
Version: 0.2.0-1
Severity: important
Dear Maintainer,
A command "/etc/init.d/nrpe-ng stop" always does not stop cleanly.
It can reproduce by following steps:
1. run command.
# /etc/init.d/nrpe-ng stop
2. wait until finish above command. (about 30 secs)
3. syslog out
My keyboard is JP106 layout.
Which is your keyboard layout? US or other?
I think this problem is below.
In US keyboard, "@" is a same key of "2" (keyCode == 50).
In JP keyboard, "@" is a different key (keyCode == 64).
character keycode
- ---
@ 64
^ 160
I made a patch.
add ascii keycode.
--- a/shellinabox/vt100.js
+++ b/shellinabox/vt100.js
@@ -2933,8 +2933,10 @@
// } 107
var asciiKey =
event.keyCode == 32 ||
-event.keyCode >= 48 && event.keyCode <= 57 ||
-event.keyCode >= 65 && event
Package: shellinabox
Version: 2.14-1
Severity: normal
Dear Maintainer,
In Login prompt of shellinabox, I pressed "@" key.
But I couldn't get echoback of "@".
I tried all keys, and I found following keys which cannot get echoback:
= - ~ ^ @ ` : *
.
I reported this to upstream.
http://code.g
This is a bug of JkOptions handling.
I made a patch for this:
https://issues.apache.org/bugzilla/show_bug.cgi?id=44738
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
characters.
smbfile.pl fail to parse the converted URL.
smbdir.pl should use escaped string "%5c" instead of backslash
character.
I am using Debian GNU/Linux sarge (for server) and IE 6.0 on WinXP
(for client).
--
SASAJIMA Toshihiro
E-Mail: [EMAIL PROTECTED]
PGP fingerprint: 63AF 48CE DF2C
7 matches
Mail list logo