I can confirm this issue is resolve with zfs-dkms 2.1.12-2~bpo12+1 from
bookworm-backports.
Kind regards,
Richard
Tags: bookworm, fixed
It looks like this has been fixed in 2.1.12:
https://github.com/openzfs/zfs/pull/14920
2.1.12-1 is already in unstable. Please consider including this fix in
Debian stable (bookworm) as well.
Upstream issue report: https://github.com/openzfs/zfs/issues/14383
Package: zfs-initramfs
Version: 2.1.11-1
Severity: normal
I have ZFS setup with rootfs which is mounted at boot in /root by initramfs.
This causes the ZFS snapshots to be mounted in /root/.zfs/snapshot instead
of /.zfs/snapshot
Accessing any snapshot in /.zfs/snapshot gives this error:
Too many
Hi Daniel,
Thanks for reporting and tracking down the fix.
Do I understand correctly that the fix is confirmed to resolve the
issue for you?
Yes, it fixes the issue for me. No more dbus erorrs since I changed the
file.
Now, /etc/pam.d/netatalk is obviously a generated file, so for a
persis
Package: netatalk
Version: 3.1.12~ds-8
Severity: normal
Tags: patch
I am using netatalk for time machine backups. After every session I see this
line in /var/log/auth.log
2023-07-01T22:31:47.223949+02:00 my-server dbus-daemon[1538889]: [system]
Rejected send message, 2 matched rules; type="metho
ossibly preceding support for SendEnv?
> that seems sufficient workaround if user_readenv is deprecated,
> but this is all speculative.
The comment for etch is about "envfile=/etc/default/locale" which is
read regardless of the user_readenv setting. See the man page for pam_env.
Kind regards,
Richard van den Berg
Package: python3-spf-engine
Version: 2.9.2-2
Severity: normal
python3-spf-engine 2.9.2-2 still builds an url to www.openspf.net in
/usr/lib/python3/dist-packages/spf_engine/__init__.py on line 370:
def _rejectmessage(result, type, info, ip, recipient, configData):
if result[3] == 'reject':
On 07/12/2020 19:34, Faustin Lammler wrote:
Or maybe a configuration error? Check for open_files_limit in your
configuration files or directly in mariadb with:
| SHOW GLOBAL VARIABLES LIKE 'open_files_limit';
It seems fine now:
MariaDB [mysql]> SHOW GLOBAL VARIABLES LIKE 'open_files_limit';
+-
Hi Faustin,
On 07/12/2020 18:56, Faustin Lammler wrote:
This can not be considered as a bug and you are asking to make default
an increase of the max_open_files option because your setup needs it.
This is a very small home server with only 2 databases and 2 users. I
assumed this was a general
Package: mariadb-server-10.3
Version: 1:10.3.27-0+deb10u1
Severity: normal
When starting the mariadb service it warns:
Dec 6 07:01:05 myhost mysqld[24031]: 2020-12-06 7:01:05 0 [Warning] Could not
increase number of max_open_files to more than 16384 (request: 32191)
This warning is because /l
On 25-11-2020 02:11, Michael Biebl wrote:
Can you break this down to a more minimal test case which would make
this easily reproducible with systemd from unstable?
This reproduces the issue with 246.6-2~bpo10+1:
1) Create a normal unit file /etc/systemd/system/test-start.service with
contents
This looks a lot like https://github.com/systemd/systemd/issues/17312
which apparently was fixed by https://github.com/systemd/systemd/pull/16885
Can this PR be applied to the debian systemd package in unstable? Or do
I need to wait until 247 is officially released?
Package: ifupdown
Version: 0.8.35
Severity: normal
In /usr/share/man/man5/interfaces.5.gz the following example is giving for
auto eth0
allow-hotplug eth1
iface eth0 inet dhcp
iface eth0 inet6 auto
iface eth1 inet static
address 192.168.1.2/24
Package: dovecot-core
Version: 1:2.3.4.1-5+deb10u1
Severity: normal
The file /lib/systemd/system/dovecot.service contains the line
PIDFile=/var/run/dovecot/master.pid
The directory /var/run is considered legacy since Debian buster. Please
change this to /run
-- Package-specific info:
-- System
Package: fail2ban
Version: 0.10.2-2.1
Severity: normal
The file /lib/systemd/system/fail2ban.service contains 2 lines that use the
legacy /var/run directory:
ExecStartPre=/bin/mkdir -p /var/run/fail2ban
PIDFile=/var/run/fail2ban/fail2ban.pid
Please change them to use /run instead.
-- System Inf
Package: mariadb-server-10.3
Version: 1:10.3.18-0+deb10u1
Severity: normal
In /lib/systemd/system/mariadb.service and /lib/systemd/system/mariadb@.service
the line
ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld
should use /run/mysqld since /var/run is considered legacy
Package: unattended-upgrades
Version: 1.11.2
Severity: normal
/lib/systemd/system/unattended-upgrades.service contains this line:
RequiresMountsFor=/var/log /var/run /var/lib /boot
However on buster there is no mount point for /var/run, but for /run
-- System Information:
Debian Release: 10.2
I just had to resort to modifying /etc/bash.bashrc which is really ugly IMHO.
Is there anything I can do to make this functionality sane in Debian?
Kind regards,
Richard van den Berg
I was able to get a stack trace and reported this upsteam at
https://jira.mariadb.org/browse/MDEV-21010
I found the debug packages in
http://debug.mirrors.debian.org/debian-debug/pool/main/m/mariadb-10.3/
It seems I broke my apt preferences so it could not find them automatically.
Running mysqld now with a gdb on standby...
Any pointers to where I can find mariadb-server-core-10.3 for buster with debug symbols would be
appreciated.
I had looked at https://wiki.debian.org/HowToGetABacktrace but I might
be missing something obvious.
https://packages.debian.org/search?keywords=mariadb-server-core-10.3
shows mariadb-server-core-10.3-dbgsym to be only available for sid, but
I am on buster.
# apt update
Hit:4 http://deb.debian.or
On 01/11/2019 22:18, Otto Kekäläinen wrote:
> Did you report this bug upstream (as the output said "To report this
> bug, see https://mariadb.com/kb/en/reporting-bugs";). This is unlikely
> related to the packaging done in Debian.
I did not report this upstream yet. The proper thing to do with the
Package: mariadb-server-10.3
Version: 1:10.3.17-0+deb10u1
Severity: important
I run mysqldump (through automysqlbackup) daily. Several times per week
during this backup mysqld hangs. The process however stays running and still
accepts TCP and socket connections, however no SQL queries are ever
ans
Dear package maintainer,
Can you please summarize what is needed for netatalk 3 to become available in
Debian? It seems bug#751121 is now fixed.
Kind regards,
Richard van den Berg
Package: siproxd
Version: 1:0.8.1-4+b1
Severity: important
siproxd can't load it's plugins:
Jun 12 22:15:18 majoron siproxd[30035]: plugins.c:88 ERROR:plugin
plugin_logcall.so not found - skipped
This plugin is installed in /usr/lib/x86_64-linux-gnu/siproxd but siproxd
looks for it in /usr/lib/s
This is really annoying.
https://packages.debian.org/stretch/collectd-core shows 5.5.1-1
https://packages.qa.debian.org/c/collectd.html shows 5.5.1-2 was
accepted on 2016-04-02
Please update packages.debian.org for sid
Richard
I'm running 1:9.9.5.dfsg-9+deb8u6 and I just found the below warnings
repeated every minute in my log. Please update db.root for bind9 in jessie.
Mar 28 21:03:55 majoron named[2716]: checkhints: h.root-servers.net/A
(198.97.190.53) missing from hints
Mar 28 21:03:55 majoron named[2716]: checkhint
I can confirm this problem stil exists in siproxd 1:0.8.1-4+b1 :
Feb 3 09:51:51 majoron siproxd[7025]: siproxd.c:526 received SIP type
REQ:REGISTER
Feb 3 09:51:51 majoron siproxd[7025]: utils.c:197
gethostbyname(sip.freevoipdeal.com) failed:
h_errno=1 [Unknown host]
Editing /etc/hosts and re
On 02-02-16 23:21, Geert Stappers wrote:
> 'patch' as "unified patch, output of `diff -u`"? (I didn't see it attached)
Patch as in "trivial to fix, here is how". Sorry for my poor .deb skills.
>> Creating /var/lib/siproxd/var/run/siproxd owned by siproxd:siproxd fixed the
>> warning.
> And that
Package: siproxd
Version: 1:0.8.1-4+b1
Severity: normal
Tags: patch
When running siproxd out of the box I got this in /var/log/messages:
Feb 2 21:54:48 majoron siproxd[20351]: utils.c:635 WARNING:couldn't create new
PID file: No such file or directory
Creating /var/lib/siproxd/var/run/siproxd
nd regards,
Richard van den Berg
The patch by Bernhard seems to work fine. This was bothering me since upgrading
to jessie. Thanks!
Richard
Package: rsyslog
Version: 8.4.2-1
Severity: wishlist
Tags: patch
After upgrading debian to jessie, logcheck reports the following:
Apr 29 06:35:42 rsyslogd0: action 'action 18' resumed (module
'builtin:ompipe') [try http://www.rsyslog.com/e/0 ]
Apr 29 06:35:42 rsyslogd-2359: action 'act
Package: logcheck-database
Version: 1.3.17
Severity: wishlist
Tags: patch
I was quite surprised that after a dist-upgrade I was flooded with systemd
messages from logcheck.
The appropriate rules are already available at
https://wiki.debian.org/systemd/logcheck
See also https://lists.debian.org/d
On 14-4-15 08:32 , Patrick Matthäi wrote:
> Ups, I wanted to say cronfile not screenshot :D
$ sudo cat /etc/cron.d/geoip-database-contrib
#
# Regular cron job for the geoip-database-contrib package,
# used to update the GeoLite database.
#
0 4 10 * * root[ -x /usr/sbin/geoip-database-con
Patrick Matthäi wrote on 13-04-15 18:15:
What is the content of those e-mails?
Something like this:
From: r...@example.com (Cron Daemon)
To: r...@example.com
Subject: Cron [ -x /usr/sbin/geoip-database-contrib_update ] &&
/usr/sbin/geoip-database-contrib_update > /dev/null
Content-Type: t
Package: liblz4-tool
Version: 0.0~r122-2
Severity: normal
I am not sure why this package has been named liblz4-tool instead of lz4.
This made it way too hard too find. Please provide a virtual package named
lz4 that depends on liblz4-tool.
-- System Information:
Debian Release: 7.8
APT prefers
On 21 sep. 2014, at 20:29, W. Martin Borgert wrote:
> If a package would change by adding another signature, then this
> would invalidate previous signatures.
Package formats like apk and jar avoid this chicken and egg problem by hashing
the files inside a package, and storing those hashes in a
Package: nmap
Version: 6.00-0.3
Severity: normal
Nmap 6.00 is quite buggy. Version 6.25 was released on November 29th 2012:
http://seclists.org/nmap-announce/2012/4
Please consider packaging it.
-- System Information:
Debian Release: 7.0
APT prefers stable
APT policy: (990, 'stable'), (400,
Package: sslh
Version: 1.13b-3.2
Severity: normal
The file /etc/logcheck/ignore.d.server/sslh uses [:digit:] to match
port numbers, but port numbers for well known ports are translated to service
names. The correct pattern to use is:
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (sslh|sslh-select)\[[[
Package: modsecurity-crs
Version: 2.2.5-2
Severity: normal
All requests are blocked with:
--e89aa861-H--
Message: Rule 7f2a17e96280 [id "950901"][file
"/usr/share/modsecurity-crs/activated_rules/modsecurity_crs_41_sql_injection_attacks.conf"][line
"77"] - Execution error - PCRE limits exceeded
I guess I should not have opened separate reports for this issue. Many
paths for lua scripts are wrong in the experimental scripts. This is the
list of scripts with issues:
modsecurity_crs_11_proxy_abuse.conf
modsecurity_crs_16_scanner_integration.conf
modsecurity_crs_40_appsensor_detection_point_
This pathname is also wrong in
experimental/modsecurity_crs_61_ip_forensics.conf
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
The same goes for appsensor_request_exception_profile.lua in the same file.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: modsecurity-crs
Version: 2.2.5-2
Severity: normal
In
/usr/share/modsecurity-crs/experimental_rules/modsecurity_crs_40_appsensor_detection_point_2.1_request_exception.conf
the path /usr/local/apache/conf/crs/lua/appsensor_request_exception_enforce.lua
should be /usr/share/modsecurity-crs/l
Package: modsecurity-crs
Version: 2.2.5-2
Severity: normal
In
/usr/share/modsecurity-crs/experimental_rules/modsecurity_crs_16_scanner_integration.conf
the path /etc/apache2/modsecurity-crs/lua/arachni_integration.lua should be
/usr/share/modsecurity-crs/lua/arachni_integration.lua
-- System Info
Package: modsecurity-crs
Version: 2.2.5-2
Severity: normal
/usr/share/modsecurity-crs/experimental_rules/modsecurity_crs_11_proxy_abuse.conf
includes the line:
SecGeoLookupDb /usr/local/apache/conf/modsec/GeoLiteCity.dat
On debian this file is provided by geoip-database-contrib as
/usr/share/Geo
abcde 2.5.4 and later now use eye3D for MP3 tagging. See
https://github.com/johnlane/abcde/blob/master/changelog
Kind regards,
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Thanks a lot for the quick fix. Will bind9 9.7.3.dfsg-1 in stable also be
fixed? I don't see any reports on http://www.debian.org/security/#DSAS and
http://lists.debian.org/debian-security-announce/2013/threads.html
Kind regards,
Richard van den Berg
I second this request. Adding
define(‘FS_METHOD’,'direct’);
to the wp-config.php and doing a temporary
chown -R www-data /usr/share/wordpress/wp-content/plugins
worked like a charm.
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe"
Package: wordpress
Version: 3.0.4+dfsg-1
Severity: normal
It seems that the several PHP constant are defined in both
/etc/wordpress/wp-config.php and /etc/wordpress/config-*.php leading to the
following warnings:
[Sun Feb 13 22:00:02 2011] [warn] [client 10.142.246.140] mod_fcgid: stderr:
PHP No
/deployment.properties
Adding -Djava.net.preferIPv4Stack=true made the Java plugin work in Iceweasel.
Regards,
Richard van den Berg
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26 (SMP w/2 CPU cor
On 12-8-10 11:37 , Ivan Vilata i Balaguer wrote:
DRUPAL-SA-CORE-2010-002 from 2010-08-12 includes several vulnerabilities, some
of them allowing malicious site identifying as existing users and gaining
administrative access.
This seems to be a bug in the OpenID implementation of Drupal. If
Package: wordpress
Version: 3.0.1-1
Severity: normal
Since version 3.0.1-1 in /etc/wordpress/wp-config.php the following define
is set:
define('WP_ALLOW_MULTISITE', true);
This causes some plugins like Google XML Sitemaps to stop working. Since the
debian package does not seem to use the multisi
I believe a fix for this bug is described at
http://bugs.gentoo.org/show_bug.cgi?id=316525
I use mysql as well on my sites.
Could this be the same as Debian #577784 ? If so, can you please release
a new version that includes the fix?
Regards,
Richard
--
To UNSUBSCRIBE, email to debian-bug
Package: php5-cgi
Version: 5.3.2-1
Severity: normal
I used php5-cgi 5.3.1 without any problems for months. Since I upgraded
to 5.3.1 I get the following messages, a few every hour. Site behaviour
seems normal as the errors occur not too often.
May 16 23:24:59 majoron kernel: php-cgi[26226] genera
I am running drupal6 6.16-1 with php5 5.3.1-5 without any issues. Please
report the issues you are having in http://drupal.org/node/360605
The only patch to 6.16 that is still being used is the one from
http://drupal.org/node/360605#comment-2621856
+// Hide E_DEPRECATED messages.
+if (defined
On 21-3-10 16:06 , Kurt Roeckx wrote:
I've been able to reproduce this with an s_server that uses
-ssl3 connecting with an s_client.
Thanks! Good to hear we're not crazy. :-) Any insights in the why/where
in the code? Or are you sending this upstream?
Richard
--
To UNSUBSCRIBE, email
On 18-3-10 00:19 , Kurt Roeckx wrote:
icedove is not using libssl nor gnutls but uses it's own ssl
library. So it might not be compatible with the current version.
The issue is that the postfix (in my case) and dovecot (Marcus' case)
server components report an error when using 0.9.8m. Th
On Wed, Mar 17, 2010 at 10:53:07PM +0100, Kurt Roeckx wrote:
> > I ran into similar problems with my dovecot (1.2.10-1) installation.
> > After upgrading to libssl0.9.8m-2 I'm unable to connect to my dovecot
> > server (which uses a self-signed certificate) using tls/ssl connections.
I am using d
On 14-3-10 12:31 , Kurt Roeckx wrote:
Can you reproduce it using an s_server and s_client?
Is there a way for s_server to simulate a starttls server?
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas..
On 14-3-10 12:31 , Kurt Roeckx wrote:
Can you reproduce it using an s_server and s_client?
Nope, that all seems to work just fine. Maybe a starttls works a little
different than a straight SSL connection? Port 465 of postfix works just
fine as well.
# openssl s_server -cert /etc/ssl/certs/p
Package: gallery2
Version: 2.3.1.dfsg-1
Severity: normal
/usr/share/gallery2/modules/remote/ is missing from this version. IIRC this
module was available in the previous Debian package.
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (990, 'stable'), (400, 'testin
On 13-3-10 20:19 , Kurt Roeckx wrote:
This works for me:
openssl s_client -CAfile ./vdberg.org.ca.pem -connect vdberg.org:26 -starttls
smtp
Interesting. Does this mean the issue is with postfix only? I checked
the postfix code and there is no use of X509_V_FLAG_CHECK_SS_SIGNATURE
that gr
On Sat, Mar 13, 2010 at 06:19:47PM +0100, Kurt Roeckx wrote:
> So I don't have a way to reproduce it. Can you send
> vdberg.org.ca.pem?
Sure. Here it is. Do you need my postfix.pem as well?
Richard
-BEGIN CERTIFICATE-
MIIDnzCCAwigAwIBAgIJAKv6nIzv+pQLMA0GCSqGSIb3DQEBCwUAMIGSMRMwEQYD
VQQKE
Package: libssl0.9.8
Version: 0.9.8m-2
Severity: important
With this version I am not longer able to use my self signed signatures in
postfix. The error that is reported in mail.log is:
Mar 13 15:42:59 majoron postfix/smtpd[14710]: SSL_accept error from
xxx.cable.ziggo.nl[94.209.xxx.yyy]: -1
Mar
On Sat, 27 Feb 2010 18:15:34 +, Colin Tuckley
wrote:
> A long time ago you opened Debian bug 114851
Wow, that is a very old bug!
> Do you still think that this is a useful feature bearing in mind that
> id3lib has been fixed for a long time and no one else has commented on
> the request?
N
Thanks for the hint Franck. That indeed is a bug in
/usr/share/wordpress/wp-admin/menu.php :
$submenu['options-general.php'][45] = array(__('Miscellaneous'),
'manage_options', 'options-misc.php');
$submenu['options-general.php'][45] = array(__('Security'),
'manage_options', 'options-securi
On Wed, 13 Jan 2010 15:46:59 +0100, "Thijs Kinkhorst"
wrote:
> Are you interested to join?
I know nothing about maintaining debian packages, and only very little
about
phpbb3. I just use it on my site (and I don't even use the debian package
because the phpbb3 I use is heavily modified).
Beside
The last activity shown on http://packages.qa.debian.org/p/phpbb3.html is
from almost a year ago. Should we consider the phpbb3 package to be
unmaintained?
Regards,
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
Package: gallery2
Version: 2.3-1
Severity: normal
When configuring the gallery2 package, it asks for a
"Database admin user account capable of creating new databases."
In other debian packages that use MySQL, the install scripts creates a new
database and a new MySQL user with write access to that
Package: wordpress
Version: 2.8.6-1
Severity: normal
I just moved my wordpress blogs from one debian host to another. When
recreating the databases and configs, I noticed the $upload_path and
$upload_url_path are now being set in the config file. I knew for sure
I had overridden them using the Das
Package: roundcube
Version: 0.2.2-1
Severity: normal
As you can see below I set the default language to nl_NL, however
/etc/roundcube/main.inc.php showed:
$rcmail_config['language'] = null;
I set this to nl_NL manually to get the desired effect.
-- System Information:
Debian Release: 5.0.2
AP
I tried the URL from the advisory on my wordpress 2.7.1-2 blog, and it
said the key was invalid. The admin password was not reset.
Regards,
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o
On Thu, June 4, 2009 09:08, Andrea De Iacovo wrote:
> The fix should be something really simple like checking user preferences
> before proceding to the upgrade. I hope to have a fix ready in the next
> days.
I might be mistaken, but doesn't the upgrade.php assume that the wordpress
php files are
Package: drupal6
Version: 6.11-1
Severity: normal
A new verions of Drupal 6.x is available from http://drupal.org/project/drupal
which fixes a cross site scripting bug. Please package it.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Tro
Package: libmp3-info-perl
Version: 1.23-1
Severity: normal
I have ReplayGain information in APE tags on my mp3s created by mp3gain.
Using this simple test program:
#!/usr/bin/perl
use MP3::Info;
$file=$ARGV[0];
$info=get_mp3tag($file,2,1,1);
while ( ($k,$v) = each %$info ) {
print "$k => $
Package: libmp3-tag-perl
Version: 0.9710-1
Severity: minor
/usr/share/man/man3/MP3::Tag::ID3v2.3pm.gz says:
If there are multiple occurences of a frame in one tag, the first
frame is returned with its normal short name, following frames of
this type get a '00', '0
Package: amavisd-new
Version: 1:2.6.2-2
Severity: normal
Tags: patch
I receive the following logging:
Apr 2 00:28:03 vps amavis[7146]: (07146-18) Negative SMTP resp. to DATA: 503
5.5.1 Error: need RCPT command
Apr 2 00:28:03 vps amavis[7146]: (07146-18) (!)SEND via SMTP:
postmas...@example.co
I've created a quick patch that works for me.
*** /usr/bin/abcde Sat Mar 14 22:56:31 2009
--- /tmp/abcde.new Sun Mar 29 13:06:18 2009
***
*** 802,812
"$ABCDETEMPDIR/track$1.$OUTPUT"
;;
Package: abcde
Version: 2.3.99.6-1
Severity: wishlist
I recently started using iTunes on my mp3 collection created by abcde.
iTunes expects the TPE2 id3v2 tag to be set on multi/various artists albums.
It would be great if abcde could set this tag to "Various Artists" when a
multi artist CD is det
Package: atmailopen
Version: 1.03+dfsg+svn91-1
Severity: normal
This package is not properly documented. There is no installation guide, and
no explanation of the settings in /usr/share/atmailopen/libs/Atmail/Config.php
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy:
Package: atmailopen
Version: 1.03+dfsg+svn91-1
Severity: grave
Tags: security
Justification: user security hole
When atmailopen is enabled on a site by editing /etc/atmailopen/apache.conf
or /etc/atmailopen/lighttpd.conf the software allows anyone with access to
the web server to make a connection
Package: atmailopen
Version: 1.03+dfsg+svn91-1
Severity: normal
In /usr/share/atmailopen/libs/Atmail/Config.php mailserver_auth is set to 1.
This
makes atmail log in to the imap server using usern...@domain. This is
incompatible with
dovecot. I believe the sane default for mailserver_auth is 0.
Package: atmailopen
Version: 1.03+dfsg+svn91-1
Severity: normal
The default /usr/share/atmailopen/libs/Atmail/Config.php uses the University
of Washington LDAP server:
'ldap_server' => 'directory.washington.edu',
'base_dn' => 'o=University of Washington,c=US',
This is very confusing and shou
On 5-1-2009 23:58, Thijs Kinkhorst wrote:
>> For example by packaging
>> phpbb 3.0.4?
>>
>
> This is unfortunately not possible, because Lenny is already frozen.
>
Understood, but what about sid (or experimental)?
Regards,
Richard
Are there any plans to fix this important bug? For example by packaging
phpbb 3.0.4?
Regards,
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Laurens Blankers wrote:
The Wordpress media upload functionality does not work with the newest
Acrobat Flash plugin (10) although it works fine with the previous
version (9).
I can confirm that this bug is also present in the 2.6.2-1 version of
the Debian wordpress package.
Regards,
Ric
Package: wordpress
Version: 2.6.2-1
Severity: wishlist
Wordpress 2.7 has been released. It would be great if it could replace
version 2.6.2 that is currently in experimental.
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (990, 'stable'), (400, 'testing'), (30
Package: wordpress
Version: 2.6.2-1
Severity: minor
In /usr/share/doc/wordpress/README.Debian there is a reference to the
non-existing URL http://codex.wordpress.org/Backing_up_your_database
please change this to http://codex.wordpress.org/Backing_Up_Your_Database
-- System Information:
Debian Re
Package: wordpress
Version: 2.6.2-1
Severity: wishlist
With the recent serious vulnerabilitites found, I'd appreciate it if the
experimental package of wordpress could be updated. I'd rather not be forced
to downgrade to 2.5.x.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT
On 8-11-2008 0:09, Andrea De Iacovo wrote:
> 6. we can try to prepare a workaround while we wait an officile fix from
> upstream: maybe I could implement a function to check out if dangerous
> cookies are present and stop any other operation until those cookies are
> not removed.
>
There is an
Fyodor wrote:
I'm afraid it isn't that easy. nmap.1 is generated from DocBook
source (docs/nmap.xml in the Nmap tarball) using xsltproc. The best
solution would be to fix whatever part of the toolchain is producing
the invalid nroff. If you have suggestions or ideas, I'd be happy to
hear them.
Package: nmap
Version: 4.50-4
Severity: normal
When running "man nmap", I get:
/tmp/zmanLs6Vo2:999: a special character is not allowed in a name
/tmp/zmanLs6Vo2:999: warning: `nse' not defined (probable missing space
after `ns')
/tmp/zmanLs6Vo2:1025: warning: `nse)' not defined (probable missing s
Can someone please update the debian package? Nikto 2.0 has been
released: http://www.cirt.net/code/nikto.shtml
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Stefan Fritsch wrote:
> From the source it appears that this error message can only appear
> when you have RewriteRules in either .htaccess, context,
> or context. So look for those.
>
Thanks for that pointer. Now I found the offending rules, inside a
site-enabled file for my webmail virtua
/unknown.gif, referer:
http://rob.roukens.org/images1/
> Do you have any .htaccess files, either in /usr/share/apache2/icons or
> in /home/erik/rob_html?
>
Nope, no .htaccess files in those directories, or images1 directory.
Richard
--
Met vriendelijke groeten,
Richard va
All I have for rewrite rules are like the following, stripping www from
the site name. They are in /etc/apache2/sites-available/default
RewriteCond %{HTTP_HOST} www.rob.roukens.org [NC]
RewriteRule ^.*$ http://rob.roukens.org/ [R,L]
Here is one example of a virtual host that showed this
1 - 100 of 142 matches
Mail list logo