Bug#602278: laptop-mode-tools: $ENABLE_LAPTOP_MODE_TOOLS ignored

2010-11-03 Thread Matus Harvan
Subject: laptop-mode-tools: $ENABLE_LAPTOP_MODE_TOOLS ignored
Package: laptop-mode-tools
Version: 1.55-1
Severity: normal
Tags: patch

Laptop-mode is started even if the $ENABLE_LAPTOP_MODE_TOOLS option is set to
0. I believe this is a bug in /usr/sbin/laptop_mode and would suggest the
following change:

--- laptop_mode.old 2010-11-03 09:27:17.598169141 +0100
+++ laptop_mode 2010-11-03 09:26:04.693167032 +0100
@@ -229,7 +229,7 @@
exit 1
 fi
 
-if [ $ENABLE_LAPTOP_MODE_TOOLS = x0 ]; then
+if [ $ENABLE_LAPTOP_MODE_TOOLS -eq 0 ]; then
 log MSG laptop-mode-tools is disabled in config file. Exiting
 exit 0;
 fi

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

Kernel: Linux 2.6.32-25-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages laptop-mode-tools depends on:
ii  lsb-base 4.0-0ubuntu8Linux Standard Base 4.0 init 
scrip
ii  psmisc   22.10-1 utilities that use the proc file s
ii  util-linux   2.17.2-0ubuntu1 Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid  1.0.10-5ubuntu2.1 Advanced Configuration and Power I
ii  ethtool6+20091202-1  display or change Ethernet device 
ii  hal0.5.14-0ubuntu6   Hardware Abstraction Layer
ii  hdparm 9.15-1ubuntu9 tune hard disk parameters for 
high
ii  net-tools  1.60-23ubuntu2The NET-3 networking toolkit
ii  pm-utils   1.3.0-1ubuntu2utilities and scripts for power 
ma
ii  sdparm 1.02-1Output and modify SCSI device 
para
ii  wireless-tools 30~pre9-3ubuntu4  Tools for manipulating Linux 
Wirel

laptop-mode-tools suggests no packages.

-- no debconf information



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



Bug#420023: amanda-server: having crontab.amanda in /etc/amanda is confusing

2007-04-19 Thread Matus Harvan
Package: amanda-server
Version: 1:2.5.1p1-2.1
Severity: minor

Hi,

I would like to suggest moving /etc/amanda/crontab.amanda away from
/etc and put it into /usr/share/doc/amanda-server/examples/. Seeing it
in /etc/amanda, I have assumed that editing it would just do the right
thing. Even if it's mentined in the README.Debian, it's confusing.

You may like to do the same with /etc/amanda/DailySet1.

Matus

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

Versions of packages amanda-server depends on:
ii  amanda-common1:2.5.1p1-2.1   Advanced Maryland Automatic Networ
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  libreadline5 5.2-2   GNU readline and history libraries
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

amanda-server recommends no packages.

-- no debconf information


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



Bug#386163: /usr/lib/tiger/scripts/check_accounts should use find with 2/dev/null

2006-09-05 Thread Matus Harvan
Package: tiger
Version: 1:3.2.1-31
Severity: wishlist
Tags: patch

/usr/lib/tiger/scripts/check_accounts uses find. If /home is mounted via
NFS with root_squash, then find produces a lot of errors like:
/usr/bin/find: /home/harvan/.ssh: Input/output error
These are emailed to root as this script is run as part of a cron job.

Runnnig find with 2/dev/null gets rid of these error messages. diff of
proposed change follows

--- check_accounts.old  2006-09-05 19:53:23.0 +0200
+++ check_accounts.new  2006-09-05 19:51:13.0 +0200
@@ -281,7 +281,7 @@
  [ $home != / -a -n $home -a $Tiger_Dormant_Limit != 0 ]  {
notadmin=`eval case \$user\ in $Tiger_Admin_Accounts) ;; *) echo 
$user;; esac`
[ -n $notadmin ]   \
-   [ `$FIND $home/ -mtime -$Tiger_Dormant_Limit | $WC -l` -eq 0 ]  
+   [ `$FIND $home/ -mtime -$Tiger_Dormant_Limit 2/dev/null | $WC -l` 
-eq 0 ]  
message WARN acc021w  Login ID $user appears to be a dormant 
account.
  }
 
