Bug#313079: findutils: -depth in new version fails with No such file or directory in some cases

2005-06-14 Thread C.Y.M
C.Y.M wrote: After updating to 4.2.20-3 yesterday, the problem seems to have been fixed. But, after updating packages again today, the -depth problem seems to be back. Would updating ncurses affect this? Sorry, I forgot to mention that the problem occurs during bootup with the bootclean.sh

Bug#313079: findutils: -depth in new version fails with No such file or directory in some cases

2005-06-14 Thread C.Y.M
Sorry, I forgot to mention that the problem occurs during bootup with the bootclean.sh script. Hello, Are you positive that you are experiencing 313079, which is: -- $ mkdir -p x/y $ find x/y -depth -type d -empty; echo $? find: x/y: No such file or directory 1

Bug#313079: findutils: -depth in new version fails with No such file or directory in some cases

2005-06-14 Thread C.Y.M
I am asking because I could easily reproduce this previously and cannot anymore. I strongly suspect you are talking about -- #284426: initscripts: Please reorder arguments to invocation of find(1) in bootclean.sh -- I will read more about #284426. Thank you for the suggestion.

Bug#295541: Autofs assumes all smb mounts do not require a user or password

2005-06-09 Thread C.Y.M
Steinar H. Gunderson wrote: severity 295541 normal thanks On Wed, Feb 16, 2005 at 07:16:21AM -0800, C.Y.M wrote: Description: The new auto.smb script assumes that all smb mounts do not require a user or password from the following code (-N switch). Is there an easy way of changing

Bug#295727: sys-syslog no longer works as expected

2005-04-22 Thread C.Y.M
Corrin Lakeland wrote: On Fri, 18 Feb 2005 07:08, C.Y.M wrote: Instead of the logs being written to the syslog (like they should be), they are written to Razor's user homedir and called sys-syslog. Thanks, I'll look into it today. Hi, Just curious if you found a solution

Bug#305447: invalid link to libdb3.so in build rules

2005-04-19 Thread C.Y.M
- libdb-4.2.so build: patch $(checkdir) ln -sf /usr/lib/libdb.so debian/libdb.so Best Regards, C.Y.M. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#304559: More info

2005-04-16 Thread C.Y.M
C.Y.M wrote: The problem appears to be that the links are created incorrectly when the package is built (they are pointing to a non existing directory): dpkg --contents postfix* lrwxrwxrwx root/root 0 2005-04-14 05:50:50 ./usr/lib/libpostfix-dns.so.1 - debian/postfix/usr/lib

Bug#304920: sasl smtpd authentication not working as expected with postfix 2.2.2-1

2005-04-16 Thread C.Y.M
= noanonymous in main.cf so LOGIN and PLAIN methods of authentication should be allowed. I have a feeling that the /etc/postfix/sasl/smptd.conf file is not being used with the new version of postfix. If I go back to postfix version 2.1.5-9, everything works as expected. Best Regards, C.Y.M

Bug#304559: More info

2005-04-16 Thread C.Y.M
C.Y.M wrote: The problem appears to be that the links are created incorrectly when the package is built (they are pointing to a non existing directory): dpkg --contents postfix* lrwxrwxrwx root/root 0 2005-04-14 05:50:50 ./usr/lib/libpostfix-dns.so.1 - debian/postfix/usr/lib

Bug#304559: TLS problems

2005-04-14 Thread C.Y.M
After upgrading postfix (with integrated tls), I am having the same upgrade/installation problems mentioned in this thread. Also, when the server attempts to accept mail, I get the following error: Apr 14 02:46:54 nofear postfix/tlsmgr[28480]: fatal: unsupported transport type: fifo Apr 14

Bug#304559: More info

2005-04-14 Thread C.Y.M
is creating a broken link: libdb.so - /usr/lib/libdb3.so And, libmysqlclient10-dev is a dependency where it should be bumped to libmysqlclient12-dev. Best Regards, C.Y.M. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#304559: TLS problems

2005-04-14 Thread C.Y.M
After upgrading postfix (with integrated tls), I am having the same upgrade/installation problems mentioned in this thread. Also, when the server attempts to accept mail, I get the following error: Apr 14 02:46:54 nofear postfix/tlsmgr[28480]: fatal: unsupported transport type: fifo Apr 14

Bug#304559: More info

