Bug#901253: ITP: golang-github-modern-go-test -- Modern Go test utilities

2018-06-10 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-modern-go-test
  Version : 1.0.0-1
  Upstream Author : Modern Go Programming
* URL : https://github.com/modern-go/test
* License : Apache-2.0
  Programming Lang: Go
  Description : Modern Go test utilities

 Make go unit test more readable:
  * C style assert, with clear error message
  * Diff object, if unequal, tells exactly where is the difference
  * JsonEqual to compare complex object graph

Another new transitive dependency for prometheus and json-iterator.



Bug#901250: ITP: golang-github-modern-go-reflect2 -- reflect api without runtime reflect.Value cost

2018-06-10 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-modern-go-reflect2
  Version : 1.0.0-1
  Upstream Author : Modern Go Programming
* URL : https://github.com/modern-go/reflect2
* License : Apache-2.0
  Programming Lang: Go
  Description : Reflection API without runtime reflect.Value cost
 
 This package provides a reflection API that avoids runtime reflect.Value cost:
 .
  * reflect get/set interface{}, with type checking
  * reflect get/set unsafe.Pointer, without type checking
  * reflect2.TypeByName works like Class.forName found in Java
 .
 This package is designed for low level libraries to optimize reflection
 performance. General applications should still use the standard library 
reflect.

This is a dependency for the latest version of json-iterator.



Bug#901074: ITP: golang-github-modern-go-concurrent -- Golang concurrency utilities

2018-06-08 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-modern-go-concurrent
  Version : 1.0.3-1
  Upstream Author : Modern Go Programming
* URL : https://github.com/modern-go/concurrent
* License : Apache-2.0
  Programming Lang: Go
  Description : Modern-go concurrency utilities
 The modern-go/concurrent library includes a collection of concurrency
 utilities:
 .
  * concurrent.Map: sync.Map backport for golang below 1.9.
  * concurrent.Executor: goroutine with explicit ownership and cancellable.



Bug#901072: ITP: golang-github-json-iterator-go -- A high-performance 100% compatible drop-in replacement of "encoding/json"

2018-06-08 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-json-iterator-go
  Version : 1.1.3-1
  Upstream Author : json-iterator 
* URL : http://jsoniter.com/
* License : Expat
  Programming Lang: Go
  Description : A high-performance drop-in replacement of "encoding/json"
 Json-iterator is a high-performance 100% compatible drop-in replacement of 
 "encoding/json"
 .
 Detailed documentation and migration guide can be found at
 http://jsoniter.com/migrate-from-go-std.html

This is a new dependency for Prometheus 2.3.0



Bug#883900: ITP: golang-github-prometheus-tsdb --

2017-12-08 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-prometheus-tsdb
  Version : 0.0~git20171208.e103f21-1
  Upstream Author : Prometheus
* URL : https://github.com/prometheus/tsdb
* License : Apache-2.0
  Programming Lang: Go
  Description : Prometheus storage layer library
 This package contains the new Prometheus storage layer that will
 be used in its 2.0 release.



Bug#883898: ITP: golang-github-mwitkow-go-conntrack -- Go middleware for net.Conn tracking (Prometheus/trace)

2017-12-08 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-mwitkow-go-conntrack
  Version : 0.0~git20161129.cc309e4-1
  Upstream Author : Michal Witkowski