Matus


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



Bug#367122: gnomemeeting: sound broken after update

2006-05-13 Thread Matus Harvan
Package: gnomemeeting
Version: 1.2.3-3
Severity: important

The sound in gnomemeeting seems not to work for calls after update. The
following updates seemed relevant to
[INSTALL, DEPENDENCIES] libopenh323-1.18.0
[INSTALL, DEPENDENCIES] libpt-1.10.0
[REMOVE, DEPENDENCIES] libopenh323-1.15.6
[REMOVE, DEPENDENCIES] libpt-1.8.7
[UPGRADE] libpt-plugins-alsa 1.8.7-2 - 1.10.0-1
[UPGRADE] libpt-plugins-oss 1.8.7-2 - 1.10.0-1
[UPGRADE] libpt-plugins-v4l 1.8.7-2 - 1.10.0-1
[UPGRADE] gnomemeeting 1.2.3-1+b2 - 1.2.3-3
...and some other packages

I am using gnomemeeting on my machine (Debian testing) to call
gnomemeeting on a Debian stable machine over a vtund UDP tunnel. This
used to work fine before I have upgraded the Debian testing machine. A
complete log from aptitude is attached. When I start a call, it connects
and the other side can hear, but I cannot anything. Sometimes
gnomemeeting starts taking all CPU when connecting/after connected, the
GUI stops responding and I have to use killalll. I have been using ALSA
and the above described behavior applies to using ALSA.

Afterwards, I have switched to OSS in the gnomemeeting preferences
dialog, restarted gnomemeeting and tried to do a call. This time I could
hear the other side, but they could not hear me. Sometimes I was getting
the problems with gnomemeeting taking all CPU and not responding.

It seems I cannot get sound working during a call neither with ALSA nor
with OSS. However, sound works fine with other programs like linphone or
xmms.

My soundcard is
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 
Audio Controller (rev 40)
Subsystem: Fujitsu Limited.: Unknown device 1185
Flags: medium devsel, IRQ 10
I/O ports at e000 [size=256]
I/O ports at e100 [size=4]
I/O ports at e104 [size=4]
Capabilities: [c0] Power Management version 2

Best regards,
Matus

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

Versions of packages gnomemeeting depends on:
ii  evolution-data-server1.4.2.1-2   evolution database backend server
ii  gconf2   2.14.0-1GNOME configuration database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.11.3-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-2The Bonobo UI library
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.0.4-1+b1  The Cairo 2D vector graphics libra
ii  libebook1.2-51.4.2.1-2   Client library for evolution addre
ii  libedataserver1.2-4  1.4.2.1-2   Utility library for evolution data
ii  libesd-alsa0 [libesd0]   0.2.36-3Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libgcc1  1:4.1.0-1+b1GCC support library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libglib2.0-0 2.10.2-1The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.14.0-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented display
ii  libgnomeui-0 2.14.0-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.0-2GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-6  Inter-Client Exchange library
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libopenh323-1.18.0   1.18.0-2H.323 aka VoIP library
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.1-2Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libpt-1.10.0 1.10.0-1Portable Windows Library
ii  libpt-plugins-alsa   1.10.0-1Portable Windows Library Audio Plu
ii  libpt-plugins-oss1.10.0-1Portable Windows Library Audio Plu
ii  libpt-plugins-v4l1.10.0-1Portable Windows Library Video Plu
ii  libsdl1.2debian  1.2.9-5+b1  Simple DirectMedia Layer
ii  libsm6   6.9.0.dfsg.1-6  X Window System Session Management
ii  libstdc++6   4.1.0-1+b1  The GNU Standard C++ Library v3
ii  libx11-6   

Bug#344580: icewm-common: no firefox.xpm

2006-02-28 Thread Matus Harvan
Package: icewm-common
Version: 1.2.25-1
Followup-For: Bug #344580

