Bug#307320: fetchyahoo: shouldn't complain about trash if quiet requested

2005-05-02 Thread Joseph Nahmias
Package: fetchyahoo
Version: 2.8.6-5
Severity: normal
Tags: patch


fetchyahoo sees fit to complain about not being able to empty the trash
even though the quiet option is used.  Since this is only a warning, I
believe it should be suppressed for quiet mode.  Attached is a patch to
do this.

Thanks,
--Joe


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2um

Versions of packages fetchyahoo depends on:
ii  libcrypt-ssleay-perl  0.51-3 Support for https protocol in LWP
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libio-socket-ssl-perl 0.96-1 Class implementing an object orien
ii  libmime-perl  5.417-1Perl5 modules for MIME-compliant m
ii  liburi-perl   1.35-1 Manipulates and accesses URI strin
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- debconf information excluded
--- /usr/bin/fetchyahoo.orig2005-04-11 04:07:57.0 +
+++ /usr/bin/fetchyahoo 2005-05-02 13:23:09.0 +
@@ -1342,7 +1342,7 @@ sub EmptyTrash($) {
   }
   else {
 print "Warning: Couldn't get empty trash URL, not emptying trash\n"
- unless $noerrors;
+ unless ($quiet || $noerrors);
 return;
   }


Bug#307322: locales: locale-gen segfaults on upgrade

2005-05-02 Thread Joseph Nahmias
Package: locales
Version: 2.3.2.ds1-21
Severity: serious

When upgrading my testing installation, locale-gen segfaulted which
breaks the locale configuration of the system.  Here is the output I have:

Setting up locales (2.3.2.ds1-21) ...
Generating locales...
  en_US.UTF-8.../usr/sbin/locale-gen: line 41: 17480 Segmentation fault  
localedef -i $input -c -f $charset -A /etc/locale.alias $locale
dpkg: error processing locales (--configure):
 subprocess post-installation script returned error exit status 139

Errors were encountered while processing:
 locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to rerun the process, but it didn't work:

[EMAIL PROTECTED]:~$ sudo dpkg --configure locales
Setting up locales (2.3.2.ds1-21) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or
directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales...
  en_US.UTF-8.../usr/sbin/locale-gen: line 41: 17665 Segmentation fault  
localedef -i $input -c -f $charset -A /etc/locale.alias $locale
dpkg: error processing locales (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 locales



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2um
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)

Versions of packages locales depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  libc6 [glibc-2.3.2.ds1-21]  2.3.2.ds1-21 GNU C Library: Shared libraries an

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
* locales/default_environment_locale: en_US.UTF-8
* locales/locales_to_be_generated: en_US.UTF-8 UTF-8, he_IL.UTF-8 UTF-8


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



Bug#307322: locales: locale-gen segfaults on upgrade

2005-05-02 Thread Joseph Nahmias
Hello Steve,

On Mon, May 02, 2005 at 08:45:11PM -0700, Steve Langasek wrote:
> Hi Joe,
> 
> On Mon, May 02, 2005 at 01:50:08PM +0000, Joseph Nahmias wrote:
> > When upgrading my testing installation, locale-gen segfaulted which
> > breaks the locale configuration of the system.  Here is the output I have:
> 
> > Setting up locales (2.3.2.ds1-21) ...
> > Generating locales...
> >   en_US.UTF-8.../usr/sbin/locale-gen: line 41: 17480 Segmentation fault 
> >  localedef -i $input -c -f $charset -A /etc/locale.alias $locale
> > dpkg: error processing locales (--configure):
> >  subprocess post-installation script returned error exit status 139
> 
> This error doesn't seem to be widely reproducible.  Can you provide a
> backtrace from the command 
> 
>   localedef -i en_US -c -f UTF-8 -A /etc/locale.alias en_US.UTF-8
> 
> on this system?

Certainly, here you go:

[EMAIL PROTECTED]:~# gdb --args localedef -i en_US -c -f UTF-8 -A 
/etc/locale.alias en_US.UTF-8
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/localedef -i en_US -c -f UTF-8 -A /etc/locale.alias 
en_US.UTF-8
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x4009356b in memset () from /lib/libc.so.6
(gdb) bt
#0  0x4009356b in memset () from /lib/libc.so.6
#1  0x4008f790 in mcheck_check_all () from /lib/libc.so.6
#2  0x4008d75c in calloc () from /lib/libc.so.6
#3  0x08087b8b in ?? ()
#4  0x00083afe in ?? ()
#5  0x0014 in ?? ()
#6  0x40815020 in ?? ()
#7  0xb804 in ?? ()
#8  0x08087766 in ?? ()
#9  0x00083afe in ?? ()
#10 0x0014 in ?? ()
#11 0xff93 in ?? ()
#12 0x40049571 in __strtoul_internal () from /lib/libc.so.6
Previous frame inner to this frame (corrupt stack?)
(gdb) 


Hmm, seems to be a memory issue.  This is just a hosted LVS with a
paltry amount of memory (64 MB), let's try adding some more swap...

[EMAIL PROTECTED]:/usr/local# dd if=/dev/zero of=swapfile bs=1024 count=64k
65536+0 records in
65536+0 records out
67108864 bytes transferred in 13.894189 seconds (4829995 bytes/sec)
[EMAIL PROTECTED]:/usr/local# mkswap swapfile
Setting up swapspace version 1, size = 67104 kB
[EMAIL PROTECTED]:/usr/local# swapon swapfile
[EMAIL PROTECTED]:/usr/local# free
 total   used   free sharedbuffers cached
Mem: 60500  56040   4460  0   2712  15844
-/+ buffers/cache:  37484  23016
Swap:   131056  53692  77364


Survey says...

[EMAIL PROTECTED]:~# dpkg --configure -a
Setting up locales (2.3.2.ds1-21) ...
Generating locales...
  en_US.UTF-8... done
  he_IL.UTF-8... done
Generation complete.


That did the trick!  Thanks for the pointer and my apologies for the
nuisance, I should've figured this out on my own...

--Joe


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



Bug#317155: RFP: ldtp -- GNU/Linux Desktop Testing Project

2005-07-06 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist

* Package name: ldtp
  Version : 0.1.6
* URL : http://gnomebangalore.org/ldtp/
* License : GPL2
  Description : GNU/Linux Desktop Testing framework

GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high
quality test automation framework and cutting-edge tools that can be
used to test GNU/Linux Desktop and improve it. It uses the
"Accessibility" libraries to poke through the application's user
interface. The framework has tools to generate "AppMap" by reading
through the user interface components of an application. The framework
also has tools to record test-cases based on user-selection on the
application.

GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to
test an application and gives the status of each test-case as output. 

I would be willing to sponsor an NM if they want to package / maintain
this.  Otherwise, I'll probably do this myself sooner or later.

--Joe
[EMAIL PROTECTED]


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



Bug#317173: ITP: libkarma -- library to access rio karma using pearl protocol

2005-07-06 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias <[EMAIL PROTECTED]>

* Package name: libkarma
  Version : 0.0.2
  Upstream Author : Frank Zschockelt <[EMAIL PROTECTED]>
* URL : http://www.freakysoft.de/html/libkarma/
* License : GPL2
  Description : network access library for the Rio Karma

libkarma is a C language library that provides network access
(read/write) to the Rio Karma music player using the pearl protocol

libkarma allows developers to do the following:

* login (karma.h)
* read, write and delete music or data files (karma.h)
* read and write file information (karma.h+properties.h)
* write music or taxi files with one function, including setting all
* metadata(rio_rw.h)

There's no documentation of the API, yet. Just examine the header files
and the sample applications riocp and chprop, which are included in the
package.


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



Bug#404702: net(8) manpage incorrect about shutdown

2006-12-27 Thread Joseph Nahmias
Package: samba-common
Version: 3.0.23d-2+b1
Severity: minor
Tags: patch

Hi,

There's a mistake in the net(8) manpage.  It lists the command as
"SHUTDOWN" instead of "RPC SHUTDOWN", like it does for ABORTSHUTDOWN.
The following patch fixes this.

Thanks,
--Joe


--- net.8.orig  2006-12-27 11:49:11.0 -0500
+++ net.8   2006-12-27 11:50:57.0 -0500
@@ -511,7 +511,7 @@
 .PP
 Abort the shutdown of a remote server.
 .\" end of SS subsection "RPC ABORTSHUTDOWN"
-.SS "SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
+.SS "RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
 .PP
 Shut down the remote server.
 .TP 3n
@@ -528,7 +528,7 @@
 .TP 3n
 -C message
 Display the specified message on the screen to announce the shutdown.
-.\" end of SS subsection "SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
+.\" end of SS subsection "RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
 .SS "RPC SAMDUMP"
 .PP
 Print out sam database of remote server. You need to run this on either a BDC 
or a PDC.


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

Versions of packages samba-common depends on:
ii  debconf  1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libkrb53 1.4.4-4 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13+b1OpenLDAP libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  libpam-m 0.79-4  Pluggable Authentication Modules f
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  libreadl 5.2-1   GNU readline and history libraries

samba-common recommends no packages.

-- debconf information excluded
--- net.8.orig  2006-12-27 11:49:11.0 -0500
+++ net.8   2006-12-27 11:50:57.0 -0500
@@ -511,7 +511,7 @@
 .PP
 Abort the shutdown of a remote server.
 .\" end of SS subsection "RPC ABORTSHUTDOWN"
-.SS "SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
+.SS "RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
 .PP
 Shut down the remote server.
 .TP 3n
@@ -528,7 +528,7 @@
 .TP 3n
 -C message
 Display the specified message on the screen to announce the shutdown.
-.\" end of SS subsection "SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
+.\" end of SS subsection "RPC SHUTDOWN [-t timeout] [-r] [-f] [-C message]"
 .SS "RPC SAMDUMP"
 .PP
 Print out sam database of remote server. You need to run this on either a BDC 
or a PDC.


Bug#317173: [linux-karma-devel] Debian packaging of libkarma

2007-01-02 Thread Joseph Nahmias
On Tue, Jan 02, 2007 at 02:54:45PM +, Joseph Nahmias wrote:
> Happy New Year Everyone!
> 
> I've just completed preliminary packaging of libkarma for Debian
> [http://debian.org/].
> 
> If you've got some time and the inclination, I've made the packages
> available at: http://people.debian.org/~jello/ for anyone to review
> before I upload to the main archive.
> 
> As part of the process, I created incomplete manpages for riocp, chprop,
> and karma_helper.  I would appreciate any help in finishing these up.
> 
> Also, I made some changes to the Makefiles that I would like to discuss
> with Frank mostly relating to the install process.  See the attached
> diff.
> 
> One thing I did not package was the karma-sharp library.  Does anyone
> need/use it?
> 
> Thanks to everyone for bringing the Karma alive in Linux!
> 
> --Joe

Eek!  I forgot the attachment.  Here it is.

--Joe
--- libkarma-0.0.6.orig/Makefile
+++ libkarma-0.0.6/Makefile
@@ -1,6 +1,7 @@
 LK_SRC=src
 TOOLSDIR=tools
 PREFIX=/usr/local
+INSTALL?=./install-sh
 VERSION=0.0.6
 
 export PREFIX
@@ -12,6 +13,12 @@
 	karma-sharp/{Makefile,karma-sharp.pc.in,Song.cs,Device.cs} \
 	Jamfile Makefile COPYING ChangeLog THANKS INSTALL TODO \
 	install-sh karma-tools.spec
+DOCS=THANKS TODO ChangeLog
+
+INSTALL_DIR := $(INSTALL) -d -o root -g root -m 0755
+INSTALL_FILE:= $(INSTALL)-o root -g root -m 0644
+INSTALL_PROGRAM := $(INSTALL)-o root -g root -m 0755 # -s
+INSTALL_SCRIPT  := $(INSTALL)-o root -g root -m 0755
 
 all: libkarma tools karma-sharp
 
@@ -19,11 +26,14 @@
 	cd $(LK_SRC) && $(MAKE) install
 	cd karma-sharp && $(MAKE) install
 	cd tools && $(MAKE) install
+	$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/doc/libkarma
+	$(INSTALL_FILE) $(DOCS) $(DESTDIR)$(PREFIX)/share/doc/libkarma
 
 uninstall: 
 	cd $(LK_SRC) && $(MAKE) uninstall
 	cd karma-sharp && $(MAKE) uninstall
 	cd tools && $(MAKE) uninstall
+	rm -rf $(DESTDIR)$(PREFIX)/share/doc/libkarma
 
 libkarma: FORCE
 	cd $(LK_SRC) && $(MAKE)
--- libkarma-0.0.6.orig/src/Makefile
+++ libkarma-0.0.6/src/Makefile
@@ -8,43 +8,60 @@
 
 LIBDIR=../lib
 
-CC=gcc
-AR=ar
-RANLIB=ranlib
+CC?=gcc
+AR?=ar
+RANLIB?=ranlib
+LN_S?=ln -s
 
 CFLAGS+=-fPIC -D_REENTRANT -Wall -pedantic
 CFLAGS+=-ggdb -W -Wchar-subscripts -Wmissing-prototypes 
 CFLAGS+=-Wmissing-declarations -Wno-switch -Wredundant-decls -Wno-unused
+MAJOR?=$(shell VERSION=${VERSION} echo $${VERSION%%\.*})
 
 default: all
 
-install:
+install: shared-lib-stamp static-lib-stamp
 	../install-sh -m 0755 -d $(PREFIX)/lib
 	../install-sh -m 0755 -d $(PREFIX)/include
 	../install-sh -m 0755 -d $(PREFIX)/include/libkarma
 	../install-sh -m 0644 -t $(PREFIX)/lib/ $(LIBDIR)/$(TARGET).a
-	../install-sh -m 0755 -t $(PREFIX)/lib/ $(LIBDIR)/$(TARGET).so
+	../install-sh -m 0755 -t $(PREFIX)/lib/ $(LIBDIR)/$(TARGET).so.$(VERSION)
+	$(LN_S) $(TARGET).so.$(VERSION) $(PREFIX)/lib/$(TARGET).so.$(MAJOR)
+	$(LN_S) $(TARGET).so.$(VERSION) $(PREFIX)/lib/$(TARGET).so
 	../install-sh -m 0644 -t $(PREFIX)/include/libkarma/ $(INST_HEADERS)
 
 uninstall:
-	$(RM) $(PREFIX)/lib/$(TARGET).a $(PREFIX)/lib/$(TARGET).so*
+	$(RM) $(PREFIX)/lib/$(TARGET).a $(PREFIX)/lib/$(TARGET).so{,.$(MAJOR),.$(VERSION)}
 	$(RM) -r $(PREFIX)/include/libkarma
 
 OBJS = $(SRCS:.c=.o)
 
 $(LIBDIR):
-	@[ -d $(LIBDIR) ] || mkdir $(LIBDIR) > /dev/null 2>&1
+	@[ -d $(LIBDIR) ] || mkdir -p $(LIBDIR) > /dev/null 2>&1
 
-$(TARGET): $(OBJS) $(LIBDIR)
+$(LIBDIR)/$(TARGET).a: $(OBJS) $(LIBDIR)
 	$(AR) r $(LIBDIR)/$(TARGET).a $(OBJS)
 	$(RANLIB) $(LIBDIR)/$(TARGET).a
 
-shared: $(OBJS) $(LIBDIR)
-	$(CC) -shared $(OBJS) $(CFLAGS) -o $(LIBDIR)/$(TARGET).so -ltag_c
 
-all: $(TARGET) shared
+$(LIBDIR)/$(TARGET).so.$(VERSION): $(OBJS) $(LIBDIR)
+	$(CC) -shared -Wl,-soname,$(TARGET).so.$(MAJOR) $(OBJS) $(CFLAGS) -o $(LIBDIR)/$(TARGET).so.$(VERSION) -ltag_c
+
+$(LIBDIR)/$(TARGET).so.$(MAJOR): $(LIBDIR)/$(TARGET).so.$(VERSION) $(LIBDIR)
+	$(LN_S) $(TARGET).so.$(VERSION) $(LIBDIR)/$(TARGET).so.$(MAJOR)
+
+$(LIBDIR)/$(TARGET).so: $(LIBDIR)/$(TARGET).so.$(VERSION) $(LIBDIR)
+	$(LN_S) $(TARGET).so.$(VERSION) $(LIBDIR)/$(TARGET).so
+
+shared-lib-stamp: $(LIBDIR)/$(TARGET).so.$(VERSION) $(LIBDIR)/$(TARGET).so.$(MAJOR) $(LIBDIR)/$(TARGET).so
+	touch $@
+
+static-lib-stamp: $(LIBDIR)/$(TARGET).a
+	touch $@
+
+all: static-lib-stamp shared-lib-stamp
 
 .PHONY: clean
 
 clean:
-	rm -rf $(OBJS) $(LIBDIR)/ 
+	rm -rf $(OBJS) $(LIBDIR)/ static-lib-stamp shared-lib-stamp
--- libkarma-0.0.6.orig/tools/Makefile
+++ libkarma-0.0.6/tools/Makefile
@@ -1,27 +1,28 @@
 INCLUDES=-I../src
 LIBDIR=../lib
-LIBKARMA=$(LIBDIR)/libkarma.a
+LIBKARMA=$(LIBDIR)/libkarma.so
 
 SRCS=pathedit.c
 
 CC=gcc
 CFLAGS+=-Wall -pedantic
-LDFLAGS+=-ltag_c -lz
+LDFLAGS+=-ltag_c -lz -L $(LIBDIR)
 
 OBJS=$(SRCS:.c=.o)
-TOOLS=riocp chprop playlist_show karma_helper
+TOOLS=riocp chprop karma_helper
+MANPA

Bug#317173: Debian packaging of libkarma

2007-01-02 Thread Joseph Nahmias
Happy New Year Everyone!

I've just completed preliminary packaging of libkarma for Debian
[http://debian.org/].

If you've got some time and the inclination, I've made the packages
available at: http://people.debian.org/~jello/ for anyone to review
before I upload to the main archive.

As part of the process, I created incomplete manpages for riocp, chprop,
and karma_helper.  I would appreciate any help in finishing these up.

Also, I made some changes to the Makefiles that I would like to discuss
with Frank mostly relating to the install process.  See the attached
diff.

One thing I did not package was the karma-sharp library.  Does anyone
need/use it?

Thanks to everyone for bringing the Karma alive in Linux!

--Joe


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



Bug#400399: I'm seeing the same problem

2006-12-20 Thread Joseph Nahmias
Package: monodoc-http
Version: 1.1.18-1
Followup-For: Bug #400399

Hi,

Maybe I've done something wrong/stupid but now, after upgrading to the
latest mono (1.2.2) in testing, monodoc doesn't work.  I'm using apache
1.3 -- not xsp -- as the webserver.

$lynx -dump http://localhost/monodoc/monodoc.ashx?link=root:


Server error in '/monodoc' application
 _

   Description: Error processing request.

   Error Message: HTTP 500.

   Stack Trace: 

System.NullReferenceException: Object reference not set to an instance of an ob
ject
  at System.Web.UI.SimpleWebHandlerParser.AddAssembly (System.Reflection.Assemb
ly assembly, Boolean fullPath) [0x0] 
  at System.Web.UI.SimpleWebHandlerParser.AddAssemblyByName (System.String name
, ILocation location) [0x0] 
  at System.Web.UI.SimpleWebHandlerParser.AddAssemblyDirective (ILocation locat
ion, System.Web.Compilation.TagAttributes attrs) [0x0] 
  at System.Web.UI.SimpleWebHandlerParser.TagParsed (ILocation location, TagTyp
e tagtype, System.String tagid, System.Web.Compilation.TagAttributes attributes
) [0x0] 
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_ILocation_T
agType_string_TagAttributes (System.Web.Compilation.ILocation,System.Web.Compil
ation.TagType,string,System.Web.Compilation.TagAttributes)
  at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype, System.Stri
ng id, System.Web.Compilation.TagAttributes attributes) [0x0] 
  at System.Web.Compilation.AspParser.Parse () [0x0] 
  at System.Web.UI.SimpleWebHandlerParser.ParseDirective (System.String line) [
0x0] 
  at System.Web.UI.SimpleWebHandlerParser.GetDirectivesAndContent () [0x0] 
  at System.Web.UI.SimpleWebHandlerParser..ctor (System.Web.HttpContext context
, System.String virtualPath, System.String physicalPath) [0x0] 
  at System.Web.UI.WebHandlerParser..ctor (System.Web.HttpContext context, Syst
em.String virtualPath, System.String physicalPath) [0x0] 
  at System.Web.UI.WebHandlerParser.GetCompiledType (System.Web.HttpContext con
text, System.String virtualPath, System.String physicalPath) [0x0] 
  at System.Web.UI.SimpleHandlerFactory.GetHandler (System.Web.HttpContext cont
ext, System.String requestType, System.String virtualPath, System.String path) 
[0x0] 
  at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context) [0x
0] 
  at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x0] 
 _



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

