[Bug 372081] Re: Too rigid requirements

2009-05-05 Thread Patrick Schoenfeld
As you already say: mantis depends on apache OR httpd. Therefore it
already depends on an abstract web server package as you tell it,
because httpd is a meta-package that can be provided by any webserver
that likes to provide it. If your webserver is a package then you should
let it provide, if not then you can use equivs to create a dummy package
to fulfill the dependency.

** Changed in: mantis (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/mantis/+question/70011

-- 
Too rigid requirements
https://bugs.launchpad.net/bugs/372081
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291531] Re: multiple security vulnerabilites

2008-11-21 Thread Patrick Schoenfeld
Sorry, is nobody interested in fixing this?

-- 
multiple security vulnerabilites
https://bugs.launchpad.net/bugs/291531
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 273138] Re: Adding accounts to Mantis results in error

2008-11-21 Thread Patrick Schoenfeld
This is due to a misconfiguration. No bug.

** Changed in: mantis (Ubuntu)
   Status: New = Invalid

-- 
Adding accounts to Mantis results in error
https://bugs.launchpad.net/bugs/273138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292217] Re: on reinstallation the database is not recreated

2008-11-03 Thread Patrick Schoenfeld
Hmm. I don't know if this is a user mistake or an Ubuntu specific
problem. But I fail to reproduce this on Debian Sid with aptitude purge
and reinstallation after this. During purge dbconfig-common asks,
weither the database should be removed or not. What did you answer to
that question?

You wrote:
 Then I removed + purged it (I removed the database by hand).

The last part is making me think that you answered that you like to keep the 
database. In this case I can't see a bug.
The problem with this is, that if you say 'no' here and delete the database 
afterwards, that dbconfig-common cannot know that you deleted the database 
manually. It therefore does not ask database setup questions again, because it 
thinks that the database is *already* setup.


** Changed in: mantis (Ubuntu)
   Status: New = Invalid

-- 
on reinstallation the database is not recreated
https://bugs.launchpad.net/bugs/292217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 173558] Re: Mantis depends on apache2 instead of httpd

2008-10-31 Thread Patrick Schoenfeld
This bug is fixed since 1.0.8-4.

** Changed in: mantis (Ubuntu)
   Status: New = Fix Committed

-- 
Mantis depends on apache2 instead of httpd
https://bugs.launchpad.net/bugs/173558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148498] Re: sudo asks for wrong password

2007-12-06 Thread Patrick Schoenfeld
Hi,

what do you mean by upstream in this case? Debian? Or the sudo
developers? I think the problem with sudo is the same as in Debian Sid,
there referred to as #454409 [1]. The problem has a simple and a less
trivial solution:

1) The easy one first: Change debian/rules to not set default-prompt to
[sudo] password for %u, because %u is always replaced by the invoking
user. Soo simply removing for %u helps. See Debian BTS for the patch.
According to the Debian maintainer of sudo this will be done in the next
upload.

Unfortunately there is no alternative to %u that respects def_rootpw (or 
def_targetpw (?) in this case), so
the alternative is to

2) .. patch sudo to have a placeholder that is proper for this case. I
created a patch for Debian (where the problem was with the def_rootpw
option, but now I see that this patch is incomplete, because I've
forgotten that def_targetpw exists. So my patch needs to be updated.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454409

-- 
sudo asks for wrong password
https://bugs.launchpad.net/bugs/148498
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148498] Re: sudo asks for wrong password

2007-12-06 Thread Patrick Schoenfeld
Hi again,

I've written a patch to handle every possible *pw flag (rootpw, targetpw
and runaspw) for Debian. Maybe this might be of interest for you too.
See the Debian BTS for further information.

Best Regards,
Patrick

-- 
sudo asks for wrong password
https://bugs.launchpad.net/bugs/148498
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs