Bug#436702: bind9: unresponsive /usr/sbin/named process on amd64 arch

2007-08-08 Thread Teodor MICU
Package: bind9 Version: 1:9.3.4-2etch1 Severity: normal The /usr/sbin/named process became unresponsive. It didn't respond to queries, rndc failed with could not connect or something similar. I have sent and SEGV to obtain a core dump (about 90MB) and this is the stacktrace: (gdb) bt #0

Bug#360735: openswan: 'pluto' terminated with signal 11, Segmentation fault.

2006-06-30 Thread Teodor MICU
Package: openswan Version: 1:2.2.0-8 Followup-For: Bug #360735 We are trying to create a VPN tunnel with IPSec between two networks. At one point we have version 2.4.5 and at the other end we have 2.2.0-8 from a pure Debian Sarge distribution. As I have read from 'bugs.debian.org' the problem

Bug#385469: smbfs: '+' character beggins a comment in '/etc/samba/smb.conf' configuration file

2006-08-31 Thread Teodor MICU
Package: smbfs Version: 3.0.22-1 Severity: minor After package 'smbfs' installation the default configuration file contains a '+' character at the beggining of a comment line. The request for the maintainers is to check the post-install scripts in order to create the configuration file without

Bug#600262: apt: random_sleep should not be executed if anacron has started the cron.daily script

2010-12-07 Thread Teodor MICU
Hi, On Mon, Oct 25, 2010 at 3:59 PM, Teodor MICU mteo...@gmail.com wrote: Ok, I see. So the first version of the patch avoids the first problematic time. For the second problematic time I could prepare a new patch to: [..] 2) check for the current hour and if less or equal to 7 to also

Bug#608744: unblock: mercurial-server/1.1-1

2011-01-03 Thread Teodor MICU
Hi, 2011/1/3 Mehdi Dogguy me...@dogguy.org: I think it's too late to get it back in Squeeze. What would be the risk of including this package with no release critical bugs into 6.0? There are packages with RC bugs that are ignored and still allowed to be released with 6.0, but a package with

Bug#608881: proftpd-basic: postinstall warning about missing /var/run/proftpd dir

2011-01-04 Thread Teodor MICU
2011/1/4 Francesco P. Lovergine fran...@debian.org: severity 608881 minor thanks Ok The grep check against inetd can be hide by --silent or --quiet, indeed. Or grep -q. It is not used as such, but it is also the only appropriate directory, because it has to exist at run-time after init

Bug#608892: proftpd-basic: should add proftpd and ftp users with their own unique group

2011-01-04 Thread Teodor MICU
2011/1/4 Debian Bug Tracking System ow...@bugs.debian.org: This is an automatic notification regarding your Bug report which was filed against the proftpd-basic package: #608892: proftpd-basic: should add proftpd and ftp users with their own unique group It has been closed by Francesco P.

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-21 Thread Teodor MICU
[Harald please CC: my address otherwise I could not see your responses] 2011/1/20 Harald Jenny har...@a-little-linux-box.at: I checked with other init scripts an in order to have a consistent coding style in the init script I replaced the with if-clauses - could you take a look at it and

Bug#608744: unblock: mercurial-server/1.1-1

