Bug#881762:

2017-11-18 Thread W. van den Akker
Control: tags - moreinfo

Bug#742894: Uploading new Jabberd2 version into unstable

2014-11-26 Thread W. van den Akker

HI mentors,

Can any of the mentors upload the package Jabberd2 for me to unstable?
I tried to get it in, but previous uploaders are to busy or non
responsive. So I need
another volunteer who is willing to upload it for me.
There are a few fixes (missing source file and updated copyright file).

The package can be found here:
git://anonscm.debian.org/pkg-xmpp/jabberd2.git

Thanks!

/Willem


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



Bug#742894: Uploading new Jabberd2 version into unstable

2014-11-26 Thread W. van den Akker
HI mentors,

Can any of the mentors upload the package Jabberd2 for me to unstable?
I tried to get it in, but previous uploaders are to busy or non
responsive. So I need
another volunteer who is willing to upload it for me.
There are a few fixes (missing source file and updated copyright file).

The package can be found here:
git://anonscm.debian.org/pkg-xmpp/jabberd2.git

Thanks!

/Willem


Bug#720390: freemind: showing "preferences" fails with IllegalAccessError

2013-08-22 Thread W. van den Akker
Hi,

This is caused due a change in the jgoodies libraries.
I am currently working on 1.0.0-rc4 which I have already running.
Your bug should be fixed in this. I could not reproduce it in 1.0.0-rc4.

I hope to find a sponsor and upload the package in the next days.

Greetings,
Willem


signature.asc
Description: This is a digitally signed message part


Bug#479397: gutenprint: changing back from ITA to O

2013-08-16 Thread W. van den Akker
On Fri, 2013-08-16 at 18:58 +0200, Lucas Nussbaum wrote:

> 79397:


Hi,

I have still  the intention to adopt it.
I am trying for a while to get a new maintainer version and close the
ITA bug.

There are some problems to get my git readable for the current
maintainer (Roger Leigh).
As soon that is solved or a workaround is found the ITA will be closed.

Greetings,
Willem




signature.asc
Description: This is a digitally signed message part


Bug#718641: [pkg-bacula-devel] Bug#718641: delete_catalog_backup missing execute bit

2013-08-05 Thread W. van den Akker
Hi John,

The reason why the execute bit is not set is because the DB_NAME
variable is empty.
After filling this with the correct value you have to set the execute
bit.

Greetings,
Willem

On Sat, 2013-08-03 at 14:26 +0200, John Naggets wrote:
> Package: bacula-director-pgsql
> Version: 5.2.6+dfsg-9
> 
> 
> 
> The shell script delete_catalog_backup is missing the execute bit, as
> you can see here (ls output):
> 
> -rw--- 1 root root 104 Aug  2
> 11:07 /etc/bacula/scripts/delete_catalog_backup
> 
> 
> 
> As such one gets the following error when backuping the catalog:
> 
> 03-Aug 01:05 backup-dir JobId 3: shell command: run AfterJob
> "/etc/bacula/scripts/delete_catalog_backup"
> 03-Aug 01:05 backup-dir JobId 3: Error: Runscript: AfterJob returned
> non-zero status=200. ERR=Permission denied
> 
> 
> 
> And the SQL catalog file does not get delted as it should.
> 
> 
> ___
> pkg-bacula-devel mailing list
> pkg-bacula-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-bacula-devel




signature.asc
Description: This is a digitally signed message part


Bug#713144: freemind: FTBFS: [javac] /«BUILDDIR»/freemind-0.9.0+dfsg/freemind/freemind/preferences/layout/OptionPanel.java:237: cannot find symbol

2013-07-25 Thread W. van den Akker
On Thu, 2013-07-25 at 22:01 +0200, W. van den Akker wrote:

> On Thu, 2013-07-25 at 21:41 +0200, W. van den Akker wrote:
> 
> > Hi,
> > 
> > I am adopting this package and look into the problem.
> > The same occurs with the 1.0.0.rc4 source.
> > 
> > Somewhere the Java packages are changed.
> > 
> > Hope to get 1.0.0 soon into sid and fix the problem with jessie.
> 
> 
> These patches should solve the problem.
> They are from the fedora site. I have not tried it yet.
> 
> Greetings,
> Willem
> 


and now with the patches attached ...

diff -ur freemind.orig/accessories/plugins/dialogs/ManagePatternsPopupDialog.java freemind/accessories/plugins/dialogs/ManagePatternsPopupDialog.java
--- freemind.orig/accessories/plugins/dialogs/ManagePatternsPopupDialog.java	2013-01-25 12:55:25.082825429 +
+++ freemind/accessories/plugins/dialogs/ManagePatternsPopupDialog.java	2013-01-25 13:28:01.169872237 +
@@ -58,7 +58,7 @@
 import javax.swing.event.ListSelectionEvent;
 import javax.swing.event.ListSelectionListener;
 
-import com.jgoodies.forms.factories.ButtonBarFactory;
+import com.jgoodies.forms.builder.ButtonBarBuilder;
 
 import freemind.common.TextTranslator;
 import freemind.common.XmlBindingTools;
