Bug#592704: mplayer: relocation error when launching with many movies

2010-08-12 Thread david
Package: mplayer
Version: 2:1.0~rc3++final.dfsg1-1
Severity: important


I get next error when launching mplayer with a movie:

  mplayer: relocation error: mplayer: symbol codec_wav_tags, version
  LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time
  reference

I have test many different movies with same result (avi, mkv...).


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

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

Versions of packages mplayer depends on:
ii  libaa1 1.4p5-38  ascii art library
ii  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libaudio2  1.9.2-3   Network Audio System - shared libr
ii  libavcodec52   5:0.6~svn20100726-0.0 library to encode decode multimedi
ii  libavformat52  5:0.6~svn20100726-0.0 ffmpeg file format library
ii  libavutil494:0.5.2-1 ffmpeg utility library
ii  libc6  2.11.2-2  Embedded GNU C Library: Shared lib
ii  libcaca0   0.99.beta17-1 colour ASCII art library
ii  libcdparanoia0 3.10.2+debian-9   audio extraction tool for sampling
ii  libdirectfb-1.2-9  1.2.10.0-4direct frame buffer graphics - sha
ii  libdvdread44.1.3-10  library for reading DVDs
ii  libenca0   1.13-3Extremely Naive Charset Analyser -
ii  libesd00.2.41-7  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.0-2   FreeType 2 font engine, shared lib
ii  libfribidi00.19.2-1  Free Implementation of the Unicode
ii  libgcc11:4.4.4-8 GCC support library
ii  libgif44.1.6-9   library for GIF images (library)
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libjack0 [libjack- 1:0.118+svn3796-7 JACK Audio Connection Kit (librari
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  liblircclient0 0.8.3-5   infra-red remote control support -
ii  liblzo2-2  2.03-2data compression library
ii  libncurses55.7+20100313-2shared libraries for terminal hand
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenal1 1:1.12.854-2  Software implementation of the Ope
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libpostproc51  5:0.6~svn20100726-0.0 postproc shared libraries
ii  libpulse0  0.9.21-3+b1   PulseAudio client libraries
ii  libsdl1.2debian1.2.14-6  Simple DirectMedia Layer
ii  libsmbclient   2:3.4.8~dfsg-2shared library for communication w
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libstdc++6 4.4.4-8   The GNU Standard C++ Library v3
ii  libsvga1   1:1.4.3-29console SVGA display libraries
ii  libswscale05:0.6~svn20100726-0.0 ffmpeg video scaling library
ii  libtheora0 1.1.1+dfsg.1-3The Theora Video Compression Codec
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.1-3   X11 Xinerama extension library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  libxv1 2:1.0.5-1 X11 Video extension library
ii  libxvmc1   2:1.0.5-1 X11 Video extension library
ii  libxxf86dga1   2:1.1.1-2 X11 Direct Graphics Access extensi
ii  libxxf86vm11:1.1.0-2 X11 XFree86 video mode extension l
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-4high-quality block-sorting file co
ii  fontconfig2.8.0-2.1  generic font configuration library
pn  mplayer-doc   none (no description available)
pn  netselect | fping none (no description available)
ii  ttf-freefont  20090104-7 Freefont Serif, Sans and Mono True

-- 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#546838: xserver-xorg-video-sis: blank with, xset s reset

2009-09-15 Thread david
Package: xserver-xorg-video-sis
Version: 1:0.10.0-1
Severity: normal
Tags: patch


The command `xset s reset` will reset the X server screensaver to
reset the timer for the screensaver and dpms.  If the display is
already on, it should do nothing as far as the hardware goes.  In the
SISVGABlankScreen routine it requires as reset to update the register,
but that will disrupt the VGA signal and cause the monitor to resync
leaving the screen blank for a couple seconds.  I have a program that
wants to keep the screensaver from coming on, but allow normal
operation when it isn't running.

I included a patch to only reset and write the register if the value
changed.

diff --git a/xserver-xorg-video-sis-0.10.0/src/sis_vga.c 
b/xserver-xorg-video-sis-0.10.0/src/sis_vga.c
index b4cd69d..3f6219b 100644
--- a/xserver-xorg-video-sis-0.10.0/src/sis_vga.c
+++ b/xserver-xorg-video-sis-0.10.0/src/sis_vga.c
@@ -1922,11 +1922,17 @@ static void
 SISVGABlankScreen(ScrnInfoPtr pScrn, Bool on)
 {
 SISPtr pSiS = SISPTR(pScrn);
-UChar  tmp;
+UChar  tmp, orig;
 
 inSISIDXREG(SISSR, 0x01, tmp);
+orig = tmp;
 if(on) tmp = ~0x20;
 else   tmp |= 0x20;
+/* Only update the hardware if the state changes because the reset will
+ * disrupt the output requiring the screen to resync.
+ */
+if(orig == tmp)
+return;
 SiS_SeqReset(pSiS, TRUE);
 outSISIDXREG(SISSR, 0x01, tmp);
 SiS_SeqReset(pSiS, FALSE);


-- Package-specific info:

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 315PRO 
PCI/AGP VGA Display Adapter

Section Monitor
Identifier  Samsung730B

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

Kernel: Linux 2.6.29-rc4 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-sis depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.2-10.lenny2 Xorg X server - core server

xserver-xorg-video-sis recommends no packages.

xserver-xorg-video-sis 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#546281: ia32-libs

2009-09-18 Thread David
rename 546281 [ia32-libs] skype 2.1: Inconsistency detected by ld.so
thanks

I get:

Inconsistency detected by ld.so: dl-open.c: 623: _dl_open: Assertion
`_dl_debug_initialize (0, args.nsid)-r_state == RT_CONSISTENT' failed!

Also reported on
http://share.skype.com/sites/linux/2009/08/skype_for_linux_21_beta.html#comment-11,
s/he proposes removing some ia32 libs as a workaround.

Using 64-bit compatible skype's .deb for Ubuntu.

David


Bug#542224: Broken in version 1.0.3-8 (Device not found)

2009-08-25 Thread David
The Internet is configured via DHCP:

# /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:**:**:**:**:**
  inet addr:1**.1**.**.***  Bcast:1**.1**.**.***  Mask:255.255.254.0
  inet6 addr: f***::**c:c***:***1:/** Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1925 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1132 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:1158104 (1.1 MiB)  TX bytes:416545 (406.7 KiB)
  Memory:e320-e322

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:1120 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1120 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:35640 (34.8 KiB)  TX bytes:35640 (34.8 KiB)

And /etc/firestarter/configuration is:

#---( Firestarter Configuration File )---#

# --(External Interface)--
# Name of external network interface
IF=(null)
# Network interface is a PPP link
EXT_PPP=off

# --(Internal Interface--)
# Name of internal network interface
INIF=(null)

# --(Network Address Translation)--
# Enable NAT
NAT=off
# Enable DHCP server for NAT clients
DHCP_SERVER=off
# Forward server's DNS settings to clients in DHCP lease
DHCP_DYNAMIC_DNS=on

# --(Inbound Traffic)--
# Packet rejection method
#   DROP:   Ignore the packet
#   REJECT: Send back an error packet in response
STOP_TARGET=REJECT

# --(Outbound Traffic)--
# Default Outbound Traffic Policy
#   permissive: everything not denied is allowed
#   restrictive everything not allowed is denied
OUTBOUND_POLICY=permissive

# --(Type of Service)--
# Enable ToS filtering
FILTER_TOS=off
# Apply ToS to typical client tasks such as SSH and HTTP
TOS_CLIENT=off
# Apply ToS to typical server tasks such as SSH, HTTP, HTTPS and POP3
TOS_SERVER=off
# Apply ToS to Remote X server connections
TOS_X=off
# ToS parameters
#   4:  Maximize Reliability
#   8:  Maximize-Throughput
#   16: Minimize-Delay
TOSOPT=

# --(ICMP Filtering)--
# Enable ICMP filtering
FILTER_ICMP=off
# Allow Echo requests
ICMP_ECHO_REQUEST=off
# Allow Echo replies
ICMP_ECHO_REPLY=off
# Allow Traceroute requests
ICMP_TRACEROUTE=off
# Allow MS Traceroute Requests
ICMP_MSTRACEROUTE=off
# Allow Unreachable Requests
ICMP_UNREACHABLE=off
# Allow Timestamping Requests
ICMP_TIMESTAMPING=off
# Allow Address Masking Requests
ICMP_MASKING=off
# Allow Redirection Requests
ICMP_REDIRECTION=off
# Allow Source Quench Requests
ICMP_SOURCE_QUENCHES=off

# --(Broadcast Traffic)--
# Block external broadcast traffic
BLOCK_EXTERNAL_BROADCAST=off
# Block internal broadcast traffic
BLOCK_INTERNAL_BROADCAST=off

# --(Traffic Validation)--
# Block non-routable traffic on the public interfaces
BLOCK_NON_ROUTABLES=off

# --(Logging)--
# System log level
LOG_LEVEL=info

Regards.


2009/8/23 Paul Cupis p...@cupis.co.uk


 Can you send me the output of /sbin/ifconfig and your
 /etc/firestarter/configuration file, please?

 Regards,





Bug#514286: RC410 [Radeon Xpress 200]

2009-10-21 Thread David
I am not sure whether it is the same problem, or whether I should file a 
bug report on my own.


My system is an Acer Power P5, onboard graphics card RC410 [Radeon 
Xpress 200], the Testing distribution (Squeeze) installed.


When booting and switching from Text to graphics mode, the machine 
hangs. The same is when, instead of booting, returning from hibernation.


Under kernel 2.6.30-1 and 2.6.30-2 it happens *always*.

When instead this, using kernel 2.6.26-2, it only occurs often, so the 
system is usable after one or two reboots.


When downgrading packages xserver-xorg-video-ati and 
xserver-xorg-video-radeon from Squeeze (that is 1:6.12.3-1) to Lenny,
mouse and keyboard do not work except Ctrl+Alt+F1, F2 and so on; I can 
switch to the console and do everything there.


That means *the machine does not hang* and the bug must be in one of 
these two packages.


David



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



Bug#552182: xorg: Impossible to load desktop (at least kde or xfce)

2009-10-23 Thread David
Package: xorg
Version: 1:7.4+4
Severity: critical
Justification: breaks unrelated software

Today I upgraded sid (i.e., from sid to sid) after having being about one
month away from my computer. After rebooting, the boot process complaint
that the root device was damaged, but fsck gave an error as well (maybe this
has nothing to do with the bug, but just in case). After rebooting, things
were apparently OK. But further problems: some application launched in KDE4,
such as icedove or openoffice, could not write to my home directory or to
/tmp (although my user had writing permissions), so such applications were
useless (maybe this has nothing to do with the bug, but just in case).

I tried rebooting and then everything broke. The login manager (kdm, then
gdm) showed, I could make the log in, the screen went black for a second (as
though the desktop were starting) but then back to the login manager (as
though the initialization of the desktop had failed). The login was OK
because I tried introducing a wrong password and the login manager
complaint.

I had the same problem with kdm and gdm, and when trying to start kde or
xfce. I had the same problem both with the nvidia and nv drivers. I could
successfully log in in a text terminal, by the way.

I tried enquiring on the IRC chat, and although several unhappy people
treated me as though I were stupid, they gave me the clue to see that the
problem was in the X server. I am attaching Xorg.0.log.

I am running reportbug after having started with an OpenSuse LiveCD and made
chroot (so I am suppressing the information about the kernel, locales, etc,
to prevent confusion). I am afraid I will not be able to provide further
information, because I need the computer working so (unless you are so
clever to fix the bug by my next working day :-) ) I will format.

Regards,

David

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing [it was actually unstable, I have just put testing in
an unsucceessful attempt to fix things]
  APT policy: (500, 'testing') [the same, see above]
Architecture: amd64 (x86_64)

Versions of packages xorg depends on:
ii  konsole [x-terminal-emulator] 4:4.3.2-1  X terminal emulator for KDE 4
ii  libgl1-mesa-dri   7.6-1  A free implementation of the
OpenG
ii  libgl1-mesa-glx [libgl1]  7.6-1  A free implementation of the
OpenG
ii  libglu1-mesa  7.6-1  The OpenGL utility library
(GLU)
ii  x11-apps  7.4+2  X applications
ii  x11-session-utils 7.3+1  X session utilities
ii  x11-utils 7.4+1  X11 utilities
ii  x11-xfs-utils 7.4+1  X font server utilities
ii  x11-xkb-utils 7.4+3  X11 XKB utilities
ii  x11-xserver-utils 7.4+2  X server utilities
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-6  standard fonts for X
ii  xfonts-scalable   1:1.0.0-7  scalable fonts for X
ii  xfonts-utils  1:7.4+2X Window System font utility
progr
ii  xinit 1.1.1-1X server initialisation tool
ii  xkb-data  1.6-1  X Keyboard Extension (XKB)
configu
ii  xorg-docs-core1:1.4-5Core documentation for the
X.org X
ii  xserver-xorg  1:7.4+4the X.Org X server

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs none (no description available)

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-2-amd64 x86_64 Debian
Current Operating System: Linux localhost 2.6.30-2-amd64 #1 SMP Fri Sep 25 22:16:56 UTC 2009 x86_64
Build Date: 13 October 2009  09:39:10AM
xorg-server 2:1.6.5-1 (jcris...@debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Oct 24 00:11:15 2009
(==) Using config file: /etc/X11/xorg.conf
Parse error on line 12 of section Files in file /etc/X11/xorg.conf
	Ignoring obsolete keyword RgbPath.
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Device0
(**) |--Input Device Keyboard0
(**) |--Input Device Mouse0
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr

Bug#552182: xorg: Impossible to load desktop (at least kde or xfce)

2009-10-24 Thread David
Hello,

As I said, I need that computer working and I will probably have to format
the next time I have access to it (so no more time for debugging, I am
afraid). I hear you asking: then, why were you running sid on that computer?
My reply: because for the last years, sid was pretty stable indeed (and
often outdated compared to the - at least so-called - stable branches of
other distros), but during the last months sid has become a headache.

Anyway, I am pretty clear that the log for the nv driver was similar to the
attached one (the lines starting with (EE) were the same if I remember
correctly).

On the other hand, my description of the problem does not assume any crash
in the X server at all (just KDE and xfce - at least - failing to start).

My God, am I the only one with this problem? I use sid carefully and I
never break any package dependencies. Or am I the only one using sid? :-D

David


 Please send the log of X when using the nv driver (we don't care about
 the nvidia binary) and please save it *after* a crash (likely
 /var/log/Xorg.0.log.old with a backtrace at the end).

 Brice




Bug#490573: Solved in principle ([xserver-xorg-video-intel] No video into projector)

2009-06-15 Thread David
Hello again,

Well, it worked last time I tried it, at least in this situation:

1) The projector's jack was plugged into my computer before booting the
latter.
2) The KDE4 desktop effects (composition) were disabled.

After booting the computer and the x-server was initialized, both the
computer's screen and the video projector were showing the same video.
Although the screen of my laptop is wide, the dimensions had been adjusted
to match the ones of the projector, by means of vertical black stripes at
both sides of the laptop's screen (which persisted after unplugging the
projector, I had to reboot to get the full screen).

As I mentioned on my previous email, I am now using Archlinux in my laptop.
The kernel is 2.6.29-ARCH, the versions of the xorg utils are:

$ pacman -Qs xorg
local/xorg-apps 7.4-2
Various X.Org applications
local/xorg-font-utils 7.4-2
X.Org font utilities
local/xorg-fonts-100dpi 1.0.1-2 (xorg)
X.org 100dpi fonts
local/xorg-fonts-75dpi 1.0.1-2 (xorg)
X.org 75dpi fonts
local/xorg-fonts-alias 1.0.1-2
X.org font alias files
local/xorg-fonts-encodings 1.0.2-3
X.org font encoding files
local/xorg-fonts-misc 1.0.0-4
X.org misc fonts
local/xorg-res-utils 1.0.3-3 (xorg)
X.Org X11 resource utilities
local/xorg-server 1.6.1.901-1 (xorg)
X.Org X servers
local/xorg-server-utils 7.4-6 (xorg)
X.Org utilities required by xorg-server
local/xorg-twm 1.0.4-3 (xorg)
Tab Window Manager for the X Window System
local/xorg-utils 7.4-4 (xorg)
Collection of client utilities used to query the X server
local/xorg-xauth 1.0.3-1
X.Org authorization settings program
local/xorg-xinit 1.1.1-1 (xorg)
X.Org initialisation program
local/xorg-xkb-utils 7.4-2
X.org keyboard utilities

the version of xf86-video-intel is 2.7.1-1, the version of hal is
0.5.12git20090421.4fc367-2, and I have no xorg.conf

Hope this helps,

David


Bug#533171: Wrong bug

2009-06-24 Thread David
Sorry guys, I accidentally sent that last message to the wrong bug.  
Feel free to delete both this message and the previous one.




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



Bug#533420: Patch

2009-06-24 Thread David

Here's a patch that fixes this bug



lazarus_0.9.26.2-2ubuntu1.debdiff
Description: Binary data








Bug#535081: apt-get does not complete transition, and returns error 100

2009-06-29 Thread David
Package: ia32-apt-get
Version: 18
Severity: grave

No matter the number of times I run apt-get update, I always get (I copy the
end of the output):

[...]
arch_all.list: adding makedev all
arch_all.list: deleting openafs-modules-source amd64
arch_all.list: deleting samba-common amd64
arch_all.list: adding totem all
arch_all.list: deleting totem-gstreamer amd64
arch_all.list: adding totem-mozilla all
arch_all.list: deleting totem-xine amd64
Ignoring
ftp.uk.debian.org_debian_dists_unstable_main_binary-i386_Packages.IndexDiff
Ignoring
ftp.uk.debian.org_debian_dists_unstable_non-free_binary-i386_Packages.IndexDiff
Ignoring
www.debian-multimedia.org_dists_experimental_main_i18n_Translation-en%5fGB
Ignoring
www.debian-multimedia.org_dists_unstable_main_binary-i386_Packages.ed
Ignoring
www.debian-multimedia.org_dists_unstable_main_binary-i386_Packages.IndexDiff
Ignoring
www.debian-multimedia.org_dists_unstable_main_i18n_Translation-en%5fGB
Merging ...
Reading package lists... Done
Warning: apt-get returned error 100

As a result, among other problems, I am missing any updates in 386-related
packages.

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

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

Versions of packages ia32-apt-get depends on:
ii  ia32-libs-tools   18 Tools for converting i386 debs
for

ia32-apt-get recommends no packages.

ia32-apt-get suggests no packages.

-- no debconf information


Bug#552324: 2.6.31

2009-10-26 Thread David
Installed kernel 2.6.31 (package linux-image-2.6.31-trunk-686 from 
experimental)


Same problem; maybe kernel 2.6.31 has the same bug too, or it is indeed 
a bug of the X server.


Also, no problem is on my laptop which has another graphics card.

The kernel 2.6.31 itself works fine on my (Squeeze) system.

After force-removing packages xserver-common, libgl1-mesa-dri, and 
gnome-session (this because of package conflict)


then downgrading to Lenny:

xorg
x11-common
xserver-xorg-core
xserver-video-ati
xserver-video-radeon
xserver-input-all
xserver-input-kbd
xserver-input-mouse
xserver-input-evdev

then force-all-installing libgl1-mesa-dri and gnome-session *from Squeeze*

I now have a system where Gnome starts and works good.

David



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



Bug#551582: com.sun.star.sdbc.SQLException: Incorrect table name 'Peluqueria.Trabajo'

2009-11-02 Thread david
Package: openoffice.org-base
Followup-For: Bug #551582

I have the same problem. I execute the wizard form to a console, I put 
log(error) to help:
com.sun.star.sdbc.SQLException: Incorrect table name 'Peluqueria.Trabajo'
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:183)
at $Proxy57.getImportedKeys(Unknown Source)
at 
com.sun.star.wizards.db.RelationController.getImportedKeyColumns(RelationController.java:112)
at 
com.sun.star.wizards.form.FieldLinker.getLinkFieldNames(FieldLinker.java:186)
at 
com.sun.star.wizards.form.FormDocument.finalizeForms(FormDocument.java:281)
at 
com.sun.star.wizards.form.FormWizard.finishWizard(FormWizard.java:243)
at 
com.sun.star.wizards.ui.WizardDialog.finishWizard_1(WizardDialog.java:505)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java:86)
at 
com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java:83)
at 
com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java:53)
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:183)
at $Proxy77.execute(Unknown Source)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:590)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:627)
at 
com.sun.star.wizards.form.FormWizard.startFormWizard(FormWizard.java:294)
at 
com.sun.star.wizards.form.CallFormWizard$FormWizardImplementation.trigger(CallFormWizard.java:107)
Thanks you.


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

Kernel: Linux 2.6.26-2-486
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-base depends on:
ii  java-gcj-compat1.0.78-2  Java runtime environment using GIJ
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libhsqldb-java 1.8.0.9-3 Java SQL database engine
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libstlport4.6ldbl  4.6.2-3.2 STLport C++ class library
ii  openoffice.org-bas 1:2.4.1+dfsg-1+lenny3 OpenOffice.org office suite -- lib
ii  openoffice.org-cor 1:2.4.1+dfsg-1+lenny3 OpenOffice.org office suite archit
ii  openoffice.org-jav 1:2.4.1+dfsg-1+lenny3 OpenOffice.org office suite Java s
ii  sun-java6-jre  6-12-1Sun Java(TM) Runtime Environment (

openoffice.org-base recommends no packages.

Versions of packages openoffice.org-base suggests:
ii  libmyodbc  3.51.15r409-4 the MySQL ODBC driver
ii  libmysql-java  5.1.6+dfsg-1  Java database (JDBC) driver for My
pn  openoffice.org-gcj none(no description available)
pn  openoffice.org-report-buil none(no description available)
ii  unixodbc   2.2.11-16 ODBC tools libraries

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-3   generic font configuration library
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libcurl3   7.18.2-8lenny3Multi-protocol file transfer libra
ii  libdb4.6   4.6.21-11 Berkeley v4.6 Database Libraries [
ii  libexpat1  2.0.1-4+lenny1XML parsing C library - runtime li
ii  libfreetype6   2.3.7-2+lenny1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglib2.0-0   2.16.6-2  The GLib library of C routines
ii  libgstreamer-plugi 0.10.19-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.12-1~lenny1  The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.6-1   spell checker and morphological an
ii  libhyphen0 2.4-4 ALTLinux hyphenation library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libicu38   3.8.1-3+lenny2International Components for Unico
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libldap-2.4-2  2.4.11-1  

Bug#624159: network-manager: resolv.conf empty after booting

2011-04-25 Thread david
Package: network-manager
Version: 0.8.4.0-1
Severity: important

After updating to network-manager 0.8.4.0-1, on startup resolv.conf is empty,
apart from the comment generated by network manager and I have no internet
access from that PC. I can restore from backup or copy/paste into the file 
upon
which I get Internet access until the next reboot.

The PC has a static IP address. If I enable DHCP, then invoke ifdown and ifup
the resolv.conf file is written OK. I can then disable dhcp and reset to 
static
and after again running  ifdown and ifup the system still works - until the
next reboot.



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

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  dbus   1.4.8-2   simple interprocess messaging 
syst
ii  isc-dhcp-client4.1.1-P1-16.1 ISC DHCP client
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared 
lib
ii  libdbus-1-31.4.8-2   simple interprocess messaging 
syst
ii  libdbus-glib-1-2   0.92-1simple interprocess messaging 
syst
ii  libgcrypt111.4.6-5   LGPL Crypto library - runtime 
libr
ii  libglib2.0-0   2.28.6-1  The GLib library of C routines
ii  libgnutls262.10.5-1+b1   the GNU TLS library - runtime 
libr
ii  libgudev-1.0-0 168-1 GObject-based wrapper library for 
ii  libnl1 1.1-6 library for dealing with netlink 
s
ii  libnm-glib20.8.4.0-1 network management framework 
(GLib
ii  libnm-util10.8.4.0-1 network management framework 
(shar
ii  libpolkit-gobject-1-0  0.101-4   PolicyKit Authorization API
ii  libuuid1   2.17.2-9.1Universally Unique ID library
ii  lsb-base   3.2-27Linux Standard Base 3.2 init 
scrip
ii  udev   168-1 dev and hotplug management daemo
ii  wpasupplicant  0.7.3-3   client support for WPA and WPA2 
(I

Versions of packages network-manager recommends:
ii  dnsmas 2.57-1A small caching DNS proxy and 
DHCP
ii  iptabl 1.4.10-1  administration tools for packet 
fi
ii  modemm 0.4+git.20110124t203624.00b6cce-2 D-Bus service for managing modems
ii  policy 0.101-4   framework for managing 
administrat
ii  ppp2.4.5-5   Point-to-Point Protocol (PPP) - 
da

Versions of packages network-manager suggests:
pn  avahi-autoipd none (no description available)

-- 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#632150: tabix: package not building as needed.

2011-06-29 Thread David
Package: tabix
Version: 0.2.5-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmp9kUZNp
In Ubuntu, the attached patch was applied to achieve the following:


  * Reordered libs in Makefile to build with ld --as-needed (LP: #803202)


Thanks for considering the patch.



-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty'), 
(500, 'maverick-backports')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-8-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== added directory '.pc'
=== added file '.pc/applied-patches'
--- .pc/applied-patches 1970-01-01 00:00:00 +
+++ .pc/applied-patches 2011-06-29 21:35:06 +
@@ -0,0 +1,2 @@
+ld-as-needed.patch
+ld-as-needed.patch

=== modified file 'Makefile'
--- Makefile2011-04-12 17:15:33 +
+++ Makefile2011-06-29 21:35:35 +
@@ -38,7 +38,7 @@
$(AR) -cru $@ $(LOBJS)
 
 tabix:lib $(AOBJS)
-   $(CC) $(CFLAGS) -o $@ $(AOBJS) -lm $(LIBPATH) -lz -L. -ltabix
+   $(CC) $(CFLAGS) -o $@ $(AOBJS) -L. -ltabix -lm $(LIBPATH) -lz  
 
 bgzip:bgzip.o bgzf.o knetfile.o
$(CC) $(CFLAGS) -o $@ bgzip.o bgzf.o knetfile.o -lz

=== modified file 'debian/changelog'

=== added directory 'debian/patches'
=== added file 'debian/patches/ld-as-needed.patch'
--- debian/patches/ld-as-needed.patch   1970-01-01 00:00:00 +
+++ debian/patches/ld-as-needed.patch   2011-06-29 21:49:30 +
@@ -0,0 +1,11 @@
+--- a/Makefile
 b/Makefile
+@@ -38,7 +38,7 @@
+   $(AR) -cru $@ $(LOBJS)
+ 
+ tabix:lib $(AOBJS)
+-  $(CC) $(CFLAGS) -o $@ $(AOBJS) -lm $(LIBPATH) -lz -L. -ltabix
++  $(CC) $(CFLAGS) -o $@ $(AOBJS) -L. -ltabix -lm $(LIBPATH) -lz  
+ 
+ bgzip:bgzip.o bgzf.o knetfile.o
+   $(CC) $(CFLAGS) -o $@ bgzip.o bgzf.o knetfile.o -lz

=== added file 'debian/patches/series'
--- debian/patches/series   1970-01-01 00:00:00 +
+++ debian/patches/series   2011-06-29 21:35:06 +
@@ -0,0 +1 @@
+ld-as-needed.patch



Bug#632674: Dependency problem nvidia-glx: depends:libgl1-nvidia-glx (= 275-09-07-1)

2011-07-04 Thread David
Package: nvidia-glx
Version: 275.09.07-1
Severity: grave
Tags: upstream
Justification: renders package unusable

In debian testing, installed directrly from a week build from debian web, i
have the next problem:

When i tried to install nvidia-glx with synaptic or apt-get in terminal, i have
this error:

nvidia-glx:
Depends: libgl1-nvidia-glx (= 275.09.07-1)

And i cant install the package.

My repository list:

## Debian Testing
deb http://ftp.us.debian.org/debian/ testing main contrib non-free

## Actualizaciones de seguridad
deb http://security.debian.org/ testing/updates main contrib non-free




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

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_MX.utf8, LC_CTYPE=es_MX.utf8 (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#637637: yoshimi: Yoshimi seg faults when started with -j -A option

2011-08-14 Thread david
Thanks, I tried what Alessio had mentioned below and encountered these 
results:


Their installed yoshimi = 0.060.10avlinux-2

Their yosihimi-data package = 0.058.1-1

No Yoshimi-dbg version

Their installed Jackd1 = 1:0.120.2avlinux-1

jackd2 wasn't installed, version they list in repository = 1.9.6~dfsg.1-2

The packages with avlinux in their names are all described as custom 
built for AVLinux.


I replaced their jackd1 with their jackd2 and was able to run JACK at 
16msec latency without crash, but after that simnply starting Yoshimi 
with or without without any options gave me a segfault.


It sounds to me like I should just avoid AVLinux. If they feel the need 
to do so many custom packages, and at least 2 of their custom packaged 
versions don't work, I don't think I can trust their quality control 
enough to risk using their distro for production work.



i...@bandshed.net wrote:

Hi,

If I'm not mistaken this bug and another JACK related bug here by the same
reporter are 'avlinux' packages, therefore not packaged by pkg-multimedia.
The yoshimi issue has been reported on the AV Linux forums and seems to
disappear simply by increasing the JACK 'Timeout' to 1000 or more. Yoshimi
is custom packaged in AV Linux and has no dbg package currently.

I append an 'avlinux' package name suffix to all my custom packages, and
would suggest to the reporter to feel welcome to seek assistance on the AV
Linux user forums when there are issues with them since they are not
endorsed or the responsibility of the Debian pkg-multimedia team.

I thought I'd better speak up on this to prevent any misunderstanding. As
always my props and encouragement to the pkg-multimedia team.

GMaq - AV Linux maintainer
AV Linux forum: http://www.remastersys.com/forums/index.php?board=20.0



tags 637637 confirmed
thanks

On Sat, Aug 13, 2011 at 11:57 AM, Live session user gn...@hawaii.rr.com
wrote:

Started Yoshimi without options; it didn't appear in JACK. Started with
-j -A
option, segfaults.

I confirm those -j -A options prevent yoshimi to start fine.
I haven't noticed this before because I use ladish to manage my
audioMIDI connections, and if launched without options it appears in
gladish.
I need some time to investigate further.

Could you please install yoshimi-dbg and provide a backtrace?



--
David
gn...@hawaii.rr.com
authenticity, honesty, community



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



Bug#637637: yoshimi: Yoshimi seg faults when started with -j -A option

2011-08-15 Thread david

Thanks.

Alessio - I will try installing yoshimi-dbg with Aptosid (Debian Sid) 
and see if I can trigger the  seg fault there. What do I do to get a 
backtrace for you?


i...@bandshed.net wrote:

To clarify,

The 'current' packages by pkg-multimedia are for Debian unstable and
migrate to Testing, their packaging work for Debian Stable 'Squeeze'
(other than bug fixes) has already been done as is the accepted Debian
practice.

AV Linux is based on Squeeze, focuses on a JACK1 environment and is an
arms length project from Debian and since there are no current sanctioned
Debian pkg-multimedia backports it employs custom packaging that
absolutely differs from the Quality control measures and lintian standards
of pure Debian packages.

As I mentioned earlier if you have an issue with the custom packaging then
this is not an appropriate venue to seek assistance. If AV Linux is not to
your liking that's unfortunate and hopefully using pure Debian will help
you achieve the desired result in which case the pkg-multimedia
maintainers can give you assistance if needed.

I am merely a mailing list member here and noticed the bug report and
hoped to direct the issue to the relevant forum to avoid wasting
pkg-multimedia's time and better address the issue.

GMaq



Thanks, I tried what Alessio had mentioned below and encountered these
results:

Their installed yoshimi = 0.060.10avlinux-2

Their yosihimi-data package = 0.058.1-1

No Yoshimi-dbg version

Their installed Jackd1 = 1:0.120.2avlinux-1

jackd2 wasn't installed, version they list in repository = 1.9.6~dfsg.1-2

The packages with avlinux in their names are all described as custom
built for AVLinux.

I replaced their jackd1 with their jackd2 and was able to run JACK at
16msec latency without crash, but after that simnply starting Yoshimi
with or without without any options gave me a segfault.

It sounds to me like I should just avoid AVLinux. If they feel the need
to do so many custom packages, and at least 2 of their custom packaged
versions don't work, I don't think I can trust their quality control
enough to risk using their distro for production work.


i...@bandshed.net wrote:

Hi,

If I'm not mistaken this bug and another JACK related bug here by the
same
reporter are 'avlinux' packages, therefore not packaged by
pkg-multimedia.
The yoshimi issue has been reported on the AV Linux forums and seems to
disappear simply by increasing the JACK 'Timeout' to 1000 or more.
Yoshimi
is custom packaged in AV Linux and has no dbg package currently.

I append an 'avlinux' package name suffix to all my custom packages, and
would suggest to the reporter to feel welcome to seek assistance on the
AV
Linux user forums when there are issues with them since they are not
endorsed or the responsibility of the Debian pkg-multimedia team.

I thought I'd better speak up on this to prevent any misunderstanding.
As
always my props and encouragement to the pkg-multimedia team.

GMaq - AV Linux maintainer
AV Linux forum: http://www.remastersys.com/forums/index.php?board=20.0



tags 637637 confirmed
thanks

On Sat, Aug 13, 2011 at 11:57 AM, Live session user
gn...@hawaii.rr.com
wrote:

Started Yoshimi without options; it didn't appear in JACK. Started
with
-j -A
option, segfaults.

I confirm those -j -A options prevent yoshimi to start fine.
I haven't noticed this before because I use ladish to manage my
audioMIDI connections, and if launched without options it appears in
gladish.
I need some time to investigate further.

Could you please install yoshimi-dbg and provide a backtrace?



--
David
gn...@hawaii.rr.com
authenticity, honesty, community



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



Bug#638267: Regression in test logic for MTU 576

2011-08-17 Thread David
Package: isc-dhcp-client
Version: 4.1.1-P1-17
Severity: normal
Tags: sid wheezy

In dhclient-script, the test logic for broken MTU 576 option was tweaked in 
-17, and is no longer ignoring MTU = 576.

152 if [ -z $new_interface_mtu ] || [ $new_interface_mtu -lt 576 ]; then

test should be '-le' to match and ignore new_interface_mtu = 576. 

Regards,
-david



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



Bug#582953: Kmail deleted all my local mail

2011-09-15 Thread David
Hi there, I just had a very unpleasant experience with kmail.

I searched the Debian BTS, and this seems to be the closest report, so
my report over here.

I opened kmail this morning, and all my mails were gone. Checked the
~/.kde/share/apps/kmail folder, and basically empty, rather than the
700 MB of mail files I normally have there.

Fortunately I had made a backup from a few days ago, so I restored that.

Started kmail up again, and it deleted all those mails again during
startup. WTH?

Well, there are some unsual things on my side that are contributing
towards this.

1. My ~/.kde/share/apps/kmail folder is really a symlink to a
secondary encrypted location (an encfs directory).

2. I sometimes forget to mount that encfs share before starting kmail.
Normally in this case, kmail annoyingly removes my symlinks, and makes
new folders, so I have to go and tidy up after it to get to my mail
again. Really annoying.

3. My kmail settings files over here, aren't symlinks into an
encrypted location:

 ~/.kde/share/config/kmail*

So basically in this case, I started kmail up (before mounting my
crypt area), and it did it's normal annoying thing with my
~/.kde/share/apps/kmail symlink.

So I did my normal routine of mounting my crypt area, moving the new
'kmail' directory out of the way, restoring my symlink, and then
starting kmail.

After which, kmail promptly proceeded to delete all my mails under
~/.kde/share/apps/kmail (in my crypt area).

And it did the same again, when I restored ~/.kde/share/apps/kmail
from my encrypted offsite backup drive

What I _think_ is happening here is this:

1. kmail starts up, and sees that  ~/.kde/share/apps/kmail looks
weird, so it removes it and makes a new folder

(WTH number 1, but I'm used to that by now).

2. It then proceeds to make a new set of profile settings under
~/.kde/share/config/kmail*, replacing my old settings

(WTH number 2 - now I'd need to manually re-create those settings, or
restore from backups)

3. Later, when I replace the new  ~/.kde/share/apps/kmail with a
symlink to my encfs directory, and then start up kmail again, it sees
that my new ~/.kde/share/apps/kmail directory contents are now
inconsistent with the ~/.kde/share/config/kmail* settings files, and
then kindly proceeds to tidy things up, to match the config files -
deleting my 700 MB of mails, not just once (initially), but a second
time too, when I tried to restore from backups and test it again.

This is the biggest WTH. Kmail should never delete all the local mail
files like that automatically, in an attempt to tidy things up to
match the settings, without even warning the user.

Granted, I have a really unusual setup, but it's conceivable that
kmail's fix up the user's mail directory at any costs (parts 1-3)
logic are going to cause some major problems for other people at some
point.

Also, it would be nice if kmail didn't always delete my kmail folder
symlink at startup, if they (at that time) point to non-existent
directories. Please instead give a warning dialogue, and ask the user
what to do at that point.

Kind regards,

David.

PS: Also for your reference, my reportbug headers can be found below:

---
Subject: kmail: Kmail deleted all my local mail
Package: kmail
Version: 4:4.4.11.1+l10n-1
Severity: important

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

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

Versions of packages kmail depends on:
ii  kdebase-runtime 4:4.6.5-1
ii  kdepim-runtime  4:4.4.11.1-2
ii  kdepimlibs-kio-plugins  4:4.6.5-1
ii  libakonadi-contact4 4:4.6.5-1
ii  libakonadi-kde4 4:4.6.5-1
ii  libc6   2.13-20
ii  libgcc1 1:4.6.1-10
ii  libgpgme++2 4:4.6.5-1
ii  libkabc44:4.6.5-1
ii  libkcal44:4.6.5-1
ii  libkcmutils44:4.6.5-2
ii  libkde3support4 4:4.6.5-2
ii  libkdecore5 4:4.6.5-2
ii  libkdepim4  4:4.4.11.1+l10n-1
ii  libkdeui5   4:4.6.5-2
ii  libkhtml5   4:4.6.5-2
ii  libkimap4   4:4.6.5-1
ii  libkio5 4:4.6.5-2
ii  libkldap4   4:4.6.5-1
ii  libkleo44:4.4.11.1+l10n-1
ii  libkmime4   4:4.6.5-1
ii  libknotifyconfig4   4:4.6.5-2
ii  libkontactinterface44:4.6.5-1
ii  libkparts4  4:4.6.5-2
ii  libkpgp44:4.4.11.1+l10n-1
ii  libkpimidentities4  4:4.6.5-1
ii  libkpimtextedit44:4.6.5-1
ii  libkpimutils4   4:4.6.5-1
ii  libkresources4  4:4.6.5-1
ii  libksieve4  4:4.4.11.1+l10n-1
ii  libktnef4   4:4.6.5-1
ii  libmailtransport4   4:4.6.5-1
ii  libmessagecore4 4:4.4.11.1+l10n-1
ii  libmessagelist4 4:4.4.11.1+l10n-1
ii  libmimelib4 4:4.4.11.1

Bug#644204: Aisleriot Solitaire - Playability

2011-10-03 Thread david
Package: Aisleriot
Version: 3.0.2

This new version loads very slowly. On my twin core AMD 2900MHz system it has 
just taken 18 seconds to initialise. This was not the case in earlier 
versions.

The cards are too large, compared to the previous version. This makes the game 
more tiring to play.

May I suggest that you reduce the card size and the startup time.

Regards

David Cefai



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



Bug#679209: Opening a normal terminal when root terminal is open does not work

2012-06-27 Thread David


Package: gnome-terminal
Version: 3.4.1.1-1
Severity: important
Tags: upstream

Opening - after a normal terminal - a root terminal works.

However, if attempting to open a normal terminal when a root terminal is 
open, there is no reaction from the system.


Bug appears only in the new mode of GNOME3, in Classic mode the problem 
does not exist.


David Moerike

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

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

Versions of packages gnome-terminal depends on:
ii  gconf-service  3.2.5-1
ii  gnome-terminal-data3.4.1.1-1
ii  gsettings-desktop-schemas  3.4.2-1
ii  libatk1.0-02.4.0-2
ii  libc6  2.13-33
ii  libgconf-2-4   3.2.5-1
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.32.3-1
ii  libgtk-3-0 3.4.2-1
ii  libice62:1.0.8-2
ii  libpango1.0-0  1.30.0-1
ii  libsm6 2:1.2.1-2
ii  libvte-2.90-9  1:0.32.2-1
ii  libx11-6   2:1.5.0-1

Versions of packages gnome-terminal recommends:
ii  gvfs  1.12.3-1+b1
ii  yelp  3.4.2-1

gnome-terminal 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#674409: request-tracker4: update-rt-siteconfig regex stiff about finding file_SiteConfig.d

2012-05-24 Thread David
Package: request-tracker4
Version: 4.0.5-1~bpo60+1
Severity: normal


Let's say I want to name a configuration file 60-Pluginconf, the regex used 
in the 'find' command in update-rt-siteconfig will not catch it. This will 
generate an incomplete configuration file.
Same goes if I want to name a configuration file 61-plugin_ExternalAuth, it 
will not catch it.

Is it possible to make the regex a bit more flexible ?
I've changed update-rt-siteconfig to suit my specific needs for the time being.

-- Package-specific info:

There are locally modified files in /usr/local/share/request-tracker4/,
 these may (or may not) be the source of the problem.

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

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

Versions of packages request-tracker4 depends on:
ii  dbconfig-common   1.8.46+squeeze.0   common framework for packaging dat
ii  debconf [debconf- 1.5.36.1   Debian configuration management sy
ii  fonts-droid [ttf- 20101110+git-3~bpo60+1 handheld device font with extensiv
ii  libapache-session 1.87-1 Perl modules for keeping persisten
ii  libcache-simple-t 0.27-2 Perl module to cache and expire ke
ii  libcgi-emulate-ps 0.10-1~bpo60+1 PSGI adapter for CGI
ii  libcgi-pm-perl3.49-1squeeze1 module for Common Gateway Interfac
ii  libcgi-psgi-perl  0.13-1~bpo60+1 Adapt CGI.pm to the PSGI protocol
ii  libclass-accessor 0.34-1 Perl module that automatically gen
ii  libclass-returnva 0.55-1 A return-value object that lets yo
ii  libconvert-color- 0.05-1 Perl module for color space conver
ii  libcss-squish-per 0.09-1 module to compact many CSS files i
ii  libdata-ical-perl 0.16+dfsg-1Perl module for manipulating iCale
ii  libdatetime-local 1:0.45-1   Perl extension providing localizat
ii  libdatetime-perl  2:0.6100-2 module for manipulating dates, tim
ii  libdbi-perl   1.612-1Perl Database Interface (DBI)
ii  libdbix-searchbui 1.59-2~bpo60+1 Perl implementation of a simple OR
ii  libdevel-globalde 0.02-1 Expose PL_dirty, the flag which ma
ii  libdevel-stacktra 1.2700-1~bpo60+1   Perl module containing stack trace
ii  libemail-address- 1.889-2RFC 2822 Address Parsing and Creat
ii  libencode-perl2.44-1~bpo60+1 module providing interfaces betwee
ii  libfcgi-procmanag 0.18-2 Functions for managing FastCGI app
ii  libfile-sharedir- 1.00-0.1   Locate per-dist and per-module sha
ii  libgd-graph-perl  1.44-3 Graph Plotting Module for Perl 5
ii  libgd-text-perl   0.86-5 Text utilities for use with GD
ii  libgnupg-interfac 0.43-1~bpo60+1 Perl interface to GnuPG
ii  libgraphviz-perl  2.04-1 Perl interface to the GraphViz gra
ii  libhtml-mason-per 1:1.44-1   HTML::Mason Perl module
ii  libhtml-mason-psg 0.52-1~bpo60+1 PSGI handler for HTML::Mason
ii  libhtml-quoted-pe 0.03-1~bpo60+1 extract structure of quoted HTML m
ii  libhtml-rewriteat 0.04-1~bpo60+1 concise attribute rewriting
ii  libhtml-scrubber- 0.08-4 Perl extension for scrubbing/sanit
ii  libipc-run3-perl  0.042-2run a subprocess with input/ouput 
ii  libjson-perl  2.21-1 Perl module to parse and convert t
ii  liblist-moreutils 0.25~02-1  Perl module with additional list f
ii  liblocale-maketex 0.10-1 Maketext from already interpolated
ii  liblocale-maketex 0.82-1 lexicon-handling backends for Loca
ii  liblog-dispatch-p 2.29-1~bpo60+1 message dispatcher to multiple Log
ii  libmailtools-perl 2.06-1 Manipulate email in perl programs
ii  libmime-tools-per 5.428-1Perl5 modules for MIME-compliant m
ii  libmime-types-per 1.30-1 Perl extension for determining MIM
ii  libmodule-version 1.06-1 Report versions of all modules in 
ii  libnet-cidr-perl  0.13-1 Manipulate IPv4/IPv6 netblocks in 
ii  libperlio-eol-per 0.14-1+b1  PerlIO layer for normalizing line 
ii  libplack-perl 0.9986-1~bpo60+1   interface between web servers and 
ii  libregexp-common- 0.02-1~bpo60+1 provide patterns for CIDR blocks
ii  libregexp-common- 2010010201-1   module with common regular express
ii  libregexp-ipv6-pe 0.03-1~bpo60+1 Regular expression for IPv6 addres
ii  libtext-autoforma 1.669002-1 module for automatic text wrapping
ii  libtext-password- 0.28-1 Perl module to generate pronouncea
ii  libtext-quoted-pe 2.06-1 Perl 

Bug#646008: pbuilder dependency resolving failing under Etch chroot

2011-10-20 Thread David
Package: pbuilder
Version: 0.203
Severity: important

Hi there.

I'm attempting to build a backported package under a Debian Etch
chroot, and having this problem:

--
I: Installing the build-deps
dpkg-architecture: warning: no utmp entry available and LOGNAME not
defined; using uid of process (0)
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: i386
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude -
created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: xmms-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10428 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but
configuring anyway as you request:
 pbuilder-satisfydepends-dummy depends on xmms-dev; however:
  Package xmms-dev is not installed.
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Initializing package states...
Building tag database...
The following packages are BROKEN:
  pbuilder-satisfydepends-dummy
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
  pbuilder-satisfydepends-dummy: Depends: xmms-dev but it is not installable
Resolving dependencies...
The following actions will resolve these dependencies:

Remove the following packages:
pbuilder-satisfydepends-dummy

Score is -210

The following packages will be automatically REMOVED:
  pbuilder-satisfydepends-dummy
The following packages will be REMOVED:
  pbuilder-satisfydepends-dummy
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information...
(Reading database ... 10428 files and directories currently installed.)
Removing pbuilder-satisfydepends-dummy ...
Aptitude couldn't satisfy the build dependencies
E: pbuilder-satisfydepends failed.
--

Basically, if I set the Build-Depends package options, then pbuilder
is no longer able to resolve them in the
/usr/lib/pbuilder/pbuilder-satisfydepends script.

However, if I edit that script, to add this line just before the
$CHROOTEXEC aptitude line:

$CHROOTEXEC aptitude install xmms-dev

Then the dependences are installed inside the chroot by that line, and
the complex aptitude line just below that, is able to complete
successfully.

Fyi, xmmxs-dev is just an example dependency package. Any packages I
attempt to put in the Build-Depends area of the package (being
built), have this problem.

If I install the squeeze version of pbuilder (0.199), then this
problem goes away.

For reference, this is how I prepared /var/cache/pbuilder/base.tgz:

sudo pbuilder --create --distribution etch --override-config
--mirror http://192.168.0.18/debian-archive

That's a local mirror of debian-archive, that contains Etch, that we
use internally for several backports.

And here's the line I'm using to attempt to build the package, that's failing:

pdebuild --buildresult /tmp/.my_built_package/

For now I'll revert back to the Debian Squeeze version of pbuilder.
Let me know if you need more information

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

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

Versions of packages pbuilder depends on:
ii  coreutils  8.5-1
ii  debconf [debconf-2.0]  1.5.40
ii  debianutils4.0.2
ii  debootstrap1.0.36
ii  wget   1.13-1

Versions of packages pbuilder recommends:
ii  devscripts  2.11.1
ii  fakeroot1.17-1
ii  sudo1.8.2-2

Versions of packages pbuilder suggests:
pn  cowdancer none
pn  gdebi-core0.8.2
pn  pbuilder-uml  none

-- debconf information:
  pbuilder/rewrite: false
  pbuilder/mirrorsite: http://192.168.0.18/debian/
  pbuilder/nomirror:



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



Bug#692059: redshift: doesn't work inside virtualbox

2012-11-01 Thread david
Package: redshift
Version: 1.7-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?
i have debian sid running inside virtualbox with guest additions installed. 
i tried out redshift but it doesn't work: the display stays the same.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
run redshift and even use the -O flag to test out monitor colors. 
   * What was the outcome of this action?
no effect. the display stayed the same. also tried the other -m modes.
   * What outcome did you expect instead?
the monitor to change colors.


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

Kernel: Linux 3.5-trunk-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 redshift depends on:
ii  gconf-service  3.2.5-1+build1
ii  libc6  2.13-36
ii  libgconf-2-4   3.2.5-1+build1
ii  libglib2.0-0   2.33.12+really2.32.4-3
ii  libx11-6   2:1.5.0-1
ii  libxcb-randr0  1.8.1-2
ii  libxcb11.8.1-2
ii  libxxf86vm11:1.1.2-1

redshift recommends no packages.

redshift 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#688816: crash: corrupted double-linked list

2012-09-25 Thread david
Package: rtorrent
Version: 0.9.2-1
Severity: important

Dear Maintainer,

i'm running rtorrent 24/7. before i version 0.9 i was using a self compiled 
binary (previous stable release), then switced to debian's package. lately it's 
been acting up, crashing at random times. i'm using rutorrent as a webfront, so 
it's using xmlrpc fairly often. i got the core file if it's worth analysing 
with gdb. sorry if the formatting below is messed up. afaik that's how it was 
spit out.


** glibc detected *** rtorrent: corrupted double-linked list: 0x13d84f90 ***

=== Backtrace: =


/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6e3b1)[0xb73283b1]
  
/lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x6e7ee)[0xb73287ee]

   /lib/i386-linux-gnu/i686/cmov/libc.so.6(+0x70925)[0xb732a925]
 
/lib/i386-linux-gnu/i686/cmov/libc.so.6(__libc_malloc+0x5c)[0xb732cd9c]


/usr/lib/i386-linux-gnu/libstdc++.so.6(_Znwj+0x25)[0xb74c3585]
   [0xc913bec]
  === Memory map: 
  
08048000-081ac000 r-xp  08:01 85461815   /usr/bin/rtorrent
 081ac000-081ad000 r--p 00163000 08:01 85461815   
/usr/bin/rtorrent

   081ad000-081ae000 rw-p 00164000 08:01 85461815   /usr/bin/rtorrent
  081ae000-081b rw-p  00:00 0
  08f21000-16b32000 
rw-p  00:00 0  [heap]

 b3fad000-b402e000 r--s 066fe000 08:01 
10884397   thefilename

b402e000-b422e000 r--s 21c0 08:01 10884368   
thefilename 
b426a000-b446a000 r--s 2800 08:01 10883727   thefilename
   b446a000-b466a000 r--s 01c0 
08:01 10884368   thefilenameb46eb000-b48eb000 
r--s 1180 08:01 10884368   thefilename b48eb000-b496c000 r--s 
5a5fe000 08:01 10884397   thefilename

   b496c000-b4b6c000 r--s 5440 
08:01 10884368   thefilename
b4bed000-b4c2e000 r--s 3c13f000 
08:01 10754914   thefilename
b4c2e000-b4c6f000 r--s 270bf000 08:01 10884239   thefilename
  
b4c6f000-b4cf r--s 30ffe000 08:01 10883349   thefilename
   b4cf-b4d71000 r--s 
148fe000 08:01 10884397   thefilename
  b4d71000-b4db2000 r--s 280e9000 08:01 
10883628   thefilename
  b4db2000-b4e33000 r--s 3d1fe000 08:01 
10883496   thefilename
   b4e33000-b4e74000 r--s 2642f000 08:01 10884373   thefilename
   b4e74000-b4eb5000 r--s 07ae6000 08:01 
10884295   thefilename
 b4eb5000-b4eb9000 
r-xp  08:01 94503066   /lib/i386-linux-gnu/i686/cmov/libnss_dns-2.13.so
   b4eb9000-b4eba000 r--p 4000 08:01 94503066   
/lib/i386-linux-gnu/i686/cmov/libnss_dns-2.13.so
 b4eba000-b4ebb000 rw-p 5000 08:01 94503066   
/lib/i386-linux-gnu/i686/cmov/libnss_dns-2.13.so

  b4ebb000-b4ec5000 r-xp  08:01 94503063   
/lib/i386-linux-gnu/i686/cmov/libnss_files-2.13.so
  
b4ec5000-b4ec6000 r--p 9000 08:01 94503063   
/lib/i386-linux-gnu/i686/cmov/libnss_files-2.13.so
  b4ec6000-b4ec7000 rw-p a000 08:01 
94503063   /lib/i386-linux-gnu/i686/cmov/libnss_files-2.13.so
  b4ecf000-b4ed ---p  00:00 0
  b4ed-b620 rw-p 
 00:00 0
  

Bug#688820: valgrind: fatal error: unsupported CPU. on a Via C7

2012-09-25 Thread david
Package: valgrind
Version: 1:3.7.0-6
Severity: important

valgrind won't run on this Via C7 CPU:

/proc/cpuinfo:
processor   : 0
vendor_id   : CentaurHauls
cpu family  : 6
model   : 10
model name  : VIA Esther processor 1200MHz
stepping: 9
cpu MHz : 1200.000
cache size  : 128 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce apic sep mtrr pge cmov pat 
clflush acpi mmx fxsr sse sse2 tm nx up pni est tm2 rng rng_en ace ace_en ace2 
ace2_en phe phe_en pmm pmm_en
bogomips: 2400.41
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 32 bits virtual
power management:

output of valgrind -d date (seems like my terminal is messed up, probably a 
utf8 issue):
ó¿¶8òõ
 8±#8 #8h¼ 8Ô8h¼ 8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main 
Welcome to Valgrind version 3.7.0 debug logging
X@v¶8ìaó¿¶8òõ
 8C@v¶8ìaó¿¶8ð8J¿ 8Ë 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Checking current stack is 
plausible
ug logging
X@v¶8ìaó¿¶8òõ
 87@v¶8ìaó¿¶8
 #8J¿ 8¸Ë 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Checking initial stack 
was noted
e
ug logging
X@v¶8ìaó¿¶8òõ
 84@v¶8ìaó¿¶8ä#8J¿ 88Ì 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Starting the address 
space manager
ug logging
X@v¶8ìaó¿¶8òõ
 86@v¶8ìaó¿¶8M$8J¿ 8Ì 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Address space manager is 
running
oó¾°ùaÿ¿ùa4@v¶8ìaó¿¶8{$8J¿ 8°Ì 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Starting the dynamic 
memory manager
°ùaÿ¿ùa7@v¶8ìaó¿¶8$8J¿ 8ÔÌ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:mallocfr newSuperblock at 
0x61F9C000 (pszB 4194288)  owner VALGRIND/tool
u¶8u¶8@Su¶8@Àùa
   £8²!8!8Àùaðÿ?»@$8!8½ 8dynamic memory managP0Èn.8pÿ¿ùaÀùaÀùaî
   
8@v¶8ìaó¿¶8»8¼ 890«$8¼ 890ÔÌ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:mallocfr 
deferred_reclaimSuperblock at 0x61F9C000 (pszB 4194288)  (prev 0x0) 
own8ÿ¿9bÀùaZÈn.8Àùa»@$8¶88²!8H
   !8Àùaðÿ?»@$8!8½ 8Àùa`ðùaðÿ? Ï?@v¶8ìaó¿¶87»8Àùa·$8Àùa90ÔÌ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿er VALGRIND/tool
 deferred_reclaimSuperblock at 0x61F9C000 (pszB 4194288)  (prev 0x0) 
own8ÿ¿9bÀùaÈn.8Àùa»@$8¶88²!8H

   !8Àùaðÿ?»@$8!8½ 8Àùa`ðùaðÿ? Ï?@v¶8ìaó¿¶87»8Àùa·$8Àùa90ÔÌ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Dynamic memory manager is 
running
?»@$8!8½ 8Àùa`ðùaðÿ? Ï?@v¶8ìaó¿5@v¶8ìaó¿¶8Ó$8J¿ 8üÌ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Initialise m_debuginfo
s running
?»@$8!8½ 8Àùa`ðùaðÿ? Ï?@v¶8ìaó¿*@v¶8ìaó¿¶8ï$8J¿ 8¼ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main VG_(libdir) = 
/usr/lib/valgrind

?»@$8!8ó¿XPý8¶¼ 8ó¿
   ìaó¿3@v¶8ìaó¿¶8.%8J¿ 8ü 8ȷ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Getting launcher's name 
...
nd

?»@$8!8ó¿XPý8¶¼ 8ó¿
   ìaó¿/@v¶8ìaó¿¶8J%8J¿ 8ռ 8ȷ 
8ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main ... /usr/bin/valgrind.bin

nd

?»@$8!8ó¿XPý8C· 8ó¿ìaó¿-@v¶8ìaó¿¶8%8J¿ 8ò¼ 
8ó¿ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿--25299:1:main Get hardware 
capabilities ...
u¶88u¶8¿èFå81@v¶8ìaó¿¶8â%8J¿ 8|Í 
8ó¿ôaó¿äaó¿àaó¿°¶8ôaó¿ôaó8¬k.8,!8àaó¿
valgrind: fatal error: unsupported CPU.
   Supported CPUs are:
   * x86 (practically any; Pentium-I or above), AMD Athlon or above)
   * AMD Athlon64/Opteron
   * PowerPC (most; ppc405 and above)
   * System z (64bit only - s390x; z900 and above)
output of valgrind -d date:



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

Kernel: Linux 3.2.0-3-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 valgrind depends on:
ii  libc6  2.13-35
ii  libc6-dbg  2.13-35

Versions of packages valgrind recommends:
ii  gdb   7.4.1-1.1
pn  valgrind-dbg  none

Versions of packages valgrind suggests:
pn  alleyoop  none
pn  kcachegrind   none
pn  valgrind-mpi  none
pn  valkyrie  none

-- 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#684919: iceweasel: Cocoon causes Segmentation Fault - only as normal user

2012-08-14 Thread David

Package: iceweasel
Version: 10.0.6esr-1
Severity: normal
Tags: upstream

Dear Maintainer,

after installation of addon Cocoon, when logging in in the Cocoon toolbar,
comes segmentation fault.

It happens when calling any web address,
or even it comes immediately.

Bug does NOT occur when executing Iceweasel / Firefox as ROOT!

David Moerike


-- Package-specific info:

-- Extensions information
Name: ChatZilla
Location: ${PROFILE_EXTENSIONS}/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}
Status: enabled

Name: Deutsch (DE) Language Pack locale
Location: 
/usr/lib/iceweasel/extensions/langpack...@iceweasel.mozilla.org.xpi

Package: iceweasel-l10n-de
Status: enabled

Name: DownloadHelper
Location: ${PROFILE_EXTENSIONS}/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: user-disabled

Name: Standard theme
Location: 
/usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}

Package: iceweasel
Status: enabled

Name: Torrent Finder Toolbar
Location: ${PROFILE_EXTENSIONS}/TFToolbarX@torrent-finder
Status: enabled

Name: VWC Cocoon
Location: ${PROFILE_EXTENSIONS}/firefox-supp...@vworldc.com
Status: enabled

-- Plugins information
Name: Gnome Shell Integration
Location: /usr/lib/mozilla/plugins/libgnome-shell-browser-plugin.so
Package: gnome-shell
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.2 (1.2-2))
Location: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea-6-plugin:amd64
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled


-- Addons package information
ii  gnome-shell3.4.1-8graphical shell for the GNOME desktop
ii  icedtea-6-plug 1.2-2  web browser plugin based on OpenJDK 
and Iced

ii  iceweasel  10.0.6esr-1Web browser based on Firefox
ii  iceweasel-l10n 1:10.0.6esr-1  German language package for Iceweasel
ii  rhythmbox-plug 2.97-2.1   plugins for rhythmbox music player

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

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

Versions of packages iceweasel depends on:
ii  debianutils 4.3.2
ii  fontconfig  2.9.0-7
ii  libc6   2.13-33
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libnspr42:4.9.1-1
ii  libnspr4-0d 2:4.9.1-1
ii  libsqlite3-03.7.13-1
ii  libstdc++6  4.7.1-2
ii  procps  1:3.3.3-2
ii  xulrunner-10.0  10.0.6esr-1

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  fonts-stix [otf-stix]  1.1.0-1
ii  libgssapi-krb5-2   1.10.1+dfsg-2
pn  mozplugger none

Versions of packages xulrunner-10.0 depends on:
ii  libasound21.0.25-3
ii  libatk1.0-0   2.4.0-2
ii  libbz2-1.01.0.6-3
ii  libc6 2.13-33
ii  libcairo2 1.12.2-2
ii  libdbus-1-3   1.6.0-1
ii  libdbus-glib-1-2  0.100-1
ii  libevent-2.0-52.0.19-stable-3
ii  libfontconfig12.9.0-7
ii  libfreetype6  2.4.9-1
ii  libgcc1   1:4.7.1-2
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libglib2.0-0  2.32.3-1
ii  libgtk2.0-0   2.24.10-1
ii  libhunspell-1.3-0 1.3.2-4
ii  libjpeg8  8d-1
ii  libmozjs10d   10.0.6esr-1
ii  libnotify40.7.5-1
ii  libnspr4-0d   2:4.9.1-1
ii  libnss3-1d2:3.13.5-1
ii  libpango1.0-0 1.30.0-1
ii  libpixman-1-0 0.26.0-3
ii  libreadline6  6.2-8
ii  libsqlite3-0  3.7.13-1
ii  libstartup-notification0  0.12-1
ii  libstdc++64.7.1-2
ii  libvpx1   1.1.0-1
ii  libx11-6  2:1.5.0-1
ii  libxext6  2:1.3.1-2
ii  libxrender1   1:0.9.7-1
ii  libxt61:1.1.3-1
ii  zlib1g1:1.2.7.dfsg-13

Versions of packages xulrunner-10.0 suggests:
ii  libcanberra0  0.28-4
ii  libgnomeui-0  2.24.5-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#656560: xfig text input of German umlauts does not work with UTF8

2012-01-19 Thread David

Package: xfig
Version: 1:3.2.5.b-1.1
Severity: important
Tags: l10n


In the normal locale setting of GNOME, UTF8,
that is de_DE.UTF8,
text input of German umlauts is impossible.

It works after the command:

export LANG=de_DE

that is, the locale changed from UTF8 to ISO8859-1.
In ISO8859-1 it works.

It is desired that the program will work with UTF8 too.

David

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF8, LC_CTYPE=de_DE.UTF8 (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) (ignored: LC_ALL set to de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages xfig depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: 
Shared lib
ii  libjpeg62  6b1-1 The Independent JPEG 
Group's JPEG

ii  libpng12-0 1.2.44-1+squeeze1 PNG library - runtime
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxi6 2:1.3-6   X11 Input extension library
ii  libxpm41:3.5.8-1 X11 pixmap library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  xaw3dg 1.5+E-18  Xaw3d widget set
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages xfig recommends:
ii  transfig   1:3.2.5.c-1   Utilities for converting 
XFig figu
ii  xfig-libs  1:3.2.5.b-1.1 XFig image libraries and 
examples


Versions of packages xfig suggests:
ii  cups-bsd [lpr]  1.4.4-7+squeeze1 Common UNIX Printing 
System(tm) -
ii  cups-client 1.4.4-7+squeeze1 Common UNIX Printing 
System(tm) -
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript 
PostScript/PDF

pn  gimp none   (no description available)
ii  gsfonts-x11 0.21 Make Ghostscript fonts 
available t
ii  netpbm  2:10.0-12.2+b1   Graphics conversion tools 
between

pn  spell none   (no description available)
ii  xfig-doc1:3.2.5.b-1.1XFig on-line documentation 
and exa


-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = de_DE,
LANG = de_DE.UTF8
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




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



Bug#659852: Bulk Update not yet supported

2012-02-14 Thread David

Package: ez-ipupdate
Version: 3.0.11b8-13.3
Severity: important
Tags: upstream

dyn.com, formerly dnydns.org, now offers the possibility to update more 
than one hostname, if the user wants to give the same IP address to all 
these hostnames. This possibility is called bulk update.


The ez-ipupdate program seems not yet to support this.

I tried - without success: following
in the line host=...

- all hostnames separated by comma

- one host=... line for each hostname

David Moerike

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages ez-ipupdate depends on:
ii  adduser  3.113+nmu1
ii  debconf  1.5.41
ii  libc62.13-26

ez-ipupdate recommends no packages.

ez-ipupdate suggests no packages.

-- debconf information:
  ez-ipupdate/server:
  ez-ipupdate/dns_wildcard: false
* ez-ipupdate/hostname: davidsboard,davidshome
* ez-ipupdate/service_type: dyndns
* ez-ipupdate/username: davidmoerike
  ez-ipupdate/dns_mx:
* ez-ipupdate/interface: eth1
* ez-ipupdate/ppp: false




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



Bug#659937: initscripts: Wheezy on Dual boot configuration shows wrong time

2012-02-14 Thread David

Package: initscripts
Version: 2.88dsf-22
Severity: normal

Normally in Dual Boot installation with Debian Linux and Windows, the 
clock is set on local time.
Linux then adds some, for example one hour if user is in timezone of 
Berlin, which is - in winter - GMT plus one hour.


This does not work. At the Gnome desktop, as well as on the console, at 
7 o'clock it shows 8 o'clock.


Changing UTC=yes to UTC=no in files
/etc/default/rcS and /usr/share/initscripts/default.rcS
and then rebooting has no effect.

Bug may be in package initscripts or another package, I did not find out 
in which.


Installation has not been through new installation but through 
dist-upgrade from squeeze to wheezy.


David Moerike

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Versions of packages initscripts depends on:
ii  coreutils   8.13-3
ii  debianutils 4.2.1
ii  libc6   2.13-26
ii  lsb-base3.2-28.1
ii  mount   2.20.1-1.2
ii  sysv-rc 2.88dsf-22
ii  sysvinit-utils  2.88dsf-22
ii  ucf 3.0025+nmu2

Versions of packages initscripts recommends:
ii  e2fsprogs  1.42-1
ii  psmisc 22.15-2

initscripts 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#720451: Program scan unusable for KabelBW users; no longer works with file, /usr/share/dvb/dvb-c/de-KabelBW

2013-08-21 Thread David

Package: dvb-apps
Version: 1.1.1+rev1483-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

Program scan is now unusable for users of Cable Digital TV KabelBW - file

/usr/share/dvb/dvb-c/de-KabelBW

Cause: Unknown.

Workaround: Use w_scan from package w-scan, make your own initial tuning 
file:


w_scan -fc -x de-KabelBW

Then scan as usual

scan de-KabelBW channels.conf

Attachment: file de-KabelBW, generate by w_scan.

David Moerike


-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages dvb-apps depends on:
ii  libc6   2.13-38
ii  libpng12-0  1.2.49-1
ii  libx11-62:1.5.0-1+deb7u1
ii  libzvbi00.2.33-6
ii  udev175-7.2
ii  zlib1g  1:1.2.7.dfsg-13

dvb-apps recommends no packages.

dvb-apps suggests no packages.

-- no debconf information

#--
# file automatically generated by w_scan
# (http://wirbel.htpc-forum.de/w_scan/index2.html)
#! w_scan 20120605 1 0 CABLE DE /w_scan
#--
# location and provider: add description here
# date (-mm-dd): 2013-08-22
# provided by (opt): your name or email here
#
# C[2] [plp_id] [data_slice_id] [system_id] freq sr fec mod [# comment]
#--
C 61000 690 NONEQAM64   # KBW
C 11400 690 NONE   QAM256   # KBW
C 44200 690 NONE   QAM256   # KBW
C 34600 690 NONE   QAM256   # KBW
C 35400 690 NONE   QAM256   # KBW
C 36200 690 NONE   QAM256   # KBW
C 37000 690 NONE   QAM256
C 39400 690 NONE   QAM256   # KBW
C 38600 690 NONE   QAM256
C 40200 690 NONE   QAM256   # KBW
C 41000 690 NONE   QAM256   # KBW
C 37800 690 NONE   QAM256   # KBW
C 69800 690 NONE   QAM256   # KBW
C 70600 690 NONE   QAM256   # KBW
C 74600 690 NONE   QAM256   # KBW
C 41800 690 NONE   QAM256   # KBW
C 45000 690 NONE   QAM256
C 54600 690 NONE   QAM256   # KBW
C 46600 690 NONE   QAM256   # KBW
C 45800 690 NONE   QAM256   # KBW
C 13000 690 NONE   QAM256   # KBW
C 55400 690 NONE   QAM256   # KBW
C 12200 690 NONE   QAM256   # KBW
C 57000 690 NONE   QAM256   # KBW
C 68200 690 NONE   QAM256   # KBW
C 69000 690 NONE   QAM256
C 75400 690 NONEQAM64   # KBW
C 76200 690 NONEQAM64   # KBW
C 77000 690 NONEQAM64   # KBW
C 77800 690 NONEQAM64   # KBW
C 78600 690 NONEQAM64   # KBW
C 79400 690 NONEQAM64   # KBW
C 80200 690 NONEQAM64   # KBW
C 73800 690 NONE   QAM256   # KBW
C 73000 690 NONE   QAM256   # KBW
C 81000 690 NONEQAM64   # KBW
C 81800 690 NONEQAM64   # KBW
C 82600 690 NONEQAM64   # KBW
C 42600 690 NONE   QAM256
C 43400 690 NONE   QAM256   # KBW
C 56200 690 NONE   QAM256   # KBW


Bug#703452: Near Future

2013-06-14 Thread David

Hi,

are you planning to push the current version of phpredis to debian? Hmm 
... in the near future? :)



Regards,
David


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



Bug#713042: linux-image-3.2.0-4-686-pae: USB webcam turns on but fails to work (regression)

2013-06-21 Thread David
Package: src:linux
Version: 3.2.41-2
Severity: normal

The Chicony/Sonix USB webcam using the uvcvideo driver does not work on my
Lenovo 3000 N200 laptop. The webcam is detected during bootup, and turns on
when using applications such as cheese and skype, but there is no image
produced.

The webcam worked correctly under Squeeze, so this is a regression. There is a
report about a similar problem on Ubuntu at
http://askubuntu.com/questions/264193/12-10-webcam-stopped-working-after-update,
which indicates that the problem may have been fixed again in more recent 
kernels.

-- Package-specific info:
** Version:
Linux version 3.2.0-4-686-pae (debian-ker...@lists.debian.org) (gcc version 
4.6.3 (Debian 4.6.3-15) ) #1 SMP Debian 3.2.41-2

** Command line:
BOOT_IMAGE=/vmlinuz-3.2.0-4-686-pae 
root=UUID=5925aa58-07cb-40d6-b790-4832612bdcd4 ro quiet

** Not tainted

** Kernel log:
[6.387011] Bluetooth: HCI socket layer initialized
[6.387015] Bluetooth: L2CAP socket layer initialized
[6.387222] Bluetooth: SCO socket layer initialized
[6.430038] iwl3945 :04:00.0: Tunable channels: 13 802.11bg, 23 802.11a 
channels
[6.430043] iwl3945 :04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[6.430204] iwl3945 :04:00.0: irq 46 for MSI/MSI-X
[6.430383] Registered led device: phy0-led
[6.477707] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[6.498362] [drm] initialized overlay support
[6.533816] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.3, id: 
0x25c0b1, caps: 0xa04713/0x20/0x0
[6.582426] Bluetooth: Generic Bluetooth USB driver ver 0.6
[6.583401] usbcore: registered new interface driver btusb
[6.620464] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input5
[6.667891] fbcon: inteldrmfb (fb0) is primary device
[6.978225] Console: switching to colour frame buffer device 160x50
[6.984253] fb0: inteldrmfb frame buffer device
[6.984256] drm: registered panic notifier
[7.072177] acpi device:07: registered as cooling_device2
[7.072406] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
[7.072482] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[7.072528] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[7.072969] snd_hda_intel :00:1b.0: irq 47 for MSI/MSI-X
[7.073012] snd_hda_intel :00:1b.0: setting latency timer to 64
[7.631308] Linux media interface: v0.10
[7.640755] Linux video capture interface: v2.00
[7.667797] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
[7.672857] input: USB 2.0 Camera as 
/devices/pci:00/:00:1a.1/usb3/3-2/3-2:1.0/input/input7
[7.673000] usbcore: registered new interface driver uvcvideo
[7.673003] USB Video Class driver (1.1.1)
[7.694285] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input8
[7.837102] cfg80211: World regulatory domain updated:
[7.837106] cfg80211: (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[7.837111] cfg80211: (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[7.837116] cfg80211: (2457000 KHz - 2482000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[7.837120] cfg80211: (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[7.837124] cfg80211: (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[7.837128] cfg80211: (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[9.417445] Adding 3903788k swap on /dev/sda3.  Priority:-1 extents:1 
across:3903788k 
[9.446389] EXT4-fs (sda5): re-mounted. Opts: (null)
[   10.015599] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   10.149523] loop: module loaded
[   12.118330] kjournald starting.  Commit interval 5 seconds
[   12.118606] EXT3-fs (sda1): using internal journal
[   12.118615] EXT3-fs (sda1): mounted filesystem with ordered data mode
[   12.161621] kjournald starting.  Commit interval 5 seconds
[   12.162018] EXT3-fs (sda6): using internal journal
[   12.162028] EXT3-fs (sda6): mounted filesystem with ordered data mode
[   12.213325] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: 
(null)
[   13.065394] tg3 :06:00.0: irq 48 for MSI/MSI-X
[   13.095640] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.836553] tg3 :06:00.0: eth0: Link is up at 100 Mbps, full duplex
[   14.836561] tg3 :06:00.0: eth0: Flow control is on for TX and on for RX
[   14.836880] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   17.357607] RPC: Registered named UNIX socket transport module.
[   17.357614] RPC: Registered udp transport module.
[   17.357618] RPC: Registered tcp transport module.
[   17.357622] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.405217] FS-Cache: Loaded
[   17.449474] FS-Cache: Netfs 'nfs' registered for caching
[   17.458674] Installing knfsd (copyright (C) 1996 

Bug#707731: No grub installation?

2013-05-10 Thread David
Package: Netinstaller Wheezy stable
Version: stable version, 10/15/13

Hello,
I tried again to install Debian to a usb disk of 32 Gb through a laptop
(Acer Travelmate P253-E) from another usb with the net installation iso
provided at the main page of Debian project, the one in the top right
corner. This time with the new stable version.
All went perfectly well at 64 bits, except that it didn't prompt where
to put grub, and I thought it had gone to the internal hard disk and
corrupted the other grub there and that I would have to perform a boot
repair with the tool of the same name. Before rebooting, I went back to
main intaller menu and selected grub installation phase so to force grub
to be installed on sdb (the usb drive) and not on sda (internal disk). 
There was no dialogue to answer no and select a different place for
grub, it just installed it again... aparently on sda (the light of the
hdd was on at the front of the laptop). Then I finished and rebooted
expecting the worse... but the laptop was ok! The grub inside had not
been overwritten by the Debian installer. Everything was as before. 
Then, hoppefuly, I tried to boot to Debian on the usb disk through
selecting it at the bios prompt of boot selector: nothing. There was
nothing to boot to. So, again, it seemed that there was no grub to be
found. It dit not go to the installation source usb drive either because
it booted again perfectly to install again another system. 
So there is no way I can have a Debian system, nor testing or stable,
installed in or through my laptop. 
I hope this is useful to the project. 
David


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



Bug#709309: gnucash crashes on startup with assertion failed: (pixbuf1 pixbuf2)

2013-05-22 Thread david
Package: gnucash
Version: 1:2.4.13-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The full error message recieved upon startup is:
gnc.gui:ERROR:gnc-icons.c:74:gnc_add_stock_icon_pair: assertion failed: 
(pixbuf1  pixbuf2)
Aborted

I have recently updated gtk2-engines-pixbuf:amd64 to 2.24.18-1, but I've not 
been able to revert it to the older version to prove this is related.  I 
generated a gnucash.trace file and find the following at the end of the file:
* 08:53:43 DEBUG gnc.gui [gnc_gnome_get_gdkpixbuf] Loading pixbuf file 
/usr/share/gnucash/pixmaps/gnc-account.png
* 08:53:43  CRIT gnc.gui [gnc_gnome_get_gdkpixbuf()] Could not load pixbuf: 
Couldn't recognize the image file format for file 
'/usr/share/gnucash/pixmaps/gnc-account.png'
* 08:53:43 DEBUG gnc.gui [gnc_gnome_get_gdkpixbuf] Loading pixbuf file 
/usr/share/gnucash/pixmaps/gnc-account-16.png
* 08:53:43  CRIT gnc.gui [gnc_gnome_get_gdkpixbuf()] Could not load pixbuf: 
Couldn't recognize the image file format for file 
'/usr/share/gnucash/pixmaps/gnc-account-16.png'


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

Kernel: Linux 3.8-1-amd64 (SMP w/8 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 gnucash depends on:
ii  gconf-service  3.2.5-1+build1
ii  gnucash-common 1:2.4.13-1
ii  guile-1.8  1.8.8+1-8
ii  guile-1.8-libs 1.8.8+1-8
ii  libaqbanking34 5.0.24-3
ii  libc6  2.17-1
ii  libcairo2  1.12.14-2
ii  libcrypt-ssleay-perl   0.58-1
ii  libdate-manip-perl 6.39-1
ii  libdbi10.8.4-6
ii  libfinance-quote-perl  1.17+git20120506-1
ii  libgconf-2-4   3.2.5-1+build1
ii  libgdk-pixbuf2.0-0 2.28.1-1
ii  libglade2-01:2.6.4-1
ii  libglib2.0-0   2.36.1-2build1
ii  libgnome-keyring0  3.4.1-1
ii  libgnome2-02.32.1-3
ii  libgnomecanvas2-0  2.30.3-1.2
ii  libgnomeui-0   2.24.5-2
ii  libgoffice-0.8-8   0.8.17-1.2
ii  libgtk2.0-02.24.18-1
ii  libgwengui-gtk2-0  4.3.3-1
ii  libgwenhywfar604.3.3-1
ii  libhtml-tableextract-perl  2.11-1
ii  libhtml-tree-perl  5.02-1
ii  libktoblzcheck1c2a 1.39-1
ii  libofx41:0.9.4-2.1
ii  libpango1.0-0  1.30.0-1
ii  libwebkitgtk-1.0-0 1.8.1-3.4
ii  libwww-perl6.04-1
ii  libx11-6   2:1.5.0-1
ii  libxml22.8.0+dfsg1-7+nmu1
ii  perl   5.14.2-21
ii  slib   3b1-3.1
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages gnucash recommends:
ii  gnucash-docs  2.4.2-1
ii  yelp  3.4.2-1+b1

Versions of packages gnucash suggests:
pn  libdbd-mysqlnone
pn  libdbd-pgsqlnone
pn  libdbd-sqlite3  none

-- 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#709927: linuxinfo: Linuxinfo under-reports installed RAM

2013-05-26 Thread david

Package: linuxinfo
Version: 1.1.8-40
Severity: normal


davcefai:/home/david# linuxinfo
Linux davcefai 3.8-2-686-pae #1 SMP Debian 3.8.13-1
Two AMD Unknown 2812MHz processors, 11251.41 total bogomips, 1017M RAM
System library 2.17.0
davcefai:/home/david#


2GB of RAM are installed in this PC and KSysguard detects them correctly..
Incidentally the bogomips reading is double what KSensors reports.



-- Package-specific info:
/proc/cpuinfo:
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 107
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 5400+
stepping: 2
microcode   : 0x83
cpu MHz : 2812.892
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 
lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic 
cr8_legacy 3dnowprefetch lbrv
bogomips: 5625.78
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 107
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 5400+
stepping: 2
microcode   : 0x83
cpu MHz : 2812.892
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 
lm 3dnowext 3dnow extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic 
cr8_legacy 3dnowprefetch lbrv
bogomips: 5625.63
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps

Size of /proc/kcore:
-r 1 root root 1067446272 May 22 10:26 /proc/kcore

/proc/meminfo:
MemTotal:2073728 kB
MemFree:  154704 kB
Buffers:  127448 kB
Cached:  1063904 kB
SwapCached:  784 kB
Active:   927860 kB
Inactive: 870376 kB
Active(anon): 389072 kB
Inactive(anon):   236700 kB
Active(file): 538788 kB
Inactive(file):   633676 kB
Unevictable:   0 kB
Mlocked:   0 kB
HighTotal:   1185480 kB
HighFree:  15044 kB
LowTotal: 888248 kB
LowFree:  139660 kB
SwapTotal:   2449876 kB
SwapFree:2446184 kB
Dirty:32 kB
Writeback: 0 kB
AnonPages:606188 kB
Mapped:   110728 kB
Shmem: 1 kB
Slab:  86496 kB
SReclaimable:  69824 kB
SUnreclaim:16672 kB
KernelStack:3248 kB
PageTables:10124 kB
NFS_Unstable:  0 kB
Bounce:0 kB
WritebackTmp:  0 kB
CommitLimit: 3486740 kB
Committed_AS:3227816 kB
VmallocTotal: 122880 kB
VmallocUsed:   49144 kB
VmallocChunk:  64500 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
HugePages_Total:   0
HugePages_Free:0
HugePages_Rsvd:0
HugePages_Surp:0
Hugepagesize:   2048 kB
DirectMap4k:   71672 kB
DirectMap2M:  839680 kB

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

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

Versions of packages linuxinfo depends on:
ii  libc6  2.17-3

linuxinfo recommends no packages.

linuxinfo suggests no packages.

-- no debconf information




Bug#665892: Klines loses balls when undo is clicked

2012-03-26 Thread david
Package: Klines
Version: 4:4.7.4-2

When undo is clicked, the last moved ball is removed tegether with the three 
played by the computer.
If the board is getting crowded I start to get there is no path messages 
even though there seems to be a path to move along.

This is happening on both my Debian machines. Klines was upgraded on 11th 
March.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages klines depends on:
ii  kde-runtime4:4.7.4-2
ii  libc6  2.13-27
ii  libkdecore54:4.7.4-4
ii  libkdegames5a  4:4.7.4-2
ii  libkdeui5  4:4.7.4-4
ii  libqtcore4 4:4.7.4-2
ii  libqtgui4  4:4.7.4-2
ii  libstdc++6 4.7.0-1

klines recommends no packages.

klines suggests no packages.

-- no debconf information

Regards

davcefai



Bug#665904: libreoffice: Local Hyperlinks such as file:report.odt do not work

2012-03-26 Thread David

Package: libreoffice
Version: 1:3.4.6-2
Severity: important
Tags: upstream

Dear Maintainer,

it is desirable that a hyperlink from one OO- / LibreOffice document to 
another can be inserted, for example one that is locally in the same 
directory.


I am here not referring to documents that are to be converted to HTML 
and later uploaded to the web, but to local ones.


Something like file:./report.odt or file:report.odt - This does - at 
present time - not work.


There is the possibility to do this with a reference instead of a 
hyperlink. However, there must be a reference mark in the target 
document, so it must be also a OO- / LibreOffice document.


With the possibility of such a local hyperlink however, it will be 
possible to link to *any kind* of file and not only to OO- / LO- documents.


I am not absolutely sure whether it is a LibreOffice or a system bug; 
however in OO under W Vista there is the same as here in Debian; so I am 
quite sure that it is not an Operating System bug.


David

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

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

Versions of packages libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.4.6-2
ii  libreoffice-calc 1:3.4.6-2
ii  libreoffice-core 1:3.4.6-2
ii  libreoffice-draw 1:3.4.6-2
ii  libreoffice-filter-mobiledev 1:3.4.5-5
ii  libreoffice-impress  1:3.4.6-2
ii  libreoffice-java-common  1:3.4.6-2
ii  libreoffice-math 1:3.4.6-2
ii  libreoffice-report-builder-bin   1:3.4.5-5
ii  libreoffice-writer   1:3.4.6-2
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-2
ii  libpaper-utils 1.1.24+nmu1
ii  ttf-liberation 1.07.2-2

Versions of packages libreoffice suggests:
pn  cups-bsd   1.5.2-5
pn  default-jre [java5-runtime]1:1.6-47
pn  gstreamer0.10-ffmpeg   0.10.13-2
pn  gstreamer0.10-plugins-bad  0.10.23-1
pn  gstreamer0.10-plugins-base 0.10.36-1
pn  gstreamer0.10-plugins-good 0.10.31-1
pn  gstreamer0.10-plugins-ugly 0.10.19-1
pn  hunspell-de-at [hunspell-dictionary]   20110609-1
pn  hunspell-de-ch [hunspell-dictionary]   20110609-1
pn  hyphen-de [hyphen-hyphenation-patterns]1:3.3.0-3
pn  icedove8.0-2+b1
pn  iceweasel  10.0.2-1
pn  imagemagick8:6.6.9.7-6
pn  libgl1-mesa-glx [libgl1]   7.11.2-1
pn  libldap-2.4-2  2.4.28-1.1
pn  libreoffice-filter-binfilter   1:3.4.6-2
pn  libreoffice-gnome  1:3.4.6-2
pn  libreoffice-help-de [libreoffice-help-3.4] 1:3.4.5-5
pn  libreoffice-help-en-us [libreoffice-help-3.4]  1:3.4.5-5
pn  libreoffice-l10n-de [libreoffice-l10n-3.4] 1:3.4.5-5
pn  libreoffice-officebean none
pn  libsane1.0.22-7
pn  libxrender11:0.9.6-2
pn  myspell-de-de [myspell-dictionary] 20110609-1
pn  myspell-en-us [myspell-dictionary] 1:3.3.0-3
pn  mythes-de [mythes-thesaurus]   20110119-5
pn  mythes-de-ch [mythes-thesaurus]20110119-5
pn  mythes-en-us [mythes-thesaurus]1:3.3.0-3
pn  openclipart-libreoffice none
pn  openjdk-6-jre [java5-runtime]  6b24-1.11.1-3
pn  pstoedit   3.60-2
pn  unixodbc none

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:2.4.3+LibO3.4.5-5
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-27
ii  libcairo2  1.10.2-7
ii  libcurl3-gnutls7.24.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.0.1-7.2
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  libgcc11:4.6.3-1
ii  libgdk-pixbuf2.0-0 2.24.1-1
ii  libglib2.0-0   2.30.2-6
ii

Bug#665904: Absolute Link

2012-03-28 Thread David
With respect to the absolute link from the global document to one of the 
documents, I have successfully brought documents from LibreOffice to 
OpenOffice, which is on my Windows (Vista) partition. OO also uses 
absolute links, however it finds the documents and adapts the links.


For example from file:///home/... to file:///C:/Users/... - however 
the other direction, that is, from OpenOffice to LibreOffice, this does 
not work automatically. Seemingly LibreOffice, as opposed to OpenOffice, 
does not adapt the links from the directory structure from where it 
comes to where it goes (even from Win to Win - even in XP and Vista the 
paths are different).


*Desirable*: Not only relative links for example from Global document to 
document 1, but also document 1 to document 2 etc.


David



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



Bug#689226: spectrwm: please package the latest version

2012-09-30 Thread david
Package: spectrwm
Version: 1.0.0-1
Severity: wishlist

Dear Maintainer,

spectrwm version 2.0 was released last month. it provides alot of new and 
exciting features (quoted from 
https://opensource.conformal.com/fluxbb/viewtopic.php?id=540):
* complete rewrite using xcb
* 100% backwards compatible
* way more responsive and snappy
* Tons of warts fixed
* cygwin works again
* xft fonts

i hope this lands in debian soon :)

greetings,
david



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

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 spectrwm depends on:
ii  libc6   2.13-35
ii  libx11-62:1.5.0-1
ii  libxrandr2  2:1.3.2-2
ii  libxtst62:1.2.1-1

Versions of packages spectrwm recommends:
ii  rxvt-unicode-256color [x-terminal-emulator]  9.15-2
ii  suckless-tools   38-1
ii  xfonts-terminus  4.35-1
ii  xterm [x-terminal-emulator]  278-2

spectrwm 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#704774: stumpwm: libreoffice crashes stumpwm session

2013-04-05 Thread David
Package: stumpwm
Version: 1:20110819.gitca08e08-2
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
starts libreoffice on any context using stumpwm
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
libreoffice logo appears, but libreoffice never starts really.
   * What was the outcome of this action?
   * What outcome did you expect instead?
libreoffice must allow open a document, for example.

*** End of the template - remove these lines ***


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

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

Versions of packages stumpwm depends on:
ii  cl-ppcre  2.0.3-1
ii  clisp-module-clx  1:2.49-8.1
ii  dpkg  1.16.9
ii  install-info  4.13a.dfsg.1-10

Versions of packages stumpwm recommends:
ii  cl-asdf  2:2.22-1

Versions of packages stumpwm suggests:
ii  chromium [www-browser]24.0.1312.68-1
ii  emacs-snapshot [info-browser] 2:20121231-1
ii  emacs23 [info-browser]23.4+1-4
ii  emacs24 [info-browser]24.2+1-2
ii  epiphany-browser [www-browser]3.4.2-2
ii  gnome-terminal [x-terminal-emulator]  3.4.1.1-2
ii  iceweasel [www-browser]   10.0.12esr-1
ii  info [info-browser]   4.13a.dfsg.1-10
ii  menu  2.1.46
ii  rlwrap0.37-3
ii  slime 1:20120525-1
ii  w3m [www-browser] 0.5.3-8
ii  x11-utils 7.7~1
ii  xterm [x-terminal-emulator]   278-4

-- 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#671305: dracut: cryptsetup just hangs, making the system unbootable

2013-03-22 Thread david
Package: dracut
Followup-For: Bug #671305

I just experienced the same as in the first post.
Tried out the 3.8 kernel from experimental, which replaced initramfs-tools with 
dracut and couldn't boot anymore. 

here's what it looks like: http://i.imgur.com/Oe2Wb5D.jpg
type in the password, hit enter. nothing. 

i could try it out again (if you need more logs etc) 
but i reverted back to initramfs-tools for now.

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (102, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7-trunk-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 dracut depends on:
ii  cpio   2.11+dfsg-0.1
ii  kbd1.15.5-1
pn  kpartx none
ii  module-init-tools  9-2
ii  udev   175-7.1
ii  util-linux 2.20.1-5.3

Versions of packages dracut recommends:
ii  cryptsetup  2:1.4.3-4
pn  dmraid  none
ii  dmsetup 2:1.02.77-1
ii  lvm22.02.98-1
pn  mdadm   none

Versions of packages dracut suggests:
pn  dracut-network  none


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



Bug#696438: linux-image-3.6-trunk-amd64: uname shows incorrent version number

2012-12-20 Thread david
Package: src:linux
Version: 3.6.9-1~experimental.1
Severity: minor

Dear Maintainer,

uname -a shows: 
Linux sbux 3.6-trunk-amd64 #1 SMP Debian 3.6.4-1~experimental.1 x86_64 GNU/Linux

but shouldn't it be 3.6.9 as is the package/kernel version?


-- Package-specific info:
** Version:
Linux version 3.6-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.6.3 (Debian 4.6.3-1) ) #1 SMP Debian 3.6.4-1~experimental.1

** Command line:
BOOT_IMAGE=/vmlinuz-3.6-trunk-amd64 root=/dev/mapper/sbux-root ro quiet

** Not tainted

** Kernel log:
[179910.818470] sdhci-pci :05:00.2: Will use DMA mode even though HW 
doesn't fully claim to support it.
[179910.878464] sdhci-pci :05:00.2: Will use DMA mode even though HW 
doesn't fully claim to support it.
[179910.940227] sdhci-pci :05:00.2: Will use DMA mode even though HW 
doesn't fully claim to support it.
[179911.002339] sdhci-pci :05:00.2: Will use DMA mode even though HW 
doesn't fully claim to support it.
[182079.735140] PM: Syncing filesystems ... done.
[182079.741368] PM: Preparing system for mem sleep
[182080.031044] Freezing user space processes ... (elapsed 0.01 seconds) done.
[182080.044093] Freezing remaining freezable tasks ... (elapsed 3.60 seconds) 
done.
[182083.644113] PM: Entering mem sleep
[182083.644153] Suspending console(s) (use no_console_suspend to debug)
[182083.660493] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[182083.660561] sd 0:0:0:0: [sda] Stopping disk
[182083.676714] pciehp :00:1c.1:pcie04: pciehp_suspend ENTRY
[182083.676716] pciehp :00:1c.0:pcie04: pciehp_suspend ENTRY
[182083.692094] i915 :00:02.0: power state changed by ACPI to D3hot
[182083.916582] e1000e :00:19.0: wake-up capability enabled by ACPI
[182084.076126] PM: suspend of devices complete after 415.773 msecs
[182084.076267] PM: late suspend of devices complete after 0.138 msecs
[182084.092226] ehci_hcd :00:1d.7: wake-up capability enabled by ACPI
[182084.108028] ehci_hcd :00:1d.7: power state changed by ACPI to D3hot
[182084.108127] uhci_hcd :00:1d.1: wake-up capability enabled by ACPI
[182084.148033] uhci_hcd :00:1d.0: wake-up capability enabled by ACPI
[182084.148037] uhci_hcd :00:1d.0: power state changed by ACPI to D2
[182084.148306] ehci_hcd :00:1a.7: wake-up capability enabled by ACPI
[182084.164031] ehci_hcd :00:1a.7: power state changed by ACPI to D3hot
[182084.164123] uhci_hcd :00:1a.1: wake-up capability enabled by ACPI
[182084.164127] uhci_hcd :00:1a.1: power state changed by ACPI to D2
[182084.164200] uhci_hcd :00:1a.0: wake-up capability enabled by ACPI
[182084.164252] PM: noirq suspend of devices complete after 87.981 msecs
[182084.164694] ACPI: Preparing to enter system sleep state S3
[182084.336058] PM: Saving platform NVS memory
[182084.336339] Disabling non-boot CPUs ...
[182084.440050] smpboot: CPU 1 is now offline
[182084.440640] Extended CMOS year: 2000
[182084.440640] ACPI: Low-level resume complete
[182084.440640] PM: Restoring platform NVS memory
[182084.440640] Extended CMOS year: 2000
[182084.440640] Enabling non-boot CPUs ...
[182084.440640] smpboot: Booting Node 0 Processor 1 APIC 0x1
[182084.484114] CPU1 is up
[182084.486189] ACPI: Waking up from system sleep state S3
[182084.904200] i915 :00:02.0: power state changed by ACPI to D0
[182084.936275] uhci_hcd :00:1a.0: wake-up capability disabled by ACPI
[182084.936280] uhci_hcd :00:1a.1: power state changed by ACPI to D0
[182084.936357] uhci_hcd :00:1a.1: wake-up capability disabled by ACPI
[182084.936361] ehci_hcd :00:1a.7: power state changed by ACPI to D0
[182084.952186] ehci_hcd :00:1a.7: wake-up capability disabled by ACPI
[182084.968401] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[182085.008104] uhci_hcd :00:1d.0: wake-up capability disabled by ACPI
[182085.008200] uhci_hcd :00:1d.1: wake-up capability disabled by ACPI
[182085.008204] ehci_hcd :00:1d.7: power state changed by ACPI to D0
[182085.024181] ehci_hcd :00:1d.7: wake-up capability disabled by ACPI
[182085.072381] PM: noirq resume of devices complete after 168.257 msecs
[182085.072506] PM: early resume of devices complete after 0.072 msecs
[182085.072560] i915 :00:02.0: setting latency timer to 64
[182085.072584] e1000e :00:19.0: wake-up capability disabled by ACPI
[182085.077280] e1000e :00:19.0: irq 42 for MSI/MSI-X
[182085.087722] uhci_hcd :00:1a.0: setting latency timer to 64
[182085.087751] usb usb3: root hub lost power or was reset
[182085.087770] uhci_hcd :00:1a.1: setting latency timer to 64
[182085.087797] usb usb4: root hub lost power or was reset
[182085.087818] ehci_hcd :00:1a.7: setting latency timer to 64
[182085.087898] snd_hda_intel :00:1b.0: irq 46 for MSI/MSI-X
[182085.087950] pciehp :00:1c.0:pcie04: pciehp_resume ENTRY
[182085.087962] pciehp :00:1c.1:pcie04: pciehp_resume ENTRY
[182085.087973] uhci_hcd :00:1d.0: setting latency timer to 64

Bug#731487: gambas3: Gambas3 fails to start with cannot find interface of library 'gb.geom' error

2013-12-05 Thread david
Package: gambas3
Version: 3.5.1-1
Severity: important

Dear Maintainer,

When starting Gambas 3.5.1-1 I get the following:


david@davcefai:~$ gambas3

** Oops! Internal error! **
** Cannot find interface of library 'gb.geom'
ERROR: #27: Cannot load component 'gb.geom': cannot find component
** Program aborting. Sorry! :-(
** Please send a bug report at gam...@users.sourceforge.net
david@davcefai:~$


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

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

Versions of packages gambas3 depends on:
ii  gambas3-examples3.5.1-1
ii  gambas3-gb-args 3.5.1-1
ii  gambas3-gb-cairo3.5.1-1
ii  gambas3-gb-chart3.5.1-1
ii  gambas3-gb-clipper  3.5.1-1
ii  gambas3-gb-complex  3.5.1-1
ii  gambas3-gb-compress-bzlib2  3.5.1-1
ii  gambas3-gb-compress-zlib3.5.1-1
ii  gambas3-gb-crypt3.5.1-1
ii  gambas3-gb-data 3.5.1-1
ii  gambas3-gb-db-form  3.5.1-1
ii  gambas3-gb-db-mysql 3.5.1-1
ii  gambas3-gb-db-odbc  3.5.1-1
ii  gambas3-gb-db-postgresql3.5.1-1
ii  gambas3-gb-db-sqlite3   3.5.1-1
ii  gambas3-gb-dbus 3.5.1-1
ii  gambas3-gb-desktop  3.5.1-1
ii  gambas3-gb-form-dialog  3.5.1-1
ii  gambas3-gb-form-mdi 3.5.1-1
ii  gambas3-gb-form-stock   3.5.1-1
ii  gambas3-gb-gmp  3.5.1-1
ii  gambas3-gb-gsl  3.5.1-1
ii  gambas3-gb-gui-opengl   3.5.1-1
ii  gambas3-gb-httpd3.5.1-1
ii  gambas3-gb-image-effect 3.5.1-1
ii  gambas3-gb-image-imlib  3.5.1-1
ii  gambas3-gb-image-io 3.5.1-1
ii  gambas3-gb-jit  3.5.1-1
ii  gambas3-gb-libxml   3.5.1-1
ii  gambas3-gb-map  3.5.1-1
ii  gambas3-gb-memcached3.5.1-1
ii  gambas3-gb-mime 3.5.1-1
ii  gambas3-gb-mysql3.5.1-1
ii  gambas3-gb-ncurses  3.5.1-1
ii  gambas3-gb-net-curl 3.5.1-1
ii  gambas3-gb-net-pop3 3.5.1-1
ii  gambas3-gb-net-smtp 3.5.1-1
ii  gambas3-gb-openal   3.5.1-1
ii  gambas3-gb-opengl-glsl  3.5.1-1
ii  gambas3-gb-opengl-glu   3.5.1-1
ii  gambas3-gb-opengl-sge   3.5.1-1
ii  gambas3-gb-openssl  3.5.1-1
ii  gambas3-gb-option   3.5.1-1
ii  gambas3-gb-pcre 3.5.1-1
ii  gambas3-gb-pdf  3.5.1-1
ii  gambas3-gb-qt4-ext  3.5.1-1
ii  gambas3-gb-qt4-webkit   3.5.1-1
ii  gambas3-gb-report   3.5.1-1
ii  gambas3-gb-sdl-sound3.5.1-1
ii  gambas3-gb-settings 3.5.1-1
ii  gambas3-gb-v4l  3.5.1-1
ii  gambas3-gb-vb   3.5.1-1
ii  gambas3-gb-web  3.5.1-1
ii  gambas3-gb-xml-html 3.5.1-1
ii  gambas3-gb-xml-rpc  3.5.1-1
ii  gambas3-gb-xml-xslt 3.5.1-1
ii  gambas3-ide 3.5.1-1

gambas3 recommends no packages.

gambas3 suggests no packages.

-- no debconf information


The error persisted after I uninstalled and then reinstalled the package. The 
previous version worked well.

Regards









---
Sent from a computer.



Bug#721783: Icons completely missing

2013-12-11 Thread david
On both my PCs the buttons all show the same icon: A sheet 
of paper with the top right corner folded down and a red cross. 
Extremely useful. I have all the dependencies and suggestions 
installed.

I get the same icons with both evince and evince-gtk.

Davcefai
---
Sent from a computer.



Bug#706743: Fwd: Efi in Legacy mode

2013-05-04 Thread David


Package: Installer
Version: CR1

Hello,
I tried twice to install Debian wheezy on a laptop sold with no
operating system, Acer Travelmate P253-E, with the Bios set in Legacy
mode, the default mode that it had. The source of the installation was a
Usb memory of 8 gb with the Debian DVD of 64 bits candidate 1 and later
the weekly snapshot.
The installation process went well though it never came the screen to
select grub target device, but the installer said it had been
successful. In trying to boot, then, there was no bootable device in the
computer.
As I needed to use the computer I tried to install an Ubuntu system to
substitute the failed Debian. First surprise, Ubuntu installer prompted
to install it alongside Dabian, so I took profit of the occasion and
installed this way. Second surprise, when all was done, Ubuntu's grub
was able to boot Debian without any problem. Once in Ubuntu, I revised
the hard disc structure with Gparted and then came the third surprise:
there was a boot-efi partition created. So it seems that the Debian
installer created an unnecessary boot-efi partition that confused the
booting process of the system, which had been set always in legacy mode.
This case was not stated in Testing installation errata, so I hope this
information is useful. It has taken a while discovering it, so sorry for
not sending this note before.
Thanks for your attention,
David


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



Bug#709927: [inbox] Bug#709927 closed by Helge Kreutzmann deb...@helgefjell.de (Bug#709927: fixed in linuxinfo 1.1.8-42)

2013-09-29 Thread david
Dear Helge,

Regrettably the bug has persisted.

Linuxinfo says:

Linux davcefai 3.9-1-686-pae #1 SMP Debian 3.9.8-1
Two AMD x86_64 2812MHz processors, 11251.12 total bogomips, 1017M 
RAM
System library 2.17.0


DMIdecode says:

Handle 0x0009, DMI type 6, 12 bytes
Memory Module Information
Socket Designation: DIMM0
Bank Connections: None
Current Speed: Unknown
Type: Unknown
Installed Size: Not Installed
Enabled Size: Not Installed
Error Status: OK


Handle 0x000A, DMI type 6, 12 bytes
Memory Module Information
Socket Designation: DIMM1
Bank Connections: 2 3
Current Speed: 30 ns
Type: DIMM
Installed Size: 2048 MB (Double-bank Connection)
Enabled Size: 2048 MB (Double-bank Connection)
Error Status: OK

Please note that Bank 1 is empty, the SIMM is in bank 2.
The kernel is not the latest because of NVidia deiver problems.

On my other PC, Linuxinfo correctly detects 1 GB of RAM.

Please ask if you need any other info or tests.

Regards

David Cefai


---
Sent from a computer.


On Saturday 28 September 2013 17:09:05 you wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the linuxinfo package:
 
 #709927: linuxinfo: Linuxinfo under-reports installed RAM
 
 It has been closed by Helge Kreutzmann deb...@helgefjell.de.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Helge Kreutzmann
 deb...@helgefjell.de by replying to this email.


Bug#735630: 304 driver

2014-02-25 Thread david
I have just upgraded a Debian Unstable system to 3.12-1-rt-686-pae and 
have exactly the same problem as described in this bug report.

The PC has an on-board Nvidia GF6150SE chip and the driver is the 
Nvidia Legacy 304.117-1.

Should I open a new bug report or will this be dealt with as part of this one?

For information, a PC with an Nvidia 610c card and the default driver 
upgraded with no problems.

Thanks and Regards

David Cefai
---
Sent from a computer.



Bug#740810: moc: Segmentation fault when trying to execute

2014-03-05 Thread David
Package: moc
Version: 1:2.5.0~beta2-1
Severity: important

Dear Maintainer,

In last two days I can't execute mocp because I get a segmentation fault
error. Tried with root user with same result.

If you need more info, tell me.

Thank you.

-- 
David


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

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

Versions of packages moc depends on:
ii  libasound21.0.27.2-3
ii  libc6 2.17-97
ii  libcurl3-gnutls   7.35.0-1
ii  libdb5.3  5.3.28-3
ii  libfaad2  2.7-8
ii  libflac8  1.3.0-2
ii  libgcc1   1:4.8.2-16
ii  libid3tag00.15.1b-10
ii  libjack-jackd2-0 [libjack-0.116]  1.9.9.5+20130622git7de15e7a-1
ii  libltdl7  2.4.2-1.7
ii  libmad0   0.15.1b-8
ii  libmagic1 1:5.17-0.1
ii  libmodplug1   1:0.8.8.4-4
ii  libmpcdec62:0.1~r459-4
ii  libncursesw5  5.9+20140118-1
ii  libogg0   1.3.1-1
ii  libopusfile0  0.5-1
ii  librcc0   0.2.9-3.1+b1
ii  libresid-builder0c2a  2.1.1-14
ii  libsamplerate00.1.8-7
ii  libsidplay2   2.1.1-14
ii  libsidutils0  2.1.1-14
ii  libsndfile1   1.0.25-9
ii  libspeex1 1.2~rc1.1-1
ii  libstdc++64.8.2-16
ii  libtagc0  1.9.1-2
ii  libtinfo5 5.9+20140118-1
ii  libvorbis0a   1.3.2-1.3
ii  libvorbisfile31.3.2-1.3
ii  libwavpack1   4.70.0-1
ii  zlib1g1:1.2.8.dfsg-1

moc recommends no packages.

Versions of packages moc suggests:
ii  moc-ffmpeg-plugin  1:2.5.0~beta2-1

-- 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#747633: rxvt-unicode-256color: Flickering problem whe using vim editor

2014-05-10 Thread David
Package: rxvt-unicode-256color
Version: 9.20-1
Severity: minor

Dear Maintainer,

I have a flickering problem using rxvt-unicode-256color with vim editor. If
setting .Xdefaults option:

urxvt*termName: screen-256color

flicker is gone, but that terminfo has other little problems, like not
begin/end key behaviour.

I see flicker clearly when editing with many tabs inside vim.

My .Xdefaults config for rxvt-unicode is:

--
urxvt*reverseVideo: true
urxvt*realBold: true
urxvt*cursorBlink: true
urxvt*pointerBlank: true
urxvt*scrollBar: false
urxvt*font: xft:DejaVu Sans Mono-11
---

Thank you for help.

-- 
David

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

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

Versions of packages rxvt-unicode-256color depends on:
ii  base-passwd   3.5.28
ii  libc6 2.18-5
ii  libfontconfig12.11.0-5
ii  libfreetype6  2.5.2-1
ii  libgcc1   1:4.9.0-2
ii  libgdk-pixbuf2.0-02.30.7-1
ii  libglib2.0-0  2.40.0-3
ii  libperl5.18   5.18.2-2+b1
ii  libstartup-notification0  0.12-3
ii  libx11-6  2:1.6.2-1
ii  libxft2   2.3.1-2
ii  libxrender1   1:0.9.8-1
ii  ncurses-term  5.9+20140118-1

Versions of packages rxvt-unicode-256color recommends:
ii  fonts-vlgothic [fonts-japanese-gothic]  20130607-1
ii  ttf-dejavu  2.34-1

rxvt-unicode-256color 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#746358: Boot hangs if fstab contains NFS entries

2014-05-05 Thread david
A few extra cents worth may help here.

1. I can confirm that the patch given earlier fixes the boot time  bug.
2. For a long time I have had a delay, say 30 sec, during startup. Now 
during that delay the message Starting a job for LSB: Raising Network 
Interfaces appears. (That's not the exact text but I don't wan to reboot this 
PC at this time)

3. There is a new behaviour pattern at shutdown. I have 5 mount points to 
a second machine. The 4th one takes a long time to unmount or even 
does not at all. I don't know if this is related to the bug under discussion.

I will try to understand what  comment=systemd.automount means and 
does :-)

Thanks and keep up the good work Michael.

Refards

Davcefai
---
Sent from a computer.



Bug#758404: openbox: New Kightmare themes have bad location

2014-08-17 Thread David
Package: openbox
Version: 3.5.2-7
Severity: normal

Dear Maintainer,

Current version of Openbox includes new Nightmare themes, but they are not
usable because their location dir is bad. All themes are in /usr/share/themes,
but Knightmare ones are in /usr/share/themes/themes.

Is seems an easy bug for resolving :)

Thank you.

-- 
David

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

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

Versions of packages openbox depends on:
ii  libc6 2.19-7
ii  libglib2.0-0  2.40.0-4
ii  libice6   2:1.0.9-1
ii  libobrender29 3.5.2-7
ii  libobt2   3.5.2-7
ii  libsm62:1.2.2-1
ii  libstartup-notification0  0.12-3
ii  libx11-6  2:1.6.2-2
ii  libxau6   1:1.0.8-1
ii  libxext6  2:1.3.2-1
ii  libxi62:1.7.4-1
ii  libxinerama1  2:1.1.3-1
ii  libxrandr22:1.4.2-1

Versions of packages openbox recommends:
ii  obconf  1:2.0.4-2
ii  python-xdg  0.25-4
pn  scrot   none

Versions of packages openbox suggests:
ii  fonts-dejavu   2.34-1
ii  libxml2-dev2.9.1+dfsg1-4
ii  menu   2.1.47
pn  openbox-gnome-session  none
pn  openbox-kde-sessionnone
pn  openbox-menu   none
ii  python 2.7.8-1
pn  tint2  none

-- 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#749179: mpv: Segment violation when trying to reproduce any mpeg-4 video

2014-05-24 Thread David
Package: mpv
Version: 0.3.9-2
Severity: important

Dear Maintainer,

I don't know the reason, but last few days I get Segment violation error when
trying to reproduce any mpeg-4 video, mpeg1... Mplayer2 works with some
problems, and vlc works flawlessly.

Perhaps some library versions updated in last days in testing. I don't know.
Error message only says segment violation, without eny detail.

If you need more info, please ask me.

Thank you very much.

-- 
David

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

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

Versions of packages mpv depends on:
ii  libasound2  1.0.27.2-4
ii  libass4 0.10.1-3
ii  libavcodec5510:2.2.2-dmo1
ii  libavfilter46:10.1-1
ii  libavformat55   10:2.2.2-dmo1
ii  libavresample1  10:2.2.2-dmo1
ii  libavutil53 6:10.1-1
ii  libbluray1  2:0.5.0-dmo4
ii  libbs2b03.1.0+dfsg-2
ii  libc6   2.18-5
ii  libcdio-cdda1   0.83-4.1
ii  libcdio-paranoia1   0.83-4.1
ii  libcdio13   0.83-4.1
ii  libdvdnav4  4.2.1-3
ii  libdvdread4 4.2.1-2
ii  libegl1-mesa [libegl1-x11]  10.1.2-1
ii  libenca01.15-2
ii  libgl1-mesa-glx [libgl1]10.1.2-1
ii  libguess1   1.1-4
ii  libjack-jackd2-0 [libjack-0.116]1.9.9.5+20140404git3d7c67dc~dfsg-1
ii  libjpeg88d-2
ii  liblcms2-2  2.6-1
ii  liblircclient0  0.9.0~pre1-1
ii  liblua5.1-0 5.1.5-5
ii  libmpg123-0 1.18.0-1
ii  libncurses5 5.9+20140118-1
ii  libpostproc52   10:2.2.2-dmo1
ii  libpulse0   5.0-2
ii  libquvi70.4.1-2
ii  libsdl2-2.0-0   2.0.2+dfsg1-3
ii  libswscale2 10:2.2.2-dmo1
ii  libtinfo5   5.9+20140118-1
ii  libuuid12.20.1-5.7
ii  libva-glx1  1.3.1-1
ii  libva-x11-1 1.3.1-1
ii  libva1  1.3.1-1
ii  libvdpau1   0.7-2
ii  libwayland-client0  1.4.0-1
ii  libwayland-cursor0  1.4.0-1
ii  libwayland-egl1-mesa [libwayland-egl1]  10.1.2-1
ii  libx11-62:1.6.2-2
ii  libxext62:1.3.2-1
ii  libxinerama12:1.1.3-1
ii  libxkbcommon0   0.4.0-1
ii  libxss1 1:1.2.2-1
ii  libxv1  2:1.0.10-1
ii  libxxf86vm1 1:1.1.3-1
ii  zlib1g  1:1.2.8.dfsg-1

mpv recommends no packages.

mpv 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#749179: Acknowledgement (mpv: Segment violation when trying to reproduce any mpeg-4 video)

2014-05-25 Thread David
Hi again.

I have been purgating my system of deb-multimedia packages, changing its
installation priority. Now problem with mpv is gone, so this bug can be closed
ASAP.

Sorry for noise. And thank you for your great work.

-- 
David


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



Bug#750355: fs-uae-launcher: Does not start when launching

2014-06-02 Thread David
Package: fs-uae-launcher
Version: 2.4.1+ds-2
Severity: important

Dear Maintainer,

When I execute fs-uae-launch I get next error:

---
Traceback (most recent call last):
  File /usr/share/fs-uae-launcher/fsgs/Archive.py, line 15, in module
from lhafile import LhaFile
  File /usr/share/fs-uae-launcher/lhafile/__init__.py, line 2, in module
from .lhafile import *
  File /usr/share/fs-uae-launcher/lhafile/lhafile.py, line 45, in module
import lzhlib
ImportError: No module named lzhlib
LhaFile module import problem
checking /usr/bin/Portable.ini
checking /usr/Portable.ini
checking /Portable.ini
no Portable.ini found in search path
base_dir not decided yet, checking FS_UAE_BASE_DIR
using default base_dir
- checking /home/david/.config/fs-uae-launcher/base-dir
- checking /home/david/.config/fs-uae/base-dir
XDG user dir DOCUMENTS = u'/home/david/Documentos'
Traceback (most recent call last):
  File /usr/bin/fs-uae-launcher, line 38, in module
initialize_application(app, version=version, series=series)
  File /usr/share/fs-uae-launcher/fsbc/init.py, line 28, in 
initialize_application
fsbc.logging.setup_logging(name + .log.txt)
  File /usr/share/fs-uae-launcher/fsbc/logging.py, line 88, in setup_logging
logs_dir = FSGSDirectories.get_logs_dir()
  File /usr/share/fs-uae-launcher/fsgs/FSGSDirectories.py, line 205, in 
get_logs_dir
path = os.path.join(cls.get_cache_dir(), Logs)
  File /usr/share/fs-uae-launcher/fsgs/FSGSDirectories.py, line 276, in 
get_cache_dir
path = os.path.join(cls.get_base_dir(), Cache)
  File /usr/share/fs-uae-launcher/fsgs/FSGSDirectories.py, line 106, in 
get_base_dir
return cls._get_base_dir()
  File /usr/share/fs-uae-launcher/fsbc/util.py, line 26, in wrapper
value = func(*args, **kwargs)
  File /usr/share/fs-uae-launcher/fsgs/FSGSDirectories.py, line 116, in 
_get_base_dir
path = Paths.get_real_case(path)
  File /usr/share/fs-uae-launcher/fsbc/Paths.py, line 145, in get_real_case
raise Exception(could not find case for path  + path)
Exception: could not find case for path /home/david/Documentos/FS-UAE
---

If you need any info, please tell me. Thank you very much.


-- 
David

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

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

Versions of packages fs-uae-launcher depends on:
ii  fs-uae 2.4.1+ds-2
ii  python 2.7.6-2
ii  python-pyside  1.2.2-1
ii  python-setuptools  3.6-1

fs-uae-launcher recommends no packages.

fs-uae-launcher 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#750355: fs-uae-launcher: Does not start when launching

2014-06-02 Thread David
El lunes 02 de junio, John Paul Adrian Glaubitz escribió:
 Hi David!

Hi.

 On 06/02/2014 09:54 PM, David wrote:
  Exception: could not find case for path /home/david/Documentos/FS-UAE
 
 Can you check whether this path actually exists and is readable by your
 user? The fs-uae-launcher script fails to parse the directory name
 in this case.
 
 What's the output of?
 
   ls -ld /home/david/Documentos/FS-UAE

  drwxr-xr-x 11 david david 4096 may 20 22:41 /home/david/Documentos/FS-UAE

It seems OK :(

-- 
David


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



Bug#750355: fs-uae-launcher: Does not start when launching

2014-06-02 Thread David
El lunes 02 de junio, John Paul Adrian Glaubitz escribió:
 I can currently not reproduce the issue on any of my machines, so you need to
 help me with some more testing. Try checking the permissions of all folders,
 try renaming and try running fs-uae-launcher with a different locale.

It seems fixed now. I had two files:

  .config/user-dirs.dirs
  .config/user-dirs.locale

configuring user dir documents (I don't know why). I have removed them and
fs-uae-launcher seem to work again.

You can close bug if you wish :D

Thank you for your great work packaging fs-uae.

-- 
David


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



Bug#746358: Bug reappears

2014-06-07 Thread david
Unfortunately the new version of initscripts (2.88dsf-53.1) 
has a modified mountnfs script which reintroduces this bug.

The patch in an earlier post had fixed it. I don't know 
enough to be able to patch the new script so i hope 
somebody here will be able to come up with something.

---
Sent from a computer.



Bug#685215: Apt pinning is broken

2014-03-20 Thread david
On Wed, Mar 19, 2014 at 10:28:25AM +0100, Malthe Borch wrote:
 On 18 March 2014 17:29, Julian Andres Klode j...@debian.org wrote:
 
  On Tue, Mar 18, 2014 at 01:48:27PM +0100, Malthe Borch wrote:
   The local computer time is encoded in the GPG signature:
  
   If you verify using ``gpg --verify``.
  
   gpg: Signature made Fri 14 Feb 2014 09:30:32 PM CET using RSA key ID
   B35FEC3C
  
   This was taken from the latest release of apt-cacher-ng [1].
  
   It's contingent on the release system's local time being accurate, but I
   bet it's at least accurate to the nearest day, and most likely to the
   minute or even second.
  
   [1]
  
  http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_0.7.25-1~bpo70+1.dsc
 
  We do not have the .dsc files locally, and we do not store the dates in the
  indices we download.
 
 
 I see – but the system that generates these indices might first download
 and verify the .dsc files, extract the signature date and provide that as
 an additional metadata field in each package index section.

Or you do what everyone else with this usecase does: local mirror
(and for prototyping snapshot.debian.org is probably handy) as you
otherwise will soon hit a problem:

The date in the dsc file is the date of the build/signature of this
version, not the date this version entered the release. jessie will
release with software build in 2014 as well as software last build in
2010. No problem so far, right? Well, if you use jessie now and you pin
it like you proposed to a release of a weeks ago your chosen release
will not remain stable. Everytime a package is unblocked and transitions
from unstable to testing you might have a new package in your release as
the date can be in the past, even if it has just entered in your view.

Or in other words: Pinning is a way of mix and matching different releases,
not a way to manage the releases itself.


Best regards

David Kalnischkies


signature.asc
Description: Digital signature


Bug#624122: Hash Sum mismatch

2014-03-20 Thread david
(reordered for the benefit of a response in proper order)

On Wed, Mar 19, 2014 at 12:09:53PM +1100, Drew Parsons wrote:
 I hope your patch fixes it.

No it doesn't because it is included since 0.9.15.2 and you have a
higher version – and not the config enabled which triggered this
error message as a symptom.


 For me the Hash Sum mismatch problem only happens regularly for the
 translation files:
 
 W: Failed to fetch 
 http://ftp.au.debian.org/debian/dists/unstable/main/i18n/Translation-enIndex  
 Hash Sum mismatch
 W: Failed to fetch 
 http://ftp.au.debian.org/debian/dists/experimental/main/i18n/Translation-enIndex
   Hash Sum mismatch
 E: Some index files failed to download. They have been ignored, or old ones 
 used instead.
 
 I thought it might just be that the mirror was tardy updating files,
 but then I also experienced it on another mirror.  It seems to happen
 weekly, and take days to clear out. It's quite annoying.

I feel your pain, but there is not much we can do about it. If it is
really days and you can confirm this by looking up the files manually
please report it to the mirror team.

You might also want to check that your ISP is not interfering with a
proxy which keeps files in cache for to long (these friendly man-in-
the-middle attacks are more common than you might think).

Mirroring the Debian archive is a huge undertaking as it is very big and
various files depend on each other, so the update would need to be
atomic in theory, but can't be in practice (and even if it would, your
download would need to be atomic as well).

That only Translation-* files are effected could hint that the script
used for the mirror is outdated as these files are relatively new and
older versions probably aren't able to handle them in the stages they
should be handled in.


Best regards

David Kalnischkies


signature.asc
Description: Digital signature


Bug#742247: apt: 0.9.16.1 fails to parse repository files related to foreign architecture

2014-03-21 Thread david
On Fri, Mar 21, 2014 at 02:02:18AM -0700, Daniel C wrote:
 After upgrading to apt=0.9.16.1 apt-get update is unable to parse data for 
 foreign architecture:
 It throws the following error for each source:
 W: Failed to fetch http://http.debian.net/debian/dists/jessie/InRelease  
 Unable to find expected entry 'main/binary-amd64 i386/Packages' in Release 
 file (Wrong sources.list entry or malformed file)

Just to clarify: Not related to parsing data – it can't even download
the data as it is trying to do this for a non-existent architecture…


 APT::Architectures ;
 APT::Architectures:: amd64;
 APT::Architectures:: amd64 i386;

So that is our actual problem: for some reason apt believes that you
have the architecture 'amd64 i386' configured (additionally to 'amd64')
instead of 'i386'.

What is the output of: dpkg --print-foreign-architectures ?
Or do you set APT::Architectures manually in a configuration file?


Best regards

David Kalnischkies


signature.asc
Description: Digital signature


Bug#742247: Not a bug

2014-03-21 Thread david
On Fri, Mar 21, 2014 at 02:56:01AM -0700, Daniel C wrote:
 It's my fault. It seems that old versions were not so strict with my syntax 
 ('APT::Architectures amd64 i386;' instead of 'APT::Architectures {amd64; 
 i386;};') in apt conf file.

Interesting. That was me breaking things (again ;) ).
It should work with ',' instead of ' ' for the moment.
(and of course in your alternative).
I will see how to fix this.

Why are you doing this though?
APT will happily take this setting from the dpkg if not set,
so you shouldn't need to configure this at all, or what is your usecase?


Best regards

David Kalnischkies


signature.asc
Description: Digital signature


Bug#742247: Not a bug

2014-03-21 Thread david
On Fri, Mar 21, 2014 at 12:47:25PM +0100, da...@kalnischkies.de wrote:
 On Fri, Mar 21, 2014 at 02:56:01AM -0700, Daniel C wrote:
  It's my fault. It seems that old versions were not so strict with my syntax 
  ('APT::Architectures amd64 i386;' instead of 'APT::Architectures 
  {amd64; i386;};') in apt conf file.
 
 Interesting. That was me breaking things (again ;) ).
 It should work with ',' instead of ' ' for the moment.
 (and of course in your alternative).
 I will see how to fix this.

(jumping to conclusion about myself without testing, tztztz)

Mhh, I just did some code inspection as well as a quick test with an
older release (0.9.15.4) and a ' ' as seperator was not supported before
as far as I can see. Do you have any hint which version this has worked?


Best regards

David Kalnischkies


signature.asc
Description: Digital signature


Bug#624122: Hash Sum mismatch

2014-03-21 Thread david
On Fri, Mar 21, 2014 at 08:53:23PM +0100, Johannes Stezenbach wrote:
 I'm also seeing the Hash Sum mismatch often since about a week ago,
 maybe since [UPGRADE] apt:amd64 0.9.16 - 0.9.16.1 (sid) but I did not
 downgrade to confirm.  However, it seems the issue is caused
 by xz decompressor truncating the files.  For example:

I botched liblzma support in 0.9.16, which has a bug (already fixed in
git) truncating xz compressed files¹, which will let you end up with this
error message as well, as an uncomplete file is obviously not matching
the expected hashsum – so also not related to the issue initially
discribed, just another way of seeing the same error message.

¹ only certain files – aka those containing 4096 bytes of lzma/xz
content which produce no output by themselves and need at least another
round of 4096 input bytes…


Of course non of our testcases triggered this, many xz in the archive
are fine as well and pdiffs usually take care of hidding all instances
which would trigger it… I love these kind of bugs… sorry about that.


Best regards

David Kalnischkies


signature.asc
Description: Digital signature


Bug#742318: apt: version 'amd64' has bad syntax

2014-03-22 Thread david
Control: merge 741962 -1
Control: tags -1 + pending
Control: found -1 0.9.16
Control: notfound -1 0.9.15.5


On Sat, Mar 22, 2014 at 10:34:17AM +0100, Cristian Ionescu-Idbohrn wrote:
 /etc/kernel/postinst.d/apt-auto-removal is run when installing a new
 linux-image package.  A package list is generated at some point, and
 version numbers extracted:
[…]

Correct analyse and patch, thanks!

I have commited yesterday a slightly different fix though which removes
the star from the initial matcher to get to the same behaviour – which
was also the behaviour before 0.9.16 as shell glob vs regex.

Best regards

David Kalnischkies
commit a17482f89b636a52aacc57776bfc8041cf4da508
Author: David Kalnischkies da...@kalnischkies.de
Date:   Fri Mar 21 11:47:56 2014 +0100

only consider versioned kernel packages in autoremove

Metapackages like linux-image-amd64 are otherwise matched by our
extraction as well, which later on can't be successfully compared via
dpkg --compare-versions as the 'amd64' bit isn't a version number.
(Luckily none of our architectures starts with a digit.)

This was broken by me in 0.9.16 as I moved a shell-glob matcher to a
regex-based one which has slightly different semantics regarding '*'.

Closes: 741962

diff --git a/debian/apt.auto-removal.sh b/debian/apt.auto-removal.sh
index 0c51586..c004161 100644
--- a/debian/apt.auto-removal.sh
+++ b/debian/apt.auto-removal.sh
@@ -41,7 +41,7 @@ version_test_gt ()
 	return $?
 }
 
-list=$(${DPKG} -l | awk '/^ii[ ]+(linux|kfreebsd|gnumach)-image-[0-9]*/  $2 !~ /-dbg$/ { print $2 }' | sed -e 's#\(linux\|kfreebsd\|gnumach\)-image-##')
+list=$(${DPKG} -l | awk '/^ii[ ]+(linux|kfreebsd|gnumach)-image-[0-9]/  $2 !~ /-dbg$/ { print $2 }' | sed -e 's#\(linux\|kfreebsd\|gnumach\)-image-##')
 
 latest_version=
 previous_version=
diff --git a/test/integration/test-kernel-helper-autoremove b/test/integration/test-kernel-helper-autoremove
index 7713c08..c51caa7 100755
--- a/test/integration/test-kernel-helper-autoremove
+++ b/test/integration/test-kernel-helper-autoremove
@@ -20,6 +20,7 @@ CURRENTKERNEL=linux-image-$(uname -r)
 insertinstalledpackage $CURRENTKERNEL 'amd64' '1'
 insertinstalledpackage 'linux-image-1.0.0-2-generic' 'amd64' '1.0.0-2'
 insertinstalledpackage 'linux-image-100.0.0-1-generic' 'amd64' '100.0.0-1'
+insertinstalledpackage 'linux-image-amd64' 'amd64' '100.0.0-1'
 # ensure that the '.' is really a dot and not a wildcard
 insertinstalledpackage 'linux-headers-100-1-generic' 'amd64' '100.0.0-1'
 


signature.asc
Description: Digital signature


Bug#756925: linux-image-3.14-2-amd64: RV730 XT [Radeon HD 4670] HDMI output frozens X Windows when turning on proyector

2014-08-03 Thread David
Package: src:linux
Version: 3.14.13-2
Severity: important

Dear Maintainer,

After upgrading from linux-image-3.12 I have lost HDMI connection to my video
projector. Now, when I turn on projector with X Windows running, system is
frozen and I must reboot.

If I don't turn on projector, system works OK.

I don't know reasoon for such behaviour. Sorry for little info.

-- 
David

-- Package-specific info:
** Version:
Linux version 3.14-2-amd64 (debian-ker...@lists.debian.org) (gcc version 4.8.3 
(Debian 4.8.3-5) ) #1 SMP Debian 3.14.13-2 (2014-07-24)

** Command line:
BOOT_IMAGE=/vmlinuz-3.14-2-amd64 root=UUID=aaa9c6c6-ceb8-42a9-a56a-4832f6e29019 
ro quiet

** Not tainted

** Kernel log:
[7.063443] [drm] register mmio size: 65536
[7.063473] ATOM BIOS: RV730XT
[7.063511] radeon :01:00.0: VRAM: 512M 0x - 
0x1FFF (512M used)
[7.063512] radeon :01:00.0: GTT: 1024M 0x2000 - 
0x5FFF
[7.063513] [drm] Detected VRAM RAM=512M, BAR=256M
[7.063514] [drm] RAM width 128bits DDR
[7.063593] [TTM] Zone  kernel: Available graphics memory: 2027260 kiB
[7.063597] [TTM] Initializing pool allocator
[7.063606] [TTM] Initializing DMA pool allocator
[7.063632] [drm] radeon: 512M of VRAM memory ready
[7.063635] [drm] radeon: 1024M of GTT memory ready.
[7.063656] [drm] Loading RV730 Microcode
[7.107809] input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:03.0/:01:00.1/sound/card0/input6
[7.216850] radeon :01:00.0: firmware: direct-loading firmware 
radeon/RV730_pfp.bin
[7.229593] radeon :01:00.0: firmware: direct-loading firmware 
radeon/RV730_me.bin
[7.237243] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[7.245364] radeon :01:00.0: firmware: direct-loading firmware 
radeon/R700_rlc.bin
[7.245981] radeon :01:00.0: firmware: direct-loading firmware 
radeon/RV730_smc.bin
[7.245990] [drm] Internal thermal controller with fan control
[7.250716] [drm] radeon: dpm initialized
[7.259698] radeon :01:00.0: firmware: direct-loading firmware 
radeon/RV710_uvd.bin
[7.259743] [drm] GART: num cpu pages 262144, num gpu pages 262144
[7.262311] [drm] enabling PCIE gen 2 link speeds, disable with 
radeon.pcie_gen2=0
[7.273621] [drm] PCIE GART of 1024M enabled (table at 0x0025D000).
[7.273680] radeon :01:00.0: WB enabled
[7.273682] radeon :01:00.0: fence driver on ring 0 use gpu addr 
0x2c00 and cpu addr 0x8800d8e4cc00
[7.273683] radeon :01:00.0: fence driver on ring 3 use gpu addr 
0x2c0c and cpu addr 0x8800d8e4cc0c
[7.274558] radeon :01:00.0: fence driver on ring 5 use gpu addr 
0x0005c598 and cpu addr 0xc9000481c598
[7.274559] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[7.274560] [drm] Driver supports precise vblank timestamp query.
[7.274577] radeon :01:00.0: irq 53 for MSI/MSI-X
[7.274586] radeon :01:00.0: radeon: using MSI.
[7.274610] [drm] radeon: irq initialized.
[7.321092] [drm] ring test on 0 succeeded in 1 usecs
[7.321150] [drm] ring test on 3 succeeded in 1 usecs
[7.505966] [drm] ring test on 5 succeeded in 1 usecs
[7.505970] [drm] UVD initialized successfully.
[7.506219] [drm] ib test on ring 0 succeeded in 0 usecs
[7.506238] [drm] ib test on ring 3 succeeded in 0 usecs
[7.655740] [drm] ib test on ring 5 succeeded
[7.656010] [drm] Radeon Display Connectors
[7.656012] [drm] Connector 0:
[7.656012] [drm]   VGA-1
[7.656014] [drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 
0x7e2c
[7.656015] [drm]   Encoders:
[7.656015] [drm] CRT2: INTERNAL_KLDSCP_DAC2
[7.656016] [drm] Connector 1:
[7.656017] [drm]   HDMI-A-1
[7.656018] [drm]   HPD2
[7.656019] [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 
0x7f1c
[7.656020] [drm]   Encoders:
[7.656020] [drm] DFP2: INTERNAL_UNIPHY1
[7.656021] [drm] Connector 2:
[7.656022] [drm]   DVI-I-1
[7.656023] [drm]   HPD1
[7.656024] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 
0x7e4c
[7.656025] [drm]   Encoders:
[7.656025] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[7.656026] [drm] DFP1: INTERNAL_UNIPHY
[7.668541] Adding 1846268k swap on /dev/sda3.  Priority:-1 extents:1 
across:1846268k 
[7.704439] [drm] fb mappable at 0xE045E000
[7.704441] [drm] vram apper at 0xE000
[7.704442] [drm] size 8294400
[7.704443] [drm] fb depth is 24
[7.70] [drm]pitch is 7680
[7.704503] fbcon: radeondrmfb (fb0) is primary device
[7.709948] Console: switching to colour frame buffer device 240x67
[7.714089] radeon :01:00.0: fb0: radeondrmfb frame buffer device
[7.714091] radeon :01:00.0: registered panic notifier
[7.738724] [drm] Initialized radeon 2.37.0 20080528 for :01:00.0 on 
minor 0

Bug#766907: fs-uae-launcher: I get an error of not existing 'lzhlib' moudule when trying execution

2014-10-26 Thread David
Package: fs-uae-launcher
Version: 2.4.1+ds-2
Severity: important

Dear Maintainer,

When launching fs-uae-launcher I get the error:

+
Traceback (most recent call last):
File /usr/share/fs-uae-launcher/fsgs/Archive.py, line 15, in module
  from lhafile import LhaFile
File /usr/share/fs-uae-launcher/lhafile/__init__.py, line 2, in module
  from .lhafile import *
File /usr/share/fs-uae-launcher/lhafile/lhafile.py, line 45, in module
  import lzhlib
ImportError: No module named lzhlib
LhaFile module import problem
+

It seems like a not installed python module, but I don't know where to find it.

Thank you.

-- 
David

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

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

Versions of packages fs-uae-launcher depends on:
ii  fs-uae 2.4.1+ds-2
ii  python 2.7.8-1
ii  python-pyside  1.2.2-1
ii  python-setuptools  5.5.1-1

fs-uae-launcher recommends no packages.

fs-uae-launcher 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#758121: bibletime: Bibletime is unusable in testing and unstable

2014-10-08 Thread david
retitle 758121 bibletime: New upstream release fixes display problem in jessie
severity 758121 grave
thanks

On Monday, October 06, 2014 10:26:56 PM you wrote:
 Bibletime is unusable in jessie and sid.  When you open any Bible or 
 commentary all you see is jibberish.  This needs to be fixed prior to
 the release of jessie.

I just built the new upstream release (2.10.1) from source.  It does not have
this problem.  Please update the bibletime package in jessie to the latest
upstream release available on sourceforge.

Thanks,
David


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



Bug#644204: [inbox] Bug#644204 closed by Pedro Beja altha...@gmail.com (Closing #644204 - Aisleriot Solitaire - Playability)

2014-10-11 Thread david
Somewhere along the line the bug got fixed and the program reverted to 
normal behaviour.

Could it have been some other package causing the problem?

Thanks and regards

David Cefai
---
Sent from a computer.



 This is an automatic notification regarding your Bug report
 which was filed against the aisleriot package:
 
 #644204: Aisleriot Solitaire - Playability
 
 It has been closed by Pedro Beja altha...@gmail.com.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Pedro Beja 
altha...@gmail.com by
 replying to this email.
 
 
 



Bug#762229: Warning: mpv is compiled with other libav version than shared linked library

2014-09-19 Thread David
Package: mpv
Version: 0.5.3-1
Severity: normal

Dear Maintainer,

When executing mpv I get next warning:

  Warning: mpv was compiled against a different version of libav than the
  shared library it is linked against. This can expose subtle ABI compatibility
  issues and can lead to misbehavior and crashes.

-- 
David


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

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

Versions of packages mpv depends on:
ii  libasound2  1.0.28-1
ii  libass5 0.10.2-3
ii  libavcodec566:11-1
ii  libavdevice55   6:11-1
ii  libavfilter56:11-1
ii  libavformat56   6:11-1
ii  libavresample2  6:11-1
ii  libavutil54 6:11-1
ii  libbluray1  1:0.6.2-1
ii  libbs2b03.1.0+dfsg-2
ii  libc6   2.19-11
ii  libdvdnav4  5.0.1-1
ii  libdvdread4 5.0.0-1
ii  libegl1-mesa [libegl1-x11]  10.2.6-1
ii  libenca01.15-2
ii  libgl1-mesa-glx [libgl1]10.2.6-1
ii  libguess1   1.2-1
ii  libjack-jackd2-0 [libjack-0.116]1.9.10+20140719git3eb0ae6a~dfsg-1
ii  libjpeg88d1-1
ii  liblcms2-2  2.6-3
ii  liblircclient0  0.9.0~pre1-1
ii  liblua5.2-0 5.2.3-1
ii  libmpg123-0 1.20.1-2
ii  libncurses5 5.9+20140712-2
ii  libpulse0   5.0-6
ii  libquvi70.4.1-2.1
ii  libsdl2-2.0-0   2.0.2+dfsg1-4
ii  libswscale3 6:11-1
ii  libtinfo5   5.9+20140712-2
ii  libuuid12.20.1-5.8
ii  libva-glx1  1.3.1-3
ii  libva-x11-1 1.3.1-3
ii  libva1  1.3.1-3
ii  libvdpau1   0.7-2
ii  libwayland-client0  1.5.0-1
ii  libwayland-cursor0  1.5.0-1
ii  libwayland-egl1-mesa [libwayland-egl1]  10.2.6-1
ii  libx11-62:1.6.2-3
ii  libxext62:1.3.2-1
ii  libxinerama12:1.1.3-1
ii  libxkbcommon0   0.4.3-2
ii  libxss1 1:1.2.2-1
ii  libxv1  2:1.0.10-1
ii  libxxf86vm1 1:1.1.3-1
ii  zlib1g  1:1.2.8.dfsg-2

mpv recommends no packages.

mpv 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#763356: Workaround

2014-10-01 Thread David
Hello,

Had the same issue (jessie/sid) after upgrading a few packages last night.

Downgrading libglib2.0.0 from 2.42.0-1 to 2.40.0-3 solved the problem.

I got the hint from an issue reported on mysql site :
http://bugs.mysql.com/bug.php?id=68613

Hope it can help.


Bug#779020: hplip: hp-check, hp-setup, hp-doctor quit with error: Unable to locate models.dat file

2015-02-23 Thread David
Package: hplip
Version: 3.14.6-1+b2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***



-- Package-specific info:
error: Unable to locate models.dat file
Saving output in log file: /home/are/hp-check.log

HP Linux Imaging and Printing System (ver. 0.0.0)
Dependency/Version Check Utility ver. 15.1

Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling 
the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper 
dependencies are installed to 
successfully compile HPLIP. 

   
2. Run-time check mode (-r or --run): Use this mode to determine if a distro 
supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball 
has the proper  
dependencies installed to successfully run. 

   
3. Both compile- and run-time check mode (-b or --both) (Default): This mode 
will check both of the above cases (both compile- and run-time dependencies).   
  

Check types:

   
a. EXTERNALDEP - External Dependencies  

   
b. GENERALDEP - General Dependencies (required both at compile and run time)

   
c. COMPILEDEP - Compile time Dependencies   

   
d. [All are run-time checks]

   
PYEXT SCANCONF QUEUES PERMISSION

   

Status Types:
OK
MISSING   - Missing Dependency or Permission or Plug-in
INCOMPAT  - Incompatible dependency-version or Plugin-version

Traceback (most recent call last):
  File /usr/bin/hp-check, line 896, in module
core.init()
  File /usr/share/hplip/installer/core_install.py, line 372, in init
self.distro_name = self.distros_index[self.distro]
KeyError: 0

-- System Information:
Debian Release: 8.0
Architecture: amd64 (x86_64)

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

Versions of packages hplip depends on:
ii  adduser3.113+nmu3
ii  coreutils  8.23-3
ii  cups   1.7.5-11
ii  hplip-data 3.14.6-1
ii  libc6  2.19-13
ii  libcups2   1.7.5-11
ii  libdbus-1-31.8.12-3
ii  libhpmud0  3.14.6-1+b2
ii  libsane1.0.24-8
ii  libsane-hpaio  3.14.6-1+b2
ii  libsnmp30  5.7.2.1~dfsg-7
ii  libssl1.0.01.0.1k-1
ii  libusb-1.0-0   2:1.0.19-1
ii  lsb-base   4.1+Debian13+nmu1
ii  policykit-10.105-8
ii  printer-driver-hpcups  3.14.6-1+b2
ii  python 2.7.8-3
ii  python-dbus1.2.0-2+b3
ii  python-gobject-2   2.28.6-12+b1
ii  python-imaging 2.6.1-1
ii  python-pexpect 3.2-1
ii  python-reportlab   3.1.8-3
ii  wget   1.16-1

Versions of packages hplip recommends:
ii  avahi-daemon  0.6.31-4+b2
ii  printer-driver-postscript-hp  3.14.6-1
ii  sane-utils1.0.24-8

Versions of packages hplip suggests:
ii  hplip-doc  3.14.6-1
ii  hplip-gui  3.14.6-1
ii  python-notify  0.1.1-4
ii  system-config-printer  1.4.6-1

-- 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#778627: live-build: syslinux mbr.bin file not found (again)

2015-02-21 Thread David
On 22 February 2015 at 10:04, Michal Suchanek hramr...@gmail.com wrote:
 On 21 February 2015 at 19:29, jnqnfe jnq...@gmail.com wrote:
 On Tue, 2015-02-17 at 17:30 +0100, Michal Suchanek wrote:
 it seems mbr.bin has moved to a subdirectory which causes hdd build
 failure in Jessie.

 Attaching a patch.

 Sorry, where has this change occurred? Looking at the list of files
 installed, e.g. [1] the file seems to be in exactly the same place as
 live-build is currently looking... Or is this info out of date with
 respect to what the package is installing and where??

 [1] https://packages.debian.org/sid/amd64/syslinux/filelist


 Actually, I would like to know too. The build was clearly failing at
 that point saying there is no such file and I had the mbr subdirectory
 in chroot but now the chroot does not have it.

In wheezy [2] the syslinux-common package installs:
  /usr/lib/syslinux/mbr.bin

In jessie [3] this is unchanged only for [ia64, sparc, s390]
architectures, apparently for all other architectures it has been
changed to install to a sub-directory named mbr:
  /usr/lib/syslinux/mbr/mbr.bin

And this breaks the references to mbr.bin in the binary_hdd script
for these architectures.

[2] 
https://packages.debian.org/search?searchon=contentskeywords=mbr.binmode=exactfilenamesuite=stablearch=any

[3] 
https://packages.debian.org/search?searchon=contentskeywords=mbr.binmode=exactfilenamesuite=testingarch=any


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



Bug#778627: live-build: syslinux mbr.bin file not found (again)

2015-02-24 Thread David
On 22 February 2015 at 15:23, jnqnfe jnq...@gmail.com wrote:
 On Sun, 2015-02-22 at 13:59 +1100, David wrote:
 On 22 February 2015 at 10:04, Michal Suchanek hramr...@gmail.com wrote:
  On 21 February 2015 at 19:29, jnqnfe jnq...@gmail.com wrote:
  On Tue, 2015-02-17 at 17:30 +0100, Michal Suchanek wrote:
  it seems mbr.bin has moved to a subdirectory which causes hdd build
  failure in Jessie.
 
  Attaching a patch.
 
  Sorry, where has this change occurred? Looking at the list of files
  installed, e.g. [1] the file seems to be in exactly the same place as
  live-build is currently looking... Or is this info out of date with
  respect to what the package is installing and where??
 
  [1] https://packages.debian.org/sid/amd64/syslinux/filelist
 
 
  Actually, I would like to know too. The build was clearly failing at
  that point saying there is no such file and I had the mbr subdirectory
  in chroot but now the chroot does not have it.

 In wheezy [2] the syslinux-common package installs:
   /usr/lib/syslinux/mbr.bin

 In jessie [3] this is unchanged only for [ia64, sparc, s390]
 architectures, apparently for all other architectures it has been
 changed to install to a sub-directory named mbr:
   /usr/lib/syslinux/mbr/mbr.bin

 And this breaks the references to mbr.bin in the binary_hdd script
 for these architectures.

 [2] 
 https://packages.debian.org/search?searchon=contentskeywords=mbr.binmode=exactfilenamesuite=stablearch=any

 [3] 
 https://packages.debian.org/search?searchon=contentskeywords=mbr.binmode=exactfilenamesuite=testingarch=any

 According to your [3], it is in the syslinux-common package where this
 change has occurred (if that wasn't how it already was previously). The
 'syslinux' and 'extlinux' packages, which also carry a copy do not have
 it in an 'mbr' subdirectory, thus they have it in exactly the location
 the script is looking for it.

 The binary_hdd script uses either the syslinux or extlinux package,
 depending on what filesystem format it is going to use. It does not use
 the syslinux-common package. However the syslinux-common package may
 have been installed by another script in live-build, from which the
 'mbr' directory was not deleted on removal at the end of that script,
 thus explaining its presence.

 I am not denying outright there's a problem, clearly the build failed,
 otherwise this discussion would not have begun. Perhaps when I can find
 a little time soon I'll run a HDD based build to check, but just on the
 face of it, looking at the info in the package system, I do not see why
 binary_hdd should need to look in in an 'mbr' sub-folder, and why it
 would fail from not being able to find the mbr.bin file.

 @Michal have you re-tried the build process since? (note, it's sometimes
 a good idea to run lb --clean before hand if a failure occurred). I.e.,
 is this problem repeatable, or may it just have been a fluke, for
 example, maybe apt failed to download the syslinux/extlinux package and
 yet the build carried on anyway, then understandably failed to find the
 file. (Just a wild guess at a possible explanation).

 If it's not repeatable, and may have just been an odd fluke, we should
 close the bug.

Some months ago I did encounter repeatable live-build failures due to
this mbr.bin location and I temporarily worked around it by patching
my binary_hdd script.

It might be important to mention that (because my target hardware bios
fails when given usb flashdrive iso-hybrid images) it is necessary for
me to build with '--binary-images hdd'. So I suggest testing with that
setting.

Everything I was doing was scripted, from clean starts, and tracked
with git, so I would not categorise this bug as an odd fluke and I
should be able to reproduce it, but I apologise that I do not have any
free time at the moment to revisit this.

Thanks for all your other work on live-build!


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



Bug#722719: init script testing

2015-03-08 Thread David
Confirmed that this works with deluge-web 1.3.10-3 from Jessie.

David


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



Bug#807403: wine: Sound doesn't work anymore with Windows games

2015-12-08 Thread David
Package: wine
Version: 1.8~rc3-1
Severity: important

Dear Maintainer,

* What led up to the situation?

  Upgrading wine from 1.7.52 (wine-development) to 1.7.55. I have tested with
  wine 1.8~rc3 and the problem persist.

* What exactly did you do (or not do) that was effective (or
  ineffective)?

  I have seen that there is a new pulseaudio driver. I supose it doesn't work
  properly. When I execute some Windows game that worked perfectly with 1.7.52,
  I get all funcionality except sound.

  If I try to configure sound with winecfg the only option for output devide is
  System default or pulseaudio. Clicking on Test sound I hear the test without
  problems.

Thank you very much.

-- 
David

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

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

Versions of packages wine depends on:
ii  wine32  1.8~rc3-1
ii  wine64  1.8~rc3-1

wine recommends no packages.

Versions of packages wine suggests:
ii  dosbox   0.74-4.2
ii  wine-binfmt  1.8~rc3-1

Versions of packages wine is related to:
ii  fonts-wine1.8~rc2-1
ii  libwine   1.8~rc3-1
pn  libwine-dbg   
pn  libwine-dev   
ii  wine  1.8~rc3-1
ii  wine321.8~rc3-1
ii  wine32-preloader  1.8~rc3-1
pn  wine32-tools  
ii  wine641.8~rc3-1
ii  wine64-preloader  1.8~rc3-1
pn  wine64-tools  

-- no debconf information



Bug#813225: mdadm: insserv rejected the sript header

2016-01-30 Thread David
Package: mdadm
Version: 3.2.5-5
Severity: important

Dear Maintainer,


   * What led up to the situation?
apt-get used to install mdadm on raspbian/wheezy

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

sudo apt-get update
sudo apt-get install mdadm
and answered 2 questions: 
MD arrays needed for root file system: none
Do you want to start MD arrays automatically: Yes

   * What was the outcome of this action?

After installing several dependencies succesfully
apt-get started to set up mdadm. This generated
several insserv errors/messages and 
update-rc.d said "insserv rejected the script header"
dpkg returned error code (1)

   * What outcome did you expect instead?

mdadm to be installed and startup scripts updated




   *HERE IS A COMPLETE LISTING OF THE INSTALL TTY OUTPUT

sudo apt-get update
Get:1 http://archive.raspbian.org wheezy Release.gpg [490 B]
Get:2 http://archive.raspbian.org wheezy Release [14.4 kB]
Get:3 http://archive.raspbian.org wheezy/main armhf Packages [6909 kB]
Get:4 http://archive.raspbian.org wheezy/contrib armhf Packages [23.6 kB]  
Get:5 http://archive.raspbian.org wheezy/non-free armhf Packages [49.3 kB] 
Ign http://archive.raspbian.org wheezy/contrib Translation-en  
Ign http://archive.raspbian.org wheezy/main Translation-en 
Ign http://archive.raspbian.org wheezy/non-free Translation-en 
Fetched 6997 kB in 1min 31s (76.8 kB/s)
Reading package lists... Done
pi@raspbmc:~$ sudo apt-get install mdadm
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libcups2 libpcap0.8 libxext6 libxmuu1 tdb-tools
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  exim4-base exim4-config exim4-daemon-light heirloom-mailx psmisc
Suggested packages:
  mail-reader eximon4 exim4-doc-html exim4-doc-info gnutls-bin openssl
  spf-tools-perl swaks exim4 mail-transport-agent
/mdadm
skipping
  mailx
The following NEW packages will be installed:
  exim4-base exim4-config exim4-daemon-light heirloom-mailx mdadm psmisc
0 upgraded, 6 newly installed, 0 to remove and 6 not upgraded.
Need to get 3073 kB of archives.
After this operation, 6030 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://archive.raspbian.org/raspbian/ wheezy/main exim4-config all 4.80-7+
deb7u1 [478 kB]
Get:2 http://archive.raspbian.org/raspbian/ wheezy/main exim4-base armhf 4.80-7+
deb7u1 [1033 kB]
Get:3 http://archive.raspbian.org/raspbian/ wheezy/main exim4-daemon-light armhf
 4.80-7+deb7u1 [635 kB]
Get:4 http://archive.raspbian.org/raspbian/ wheezy/main heirloom-mailx armhf 12.
5-2+deb7u1 [254 kB]
Get:5 http://archive.raspbian.org/raspbian/ wheezy/main mdadm armhf 3.2.5-5 [542
 kB]
Get:6 http://archive.raspbian.org/raspbian/ wheezy/main psmisc armhf 22.19-1+deb
7u1 [132 kB]
Fetched 3073 kB in 19s (160 kB/s)  
Preconfiguring packages ...

/mdadm
skipping

 Package configuration
┌────────────────────────────Configuring
 
mdadm───────────────────────────────┐─
│ f the system's root file system is located on an MD array (RAID), it   
│
│ eeds to be started early during the boot sequence. If it is located on 
│
│  logical volume (LVM), which is on MD, all constituent arrays need to  
│
│ e started. 
│
│
│
│ f you know exactly which arrays are needed to bring up the root file   
│
│ ystem, and you want to postpone starting all other arrays to a later   
│
│ oint in the boot sequence, enter the arrays to start here. 
│
│ lternatively, enter 'all' to simply start all available arrays.
│
│
│
│ f you do not need or want to start any arrays for the root file
│
│ ystem, leave the answer blank (or enter 'none'). This may be the case  
│
│ f you are using kernel autostart or do not need any arrays to boot.
│
│
│
│ lease enter 'all', 'none', or a space-separated list of devices such   
│
│ s 'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted).  
│
├────────────────────────────────────────────────────────────────────────────┤
│

Bug#815187: Similar problem

2017-02-07 Thread David
Thank you. But actually grub is working fine now after installation from
live CD as described. So I'm all good.

It's just that the installer didn't work out of the box for me and I was
hoping this might give a clue why for future releases.

Cheers
David

On 08/02/2017 5:39 AM, "Lennart Sorensen" <lsore...@csclub.uwaterloo.ca>
wrote:

On Sat, Feb 04, 2017 at 11:33:02PM +1000, David wrote:
> Hi. I'm a noob but I think I had a similar problem.
> Legacy BIOS on laptop with 2 identical SATA disks.
> Windows 7 on /dev/sda1. Installed jessie 8.7.1 from USB on /dev/sdb2 (swap
> on sdb1)
> Grub wanted to install to /dev/sda MBR but I wanted to keep the windows
> installation native and boot Debian from /dev/sdb using BIOS boot options.
> So I specified /dev/sdb MBR as target for grub.
> Completed without error but then not bootable from /dev/sdb. Once it said
> "Missing operating system" but mostly there was just a blinking cursor
> Fixed by booting from a Live CD,  installing grub from there using steps
in
> this post
> http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-
2-with-a-ubuntu-live-cd
> Installed without errors and now working as desired.
> I'm happy to provide any logs that would help but might need some guidance
> to find the relevant info.

It is quite likely that the bios swaps the device ID of sda and sdb when
you choose to boot sdb, which then means grub would get confused since
it was installed expecting sdb to be the second disk, but when booted
it is suddenly the first disk instead.

I suspect to make it happy would require convincing grub that sdb is in
fact the first hd in the system (In older grub versions one would do
this by changing the device.map file in /boot/grub but I don't recall
if that is still used).

Or you could change the order of the disks in the bios (somehow) before
booting the installer and hopefully sdb would be the first disk then
from grub's point of view.

This is my guess at the problem at least.

--
Len Sorensen


Bug#815187: Similar problem

2017-02-04 Thread David
Hi. I'm a noob but I think I had a similar problem.
Legacy BIOS on laptop with 2 identical SATA disks.
Windows 7 on /dev/sda1. Installed jessie 8.7.1 from USB on /dev/sdb2 (swap
on sdb1)
Grub wanted to install to /dev/sda MBR but I wanted to keep the windows
installation native and boot Debian from /dev/sdb using BIOS boot options.
So I specified /dev/sdb MBR as target for grub.
Completed without error but then not bootable from /dev/sdb. Once it said
"Missing operating system" but mostly there was just a blinking cursor
Fixed by booting from a Live CD,  installing grub from there using steps in
this post
http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd
Installed without errors and now working as desired.
I'm happy to provide any logs that would help but might need some guidance
to find the relevant info.

David


Bug#847700: kdenlive: I can't render ANY format

2017-01-24 Thread david
El martes 24 de enero, Patrick Matthäi escribió:
> Am 10.12.2016 um 19:20 schrieb david:
> > Package: kdenlive
> > Version: 16.08.3-1
> > Severity: important
> >
> > Dear Maintainer,
> >
> > Tested with WebM, MP4, MP4-H265, Webm... The render doesn't end. Melt go 
> > upto
> > percentage 99 and that is all, without error messages :(
> >
> 
> Hi,
> does it still happen with an up to date testing and kdenlive from sid
> (16.12.1-1)?

Yes. I tested yesterday :(

-- 
David



Bug#847700: kdenlive: I can't render ANY format

2017-01-24 Thread david
El martes 24 de enero, Patrick Matthäi escribió:
> Hum. Could you please move away your cache and config data from kdenlive
> (should be located in ~/.kdenlive ~/.cache ~/.local).

I have deleted all kdenlive stuff inside .cache and .local. I don't see
anything .kdenlive related; instead, I have deleted too .kde/share/apps.

After all this, try with a render and this is kdenlive terminal output:

--
//STARTING RENDERING:  true , false , "/usr/bin/melt" , "dv_pal" , "avformat" , 
"-" , "/tmp/kdenlive_rendering_Z30204.mlt" , 
"/home/david/Documentos/marcoto.mp4" , () , ("glsl.=1", 
"properties=x264-medium", "f=mp4", "vcodec=libx264", "acodec=aac", "g=120", 
"crf=23", "ab=160k", "preset=faster", "progressive=1", "threads=4", 
"real_time=-4") , 0 , 1545
Skipped method "slotGotProgressInfo" : Type not registered with QtDBus in 
parameter list: MessageType
Skipped method "slotTimelineClipSelected" : Pointers are not supported: 
ClipItem*
Skipped method "slotTimelineClipSelected" : Pointers are not supported: 
ClipItem*
Unsupported return type 65 QPixmap in method "grab"
Unsupported return type 65 QPixmap in method "grab"
--

Process seems locked with a "Remaining time 00:00:00". I can't see the result
video.

> If you start kdenlive then again it should start with the setup wizzard.

After deleting all kdenlive stuff I don't see any starting wizard.

> Maybe your profile is not correct.

How can I chance it?

-- 
David



Bug#847700: kdenlive: I can't render ANY format

2017-01-24 Thread david
El martes 24 de enero, Patrick Matthäi escribió:
> Also with a short test video? If yes, can you play this test video
> source with:
> $ melt video.avi
> Does it work?

It works without problem.

> Does it only shows 99% or is the melt process running and consuming
> ressources in the background?

It shows 100% of video. But I don't understand how is this related to the
render problem.

> What is the output of:
> dpkg -l|egrep 'libav|libmlt|melt|ffmpeg|libsw'


ii  ffmpeg 7:3.2.2-1
amd64Tools for transcoding, streaming and playing of multimedia 
files
ii  gstreamer1.0-libav:amd64   1.10.2-1 
amd64libav plugin for GStreamer
ii  libavahi-client3:amd64 0.6.32-1 
amd64Avahi client library
ii  libavahi-client3:i386  0.6.32-1 
i386 Avahi client library
ii  libavahi-common-data:amd64 0.6.32-1 
amd64Avahi common data files
ii  libavahi-common-data:i386  0.6.32-1 
i386 Avahi common data files
ii  libavahi-common3:amd64 0.6.32-1 
amd64Avahi common library
ii  libavahi-common3:i386  0.6.32-1 
i386 Avahi common library
ii  libavahi-core7:amd64   0.6.32-1 
amd64Avahi's embeddable mDNS/DNS-SD library
ii  libavahi-glib1:amd64   0.6.32-1 
amd64Avahi GLib integration library
ii  libavc1394-0:amd64 0.5.4-4  
amd64control IEEE 1394 audio/video devices
ii  libavcodec57:amd64 7:3.2.2-1
amd64FFmpeg library with de/encoders for audio/video codecs - 
runtime files
ii  libavcodec57:i386  7:3.2.2-1
i386 FFmpeg library with de/encoders for audio/video codecs - 
runtime files
ii  libavdevice57:amd647:3.2.2-1
amd64FFmpeg library for handling input and output devices - runtime 
files
ii  libavfilter6:amd64 7:3.2.2-1
amd64FFmpeg library containing media filters - runtime files
ii  libavformat57:amd647:3.2.2-1
amd64FFmpeg library with (de)muxers for multimedia containers - 
runtime files
ii  libavresample3:amd64   7:3.2.2-1
amd64FFmpeg compatibility library for resampling - runtime files
ii  libavresample3:i3867:3.2.2-1
i386 FFmpeg compatibility library for resampling - runtime files
ii  libavutil55:amd64  7:3.2.2-1
amd64FFmpeg library with functions for simplifying programming - 
runtime files
ii  libavutil55:i386   7:3.2.2-1
i386 FFmpeg library with functions for simplifying programming - 
runtime files
ii  libmlt++3  6.4.1-1  
amd64MLT multimedia framework C++ wrapper (runtime)
ii  libmlt-data6.4.1-1  
all  multimedia framework (data)
ii  libmlt66.4.1-1  
amd64multimedia framework (runtime)
ii  libswresample2:amd64   7:3.2.2-1
amd64FFmpeg library for audio resampling, rematrixing etc. - 
runtime files
ii  libswresample2:i3867:3.2.2-1
i386 FFmpeg library for audio resampling, rematrixing etc. - 
runtime files
ii  libswscale4:amd64  7:3.2.2-1
amd64FFmpeg library for image scaling and various conversions - 
runtime files
ii  melt   6.4.1-1  
amd64command line media player and video editor
ii  moc-ffmpeg-plugin  1:2.6.0~svn-r2935-1  
amd64ncurses based console audio player - ffmpeg plugin


Thank you very much.

-- 
David



Bug#847700: kdenlive: I can't render ANY format

2017-01-29 Thread david
El domingo 29 de enero, Patrick Matthäi escribió:
> If you save the project and then execute this:
> $ melt ~/path/to/yourprojectfile/project.kdenlive
> 
> Does it play the whole project and what are the outputs of melt? You may
> also use the -debug option

It doesn't play it.

Here is the output:

--
+-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+
|1=-10| |2= -5| |3= -2| |4= -1| |5=  0| |6=  1| |7=  2| |8=  5| |9= 10|
+-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+
+-+
|   H = back 1 minute,  L = forward 1 minute  |
| h = previous frame,  l = next frame |
|   g = start of clip, j = next clip, k = previous clip   |
|0 = restart, q = quit, space = play  |
+-+
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f7000eb40] Invalid frame dimensions 0x0.
[mpegts @ 0x7f2f7000a040] Could not find codec parameters for stream 2 
(Unknown: none ([160][0][0][0] / 0x00A0)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x7f2f7000a040] Could not find codec parameters for stream 3 
(Unknown: none ([161][0][0][0] / 0x00A1)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70031380] Invalid frame dimensions 0x0.
[mpegts @ 0x7f2f7002cbe0] Could not find codec parameters for stream 2 
(Unknown: none ([160][0][0][0] / 0x00A0)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x7f2f7002cbe0] Could not find codec parameters for stream 3 
(Unknown: none ([161][0][0][0] / 0x00A1)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpeg2video @ 0x7f2f70040920] Invalid frame dimensions 0x0.
[mpegts @ 0x7f2f70045ce0] Could not find codec parameters for stream 2 
(Unknown: none ([160][0][0][0] / 0x00A0)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x7f2f70045ce0] Could not find codec parameters for stream 3 
(Unknown: none ([161][0][0][0] / 0x00A1)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[filter avcolor_space] Invalid format glsl
[filter avcolor_space] Invalid format glsl
[filter avcolor_space] Invalid format glsl
Violación de segmento
--

-- 
David



Bug#850396: xymon-client: ifstat graph appears to not recognize new net-tools output

2017-01-15 Thread david

On 01/15/2017 04:44 AM, Axel Beckert wrote:


Finally found a system with good old sysvinit and whose (sole) network
interface is named "enp0s31f6". So that's definitely not
systemd-specific.

I though don't have xymon-client installed on that machine. So if it
doesn't come out that the new net-tools output is the cause, I'll
probably have to set up a VM to test that.

Regards, Axel




Axel,

Thanks for the reply and for the information. I agree with you that it 
is not systemd, but rather udev oriented. I was able to reconfigure the 
wifi interface (orig: wlp4s0) to be wlan0 using an appropriate udev link 
file last night.


Additionally, I downgraded the net-tools package to match the current 
version for the jessie branch, and then let it run overnight.


In theory this should reduce the number of variables in play, however, 
my results were surprising (nothing new generated) and that led to 
further investigation.


What I'm seeing with new eyes is that while the msg.$HOST.txt file on 
the client has the appropriate [ifstat] block in it with valid data, I'm 
still not getting new RRD files, ifstat.*.rrd, generated on the xymon 
server for display. The files are dated early this month.


This laptop that is having issues producing data is too new to run the 
stock jessie kernel, so I used backports to insall the 4.6 kernel image, 
but ultimately did a dist-upgrade to testing. This is where I found the 
new net-tools display issue, but the interface naming was present at 
install and kernel upgrade.


If you have some suggestions on how to force the generation of new RRD 
files for the ifstat.*.rrd files, I'm happy to do that. I just haven't 
figured out the xymon code enough to do that already.


david



Bug#850396: xymon-client: ifstat graph appears to not recognize new net-tools output

2017-01-17 Thread david

Axel,

On 01/15/2017 09:30 AM, david wrote:


... I was able to reconfigure the
wifi interface (orig: wlp4s0) to be wlan0 using an appropriate udev link
file last night.


This turned out to be a critical part of the troubleshooting.


What I'm seeing with new eyes is that while the msg.$HOST.txt file on
the client has the appropriate [ifstat] block in it with valid data, I'm
still not getting new RRD files, ifstat.*.rrd, generated on the xymon
server for display. The files are dated early this month.


User error here, in part, but it also pointed out what I think is the 
real bug here. I had been trying to use the INTERFACES:REGEXP function 
in the hosts.cfg file, and by only specifying the desired, original 
interface (wlp4s0) the other files would not update as should be expected.


However, this indicates that xymon does NOT currently recognize the udev 
assigned interfaces, at least specifically 'wl*', and I suspect 'en*'. I 
base this on the new, functional flag for this host as:


INTERFACES:"eth0|wlp4s0"

The results are that I get ifstat.eth0.rrd updating now, but no creation 
of the needed ifstat.wlp4s0.rrd file for which valid data is being 
collected.


When I had the wireless interface renamed 'wlan0' using udev rules, I 
started getting ifstat.wlan0.rrd file data mapped.


Based on all this, I believe the bug was incorrectly filed and should be 
listed as something similar to "udev Predictable Network Interface Names 
are not properly recognized".


It's also worth mentioning that the new net-tools doesn't seem to impact 
this issue, either. That was a false suspicion.


Hopefully this all makes sense,

david



Bug#850396: xymon-client: ifstat graph appears to not recognize new net-tools output

2017-01-18 Thread david

Axel,

I suppose your findings are both good and bad. Good that things work for 
you, bad they aren't for me.


On 01/18/2017 11:17 AM, Axel Beckert wrote:

I've now managed to temporarily install xymon-client on a machine
which has:

* Xymon 4.3.27-3+b1
* systemd as init system
* These interfaces:

  → ifconfig | egrep '^[^ ]'
  enp0s25: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  teredo: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1280
  wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500

This should be close enough to your setup.


Yes, pretty close:

$ ifconfig | egrep '^[^ ]'
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
wlp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500

Same xymon-client version with systemd and udev.


On the server side I have the xymon package version 4.3.28~rc2-1 (from
Debian experimental) running on a Raspberry Pi.




Which version of Xymon do you have running on the server side?

Is the server side also running Xymon 4.3.27? Or is it running an
earlier version than the client, e.g. 4.3.17 from Debian 8 Jessie?


I suspect this is where the issue lies as I am running Debian 8 with 
only the kernel upgraded via backports to 4.7 at this time. The version 
of Xymon is *4.3.17-6+deb8u1* which is listed as most current without 
using backports.


I'm somewhat loathe to have a mixed system for my daily workhorse, so 
maybe I'll just live with things as they are now, and just have to keep 
the interface rename using udev .link files.


Other thoughts are appreciated, but I think the problem problem lies 
with the age of the server side application as you seem to indicate.


david



Bug#838252: update-grub: grub-probe tries unneeded /dev/sda1 and fails

2016-09-18 Thread david
Package: grub2-common
Version: 2.02~beta2-36
Severity: important

Dear Maintainer,

   * What led up to the situation?
i changed the timeout in /etc/default/grub and ran update-grub
   * What was the outcome of this action?
# update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.6.0-1-amd64
Found initrd image: /boot/initrd.img-4.6.0-1-amd64
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your 
device.map.
done

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
there are 2 drives in the PC. /dev/sdb is this debian testing box. 
/dev/sda is
unrelated. it contains an ISO image of Antergros Linux, which i dd'd to 
it.

here's my workaround:
# dd if=/dev/zero of=/dev/sda bs=1M &

# update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.6.0-1-amd64
Found initrd image: /boot/initrd.img-4.6.0-1-amd64
done

here's what /dev/sda looked like (before dd with /dev/zero):
# fdisk -l /dev/sda
Disk /dev/sda: 1.4 TiB, 1500300828160 bytes, 2930275055 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x71fa5910

Device Boot Start End Sectors  Size Id Type
/dev/sda1  *0 3528575 3528576  1.7G  0 Empty
/dev/sda2 224   63711   63488   31M ef EFI (FAT-12/16/32)

Greetings,
David


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/mango--vg-root / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sdb1 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 0
/dev/sr0 /media/cdrom0 iso9660 ro,nosuid,nodev,noexec,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/lvm-pv-uuid-nwKgWR-XQhu-BVtO-EA3G-lMs9-mMsb-kXShDv
(hd1)   /dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1LSC02388
(hd2)   /dev/disk/by-id/ata-M4-CT128M4SSD2_1204032BDE81
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod lvm
insmod ext2
set 
root='lvmid/e4v95A-26u2-gEEo-UM23-8CZS-mf1w-NQNoK8/db4CCu-Ewcw-PGSA-Kfb9-ncAJ-dQQz-5fK9gM'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root 
--hint='lvmid/e4v95A-26u2-gEEo-UM23-8CZS-mf1w-NQNoK8/db4CCu-Ewcw-PGSA-Kfb9-ncAJ-dQQz-5fK9gM'
  4ce2f9b9-9713-4343-8ad8-6c3a843d790e
else
  search --no-floppy --fs-uuid --set=root 4ce2f9b9-9713-4343-8ad8-6c3a843d790e
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=1
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=1
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
insmod ext2
set 
root='lvmid/e4v95A-26u2-gEEo-UM23-8CZS-mf1w-NQNoK8/db4CCu-Ewcw-PGSA-Kfb9-ncAJ-dQQz-5fK9gM'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root 
--hint='lvmi

Bug#838200: (gnome-software:15001): Gs-ERROR **: CSS parsing error: not a number

2016-09-18 Thread david
Package: gnome-software
Version: 3.20.2-2
Followup-For: Bug #838200

Dear Maintainer,

I'm having the exact same issue:

$ gnome-software --verbose
[...]
(gnome-software:4828): Gs-ERROR **: CSS parsing error: not a number
Trace/breakpoint trap

Greetings,
David


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

Kernel: Linux 4.6.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
Init: systemd (via /run/systemd/system)

Versions of packages gnome-software depends on:
ii  appstream0.10.0-2
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-1
ii  gnome-software-common3.20.2-2
ii  gsettings-desktop-schemas3.21.4-2
ii  libappstream-glib8   0.6.2-1
ii  libatk1.0-0  2.21.90-2
ii  libc62.23-5
ii  libcairo-gobject21.14.6-1+b1
ii  libcairo21.14.6-1+b1
ii  libenchant1c2a   1.6.0-11+b1
ii  libfwupd10.7.3-1
ii  libgdk-pixbuf2.0-0   2.34.0-1
ii  libglib2.0-0 2.49.6-1
ii  libgnome-desktop-3-123.21.90-3
ii  libgtk-3-0   3.21.5-3
ii  libgtkspell3-3-0 3.0.9-1
ii  libjson-glib-1.0-0   1.2.2-1
ii  liblimba00.5.6-2
ii  libpackagekit-glib2-18   1.1.1-1
ii  libpango-1.0-0   1.40.2-1
ii  libpangocairo-1.0-0  1.40.2-1
ii  libpolkit-gobject-1-00.105-16
ii  libsoup2.4-1 2.55.90-1
ii  libsqlite3-0 3.14.1-1
ii  packagekit   1.1.1-1

gnome-software recommends no packages.

Versions of packages gnome-software suggests:
pn  fwupd  
pn  limba  

-- no debconf information



Bug#842409: Subject: debian-installer: Partitioner alters current swap UUID's

2016-10-28 Thread DAVID
Subject: debian-installer: Partitioner alters current swap UUID's
Package: debian-installer
Severity: minor

Dear Maintainer,

Installing Debian 8.6.0, at the completion of partitioning, the installer finds
all the swap partitions on other installations on other drives and will not 
proceed
until I confirm. Then it reformats all those swap partitions, changing their 
UUID's.
Then when trying to boot one of those other Debian operating systems, systemd 
will
not recognise the swap from fstab, timing out or sometimes entering recovery 
mode
until I alter fstab to its new swap UUID.

I work round this by deleting all swap partitions and commenting out the 
references in
fstabs before an installation.

I would like the installer to give me an option to create swaps or bypass.

dsd

-- System Information:
Debian Release: 8.6
  APT prefers stable
  APT policy: (750, 'stable'), (500, 'testing'), (250, 'unstable')
Architecture: amd64 (x86_64)

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



Bug#840496: amule-daemon fails on startup

2016-10-12 Thread david
Package: amule-daemon
Version: 1:2.3.2-1+b1
Severity: important

Dear Maintainer,

* What led up to the situation?

  After last package update I can't start amule service

* What was the outcome of this action?

  When I "/etc/init.d/amule-daemon restart", this is what I get:

Failed to start LSB: Daemonized version of aMule..

Thank you very much.

-- 
David

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

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

Versions of packages amule-daemon depends on:
ii  amule-common   1:2.3.2-1
ii  libboost-system1.61.0  1.61.0+dfsg-2.1+b1
ii  libc6  2.24-3
ii  libcrypto++6   5.6.3-8
ii  libgcc11:6.1.1-11
ii  libpng16-161.6.25-1
ii  libreadline7   7.0-1
ii  libstdc++6 6.1.1-11
ii  libupnp6   1:1.6.19+git20160116-1
ii  libwxbase3.0-0v5   3.0.2+dfsg-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages amule-daemon recommends:
ii  amule-utils  1:2.3.2-1+b1
ii  unzip6.0-20

amule-daemon suggests no packages.

-- Configuration Files:
/etc/default/amule-daemon changed:
AMULED_USER="david"
AMULED_HOME="/home/david"


-- no debconf information



Bug#840496: Fixed after update to unstable

2016-10-16 Thread david
By error I have updated my system from testing to unstable and problem with
amule server has fixed. I don't know why, but perhaps this bug can be closed
now or soon :)

Thank you.

-- 
David



Bug#847700: kdenlive: I can't render ANY format

2016-12-10 Thread david
Package: kdenlive
Version: 16.08.3-1
Severity: important

Dear Maintainer,

Tested with WebM, MP4, MP4-H265, Webm... The render doesn't end. Melt go upto
percentage 99 and that is all, without error messages :(

-- 
David

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

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

Versions of packages kdenlive depends on:
ii  ffmpeg   7:3.2.2-1
ii  kded55.27.0-1
ii  kdenlive-data16.08.3-1
ii  kinit5.27.0-1
ii  kio  5.27.0-2
ii  libc62.24-7
ii  libgcc1  1:6.2.1-5
ii  libgl1-mesa-glx [libgl1] 13.0.2-1
ii  libglu1-mesa [libglu1]   9.0.0-2.1
ii  libkf5archive5   5.27.0-1
ii  libkf5attica55.27.0-1
ii  libkf5auth5  5.27.0-1
ii  libkf5bookmarks5 5.27.0-1
ii  libkf5codecs55.27.0-1
ii  libkf5completion55.27.0-1
ii  libkf5configcore55.27.0-1
ii  libkf5configgui5 5.27.0-1
ii  libkf5configwidgets5 5.27.0-1
ii  libkf5coreaddons55.27.0-1
ii  libkf5crash5 5.27.0-1
ii  libkf5dbusaddons55.27.0-1
ii  libkf5filemetadata3  5.27.0-1
ii  libkf5guiaddons5 5.27.0-1
ii  libkf5i18n5  5.27.0-2
ii  libkf5iconthemes55.27.0-1
ii  libkf5itemviews5 5.27.0-1
ii  libkf5jobwidgets55.27.0-1
ii  libkf5kiocore5   5.27.0-2
ii  libkf5kiofilewidgets55.27.0-2
ii  libkf5kiowidgets55.27.0-2
ii  libkf5newstuff5  5.27.0-1
ii  libkf5notifications5 5.27.0-1
ii  libkf5notifyconfig5  5.27.0-1
ii  libkf5service-bin5.27.0-1
ii  libkf5service5   5.27.0-1
ii  libkf5solid5 5.27.0-1
ii  libkf5sonnetui5  5.27.0-1
ii  libkf5textwidgets5   5.27.0-1
ii  libkf5widgetsaddons5 5.27.0-1
ii  libkf5xmlgui55.27.0-1
ii  libmlt++36.4.1-1
ii  libmlt6  6.4.1-1
ii  libqt5concurrent55.7.1~20161021+dfsg-6
ii  libqt5core5a 5.7.1~20161021+dfsg-6
ii  libqt5dbus5  5.7.1~20161021+dfsg-6
ii  libqt5gui5   5.7.1~20161021+dfsg-6
ii  libqt5network5   5.7.1~20161021+dfsg-6
ii  libqt5qml5   5.7.1~20161021-5
ii  libqt5quick5 5.7.1~20161021-5
ii  libqt5script55.7.1~20161021+dfsg-2
ii  libqt5svg5   5.7.1~20161021-2
ii  libqt5widgets5   5.7.1~20161021+dfsg-6
ii  libqt5xml5   5.7.1~20161021+dfsg-6
ii  libstdc++6   6.2.1-5
ii  libv4l-0 1.10.1-1
ii  melt 6.4.1-1
ii  oxygen-icon-theme5:5.28.0-1
ii  qml-module-qtquick-controls  5.7.1~20161021-2
ii  qml-module-qtquick2  5.7.1~20161021-5

Versions of packages kdenlive recommends:
ii  dvdauthor0.7.0-1.4+b1
ii  dvgrab   3.5+git20160707.1.e46042e-1
ii  frei0r-plugins   1.5.0-1
ii  genisoimage  9:1.1.11-3
ii  recordmydesktop  0.3.8.1+svn602-1+b1
ii  swh-plugins  0.4.17-1

Versions of packages kdenlive suggests:
ii  khelpcenter  4:16.08.2-1

-- no debconf information



Bug#850396: xymon-client: ifstat graph appears to not recognize new net-tools output

2017-01-05 Thread david
Package: xymon-client
Version: 4.3.27-3+b1
Severity: normal

Dear Maintainer,

Network Traffic ifstat graph fails to display proper interface name or 
present data for active interface.


Data for the client is collected in /var/lib/xymon/tmp/msg.$HOST.txt file:

wlp4s0: flags=4163  mtu 1500
inet 192.168.1.120  netmask 255.255.255.0  broadcast 192.168.1.255
inet6 ** prefixlen 64  scopeid 0x20
inet6 **  prefixlen 64  scopeid 0x0
ether **  txqueuelen 1000  (Ethernet)
RX packets 74747  bytes 22709910 (21.6 MiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 52902  bytes 22359140 (21.3 MiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

This data *should* create the appropriate appropriate ifstat.wlp4s0.rrd file
for presentation, but this interface is completely ignored, and attempts to
use the INTERFACES flag in hosts.cfg have been unsuccessful.

This could be a result of two things. First, I suspect that net-tools is 
the problem as it now presents a colon after the interface name, and possibly
other artifacts. A less likely second issue could be with systemd 197 which
creates a new naming convention to interfaces which renders them unknown.

Because of the systemd issue, I do not have "normal" interfaces such as
eth0 or wlan0, and therefore can't determine which scenario is the real
problem. The displayed graph is blank with what may be default interfaces 
of eth0 and tun0 with no traffic recorded.



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

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

Versions of packages xymon-client depends on:
ii  adduser3.115
ii  debconf [debconf-2.0]  1.5.59
ii  libc6  2.24-8
ii  libssl1.1  1.1.0c-2
ii  lsb-base   9.20161125
ii  procps 2:3.3.12-3

xymon-client recommends no packages.

Versions of packages xymon-client suggests:
ii  hobbit-plugins  20160122

-- debconf information:
* hobbit-client/CLIENTHOSTNAME: debian
  hobbit-client/automatic-xymon-migration: true
* hobbit-client/HOBBITSERVERS: 192.168.1.23



Bug#859397: problems with debian 9 rc2 installation, subsequent boot

2017-04-03 Thread david

Subject: installation-reports: boot fail error gr ctor failed (-2)
Package: installation-reports
Justification: breaks the whole system
Severity: critical

Dear Maintainer,

*** Reporter, please consider answering these questions, where 
appropriate ***


   * What led up to the situation?
happens after install, upon new system boot
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
hours and hours of web search, ineffective
   * What was the outcome of this action?
system boots ok but throws errors:
nouveau:lots of numbers: firmware: failed to load 
nvidia/gm206/gr/sw_nonctx.bin (-2)

nouveau: gr: failed to load gr/sw_nonctx
gr ctor failed, -2
ALSO, sp5100_toc bug still exists, until I blacklisted in on the hard drive
Then screen flashes (with errors still visible) for several seconds, 
then stops flashing, then hangs forever.

   * What outcome did you expect instead?
normal boot to desktop

*** End of the template - remove these template lines ***


-- Package-specific info:

Boot method: dvd first, then later usb flash for speed
Image version: 8.7.1
Date: 
latest April 3, 2017 at 2 am central time.

Machine: custom AMD64, 8370 cpu, nvidia gtx 960 16 Gb RAM, asus m5a99fx mobo
Partitions: 
can't run anything as system hangs.
Only one partition until I get normal system installation and 
operation.  (stepwise installation test)


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 ]
Clock/timezone setup:   [o ]
User/password setup:[o ]
Detect hard drives: [o ]
Partition hard drives:  [o ]
Install base system:[o ]
Install tasks:  [o ]
Install boot loader:[o ]
Overall install:[E ]

Comments/Problems:
See above.  I don't know where this problem exists in the installation 
package.



Partitioning setup interface is particularly clumsy and always has 
been.  Not intuitive.  We have to "guess" at the correct answers and run 
it through until it fails (after trying to boot), then go back and try 
the next "guess" hoping that will work.  Maybe use a graphical partition 
setup with choices selected from the (visible) option tree and allow a 
description of each choice and sub-choice when the user hovers the 
mouse.  Most everything else is self-explanatory and you guys have done 
a wonderful job with it!


--

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.
Can't attach anything as system HANGS on boot.

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="8 (jessie) - installer build 20150422+deb8u3"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary: (wrong machine)
==

Installation was performed on a completely different computer from the 
one below. This is used as it is working!  The other one does not at all.


uname -a: Linux Minnie 3.16.0-4-amd64 #1 SMP Debian 
3.16.7-ckt20-1+deb8u2 (2016-01-02) x86_64 GNU/Linux


(hundreds of irrelevant lines deleted as they are not the machine used 
for the attempted installations.)




Bug#867560: netfilter-persistent fails randomly during boot; restarting later works

2017-07-07 Thread David
Package: netfilter-persistent
Version: 1.0.4+nmu2
Severity: grave
Tags: security
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?

Upgrading from jessie to stretch.

On two Debian systems, netfilter-persistent worked fine in jessie but randomly
fails to load rules.v4 and/or rules.v6 during boot. Most of the time, at
least one of these fails. Restarting later works fine.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

1) # apt-get purge iptables-persistent netfilter-persistent && apt-get
install iptables-persistent

2) Edit /usr/share/netfilter-persistent/plugins.d/15-ip4tables and
/usr/share/netfilter-persistent/plugins.d/25-ip6tables so
/sbin/ip(6)tables-restore writes errors to a file instead of /dev/null

3) # systemctl restart netfilter-persistent

   * What was the outcome of this action?

1) No effect.

2)
iptables-restore: line 33 failed
ip6tables-restore: line 25 failed
(These are the last lines of rules.v4 and rules.v6, each saying
"COMMIT", respectively.)

3) Works (until next reboot).

Since "systemctl restart netfilter-persistent" works just fine, I think it
might have to do with the patch suggested in #819693. Starting with
stretch, the unit file switched from network.target to network-pre.target.
While network-pre.target is in theory intended for firewall use, I think
network-pre.target might make it impossible to reference specific interfaces
within iptables rules (e.g. "-A INPUT -i lo -j ACCEPT").

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

Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages netfilter-persistent depends on:
ii  init-system-helpers  1.48
ii  lsb-base 9.20161125

netfilter-persistent recommends no packages.

Versions of packages netfilter-persistent suggests:
ii  iptables-persistent  1.0.4+nmu2

-- no debconf information



Bug#872522: i3-wm: please make i3status a recommended package

2017-08-18 Thread David
Package: i3-wm
Version: 4.13-1
Severity: wishlist

Dear Maintainer,

I think it would be a good idea to set i3status as a recommended
package.

I tried i3 for the first time and it does not start well and displays a
warning message about missing component, although mod+enter will still start a 
shell.

It's a very minimal wm, and if it throughs errors from the initial
install many people wont give it a fair try.


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

Kernel: Linux 4.12.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages i3-wm depends on:
ii  libc6 2.24-14
ii  libcairo2 1.14.10-1
ii  libev41:4.22-1+b1
ii  libglib2.0-0  2.53.4-3
ii  libpango-1.0-01.40.9-1
ii  libpangocairo-1.0-0   1.40.9-1
ii  libpcre3  2:8.39-4
ii  libstartup-notification0  0.12-4+b2
ii  libxcb-cursor00.1.1-4
ii  libxcb-icccm4 0.4.1-1+b1
ii  libxcb-keysyms1   0.4.0-1+b2
ii  libxcb-randr0 1.12-1
ii  libxcb-util0  0.3.8-3+b2
ii  libxcb-xinerama0  1.12-1
ii  libxcb-xkb1   1.12-1
ii  libxcb-xrm0   1.0-2
ii  libxcb1   1.12-1
ii  libxkbcommon-x11-00.7.1-1
ii  libxkbcommon0 0.7.1-1
ii  libyajl2  2.1.0-2+b3
ii  perl  5.26.0-5
ii  x11-utils 7.7+3+b1

Versions of packages i3-wm recommends:
ii  fonts-dejavu-core 2.37-1
ii  gnome-terminal [x-terminal-emulator]  3.22.2-1
ii  libanyevent-i3-perl   0.16-1
ii  libjson-xs-perl   3.030-1+b1
ii  lxterminal [x-terminal-emulator]  0.3.0-3
ii  qterminal [x-terminal-emulator]   0.7.1-2
ii  rxvt [x-terminal-emulator]1:2.7.10-7+b1
ii  rxvt-unicode [x-terminal-emulator]9.22-1+b3
ii  xfonts-base   1:1.0.4+nmu1

i3-wm suggests no packages.

-- no debconf information



Bug#862469: gnome: Cannot add a Google account using Online Accounts in Gnome

2017-05-13 Thread David
Package: gnome
Version: 1:3.22+2
Severity: critical
Tags: patch
Justification: breaks unrelated software

Hello,

Same bug as: https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1687019.

Solution already posted here, update webkit2gtk.

Regards,
David



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64
 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome depends on:
ii  avahi-daemon 0.6.32-2
ii  cheese   3.22.1-1+b1
ii  cups-pk-helper   0.2.6-1+b1
ii  desktop-base 9.0.2
ii  evolution3.22.6-1
ii  evolution-plugins3.22.6-1
ii  file-roller  3.22.3-1
ii  gedit-plugins3.22.0-1
ii  gimp 2.8.18-1
ii  gnome-calendar   3.22.3-1
ii  gnome-clocks 3.22.1-1
ii  gnome-color-manager  3.22.2-1
ii  gnome-core   1:3.22+2
ii  gnome-dictionary 3.20.0-3+b1
ii  gnome-documents  3.22.1-1
ii  gnome-getting-started-docs   3.22.0-1
ii  gnome-maps   3.22.2-1
ii  gnome-music  3.22.2-1
ii  gnome-orca   3.22.2-3
ii  gnome-photos 3.22.5-1
ii  gnome-screenshot 3.22.0-1+b1
ii  gnome-sound-recorder 3.21.92-2
ii  gnome-tweak-tool 3.22.0-1
ii  gnome-weather3.20.2-1
ii  gstreamer1.0-libav   1.10.4-1
ii  gstreamer1.0-plugins-ugly1.10.4-1
ii  inkscape 0.92.1-1
ii  libgsf-bin   1.14.41-1
ii  libgtk2-perl 2:1.2499-1
ii  libproxy1-plugin-networkmanager  0.4.14-2
ii  libreoffice-calc 1:5.2.6-2
ii  libreoffice-evolution1:5.2.6-2
ii  libreoffice-gnome1:5.2.6-2
ii  libreoffice-impress  1:5.2.6-2
ii  libreoffice-writer   1:5.2.6-2
ii  nautilus-sendto  3.8.4-2+b1
ii  network-manager-gnome1.4.4-1
ii  rhythmbox3.4.1-2+b1
ii  rhythmbox-plugin-cdrecorder  3.4.1-2+b1
ii  rhythmbox-plugins3.4.1-2+b1
ii  rygel-playbin0.32.1-3
ii  rygel-tracker0.32.1-3
ii  seahorse 3.20.0-3.1
ii  simple-scan  3.23.2-1
ii  totem-plugins3.22.1-1
ii  vinagre  3.22.0-1+b1
ii  xdg-user-dirs-gtk0.10-1+b1

Versions of packages gnome recommends:
ii  brasero   3.12.1-4
ii  gnome-games   1:3.22+2
ii  polari3.22.2-1
ii  transmission-gtk  2.92-2

Versions of packages gnome suggests:
pn  alacarte 
pn  empathy  
pn  firefox-esr-l10n-all | firefox-l10n-all  
pn  goobox | sound-juicer
pn  xul-ext-gnome-keyring
pn  xul-ext-ublock-origin

Versions of packages gnome-core depends on:
ii  adwaita-icon-theme3.22.0-1
ii  at-spi2-core  2.22.0-5+b1
ii  baobab3.22.1-1
ii  caribou   0.4.21-1+b1
ii  chrome-gnome-shell8-4
ii  chromium  58.0.3029.81-1
ii  dconf-cli 0.26.0-2+b1
ii  dconf-gsettings-backend   0.26.0-2+b1
ii  eog   3.20.5-1+b1
ii  evince3.22.1-3
ii  evolution-data-server 3.22.7-1
ii  fonts-cantarell   0.0.25-2
ii  gdm3  3.22.1-2
ii  gedit 3.22.0-2
ii  gkbd-capplet  3.22.0.1-1+b1
ii  glib-networking   2.50.0-1+b1
ii  gnome-backgrounds 3.22.1-1
ii  gnome-bluetooth   3.20.1-1
ii  gnome-calculator  3.22.3-1
ii  gnome-characters  3.22.0-1
ii  gnome-contacts3.22.1-1+b2
ii  gnome-control-center  1:3.22.2-1
ii  gnome-disk-utility3.22.1-1
ii  gnome-font-viewer 3.22.0-1+b1
ii  gnome-keyring 3.20.0-3
ii  gnome-logs3.22.1-2
ii  gnome-menus   3.13.3-9
ii  gnome-online-accounts 3.22.5-1
ii  gnome-online-miners   3.22.0-1
ii  gnome-session 3.22.3-1
ii  gnome-settings-daemon 3.22.2-2
ii  gnome-shell   3.22.3-3
ii  gnome-shell-extensions3.22.2-1
ii  gnome-software3.22.5-1
ii  gnome-sushi   3.21.91-2
ii  gnome-system-monitor  3.22.2-1
ii  gnome-terminal3.22.2-1
ii  gnome-themes

Bug#856603: RFS: arc-theme/20170302-1

2017-04-30 Thread David

tags 856603 - moreinfo

Hi Gianfranco,

 I've uploaded to mentors a rebuild of the same package - this time 
I've changed from unstable to experimental.


Thanks

David

On Sun, 30 Apr, 2017 at 7:47 PM, Gianfranco Costamagna 
<locutusofb...@debian.org> wrote:

David,


 If something was not appropriate 2 months ago, it is even less so 
now...



please go for experimental and remove moreinfo when done.

G.


Bug#875720: KTorrent 5.1.0-2 misidentifies itself to tracker.

2017-09-13 Thread David
Package: ktorrent 
Version: 5.1.0-2

This version appears to identify itself to a tracker as 
-KT / KTorrent/5.0dev

Trackers with strict rules about clients will not accept to connect because of 
the "dev" 
at the end of the ID.

I get this from a private tracker:

xx.xx.xx.xxx7881KTorrent/5.0dev -KT50DV-Client calling 
in as (-KT / KTorrent/5.0dev) is not allowed, please check the Rules for an 
allowed 
client.


Could you please fix the relevant title line?

uname -a gives:

Linux davcefai 4.12.0-2-686-pae #1 SMP Debian 4.12.12-2 (2017-09-11) i686 
GNU/Linux


For some reason reportbug did not send the report.

Thanks in advance

davcefai





<    1   2   3   4   5   6   7   8   9   10   >