Bug#1021032: VLC Black screen

2022-10-05 Thread Markus Huber
> By the way, once updated to the new VLC version (3.0.17.4-5) in a fully
> updated Sid I noticed after seeing a few videos the player goes black again
> and nothing until a reboot is issued.
> 
> Anyone else noticed this?

Yes (also on current sid with VLC 3.0.17.4-5) i can confirm: after switching to 
another videos in my playlist it turns to black again.
Disabling "Integrate video in interface" is a workaround (reported in #1021140).



Bug#1017976: Info received (Confirmation)

2022-08-30 Thread Markus Huber
> Installing "emacs-el" (emacs-common recommends but not depends on it) solved 
> it on my system.

Also the recommended Package "libc6-dev" should be depending (if not, the 
native lisp compilation will fail).

Now we have:
- emacs-common recommends emacs-el
- libgccjit0 depends on libgcc-12-dev, which recommends libc6-dev

Should be:
- emacs-common depends on emacs-el
- libgccjit0 depends on libgcc-12-dev, which depends on libc6-dev



Bug#1017976: Info received (Confirmation)

2022-08-29 Thread Markus Huber
Had the same issue.
Installing "emacs-el" (emacs-common recommends but not depends on it) solved it 
on my system.



Bug#923393: CONFIG_DRM_I915_GVT_KVMGT is not enabled

2019-08-22 Thread Markus Huber
IMHO, KVMGT should be enabled as soon as possible.

Since the modules would not be loaded by default and the user have explicit to 
enable it, i see more benefits.

I've tested a scenario with a precompiled "MainlineBuilds" kernel 
(5.3.0-050300rc5-generic #201908182231) from Ubuntu on my Debian sid system 
(with Intel HD 530 Skylake):

- After loading "modprobe kvmgt", i've got 2 types:

  root@nietzsche:~# cat 
/sys/devices/pci\:00/\:00\:02.0/mdev_supported_types/i915-GVTg_V5_*/description
  low_gm_size: 128MB
  high_gm_size: 512MB
  fence: 4
  resolution: 1920x1200
  weight: 4
  low_gm_size: 64MB
  high_gm_size: 384MB
  fence: 4
  resolution: 1024x768
  weight: 2

- Since i don't use a remote protocol (as spice), i tried this one:

  https://github.com/intel/gvt-linux/wiki/Dma_Buf_User_Guide
  "A new feature called “Local display” has been supported in GVT-g (KVMGT 
only) by introducing “dma-buf”, a generic kernel level frame work to share 
buffers."

- My testing scenario: run Libreelec (Kodi) in a qemu-kvm container - and it 
works...

  To do this (first enable enable_gvt, load modules, create vGPU [1]), give the 
user privileges:
  markus@nietzsche:~$ cat /etc/udev/rules.d/10-qemu.rules
SUBSYSTEM=="vfio", OWNER="root", GROUP="kvm"

- Start qemu from commandline:

kvm -hda ./kodi.img \
  -boot c -m 2G \
  -vga none \
  -display gtk,gl=on \
  -soundhw ac97 \
  -smp cores=4,threads=2,sockets=1 \
  -enable-kvm \
  -cpu host \
  -device 
vfio-pci,sysfsdev=/sys/bus/pci/devices/\:00\:02.0/a297db4a-f4c2-11e6-90f6-d3b88d6c9525,display=on,x-igd-opregion=on,driver=vfio-pci-nohotplug,ramfb=on

- Libreelec output sysinfo:
  GPU: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) [...]

  The performance playing a full-hd video is about 60% less CPU usage comparing 
to virgl!!!

* Problems:
- When using the higher resolution (1920x1200 in my case), the VM freezes with 
"RLIMIT_MEMLOCK (67108864) exceeded"
  dirty fix - set memlock to 1GB for specific user [2]:
  root@nietzsche:~# cat /etc/security/limits.d/99-memlock.conf
markus hard memlock 1048576
markus soft memlock 1048576
- The resolution isn't flexible - maybe on Linux guests, this could be fixed 
via xorg (or wayland?) [3]
- After shutdown a VM using GVT-g (Dma_Buf) and restart another VM without 
kvmgt, the CPU-usage is very high! Removing the module is solving this (but i 
don't know, if this just happens, because I've tested it in a weird environment 
Debian sid with an Ubuntu maintainer kernel).
- For Linux guests, it seems, this is only working with an compatible kernel 
also on the guest side...

