Bug#1059400: kubetail: Broken on Debian Bookworm ("syntax error near unexpected token") due to Bash 5.2 incompatibility

2023-12-24 Thread Joan Bruguera Micó
Package: kubetail
Version: 1.6.5-2
Severity: important
Tags: upstream

Dear Maintainer,

Unfortunately, attempting to use kubetail fails on Debian Bookworm.
In particular, any trivial use reports a "syntax error", as follows:

```
$ kubetail nginx
Will tail 2 logs...
nginx-deployment-7c79c4bf97-jdmkg
nginx-deployment-7c79c4bf97-p7bxr
/usr/bin/kubetail: eval: line 326: syntax error near unexpected token `kubectl'
/usr/bin/kubetail: eval: line 326: `kubectl  logs 
nginx-deployment-7c79c4bf97-jdmkg nginx -f=true --since=10s --tail=-1| 
while read -r; do echo "[nginx-deployment-7c79c4bf97-jdmkg] $REPLY " | tail -n 
+1; done  kubectl  logs nginx-deployment-7c79c4bf97-p7bxr nginx -f=true 
--since=10s --tail=-1| while read -r; do echo 
"[nginx-deployment-7c79c4bf97-p7bxr] $REPLY " | tail -n +1; done'
```

This error has been reported and fixed upstream, with the root cause
being a breaking change in Bash 5.2, the version used in Bookworm.
Upstream issue: https://github.com/johanhaleby/kubetail/issues/133

A fix for this issue has been merged in Kubetail 1.6.17:
https://github.com/johanhaleby/kubetail/pull/134

I'd be grateful if the version in Debian Bookworm can be updated or
include the fix above, as otherwise the package can not be used unless
one resolts to any of the workarounds published in the upstream issue.

Regards.

