Bug#409332: bfilter: 1.0.9 is out

2007-02-01 Thread Balázs Hámorszky
Package: bfilter
Severity: wishlist

will it be a new debian package?

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)


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



Bug#366141: smartmontools: upgrade says it failed, but it's not

2006-05-05 Thread Balázs Hámorszky
Package: smartmontools
Version: 5.36-6
Severity: normal

Setting up smartmontools (5.36-6) ...
Enabling S.M.A.R.T. for: /dev/hda /dev/hdb(failed) /dev/hdd.
Starting S.M.A.R.T. daemon: smartd (failed)
invoke-rc.d: initscript smartmontools, action "start" failed.
dpkg: error processing smartmontools (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 smartmontools
E: Sub-process /usr/bin/dpkg returned an error code (1)

the only problem is that hdb not presents.
the deamon is running perfectli:
25808 ?S  0:00 /usr/sbin/smartd --pidfile /var/run/smartd.pid


-- Package-specific info:
Ouput of /usr/share/bug/smartmontools:
CONFIG_IDE_TASK_IOCTL=y

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages smartmontools depends on:
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  libc6 2.3.6-7GNU C Library: Shared libraries

Versions of packages smartmontools recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf-show failed


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



Bug#366140: installation: general daemon upgrade problem

2006-05-05 Thread Balázs Hámorszky
Package: installation
Severity: important


I want to refer to bug #363657 and #362825.
Upgradeing a daemon shouldn't presume that the deamon is must be running if 
it's installed. The script must previously check it.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)


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



Bug#366361: aptitude: debfoster like keeper list

2006-05-07 Thread Balázs Hámorszky
Package: aptitude
Version: 0.4.1-1
Severity: wishlist


I haven't found any way to make aptitude show a debfoster like keepers list.
That was why I used debfoster. Since it is depracted: is there any way to have 
this function in aptitude?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.3   Advanced front-end for dpkg
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-2  GCC support library
ii  libncursesw5  5.5-2  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-3   type-safe Signal Framework for C++
ii  libstdc++64.1.0-2The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do  (no description available)

-- no debconf information


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



Bug#366471: smartmontools: sata support?

2006-05-08 Thread Balázs Hámorszky
Package: smartmontools
Version: 5.36-6
Severity: wishlist
Tags: patch


i'we made a litle patch to /etc/init.d/smartmontools
with it sata works well. i think.

enable_smart() {
  echo -n "Enabling S.M.A.R.T. for:"
  for device in $enable_smart; do
echo -n " $device"
if [ $device = /dev/sd[a-z] ]; then
$SMARTCTL --quietmode=errorsonly -d ata --smart=on $device || \
{ echo -n "(failed)"; RET=2; }
else
$SMARTCTL --quietmode=errorsonly --smart=on $device || \
{ echo -n "(failed)"; RET=2; }
fi
  done
  echo "."
}


-- Package-specific info:
Ouput of /usr/share/bug/smartmontools:
CONFIG_IDE_TASK_IOCTL=y

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.14
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages smartmontools depends on:
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  libc6 2.3.6-7GNU C Library: Shared libraries

Versions of packages smartmontools recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf-show failed


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