On my Debian testing it seems the default value for the firefox icon in
/etc/X11/icewm/toolbar is /usr/share/pixmaps/firefox.png. However, there
is no such file on my system. Instead, I seem to have
/usr/share/pixmaps/mozilla-firefox.png. Maybe the latter should be used
as the default value in /etc/X11/icewm/toolbar.

Matus


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

icewm-common depends on no packages.

Versions of packages icewm-common recommends:
ii  menu  2.1.27 generates programs menu for all me

-- debconf information:
* icewm-common/warning:


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



Bug#336122: pcmcia-cs: wireless card fails to associate with access point

2005-10-27 Thread Matus Harvan
Package: pcmcia-cs
Version: 3.2.8-5
Severity: important

After upgrading pcmcia-cs to 3.2.8-5.2 my Cisco Aironet 350 PCMCIA
wireless card could not associate to access points which worked before
upgrade. However, I could see the access points in monitor mode with
kismet. After downgrading back to 3.2.8-5 I can associate to access
points again (and submit this bugreport).

Relevant lines from /etc/network/interfaces:
iface eth1 inet dhcp

Relevant lines from /etc/pcmcia/wireless.opts:
# iub
iub,*,*,*)
INFO=IUB wlan
ESSID=IUB-Bremen
MODE=Managed
KEY=**
NICKNAME=tsunami25
;;

I did not find anything suspicious in
/usr/share/doc/pcmcia-cs/changelog.Debian.gz.


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

Versions of packages pcmcia-cs depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  dmidecode 2.7-2  Dump Desktop Management Interface 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  lsb-base  3.0-9  Linux Standard Base 3.0 init scrip
ii  module-init-tools 3.2-pre9-2 tools for managing Linux kernel mo
ii  modutils  2.4.27.0-3 Linux module utilities
ii  psmisc21.6-1 Utilities that use the proc filesy

Versions of packages pcmcia-cs recommends:
ii  hotplug  0.0.20040329-25 Linux Hotplug Scripts

-- debconf information:
  pcmcia-cs/abort_upgrade: true
  pcmcia-cs/error_stopping:
  pcmcia-cs/abort_msg:
  pcmcia-cs/not_stopped:
  pcmcia-cs/fix_pcic: false
  pcmcia-cs/upgrade_note:
  pcmcia-cs/no_rmdir:
  pcmcia-cs/start_later:
* pcmcia-cs/upgrade_action: ask
* pcmcia-cs/start_pcmcia: true
* pcmcia-cs/stop_pcmcia: true
  pcmcia-cs/run_probe: true


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



Bug#331297: building xen source package fails

2005-10-02 Thread Matus Harvan
Package: xen
Version: 2.0.6-1
Severity: normal

