Bug#589916: Prospector, perhaps occasional, helpers are likely to benefit from v3/quilt source package

2010-12-11 Thread Regid Ichira
  I think the point of having bind be v3 in the first place, and more so quilt, is to help developers incorporate modifications to the current system.  By developers I refer also to prospector, perhaps occasional, helpers.    Do reconsider undoing move to 3.0 (quilt) source format.

Bug#589916: Maintining the bind9 debian source in a git repositiry.

2010-12-12 Thread Regid Ichira
Perhaps some of the issues raised in bts.d.o#589916 can be addressed by maintaining the debian source in a git repository?

Bug#608948: debian/control:short description: s/conenience/convenience/

2011-01-04 Thread Regid Ichira
Package: libpolkit-gnome0 Version: 0.9.2-2 Severity: minor Short description uses the word conenience.  -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#611813: debian/rules: (1) configure WARNING (2) CFLAGS

2011-02-02 Thread Regid Ichira
Source: nut Version: 2.4.3-2 Severity: minor (1) While building the package, I get a configure: WARNING: unrecognized options: --with-linux-hiddev Should the configuration in debian/rules fixed? I do have /usr/include/linux/hiddev.h. It is a dpkg-buildpackage: host architecture i386.

Bug#611813: The configure warning is due to a CONFIGUREFLAGS line

2011-02-02 Thread Regid Ichira
The reason for getting the configure warning in the first place is having the /usr/include/linux/hiddev.h file, and the CONFIGUREFLAGS+=$(if $(wildcard /usr/include/linux/hiddev.h),--with-linux-hiddev=/usr/include/linux/hiddev.h,--without-linux-hiddev) line at the beginning of

Bug#613049: Don't force a simulating user to type the conformance message

2011-02-12 Thread Regid Ichira
Package: aptitude Version: 0.6.3-3.2 Severity: wishlist Please don't force a simulating user to type the conformance message: $ aptitude -sy purge diff The following packages will be REMOVED: diff{p} 0 packages upgraded, 0 newly installed, 1 to remove and 103 not upgraded. Need to get 0 B

Bug#616589: secure-testing-master.debian.net/: squeeze is no longer testing

2011-03-05 Thread Regid Ichira
Package: www.debian.org Sevirity: normal The apt lines suggested on http://secure-testing-master.debian.net/, in regard to testing security updates, refer to squeeze as testing. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#610564: Cron curl -sw '0 != (failed): /bin/sh: Syntax error: Unterminated quoted string

2011-01-19 Thread Regid Ichira
Package: cron Version: 3.0pl1-116 Severity: normal   From within cron, the crontab command     curl -sw '0 != %{size_download} ?' -o /dev/null www.debian.org result with     Subject: Cron curl -sw '0 !=  (failed)     /bin/sh: Syntax error: Unterminated quoted string There is no problem if

Bug#579684: SEEK_END is not a replacement for O_APPEND

2010-05-15 Thread Regid Ichira
  For the record: Quoting the GNU C library manual:     If you want to append to the file, setting the file position to     the current end of file with SEEK_END is not sufficient. Another     process may write more data after you seek but before you write,     extending the file so the

Bug#533164: Could, and should, int_32 be subsituted by int32_t?

2010-05-18 Thread Regid Ichira
  Will the substitution of int_32 by int32_t, where int32_t is defined by stdint.h:   1. correct and   2. solves the problem ? _ Hotmail: Powerful Free email with security by Microsoft.

Bug#533164: 1) Why not package the newer version? 2) NMU

2010-05-19 Thread Regid Ichira
...@bugs.debian.org Subject: Re: Bug#533164: Can you help with the bug you reported against the apt-rpm Debian package? Hi Dne Tue, 18 May 2010 22:37:50 +0200 Regid Ichira napsal(a): http://bugs.debian.org/533164 has an help tag. Are you aware of that? Your report suggested to help with this problem

Bug#533164: Isn't there a good reason to build from git HEAD?

2010-05-19 Thread Regid Ichira
  http://lists.laiskiainen.org/pipermail/apt-rpm-laiskiainen.org/2010-May/thread.html, raises serious questions about the upstream version apt-rpm.   I just tried to help with an RC bug.  I don't use it myself. I think that actual users of apt-rpm.deb should comment.  

Bug#560070: Just wondering what is the relation between DEB_BUILD_OPTIONS and dpkg-buildflags

2010-05-03 Thread Regid Ichira
I think DEB_BUILD_OPTIONS is in policy.  Isn't dpkg-buildflags and DEB_BUILD_OPTIONS interfering with each other? _ Hotmail: Powerful Free email with security by Microsoft.

Bug#573962: Does update-extlinux doing a good job?

2010-03-20 Thread Regid Ichira
1) With 3.85+dfsg-2 I have /etc/kernel/postrm.d/extlinux  /etc/kernel/postrm.d/extlinux.dpkg-new. My guess is that something is marked as a conffile. 2) Have you considered people who uses extlinux but prefer a manual configuration?  What about people with hand crafted entries in their

