Bug#1069061: gosa: cannot create new ACL except ACL type "Current Object"

2024-04-15 Thread SASAJIMA, Toshihiro
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
   * Reset ACLs
   * Use ACLs defined in role
.
By default, "Current object" is set.

However, if I choose another ACL type (e.g. Complete subtree),
GOsa resets my choice to the default.

This bug caused following code:

--- /usr/share/gosa/include/class_acl.inc.debian 2024-04-16 02:27:39.747593228 
+0900
+++ /usr/share/gosa/include/class_acl.inc.orig 2024-04-16 02:45:22.783564170 
+0900
@@ -494,7 +494,7 @@
 if($this->acl_is_writeable("")){
 foreach (array("aclType","aclFilter", "aclObject", "target") as 
$key){
 if (isset($_POST[$key])){
-$this->key= get_post($key);
+$this->$key= get_post($key);
 }
 }
 }


There is not this bug in original Github code.


-- System Information:
Debian Release: 12.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldoldstable-updates'), (500, 
'oldoldstable'), (500, 'oldstable'), (110, 'oldoldstable'), (90, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10.0-1127.13.1.el7.x86_64 (SMP w/2 CPU threads)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gosa depends on:
ii  apache2 [httpd]2.4.57-2
ii  fonts-liberation   1:1.07.4-11
ii  gettext0.21-12
ii  imagemagick8:6.9.11.60+dfsg-1.6
ii  imagemagick-6.q16 [imagemagick]8:6.9.11.60+dfsg-1.6
ii  libcrypt-smbhash-perl  0.12-4.1
ii  libjs-scriptaculous1.9.0-3
ii  nullmailer [mail-transport-agent]  1:2.2-4
ii  php2:8.2+93
ii  php-cgi2:8.2+93
ii  php-curl   2:8.2+93
ii  php-gd 2:8.2+93
ii  php-imap   2:8.2+93
ii  php-ldap   2:8.2+93
ii  php-mbstring   2:8.2+93
ii  php-mysql  2:8.2+93
ii  php-xml2:8.2+93
ii  php7.4-cli [php-cli]   7.4.33-1+deb11u4
ii  php7.4-curl [php-curl] 7.4.33-1+deb11u4
ii  php7.4-gd [php-gd] 7.4.33-1+deb11u4
ii  php7.4-ldap [php-ldap] 7.4.33-1+deb11u4
ii  php7.4-mbstring [php-mbstring] 7.4.33-1+deb11u4
ii  php7.4-xml [php-xml]   7.4.33-1+deb11u4
ii  php8.2 [php]   8.2.7-1~deb12u1
ii  php8.2-cgi [php-cgi]   8.2.7-1~deb12u1
ii  php8.2-cli [php-cli]   8.2.7-1~deb12u1
ii  php8.2-curl [php-curl] 8.2.7-1~deb12u1
ii  php8.2-gd [php-gd] 8.2.7-1~deb12u1
ii  php8.2-imap [php-imap] 8.2.7-1~deb12u1
ii  php8.2-ldap [php-ldap] 8.2.7-1~deb12u1
ii  php8.2-mbstring [php-mbstring] 8.2.7-1~deb12u1
ii  php8.2-xml [php-xml]   8.2.7-1~deb12u1
ii  smarty-gettext 1.7.0-1
ii  smarty44.3.0-1+deb12u1

gosa recommends no packages.

Versions of packages gosa suggests:
pn  cyrus21-imapd  
ii  gosa-schema2.8~git20230203.10abe45+dfsg-1+deb12u2
pn  php-apc
pn  php-fpdf   
pn  php-suhosin
pn  postfix-ldap   
ii  slapd  2.5.13+dfsg-5

-- Configuration Files:
/etc/gosa/gosa-apache.conf changed [not included]

-- no debconf information



Bug#898157: nrpe-ng: does not stop cleanly

2018-05-08 Thread SASAJIMA, Toshihiro
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 outputs error logs.


May  8 15:17:22 akane nrpe-ng[27213]: Exception in callback 
functools.partial(.null_wrapper at 0x7f1e9d07fea0>, 
)#012Traceback (most recent call last):#012  File 
"/usr/lib/python3/dist-packages/tornado/ioloop.py", line 759, in 
_run_callback#012ret = callback()#012  File 
"/usr/lib/python3/dist-packages/tornado/stack_context.py", line 276, in 
null_wrapper#012return fn(*args, **kwargs)#012  File 
"/usr/lib/python3/dist-packages/tornado/ioloop.py", line 780, in 
_discard_future_result#012future.result()#012  File 
"/usr/lib/python3/dist-packages/tornado/gen.py", line 315, in wrapper#012
yielded = next(result)#012  File 
"/usr/lib/python3/dist-packages/nrpe_ng/server/server.py", line 182, in 
sigterm_callback#012if not io_loop._callbacks and not 
io_loop._timeouts:#012AttributeError: 'AsyncIOMainLoop' object has no attribute 
'_callbacks'


  4. run command.
 # /etc/init.d/nrpe-ng start

  5. nrpe-ng fails in startup.

  6. remove pid file.
 # rm /var/run/nagios/nrpe-ng.pid

  7. run command.
 # /etc/init.d/nrpe-ng start

  8. nrpe-ng succeeds in startup.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.11.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), 
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages nrpe-ng depends on:
ii  adduser3.117
ii  init-system-helpers1.51
ii  lsb-base   9.20170808
ii  python33.6.5-1
ii  python3-daemon 2.1.2-2
ii  python3-pkg-resources  39.0.1-2
ii  python3-requests   2.18.4-2
ii  python3-tornado5.0.2-1
ii  ssl-cert   1.0.39

