Bug#799656: [JsSIP] Re: Bug#799656: NaN 2.x issue

2015-09-30 Thread Iñaki Baz Castillo
2015-09-30 13:48 GMT+02:00 Daniel Pocock <dan...@pocock.pro>:
> c) maybe we could split the package to have a browser-only version that
> doesn't need any of this compiled code?  That would be less painful to
> support.

d) Just take the dist/jssip.js browser-only version and use just that
file for the deb package.


-- 
Iñaki Baz Castillo
<i...@aliax.net>



Bug#799656: [JsSIP] Re: Bug#799656: NaN 2.x issue

2015-09-28 Thread Iñaki Baz Castillo
2015-09-24 15:14 GMT+02:00 Daniel Pocock <dan...@pocock.pro>:
> Can anybody from the JsSIP team comment on this?  How do you feel about
> having node-nan 2.x in the dependency hierarchy?  Will you continue
> using node-websocket or would you possibly use node-ws[1] instead?
> Using node-ws instead of node-websocket will reduce the number of
> packages we have to keep track of in Debian.

Initially I used node-ws, and removed it in favor of node-websocket
because node-ws was not good for JsSIP needs. There is no way to move
back to node-ws (in fact, I'm now developer of node-websocket).

Regards.


-- 
Iñaki Baz Castillo
<i...@aliax.net>



Bug#537709: mysql-server-5.0: During system startup /etc/init.d/mysql doesn't create pid and socket

2009-07-20 Thread Iñaki Baz Castillo
Package: mysql-server-5.0
Version: 5.0.32-7etch10
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages mysql-server-5.0 depends on:
ii  adduser   3.102  Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.11etch2Debian configuration management sy
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libdbi-perl   1.53-1 Perl5 database interface by Tim Bu
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libmysqlclient15off   5.0.32-7etch10 mysql database client library
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libreadline5  5.2-2  GNU readline and history libraries
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libwrap0  7.6.dbs-13 Wietse Venema's TCP wrappers libra
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  mysql-client-5.0  5.0.32-7etch10 mysql database client binaries
ii  mysql-common  5.0.32-7etch10 mysql database common files (e.g. 
ii  passwd1:4.0.18.1-6   change and administer password and
ii  perl  5.8.8-7etch6   Larry Wall's Practical Extraction 
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/need_sarge_compat: false
  mysql-server-5.0/start_on_boot: true
  mysql-server/error_setting_password:
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/need_sarge_compat_done: true


When the system startups and /etc/init.d/mysql is executed with start
parameter, something goes wrong and pidfile and socket are not created
under /var/run/mysqld.

I use a fresh and default mysql-server-5.0 installation.

Syslogs says that /etc/mysql/


ps output:
---
 p root      2475     1  0 10:47 ?        00:00:00 /bin/sh
/usr/bin/mysqld_safe
mysql     2512  2475  0 10:47 ?        
00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql
--user=mysql --pid-file=/var/run/mysqld/mysqld.pid
--skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
root      2513  2475  0 10:47 ?        00:00:00 logger -p daemon.err -t
mysqld_safe -i -t mysqld
---


Note that netstat says that there is a UNIX socket which in fact
doesn't exist!:
--
~# netstat -panx | grep mysql
unix  2  [ ACC ] STREAM LISTENING 4707 2512/mysqld
~# ls -l /var/run/mysqld/
total 0
---


Of course, /etc/init.d/mysql stop doesn't work since no pid file is
found.


If I kill mysqld process manually (and mysqld_safe) then I can start the
server with /etc/init.d/mysql start and then it starts correctly (it
generates the pid and socket in /var/run/mysqld).

The same problem occurs also in a 64 bits system.

These are my repositories:
---
deb http://ftp.rediris.es/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb http://www.backports.org/debian etch-backports main contrib non-free
--



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



Bug#537709: Acknowledgement (mysql-server-5.0: During system startup /etc/init.d/mysql doesn't create pid and socket)

2009-07-20 Thread Iñaki Baz Castillo
Some occurs after upgrading to mysql-server-5.0 from backports
repository (5.0.51a-24+lenny1~bpo40+1).
This is what daemon and syslog says:

---
Jul 20 17:28:59 myserver mysqld_safe[2508]: started
Jul 20 17:28:59 myserver mysqld[2512]: 090720 17:28:59  InnoDB:
Started; log sequence number 0 43655
Jul 20 17:28:59 myserver mysqld[2512]: 090720 17:28:59 [Note]
/usr/sbin/mysqld: ready for connections.
Jul 20 17:28:59 myserver mysqld[2512]: Version:
'5.0.51a-24+lenny1~bpo40+1'  socket: '/var/run/mysqld/mysqld.sock'
port: 3306  (Debian)
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2551]: Upgrading
MySQL tables if necessary.
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2555]: Looking for
'mysql' in: /usr/bin/mysql
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2555]: Looking for
'mysqlcheck' in: /usr/bin/mysqlcheck
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2555]: This
installation of MySQL is already upgraded to 5.0.51a, use --force if
you still need to run mysql_upgrad
e
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2626]: Checking for
insecure root accounts.
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2632]: WARNING:
mysql.user contains 2 root accounts without password!
Jul 20 17:29:00 myserver /etc/mysql/debian-start[2633]: Triggering
myisam-recover for all MyISAM tables
---

Now /var/run/mysqld is empty.



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



Bug#410557: /etc/dokuwiki/.htaccess doesn't exist in Debian package and allow access to acl and users

2007-02-11 Thread Iñaki Baz Castillo
Package: dokuwiki
Version: 0.0.20061106-1
Severity: critical


Dokuwiki 2006-11-06 from the official page [1]  contains the 
file conf/.htacces:
 
  conf/.htaccess
   -
  ## no access to the conf directory
  order allow,deny
  deny from all
  ---

This .htaccess deny web access to files in conf directory (ACL's, users).

But Debian package doesn't include it in /etc/dokuwiki so any user can see the 
ACL's and user list (name, mail, role, encripted password) by accessing to:

  http://dokuwiki_base/conf
  http://dokuwiki_base/conf/acl.auth.php
  http://dokuwiki_base/conf/users.auth.php

I suggest to include the .htaccess file in /etc/dokuwiki.

Note: The issue exists too in the experimental 0.0.20061106-2 version [2].




[1] Dokuwiki official download:
http://www.splitbrain.org/projects/dokuwiki

[2] Changelog in experimental 20061106-2 version:
http://packages.debian.org/changelogs/pool/main/d/dokuwiki/dokuwiki_0.0.20061106-2/changelog

[3] Related bug in Dokuwiki bug database:
http://bugs.splitbrain.org/?do=detailsid=1076


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