2011-01-21 Thread Teodor MICU
2011/1/3 Mehdi Dogguy me...@dogguy.org: On 01/03/2011 11:31 AM, Teodor wrote: Please unblock package mercurial-server. The two RC bugs for this package were fixed so it should get back for inclussion in Debian 6.0 (squeeze). I think it's too late to get it back in Squeeze. I guess this

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-21 Thread Teodor MICU
2011/1/21 Agustin Martin agmar...@debian.org: if [ $MILTERSOCKET ] [ `echo $MILTERSOCKET | grep -v ^inet` ]; then but as Teodor points out (just read it), second check seems to be enough. Only that I realized latter the intention of this construction. My previous suggestion was to use this

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
Hi, 2011/1/24 Harald Jenny har...@a-little-linux-box.at: 7) You should probably add -q for all these executions to avoid unwanted strings during start/stop/restart.   `echo $MILTERSOCKET | grep -v ^inet` If MILTERSOCKET is checked to contain text too? Yes, it does cover the case where

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
Hi, 2011/1/24 Agustin Martin agmar...@debian.org: On Mon, Jan 24, 2011 at 02:17:48PM +0100, Harald Jenny wrote: I will have a to check this - this is meant as a guard against accidently setting $MILTERSOCKET to . Good catch on this. I didn't though of this being empty. Damm, seems I wrongly

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
Hi, 2011/1/24 Julien Cristau jcris...@debian.org: Yes, it does cover the case where MILTERSOCKET contains something but not if it is empty. For this I would recommend 'printf' since 'echo -n' is not portable and not working with /bin/dash. Eh, what?     Scripts may assume that `/bin/sh'

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
2011/1/24 Harald Jenny har...@a-little-linux-box.at: Well as far as I know Debian currently only supports /bin/bash and /bin/dash as providers of /bin/sh so I guess it's currently safe to use echo -n in init scripts. It's fine. After some digging I guess I had in mind echo -e and echo -en

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
Hi again, 2011/1/24 Harald Jenny har...@a-little-linux-box.at: first thanks to everbody for the valuable input, it helped me a lot to improve this init script. Please take a look at the third version of my patch and comment on it. Overall it seems fine, just a few observations: 1) usually

Bug#608744: unblock: mercurial-server/1.1-1

2011-01-24 Thread Teodor MICU
2011/1/24 Neil McGovern ne...@debian.org: By the looks of things, Mehdi has already replied to your bug saying that we can't accept the package at this stage. Yes, I know. But I thought that it could also be a good candidate for a second thought as it has been for other packages too. I mean,

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
2011/1/24 Harald Jenny har...@a-little-linux-box.at: On Mon, Jan 24, 2011 at 06:37:37PM +0200, Teodor MICU wrote: 1) usually you should enclose with the full path here: +PIDFILE=/var/run/amavis/$NAME.pid +[ -r /etc/default/$NAME ] . /etc/default/$NAME You mean like this? PIDFILE=/var/run

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
Just ignore this. I probably need some coffee. Having MILTERSOCKET variable empty is also with the case with the proposed configuration where you set your default unix:path/to/socket value. Thanks 2011/1/24 Teodor MICU mteo...@gmail.com: One more important issue I think we missed so far

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
2011/1/24 Harald Jenny har...@a-little-linux-box.at: Ok although the PIDFILE line can be removed with the below code. I'm don't see where PIDFILE is removed. Yes. It should be a valid config if /etc/default/$NAME that doesn't contain anything. Actually it should be the default to have only

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-24 Thread Teodor MICU
2011/1/24 Harald Jenny har...@a-little-linux-box.at: On Mon, Jan 24, 2011 at 08:59:41PM +0200, Teodor MICU wrote: 2011/1/24 Harald Jenny har...@a-little-linux-box.at: Ok although the PIDFILE line can be removed with the below code. I'm don't see where PIDFILE is removed. Just take a look

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-25 Thread Teodor MICU
Hi, 2011/1/24 Harald Jenny har...@a-little-linux-box.at: On Mon, Jan 24, 2011 at 10:40:06PM +0200, Teodor MICU wrote: I can only spot some cosmetic issues, otherwise I see no problem. The change USER - SYSTEMUSER only makes the diff larger and not really necessary. I tend to disagree

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-25 Thread Teodor MICU
2011/1/25 Harald Jenny har...@a-little-linux-box.at: On Tue, Jan 25, 2011 at 04:57:42PM +0200, Teodor MICU wrote: Good catch. Indeed, $USER is defined on interactive sessions and I was only thinking about starting at boot. Yes therefor I think this change is also necessary do you agree? Yes

Bug#611283: gnome-commander: segmentation fault at startup

2011-01-27 Thread Teodor MICU
Package: gnome-commander Version: 1.2.8.6-3 Justification: renders package unusable Severity: grave Hi, After todays execution of unattended-upgrade for 'dmsetup libdevmapper1.02.1 libpango1.0-0 libpango1.0-common lvm2' I get segmentation fault at startup of gnome-commander every time. Yesterday

Bug#611283: gnome-commander doesn't start due to broken link on start_dir_*

2011-01-27 Thread Teodor MICU
severity 611283 normal retitle 611283 gnome-commander doesn't start due to broken link on start_dir_* quit I've found the cause to be a broken link configured for the start_dir_right parameter. Once the broken link was removed it had no problem to start (with a warning for missing directory).

Bug#611629: libc6: fail to upgrade with Can't locate auto/Hash/Util/bootstpap.al in @INC

2011-01-31 Thread Teodor MICU
Hi, 2011/1/31 Julian Andres Klode j...@debian.org: Definitely not a libc6 bug, and probably not a bug at all. It looks like your perl-base installation is corrupt. Indeed perl-base was corrupted. The question is how since I didn't modified it manually?! Does perl -e require Hash::Util;

Bug#611629: libc6: fail to upgrade with Can't locate auto/Hash/Util/bootstpap.al in @INC

2011-01-31 Thread Teodor MICU
Hi, 2011/1/31 Adam D. Barratt a...@adam-barratt.org.uk: Looking at the log, it doesn't appear the errors are actually due to libc6, however.  This section suggests a broken package; it would be interesting to narrow down which package caused it, so we can determine whether it is a local or

Bug#611629: libc6: fail to upgrade with Can't locate auto/Hash/Util/bootstpap.al in @INC

2011-01-31 Thread Teodor MICU
Hi, 2011/1/31 Julian Andres Klode j...@debian.org: Indeed perl-base was corrupted. The question is how since I didn't modified it manually?! Filesystem bug, system crash? That's the most probable cause due to a power failure last night combined with 'ext4' file systems. However, this shows

Bug#606651: unblock: iceweasel/3.5.16-1

2010-12-13 Thread Teodor MICU
Hi, Just a note, iceweasel's migration is blocked by sqlite3 [1]. I've seen this today on my systems where the packages where kept back on a dist-upgrade (manually added a PIN for the version in unstable until the release). So, this probably means an unblock for sqlite3 or a t-p-u upload. This

Bug#607823: cvsd: notice for chroot not working with nodev on partition /var

2010-12-23 Thread Teodor MICU
Hi, 2010/12/22 Arthur de Jong adej...@debian.org: On Wed, 2010-12-22 at 19:43 +0200, Teodor wrote: I've had three issues while setting up 'cvsd' with an existing repository: - no operation was working (i.e. cvs login) due to nodev mount option set for the /var partition where /var/lib/cvsd

Bug#607823: cvsd: notice for chroot not working with nodev on partition /var

2010-12-27 Thread Teodor MICU
2010/12/23 Arthur de Jong adej...@debian.org: On Thu, 2010-12-23 at 11:07 +0200, Teodor MICU wrote: 2010/12/22 Arthur de Jong adej...@debian.org: Indeed, some devices need to be created inside the chroot jail and are used by the cvs process. cvsd-buildroot should print a warning

Bug#607874: cvsd: sometimes on 'stop' multiple cvs processes remain running

2010-12-27 Thread Teodor MICU
Hi, 2010/12/23 Arthur de Jong adej...@debian.org: The hanging connections may also be a problem in cvs. I'm not sure but I guess some deadlock situations can occur in cvs. Even for read-only operations it uses locking. If you really need to support that many connections and read-only

Bug#616075: samba-common: install/upgrade should not depend on the presence of /etc/samba/smb.conf

2011-03-03 Thread Teodor MICU
Hi, 2011/3/2 Steve Langasek vor...@debian.org: It should; but I don't think you'll get usable samba packages with a missing smb.conf anyway, will you?  So that seems like a low-priority bug. I agree that it is not useful but I also don't use it on this particular system. On all other systems

Bug#561488: cacti: scripts/ping.pl gives nan for all devices

2011-03-11 Thread Teodor MICU
Version: 0.8.7g-2 Fixed in the above version, although a correctly strict match is 'icmp_[sr]eq' (without the '|' which was appropriate for () but not in [] regexp construction). Thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-14 Thread Teodor MICU
Hi Harald, I looked at your patch and I think those multiple checks in chain are prone to mistakes in some conditions. I've reported the same problem with clamav-milter [1] some time ago and I believe that is a cleaner and better implementation for checking SOCKET, SOCKET_TYPE and SOCKET_PATH.

Bug#567358: network-manager-openconnect: dbus warning at boot for unknown username nm-openconnect

2010-01-28 Thread Teodor MICU
Package: network-manager-openconnect Version: 0.7.2~20090715-1 Severity: normal Hi, Lately, at every system boot I've seen this warning: | Starting system message bus: dbusUnknown username nm-openconnect in message bus configuration file | . I've found the configuration file that gives this

Bug#567453: network-manager: PPPoE regression after upgrade from v0.7.2

2010-01-28 Thread Teodor MICU
Package: network-manager Version: 0.7.999-2 Severity: important Hi, I've upgraded network-manager* packages (hoping to solve some issues with VPN connections) but after reboot I cannot connect to the ISP over a PPPoE link: | info Activation (eth0) starting connection 'RDSNET:fiberlink' [..] |

Bug#567458: network-manager-gnome: does not save the password for PPTP system connections

2010-01-29 Thread Teodor MICU
Package: network-manager-gnome Version: 0.7.2-1 Severity: important Hi, The network-manager applet does not save the password for any PPTP connection that is Available for all users (and saved to /etc/N-M/system-connections). Any attempt of using a PPTP system connection will end up with: |

Bug#567461: network-manager-gnome: PPTP connections -- cannot select 128-bit security mode for MPPE

2010-01-29 Thread Teodor MICU
Package: network-manager-gnome Version: 0.7.2-1 Severity: normal Hi, Going to Network Connections - VPN - select a PPTP connection - Edit and from the new window on the VPN tab click on Advanced: - check Use Point-to-Point encryption (MPPE) - on Security change from All Available (Default) to

Bug#567465: network-manager-gnome: openvpn -- should allow to set a custom keysize

2010-01-29 Thread Teodor MICU
Package: network-manager-gnome Version: 0.7.2-1 Severity: wishlist Hi, Any openvpn connection will use the default keysize of 128 bits, but in practice there are keys of 256 or 400 bits (for BF). This setting should probably be in the same tab as 'cipher' as these are related to each other.

Bug#568163: claws-mail_3.7.4-1_mips failed to build on mayr

2010-02-02 Thread Teodor MICU
Package: claws-mail Version: 3.7.4-1 Severity: important Justification: fails to build from source Hi, The package claws-mail_3.7.4-1 has failed to build on mips and the cause seems to be the CHROOT, not the source code. Because of this the package did not migrate to testing: * 24 days old

Bug#569932: [Pkg-utopia-maintainers] Bug#569932: devicekit-disks: completely unusable due to devkit-disks-daemon segfault

2010-02-15 Thread Teodor MICU
On Mon, Feb 15, 2010 at 1:55 PM, Michael Biebl bi...@debian.org wrote: Teodor MICU wrote: On Mon, Feb 15, 2010 at 12:38 PM, Martin Pitt mp...@debian.org wrote: Teodor [2010-02-15 11:44 +0200]: Justification: renders package unusable I downgraded this to important, since it does not affect all

Bug#569932: [Pkg-utopia-maintainers] Bug#569932: Bug#569932: devicekit-disks: completely unusable due to devkit-disks-daemon segfault

2010-02-15 Thread Teodor MICU
On Mon, Feb 15, 2010 at 2:39 PM, Michael Biebl bi...@debian.org wrote: There is no -dbg package for devicekit-disks. The wiki explains how to compile a package with debug symbols. If those instructions are too cumbersome for you, I can provide you with such a debug package. Please send me

Bug#569932: [Pkg-utopia-maintainers] Bug#569932: devicekit-disks: completely unusable due to devkit-disks-daemon segfault

2010-02-15 Thread Teodor MICU
On Mon, Feb 15, 2010 at 3:36 PM, Michael Biebl bi...@debian.org wrote: devices_currently_polled = 0x8096f38 set-poll:/dev/sdd /dev/sde /dev/sdf /dev/sdc /dev/hda \n Interesting. Are all those devices hard drives, are they internal or external? The other disks sdc,sdd,sdf are probably from the

Bug#563895: diffutils: undeclared conflict with diff=2.8.1-12 (from lenny)

2010-01-08 Thread Teodor MICU
On Wed, Jan 6, 2010 at 7:14 PM, Santiago Vila sanv...@unex.es wrote: Nothing bad happens when 'diffutils' is installed but diff=2.8.1-12 is not upgraded automatically to the same version as 'diffutils', so there is no need to avoid that. Your problem came from removing diffutils, which was

Bug#561477: [security] must not RE-add /etc/apache2/conf.d/cacti.conf link on upgrade

2010-01-08 Thread Teodor MICU
severity 561477 wishlist retitle 561477 please improve the debconf question about web server configuration thanks On Thu, Jan 7, 2010 at 11:17 AM, Patrick Schoenfeld schoenf...@debian.org wrote: On Wed, Jan 06, 2010 at 05:44:28PM +0200, Teodor MICU wrote: Ok, now I see that this is a way

Bug#560250: usb-modeswitch: later udev versions output loads of syslog warnings

2010-01-09 Thread Teodor MICU
Package: usb-modeswitch Version: 1.0.5-1 Severity: normal Hi, I can confirm that replacing SYSFS with ATTR makes those warnings go away. I executed this command to make the substitution: # sed -i 's/SYSFS/ATTR/h' /etc/udev/rules.d/80-usb_modeswitch.rules Thanks -- System Information: Debian

Bug#567453: [Pkg-utopia-maintainers] Bug#567453: network-manager: PPPoE regression after upgrade from v0.7.2

2010-02-04 Thread Teodor MICU
Hi Michael, On Thu, Feb 4, 2010 at 3:21 AM, Michael Biebl bi...@debian.org wrote: Teodor MICU wrote: I've upgraded network-manager* packages (hoping to solve some issues with VPN connections) but after reboot I cannot connect to the ISP over a PPPoE link: could you please run NM_PPP_DEBUG=1

Bug#568647: openvpn: init.d script is missing LSB soft dependency with 'network-manager'

2010-02-06 Thread Teodor MICU
Package: openvpn Version: 2.1.0-1 Severity: important Tags: patch Hi, On desktop hosts were network-manager (and the GUI applet) is used to configure the network, openvpn is started too early (before network-manager) and stopped too late (after network-manager). This patch fixed the problem for

Bug#568355: cacti: preconfigure and configure prints [: 367: missing ]

2010-02-06 Thread Teodor MICU
Hi Sean, On Thu, Feb 4, 2010 at 10:34 AM, sean finney sean...@debian.org wrote: can you reproduce this if you dpkg-reconfigure cacti? if so, try running export dbc_debug=1 and share the output (watch out for passwords in the output though).  i'm curious to find if this is a problem with cacti

Bug#568163: claws-mail_3.7.4-1_mips failed to build on mayr

2010-02-08 Thread Teodor MICU
On Wed, Feb 3, 2010 at 8:10 PM, Luk Claes l...@debian.org wrote: Ricardo Mones wrote: On Tue, 02 Feb 2010 22:44:49 +0200 Teodor MICU mteo...@gmail.com wrote: The package claws-mail_3.7.4-1 has failed to build on mips and the cause seems to be the CHROOT, not the source code. Because

Bug#499946: iceowl: please upload v0.9 to unstable in time to be included in squeeze.

2009-12-28 Thread Teodor MICU
Thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#562736: vzctl: vzmigrate script depends on bash and should use echo instead of printf

2009-12-28 Thread Teodor MICU
Hi Ola and James, On Mon, Dec 28, 2009 at 7:30 PM, Ola Lundqvist o...@debian.org wrote: When it comes to the echo versus printf I have tested both the original printf solution, your suggestion and the echo solution. As no options are needed to echo there are no compatibility issues in using

Bug#562977: claws-mail: compose window does not accept the 'eE' keys anymore

2009-12-29 Thread Teodor MICU
Package: claws-mail Version: 3.7.3-1 Severity: normal Hello, For a few days I've noticed that in the Compose windows the 'e' and 'E' keys are no longer accepted. All other keys are working just fine. For e/E I have to use an inverted logic with SHIFT+CAPS since without SHIFT the key press is

Bug#494985: Fail to start at boot with hald-probe-input: segfault at 8000000 in libc-2.10.2.so

2009-12-31 Thread Teodor MICU
Package: hal Version: 0.5.14-1 Severity: normal Hi, For a couple of weeks (I think after the upgrade to .14 version) hal is printing a segfault at boot every time I start/reboot the system: | Starting Hardware abstraction layer: hald[ 141.950790] hald-probe-inpu[2114]: segfault at 800 ip

Bug#563176: claws-mail: sent messages are ALWAYS copied to the Outbox folder

2009-12-31 Thread Teodor MICU
Package: claws-mail Version: 3.7.3-1 Severity: important Hi, I've configured one accout to put sent messages to another folder than Sent Mail in this account. Still, all sent messages are copied to designated external folder AND to the Outbox folder for this account. This is a data loss for me

Bug#563176: claws-mail: sent messages are ALWAYS copied to the Outbox folder

2009-12-31 Thread Teodor MICU
On Thu, Dec 31, 2009 at 5:49 PM, Paul cl...@thewildbeast.co.uk wrote: This is not even a bug. If I understand your words correctly, you have found a fault with gmail's handling of messages, not Claws Mail's. Yes, by some people it can be considered a feature and for others a bug. For me it

Bug#563176: claws-mail: sent messages are ALWAYS copied to the Outbox folder

2009-12-31 Thread Teodor MICU
On Thu, Dec 31, 2009 at 6:52 PM, Paul cl...@thewildbeast.co.uk wrote: In that case it is a gmail bug, not a Claws Mail bug, because Claws Mail (when not used in conjunction with gmail) will put them only where you tell it to. Oh, this is the Gmail bug you are referring to. I know that Gmail

Bug#563176: claws-mail: sent messages are ALWAYS copied to the Outbox folder

2009-12-31 Thread Teodor MICU
On Thu, Dec 31, 2009 at 7:51 PM, Paul cl...@thewildbeast.co.uk wrote: Look on the Others tab in Claws Mail's compose window - this is the only place the sent mail will be saved. I've made several tests and this bug is only reproducible if the configured folder is NOT in the current account.

Bug#563176: claws-mail: sent messages are ALWAYS copied to the Outbox folder

2009-12-31 Thread Teodor MICU
On Thu, Dec 31, 2009 at 8:15 PM, Paul cl...@thewildbeast.co.uk wrote: Ok, so let's recap so that I can try to reproduce it. Can you confirm that the following is correct. * Set the IMAP (gmail) account's option 'save sent messages to' to an  MH folder * Compose a mail with the IMAP (gmail)

Bug#563895: diffutils: undeclared conflict with diff=2.8.1-12 (from lenny)

2010-01-05 Thread Teodor MICU
Package: diffutils Version: 1:2.8.1-18 Severity: serious Justification: Policy 7.6.1 Hello, I've added 'unstable' in my sources.list for some *noarch packages and after the last dist-upgrade the 'diffutils' package was installed due to being 'Essential: yes'. However, I realized that this

Bug#563895: diffutils: undeclared conflict with diff=2.8.1-12 (from lenny)

2010-01-06 Thread Teodor MICU
reopen 563895 thanks [I don't like playing ping-pong with close and reopen but in this case I think you misunderstood the environment] On Wed, Jan 6, 2010 at 2:17 PM, Santiago Vila sanv...@unex.es wrote: In testing and unstable, diff is now a dummy package which depends on diffutils. That is

Bug#561477: [security] must not RE-add /etc/apache2/conf.d/cacti.conf link on upgrade

2010-01-06 Thread Teodor MICU
[please don't use -quiet as I didn't received the responses though I want to contribute were I can] 2010/1/4 Patrick Schoenfeld schoenf...@debian.org: I've noticed in the past that cacti RE-adds the symbolic link conf.d/cacti.conf on every upgrade even if the source file was *manually*

Bug#563955: cacti: Undefined index: local_data_id in graphs_new.php on line 202 (v0.8.7e)

2010-01-06 Thread Teodor MICU
Package: cacti Version: 0.8.7e-1.1 Severity: normal Tags: patch Hi, I'm receiving this error message every time I'm creating a graph from a custom template that does not create any new RRDs: | Notice: Undefined index: local_data_id in | /usr/share/cacti/site/graphs_new.php on line 202 | |

Bug#563895: diffutils: undeclared conflict with diff=2.8.1-12 (from lenny)

2010-01-06 Thread Teodor MICU
On Wed, Jan 6, 2010 at 6:16 PM, Santiago Vila sanv...@unex.es wrote: So: What exactly are you complaining about? I'm not complaining about anything. I've fixed my local problem simply by reinstalling 'diff' to have the missing binaries back. This bug report is about improving and essential

Bug#505065: squid: a previous bad configuration causes start/restart to fail

2009-01-06 Thread Teodor MICU
Package: squid Version: 2.7.STABLE3-1 Followup-For: Bug #505065 I've encountered this problem on both 'etch' and current 'lenny' versions. This is one reproducable scenario: squid was running just fine and I've modified this following line by adding 'tproxy'. http_port 3128 transparent With

Bug#572048: tomcat6: fails to start after upgrade to v6.0.24-2

2010-03-03 Thread Teodor MICU
Hello, On Tue, Mar 2, 2010 at 1:07 AM, Ludovic Claude ludovic.claud...@googlemail.com wrote: The changes were motivated by the fact that jscv is unreliable (see #561559) and is hard to use when you need to setup Tomcat with ports 1024. Upstream maintains the catalina.sh script and recommends

Bug#580830: openvpn: update-resolv-conf script needs resolvconf package

2010-05-09 Thread Teodor MICU
Hi, On Sun, May 9, 2010 at 5:07 AM, Joao Eriberto Mota Filho eribe...@eriberto.pro.br wrote: The update-resolv-conf script needs resolvconf package to work. So I suggest change the resolvconf from Suggests to Recommends (or Depends) field into debian/control. I think the most users need to

Bug#574832: [security] possible symlink attack against /tmp/ddclient.cache

2010-03-21 Thread Teodor MICU
Hi, On Sun, Mar 21, 2010 at 6:43 PM, Nico Golde n...@debian.org wrote: From what I see it is using /var/cache/ddclient/ddclient.cache. Can you elaborate why you think it's using /tmp/? It doesn't apper to be using that directory. This is what I have on my laptop: | d...@r2:~$ ls -l

Bug#519286: network-manager-pptp: on stop doesn't remove the route to PPTP server

2010-02-25 Thread Teodor MICU
retitle 519286 network-manager-pptp: on stop doesn't remove the route to PPTP server found 519286 0.8-1 thanks Hi Berni, I'm following up on this bug report since I've seen a related routing problem for PPTP connections. Can you confirm if the problem reported by you was improved in the

Bug#569932: devicekit-disks: completely unusable due to devkit-disks-daemon segfault

2010-02-25 Thread Teodor MICU
tag 569932 -moreinfo thanks On Mon, Feb 15, 2010 at 12:38 PM, Martin Pitt mp...@debian.org wrote: Severity: grave Justification: renders package unusable I downgraded this to important, since it does not affect all users. Yes, it turns out that only my workstation (i386) is affected, on the

Bug#567458: network-manager-gnome: fails to connect to any VPN system connection: 'No VPN secrets!'

2010-02-25 Thread Teodor MICU
found 567458 0.8-1 retitle 567458 fails to connect to any VPN system connection: 'No VPN secrets!' thanks It seems that this problem is not for PPTP connections only, but for all type of VPN connections that were made available to all users. I've tested PPTP and openvpn only because I don't have

Bug#567548: tomcat6: still a lot of garbage on package removal

2010-03-01 Thread Teodor MICU
reopen 567548 thanks On Mon, Mar 1, 2010 at 10:07 AM, Teodor mteo...@gmail.com wrote: attached file for the console log). The problem seems to be for a missing '/' at Forgot to attached the file in the previous message. tomcat6 Description: Binary data

Bug#574729: apt pinning doesn't work for essential packages

2010-04-01 Thread Teodor MICU
reopen 177952 found 177952 0.7.20.2+lenny1 fixed 177952 0.7.25.3 thanks The main point of these old bug reports is that there is no way of (willingly) preventing the installation of an essential package. In our present time we're confronting with the 'diff' - 'diffutils' transition of an

Bug#562736: vzctl: vzmigrate script depends on bash and should use echo instead of printf

2009-12-27 Thread Teodor MICU
On Sun, Dec 27, 2009 at 4:31 PM, James Stanley ja...@incoherency.co.uk wrote: Package: vzctl Version: 3.0.23-8 2.) It should use echo -ne instead of printf as it passes text as separate arguments and printf only prints the first Please don't! The recommendation is to go in the oppossite

Bug#563176: claws-mail: sent messages are ALWAYS copied to the Outbox folder

2010-11-24 Thread Teodor MICU
Hi, 2010/11/22 Ricardo Mones mo...@debian.org: On Thu, 31 Dec 2009 20:22:08 +0200 Teodor MICU mteo...@gmail.com wrote: Yes. Also, you can use a local SMTP server to avoid any suspicion about Gmail adding the message. I've performed a last test with Configuration - Preferences - Mail

Bug#604855: unblock: shibboleth-sp2/2.3.1+dfsg-3

2010-11-25 Thread Teodor MICU
Hi, 2010/11/25 Russ Allbery r...@debian.org: Ah, hm, that's a good point.  I hadn't thought about that, since the old Shibboleth modules depended on Apache.  But the current packages only recommend. I'm not sure the best way to do this.  Check for whether apache2.2-common is installed,

Bug#586810: indicator-applet-session: unusable due to removal of gdm/gdm3

2010-09-06 Thread Teodor MICU
severity 586810 grave quit Raising the severity due to the fact that the package cannot be installed in the current configuration. Probably this was fixed somehow by Ubuntu since there it is installed by default with 'gdm3'. Thanks -- To UNSUBSCRIBE, email to

Bug#531546: Bug #531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-21 Thread Teodor MICU
retitle 531546 empty graphs due to 'A DB Exec Failed' Poller[0] ERROR quit Hi, It seems that this old problem has an impact on 'squeeze' too. After upgrading from v0.8.7e-4 to 0.8.7g-1 all the graphs were with NaN from this point forward. The error message in cacti.log was like in the attached

Bug#531546: Bug #531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-21 Thread Teodor MICU
Hi again, On Tue, Sep 21, 2010 at 11:02 PM, Teodor MICU mteo...@gmail.com wrote: It seems that this old problem has an impact on 'squeeze' too. After upgrading from v0.8.7e-4 to 0.8.7g-1 all the graphs were with NaN from this point forward. I've been able to reproduce the problem. So far

Bug#531546: Bug #531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
Hi, On Tue, Sep 21, 2010 at 11:56 PM, sean finney sean...@debian.org wrote: some ideas/questions off the top of my head:  * did you get any sql upgrade errors after the package was updated? There were no sql upgrade scripts from 0.8.7e-4 to 0.8.7g-1. The upgrade says clearly that there are no

Bug#531546: Bug #531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
Hi, On Wed, Sep 22, 2010 at 9:23 AM, sean finney sean...@debian.org wrote: do you get the same problems if you also upgrade spine from the lenny version to the squeeze version (0.8.7e-2)?  i wouldn't be surprised that the poller from lenny is designed for different sql/schema and thus might

Bug#531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
On Wed, Sep 22, 2010 at 10:57 AM, Teodor MICU mteo...@gmail.com wrote: On Tue, Sep 21, 2010 at 11:56 PM, sean finney sean...@debian.org wrote: some ideas/questions off the top of my head:  * did you get any sql upgrade errors after the package was updated? There were no sql upgrade scripts

Bug#531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
Hi, On Wed, Sep 22, 2010 at 10:57 AM, Teodor MICU mteo...@gmail.com wrote: Yes, with 'cmd.php' I get the graphs but still at every 5 minutes there are SQL errors reported (see attached). Ok, the last test reveals that with 'cmd.php' used directly after upgrade the same SQL errors will appear

Bug#531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
[really attaching the SQL select queries] mysql use cacti; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql SELECT id FROM host WHERE disabled = '' ORDER BY id; ++ | id | ++ | 1 | |

Bug#531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
Hi, On Wed, Sep 22, 2010 at 12:00 PM, Stephane Dudzinski steph...@cp.dias.ie wrote: We did upgrade a box from Lenny to Squeeze and it indeed kept all its graphs this time, this is what we are currently using: ii  rrdtool                             1.4.3-1 ii  cacti                          

Bug#531546: empty graphs due to 'A DB Exec Failed' Poller[0] ERROR

2010-09-22 Thread Teodor MICU
Hi, On Wed, Sep 22, 2010 at 4:48 PM, Stephane Dudzinski steph...@cp.dias.ie wrote: I have just upgraded to 0.8.7g-1, backed up the DB before doing so then did the web interface upgrade steps, it said there was no SQL upgrade. And it is still happily graphing. So I am guessing your problem is

Bug#602172: [openvpn] openvpn doesn't start without manually created nobody group

2010-11-02 Thread Teodor MICU
severity 602172 normal tag 602172 + moreinfo unreproducible stop Hi, On Tue, Nov 2, 2010 at 10:50 AM, Matthieu Baechler matthieu.baech...@gmail.com wrote: Package: openvpn Version: 2.1.3-2 Severity: grave A freshly installed openvpn package won't start because it needs nobody group

Bug#602172: [openvpn] openvpn doesn't start without manually created nobody group

2010-11-02 Thread Teodor MICU
Hi Alberto, After I've sent the message I remembered that I shouldn't add these tags because these are meant only for the maintainer to use them. Let me know if you want me to revert any of these changes. Thanks On Tue, Nov 2, 2010 at 11:41 AM, Teodor MICU mteo...@gmail.com wrote: severity

Bug#578862: verify: close database /var/lib/postfix/verify_cache.db: No such file or directory

2010-11-03 Thread Teodor MICU
Package: postfix Version: 2.7.1-1 Severity: normal I've performed two tests: 1) I've created a symbolic link in /var/spool/postfix/var/lib/postfix to point to /var/lib/postfix/verify_cache.db and the error in the logs was: Nov 3 14:57:11 pinto postfix/verify[12164]: close database

Bug#602840: clamav-daemon: StreamMaxLength documentation wrong

2010-11-09 Thread Teodor MICU
Hi, 2010/11/8 btwotch btwo...@derdon.org: Package: clamav-daemon Severity: minor You write: +Template: clamav-base/StreamMaxLength +Type: string +Default: 0 +_Description: Maximum stream length (unit Mb) allowed: + You can set a limit on the stream length that can be scanned. + . +

Bug#602532: debian-archive-keyring: please add key for backports.debian.org

2010-11-10 Thread Teodor MICU
Hi, 2010/11/10 Alexander Wirt formo...@debian.org: Teodor MICU schrieb am Wednesday, den 10. November 2010: I don't think that I should manually import a key for any official or semi-official repository from Debian. Because its double signed as announced [1]. The double signing will dropped

Bug#602532: debian-archive-keyring: please add key for backports.debian.org

2010-11-10 Thread Teodor MICU
Hi, 2010/11/9 Alexander Wirt formo...@formorer.de: Ehm this key is deprecated and isn't in use anymore. Nowadays we use the normal debian key. So I guess that bugreport can just get closed. Well, I have these repositories in my local sources.list: # backports from sid/testing .. deb

Bug#602840: clamav-daemon: StreamMaxLength documentation wrong

2010-11-10 Thread Teodor MICU
Hi, 2010/11/9 Török Edwin ed...@clamav.net: I don't see why you would want unlimited stream length though, that is a sure way of filling up your disk. I had some problems due to this StreamMaxLength in the past where the mail server (postfix) was stuck at scanning this 10M message and no

Bug#602532: debian-archive-keyring: please add key for backports.debian.org

2010-11-10 Thread Teodor MICU
Hi, 2010/11/10 Gerfried Fuchs rho...@deb.at: As far I can see there are no packages (yet) in squeeze-backports. Is there a reason to double sign it for squeeze?  Because from what I understood it's not possible to sign different parts of the archive with different sets of keys. Ok, I though

Bug#602532: debian-archive-keyring: please add key for backports.debian.org

2010-11-10 Thread Teodor MICU
reopen 602532 stop 2010/11/10 Teodor MICU mteo...@gmail.com: I've removed the old deprecated key on a system with Debian 5.0 and both lenny-backports and lenny-backports-sloppy enabled but there is a warning about the key missing *only* on Debian 6.0. So it seems that for lenny the deprecated

Bug#602532: debian-archive-keyring: please add key for backports.debian.org

2010-11-11 Thread Teodor MICU
Hi, 2010/11/11 Gerfried Fuchs rho...@deb.at:  However, the double signature got removed last night from the squeeze-backports release signature. Actually it got removed ages ago, but the Release file doesn't get regularly resigned and given that uploads to it are still blocked never got

Bug#600166: openvpn: at start it adds 40 bogus routes not specified in configuration

2010-10-22 Thread Teodor MICU
Hi, On Thu, Oct 21, 2010 at 2:03 PM, Alberto Gonzalez Iniesta a...@inittab.org wrote: I've got a new -2 package (same location) with upstream's solution, instead of mine. Would you mind testing it? That would probably be the one I upload to close this report. I've just tested this package

Bug#600262: apt: random_sleep should not be executed if anacron has started the cron.daily script

2010-10-23 Thread Teodor MICU
Hi, On Wed, Oct 20, 2010 at 3:33 PM, Goswin von Brederlow goswin-...@web.de wrote: Please apply this patch to avoid 'random_sleep' if the script was started by anacron. But if the system stays up all night then the jobs are also started by anacron. This time at the problematic time though.

Bug#600262: apt: random_sleep should not be executed if anacron has started the cron.daily script

2010-10-25 Thread Teodor MICU
Hi, On Sun, Oct 24, 2010 at 1:45 PM, Goswin von Brederlow goswin-...@web.de wrote: There ae 2 problematic times. The first is 6:25 without anacron installed. The second is 7:35 with anacron installed. Ok, I see. So the first version of the patch avoids the first problematic time. For the

Bug#603780: network_biopair_interop: error reading 5 bytes from the network: Connection reset by peer

2010-11-17 Thread Teodor MICU
Hi, 2010/11/17 Friedemann Stoyan fsto...@swapon.de: when sending mails with TLS-Encryption the smtp client complains: postfix/smtp[2141]: warning: network_biopair_interop: error reading 5 bytes from the network: Connection reset by peer I've had the same problem on a low bandwidth radio

  1   2   3   >