So, i think, it should be enabled in the default kernel, because it has great 
benefits!
On the other side: there are some problems... but the user should have the 
possibility to activate the modules and test it! The modules have to enabled 
manually - and in combination with spice, it seems to be more stable than with 
the newer "dma-buf"-mode!

Thanks,
Markus



[1] https://wiki.archlinux.org/index.php/Intel_GVT-g
[2] 
https://stackoverflow.com/questions/39187619/vfio-dma-map-error-when-passthrough-gpu-using-libvirt
[3] https://github.com/intel/gvt-linux/issues/44



Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)

2014-08-02 Thread Markus Huber
Could be the VBIOS problem which upstream is adressing on their website:
http://nouveau.freedesktop.org/wiki/TroubleShooting/#index10h3

Adding the follwoing kernel boot parameter solved the problem on my laptop 
with kernels 3.13 or higher:

nouveau.config=NvBios=PRAMIN


The error message I got when booting without this parameter was:

nouveau E[   VBIOS][:05:00.0] 0xc581[ ]: unknown opcode 0x00
nouveau E[ DEVINIT][:05:00.0] init failed, -22
nouveau E[ DRM] failed to create 0x8080, -22

Regards,
Markus Huber


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



Bug#740254: Confirmation on i686

2014-04-08 Thread Markus Huber
I would like confirm this bug running linux 3.13 686-pae, the Nvidia card is a 
GeForce 6800. System is an updated jessie/testing.

Same problem with the failed creation and probing of nouveau occurs with linux 
3.14~rc7-1~exp1.

Kernel 3.12 runs fine.

Unfortunatelly it's beyond my knowlege to debug kernel bugs. But it is a real 
problem for end users who prefer the free nouveau driver.

Regards,
Markus


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



Bug#722006: Re: xserver-xorg-input-synaptics: new version breaks middle mouskey

2013-09-21 Thread Markus Huber
Cyril Brulebois wrote Sat, 21 Sep 2013 03:30:35 +0200
 Presumably your kde things want to get an update/fix, so that they stop
 crashing, and get the desired settings applied?

This was the solution. Installing kde-config-touchpad 0.8.1-2 from unstable 
works fine with xserver-xorg-input-synaptics 1.7.1-1. All edge definitions and 
the middle mouse emulation are behaving as configured.

http://packages.qa.debian.org/s/synaptiks/news/20130916T152512Z.html

Regards,
Markus Huber


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



Bug#722006: xserver-xorg-input-synaptics: new version breaks middle mouskey

2013-09-19 Thread Markus Huber
I can confirm this. This version does not recognize settings in 
~/.config/synaptiks/touchpad-config.json and kde-config-touchpad crashes 
without 
any information.

Reverting to 1.6.2-2 is the only workaround I found out.

Regards,
Markus Huber


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



Bug#690945: [kmail] Distribution lists do not work as expected

2012-12-27 Thread Markus Huber
Sorry. My last contribution was just a one-off. Still only akonadi 1.6.2 
creates liable results not resulting in distributionlist@localhost.

extract of dpkg -l akonadi*  libakonadi*
hi  akonadi-backend-mysql 1.6.2-2
hi  akonadi-backend-sqlit 1.6.2-2+b2
hi  akonadi-server1.6.2-2+b2
hi  libakonadiprotocolint 1.6.2-2+b2

With akonadi 1.7.2-* above error with groups/distribution lists is still 
reproducible.

Regards,
Markus Huber


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



Bug#690945: [kmail] Distribution lists do not work as expected

2012-12-13 Thread Markus Huber
It's connected to the akonadi upgrade to akonadi 1.7.2. This bug is an on and 
off for years now (there is somewhere a bugreport at akonadi as well).

Most new installations will not see that, I don't know about upgrades, I ran 
into this bug and it was solved with a recommendation from KDE userbase:
http://userbase.kde.org/Akonadi_4.4/Troubleshooting#KAddressBook_upgrade

Scroll down to the chapter To reset nepomuk and the akonadi system in KMail 
2 which suggests:

pre
akonadictl stop
rm -rf  ~/.local/share/akonadi/db_data/* 
akonadictl start 
# we should also clean KDE temporary folders before start KMail
rm -rf /var/tmp/kdecache-$USER /tmp/ksocket-$USER /tmp/kde-$USER
/pre

But be aware: my addresses and distribution lists were all gone. I'm sure 
there is a way to get them back but I cannot be bothered at the moment to 
track that problem which might be connected to previous fruitless attempts to 
solve this bug.

Greetings
Markus Huber


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



Bug#672992: kmail: Mailing lists are not resolved

2012-06-02 Thread Markus Huber
I have to add: this time my above mentioned workaround does not work. The 
culprit seems to be akonadi 1.7.2-1. Downgrading to akonadi 1.6.2-2 solved the 
problem here. The downgrade is a bit awkward (using snapshot.debian.org) but 
it works.

Unfortunatelly I cannot provide any debug informations but reassigning the bug 
to akonadi seems to be appropriate.

Regards
Markus Huber



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



Bug#672992: kmail: Mailing lists are not resolved

2012-05-17 Thread Markus Huber
Try this set of commands and relogin into KDE:

akonadictl stop
qdbus org.kde.NepomukServer /nepomukserver quit
kbuildsycoca4 --noincremental
rm ~/.kde/share/apps/nepomuk/repository/main/data/virtuosobackend/*
nepomukservicestub nepomukstorage
akonadictl start

Source of information:
http://socceroosd.blogspot.com/2010/02/kubuntu-karmic-kde-44-and-nepomuk.html

Also make sure in your KDE systemsettings that the nepomuk service is 
activated.

I had the same problem when using KDE 4.4 but since KDE 4.7 it never occured 
again.

Regards,
Markus Huber



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



Bug#652995: nvidia-xconfig: (EE) No devices detected

2012-02-18 Thread Markus Huber
Andreas Beckmann schrieb 18.02.2012/03:39:
 On 2012-02-07 12:41, Markus Huber wrote:
  Same here on a laptop with a nVidia G73 [GeForce Go 7600] card.
 
 Can you test again the latest driver 295.20 from unstable?
 The changelog looks promising:
   Fixed a bug that prevented the internal panel from working on some
   laptops with GeForce 7 series GPUs.

The driver from unstable is building and working. To me for the 7 series this 
bug is fixed.

These packages are installed:

ii  glx-alternative-nvidia0.2.1  
ii  libgl1-nvidia-alternatives295.20-1   
ii  libgl1-nvidia-glx 295.20-1   
ii  libglx-nvidia-alternatives295.20-1   
ii  nvidia-alternative295.20-1   
ii  nvidia-glx295.20-1   
ii  nvidia-installer-cleanup  2011+2 
ii  nvidia-kernel-common  2011+2 
ii  nvidia-kernel-dkms295.20-1   
ii  nvidia-support2011+2 
ii  nvidia-vdpau-driver   295.20-1   
ii  xserver-xorg-video-nvidia 295.20-1   

Thank you very much!

Regards,
Markus Huber



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



Bug#652995: nvidia-xconfig: (EE) No devices detected

2012-02-07 Thread Markus Huber
Same here on a laptop with a nVidia G73 [GeForce Go 7600] card. I switched to 
nouveau which is fine for my purposes but not really a solution for people who 
need/want a working proprietary nvidia driver.

Since it is discussed upstream there is nothing I suppose Debian can do fixing 
the problem:
http://www.nvnews.net/vbulletin/showthread.php?t=168305

I only suggest that this driver is not ready for release.

Regards,
Markus Huber



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



Bug#642243: [kdebindings] plasma-scriptengine-ruby is not installable

2011-09-21 Thread Markus Huber
It's installable here.

$ apt-get install plasma-scriptengine-ruby -s
NOTE: This is only a simulation!
  apt-get needs root privileges for real execution.
  Keep also in mind that locking is deactivated,
  so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  plasma-scriptengine-ruby
1 upgraded, 0 newly installed, 0 to remove and 385 not upgraded.
Inst plasma-scriptengine-ruby [4:4.6.5-2] (4:4.6.5-3 Debian:unstable [all])
Conf plasma-scriptengine-ruby (4:4.6.5-3 Debian:unstable [all])

Regards
Markus Huber



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



Bug#512847: [amarok] amarok 1.4.10-2 does not display wikipedia contents

2009-02-11 Thread Markus Huber
 Unfortunately, lenny is in deep freeze now which means that non-RC bugfixes
 are not accepted. In other words, there is no way this bugfix can make into
 lenny.

Which is a pity, because a not fully funcionable amarok will be shipped with a 
stable Debian version.

Is there not a possibility to include something like not all features are 
working into the definition of being a RC bug for a release?

Regards,
Markus Huber



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



Bug#513686: [digikam] showfoto 2:0.9.5~beta3-1 is not localized

2009-01-31 Thread Markus Huber
Package: digikam
Version: 2:0.9.5~beta3-1
Severity: minor

--- Please enter the report below this line. ---

menues in showfoto 2:0.9.5~beta3-1 are not localized to German, digikam is.

Regards
Markus Huber


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.28-2.slh.3-sidux-686

Debian Release: 5.0
  500 unstablesidux.wuertz.org 
  500 unstablesidux.com 
  500 unstablemoblock-deb.sourceforge.net 
  500 unstableftp.at.debian.org 
  500 unstabledebian-multimedia.informatik.uni-erlangen.de 
  500 unstabledeb.opera.com 
  500 stable  dl.google.com 

--- Package information. ---
Depends (Version) | Installed
=-+-==
kdelibs4c2a  (= 4:3.5.9) | 4:3.5.10.dfsg.1-1
libc6   (= 2.3.6-6~) | 2.7-18
libgcc1  (= 1:4.1.1) | 1:4.3.3-3
libgphoto2-2   (= 2.4.0) | 2.4.1-3
libgphoto2-port0   (= 2.4.0) | 2.4.1-3
libjasper1   (= 1.900.1) | 1.900.1-5.1
libjpeg62 | 6b-14
libkdcraw4| 0.1.7-2
libkexiv2-3   | 0.1.7-1+b1
libkipi0 (= 0.1.6-1) | 0.1.6-2
liblcms1  (= 1.15-1) | 1.17.dfsg-1
libpng12-0  (= 1.2.13-4) | 1.2.27-2
libqt3-mt   (= 3:3.3.8b) | 3:3.3.8b-5+b1
libsqlite3-0   (= 3.5.9) | 3.5.9-6
libstdc++6 (= 4.2.1) | 4.3.3-3
libtiff4  | 3.8.2-11
libx11-6  | 2:1.1.5-2
kdebase-kio-plugins   | 4:3.5.9.dfsg.1-6



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



Bug#512847: [amarok] amarok 1.4.10-2 does not display wikipedia contents

2009-01-24 Thread Markus Huber
Package: amarok
Version: 1.4.10-2
Severity: normal


amarok 1.4.10-2 does not properly display wikipedia contents in the context 
browser anymore, the browser stays blank. It worked properly with amarok 
1.4.10-1, the problem was introduced with the security fix upgrade.

Regards
Markus Huber

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.28-1.slh.2-sidux-686

Debian Release: 5.0
  500 unstablesidux.wuertz.org 
  500 unstablesidux.com 
  500 unstablemoblock-deb.sourceforge.net 
  500 unstableftp.at.debian.org 
  500 unstabledebian-multimedia.informatik.uni-erlangen.de 
  500 unstabledeb.opera.com 
  500 stable  dl.google.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
amarok-common (= 1.4.10-2) | 1.4.10-2
amarok-engine-xine   (= 1.4.10-2)  | 1.4.10-2
 OR amarok-engine-yauap   (= 1.4.10-2) | 
unzip  | 5.52-12
kdelibs4c2a   (= 4:3.5.9) | 4:3.5.10.dfsg.1-1
libc6   (= 2.7-1) | 2.7-18
libgcc1   (= 1:4.1.1) | 1:4.3.2-4
libgl1-mesa-glx| 7.0.3-7
 OR libgl1 | 
libglib2.0-0   (= 2.12.0) | 2.16.6-1
libgpod3-nogtk (= 0.6.0)  | 0.6.0-7
 OR libgpod3(= 0.6.0) | 
libifp4| 1.0.0.2-3
libkarma0  | 0.0.6-4
libmtp7| 0.2.6.1-3
libmysqlclient15off  (= 5.0.27-1) | 5.0.75-1
libnjb5| 2.2.5-4.2
libpq5  (= 8.3~beta1) | 8.3.5-1
libqt3-mt(= 3:3.3.8b) | 3:3.3.8b-5+b1
libruby1.8   (= 1.8.7.72) | 1.8.7.72-3
libsdl1.2debian  (= 1.2.10-1) | 1.2.13-4
libsqlite3-0(= 3.5.9) | 3.5.9-6
libstdc++6  (= 4.2.1) | 4.3.2-4
libtag1c2a(= 1.5) | 1.5-3
libtunepimp5   | 0.5.3-7
libusb-0.1-4 (= 2:0.1.12) | 2:0.1.12-13
libvisual-0.4-0 (= 0.4.0) | 0.4.0-2.1



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



Bug#509357: [iceape-browser] iceape-browser cannot access ssl secured (https-)sites

2008-12-21 Thread Markus Huber
Package: iceape-browser
Version: 1.1.14-1
Severity: normal

--- Please enter the report below this line. ---
Iceape-browser 1.1.14-1 cannot access any ssl secured sites (https://). It 
says in a popup SSL protocol has been disabled. Which is not true in my 
settings, the SSL protocols are enabled. Downgrading to version 1.1.13-1 
solves the problem.

Regards,
Markus Huber

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.27-10.slh.1-sidux-686

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.hu.debian.org 
  990 testing debian-multimedia.informatik.uni-erlangen.de 
  990 testing deb.opera.com 
  500 unstablesidux.wuertz.org 
  500 unstablesidux.com 
  500 unstableftp.hu.debian.org 
  500 unstabledebian-multimedia.informatik.uni-erlangen.de 
  500 stable  dl.google.com 
1 experimentalftp.hu.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libatk1.0-0 (= 1.20.0) | 1.22.0-1
libc6(= 2.7-1) | 2.7-16
libcairo2(= 1.2.4) | 1.6.4-6.1
libfontconfig1   (= 2.4.0) | 2.6.0-3
libfreetype6 (= 2.3.5) | 2.3.7-2
libgcc1(= 1:4.1.1) | 1:4.3.2-1
libglib2.0-0(= 2.16.0) | 2.16.6-1
libgtk2.0-0 (= 2.12.0) | 2.12.11-4
libhunspell-1.2-0(= 1.2.4) | 1.2.6-1
libjpeg62   | 6b-14
libnspr4-0d   (= 1.8.0.10) | 4.7.1-4
libnss3-1d(= 3.12.0~beta3) | 3.12.0-5
libpango1.0-0   (= 1.20.3) | 1.20.5-3
libpng12-0(= 1.2.13-4) | 1.2.27-2
libstdc++6   (= 4.1.1) | 4.3.2-1
libx11-6| 2:1.1.5-2
libxft2  ( 2.1.1) | 2.1.12-3
libxinerama1| 2:1.0.3-2
libxrender1 | 1:0.9.4-2
libxt6  | 1:1.0.5-3
zlib1g (= 1:1.1.4) | 1:1.2.3.3.dfsg-12



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



Bug#509357: [iceape-browser] iceape-browser cannot access ssl secured (https-)sites

2008-12-21 Thread Markus Huber

 Can you check if the following works:
 - upgrade iceape again
 - run iceape and try to go to an https site
 - close iceape
 - run iceape again and try to go to the https site again

That is interesting: yes, it worked, and it works reproducably. It only seems 
to affect the first start of 1.1.14-1. I can access now all ssl secured sites 
as before.

Sorry, I could have tried that before, but I just did not think of that.

Thank you very much!

Regards,
Markus Huber



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



Bug#485392: vlc: Does not show videos in MJPEG

2008-06-21 Thread Markus Huber
I suppose you have one or more of the following packages not from Debian but 
from debian.multimedia.org which is a third party repo:

ffmpeg libavcodec51 libavdevice52 libavformat52 libavutil49 libpostproc51 
libswscale

Please reinstall those packages from the Debian repos.

Regards
Markus Huber



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



Bug#486096: vlc 0.8.6.e-2.3 does not play wmv nor wma

2008-06-21 Thread Markus Huber
I suppose you have one or more of the following packages not from Debian but 
from debian.multimedia.org which is a third party repo:

ffmpeg libavcodec51 libavdevice52 libavformat52 libavutil49 libpostproc51 
libswscale

Please reinstall those packages from the Debian repos.

wmv files are playing here flawlessly using ffmpeg packaged from Debian Sid, 
so I do not regard this as bug at all:

---
$ apt-cache policy vlc ffmpeg
vlc:
  Installiert: 0.8.6.e-2.3+b1
  Kandidat: 0.8.6.e-2.3+b1
  Versions-Tabelle:
 *** 0.8.6.e-2.3+b1 0
500 http://ftp.hu.debian.org sid/main Packages
100 /var/lib/dpkg/status
ffmpeg:
  Installiert: 0.svn20080206-8
  Kandidat: 0.svn20080206-8
  Versions-Tabelle:
 *** 0.svn20080206-8 0
500 http://ftp.hu.debian.org sid/main Packages
100 /var/lib/dpkg/status
---

Regards
Markus Huber



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



Bug#486936: vlc: xvid playback broken no suitable decoder module

2008-06-21 Thread Markus Huber
The following packages have to be installed from Debian that vlc/0.8.6.e-2.3 
is working:

ffmpeg libavcodec51 libavdevice52 libavformat52 libavutil49 libpostproc51 
libswscale

Packages like acroread, flash, k9copy, mythtv, mplayer, mencoder or libdvdcss 
will not be removed.

Regards
Markus Huber



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



Bug#471576: audacious: Segmentation fault

2008-03-19 Thread Markus Huber
Do you have audacious-crossfade installed? Audacious does not segfault without 
that package but does not start with it as you described.

Markus Huber



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



Bug#430580: can no longer associate with wireless networks

2007-06-26 Thread Markus Huber
Same here after playing around to get X fully started after a suspend to ram. 
network-manager does not see any device anymore, and plugging in LAN which 
usually connects immediatly, eats up 100 % of the CPU with those processes:

- NetworkManager
- knetworkmanager
- dbus-daemon

I could not figure out what could be wrong (it worked before), so I purged 
everything regarding network-manager, and I am back to ifupdown and 
wpa-roaming.

Regards,
Markus Huber


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



Bug#380688: kdebase-kio-plugins: Devices are not mounted as user

2006-07-31 Thread Markus Huber
Package: kdebase-kio-plugins
Version: 4:3.5.4-2
Severity: normal


kde-kio-plugins 3.5.4-2 do not mount devices as user, instead there is a
failure text from kio_media_mounthelper:
A security policy in place prevents this sender from sending this
message to this recipient, see message bus configuration file (rejected
message had interface org.freedesktop.Hal.Device.Volume member Mount
error name (unset) destination org.freedesktop.Hal).

kde-kio-plugins should be able to mount devices as user again.

Regards,
Markus Huber
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'testing'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7-slh-up-1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kdebase-kio-plugins depends on:
ii  kdelibs4c2a 4:3.5.4-2core libraries and binaries for al
ii  libc6   2.3.6-16 GNU C Library: Shared libraries
ii  libdbus-1-2 0.62-4   simple interprocess messaging syst
ii  libdbus-qt-1-1c20.62-4   simple interprocess messaging syst
ii  libgcc1 1:4.1.1-10   GCC support library
ii  libhal-storage1 0.5.7-2  Hardware Abstraction Layer - share
ii  libhal1 0.5.7-2  Hardware Abstraction Layer - share
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libopenexr2c2a  1.2.2-4.3runtime files for the OpenEXR imag
ii  libqt3-mt   3:3.3.6-3Qt GUI Library (Threaded runtime v
ii  libsasl22.1.19.dfsg1-0.2 Authentication abstraction library
ii  libsasl2-modules2.1.19.dfsg1-0.2 Pluggable Authentication Modules f
ii  libsmbclient3.0.22-1 shared library that allows applica
ii  libstdc++6  4.1.1-10 The GNU Standard C++ Library v3
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages kdebase-kio-plugins recommends:
ii  hal   0.5.7-2Hardware Abstraction Layer
ii  kamera4:3.5.4-1  digital camera io_slave for Konque
ii  kdemultimedia-kio-plugins 4:3.5.4-1  enables the browsing of audio CDs 
ii  kdesktop  4:3.5.4-2  miscellaneous binaries and files f
ii  pmount0.9.11-1   mount removable devices as normal 

-- no debconf information


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



Bug#376316: openoffice.org: crashes when formatting borderlines of cells

2006-07-02 Thread Markus Huber
Hi,

Am Sonntag, 2. Juli 2006 11:19 schrieb Rene Engelhard:

 Happens on powerpc as well
 From the toolbar it
 works...

Thank you very much. I can confirm, on i386 here it works from the toolbar as 
well.

Regards,
Markus

PS: hope I did correctly using answer all button, I am a complete newbie on 
the Bug Track System.


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



Bug#376316: openoffice.org: crashes when formatting borderlines of cells

2006-07-01 Thread Markus Huber
Package: openoffice.org
Version: 2.0.3-1
Severity: important

openoffice.calc-2.0.3-1_i386 crashes reproducably when I want to format
borderlines of cells.

Regards
Markus Huber

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-kanotix-1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#376313: openoffice.calc: crashing when formatting borders of cells

2006-07-01 Thread Markus Huber
Package: openoffice.calc
Version: 2.0.3-1_i386
Severity: normal

openoffice.calc-2.0.3-1_i386 crashes reproducably when I want to format
borderlines of
cells.

Regards
Markus Huber

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-kanotix-1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#376313: Report is now a duplicate

2006-07-01 Thread Markus Huber
Hi,

this was wrongly written and is now a duplicate of #376316.

Sorry for this beginner's fault, it was my first report.

Markus Huber


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