Bug#574877: Isn't now days, the aggregated -in command line switches expected to get interpreted equivalently to -i -n ?

2010-03-21 Thread Regid Ichira
Package: sed Version: 4.2.1-6 Severity: normal When I used the aggregated command line switches -in, I was surprised to find out the 'n' was taken to be as the prefix of another input file. Consider the following: $ ls noSuchFile*   ls: cannot access noSuchFile*: No such file or

Bug#528222: nut.conf.5 has no entry in debian/nut.manpages

2010-03-22 Thread Regid Ichira
  I think the man page is not installed in nut.deb because it has no entry in debian/nut.manpages. _ Hotmail: Free, trusted and rich email service.

Bug#575176: MAXCONN is mentioned, and somewhat explained, in default upsd.conf. But not in upsd.conf.5

2010-03-23 Thread Regid Ichira
Package: nut Version: 2.4.3-1 Severity: normal   Default upsd.conf reads:     # ===     # MAXCONN connections     #     # This defaults to maximum number allowed on your system.  Each UPS, each     # LISTEN address and each

Bug#575176: Is it important that only the upsd process will be able to read upsd.conf?

2010-03-23 Thread Regid Ichira
  While at upsd.conf and its man page, Is it still true that it contains sensitive data, and therfore should be restricted? --- man/upsd.conf.5 2010-02-11 23:43:17.0 +0200 +++ upsd.conf.5 2010-03-24 03:08:03.0 +0200 @@ -5,9 +5,8 @@ .SH DESCRIPTION upsd uses this file to

Bug#575289: Documentation: cmdvartab and new-names.txt

2010-03-24 Thread Regid Ichira
Package: nut Version: 2.4.3-1 Severity: normal 1. upsd.users.5 states that the cmdvartab file is supplied with the distribution.    The cmdvartab is not distributed in the deb. 2. The new-names.txt is included in the deb. It, and the cmdvartab file from the    source distribution, refers to

Bug#575660: With last kernels, terminal/console processing getting worth.

2010-03-27 Thread Regid Ichira
Package: linux-source-2.6.32 Version: 2.6.32-9 Severity: normal I am making my own kernels out of Debian's linux-source. I upgraded the source from 32-5 to 32-9. I have added a few more kernel modules with 32-9. I believe the config diff is not relevant for this report. 1) With 32-9, when

Bug#575660: (1) type of keyboard and video card (2) log of kernel messages during boot

2010-03-29 Thread Regid Ichira
From: b...@decadent.org.uk Please send a log of kernel messages during boot. Also please specify what type of keyboard and video card you are using. An old AT (DIN5 connector) white colored keyboard. 01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) kernel:

Bug#575871: /usr/share/doc/bind9/FAQ.gz: s/from a title/from a terminal/

