Bug#768394: NMU Upload of oss4

2014-11-27 Thread heroxbd
Dear Tobias, Thank you very much for the NMU. It really helps! Cheers, Benda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#768394: [Pkg-oss4-maintainers] Bug#768394: oss4-dkms: module FTBFS for Linux 3.16: endian.h: No such file or directory

2014-11-07 Thread heroxbd
Hello Andreas, Andreas Beckmann writes: > during a test with piuparts I noticed your package failed to build a > module for linux-3.16-3-amd64: > > DKMS make.log for oss4-4.2-build2010 for kernel 3.16-3-amd64 (x86_64) > Fri Nov 7 01:14:30 UTC 2014 > make: Entering directory '/usr/src/linux-head

Bug#766151: [PKG-OpenRC-Debian] Bug#766151: openrc: tor service fails to start

2014-10-28 Thread heroxbd
Ritesh Raj Sarraf writes: > On Tuesday 21 October 2014 01:35 PM, Ritesh Raj Sarraf wrote: >> tor |/lib/rc/sh/runscript.sh: 274: exec: /bin/bash: >> not found >> tor | * ERROR: tor failed to start > > The tor service works if the init script interpreter is chan

Bug#739703: question about reverting

2014-10-27 Thread heroxbd
Hey Gabriele, Any update on this? I will try to reproduce the bug by myself. Otherwise, I intend to cancel the revert if there is no definite reason. Cheers, Benda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Bug#763681: [PKG-OpenRC-Debian] 2 RC bugs in openrc

2014-10-26 Thread heroxbd
Hello Ritesh, Ritesh Raj Sarraf writes: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763681 > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765785 > > > We have 2 RC bugs in openrc at this time. Any plans on how we want these > fixed ? In the lastest commit 8a876c89a http://anonsc

Bug#765785: remove the dangling rc.d links

2014-10-24 Thread heroxbd
Hi Adam, Thank you for reporting the bug. Removing the dangling links could be done manually: find -L /etc -type l # to confirm the broken links to remove find -L /etc -type l -delete # to remove them OpenRC postint script should not exit with error in this case, though. Cheers, B

Bug#763041: "waiting for /dev to be fully populated." takes a long time

2014-10-22 Thread heroxbd
I can confirm these bugs with udev-215 and sysvinit-core in jessie. udev takes a long time to settle. It takes more than 20 seconds to probe the other partitions, like shown in the dmesg: [ 11.333067] Bluetooth: HCI device and connection manager initialized [ 11.333077] Bluetooth: HCI socket

Bug#750559: [PKG-OpenRC-Debian] Installing openrc

2014-10-02 Thread heroxbd
Dear Ritesh, Ritesh Raj Sarraf writes: > I tried OpenRC some time ago and ran into some problems. I did file a > bug report here. > Bug#750559: openrc: breaks boot if extra crypto devices are present May I ask if you have time to test the set up again? On Jan 27, we have introduced an "off" r

Bug#750559: another circular dependency