-- System Information:
Debian Release: 12.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.0-rc6-1001-mainline-git-00303-g3f82f1c3a036 (SMP w/16 CPU 
threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

-- no debconf information



Bug#1057047: tomcat10-common: Tomcat 10 helper script doesn't look for temurin based jdk installs

2023-11-28 Thread Joan
Package: tomcat10-common
Version: 10.1.15-1
Severity: normal
X-Debbugs-Cc: aseq...@gmail.com

Dear Maintainer,

   * What led up to the situation?
I am trying to use debian's tomcat 10 with java 21, since it's not present on 
debian I used the one from 
https://adoptium.net/installation/linux/ that has a repository.
When starting tomcat I see this error message on the logs: 
  " [crit] No JDK or JRE found - Please set the JAVA_HOME variable or install 
the default-jdk package"
I traced the message to the helper script 
/usr/libexec/tomcat10/tomcat-locate-java.sh, there adding the
 temurin naming scheme made the helper found the proper java

from:.
for jvmdir in /usr/lib/jvm/java-${java_version}-openjdk-* \
  /usr/lib/jvm/jdk-${java_version}-oracle-* \
  /usr/lib/jvm/jre-${java_version}-oracle-* \
  /usr/lib/jvm/java-${java_version}-oracle \
  /usr/lib/jvm/oracle-java${java_version}-jdk-* \
  /usr/lib/jvm/oracle-java${java_version}-jre-*
do

to:...
for jvmdir in /usr/lib/jvm/java-${java_version}-openjdk-* \
  /usr/lib/jvm/jdk-${java_version}-oracle-* \
  /usr/lib/jvm/jre-${java_version}-oracle-* \
  /usr/lib/jvm/java-${java_version}-oracle \
  /usr/lib/jvm/oracle-java${java_version}-jdk-* \
  /usr/lib/jvm/oracle-java${java_version}-jre-* \
  /usr/lib/jvm/temurin-${java_version}-jre-* \
  /usr/lib/jvm/temurin-${java_version}-jdk-*
do


Since currently the temurin path is quite a popular way to install recent 
jdk/jre version without
having to rely on oracle, supporting it on debian would be nice and without 
collateral issues


-- System Information:
Debian Release: bookworm/sid
  APT prefers jammy-updates
  APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-89-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=ca:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1014447: bullseye-pu: package lwip/2.1.2+dfsg1-8

2022-07-07 Thread Joan Lledó

Package: release.debian.org
Severity: important
Tags: bullseye
User: release.debian@packages.debian.org
Usertags: pu

Hi,

This patch fixes  CVE-2020-22283 and  CVE-2020-22284 in bullseye.

Attached is the debdiff.

[1] https://security-tracker.debian.org/tracker/CVE-2020-22283
[2] https://security-tracker.debian.org/tracker/CVE-2020-22284



*** /home/jlledom/CVEsdebdiff.diff
diff -Nru lwip-2.1.2+dfsg1/debian/changelog 
lwip-2.1.2+dfsg1/debian/changelog

--- lwip-2.1.2+dfsg1/debian/changelog   2020-08-09 09:55:09.0 +0200
+++ lwip-2.1.2+dfsg1/debian/changelog   2022-07-06 10:55:52.0 +0200
@@ -1,3 +1,10 @@
+lwip (2.1.2+dfsg1-8+deb11u1) bullseye; urgency=high
+
+  * Fix CVE-2020-22283
+  * Fix CVE-2020-22284
+
+ -- Joan Lledó   Wed, 06 Jul 2022 10:55:52 +0200
+
 lwip (2.1.2+dfsg1-8) unstable; urgency=medium

   * No-change source-only upload to allow testing migration.
diff -Nru lwip-2.1.2+dfsg1/debian/patches/CVE-2020-22283_22284
lwip-2.1.2+dfsg1/debian/patches/CVE-2020-22283_22284
--- lwip-2.1.2+dfsg1/debian/patches/CVE-2020-22283_222841970-01-01
01:00:00.0 +0100
+++ lwip-2.1.2+dfsg1/debian/patches/CVE-2020-22283_222842022-07-06
10:48:50.0 +0200
@@ -0,0 +1,261 @@
+--- a/src/core/ipv6/icmp6.c
 b/src/core/ipv6/icmp6.c
+@@ -57,9 +57,9 @@
+
+ #include 
+
+-#if LWIP_ICMP6_DATASIZE == 0
++#if !LWIP_ICMP6_DATASIZE || (LWIP_ICMP6_DATASIZE > (IP6_MIN_MTU_LENGTH -
IP6_HLEN - ICMP6_HLEN))
+ #undef LWIP_ICMP6_DATASIZE
+-#define LWIP_ICMP6_DATASIZE   8
++#define LWIP_ICMP6_DATASIZE   (IP6_MIN_MTU_LENGTH - IP6_HLEN - ICMP6_HLEN)
+ #endif
+
+ /* Forward declarations */
+@@ -387,26 +387,35 @@
+ {
+   struct pbuf *q;
+   struct icmp6_hdr *icmp6hdr;
++  u16_t datalen = LWIP_MIN(p->tot_len, LWIP_ICMP6_DATASIZE);
++  u16_t offset;
+
+-  /* ICMPv6 header + IPv6 header + data */
+-  q = pbuf_alloc(PBUF_IP, sizeof(struct icmp6_hdr) + IP6_HLEN +
LWIP_ICMP6_DATASIZE,
++  /* ICMPv6 header + datalen (as much of the offending packet as 
possible) */

++  q = pbuf_alloc(PBUF_IP, sizeof(struct icmp6_hdr) + datalen,
+  PBUF_RAM);
+   if (q == NULL) {
+ LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded: failed to allocate 
pbuf for

ICMPv6 packet.\n"));
+ ICMP6_STATS_INC(icmp6.memerr);
+ return;
+   }
+-  LWIP_ASSERT("check that first pbuf can hold icmp 6message",
+- (q->len >= (sizeof(struct icmp6_hdr) + IP6_HLEN +
LWIP_ICMP6_DATASIZE)));
++  LWIP_ASSERT("check that first pbuf can hold icmp6 header",
++ (q->len >= (sizeof(struct icmp6_hdr;
+
+   icmp6hdr = (struct icmp6_hdr *)q->payload;
+   icmp6hdr->type = type;
+   icmp6hdr->code = code;
+   icmp6hdr->data = lwip_htonl(data);
+
+-  /* copy fields from original packet */
+-  SMEMCPY((u8_t *)q->payload + sizeof(struct icmp6_hdr), (u8_t 
*)p->payload,

+-  IP6_HLEN + LWIP_ICMP6_DATASIZE);
++  /* copy fields from original packet (which may be a chain of pbufs) */
++  offset = sizeof(struct icmp6_hdr);
++  while (p && datalen) {
++u16_t len = LWIP_MIN(datalen, p->len);
++err_t res = pbuf_take_at(q, p->payload, len, offset);
++if (res != ERR_OK) break;
++datalen -= len;
++offset += len;
++p = p->next;
++  }
+
+   /* calculate checksum */
+   icmp6hdr->chksum = 0;
+--- a/src/core/ipv6/nd6.c
 b/src/core/ipv6/nd6.c
+@@ -693,7 +693,7 @@
+ }
+ mtu_opt = (struct mtu_option *)buffer;
+ mtu32 = lwip_htonl(mtu_opt->mtu);
+-if ((mtu32 >= 1280) && (mtu32 <= 0x)) {
++if ((mtu32 >= IP6_MIN_MTU_LENGTH) && (mtu32 <= 0x)) {
+ #if LWIP_ND6_ALLOW_RA_UPDATES
+   if (inp->mtu) {
+ /* don't set the mtu for IPv6 higher than the netif driver
supports */
+@@ -2300,7 +2300,7 @@
+ return netif_mtu6(netif);
+   }
+
+-  return 1280; /* Minimum MTU */
++  return IP6_MIN_MTU_LENGTH; /* Minimum MTU */
+ }
+
+
+--- a/src/core/pbuf.c
 b/src/core/pbuf.c
+@@ -960,54 +960,88 @@
+ err_t
+ pbuf_copy(struct pbuf *p_to, const struct pbuf *p_from)
+ {
+-  size_t offset_to = 0, offset_from = 0, len;
+-
+   LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_copy(%p, %p)\n",
+   (const void *)p_to, (const void *)p_from));
+
++  LWIP_ERROR("pbuf_copy: invalid source", p_from != NULL, return 
ERR_ARG;);

++  return pbuf_copy_partial_pbuf(p_to, p_from, p_from->tot_len, 0);
++}
++
++/**
++ * @ingroup pbuf
++ * Copy part or all of one packet buffer into another, to a specified 
offset.

++ *
++ * @note Only data in one packet is copied, no packet queue!
++ * @note Argument order is shared with pbuf_copy, but different than
pbuf_copy_partial.
++ *
++ * @param p_to pbuf destination of the copy
++ * @param p_from pbuf source of the copy
++ * @param copy_len number of bytes to copy
++ * @param offset offset in destination pbuf where to copy to
++ *
++ * @return ERR_OK

Bug#1010998: simh: Upstream license change conflicts with DFSG

2022-05-19 Thread Joan Touzet
As an alternative, Bob Supnik's "classic" version continues to release - 
version 2.12-2 just released 25 April 2022 - and would be an excellent 
replacement. http://simh.trailing-edge.com/


Unfortunately, that version still must overcome the licensing issues 
outlined in Debian bug #824883.




Bug#1010998: simh: Upstream license change conflicts with DFSG

2022-05-14 Thread Joan Touzet
Package: simh
Version: 3.8.1-6.1
Severity: serious
Tags: upstream
Justification: Policy 2.1

Dear Maintainer,

Upstream has added licensing information that is both inaccurate as well as now
violates the terms of the DFSG.

Specifically: 

https://github.com/simh/simh/commit/ce2adce632e1a22e6d76d4bf726d6b863373c550

> Additionally, the following restrictions on the use of this software apply.
> 
> Any use of this codebase that changes the code to influence the behavior of 
> the disk access activities is free to do that as long as anyone doing this 
> is explicitly not licensed to any subsequent changes to any part of the
> codebase made by Mark Pizzolato after that functionality was implemented by 
> Mark Pizzolato.  Changes that qualify for this restriction at least include: 
> changing the behavior or default of SET AUTOSIZE/NOAUTOSIZE, or any code 
> in sim_disk.c or any simulator components that use the sim_disk routines.
> 
> All changes to the codebase made after the inclusion of this LICENSE.txt 
> file in the github simh repository.

Discussion:

https://groups.io/g/simh/topic/new_license/91108560

If this package is to remain in debian, it will need to move to the non-free
section.

-- System Information:
Debian Release: 11.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-14-amd64 (SMP w/2 CPU threads)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_CA:en
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages simh depends on:
ii  libc6   2.31-13+deb11u3
ii  libpcap0.8  1.10.0-2

simh recommends no packages.

simh suggests no packages.



Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-11 Thread Joan Moreau
Hello, 


I have read so many articles, but I do not find any clear explanation of
what I am doing wrong. 


I am running debmake / debbuild on the data I packed here :
https://grosjo.net/tb.tar.gz

Can you help ? 

Thank you very much 


On 2020-07-05 17:51, Joan Moreau wrote:

An additional question : I still do not understand why, if this is a "source" package, the source (and the Makefile) does not get included ? 

Am I missing something ? 

On 2020-07-05 17:26, Joan Moreau wrote: 

Ok, I tried to put a Makefile that import all needed packages dynamically (via "git clone" mostly) 

You may check https://github.com/grosjo/tomboy-reborn/blob/master/packages/tomboy-reborn_1.0.0-1_amd64.deb 

Thank you 

On 2020-07-05 15:53, Sudip Mukherjee wrote: 
On Sun, Jul 5, 2020 at 3:31 PM Joan Moreau  wrote: 
Hi


The lazbuild is commented because this does not work properly from console, one shall use lazarus IDE in order to compile the sources properly, and according to its architecture. 
uhhh.. Debian builds are automated and there is no human interaction,

so build using IDE will not work. It needs to be command based, so it
can be added to the script.

Thank you for the tip about DESTDIR, it seems it works now.

What do you think of https://github.com/grosjo/tomboy-reborn/releases/tag/1.0.0 ? 
I can take a look, but until you can build it without IDE, its not

going to help. :(

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-05 Thread Joan Moreau

An additional question : I still do not understand why, if this is a
"source" package, the source (and the Makefile) does not get included ? 

Am I missing something ? 


On 2020-07-05 17:26, Joan Moreau wrote:

Ok, I tried to put a Makefile that import all needed packages dynamically (via "git clone" mostly) 

You may check https://github.com/grosjo/tomboy-reborn/blob/master/packages/tomboy-reborn_1.0.0-1_amd64.deb 

Thank you 

On 2020-07-05 15:53, Sudip Mukherjee wrote: 
On Sun, Jul 5, 2020 at 3:31 PM Joan Moreau  wrote: 
Hi


The lazbuild is commented because this does not work properly from console, one shall use lazarus IDE in order to compile the sources properly, and according to its architecture. 
uhhh.. Debian builds are automated and there is no human interaction,

so build using IDE will not work. It needs to be command based, so it
can be added to the script.

Thank you for the tip about DESTDIR, it seems it works now.

What do you think of https://github.com/grosjo/tomboy-reborn/releases/tag/1.0.0 ? 
I can take a look, but until you can build it without IDE, its not

going to help. :(

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-05 Thread Joan Moreau

Ok, I tried to put a Makefile that import all needed packages
dynamically (via "git clone" mostly) 


You may check
https://github.com/grosjo/tomboy-reborn/blob/master/packages/tomboy-reborn_1.0.0-1_amd64.deb


Thank you 


On 2020-07-05 15:53, Sudip Mukherjee wrote:

On Sun, Jul 5, 2020 at 3:31 PM Joan Moreau  wrote: 


Hi

The lazbuild is commented because this does not work properly from console, one 
shall use lazarus IDE in order to compile the sources properly, and according 
to its architecture.


uhhh.. Debian builds are automated and there is no human interaction,
so build using IDE will not work. It needs to be command based, so it
can be added to the script.


Thank you for the tip about DESTDIR, it seems it works now.

What do you think of https://github.com/grosjo/tomboy-reborn/releases/tag/1.0.0 
?


I can take a look, but until you can build it without IDE, its not
going to help. :(

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-05 Thread Joan Moreau
Hi 


The lazbuild is commented because this does not work properly from
console, one shall use lazarus IDE in order to compile the sources
properly, and according to its architecture. 

Thank you for the tip about DESTDIR, it seems it works now. 


What do you think of
https://github.com/grosjo/tomboy-reborn/releases/tag/1.0.0 ? 


Thank you very much for your support

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-05 Thread Joan Moreau
I have now managed to have debmake and debuild to run without errors 

I am running it on https://grosjo.net/tomboy-reborn-1.0.0.tar.gz 


The "debuild" command does create a ".deb" file.  However the deb file
is not instalable (i.e. the compiled software is not in the archive) 


And still not sure what should be the command to generate a "source
package" (and what can it be besides the deb package and the actual
sources, available on github) 


And what are the actual (additional?) requirements to push that into
Debian ? 

Can you help ? 

Thank you very much 


JM

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau

When you say "write a proper source package ", are you referring to the
actual ".deb"  package ? or something else ?

Bottom line : What is actually needed ? I mean, in concrete terms ?
Something I can actually type on a command line ? 


On 2020-07-04 21:23, Andrey Rahmatullin wrote:

On Sat, Jul 04, 2020 at 08:39:36PM +0100, Joan Moreau wrote: 


(1) As a "software provider", what files are expected (besides the
sources, the Makefile and the binary) ? ( please kindly refer to :
https://github.com/grosjo/tomboy-reborn )

The sources and the build system to build them. Binaries should never be
shipped in the sources.


(2) As a "package maintainer" , the error below keeps poping up, so most
probably I am missing something

I have no idea what does debmake do when you already have some files in
debian/. The doc you are reading certainly doesn't expect that.


How to concretely create the ".deb" package (which tool does create the
deb format, what does it contains really )besides the theory not
describing the actual content) ), so I can pack it directly ?

You don't need to "pack the deb directly", you already have your deb from
checkinstall. On the other hand, if you want a proper package acceptable
in Debian, you shouldn't "pack the deb directly" but write a proper source
package.

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau
Hello, 

Concretely: 


(1) As a "software provider", what files are expected (besides the
sources, the Makefile and the binary) ? ( please kindly refer to :
https://github.com/grosjo/tomboy-reborn ) 


(2) As a "package maintainer" , the error below keeps poping up, so most
probably I am missing something 


How to concretely create the ".deb" package (which tool does create the
deb format, what does it contains really )besides the theory not
describing the actual content) ), so I can pack it directly ? 

Thank you very much 


On 2020-07-04 18:16, Andrey Rahmatullin wrote:

On Sat, Jul 04, 2020 at 06:06:05PM +0100, Joan Moreau wrote: 


Input file sare visibles on
https://github.com/grosjo/tomboy-reborn/tree/master/packages

You are supposed to include thesoftware source in the package, not this.
So debian/ should be in the root of the repo.


This is the exact ouptut I get (from debuild -d)

I: check_all_licenses completed for 32 files.
I: bunch_all_licenses
I: format_all_licenses
I: make debian/* template files
I: found "debian/changelog"
I: debmake -x "0" ...
I: skipping :: debian/control (file exists)
I: creating => debian/copyright
I: substituting => /usr/share/debmake/extra0/rules
I: skipping :: debian/rules (file exists)
I: substituting => /usr/share/debmake/extra0/changelog
I: skipping :: debian/changelog (file exists)

You aren't supposed to run debmake with debian/ already existing.

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau

Input file sare visibles on
https://github.com/grosjo/tomboy-reborn/tree/master/packages 

This is the exact ouptut I get (from debuild -d) 


I: check_all_licenses completed for 32 files.
I: bunch_all_licenses
I: format_all_licenses
I: make debian/* template files
I: found "debian/changelog"
I: debmake -x "0" ...
I: skipping :: debian/control (file exists)
I: creating => debian/copyright
I: substituting => /usr/share/debmake/extra0/rules
I: skipping :: debian/rules (file exists)
I: substituting => /usr/share/debmake/extra0/changelog
I: skipping :: debian/changelog (file exists)
I: run "debmake -x1" to get more template files
I: $ wrap-and-sort
dpkg-buildpackage -d -us -uc -ui
dpkg-buildpackage: info: source package tomboy-reborn
dpkg-buildpackage: info: source version 1.0.0-1
dpkg-buildpackage: info: source distribution stable
dpkg-buildpackage: info: source changed by Joan Moreau 
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh: Please specify the compatibility level in debian/compat
make: *** [debian/rules:18: clean] Error 255
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess
returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -d -us -uc -ui failed 

Thank you so much 


On 2020-07-04 17:57, Joan Moreau wrote:

Is there a web page stating the steps to go through, without all this complexity ? 

similar to the Arch  : https://wiki.archlinux.org/index.php/AUR_submission_guidelines 

On 2020-07-04 17:43, Andrey Rahmatullin wrote: 
On Sat, Jul 04, 2020 at 05:38:05PM +0100, Joan Moreau wrote: Let's imagine I found it (using lazbuild most probably), then where

should I put that command ? override_dh_auto_build, assuming you use dh(1)

How to specifiy the options needed ? As usual in the command arguments.

where to put lazarus is required ? 
Build-Depends.


Following
https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#step-upstream,
I am getting the error "Please specify the compatibilitle level in
debian/compat' (meaning what should I write where ?) debmake would create that 
file for you, so I'm not sure what exactly did
you do.

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau

Is there a web page stating the steps to go through, without all this
complexity ? 


similar to the Arch  :
https://wiki.archlinux.org/index.php/AUR_submission_guidelines 


On 2020-07-04 17:43, Andrey Rahmatullin wrote:

On Sat, Jul 04, 2020 at 05:38:05PM +0100, Joan Moreau wrote: 


Let's imagine I found it (using lazbuild most probably), then where
should I put that command ?

override_dh_auto_build, assuming you use dh(1)


How to specifiy the options needed ?

As usual in the command arguments.


where to put lazarus is required ?


Build-Depends.


Following
https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#step-upstream,
I am getting the error "Please specify the compatibilitle level in
debian/compat' (meaning what should I write where ?)

debmake would create that file for you, so I'm not sure what exactly did
you do.

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau

Let's imagine I found it (using lazbuild most probably), then where
should I put that command ? 

How to specifiy the options needed ? where to put lazarus is required ? 


Following
https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#step-upstream,
I am getting the error "Please specify the compatibilitle level in
debian/compat' (meaning what should I write where ?) 


On 2020-07-04 17:07, Andrey Rahmatullin wrote:

On Sat, Jul 04, 2020 at 04:57:37PM +0100, Joan Moreau wrote: 


Hi Boyuan,

Thank you so much for your feedback.

The program is to be compiled with Lazarus
(https://packages.debian.org/buster/lazarus-ide ), this is pretty
straighforward for anyone willing to compile from source.

SHould I put "lazarus" somewhere ? where ?

You need to find out how to build the project without launching the IDE.
There are suggestions regarding that in another email.

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau
Hi Boyuan, 

Thank you so much for your feedback. 


The program is to be compiled with Lazarus
(https://packages.debian.org/buster/lazarus-ide ), this is pretty
straighforward for anyone willing to compile from source. 

SHould I put "lazarus" somewhere ? where ? 

Thank you 


On 2020-07-04 16:28, Boyuan Yang wrote:


Hi Joan,

在 2020-07-04星期六的 13:23 +0100,Joan Moreau写道: 


Hi Evangelos

Found also this page 
https://coderwall.com/p/urkybq/how-to-create-debian-package-from-source


It contains 3 files
- the binary (to go into /usr/bin)
- the icon
- the .desktop file

The sources are here : https://github.com/grosjo/tomboy-reborn

How to know the files needed, and is there "tar" or similar software
to create the ".deb" file form a files tree ?


Disclaimer -- I'm providing you with some information that you might be
missing instead of trying to push this packaging process forward.

It looks like you are in lack of 2 large pieces of knowledge that is
critical to do a proper packaging:

(1) How to act properly as a software upstream, by providing a
functioning build system that can automatically convert source code
into binaries as well as providing handy instructions to install built
binaries into the system. This kind of buildsystem is often achieved
through a build automation software and you may find a list at 
https://en.wikipedia.org/wiki/List_of_build_automation_software .


(2) How to act properly as a downstream (Debian) packager on top of
upstream build system.

These 2 parts are separated but both essential when trying to create a
good software package. The fact that you are using a non-mainstream
programming language (Pascal) further complicates the situation.

From the very beginning (part (1)), you need a proper building system
in your upstream project, https://github.com/grosjo/tomboy-reborn .
Works in part (1) has nothing to do with Debian or any specific Linux
distributions.

In your case, I do not see any build system in your source code
repository. There is a built binary file but there's no script or
instructions describing how the built binary was generated. I have
absolutely no idea how you were building the Pascal source code into
binaries. My best guess is that you are using the building function
embedded in Lazarus IDE -- which is completely unacceptable since a
working build system should be fully automated and require no graphical
IDE tool to function well. It could be a handwritten Makefile, CMake-
based solutions, Meson-based solutions or something else. Since you are
using Pascal, I do not know what proper buildsystem should I recommend.
(If you are using a mainstream programming language like C, C++, C# or
even Python or Java, the buildsystem solution is largely known:
Makefile, CMake, Meson, python-setuptools, Maven, Gradle, etc.)
However, there are several existing Pascal-written software in Debian
and other Linux distributions. It might be easier for you to see what
other Pascal projects are using and do in a similar way. There is also
a Debian Pascal Team [1 [1]] and you may get some help from team members.
Remember that in part (1) you are acting as an upstream software
developer; if necessary, you may refer to Debian's guide to upstream
software developers at [2 [2]].

[1] 
https://qa.debian.org/developer.php?email=pkg-pascal-devel%40lists.alioth.debian.org

[2] https://wiki.debian.org/UpstreamGuide

For the latter part (part (2)), you will finally act as a downstream
software packager. we can discuss it later after you have a functioning
buildsystem. It won't be difficult as long as your build system is
sane. In any case, using prebuilt binaries from upstream is
unacceptable: Debian dislikes this and holds a view that any binaries should be 
generated (automatically) from source code at _build_ time.

I hope those information could be useful to you.



Links:
--
[1]
https://qa.debian.org/developer.php?email=pkg-pascal-devel%40lists.alioth.debian.org
[2] https://wiki.debian.org/UpstreamGuide

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-04 Thread Joan Moreau
Hi Evangelos 


Found also this page
https://coderwall.com/p/urkybq/how-to-create-debian-package-from-source 


But I am not getting anywhere.

My tentative package is however extremely simple 

It contains 3 files 

- the binary (to go into /usr/bin) 

- the icon 

- the .desktop file 

The sources are here : https://github.com/grosjo/tomboy-reborn 


How to know the files needed, and is there "tar" or similar software to
create the ".deb" file form a files tree ? 

Thank you so much 

JM 


On 2020-07-01 22:31, Evangelos Ribeiro Tzaras wrote:


Hi,

I originally got started with [1 [1]], however you should probably consult the 
new
version [2 [2]]. This should hopefully help you figure things out.

[1] https://www.debian.org/doc/manuals/maint-guide/index.html
[2] https://www.debian.org/doc/devel-manuals#debmake-doc

On 7/1/20 9:20 PM, Joan Moreau wrote: Hi

I am really sorry to bother you, but I am a bit lost.

I created a .deb file (see
https://github.com/grosjo/tomboy-reborn/tree/master/packages ) so I should now
create a deb-src package, right ?

The wiki page you mentioned does not really explain how to do so. Is there a
simple, step-by-step, process described somewhere ?

THank you so much

On 2020-07-01 18:46, Andrey Rahmatullin wrote:

On Wed, Jul 01, 2020 at 05:35:21PM +0100, Joan Moreau wrote: This is not a "source 
package" as the source is in Pascal (using Lazarus
compiler package). Should I include the Pascal source also ? You need to create 
a Debian source package that can be built to produce a
Debian binary package.
It doesn't really matter what language is used or what should be contained
in the binary package. The workflow is the same.
https://wiki.debian.org/Packaging/SourcePackage


---

Evangelos Ribeiro Tzaras



Links:
--
[1] https://www.debian.org/doc/manuals/maint-guide/index.html
[2] https://www.debian.org/doc/devel-manuals#debmake-doc

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-01 Thread Joan Moreau
Hi 

I am really sorry to bother you, but I am a bit lost. 


I created a .deb file (see
https://github.com/grosjo/tomboy-reborn/tree/master/packages ) so I
should now create a deb-src package, right ? 


The wiki page you mentioned does not really explain how to do so. Is
there a simple, step-by-step, process described somewhere ? 

THank you so much 


On 2020-07-01 18:46, Andrey Rahmatullin wrote:

On Wed, Jul 01, 2020 at 05:35:21PM +0100, Joan Moreau wrote: 


This is not a "source package" as the source is in Pascal (using Lazarus
compiler package). Should I include the Pascal source also ?

You need to create a Debian source package that can be built to produce a
Debian binary package.
It doesn't really matter what language is used or what should be contained
in the binary package. The workflow is the same.
https://wiki.debian.org/Packaging/SourcePackage

Bug#964087: RFS: TomboyReborn/1.0-1 - Drop in replacement of deprecated Gnome Tomboy

2020-07-01 Thread Joan Moreau
Package: sponsorship-requests

Severity: normal [important for RC bugs, wishlist for new packages]



Dear mentors,



I am looking for a sponsor for my package "tomboy-reborn"



 * Package name: tomboy-reborn

   Version : 1.0-1

   Upstream Author : Joan Moreau 

 * URL :  https://github.com/grosjo/

 * License : GPL




It builds those binary packages:



  tomboy-reborn - A drop in replacement of legacy Gnome Tomboy, with
network sync (Owncloud/Nextcloud) fully implemented


To access further information about this package, please visit the
following URL:

https://github.com/grosjo/tomboy-reborn



Regards,



Joan Moreau


Bug#963513: (no subject)

2020-06-23 Thread Joan Montané

Hi,

This bug is related with "ls -l" command. «ls -l» time style is defined 
here https://github.com/coreutils/coreutils/blob/master/src/ls.c#L773, 
and here https://github.com/coreutils/coreutils/blob/master/src/ls.c#L786 .


Default/source English uses US "month followed by day" style ("%b %e %Y" 
and "%b %e %H:%M"). These time-style format strings are locale 
dependent, and time-style is provided by localization po files available 
here https://translationproject.org/domain/coreutils.html . Each locale 
can define own time-style format, and many European locales use "day 
followed by month"


Example for German de.po (note relative position of %b (month) and %e 
(day) placeholders)


msgid "%b %e  %Y"
msgstr "%e. %b %Y "
--
msgid "%b %e %H:%M"
msgstr "%e. %b %H:%M"

Example for French fr.po (note relative position of %b (month) and %e 
(day) placeholders)


msgid "%b %e  %Y"
msgstr "%e %b  %Y"
--
msgid "%b %e %H:%M"
msgstr "%e %b %H:%M"


But these localization strings are simply ignored by "ls" command if 
coreutils.mo are not available on LC_TIME directory (current situation).


Run:

 touch test.txt && for i in {ca_ES,es_ES,fr_FR,de_DE,en_GB}; do echo 
"$i" && LC_ALL=$i.UTF-8 ls -l test.txt && echo;done


Output:

ca_ES
-rw-r--r-- 1 jmontane jmontane 0 de juny  23 09:37 test.txt

es_ES
-rw-r--r-- 1 jmontane jmontane 0 jun 23 09:37 test.txt

fr_FR
-rw-r--r-- 1 jmontane jmontane 0 juin  23 09:37 test.txt

de_DE
-rw-r--r-- 1 jmontane jmontane 0 Jun 23 09:37 test.txt

en_GB
-rw-r--r-- 1 jmontane jmontane 0 Jun 23 09:37 test.txt

Please, note that all locales outputs "%b %e"!!?


But If you just create links in LC_TIME dir targeting coreutils.mo at 
LC_MESSAGES (desired situation):


#  for i in {ca,es,fr,de,en_GB}; do echo "$i" && mkdir 
/usr/share/locale/$i/LC_TIME && ln -s 
/usr/share/locale/$i/LC_MESSAGES/coreutils.mo 
/usr/share/locale/$i/LC_TIME/coreutils.mo;done


Then running again:

touch test.txt && for i in {ca_ES,es_ES,fr_FR,de_DE,en_GB}; do echo "$i" 
&& LC_ALL=$i.UTF-8 ls -l test.txt && echo;done


Outputs:

ca_ES
-rw-r--r-- 1 jmontane jmontane 0 23 juny 10:06 test.txt

es_ES
-rw-r--r-- 1 jmontane jmontane 0 jun 23 10:06 test.txt

fr_FR
-rw-r--r-- 1 jmontane jmontane 0 23 juin  10:06 test.txt

de_DE
-rw-r--r-- 1 jmontane jmontane 0 23. Jun 10:06 test.txt

en_GB
-rw-r--r-- 1 jmontane jmontane 0 Jun 23 10:06 test.txt


Please, note that 'ca', 'fr', and 'de' based locales output "day 
followed by month", because time-style format strings are honored now.


I've parsed coreutils translations from 
https://translationproject.org/domain/coreutils.html, there are 20 
locales with affected strings don't starting "%b...":


bg, ca, cs, da, de, et, eu, fi, fr, gl, hu, ia, it, ko, lt, nl, pl, sr, 
sv, vi


So, at least these locales are impacted by this bug.


Thanks,

Joan



Bug#954404: buster-pu: package lwip/2.0.3-3

2020-03-21 Thread Joan Lledó
Subject: buster-pu: package lwip/2.0.3-3
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: pu
Tags: buster
Severity: normal

Hi,

I fixed the CVE-2020-8597 in unstable and testing, and would like to
upload the
fix to buster.

Attached is the debdiff.

[1] https://security-tracker.debian.org/tracker/CVE-2020-8597



-- System Information:
Debian Release: 10.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8),
LANGUAGE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash




*** /home/jlledom/debdiff.diff
diff -Nru lwip-2.0.3/debian/changelog lwip-2.0.3/debian/changelog
--- lwip-2.0.3/debian/changelog 2018-11-04 00:25:58.0 +0100
+++ lwip-2.0.3/debian/changelog 2020-03-21 09:02:20.0 +0100
@@ -1,3 +1,9 @@
+lwip (2.0.3-3+deb10u1) buster; urgency=high
+
+  * Fix CVE-2020-8597
+
+ -- Joan Lledó   Sat, 21 Mar 2020 09:02:20 +0100
+
 lwip (2.0.3-3) unstable; urgency=medium

   [ Samuel Thibault ]
diff -Nru lwip-2.0.3/debian/patches/CVE-2020-8597
lwip-2.0.3/debian/patches/CVE-2020-8597
--- lwip-2.0.3/debian/patches/CVE-2020-8597 1970-01-01
01:00:00.0 +0100
+++ lwip-2.0.3/debian/patches/CVE-2020-8597 2020-03-14
10:00:49.0 +0100
@@ -0,0 +1,20 @@
+--- a/src/netif/ppp/eap.c
 b/src/netif/ppp/eap.c
+@@ -1417,7 +1417,7 @@
+   }
+
+   /* Not so likely to happen. */
+-  if (vallen >= len + sizeof (rhostname)) {
++  if (len - vallen >= (int)sizeof (rhostname)) {
+   ppp_dbglog("EAP: trimming really long peer name down");
+   MEMCPY(rhostname, inp + vallen, sizeof (rhostname) - 1);
+   rhostname[sizeof (rhostname) - 1] = '\0';
+@@ -1845,7 +1845,7 @@
+   }
+
+   /* Not so likely to happen. */
+-  if (vallen >= len + sizeof (rhostname)) {
++  if (len - vallen >= (int)sizeof (rhostname)) {
+   ppp_dbglog("EAP: trimming really long peer name down");
+   MEMCPY(rhostname, inp + vallen, sizeof (rhostname) - 1);
+   rhostname[sizeof (rhostname) - 1] = '\0';
diff -Nru lwip-2.0.3/debian/patches/series lwip-2.0.3/debian/patches/series
--- lwip-2.0.3/debian/patches/series2018-08-30 10:47:30.0 +0200
+++ lwip-2.0.3/debian/patches/series2020-03-14 10:02:04.0 +0100
@@ -1,3 +1,4 @@
+CVE-2020-8597
 port
 posix
 errno



Bug#946528: liblwip0: Bad TCP_MSS value

2020-03-08 Thread Joan Lledó
I'll wait a few months for an answer before closing the bug



Bug#949733: python-pip: 'pip install' don't work for python2 in Debian10

2020-01-26 Thread Joan Luc Labòrda
I did use the system python command, it was a pip 9 version and i hacked 
it by changing the line "from pip._internal import main" to "from pip 
import main" then i could upgrade to pip 20.0.1 and now it works fine


Le 25/01/2020 à 23:56, Andreas Beckmann a écrit :

Control: tag -1 = moreinfo unreproducible

On Fri, 24 Jan 2020 10:17:34 +0100 joanluc
 wrote:

When invoking `usr/bin/pip' with any command of it, the program crashes with
the message :
"Traceback (most recent call last):
   File "/usr/bin/pip", line 9, in 
 from pip._internal import main
ImportError: No module named _internal"

Hi,

I cannot reproduce this. The pip._internal module should be located at
/usr/lib/python2.7/dist-packages/pip/_internal/*
Are there any local environment variables on your system that alter the
python search path?
Are you using the system python command or do you have a "special"
python installation?
Is anything corrupted? (e.g. check with debsums)


Andreas


--
Jean-Luc LABORDE (Joan-Luc Labòrda)
CoFo CRPP 0556.84.30.13



Bug#946528: liblwip0: Bad TCP_MSS value

2020-01-20 Thread Joan Lledó
Hi,

El 14/1/20 a les 8:50, Ondřej Tůma ha escrit:
> V Sun, 22 Dec 2019 09:45:05 +0100 (CET)
> Joan Lledó  napsáno:
> 
>> Hi,
>>
>> El 10/12/19 a les 16:29, Ondřej Tůma ha escrit:
>>> Creating TCP server with existing value in library crashed by bad
>>> memory using. Valgrind found the problem in low_level_input
>>> function, which uses pbuf_alloc, that allocate too less memory.
>>> This "original" value will work. 
>>
>> low_level_info is usually implemented by the driver. Which driver are
>> you using? Are you using IPv6?
> 
> Hi,
> 
> I'm using tap, you can see here:
> 
> https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/master/tests/integration/main.c
> 
> lwsapi is LUA WSAPI or Python WSGI like implementation somewhere code,
> which is linked to this directory after git clone.
> 
> And as you can see, I'm not using IPv6 at this moment.
> 

I'm reluctant to change the TCP tuning values without a good reason,
because any value will always fit for some cases and be inappropriate
for others. Besides, I don't see how it's the MSS value related to this
bug. And anyway, memory bugs in C are always tricky, the problem can be
produced in any other place than the place where they manifest.

Reading your code I assume you're using the tapif driver that is
distributed with lwip, could the problem be the harcoded size of the
input buffer? [1]


[1]
http://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/ports/unix/port/netif/tapif.c#n267



Bug#946528: liblwip0: Bad TCP_MSS value

2019-12-22 Thread Joan Lledó
Hi,

El 10/12/19 a les 16:29, Ondřej Tůma ha escrit:
> Creating TCP server with existing value in library crashed by bad memory 
> using.
> Valgrind found the problem in low_level_input function, which uses pbuf_alloc,
> that allocate too less memory. This "original" value will work.
> 

low_level_info is usually implemented by the driver. Which driver are
you using? Are you using IPv6?



Bug#875566: isc-dhcp-client: Hurd dhclient-script: Set initial address to 0.0.0.0/8

2017-09-12 Thread Joan Lledó
Package: isc-dhcp-client
Version: 4.3.5-3
Severity: normal
Tags: patch

Dear Maintainer,

The Hurd has a new translator to provide a TCP/IP stack using LwIP.
In my tests on the lwip translator, I've observed that the DHCP client
sets the interface address to 255.255.255.255 before sending the
DHCPDISCOVER messages. I found the source of this behaviour in the
dhclient-script.

The script executes "fsysopts /servers/socket/2 -i ${interface}" in
the PREINIT state, This command in intended to up the interface, but
it sets its address to INADDR_NONE too. That's not a problem for
pfinet, but it's not supported by lwip.

The attached patch solves this issue by setting the address to 0.0.0.0/8,
which is valid for both pfinet and lwip translators.


-- System Information:
Debian Release: stretch/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)

Kernel: GNU-Mach 1.8+git20170102-486/Hurd-0.9
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages isc-dhcp-client depends on:
ii  debianutils   4.8.1
ii  libc0.3   2.24-9
ii  libdns-export162  1:9.10.3.dfsg.P4-10.1+b1
ii  libisc-export160  1:9.10.3.dfsg.P4-10.1+b1

Versions of packages isc-dhcp-client recommends:
ii  isc-dhcp-common  4.3.5-3

Versions of packages isc-dhcp-client suggests:
pn  avahi-autoipd 
pn  isc-dhcp-client-ddns  
pn  resolvconf

-- no debconf information
>From d9307a68a8a9f1a55d72822c38982eba58db3e65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Lled=C3=B3?= <jlle...@member.fsf.org>
Date: Tue, 12 Sep 2017 11:07:47 +0200
Subject: [PATCH] Hurd dhclient-script: Set initial address to 0.0.0.0/8

---
 debian/dhclient-script.hurd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/dhclient-script.hurd b/debian/dhclient-script.hurd
index d03bf9c..dd4b59f 100644
--- a/debian/dhclient-script.hurd
+++ b/debian/dhclient-script.hurd
@@ -181,7 +181,7 @@ case "$reason" in
 
 # ensure interface is up
 # TODO: handle multiple interface case.
-fsysopts /servers/socket/2 -i ${interface}
+fsysopts /servers/socket/2 -i ${interface} -a 0.0.0.0 -m 255.0.0.0
 
 if [ -n "$alias_ip_address" ]; then
 # flush alias IP from interface
-- 
2.14.0



Bug#760686: Shotwell 0.20.0-1 wrong event dates in Catalan

2016-07-12 Thread Joan Singla Casamitjana
Only in Catalan.Not duplicate folders.It's just a problem with dates that
are not correct.
In new versions of shotwell the problem is solved.
I'm using ubuntu now and it's working properly.

Joan Singla
El dia 12/07/2016 16:06, "Jörg Frings-Fürst" <deb...@jff-webhosting.net> va
escriure:

Hello,

please can you answer the question from the upstream maintainer[1]?

> Do you always have duplicate folders or do they only appear on
> catalan?

CU
Jörg


[1] https://bugzilla.gnome.org/show_bug.cgi?id=736264#c6
-- New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list:
 - Please send me a picture from the nature at your home.


Bug#764544: Shotwell 0.20.0-1 wrong event dates in Catalan

2015-08-06 Thread Joan Singla Casamitjana
Package: shotwell
Version: 0.20.1-1+b1
Followup-For: Bug #764544

Dear Maintainer,

It happened also once in an earlier version of shotwell.

It only affects if your system format configuration is set to Catalan, It works 
ok if you select other region format as Spanish.


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages shotwell depends on:
ii  dbus-x111.8.18-0+deb8u1
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo-gobject2   1.14.0-2.1
ii  libcairo2   1.14.0-2.1
ii  libexif12   0.6.21-2
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libgee-0.8-20.16.1-1
ii  libgexiv2-2 0.10.2-2
ii  libglib2.0-02.42.1-1
ii  libgomp14.9.2-10
ii  libgphoto2-62.5.4-1.1+b2
ii  libgphoto2-port10   2.5.4-1.1+b2
ii  libgstreamer-plugins-base1.0-0  1.4.4-2
ii  libgstreamer1.0-0   1.4.4-2
ii  libgtk-3-0  3.14.5-1
ii  libgudev-1.0-0  215-17+deb8u1
ii  libjavascriptcoregtk-3.0-0  2.4.8-2
ii  libjson-glib-1.0-0  1.0.2-1
ii  liblcms2-2  2.6-3+b3
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libraw100.16.0-9+deb8u1
ii  librest-0.7-0   0.7.92-3
ii  librsvg2-common 2.40.5-1
ii  libsoup2.4-12.48.0-1
ii  libsqlite3-03.8.7.1-1+deb8u1
ii  libstdc++6  4.9.2-10
ii  libwebkitgtk-3.0-0  2.4.8-2
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-5
ii  shotwell-common 0.20.1-1

shotwell recommends no packages.

shotwell suggests no packages.

-- 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#784445: bijiben: Bijiben does not import or show all gnote notes

2015-05-06 Thread Joan Singla Casamitjana
Package: bijiben
Version: 3.14.2-1+b1
Severity: normal

Dear Maintainer,

* I can't see all of my 260 gnote notes in bijiben after importing my gnote
folder ~/.local/share/gnote.
It only show some of them.

*I thing it could be a character problem?
*It could be a problem with notes created automatically by  Note of the Day
addin?




-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.utf8, LC_CTYPE=ca_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages bijiben depends on:
ii  dconf-gsettings-backend [gsettings-back  0.22.0-1
ii  libc62.19-18
ii  libcairo-gobject21.14.0-2.1
ii  libcairo21.14.0-2.1
ii  libecal-1.2-16
3.12.9~git20141128.5242b0-2+deb8u2
ii  libedataserver-1.2-18
3.12.9~git20141128.5242b0-2+deb8u2
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgoa-1.0-0b3.14.2-1
ii  libgtk-3-0   3.14.5-1
ii  libical1a1.0-1.3
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libtracker-sparql-1.0-0  1.2.4-2
ii  libuuid1 2.25.2-6
ii  libwebkitgtk-3.0-0   2.4.8-2
ii  libxml2  2.9.1+dfsg1-5
ii  libzeitgeist-2.0-0   0.9.14-2.2
ii  tracker  1.2.4-2

bijiben recommends no packages.

bijiben suggests no packages.

-- no debconf information


Bug#693969: virt-manager: Serial Console over SSH to XEN is not working (known bug in upstream with fix)

2013-10-21 Thread Joan Juvanteny
I just tested with the version from jessie (0.9.5-1), and the issue is
still there, and patch still fixes the issue.


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



Bug#720564: amavisd-new: Missing startup script for the amavisd-snmp-subagent

2013-08-23 Thread Joan Juvanteny
Subject: amavisd-new: Missing startup script for the amavisd-snmp-subagent
Package: amavisd-new
Version: 1:2.7.1-2
Severity: wishlist

Dear Maintainer,

There is no startup script for the amavisd-snmp-subagentdaemon, although
it's not needed for the default setup is quite conveninent to use it for
monitoring purposes. I created a new init script that works with wheezy
based on the current skeleton

-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages amavisd-new depends on:
ii  adduser 3.113+nmu3
ii  debconf [debconf-2.0]   1.5.49
ii  file5.11-2
ii  libarchive-zip-perl 1.30-6
ii  libberkeleydb-perl  0.51-1
ii  libconvert-tnef-perl0.17-11
ii  libconvert-uulib-perl   1:1.4~dfsg-1+b1
pn  libdigest-md5-perl  none
ii  libio-stringy-perl  2.110-5
ii  libmail-dkim-perl   0.39-1
ii  libmailtools-perl   2.09-1
pn  libmime-base64-perl none
ii  libmime-tools-perl  5.503-1
ii  libnet-server-perl  2.006-1
ii  libunix-syslog-perl 1.1-2+b2
ii  pax 1:20120606-2
ii  perl [libtime-hires-perl]   5.14.2-21
ii  perl-modules [libarchive-tar-perl]  5.14.2-21
Versions of packages amavisd-new recommends:
ii  altermime  0.3.10-7
pn  libnet-patricial-perl  none
ii  ripole 0.2.0+20081101.0215-1

Versions of packages amavisd-new suggests:
ii  apt-listchanges  2.85.11
pn  arj  none
pn  cabextract   none
ii  clamav   0.97.8+dfsg-1
ii  clamav-daemon0.97.8+dfsg-1
ii  cpio 2.11+dfsg-0.1
pn  dspamnone
pn  lha  none
pn  lhasanone
pn  libauthen-sasl-perl  none
ii  libdbi-perl  1.622-1
ii  libmail-dkim-perl0.39-1
pn  libnet-ldap-perl none
ii  libsnmp-perl 5.4.3~dfsg-2.7
pn  lzop none
pn  nomarch  none
pn  p7zipnone
pn  rpm  none
ii  spamassassin 3.3.2-5
pn  unrarnone
pn  unrar-free   none
pn  zoo  none

-- Configuration Files:
/etc/amavis/conf.d/50-user changed [not included]

-- debconf information excluded
#! /bin/sh
### BEGIN INIT INFO
# Provides:  amavis-snmp
# Required-Start:$remote_fs $syslog amavis snmpd
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: Startup script for amavis snmp subagent
# Description:   This  script starts the daemon used to connect amavis with 
the
#snmpd daemon
### END INIT INFO

# Do NOT set -e

PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC=amavis snmp subagent
NAME=amavisd-snmp-subagent
DAEMON=/usr/sbin/$NAME
DAEMON_ARGS=-P /var/run/$NAME.pid
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

# Exit if the package is not installed
[ -x $DAEMON ] || exit 0

# Read configuration variable file if it is present
[ -r /etc/default/$NAME ]  . /etc/default/$NAME

# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh

# Define LSB log_* functions.
# Depend on lsb-base (= 3.2-14) to ensure that this file is present
# and status_of_proc is working.
. /lib/lsb/init-functions

#
# Function that starts the daemon/service
#
do_start()
{
# Return
#   0 if daemon has been started
#   1 if daemon was already running
#   2 if daemon could not be started
if [ -e $PIDFILE ]
then
if [ -d /proc/`cat $PIDFILE`/ ]
then
echo $NAME already running.
exit 0;
else
rm -f $PIDFILE
fi
fi
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \
$DAEMON_ARGS \
|| return 2
# Add code here, if necessary, that waits for the process to be ready
# to handle requests from services started subsequently which depend
# on this one.  As a last resort, sleep for some time.
}

#
# Function that stops the daemon/service
#
do_stop()
{
# Return
#   0 if daemon has been stopped
#   1 if daemon was already stopped
#   2 if daemon could not be stopped
#   other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
$PIDFILE
RETVAL=$?
[ $RETVAL = 2 ]  return 2
# Wait for children to finish too if this is a daemon that forks
# and 

Bug#715359: pmacct crashes when compiled with --enable-ipv6 flag

2013-07-08 Thread Joan
Package: pmacct
Version: 0.14.0-1.1
Severity: important
Tags: ipv6


I guess that this is the relevant change that affects this:

revision 1.16
date: 2012-04-12 14:44:30 +0200;  author: paolo;  state: Exp;  lines: +3 -3;

* fix, net_aggr.c: if --enable-ipv6 is specified, defining a networks_file
  can cause SEGVs. This is now solved.




-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#665881: I have this bug too...

2013-05-18 Thread Joan Cervan i Andreu
I'm sorry, I'm not a very advanced linux user, and I don't use to write
bug reports...

Well, I've updated my laptop from Squeeze to Wheezy.

After dist-upgrade, my kernel was 2.6.32-5-amd64

I use it for few days, and not extensively (my main computer is not this
laptop), and network seems OK

But today I've added linux-image-amd64 and I get new Wheezy kernel
3.2.0-4-amd64 and network problems start ;-)

ath5k phy0: gain calibration timeout shown in terminal and not
wireless networks available...

I've tried what I've read here: halt my system, unplug, and then restart
with 2.6 kernel and, by now, wifi network is ON

Please, if any further info could be useful, I can send you reports or
perform tests... Just tell me.

Regards

-- 

Joan Cervan i Andreu
www.calbasi.net ~ Desenvolupament web

attachment: joan.vcf

Bug#681535: [qtiplot] qtiplot crahes on startup with siplib error message

2013-05-10 Thread Joan Juvert
Package: qtiplot
Version: 0.9.8.8-5+b1
Followup-For: Bug #681535

Dear Maintainer,

On a recent installation of Debian 7.0 qtiplot started up successfully
the first time. After closing the programn it refused to start again,
giving the reported error (just minutes after closing it).

Oddly enough, on another recent installation of Debian 7.0 on a
different machine, qtiplots starts up succesfully every time.

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qtiplot depends on:
ii  libalglib-2.6.0   2.6.0-6
ii  libc6 2.13-38
ii  libgcc1   1:4.7.2-5
ii  libgl1-mesa-glx [libgl1]  8.0.5-4
ii  libgl2ps0 1.3.6-1
ii  libglu1-mesa [libglu1]8.0.5-4
ii  libgsl0ldbl   1.15+dfsg.2-2
ii  libmuparser2  2.1.0-3
ii  liborigin2-1  2:20110117-1+b2
ii  libpng12-01.2.49-1
ii  libpython2.7  2.7.3-6
ii  libqt4-network4:4.8.2+dfsg-11
ii  libqt4-opengl 4:4.8.2+dfsg-11
ii  libqt4-qt3support 4:4.8.2+dfsg-11
ii  libqt4-svg4:4.8.2+dfsg-11
ii  libqt4-xml4:4.8.2+dfsg-11
ii  libqtassistantclient4 4.6.3-4
ii  libqtcore44:4.8.2+dfsg-11
ii  libqtexengine10.3-3
ii  libqtgui4 4:4.8.2+dfsg-11
ii  libstdc++64.7.2-5
ii  libtamuanova-0.2  0.2-2
ii  python2.7.3-4
ii  python-qt44.9.3-4
ii  python-sip4.13.3-2
ii  zlib1g1:1.2.7.dfsg-13

Versions of packages qtiplot recommends:
ii  qt-assistant-compat  4.6.3-4
ii  qtiplot-doc  0.9.8.8-5

qtiplot suggests no packages.

-- 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#677894: ITP: gnetic -- A tool to clone and make backups of GNU/Linux systems

2012-06-17 Thread Joan Lledó
Package: wnpp
Severity: wishlist
Owner: Joan Lledó joanlluisll...@gmail.com


* Package name: gnetic
  Version : 0.5.0
  Upstream Author : Joan Lledó joanlluisll...@gmail.com
* URL : http://gnetic.nongnu.org/
* License : GPLv3+
  Programming Lang: C++
  Description : A tool to clone and make backups of GNU/Linux systems

Gnetic is a free project developed in C++ to create or restore GNU/Linux system
images. It can also create clones of computers over the network.
..
Features:

- 12 filesystems supported.
- Make clones between disks or partitions with different sizes.
- Clone systems with selinux.
- Restore GRUB boot loader.
- Clone many computers at the same time over the network.
- Clone UUID's and labels.



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



Bug#669304: Revisit disabling DNS caching by default

2012-04-18 Thread Joan Touzet
Package: nscd
Version: 2.13-27

Upstream changes have resolved the problems in NEWS.Debian. Namely,
since at least 2.8 (2008), nscd correctly respects TTL in DNS
caching. [1]

Would it be possible to remove the now-incorrect statement in NEWS and
re-enable DNS caching by default?

[1] http://sourceware.org/ml/libc-alpha/2008-04/msg00050.html

-- 
Joan Touzet | jo...@atypical.net | wohali everywhere else



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



Bug#644545: Confirmed fixed, thx

2012-03-20 Thread Joan Touzet
Thanks for prompt action on this.

Please expedite pushing this into testing if possible; for other users,
if you're new to debian pinning, you can pin the package thusly to get
this today in your wheezy install:

http://www.atypical.net/archive/2012/03/20/how-to-fix-couchdb-in-debian-testing

-- 
Joan Touzet | jo...@atypical.net | wohali everywhere else



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



Bug#644545: Finally, a fix...

2012-03-19 Thread Joan Touzet
This grave/critical issue with couchdb 1.1.1 in testing/unstable is that
the version of libmozjs that you declare as a dependency is invalid.
1.1.x will NEVER work with anything newer than Spidermonkey 1.8.5 with
the setting JSOPTION_ANONFUNFIX enabled.

At some point in the last 4 months, libmozjs185-dev added this flag to
their build. (The PTS and the changelog for libmozjs185 doesn't say when
this happened.) So the easy fix for testing/unstable is to change your
dependency from libmozjs-dev to libmozjs185-dev! :)

https://issues.apache.org/jira/browse/COUCHDB-1302 has the gritty
details. Making couchdb work with the very latest libmozjses is not
going to happen in 1.2.x, it's been pushed off to 1.3/2.x. The
comment about v10 working is not indicative of the curent code base,
it's some patches we're working on that are too radical to slip into 1.1
or 1.2 at this time.

I will also contact the libmozjs maintainer to get confirmation he will
not disable JSOPTION_ANONFUNFIX on us in the future.

-- 
Joan Touzet | jo...@atypical.net | wohali everywhere else



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



Bug#644545: Clarification

2012-03-19 Thread Joan Touzet
I seem to have left a couple of words out:

 1.1.x will NEVER work with anything newer than Spidermonkey 1.8.5 
 *or 1.8.5 without* the setting JSOPTION_ANONFUNFIX enabled.

Sorry about that.
-- 
Joan Touzet | jo...@atypical.net | wohali everywhere else



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



Bug#647722: Stuck on the splash screen when kde has compositing enabled

2011-11-27 Thread Joan
This issue got fixed after upgrading nvidia package to 290.10-1 (the
problem was on  290.06-1).


Bug#648143: Missing shebang in preinst

2011-11-09 Thread Joan Queralt
I can confirm that the package installs without problems after adding 
#!/bin/sh in preinst and postinst.


Joan



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



Bug#647722: kdm: Stuck on the splash screen when kde has compositing enabled

2011-11-05 Thread Joan
Package: kdm
Version: 4:4.6.5-3
Severity: important

Dear Maintainer,

I'm running a fully updated wheezy system, from some point I can't see the 
desktop after the splash screen.
With some help from the guys on irc, we noticed that the problem is with 
compositing. I can work with my desktop
either doing the Alt + Shift + F12 or changign the kwinrc value for Compositing 
to false.
I've tried to boot the system with the latest nvidia package from unstable 
(290.06-1) with the same results.
I also tried with different users and creating the profile from scratch.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (250, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdm depends on:
ii  adduser   3.113   
ii  consolekit0.4.5-1 
ii  debconf [debconf-2.0] 1.5.40  
ii  kdebase-runtime   4:4.6.5-1+b1
ii  kdebase-workspace-kgreet-plugins  4:4.6.5-3   
ii  libc6 2.13-21 
ii  libck-connector0  0.4.5-1 
ii  libdbus-1-3   1.4.16-1
ii  libkdecore5   4:4.6.5-2+b1
ii  libkdeui5 4:4.6.5-2+b1
ii  libkio5   4:4.6.5-2+b1
ii  libknewstuff3-4   4:4.6.5-2+b1
ii  libkworkspace44:4.6.5-3   
ii  libpam0g  1.1.3-4 
ii  libqimageblitz4   1:0.0.6-4   
ii  libqt4-svg4:4.7.3-5   
ii  libqt4-xml4:4.7.3-5   
ii  libqtcore44:4.7.3-5   
ii  libqtgui4 4:4.7.3-5   
ii  libstdc++64.6.1-15
ii  libx11-6  2:1.4.4-2   
ii  libxau6   1:1.0.6-3   
ii  libxdmcp6 1:1.1.0-3   
ii  libxtst6  2:1.2.0-4   
ii  lsb-base  3.2-28  

Versions of packages kdm recommends:
ii  kde-window-manager [x-window-manager]  4:4.6.5-3 
ii  kdebase5:66  
ii  konsole [x-terminal-emulator]  4:4.6.5-1 
ii  logrotate  3.7.8-6   
ii  tightvncserver [xserver]   1.3.9-6.2 
ii  xfce4-session [x-session-manager]  4.8.2-1   
ii  xfwm4 [x-window-manager]   4.8.2-1   
ii  xserver-xephyr [xserver]   2:1.11.1.901-2
ii  xserver-xorg [xserver] 1:7.6+9   
ii  xterm [x-terminal-emulator]276-1 

Versions of packages kdm suggests:
ii  kdepasswd  4:4.6.5-1

-- debconf information:
  kdm/stop_running_server_with_children: false
* shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm



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



Bug#587658: I'm having this problem too

2010-09-10 Thread joan



Al 09/09/10 00:30, En/na Miguel Figueiredo ha escrit:

On 08-09-2010 23:04, joan wrote:
   

I'm sorry, but, at the moment, debian installer can't recognize my
Broadcom ethernet card :-(

Regards

Al 08/09/10 18:30, En/na Christian PERRIER ha escrit:
 

Quoting joan (calb...@pangea.org):

   

My netinst: Debian 5.0.6 (stable / lenny)
My computer: Dell inspiron 570
lspci output: Ethernet controller, Broadcom Corporation Device 1691
(rev 01)

 

Please try using a *daily build* from
http://www.debian.org/devel/debian-installer and choose the *netboot*
image (not netinst).



   
 

Care to document which is the pci id of the card (with lspci) ?
   


lspci output: Ethernet Controller Broadcom Corporation Device 1691

Regards,

--

Joan Cervan i Andreu
http://personal.calbasi.net

El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des 
del meu lloc, als pocs valors sense els quals un món no val la pena viure'l
A. Camus

i pels que teniu fe:
Déu no és la Veritat, la Veritat és Déu
Gandhi




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



Bug#596106: Netinst Bug

2010-09-09 Thread joan
It'd be nice if documentation was updated. Sometimes little effort can 
make easy end user's life, can't it?


Pd.: now my squeeze is installed, but I must work on several issues taht 
remember me why a lot of people try ubuntu plug'n'play distro... It's 
a pity, becausse I'd like debian was more user friendly :-(


Regards,

Joan

Al 09/09/10 06:36, En/na Christian PERRIER ha escrit:

Quoting joan (calb...@pangea.org):
   

Yes, you are right and daily build has load well.

Ps.: but I had done what your link page (installer page) says: *To
install Debian testing*, we recommend you use the *squeeze Alpha1
release* of the installer
 


Yes, that's a tricky point: at some moments of the development
process, having users test the released versions is preferredbut
at other moments, particularly when we are preparing a new release,
it's better to have the daily builds tested.

   


--

Joan Cervan i Andreu
http://personal.calbasi.net

El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des 
del meu lloc, als pocs valors sense els quals un món no val la pena viure'l
A. Camus

i pels que teniu fe:
Déu no és la Veritat, la Veritat és Déu
Gandhi




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



Bug#596106: Netinst Bug

2010-09-09 Thread joan



Al 09/09/10 14:48, En/na Christian Perrier ha escrit:

joan a écrit :
It'd be nice if documentation was updated. Sometimes little effort 
can make easy end user's life, can't it?


Sure. Care to submit patches? :-)


I'd like to do it... But edit documentation is debian style, too. Hard 
for end users... I'm a wikipedia contributor, and a Drupal contr. too 
(localizing at Catalan, in the issues system, etc. But Debian is tyoo 
hard for me ;-) (but I love its open and community philosophy, and I use 
debian in my computers, and install debian, if it's possible, to my 
friends).


About documentation:

- maybe a comment system could be nice, like Drupal.
- maybe an easy way to submit changes (even an issue system, to suggest 
them) could be nice


I like translate to Catalan out of date documentation, but I think the 
way is not an easy one.


I like to start a Catalan debian-wiki edition, but I'm waiting for a 
reply of the wiki managers for more than a month!!


Belief me, I'd like to help more debian, but usually there is not an 
easy way :-(









Pd.: now my squeeze is installed, but I must work on several issues 
taht remember me why a lot of people try ubuntu plug'n'play 
distro... It's a pity, becausse I'd like debian was more user 
friendly :-(



You're comparing apples and oranges, ie the development version of 
Debian (and D-I) and stable Ubuntu releases...


I've got the same card detection issues with stable release... But I 
know there is not a perfect model. I don't like Ubuntu lack of stability 
(nor company way, in comparison with community debian way).


Thanks for your attention,

--

Joan Cervan i Andreu
http://personal.calbasi.net

El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des 
del meu lloc, als pocs valors sense els quals un món no val la pena viure'l
A. Camus

i pels que teniu fe:
Déu no és la Veritat, la Veritat és Déu
Gandhi




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



Bug#587658: I'm having this problem too

2010-09-08 Thread joan

My netinst: Debian 5.0.6 (stable / lenny)
My computer: Dell inspiron 570
lspci output: Ethernet controller, Broadcom Corporation Device 1691 (rev 01)

Regards

--

Joan Cervan i Andreu
http://personal.calbasi.net

El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des 
del meu lloc, als pocs valors sense els quals un món no val la pena viure'l
A. Camus

i pels que teniu fe:
Déu no és la Veritat, la Veritat és Déu
Gandhi




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



Bug#596106: Netinst Bug

2010-09-08 Thread joan

Package: installation-reports

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_alpha1/amd64/iso-cd/debian-testing-amd64-netinst.iso
Date: 20100908 19:16 (UTM+1)

Machine: Dell Inspiron 570
Processor: AMD Athlon II X4
Memory: 6Gb
Partitions: Dell original (rescue, oem and the rest with win7)

Output of lspci -knn (or lspci -nn): aborted before

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

The error is at boot step:

Could not find kernel image: linux
boot:







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



Bug#587658: I'm having this problem too

2010-09-08 Thread joan
I'm sorry, but, at the moment, debian installer can't recognize my 
Broadcom ethernet card :-(


Regards

Al 08/09/10 18:30, En/na Christian PERRIER ha escrit:

Quoting joan (calb...@pangea.org):
   

My netinst: Debian 5.0.6 (stable / lenny)
My computer: Dell inspiron 570
lspci output: Ethernet controller, Broadcom Corporation Device 1691 (rev 01)
 


Please try using a *daily build* from
http://www.debian.org/devel/debian-installer and choose the *netboot*
image (not netinst).


   


--

Joan Cervan i Andreu
http://personal.calbasi.net

El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des 
del meu lloc, als pocs valors sense els quals un món no val la pena viure'l
A. Camus

i pels que teniu fe:
Déu no és la Veritat, la Veritat és Déu
Gandhi




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



Bug#596106: Netinst Bug

2010-09-08 Thread joan

Yes, you are right and daily build has load well.

Ps.: but I had done what your link page (installer page) says: *To 
install Debian testing*, we recommend you use the *squeeze Alpha1 
release* of the installer


Regards,

Joan

Al 08/09/10 20:17, En/na Christian PERRIER ha escrit:

tags 596106 moreinfo
thanks

Quoting joan (calb...@pangea.org):

   

Could not find kernel image: linux
boot:
 

Uh? I suspect either a CD burn error or a bad ISO imageor some
hardware problem. This image is around for 7 months now..:-)

Can you try another image such as netboot and preferrably one from
http://www.debian.org/devel/debian-installer (daily builds preferred)?

   


--

Joan Cervan i Andreu
http://personal.calbasi.net

El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des 
del meu lloc, als pocs valors sense els quals un món no val la pena viure'l
A. Camus

i pels que teniu fe:
Déu no és la Veritat, la Veritat és Déu
Gandhi




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



Bug#592946:

2010-08-19 Thread Joan
Package: amarok
Version: 2.3.1-1
Severity: normal

Same thing happened to me, I just moved  ~/.kde/share/apps/amarok/ to somewhere 
else and amarok started working fine.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common   2.3.1-1  architecture independent files for
ii  amarok-utils2.3.1-1  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.0-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.4-8GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgpod40.7.93-0.3   library to read and write songs an
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-1the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.5-1the File Selection Dialog Library 
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.5-1the Get Hot New Stuff v2 Library
ii  libknewstuff3-4 4:4.4.5-1the Get Hot New Stuff v3 Library
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-5  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.49-1 MySQL database client library
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-1the Plasma Library for the KDE Pla
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.3-1Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-1Qt 4 network module
ii  libqt4-script   4:4.6.3-1Qt 4 script module
ii  libqt4-sql  4:4.6.3-1Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-1Qt 4 SVG module
ii  libqt4-webkit   4:4.6.3-1Qt 4 WebKit module
ii  libqt4-xml  4:4.6.3-1Qt 4 XML module
ii  libqtcore4  4:4.6.3-1Qt 4 core module
ii  libqtgui4   4:4.6.3-1Qt 4 GUI module
ii  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libsolid4   4:4.4.5-1Solid Library for KDE Platform
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1+b1   streamanalyzer library for Strigi 
ii  libstreams0 0.7.2-1+b1   streams library for for Strigi Des
ii  libtag-extras1  1.0.1-2  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libthreadweaver44:4.4.5-1the ThreadWeaver Library for the K
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  phonon-backend-xine 4:4.6.0really4.4.2-1 Phonon Xine 1.1.x backend
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.4.5-1  transparent audio CD access for ap

Versions of packages amarok suggests:
ii  libqt4-sql-mysql  4:4.6.3-1  Qt 4 MySQL database driver
pn  libqt4-sql-psql   none (no description available)
ii  libqt4-sql-sqlite 4:4.6.3-1  Qt 4 SQLite 3 database driver
ii  libxine1-ffmpeg   1.1.19-2   MPEG-related plugins for libxine1
pn  moodbar   none (no description available)

Versions of packages amarok is related to:
ii  phonon-backend-xine 4:4.6.0really4.4.2-1 Phonon Xine 1.1.x backend

-- 

Bug#564929: system-config-printer: Jobs are not displayed in printing queues (they remain always empty).

2010-01-12 Thread Joan Pau Beltran
Package: system-config-printer
Version: 1.0.0-6
Severity: important

The printing queues are always empty. Jobs are not displayed in them and so 
they can not be managed.
The show printer status box from the printing queue is empty, too.
However jobs are correctly displayed and managed in the CUPS web interface.
Printer and driver: Epson Stylus C44 - CUPS+Gutenprint v5.2.4


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages system-config-printer depends on:
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  gnome-icon-theme  2.28.0-1   GNOME Desktop icon theme
ii  python2.5.4-5An interactive high-level object-o
ii  python-cups   1.9.31-1.1 Python bindings for CUPS
ii  python-cupsutils  1.0.0-6Python utility modules around the 
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify
ii  python-support1.0.6  automated rebuilding support for P

Versions of packages system-config-printer recommends:
ii  hal-cups-utils0.6.16-3   Utilities to detect and configure 
ii  synaptic  0.63   Graphical package manager

system-config-printer suggests no packages.

-- 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#561626: grub-common: please add feature skip partition(s)

2009-12-18 Thread Joan Farrerons
Package: grub-common
Version: 1.98~20091210-1


I think skip partition (don't make entry automatically) may be a useful
feature for grub2:


a) if you have installed a distribution that is not well recognized by
grub2 (i.e. Mandriva): you need (1) prevent its autodetection (to be
exact, prevent 30_os-prober to make an entry) and (2) booting the system
by means of a customized entry in the file

/etc/grub.d/40_custom


b) if you have a partition you don't want to be accessed or booted by
users (i.e. Vista recovery partition): in this case the partition only
needs to be ignored.


I have checked successfully a very simple easy implementation of these
feature on Debian squeeze (package grub-common, version 1.98~20091210-1)


STEP 1)

Add the variable

GRUB_DONT_ AUTODETECT_PART

to the file

/etc/default/grub


This variable must contain the name of the partitions you don't want to
be autodetected.

It's the list of these space-separated names.

The partitions naming is the usual one in linux: hdax, hdbx, sdax,
sdbx... 


Example:

GRUB_DONT_AUTODETECT_PART=hda1 hda5


As you can see, in my case I don't want hda1 and hda5 to be
“autodetected”.


STEP 2)

Export this just created variable in the file /usr/sbin/grub-mkconfig:

export GRUP_DONT_AUTODETECT_PART


STEP 3)

And lastly, you must apply a little patch (divided in 2 parts) to the
file 

/etc/grub.d/30_os-prober


--- 30_os-prober_1982009-12-14 15:05:26.0 +0100
+++ 30_os-prober_joan   2009-12-18 17:39:22.0 +0100
@@ -43,6 +43,13 @@
   LABEL=`echo ${OS} | cut -d ':' -f 3 | tr '^' ' '`
   BOOT=`echo ${OS} | cut -d ':' -f 4`
 
+# My patch to prevent making grub entry for some partitions: 1st part
+PARTITIONNAME=`echo ${DEVICE} | cut -c 6- 2 /dev/null`
+if [ `echo ${GRUB_DONT_AUTODETECT_PART} | grep -e ${PARTITIONNAME}
2 /dev/null` ] ; then 
+  BOOT=banned
+fi
+# End of first part of the patch
+
   if [ -z ${LONGNAME} ] ; then
 LONGNAME=${LABEL}
   fi
@@ -163,6 +170,11 @@
 }
 EOF
 ;;
+# My patch to prevent some partitions being autodetected: 2n part
+banned)
+  echo   ${DEVICE} has been prevented to make grub entry. 2
+;;
+# End of the 2n part of my patch
 hurd)
   cat  EOF
 menuentry ${LONGNAME} (on ${DEVICE}) {


The first part is intended to detect and ignore the partition, and the
second one to report the user that the partition has been ignored.



The result is:

When you run grub-update:

the partitions included in GRUB_DONT_AUTODETECT_PARTare ignored by
30_os-prober


Thanks in advance.
PD. Please find attached the patch

Joan

Information about the package:

# dpkg --status grub-common
Package: grub-common
Status: install ok installed
Priority: extra
Section: admin
Installed-Size: 3792
Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org
Architecture: amd64
Source: grub2
Version: 1.98~20091210-1
Replaces: grub-coreboot ( 1.97+20091114-1), grub-efi ( 1.96
+20080831-1), grub-ieee1275 ( 1.96+20080831-1), grub-linuxbios (
1.96+20080831-1), grub-pc ( 1.97+20091114-1)
Depends: base-files (= 4.0.1~), dpkg (= 1.15.4) | install-info | dpkg
(= 1.14.25), libc6 (= 2.3), libfreetype6 (= 2.2.1), zlib1g (=
1:1.1.4), gettext-base
Recommends: os-prober (= 1.33)
Suggests: multiboot-doc, grub-emu
Conflicts: grub-doc ( 0.97-32), grub-legacy-doc ( 0.97-59), mdadm
( 2.6.7-2)
Conffiles:
 /etc/grub.d/30_os-prober 64201f929dd5286b6c1ab519a5171305
 /etc/grub.d/README be58f42dfe74feb6eeb98c6a843c743f
 /etc/grub.d/10_linux ad3c3dad94d50d0801d08041cf326a50
 /etc/grub.d/40_custom babe7de352fe18de5a238569cf4b8a11
 /etc/grub.d/00_header 3f80b0898913310f59192fa4acff7d1e
Description: GRand Unified Bootloader, version 2 (common files)
 This package contains common files shared by the distinct flavours of
GRUB.
Homepage: http://www.gnu.org/software/grub/grub-2.en.html


--- 30_os-prober_198	2009-12-14 15:05:26.0 +0100
+++ 30_os-prober_joan	2009-12-18 17:39:22.0 +0100
@@ -43,6 +43,13 @@
   LABEL=`echo ${OS} | cut -d ':' -f 3 | tr '^' ' '`
   BOOT=`echo ${OS} | cut -d ':' -f 4`
 
+# My patch to prevent making grub entry for some partitions: 1st part
+PARTITIONNAME=`echo ${DEVICE} | cut -c 6- 2 /dev/null`
+if [ `echo ${GRUB_DONT_AUTODETECT_PART} | grep -e ${PARTITIONNAME} 2 /dev/null` ] ; then 
+  BOOT=banned
+fi
+# End of first part of the patch
+
   if [ -z ${LONGNAME} ] ; then
 LONGNAME=${LABEL}
   fi
@@ -163,6 +170,11 @@
 }
 EOF
 ;;
+# My patch to prevent some partitions being autodetected: 2n part
+banned)
+  echo   ${DEVICE} has been prevented to make grub entry. 2
+;;
+# End of the 2n part of my patch
 hurd)
   cat  EOF
 menuentry ${LONGNAME} (on ${DEVICE}) {


Bug#548828:

2009-11-02 Thread Joan Pau
I am experiencing the same problem with all the amd64 squeeze daily builds
(businesscard and netinst) from october and up to november 2nd, in a amd64
machine with:

CPU: AMD Phenom II X4 955
RAM: DDR3 ram
GPU: ATI Radeon HD 4200 onboard GPU
MotherBoard: ASUS M4A785TD-V EVO

In text mode, the installation also fails during the partitioning stage,
that suddenly falls back to the stage menu at different moments (when
choosing the mounting point or the filesystem type in the manual
partitioning setup) without any noticeable reason or error message. If the
partitioning stage is selected again, the loading process gets stacked
editor at 52%.

It does not seem like these two errors are related, but I am not a
developer, so I may be easily wrong.

-- 
Joan Pau Beltran


Bug#550188: RFA: ltris -- very polished Tetris clone with CPU opponents

2009-10-08 Thread Joan Queralt

Subject: RFA: ltris -- very polished Tetris clone with CPU opponents
Package: wnpp
Severity: normal

I request an adopter for the ltris package.

There is not a lot of work maintaining LTris, but there is a new
upstream version and a few bugs that needs attention. It also needs to
be updated to follow the last version of Debian Policy.

The package description is:
 LTris is a very polished tetris clone, which offers three
 types of games. The classic mode, a figures mode, where
 different figures appear every level, and a multiplayer
 mode. LTris is highly configurable through its menu
 system.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable



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



Bug#514390: Lucky......Winner!!!

2009-05-14 Thread Joan
You have just been awarded,£950.000.00 GBP in the Global Online,send us your
Names:
Address:..
Coutry:..





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



Bug#525416: YOU WON

2009-05-08 Thread Joan
You have just been awarded,£950.000.00 GBP in the LG Electronics,send of 
details to

Names:
Address:..
Country:..




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



Bug#523282: Reply To Email:jerry.smit...@onlineprocessingdept.co.uk

2009-05-02 Thread Joan
You have just been awarded,the sum of £950.000.00 GBP in the Global Award 
2009,send of details to

Names:
Address:..
Country:..




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



Bug#520119: claim of £950.000.00 GBP

2009-04-07 Thread Joan
Contact Mr. Pinket for the claim of £950.000.00  GBP which you have won in the 
just concluded Global draw. Provide your 
Names-
Address
Age-
Sex
Country 



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



Bug#498319: gnupod-tools: Lacking dependency on libdigest-sha1-perl

2008-09-08 Thread Joan
Package: gnupod-tools
Version: 0.99.6-3
Severity: grave
Justification: renders package unusable

When running mktunes.pl from gnupod-tools, this error message comes up:

Can't locate Digest/SHA1.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at /etc/perl/GNUpod/Hash58.pm line 25.
BEGIN failed--compilation aborted at /etc/perl/GNUpod/Hash58.pm line 25.
Compilation failed in require at /usr/bin/mktunes line 28.
BEGIN failed--compilation aborted at /usr/bin/mktunes line 28.

Please add a dependency against libdigest-sha1-perl.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnupod-tools depends on:
ii  libaudio-flac-header-perl2.2-2   Perl interface to FLAC file header
ii  libmp3-info-perl 1.23-1  Perl MP3::Info - Manipulate / fetc
ii  libogg-vorbis-header-pureper 0.07-2.1A pure Perl interface to Ogg Vorbi
ii  libunicode-string-perl   2.09-3+b1   Perl modules for Unicode strings
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  libxml-simple-perl   2.18-1  Perl module for reading and writin
ii  perl 5.10.0-13   Larry Wall's Practical Extraction 

Versions of packages gnupod-tools recommends:
ii  gtkpod0.99.12-3  manage songs and playlists on an A

Versions of packages gnupod-tools suggests:
ii  faac  1.26-0.1   an AAC audio encoder
ii  flac  1.2.1-1.2  Free Lossless Audio Codec - comman
ii  lame  3.98-0.1   LAME Ain't an MP3 Encoder
pn  timidity  none (no description available)
ii  vorbis-tools  1.2.0-5several Ogg Vorbis tools

-- no debconf information



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



Bug#334028: The ultimate weapon of courtship

2008-03-26 Thread Joan Fields
No more laughter, just serious fun after 3 months

http://www.botoldday.com/
Orgasmic Wonderland



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



Bug#182021: constantly using them

2008-03-20 Thread cos joan
PhallusRangyRubin http://www.Plaserable.com




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



Bug#46049: he says, that some

2008-03-19 Thread cris joan
FuckstickAmpleDamian http://www.Twalveen.com




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



Bug#247119: professor Michael Bugeja

2008-03-19 Thread bernie joan
BodypartEnlargedCasey http://www.Twalveen.com




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



Bug#137560: associable balfour adventitious

2008-03-17 Thread Joan Savage
Aquire Prescriptoins and Medictaions right now!

http://allanapparatus.applejack%2Eloloies.com



! associablebalfour




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



Bug#253088: balled attache argumentation

2008-03-17 Thread Joan Anthony
Buy Precsriptions and Medicatiosn while you still can!

www.www.acrylatebacklog.accumulate.nothyr.com



a balledattache




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



Bug#262922: bake aile balk

2008-03-17 Thread Joan Strong
Purchase Prescritpions and Medciations ASAP

http://apolloannihilate.antenna%2eicoraun.com



on bakeaile




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



Bug#348775: allspice aristocracy authentic

2008-03-17 Thread Joan Pike
Pickup rPescriptions and Medciations today!

http://amplitudeabbey.amarillo%2epotorswe.com



it's allspicearistocracy




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



Bug#376291: All the efficiency features of a mobility-focused operating system

2008-02-26 Thread Joan Valentin
Microsoft Windows Vista Ultimate new features: 


• Mobility-based operating system meets all your computing needs whether you're 
working from home, working on the road, or searching for entertainment options
• Combines all the features of a business-focused operating system, all the 
efficiency features of a mobility-focused operating system, and all of the 
digital entertainment features of a consumer-focused operating system
• Remotely connect to business networks; Windows BitLocker Drive Encryption 
provides improved levels of protection against theft for your important 
business data whether you are at home, on the road, or in the office
• Delivers all of the entertainment features available in Windows Vista Home 
Premium; includes everything you need to enjoy the latest in digital 
photography, music, movies, analog TV, or even HDTV
• Ideal for both business and home entertainment use

http://shanazemlickahn.blogspot.com

System Requirements

• Windows (Recommended minimum hardware requirements):
• 1-gigahertz (GHz) 32-bit (x86) processor or 1-GHz 64-bit (x64) processor
• 1 GB RAM
• 40-GB hard disk that has 15 GB of free hard disk space (the 15GB of free 
space provides room for temporary file storage during the install or upgrade.)
• Internal or external DVD-burning hardware device
• A Windows Aero-capable graphics card : Supports a Windows Display Driver 
Model (WDDM) driver, Has a DirectX 9-class graphics processor unit (GPU) that 
supports Pixel Shader 2.0, Supports 32 bits per pixel, Passes the Windows Aero 
acceptance test in the Windows Driver Kit (WDK)
• Audio output capability




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



Bug#156115: Message from eBay Member Regarding Item

2008-02-23 Thread lock joan
Hello!

It's Scott!


If you can sell HOT items and communicate with buyers,we can do a great deal 
for you!

 
Please contact me directly to me for details:  [EMAIL PROTECTED]

Thank you and looking forward to hearing from you!

Scott Smith




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



Bug#446827: Same problem trying to run Jasper Reports 1.3.4

2008-02-05 Thread Joan Fisbein

I have the same issue trying to run an application that uses JasperReports.

I tried with version 1.3.0 and 1.3.4 of JasperReports without success.

When I run JasperReports 1.3.0 I get:
java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre/lib/i386/libawt.so: Can't load 
IA 32-bit .so on a IA 32-bit platform

   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
   at java.lang.Runtime.loadLibrary0(Runtime.java:822)
   at java.lang.System.loadLibrary(System.java:993)
   at 
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)

   at java.security.AccessController.doPrivileged(Native Method)
   at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
   at java.awt.Toolkit.clinit(Toolkit.java:1530)
   at java.awt.Color.clinit(Color.java:250)
   at 
net.sf.jasperreports.engine.xml.JRXmlConstants.getColor(JRXmlConstants.java:1245)
   at 
net.sf.jasperreports.engine.xml.JRElementFactory.createObject(JRElementFactory.java:138)

   ...

When I run JasperReports 1.3.4 I get:
java.lang.NoClassDefFoundError
   at 
net.sf.jasperreports.engine.xml.JRXmlConstants.getColor(JRXmlConstants.java:1147)
   at 
net.sf.jasperreports.engine.xml.JRElementFactory.createObject(JRElementFactory.java:140)
   at 
org.apache.commons.digester.FactoryCreateRule.begin(FactoryCreateRule.java:389)
   at 
org.apache.commons.digester.Digester.startElement(Digester.java:1361)

   ...

more info:

$java -version
java version 1.5.0_13
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode)

Apache Tomcat/5.5.25

Distribution: Ubuntu 7.10
Kernel: Linux 2.6.22-14-generic
Platform: i686




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



Bug#350391: macro body part for Gilda

2007-11-13 Thread Joan Anderson

webvinz . com




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



Bug#206641: Hi.

2007-10-26 Thread Joan Hines
Hi again... Need to meet you. Call me please.




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



Bug#183470: High-paid positions in a large successful company are waiting for talented candidates. (no signup fees)

2007-09-24 Thread ber joan







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



Bug#440572: wordpress debian config overrides $file, $server in upstream php files

2007-09-02 Thread Joan Touzet
Package: wordpress
Version: 2.2.2-1
Severity: serious
Tags: patch

The use of the variable $file in /etc/wordpress/wp-config.php
overrides $file in many of the upstream package's base files (list
below).

This can lead to unintended security holes, as the included file
(/etc/wordpress/config-$server.php) contains the backend MySQL
access information - *including* the plaintext password. At the very
least, the use of $file breaks WP's theme editor. Similarly, the
variable $server overrides some upstream files' variables as well,
though it's unclear that this presents any immediate concern.

The fix is simple, though perhaps inelegant. Prefix debian- to all
variable names as shown below to prevent namespace collision.

Best regards,
Joan

?php
/** WordPress's Debianised default master config file
Please do NOT edit and read about how the configuration works in the
README.Debian
**/

#http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435289
$debian-server = preg_replace('/:.*/', , $_SERVER['HTTP_HOST']);
$debian-file = '/etc/wordpress/config-'.strtolower($debian-server).'.php';

if (!file_exists($debian-file)) {
header(HTTP/1.0 404 Not Found);
echo 404 Not found;
}

require_once($debian-file);

define('ABSPATH', '/usr/share/wordpress/');

require_once(ABSPATH.'wp-settings.php');
?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.13-vs2.0.2.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wordpress depends on:
ii  apache2-mpm-prefork [httpd]   2.2.4-3Traditional model for Apache HTTPD
ii  libapache2-mod-php5   5.2.3-1+b1 server-side, HTML-embedded scripti
ii  libphp-phpmailer  1.73-6 full featured email transfer class
ii  mysql-client-5.0 [virtual-mys 5.0.45-1   MySQL database client binaries
ii  php5-cgi  5.2.3-1+b1 server-side, HTML-embedded scripti
ii  php5-mysql5.2.3-1+b1 MySQL module for php5

wordpress recommends no packages.

-- no debconf information


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



Bug#440572: update

2007-09-02 Thread Joan Touzet
One individual has had his debian WordPress blog hacked; it may have
been affected by this bug:

http://www.phfactor.net/wp/2007/08/25/fnord-updates-downtime-themes/#comment-73174


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



Bug#31878: FTP technology has changed vastly since its introduction.

2007-08-17 Thread Joan proznick
H*E*R'E WE GO AGA_IN! 
T+H-E B-I'G O_N_E BEF,ORE T_H*E SEPTEMBER'.RA_LLY! 

T-H*E MAR'KET IS ABO-UT TO P*O+P., A'N+D SO IS E,X*M_T+! 



F'irm: E XCH,ANGE MO-BILE T.E'L*E (-Other O T+C*: EXMT-.PK) 
T,ick: E-X M.T 

A s+k': 0,.+0+8 

5-da,y pote+ ntial: 0,._4_0 



T+h_i.s a gr'eat op*portuni ty to at le,ast do'uble up!

N+o+t o.n_l.y d'o+e.s t,h,i*s f*i_r,m h-a*v,e grea t f.undam,entals, b+u-t g etting t'h*i+s opport unit'y at t'h*e r-ight ti me, rig'ht befo.re t'h.e rall_y is w-h_a't ma*kes t+h_i's d'e*a-l so sweet'! 

Wat-ch it s o,a-r-! 

F*T_P D wai-ts f o,r a con*n,ection req,uest. 
FO RTRAN e_-xtended G_RAph Algorithmi-'c La-.nguage. 
It is importan+,t f.o r f+ilters to i.ndic'ate w'h'e_n th,ere w+i_l.l be no m,o.r,e d_a't*a in t_h.e cur'rent s,e_t of d_a,t.a*. 

F.R E E S-ho.pping C a'r t Soft,war'e. 


F o'r e x.ample, f'o'u r clie-nts r_unning at 2*4'0.0 b.i't+s p*e*r se cond 
(bp,s) c.a,n be co*nnec+ted to a ser_ver w.i_t_h a 9 6+0+0 b*p_s X.




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



Bug#344458: work notebook travel

2007-04-03 Thread Joan Dabkoski
af Bangkok Post Home General
http://img444.imageshack.us/my.php?image=bpne4.png
Post Home General News Business Sports Job



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



Bug#358866: mypasswordsafe: Hangs when reading .dat file saved with the amd64 version.

2007-02-14 Thread Joan Jones
Package: mypasswordsafe
Version: 0.0.20050615-2
Followup-For: Bug #358866

The bug can be reproduced by creating a new save, adding a pasword, and saving 
it with the amd64 version. After that neither the amd64 0.0.20050615-2 nor the 
x86 0.0.20050615-1 version can open it.

I will append an example password safe, that shows the error mentioned above. 
The password to this save is: mypass



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (102, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages mypasswordsafe depends on:
ii  libc6   2.3.6.ds1-11 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-5X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar

mypasswordsafe recommends no packages.

-- no debconf information


pwtest2.dat
Description: Binary data


Bug#74889: I know people working in different industries as well as at different levels.

2006-11-23 Thread Joan

I know people working in different industries as well as at different
levels. From now on I will be blogging from there. Seems as if I am
boasting now. Seems as if I am boasting now. Also as the time permits i
will be evaluating picture gallery software for my site.

x

*** CNHC *** CNHC *** CNHC ***

Trade Date: Friday, November 24, 2006
Company: China Health Management Corp.
Symbol: CNHC
Price: $1.34
Target: $10

CNHC BREAKING NEWS:
China Health Management Corp. Announces the Hospital's Setup Proposal
Received Additional Approval from Kunming City, Yunnan, China

CNHC IS BOUND TO BLOW UP! THIS AMAZING NEWS ALONG WITH HEAVY PR PROMOS
ARE DRIVING IT NUTS! WATCH CNHC GO OFF THE CHAIN ON FRIDAY NOV 24!

x

SPIT stands for Spam over Internet Telephony.
net site, but there were few reasons that prompted me to start a website
of my own. Well, you could always read a good book - just kidding! Also
as the time permits i will be evaluating picture gallery software for my
site. This way, the true emotions of the author will be felt when he was
writing that post. Are there any others you can recommend?
Also as the time permits i will be evaluating picture gallery software
for my site. Good lessons on disaster recovery. I just follow the
written instructions on the website on how to install things and so on.
Seems as if I am boasting now.
Now intruders and spammers can insert SPIT onto our VoIP systems too. So
when does the registration process start?
EDI files are quite complex and can include hundreds of data fields. I
am going to explore the site as time permits me.
I have enjoyed blogging on Geekswithblogs.
Steve's blog just got my aggregator. I know people working in different
industries as well as at different levels.
With the podcasts, not all podcasts are interesting and I won't know
that until I have heard the whole podcast and they swear and delete the
podcast. People love to use Google everywhere, don't they! Yes, this is
something very similar to podcasting, but here people can enjoy the post
in both the versions, the text as well as the voice.
net site, but there were few reasons that prompted me to start a website
of my own. People love to use Google everywhere, don't they!
Good lessons on disaster recovery. Seems as if I am boasting now.
net site, but there were few reasons that prompted me to start a website
of my own.

From now on I will be blogging from there.

Just imagine Bill Gates commenting on your blog in his own voice! I can
see people integrating this technology on their blogs, where a voice
similar to their's will read out the posts and can even read the
comments in a separate voice. Now intruders and spammers can insert SPIT
onto our VoIP systems too. I will again like to thank Jeff Julian of
this site to have helped me out and get my own up and running here.
Your help would be much appreciated. Your help would be much
appreciated.
Interesting I would say. People love to use Google everywhere, don't
they!
Steve's blog just got my aggregator. Well for me, I would say it won't
harm anybody in anyway to network with me. I am excited and try my best
that I can attend this. Cat Leroy, left, looks on censoriously, with
pursed catlips. Also as the time permits i will be evaluating picture
gallery software for my site.
I reply to email messages and return phone calls.
Now I will have more respect for the people behind these kind of
services. net site, but there were few reasons that prompted me to start
a website of my own.
Gus may take over the blog for a couple of days, if he can figure out
how to turn on the computer.
The main feed cannot be subscribed from aggregators like Newsgator and
few others.



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



Bug#122771: Positive Experian File george geisinger

2006-10-22 Thread Joan Donne
george geisinger,

Accoring to your current applications, we can 
offer you anywhere from 214K at 7.38% to 705K at 5.30%

www.antifor.com/16r

Please fill out your info and instantly recieve your FICO rating.
Negative ratings aren't a issue. 

Respects,
Joan Donne




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



Bug#37592: Software Compatibility....ain't it great?

2005-07-13 Thread Joan

Welcome to VIP Quality Software.
http://onf.8xc5b78jniqx598.muckerhbdil.com




I have not failed. I've just found 10,000 ways that won't work. 
By learning to obey, you will know how to command.   





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



Bug#317731: bins: [L10N:ca] Catalan translation

2005-07-10 Thread Joan Antoja Sabin
Package: bins
Version: 1.1.27-2
Severity: wishlist

I have make a catalan translation for bins

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-estudi
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages bins depends on:
ii  libglade-gnome0 1:0.17-3 Library to load .glade files at ru
ii  libglade-perl   0.61-1   Glade-perl runtime modules
ii  libgladexml-perl0.7009-3 Perl module for the libglade libra
ii  libgnome-perl   0.7009-3 Perl module for the gnome and zvt 
ii  libgtk-imlib-perl   0.7009-3 Perl module for the gdkimlib libra
ii  libhtml-clean-perl  0.8-8Cleans up HTML code for web browse
ii  libhtml-parser-perl 3.45-2   A collection of modules that parse
ii  libhtml-template-perl   2.6-2HTML::Template : A module for usin
ii  libimage-info-perl  1.16-2   allows extraction of meta informat
ii  libimage-size-perl  2.992-1  determine the size of images in se
ii  libio-string-perl   1.05-1   Emulate IO::File interface for in-
ii  libjpeg-progs   6b-10Programs for manipulating JPEG fil
ii  liblocale-gettext-perl  1.05-1   Using libc functions for internati
ii  libtext-iconv-perl  1.4-1converts between character sets in
ii  liburi-perl 1.35-1   Manipulates and accesses URI strin
ii  libxml-grove-perl   0.46alpha-11 Perl module for accessing parsed *
ii  libxml-handler-yawriter-per 0.23-5   Perl module for writing XML docume
ii  libxml-perl 0.08-1   Perl modules for working with XML
ii  libxml-writer-perl  0.545-1  Perl module for writing XML docume
ii  libxml-xql-perl 0.68-4   Perl module for querying XML tree 
ii  perlmagick  6:6.2.3.1-1  A perl interface to the libMagick 

bins recommends no packages.

-- no debconf information
# Catalan messages catalog for bins-1.1.21
# Copyright (C) 2002 Free Software Foundation, Inc.
# Joan Antoja Sabin [EMAIL PROTECTED], 2003, 2005
#
msgid 
msgstr 
Project-Id-Version: bins 1.1.21\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2003-10-09 00:28+0200\n
PO-Revision-Date: 2005-06-19 14:30+0200\n
Last-Translator: Joan Antoja Sabin [EMAIL PROTECTED]\n
Language-Team: Catalan debian-l10n-catalan@lists.debian.org
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: ../bins:374
msgid Sm
msgstr Pe

#: ../bins:374
msgid Med
msgstr Mi

#: ../bins:374
msgid Lg
msgstr Gr

#: ../bins:375 ../bins:3649
msgid Small
msgstr Petita

#: ../bins:375 ../bins:3647
msgid Medium
msgstr Mitjana

#: ../bins:375 ../bins:3645
msgid Large
msgstr Gran

#: ../bins:399
msgid BINS-SECTION DigiCam Info
msgstr BINS-SECTION Informació de la càmera digital

#: ../bins:402
msgid BINS-SECTION DigiCam settings for the image
msgstr BINS-SECTION Paràmetres de la càmera digital en fer la imatge

#: ../bins:409
msgid BINS-SECTION DigiCam settings for the photo
msgstr BINS-SECTION Paràmetres de la càmera digital en fer la fotografia

#: ../bins:434
msgid BINS-SECTION Image Characteristics
msgstr BINS-SECTION Característiques de la imatge

#: ../bins:464
msgid Title
msgstr Títol

#: ../bins:467
msgid Description
msgstr Descripció

#: ../bins:470
msgid People
msgstr Gent

#: ../bins:473
msgid Location
msgstr Lloc

#: ../bins:476
msgid Date
msgstr Data

#: ../bins:486
msgid Event
msgstr Esdeveniment

#: ../bins:489
msgid Camera Model
msgstr Model de la càmera

#: ../bins:493
msgid Software
msgstr Programari

#: ../bins:496
msgid Firmware (internal software of digicam) version number.
msgstr Versió del programari intern de la càmera digital.

#: ../bins:499
msgid Owner name
msgstr Nom del propietari

#: ../bins:502
msgid Name of the owner of the digicam.
msgstr Nom del propietari de la càmera digital.

#: ../bins:505
msgid Flash
msgstr Flaix

#: ../bins:509
msgid User comment
msgstr Comentaris

#: ../bins:513
msgid File Media Type
msgstr Tipus del fitxer de medis

#: ../bins:515
msgid This is the MIME type that is appropriate for the given file format.
msgstr Aquest és el tipus MIME apropiat pel format del fitxer.

#: ../bins:518
msgid Color Type
msgstr Tipus de color

#: ../bins:522
msgid JPEG Type
msgstr Tipus de JPEG

#: ../bins:526
msgid Interlace method
msgstr Mètode d'entrellaçat

#: ../bins:528
msgid Interlace method used.
msgstr Mètode d'entrellaçat usat.

#: ../bins:531
msgid Metering Mode
msgstr Mode de mesura

#: ../bins:533
msgid Exposure metering method.
msgstr Mètode de mesura de l'exposició.

#: ../bins:536
msgid Samples Per Pixel
msgstr Mostres per píxel

#: ../bins:538
msgid 
This says how many channels there are in the image. For some image formats 
this number might be higher than

Bug#174071: Bad news for Cable TV Consumers

2005-07-03 Thread Pilger N. Joan, III
Hey,

Were Proud to be able to offer you this [2005] CableFilter

copy the page between the arrows

->->->-> goodperform.info/ppv <-<-<-<-

Best Regards,
Pilger N. Joan, III
[EMAIL PROTECTED]

Why does the Air Force need expensive new bombers? Have the people we've been bombing over the years been complaining?	George Wallace	. I'm not enjoying fighting over there..

cheese burger and cheese fries  m. When people are free to do as they please, they usually imitate each other.	-Eric Hoffer (1902-1983)	.

We are discreet sheep; we wait to see how the drove is going, and then go with the drove.	-Mark Twain [Samuel Langhornne Clemens] (1835-1910)	. Doesn't Ms. Brown hate playing at the company?.


Bug#74889: GET latest softwares, 99% savings.

2005-07-02 Thread Joan

Only our software is guaranteed 100% legal.
http://yzax.9gvoc8r261ry6a9.shamblingam.info




Within the problem lies the solution   
When smashing monuments, save the pedstals -- they always come in handy. 





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



Bug#59518: Any software just for 15$ - 99$

2005-05-25 Thread Joan
Don't be a fuddy-duddy...use the software everyone's using... 






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



Bug#304858: ksnake: changing the number of balls doesn't take effect until the program is reloaded

2005-04-15 Thread Joan Queralt
Package: ksnake
Version: 4:3.3.2-1
Severity: normal

When changing how many balls are in play, the new setting is not applied
until the program is closed and loaded again.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages ksnake depends on:
ii  kdelibs4   4:3.3.2-4.0.2 KDE core libraries
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries 
an
ii  libgcc11:3.4.3-12GCC support library
ii  libkdegames1   4:3.3.2-1 KDE games library and common 
files
ii  libqt3c102-mt  3:3.3.4-2 Qt GUI Library (Threaded runtime 
v
ii  libstdc++5 1:3.3.5-8 The GNU Standard C++ Library v3

-- no debconf information


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



Bug#79037: I saw Adobe Photoshop today for 100$ ...saved a lot of money ..electroshocks

2005-01-23 Thread Joan Latham
You have the advantage of me! :)

Wonna get your copy of Adobe Photoshop for cheap price today ?
i guess you want - i already bought it yesterday and already using it :))
just december prices - hurry up   ! 

When the game is over it is really just beginning.
http://www.geocities.com/connie_montes_19/

excelent soft products for very reasonable money big  - guaranteed. their

I have made mistakes, but I never made the mistake of claiming that I 
never made one.

Your favourite software that you can afford ! 80% off the price only this month 
!wanna
Men must be governed by God, or they will be ruled by tyrants.




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



Bug#285017: kernel-image-2.4.27-1-686: upgrading from v2 to v6 slows dow n my modem: upgrading from v2 to v6 slows down my modem

2005-01-23 Thread Joan Andersen og Jesper Gertz
Thank you for your concern

Jesper


Horms [EMAIL PROTECTED] wrote:
 On Wed, Jan 19, 2005 at 10:23:29AM +0100, Joan Andersen og
 Jesper Gertz wrote:
  Hi
  
  I have the same problem:
  

  Package: kernel-image-2.4.27-1-686
  Version: 2.4.27-6
  OS version: Testing
  
  My connection tops off at 1K.
  My external 56K modem is connected to ttys0.
  It doesn't matter if I disable acpi in kernel.
  My modem connects to my ISP at about 40K.
  It doesn't matter if I disable discover version 2.0.6-3.
  
  When I boot Debian into my other kernel (bf2.4 from
 Stable),
  the problem dissapears.
 
 Please try the 2.4.27-8 kernel that is in 
 http://debian.vergenet.net/pending/
 
 I plan to upload this later today.
 
 -- 
 Horms


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



Bug#285017: kernel-image-2.4.27-1-686: upgrading from v2 to v6 slows down my modem: upgrading from v2 to v6 slows down my modem

2005-01-19 Thread Joan Andersen og Jesper Gertz
Hi

I have the same problem:

  
Package: kernel-image-2.4.27-1-686
Version: 2.4.27-6
OS version: Testing

My connection tops off at 1K.
My external 56K modem is connected to ttys0.
It doesn't matter if I disable acpi in kernel.
My modem connects to my ISP at about 40K.
It doesn't matter if I disable discover version 2.0.6-3.

When I boot Debian into my other kernel (bf2.4 from Stable),
the problem dissapears.

Jesper





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



Bug#24950: Package Status, Delivery Number : 40F83b31DZ

2005-01-19 Thread Joan Bartlett
Information Here:

cov2pa.com/track.php?cg=1=c

Until that day, he could not hear the language differences. He asked for the computer every day by pointing to it. He was allowed to spend time each day on the noun program. One year later he was talking in full sentences and was staffed into normal preschool.