2010-03-29 Thread Regid Ichira
Package: bind9 Version: 1:9.6.1.dfsg.P3-1 Severity: minor Tags: patch --- FAQ 2010-03-30 02:56:43.0 +0300 +++ FAQ.mod 2010-03-30 02:57:16.0 +0300 @@ -287,7 +287,7 @@     First ensure that named is running and no errors are being reported at     startup (/var/log/messages or

Bug#575660: #15652 in kernel bug tracker

2010-03-29 Thread Regid Ichira
From: b...@decadent.org.uk Let us know the bug number so we can track it.   It is 15652. _ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.

Bug#575918: Do states, in an example section of man{5,8}/rndc.*, the default values for the tokens in rndc.conf.

2010-03-30 Thread Regid Ichira
Package: bind9 Version: 1:9.6.1.dfsg.P3-1 Severity: normal Does the the source code has default values for the tokens in rndc.conf? If so, I think those values should be explicitly mentioned, in an example section, of the rndc.{8,conf.5}. The tokens that don't have default values should be

Bug#577398: README.Debian: For a bit more standardization, suggest /var/lib/bind for zones subject to dynamic updates

2010-04-11 Thread Regid Ichira
Package: bind9 Version: 1:9.7.0.dfsg.P1-1 Severity: wishlist Tags: patch   I suggest to try and get more standardization for zones subject to dynamic updates: --- README.Debian   2010-04-11 12:39:28.0 +0300 +++ README.Debian.mod   2010-04-11 12:43:51.0 +0300 @@ -86,8 +86,8

Bug#568974: [pkg-ntp-maintainers] Bug#568974: Is it safe for the administrator to rm the stop sym links manually?

2010-04-11 Thread Regid Ichira
for the administrator to rm the stop sym links manually? On Sun, Apr 11, 2010 at 01:05:15AM +0200, Regid Ichira wrote: Is it safe to run manually: rm -v /etc/rc{0,1,6}.d/*ntp Yes, I don't see why that should be a problem. update-rc.d ntp start 23 2 3 4 5 . Note sure why you want to do

Bug#573601: Emphasizing this change is a squeeze release goal.

2010-04-12 Thread Regid Ichira
  Just want to emphasize that it is a squeeze release goal. _ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. https://signup.live.com/signup.aspx?id=60969 -- To

Bug#578106: calendar.debian: s/but/bug/

2010-04-16 Thread Regid Ichira
Package: bsdmainutils Vesrion: 8.0.8 Severity: minor Tags: patch --- /usr/share/calendar/calendar.debian 2010-01-21 17:38:19.0 +0200 +++ calendar.debian 2010-04-17 01:13:39.0 +0300 @@ -41,7 +41,7 @@  Jul 19 Debian GNU/Linux 3.0 alias ``woody'' released, 2002  Jun  6 Debian

Bug#578119: named-checkconf -p absolute_path_to_conf fails with Segmentation fault.

2010-04-16 Thread Regid Ichira
Package: bind9utils Version: 1:9.7.0.dfsg.P1 Severity: normal   named-checkconf -p absolute_path_to_conf fails with Segmentation fault.  Without the -p switch, the exit status is 0. _

Bug#578210: Do convert to quilt.

2010-04-17 Thread Regid Ichira
Source: bind9 Version: 1:9.7.0.dfsg.P1-1 Severity: wishlist Tags: patch It looks like many packages are moving to quilt. It is a release goal. According to http://wiki.debian.org/Projects/DebSrc3.0#Doesa3.0.28quilt.29sourcepackageneedtobuild-dependonquilt.3F, the only things to do are:

Bug#578504: aptitude update mentions rred in its progess information. Shouldn't that be read?

2010-04-20 Thread Regid Ichira
Package: aptitude Version: 0.6.1.5-3 Severity: minor   aptitude update prints progress information to the screen. Within that information, it mention rred.  Shouldn't that meant to be read?

Bug#578119: A backtrace points to /usr/lib/libisccfg.so.60.

2010-04-21 Thread Regid Ichira
  I have prepared files to run with a debugger.  Problem is reproducible: Program received signal SIGSEGV, Segmentation fault. 0x in ?? () (gdb) bt #0  0x in ?? () #1  0xb7fbc6a8 in cfg_print_obj () from /usr/lib/libisccfg.so.60 #2  0xb7fc0629 in cfg_print_mapbody () from

Bug#579061: update-rc.d: warning: vsftpd stop runlevel arguments (1) do not match LSB Default-Stop values (0 1 6)

2010-04-24 Thread Regid Ichira
Package: vsftpd Version: 2.3.0~pre2-2 Severity: normal Tags: patch   The following message was obtained during an upgrade:     update-rc.d: warning: vsftpd stop runlevel arguments (1)     do not match LSB Default-Stop values (0 1 6) I think that the following observations are in place: 1.

Bug#578119: Can ./lib/isccfg/parser.c:cfg_print_obj handle an update-policy structure?

2010-04-24 Thread Regid Ichira
It looks like a zone update-policy statement is the cause. When ./lib/isccfg/parser.c:cfg_print_obj encounters the structure     zone {     type ...     update-policy {     grant ...     };     file ...     }; , it manages to print the type and file directives and crash.

Bug#578119: ./lib/isccfg/namedconf.c set the printing of cfg_type_updatepolicy to NULL.

2010-04-24 Thread Regid Ichira
$ sed -n '/cfg_type_t cfg_type_updatepolicy/,+3p' ./lib/isccfg/namedconf.c static cfg_type_t cfg_type_updatepolicy = {     update_policy, parse_updatepolicy, NULL, doc_updatepolicy,     cfg_rep_list, cfg_type_grant }; Is it this NULL that is causing the crash?    

Bug#578119: Should ./lib/isccfg/namedconf.c:parse_updatepolicy be the one to determine type-print?

2010-04-25 Thread Regid Ichira
  For my case, setting static cfg_type_t cfg_type_updatepolicy = {     update_policy, parse_updatepolicy, cfg_print_bracketed_list, doc_updatepolicy,     cfg_rep_list, cfg_type_grant }; in ./lib/isccfg/namedconf.c seem to work.   However, reading the next few

Bug#579684: logging is a mess.

2010-04-29 Thread Regid Ichira
Package: vsftpd Version: 2.3.0~pre2-2 Severity: normal   Note that there is a line without the time stamp, pid, user, and more.  Lines seem to get over previous lines, at the beginning of the log file, which is not obvious from the snip below.   The attempt to set the line length was by the bug

Bug#579684: 2.3.0~pre1 looks fine. 2.3.0~pre2-1 has this bug too.

2010-05-01 Thread Regid Ichira
2.3.0~pre2-1: also has that problem. 2.3.0~pre1: seems without it. _ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. https://signup.live.com/signup.aspx?id=60969 -- To

Bug#579879: typical usages section in README quotes remove instead of delete

2010-05-01 Thread Regid Ichira
Package: quilt Version: 0.48-7 Severity: normal Tags: patch 1) --- README  2010-05-02 02:26:12.0 +0300 +++ README.mod  2010-05-02 02:28:45.0 +0300 @@ -514,7 +514,7 @@  6.  apply current, ready for next: quilt push -7.  remove file(s) from patch: quilt remove {filepath}

Bug#579684: A patch: In recent vesrions, vsf_sysutil_create_or_open_file() does not O_APPEND

2010-05-01 Thread Regid Ichira
In recent vesrions, sysutil.c:vsf_sysutil_create_or_open_file() does not O_APPEND --- vsftpd-2.3.0~pre2-2+local.orig/logging.c    2010-05-02 02:04:19.0 +0300 +++ vsftpd-2.3.0~pre2-2+local/logging.c 2010-05-02 02:10:44.0 +0300 @@ -58,6 +58,7 @@ die2(failed to open

Bug#575660: With last kernels, terminal/console processing getting worse.

2010-03-31 Thread Regid Ichira
  I noticed that the i8042 interrupt counter is 1, not 0.  As if it got incremented once.  I suspect the processing of key presses are some how messed up.  Can you point some reasonable points (file name, perhaps a function and line number) in the source to insert a printk, just to see weather

Bug#577146: Logic of halt script, with regard to ups-monitor, is wrong

2010-04-09 Thread Regid Ichira
Package: sysvinit Version: 2.87dsf-10 Severity: important Tags: patch Suppose a user set HALT=poweroff in /etc/default/halt, and also set /etc/init.d/ups-monitor because he has a ups. With the current halt script, won't the end result be that the ups will always be requested to cut the

Bug#577148: README.Debian should mention administrator required modifications to /etc/init.d/halt

2010-04-09 Thread Regid Ichira
Package: nut Version: 2.4.3-1 Severity: normal Tags: patch --- debian/nut.README.Debian2010-03-11 03:43:11.0 +0200 +++ nut.README.Debian 2010-04-10 05:54:10.0 +0200 @@ -128,6 +128,13 @@ /var/log/syslog to ensure that upsd, appropriate drivers, and upsmon started

Bug#568974: Is it safe for the administrator to rm the stop sym links manually?

2010-04-10 Thread Regid Ichira
Is it safe to run manually:     rm -v /etc/rc{0,1,6}.d/*ntp     update-rc.d ntp start 23 2 3 4 5 . ? _ Hotmail: Free, trusted and rich email service.

Bug#605267: Do set The Homepage control field to http://alioth.debian.org/projects/pkg-sysvinit

2010-11-28 Thread Regid Ichira
Source: sysvinit Version: 2.88dsf-13 Severity: minor http://alioth.debian.org/projects/pkg-sysvinit is the URL in copyright. The URL in the Homepage control field is dead. I suggest replacing it with the one in the copyright. -- To UNSUBSCRIBE,

Bug#600920: Add numeric values to the output of iptables -p icmp -h

2010-10-21 Thread Regid Ichira
Package:  iptables Version:  1.4.9-1 Severity: wishlist Tags: patch   I think the addition of numeric types/codes to the output of     iptables -p icmp -h Would make it clearer, in particular when referring to other texts. --- extensions/libipt_icmp.c.orig   2010-10-21

Bug#571469: Will ntpd notice it can resolve after some time?

2010-06-12 Thread Regid Ichira
  I had the issue in 571469 here after using parallel booting for the first time. Am I right that the problem is that ntpd can not resolve names?  Will ntpd be able to notice, by itself, after some time, that it can resolve names?  With the old booting sequence, was ntpd started after bind? 

Bug#585772: /etc/init.d/ntp: Do set a dependency on $named

2010-06-13 Thread Regid Ichira
Package: ntp Version: 1:4.2.6.p1+dfsg-1 Severity: normal Tags: patch File: /etc/init.d/ntp   I recently had a parallel enabled boot sequence.  Since then, I get the following:     03:48:49 ntpd[1125]: ntpd 4.2.6     03:48:49 named[1129]: starting BIND     03:48:49 ntpd[1126]: Listen normally on

Bug#585806: 2.6.32-15 doesn't recognize HD. 2.6.32-9 does recognize it.

2010-06-13 Thread Regid Ichira
Package: linux-source Version: 2.6.32-15 Severity: normal   2.6.32-9 home configured, and built, is working. When booting a home built 2.6.32-15 I get:     ...     ata1.00: ATA-4: IBM-DCXA-21, CX60A85F, max UDMA/33     ata1.00: 19640880 sectors, multi 16: LBA     ata1.00: configured for

Bug#585806: for the record: Should have replaced the ide support with scsi support

2010-06-14 Thread Regid Ichira
  For the record, the following configuration seem to work.  Essentially, the ide support is replaced by scsi. --- /boot/config-2.6.32-9.lat.2 2010-03-26 04:26:26.0 +0300 +++ /boot/config-2.6.32-15.lat.3    2010-06-14 18:29:58.0 +0300 @@ -1,7 +1,7 @@  #  # Automatically

Bug#586486: dpkg: status database area is locked by another process. Is there a race condition?

2010-06-19 Thread Regid Ichira
Package: aptitude Version: 0.6.1.5-3 Severity: normal When issuing the following commands: aptitude update; echo; aptitude -dyq --purge-unused safe-upgrade I get: many Get lines Fetched 302kB in 1min 25s (3532B/s) Reading package lists... Reading package lists... Building dependency

Bug#588291: pbuilderrc.5: entry of CCACHEDIR is badly formatted

2010-07-06 Thread Regid Ichira
Package: pbuilder Version: 0.198 Severity: normal Tags: patch File: /usr/share/man/man5/pbuilderrc.5.gz --- pbuilderrc.5.bad2010-07-07 01:20:33.0 +0300 +++ pbuilderrc.52010-07-07 01:20:02.0 +0300 @@ -91,7 +91,8 @@ .B --buildresult command-line option. The path

Bug#588291: No CCACHEDIR entry in /etc/pbuilderrc file. Am I missing somethings?

2010-07-06 Thread Regid Ichira
On a related issue: In view of the NEWS file, I expected to see a CCACHEDIR entry in the shipped pbuilderrc file. It is not there. What am I missing?

Bug#588291: /usr/share/man/man5/pbuilderrc.5.gz: .BI BUILDRESULTUID=.TP

2010-07-09 Thread Regid Ichira
--- pbuilderrc.52010-07-10 01:18:29.0 +0300 +++ pbuilderrc.5.mod2010-07-10 01:23:03.0 +0300 @@ -100,7 +100,8 @@ set to CCACHEDIR. Note that files in CCACHEDIR are chowned to BUILDUSERID (1234 by default). .TP -.BI BUILDRESULTUID=.TP +.BI BUILDRESULTUID= +.TP .BI

Bug#588673: Either supply a syslinux-oldies package, or keep the floppy images in place

2010-07-10 Thread Regid Ichira
Package: syslinux Version: 2:4.01+dfsg-1 Severity: wishlist You dropped the floppy images, claiming they are not really useful anymore in these days. 1. I think some people still want them. 2. A few lines further in changelog.Debian, you merge upstream version 4.01+dfsg because it fixes

Bug#588762: A minor formating issue at one point within spec.txt

2010-07-11 Thread Regid Ichira
Package: exim4 Version: 4.72-1 Severity: minor Tags: patch File: /usr/share/doc/exim4/spec.txt.gz --- spec.txt2010-07-12 02:34:54.0 +0300 +++ spec.txt.mod2010-07-12 02:36:08.0 +0300 @@ -1673,9 +1673,7 @@ If a host is unreachable for a period of time, a number of

Bug#589472: conf.d/main/01_exim4-config_listmacrosdefs mentions a closed bug as if it is open

2010-07-17 Thread Regid Ichira
Package:exim4-config Version: 4.72-1 Severity: minor File: /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs $ grep -B3 bugzilla /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs # This macro definition really should be in # acl/30_exim4-config_check_rcpt but cannot be

Bug#590236: zz-extlinux: postinst still using extlinux, without the zz- prefix

2010-07-25 Thread Regid Ichira
Package: extlinux Version: 2:4.01+dfsg-4 Severity: normal Even though the /etc/kernel/post{inst,rm}.d/extlinux was renamed to zz-extlinux, postinst still calls extlinux, without the zz- prefix. Is this a bug, or am I confused about the way dpkg is installing files?

Bug#584129: rndc: request has invalid signature: TSIG ext: tsig verify failure (BADKEY)

2010-06-01 Thread Regid Ichira
Package: bind9utils Version: 1:9.7.0.dfsg.P1-1 Severity: normal rndc looks in the wrong view, and fail to recognize a valid key: error: client 127.0.0.1#52354: view int: request has invalid signature: TSIG ext: tsig verify failure (BADKEY) It should have looked at the ext view.

Bug#584267: nsupdate: request has invalid signature: TSIG ext: tsig verify failure (BADKEY)

2010-06-02 Thread Regid Ichira
Package: dnsutils Version: 1:9.7.0.dfsg.P1-1 Severity: normal nsupdate looks in the wrong view, and fail to recognize a valid key: error: client 127.0.0.1#52354: view int: request has invalid signature: TSIG ext: tsig verify failure (BADKEY) It should have looked at the ext

Bug#584267: The error message is from ./bin/named/client.c:1823

2010-06-04 Thread Regid Ichira
$ grep -Ir 'request has invalid signature' . ./bin/named/client.c: request has invalid signature: ./bin/named/client.c: request has invalid signature: ./bin/named/client.c: request

Bug#577146: Logic of halt script, with regard to ups-monitor, is wrong

2010-06-06 Thread Regid Ichira
[Regid Ichira] Suppose a user set HALT=poweroff in /etc/default/halt, and also set /etc/init.d/ups-monitor because he has a ups. With the current halt script, won't the end result be that the ups will always be requested to cut the power? Isn't that the expected behaviour? Can you explain

Bug#584267: ./bin/named/client.c: 1698: Does it the fault of this loop?

2010-06-08 Thread Regid Ichira
  I think the problem is with the following loop: $ sed -n '1698,1726p' bin/named/client.c     /* * Find a view that matches the client's source address. */     for (view = ISC_LIST_HEAD(ns_g_server-viewlist); view != NULL; view =

Bug#593788: Do add a homepage field to debian/control

2010-08-20 Thread Regid Ichira
Package: popa3d Version: 1.0.2-6 Severity: normal Severity normal because, in my opinion, having that field should be a desired standard. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#587628: ImportError: No module named logging

2010-06-30 Thread Regid Ichira
Package: python2.6-minimal Version: 2.6.5+20100616-1 Severity: grave I have python 2.5.4-9. I think I saw something about logging in changelog.Debian. Can't find that. Setting up python2.6-minimal (2.6.5+20100616-1) ...^M Linking and byte-compiling packages for runtime python2.6...^M

Bug#587628: ImportError: No module named shutil

2010-06-30 Thread Regid Ichira
logging Version: 2.6.5+20100626-1 On 30.06.2010 14:52, Regid Ichira wrote: Package: python2.6-minimal Version: 2.6.5+20100616-1 Severity: grave I have python 2.5.4-9. I think I saw something about logging in changelog.Debian. Can't find that. Setting up python2.6-minimal

Bug#590894: spec.txt: deny dnslists = list1.example\ndnslists = list2.example

2010-07-29 Thread Regid Ichira
Package: exim4-base Version: 4.72-1 Severity: normal Tags: patch *** spec.txt    Fri Jul 30 01:39:24 2010 --- spec.txt.patch  Fri Jul 30 01:39:50 2010 *** *** 23689,23700   If all the conditions are met, the verb is obeyed. The same condition may b e   used (with different

Bug#591712: Doesn't the behavior of the deb-pkg target, with respect to user hook, violate the debian linux kernel policy?

2010-08-04 Thread Regid Ichira
Package: linux-source-2.6.32 Version: 2.6.32-18 Severity: normal A linux-images package that the kernel-package creates uses: ## Run user hook script here, if any if (-d /etc/kernel/postinst.d) { print STDERR Examining /etc/kernel/postinst.d.\n; system (run-parts --verbose

Bug#591746: ./scripts/package/builddeb: s/Section: admin/Section: kernel/

2010-08-05 Thread Regid Ichira
Package: linux-source-2.6.32 Version: 2.6.32-18 Severity: normal Tags: patch Please set a linux-image deb that is created by the deb-pkg target to Section: kernel. The kernel-package does the right thing. The following patch is untested: --- ./scripts/package/builddeb 2009-12-03

Bug#592435: Shouldn't /etc/kernl/post{inst,rm}/extlinux get completely removed?

2010-08-09 Thread Regid Ichira
Package: extlinux Version: 2:4.02+dfsg-3 Severity: Normal The /etc/kernl/post{inst,rm}/extlinux file was replaced by zz-extlinux. 1) Shouldn't the extlinux file be removed from the package? 2) Shouldn't dpkg remove the extlinux file when it is installed? 3) Severity normal because the hook is

Bug#592436: checkrestart: invoke-rc.d in preference of directly running the init script

2010-08-09 Thread Regid Ichira
Package: debian-goodies Version: 0.52 Severity: Normal   invoke-rc.d introduces the concept of a policy layer.  There fore, shouldn't checkrestart suggest invoke-rc.d, and not directly running the init script? -- To UNSUBSCRIBE, email to

Bug#592577: spec.txt.gz: Is `It also lists the DBM library this is being used' a correct English phrase?

2010-08-11 Thread Regid Ichira
Package: exim4-base Version: 4.72-1 Severity: minor   According to http://lists.debian.org/debian-user/2010/08/msg00539.html, the phrase `DBM library this is being used' isn't correct, linguistically. $ zgrep -C4 'DBM library this is being used' /usr/share/doc/exim4/spec.txt.gz -bV     This

Bug#630242: libwrap0 and tcpd have the same, long and short, description.

2011-06-12 Thread Regid Ichira
Package: libwrap0 Version: 7.6.q-19 Severity: normal libwrap0 and tcpd are 2 packages. Both with the same, long and short, description. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#630244: /etc/hosts.{allow,deny} created by libwrap0. man pages distributed by tcpd

2011-06-12 Thread Regid Ichira
Package: tcpd Version: 7.6.q-19 Severity: normal $ zgrep -A2 7.6.q-17 /usr/share/doc/libwrap0/changelog.Debian.gz tcp-wrappers (7.6.q-17) unstable; urgency=medium * Moved the creation of /etc/hosts.{allow,deny} from tcpd to libwrap0. In view of this, I think that the man

Bug#630661: further notifications about shutdown flags that can only be used along with -h flag.

2011-06-15 Thread Regid Ichira
Source: sysvinit Version: 2.88dsf-13.10 Severity: normal Tags: patch Please further notify about shutdown flags that can only be used along with -h flag. --- man/shutdown.8 2010-03-23 16:37:01.0 +0200 +++ man/shutdown.8.new 2011-06-16 03:24:25.0 +0300 @@ -70,7 +70,8 @@

Bug#630985: postinst: Isn't the paranoia in handling BerkeleyDB upgrades way too aggresive?

2011-06-19 Thread Regid Ichira
Package: exim4-base Version: 4.76-2 Severity: normal 4.76-2's postinst has a paranoia code to handle BerkeleyDB upgrades. On any db upgrade, it throws away hints databases. 1. A possible ratelimit db is not mentioned. 2. I think the paranoia code is not required. Won't an exim_dumpdb fail

Bug#631216: motd.tail.5: s/bootlogs/bootmisc/ . motd.5: link is to /var/run/motd

2011-06-21 Thread Regid Ichira
Package: manpages Version: 3.27-1 Severity: normal Tags: pacth --- motd.tail.5 2011-06-21 18:04:21.0 +0300 +++ motd.tail.5.new 2011-06-21 18:11:07.0 +0300 @@ -29,7 +29,7 @@ information. \fI/etc/motd.tail\fP is the file to edit permanent changes to the message of the day.

Bug#626867: Byte order is not compatible at ../../lib/Storable.pm

2011-05-15 Thread Regid Ichira
Package: apt-show-versions Version: 0.17 Severity: normal $ apt-show-versions -u Byte order is not compatible at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 380, at /usr/bin/apt-show-versions line 239 Dependencies: ii apt0.8.14.1 ii

Bug#626867: Looks to be fixed by rebuilding with current wheezy packages.

2011-05-17 Thread Regid Ichira
Might be obvious: it looks to be solved by rebuilding the package locally with current wheezy, testing, packages. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#626867: Byte order is not compatible at ../../lib/Storable.pm

2011-05-19 Thread Regid Ichira
On Thu, May 19, 2011 9:28:48 PM, Dominic Hargreaves wrote: The best fix is likely to be one which invalidates the cache if this situation is encountered Until the problem is fixed, users can remedy the situation by issuing, as root, the command: # apt-show-versions -i It could be that

Bug#629864: debian/rules: Please switch back to traditional rules, reverting the switch to cdbs

2011-06-08 Thread Regid Ichira
Source: nut Version: 2.6.0-2 Severity: normal A switch to cdbs was made on 2.6.0-2. cdbs doesn't work as advertised in its documentation. This makes it harder to use the Debian source code, somewhat defeating the spirit of Debian. See my bts report #627968. If I got it right, that is due to

Bug#627968: Commenting the Package stanza in the control file

2011-06-09 Thread Regid Ichira
I hope cdbs documentation is accurate, or there is an apparent workaround, in other situations too. - Original Message From: Laurent Bigonville bi...@debian.org To: Regid Ichira regi...@yahoo.com Cc: 629864-cl...@bugs.debian.org Sent: Thu, June 9, 2011 11:59:08 AM Subject: Re: Bug

Bug#627968: Fw: [Build-common-hackers] Bug#627968: Commenting the Package stanza in the control file

2011-06-10 Thread Regid Ichira
work for me? Doesn't the fact that it didn't work for me implies there is a bug? Either a bug in the code, or in the documentation. - Original Message From: Jonas Smedegaard d...@jones.dk To: Regid Ichira regi...@yahoo.com; 627968-d...@bugs.debian.org Sent: Thu, June 9, 2011 3:51:05 PM

Bug#627968: [Build-common-hackers] Bug#627968: Commenting the Package stanza in the control file

2011-06-11 Thread Regid Ichira
I actually used the documentation in a pdf format. I can't find the specific file I used before. Now I found http://build-common.alioth.debian.org/cdbs-doc.html#basic-settings. Can't one set DEB_PACKAGES,and all the other variables,the way I tried to? I did notice that, in general, the

Bug#613643: Should include/nut_version.h be removed from nut_2.4.3.orig.tar.gz?

2011-02-16 Thread Regid Ichira
Source: nut Version: 2.4.3-2 Severity: normal While building the deb, I got: dpkg-source: info: building nut using existing ./nut_2.4.3.orig.tar.gz dpkg-source: warning: ignoring deletion of file include/nut_version.h By looking at include/nut_version.h and include/Makefile* I think

Bug#613699: Do Split the long .PHONY line in debian/rules

2011-02-16 Thread Regid Ichira
Source: nut Version: 2.4.3-2 Severity: minor Do Split the long .PHONY line in debian/rules into something like: .PHONY: build clean binary-indep binary-arch binary configure install uninstall Note that contrary to the line above, the 2nd line, the one that begins with install, should

Bug#613854: pbuilder --build prints times. pdebuild does not.

2011-02-17 Thread Regid Ichira
Package: pbuilder Version: 0.199+nmu1 Severity: normal The examples section of pbuilder's man page states that pbuilder --build prints the current time and a pbuilder-time-stamp. pdebuild doesn't seem to print those times. I think it should. -- To UNSUBSCRIBE, email to

Bug#613854: It should be useful to have those values printed also while --create and --update

2011-02-17 Thread Regid Ichira
It should be useful to have those values printed also while --create and --update. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#614021: man3/fflush: syntactically and logically correctness vs readability (of just 1 sentence)

2011-02-18 Thread Regid Ichira
...@lists.debian.org Cc: Regid Ichira regi...@yahoo.com Sent: Sat, February 19, 2011 2:08:01 AM Subject: Re: /usr/share/man/man3/fflush.3: syntactically and logically correctness vs readability (of just 1 sentence) Regid Ichira wrote: Subject: /usr/share/man/man3/fflush.3: syntactically and logically

Bug#638021: /etc/init.d/nut-server: The DEFAULT=/etc/default/nut should be deleted

2011-08-16 Thread Regid Ichira
Package: nut-server Version: 2.6.1-2 Severity: minor Tags: patch File: /etc/init.d/nut-server /etc/default/nut is not used anymore. --- a/etc/init.d/nut-server 2011-08-16 17:42:24.0 +0300 +++ b/etc/init.d/nut-server 2011-08-16 18:15:25.0 +0300 @@ -17,7 +17,6 @@ NAME=nut

Bug#638221: Does drivers/rhino.c has a memory leaks?

2011-08-17 Thread Regid Ichira
Source: nut Version: 2.6.1-2 Severity: normal Tags: patch File: drivers/rhino.c I don't use this driver. I can't see where the allocated memory at line 648 is freed. I also think that the whole time update block is unused. I think there is a similar issue in the

Bug#636756: A patch for the other instances.

2011-08-17 Thread Regid Ichira
I am not using any of these drivers. Index: b/drivers/belkinunv.c === --- a/drivers/belkinunv.c 2011-05-31 13:36:49.0 +0300 +++ b/drivers/belkinunv.c 2011-08-17 00:26:30.0 +0300 @@ -1239,12 +1239,13 @@

Bug#633971: Patch for most instances

2011-08-17 Thread Regid Ichira
untested code! Mostly deal with usleep, but there are a few places where sleep is replaced with nanosleep. Index: b/clients/upssched.c === --- a/clients/upssched.c2011-05-31 13:36:47.0 +0300 +++ b/clients/upssched.c

Bug#633971: Patch for most instances were sent to the wrong bug #

2011-08-17 Thread Regid Ichira
You are right. I am sorry for the nuisance. Thank you for pointing that out. --- On Wed, 8/17/11, Guillem Jover guil...@debian.org wrote: From: Guillem Jover guil...@debian.org Subject: Re: Bug#633971: Patch for most instances To: Regid Ichira regi...@yahoo.com, 633...@bugs.debian.org

Bug#633791: Patch for most instances

2011-08-17 Thread Regid Ichira
untested code! Mostly deal with usleep, but there are a few places where sleep is replaced with nanosleep. Index: b/clients/upssched.c === --- a/clients/upssched.c2011-05-31 13:36:47.0 +0300 +++ b/clients/upssched.c

Bug#638557: State that diff --show-c-function does the right thing for other then C.

2011-08-19 Thread Regid Ichira
Source: diffutils Version: 1:3.0-1 Severity: normal Tags: patch Files: src/diff.c man/diff.1 It seems to me that diff -show-c-function is showing correct results for many programming languages. Therefor, I think the following patches should be considered: --- a/src/diff.c 2010-04-15

Bug#639906: Does ls --ignore list get confused by explicit file list?

2011-08-31 Thread Regid Ichira
Package: coreutils Version: 8.5-1 Severity: normal Consider a directory with a.txt and b.txt. Why a.txt get shown here $ ls --ignore=a.txt *.txt a.txt b.txt and not $ ls --ignore=a.txt . b.txt here? Can it be that an explicit file list confuses ls? --hide has the same

Bug#641965: postinst: getent /dev/null

2011-09-18 Thread Regid Ichira
Package: vsftpd Version: 2.3.4-1 Severity: normal Tags: patch File: /var/lib/dpkg/info/vsftpd.postinst I think getent is too loud. --- /var/lib/dpkg/info/vsftpd.postinst 2011-09-05 17:08:16.0 +0300 +++ vsftpd.postinst 2011-09-18 11:48:41.0 +0300 @@ -16,10 +16,10 @@

Bug#642173: iptables -S --line-numbers does not work

2011-09-19 Thread Regid Ichira
Package: iptables Version: 1.4.12 Severity: normal # iptables -S --line-numbers iptables v1.4.12: Illegal option `-0' with this command Try `iptables -h' or 'iptables --help' for more information. # iptables -L --line-numbers does work. Is: $ zgrep -B4 line-numbers

Bug#642173: An untested patch. Not sure it is in the right direction

2011-09-20 Thread Regid Ichira
Does the following in the right direction? --- iptables.c 2011-07-22 15:37:34.0 +0300 +++ iptables.c.new 2011-09-21 01:47:25.0 +0300 @@ -163,7 +163,7 @@ /*DEL_CHAIN*/ {'x','x','x','x','x',' ','x','x','x','x','x','x'}, /*SET_POLICY*/{'x','x','x','x','x','

  1   2   3   >