Versions of packages monodoc-http depends on:
ii  mono-apache-server1.2.1-1backend for mod_mono Apache module
ii  monodoc-manual1.1.18-1   compiled XML documentation from th

monodoc-http recommends no packages.

-- no debconf information


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



Bug#400399: [Pkg-mono-group] Bug#400399: I'm seeing the same problem

2006-12-20 Thread Joseph Nahmias
Hello Mirco,

On Wed, Dec 20, 2006 at 09:10:30PM +0100, Mirco Bauer wrote:
> On Wed, 2006-12-20 at 14:33 -0500, Joseph Nahmias wrote:
> > Package: monodoc-http
> > Version: 1.1.18-1
> > Followup-For: Bug #400399
> > 
> > Hi,
> > 
> > Maybe I've done something wrong/stupid but now, after upgrading to the
> > latest mono (1.2.2) in testing, monodoc doesn't work.  I'm using apache
> > 1.3 -- not xsp -- as the webserver.
> 
> Which mod-mono or xsp version and mono version are you using exactly?
> This should do it for me:
> dpkg -l|egrep "(mod-mono|xsp|mono-jit)"

[EMAIL PROTECTED]:~$ dpkg -l|egrep "(mod-mono|xsp|mono-jit)"
ii  libapache-mod-mono   1.2.1-1 Run 
ASP.NET Pages on UNIX with Apache and Mo
ii  mono-jit 1.2.2.1-1   fast CLI 
JIT/AOT compiler for Mono
ii  mono-xsp-base1.2.1-1 base 
libraries for XSP 1.1

--Joe


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



Bug#405625: ITP: omfs-source -- Optimized MPEG Filesystem (OMFS) Linux kernel driver [source]

2007-01-04 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias <[EMAIL PROTECTED]>

* Package name: omfs-source
  Version : 0.7.2
  Upstream Author : Bob Copeland <[EMAIL PROTECTED]>
* URL : http://linux-karma.sf.net/rio-usb.html
* License : GPL2
  Programming Lang: C
  Description : Optimized MPEG Filesystem (OMFS) Linux kernel driver 
[source]

OMFS is a module for the Linux 2.6 kernel.  It is used by MythTV and
the Rio Karma digital audio player.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2um
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#317173: Debian packaging of libkarma

2007-01-04 Thread Joseph Nahmias
Hi Ana,

On Fri, Jan 05, 2007 at 01:32:14AM +0100, Ana Guerrero wrote:
> Just FYI, i tried to build your library and it did need add a build-dep 
> on zlib1g-dev to make it build.

Thanks for the tip!  I was concentrating on getting the library correct
that I didn't notice that one of the tools needs zlib.

--Joe


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



Bug#405625: Debian packaging of omfs kernel module

2007-01-04 Thread Joseph Nahmias
Hi everyone,

I probably should have done this one first, but I have now packaged the
omfs kernel module for debian as well.  Preliminary packages are
available at: http://people.debian.org/~jello/ if you'd like to review.

I hope to upload this weekend if everything goes well.

--Joe


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



Bug#317173: [linux-karma-devel] Debian packaging of libkarma

2007-01-04 Thread Joseph Nahmias
Hi Bob,

On Tue, Jan 02, 2007 at 11:33:46AM -0500, Bob Copeland wrote:
> On Tue, Jan 02, 2007 at 02:54:45PM +0000, Joseph Nahmias wrote:
> > As part of the process, I created incomplete manpages for riocp, chprop,
> > and karma_helper.  I would appreciate any help in finishing these up.
> > 
> > Also, I made some changes to the Makefiles that I would like to discuss
> > with Frank mostly relating to the install process.  See the attached
> > diff.
> > 
> > One thing I did not package was the karma-sharp library.  Does anyone
> > need/use it?
> > 
> > Thanks to everyone for bringing the Karma alive in Linux!
> 
> Thank you very much for this initiative; as a Debian user I look forward
> to soon apt-getting libkarma.
> 
> It would be very nice to have karma-sharp packaged, perhaps as a
> separate .deb, so that the Debian archive for Banshee can support the
> Karma out of the box.

I've updated the packaging to generate a libkarma-cil package which
contains karma-sharp.dll.  Note that I had to make a few changes to the
Makefile (to use DESTDIR), to the pkgconfig file (to conform to
debian policy) and I added a dll map so that the linkage between the
shared-lib and the dll is made.

Please give it a shot and let me know since I have yet to install/test
Banshee.  I hope to upload this weekend to the main archive.  Files are
in the usual place: http://people.debian.org/~jello/.


--Joe


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



Bug#406289: missing manpage for /usr/bin/gcc

2007-01-10 Thread Joseph Nahmias
reopen 406289
thanks

On Wed, Jan 10, 2007 at 08:35:34AM +0100, Matthias Klose wrote:
> Joe Nahmias writes:
> > Package: gcc
> > Version: 4:4.1.1-15
> > 
> > The program '/usr/bin/gcc' is missing a manpage as required by Debian 
> > Policy,
> > section 12.1.
> 
> no, in the gcc-doc package (non-free).

Sorry, not good enough:

"Each program, utility, and function should have an associated manual
page included in the same package."
  ^^^
[...]

"If no manual page is available, this is considered as a bug and should
be reported to the Debian Bug Tracking System (the maintainer of the
package is allowed to write this bug report themselves, if they so
desire). Do not close the bug report until a proper man page is
available."

When I have a few moments, I'll try to submit an abbreviated one.

--Joe


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



Bug#406289: missing manpage for /usr/bin/gcc

2007-01-10 Thread Joseph Nahmias
reopen 406289
thanks

On Wed, Jan 10, 2007 at 09:30:48PM +0100, Matthias Klose wrote:
> tags 406289 + wontfix
> close 406289
> thanks
> 
> then let's move gcc to non-free.

I don't see why.  "GPL2 or later" is DFSG-free last time I checked.

Nor do I understand why you closed the bug.  Policy is quite clear on
the issue, as quoted below.  wontfix is your own perogative, of course.
Would you object to including a manpage if it were sent to you?

--Joe

> Joseph Nahmias writes:
> > reopen 406289
> > thanks
> > 
> > On Wed, Jan 10, 2007 at 08:35:34AM +0100, Matthias Klose wrote:
> > > Joe Nahmias writes:
> > > > Package: gcc
> > > > Version: 4:4.1.1-15
> > > > 
> > > > The program '/usr/bin/gcc' is missing a manpage as required by Debian 
> > > > Policy,
> > > > section 12.1.
> > > 
> > > no, in the gcc-doc package (non-free).
> > 
> > Sorry, not good enough:
> > 
> > "Each program, utility, and function should have an associated manual
> > page included in the same package."
> >   ^^^
> > [...]
> > 
> > "If no manual page is available, this is considered as a bug and should
> > be reported to the Debian Bug Tracking System (the maintainer of the
> > package is allowed to write this bug report themselves, if they so
> > desire). Do not close the bug report until a proper man page is
> > available."
> > 
> > When I have a few moments, I'll try to submit an abbreviated one.
> > 
> > --Joe


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



Bug#398915: gosa: segfaults after logging in

2006-11-16 Thread Joseph Nahmias
Package: gosa
Version: 2.5.5-1
Severity: normal

Since I upgraded gosa, I have not been able to log in.  I see two
segmentation faults in /var/log/apache/error.log after I log in.

Any help is appreciated!

--Joe


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

Versions of packages gosa depends on:
ii  apache  1.3.34-4 versatile, high-performance HTTP s
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST packets to
ii  imagemagick 7:6.2.4.5.dfsg1-0.11 Image manipulation programs
ii  libcrypt-smbhash-pe 0.12-1   generate LM/NT hash of a password 
ii  php55.1.6-5  server-side, HTML-embedded scripti
ii  php5-gd 5.1.6-5  GD module for php5
ii  php5-imap   5.1.2-1  IMAP module for php5
ii  php5-ldap   5.1.6-5  LDAP module for php5
ii  php5-mhash  5.1.6-5  MHASH module for php5
ii  php5-mysql  5.1.6-5  MySQL module for php5
ii  php5-recode 5.1.6-5  recode module for php5
ii  smarty  2.6.14-1 Template engine for PHP
ii  ssmtp [mail-transpo 2.61-10  extremely simple MTA to get mail o
ii  wwwconfig-common0.0.47   Debian web auto configuration

gosa recommends no packages.

-- no debconf information


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



Bug#398915: closed by Cajus Pollmeier <[EMAIL PROTECTED]> (Bug#398915: gosa: segfaults after logging in)

2006-11-16 Thread Joseph Nahmias
reopen 398915
thanks

I am running other PHP applications on this server using Apache and do
not see this behavior.  To repeat, only GOsa segfaults, other PHP
applications do not segfault.  Can you give me some clues so I can
determine where the problem is?

Thanks,
--Joe

On Thu, Nov 16, 2006 at 08:33:44AM -0800, Debian Bug Tracking System wrote:
> Message-ID: <[EMAIL PROTECTED]>
> Date: Thu, 16 Nov 2006 17:16:07 +0100
> From: Cajus Pollmeier <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Bug#398915: gosa: segfaults after logging in
> X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
>   (1.212-2003-09-23-exp) on spohr.debian.org
> X-Spam-Level: 
> X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
>   autolearn=no version=2.60-bugs.debian.org_2005_01_02
> 
> GOsa is using PHP. So either your apache or your PHP segfaults for some
> reason. *IF* GOsa is able to cause segfaults, it is a PHP bug.
> 
> Cheers,
> Cajus



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



Bug#414006: /usr/share/dokuwiki/.htaccess gets overwritten on upgrade

2007-03-08 Thread Joseph Nahmias
Package: dokuwiki
Version: 0.0.20061106-4
Severity: grave

Hi,

I use dokuwiki with $conf['userewrite']  = 1; in /etc/dokuwiki/local.php
I just upgraded my server running etch, and the file
/usr/share/dokuwiki/.htaccess got overwritten by the upgrade, breaking
access to all dokuwiki pages.

This file should be marked as a conffile, or moved to /etc/dokuwiki and
replaced by a symlink.

Thanks,
--Joe


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

Versions of packages dokuwiki depends on:
ii  apache [httpd-cgi]1.3.34-4   versatile, high-performance HTTP s
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  php5  5.2.0-8server-side, HTML-embedded scripti
ii  ucf   2.0020 Update Configuration File: preserv

Versions of packages dokuwiki recommends:
ii  imagemagick 7:6.2.4.5.dfsg1-0.14 Image manipulation programs
ii  php5-cli5.2.0-8  command-line interpreter for the p
ii  php5-gd 5.2.0-8  GD module for php5

-- debconf information:
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: global
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/webservers: apache
* dokuwiki/system/purgepages: false


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



Bug#389408: Failed: Couldn't get challenge to log in. Try again later.

2006-09-25 Thread Joseph Nahmias
Package: fetchyahoo
Version: 2.10.0-1
Severity: important

Since 2006-09-20, I'm getting the following error when using fetchyahoo:

[EMAIL PROTECTED]:~$ fetchyahoo --noquiet
Logging in securely via SSL as jnahmias on Mon Sep 25 14:50:53 2006
Failed: Couldn't get challenge to log in. Try again later.
[EMAIL PROTECTED]:~$ echo $?
255


Has Yahoo! perhaps changed their challenge/response system?  I don't see
anything different different when I log in from the same machine using
lynx...


Thanks,
--Joe

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2um
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages fetchyahoo depends on:
ii  libcrypt-ssleay-perl   0.51-3Support for https protocol in LWP
ii  libhtml-parser-perl3.45-2A collection of modules that parse
ii  libio-socket-ssl-perl  0.96-1Class implementing an object orien
ii  libmime-perl   5.417-1   Perl5 modules for MIME-compliant m
ii  liburi-perl1.35-1Manipulates and accesses URI strin
ii  libwww-perl5.803-4   WWW client/server library for Perl
ii  perl   5.8.4-8sarge5 Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#394338: sarge is an invalid debian version?!

2006-10-20 Thread Joseph Nahmias
Package: debsecan
Version: 0.2
Severity: important

[EMAIL PROTECTED]:~$ cat /etc/debian_version
3.1
[EMAIL PROTECTED]:~$ debsecan --suite sarge
Traceback (most recent call last):
  File "/usr/bin/debsecan", line 753, in ?
rate_system(target, options, fetch_data(options), history)
  File "/usr/bin/debsecan", line 698, in rate_system
pkg_version = Version(contents)
  File "/usr/bin/debsecan", line 92, in __init__
self.__parsed = self.__parse(version)
  File "/usr/bin/debsecan", line 111, in __parse
raise ValueError, "invalid Debian version string"
ValueError: invalid Debian version string


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2um
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages debsecan depends on:
ii  python2.3.5-2An interactive high-level object-o

-- no debconf information


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



Bug#394338: sarge is an invalid debian version?!

2006-10-21 Thread Joseph Nahmias
On Fri, Oct 20, 2006 at 11:30:39PM +0200, Florian Weimer wrote:
> * Joseph Nahmias:
> 
> > Package: debsecan
> > Version: 0.2
> 
> Can you reproduce this with debsecan 0.4.0 or later, with python-apt
> installed?

Just downloaded 0.4.3, and it looks like it's working properly.

Thanks,
--Joe


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



Bug#734077: shouldn't try to remove current running kernel image

2014-01-03 Thread Joseph Nahmias
Package: debfoster
Version: 2.7-1.2
Severity: normal

Hello,

It would be nice if debfoster automatically exempted the package providing the 
currently running kernel from possible removal.  I seem to recall debfoster 
doing this at some previous time, but it seems that is no longer the case:

$ uname -r
3.11-2-amd64
$ sudo debfoster
Keep linux-image-3.11-2-amd64? [Ynpsiuqx?], [H]elp: S
$


Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.11-2-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 debfoster depends on:
ii  libc6 2.17-97
ii  libgc1c2  1:7.2d-6

Versions of packages debfoster recommends:
ii  apt  0.9.14.2

debfoster 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#728424: problem downloading talk from vimeo

2013-10-31 Thread Joseph Nahmias
Package: youtube-dl
Version: 2013.10.23-1
Severity: normal

Hello, 

I get an error extracting the video info section when trying to download the
talk "Parsing JSON with a single Regex" from vimeo.com.  Here's the verbose
output:

$ youtube-dl --verbose http://vimeo.com/77267876
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/77267876']
[debug] youtube-dl version 2013.10.23
[debug] Python version 2.7.5+ - Linux-3.10-3-amd64-x86_64-with-debian-jessie-sid
[debug] Proxy map: {}
[vimeo] 77267876: Downloading webpage
[vimeo] 77267876: Extracting information
ERROR: Unable to extract info section; please report this issue on 
https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and 
include its complete output. Make sure you are using the latest version; type  
youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 
133, in _real_extract
webpage, u'info section', flags=re.DOTALL)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 
254, in _search_regex
raise ExtractorError(u'Unable to extract %s' % _name)
ExtractorError: Unable to extract info section; please report this issue on 
https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and 
include its complete output. Make sure you are using the latest version; type  
youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 342, in 
extract_info
ie_result = ie.extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 
120, in extract
return self._real_extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 
143, in _real_extract
raise ExtractorError(u'Unable to extract info section')
ExtractorError: Unable to extract info section; please report this issue on 
https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and 
include its complete output. Make sure you are using the latest version; type  
youtube-dl -U  to update.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-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 youtube-dl depends on:
ii  python  2.7.5-5

Versions of packages youtube-dl recommends:
ii  ffmpeg  10:1.2.4-dmo3
ii  mplayer2 [mplayer]  1:2.0~git20130706-dmo1
ii  rtmpdump2.4+20121230.gitdf6c518-1

youtube-dl 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#729502: error during package install/configure

2013-11-13 Thread Joseph Nahmias
Package: debtags
Version: 1.12
Severity: important

Hello,

dpkg errors out when upgrading debtags from v1.10.2:

Setting up debtags (1.12) ...
Traceback (most recent call last):
  File "/usr/bin/debtags-fetch", line 347, in 
if not src.fetch():
  File "/usr/bin/debtags-fetch", line 197, in fetch
