Bug#726675: gnome-settings-daemon: requires systemd

2013-10-21 Thread Adrian Reyer
Hi,

please seriously rethink about gnome-settings-daemon depending on
systemd. I use gdm3 and a few single gnome-applications, but no whole
gnome-session. I don't want systemd and it would not work properly,
neither on my laptop, nor on my logon servers due to crypted filesystems
and container virtualization.
I am very confident this part of gnome will work just fine without
systemd.

Regards,
Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting  Support - USt-ID: DE 227 816 626 Stuttgart


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



Bug#657843: mdcfg-utils: Wrong minimum number for RAID5 / RAID6 arrays

2012-01-29 Thread Adrian Reyer
Package: mdcfg-utils
Version: 1.33
Severity: normal
Tags: d-i patch

Dear Maintainer,

while '3' ist a reasonable academic number for theoretical RAID5 devices,
mdadm allows to create RAID5 arrays with only 2 disks. Compared to a
RAID1, you can expand the the RAID later by adding more disks.
Similar should be true for RAID6, but I have not tested that one.

Regards,
Adrian
Gemeinsame Unterverzeichnisse: mdcfg-1.33/debian und mdcfg-1.33-patched/debian.
diff -u mdcfg-1.33/mdcfg.sh mdcfg-1.33-patched/mdcfg.sh
--- mdcfg-1.33/mdcfg.sh	2011-01-19 05:48:35.0 +0100
+++ mdcfg-1.33-patched/mdcfg.sh	2012-01-29 11:09:37.349451448 +0100
@@ -206,9 +206,9 @@
 	RAID1)
 		MIN_SIZE=2 ;;
 	RAID5)
-		MIN_SIZE=3 ;;
+		MIN_SIZE=2 ;;
 	RAID6)
-		MIN_SIZE=4 ;;
+		MIN_SIZE=3 ;;
 	RAID10)
 		MIN_SIZE=2 ;;
 	*)


Bug#639009: nvidia-settings: freezes when enabling TwinView

2011-08-24 Thread Adrian Reyer
On Wed, Aug 24, 2011 at 11:22:40AM +0200, Andreas Beckmann wrote:
 You should test
 * 195.36.31 - just to make sure there is a good version from nvidia
 * 280.13 was already tested as bad
 * 275.19 (275.21 up to 280.13 have identical source tarballs, so they
 should be all bad) - if that one is good you are done
 and thereafter always get a driver from the middle between the newest
 good and oldest bad, test this and continue in the remaining half of
 versions until you found two versions next to each other where one is
 good and the other is bad.

Still on todo-list.

 Eventually first have a look at the nvidia forum and check if someone
 else is experiencing your problem, too.
 http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

I found one post at
http://www.nvnews.net/vbulletin/showthread.php?s=f4045ef40a4419ba768bd2857d4be3d6t=164296,
it is not my actual issue, but post #3 in that thread describes exactly
my issue.

Regards,
Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting  Support - USt-ID: DE 227 816 626 Stuttgart



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



Bug#639009: nvidia-settings: freezes when enabling TwinView

2011-08-24 Thread Adrian Reyer
On Wed, Aug 24, 2011 at 11:22:40AM +0200, Andreas Beckmann wrote:
 You should test
 * 195.36.31 - just to make sure there is a good version from nvidia

Works from NVIDIA-Linux-x86_64-195.36.31-pkg0

 * 280.13 was already tested as bad
 * 275.19 (275.21 up to 280.13 have identical source tarballs, so they

works: 270.41.19 and 270.41.19-no-compat32
fails: 275.09 275.09-no-compat32

Regards,
Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting  Support - USt-ID: DE 227 816 626 Stuttgart



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



Bug#639009: nvidia-settings: freezes when enabling TwinView

2011-08-23 Thread Adrian Reyer
Package: nvidia-settings
Version: 280.13-1
Severity: normal

nvidia-settings 280.13-1 freezes as soon as I try to enable one of my two
external monitors via TwinView. I can 'kill -9' the process, but it either
freezes again or it won't even show up again.
Using nvidia-settings 195.36.24-1 in an otherwise 280.13-1-environment works.
I experienced this issue on various kernels since 2.6.32.

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

Kernel: Linux 3.0.1-vs2.3.1-pre9 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvidia-settings depends on:
ii  libc6 2.13-16Embedded GNU C Library: Shared lib
ii  libgdk-pixbuf2.0-02.23.5-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.5-4   GTK+ graphical user interface libr
ii  libpango1.0-0 1.28.4-3   Layout and rendering of internatio
ii  libx11-6  2:1.4.4-1  X11 client-side library
ii  libxext6  2:1.3.0-3  X11 miscellaneous extension librar
ii  libxxf86vm1   1:1.1.1-2  X11 XFree86 video mode extension l
ii  nvidia-installer-cleanup  20110729+1 Cleanup after driver installation 

Versions of packages nvidia-settings recommends:
ii  libgl1-nvidia-glx [libgl1-nvi 280.13-1   NVIDIA binary OpenGL libraries

nvidia-settings 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#639009: nvidia-settings: freezes when enabling TwinView

2011-08-23 Thread Adrian Reyer
On Tue, Aug 23, 2011 at 10:43:27PM +0200, Andreas Beckmann wrote:
 Please try the nvidia-settings binary built by nvidia. Just to make sure
 it is not an issue of the patches etc. being used in the Debian package,

Indeed the error occurs as well in the original nvidia binary.

Regards,
Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting  Support - USt-ID: DE 227 816 626 Stuttgart



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



Bug#586510: util-vserver: Wrong license, package says GPLv2 or later, but it is GPLv2 only

2010-06-20 Thread Adrian Reyer
Package: util-vserver
Version: 0.30.216-pre2864-2
Severity: normal


/usr/share/doc/util-vserver/copyright states the license is GPLv2 or later.
src/vwait.c states GPLv2 only

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (1001, 'unstable'), (501, 'testing'), (101, 'stable'), (9, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages util-vserver depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  iproute   20100519-2 networking and traffic control too
ii  libc6 2.11.2-1   Embedded GNU C Library: Shared lib
ii  libnss3-1d3.12.6-2   Network Security Service libraries
ii  make  3.81-8 An utility for Directing compilati
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  util-linux2.17.2-3   Miscellaneous system utilities

Versions of packages util-vserver recommends:
ii  binutils  2.20.1-11  The GNU assembler, linker and bina
ii  debootstrap   1.0.23 Bootstrap a basic Debian system

Versions of packages util-vserver suggests:
ii  iptables 1.4.8-2 administration tools for packet fi
ii  linux-image-2.6.32-5-vserver 2.6.32-15   Linux 2.6.32 for modern PCs, Linux
ii  module-init-tools3.12~pre2-3 tools for managing Linux kernel mo
ii  procps   1:3.2.8-9   /proc file system utilities
ii  vlan 1.9-3   user mode programs to enable VLANs
ii  wget 1.12-2  retrieves files from the web
pn  yum  none  (no description available)

-- debconf information excluded



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



Bug#427365: wrong path for gpsbabel

2007-06-03 Thread Adrian Reyer
Package: gpsbabel
Version: 1.3.3-1
Severity: important

The path to gpsbabel is /usr/usr/bin/gpsbabel instead of
/usr/bin/gpsbabel

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (901, 'unstable'), (501, 'testing'), (101, 'stable'), (9, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages gpsbabel depends on:
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  zlib1g1:1.2.3-15 compression library - runtime

gpsbabel recommends no packages.

-- debconf-show failed


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