@@ -454,7 +454,7 @@
 			jContentPane.add(mSplitPane, new GridBagConstraints(0,
 	0, 2, 1, 1.0, 8.0, GridBagConstraints.WEST,
 	GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
-			jContentPane.add(ButtonBarFactory.buildOKCancelBar(getJCancelButton(), getJOKButton()),
+			jContentPane.add(new ButtonBarBuilder().addGlue().addButton(getJCancelButton(), getJOKButton()).build(),
 	new GridBagConstraints(1, 1, 1, 1,
 	0.0, 0.0, GridBagConstraints.EAST, GridBagConstraints.NONE,
 	new Insets(0, 0, 0, 0), 0, 0));
diff -ur freemind.orig/accessories/plugins/time/TimeList.java freemind/accessories/plugins/time/TimeList.java
--- freemind.orig/accessories/plugins/time/TimeList.java	2013-01-25 12:55:25.081825433 +
+++ freemind/accessories/plugins/time/TimeList.java	2013-01-25 13:29:10.080636748 +
@@ -72,7 +72,7 @@
 import javax.swing.text.BadLocationException;
 import javax.swing.text.Document;
 
-import com.jgoodies.forms.factories.ButtonBarFactory;
+import com.jgoodies.forms.builder.ButtonBarBuilder2;
 
 import freemind.controller.BlindIcon;
 import freemind.controller.StructuredMenuHolder;
@@ -295,14 +295,14 @@
 		exportAction.setEnabled(false);
 		replaceSelectedAction.setEnabled(false);
 		
-		JPanel bar = ButtonBarFactory.buildGrowingBar(new JButton[]{
+		JPanel bar = new ButtonBarBuilder2().addGrowing(
 cancelButton,
 exportButton, 
 replaceAllButton, 
 replaceSelectedButton, 
 gotoButton, 
-selectButton, 
-});
+selectButton 
+).build();
 		contentPane.add(/*new JScrollPane*/(bar), new GridBagConstraints(0,6,1, 1, 1.0, 1.0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0));
 		
 		JMenuBar menuBar = new JMenuBar();
diff -ur freemind.orig/freemind/preferences/layout/OptionPanel.java freemind/freemind/preferences/layout/OptionPanel.java
--- freemind.orig/freemind/preferences/layout/OptionPanel.java	2013-01-25 12:55:25.097825379 +
+++ freemind/freemind/preferences/layout/OptionPanel.java	2013-01-25 13:28:01.170872233 +
@@ -51,8 +51,8 @@
 import javax.swing.UIManager;
 import javax.swing.UIManager.LookAndFeelInfo;
 
+import com.jgoodies.forms.builder.ButtonBarBuilder;
 import com.jgoodies.forms.builder.DefaultFormBuilder;
-import com.jgoodies.forms.factories.ButtonBarFactory;
 import com.jgoodies.forms.layout.FormLayout;
 import com.jgoodies.forms.layout.RowSpec;
 
@@ -234,7 +234,7 @@
 		});
 		frame.getRootPane().setDefaultButton(okButton);
 		frame.getContentPane().add(
-ButtonBarFactory.buildOKCancelBar(cancelButton, okButton),
+new ButtonBarBuilder().addGlue().addButton(cancelButton, okButton).build(),
 BorderLayout.SOUTH);
 	}
 
Binary files freemind.orig/lib/bindings.jar and freemind/lib/bindings.jar differ
diff -ur freemind.orig/plugins/collaboration/database/DatabaseBasics.java freemind/plugins/collaboration/database/DatabaseBasics.java
--- freemind.orig/plugins/collaboration/database/DatabaseBasics.java	2013-01-25 12:55:25.076825449 +
+++ freemind/plugins/collaboration/database/DatabaseBasics.java	2013-01-25 13:28:01.170872233 +
@@ -41,8 +41,8 @@
 import javax.swing.JDialog;
 import javax.swing.WindowConstants;
 
+import com.jgoodies.forms.builder.ButtonBarBuilder;
 import com.jgoodies.forms.builder.DefaultFormBuilder;
-import com.jgoodies.forms.factories.ButtonBarFactory;
 import com.jgoodies.forms.layout.FormLayout;
 
 import freemind.common.NumberProperty;