* URL : https://github.com/mwitkow/go-conntrack
* License : Apache-2.0
  Programming Lang: Go
  Description : Go middleware for net.Conn tracking

 Prometheus (https://prometheus.io/) monitoring and x/net/trace
 (https://godoc.org/golang.org/x/net/trace#EventLog) tracing wrappers for
 net.Conn, both inbound (net.Listener) and outbound (net.Dialer).
 .
 Go standard library does a great job of doing "the right" things with
 your connections: http.Transport pools outbound ones, and http.Server
 sets good Keep Alive defaults.  However, it is still easy to get it
 wrong.
 .
 That's why you should be able to monitor (using Prometheus) how many
 connections your Go frontend servers have inbound, and how big are the
 connection pools to your backends. You should also be able to inspect
 your connection without ssh and netstat.


This is a new dependency for prometheus 2.0



Bug#883825: ITP: golang-github-go-kit-kit -- Programming toolkit for microservices

2017-12-07 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-go-kit-kit
  Version : 0.6.0
  Upstream Author : Peter Bourgon
* URL : https://github.com/go-kit/kit
* License : Expat
  Programming Lang: Go
  Description : Programming toolkit for microservices

Go kit is a set of packages and best practices, which provide a
comprehensive, robust, and trustable way of building microservices for
organizations of any size.

As the dependency tree is enormous, the Debian package only offers some of the
components of Go kit:

  * auth
  * endpoint
  * log
  * tracing
  * transport
  * util



Bug#876749: ITP: golang-github-hashicorp-go-sockaddr -- IP Address/UNIX Socket convenience functions for Go

2017-09-25 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-hashicorp-go-sockaddr
  Version : 0.0~git20170627.0.41949a1-1
  Upstream Author : HashiCorp
* URL : https://github.com/hashicorp/go-sockaddr
* License : MPL-2.0
  Programming Lang: Go
  Description : IP address/UNIX socket convenience functions for Go
 go-sockaddr is a convenience library that makes doing the right thing with IP
 addresses easy.  go-sockaddr is loosely modeled after the UNIX sockaddr_t and
 creates a union of the family of sockaddr_t types.
 .
 The primary intent of the library was to make it possible
 to define heuristics for selecting the correct IP addresses
 when a configuration is evaluated at runtime.

This is a dependency for the new version of consul.



Bug#876650: ITP: golang-github-go-logfmt-logfmt -- Package logfmt marshals and unmarshals logfmt messages.

2017-09-24 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-go-logfmt-logfmt
  Version : 0.3.0-1
  Upstream Author : go-logfmt
* URL : https://github.com/go-logfmt/logfmt
* License : Expat
  Programming Lang: Go
  Description : Marshals and unmarshals logfmt messages

 Package logfmt implements utilities to marshal and unmarshal data in the
 logfmt format (https://brandur.org/logfmt). It provides an API similar
 to encoding/json (http://golang.org/pkg/encoding/json/) and encoding/xml
 (http://golang.org/pkg/encoding/xml/).
 .
 The logfmt format has not been formally standardized. The most authoritative
 public specification to date has been the documentation of a Go Language
 package (http://godoc.org/github.com/kr/logfmt) written by Blake Mizerany and
 Keith Rarick.
 .
 This project attempts to conform as closely as possible to the prior art,
 while also removing ambiguity where necessary to provide well behaved encoder
 and decoder implementations.

This is a new dependency for prometheus 2.0.



Bug#876298: ITP: golang-github-nightlyone-lockfile -- Handle locking via pid files

2017-09-20 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-nightlyone-lockfile
  Version : 0.0~git20170804.0.6a197d5-1
  Upstream Author : Ingo Oeser
* URL : https://github.com/nightlyone/lockfile
* License : Expat
  Programming Lang: Go
  Description : Golang library to handle locking via pid files

 Package lockfile handles pid file based locking. While a sync.Mutex helps
 against concurrency issues within a single process, this package is designed
 to help against concurrency issues between cooperating processes or
 serializing multiple invocations of the same process. You can also combine
 sync.Mutex with Lockfile in order to serialize an action between different
 goroutines in a single program and also multiple invocations of this program.

This is a new dependency for prometheus 2.0.



Bug#876296: ITP: golang-github-oklog-ulid -- Universally Unique Lexicographically Sortable Identifier (ULID) in Go

2017-09-20 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari 

* Package name: golang-github-oklog-ulid
  Version : 0.3.0+git20170117.6.66bb656-1
  Upstream Author : OK Log
* URL : https://github.com/oklog/ulid
* License : Apache-2.0
  Programming Lang: Go
  Description : Universally Unique Lexicographically Sortable Identifier 
(ULID) in Go

 A Go port of alizain/ulid (https://github.com/alizain/ulid) with binary
 format implemented.

 A ULID is a replacement for GUID/UUIDs with some useful properties:
 .
  * Lexicographically sortable.
  * Compatible with UUID/GUIDs.
  * Very fast generation.
  * Canonically encoded as a 26 character string.

This is a new dependency for prometheus 2.0.



Bug#624602: installation-reports: wireless-tools not installed after using wifi in install

2011-04-29 Thread Martin Ferrari
Package: installation-reports
Severity: normal


-- Package-specific info:

Boot method: usb
Image version: stable netinst for usb sticks
Date: 27/4/2011 circa 6am

Machine: hp proliant microserver
Partitions: 


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

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

Comments/Problems:

During install I used a USB wifi dongle (zd1201) as network connection. After 
booting, /etc/network/interfaces only contains loopback and wireless-tools is 
not installed, which can be a big problem if user does not have ethernet.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20110106+squeeze1
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
uname -a: Linux buda 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS880 Host 
Bridge [1022:9601]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 00:01.0 PCI bridge [0604]: Hewlett-Packard Company Device 
[103c:9602]
lspci -knn: 00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI 
to PCI bridge (PCIE port 2) [1022:9606]
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 
SATA Controller [AHCI mode] [1002:4391] (rev 40)
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB 
OHCI0 Controller [1002:4397]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: 00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB 
EHCI Controller [1002:4396]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB 
OHCI0 Controller [1002:4397]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: 00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB 
EHCI Controller [1002:4396]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller 
[1002:4385] (rev 42)
lspci -knn: 00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE 
Controller [1002:439c] (rev 40)
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: pata_atiixp
lspci -knn: 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC 
host controller [1002:439d] (rev 40)
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI 
Bridge [1002:4384] (rev 40)
lspci -knn: 00:16.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB 
OHCI0 Controller [1002:4397]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: 00:16.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB 
EHCI Controller [1002:4396]
lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor HyperTransport Configuration [1022:1200]
lspci -knn: 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor Address Map [1022:1201]
lspci -knn: 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor DRAM Controller [1022:1202]
lspci -knn: 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor Miscellaneous Control [1022:1203]
lspci -knn: 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h 
Processor Link Control [1022:1204]
lspci -knn: 01:05.0 VGA compatible controller [0300]: ATI 

Bug#624603: wireless-tools: Incorrect handling of wireless-defaultkey

2011-04-29 Thread Martin Ferrari
Package: wireless-tools
Version: 30~pre9-5
Severity: important

Following the instructions in the Debian manual and the README, I configured my 
interface as:
wireless-key1 0123-4567-89ab-cdef
wireless-defaultkey 1
wireless-keymode open

Which gets translated (seen with strace) into:
iwconfig wlan0 key [1] 0123-4567-89ab-cdef
iwconfig wlan0 key [1]
iwconfig wlan0 key open

The last two commands have the effect (tried executing by hand) of removing the 
key from the interface. I had to use the (non-documented) -key variation and 
hope that the default mode will be open.

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

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

Versions of packages wireless-tools depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libiw30   30~pre9-5  Wireless tools - library

wireless-tools recommends no packages.

wireless-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#587148: hpodder: Some of the sample podcasts doesn't work

2010-06-25 Thread Martin Ferrari
Package: hpodder
Version: 1.1.5.0+nmu2
Severity: normal

I am trying out hpodder, and I'm having problems with the sample podcasts. To 
make things worse, it seems to hang after getting an error in one of them, so 
it might in fact be a serious bug...


OK!  Last question:  Would you like hpodder to
automatically subscribe you to a few sample podcasts?  This could be a nice
way to see what's out there.  You can always remove these or add your own
later.

  Subscribe to sample podcasts? [Y/n] 
OK, just a moment while I initialize those feeds for you...
Podcast added:
URL: http://soundofhistory.complete.org/files_soh/podcast.xml
ID: 1
Podcast added:
URL: http://www.thelinuxlink.net/tllts/tllts.rss
ID: 2
Podcast added:
URL: http://www.itconversations.com/rss/recentWithEnclosures.php
ID: 3
Podcast added:
URL: http://www.sciam.com/podcast/sciam_podcast_r.xml
ID: 4
Podcast added:
URL: http://www.npr.org/rss/podcast.php?id=510019
ID: 5
Podcast added:
URL: http://amateurtraveler.com/podcast/rss.xml
ID: 6
Podcast added:
URL: http://broadband.wgbh.org/amex/rss/podcast_np.xml
ID: 7
Podcast added:
URL: http://www.npr.org/rss/podcast.php?id=70
ID: 8
8 podcast(s) to consider

Get: 6 
Get: 7 
Get: 1 
 *** 6: Message on http://amateurtraveler.com/podcast/rss.xml: 
curl: (22) The requested URL returned error: 404

 *** 6: Failure downloading feed   
Get: 3 
Get: 5 
Get: 4 
Get: 8 
62% [8 0 B/1 B 0%] [4 0 B/1 B 0%]  0 B/s 
5shpodder: [strof: expecting CElem in title, got  at channel\n
lastBuildDate/\n  /channel]
Get: 2 
100%   0 B/s 0s


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

Kernel: Linux 2.6.34-rc5 (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 hpodder depends on:
ii  curl  7.21.0-1   Get a file from an HTTP, HTTPS or 
ii  id3v2 0.1.12-1   A command line id3v2 tag editor
ii  libc6 2.11.2-1   Embedded GNU C Library: Shared lib
ii  libffi5   3.0.9-2Foreign Function Interface library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libsqlite3-0  3.6.23.1-4 SQLite 3 shared library

hpodder recommends no packages.

hpodder 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#577640: linux-image-2.6.33-2-amd64: Kernel warnings in netns thread

2010-04-13 Thread Martin Ferrari
Package: linux-2.6
Version: 2.6.33-1~experimental.4
Severity: normal
Tags: experimental

Firstly, please note that I'm running this inside a Qemu, but I imagine that it 
should not change things much.

I installed 2.6.33 to try out the new improvements regarding network 
namespaces, and while creating and killing hundreds of them, I got many 
warnings from the kernel that might indicate a bug somewhere. Please see the 
log already included by reportbug.

-- Package-specific info:
** Version:
Linux version 2.6.33-2-amd64 (Debian 2.6.33-1~experimental.4) (m...@debian.org) 
(gcc version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Wed Mar 17 18:41:49 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.33-2-amd64 
root=UUID=195c18a2-eda7-40b8-8748-381999d6c854 ro quiet

** Tainted: W (512)
 * Taint on warning.

** Kernel log:
[ 6696.034566] ---[ end trace ef7b93cb006e989d ]---
[ 6696.035331] [ cut here ]
[ 6696.035334] WARNING: at 
/build/mattems-linux-2.6_2.6.33-1~experimental.4-amd64-ieqSsa/linux-2.6-2.6.33-1~experimental.4/debian/build/source_amd64_none/kernel/sysctl.c:1894
 unregister_sysctl_table+0xa6/0xd1()
[ 6696.035336] Hardware name: 
[ 6696.035337] Modules linked in: veth loop parport_pc parport snd_pcm tpm_tis 
evdev snd_timer i2c_piix4 tpm tpm_bios button processor serio_raw i2c_core snd 
soundcore snd_page_alloc pcspkr psmouse ext3 jbd mbcache sg sr_mod cdrom sd_mod 
crc_t10dif ata_generic ata_piix libata floppy 8139cp thermal thermal_sys 
8139too mii scsi_mod [last unloaded: veth]
[ 6696.035354] Pid: 9, comm: netns Tainted: GW  2.6.33-2-amd64 #1
[ 6696.035355] Call Trace:
[ 6696.035357]  [8104e303] ? unregister_sysctl_table+0xa6/0xd1
[ 6696.035360]  [8104e303] ? unregister_sysctl_table+0xa6/0xd1
[ 6696.035362]  [81046b81] ? warn_slowpath_common+0x77/0xa3
[ 6696.035364]  [8104e303] ? unregister_sysctl_table+0xa6/0xd1
[ 6696.035367]  [812b1205] ? addrconf_ifdown+0x26f/0x2cc
[ 6696.035369]  [81247edc] ? neigh_sysctl_unregister+0x1a/0x31
[ 6696.035371]  [812b1211] ? addrconf_ifdown+0x27b/0x2cc
[ 6696.035374]  [812b2b0c] ? addrconf_notify+0x714/0x7ea
[ 6696.035376]  [811eb2e7] ? extract_entropy+0x6a/0x125
[ 6696.035379]  [81053aaf] ? lock_timer_base+0x26/0x4b
[ 6696.035382]  [8123951c] ? skb_dequeue+0x50/0x58
[ 6696.035384]  [812482c8] ? pneigh_queue_purge+0x25/0x2f
[ 6696.035386]  [81249a91] ? neigh_ifdown+0xba/0xc9
[ 6696.035389]  [81062f6d] ? notifier_call_chain+0x29/0x4c
[ 6696.035392]  [81243662] ? rollback_registered_many+0xed/0x19c
[ 6696.035394]  [8124371f] ? unregister_netdevice_many+0xe/0x57
[ 6696.035397]  [812438a3] ? default_device_exit_batch+0x92/0xa3
[ 6696.035399]  [8123e97a] ? cleanup_net+0xfd/0x1af
[ 6696.035402]  [8105bd0d] ? worker_thread+0x188/0x21d
[ 6696.035404]  [8123e87d] ? cleanup_net+0x0/0x1af
[ 6696.035406]  [8105f2d2] ? autoremove_wake_function+0x0/0x2e
[ 6696.035409]  [8105bb85] ? worker_thread+0x0/0x21d
[ 6696.035411]  [8105ee99] ? kthread+0x79/0x81
[ 6696.035414]  [810098e4] ? kernel_thread_helper+0x4/0x10
[ 6696.035416]  [8105ee20] ? kthread+0x0/0x81
[ 6696.035418]  [810098e0] ? kernel_thread_helper+0x0/0x10
[ 6696.035419] ---[ end trace ef7b93cb006e989e ]---
[ 6696.037287] [ cut here ]
[ 6696.037290] WARNING: at 
/build/mattems-linux-2.6_2.6.33-1~experimental.4-amd64-ieqSsa/linux-2.6-2.6.33-1~experimental.4/debian/build/source_amd64_none/kernel/sysctl.c:1894
 unregister_sysctl_table+0xa6/0xd1()
[ 6696.037293] Hardware name: 
[ 6696.037294] Modules linked in: veth loop parport_pc parport snd_pcm tpm_tis 
evdev snd_timer i2c_piix4 tpm tpm_bios button processor serio_raw i2c_core snd 
soundcore snd_page_alloc pcspkr psmouse ext3 jbd mbcache sg sr_mod cdrom sd_mod 
crc_t10dif ata_generic ata_piix libata floppy 8139cp thermal thermal_sys 
8139too mii scsi_mod [last unloaded: veth]
[ 6696.037311] Pid: 9, comm: netns Tainted: GW  2.6.33-2-amd64 #1
[ 6696.037312] Call Trace:
[ 6696.037314]  [8104e303] ? unregister_sysctl_table+0xa6/0xd1
[ 6696.037317]  [8104e303] ? unregister_sysctl_table+0xa6/0xd1
[ 6696.037319]  [81046b81] ? warn_slowpath_common+0x77/0xa3
[ 6696.037321]  [8104e303] ? unregister_sysctl_table+0xa6/0xd1
[ 6696.037324]  [812b1205] ? addrconf_ifdown+0x26f/0x2cc
[ 6696.037326]  [81247edc] ? neigh_sysctl_unregister+0x1a/0x31
[ 6696.037328]  [812b1211] ? addrconf_ifdown+0x27b/0x2cc
[ 6696.037331]  [812b2b0c] ? addrconf_notify+0x714/0x7ea
[ 6696.037333]  [811eb2e7] ? extract_entropy+0x6a/0x125
[ 6696.037336]  [81053aaf] ? lock_timer_base+0x26/0x4b
[ 6696.037339]  [8123951c] ? skb_dequeue+0x50/0x58
[ 6696.037341]  [812482c8] ? pneigh_queue_purge+0x25/0x2f
[ 6696.037343]  [81249a91] ? neigh_ifdown+0xba/0xc9

Bug#521436: mrtg fails when lock directory doesn't exist

2009-03-27 Thread Martin Ferrari
Package: mrtg
Version: 2.16.2-3
Severity: normal


I'm using tmpfs for /var/lock, as detailed in the /etc/default/tmpfs file:

$ cat /etc/default/tmpfs 
# SHM_SIZE sets the maximum size (in bytes) that the /dev/shm tmpfs can use.
# If this is not set then the size defaults to the value of TMPFS_SIZE
# if that is set; otherwise to the kernel's default.
#
# The size will be rounded down to a multiple of the page size, 4096 bytes.
SHM_SIZE=
RAMRUN=yes
RAMLOCK=yes

In this case, after a reboot, the /var/lock directory is empty and mrtg fails
with this message:

2009-03-27 06:55:03: ERROR: Creating templock 
/var/lock/mrtg/_etc_mrtg.cfg_l_13644: No such file or directory at 
/usr/bin/mrtg line 1833.

Either mrtg should create the directory, or the cron job must do it. Trivial 
patch following:

--- mrtg2009-03-27 11:15:00.0 -0300
+++ /etc/cron.d/mrtg2009-03-27 11:15:24.0 -0300
@@ -1 +1 @@
-*/5 *  * * *   rootif [ -x /usr/bin/mrtg ]  [ -r /etc/mrtg.cfg ]; then 
env LANG=C /usr/bin/mrtg /etc/mrtg.cfg 21 | tee -a /var/log/mrtg/mrtg.log ; fi
+*/5 *  * * *   rootif [ -x /usr/bin/mrtg ]  [ -r /etc/mrtg.cfg ]; then 
mkdir -p /var/lock/mrtg; env LANG=C /usr/bin/mrtg /etc/mrtg.cfg 21 | tee -a 
/var/log/mrtg/mrtg.log ; fi


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

Kernel: Linux 2.6.26-1-486
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 mrtg depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgd2-noxpm   2.0.36~rc1~dfsg-3 GD Graphics Library version 2 (wit
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libsnmp-session-perl   1.12-1Perl support for accessing SNMP-aw
ii  perl   5.10.0-19 Larry Wall's Practical Extraction 
ii  perl-modules   5.10.0-19 Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

mrtg recommends no packages.

Versions of packages mrtg suggests:
ii  lighttpd [httpd]   1.4.19-5  A fast webserver with minimal memo
ii  links [www-browser]2.1pre37-1.1  Web browser running in text mode
ii  lynx-cur [www-browser] 2.8.7dev9-2.1 Text-mode WWW Browser with NLS sup
pn  mrtg-contrib   none(no description available)

-- debconf information:
  mrtg/own_user: true
* mrtg/conf_mods: true



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



Bug#428561: linux-image-2.6.20-1-686: Documentation error in kernel-image.conf

2007-06-12 Thread martin . ferrari
Package: linux-image-2.6.20-1-686
Version: 2.6.20-3
Severity: normal

The default setting for link_in_boot has changed silently to enabled. This is 
not reflected in the manpage and will disrupt configurations expecting the 
latest kernel in /vmlinuz (i.e. lilo, kexec). Also the YESB string seems like 
a typo.

--- /var/lib/dpkg/info/linux-image-2.6.18-4-686.postinst2007-03-26 
19:42:17.0 -0300
+++ /var/lib/dpkg/info/linux-image-2.6.20-1-686.postinst2007-04-24 
23:21:33.0 -0300
@@ -25,8 +25,8 @@
 $|=1;
 
 # Predefined values:
-my $version   = 2.6.18-4-686;
-my $link_in_boot  = ;  # Should be empty, mostly
+my $version   = 2.6.20-1-686;
+my $link_in_boot  = YESB;  # Should be empty, mostly
 my $no_symlink= ;   # Should be empty, mostly
 my $reverse_symlink   = ;   # Should be empty, mostly
 my $do_symlink= Yes;  # target machine defined

-- Package-specific info:

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

Kernel: Linux 2.6.21-1-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 linux-image-2.6.20-1-686 depends on:
ii  initramfs-tools [linux-initr 0.88tools for generating an initramfs
ii  module-init-tools3.3-pre11-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.20-1-686 recommends:
ii  libc6-i6862.5-10 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.20-1-686/postinst/depmod-error-initrd-2.6.20-1-686: false
  linux-image-2.6.20-1-686/postinst/old-initrd-link-2.6.20-1-686: true
  linux-image-2.6.20-1-686/preinst/already-running-this-2.6.20-1-686:
  linux-image-2.6.20-1-686/preinst/failed-to-move-modules-2.6.20-1-686:
  linux-image-2.6.20-1-686/postinst/create-kimage-link-2.6.20-1-686: true
  linux-image-2.6.20-1-686/prerm/removing-running-kernel-2.6.20-1-686: true
  linux-image-2.6.20-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.20-1-686/postinst/bootloader-test-error-2.6.20-1-686:
  linux-image-2.6.20-1-686/preinst/initrd-2.6.20-1-686:
  linux-image-2.6.20-1-686/preinst/lilo-initrd-2.6.20-1-686: true
  linux-image-2.6.20-1-686/postinst/old-system-map-link-2.6.20-1-686: true
  linux-image-2.6.20-1-686/prerm/would-invalidate-boot-loader-2.6.20-1-686: true
  linux-image-2.6.20-1-686/preinst/abort-install-2.6.20-1-686:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.20-1-686/preinst/overwriting-modules-2.6.20-1-686: true
  linux-image-2.6.20-1-686/preinst/abort-overwrite-2.6.20-1-686:
  linux-image-2.6.20-1-686/preinst/bootloader-initrd-2.6.20-1-686: true
  linux-image-2.6.20-1-686/postinst/bootloader-error-2.6.20-1-686:
  linux-image-2.6.20-1-686/preinst/elilo-initrd-2.6.20-1-686: true
  linux-image-2.6.20-1-686/postinst/kimage-is-a-directory:
  linux-image-2.6.20-1-686/postinst/depmod-error-2.6.20-1-686: false
  linux-image-2.6.20-1-686/postinst/old-dir-initrd-link-2.6.20-1-686: true


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



Bug#409247: vtun fails to create /etc/rc*.d links

2007-02-01 Thread Martin Ferrari
Package: vtun
Version: 2.6-6
Severity: important

An stupid error of mine in the maintainer scripts prevented the run of
update-rc.d. I think this should be fixed before etch.

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

Versions of packages vtun depends on:
ii  debconf [debconf-2.0]1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  liblzo1  1.08-3  data compression library (old vers
ii  libssl0.9.8  0.9.8c-4SSL shared libraries
ii  zlib1g   1:1.2.3-13  compression library - runtime

vtun recommends no packages.

-- no debconf information


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



Bug#407166: jabber uses nonstandard places for init-related configuration

2007-01-16 Thread Martin Ferrari
Package: jabber
Version: 1.4.3-3
Severity: minor


jabber places the configuration for the init.d script in
/etc/jabber/jabber.cfg instead of /etc/default/jabber
(http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.3.2). Also,
the init.d script sources a file in /etc/jabber, provided by jabber-common, 
which is only a pid checker, and I think should be using 
/lib/lsb/init-functions.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages jabber depends on:
ii  jabber-common0.4 Jabber server and transport (commo
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libexpat11.95.8-3.3  XML parsing C library - runtime li
ii  libpth20 [libpth2]   2.0.7-4 The GNU Portable Threads
ii  libssl0.9.7  0.9.7k-3SSL shared libraries
ii  procps   1:3.2.7-3   /proc file system utilities

jabber recommends no packages.

-- no debconf information


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



Bug#404581: initramfs-tools: Missing dependency on correct coreutils

2006-12-26 Thread Martin Ferrari
Package: initramfs-tools
Version: 0.85c
Severity: normal


While upgrading some packages from sarge, I've got:

Setting up linux-image-2.6.18-3-686 (2.6.18-7) ...

 Hmm. The package shipped with a symbolic link /lib/modules/2.6.18-3-686/source
 However, I can not read the target: No such file or directory
 Therefore, I am deleting /lib/modules/2.6.18-3-686/source

Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
readlink: invalid option -- m
Try `readlink --help' for more information.
readlink: invalid option -- m
Try `readlink --help' for more information.
readlink: invalid option -- m
Try `readlink --help' for more information.
readlink: invalid option -- m
Try `readlink --help' for more information.

So, I think a dependency on versioned coreutils is needed.

-- Package-specific info:
-- /proc/cmdline
auto BOOT_IMAGE=vmlinuz ro root=302 devfs=mount

-- /proc/filesystems
cramfs
ext3

-- lsmod
Module  Size  Used by
af_packet  22600  0 
nfs   193952  2 
ipv6  265124  36 
nfsd  201344  8 
exportfs6400  1 nfsd
lockd  63944  3 nfs,nfsd
sunrpc153156  6 nfs,nfsd,lockd
dm_mod 59804  0 
capability  4520  0 
commoncap   7232  1 capability
ide_cd 42656  0 
cdrom  40732  1 ide_cd
sg 39168  0 
aha152x39376  0 
scsi_mod  125228  2 sg,aha152x
3c59x  39400  0 
mousedev   10476  0 
psmouse20360  0 
pcspkr  3592  0 
apm21100  0 
rtc12760  0 
ext3  127432  5 
jbd62616  1 ext3
mbcache 9348  1 ext3
ide_generic 1408  0 
piix   13440  1 
ide_disk   19296  7 
ide_core  139940  4 ide_cd,ide_generic,piix,ide_disk
unix   28788  68 
font8320  0 
vesafb  6656  0 
cfbcopyarea 3872  1 vesafb
cfbimgblt   3040  1 vesafb
cfbfillrect 3776  1 vesafb

-- kernel-img.conf
Do_Symlinks = Yes
do_initrd = Yes


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.1.3-3  Tiny utilities for small and embed
ii  cpio  2.5-1.3GNU cpio -- a program to manage ar
ii  klibc-utils   1.4.30-1   small statically-linked utilities 
ii  module-init-tools 3.3-pre3-1 tools for managing Linux kernel mo
ii  udev  0.103-1/dev/ and hotplug management daemo

-- no debconf information


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



Bug#397517: ferm: Incomplete migration instructions

2006-11-07 Thread Martin Ferrari
Package: ferm
Version: 1.2.1-1
Severity: normal


The manpage is incomplete about migration from previous versions of
ferm. Running my old ferm script, ferm said about option automod:
The 'option' keyword is deprecated

And the manpage says nothing about it. So I disabled the statement and
everything broke, because now you have to prefix rules with mod
module, and there is no non-deprecated substitute for automod.

Also (and this is a wishlist), migration could be automated, I think.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ferm depends on:
ii  debconf 1.5.6Debian configuration management sy
ii  iptables1.3.5.0debian1-1 Linux kernel 2.4+ iptables adminis
ii  lsb-base3.1-15   Linux Standard Base 3.1 init scrip
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 

ferm recommends no packages.

-- debconf information excluded


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



Bug#393235: valgrind: Valgrind doesn't know about ENTER instruction

2006-10-15 Thread Martin Ferrari
Package: valgrind
Version: 1:3.2.0-2
Severity: normal

Although it seems that nobody still uses it, the ENTER instruction is
supported by all ia32 processors and valgrind chokes on it: 

vex x86-IR: unhandled instruction bytes: 0xC8 0x0 0x0 0x0
==12372== valgrind: Unrecognised instruction at address 0x8049D37.

The disassemble is:

 8049d37:   c8 00 00 00 enter  $0x0,$0x0

The program runs perfectly without valgrind

Below is a test program which triggers this error. Compile with:
$ nasm -felf test.asm
$ gcc -o test test.o
$ valgrind ./test

-- test.asm ---
section .text
global main

main:
enter 0, 0
leave
ret
---

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

Versions of packages valgrind depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries

Versions of packages valgrind recommends:
ii  gdb6.4.90.dfsg-1 The GNU Debugger

-- no debconf information



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



Bug#392022: Strange problem wrt phpmyadmin configuration

2006-10-09 Thread Martin Ferrari
Package: phpmyadmin
Version: 4:2.8.2-0.2
Severity: normal

I don't quite understand what's happening. But after some headbanging, I
found that phpmyadmin wasn't reading /etc/phpmyadmin/config.inc.php at
all!

Touching /usr/share/phpmyadmin/config.inc.php solves the problem until
the next modification; it seems that if this file is newer, the one at
/etc is ignored. I really don't understand why. I could reproduce this
behauvoir in two different hosts.

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

Versions of packages phpmyadmin depends on:
ii  debconf [debconf-2.0] 1.5.5  Debian configuration management sy
ii  php5-cgi  5.1.6-1server-side, HTML-embedded scripti
ii  php5-mysql5.1.6-1MySQL module for php5
ii  ucf   2.0015 Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
ii  apache2   2.0.55-4.1 next generation, scalable, extenda
ii  apache2-mpm-worker [httpd]2.0.55-4.1 high speed threaded model for Apac
pn  php5-gd | php4-gd none (no description available)
pn  php5-mcrypt | php4-mcrypt none (no description available)

-- debconf information excluded



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



Bug#388665: planner: Planner crashes when using fixed times

2006-09-21 Thread Martin Ferrari
Package: planner
Version: 0.14-10
Severity: normal


If you do this, planner crashes immediatly:
- create a resource
- create a task
- set it to fixed duration
- allocate a resource to it

I can reproduce it with different locales and with empty files.

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

Versions of packages planner depends on:
ii  gconf2 2.14.0-4  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.2-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-4  The Bonobo UI library
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libgda2-3  1.2.3-2   GNOME Data Access library for GNOM
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.3-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-3  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-1  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-2 X11 Session Management library
ii  libx11-6   2:1.0.0-8 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxslt1.1 1.1.17-4  XSLT processing library - runtime 
ii  python2.4  2.4.3-8   An interactive high-level object-o
ii  scrollkeeper   0.3.14-11 A free electronic cataloging syste
ii  shared-mime-info   0.19-1FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages planner recommends:
pn  gda2-postgres none (no description available)

-- no debconf information



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



Bug#388506: planner: Incorrect URL in description

2006-09-20 Thread Martin Ferrari
Package: planner
Version: 0.14-10
Severity: minor


The long description of planner says:
 Homepage:  http://planner.imendio.org/

But that page doesn't work, and imendio says they no longer maintain it.
The current homepage seems to be: http://live.gnome.org/Planner

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

Versions of packages planner depends on:
ii  gconf2 2.14.0-4  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-4  The Bonobo UI library
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libgda2-3  1.2.3-2   GNOME Data Access library for GNOM
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-3  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-1  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-2 X11 Session Management library
ii  libx11-6   2:1.0.0-8 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxslt1.1 1.1.17-4  XSLT processing library - runtime 
ii  python2.4  2.4.3-8   An interactive high-level object-o
ii  scrollkeeper   0.3.14-11 A free electronic cataloging syste
ii  shared-mime-info   0.17-2FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages planner recommends:
pn  gda2-postgres none (no description available)

-- no debconf information



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



Bug#384508: tar: -l option changed meaning, without any warning!

2006-08-24 Thread Martin Ferrari
Package: tar
Version: 1.15.91-2
Severity: normal


*Many* scripts of mine broke with this, -l used to mean
--one-file-system, and without any notice, changed to --check-links

Also, the manpage doesn't reflect this!

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

Versions of packages tar depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries

tar recommends no packages.

-- no debconf information


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



Bug#381970: gcc-4.1: [hppa][mips] gcc produces wrong code under -O2

2006-08-07 Thread Martin Ferrari
Package: gcc-4.1
Version: 4.1.1-2
Severity: normal


When trying to solve #374396, we found that gcc with -O2 produces wrong
code in some corner cases in mips and hppa. The problem goes away with
-fno-delayed-brach, but -O0 -fdelayed-branch does not reproduce the
problem. I've tried unsuccessfully to recreate minimally the problem,
but it seems that there are factors governing the optimizations that
I'm not aware.

The problem is in this loop:

while (cdouble  0.0)
cdouble += adouble;

Where cdouble and adouble are doubles (DUH!). It seems that with delayed
branchs, the addition is performed regardless of the result of the test
condition, and when the loop ends, the action is reversed by
substracting. As this is in floation point arithmetic, and the values
are big enough, there is a overflow which is not correctly reversed.

Please see the mentioned bug report for more details. Take into account
that this was causing a FTBFS in perl because it has a LOT of testcases,
but maybe other programs are affected.



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



Bug#378273: xchat-common: Errors in spanish translation

2006-07-14 Thread Martin Ferrari
Package: xchat-common
Version: 2.6.4-2
Severity: minor
Tags: patch l10n


The spanish translation is outdated and has many errors. I include a
patch which corrects many of them.

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

Versions of packages xchat-common depends on:
ii  gconf22.14.0-1   GNOME configuration database syste

Versions of packages xchat-common recommends:
ii  xchat 2.6.4-2IRC client for X similar to AmIRC

-- no debconf information
--- es.po.orig	2006-07-14 16:11:28.975045148 -0300
+++ es.po	2006-07-14 19:03:58.099793922 -0300
@@ -4593,7 +4593,7 @@
 
 #: src/fe-gtk/setup.c:106
 msgid Show marker line
-msgstr Mostrar fuera de linea (away) sólo una vez
+msgstr Mostrar señalador
 
 #: src/fe-gtk/setup.c:107
 msgid Insert a red line after the last read text.
@@ -4601,7 +4601,7 @@
 
 #: src/fe-gtk/setup.c:108
 msgid Transparency Settings
-msgstr Configuraciones trasparentes
+msgstr Configuración de trasparencia
 
 #: src/fe-gtk/setup.c:109
 msgid Red:
@@ -4625,7 +4625,7 @@
 
 #: src/fe-gtk/setup.c:115
 msgid Time stamp format:
-msgstr Formato de inserción de hora:
+msgstr Formato de inserción de fecha/hora:
 
 #: src/fe-gtk/setup.c:116 src/fe-gtk/setup.c:328
 msgid See strftime manpage for details.
@@ -4641,20 +4641,19 @@
 
 #: src/fe-gtk/setup.c:126
 msgid Spell checking
-msgstr 
+msgstr Corrección ortográfica
 
 #: src/fe-gtk/setup.c:129
 msgid Nick Completion
 msgstr Completar apodo
 
 #: src/fe-gtk/setup.c:130
-#, fuzzy
 msgid Automatic nick completion (without TAB key)
-msgstr Completar apodo automáticamente
+msgstr Completar apodo automáticamente (sin TAB)
 
 #: src/fe-gtk/setup.c:132
 msgid Nick completion suffix:
-msgstr Sufijo de complemento para el apodo:
+msgstr Sufijo al completar el apodo:
 
 #: src/fe-gtk/setup.c:135
 msgid Input Box Codes
@@ -4679,7 +4678,7 @@
 
 #: src/fe-gtk/setup.c:156
 msgid Z-A, Ops last
-msgstr Z-A, Operadores abajo
+msgstr Z-A, Operadores últimos
 
 #: src/fe-gtk/setup.c:157
 msgid Z-A
@@ -4711,7 +4710,7 @@
 
 #: src/fe-gtk/setup.c:171
 msgid Track the Away status of users and mark them in a different color
-msgstr 
+msgstr Seguir el estado de ausencia de usuarios y marcarlos en un color diferente
 
 #: src/fe-gtk/setup.c:172
 msgid On channels smaller than:
@@ -4824,18 +4823,17 @@
 
 #: src/fe-gtk/setup.c:233
 msgid Yes
-msgstr 
+msgstr Sí
 
 #: src/fe-gtk/setup.c:234
 msgid Browse for save folder every time
-msgstr 
+msgstr Elegir carpeta destino cada vez
 
 #: src/fe-gtk/setup.c:240
 msgid Files and Directories
 msgstr Archivos y directorios
 
 #: src/fe-gtk/setup.c:241
-#, fuzzy
 msgid Auto accept file offers:
 msgstr Aceptar archivos automáticamente
 
@@ -4884,7 +4882,6 @@
 msgstr Último puerto de envío DCC:
 
 #: src/fe-gtk/setup.c:253
-#, fuzzy
 msgid !Leave ports at zero for full range.
 msgstr (Dejar los puertos en cero para el rango completo).
 
@@ -4998,7 +4995,6 @@
 msgstr Apodos que no resaltará:
 
 #: src/fe-gtk/setup.c:297
-#, fuzzy
 msgid Separate multiple words with commas.
 msgstr (separar palabras múltiples con comas).
 
@@ -5060,7 +5056,6 @@
 msgstr Nombre de archivo de registro:
 
 #: src/fe-gtk/setup.c:323
-#, fuzzy, c-format
 msgid %s=Server %c=Channel %n=Network.
 msgstr (%s=Servidor %c=Canal %n=Red).
 
@@ -5094,21 +5089,20 @@
 
 #: src/fe-gtk/setup.c:341
 msgid MS Proxy (ISA)
-msgstr 
+msgstr MS Proxy (ISA)
 
 #: src/fe-gtk/setup.c:348
-#, fuzzy
 msgid All Connections
-msgstr Conectando
+msgstr Todas las conexiones
 
 #: src/fe-gtk/setup.c:349
 #, fuzzy
 msgid IRC Server Only
-msgstr Sólo para invitados
+msgstr Sólo para el servidor de IRC
 
 #: src/fe-gtk/setup.c:350
 msgid DCC Get Only
-msgstr 
+msgstr Sólo para recepción por DCC
 
 #: src/fe-gtk/setup.c:356
 msgid Your Address
@@ -5119,7 +5113,6 @@
 msgstr Asociar a:
 
 #: src/fe-gtk/setup.c:358
-#, fuzzy
 msgid Only useful for computers with multiple addresses.
 msgstr (Sólo es útil para computadoras con direcciones múltiples).
 
@@ -5140,23 +5133,20 @@
 msgstr Tipo:
 
 #: src/fe-gtk/setup.c:364
-#, fuzzy
 msgid Use proxy for:
-msgstr Usar un servidor proxy
+msgstr Usar un servidor proxy para:
 
 #: src/fe-gtk/setup.c:366
 msgid Proxy Authentication
-msgstr 
+msgstr Autenticación en el servidor proxy
 
 #: src/fe-gtk/setup.c:368
-#, fuzzy
 msgid Use Authentication (MS Proxy, HTTP or Socks5 only)
-msgstr Autenticar en el servidor proxy (solo HTTP)
+msgstr Usar autenticación (sólo HTTP, MS Proxy o Socks5)
 
 #: src/fe-gtk/setup.c:370
-#, fuzzy
 msgid Use Authentication (HTTP or Socks5 only)
-msgstr Autenticar en el servidor proxy (solo HTTP)
+msgstr Usar autenticación (solo HTTP o Socks5)
 
 #: src/fe-gtk/setup.c:372
 msgid Username:
@@ -5171,9 +5161,8 @@
 msgstr Seleccione un archivo de imagen
 
 #: 

Bug#373966: ITP: qonk -- Small build-and-conquer strategy game with very simple rules

2006-06-16 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martin Ferrari [EMAIL PROTECTED]


* Package name: qonk
  Version : 0.0.2beta1
  Upstream Author : Anthony Liekens [EMAIL PROTECTED]
* URL : http://anthony.liekens.net/index.php/Computers/Qonk
* License : GPL
  Programming Lang: C++, C
  Description : Small build-and-conquer strategy game with very simple rules

The setting of the game is a solar system of planets. Your goal is to
conquer all of the planets in the game by sending ships there. Planets
that are under your control generate new ships. Simple AI players are
playing against you. As you gain more experience throughout the game,
more AI players have to be kicked out of bigger solar systems.

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



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



Bug#329033: ITP: webxml -- Simple form-based generator/editor of Tomcat's web.xml files

2005-09-18 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martin Ferrari [EMAIL PROTECTED]


* Package name: webxml
  Version : 1.12-1
  Upstream Author : Boulgakov Andrei [EMAIL PROTECTED]
* URL : http://webxml.sourceforge.net/
* License : GPL
  Description : Simple form-based generator/editor of Tomcat's web.xml files

Webxml is a simple form-based generator/editor of Tomcat's web.xml files.
It supports the following tags:
servlet, servlet-name, display-name, description,
servlet-class, init-param, servlet-mapping, url-pattern.
These tags are basic and most of them are indispensable for every Web
Application.

-- System Information:
Debian Release: 3.1
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#268214: java-package: Other conffiles

2005-05-09 Thread Martin Ferrari
Package: java-package
Version: 0.23
Followup-For: Bug #268214

I want to point out that there are other files which should be marked as
conffiles and moved to /etc/*

jre/lib/security/*
jre/lib/*.properties

In the security dir (sun jvm 1.4) there are a couple of jars
(security/US_export_policy.jar  security/local_policy.jar), but I don't
know how to handle them...

About how to handle compatibility, I don't think /etc/.java is good,
because I wouldn't like any hidden files in /etc. Alex Owen pointed
before, that if /etc/.java is not found, it falls back to the java home,
and I think there we should put the compatibility symlinks.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux malena 2.4.18-1-686 #1 Wed Apr 14 18:20:10 UTC 2004 i686
Locale: LANG=es_AR, LC_CTYPE=es_AR

Versions of packages java-package depends on:
ii  debhelper 4.0.2  helper programs for debian/rules
ii  fakeroot  0.4.4-9.2  Gives a fake root environment.
ii  stat  3.3-2  wrapper for stat() and statfs call




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



Bug#268214: java-package: Incorrect email

2005-05-09 Thread Martin Ferrari
Package: java-package
Version: 0.23
Followup-For: Bug #268214

Sorry, last message get out with an incorrect From: address. This is the
right one.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux malena 2.4.18-1-686 #1 Wed Apr 14 18:20:10 UTC 2004 i686
Locale: LANG=es_AR, LC_CTYPE=es_AR

Versions of packages java-package depends on:
ii  debhelper 4.0.2  helper programs for debian/rules
ii  fakeroot  0.4.4-9.2  Gives a fake root environment.
ii  stat  3.3-2  wrapper for stat() and statfs call




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



Bug#306941: cdbs: Shell arguments not protected

2005-04-29 Thread Martin Ferrari
Package: cdbs
Version: 0.4.26-1.1
Severity: normal

After some headbanging with strange errors, I just found out that if my
cwd has spaces, the ant build fails. That's because there are no proper
protection for variables. My specific problem was in 
/usr/share/cdbs/1/class/ant-vars.mk:

DEB_ANT_PROPERTYFILE = $(shell test -f $(CURDIR)/debian/ant.properties
 echo $(CURDIR)/debian/ant.properties)

should be:

DEB_ANT_PROPERTYFILE = $(shell test -f $(CURDIR)/debian/ant.properties
 echo $(CURDIR)/debian/ant.properties)

This problem is everywhere in cdbs, and fixing this sole line didn't
solve my problem, it just exploded later.

I know basename `pwd` should not have spaces as per the Debian Policy,
but nothing prevents me having it inside some other directory with
spaces, as it was my case... Not to mention what could happen if the
directory is called blah; rm -rf .. :)


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=es_AR, LC_CTYPE=es_AR (charmap=ISO-8859-1)

-- no debconf information


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



Bug#303405: ITP: libxmlrpc-java -- Java implementation of XML-RPC protocol

2005-04-06 Thread Martin Ferrari
Package: wnpp
Severity: wishlist
Owner: Martin Ferrari [EMAIL PROTECTED]


* Package name: libxmlrpc-java
  Version : 1.2b2-cvs
  Upstream Author : Apache XML-RPC team [EMAIL PROTECTED]
* URL : http://ws.apache.org/xmlrpc/
* License : Apache
  Description : Java implementation of XML-RPC protocol

The Apache XmlRpc package is an implementation of the XML-RPC specification
(http://www.xml-rpc.com) with optional Servlet and SSL extensions.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=es_AR, LC_CTYPE=es_AR (charmap=ISO-8859-1)


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



Bug#291609: libc6: Missing funcions in libresolv

2005-01-21 Thread Martin Ferrari
Package: libc6
Version: 2.3.2.ds1-20
Severity: normal


I'm using functions defined in arpa/nameser.h, undocumented in libc, but
explained in chapter 12 of O'Reilly's DNS  BIND (ISBN: 0-596-00158-4).
I do think that this lack of documentation is also a bug.

They are included in /usr/lib/libresolv.a from libc6-dev package, but
not in libresolv.so. Below is included a small example program to
demonstrate this.

This is the error:

$ gcc -Wall -pedantic test.c -lresolv -o test
/tmp/cc6jU6ZL.o(.text+0xa4): In function `main':
: undefined reference to `__ns_initparse'
/tmp/cc6jU6ZL.o(.text+0x124): In function `main':
: undefined reference to `__ns_parserr'
/tmp/cc6jU6ZL.o(.text+0x190): In function `main':
: undefined reference to `__ns_name_uncompress'
collect2: ld returned 1 exit status
$

But this works:

$ gcc -Wall -pedantic test.c /usr/lib/libresolv.a -o test
$

I have repeated this behaviour in Woody.

Code (test.c)

#include netinet/in.h
#include arpa/nameser.h
#include resolv.h
#include netdb.h

int main(void) {
char domain[] = debian.org;
int rlen;
u_char ans[PACKETSZ];
u_char *cp;
ns_msg handle;
ns_rr rr;
int i;

int prio;
char mx[MAXDNAME + 1];

rlen = res_query(domain, C_IN, T_MX, ans, PACKETSZ);
if(rlen  0) {
herror(resolver);
return 1;
}
if (ns_initparse(ans, rlen, handle)  0) {
perror(ns_initparse);
return(1);
}
if(ns_msg_count(handle, ns_s_an) == 0) {
return(1);
}
for(i = 0; i  ns_msg_count(handle, ns_s_an); i++) {
if(ns_parserr(handle, ns_s_an, i, rr)  0) {
perror(ns_parserr);
continue;
}

cp = (u_char *)ns_rr_rdata(rr);
prio = ns_get16(cp);
if(ns_name_uncompress(ns_msg_base(handle), ns_msg_end(handle),
cp + 2, mx, sizeof(mx))  0) {
perror(ns_name_uncompress);
continue;
}
printf(prio: %d, mx: %s\n, prio, mx);
}
return 0;
}
=

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=es_AR, LC_CTYPE=es_AR (charmap=ISO-8859-1)

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information


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