Package: src:linux
Version: 5.10.149-1
Followup-For: Bug #1022051
Same issue here, similar system
-- Package-specific info:
** Kernel log: boot messages should be attached
** Model information
sys_vendor: BESSTAR TECH LIMITED
product_name: HM80
product_version: Default string
chassis_vendor: Def
Package: qcontrol
Version: 0.5.1-3
Severity: normal
Hello Ian,
the new confdir() calls in the ts*.lua should be called at the end of the
file. Currently the locally defined functions for e.g. lcd_button() from a
file in /etc/qcontrol.d have no effect (i.e. they are overwritten by the
ones in the
Package: psmisc
Version: 22.19-1+deb7u1
Severity: normal
Dear Maintainer,
when running pstree on kFreeBSD, it will show most processes multiple times.
As soon as it has children it's also listed as top level (below "kernel()"
and on the same level as "init(1)"), see attached output of "pstree -p
Package: qcontrol
Version: 0.4.2+svn-r40-3
Severity: normal
Tags: patch
Hi,
when passing a lua nil (or anything not a string or a number) value as second
(or higher) arg to piccmd() qcontrol dies.
This is because piccmd()s lcd-line0 / lcd-line1 commands do a strlen() on a NULL
value. get_args() c
On Mon, 07 Jan 2013 13:38:26 +
Ian Campbell wrote:
> On Sun, 2013-01-06 at 19:31 +0100, Hanno Hecker wrote:
> > the attached patch loads "/etc/qcontrol/local.lua" if it exists and has no
> > errors. Maybe this should not be only for ts41x.lua :)
>
> Thanks. D
Package: qcontrol
Version: 0.4.2+svn-r40-3
Severity: wishlist
Tags: patch
Hi Ian,
the attached patch loads "/etc/qcontrol/local.lua" if it exists and has no
errors. Maybe this should not be only for ts41x.lua :)
Hanno
-- System Information:
Debian Release: 7.0
APT prefers testing-upda
On Sun, 06 Jan 2013 09:37:25 +
Ian Campbell wrote:
> On Sun, 2013-01-06 at 07:48 +0100, Hanno Hecker wrote:
> > * why does this only happen while I use the wheezy2 package? I've
> > rebuilt the initramfs now ~10 times with this, with the wheezy1 and
> >
On Sat, 05 Jan 2013 20:04:14 +
Ian Campbell wrote:
> Hanno, I'm afraid don't know what is causing your boot failures but I
> don't think it is related to the new qcontrol package :-(
No, it's not related to qcontrol:
> A few things I tried while diagnosing this today:
>
> netconsole, add th
On Tue, 1 Jan 2013 10:37:17 +0100
Hanno Hecker wrote:
> I'm not sure what happened, but I had to use the recovery boot to get a
> running system again. The watchdog did not trigger, so it stayed up,
> but it did not boot full, IIRC the only open port was 111/tcp
> (portmap
On Mon, 31 Dec 2012 08:12:33 +
Ian Campbell wrote:
> On Sat, 2012-12-29 at 14:48 +, Martin Michlmayr wrote:
> > Might be better to backport --direct instead.
>
> This turned out to be relatively simple, thanks for the hint.
>
> Hanno,
>
> Could you try the packages at
> http://www.hel
Package: qcontrol
Followup-For: Bug #693263
Dear Maintainer,
the qcontrol initramfs script
/usr/share/initramfs-tools/scripts/init-bottom/qcontrol tries to execute
/sbin/qcontrol --direct watchdog off
but the wheezy version (0.4.2-7+wheezy1) does not know about the "--direct"
switch, so the sc
Package: munin
Version: 1.4.5-3
Severity: normal
Tags: patch
Same here, with IRC channel names. Possible fix is attached.
Hanno
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1
Package: cron
Version: 3.0pl1-105
Severity: wishlist
Tags: patch
The attached patch scans crond's spool dir for user crontabs and prints
them if they have a corresponding password database entry.
diff is against sid's cron
--- cron-3.0pl1.orig/crontab.c 2011-04-18 09:15:39.0 +0200
+++ cr
Package: coreutils
Version: 7.5-6
Severity: important
While upgrading my kfreebsd-i386 sid box the following error was reported:
dpkg: error processing
/var/cache/apt/archives/procps_1%3a3.2.8-5_kfreebsd-i386.deb (--unpack):
trying to overwrite '/bin/kill', which is also in package coreutils 0
severity #559551 critical
thanks
On Sat, 05 Dec 2009 12:43:40 +0100
Hanno Hecker wrote:
> Package: debsums
> Version: 2.0.47
> Severity: important
> Tags: patch
>
> Veryfying files fails on GNU/kFreeBSD, because it does not provide O_NOATIME:
> $ sudo debsums -e
> You
Package: debsums
Version: 2.0.47
Severity: important
Tags: patch
Veryfying files fails on GNU/kFreeBSD, because it does not provide O_NOATIME:
$ sudo debsums -e
Your vendor has not defined Fcntl macro O_NOATIME, used at /usr/bin/debsums
line 277.
Fix is attached.
-- System Information:
Debian
On Fri, 4 Dec 2009 14:43:52 +0100 (CET)
Petr Salinger wrote:
> It might be related to package name change in
>
> freebsd-utils (7.1-4) unstable; urgency=low
>
>* Rename module-init-tools to kldutils and net-tools to freebsd-net-tools,
> as this is messing up the expectations of several
On Thu, 3 Dec 2009 20:44:03 + (UTC)
Thorsten Glaser wrote:
> I propose: (untested at the moment though)
>
> modules="$(cat /etc/modules /etc/modules.d/* 2>/dev/null | \
> sed -e 's/#.*//g' -e '/^[ ]*$/d')"
> ^ ^-> space
> +>
Package: kldutils
Version: 8.0-1
Severity: normal
When running with a default shell of dash and not bash, the
/etc/init.d/module-init-tools script complains about not finding the bash
builtin shopt:
# /etc/init.d/module-init-tools start
/etc/init.d/module-init-tools: 62: shopt: not found
#
W
Package: iwatch
Version: 0.2.1-3
Severity: normal
Tags: patch
If a file being watched contains one of the formats available for
substitution in a command, the command will not be executed.
$ iwatch -c 'echo %f' -e close_write .
[ 4/Nov/2009 13:43:20] IN_CLOSE_WRITE ./_%f_
[ 4/Nov/2009 13:43:20]
Hi,
This is reproducable for me when installing with apt-get (and
aptitude), with dpkg -i $package it works every time.
Hanno
hex:~# ls /var/lib/sbnc/
ls: cannot access /var/lib/sbnc/: No such file or directory
hex:~# apt-get install sbnc
Reading package lists... Done
Building dependency
A workaround for clients may be to use
chat ogin: \L word: \P\r\n\c
or
chat ogin: \L word: \P\n\c
as chat script instead of
chat ogin: \L word: \P
Hanno
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact lis
Package: uucp
Version: 1.07-19.3
Severity: normal
When connecting with a uucico to in.uucpd via stunnel, the login /
password dialog times out. Straceing in.uucpd shows
[pid 24287] write(2, "Password: "..., 10) = 10
[pid 24287] read(0,
[pid 24287] <... read resumed> "x"..., 1) = 1
[pid 24287]
Package: clamav-daemon
Version: 0.94.dfsg.1-1~volatile1
Severity: normal
The fix provided for #486076 fails on etch:
$ sudo /etc/init.d/clamav-daemon status
/etc/init.d/clamav-daemon: line 264: status_of_proc: command not found
-- Package-specific info:
--- configuration ---
/etc/clamav/cla
Package: gawk
Version: 1:3.1.5.dfsg-4
Severity: normal
The attached gawk script only works if the get_extra() are called in the
order "FOO2", "FOO1". Else it will either die with an internal error or
memory corruption (start with 'echo "" | gawk -f ./testit.awk').
-- System Information:
Debian Re
Package: xchat
Version: 2.6.8-0.3
Severity: normal
Tags: patch
When saving the url grabber log, xchat tries to open the selected file
below ~/.xchat2/ with full path
(e.g. /home/user/.xchat2/home/user/urlgrab.log instead of
/home/user/urlgrab.log)
Fix attached.
-- System Information:
Debian Rel
Package: postfix
Version: 2.3.4-2
Severity: important
The postinst script calls 'newaliases' without verifying, that the
alias_database is a supported dictionay type:
fatal: dict_mkmap_func: unsupported dictionary type: ldap does not allow
map creation.
-- System Information:
Debian Release: 4.
*** Please type your report below this line ***
This seems to be NFS related, I can reproduce it with $HOME on NFS.
After setting 'export HOME=/tmp/$USER; mkdir $HOME' the problem is no
longer present.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (5
Package: grub
Version: 0.97-18
Severity: normal
# grub-install /dev/sdb
You shouldn't call /sbin/grub-install. Please call /usr/sbin/grub-install
instead!
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If
Package: capiutils
Version: 1:3.6.2005-01-03-5
Severity: wishlist
Tags: patch
capifax fails to send faxes to some destinations with "Incompatible
destination". The reason is the hard-coded SPEECH in
isdnutils-3.6.2005-01-03/capifax/capifax.c, line 205.
This patch attempts to fix it by adding an
Package: qpsmtpd
Version: 0.30-5
Severity: normal
Tags: patch
The queue/postfix plugin does not set any flags when dropping mail into
the cleanup socket:
$strm->print_attr('flags' => '');
This prevents the use of (for example)
virtual_alias_domains = mydomain1.com, mydomain2.org
virtual_a
Package: findutils
Version: 4.1.20-6
Followup-For: Bug #90381
Hi,
this patch fixes the reported bug. If any command in the pipe fails,
$LOCATE_DB.n will have a size of <= 10 bytes (0 if frcode fails, 10
on any other command). It keeps the currently available locatedb on
failure instead of detroy
Package: ifupdown
Version: 0.6.4-4.10
Followup-For: Bug #88946
The interfaces(5) man page in sarge documents that we have access to the
VERBOSITY variable (line 118,119), but it's not working:
opera:~# cat /etc/network/if-up.d/env
#!/bin/sh
env
opera:~# ifdown eth1; ifup --verbose eth1
Running m
33 matches
Mail list logo