Bug#512142: [mpich-bin] tstmachines doesn't handle spaces in path

2009-01-17 Thread Pau Tallada Crespí
Package: mpich-bin
Version: 1.2.7-8
Severity: normal
Tags: patch

Hi!

Executing tstmachines from a path with spaces in it doesn't work.
Here is the result:

p...@pau:~/Pràctiques/Màster/Eines i entorns per a programació 
paral·lela/Pràctiques/Skel$ LANG=C LC_ALL=C tstmachines
/usr/bin/tstmachines: line 71: [: too many arguments
/usr/bin/tstmachines: line 77: [: too many arguments
/usr/bin/tstmachines: line 94: [: too many arguments
/bin/ls: cannot access /home/pau/Pràctiques/Màster/Eines: No such file or 
directory
/bin/ls: cannot access i: No such file or directory
/bin/ls: cannot access entorns: No such file or directory
/bin/ls: cannot access per: No such file or directory
/bin/ls: cannot access a: No such file or directory
/bin/ls: cannot access programació: No such file or directory
/bin/ls: cannot access paral·lela/Pràctiques/Skel/mpichfoo: No such file or 
directory
Errors while trying to run /usr/bin/rsh 
localhost -n /bin/ls /home/pau/Pràctiques/Màster/Eines i entorns per a 
programació paral·lela/Pràctiques/Skel/mpichfoo
Unexpected response from localhost:
-- /bin/ls: cannot access /home/pau/Pràctiques/Màster/Eines: No such file or 
directory
/bin/ls: cannot access i: No such file or directory
/bin/ls: cannot access entorns: No such file or directory
/bin/ls: cannot access per: No such file or directory
/bin/ls: cannot access a: No such file or directory
/bin/ls: cannot access programació: No such file or directory
/bin/ls: cannot access paral·lela/Pràctiques/Skel/mpichfoo: No such file or 
directory
Unexpected response from pau:
-- /bin/ls: cannot access /home/pau/Pràctiques/Màster/Eines: No such file or 
directory
/bin/ls: cannot access i: No such file or directory
/bin/ls: cannot access entorns: No such file or directory
/bin/ls: cannot access per: No such file or directory
/bin/ls: cannot access a: No such file or directory
/bin/ls: cannot access programació: No such file or directory
/bin/ls: cannot access paral·lela/Pràctiques/Skel/mpichfoo: No such file or 
directory
The ls test failed on some machines.
This usually means that you do not have a common filesystem on
all of the machines in your machines list; MPICH requires this
for mpirun (it is possible to handle this in a procgroup file; see
the documentation for more details).

Other possible problems include:
The remote shell command /usr/bin/rsh does not allow you to run ls.
   See the documentation about remote shell and rhosts.
You have a common file system, but with inconsistent names.
   See the documentation on the automounter fix.


2 errors were encountered while testing the machines list for LINUX
No machines seem to be available!

Attached is a first try to add double quotes around. I'm sure it need some 
more.

Thanks!


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: 5.0
  990 testing security.debian.org 
  990 testing ftp.es.debian.org 
  990 testing debian-multimedia.org 
  500 unstableftp.es.debian.org 
  500 stable  ftp.es.debian.org 
  500 etchftp5.es.postgresql.org 
1 experimentalftp.es.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-
libc6  (= 2.7-1) | 2.7-16
libmpich1.0gf (= 1.2.7-8) | 1.2.7-8
rsh-client| 



-- 
Pau Tallada Crespí
GNU/Linux User : #345498
GnuPG Key : 0xC2E6DD29

La religió ha posat un càstig a sobre de totes les coses de la vida amb les 
que gaudim. O són perjudicials per la salut, o malmeten l'ànima, o ens 
engreixen.
(Albert Einstein)
--- tstmachines.orig	2009-01-17 20:23:36.0 +0100
+++ tstmachines	2009-01-17 20:11:21.0 +0100
@@ -68,13 +68,13 @@
 # Use same mechanism as in mpirun to get the value of pwd...
 if [ -n sed -e s@/tmp_mnt/@/@g ] ; then
 PWDtest=`pwd | sed -e s@/tmp_mnt/@/@g`
-if [ ! -d $PWDtest ] ; then
+if [ ! -d $PWDtest ] ; then
 PWDtest=`pwd`
 fi
 if [ -n $PWD ] ; then
 rm -f $PWDtest/.mpirtmp $PWD/.mpirtmp
 echo test  $PWD/.mpirtmp
-if [ ! -s $PWDtest/.mpirtmp ] ; then
+if [ ! -s $PWDtest/.mpirtmp ] ; then
 	rm -f $PWD/.mpirtmp
 PWD=$PWDtest
 fi
@@ -91,7 +91,7 @@
 else
 PWD_TRIAL=$PWDtest
 fi
-if [ ! -d $PWD_TRIAL ] ; then 
+if [ ! -d $PWD_TRIAL ] ; then 
 echo Warning: your default path uses the automounter; this may
 echo cause some problems if you use other NFS-connected systems.
 PWD_TRIAL=`pwd`
@@ -181,7 +181,7 @@
 #
 # Get the output form to expect from ls.  
 # Use /bin/ls to avoid any alias problems
-tstout=`/bin/ls $myprog`
+tstout=`/bin/ls $myprog`
 for machine in $list ; do
 # Strip cluster size from machine name
 ntest=`expr $machine : '.*:\([0-9]*\)'`
@@ -191,7 +191,7 @@
 if [ $verbose = 1 ] ; then 
 	echo Trying ls on $machine ...
 fi
-output=`$rsh $machine

Bug#453104: 1.1.7.2 debianization

2008-04-09 Thread Pau Tallada Crespí
El Wednesday 09 April 2008 12:38:43 Simon Richter va escriure:
 Hi,

 On Tue, Apr 08, 2008 at 09:42:43AM +0200, Pau Tallada Crespí wrote:
  This packaging is based on 1.1.6 packages from Debian. The changes I've
  added are as follows:

 Hmm, are there any real changes to the codebase in that release? I
 remember something like only userspace changing.

I don't know. A diff shows something about isdn_compat and some code to 
convert to ulaw/alaw o something.

   - Added misdn-init package which contains sbin/misdn-init script and its
  dependencies.

 The mISDN init system is a huge abomination. My fear is that if we add
 this to Debian now, we are going to support whatever broken scripts
 people attach to this system for a long time (actually that is the
 reason why mISDN is currently blocked from testing -- it is not release
 quality code).

Uhm, I understand. I read that misdn is a rewrite of the old isdn4linux, for 
2.6 kernels. But misdn was not ready and isdn4linux was ported also to 2.6.
So, what is the correct way to handle isdn cards on linux 2.6? For instance, 
with asterisk.

 Fortunately mISDN is already being rewritten so it doesn't need that
 system anymore.

Another rewrite?

   - Changed module config environment variables from Y to M. This change
  prevents the module fron hanging up CPU upon loading.

 Yuck, that should not really do anything. Will investigate.

Yes, it also seemed strange to me. But on bug 456594, another person points to 
the same variables, and makes similar changes to them.

Simon

Thank you very much for your response!

-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting




Bug#453104: 1.1.7.2 debianization

2008-04-08 Thread Pau Tallada Crespí
Hi!

I've packaged version 1.1.7.2 (latest upstream).
I'm attaching the debian directory.
Upstream source is available at
http://www.misdn.org/downloads/releases/mISDN-1_1_7_2.tar.gz

This packaging is based on 1.1.6 packages from Debian. The changes I've added 
are as follows:
 - Added misdn-init package which contains sbin/misdn-init script and its 
dependencies.
 - Changed module config environment variables from Y to M. This change 
prevents the module fron hanging up CPU upon loading.

Feel free to adapt it at your convenience.

Thanks!

-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting





debian.tar.gz
Description: application/tgz


Bug#453270: 1.1.7.2 debianization

2008-04-08 Thread Pau Tallada Crespí
Hi!

I've packaged version 1.1.7.2 (latest upstream).
I'm attaching the debian directory.
Upstream source is available at
http://www.misdn.org/downloads/releases/mISDNuser-1_1_7_2.tar.gz

This packaging is based on 1.1.6 packages from Debian. The changes I've added 
are as follows:
 - Removed build-dependency on debian-xcontrol from source
 - Added build-dependency on flex and libncurses5-dev
 - Added new binary package libsuppserv-dev, which contains:
* asn1_diversion.h
* asn1.h
* suppserv.h
* libsuppserv.so
* libsuppserv.a
* libsuppserv_pic.a
 - Install misdnportinfo on /usr/sbin
 - Removed xcontrol file

Feel free to adapt it at your convenience.

Thanks!


-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting





debian.tar.gz
Description: application/tgz


Bug#395244: Bug is fixed in latest packaging

2008-04-07 Thread Pau Tallada Crespí
Hi!

The last version available (1.1.6) does not include those files.

$ dpkg-deb --contents misdn-modules-2.6.22-3-686_1.1.6-1_i386.deb
drwxr-xr-x root/root 0 2008-04-07 16:09 ./
drwxr-xr-x root/root 0 2008-04-07 16:09 ./lib/
drwxr-xr-x root/root 0 2008-04-07 16:09 ./lib/modules/
drwxr-xr-x root/root 0 2008-04-07 16:09 ./lib/modules/2.6.22-3-686/
drwxr-xr-x root/root 0 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/
-rw-r--r-- root/root182429 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/avmfritz.ko
-rw-r--r-- root/root566090 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/hfcmulti.ko
-rw-r--r-- root/root209103 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/hfcpci.ko
-rw-r--r-- root/root195318 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/hfcsusb.ko
-rw-r--r-- root/root251435 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/l3udss1.ko
-rw-r--r-- root/root   1389747 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_capi.ko
-rw-r--r-- root/root   1043540 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_core.ko
-rw-r--r-- root/root 85165 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_dtmf.ko
-rw-r--r-- root/root169980 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_isac.ko
-rw-r--r-- root/root 98158 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_l1.ko
-rw-r--r-- root/root282507 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_l2.ko
-rw-r--r-- root/root227769 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/mISDN_x25dte.ko
-rw-r--r-- root/root185268 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/netjetpci.ko
-rw-r--r-- root/root324769 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/sedlfax.ko
-rw-r--r-- root/root202788 2008-04-07 16:09 
./lib/modules/2.6.22-3-686/extra/w6692pci.ko
drwxr-xr-x root/root 0 2008-04-07 16:09 ./usr/
drwxr-xr-x root/root 0 2008-04-07 16:09 ./usr/share/
drwxr-xr-x root/root 0 2008-04-07 16:09 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-04-07 16:09 
./usr/share/doc/misdn-modules-2.6.22-3-686/
-rw-r--r-- root/root  1735 2008-04-07 15:55 
./usr/share/doc/misdn-modules-2.6.22-3-686/copyright
-rw-r--r-- root/root  1184 2008-04-07 15:55 
./usr/share/doc/misdn-modules-2.6.22-3-686/changelog.Debian.gz

So this bug should be closed.

Thanks!

-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting







Bug#434873: Fixed in 1.1.6

2008-04-07 Thread Pau Tallada Crespí
Hi!

Latest version 1.1.6 compiles cleanly against linux-headers-2.6.22-3-686.
I think this bug is resolved on latest version.

Thanks!

-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting







Bug#443422: Fixed in 1.1.6

2008-04-07 Thread Pau Tallada Crespí
Hi!

Version 1.1.6 compiles cleanly. Those files are provided in misdn-source 
1.1.6.

I think this bug is fixed.
-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting







Bug#405055: 1.1.6 now depends on debhelper

2008-04-07 Thread Pau Tallada Crespí
Hi!

misdn-source depends on debhelper ( 4), as it is found on control file.

Should this be be closed?

Thanks!
-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting







Bug#453104: Fixed in custom packaging

2008-04-07 Thread Pau Tallada Crespí
Hi!
In a few days I will attack to this bug my own packaging, who do not 
experiments this bug.

Regards,

-- 
Pau Tallada Crespí

RunSolutions
  Open Source IT Consulting







Bug#453270: Please package libsuppserv-dev

2007-11-28 Thread Pau Tallada Crespí
Package: misdn-user
Version: 1.1.6-1
Severity: minor

--- Please enter the report below this line. ---
Hi!

Please, package suppserv header files as they are required to compile 
chan_misdn module for Asterisk.

Thanks for your wonderful work!

Pau.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-686

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing snapshot.debian.net 
  990 testing ftp.es.debian.org 
  500 unstableftp.es.debian.org 
  500 stable  ftp.es.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 




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



Bug#453104: module mISDN_core hangs computer upon loading

2007-11-27 Thread Pau Tallada Crespí
Package: misdn-source
Version: 1.1.6-1
Severity: important

--- Please enter the report below this line. ---
Hi!

Trying to build misdn modules with module-assistant and loading them causes 
the system to completely hang.

In my system is reproducible:
 - Get misdn-source (1.1.6-1)
 - m-a a-i misdn-source
 - Install generated .deb file
 - modprobe capi
 - modprobe mISDN_core = HANG

On another system, when I tried to load manually the module with insmod, 
insmod get 100% of 1 of the 2 processors.

Packaged debian/rules contains this configuration for building:
### DEBIAN/RULES ###
CONFIG_MISDN_DRV=m
ifneq ($(CONFIG_PPC64),y)
CONFIG_MISDN_AVM_FRITZ=y
endif
CONFIG_MISDN_HFCPCI=y
CONFIG_MISDN_HFCUSB=y
CONFIG_MISDN_SPEEDFAX=y
CONFIG_MISDN_W6692=y
CONFIG_MISDN_HFCMULTI=y
CONFIG_MISDN_NETJET=y
CONFIG_MISDN_NETDEV=y
#CONFIG_I4L_CAPI_LAYER=y

Replacing this config with upstream config solves the hang:
### UPSTREAM CONFIG ###
CONFIG_MISDN_DRV=m
CONFIG_MISDN_DSP=m 
CONFIG_MISDN_HFCMULTI=m
CONFIG_MISDN_HFCPCI=m
CONFIG_MISDN_HFCUSB=m
CONFIG_MISDN_XHFC=m
CONFIG_MISDN_HFCMINI=m
CONFIG_MISDN_W6692=m
CONFIG_MISDN_SPEEDFAX=m
CONFIG_MISDN_AVM_FRITZ=m
CONFIG_MISDN_NETJET=m
CONFIG_MISDN_DEBUGTOOL=m

Is there any reason I not know for debian/rules to specify that configuration?

Thanks for your good work!

Pau Tallada

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-686

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing snapshot.debian.net 
  990 testing ftp.es.debian.org 
  500 unstableftp.es.debian.org 
  500 stable  ftp.es.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
make | 3.81-3
debhelper ( 4) | 5.0.60




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



Bug#453104: It fails on amd64 too

2007-11-27 Thread Pau Tallada Crespí
Hi!

I forget to say that it hangs also on amd64 machine.

Thanks!



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



Bug#435014: Please use transparent background in dock icon

2007-07-28 Thread Pau Tallada Crespí
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: knutclient
Version: 0.9.3-1
Severity: wishlist

Hi!

It would be great if knutclient could use a transparent background for dock 
icon, so it could integrate more tigthly with a transparent kicker.

Thanks!

Pau.


- --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-1-k7

Debian Release: lenny/sid
  990 testing snapshot.debian.net 
  990 testing security.debian.org 
  990 testing ftp.sunet.se 
  990 testing ftp.es.debian.org 
  500 unstablewww.in.fh-merseburg.de 
  300 unstableftp.es.debian.org 

- --- Package information. ---
Depends  (Version) | Installed
==-+-
kdelibs4c2a (= 4:3.5.5-1) | 4:3.5.7.dfsg.1-1
libart-2.0-2   (= 2.3.16) | 2.3.19-3
libaudio2  | 1.9-2+b1
libc6 (= 2.3.6-6) | 2.6-2
libfontconfig1  (= 2.4.0) | 2.4.2-1.2
libfreetype6  (= 2.2) | 2.3.5-1+b1
libgcc1(= 1:4.1.1-12) | 1:4.2-20070712-1
libice6   (= 1:1.0.0) | 1:1.0.3-2
libidn11   (= 0.5.18) | 0.6.5-1
libjpeg62  | 6b-13
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt (= 3:3.3.7) | 3:3.3.7-5
libsm6 | 2:1.0.3-1+b1
libstdc++6   (= 4.1.1-12) | 4.2-20070712-1
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6   | 1:1.0.3-2
libxft2 ( 2.1.1) | 2.1.12-2
libxi6 | 2:1.1.1-1
libxinerama1   | 1:1.0.2-1
libxrandr2 | 2:1.2.1-1
libxrender1| 1:0.9.2-1
libxt6 | 1:1.0.5-3
zlib1g(= 1:1.2.1) | 1:1.2.3.3.dfsg-5


- -- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGq01HnplnCMLm3SkRAlJgAKDb9mzoZ5qvR6fPu5qmpss0IzMO0QCguB4q
jvIGvOHq886chRaAtciG6bY=
=75Sv
-END PGP SIGNATURE-


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



Bug#428399: Fails to boot, cannot mount / partition: No such device

2007-06-12 Thread Pau Tallada Crespí
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A Dilluns 11 Juny 2007 21:06, maximilian attems va escriure:
 On Mon, 11 Jun 2007, Pau Tallada Crespí wrote:
  mount: Mounting /dev/sda5 on /root failed: No such device
  mount: Mounting /root/dev on /dev/.static/dev failed: No such device
  mount: Mounting /sys on /root/sys failed: No such device
  mount: Mounting /proc on /root/proc failed: No such device
  Target filesystem doesn't have /sbin/init
 
   b) if dropped to console send the output of
   /lib/udev/vol_id -t /dev/sda5
 
  Output is a single line:
  vfat
 
  (/dev/sda5 is a logical partition of type 83 and ext3 formatted)

 yup that is the trouble,
 your sda5 partition was not cleanly reset when your formated it.

Downgrading again to version 0.87b solves this behaviour.
If you need more info, let me know!

 previsous initramfs-tools used fstype,
 but vol_id has support for more different fs.

 so you need to fix your partition, no idea which program formated
 it that badly.
 see also bugs.debian.org/427972
Hi!
Thank you very much!
The workaround posted on the linked bug works flawlessly:
$ dd if=/dev/zero of=/dev/sda5 bs=512 count=1

Now /lib/udev/vol_id -t /dev/sda5
/lib/udev/vol_id -t /dev/sda5 outputs «ext3» and boots again.

And now how has this bug to be closed?
INVALID, DUPLICATE or how?

Thank you again!

Pau.



 best regards

 --
 maks

- -- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGbnQAnplnCMLm3SkRAsTfAJ9NLp6M2iZ0hP4eBlZseE8k8xiUaACfcuIX
WeFIHVpswWh0w6wHYtlo2JA=
=yq0T
-END PGP SIGNATURE-


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



Bug#428399: Fails to boot, cannot mount / partition: No such device

2007-06-11 Thread Pau Tallada Crespí
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: initramfs-tools
Version: 0.88
Severity: critical

- --- Please enter the report below this line. ---
Hi!
Upgrading from 0.87b to 0.88 fails to boot with this message and drops to 
busybox:

mount: Mounting /dev/sda5 on /root failed: No such device
[...]
Target filesystem doesn't have /sbin/init

When I'm dropped to busybox, I can mount manually:
(initramfs)$ mount -t ext3 /dev/sda5 /root

And exitting from busybox resumes normal booting process
(initramfs)$ exit

Downgrading again to version 0.87b solves this behaviour.
If you need more info, let me know!

Thanks in advance!

Pau.

- --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: lenny/sid
  990 testing snapshot.debian.net 
  990 testing security.debian.org 
  990 testing ftp.sunet.se 
  990 testing ftp.es.debian.org 
  500 unstablewww.in.fh-merseburg.de 
  300 unstableftp.es.debian.org 

- --- Package information. ---
Depends(Version) | Installed
-+-===
klibc-utils(= 1.4.19-2) | 1.4.34-1
busybox   (= 1:1.01-3)  | 1:1.1.3-4
 OR busybox-initramfs| 
cpio | 2.7-3
module-init-tools| 3.3-pre11-1
udev(= 0.086-1) | 0.105-4


- -- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGbUSPnplnCMLm3SkRAtXXAKDIrzEsBdnEBC2EgbLxGrxclyjd/ACgvmlS
yyBbn70c7Xc2u/U7LrLcxo8=
=wjJC
-END PGP SIGNATURE-


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



Bug#428399: Fails to boot, cannot mount / partition: No such device

2007-06-11 Thread Pau Tallada Crespí
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A Dilluns 11 Juny 2007 17:47, vàreu escriure:
 severity 428399 important
 tags 428399 moreinfo
 stop

 On Mon, Jun 11, 2007 at 02:48:07PM +0200, Pau Tallada Crespí wrote:
  Package: initramfs-tools
  Version: 0.88
  Severity: critical

 hmm works fine here, until bug is demonstrated,
 you don't make yourself friends with overly critical settings.
Ooops, I realise I've made a big mistake with severity level. Sorry :P

Now I'll upgrade again and provide these additional info

Thanks!

  Hi!
  Upgrading from 0.87b to 0.88 fails to boot with this message and drops to
  busybox:
 
  mount: Mounting /dev/sda5 on /root failed: No such device
  [...]
  Target filesystem doesn't have /sbin/init
 
  When I'm dropped to busybox, I can mount manually:
  (initramfs)$ mount -t ext3 /dev/sda5 /root
 
  And exitting from busybox resumes normal booting process
  (initramfs)$ exit

 a) try to boot with rootdelay=9
 b) if dropped to console send the output of
 /lib/udev/vol_id -t /dev/sda5

  Downgrading again to version 0.87b solves this behaviour.
  If you need more info, let me know!

 there is currently zero info on how to reproduce it,
 so as the normal reportbug output would help:
 echo -- /proc/cmdline
 cat /proc/cmdline
 echo

 echo -- /proc/filesystems
 grep -v nodev /proc/filesystems
 echo

 echo -- lsmod
 lsmod
 echo

 if [ -r /etc/kernel-img.conf ]; then
 echo -- /etc/kernel-img.conf
 cat /etc/kernel-img.conf
 echo
 fi

 if [ -r /etc/initramfs-tools/initramfs.conf ]; then
 echo -- /etc/initramfs-tools/initramfs.conf
 sed 's/#.*$//;/^[[:space:]]*$/d'
 /etc/initramfs-tools/initramfs.conf echo
 fi



 regards

 --
 maks

- -- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGbXNEnplnCMLm3SkRAsCYAKC8ObvxTMg4P9nwerpXR8/gPSKo6wCeNJ+7
WY6ugepbAYXRnfkn/rkmOgk=
=gs9P
-END PGP SIGNATURE-


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



Bug#428399: Fails to boot, cannot mount / partition: No such device

2007-06-11 Thread Pau Tallada Crespí
A Dilluns 11 Juny 2007 17:47, maximilian attems va escriure:
 severity 428399 important
 tags 428399 moreinfo
 stop

 On Mon, Jun 11, 2007 at 02:48:07PM +0200, Pau Tallada Crespí wrote:
  Package: initramfs-tools
  Version: 0.88
  Severity: critical

 hmm works fine here, until bug is demonstrated,
 you don't make yourself friends with overly critical settings.

  Hi!
  Upgrading from 0.87b to 0.88 fails to boot with this message and drops to
  busybox:
 
  mount: Mounting /dev/sda5 on /root failed: No such device
  [...]
  Target filesystem doesn't have /sbin/init
 
  When I'm dropped to busybox, I can mount manually:
  (initramfs)$ mount -t ext3 /dev/sda5 /root
 
  And exitting from busybox resumes normal booting process
  (initramfs)$ exit

 a) try to boot with rootdelay=9
Hi!
This setting doesn't solve the problem. It spends a little more time waiting 
but drops to console. The entire error message follows:

mount: Mounting /dev/sda5 on /root failed: No such device
mount: Mounting /root/dev on /dev/.static/dev failed: No such device
mount: Mounting /sys on /root/sys failed: No such device
mount: Mounting /proc on /root/proc failed: No such device
Target filesystem doesn't have /sbin/init

 b) if dropped to console send the output of
 /lib/udev/vol_id -t /dev/sda5
Output is a single line:
vfat

(/dev/sda5 is a logical partition of type 83 and ext3 formatted)



  Downgrading again to version 0.87b solves this behaviour.
  If you need more info, let me know!

 there is currently zero info on how to reproduce it,
 so as the normal reportbug output would help:
 echo -- /proc/cmdline
 cat /proc/cmdline
 echo

 echo -- /proc/filesystems
 grep -v nodev /proc/filesystems
 echo

 echo -- lsmod
 lsmod
 echo

 if [ -r /etc/kernel-img.conf ]; then
 echo -- /etc/kernel-img.conf
 cat /etc/kernel-img.conf
 echo
 fi

 if [ -r /etc/initramfs-tools/initramfs.conf ]; then
 echo -- /etc/initramfs-tools/initramfs.conf
 sed 's/#.*$//;/^[[:space:]]*$/d'
 /etc/initramfs-tools/initramfs.conf echo
 fi



 regards

 --
 maks
I've attached and info.txt file with the output of those commands.

Pleased to help!

Pau.

-- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-- /proc/cmdline
root=/dev/sda5 ro vga=795 resume=/dev/sda8 quiet splash rootdelay=9

-- /proc/filesystems
cramfs
ext3
ntfs

-- lsmod
Module  Size  Used by
videodev   21440  0 
v4l1_compat12356  1 videodev
v4l2_common20736  1 videodev
appletalk  33900  2 
ax25   49616  2 
ipx26532  2 
p8023   2496  1 ipx
nvidia   6826356  22 
snd_rtctimer4064  1 
xt_multiport3712  2 
iptable_filter  3392  1 
ip_tables  13476  1 iptable_filter
x_tables   13636  2 xt_multiport,ip_tables
rfcomm 35288  7 
l2cap  22656  5 rfcomm
ide_generic 1728  0 [permanent]
ppdev   8964  0 
lp 11300  0 
button  6928  0 
ac  5508  0 
battery 9924  0 
ipv6  228000  30 
nls_iso8859_1   4544  1 
ntfs  195988  1 
loop   15496  0 
snd_intel8x0   30620  2 
snd_ac97_codec 83360  1 snd_intel8x0
snd_ac97_bus2688  1 snd_ac97_codec
snd_pcm_oss39200  0 
snd_mixer_oss  15552  1 snd_pcm_oss
snd_pcm68996  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy   4164  0 
snd_seq_oss29120  0 
snd_seq_midi8544  0 
hci_usb16476  6 
parport_pc 32612  1 
parport33672  3 ppdev,lp,parport_pc
rtc12788  1 snd_rtctimer
psmouse35336  0 
serio_raw   6980  0 
pcspkr  3392  0 
bluetooth  46628  15 rfcomm,l2cap,hci_usb
snd_rawmidi23200  1 snd_seq_midi
snd_seq_midi_event  7488  2 snd_seq_oss,snd_seq_midi
snd_seq46224  7 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  21316  3 snd_rtctimer,snd_pcm,snd_seq
snd_seq_device  8140  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd47524  15 
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
shpchp 33312  0 
i2c_nforce2 7232  0 
pci_hotplug29056  1 shpchp
i2c_core   20096  2 nvidia,i2c_nforce2
nvidia_agp  8284

Bug#427816: Ooops

2007-06-07 Thread Pau Tallada Crespí
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry!

Didn't see any bug regarding this behaviour and thought no one was aware...
Sorry the inconvenience,

and thanks for your fast reply!

Regards

- -- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGaCaNnplnCMLm3SkRAobOAJ9MzwMKK/QwR0JViqXPaLpTMe5GugCeJQ/z
PfEz+w0gahCnbNx1B3kCVvM=
=m/YG
-END PGP SIGNATURE-


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



Bug#427816: tomcat 5.5 init script don't detect sun-java6-jdk

2007-06-06 Thread Pau Tallada Crespí
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: tomcat5.5
Version: 5.5.20-2
Severity: important

Hi, installing tomcat 5.5 on a debian etch with sun-java6 installed fails like 
this:
S'està configurant tomcat5.5 (5.5.20-2) ...
* Not starting Tomcat: no Java Development Kit found.
invoke-rc.d: initscript tomcat5.5, action start failed.
dpkg: s'ha produït un error en processar tomcat5.5 (--configure):

I've looked at init script and there is a list of JDK paths to try:

# The first existing directory is used for JAVA_HOME (if JAVA_HOME is not
# defined in $DEFAULT)
JDK_DIRS=/usr/lib/jvm/java-1.5.0-sun /usr/lib/j2sdk1.4-sun 
/usr/lib/j2sdk1.4-blackdown /usr/lib/j2se/1.4 /usr/lib/j2sdk1.5-sun 
/usr/lib/j2sdk1.3-sun /usr/lib/j2sdk1.3-blackdown /usr/lib/j2sdk1.5-ibm 
/usr/lib/j2sdk1.4-ibm /usr/lib/jvm/java-gcj /usr/lib/kaffe

If I manually add the sun-java6-jdk path to the list:
/usr/lib/jvm/java-6-sun
then it can start again.

So this is a workaround...
Should sun-java6-home define $JAVA_HOME ?

Thanks in advance!

- --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: lenny/sid
  990 testing snapshot.debian.net 
  990 testing security.debian.org 
  990 testing ftp.sunet.se 
  990 testing ftp.rediris.es 
  500 unstablewww.in.fh-merseburg.de 
  500 etchdebian.beryl-project.org 
  300 unstableftp.rediris.es 

- --- Package information. ---
Depends   (Version) | Installed
===-+-
java-gcj-compat-dev  (= 1.0.30-5)  | 
 OR kaffe   (= 2:1.1.6-3)  | 
 OR java2-runtime   | 
libtomcat5.5-java (= 5.5.20-2) | 5.5.20-2
adduser   (= 3.34) | 3.102
apache2-utils   | 2.2.3-4
 OR apache-utils| 
 OR apache2.2-common| 2.2.3-4
ecj-bootstrap   | 3.2.1-6


- -- 
**
| Pau Tallada CrespíGNU/Linux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net   GnuPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGZtvDnplnCMLm3SkRAoBQAJwKDMBIpd4B70r+F6d3v0qnvKxGHACeMnJH
JNYANcwIO9A0chboJocfczY=
=2IkH
-END PGP SIGNATURE-


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



Bug#399408: Please upload newer version

2007-04-24 Thread Pau Tallada Crespí
Hi!
x11vnc needs updating in order to close this bug.
Are you still there? :P

I'd be willing to help if you need it.

Thanks!


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



Bug#420495: Crash if adding a new host to a user with an existing host selected

2007-04-22 Thread Pau Tallada Crespí
Package: mysql-admin
Version: 1.2.5rc-2
Severity: important

Hi!
When trying to add a new host to an existing user, right clicking on an 
existing host, selecting add host and selecting any type of host (local, 
ip...) mysql-admin crashes.

Error shown on console:
Gtk-ERROR **: file gtktreestore.c: line 583 (gtk_tree_store_get_path): 
assertion failed: (G_NODE (iter-user_data)-parent != NULL)
aborting...

I suppose that hosts can only be added with the top level user entry selected, 
but at least it should not crash when the user tries to add them 
rightclicking on an existing host.

Thanks in advance!

Pau Tallada.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: lenny/sid
  990 testing snapshot.debian.net 
  990 testing security.debian.org 
  990 testing ftp.rediris.es 
  990 testing ftp.mgts.by 
  500 sid www.osrts.info 
  300 unstableftp.rediris.es 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libatk1.0-0 (= 1.12.2) | 1.12.4-3
libc6  (= 2.3.6-6) | 2.3.6.ds1-13
libcairo2(= 1.2.4) | 1.2.4-4
libfontconfig1   (= 2.4.0) | 2.4.2-1.2
libgcc1 (= 1:4.1.1-12) | 1:4.1.1-21
libglade2-0(= 1:2.5.1) | 1:2.6.0-4
libglib2.0-0(= 2.12.0) | 2.12.4-2
libglibmm-2.4-1c2a  | 2.12.7-1
libgtk2.0-0  (= 2.8.0) | 2.8.20-7
libgtkmm-2.4-1c2a   | 1:2.8.8-1
libmysqlclient15off   (= 5.0.24-2) | 5.0.38-1
libpango1.0-0   (= 1.14.8) | 1.14.8-5
libpcre3   (= 4.5) | 6.7-1
libsigc++-2.0-0c2a   (= 2.0.2) | 2.0.17-2
libstdc++6(= 4.1.1-12) | 4.1.1-21
libx11-6| 2:1.0.3-7
libxcursor1  ( 1.1.2) | 1.1.7-4
libxext6| 1:1.0.1-2
libxfixes3 (= 1:4.0.1) | 1:4.0.1-5
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.1-4.1
libxml2 (= 2.6.27) | 2.6.27.dfsg-1
libxrandr2  | 2:1.1.0.2-5
libxrender1 | 1:0.9.1-3
mysql-admin-common(= 1.2.5rc-2) | 1.2.5rc-2


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



Bug#417851: fet: Please upload newer version (at this time 4.2.6)

2007-04-04 Thread Pau Tallada Crespí
Package: fet
Version: 3.18.2-1
Severity: wishlist

Hi!
Would you be so kind as to package the newer version for Qt4 ?
I think there are some packages hosted at the website.

Thanks for your work!

Pau.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)

Versions of packages fet depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libqt3-mt   3:3.3.7-3Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar

Versions of packages fet recommends:
ii  python2.4.4-2An interactive high-level object-o

-- no debconf information


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



Bug#417282: Sorry

2007-04-04 Thread Pau Tallada Crespí
Ops, it's my fault.

Sorry for the inconvenience,

Pau.


pgplnkPxTd30y.pgp
Description: PGP signature


Bug#417282: RFP: fet -- Free Evolutionary Timetabling software

2007-04-02 Thread Pau Tallada Crespí
Package: wnpp
Severity: wishlist

Hi,
One of the most useful resources I've ever found is this genetic timetable 
generator.
I think it's an awesome tool that some projects (Debian Edu) could be 
interested in.

Thanks!

* Package name: fet
  Version : 4.2.8
  Upstream Author : Liviu Lalescu [EMAIL PROTECTED]
* URL : http://www.lalescu.ro/liviu/fet
* License : GPL
  Programming Lang: C++
  Description : Free Evolutionary Timetabling software

FET is a probabilistic program (using a genetic algoritm) for automatically 
generating the timetable of a school, 
high-school or university.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)


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



Bug#399408: (no subject)

2007-02-16 Thread Pau Tallada Crespí
Thanks to x11vnc upstream this bug is fixed in newer version 8.2.4.

Look at bug #389750 for more info
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399408

Need to upload the newer version to close this bug.

Thanks!


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



Bug#389750: Fixed in upstream, waiting for upload

2007-02-08 Thread Pau Tallada Crespí
Hi!

I have compiled x11vnc-0.8.4 from tarball sources and it really fixes the bug.
I will mark this bug as «fixed-upstream» and «pending», because it can't be 
closed until an updated package enters the archive, or so I think.

Thanks for all!

PD: I'll notify KDE bugzilla too.

Pau.

-- 
**
| Pau Tallada CrespíLinux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net GPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**


pgpVtvIxsUxGt.pgp
Description: PGP signature


Bug#389750: Bug still present

2007-01-13 Thread Pau Tallada Crespí
 Hi,

 We (the Debian Qt/KDE team) are trying to update the bug status of some
 old bugs in the BTS.

 You filed the bug
  #389750 krdc doesn't work with x11vnc 0.8.2-1
 some time ago, you can read the bug report at:
 http://bugs.debian.org/389750

 We are sorry if nobody responded when you filed the bug, KDE has gotten
 more bugs in the past years than the maintainers could handle.
No problem, thanks for your attention.

 We are trying to fix this now, but we need your help. So please respond to
 this mail and tell us if:

 - you are still experiencing this bug (adding in what version)
Yes, I'm still experiencing this bug. Latest version of krdc (4:3.5.5-3) is 
still incompatible with some sort of settings of x11vnc (0.8.2-1). x11vnc 
0.7.1 works perfectly.

 - the bug was already fixed,
I filed the same bug against x11vnc package. There is more information.
Karl J. Runge did a little research and found something about a conflict in 
DEFINES.
The corresponding bug report is 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399408

 - or if you have extra information on how reproduce this bug.
I believe the bug only occurs when client activates tight encoding.
Connecting with high quality settings don't show this bug.

Thanks for your valuable work!
Moltes Gràcies!

Pau Tallada.

-- 
**
| Pau Tallada CrespíLinux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net GPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**


pgpXLosBvfYih.pgp
Description: PGP signature


Bug#399408: Checked workaround

2007-01-06 Thread Pau Tallada Crespí
 Anyway, some more info:

 I only see the crash if krdc uses the tightvnc encoding.  So a workaround
 is:

 krdc --encodings copyrect zlib hextile host:0

 or to get 8bpp color like the original poster has:

 krdc --low-quality --encodings copyrect zlib hextile host:0

Thanks for your work,
I was always connecting in low quality mode, so it did'nt work.
I had'nt tried with high quality because were connections to far hosts.

I suppose low quality mode requires tight encoding so it don't works, 
but high quality uses more bandwidth hungry encodings (so no uses tight) 
and it works...

Thank you very much for your workaround!


 I will try to look into this from the libvncserver side (x11vnc uses it),
 but it may be some time before I can get to it since I may need to
 build krdc and put in debugging output.

 Karl

Thanks again for your work!

Pau Tallada.

-- 
**
| Pau Tallada CrespíLinux User : #345498 |
| SIP URL : sip:pautallada AT ekiga.net GPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
**


pgp5Nw5Mq6Ohb.pgp
Description: PGP signature


Bug#399408: Getting some info...

2006-12-08 Thread Pau Tallada Crespí
Hi!

Sorry, i didn't notice your reply until today.

I usually step into this bug running x11vnc and krdc from different machines.
I now have tried running both on the same machine.
I have attached x11vnc output, krdc output and krdc backtrace (when shows the 
error dialog)
Looking into the krdc output i think the bug is in krdc:

Zero size rect - ignoring
Rect too large: 28535x28192 at (30062, 27502)

And shows the error dialog: The connection to the host has been interrupted.

Should this bug be reassigned to krdc?

Thank you very much!

PS: I don't know very well how to do backtraces...

Pau Tallada.
Thread 1 (Thread -1229560128 (LWP 19229)):
#0  0xb7ef3410 in ?? ()
#1  0xbfe549f8 in ?? ()
#2  0x080dbb54 in ?? ()
#3  0x080db9d0 in ?? ()
#4  0xb6cc0fc1 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7653258 in QEventLoop::processEvents (this=0x80d2bf8, flags=4) at
kernel/qeventloop_x11.cpp:291
#6  0xb76c6129 in QEventLoop::enterLoop (this=0x80d2bf8) at kernel/qeventloop.cpp:198
#7  0xb76ad6ed in QApplication::enter_loop (this=0xbfe553ac) at kernel/qapplication.cpp:2793
#8  0xb78c70d9 in QDialog::exec (this=0x814c2e0) at dialogs/qdialog.cpp:432
#9  0xb71cb9bb in KMessageBox::createKMessageBox (dialog=0x814c2e0, [EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], checkboxReturn=0x0, options=value optimized out,
[EMAIL PROTECTED],
notifyType=QMessageBox::Critical) at
/home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdeui/kmessagebox.cpp:309
#10 0xb71cc10e in KMessageBox::createKMessageBox (dialog=0x814c2e0, icon=QMessageBox::Critical,
[EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], checkboxReturn=0x0, options=1, [EMAIL PROTECTED])
at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdeui/kmessagebox.cpp:146
#11 0xb71ce2ee in KMessageBox::errorListWId (parent_id=0, [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED],
options=value optimized out) at
/home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdeui/kmessagebox.cpp:772
#12 0xb71ce493 in KMessageBox::error (parent=0x0, [EMAIL PROTECTED], [EMAIL PROTECTED], options=1)
at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdeui/kmessagebox.cpp:737
#13 0x080768a5 in KVncView::customEvent (this=0x8132660, e=0x8134e30)
at /home/ana/Debian/kdenetwork/kdenetwork-3.5.5/./krdc/vnc/kvncview.cpp:469
#14 0xb77133bb in QObject::event (this=0x8132660, e=0x8134e30) at kernel/qobject.cpp:755
#15 0xb774a576 in QWidget::event (this=0x8132660, e=0x8134e30) at kernel/qwidget.cpp:4678
#16 0xb76abbd6 in QApplication::internalNotify (this=0xbfe553ac, receiver=0x8132660, e=0x8134e30)
at kernel/qapplication.cpp:2635
#17 0xb76ae586 in QApplication::notify (this=0xbfe553ac, receiver=0x8132660, e=0x8134e30) at
kernel/qapplication.cpp:2523
#18 0xb7e5ce0e in KApplication::notify (this=0xbfe553ac, receiver=0x8132660, event=0x8134e30)
at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdecore/kapplication.cpp:550
#19 0xb763f3d1 in QApplication::sendEvent (receiver=0x8132660, event=0x8134e30) at
../include/qapplication.h:520
#20 0xb76acbfe in QApplication::sendPostedEvents (receiver=0x0, event_type=0) at
kernel/qapplication.cpp:3299
#21 0xb76acd06 in QApplication::sendPostedEvents () at kernel/qapplication.cpp:3210
#22 0xb7652c05 in QEventLoop::processEvents (this=0x80d2bf8, flags=4) at
kernel/qeventloop_x11.cpp:144
#23 0xb76c6129 in QEventLoop::enterLoop (this=0x80d2bf8) at kernel/qeventloop.cpp:198
#24 0xb76c5f4a in QEventLoop::exec (this=0x80d2bf8) at kernel/qeventloop.cpp:145
#25 0xb76ad76f in QApplication::exec (this=0xbfe553ac) at kernel/qapplication.cpp:2758
#26 0x08068088 in main (argc=5568, argv=0x0) at
/home/ana/Debian/kdenetwork/kdenetwork-3.5.5/./krdc/main.cpp:156
#27 0xb6c11ea8 in __libc_start_main () from /lib/tls/i686/cmov/###
#@#
#@   @#
#@  **  WARNING  **  WARNING  **  WARNING  **  WARNING  **   @#
#@   @#
#@YOU ARE RUNNING X11VNC WITHOUT A PASSWORD!!@#
#@   @#
#@  This means anyone with network access to this computer   @#
#@  will be able to view and control your desktop.   @#
#@   @#
#@  If you did not mean to do this Press CTRL-C now!!  @#
#@   @#
#@#
#@   @#
#@  You can create an x11vnc password file by running:   @#
#@   @#
#@   x11vnc -storepasswd password /path/to/passfile  @#
#@  or   x11vnc -storepasswd /path/to/passfile   @#
#@  or   x11vnc -storepasswd   

Bug#399408: Fixing versions affected

2006-11-23 Thread Pau Tallada Crespí
found 399408 0.8.2-1
notfound 399408 0.7.1-5
thanks

Fixing versions affected, sorry.

Pau Tallada.


pgpqBFKiYw8DT.pgp
Description: PGP signature


Bug#399336: ekiga: Please use transparent icon on systray

2006-11-19 Thread Pau Tallada Crespí
Package: ekiga
Version: 2.0.3-2
Severity: wishlist

Hi,
The icon ekiga uses for systray is not transparent and looks ugly with 
transparent kicker.
You could import the transparent icon *buntu uses, it looks a lot better!

Thanks!

Pau Tallada.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)

Versions of packages ekiga depends on:
ii  evolution-data-server  1.6.3-2   evolution database backend server
ii  gconf2 2.16.0-2  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.15-1  Avahi client library
ii  libavahi-common3   0.6.15-1  Avahi common library
ii  libavahi-glib1 0.6.15-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libebook1.2-5  1.6.3-2   Client library for evolution addre
ii  libedataserver1.2-71.6.3-2   Utility library for evolution data
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgcc11:4.1.1-19GCC support library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libopal-2.2.0  2.2.3.dfsg-2  Open Phone Abstraction Library - s
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libpt-1.10.0   1.10.2-2  Portable Windows Library
ii  libpt-plugins-alsa 1.10.2-2  Portable Windows Library Audio Plu
ii  libpt-plugins-v4l  1.10.2-2  Portable Windows Library Video Plu
ii  libsdl1.2debian1.2.11-7  Simple DirectMedia Layer
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  yelp   2.14.3-1  Help browser for GNOME 2

ekiga recommends no packages.

-- no debconf information


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



Bug#399408: x11vnc 0.8.2-1 incompatible with krdc

2006-11-19 Thread Pau Tallada Crespí
Package: x11vnc
Version: 0.7.1-5
Severity: important

Hi!
Krdc cannot connect with 0.8.2-1 of x11vnc sessions. It closes after 
authentication and shows a message saying the 
connection has been closed.

Downgrading to 0.7.1 fixes this problem...

Thanks!

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)

Versions of packages x11vnc depends on:
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libx11-6 2:1.0.3-3   X11 client-side library
ii  libxdamage1  1:1.0.3-2   X11 damaged region extension libra
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 
ii  zlib1g   1:1.2.3-13  compression library - runtime

x11vnc recommends no packages.

-- no debconf information


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



Bug#389750: krdc doesn't work with x11vnc 0.8.2-1

2006-09-27 Thread Pau Tallada Crespí
Package: krdc
Version: 4:3.5.4-2
Severity: important

Hi!

After upgrading x11vnc from 0.7.1 to 0.8.2-1, krdc is no longer able to work.
It successfully connects, autenticates and opens the remote window, but before 
any remote pixel is shown on this 
windows, it shows an error message saying that the connection has been 
interrupted.
Downgrading x11vnc to 0.7.1 and it also works again.

Thanks in advance!

Pau Tallada.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)

Versions of packages krdc depends on:
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libaudio2   1.8-2The Network Audio System (NAS). (s
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libslp1 1.2.1-5  OpenSLP libraries
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3-13   compression library - runtime

krdc recommends no packages.

-- no debconf information


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



Bug#373756: This bug is fixed in latest version 1.2.11, not in archive yet.

2006-07-14 Thread Pau Tallada Crespí
retitle 373756 SDL_SetGamma broken in 1.2.10, fixed in 1.2.11, please update
thank

Hi,
Tremulous people were so kind and hinted me into

http://www.libsdl.org/pipermail/sdl/2006-June/074927.html

SDL_SetGamma() is broken in 1.2.10 so the brighness settings are ignored.
It's fixed in 1.2.11.

So this bug will be fixed by uploading newer version to Debian archive.

Thanks!


pgpRUpMJErYmD.pgp
Description: PGP signature


Bug#373756: More information

2006-07-03 Thread Pau Tallada Crespí
Hi,
I have taken 2 screenshots of the game on exactly the same place.
One before updating libsdl1.2debian, and the other just after the update.

I thought that the second screenshot would be a lot darker, as it is seen on 
game, but the two screenshots look exactly equal (as brighter as the first, 
before update).

In conclusion, screenshots made after update look as before update, so this 
bug only affects displaying image on monitor, not taking a screenshot.

I don't know if this information is useful, but its information...

Bug me if you need more info, pleased to help.


Thanks!

Pau Tallada.


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



Bug#373756: The problem should be with libsdl1.2debian

2006-06-17 Thread Pau Tallada Crespí
Hi again,
replacing libsdl1.2debian-oss(1.2.10-3) with libsdl1.2debian-alsa(1.2.10-3) 
doesn't solve the bug.
So the problem should be in package libsdl1.2debian.

Thanks!

Pau Tallada.


pgpKVhGGTeEyS.pgp
Description: PGP signature


Bug#358640: Please, allow installation on php5 environments too

2006-04-26 Thread Pau Tallada Crespí
Hi!

mantis only depends on version 4 of PHP environment.
Since it support php5 too, its dependencies should be changed to allow this.

php4-cgi | libapache-mod-php4 | libapache2-mod-php4 should be :
 - php4-cgi | php5-cgi | libapache-mod-php4 | libapache-mpd-php5 | 
libapache2-mod-php4 | libapache-mod-php5

php4-cli should be :
 - php4-cli | php5-cli

php4-mysql should be :
 - php4-mysql | php5-mysql | php5-mysqli

Note the last alternative (php5-mysqli), since there is a new set library for 
connecting to mysql servers 4.1 and newers.

Thanks! 
-- 
**
| Pau Tallada CrespíLinux User : #345498 |
| SIP URL : sip:[EMAIL PROTECTED]GPG Key : 0xC2E6DD29 |
| Mail : pau_tallada AT telefonica DOT net   |
| Col·laborador de l'equip KDE en català : http://ca.i18n.kde.org/   |
**


pgp6Gy7vXyE3f.pgp
Description: PGP signature


Bug#346581: Typo on init.d script

2006-02-14 Thread Pau Tallada Crespí
Sorry,

I promise this will be my last post on this bug xD

Line 21:
echo aMule user does not exists or has no home folder. Check
/etc/default/amule-daemon settings

Should be:
echo aMule user does not exist or has no home folder. Check
/etc/default/amule-daemon settings

Notice the extra s on first example.

Thank you very much amd sorry my puritanism.

Pau Tallada.


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



Bug#346581: Oops, now it's my mistake

2006-02-11 Thread Pau Tallada Crespí
Hi,
I have made a logical error on my last script.

On line 24:
if [ -n $HOME ]; then

It should be:
if [ -z $HOME ]; then

Thanks!

Pau Tallada.


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



Bug#346581: username hardwired in init script

2006-02-10 Thread Pau Tallada Crespí
Hi,
I think there is a typo in the init.d script.
In line 17:
HOME=`getent passwd soda | awk -F: '{print $6}'`

The user «soda» is fixed, it guess it should be $AMULED_USER. And it
should check that both $AMULED_USER is not empty before obtaining the
home path. It should check that the home path returned is not empty too.

I have made those changes and I have pasted the resulting script at the
end of this mail. Feel free to commit those changes.

Changed lines fon 17 to 27.

Thanks in advance!

Pau Tallada.

BEGIN INIT.D FILE--
#! /bin/sh


PATH=/bin:/usr/bin:/usr/local/bin/:/sbin/:/usr/sbin/
DAEMON=/usr/bin/amuled
WEBDAEMON=/usr/bin/amuleweb

if [ -f /etc/default/amule-daemon ]; then
. /etc/default/amule-daemon
fi

if [ -z $RUN_AT_STARTUP -o $RUN_AT_STARTUP != YES ]; then
echo aMule daemon not starting, edit /etc/default/amule-daemon
for start it
exit 0
fi

if [ -n $AMULE_USER ]; then
echo aMule user is empty, check /etc/default/amule-daemon settings
exit 0
fi

HOME=`getent passwd $AMULED_USER | awk -F: '{print $6}'`

if [ -n $HOME ]; then
echo aMule user does not exist or has no home folder, check
/etc/default/amule-daemon settings
exit 0
fi

start ()
{
echo -n Starting aMule : amuled
export HOME
start-stop-daemon --chuid $AMULED_USER --user $AMULED_USER --start
--exec $DAEMON --background
echo .
}

stop ()
{
echo -n Stopping aMuleWeb : amuleweb
export HOME
start-stop-daemon --stop --retry 5 --oknodo --quiet --chuid
$AMULED_USER --user $AMULED_USER --exec $DAEMON
start-stop-daemon --stop --retry 5 --oknodo --quiet --chuid
$AMULED_USER --user $AMULED_USER --exec $WEBDAEMON
echo .
}


case $1 in
  start)
start
;;
  stop)
stop
;;
  reload)
  stop
  start
;;
  force-reload|restart)
stop
start
;;
  *)
echo Usage: /etc/init.d/amule-daemon
{start|stop|restart|force-reload|reload}
exit 1
;;
esac

exit 0
END INIT.D FILE--





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