2005-04-14 Thread C.Y.M
is creating a broken link: libdb.so - /usr/lib/libdb3.so And, libmysqlclient10-dev is a dependency where it should be bumped to libmysqlclient12-dev. Best Regards, C.Y.M. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#287160: Reverse patch for 4.3.9-2

2005-03-14 Thread C.Y.M
Matthew Palmer wrote: On Fri, Mar 11, 2005 at 11:32:11AM -0800, C.Y.M wrote: The trouble lies within this patch. I am trying to narrow it down as much as possible. The first section of the code that changed looks like this: - if ((rv = check_mysql_auth_require(user, t, r

Bug#287160: Reverse patch for 4.3.9-2

2005-03-14 Thread C.Y.M
Matthew Palmer wrote: On Mon, Mar 14, 2005 at 12:27:10AM -0800, C.Y.M wrote: Thanks for the debug patch. I have applied it and reproduced the error, but I do not get any new debug info in the log. I am running apache2 in debug mode. That's... odd. Once Running query gets printed, and Query

Bug#287160: Reverse patch for 4.3.9-2

2005-03-14 Thread C.Y.M
Matthew Palmer wrote: On Mon, Mar 14, 2005 at 12:27:10AM -0800, C.Y.M wrote: Thanks for the debug patch. I have applied it and reproduced the error, but I do not get any new debug info in the log. I am running apache2 in debug mode. Out of curiosity, how do you define the access to each

Bug#287160: Still can't reproduce the mod_auth_mysql bug

2005-03-11 Thread C.Y.M
Matthew Palmer wrote: I didn't do that in my previous test, but I just have and it doesn't appear to have made any difference -- no matter what combination I try, I can't make the server give me a 500. What a pest. I like easily reproducible bug reports... Hello Matt, I have upgraded to Apache2

Bug#287160: Info received (was Bug#287160: Still can't reproduce the mod_auth_mysql bug)

2005-03-11 Thread C.Y.M
I have gone back to version 4.3.8-1 (which is the version that works for me) and have started back porting the changes from 4.3.9-2 until it breaks. The problem seems to be with the new check_mysql_auth_require and this function: if ((rv = check_mysql_auth_require(user, t, r)) !=

Bug#287160: Reverse patch for 4.3.9-2

2005-03-11 Thread C.Y.M
The trouble lies within this patch. I am trying to narrow it down as much as possible. The first section of the code that changed looks like this: - if ((rv = check_mysql_auth_require(user, t, r)) - != HTTP_UNAUTHORIZED) - { -

Bug#298612: agp bridge data dpatch for 2.6.11-bk3+

2005-03-08 Thread C.Y.M
Package: nvidia-kernel-source Version: 1.0.6629+1-2 Severity: Important Description: Patch for changes to agp_backend_acquire and agp_backend_release in 2.6.11-bk3+. Best Regards, #!/bin/sh -e # Patch from accumulated from http://www.minion.de/files/1.0-6629/ if [ $# -lt 1 ]; then echo 2

Bug#298612: Acknowledgement (agp bridge data dpatch for 2.6.11-bk3+)

2005-03-08 Thread C.Y.M
Here is a better patch that includes the new dpatch (with some extra tabs removed from the previous post), and the necessary changes to the debian/rules and 00list files. It should apply cleanly to the current nvidia-kernel-sources package. Best Regards, diff -ruN

Bug#298373: new libmysqlclient12 dependency causing libapache2-mod-php4 to segfault

2005-03-06 Thread C.Y.M
Package: libapache2-mod-php4 Version: 4.3.10-9 Severity: Important Description: After building libapache2-mod-php4 with libmysqlclient12-dev, apache2 segfaults on all sql related web pages (ie; phpmyadmin). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#298373: Acknowledgement (new libmysqlclient12 dependency causing libapache2-mod-php4 to segfault)

2005-03-06 Thread C.Y.M
I believe the problem is with the php4-mysql package, not the libapache2-mod-php4 package. Sorry for the mix up. Hopefully, both packages are from the same package maintainer so I will not have to file a new report. Best Regards, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#296817: acknowledged by developer

2005-02-27 Thread C.Y.M
Thanks for the bugfix. There is just one small typo in the change that still causes an error on boot about a unary operator expected. The following patch fixes it: --- postfix.orig2005-02-27 15:19:38.0 -0800 +++ postfix 2005-02-27 15:15:49.0 -0800 @@ -14,7 +14,7 @@

Bug#296817: Postque fatal: cannot flush mailq

2005-02-24 Thread C.Y.M
Package: postfix Version: 2.1.5-7 Severity: Important Description: During bootup, the following error is displayed: Postque fatal: cannot flush mailq postfix seems to be working after the errors on boot. It appears that it is trying to flush the mailq before postfix is started. -- To

Bug#296817: Acknowledgement (Postque fatal: cannot flush mailq)

2005-02-24 Thread C.Y.M
I believe this error is caused by the change in /etc/network/if-up.d/postfix. Something like this would prevent the error but postfix does not seem to have a pid in /var/run?? if [ -e /var/run/postfix.pid ]; then /usr/sbin/sendmail -q fi Best Regards, -- To UNSUBSCRIBE, email to [EMAIL

Bug#296481: Rule file cannot be found when viewing

2005-02-22 Thread C.Y.M
Package: webmin-snort Version: 1.1-2 Severity: Important Description: When clicking on a link to view a rule, the following error is displayed. When selecting the disable/enable button, the interface works fine. It is only a problem with viewing the rule, therefore, $RULE_PATH is obviously set

Bug#296481: Rule file cannot be found when viewing

2005-02-22 Thread C.Y.M
Package: webmin-snort Version: 1.1-2 Severity: Important Description: When clicking on a link to view a rule, the following error is displayed. When selecting the disable/enable button, the interface works fine. It is only a problem with viewing the rule, therefore, $RULE_PATH is obviously set

Bug#295992: perl: (pam_unix) authentication failure

2005-02-19 Thread C.Y.M
Package: libauthen-pam-perl Version: 0.14-1 Severity: Important Description: After installing libauthen-pam-perl, my system shows an authentication error every time the system is rebooted. Here is one of the failed error message lines from /var/log/auth.log when the system is booted. perl:

Bug#296010: webmin causing authentication errors (pam_unix) on startup

2005-02-19 Thread C.Y.M
Package: webmin Version: 1.180-1 Severity: Important Description: After installing webmin, my system shows an authentication error every time webmin is restarted. Below is one of the failed error message lines from /var/log/auth.log when webmin is restarted. The webmin application seems to

Bug#295727: sys-syslog no longer works as expected

2005-02-17 Thread C.Y.M
Package: razor Version: 2.670-1 Severity: Important Description: Changing the logfile option in razor-agent.conf to sys-syslog no longer works as expected. logfile = sys-syslog Instead of the logs being written to the syslog (like they should be), they are written to Razor's user homedir and

Bug#295541: Autofs assumes all smb mounts do not require a user or password

2005-02-16 Thread C.Y.M
Package: autofs Version: 4.1.3+4.1.4beta2-1 Severity: important Description: The new auto.smb script assumes that all smb mounts do not require a user or password from the following code (-N switch). Is there an easy way of changing it to something like this? I could not get this to work.

Bug#294810: Apache will not start unless Apache-ssl is started first

2005-02-11 Thread C.Y.M
Package: apache Version: 1.3.33-4 Description: My system has both apache and apache-ssl installed. I am unable to start and stop apache after upgrading from the previous version. When attempting to stop apache, a single thread still remains running and I have to manually kill it and the pid

Bug#294810: Acknowledgement (Apache will not start unless Apache-ssl is started first)

2005-02-11 Thread C.Y.M
Some more information... I tried apt-get source apache and built the packages with fakeroot dpkg-buildpackge. Everything built fine. But, the same thing is happening. I tried to change the startup order so apache would start after apache-ssl on boot , but that did not help either. Oddly,

Bug#294889: kernel-package locks up when building

2005-02-11 Thread C.Y.M
Package: kernel-package Version: 8.120 Severity: critical Description: When attempting to build a new 2.6 kernel snapshot with this latest version of kernel-package, the build script just locks up. Test: Build kernel 2.6.11-rc3-bk8 with the following command: fakeroot make-kpkg

Bug#294889: kernel-package locks up when building

2005-02-11 Thread C.Y.M
Manoj Srivastava wrote: Hi, Can't reproduce this. Do you have any additional details? Like a log of where the lock up happened? manoj OK, it doesnt appear to be actually locking up now, sorry for the poor description. The first time I tried it, it just sat there for a few minutes and

Bug#294810: Apache will not start unless Apache-ssl is started first

2005-02-11 Thread C.Y.M
Package: apache Version: 1.3.33-4 Description: My system has both apache and apache-ssl installed. I am unable to start and stop apache after upgrading from the previous version. When attempting to stop apache, a single thread still remains running and I have to manually kill it and the pid

Bug#294810: Acknowledgement (Apache will not start unless Apache-ssl is started first)

2005-02-11 Thread C.Y.M
Some more information... I tried apt-get source apache and built the packages with fakeroot dpkg-buildpackge. Everything built fine. But, the same thing is happening. I tried to change the startup order so apache would start after apache-ssl on boot , but that did not help either. Oddly,

Bug#290465: debian/rules script broken for for libtheora

2005-01-14 Thread C.Y.M
Package: libtheora Version: 0.0.0.alpha3-1 Description: When using apt-source get libtheora, the debian/rules file is not written properly. When I try to use fakeroot dpkg-buildpackage the process wants to try and install doc files (when all I want to do is build the package NOT install it).

[linux-dvb] Kernel 2.6.8-rc3 DVB fixes

2004-08-04 Thread C.Y.M.
[EMAIL PROTECTED] [PATCH] dvb_usercopy() fix Fix some breakage in dvb_usercopy() introduced by sparse cleanups in -rc2. [EMAIL PROTECTED] [PATCH] DVB: errno undefined Actually, the problem has its origin in my removal of all in-kernel

[linux-dvb] Re: ATTENTION PLEASE: The DVB major device number has changed

2004-07-28 Thread C.Y.M.
Maybe a kernel-config option to choose the DVB_MAJOR define used simplifies the transition, especially for people who switch between different kernel version on-the-fly and don't want to recreate their device nodes for every boot... I'm just curious if these old alias' are going to

[linux-dvb] Re: ATTENTION PLEASE: The DVB major device number has changed

2004-07-27 Thread C.Y.M.
The new offical major number is 212. I've changed the sources for dvb-kernel (dvbdev.h and MAKEDEV-DVB.sh). People who don't use devfs will have to recreate their devices. Argh, this will cause a lot of trouble!!! So, in order to fix this, all we have to do is unload the dvb

Bug#260581: acknowledged by developer (Re: Bug#260581: undefined versioned symbol name std::time_put_w@@GLIBCPP_3.2)

2004-07-24 Thread C.Y.M.
It looks like libstdc++.a requires versioned symbols, which it shouldn't. The problem occurred right after I installed 3.3.4-4 (3.3.4-3 worked fine). packaging error, fixed in 3.3.4-5. Thanks, it appears the problem has been resolved with this new version. Except, the version did

Bug#260581: undefined versioned symbol name std::time_put_w@@GLIBCPP_3.2

2004-07-21 Thread C.Y.M.
Package: libstdc++5 Version: 3.3.4-4 When compiling, I get the following error: undefined versioned symbol name std::time_put_w@@GLIBCPP_3.2 It looks like libstdc++.a requires versioned symbols, which it shouldn't. The problem occurred right after I installed 3.3.4-4 (3.3.4-3 worked fine).

[linux-dvb] Re: [BUG]Re: av7110_send_fw_cmd error

2004-07-13 Thread C.Y.M.
Thomas Schorpp wrote: | Thomas Schorpp wrote: | | C.Y.M. wrote: | | | After updating CVS today, I have noticed that if I switch channels | really | | | fast for about 10 minutes, I get these errors and the ARM crashes.. | | Is this | | | an old bug? Im using the 261c firmware

[linux-dvb] Re: sync problems in 2.4 branch for FF cards

2004-07-12 Thread C.Y.M.
quality, then perhaps the driver needs to be able to handle those errors by doing something similar. --C.Y.M.

[linux-dvb] Unable to rmmod stv0299 as of yesterday

2004-07-10 Thread C.Y.M.
After updating the dvb-kernel from yesterday, I am unable to unload the stv0299 module from my 2.6.7-bk20 kernel. dvb_ttpci 312588 18 saa7146_vv 50432 1 dvb_ttpci video_buf 22020 1 saa7146_vv saa714619044 2 dvb_ttpci,saa7146_vv

[linux-dvb] Re: Unable to rmmod stv0299 as of yesterday

2004-07-10 Thread C.Y.M.
response. --C.Y.M.

[linux-dvb] Re: Unable to rmmod stv0299 as of yesterday

2004-07-10 Thread C.Y.M.
I belive my first commit was correct, except for the fact that I missed the that I had placed the module_put call below a return statement, doh. I don't dare commit more errors, so I'm just going to wait untill Michael or any of the other gurus can confirm this. Also the patch I

Bug#255930: apache-modconf fails to disable modules

2004-06-24 Thread C.Y.M.
24, 2004 1:05 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Debian Apache Maintainers; [EMAIL PROTECTED] Subject: Re: Bug#255930: apache-modconf fails to disable modules tag 255930 moreinfo tag 255930 unreproducible stop Hi, On Wed, 23 Jun 2004, C.Y.M. wrote: Package: apache

Bug#255930: apache-modconf fails to disable modules

2004-06-24 Thread C.Y.M.
was not the same as the actually filename. If anything needs to be changed, it is not apache but the module itself. Best Regards.. C.Y.M. -Original Message- From: C.Y.M. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 7:17 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Cc: 'Debian

Bug#255930: apache-modconf fails to disable modules

2004-06-23 Thread C.Y.M.
Package: apache-common Version: 1.3.31-1 Change Request: apache-modconf fails to disable modules in apache and apache-ssl For Example: When I type apache-modconf apache-ssl disable mod_proxy_add_forward, the module is not removed from the modules.conf file. Even though I was able to use

[linux-dvb] Ringbuffer Overflows with av7110 driver

2004-06-18 Thread C.Y.M.
to sync on TS packet Is this normal behavior? Thanks... C.Y.M.

[linux-dvb] Vcd plug-in for is defaulting to PAL mode with av7110 driver

2004-06-14 Thread C.Y.M.
). Can anyone give me a hint as to where the av7110 driver is defaulting to PAL mode when it reads a video cd? Thanks, C.Y.M.

[linux-dvb] Re: Vcd plug-in for is defaulting to PAL mode with av7110 driver

2004-06-14 Thread C.Y.M.
change in the dvb-kernel, because nothing else has changed on my system. Thanks... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of C.Y.M. Sent: Monday, June 14, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: [linux-dvb] Vcd plug-in for is defaulting

[linux-dvb] Re: SuSE 9.1 and CVS drivers

2004-06-09 Thread C.Y.M.
You need to build the crc32 module in the kernel. That should solve it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christophe Massiot Sent: Wednesday, June 09, 2004 4:53 AM To: [EMAIL PROTECTED] Subject: [linux-dvb] Re: SuSE 9.1 and CVS

[linux-dvb] Audio/Video Desync During Playback

2004-06-08 Thread C.Y.M.
Can anyone tell my why my audio/video becomes desynced when I go to play back a recorded show? Live T.V is always fine. This does not always happen, but it seems to happen very often. Could this have to do with the DVB drivers being unable to handle variable frame rates in the video or slight

[linux-dvb] Re: Audio/Video Desync During Playback

2004-06-08 Thread C.Y.M.
Does this have to do with PCR != VPID || PCR != APID ? Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of C.Y.M. Sent: Tuesday, June 08, 2004 3:37 AM To: [EMAIL PROTECTED] Subject: [linux-dvb] Audio/Video Desync During Playback Can anyone

[linux-dvb] Re: [PATCH] kernel i2c driver for skystar2

2004-06-07 Thread C.Y.M.
Was this an additional change? --- dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c 2004-06-07 04:10:34.0 -0700 +++ /usr/src/Linux-DVB.CVS/dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c 2004-05-27 02:27:24.0 -0700 @@ -136,7 +136,6 @@

[linux-dvb] Loading eeprom module causes kernel oops (2.6.6) with CVS dvb-kernel and Nexus-S

2004-05-29 Thread C.Y.M.
Hello, When I attempt to load the eeprom module for i2c support, I get the following kernel oops (using kernel version 2.6.6, CVS dvb-kernel, and a Nexus-S): May 29 00:08:57 nofear kernel: Unable to handle kernel NULL pointer dereference at virtual address May 29 00:08:57 nofear

[linux-dvb] Proposed patch for av7110.c

2004-05-24 Thread C.Y.M.
I have noticed that when I type dmesg, the printout says that I am using a "rev2.1" card, but infact my card is a "rev2.2". Please let me know if this patch is acceptable: --- av7110.c.org 2004-05-24 12:58:34.0 -0700+++ av7110.c 2004-05-24 12:58:54.0 -0700@@ -1633,7

<    1   2   3