Bug#192422: UP 500% in 2 days

2007-04-17 Thread Krys Fosco

http://i18.tinypic.com/3zizr08.jpg

When compiled the two syntaxes produce identical SWF-ActionScript.



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



Bug#304192: findings

2007-04-03 Thread Topi Fosco
University Tokyo chairman pleased
http://img444.imageshack.us/my.php?image=fscv3.gif
Draws WIREDec Response Announce



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



Bug#417306: shuts down when gnome-power-manager is running

2007-04-02 Thread fosco
Package: acpid
Version: 1.0.4-7.1
Severity: normal

/etc/acpi/powerbtn.sh does not test if gnome-power-manager is running 
like it test for powersaved or kde.

It results in '/sbin/shutdown -h now' beeing invoked while 
gnome-power-manager is dislaying his shut down dialog.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages acpid depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip

acpid recommends no packages.

-- no debconf information


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



Bug#394810: modprobe incorrectly used in init script

2006-10-23 Thread fosco
Package: nfs-common
Version: 1:1.0.10-2
Severity: normal

The last version of the nfs-common init script assumes that:
- we are using a kernel with modules support compiled
- modutils/module-init-tools are installed
- we want to load nfs4 support (even if we only use nfs3)

We should check that /proc/modules exists, and that /sbin/modprobe is 
present and executable

--- nfs-common.orig 2006-10-23 10:52:32.0 +0200
+++ nfs-common  2006-10-23 10:52:44.0 +0200
@@ -112,7 +112,10 @@ esac
 [ -x /usr/sbin/rpc.gssd ] || [ $NEED_GSSD   = no ] || exit 0

 do_modprobe() {
-modprobe -q $1 || true
+if [ -x /sbin/modprobe -a -f /proc/modules ]
+then
+modprobe -q $1 || true
+fi
 }

 do_mount() {

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nfs-common depends on:
ii  adduser  3.97Add and remove users and groups
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcomerr2   1.39-1  common error description library
ii  libevent11.1a-1  An asynchronous event notification
ii  libgssapi2   0.10-3  A mechanism-switch gssapi library
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libnfsidmap2 0.17-3  An nfs idmapping library
ii  librpcsecgss30.14-2  allows secure rpc communication us
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip
ii  netbase  4.25Basic TCP/IP networking system
ii  portmap  5-20The RPC portmapper
ii  ucf  2.0015  Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information


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