2014-10-02 Thread heroxbd
The following was what we had in a long IRC discussion. This is another circular dependency caused by a difference between LSB script and OpenRC counterpart: LSB header defines Required-{Start,Stop}, but OpenRC has only one "need" relation. In this special case, hwclock [Required-Stop $local_f

Bug#763681: openrc: FTBFS[armel, armhf, ppc64el]

2014-10-01 Thread heroxbd
Thanks Julián, Julián Moreno Patiño writes: > Package: openrc > Version: 0.12.4+20131230-9 > Severity: serious > > openrc 0.12.4+20131230-9 FTBFS on armel,armhf and ppc64el: > https://buildd.debian.org/status/package.php?p=openrc > > * Checking hidden functions in librc.so ... * Checking traili

Bug#761146: casacore-data uploaded to mentors.debian.net

2014-09-12 Thread heroxbd
Dear all, I have adopted casacore-data from Gijs Molenaar's version and set up a git repo at debian-astro @ alioth. https://anonscm.debian.org/cgit/debian-astro/packages/casacore-data.git A built version is uploaded to mentors, http://mentors.debian.net/package/casacore-data http://mento

Bug#686924: [RFS] casacore-1.7.0 uploaded to mentors

2014-09-12 Thread heroxbd
Dear all, Casacore has been updated to 1.7.0 and tracked at https://anonscm.debian.org/cgit/debian-astro/packages/casacore.git It has also been uploaded to mentors at https://mentors.debian.net/package/casacore http://mentors.debian.net/debian/pool/main/c/casacore/casacore_1.7.0-1.dsc

Bug#686924: Taking over the packaging

2014-06-22 Thread heroxbd
Hey Gijs, Gijs Molenaar writes: >>> you can give me access to your maintenance tree, but I don't know if >>> I'll do much - since we already have our solution for the short term. >> >> Alright, so I won't give you the access this time. Ole and I was >> discussing about moving the packaging repo

Bug#686924: Taking over the packaging

2014-05-24 Thread heroxbd
Dear Ole Streicher, Thank you very much for the initial work! I managed to clone out the repo[1] before you decided to delete it. We are packaging casacore 1.6.0 [2] basing on your work, under the project of AireLinux[3], a working-in-progress debian-based distribution for astrophysics initiated

Bug#739703: question about reverting

2014-04-24 Thread heroxbd
Dear Gabriele, Thanks for trouble shooting it and glad to see that you found the offending commit. For your revertion of d0ce84fa4a74d2d in the git repo, could you please explain how exactly the lsb-deps-on-"all" change caused this bug? Instead of simply reverting it, I would like to understand

Bug#736384: openrc: does not umount filesystems during reboot/shutdown

2014-01-22 Thread heroxbd
Package: openrc Version: 0.12.4+20131230-7 Severity: normal Hey, OpenRC does not umount filesystems cleanly. There is only one /etc/init.d/transit which calls reboot/halt stop in start(), but umountfs, umountfsroot or umountnfs.sh are not handled at all. They are not even in the shutdown runlev

Bug#734371: perl is inside /usr/bin

2014-01-17 Thread heroxbd
Dear Klaus, I figured out the cause: perl, by which lsb.pl is written, is inside /usr. Roger has expressed this concern before. I did not take it seriously at that time. Now it bites us.. We should rewrite lsb.pl with POSIX shell or even C, or rely on functions from insserv (which has a LSB pars

Bug#734371: lsb.pl not accessible?

2014-01-17 Thread heroxbd
Dear Klaus, Thank you for trying OpenRC out on Debian and sorry for the trouble. The bug is strange and I could not reproduce it on a box of single /. lsb.pl is used to convert from LSB init scripts to a set of shell declarations that OpenRC could understand, which is crucial in the second earl

Bug#684396: runscript name conflict with minicom

2013-12-11 Thread heroxbd
Forwarded: https://alioth.debian.org/tracker/index.php?func=detail&aid=314541 FYI. I have raised the issue with minicom upstream. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#684396: porting OpenRC to GNU/Hurd

2013-12-11 Thread heroxbd
Dear Marko, Thank you very much for your support. The packaging is mostly finished. We are working on the naming conflicts of /sbin/rc (with plan 9 rc) and /sbin/runscript (with minicom) with upstreams. One important item on our TODO list is porting OpenRC to GNU/Hurd. Bill Wang (freecnpro in th

Bug#684396: /sbin/rc upstream renaming

2013-12-11 Thread heroxbd
Forworded: https://bugs.gentoo.org/show_bug.cgi?id=493958 zigo@d.o uploaded openrc once and it is rejected by ftpmaster for the name conflict of /sbin/rc with plan 9 rc[1]. Upstream is considering renaming rc to openrc: https://bugs.gentoo.org/show_bug.cgi?id=493958 1. http://packages.debian.org

Bug#679806: marked as done (ITP: scim-pinyin -- smart pinyin IM engine for SCIM)

2013-09-17 Thread heroxbd
Wow! Thank you Aoki-san! This is the first time I see a package on which I spent a lot of effort get included in Debian, after being a Debian user and administrator for 10 years. It feels marvellous! I am really encouraged :) Cheers, Benda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@

Bug#679806: scim-pinyin-0.5.92 uploaded to mentors

2013-07-27 Thread heroxbd
Hi, Ximin Luo writes: > Some more obvious changes: > - the debian/copyright file in the upload queue is still in the old format. > - there are lintian warnings; there are no warnings for the mentors version > > I'd suggest you cancel the one in the current queue (if that's possible) and > have y

Bug#714039: [Pkg-sysvinit-devel] Bug#714039: initscripts: Require-Start problem

2013-07-17 Thread heroxbd
Dear Petter, Petter Reinholdtsen writes: > This seem to be the wrong approach to handle $all, at least the way I > understand $all. $all is the set of enabled init.d scripts except those > that depend on $all, not every file in /etc/init.d/. "enabled init.d scripts" in the same runlevel or all

Bug#684396: openrc packaging status (Re: Survey answers part 3: systemd is not portable and what this means for our ports)

2013-07-15 Thread heroxbd
Dear Guys, Holger Levsen writes: > one which is at least installable with apt-get + sid sources. that's > still not the case, despite 684396 being announced here a year ago. (Replying generally) There seems to be some doubts concerning why #684396 has taken a whole year without being finished.

Bug#679806: scim-pinyin-0.5.92 uploaded to mentors

2013-07-14 Thread heroxbd
Hi Ximin, Ximin Luo writes: > Sorry, ignore this, I missed the fact that scim and scim-pinyin are separate > upstream packages. Your versioning is fine. Okay. >> 2. Please upload your PGP key 0xDFBE5F8B into the public keyservers. >> Otherwise >> I cannot verify your signature. Thanks. I'll

Bug#714039: initscripts: Require-Start problem

2013-06-25 Thread heroxbd
Dear Petter, >[Bill Wang] >> I think that should be #Should-Start, because #Require-Start: $all >> will have a serious impact on OpenRC(maybe there are other init >> systems). > Can you explain a bit more? The way I understand $all, it is the set > of all the available scripts without a relation

Bug#709965: package being reintroduced

2013-05-31 Thread heroxbd
Hi, scim-pinyin has been removed from Debian. There is ongoing effort to get this reintroduced (bug #679806). However it is unlikely to be found in wheezy soon. Benda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Bug#708485: RFS: scim-pinyin/0.5.92-1 [ITP]

2013-05-15 Thread heroxbd
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "scim-pinyin" Package name: scim-pinyin Version : 0.5.92-1 Upstream Author : Tz-Huan Huang , James Su URL : http://sourceforge.net/projects/scim/ License

Bug#708483: RFS: scim-bridge-el/0.8.2-2 [ITP]

2013-05-15 Thread heroxbd
Package: sponsorship-requests Severity: normal Dear Maintainer, * scim-bridge-el was removed together with scim-bridge (bug #642371) At the same time, scim-bridge is integrated into scim upstream and appears as scim-im-agent: http://packages.debian.org/sid/scim-im-agent

Bug#679806: scim-pinyin-0.5.92 uploaded to mentors

2013-04-19 Thread heroxbd
Dear Ximin, Thanks a lot for your inputs. I have version bumped scim-pinyin to 0.5.92, which includes tzhuan's patch upstream. Lintian warnings were killed. Please have another look: https://mentors.debian.net/package/scim-pinyin @Ming Hua, are you still interested in maintaining this p

Bug#679806: scim-pinyin: A patch to let scim-pinyin work for gtk3 and latest scim

2013-04-02 Thread heroxbd
Dear all, I have integrated the patch to the source in Squeeze. The updated package was uploaded to mentors[1]. Please consider readopt it by mentoring to process. Cheers, Benda 1. https://mentors.debian.net/package/scim-pinyin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debi

Bug#684396: ITP: openrc -- alternative boot mechanism

2012-08-10 Thread heroxbd
Dear Guys, Thanks a lot for the input from Marco d'Itri, Holger Levsen and Thomas Goirand, as well as Aron Xu off list. m...@linux.it (Marco d'Itri) writes: > openrc was recently discussed on debian-devel@ and there was a large > consensus that it is not a credible alternative to upstart and sy

Bug#579924: ITP: iptraf-ng -- Interactive Colorful IP LAN Monitor

2012-07-24 Thread heroxbd
Dear all, I'd like to vote for it. It would be very nice to have iptraf-ng, as we need statistics in ipv4 and ipv6 separately for an interface. Cheers, Benda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#577793: libboost1.42-doc: System Jamfiles not strictly needed (duplicating #452410)

2010-04-14 Thread heroxbd
Package: libboost1.42-doc Version: 1.42.0-3 Severity: normal Now /usr/share/doc/libboost1.42-doc/examples/libs/python/example/tutorial/ cannot build because debian don't ship System Jamfile. However, this bug is fix in #432410[1] for libboost1.38-doc[2]. I don't know why the fix did not apply

Bug#563011: My iPod Touch can't be seen by ifuse

2010-02-06 Thread heroxbd
Hi, My iPod Touch is 3G 32GB (firmware 3.1.3). [ 1850.520066] usb 1-1: new high speed USB device using ehci_hcd and address 3 [ 1850.657886] usb 1-1: New USB device found, idVendor=05ac, idProduct=1299 [ 1850.657891] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1850.657895]

Bug#567637: I can confirm this bug

2010-01-30 Thread heroxbd
Hi, I can confirm this bug. After upgrading, my NTFS partition can not be recognized: # update-grub2 head: cannot open `/boot/grub/video.lst' for reading: No such file or directory Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.32-trunk-686 Found initrd image: /boot/initrd.img-2.6

Bug#567600: ghemical should depend on xfonts-75dpi

2010-01-30 Thread heroxbd
Hi Nicholas, Thank you for your reply. Nicholas Breen writes: > Packages must not depend on any fonts package[1], it's a serious policy > violation. How about a recommend, according to the policy? > xfonts-75dpi and -100dpi are part of the standard X installation ("xorg" > metapackage); it's

Bug#567491: xterm randomly ignores input after this error

2010-01-29 Thread heroxbd
Hi, I am also facing this error. My xterm randomly ignores input after upgrade. I don't know if it is related to this. Yours, -- XU Benda Research Center for Neutrino Science Department of Physics Tohoku University JAPAN http://www.awa.tohoku.ac.jp/~benda -- To UNSUBSCRIBE, email to debia