trying to build the xen package from source on Debian unstable ends up
with following errors (I get similar errors when trying to compile the
sources directly from xen):
gcc-3.4 -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix 
include -Wall -Werror -pipe -I/tmp/buildd/xen-2.0.7/xen/include 
-Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer -msoft-float -m32 
-march=i686 -DNDEBUG -c i8259.c -o i8259.o
{standard input}: Assembler messages:
{standard input}:6: Error: suffix or operands invalid for `mov'
{standard input}:6: Error: suffix or operands invalid for `mov'
{standard input}:6: Error: suffix or operands invalid for `mov'
{standard input}:6: Error: suffix or operands invalid for `mov'
{standard input}:1054: Error: suffix or operands invalid for `mov'
{standard input}:1054: Error: suffix or operands invalid for `mov'
{standard input}:1054: Error: suffix or operands invalid for `mov'
{standard input}:1054: Error: suffix or operands invalid for `mov'
{standard input}:1062: Error: suffix or operands invalid for `mov'
{standard input}:1062: Error: suffix or operands invalid for `mov'
{standard input}:1062: Error: suffix or operands invalid for `mov'
{standard input}:1062: Error: suffix or operands invalid for `mov'
{standard input}:1070: Error: suffix or operands invalid for `mov'
{standard input}:1070: Error: suffix or operands invalid for `mov'
{standard input}:1070: Error: suffix or operands invalid for `mov'
{standard input}:1070: Error: suffix or operands invalid for `mov'
{standard input}:1078: Error: suffix or operands invalid for `mov'
{standard input}:1078: Error: suffix or operands invalid for `mov'
{standard input}:1078: Error: suffix or operands invalid for `mov'
{standard input}:1078: Error: suffix or operands invalid for `mov'
{standard input}:1089: Error: suffix or operands invalid for `mov'
{standard input}:1089: Error: suffix or operands invalid for `mov'
{standard input}:1089: Error: suffix or operands invalid for `mov'
{standard input}:1089: Error: suffix or operands invalid for `mov'
{standard input}:1097: Error: suffix or operands invalid for `mov'
{standard input}:1097: Error: suffix or operands invalid for `mov'
{standard input}:1097: Error: suffix or operands invalid for `mov'
{standard input}:1097: Error: suffix or operands invalid for `mov'
make[3]: *** [i8259.o] Error 1
make[3]: Leaving directory `/tmp/buildd/xen-2.0.7/xen/arch/x86'


It builds ok on testing.


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

Versions of packages xen depends on:
ii  iproute   20041019-3 Professional tools to control the 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-5   Multi-protocol file transfer libra
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libssl0.9.7   0.9.7g-3   SSL shared libraries
ii  libxen-python 2.0.6-1python wrapper around libxc, the c
ii  libxen2.0 2.0.6-1control library for XEN, a Virtual
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3 2.3.5-8An interactive high-level object-o
ii  python2.3-twisted 2.0.1-4Event-based framework for internet
ii  zlib1g1:1.2.3-4  compression library - runtime

xen recommends no packages.

-- no debconf information



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



Bug#331297: another user has also build problems on unstable

2005-10-02 Thread Matus Harvan
another user has reported the same problem:
http://lists.xensource.com/archives/html/xen-users/2005-09/msg00805.html

It builds fine on testing.

Matus


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



Bug#330923: xend gives python warnings

2005-09-30 Thread Matus Harvan
Package: xen
Version: 2.0.6-1
Severity: important

/etc/init.d/xend start gives the following warnings:
../usr/lib/python2.3/site-packages/xen/xend/server/SrvDir.py:3:
DeprecationWarning: twisted.protocols.http has moved to
twisted.web.http. See http://twistedmatrix.com/projects/web.
and an exit code is  3.

Among other things, it breaks the installation as aptitude tries
/etc/init.d/xend start and stops on the non-zero exit code.

Nevertheless, xen still seems to be running. I can star/stop domU
guests.

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

Versions of packages xen depends on:
ii  iproute   20041019-3 Professional tools to control the 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-5   Multi-protocol file transfer libra
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libssl0.9.7   0.9.7g-3   SSL shared libraries
ii  libxen-python 2.0.6-1python wrapper around libxc, the c
ii  libxen2.0 2.0.6-1control library for XEN, a Virtual
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3 2.3.5-8An interactive high-level object-o
ii  python2.3-twisted 2.0.1-4Event-based framework for internet
ii  zlib1g1:1.2.3-4  compression library - runtime

xen recommends no packages.

-- no debconf information


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



Bug#330923: xen: no warnings in testing

2005-09-30 Thread Matus Harvan
Package: xen
Version: 2.0.6-1
Followup-For: Bug #330923

I have donwgraded the system back to testing and I'm no longer getting
the python warnings, but /etc/init.d/xend  start still has exit code 3.
The domU guests still work.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (1001, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.12-xen0
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xen depends on:
ii  iproute   20041019-3 Professional tools to control the 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-5   Multi-protocol file transfer libra
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libssl0.9.7   0.9.7g-2   SSL shared libraries
ii  libxen-python 2.0.6-1python wrapper around libxc, the c
ii  libxen2.0 2.0.6-1control library for XEN, a Virtual
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3 2.3.5-6An interactive high-level object-o
ii  python2.3-twisted 1.3.0-8Event-based framework for internet
ii  zlib1g1:1.2.3-4  compression library - runtime

xen recommends no packages.

-- no debconf information


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