Re:
Seay Grover
未承諾広告※ 技術翻訳(Technic al Translation)
国際技術情報センター株式会社 代表取締役 藤瀬幹夫 TEL: 03-5914-1360 FAX: 03-5914-1361 E-mail: [EMAIL PROTECTED] URL: http://www.itic.co.jp/ [EMAIL PROTECTED] 宛にご連絡ください。 English text follows Japanese. [EMAIL PROTECTED] 様 拝啓/Dear Sir 貴社ますますご清栄のこととお慶び申し上げます。 弊社は、技術分野の翻訳を得意としております。翻訳を必要とされる際は、是非、弊社のホームページ、URL: http://www.itic.co.jp/ をお読みくださいましてご連絡くださいますようお願いいたします。優秀な米国技術者をネイティブ・チェッカーとして擁しております。 お忙しい折、本メッセージをお読みくださいましてありがとうございました。 We are highly skilled in technical translation. Whenever your circumstances require translating, please visit our Internet website, http://www.itic.co.jp/, and contact us. Thank you for taking the time to read this message. 敬具/Best regards, Mikio Fujise, President International Technical Information Center Co., Ltd. #312, 2-6-11, Sakashita Itabashi-ku, Tokyo, Japan 174-0043 TEL: 03-5914-1360 FAX: 03-5914-1361 E-mail: [EMAIL PROTECTED] URL: http://www.itic.co.jp/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#348537: does not remove rule generated by ip-up.d/0clampmss on ip-down
Subject: does not remove rule generated by ip-up.d/0clampmss on ip-down Package: pppoeconf Version: 1.7 Severity: normal An `iptables --list` shows the following output: $ sudo iptables --list [...] Chain FORWARD (policy ACCEPT) [...] flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU TCPMSS tcp -- anywhere anywheretcp flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU [...] This very same rule appears a few dozen times and it is caused by the script /etc/ppp/ip-up.d/0clampmss: ---8<--- #!/bin/sh # Enable MSS clamping (autogenerated by pppoeconf) iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1400:1536 -j TCPMSS --clamp-mss-to-pmtu --->8--- The problem is, that my DSL-connection is reset once every 24 hours so this roule get added once a day, but actually not removed when the connection is lost -- an apropiate rule in /etc/ppp/ip-down.d does not exist. I don't know whether it does any harm to have the same roule several dozen times in the ruleset -- but it's ceartainly not normal. Kind Regards Bastian -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8.1-router-2004-09-28 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages pppoeconf depends on: ii gettext-base0.14.4-2 GNU Internationalization utilities ii ppp 2.4.3-20050321+2 Point-to-Point Protocol (PPP) daem ii pppoe 3.5-4PPP over Ethernet driver ii sed 4.1.2-8 The GNU sed stream editor ii whiptail [whiptail-prov 0.51.6-20Displays user-friendly dialog boxe -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:
Hackett Brandi
Bug#346175: don't hardcode netscape
I tried hardcoding x-www-browser into the source code and it's not as easy as it seems. Vrweb is using remote commands to control the browser, so only mosaic and netscape work. I will try to find a way to bypass the remote commands and just simply launch any browser externally. Stan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#346975: intent to upload sponsored NMU to fix xlibs-dev bug
package wmtz tag 346975 patch thanks I intend to NMU a fix for this bug sponsored by some member of the QA group; patch attached. My pbuild result of this patch was clean, and produced a binary package with expected debdiff output from the most recent version in sid. Build logs and debdiff output are attached. Please note that maintainer uploads are preferred to NMUs! If you are able to upload, then please do so. diff -u wmtz-0.7/debian/control wmtz-0.7/debian/control --- wmtz-0.7/debian/control +++ wmtz-0.7/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Debian QA Group <[EMAIL PROTECTED]> -Build-Depends: debhelper, xlibs-dev, dpatch +Build-Depends: debhelper, libx11-dev, libxext-dev, libxpm-dev, dpatch Standards-Version: 3.5.2 Package: wmtz diff -u wmtz-0.7/debian/changelog wmtz-0.7/debian/changelog --- wmtz-0.7/debian/changelog +++ wmtz-0.7/debian/changelog @@ -1,3 +1,10 @@ +wmtz (0.7-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Update build-deps for xlibs-dev removal; closes: #346975. + + -- Justin Pryzby <[EMAIL PROTECTED]> Tue, 17 Jan 2006 14:42:00 -0500 + wmtz (0.7-5) unstable; urgency=low * QA Group upload orphaning this package W: /home/pryzbyj/.pbuilderrc does not exist dpkg-buildpackage: source package is wmtz dpkg-buildpackage: source version is 0.7-5.1 dpkg-buildpackage: source changed by Justin Pryzby <[EMAIL PROTECTED]> fakeroot debian/rules clean dpatch deapply-all 01fix_FTBFS_gcc-3.4 not applied to ./ . rm -rf patch-stamp patch-stampT debian/patched dh_testdir dh_testroot rm -f build-stamp cd wmtz; /usr/bin/make clean make[1]: Entering directory `/home/pryzbyj/bd/wmtz-0.7/wmtz' for i in wmtz.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o ; do \ rm -f $i ; \ done rm -f wmtz rm -f *~ make[1]: Leaving directory `/home/pryzbyj/bd/wmtz-0.7/wmtz' dh_clean dh_clean: Compatibility levels before 4 are deprecated. dpkg-source -b wmtz-0.7 dpkg-source: building wmtz using existing wmtz_0.7.orig.tar.gz dpkg-source: building wmtz in wmtz_0.7-5.1.diff.gz dpkg-source: building wmtz in wmtz_0.7-5.1.dsc dpkg-genchanges -S dpkg-genchanges: not including original source code in upload dpkg-buildpackage: source only, diff-only upload (original source NOT included) W: /home/pryzbyj/.pbuilderrc does not exist I: using fakeroot in build. pbuilder-buildpackage/i386 $Id: pbuilder-buildpackage-funcs,v 1.28 2005/12/21 11:57:29 dancer Exp $ $Id: pbuilder-buildpackage,v 1.118 2005/12/21 11:57:29 dancer Exp $ Current time: Tue Jan 17 14:42:02 EST 2006 pbuilder-time-stamp: 1137526922 Building the build Environment -> extracting base tarball [/var/cache/pbuilder/base.tgz] -> creating local configuration -> copying local configuration -> mounting /proc filesystem ln: `/var/cache/pbuilder/build//22325/etc/mtab': File exists -> mounting /dev/pts filesystem -> policy-rc.d already exists -> created buildresult dir :/var/cache/pbuilder/result Obtaining the cached apt archive contents Installing the build-deps -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.22 2005/12/04 05:16:40 dancer Exp $ -> Considering debhelper -> Trying debhelper -> Considering libx11-dev -> Trying libx11-dev -> Considering libxext-dev -> Trying libxext-dev -> Considering libxpm-dev -> Trying libxpm-dev -> Considering dpatch -> Trying dpatch -> Installing debhelper libx11-dev libxext-dev libxpm-dev dpatch Reading package lists... Building dependency tree... The following extra packages will be installed: debconf-utils file gettext gettext-base html2text intltool-debian libmagic1 libx11-6 libxext6 libxi-dev libxi6 libxkbfile-dev libxkbfile1 libxpm4 po-debconf x-dev x11-common xlibs-data Suggested packages: dh-make curl cvs gettext-doc x-window-system-core x-window-system Recommended packages: fakeroot patchutils libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: debconf-utils debhelper dpatch file gettext gettext-base html2text intltool-debian libmagic1 libx11-6 libx11-dev libxext-dev libxext6 libxi-dev libxi6 libxkbfile-dev libxkbfile1 libxpm-dev libxpm4 po-debconf x-dev x11-common xlibs-data 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/9352kB of archives. After unpacking 29.7MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! gettext-base libmagic1 file debconf-utils html2text gettext intltool-debian po-debconf debhelper dpatch x11-common xlibs-data libx11-6 libxext6 x-dev libxext-dev libxi6 libxi-dev libxkbfile1 libxkbfile-dev libx11-dev libxpm4 libxpm-dev debconf: delaying package configuration, since apt-utils is not installed Selecting previously deselected package gettext-base. (Reading database ... 10062 files and directories currently installed.) Unpacking gettext-base (from .../gettext-base_0.14.5-2_i386.deb) ... Selecting previously
Processed: intent to upload sponsored NMU to fix xlibs-dev bug
Processing commands for [EMAIL PROTECTED]: > package wmtz Ignoring bugs not assigned to: wmtz > tag 346975 patch Bug#346975: wmtz: FTBFS: build-depends on removed xlibs-dev There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#347060: marked as done (wmtop: FTBFS: build-depends on removed xlibs-dev)
Your message dated Tue, 17 Jan 2006 22:39:40 -0500 with message-id <[EMAIL PROTECTED]> and subject line fixed in wmtop 0.84-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at maintonly) by bugs.debian.org; 9 Jan 2006 01:41:42 + >From [EMAIL PROTECTED] Sun Jan 08 17:41:42 2006 Return-path: <[EMAIL PROTECTED]> Received: from 84-120-75-62.onocable.ono.com ([84.120.75.62] helo=chistera.yi.org) by spohr.debian.org with esmtp (Exim 4.50) id 1Evm0G-0001LQ-5W for [EMAIL PROTECTED]; Sun, 08 Jan 2006 17:39:20 -0800 Received: from userid 1000 by chistera.yi.org with local (Exim 4.60) id 1Evlzk-00070V-3Y for [EMAIL PROTECTED]; Mon, 09 Jan 2006 02:38:48 +0100 From: Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: wmtop: FTBFS: build-depends on removed xlibs-dev Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <[EMAIL PROTECTED]> Date: Mon, 09 Jan 2006 02:38:48 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: wmtop Version: 0.84-3 Severity: serious Hello, This is a serious bug filed against your package because it build-depends on xlibs-dev, which as announced in [1] a while ago, is no longer available in sid. This makes your package fail to build from source. [1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html To fix this bug, you need to update your build-dependencies and substitute xlibs-dev for the list of individual X development libraries that your package needs to be built. You can find detailed information about how to do that in the DependsXlibsDev wiki page [2]. [2] http://wiki.debian.org/DependsXlibsDev As indicated by the Release Team [3], the full transition from XFree86 to Xorg is a release blocker for Etch, which means that Etch will not be released until this bug is fixed (or your package removed from testing). So, please, try to fix in a timely manner. [3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html The number of affected packages by the xlibs-dev transition is huge, so if you feel like helping with patches or uploads, feel free to follow the instructions contained in the wiki page above. A list of affected packages can be found here [4]. [4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev Finally, if there's a strong reason for which your package should not be NMUed, please note so in this bug report. Prospective NMUers will read your reasoning, and will decide if it's strong enough to delay their upload. Thanks for your collaboration! -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org --- Received: (at 347060-done) by bugs.debian.org; 18 Jan 2006 03:39:42 + >From [EMAIL PROTECTED] Tue Jan 17 19:39:42 2006 Return-path: <[EMAIL PROTECTED]> Received: from ms-smtp-02.nyroc.rr.com ([24.24.2.56]) by spohr.debian.org with esmtp (Exim 4.50) id 1Ez4Af-Pu-Rx for [EMAIL PROTECTED]; Tue, 17 Jan 2006 19:39:42 -0800 Received: from andromeda (cpe-69-202-136-66.twcny.res.rr.com [69.202.136.66]) by ms-smtp-02.nyroc.rr.com (8.13.4/8.13.4) with ESMTP id k0I3dehc001990 for <[EMAIL PROTECTED]>; Tue, 17 Jan 2006 22:39:40 -0500 (EST) Received: from pryzbyj by andromeda with local (Exim 4.60) (envelope-from <[EMAIL PROTECTED]>) id 1Ez4Ae-pd-9B for [EMAIL PROTECTED]; Tue, 17 Jan 2006 22:39:40 -0500 Date: Tue, 17 Jan 2006 22:39:40 -0500 To: [EMAIL PROTECTED] Subject: fixed in wmtop 0.84-4 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 From: Justin Pryzby <[EMAIL PROTECTED]> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,RCVD_IN_SORBS autolearn=no version=2.60-bug
Bug#346975: intent to upload sponsored NMU to fix xlibs-dev bug
Justin Pryzby <[EMAIL PROTECTED]> writes: > package wmtz > tag 346975 patch > thanks > > I intend to NMU a fix for this bug sponsored by some member of the QA > group; patch attached. My pbuild result of this patch was clean, and > produced a binary package with expected debdiff output from the most > recent version in sid. Build logs and debdiff output are attached. This package is already maintained by the QA group. No NMU is necessary; it is permitted to simply upload a new version directly. Accordingly, I have just uploaded a fixed package, including Justin's patch. Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of wmtz_0.7-6_powerpc.changes
wmtz_0.7-6_powerpc.changes uploaded successfully to localhost along with the files: wmtz_0.7-6.dsc wmtz_0.7-6.diff.gz wmtz_0.7-6_powerpc.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
wmtz_0.7-6_powerpc.changes ACCEPTED
Accepted: wmtz_0.7-6.diff.gz to pool/main/w/wmtz/wmtz_0.7-6.diff.gz wmtz_0.7-6.dsc to pool/main/w/wmtz/wmtz_0.7-6.dsc wmtz_0.7-6_powerpc.deb to pool/main/w/wmtz/wmtz_0.7-6_powerpc.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 346975 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#346975: marked as done (wmtz: FTBFS: build-depends on removed xlibs-dev)
Your message dated Tue, 17 Jan 2006 19:47:32 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#346975: fixed in wmtz 0.7-6 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at maintonly) by bugs.debian.org; 9 Jan 2006 01:41:36 + >From [EMAIL PROTECTED] Sun Jan 08 17:41:36 2006 Return-path: <[EMAIL PROTECTED]> Received: from 84-120-75-62.onocable.ono.com ([84.120.75.62] helo=chistera.yi.org) by spohr.debian.org with esmtp (Exim 4.50) id 1Evm0I-0001Lm-3K for [EMAIL PROTECTED]; Sun, 08 Jan 2006 17:39:22 -0800 Received: from userid 1000 by chistera.yi.org with local (Exim 4.60) id 1Evlzm-00070l-Ia for [EMAIL PROTECTED]; Mon, 09 Jan 2006 02:38:50 +0100 From: Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: wmtz: FTBFS: build-depends on removed xlibs-dev Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <[EMAIL PROTECTED]> Date: Mon, 09 Jan 2006 02:38:50 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: wmtz Version: 0.7-5 Severity: serious Hello, This is a serious bug filed against your package because it build-depends on xlibs-dev, which as announced in [1] a while ago, is no longer available in sid. This makes your package fail to build from source. [1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html To fix this bug, you need to update your build-dependencies and substitute xlibs-dev for the list of individual X development libraries that your package needs to be built. You can find detailed information about how to do that in the DependsXlibsDev wiki page [2]. [2] http://wiki.debian.org/DependsXlibsDev As indicated by the Release Team [3], the full transition from XFree86 to Xorg is a release blocker for Etch, which means that Etch will not be released until this bug is fixed (or your package removed from testing). So, please, try to fix in a timely manner. [3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html The number of affected packages by the xlibs-dev transition is huge, so if you feel like helping with patches or uploads, feel free to follow the instructions contained in the wiki page above. A list of affected packages can be found here [4]. [4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev Finally, if there's a strong reason for which your package should not be NMUed, please note so in this bug report. Prospective NMUers will read your reasoning, and will decide if it's strong enough to delay their upload. Thanks for your collaboration! -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org --- Received: (at 346975-close) by bugs.debian.org; 18 Jan 2006 03:51:30 + >From [EMAIL PROTECTED] Tue Jan 17 19:51:30 2006 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Ez4IG-00013r-EH; Tue, 17 Jan 2006 19:47:32 -0800 From: [EMAIL PROTECTED] (Thomas Bushnell, BSG) To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#346975: fixed in wmtz 0.7-6 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 17 Jan 2006 19:47:32 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: wmtz Source-Version: 0.7-6 We believe that the bug you reported is fixed in the latest version of wmtz, which is due to be installed in the Debian FTP archive: wmtz_0.7-6.diff.gz to pool/main/w/wmtz/wmtz_0.7-6.diff.gz wmtz_0.7-6.dsc to pool/main/w/wmtz/wmtz_0.7-6.dsc wmtz_0.7-6_powerpc.deb to pool/main/w/wmtz/wmtz_0.7-6_powerpc.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments plea