infd = urllib2.urlopen(urlvoc)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: 
fetcher command /usr/bin/debtags-fetch --local update failed. Context:
acquiring new data
dpkg: error processing debtags (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 debtags
E: Sub-process /usr/bin/dpkg returned an error code (1)

Also, I don't recall modifying the config file -- perhaps it's left over from a
previous version??

--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-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 debtags depends on:
ii  apt 0.9.12.1
ii  libapt-pkg4.12  0.9.12.1
ii  libc6   2.17-93
ii  libept1.4.121.0.12
ii  libgcc1 1:4.8.2-1
ii  libstdc++6  4.8.2-1
ii  libxapian22 1.2.15-2
ii  python  2.7.5-5
ii  python-debian   0.1.21+nmu2
ii  zlib1g  1:1.2.8.dfsg-1

debtags recommends no packages.

Versions of packages debtags suggests:
pn  tagcoll  

-- Configuration Files:
/etc/debtags/sources.list changed:
tags apt://
tags http://debtags.alioth.debian.org/tags/


-- 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#729906: debtags-fetch: tries to download remote tags even with --local

2013-11-18 Thread Joseph Nahmias
Package: debtags
Version: 1.12
Severity: important
File: /usr/bin/debtags-fetch

Hello,

It seems that debtags-fetch tries to download tags from alioth even though
the --local switch is used, see below.  This breaks the postinst script
when it fails, causing the package not to install properly.

$ sudo /usr/bin/debtags-fetch --verbose --local update
Fetching tags from apt...
Fetching vocabulary from /usr/share/debtags/vocabulary...
Fetching vocabulary from http://debtags.alioth.debian.org/tags/vocabulary.gz...
Traceback (most recent call last):
  File "/usr/bin/debtags-fetch", line 347, in 
if not src.fetch():
  File "/usr/bin/debtags-fetch", line 197, in fetch
infd = urllib2.urlopen(urlvoc)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: 




-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-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 debtags depends on:
ii  apt 0.9.12.1
ii  libapt-pkg4.12  0.9.12.1
ii  libc6   2.17-93
ii  libept1.4.121.0.12
ii  libgcc1 1:4.8.2-1
ii  libstdc++6  4.8.2-1
ii  libxapian22 1.2.15-2
ii  python  2.7.5-5
ii  python-debian   0.1.21+nmu2
ii  zlib1g  1:1.2.8.dfsg-1

debtags recommends no packages.

Versions of packages debtags suggests:
pn  tagcoll  

-- Configuration Files:
/etc/debtags/sources.list changed:
tags apt://
tags http://debtags.alioth.debian.org/tags/


-- 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#744149: gitweb: missing static files

2014-04-10 Thread Joseph Nahmias
Package: gitweb
Version: 1:1.9.1-1~bpo70+2
Severity: important

Hello,

It seems that the gitweb package is missing the CSS stylesheet and other
files from the gitweb/static directory.  Please make sure to include these
in the package as the display is rather unpleasant without them.

Thanks,
--Joe


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

Kernel: Linux 3.2.0-4-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/dash

Versions of packages gitweb depends on:
ii  git   1:1.9.1-1~bpo70+2
ii  lighttpd [httpd]  1.4.31-4+deb7u3
ii  lynx-cur  2.8.8dev.12-2
ii  perl  5.14.2-21+deb7u1

Versions of packages gitweb recommends:
ii  libhttp-date-perl  6.02-1

Versions of packages gitweb suggests:
pn  git-doc   
ii  lighttpd [httpd-cgi]  1.4.31-4+deb7u3

-- Configuration Files:
/etc/gitweb.conf changed [not included]

-- 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#744149: gitweb: missing static files

2014-04-10 Thread Joseph Nahmias
On Thu, Apr 10, 2014 at 11:31:45AM -0700, Jonathan Nieder wrote:
> Hi,

Hi,

> Joseph Nahmias wrote:
> 
> > It seems that the gitweb package is missing the CSS stylesheet and other
> > files from the gitweb/static directory.
> 
> Are you sure?  Did you install the package and find gitweb to load
> unstyled, or did you run into something more subtle?

Yes, gitweb is unstyled -- but the files are present in the git package,
rather than the gitweb package.

> Merging optimistically with another bug, but if I've made a mistake
> please don't hesitate to let me know.  (And if you can think of a way
> to document this better, that would be very welcome.)

I think the best way to handle this is to make it "just work".  Of course,
this is not easy to have this cover all situations.  For instance, I'm
using lighttpd rather than apache, so the config provided didn't do
anything for me.  Once I'm happy with my server, I'd be happy to contribute
some documentation / code on my setup.

> Thanks,
> Jonathan

--Joe


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



Bug#740566: gbp-dch: --git-author doesn't work

2014-03-02 Thread Joseph Nahmias
Package: git-buildpackage
Version: 0.6.10
Severity: normal

Hello,

I ran into this problem when trying to override the email that gbp-dch uses
for the changelog commit message:

$ git config --global user.email glo...@example.net
$ git config --local user.email lo...@example.net
$ git config --get user.email
lo...@example.net
$ gbp dch --git-author 
$ grep "^ --" debian/changelog | head -n 1
 -- Joe Nahmias   Sun, 02 Mar 2014 18:27:42 -0500

It seems like the --git-author to the dch command of gbp doesn't work at all.


Thanks,
--Joe

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.12-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 git-buildpackage depends on:
ii  devscripts2.14.1
ii  git   1:1.9.0-1
ii  man-db2.6.6-1
ii  python2.7.5-5
ii  python-dateutil   1.5+dfsg-1
ii  python-pkg-resources  2.2-1

Versions of packages git-buildpackage recommends:
ii  cowbuilder0.73
ii  pristine-tar  1.30

Versions of packages git-buildpackage suggests:
ii  python-notify  0.1.1-3
ii  unzip  6.0-10

-- 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#747277: cannot start app: no method createServer

2014-05-06 Thread Joseph Nahmias
Package: node-express
Version: 4.1.1~dfsg-1
Severity: grave

Hello,

Since I updated node-express today, I am no longer able to start my webapp.  I 
get the following error message:

$ head srv.js 
// new server using Express module
var debug = require('debug')('express');
var express = require('express');
var proc = require('./procs');
var port = 9001;

var app = express.createServer();
app.set('view engine', 'ejs');

// log all requests
$ DEBUG=* nodejs srv.js 

/home/joe/dev/i10/srv.js:7
var app = express.createServer();
  ^
TypeError: Object function createApplication() {
  var app = function(req, res, next) {
app.handle(req, res, next);
  };

  mixin(app, proto);
  mixin(app, EventEmitter.prototype);

  app.request = { __proto__: req, app: app };
  app.response = { __proto__: res, app: app };
  app.init();
  return app;
} has no method 'createServer'
at Object. (/home/joe/dev/i10/srv.js:7:19)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
$


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.13-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 node-express depends on:
ii  node-accepts1.0.1-1
ii  node-buffer-crc32   0.2.1-1
ii  node-cookie 0.1.0-1
ii  node-cookie-signature   1.0.1-1
ii  node-debug  0.8.1-1
ii  node-escape-html1.0.1-1
ii  node-fresh  0.2.0-1
ii  node-merge-descriptors  0.0.2-1
ii  node-methods0.1.0-1
ii  node-parseurl   1.0.1-1
ii  node-path-to-regexp 0.1.2-1
ii  node-qs 0.6.5-1
ii  node-range-parser   0.0.4+git7d1cd72a-1
ii  node-send   0.3.0-1
ii  node-serve-static   1.1.0-1
ii  node-type-is1.1.0-1
ii  node-utils-merge1.0.0-1
ii  nodejs  0.10.26~dfsg1-1

node-express recommends no packages.

Versions of packages node-express suggests:
pn  node-express-generator  

-- 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#692247: getGenre() API call prints "boo" on the console

2012-11-03 Thread Joseph Nahmias
Package: python-eyed3
Version: 0.6.18-1
Severity: normal
File: /usr/share/pyshared/eyeD3/tag.py

Hello,

It seems that eyeD3 now prints the word "boo" on the console.  Patch attached
should fix that.

Thanks,
--Joe


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-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 python-eyed3 depends on:
ii  python 2.7.3~rc2-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1

python-eyed3 recommends no packages.

python-eyed3 suggests no packages.
--- /usr/share/pyshared/eyeD3/tag.py.orig	2011-11-24 23:37:44.0 -0500
+++ /usr/share/pyshared/eyeD3/tag.py	2012-11-04 00:03:49.760414674 -0400
@@ -1568,7 +1568,6 @@ class Genre:
   r"^([A-Z 0-9+/\-\|!&'\.]+)([,;|][A-Z 0-9+/\-\|!&'\.]+)*$",
   re.IGNORECASE)
   if regex.match(genreStr):
- print "boo"
  self.setName(genreStr);
  return;
 


Bug#692984: ITP: sogo-connector -- full DAV client for Thunderbird/IceDove

2012-11-11 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 

* Package name: sogo-connector
  Version : 10.0.3
  Upstream Author : Inverse, Inc
* URL : http://sogo.nu/
* License : GPL2
  Programming Lang: XUL/Javascriopt
  Description : full DAV client for Thunderbird/IceDove

 This extension enables Thunderbird/IceDove as a full DAV client for use
 with groupware servers (such as SOGo).  Features include:
 .
  * Event organizers
  * CardDAV support that is generic, so you can use it with any
address book service (eg. fruux)
  * Support for WebDAV access control lists (ACL)


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



Bug#655672: intel_gpu_top: Couldn't map MMIO region: No such file or directory

2012-01-12 Thread Joseph Nahmias
Package: intel-gpu-tools
Version: 1.0.2-1
Severity: normal

Hi,

I'm trying to run intel_gpu_top on my machine with HD3000 intel graphics
and I get a strange error message:

root@brain:~# intel_gpu_top
Couldn't map MMIO region: No such file or directory

If I do an strace on it, I don't see any problematic calls or return
codes, so I'm not sure what is causing this problem.  My video hardware is
as follows:

root@brain:~# lspci -vnn -s 00:02.00
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller [8086:0112] (rev 09) (prog-if 
00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device [1043:844d]
Flags: bus master, fast devsel, latency 0, IRQ 53
Memory at fb00 (64-bit, non-prefetchable) [size=4M]
Memory at c000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915



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

Kernel: Linux 3.1.0-1-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 intel-gpu-tools depends on:
ii  libc6  2.13-24
ii  libdrm-intel1  2.4.29-1
ii  libdrm22.4.29-1
ii  libpciaccess0  0.12.902-1

intel-gpu-tools recommends no packages.

intel-gpu-tools 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#658730: Link hint with accesskey follow wrong link

2012-02-05 Thread Joseph Nahmias
Package: midori
Version: 0.4.3-1
Severity: normal

Hello,

I seem to have found a problem with the implementation of Link Hints in
Midori.  If a link has an accesskey attribute set, Midori (properly) uses
that accesskey for the link hint.  However, when choosing that link Midori
follows the first link on the page rather than the one designated by the
link hint.

I've attached a (very) simple test page to demonstrate this.  There are
two links on the page: the first has no accesskey and goes to bad.html;
the second has an accesskey of "f" and goes to good.html.  When pressing
'.', I correctly see the second link tagged with 'f'; however, if you
press 'f' and then enter Midori goes to bad.html, instead of good.html.

I haven't tested in the latest trunk, but please let me know if you think
a fix has been commited and I'll do so.

--Joe

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

Kernel: Linux 3.2.0-rc7-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 midori depends on:
ii  dbus-x111.4.16-1
ii  libc6   2.13-24
ii  libcairo2   1.10.2-6.2
ii  libgdk-pixbuf2.0-0  2.24.0-2
ii  libglib2.0-02.30.2-4
ii  libgtk2.0-0 2.24.8-3
ii  libjavascriptcoregtk-1.0-0  1.6.1-5+b1
ii  libnotify4  0.7.4-1
ii  libpango1.0-0   1.29.4-2
ii  libsoup2.4-12.34.3-1
ii  libsqlite3-03.7.9-2
ii  libunique-1.0-0 1.1.6-4
ii  libwebkitgtk-1.0-0  1.6.1-5+b1
ii  libx11-62:1.4.4-4
ii  libxml2 2.7.8.dfsg-7
ii  libxss1 1:1.2.1-2

Versions of packages midori recommends:
ii  gnome-icon-theme  3.2.1.2-1

midori suggests no packages.

-- no debconf information
Title: midori bug test page




Don't go here
Try Me




Bug#658737: missing en_US localized messages

2012-02-05 Thread Joseph Nahmias
Package: libwebkitgtk-1.0-common
Version: 1.6.1-5
Severity: minor
File: /usr/share/webkitgtk-1.0/webinspector/inspector.js


I'm not quite sure what's wrong or where to report this.  When running the 
midori web browser, I see the following messages on the console:

** Message: console message: 
file:///usr/share/webkitgtk-1.0/webinspector/inspector.js @1425: Localized 
string "No Watch Expressions" not found.

** Message: console message: 
file:///usr/share/webkitgtk-1.0/webinspector/inspector.js @1425: Localized 
string "Timeline Panel" not found.

** Message: console message: 
file:///usr/share/webkitgtk-1.0/webinspector/inspector.js @1425: Localized 
string "Start/stop recording" not found.


This is very strange to me since they are in english and my locale is:

$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE=C
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Please let me know what I need to fix.

Thanks,
--Joe

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

Kernel: Linux 3.2.0-rc7-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

-- 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#675924: radicale: Error on PAM authentication

2012-08-03 Thread Joseph Nahmias
Package: radicale
Version: 0.7-1
Followup-For: Bug #675924

This bug seems to occur because radicale is trying to do 'import pam',
when it should be doing 'import PAM'; module names are case-sensitive in
python!

On further investigation, it looks like it might be an issue in the config
parser, because my /etc/radicale/config has:

$ grep -A 4 acl /etc/radicale/config 
[acl]
# Access method
# Value: None | htpasswd | LDAP | PAM | courier
#type = None
type = PAM

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

Kernel: Linux 2.6.32-xenU-3831-x86_64 (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/dash

Versions of packages radicale depends on:
ii  adduser  3.113+nmu3
ii  python   2.7.3~rc2-1
ii  python-radicale  0.7-1

radicale recommends no packages.

Versions of packages radicale suggests:
pn  apache2-utils   
pn  courier-authdaemon  
pn  python-ldap 
ii  python-pam  0.4.2-13

-- Configuration Files:
/etc/default/radicale changed [not included]
/etc/logrotate.d/radicale changed [not included]
/etc/radicale/config changed [not included]

-- 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#683791: ITP: calypso -- CalDAV and CardDav server

2012-08-03 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 

* Package name: calypso
  Version : 0.5
  Upstream Author : Keith Packard 
* URL : http://keithp.com/blogs/calypso/
* License : GPL3+
  Programming Lang: Python
  Description : CalDAV and CardDav server

 The Calypso Project is a CalDAV calendar server.  It aims to be a light
 solution, easy to use, easy to install, easy to configure.  As a
 consequence, it requires few software dependances and is pre-configured
 to work out-of-the-box.


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



Bug#681276: parole: doesn't play mp3 in default install

2012-08-04 Thread Joseph Nahmias
Package: parole
Version: 0.2.0.6-1+b1
Followup-For: Bug #681276

Installing the gstreamer0.10-fluendo-mp3 package allows parole to play mp3
files.  I agree with the original reporter that this should be in the
package Depends or Recommends so that it gets pulled in by default.
Especially since the debtags explicitly mention mp3.

--Joe


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



Bug#684442: ITP: pax-britannica -- one-button real-time multi-player strategy game

2012-08-09 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 

* Package name: pax-britannica
  Version : 1.0.0
  Upstream Author : nofunga...@gmail.com
* URL : http://paxbritannica.henk.ca/
* License : MIT
  Programming Lang: Lua
  Description : one-button real-time multi-player strategy game

Pax-Britannica is a real-time strategy game that uses only one button.  You
fight your opponnents by spawning various ships and upgrading your factory
ship.  The player who keeps their factory ship alive wins!


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



Bug#695401: ITP: cups-bjnp -- CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol

2012-12-07 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 

* Package name: cups-bjnp
  Version : 1.2
  Upstream Author : Louis Lagendijk 
* URL : http://cups-bjnp.sourceforge.net/
* License : GPL-2
  Programming Lang: C
  Description : CUPS back-end for the canon printers using the proprietary 
USB over IP BJNP protocol

This back-end allows Cups to print over the network to a Canon printer.
It is designed using reverse engineering of the protocol. 


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



Bug#706567: PTS: shows problem box for iceowl not part of unstable/experimental

2013-05-01 Thread Joseph Nahmias
Package: qa.debian.org
Severity: normal

Hello,

I'm looking at http://packages.qa.debian.org/i/iceowl.html and it shows a
section under problems saying that iceowl is not part of unstable nor
experimental.  Yet 1.9-2 was uploaded to experimental on 2013-04-21 -- it is
even listed in the news section and in the versions section on the side of the
same page.

Did some automated process break down?

--Joe


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-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


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



Bug#706650: Exception generated when trying to do basic auth to calypso CalDAV server

2013-05-02 Thread Joseph Nahmias
Package: iceowl
Version: 1.9-2
Severity: normal

Hello,

I am in the process of packaging the calypso CalDAV server for Debian.  I have
it working if there is no authentication required.  However, if authentication
is turned on, I get a username/password prompt in iceowl -- but then the
following exception is thrown:

Timestamp: 05/02/2013 06:02:23 PM
Error: [Exception... "'TypeError: 
Components.classes['@mozilla.org/messenger/msgAsyncPrompter;1'] is undefined' 
when calling method: [nsIAuthPrompt2::asyncPromptAuth]"  nsresult: "0x8057001c 
(NS_ERROR_XPC_JS_THREW_JS_OBJECT)"  location: ""  data: no]

After that it reprompts me for the user/password.  If I cancel that dialog, I
get "CalDAV: Unexpected status 401 while querying options calypso".

Any help is appreciated,
--Joe

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-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 iceowl depends on:
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libdbus-1-3 1.6.8-1
ii  libdbus-glib-1-20.100.2-1
ii  libevent-2.0-5  2.0.19-stable-3
ii  libffi5 3.0.10-3
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.7.2-5
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libhunspell-1.3-0   1.3.2-4
ii  libjpeg88d-1
ii  libnspr42:4.9.6-1
ii  libnss3 2:3.14.3-1
ii  libnss3-1d  2:3.14.3-1
ii  libpango1.0-0   1.30.0-1
ii  libpixman-1-0   0.26.0-4
ii  libsqlite3-03.7.16.2-1
ii  libstdc++6  4.7.2-5
ii  libvpx1 1.1.0-1
ii  libx11-62:1.5.0-1
ii  libxext62:1.3.1-2
ii  libxrender1 1:0.9.7-1
ii  libxt6  1:1.1.3-1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages iceowl recommends:
ii  calendar-google-provider  10.0.12-1

iceowl 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#644577: description is out of date

2011-10-06 Thread Joseph Nahmias
Package: ioquake3
Version: 1.36+svn1946-5
Severity: normal

The package description for ioquake3 states that

"The openarena package currently contains its own version of ioQuake3,
 but in future it will depend on this package for the engine."

I suppose the future has arrived, since current (0.8.5-10, in wheezy)
versions of openarena do indeed depend on ioquake3.

Thanks,
--Joe



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



Bug#645726: E: Error, pkgProblemResolver::Resolve generated breaks

2011-10-17 Thread Joseph Nahmias
Package: apt
Version: 0.8.15.9
Severity: normal

Hello,

When I try to do an apt-get dist-upgrade the automatic problem resolver
seems to get itself into some trouble and can't get out.  Note that I do
not have any of these packages set to hold. Following is the output with
Debug::pkgProblemResolver set to true:

$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Starting
Starting 2
Investigating (0) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (1) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (1) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (2) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (2) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (3) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (3) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (4) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (4) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (5) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (5) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (6) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (6) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (7) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
  Considering tdsodbc:i386 0 as a solution to odbcinst1debian2:i386 9
  Upgrading tdsodbc:i386 due to Breaks field in odbcinst1debian2:i386
Investigating (7) tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( libs )
Broken tdsodbc:i386 Breaks on libiodbc2 [ i386 ] < 3.52.7-2 > ( libs )
  Considering libiodbc2:i386 3 as a solution to tdsodbc:i386 0
  Holding Back tdsodbc:i386 rather than change libiodbc2:i386
Investigating (8) odbcinst1debian2 [ i386 ] < 2.2.14p2-2 -> 2.2.14p2-4 > ( libs 
)
Broken odbcinst1debian2:i386 Breaks on tdsodbc [ i386 ] < 0.82-7 -> 0.82-8 > ( 
libs ) (< 0.82-8)
 

Bug#669745: dwww breaks Apache 2.4 configuration

2013-06-20 Thread Joseph Nahmias
Package: dwww
Version: 1.12.0
Followup-For: Bug #669745

Hello,

After upgrading to apache 2.4.4-6, the webserver fails to start with a
configuration problem (configtest fails).  Upon investigation, it seems that
there is a problem with /etc/apache2/conf-enabled/dwww.conf:

$ sudo /etc/init.d/apache2 start
[FAIL] Starting web server: apache2 failed!
The apache2 configtest failed. Please run 'env -i LANG=C 
PATH=/usr/local/bin:/usr/bin:/bin /usr/sbin/apache2ctl configtest' manually and 
read the log file to discover problems
 failed!
$ sudo env -i LANG=C PATH=/usr/local/bin:/usr/bin:/bin /usr/sbin/apache2ctl 
configtest
AH00526: Syntax error on line 4 of /etc/apache2/conf-enabled/dwww.conf:
Unknown Authz provider: local
Action 'configtest' failed.
The Apache error log may have more information.

Removing the dwww package allows apache to start properly.  When trying to
re-install dwww, the problem recurs:

Setting up dwww (1.12.0) ...

Creating config file /etc/dwww/dwww.conf with new version

Building dwww pages in the background...
apache2_invoke: Enable configuration dwww
apache2_reload: Your configuration is broken. Not reloading Apache 2


Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-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 dwww depends on:
ii  apache2  2.4.4-6
ii  apache2-bin [httpd-cgi]  2.4.4-6
ii  debconf [debconf-2.0]1.5.50
ii  debianutils  4.3.4
ii  doc-base 0.10.5
ii  file 1:5.14-2
ii  libc62.17-6
ii  libfile-ncopy-perl   0.36-1
ii  libmime-types-perl   1.35-1
ii  man-db   2.6.3-7
ii  mime-support 3.54
ii  perl 5.14.2-21
ii  ucf  3.0027

Versions of packages dwww recommends:
ii  apache2  2.4.4-6
ii  apache2-bin [httpd]  2.4.4-6
ii  apt  0.9.7.8
ii  dlocate  1.02+nmu3
ii  info2www 1.2.2.9-24
ii  swish++  6.1.5-2.2

Versions of packages dwww suggests:
ii  dillo [www-browser]  3.0.3-3
ii  doc-debian   6.1
pn  dpkg-www 
ii  iceweasel [www-browser]  17.0.6esr-1
ii  lynx-cur [www-browser]   2.8.8dev.15-2
ii  midori [www-browser] 0.4.3+dfsg-0.1

-- debconf information excluded


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



Bug#717458: debian/watch file is out of date

2013-07-20 Thread Joseph Nahmias
Source: libopenobex
Version: 1.5-2
Severity: wishlist
Tags: patch

Hello,

The watch file for libopenobex is out of date and doesn't show the latest
vesions that are available on sourceforge due to a new naming convention by
upstream.  The attached watch file fixes this problem.

--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-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
version=3

# find new files on sourceforge, for debscripts >= 2.9
http://sf.net/openobex/openobex-(.+)-Source\.(?:zip|tar\.gz)  debian  uupdate
http://sf.net/openobex/openobex-([0-9\.]+)\.tar\.gz  debian  uupdate


Bug#717459: Please package new upstream version (1.7)

2013-07-20 Thread Joseph Nahmias
Source: libopenobex
Version: 1.5-2
Severity: wishlist

Hello,

Upstream released version 1.7 on 2013-03-06.  It would be great to have this
new version in Debian, as hopefully it fixes some of the outstanding bugs.

Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-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


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



Bug#717460: provide debug package for libopenobex

2013-07-20 Thread Joseph Nahmias
Source: libopenobex
Version: 1.5-2
Severity: wishlist

Hello,

A number of people, myself included, are seeing segfaults within libopenobex.
It would be great if you would provide a -dbg package containing the debugging
symbols so that we can get proper backtraces.

Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-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


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



Bug#699740: segfault in libopenobex.so.1.5.0 when sending file to phone

2013-07-20 Thread Joseph Nahmias
Package: libopenobex1
Followup-For: Bug #699740

I can confirm that this problem exists in the version of libopenobex1
currently in jessie.  Also confirmed is that the patch from z7z8th
 on 2013-02-04 fixes the problem.

Please upload a new version that includes this patch.


Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-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 libopenobex1 depends on:
ii  libc6 2.17-7
ii  libusb-0.1-4  2:0.1.12-23.2

libopenobex1 recommends no packages.

libopenobex1 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#718391: encrypted signature length 86 (42,43) not working

2013-07-30 Thread Joseph Nahmias
Package: youtube-dl
Version: 2013.07.10-1
Severity: normal

I know there's a new version available, not sure if it fixes this...

$ youtube-dl --verbose -t https://www.youtube.com/watch?v=Tyu8yRPlyIw
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-t', 
'https://www.youtube.com/watch?v=Tyu8yRPlyIw']
[debug] youtube-dl version 2013.07.10
[debug] Python version 2.7.5+ - Linux-3.9-1-amd64-x86_64-with-debian-jessie-sid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] Tyu8yRPlyIw: Downloading video webpage
[youtube] Tyu8yRPlyIw: Downloading video info webpage
[youtube] Tyu8yRPlyIw: Extracting video information
[youtube] Tyu8yRPlyIw: Encrypted signatures detected.
[youtube] encrypted signature length 86 (42.43), itag 46, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 37, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 45, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 22, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 44, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 35, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 43, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 34, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 18, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 5, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 36, html5 player vflm_D8eE
[youtube] encrypted signature length 86 (42.43), itag 17, html5 player vflm_D8eE
ERROR: unable to download video
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 574, in 
download
videos = self.extract_info(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 327, in 
extract_info
return self.process_ie_result(ie_result, download=download)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 409, in 
process_ie_result
for r in ie_result['entries']
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 356, in 
process_ie_result
self.process_info(ie_result)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 551, in 
process_info
raise UnavailableVideoError()
UnavailableVideoError



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-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 youtube-dl depends on:
ii  python  2.7.5-2

Versions of packages youtube-dl recommends:
ii  ffmpeg  9:1.2.1-dmo6
ii  mplayer2 [mplayer]  1:2.0~git20130706-dmo1
ii  rtmpdump2.4+20121230.gitdf6c518-1

youtube-dl 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#701229: epubcheck: traceback even on valid epub files

2013-08-26 Thread Joseph Nahmias
Package: epubcheck
Version: 1.2-2
Followup-For: Bug #701229

any status on getting this fixed or uploading a newer version?


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.10-1-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 epubcheck depends on:
ii  default-jre [java7-runtime]1:1.7-49
ii  jarwrapper 0.43
ii  libjing-java   2009-5
ii  libsaxon-java  1:6.5.5-10
ii  openjdk-7-jre [java7-runtime]  7u25-2.3.12-4

epubcheck recommends no packages.

epubcheck 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#725985: missing epub-meta command

2013-10-10 Thread Joseph Nahmias
Package: calibre
Version: 1.0.0+dfsg-1
Severity: normal

Hello,

It seems that the calibre package ships with a number of manpages for various
utility programs but forgot to include those programs.  One such example is
epub-meta.  It would be great if they could be added to the package.

Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-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 calibre depends on:
ii  calibre-bin   1.0.0+dfsg-1
ii  fonts-liberation  1.07.3-3
ii  imagemagick   8:6.7.7.10-6
ii  libjs-mathjax 2.2-1
ii  poppler-utils 0.18.4-8
ii  python-apsw   3.7.17-r1-1.1
ii  python-beautifulsoup  3.2.1-1
ii  python-chardet2.0.1-2
ii  python-cherrypy3  3.2.2-4
ii  python-cssselect  0.8-1
ii  python-cssutils   0.9.10-1
ii  python-dateutil   1.5+dfsg-0.1
ii  python-dbus   1.2.0-2+b1
ii  python-feedparser 5.1.3-1
ii  python-imaging1.1.7-4
ii  python-lxml   3.2.0-1+b1
ii  python-markdown   2.3.1-1
ii  python-mechanize  1:0.2.5-3
ii  python-netifaces  0.8-2
ii  python-pkg-resources  0.6.49-2
ii  python-pyparsing  2.0.1+dfsg1-1
ii  python-qt44.10.2-2
ii  python-routes 1.13-3
ii  python2.7 2.7.5-8
ii  xdg-utils 1.1.0~rc1+git20111210-7

Versions of packages calibre recommends:
ii  python-dnspython  1.11.0-1

calibre 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#719990: DDPO: watch column doesn't show highest available upstream version

2013-08-17 Thread Joseph Nahmias
Package: qa.debian.org
Severity: normal

Hello,

It seems that DDPO doesn't handle the info properly when there is more
than one watch line.  For example, looking at
 the first
line has upstream-version: 1.7.1, while the second line has
upstream-version: 1.3.  Yet,
 shows 1.3 in the watch
column for libopenobex, rather than the more recent 1.7.1.

--Joe


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



Bug#714501: drawBlendedUTF8() crashes when passed an empty string

2013-06-29 Thread Joseph Nahmias
Package: ruby-sdl
Version: 2.1.2-3
Severity: normal

Hello,

While debugging a problem in magicmaze, a game which uses ruby-sdl, I
tracked down the cause to a call to drawBlendedUTF8() which is passed an
empty string.  This crashes the game.  I have implemented a workaround in
magicmaze/1.4.3.6+dfsg-2, but I feel this should really be addressed
upstream.

Thanks,
--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-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 ruby-sdl depends on:
ii  libc6 2.17-6
ii  libgl1-mesa-glx [libgl1]  9.1.3-6
ii  libruby1.81.8.7.358-7
ii  libruby1.9.1  1.9.3.194-8.1+b1
ii  libsdl-image1.2   1.2.12-3
ii  libsdl-mixer1.2   1.2.12-5
ii  libsdl-sge030809dfsg-3
ii  libsdl-ttf2.0-0   2.0.11-2
ii  libsdl1.2debian   1.2.15-5
ii  libsmpeg0 0.4.5+cvs20030824-5
ii  ruby  1:1.9.3
ii  ruby1.8 [ruby-interpreter]1.8.7.358-7
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-8.1+b1

ruby-sdl recommends no packages.

Versions of packages ruby-sdl suggests:
ii  doc-base 0.10.5
pn  ruby-opengl  

-- 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#660956: /etc/init.d/lirc doesn't honor LIRCD_CONF variable in hardware.conf

2012-02-22 Thread Joseph Nahmias
Package: lirc
Version: 0.9.0~pre1-1
Severity: important
File: /etc/init.d/lirc

Hello,

The instructions (as far as I can make out) say to configure lirc but
editing the configuration in /etc/lirc/hardware.conf.  However, when I set
the LIRCD_CONF variable, it is not recognized and when trying to start
lirc I get a message that it is unconfigured and will not be started.


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

Kernel: Linux 3.2.0-1-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 lirc depends on:
ii  libasound2  1.0.25-2
ii  libc6   2.13-26
ii  libftdi10.19-4
ii  liblircclient0  0.9.0~pre1-1
ii  libusb-0.1-42:0.1.12-20
ii  lsb-base3.2-28.1

lirc recommends no packages.

Versions of packages lirc suggests:
ii  ir-keytable  0.8.6-1
ii  lirc-x   0.9.0~pre1-1
ii  setserial2.17-46

-- Configuration Files:
/etc/lirc/hardware.conf changed [not included]
/etc/lirc/lircd.conf changed [not included]

-- 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#651068: file conflict with cups-pdf prevents upgrade to 1.4.4-7+squeeze1

2011-12-05 Thread Joseph Nahmias
Package: cups
Version: 1.4.4-7+squeeze1
Severity: grave
Tags: squeeze

I tried to run an apt-get dist-upgrade, but cups doesn't upgrade cleanly
because of a conflict with package cups-pdf:

joe@tux:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Starting
Starting 2
Done
Done
The following packages will be upgraded:
  cups
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
12 not fully installed or removed.
Need to get 0 B/2,020 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 167164 files and directories currently installed.)
Preparing to replace cups 1.4.4-7 (using .../cups_1.4.4-7+squeeze1_i386.deb) ...
Stopping Common Unix Printing System: cupsd.
Unpacking replacement cups ...
dpkg: error processing /var/cache/apt/archives/cups_1.4.4-7+squeeze1_i386.deb 
(--unpack):
 trying to overwrite '/etc/cups', which is also in package cups-pdf 2.5.0-16
configured to not write apport reports
  dpkg-deb: subprocess paste killed by 
signal (Broken pipe)
Starting Common Unix Printing System: cupsdcupsd: Child exited with status 1!

Message from syslogd@tux at Dec  5 09:10:18 ...
 cupsd: Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!
..
Errors were encountered while processing:
 /var/cache/apt/archives/cups_1.4.4-7+squeeze1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
joe@tux:~$




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

Kernel: Linux 2.6.32-5-686 (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/dash

Versions of packages cups depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  bc  1.06.95-2The GNU bc arbitrary precision cal
pn  cups-client(no description available)
pn  cups-common(no description available)
pn  cups-ppdc  (no description available)
ii  debconf [debconf-2. 1.5.36.1 Debian configuration management sy
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  libavahi-client30.6.27-2+squeeze1Avahi client library
ii  libavahi-common30.6.27-2+squeeze1Avahi common library
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
pn  libcups2   (no description available)
pn  libcupscgi1(no description available)
pn  libcupsdriver1 (no description available)
pn  libcupsimage2  (no description available)
pn  libcupsmime1   (no description available)
pn  libcupsppdc1   (no description available)
ii  libdbus-1-3 1.2.24-4+squeeze1simple interprocess messaging syst
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgnutls26 2.8.6-1  the GNU TLS library - runtime libr
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries - k
ii  libijs-0.35 0.35-7   IJS raster image transport protoco
ii  libkrb5-3   1.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.23-7.2   OpenLDAP libraries
ii  libpam0g1.1.1-6.1+squeeze1   Pluggable Authentication Modules l
ii  libpaper1   1.1.24   library for handling paper charact
ii  libpoppler5 0.12.4-1.2   PDF rendering library
ii  libslp1 1.2.1-7.8OpenSLP libraries
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-16  userspace USB programming library
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  poppler-utils   0.12.4-1.2   PDF utilitites (based on libpopple
ii  procps  1:3.2.8-9/proc file system utilities
ii  ssl-cert1.0.28   simple debconf wrapper for OpenSSL
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages cups recommends:
ii  cups-driver-gutenprint  5.2.6-1  printer drivers for CUPS
ii  foomatic-filters4.0.5-6  OpenPrinting printer support - fil
ii  ghostscript-cups8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF

Versions of packages cups suggests:
pn  cups-bsd   (no description available)
ii  cups-pdf  2.5.0-16   PDF printer for CUPS
ii  foomatic-db   20100630-1 OpenPrinti

Bug#651068: file conflict with cups-pdf prevents upgrade to 1.4.4-7+squeeze1

2011-12-05 Thread Joseph Nahmias
On Mon, Dec 05, 2011 at 05:12:23PM +0100, Yves-Alexis Perez wrote:
> Could you post the output of:
> 
> ls -lhd /etc/cups

Hmm, looks like I had some interesting corruption in my filesystem:

joe@tux:~$ ls -lhd /etc/cups
lrwxrwxrwx 1 root root 15 Mar  8  2011 /etc/cups -> libdl-2.11.2.so

After fixing this, I'm able to upgrade properly.  Thanks for the pointer.
--Joe



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



Bug#655186: /usr/bin/sort: sorting by fields not working

2012-01-08 Thread Joseph Nahmias
Package: coreutils
Version: 8.13-3
Severity: normal
File: /usr/bin/sort

Hello,

I may be doing something wrong here, but it seems to me that sort is
ignoring my secondary sort key:

$ cat sample
unknown_26:47100:3
WXTV:22500:541
WWOR_HD:46500:1
WWOR:22500:509
WTBS:42900:450
WPIX:22500:511
WNYW:22500:505
WNJU:22500:547
WNET_HD:45300:2
WNET:22500:513
WNBC_HD:47100:1
WNBC:22500:504
WFUT:22500:568
WCBS_HD:45300:1
WCBS:22500:502
WABC_HD:47100:2
WABCDT3:47100:16
WABC:22500:507
VME:45300:4
TVGN:43500:470
RTTV:13500:303
PBSKIDS:45300:3
NY1:43500:468
CSPAN3:35100:115
BONTV:21900:84
$ sort -ns -t: -k2,3 < sample
RTTV:13500:303
BONTV:21900:84
WXTV:22500:541
WWOR:22500:509
WPIX:22500:511
WNYW:22500:505
WNJU:22500:547
WNET:22500:513
WNBC:22500:504
WFUT:22500:568
WCBS:22500:502
WABC:22500:507
CSPAN3:35100:115
WTBS:42900:450
TVGN:43500:470
NY1:43500:468
WNET_HD:45300:2
WCBS_HD:45300:1
VME:45300:4
PBSKIDS:45300:3
WWOR_HD:46500:1
unknown_26:47100:3
WNBC_HD:47100:1
WABC_HD:47100:2
WABCDT3:47100:16
$ 

As you can see, it sorts correctly by the second field, but the lines are
still out of order with respect to the third field.

Please let me know if I'm doing something wrong here.
--Joe

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

Kernel: Linux 3.1.0-1-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 coreutils depends on:
ii  dpkg  1.16.1.2
ii  install-info  4.13a.dfsg.1-8
ii  libacl1   2.2.51-5
ii  libattr1  1:2.4.46-5
ii  libc6 2.13-24
ii  libselinux1   2.1.0-4

coreutils recommends no packages.

coreutils 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#653813: ITP: edgar -- The Legend of Edgar platform game

2011-12-30 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 

* Package name: edgar
  Version : 0.94
  Upstream Author : Richard Sweeney 
* URL : http://www.parallelrealities.co.uk/p/legend-of-edgar.html
* License : GPL2+
  Programming Lang: C
  Description : The Legend of Edgar platform game

 The Legend of Edgar is a platform game where the hero must explore a vast
 world, find items, solve puzzles, defeat powerful enemies, complete
 mini-quests in order to save his father who has been kidnapped.
 .
 Includes support for joystick or joypad and configurable keyboard
 support.



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



Bug#677821: ITP: wordwarvi -- A retro-styled side-scrolling shoot'em up arcade game

2012-06-16 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 

* Package name: wordwarvi
  Version : 1.00
  Upstream Author : Stephen M. Cameron 
* URL : http://smcameron.github.com/wordwarvi/
* License : GPL2, CC-SA-2, CC-SA-3
  Programming Lang: C
  Description : A retro-styled side-scrolling shoot'em up arcade game

 Word War vi is your basic side-scrolling shoot 'em up '80s style arcade
 game. You pilot your "vi"per craft through core memory, rescuing lost .swp
 files, avoiding OS defenses, and wiping out those memory hogging emacs
 processes.

 Includes joystick support with force-feedback.



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



Bug#670483: Pandora changed protocol to version 34

2012-04-25 Thread Joseph Nahmias
Package: pianobar
Version: 2012.01.10-1
Severity: grave
Tags: upstream

Hello,

Pandora is at it again:

$ pianobar
Welcome to pianobar (2012.01.10)! Press ? for a list of commands.
(i) Control fifo at /var/lib/mythtv/.config/pianobar/ctl opened
(i) Login... Error: Protocol incompatible. Please upgrade libpiano.


See https://github.com/PromyLOPh/pianobar/issues/236

--Joe


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

Kernel: Linux 3.2.0-1-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 pianobar depends on:
ii  libao4   1.1.0-1.1+b1
ii  libc62.13-27
ii  libfaad2 2.7-8
ii  libgnutls26  2.12.18-1
ii  libmad0  0.15.1b-7
ii  libpiano02012.01.10-1

pianobar recommends no packages.

Versions of packages pianobar suggests:
pn  libaudio-scrobbler-perl  

-- 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#646368: doesn't launch bug report in browser

2011-10-23 Thread Joseph Nahmias
Package: apt-listbugs
Version: 0.1.5
Severity: normal

Hello,

I'm trying out apt-listbugs and it seems to me like it is trying to show me the 
bug report in a browser, but it is failing for some reason.  Here is the output 
I get:

Retrieving bug reports... Done
Parsing Found/Fixed information... Done
serious bugs of im-config (-> 0.4) 
 #644254 - im-config: problems in IM Module settings
Summary:
 im-config(1 bug)
Are you sure you want to install/upgrade the above packages? [Y/n/?/...] 644254
No protocol specified
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could 
not open display
  warnings.warn(str(e), _gtk.Warning)


How can I fix this?


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

Kernel: Linux 3.0.0-2-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

Versions of packages apt-listbugs depends on:
ii  apt  0.8.15.9   
ii  dpkg-ruby [libdpkg-ruby1.8]  0.3.7  
ii  libdpkg-ruby1.8  0.3.7  
ii  libgettext-ruby1.8   2.1.0-2.1  
ii  libhttpclient-ruby1.82.2.1-1
ii  libruby1.8 [libzlib-ruby1.8] 1.8.7.352-2
ii  libxml-parser-ruby1.80.7.2-1
ii  ruby 4.8
ii  ruby-httpclient [libhttpclient-ruby1.8]  2.2.1-1
ii  ruby-xmlparser [libxml-parser-ruby1.8]   0.7.2-1
ii  ruby1.8 [ruby]   1.8.7.352-2

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  amaya [www-browser]10.1~pre4+dfsg.0-2
ii  debianutils4.0.4 
ii  dillo [www-browser]3.0.1-1   
ii  galeon [www-browser]   2.0.7-2.1+b1  
ii  iceweasel [www-browser]7.0.1-4   
ii  konqueror [www-browser]4:4.6.5-1 
ii  lynx-cur [www-browser] 2.8.8dev.9-2  
ii  midori [www-browser]   0.4.1-1   
ii  netsurf [www-browser]  2.8-1 
ii  netsurf-gtk [www-browser]  2.8-1 
ii  reportbug  6.2.2 

-- 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#826864: epubcheck doesn't run anymore

2016-06-09 Thread Joseph Nahmias
Package: epubcheck
Version: 4.0.0~alpha11-1
Severity: grave
File: /usr/share/java/epubcheck-4.0.0-alpha11.jar

Looks like something broke in a recent update and epubcheck stopped working.  
Here's what I'm seeing:

joe@skippy:~$ /usr/share/java/epubcheck-4.0.0-alpha11.jar
/usr/share/java/epubcheck-4.0.0-alpha11.jar: line 1: $'PK\003\004': command not 
found
/usr/share/java/epubcheck-4.0.0-alpha11.jar: line 2: $'\025h1E': command not 
found
/usr/share/java/epubcheck-4.0.0-alpha11.jar: line 4: syntax error near 
unexpected token `)'
/usr/share/java/epubcheck-4.0.0-alpha11.jar: line 4: 
`▒f▒_▒▒\▒%Y▒▒▒ɯ*▒▒S▒▒]▒▒&▒▒t▒N1jX\=/ɯ▒▒*q▒`C▒▒b:▒▒yb▒*%▒)▒#▒Sx}▒"▒▒5pX𙛄-▒u▒▒▒mY▒H▒K▒&<▒▒䳔
YKE▒▒\▒▒
|▒嫄▒-A▒<▒Nn▒,a)▒[<▒▒Ӱ▒
U
n▒%▒j▒8[{▒
7▒r▒K▒▒K▒4▒▒\P<▒a▒W6RR▒▒`▒G.▒}ctW▒q.^▒r>▒
l▒Kd▒▒▒+}▒F▒Ⱶ▒▒▒J▒▒B▒b8S▒E&▒U▒$[c▒▒|ɘ▒
▒قf▒Vs▒▒▒u▒@Ug▒!▒▒▒ i4  hƵ{▒▒0▒8▒▒,▒K▒▒P▒3 
▒3o▒r▒s.▒g@Nu▒bZ&;▒n▒n*▒▒3▒▒▒'



Thanks,
--Joe


-- System Information:
Debian Release: 8.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (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/dash
Init: sysvinit (via /sbin/init)

Versions of packages epubcheck depends on:
ii  jarwrapper0.48
ii  libcommons-compress-java  1.9-1
ii  libguava-java 17.0-1
ii  libjackson-json-java  1.9.2-3
ii  libjavatuples-java1.2-1
ii  libjing-java  20131210+dfsg+1-1
ii  libsac-java   1.3-6
ii  libsaxonhe-java   9.5.1.1+dfsg-1

epubcheck recommends no packages.

epubcheck suggests no packages.

-- no debconf information



Bug#826864: epubcheck doesn't run anymore

2016-06-17 Thread Joseph Nahmias
Hello Jakub,

On Fri, Jun 17, 2016 at 12:38:57PM +0200, Jakub Wilk wrote:
> Hi Joseph!
> 
> * Joseph Nahmias , 2016-06-09, 15:38:
> >Looks like something broke in a recent update and epubcheck stopped
> >working.  Here's what I'm seeing:
> >
> >joe@skippy:~$ /usr/share/java/epubcheck-4.0.0-alpha11.jar
> >/usr/share/java/epubcheck-4.0.0-alpha11.jar: line 1: $'PK\003\004': command 
> >not found
> 
> Could you paste output of this command?
> 
> tail -n +1 /proc/sys/fs/binfmt_misc/jar*

I think you're on to something here:

joe@skippy:~$ tail -n +1 /proc/sys/fs/binfmt_misc/jar*
tail: cannot open ‘/proc/sys/fs/binfmt_misc/jar*’ for reading: No such
file or directory
joe@skippy:~$ ls -la /proc/sys/fs/binfmt_misc/
total 0
dr-xr-xr-x 2 root root 0 Jun  5 03:57 .
dr-xr-xr-x 1 root root 0 Jun  5 03:57 ..
joe@skippy:~$ dpkg -l binfmt-support jarwrapper
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  binfmt-support 2.1.5-1  i386 Support for extra binary formats
ii  jarwrapper 0.48 all  Run executable Java .jar files
joe@skippy:~$ uname -srvm
Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64


--Joe



Bug#826864: epubcheck doesn't run anymore

2016-06-17 Thread Joseph Nahmias
On Fri, Jun 17, 2016 at 04:16:42PM +0200, Jakub Wilk wrote:
> * Joseph Nahmias , 2016-06-17, 13:32:
> >joe@skippy:~$ tail -n +1 /proc/sys/fs/binfmt_misc/jar*
> >tail: cannot open ‘/proc/sys/fs/binfmt_misc/jar*’ for reading: No such file 
> >or directory
> >joe@skippy:~$ ls -la /proc/sys/fs/binfmt_misc/
> >total 0
> >dr-xr-xr-x 2 root root 0 Jun  5 03:57 .
> >dr-xr-xr-x 1 root root 0 Jun  5 03:57 ..
> 
> Looks like /proc/sys/fs/binfmt_misc is not even mounted... :-\
> The binfmt-support init script is responsible for mounting it and
> registering binfmts. Could you try restarting it and see if it helps?

Ah, that seems to illuminate the issue:

joe@skippy:~$ sudo /etc/init.d/binfmt-support stop
[ ok ] Disabling additional executable binary formats: binfmt-support.
joe@skippy:~$ sudo /etc/init.d/binfmt-support start
[] Enabling additional executable binary formats:
binfmt-supportupdate-binfmts: warning: Couldn't load the binfmt_misc
module.
. ok
joe@skippy:~$ uname -srvm
Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64
joe@skippy:~$ dir /lib/modules/
total 12
drwxr-xr-x 2 root root 4096 Nov  6  2014 3.13-1-686-pae/
drwxr-xr-x 3 root root 4096 Jun  5 03:50 3.16.0-4-686-pae/
drwxr-xr-x 3 root root 4096 Feb 17  2014 3.2.0-4-686-pae/

Looks like I picked the wrong kernel arch (amd64 vs 686) when I last
rebooted the VM. :(

Thanks for the help,
--Joe



Bug#784302: /usr/sbin/bindgraph.pl: Prototype mismatch: sub Parse::Syslog::str2time

2015-05-04 Thread Joseph Nahmias
Package: bindgraph
Version: 0.2a-5.1
Severity: normal

Hello,

It seems that bindgraph has an issue with the perl routine 
Parse::Syslog::str2time.  Here's the output when I try to start bindgraph:

# /etc/init.d/bindgraph start
[] Starting DNS Statistics: /usr/sbin/bindgraph.plPrototype mismatch: sub 
Parse::Syslog::str2time ($$$) vs () at 
/usr/share/perl5/Parse/Syslog.pm line 121.
Subroutine str2time redefined at /usr/share/perl5/Parse/Syslog.pm line 66.
Subroutine new redefined at /usr/share/perl5/Parse/Syslog.pm line 138.
Subroutine _next_line redefined at /usr/share/perl5/Parse/Syslog.pm line 206.
Subroutine next redefined at /usr/share/perl5/Parse/Syslog.pm line 388.
Not enough arguments for Parse::Syslog::str2time at /usr/sbin/bindgraph.pl line 
264, near "})"
BEGIN not safe after errors--compilation aborted at /usr/sbin/bindgraph.pl line 
282.
 (warning).


Thanks,
--Joe

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

Kernel: Linux 3.2.0-4-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/dash
Init: sysvinit (via /sbin/init)

Versions of packages bindgraph depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  libfile-tail-perl  0.99.3-5
ii  librrds-perl   1.4.8-1.2

Versions of packages bindgraph recommends:
ii  bind9 1:9.9.5.dfsg-9
ii  lighttpd [httpd]  1.4.35-4

bindgraph suggests no packages.

-- debconf information:
  bindgraph/logfile: /var/log/bind9-query.log
  bindgraph/stay_on_purge: true
  bindgraph/start_on_boot: true


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



Bug#779520: segfault in atsc_epg when receiving / processing EIT

2015-03-01 Thread Joseph Nahmias
Package: dvb-apps
Version: 1.1.1+rev1500-1
Severity: normal
File: /usr/bin/atsc_epg

Hello,

I am getting a consistent segfault when I use atsc_epg.  Here's the output I
receive:

$ atsc_epg -a 0 -f 6300 
tuning to 6300 Hz, please wait...
tuner locked.
system time: Sun Mar  1 15:16:36 2015
TS STT time: Sun Mar  1 15:16:51 2015
MGT table:
   0: type = 0x, PID = 0x1FFB, terrestrial VCT with current_next_indictor=1
   1: type = 0x0004, PID = 0x1E80, channel ETT
   2: type = 0x0100, PID = 0x1D00, EIT 0
   3: type = 0x0101, PID = 0x1D01, EIT 1
   4: type = 0x0102, PID = 0x1D02, EIT 2
   5: type = 0x0103, PID = 0x1D03, EIT 3
   6: type = 0x0104, PID = 0x1D04, EIT 4
   7: type = 0x0105, PID = 0x1D05, EIT 5
   8: type = 0x0106, PID = 0x1D06, EIT 6
   9: type = 0x0107, PID = 0x1D07, EIT 7
  10: type = 0x0200, PID = 0x1E00, event ETT 0
  11: type = 0x0201, PID = 0x1E01, event ETT 1
  12: type = 0x0202, PID = 0x1E02, event ETT 2
  13: type = 0x0203, PID = 0x1E03, event ETT 3
  14: type = 0x0204, PID = 0x1E04, event ETT 4
  15: type = 0x0205, PID = 0x1E05, event ETT 5
  16: type = 0x0206, PID = 0x1E06, event ETT 6
  17: type = 0x0207, PID = 0x1E07, event ETT 7
receiving EIT .Segmentation fault


After recompiling the package source, to preserve debugging symbols, I obtained
the following backtrace:

Program received signal SIGSEGV, Segmentation fault.
__memcpy_sse2_unaligned ()
at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:142
142 ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or 
directory.
(gdb) bt full
#0  __memcpy_sse2_unaligned ()
at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:142
No locals.
#1  0x779c2d6b in atsc_text_segment_decode () from /usr/lib/libucsi.so
No symbol table info available.
#2  0x0040200a in parse_events (section=, 
eit=, curr_info=) at atsc_epg.c:654
seg = 0x0
e_info = 0x2
k = 6405240
e = 0x0
start_time = 1425232816
j = 0
end_time = 1425234616
#3  parse_eit (pid=, index=, 
dmxfd=) at atsc_epg.c:808
ret = 0
eit_info = 0x0
k = 74
section_num = 0 '\000'
eit = 0x7fffcf60
#4  main (argc=0, argv=0x7fffcf75) at atsc_epg.c:1199
__FUNCTION__ = "main"



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-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
Init: sysvinit (via /sbin/init)

Versions of packages dvb-apps depends on:
ii  dtv-scan-tables  0+git20141218.b46a22c-1
ii  libc62.19-15
ii  libpng12-0   1.2.50-2+b2
ii  libx11-6 2:1.6.2-3
ii  libzvbi0 0.2.35-3
ii  udev 215-12
ii  zlib1g   1:1.2.8.dfsg-2+b1

dvb-apps recommends no packages.

dvb-apps 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#802832: new upstream released (1.0)

2015-10-23 Thread Joseph Nahmias
Package: simpleid
Severity: wishlist

Hello,

Version 1.0 of SimpleID was released on 10 October 2015, as seen here: 
http://simpleid.koinic.net/releases/simpleid-1.0/.  It would be great if this 
could be packaged for Debian.

Thanks,
--Joe


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

Kernel: Linux 3.16.0-4-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/dash
Init: sysvinit (via /sbin/init)



Bug#762275: error while upgrading

2014-09-20 Thread Joseph Nahmias
Package: systemd
Version: 215-4
Severity: grave


Hello,

While attempting to upgrade systemd this morning, dpkg errored out with the 
following message:

(Reading database ... 328123 files and directories currently installed.)
Preparing to unpack .../systemd_215-4_i386.deb ...
Unpacking systemd (215-4) over (208-8) ...
dpkg: warning: unable to delete old directory 
'/etc/systemd/system/multi-user.target.wants': Directory not empty

$ ls -l /etc/systemd/system/multi-user.target.wants
total 0
lrwxrwxrwx 1 root root 40 May 30 20:22 ModemManager.service -> 
/lib/systemd/system/ModemManager.service
lrwxrwxrwx 1 root root 35 Jan  2  2014 anacron.service -> 
/lib/systemd/system/anacron.service
lrwxrwxrwx 1 root root 31 Sep  9  2013 atd.service -> 
/lib/systemd/system/atd.service
lrwxrwxrwx 1 root root 34 Sep  2  2013 auditd.service -> 
/lib/systemd/system/auditd.service
lrwxrwxrwx 1 root root 40 Dec 11  2013 avahi-daemon.service -> 
/lib/systemd/system/avahi-daemon.service
lrwxrwxrwx 1 root root 42 Jan  2  2014 binfmt-support.service -> 
/lib/systemd/system/binfmt-support.service
lrwxrwxrwx 1 root root 32 Jun 10 21:18 cron.service -> 
/lib/systemd/system/cron.service
lrwxrwxrwx 1 root root 40 Mar  6  2014 cups-browsed.service -> 
/lib/systemd/system/cups-browsed.service
lrwxrwxrwx 1 root root 35 May 18 19:03 dnsmasq.service -> 
/lib/systemd/system/dnsmasq.service
lrwxrwxrwx 1 root root 34 Mar 31 22:34 incron.service -> 
/lib/systemd/system/incron.service
lrwxrwxrwx 1 root root 33 Jun 10 21:22 inetd.service -> 
/lib/systemd/system/inetd.service
lrwxrwxrwx 1 root root 38 Jun 29  2013 lm-sensors.service -> 
/lib/systemd/system/lm-sensors.service
lrwxrwxrwx 1 root root 36 May 18 19:04 mcstrans.service -> 
/lib/systemd/system/mcstrans.service
lrwxrwxrwx 1 root root 33 Oct  7  2013 osspd.service -> 
/lib/systemd/system/osspd.service
lrwxrwxrwx 1 root root 36 Feb 17  2014 pppd-dns.service -> 
/lib/systemd/system/pppd-dns.service
lrwxrwxrwx 1 root root 39 Nov 22  2013 restorecond.service -> 
/lib/systemd/system/restorecond.service
lrwxrwxrwx 1 root root 35 Jun 27  2013 rsyslog.service -> 
/lib/systemd/system/rsyslog.service
lrwxrwxrwx 1 root root 31 Feb 17  2014 ssh.service -> 
/lib/systemd/system/ssh.service


Please let me know if you need any additional information.
--Joe

-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.14-2-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 systemd depends on:
ii  acl 2.2.52-2
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-53.4
ii  libacl1 2.2.52-2
ii  libaudit1   1:2.4-1
ii  libblkid1   2.20.1-5.8
ii  libc6   2.19-11
ii  libcap2 1:2.24-4
ii  libcap2-bin 1:2.24-4
ii  libcryptsetup4  2:1.6.6-1
ii  libgcrypt11 1.5.4-3
ii  libkmod218-1
ii  liblzma55.1.1alpha+20120614-2
ii  libpam0g1.1.8-3.1
ii  libselinux1 2.3-2
ii  libsystemd0 215-4
ii  sysv-rc 2.88dsf-53.4
ii  udev208-8
ii  util-linux  2.20.1-5.8

Versions of packages systemd recommends:
ii  dbus1.8.6-2
ii  libpam-systemd  208-8

Versions of packages systemd suggests:
pn  systemd-ui  

-- Configuration Files:
/etc/systemd/resolved.conf [Errno 2] No such file or directory: 
u'/etc/systemd/resolved.conf'
/etc/systemd/timesyncd.conf [Errno 2] No such file or directory: 
u'/etc/systemd/timesyncd.conf'

-- 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#762355: RFP: raccoon-java -- desktop client for Google Play store

2014-09-21 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist

* Package name: raccoon-java
  Version : 3.2
  Upstream Author : Patrick Ahlbrecht 
* URL : http://www.onyxbits.de/raccoon
* License : Apache 2.0
  Programming Lang: Java
  Description : desktop client for Google Play store

Raccoon is an alternative Google Play client that allows you to download
Android apps as APK files to your desktop or laptop computer for safe keeping.

Raccoon was written to address numerous issues of the official Google Play
Android app, including but not limited to:

 *  Privacy concerns
 *  Inability to roll back troublesome updates
 *  Battery drainage and inefficient use of premium bandwidth
 *  Poor communication of requested app permissions and high risk of running up
tremendous credit card bills due to children not being aware that they
spend real money on IAPs.
 *  No way to backup APK files.


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



Bug#757628: blueman: Failed to apply network settings

2014-08-09 Thread Joseph Nahmias
Package: blueman
Version: 1.23-git201407171232-2
Severity: important

Hello,

Since updating blueman today, I get the following error message when logging
in and blueman-applet starts:


Failed to apply network settings

org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.blueman.Mechanism 
received signal 5

You might not be able to connect to the Bluetooth network via this machine


Note that bluetooth is working properly on the machine -- I am able to send
files to my phone using blueman-sendto or ussp-push.

--Joe


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.14-2-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 blueman depends on:
ii  bluez4.101-4.1
ii  dbus 1.8.6-1
ii  gir1.2-appindicator3-0.1 0.4.92-3
ii  gir1.2-gconf-2.0 3.2.6-2
ii  gir1.2-gdkpixbuf-2.0 2.30.7-1
ii  gir1.2-glib-2.0  1.40.0-2
ii  gir1.2-gtk-3.0   3.12.2-1+b1
ii  gir1.2-notify-0.70.7.6-2
ii  gir1.2-pango-1.0 1.36.3-1
ii  gnome-icon-theme 3.12.0-1
ii  libatk1.0-0  2.12.0-1
ii  libbluetooth35.21-2
ii  libc62.19-7
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0 2.40.0-3
ii  libgtk-3-0   3.12.2-1+b1
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  libpulse-mainloop-glib0  5.0-6
ii  libpython2.7 2.7.8-3
ii  librsvg2-common  2.40.2-1
ii  libstartup-notification0 0.12-3
ii  notification-daemon  0.7.6-1
ii  obex-data-server 0.4.5-1+b3
ii  python   2.7.8-1
ii  python-dbus  1.2.0-2+b3
ii  python-gi3.12.1-1+b1
ii  python-gi-cairo  3.12.1-1+b1
ii  xfce4-notifyd [notification-daemon]  0.2.4-3

Versions of packages blueman recommends:
ii  policykit-1  0.105-6.1

blueman 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#832076: RFP: dl -- Download Ticket Service

2016-07-21 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist

* Package name: dl
  Version : 0.17.1
  Upstream Author : Yuri D’Elia 
* URL : http://www.thregr.org/~wavexx/software/dl/
* License : GPL2
  Programming Lang: PHP / Python / JavaScript
  Description : Download Ticket Service

dl is a file exchange service that allows you to upload any file to a web
server and generate a unique ticket for others to download. The ticket is
automatically expired according to the specified rules, so that you don’t
need to keep track or cleanup afterward. dl also allows you to grant an
anonymous, one-time upload for others to send you a file, without the
requirement of account management.

dl is usually installed as a “email attachments replacement” due to its
simplicity (though can be used in other ways).



Bug#1059403: collectd hugepages plugin reports spurious warnings trying to open demote

2023-12-24 Thread Joseph Nahmias
Package: collectd
Version: 5.12.0-14
Severity: normal
Tags: upstream patch

Dear Maintainer,

Thanks for packaging collectd!

After upgrading one of my servers to bookworm, I noticed that collectd
started emitting warnings about being unable to read demote files.
It seems this was reported upstream at 
https://github.com/collectd/collectd/issues/3993
and a commit was merged into main:
https://github.com/collectd/collectd/commit/4cebbfc1ed4b44644d981df996a8ca941e38e8a1

It would be great if this patch could be incorporated into the next
stable point release for bookworm.

If you agree but are short on time, I'm happy (and motivated) to do the
work.

Thanks,
--Joe

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

Kernel: Linux 6.1.0-15-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages collectd depends on:
ii  collectd-core  5.12.0-14
ii  libc6  2.36-9+deb12u3
ii  librrd81.7.2-4+b8



Bug#1059825: /usr/bin/prosodyctl: prosodyctl check dns fails with stacktrace

2024-01-01 Thread Joseph Nahmias
Package: prosody
Version: 0.12.3-1
Severity: normal
File: /usr/bin/prosodyctl

Hello,

When trying to debug my prosody installation, I tried to run prosodyctl
check dns and got the following:

# prosodyctl check dns
lua5.4: /usr/bin/prosodyctl:635: attempt to index a number value
stack traceback:
[C]: in for iterator 'for iterator'
/usr/lib/prosody/util/set.lua:74: in method 'add_list'
/usr/lib/prosody/util/set.lua:97: in function 'util.set.new'
/usr/lib/prosody/util/prosodyctl/check.lua:718: in function 
'util.prosodyctl.check.check'
/usr/bin/prosodyctl:751: in upvalue 'func'
/usr/lib/prosody/util/async.lua:144: in function 

stack traceback:
[C]: in function 'error'
/usr/bin/prosodyctl:635: in local 'handler'
/usr/lib/prosody/util/async.lua:232: in method 'run'
/usr/bin/prosodyctl:754: in main chunk
[C]: in ?

Is there a dependancy missing?

Thanks,
--Joe

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

Kernel: Linux 6.1.0-15-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages prosody depends on:
ii  adduser 3.134
ii  init-system-helpers 1.65.2
ii  libc6   2.36-9+deb12u3
ii  libicu7272.1-3
ii  libssl3 3.0.11-1~deb12u2
ii  lua-bitop [lua5.4-bitop]1.0.2-7
ii  lua-expat [lua5.4-expat]1.5.1-3
ii  lua-filesystem [lua5.4-filesystem]  1.8.0-3
ii  lua-sec [lua5.4-sec]1.2.0-2
ii  lua-socket [lua5.4-socket]  3.1.0-1+b1
ii  lua5.4  5.4.4-3
ii  ssl-cert1.1.2

Versions of packages prosody recommends:
ii  lua-event [lua5.4-event]0.4.6-2+b1
ii  lua-readline [lua5.4-readline]  3.2-2
ii  lua-unbound [lua5.4-unbound]1.0.0-2

Versions of packages prosody suggests:
pn  lua-dbi-mysql   
pn  lua-dbi-postgresql  
pn  lua-dbi-sqlite3 
pn  lua-zlib

-- no debconf information



Bug#1037966: bind9: missing systemd notify socket in chroot

2024-05-27 Thread Joseph Nahmias
Package: bind9
Version: 1:9.18.19-1~deb12u1
Followup-For: Bug #1037966

Hello,

I just upgraded my authoritative nameserver to bookworm and ran into
this issue. For reference, I have the following in my
/etc/default/bind9:

OPTIONS="-u bind -t /srv/dns"

So, I ran (as root) `systemctl edit named` to create the following
drop-in:

[Service]
BindPaths=/run/systemd/notify:/srv/dns/run/systemd/notify

That solved the problem. Perhaps that could be added to a README.chroot
or a NEWS.Debian item.

Thanks for your work wrangling bind into a Debian package!
--Joe


-- System Information:
Debian Release: 12.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-security'), (500, 'stable-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-18-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- Configuration Files:
/etc/bind/named.conf.local changed [not included]
/etc/default/named changed [not included]

-- debconf information:
  bind9/different-configuration-file:
  bind9/run-resolvconf: false
  bind9/start-as-user: bind



Bug#1033278: wine: Battle.Net: The application failed to start because no Qt platform plugin could be initialized

2023-03-20 Thread Joseph Nahmias
Package: wine
Version: 8.0~repack-4
Severity: normal
X-Debbugs-Cc: j...@nahmias.net

Hello,

I just upgraded from bullseye to bookworm and now Battle.Net / Hearthstone
refuses to start. Instead it shows this error message:

The application failed to start because no Qt
platform plugin could be initialized. Reinstalling
the application may fix this problem.

Was there some change in the wine packaging that would cause this error?
Would additional logs/debug info be useful to troubleshoot?

Thanks,
--Joe

-- Package-specific info:
/usr/bin/wine points to /usr/bin/wine-stable.

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

Kernel: Linux 6.1.0-6-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wine depends on:
ii  wine32  8.0~repack-4
ii  wine64  8.0~repack-4

wine recommends no packages.

Versions of packages wine suggests:
pn  dosbox
ii  icoextract-thumbnailer [exe-thumbnailer]  0.1.4-1
pn  playonlinux   
pn  q4wine
pn  winbind   
pn  wine-binfmt   
pn  winetricks

Versions of packages libwine depends on:
ii  libasound2   1.2.8-1+b1
ii  libc62.36-8
ii  libcapi20-3  1:3.27-3+b1
ii  libfontconfig1   2.14.1-4
ii  libfreetype6 2.12.1+dfsg-4
ii  libglib2.0-0 2.74.6-1
ii  libgphoto2-6 2.5.30-1
ii  libgphoto2-port122.5.30-1
ii  libgstreamer-plugins-base1.0-0   1.22.0-3
ii  libgstreamer1.0-01.22.0-2
ii  libpcap0.8   1.10.3-1
ii  libpulse016.1+dfsg1-2+b1
ii  libudev1 252.6-1
ii  libunwind8   1.6.2-3
ii  libusb-1.0-0 2:1.0.26-1
ii  libx11-6 2:1.8.4-2
ii  libxext6 2:1.3.4-1+b1
ii  libz-mingw-w64   1.2.13+dfsg-1
ii  ocl-icd-libopencl1 [libopencl1]  2.3.1-1

Versions of packages libwine recommends:
ii  fonts-liberation   1:1.07.4-11
ii  fonts-wine 8.0~repack-4
ii  gstreamer1.0-plugins-good  1.22.0-5
ii  libasound2-plugins 1.2.7.1-1
ii  libcups2   2.4.2-2
ii  libdbus-1-31.14.6-1
ii  libgl1 1.6.0-1
ii  libgl1-mesa-dri22.3.3-1
ii  libgnutls303.7.9-1
ii  libgssapi-krb5-2   1.20.1-1
ii  libkrb5-3  1.20.1-1
ii  libodbc2   2.3.11-2
ii  libosmesa6 22.3.3-1
ii  libsdl2-2.0-0  2.26.4+dfsg-1
ii  libv4l-0   1.22.1-5+b1
ii  libvulkan1 1.3.239.0-1
ii  libxcomposite1 1:0.4.5-1
ii  libxcursor11:1.2.1-1
ii  libxfixes3 1:6.0.0-2
ii  libxi6 2:1.8-1+b1
ii  libxinerama1   2:1.1.4-3
ii  libxrandr2 2:1.5.2-2+b1
ii  libxrender11:0.9.10-1.1
ii  libxxf86vm11:1.1.4-1+b2

Versions of packages libwine suggests:
ii  cups-bsd   2.4.2-2
ii  gstreamer1.0-libav 1.22.0-2
ii  gstreamer1.0-plugins-bad   1.22.0-4
ii  gstreamer1.0-plugins-ugly  1.22.0-2
pn  ttf-mscorefonts-installer  

Versions of packages wine32 depends on:
ii  libc62.36-8
ii  libwine  8.0~repack-4

wine32 recommends no packages.

Versions of packages wine32 suggests:
pn  wine32-preloader  

Versions of packages wine64 depends on:
ii  libc62.36-8
ii  libwine  8.0~repack-4

Versions of packages wine64 recommends:
ii  wine32  8.0~repack-4

Versions of packages wine64 suggests:
pn  wine64-preloader  

Versions of packages wine is related to:
pn  dxvk 
pn  dxvk-wine32-development  
pn  dxvk-wine64-development  
ii  fonts-wine   8.0~repack-4

-- no debconf information



Bug#1039728: segfault when completing first level

2023-06-28 Thread Joseph Nahmias
Package: raincat
Version: 1.1.1.2-4+b3
Severity: normal
X-Debbugs-Cc: j...@nahmias.net

No idea what's going on here, but raincat segfaults when I clear the first
level...

$ raincat
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
[...]
raincat: mmap 4096 bytes at (nil): Cannot allocate memory
raincat: Try specifying an address with +RTS -xm -RTS
Segmentation fault


Let me know if there are some magic debug switches which will let you get more
info.
--Joe


-- System Information:
Debian Release: 12.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-security'), (500, 'stable-debug'), 
(500, 'proposed-updates-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-9-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages raincat depends on:
ii  libc6   2.36-9
ii  libffi8 3.4.4-1
ii  libgl1  1.6.0-1
ii  libglu1-mesa [libglu1]  9.0.2-1.1
ii  libglut3.12 3.4.0-1
ii  libgmp102:6.2.1+dfsg1-1.1
ii  libsdl-image1.2 1.2.12-13+b2
ii  libsdl-mixer1.2 1.2.12-17+b3
ii  libsdl1.2debian 1.2.15+dfsg2-8
ii  raincat-data1.1.1.2-4

raincat recommends no packages.

raincat suggests no packages.

-- no debconf information



Bug#1040265: CVE-2023-36813: Multiple Authenticated SQL Injections

2023-07-03 Thread Joseph Nahmias
Package: kanboard
Severity: important
Tags: security upstream
X-Debbugs-Cc: t...@security.debian.org, j...@nahmias.net, Debian Security Team 


https://github.com/kanboard/kanboard/security/advisories/GHSA-9gvq-78jp-jxcx

Summary

During a review of this project, I found multiple SQL Injections. It appears
that in some insert and update operations, the code improperly uses the PicoDB
library to update/insert new information.



Bug#1020961: RFP: crontab-ui -- web interface for managing scheduled jobs (crontab)

2022-09-29 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: j...@nahmias.net, a...@adobe.com, Debian Javascript Maintainers 


* Package name: crontab-ui
  Version : 0.3.16
  Upstream Author : Suresh Alse
* URL : https://github.com/alseambusher/crontab-ui
* License : MIT
  Programming Lang: JavaScript
  Description : web interface for managing scheduled jobs (crontab)

Key features of Crontab UI:
 *  Easy setup. You can even import from existing crontab.
 *  Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
 *  Backup your crontabs.
 *  Export crontab and deploy on other machines without much hassle.
 *  Error log support.
 *  Mailing and hooks support.



Bug#1028923: RFP: duelyst -- digital collectible card and turn-based strategy hybrid game

2023-01-14 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: j...@nahmias.net, debian-ga...@lists.debian.org, 
pkg-javascript-de...@lists.alioth.debian.org

* Package name: duelyst
  Version : 1.97.11
  Upstream Author : Counterplay Games
* URL : https://github.com/open-duelyst/duelyst
* License : CC0
  Programming Lang: JavaScript
  Description : digital collectible card and turn-based strategy hybrid game

In Duelyst, two players battle across a tactical battlefield, taking turns in
which they play and position minions and spells, represented by cards drawn
from a custom built deck, until one of the players eliminates the enemy
general. There are six factions in Duelyst, each with its own unique
characteristics that affect strategy and gameplay of the decks the player
builds.

The game offers a practice mode, puzzle-like challenges, a ranked season ladder
and a draft-style tournament mode.

Game client, server, and assets have all open-sourced.



Bug#1031769: ITP: oauth2-oidc-sdk -- OAuth 2.0 SDK for Java

2023-02-22 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 
X-Debbugs-Cc: debian-de...@lists.debian.org, j...@nahmias.net, 
debian-j...@lists.debian.org, supp...@connect2id.com, v...@connect2id.com

* Package name: oauth2-oidc-sdk
  Version : 9.43.1
  Upstream Author : Connect2id Ltd 
  Upstream Author : Vladimir Dzhuvinov 
* URL : 
https://connect2id.com/products/nimbus-oauth-openid-connect-sdk
* URL : 
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/
* License : Apache-2
  Programming Lang: Java
  Description : OAuth 2.0 SDK for Java


This library is your starting point for developing OAuth 2.0 / 2.1 and OpenID 
Connect applications in Java. It provides ready and simple to use classes for 
dealing with tokens and representing the protocol messages, ensuring standards 
compliance and thus interoperability.

 *  Comprehensive Java library for developing OAuth 2.0 and OpenID Connect 
clients and servers
 *  Standards compliant, robust and extensible
 *  Open source (Apache 2.0 licence)

The OAuth 2.0 and OpenID Connect standards permit application-specific profiles 
and extensions, and this library also caters for that, with suitable interfaces 
and base classes where required.



Bug#1031807: ITP: java-opensaml -- Shibboleth Project's OpenSAML java libraries

2023-02-22 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org, 
debian-security-to...@lists.debian.org, j...@nahmias.net, d...@shibboleth.net
Control: block 1031769 by -1

* Package name: java-opensaml
  Version : 4.3.0
  Upstream Author : Shibboleth 
* URL : https://shibboleth.atlassian.net/wiki/spaces/OS30/overview
* License : Apache 2
  Programming Lang: Java
  Description : Shibboleth Project's OpenSAML java libraries

 OpenSAML is a set of open source C++ & Java libraries used in support
 of the Shibboleth Project's implementation of the Security Assertion
 Markup Language (SAML).

 OpenSAML 4, the current Java library version, is based on Java 11, and
 supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups
 have found the framework created to support OpenSAML useful for their own
 work and the Java codebase includes some code supporting WS-Addressing,
 WS-Security, WS-Trust and XACML.

 The OpenSAML libraries do not provide a complete SAML identity or service
 provider. If you are looking for such software you should check out the
 Shibboleth project instead. Also, these libraries will not teach you any
 of the specifications listed above. The libraries are meant solely to
 support individuals who have taken the time to read and understand the
 specifications and are not in general a good solution for those looking
 for a quick way to implement SAML.



Bug#1032050: ITP: cryptacular -- high level, general purpose Java cryptographic library

2023-02-26 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org, 
j...@nahmias.net, cryptacu...@googlegroups.com
Control: -1 blocks 1031807

* Package name: cryptacular
  Version : 1.2.5
  Upstream Authors: Daniel Fisher , Marvin S. Addison 

* URL : https://www.cryptacular.org/
* License : Apache-2.0 OR LGPL-3.0
  Programming Lang: Java
  Description : high level, general purpose Java cryptographic library

 General-purpose Java cryptograhic library, which complements the Bouncy
 Castle libraries, that has the following design goals:
 .
  * Flexible JCE provider. Prefers the Bouncy Castle Java Provider, but
can fall back to other providers defined in the environment for
algorithms not implemented by BC.
  * Ease of use for common cryptographic operations. A one liner
highlights this well; the following prints the MD5 hash of a password
as a string of HEX characters:
System.out.println(new MD5().digest(passBytes, new HexConverter()));
  * Convenient and performant handling of cryptographic operations on
large data streams.
  * Support for base-64 and hexadecimal encoding of ciphertext input/output.
  * Support for I/O operations on cryptographic primitives including
generating and writing symmetric encryption keys, public/private key
pairs, and X.509 certificates. Both PEM and DER encoding is handled
conveniently.
  * Command line interface for each class of cryptographic operation
(digest, symmetric encryption, public-key encryption, message signing,
etc). A command line interface for keystore operations is also
included, which is notable as it supports features above and beyond
the the Java keytool utility.
 .
 It is important to note that no cryptographic algorithms are implemented;
 Bouncy Castle provides all cryptographic algorithms where required.



Bug#1032119: ITP: ldaptive -- simple, extensible Java API for interacting with LDAP servers

2023-02-28 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org, 
debian-secur...@lists.debian.org, j...@nahmias.net
Control: block 1031807 by -1

* Package name: ldaptive
  Version : 2.1.1
  Upstream Authors: Daniel Fisher , Marvin S. Addison 

* URL : https://www.ldaptive.org/
* License : Apache-2 OR LGPL-3
  Programming Lang: Java
  Description : simple, extensible Java API for interacting with LDAP 
servers

 Ldaptive is a simple, extensible Java API for interacting with LDAP
 servers. It was designed to provide easy LDAP integration for application
 developers. Features include:
 .
   * Netty based asynchronous networking
   * Reactive API
   * Connection pooling
   * Authentication API with support for password policy
   * JAAS modules for authentication and authorization
   * SSL/startTLS support with easy configuration of trust and key material
   * Input/output of LDIF
   * Supported controls:
 * Authorization Identity (RFC 3829)
 * Content Synchronization (RFC 4533)
 * Entry Change Notification (draft-ietf-ldapext-psearch-03)
 * ManageDsaIT (RFC 3296)
 * Matched Values (RFC 3876)
 * Paged Results (RFC 2696)
 * Password Policy (draft-behera-ldap-password-policy-10 and
   draft-vchu-ldap-pwd-policy-00)
 * Persistent Search (draft-ietf-ldapext-psearch-03)
 * Proxy Authorization (RFC 4370)
 * Server Side Sorting (RFC 2891)
 * Session Tracking (draft-wahl-ldap-session-03)
 * Tree Delete (draft-armijo-ldap-treedelete)
 * Virtual List View (draft-ietf-ldapext-ldapv3-vlv-09)



Bug#1041368: RFP: libsmacker -- C library for decoding .smk Smacker Video files

2023-07-17 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: kennedy.g...@gmail.com, debian-devel-ga...@lists.debian.org, 
j...@nahmias.net

* Package name: libsmacker
  Version : 1.2.0
  Upstream Contact: Greg Kennedy 
* URL : https://libsmacker.sourceforge.net/
* License : LGPL-2.1
  Programming Lang: C
  Description : C library for decoding .smk Smacker Video files

libsmacker is a cross-platform C library which can be used for decoding
Smacker Video files produced by RAD Game Tools. The library supports all
features of both v2 and v4 files, except that Bink Audio Compression (lossy
perceptual coding) is unsupported. For most use cases of libsmacker, this is
not a serious limitation. 

Smacker Video was the king of video middleware in the 1990s, and its
256-color compressed video format was used in over 2600 software titles.
Smacker files tend to pose a problem for "engine rewrite" projects for
legacy games: many used the .smk format for intro videos, cutscenes, and
animated textures.  What is needed is a library which supports the minimum
feature set from smackw32.dll to get an smk off a disk and the frames /
audio into a buffer in the correct order. Hence, libsmacker.



Bug#1036205: unblock: kanboard/1.2.26+ds-2

2023-05-16 Thread Joseph Nahmias
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: kanbo...@packages.debian.org, j...@nahmias.net
Control: affects -1 + src:kanboard

Please unblock package kanboard

[ Reason ]

  - Fix RC bug #1035598, caused by improper quoting in the test for
lighty-enable-mod
  - Fix a few issues discovered with the debian patch to use the newer version
of symfony that is in bookworm, which break common use cases /
configurations (including the package default one).
  - Fix an oversight in the default lighttpd configuration provided with
kanboard which doesn't exempt the jsonrpc API endpoint from redirection to
the login page.
  - Add autopkgtests to cover the above issues.

[ Impact ]

RC bug will cause kanboard to be removed from bookworm.

[ Tests ]

I've added a basic autopkgtest to test the jsonrpc API endpoint using
the default (lighttpd) config.

Added an autopkgtest to specifically test the installation of kanboard
with apache.

Did NOT add a similar jsonrpc autopkgtest for running under apache, as
this would require shipping a default config for apache, which feels like
too much of a new feature and thus unsuitable for an unblock at this point
of the release cycle. However, if the RT would be willing to include this
I'd be happy to do so; otherwise, I plan to defer until trixie opens.

[ Risks ]

Kanboard is a leaf package.
Fixes are targetted and address important/RC issues.
Autopkgtests are included to cover the issues and insure against regressions.

[ Checklist ]

  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

[ Other info ]

unblock kanboard/1.2.26+ds-2


This is my first unblock request in quite some time. Any feedback you wish to
provide would be greatly appreciated!
Thanks for all you do to make Debian,
--Joe
diff -Nru kanboard-1.2.26+ds/debian/35-kanboard.conf 
kanboard-1.2.26+ds/debian/35-kanboard.conf
--- kanboard-1.2.26+ds/debian/35-kanboard.conf  2022-07-22 12:48:59.0 
-0400
+++ kanboard-1.2.26+ds/debian/35-kanboard.conf  2023-05-15 21:45:51.0 
-0400
@@ -7,6 +7,7 @@
 alias.url += ( "/kanboard/" => "/usr/share/kanboard/" )
 index-file.names += ( "index.php" )
 url.rewrite-once = (
+"^/kanboard/jsonrpc\.php" => "",
 "^/kanboard/assets/.+" => "",
 "^/kanboard/favicon\..*$" => "",
 "" => "/kanboard/index.php${qsa}",
diff -Nru kanboard-1.2.26+ds/debian/changelog 
kanboard-1.2.26+ds/debian/changelog
--- kanboard-1.2.26+ds/debian/changelog 2023-01-14 19:54:15.0 -0500
+++ kanboard-1.2.26+ds/debian/changelog 2023-05-16 22:49:38.0 -0400
@@ -1,3 +1,23 @@
+kanboard (1.2.26+ds-2) unstable; urgency=medium
+
+  * properly test for lighty-enable-mod.
+This fixes a bug in how the postinst/prerm maint scripts check whether
+to enable kanboard for lighttpd, which caused it to fail when lighttpd
+was not installed. (Closes: #1035598)
+  * adapt some more areas to the new Symfony EventDispatcher API
+fix a couple of spots where we missed updating to the new dispatch() API:
+- standard db-based Auth
+- jsonrpc Auth
+  * do not redirect access to Kanboard's JSONRPC API.
+It uses its own authentication and shouldn't be bounced to the standard
+login page.
+  * add autopkgtest to ensure Kanboard JSONRPC API (minimally) works
+  * add apache install autopkgtest
+  * test(jsonrpc): make curl report errors in a cleaner way
+  * test(jsonrpc): add php-fpm as test dep
+
+ -- Joseph Nahmias   Tue, 16 May 2023 22:49:38 -0400
+
 kanboard (1.2.26+ds-1) unstable; urgency=medium
 
   * [1f43019] New upstream version 1.2.26+ds
diff -Nru kanboard-1.2.26+ds/debian/patches/adapt_to_newer_symfony.patch 
kanboard-1.2.26+ds/debian/patches/adapt_to_newer_symfony.patch
--- kanboard-1.2.26+ds/debian/patches/adapt_to_newer_symfony.patch  
2022-07-24 09:00:23.0 -0400
+++ kanboard-1.2.26+ds/debian/patches/adapt_to_newer_symfony.patch  
2023-05-15 21:45:51.0 -0400
@@ -623,3 +623,41 @@
  
  return false;
  }
+--- a/app/Api/Middleware/AuthenticationMiddleware.php
 b/app/Api/Middleware/AuthenticationMiddleware.php
+@@ -7,6 +7,7 @@ use JsonRPC\Exception\AuthenticationFail
+ use JsonRPC\MiddlewareInterface;
+ use Kanboard\Auth\ApiAccessTokenAuth;
+ use Kanboard\Core\Base;
++use Symfony\Contracts\EventDispatcher\Event;
+ 
+ /**
+  * Class AuthenticationApiMiddleware
+@@ -28,7 +29,7 @@ class AuthenticationMiddleware extends B
+  */
+ public function execute($username, $password, $procedureName)
+ {
+-$this->dispatcher->dispatch('app.bootstrap');
++$this->dispatcher->dispatch(new Event, 'app.bootstrap&#

Bug#1037082: unblock: kanboard/1.2.26+ds-3

2023-06-03 Thread Joseph Nahmias
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: kanbo...@packages.debian.org, j...@nahmias.net
Control: affects -1 + src:kanboard

Please unblock package kanboard

[ Reason ]

Security fix only for CVE-2023-32685 from kanboard v1.2.29
https://github.com/kanboard/kanboard/security/advisories/GHSA-hjmw-gm82-r4gv

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

unblock kanboard/1.2.26+ds-3
diff -Nru kanboard-1.2.26+ds/debian/changelog 
kanboard-1.2.26+ds/debian/changelog
--- kanboard-1.2.26+ds/debian/changelog 2023-05-16 22:49:38.0 -0400
+++ kanboard-1.2.26+ds/debian/changelog 2023-05-28 21:42:46.0 -0400
@@ -1,3 +1,11 @@
+kanboard (1.2.26+ds-3) unstable; urgency=medium
+
+  * backport fix for CVE-2023-32685 from kanboard v1.2.29
+
https://github.com/kanboard/kanboard/security/advisories/GHSA-hjmw-gm82-r4gv
+Based on upstream commits 26b6eeb & c9c1872. (Closes: #1036874)
+
+ -- Joseph Nahmias   Sun, 28 May 2023 21:42:46 -0400
+
 kanboard (1.2.26+ds-2) unstable; urgency=medium
 
   * properly test for lighty-enable-mod.
diff -Nru kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch 
kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch
--- kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch  1969-12-31 
19:00:00.0 -0500
+++ kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch  2023-05-28 
21:41:20.0 -0400
@@ -0,0 +1,111 @@
+Description: fix for CVE-2023-32685
+ Clipboard based cross-site scripting (blocked with default CSP)
+ https://github.com/kanboard/kanboard/security/advisories/GHSA-hjmw-gm82-r4gv
+Author: Frédéric Guillot 
+Origin: upstream
+Last-Update: 2023-05-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+diff --git a/assets/js/components/screenshot.js 
b/assets/js/components/screenshot.js
+index a8acd64..1130bd2 100644
+--- a/assets/js/components/screenshot.js
 b/assets/js/components/screenshot.js
+@@ -1,5 +1,4 @@
+ KB.component('screenshot', function (containerElement) {
+-var pasteCatcher = null;
+ var inputElement = null;
+ 
+ function onFileLoaded(e) {
+@@ -7,7 +6,6 @@ KB.component('screenshot', function (containerElement) {
+ }
+ 
+ function onPaste(e) {
+-// Firefox doesn't have the property e.clipboardData.items (only 
Chrome)
+ if (e.clipboardData && e.clipboardData.items) {
+ var items = e.clipboardData.items;
+ 
+@@ -24,69 +22,13 @@ KB.component('screenshot', function (containerElement) {
+ }
+ }
+ }
+-} else {
+-
+-// Handle Firefox
+-setTimeout(checkInput, 100);
+ }
+ }
+ 
+ function initialize() {
+-destroy();
+-
+-if (! window.Clipboard) {
+-// Insert the content editable at the top to avoid scrolling down 
in the board view
+-pasteCatcher = document.createElement('div');
+-pasteCatcher.id = 'screenshot-pastezone';
+-pasteCatcher.contentEditable = true;
+-pasteCatcher.style.opacity = 0;
+-pasteCatcher.style.position = 'fixed';
+-pasteCatcher.style.top = 0;
+-pasteCatcher.style.right = 0;
+-pasteCatcher.style.width = 0;
+-document.body.insertBefore(pasteCatcher, 
document.body.firstChild);
+-
+-pasteCatcher.focus();
+-
+-// Set the focus when clicked anywhere in the document
+-document.addEventListener('click', setFocus);
+-
+-// Set the focus when clicked in screenshot dropzone
+-
document.getElementById('screenshot-zone').addEventListener('click', setFocus);
+-}
+-
+ window.addEventListener('paste', onPaste, false);
+ }
+ 
+-function destroy() {
+-if (KB.exists('#screenshot-pastezone')) {
+-KB.find('#screenshot-pastezone').remove();
+-}
+-
+-document.removeEventListener('click', setFocus);
+-pasteCatcher = null;
+-}
+-
+-function setFocus() {
+-if (pasteCatcher !== null) {
+-pasteCatcher.focus();
+-}
+-}
+-
+-function checkInput() {
+-var child = pasteCatcher.childNodes[0];
+-
+-if (child) {
+-// If the user pastes an image, the src attribute
+-// will represent the image as a base64 encoded string.
+-if (child.tagName === 'IMG') {
+-createImage(child.src);
+-}
+-}
+-
+-pasteCatcher.innerHTML = '';
+-}
+-
+ function createImage(blob) {
+ var pastedImage = new

Bug#1037444: bookworm-pu: package kanboard/1.2.26+ds-4

2023-06-12 Thread Joseph Nahmias
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: kanbo...@packages.debian.org, j...@nahmias.net
Control: affects -1 + src:kanboard

[ Reason ]
Security updates for kanboard since v1.2.26.

[ Tests ]
upstream's unit test suite are run at build time and via autopkgtest.
there are also some other (superficial) autopkgtests.

[ Risks ]
All listed CVEs have targeted fixes picked from upstream github.

[ Checklist ]
  [X] *all* changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in (old)stable
  [X] the issue is verified as fixed in unstable

[ Other info ]

My first stable update, so please advise if I missed anything.
--Joe
diff -Nru kanboard-1.2.26+ds/debian/changelog 
kanboard-1.2.26+ds/debian/changelog
--- kanboard-1.2.26+ds/debian/changelog 2023-05-16 22:49:38.0 -0400
+++ kanboard-1.2.26+ds/debian/changelog 2023-06-07 20:45:40.0 -0400
@@ -1,3 +1,24 @@
+kanboard (1.2.26+ds-4) unstable; urgency=medium
+
+  * backport security fixes from kanboard v1.2.30
+ > CVE-2023-33956: Parameter based Indirect Object Referencing leading
+   to private file exposure
+ > CVE-2023-33968: Missing access control allows user to move and
+   duplicate tasks to any project in the software
+ > CVE-2023-33969: Stored XSS in the Task External Link Functionality
+ > CVE-2023-33970: Missing access control in internal task links feature
+(Closes: #1037167)
+
+ -- Joseph Nahmias   Wed, 07 Jun 2023 20:45:40 -0400
+
+kanboard (1.2.26+ds-3) unstable; urgency=medium
+
+  * backport fix for CVE-2023-32685 from kanboard v1.2.29
+
https://github.com/kanboard/kanboard/security/advisories/GHSA-hjmw-gm82-r4gv
+Based on upstream commits 26b6eeb & c9c1872. (Closes: #1036874)
+
+ -- Joseph Nahmias   Sun, 28 May 2023 21:42:46 -0400
+
 kanboard (1.2.26+ds-2) unstable; urgency=medium
 
   * properly test for lighty-enable-mod.
diff -Nru kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch 
kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch
--- kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch  1969-12-31 
19:00:00.0 -0500
+++ kanboard-1.2.26+ds/debian/patches/CVE-2023-32685.patch  2023-05-28 
21:41:20.0 -0400
@@ -0,0 +1,111 @@
+Description: fix for CVE-2023-32685
+ Clipboard based cross-site scripting (blocked with default CSP)
+ https://github.com/kanboard/kanboard/security/advisories/GHSA-hjmw-gm82-r4gv
+Author: Frédéric Guillot 
+Origin: upstream
+Last-Update: 2023-05-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+diff --git a/assets/js/components/screenshot.js 
b/assets/js/components/screenshot.js
+index a8acd64..1130bd2 100644
+--- a/assets/js/components/screenshot.js
 b/assets/js/components/screenshot.js
+@@ -1,5 +1,4 @@
+ KB.component('screenshot', function (containerElement) {
+-var pasteCatcher = null;
+ var inputElement = null;
+ 
+ function onFileLoaded(e) {
+@@ -7,7 +6,6 @@ KB.component('screenshot', function (containerElement) {
+ }
+ 
+ function onPaste(e) {
+-// Firefox doesn't have the property e.clipboardData.items (only 
Chrome)
+ if (e.clipboardData && e.clipboardData.items) {
+ var items = e.clipboardData.items;
+ 
+@@ -24,69 +22,13 @@ KB.component('screenshot', function (containerElement) {
+ }
+ }
+ }
+-} else {
+-
+-// Handle Firefox
+-setTimeout(checkInput, 100);
+ }
+ }
+ 
+ function initialize() {
+-destroy();
+-
+-if (! window.Clipboard) {
+-// Insert the content editable at the top to avoid scrolling down 
in the board view
+-pasteCatcher = document.createElement('div');
+-pasteCatcher.id = 'screenshot-pastezone';
+-pasteCatcher.contentEditable = true;
+-pasteCatcher.style.opacity = 0;
+-pasteCatcher.style.position = 'fixed';
+-pasteCatcher.style.top = 0;
+-pasteCatcher.style.right = 0;
+-pasteCatcher.style.width = 0;
+-document.body.insertBefore(pasteCatcher, 
document.body.firstChild);
+-
+-pasteCatcher.focus();
+-
+-// Set the focus when clicked anywhere in the document
+-document.addEventListener('click', setFocus);
+-
+-// Set the focus when clicked in screenshot dropzone
+-
document.getElementById('screenshot-zone').addEventListener('click', setFocus);
+-}
+-
+ window.addEventListener('paste', onPaste, false);
+ }
+ 
+-function destroy() {
+-if (KB.exists('#screenshot-pastezone')) {
+-KB.find('#screenshot-pastezo

Bug#1037455: ITP: narcissus -- limited Java reflection library that bypasses security restrictions

2023-06-12 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org, 
tool.factory.he...@gmail.com, j...@nahmias.net

* Package name: narcissus
  Version : 1.0.7
  Upstream Contact: ToolFactory 
* URL : https://github.com/toolfactory/narcissus
* License : MIT
  Programming Lang: Java
  Description : limited Java reflection library that bypasses security 
restrictions

Narcissus is a JNI native code library that provides a small subset of the Java
reflection API, while bypassing all of Java's access/visibility checks,
security manager restrictions, and module strong encapsulation enforcement, by
calling methods and accessing fields through the JNI API. This allows code that
relies on reflective access to non-public classes, fields, and methods to keep
working even now that strong encapsulation is being enforced in JDK 16+.

Narcissus works on JDK 7+, however it is most useful for suppressing reflective
access warnings in JDK 9-15, and for circumventing strong encapsulation for JDK
16+, in order to keep legacy software running (for example, when legacy
software depends upon setAccessible to access a needed private field of a class
in some library).



Bug#1038423: ITP: maven-native -- plugin to compile c and c++ source via maven

2023-06-17 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias 
X-Debbugs-Cc: debian-de...@lists.debian.org, mojohaus-...@googlegroups.com, 
pkg-java-maintain...@lists.alioth.debian.org, j...@nahmias.net

* Package name: maven-native
  Version : 1.0-alpha-11
  Upstream Contact: mojohaus-...@googlegroups.com,
* URL : https://www.mojohaus.org/maven-native/native-maven-plugin/
* License : Expat
  Programming Lang: Java
  Description : plugin to compile c and c++ source via maven

 This maven plugin creates a custom build lifecycle suited to compiling
 native C and C++ code using standard compilers such as gcc.
 .
 Use cases / usage examples include:
 .
  * Building a DLL with JNI.
  * Building a standard Unix shared library.
  * Building a static library, including ranlib.



Bug#437460: ITP: libpuz -- crossword puzzle (PUZ) manipulation library

2007-08-12 Thread Joseph Nahmias
Package: wnpp
Severity: wishlist
Owner: Joseph Nahmias <[EMAIL PROTECTED]>

* Package name: libpuz
  Version : 0.0.1
  Upstream Author : Josh Myer <[EMAIL PROTECTED]>
* URL : http://www.joshisanerd.com/puz/
* License : GPL2 or higher
  Programming Lang: C
  Description : crossword puzzle (PUZ) manipulation library

PUZ is a file format commonly used by commercial software for crossword
puzzles. While this implementation isn't finished, it is complete enough
to read and write basic crossword puzzles in the format, such that you
may interoperate with the common crossword applications.

It also includes a sample puzzle reader and writer.  It can be used to
read any PUZ file, and also to compile the text format down to binary
form.


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



Bug#426481: cannot use persistent cookies

2007-05-28 Thread Joseph Nahmias
Package: lynx
Version: 2.8.5-2sarge2.2
Severity: normal

Hello,

It seems that because of the way lynx is compiled, it cannot or does not
make use of persistent cookies stored in ~/.lynx_cookies.

Please use the --enable-persistent-cookies option to configure to enable
this.

Thanks,
--Joe


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2um
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages lynx depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgnutls13 1.4.4-3  the GNU TLS library - runtime libr
ii  libncursesw55.5-5Shared libraries for terminal hand
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages lynx recommends:
ii  mime-support  3.39-1 MIME files 'mime.types' & 'mailcap

-- no debconf information


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



Bug#455817: X server crashes in torus-trooper game

2008-02-27 Thread Joseph Nahmias
On Mon, Feb 25, 2008 at 09:02:34AM +0100, Brice Goglin wrote:
> On Fri, Jan 04, 2008 at 09:01:42PM +0000, Joseph Nahmias wrote:
> 
> > > cat /proc/fb
> > 
> > OK, got this:
> > 
> > [EMAIL PROTECTED]:/tmp$ cat /proc/fb
> > 0 VESA VGA
> > [EMAIL PROTECTED]:/tmp$
> 
> Could you try to reproduce the bug *without* any framebuffer running?
> 
> The upstream bug has been closed as wontfix because interaction between
> X and fb at messy, and they did not plan to fix them until recently.
> We could try to negociate, but it would be much easier if the bug wasn't
> related to fb at all :)

OK, as requested, I removed the vga=871 from the kernel command line and
got the following:

[EMAIL PROTECTED]:~$ cat /proc/fb
[EMAIL PROTECTED]:~$ ls -l /proc/fb
-r--r--r-- 1 root root 0 2008-02-27 21:52 /proc/fb
[EMAIL PROTECTED]:~$ dpkg -l xserver-xorg-video-intel\* | grep ^ii
ii  xserver-xorg-video-intel 2:2.2.1-1 X.Org X 
server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-intel-dbg 2:2.2.1-1 X.Org X 
server -- Intel i8xx, i9xx display driver

Still crashes in exactly the same way.  Full backtrace attached.

Please let me know if there is anything else I can do to help matters
along.  Should I be running git version of something?

Thanks,
--Joe
[EMAIL PROTECTED]:~$ sudo gdb -p $(pidof X)
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
Attaching to process 3658
Reading symbols from /usr/bin/Xorg...Reading symbols from 
/usr/lib/debug/usr/bin/Xorg...done.
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
done.
Reading symbols from /lib/i686/cmov/libdl.so.2...done.
Loaded symbols for /lib/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libXfont.so.1...done.
Loaded symbols for /usr/lib/libXfont.so.1
Reading symbols from /usr/lib/libXau.so.6...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libfontenc.so.1...done.
Loaded symbols for /usr/lib/libfontenc.so.1
Reading symbols from /usr/lib/libpixman-1.so.0...done.
Loaded symbols for /usr/lib/libpixman-1.so.0
Reading symbols from /usr/lib/libhal.so.1...done.
Loaded symbols for /usr/lib/libhal.so.1
Reading symbols from /usr/lib/libdbus-1.so.3...done.
Loaded symbols for /usr/lib/libdbus-1.so.3
Reading symbols from /usr/lib/libXdmcp.so.6...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /lib/i686/cmov/libm.so.6...done.
Loaded symbols for /lib/i686/cmov/libm.so.6
Reading symbols from /lib/i686/cmov/librt.so.1...done.
Loaded symbols for /lib/i686/cmov/librt.so.1
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/i686/cmov/libc.so.6...done.
Loaded symbols for /lib/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libfreetype.so.6...done.
Loaded symbols for /usr/lib/libfreetype.so.6
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/libusb-0.1.so.4...done.
Loaded symbols for /lib/libusb-0.1.so.4
Reading symbols from /lib/i686/cmov/libpthread.so.0...done.
[Thread debugging using libthread_db enabled]
[New Thread 0xb7c166b0 (LWP 3658)]
Loaded symbols for /lib/i686/cmov/libpthread.so.0
Reading symbols from /usr/lib/xorg/modules/libpcidata.so...Reading symbols from 
/usr/lib/debug/usr/lib/xorg/modules/libpcidata.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules//libpcidata.so
Reading symbols from /usr/lib/xorg/modules/extensions/libextmod.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libextmod.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//libextmod.so
Reading symbols from /usr/lib/xorg/modules/extensions/libdbe.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libdbe.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//libdbe.so
Reading symbols from /usr/lib/xorg/modules/extensions/libglx.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//libglx.so
Reading symbols from /usr/lib/xorg/modules/fonts/libfreetype.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/fonts/libfreetype.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules//fonts/libfreetype.so
Reading symbols from /usr/lib/xorg/modules/extensions/librecord.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/librecord.so

Bug#455817: X server crashes in torus-trooper game

2007-12-15 Thread Joseph Nahmias
On Fri, Dec 14, 2007 at 10:45:11PM +0100, Brice Goglin wrote:
> On Tue, Dec 11, 2007 at 06:53:56PM -0500, Joe Nahmias wrote:
> 
> We need the log of the crash. If X already restarted after the
> crash, the log of the previous session should be available in
> /var/log/Xorg.0.log.old. There should be a backtrace of the
> the crash at the end.
> 
> But, it would be even better to get a full debugging backtrace.
> The easiest way to get one is to:
> * install xserver-xorg-core-dbg
> * login from another machine with ssh and enter 'gdb -p $(pidof X)'
> * reproduce the crash
> * enter 'bt full' in gdb and send us the whole output

OK, as requested, attached is the full backtrace.
For good measure I've also attached the Xorg.log; but, to my untrained
eye, there doesn't seem to be a backtrace included...

> > The device section in xorg.conf is:
> > 
> > Section "Device"
> > Identifier  "Generic Video Card"
> > Driver  "intel"
> > BusID   "PCI:0:2:0"
> > Option  "XAANoOffscreenPixmaps" "true"
> > EndSection
> 
> Note that XAANoOffscreenPixmaps is unused zith intel 2.0 since
> EXA is now used by default instead of XAA.

Thanks!  Removing...

> Brice

--Joe
[EMAIL PROTECTED]:~$ sudo gdb -p $(pidof X)
[sudo] password for joe:
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
Attaching to process 4185
Reading symbols from /usr/bin/Xorg...Reading symbols from 
/usr/lib/debug/usr/bin/Xorg...done.
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
done.
Reading symbols from /lib/i686/cmov/libdl.so.2...done.
Loaded symbols for /lib/i686/cmov/libdl.so.2
Reading symbols from /usr/lib/libXfont.so.1...done.
Loaded symbols for /usr/lib/libXfont.so.1
Reading symbols from /usr/lib/libXau.so.6...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libfontenc.so.1...done.
Loaded symbols for /usr/lib/libfontenc.so.1
Reading symbols from /usr/lib/libpixman-1.so.0...done.
Loaded symbols for /usr/lib/libpixman-1.so.0
Reading symbols from /usr/lib/libhal.so.1...done.
Loaded symbols for /usr/lib/libhal.so.1
Reading symbols from /usr/lib/libdbus-1.so.3...done.
Loaded symbols for /usr/lib/libdbus-1.so.3
Reading symbols from /usr/lib/libXdmcp.so.6...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /lib/i686/cmov/libm.so.6...done.
Loaded symbols for /lib/i686/cmov/libm.so.6
Reading symbols from /lib/i686/cmov/librt.so.1...done.
Loaded symbols for /lib/i686/cmov/librt.so.1
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/i686/cmov/libc.so.6...done.
Loaded symbols for /lib/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libfreetype.so.6...done.
Loaded symbols for /usr/lib/libfreetype.so.6
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/libusb-0.1.so.4...done.
Loaded symbols for /lib/libusb-0.1.so.4
Reading symbols from /lib/i686/cmov/libpthread.so.0...done.
[Thread debugging using libthread_db enabled]
[New Thread 0xb7bc76b0 (LWP 4185)]
Loaded symbols for /lib/i686/cmov/libpthread.so.0
Reading symbols from /usr/lib/xorg/modules/libpcidata.so...Reading symbols from 
/usr/lib/debug/usr/lib/xorg/modules/libpcidata.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules//libpcidata.so
Reading symbols from /usr/lib/xorg/modules/extensions/libextmod.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libextmod.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//libextmod.so
Reading symbols from /usr/lib/xorg/modules/extensions/libdbe.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libdbe.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//libdbe.so
Reading symbols from /usr/lib/xorg/modules/extensions/libglx.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//libglx.so
Reading symbols from /usr/lib/xorg/modules/fonts/libfreetype.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/fonts/libfreetype.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules//fonts/libfreetype.so
Reading symbols from /usr/lib/xorg/modules/extensions/librecord.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg/modules/extensions/librecord.so...done.
done.
Loaded symbols for /usr/lib/xorg/modules/extensions//librecord.so
Reading symbols from /usr/lib/xorg/modules/extensions/libdri.so...Reading 
symbols from /usr/lib/debug/usr/lib/xorg

Bug#431648: RTC device not working on ThinkPad T61

2007-08-07 Thread Joseph Nahmias
On Sat, Aug 04, 2007 at 11:33:08AM +0200, maximilian attems wrote:
> tags 431648 moreinfo
> stop
> 
> 
> should be fixed with 2.6.22
> please install it fresh from unstable.

Sorry, but this didn't fix it:


[EMAIL PROTECTED]:~$ uname -a
Linux wakko 2.6.22-1-686 #1 SMP Sun Jul 29 14:37:42 UTC 2007 i686 GNU/Linux
[EMAIL PROTECTED]:~$ sudo hwclock --show
select() to /dev/rtc to wait for clock tick timed out
[EMAIL PROTECTED]:~$ sudo hwclock --show --directisa
Tue 07 Aug 2007 10:08:16 PM EDT  -0.759896 seconds
[EMAIL PROTECTED]:~$ dpkg -l linux-image-2.6.22-1-686
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  linux-image-2. 2.6.22-3   Linux 2.6.22 image on PPro/Celeron/PII/PIII/


Please let me know if there's anything else I can do to help.

--Joe


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



Bug#378242: dokuwiki: userewrite = 1 not working

2006-07-14 Thread Joseph Nahmias
Package: dokuwiki
Version: 0.0.20060309-5
Severity: normal

Because apache is chroot'ed into /var/www, using the rewrite rules in
/usr/share/dokuwiki/.htaccess does not work.

To fix this I created a symlink in /var/www to /usr/share/dokuwiki:

lrwxrwxrwx 1 root root 19 2006-07-14 10:30 /var/www/dokuwiki -> 
/usr/share/dokuwiki

and change the rewrite rule in /usr/share/dokuwiki/.htaccess to:

RewriteRule (.*)  /dokuwiki/doku.php?id=$1  [QSA,L]


Perhaps you could include these changes in the next revision of
dokuwiki.

Thanks,
--Joe

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dokuwiki depends on:
ii  apache [httpd-cgi]   1.3.34-2versatile, high-performance HTTP s
ii  apache2-mpm-prefork [httpd-c 2.0.55-4traditional model for Apache2
ii  debconf [debconf-2.0]1.5.2   Debian configuration management sy
ii  php4 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  ucf  2.0012  Update Configuration File: preserv

dokuwiki recommends no packages.

-- debconf information:
* dokuwiki/system/documentroot: /dokuwiki
* dokuwiki/system/accessible: global
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/webservers: apache
* dokuwiki/system/purgepages: false


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



Bug#378585: please document /etc/dokuwiki/user{style,print}.css as a way of customizing the stylesheets

2006-07-17 Thread Joseph Nahmias
Package: dokuwiki
Version: 0.0.20060309-5
Severity: minor

I wanted to customize the stylesheets used by dokuwiki.  At first I
modified the files directly in /usr/share/dokuwiki (ie.
/usr/share/dokuwiki/lib/tpl/default/{design,print}.css).  Much, much
later I found a reference to conf/userstyle.css and conf/userprint.css
in dokuwiki's online developer's documentation.

It would be nice if these were mentioned in the README.Debian and if
stubs were installed in /etc/dokuwiki, perhaps with a comment like:

/* Place customizations to print mode style sheet here */


Thanks,
--Joe

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dokuwiki depends on:
ii  apache [httpd-cgi]   1.3.34-2versatile, high-performance HTTP s
ii  apache2-mpm-prefork [httpd-c 2.0.55-4traditional model for Apache2
ii  debconf [debconf-2.0]1.5.2   Debian configuration management sy
ii  php4 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  ucf  2.0012  Update Configuration File: preserv

dokuwiki recommends no packages.



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



Bug#525221: [pkg-boost-devel] Bug#525221: Please package latest upstream release [1.38.0]

2009-04-23 Thread Joseph Nahmias
On Thu, Apr 23, 2009 at 10:28:42AM +0800, Deng Xiyue wrote:
> On Wed, Apr 22, 2009 at 09:58:00PM -0400, Joe Nahmias wrote:
> > Package: boost
> > Version: 1.34.1-16
> > Severity: wishlist
> > 
> > Hello,
> > 
> > The version of boost in unstable [1.34.1] is almost two years old
> > [released July 24th, 2007].  Would you please update to the latest
> > version [1.38.0] which is over two months old at present.
> > 
> 
> There is libboost1.38-dev in squeeze since April 14th.  Boost in Debian
> has been versioned since 1.35.0.  Similarly you can find 1.35.0, 1.37.0
> in the archive.


Fabulous, thanks!  Sorry for the noise.

--Joe



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



Bug#525376: package installation fails during postinst

2009-04-23 Thread Joseph Nahmias
clone 525376 -1
reassign -1 libboost1.37-dbg 1.37.0-8
thanks

Hi, I have the same problem with libboost1.37-dbg that I have with 1.38:

 sudo dpkg --configure -a
Setting up libboost1.37-dbg (1.37.0-8) ...
+ update=/usr/share/python/runtime.d/libboost1.37-dbg.rtupdate
+ which pyversions
++ pyversions -d
+ /usr/share/python/runtime.d/libboost1.37-dbg.rtupdate rtupdate none python2.5
+ debug=
+ case "$0" in
+ action=rtupdate
+ shift
+ case "$action" in
+ rtupdate python2.5
+ case "$1" in
+ py=py25
+ update_linklibs py25 a
+ py=py25
+ suf=a
+ cd /usr/lib
+ for thread in '""' -mt
+ target=libboost_python-py25.a
+ link=libboost_python.a
+ test -e libboost_python-py25.a
+ for thread in '""' -mt
+ target=libboost_python-mt-py25.a
+ link=libboost_python-mt.a
+ test -e libboost_python-mt-py25.a
dpkg: error processing libboost1.37-dbg (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libboost1.37-dbg


On Fri, Apr 24, 2009 at 12:26:11AM -0400, Joe Nahmias wrote:
> Package: libboost1.38-dbg
> Version: 1.38.0-3
> Severity: grave
> 
> Hello, I just tried to install the libboost1.38-dbg package and dpkg
> errors out during the postinst.  I turned on set -x and here's the
> trace:
> 
> $ sudo dpkg --configure -a
> Setting up libboost1.38-dbg (1.38.0-3) ...  
> + update=/usr/share/python/runtime.d/libboost1.38-dbg.rtupdate
> + which pyversions
> ++ pyversions -d
> + /usr/share/python/runtime.d/libboost1.38-dbg.rtupdate rtupdate none 
> python2.5
> + debug=
> + case "$0" in
> + action=rtupdate
> + shift
> + case "$action" in
> + rtupdate python2.5
> + case "$1" in
> + py=py25
> + update_linklibs py25 a
> + py=py25
> + suf=a
> + cd /usr/lib
> + for thread in '""' -mt
> + target=libboost_python-py25.a
> + link=libboost_python.a
> + test -e libboost_python-py25.a
> + for thread in '""' -mt
> + target=libboost_python-mt-py25.a
> + link=libboost_python-mt.a
> + test -e libboost_python-mt-py25.a
> dpkg: error processing libboost1.38-dbg (--configure):
>  subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>  libboost1.38-dbg
> 
> Looking at my /usr/lib/, I see the following:
> 
> $ ls -l /usr/lib/libboost_python-mt*
> -rw-r--r--. 1 root root 7086332 2009-04-04 04:10 
> /usr/lib/libboost_python-mt-d-py24.a
> lrwxrwxrwx. 1 root root  35 2009-04-24 00:04 
> /usr/lib/libboost_python-mt-d-py24.so -> libboost_python-mt-d-py24.so.1.38.0
> -rw-r--r--. 1 root root 4211456 2009-04-04 04:10 
> /usr/lib/libboost_python-mt-d-py24.so.1.38.0
> -rw-r--r--. 1 root root 7091948 2009-04-04 04:10 
> /usr/lib/libboost_python-mt-d-py25.a
> lrwxrwxrwx. 1 root root  35 2009-04-24 00:04 
> /usr/lib/libboost_python-mt-d-py25.so -> libboost_python-mt-d-py25.so.1.38.0
> -rw-r--r--. 1 root root 4215174 2009-04-04 04:10 
> /usr/lib/libboost_python-mt-d-py25.so.1.38.0
> 
> 
> Hope this helps,
> --Joe
> 
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable'), (1, 
> 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.29-1-686 (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/bash



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



Bug#536845: missing defaults / overrides for sysfsutils, hdparm, libdevmapper1.02

2009-07-13 Thread Joseph Nahmias
Package: insserv
Version: 1.12.0-7
Severity: normal

Hi,

Every dpkg trigger run I get the following warning messages:

insserv: warning: current stop runlevel(s) (0 1 6) of script `sysfsutils' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 6) of script `hdparm' overwrites 
defaults (empty).
insserv: warning: script 'libdevmapper1.02' missing LSB tags and overrides

I have the following installed:

ii  sysfsutils   2.1.0-5sysfs 
query tool and boot-time setup
ii  hdparm   9.15-1 tune 
hard disk parameters for high performance
ii  libdevmapper1.02 2:1.02.08-1The 
Linux Kernel Device Mapper userspace library


Thanks,
--Joe

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

Kernel: Linux 2.6.30-1-686 (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/bash

Versions of packages insserv depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  initscripts  2.86.ds1-65 scripts for initializing and shutt
ii  libc62.9-19  GNU C Library: Shared libraries
ii  sysv-rc  2.86.ds1-65 System-V-like runlevel change mech
ii  sysvinit-utils   2.86.ds1-65 System-V-like utilities

insserv recommends no packages.

Versions of packages insserv suggests:
ii  bootchart  0.10~svn407-3 Boot process performance analyser

-- debconf information:
* insserv/enable: true



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



  1   2   3   >