nrpe-ng recommends no packages.

nrpe-ng suggests no packages.

-- Configuration Files:
/etc/nagios/nrpe-ng.cfg changed:
pid_file=/run/nagios/nrpe-ng.pid
server_port=59546
ssl_cert_file=/etc/nagios/ncrt_cert.pem
ssl_key_file=/etc/nagios/ncrt_key.pem
include=/etc/nagios/nrpe_local.cfg
include_dir=/etc/nagios/nrpe.d/
dont_blame_nrpe=1


-- no debconf information



Bug#708088: shellinabox: cannot input some symbols

2013-05-13 Thread SASAJIMA,Toshihiro

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
  -  173
  :  58
  `  (same key of @)
  ~  (same key of ^)
  =  (same key of -)
  *  (same key of :)

In JP keyboard, asciiKey is false when press @ key.
So I cannot input @.



I don't see that issue with the copy I have running.

@=~^`:*

These appear in the login prompt for me.

Could this be an issue with your web browser instead?

...

I see your patch.  How does this allow those characters to get through?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#708088: shellinabox: cannot input some symbols

2013-05-12 Thread SASAJIMA, Toshihiro
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.google.com/p/shellinabox/issues/detail?id=229

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/dash

Versions of packages shellinabox depends on:
ii  adduser  3.113+nmu3
ii  libc62.13-38
ii  libpam0g 1.1.3-7.1
ii  libssl1.0.0  1.0.1e-2
ii  lsb-base 4.1+Debian8
ii  zlib1g   1:1.2.7.dfsg-13

shellinabox recommends no packages.

Versions of packages shellinabox suggests:
ii  openssl  1.0.1e-2

-- Configuration Files:
/etc/shellinabox/options-available/00+Black [Errno 2] No such file or 
directory: u'/etc/shellinabox/options-available/00+Black'
/etc/shellinabox/options-available/00_White [Errno 2] No such file or 
directory: u'/etc/shellinabox/options-available/00_White'
/etc/shellinabox/options-available/01+Color [Errno 2] No such file or 
directory: u'/etc/shellinabox/options-available/01+Color'

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#708088: shellinabox: cannot input some symbols

2013-05-12 Thread SASAJIMA,Toshihiro
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.keyCode =  90;
+event.keyCode == 160 ||
+event.keyCode == 173 ||
+event.keyCode =  48  event.keyCode =  58 ||
+event.keyCode =  64  event.keyCode =  90;
   var alphNumKey=
 asciiKey ||
 event.keyCode ==  59 ||


Bug#451494: This is a bug of JkOptions handling

2008-04-01 Thread SASAJIMA,Toshihiro
This is a bug of JkOptions handling.

I made a patch for this:
https://issues.apache.org/bugzilla/show_bug.cgi?id=44738



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#451494: This is a bug of JkOptions handling

2008-04-01 Thread SASAJIMA,Toshihiro
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]



Bug#451494: This is a bug of JkOptions handling

2008-04-01 Thread SASAJIMA,Toshihiro
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]



Bug#359917: smb2www is not available in IE 6.0

2006-03-29 Thread SASAJIMA Toshihiro
Package: smb2www
Version: 980804-23

smbdir.pl creates invalid URLs, including some backslash
characters, linking to smbfile.pl.

RFC 2396 does not allow any backslash character in URL.
If IE 6.0 finds some backslash characters in URL,
it converts those invalid backslash characters to slash 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 340A 47BD  52BA AE5C 9D2A 1C96 7972



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]