@@ -169,7 +169,7 @@
 			});
 			getRootPane().setDefaultButton(mOkButton);
 			getContentPane().add(
-	ButtonBarFactory.buildOKCancelBar(cancelButton, mOkButton),
+	new ButtonBarBuilder().addGlue().addButton(cancelButton, mOkB

Bug#713144: freemind: FTBFS: [javac] /«BUILDDIR»/freemind-0.9.0+dfsg/freemind/freemind/preferences/layout/OptionPanel.java:237: cannot find symbol

2013-07-25 Thread W. van den Akker
On Thu, 2013-07-25 at 21:41 +0200, W. van den Akker wrote:

> Hi,
> 
> I am adopting this package and look into the problem.
> The same occurs with the 1.0.0.rc4 source.
> 
> Somewhere the Java packages are changed.
> 
> Hope to get 1.0.0 soon into sid and fix the problem with jessie.


These patches should solve the problem.
They are from the fedora site. I have not tried it yet.

Greetings,
Willem



signature.asc
Description: This is a digitally signed message part


Bug#713144: freemind: FTBFS: [javac] /«BUILDDIR»/freemind-0.9.0+dfsg/freemind/freemind/preferences/layout/OptionPanel.java:237: cannot find symbol

2013-07-25 Thread W. van den Akker
Hi,

I am adopting this package and look into the problem.
The same occurs with the 1.0.0.rc4 source.

Somewhere the Java packages are changed.

Hope to get 1.0.0 soon into sid and fix the problem with jessie.


signature.asc
Description: This is a digitally signed message part


Bug#589304: status Alioth git repository

2013-06-22 Thread W. van den Akker
Hi,


> 
> This a reply on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589304#80
> Quoting Willem van den Akker:
> > I tried to create a git repository on git.debian.org 
> > in /git. But didnt had the permission for it.
> 
> What is the status for a jabber2d packaging repository at Alioth?


I am already added to the pkg-xmpp group so I can write to the git on
altioh.
Status is waiting for approval and upload. It is hard to find a sponsor
for the Jabber packages.
Previous maintainers and XMPP-package list dont respond.
I probably find a sponsor (Daniel Pocock) who can upload it.
 

> 
> Things I'm asking for is "What is allready in place?"
> and "What is needed?"
> 
> More steering on the wanted answer:
> * Allready in place:
> ** Alioth accountname for Willem van den Akker
> ** That account is member of the XMPP group
> * Still needed:
> ** Some one with the privilege to create the repository
>as describe at .

Only thing needed is the ability to create a respository for freemind
(ITA), writing for
gutenprint (ITA) and archi (ITP).
But for the time being I use local share in my personal directory on
alioth.debian.org. 
Rest will be in place when I go for DM.


> An answer such as "repo meanwhile created" is also fine   ;-)


For now nothing needed.

Greetings,
Willem



signature.asc
Description: This is a digitally signed message part


Bug#710282: [Fwd: Re: Bug#710262: ITP: Archi -- Archi is a tool and editor to create ArchiMate models]

2013-05-29 Thread W. van den Akker
Package: wnpp
Severity: wishlist
Owner: Willem van den Akker 

* Package name: Archi
  Version : 2.4.0
 Upstream Author : p.beauv...@dadabeatnik.com
* URL : http://archi.cetis.ac.uk/
* License: MIT
  Programming Lang: Java
  Description : Archi is a free, open source, cross-platform tool and 
editor to create ArchiMate models


Archi is targeted toward all levels of Enterprise Architects and
Enterprise Modellers. It is intended to provide a low cost to entry
(i.e. free) solution to users who may be making their first steps in the
ArchiMate language or who are looking for a cross-platform ArchiMate
modelling tool for their company or institution. Archi fulfils the needs
of most Enterprise Architects and associated stakeholders, but it can
also be regarded as an introductory ArchiMate tool for those wishing to
engage with the language before committing to a commercial solution. 




signature.asc
Description: This is a digitally signed message part


Bug#699767: ITA: ulogd -- The Netfilter Userspace Logging Daemon

2013-05-27 Thread W. van den Akker
Are thinking about backporting it?
My production system is running still 1.x

Greetings,
Willem

On Mon, 2013-05-27 at 13:39 +0100, Chris Boot wrote:

> On 23/05/2013 14:23, Maykel Moya wrote:
> > El 23/05/13 07:57, W. van den Akker escribió:
> > 
> >> Any progress in this? I like to see v2.0 into debian due to ipv6 
> >> logging capabilities.
> > 
> > Thanks to nice work by Chris Boot ulogd2 finally entered sid[1].
> > See the ITP[2] for further info.
> > 
> > Regards, maykel
> > 
> > [1] http://packages.debian.org/sid/ulogd2 [2]
> > http://bugs.debian.org/502305
> > 
> 
> Hi folks,
> 
> Indeed, I have uploaded my ulogd2 package. It would be great if you
> could have a look and let me know your comments. One of the reasons I
> did it as a new package was because I simply couldn't see a way of
> converting the configuration between ulogd-1.x and ulogd-2.x at all;
> they are very different programs indeed.
> 
> Now that ulogd-1.x is end-of-life ("All production systems should
> migrate to the stable series ulogd-2.x as soon as possible as we do
> not plan to make more 1.x releases."[1]), I'd like to suggest making
> the ulogd package transitional. Do you support this suggestion?
> 
> Laszlo: I'd be happy to adopt ulogd to do the transition if you would
> like.
> 
> Best regards,
> Chris
> 
> [1] http://netfilter.org/projects/ulogd/index.html
> 




signature.asc
Description: This is a digitally signed message part


Bug#699767: ITA: ulogd -- The Netfilter Userspace Logging Daemon

2013-05-22 Thread W. van den Akker
Hi,

Any progress in this?
I like to see v2.0 into debian due to ipv6 logging capabilities.
If needed I can assist.

Greetings,
Willem


signature.asc
Description: This is a digitally signed message part


Bug#698548: RFS: jabber-muc/0.8-4 [ITA]

2013-01-24 Thread W. van den Akker
On Sun, 2013-01-20 at 11:42 +0100, Willem van den Akker wrote:

> Package: sponsorship-requests 
> Severity: normal 
> 
> 
>  Dear mentors,
> 
>   I am looking for a sponsor for my package "jabber-muc"
> 
>  * Package name: jabber-muc
>Version : 0.8-4
>Upstream Author : David Sutton and Gregoire Menuel
>  * URL : https://gna.org/projects/mu-conference/
>  * License : GPL-v2
>Section : net
> 
>   It builds those binary packages:
> 
> jabber-muc - Multi User Conference component for the Jabber IM server
> 
>   To access further information about this package, please visit the 
> following URL:
> 
>   http://mentors.debian.net/package/jabber-muc
> 
>   Alternatively, one can download the package with dget using this command:
> 
> dget -x 
> http://mentors.debian.net/debian/pool/main/j/jabber-muc/jabber-muc_0.8-4.dsc
> 
>   Changes since the last upload:
> 
>* New maintainer (Closes: #589307).
>   * debian/control: added myself to the uploaders list.
>   * Removed /var/run (Closes: #689894).
> - debian/dirs: removed /var/run entry.
> - debian/postinst: removed /var/run entries.
> - debian/lintian-overrides: removed /var/run entry. 
> - debian/rules: removed lintian-overrides copy operation.
>   * debian/lintian-overrides: added spelling-error-in-binary.
>   * debian/rules: include hardening options.
> - debian/lintian-overrides: added hardening-no-relro.
> - debian/control: added hardening-include dependency.
>   * debian/rules: added build-arch, build-indep.
>   * debian/rules: added include quilt.make
> debian/control: added quilt dependency.
> Now quilt 3.0 compatible.
>   * debian/control: added Vcs-git and Vcs-Browser tags.
>   * debian/control: make extended description longer.
>   * debian/component.d/60muc: added status option.
>   * Bump standards version to 3.9.4.
>   * Debhelper dependency to >9.
> - debian/compat: updated to 9.
>   * Added debian/watch file.
>   * Added mu-conference man page.
> + debian/mu-conference.1 file added.
> + debian/manpages file added.
> 
> 
>   Regards,
>W. van den Akker
> 
> 


Added a patch for hardening
   * Added patch for CFLAGS in src/Makefile to make hardening work.


Bug#698547: RFS: jabberd2/2.2.17-1 [ITA]

2013-01-20 Thread W. van den Akker
Package: sponsorship-requests
Severity: normal 

Send manually to mentors list because my 'normal' address is not
subscribed to 
that list. This one is.


  Dear mentors,

  I am looking for a sponsor for my package "jabberd2"

 * Package name: jabberd2
   Version : 2.2.17-1
   Upstream Author : see AUTHORS in package (long list ;))
 * URL : www.jabberd2.org
 * License : GPL-v2
   Section : net

  It builds those binary packages:

jabberd2   - Jabber instant messenger server

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

  http://mentors.debian.net/package/jabberd2


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/j/jabberd2/jabberd2_2.2.17-1.dsc

  Changes since the last upload:

  * New upstream version (Closes: #637112, #547767).
  * New version patches user security hole (Closes: #685666).
  * Removed CVE-2011-1755.dpatch. Is now included in upstream source.
  * Removed implicit-pointer-conversion.dpatch. Is now included in 
upstream source.
  * debian/control: changed homepage URL.
  * debian/control: changed debhelper dependency to >= 9.0.0.
  * debian/control: added ${misc:Depends} to binairy packages.
  * debian/control: replaced dpatch with quilt in build dependecies.
  * debian/control: added Vcs-git and Vcs-Browser tags.
  * debian/control: added hardening-includes to dependecies.
  * debian/init: added Description tag.
  * debian/init, debian/component.d/*: added status option.
  * debian/init: added Should-Start/Should-Stop dependency for MySQL
(Closes: #673243).
  * debian/init, debian/default: removed resolver entries.
  * debian/rules: removed unrecognized enable-sasl and disable-rpath 
options.
  * debian/rules: include hardening options.
  * debian/rules: added build-arch, build-indep.
  * debian/rules: replaced line dpatch.make with quilt.make
Now quilt 3.0 compatible. Converted dpatch patches to quilt.
  * debian/watch: updated URL (Closes: #543415).
  * debian/dirs, debian/postinst: removed /var/run/jabber2 (Closes: #689538).
  * debian/component.d: removed 20resolver. Resolver is not included anymore
(Closes: #689539).
  * debian/preinst, debian/postrm: removed resolver entries.
  * debian/lintian-overrides: overrides false positives.
  * Added patches man_hypen.diff, sm_typo.diff and usr_etc.diff.
  * Add patch to remove config.guess and config.sub from upstream.
debian/rules: remove 'rm config.guess and config.sub'.
  * Bumped up Standards Version to 3.9.4.
  * Bumped up debhelper to 9.
  * Added myself to uploaders list (Closes: #589304).
  * Changed van UNRELEASED to unstable.


  Regards,
   W. van den Akker

_

Email : wvdak...@wilsoft.nl
XMPP  : wvdak...@wilsoft.nl




Bug#698548: RFS: jabber-muc/0.8-4 [ITA]

2013-01-20 Thread W. van den Akker
Package: sponsorship-requests 
Severity: normal 

Send manually to mentors list because my 'normal' address is not subscribed to
that list. This one is.

 Dear mentors,

  I am looking for a sponsor for my package "jabber-muc"

 * Package name: jabber-muc
   Version : 0.8-4
   Upstream Author : David Sutton and Gregoire Menuel
 * URL : https://gna.org/projects/mu-conference/
 * License : GPL-v2
   Section : net

  It builds those binary packages:

jabber-muc - Multi User Conference component for the Jabber IM server

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

  http://mentors.debian.net/package/jabber-muc

  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/j/jabber-muc/jabber-muc_0.8-4.dsc

  Changes since the last upload:

   * New maintainer (Closes: #589307).
  * debian/control: added myself to the uploaders list.
  * Removed /var/run (Closes: #689894).
- debian/dirs: removed /var/run entry.
- debian/postinst: removed /var/run entries.
- debian/lintian-overrides: removed /var/run entry. 
- debian/rules: removed lintian-overrides copy operation.
  * debian/lintian-overrides: added spelling-error-in-binary.
  * debian/rules: include hardening options.
- debian/lintian-overrides: added hardening-no-relro.
- debian/control: added hardening-include dependency.
  * debian/rules: added build-arch, build-indep.
  * debian/rules: added include quilt.make
debian/control: added quilt dependency.
Now quilt 3.0 compatible.
  * debian/control: added Vcs-git and Vcs-Browser tags.
  * debian/control: make extended description longer.
  * debian/component.d/60muc: added status option.
  * Bump standards version to 3.9.4.
  * Debhelper dependency to >9.
- debian/compat: updated to 9.
  * Added debian/watch file.
  * Added mu-conference man page.
+ debian/mu-conference.1 file added.
+ debian/manpages file added.


  Regards,
   W. van den Akker





Bug#589304: RFA: jabberd2 -- Jabber instant messenger server

2012-12-21 Thread W. van den Akker
 

sorry, mistyped the 'un' ;) 

On 21-12-2012 07:07, Michael Tokarev
wrote: 

> On 21.12.2012 02:29, Willem van den Akker wrote:
> 
>> Thanks
for getting new [udns] version into stable.
> 
> FWIW, it is not stable,
it is unstable. This version
> will not hit stable before wheezy is
released.
> 
> /mjt

 

Bug#493599: Transaction ID and Source Port not random enough

2012-12-09 Thread W. van den Akker
 

Hi, 

Version 0.2 of UDNS supports random selection of Transaction
ID and Source Port.
This would 'solve' the RC-bug. 

Not much packages
depens on UDNS, only Jabber2d does. Because Jabber2 won't
migratie to
another DNS-resolver I think UDNS has to continue in Debian. 

I have
uploaded the new package here: http://mentors.debian.net/package/udns
[1] 

Please take a look. 

Greetings, 

Willem vdAkker 



Links:
--
[1] http://mentors.debian.net/package/udns


Bug#612297: ITA:bacula-doc

2011-11-21 Thread W. van den Akker
Package: wnpp

Severity: normal

Changed to ITA.

I am using Bacula for some servers and want to maintain this package.
I will upload an new version 5.2.1, but need a mentor to judge an upload it.

gr,
Willem

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#630800: Error in empathy init: XServer appears to lack the required GLX support

2011-09-24 Thread W. van den Akker
Hi,

I have the same problem with cheese (#620908)
Tried the dri-experimental package, but no result.
I use the nouveau-driver.

Cheese wont start.

gr,
Willem

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#640507: cheese: Cheese gives CLUTTER-CRITICAL message with Nouveau driver

2011-09-05 Thread W. van den Akker
Hi,

Dont use emerillon, but I have installed it now.
It gives the same error. So it looks like a general problem and not a
cheese one.

gr,
Willem

On Mon, 2011-09-05 at 13:44 +0200, Laurent Bigonville wrote:

> Le Mon, 05 Sep 2011 13:27:38 +0200,
> "W. van den Akker"  a écrit :
> 
> > When upgrading to cheese 3.0.1, cheese quit with the message:
> > 
> > (cheese:11462): Clutter-CRITICAL **: Unable to initialize Clutter:
> > XServer appears to lack the required GLX support (cheese:11462):
> > Clutter-CRITICAL **: Unable to check features. Have you initialized
> > Clutter? (cheese:11462): Clutter-WARNING **: Unable to create a new
> > stage: the glx backend does not support multiple stages.
> > (cheese:11462): GLib-GObject-CRITICAL **: g_object_set_data:
> > assertion `G_IS_OBJECT (object)' failed (cheese:11462):
> > GLib-GObject-WARNING **: invalid (NULL) pointer instance
> > (cheese:11462): GLib-GObject-CRITICAL **: g_signal_connect_data:
> > assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
> > 
> > Reinstalling 2.30 then cheese works again.
> 
> Hi,
> 
> Are other application using clutter (ie. emerillon) hit by this too?
> 
> Cheers
> 
> Laurent Bigonville
> 



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#640507: cheese: Cheese gives CLUTTER-CRITICAL message with Nouveau driver

2011-09-05 Thread W. van den Akker
Package: cheese
Version: 3.0.1-2
Severity: important
Tags: upstream

When upgrading to cheese 3.0.1, cheese quit with the message:

(cheese:11462): Clutter-CRITICAL **: Unable to initialize Clutter: XServer 
appears to lack the required GLX support
(cheese:11462): Clutter-CRITICAL **: Unable to check features. Have you 
initialized Clutter?
(cheese:11462): Clutter-WARNING **: Unable to create a new stage: the glx 
backend does not support multiple stages.
(cheese:11462): GLib-GObject-CRITICAL **: g_object_set_data: assertion 
`G_IS_OBJECT (object)' failed
(cheese:11462): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(cheese:11462): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

Reinstalling 2.30 then cheese works again.

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

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

Versions of packages cheese depends on:
ii  cheese-common 3.0.1-2Common files for the Cheese tool t
ii  gnome-video-effects   0.3.0-4GNOME Video Effects
ii  libc6 2.13-16Embedded GNU C Library: Shared lib
ii  libcanberra-gtk3-00.28-1 Gtk+ 3.0 helper for playing widget
ii  libcheese-gtk20   3.0.1-2tool to take pictures and videos f
ii  libcheese13.0.1-2tool to take pictures and videos f
ii  libclutter-1.0-0  1.6.16-1   Open GL based interactive canvas l
ii  libclutter-gtk-1.0-0  1.0.0-1Open GL based interactive canvas l
ii  libgdk-pixbuf2.0-02.23.5-3   GDK Pixbuf library
ii  libgee2   0.6.1-2GObject based collection library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgnome-desktop-3-0  3.0.2-2Utility library for loading .deskt
ii  libgstreamer0.10-00.10.35-1  Core GStreamer libraries and eleme
ii  libgtk-3-03.0.11-1   GTK+ graphical user interface libr

Versions of packages cheese recommends:
ii  gnome-icon-theme  3.0.0-4GNOME Desktop icon theme
ii  gvfs  1.6.4-3userspace virtual filesystem - ser
ii  hicolor-icon-theme0.12-1 default fallback theme for FreeDes

cheese 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#590641: isc-dhcp-server: DHCP server fails to start if the subnet is not the primary subnet for a device

2010-11-24 Thread W. van den Akker
Today Upgrade from Lenny to Squeeze on my server (isc-dhcp-server
4.1.1-P1-12)
The server is also configured as a firewall.

However, the dhcp-server did not start:
dhcpd: No subnet declaration for br0 (no IP4 addresses).

However this is correct. The br0 (bridge interface) is part of the
firewall and the
IP address is located on br0:FWB2.
I tried to change it in the dhcp file in /etc/defautt, and changed
INTERFACES="br0:FWB2"
However no success.

This makes upgrading dhcp on a firewall system, where one of the DHCP
interfaces, is
part of a firewall pretty hopeless. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#591723: network-manager: Popup comes up asking the PIN that was already specified using the gnome nm-applet

2010-09-04 Thread W. van den Akker
Hi,

Also with the 0.8.1-2-b1 version I still have to enter a PIN.
After entering the PIN the modem becomes visible (in my case also a
CD-icon appears on the desktop).
I have to connect manually to the broadband-network (the connect auto
however is enabled in the panel).

After closing and remove the stick and re-installing the stick I have to
enter the PIN again and also enter
the mobile-provider password. The last is not the case when I start the
connection for the first time.

Reinstalling the 0.8 version (with the correct modemmanager (0.3.2) and
ppp (2.4.4) all is back to
normal.

This makes the network-manager 0.8.1 package unusable for
mobile-broadband usage (HUWAI modem).

Some logfile output:
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) starting connection 'Vodafone Business'
Sep  4 13:47:45 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 3 -> 4 (reason 0)
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 1 of 5 (Device Prepare) scheduled...
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 1 of 5 (Device Prepare) started...
Sep  4 13:47:45 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 4 -> 6 (reason 0)
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 1 of 5 (Device Prepare) complete.
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 1 of 5 (Device Prepare) scheduled...
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 1 of 5 (Device Prepare) started...
Sep  4 13:47:45 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 6 -> 4 (reason 0)
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 1 of 5 (Device Prepare) complete.
Sep  4 13:47:45 localhost modem-manager: (ttyUSB0) opening serial
device...
Sep  4 13:47:45 localhost modem-manager:
Modem /org/freedesktop/ModemManager/Modems/3: state changed (disabled ->
enabling)
Sep  4 13:47:45 localhost modem-manager:
Modem /org/freedesktop/ModemManager/Modems/3: state changed (enabling ->
enabled)
Sep  4 13:47:45 localhost modem-manager: CS registration state changed:
1
Sep  4 13:47:45 localhost modem-manager:
Modem /org/freedesktop/ModemManager/Modems/3: state changed (enabled ->
registered)
Sep  4 13:47:45 localhost modem-manager:
Modem /org/freedesktop/ModemManager/Modems/3: state changed (registered
-> connecting)
Sep  4 13:47:45 localhost modem-manager:
Modem /org/freedesktop/ModemManager/Modems/3: state changed (connecting
-> connected)
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 2 of 5 (Device Configure) scheduled...
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 2 of 5 (Device Configure) starting...
Sep  4 13:47:45 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 4 -> 5 (reason 0)
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 2 of 5 (Device Configure) successful.
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 3 of 5 (IP Configure Start) scheduled.
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 2 of 5 (Device Configure) complete.
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 3 of 5 (IP Configure Start) started...
Sep  4 13:47:45 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 5 -> 7 (reason 0)
Sep  4 13:47:45 localhost NetworkManager[1454]:  starting PPP
connection
Sep  4 13:47:45 localhost NetworkManager[1454]:  pppd started with
pid 2713
Sep  4 13:47:45 localhost NetworkManager[1454]:  Activation
(ttyUSB0) Stage 3 of 5 (IP Configure Start) complete.
Sep  4 13:47:45 localhost NetworkManager[1454]:SCPlugin-Ifupdown:
devices added (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
Sep  4 13:47:45 localhost NetworkManager[1454]:SCPlugin-Ifupdown:
device added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no
ifupdown configuration found.
Sep  4 13:47:45 localhost modem-manager: (net/ppp0): could not get
port's parent device
Sep  4 13:47:55 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 7 -> 9 (reason 7)
Sep  4 13:47:55 localhost NetworkManager[1454]:  Marking
connection 'Vodafone Business' invalid.
Sep  4 13:47:55 localhost modem-manager:
Modem /org/freedesktop/ModemManager/Modems/3: state changed (connected
-> disconnecting)
Sep  4 13:47:55 localhost NetworkManager[1454]:  Activation
(ttyUSB0) failed.
Sep  4 13:47:55 localhost NetworkManager[1454]:  (ttyUSB0): device
state change: 9 -> 3 (reason 0)
Sep  4 13:47:55 localhost NetworkManager[1454]:  (ttyUSB0):
deactivating device (reason: 0).
Sep  4 13:47:58 localhost avahi-daemon[1407]: Withdrawing workstation
service for ppp0.
Sep  4 13:47:58 localhost NetworkManager[1454]:SCPlugin-Ifupdown:
devices removed (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
Sep  4 13:48:00 localhost modem-manager:
Modem /org/freedesktop/ModemManager/M

Bug#588593: network-manager: broken mobile broadband

2010-08-13 Thread W. van den Akker
It seems the ppp package is to old. I had the same problem.
After installing 2.4.5-4 from unstable, I was able to log in.

Only difference... I have to fill in my PIN code every time I activate
the
connection.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#584574: emesene: Webcam output not visible on preferences tab

2010-06-04 Thread W. van den Akker
Package: emesene
Version: 1.6.2-1
Severity: normal
Tags: sid

Webcam is not working on my system. I can see the Acer built-in webcam in the
selection box on the preferences tab. But there is not preview on the tab.

Also starting a connection with an msn user dont show any webcam output.

I used 1.6.1 and 1.6.2 both have the same problem.

The command python -c 'import WebcamDevice' dont give any output.
Cheese Webcam is working ok, so my webcam is recognized.

I have python-libmimic installed?

Any clue?



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

Kernel: Linux 2.6.32-3-amd64 (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

Versions of packages emesene depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-cairo  1.8.8-1+b1 Python bindings for the Cairo vect
ii  python-gobject2.21.1-1   Python bindings for the GObject li
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  python-support1.0.8  automated rebuilding support for P

Versions of packages emesene recommends:
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gst0.100.10.18-2  generic media-playing framework (P
ii  python-libmimic   1.0.4-2+b2 A video codec for Mimic V2.x conte
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify

Versions of packages emesene suggests:
ii  python-gtkspell2.25.3-4.1+b3 Python bindings for the GtkSpell l

-- 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#565116: Emesene doesn't show webcam in preferences

2010-06-01 Thread W. van den Akker
On Tue, 2010-06-01 at 14:44 +0200, Emilio Pozuelo Monfort wrote:

> On 01/06/10 10:28, W. van den Akker wrote:
> > 
> > Hi,
> > 
> > I have also problems with showing the webcam in the preference tab.
> > Have all python-* gstreamer debs installed.
> > 
> > The command python -c 'import WebcamDevice' dont give any output.
> > 
> > I see the webcam in the selecton box (an Acer build in notebook webcam),
> > but no webcam output.
> > 
> > Cheese Webcam is working ok, so my webcam is recognized.
> > 
> > I am using the 1.6 version of Emesene.
> 
> Do you have python-libmimic installed? Also try upgrading to 1.6.2.
> 

Hi,

Yes python-libmimic is installed. Also upgraded tot 1.6.2 (from
unstable). 
Still no webcam preview in the pref. tab.

greetings,
Willem


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Bug#565116: Emesene doesn't show webcam in preferences

2010-06-01 Thread W. van den Akker

Hi,

I have also problems with showing the webcam in the preference tab.
Have all python-* gstreamer debs installed.

The command python -c 'import WebcamDevice' dont give any output.

I see the webcam in the selecton box (an Acer build in notebook webcam),
but no webcam output.

Cheese Webcam is working ok, so my webcam is recognized.

I am using the 1.6 version of Emesene.

TIA
Willem

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#530997: ITA: scid -- chess database

2009-05-30 Thread W. van den Akker
Package: wnpp
Severity: normal

I am going to adopt the Scid package. 
The past months I have been busy to get the updated package into the distro.

I got a lot of feedback from the mentors and have to modify the package on
several points.
3.7.3 is already on the mentors site. Just have to make a few modifications.

Last year I contacted the previous maintainer about adopting. He already know
I gone adopt it.

Hope to get it back in soon.

Greetings,
Willem vdAkker

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#519635: devscripts: [debuild] debuild binary: wrong arguments in call to ./configure

2009-04-27 Thread W. van den Akker
I have uploaded version 3.7.3-1 and fixed the problem.
It now compiles fine.

Have to wait until a mentor is uploading it to unstable.

gr,
W vdAkker


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#503262:

2008-10-24 Thread W. van den Akker
Hi,

I shall send it to the upstream maintainers.
There is already a new upstream version available. Dont know if you are
able to test it to see if the problem still exists in the new version.

Regards,
Willem




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#280741: No tablebase support enabled

2008-10-21 Thread W. van den Akker
The tablebases source is not included in the package because it violates
the Debian Free Software Guidelines (DFSG) section 10.

gr,
Willem



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#408930: Scid

2008-10-21 Thread W. van den Akker
Scid is continued by another upstream maintainer. So this package can stay
in debian and shall be updated.

gr,
Willem


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#465788: Tcl/Tk 8.5

2008-10-21 Thread W. van den Akker

As of version 3.6.24 tcl/tk8.4 is dropped and switched over to 8.5

gr,
Willem



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#487771: New version

2008-10-21 Thread W. van den Akker
Hi,

I am trying to takeover the maintainership of this package.
However because the previous maintainer doesnt respond I have to report
him as MIA. This will take some time.

I have uploaded the latest version on the mentors site. You only have to
patch and compile it.
I hope it can soon be uploaded to the distro.

Regards,

WIllem


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#191112: zombie threads with tcl

2008-09-19 Thread W. van den Akker
Version 3.6.24 is uploaded but waiting for approval to upload to unstable.
Its complied with tcl/tk-8.5 and should be fixed then.

>
> Zombie processes are a known bug with tcl (compiled with threads enabled).
> I cant find where it's documented though... and it appears to me to be
> fixed with tcl/tk-8.5.
>
>
>
>
>
>
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#463807: wxWidgets

2008-07-05 Thread W. van den Akker
Hi,

I gladly want to help (comaintain) with wxWidgets. I have done much 
programming on the Windows and Linux platform. Dont have experiences
with Python...

If wanted, I will take the maintainership if wxWidgets in a while.

gr,
Willem


signature.asc
Description: This is a digitally signed message part.


Bug#488998: ITP: dgtdrv

2008-07-02 Thread W. van den Akker
Package: wnpp
Severity: wishlist

Package name: dgtdrv
Version: 1.18
Upstream Author: Alexander Wagner <
URL: http://dgtdrv.sourceforge.net/
License: GPL-2
Description: a posix program driver for the DGT chess board.

The main purpose of dgtdrv is to give Non-Windows-Users the opportunity to use 
their DGT Electronic Chess Board  in their used environment. In principle, 
dgtdrv allows to use almost every current chess GUI to use the board. The 
sole requirement is that this GUI offers an engine tournament mode.

This program depends on dgtnix (also submitted)


signature.asc
Description: This is a digitally signed message part.


Bug#488997: ITP: dgtnix

2008-07-02 Thread W. van den Akker
Package: wnpp
Severity: wishlist

Package name: dgtnix
Version: 1.9.1
Upstream Author: Pierre Boulenguez 
URL: http://dgtnix.sourceforge.net/
License: GPL-2
Description: a posix driver for the DGT chess board.

DGTNIX IS A POSIX DRIVER FOR THE DIGITAL GAME TIMER BOARD AND
CLOCK. IT IS INTENDED AT ACTING AS A LAYER BETWEEN CHESS PROGRAMS AND
THE DEVICES


signature.asc
Description: This is a digitally signed message part.