[Bug 252201] [NEW] [needs-packaging] package Apache2::AuthCookie

2008-07-26 Thread Javier Uruen Val
Public bug reported:

Please package:

http://search.cpan.org/~mschout/Apache-AuthCookie-3.12/

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[needs-packaging] package Apache2::AuthCookie
https://bugs.launchpad.net/bugs/252201
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 252201] Re: [needs-packaging] package Apache2::AuthCookie

2008-07-27 Thread Javier Uruen Val
Package uploaded to revu:

http://revu.ubuntuwire.com/details.py?package=libapache-authcookie-perl

-- 
[needs-packaging] package Apache2::AuthCookie
https://bugs.launchpad.net/bugs/252201
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 258782] Re: it'd be nice to have a --no-scripts flag

2008-08-24 Thread Javier Uruen Val
debdiff updated to include LP number


** Attachment added: "ifupdown_no_scripts.diff"
   http://launchpadlibrarian.net/17047988/ifupdown_no_scripts.diff

-- 
it'd be nice to have a --no-scripts flag
https://bugs.launchpad.net/bugs/258782
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 260899] [NEW] some courier executables can't load libraries in /usr/lib/courier-authlib

2008-08-24 Thread Javier Uruen Val
Public bug reported:

Release: 8.10

Version: 0.60.0-1ubuntu1


Since the latest courier upload (0.60.0-1ubuntu1), I'm experiencing a problem 
with the shared libraries.

One of the changes made to the package was the removal of rpath
information from the binaries. Without this information some courier
executables won't be able to locate the libraries under /usr/lib
/courier-authlib and will fail with the following error:

/usr/lib/courier/courier/courierpop3login: error while loading shared
libraries: libcourierauthsasl.so: cannot open shared object file: No
such file or directory

I guess there are a few approaches to fix this:

- Do not strip rpath information
- Add /usr/lib/courier-authlib directory to /etc/ld.so.conf
- Change /usr/lib/courier-authlib to /usr/lib
- Modify courier init.d scripts to use LD_LIBRARY_PATH
- ...

I'm attaching a patch for  first approach. It reverts the changes made
to strip rpath information. Although this will make lintian to complain
again.

** Affects: courier (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Release: 8.10
  
  Version: 0.60.0-1ubuntu1
  
  
  Since the latest courier upload (0.60.0-1ubuntu1), it seems there's a problem 
with the shared libraries.
- One of the changes made to the package was the removal of rpath information 
from the package. Without this information courier executables won't be able to 
locate the libraries under /usr/lib/courier-authlib and will fail with the 
following error:
+ 
+ One of the changes made to the package was the removal of rpath
+ information from the binaries. Without this information some courier
+ executables won't be able to locate the libraries under /usr/lib
+ /courier-authlib and will fail with the following error:
  
  /usr/lib/courier/courier/courierpop3login: error while loading shared
  libraries: libcourierauthsasl.so: cannot open shared object file: No
  such file or directory
  
  I guess there are a few approaches to fix this:
  
  - Do not strip rpath information
  - Add /usr/lib/courier-authlib directory to /etc/ld.so.conf
  - Change /usr/lib/courier-authlib to /usr/lib
  - Modify courier init.d scripts to use LD_LIBRARY_PATH
  - ...
  
  I'm attaching a patch for  first approach. It reverts the changes made
- to stip rpath information. Although this will make lintian to complain
+ to strip rpath information. Although this will make lintian to complain
  again.

-- 
some courier executables can't load libraries in /usr/lib/courier-authlib 
https://bugs.launchpad.net/bugs/260899
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 260899] Re: some courier executables can't load libraries in /usr/lib/courier-authlib

2008-08-24 Thread Javier Uruen Val

** Attachment added: "courier_0.60.0-1ubuntu2.diff"
   http://launchpadlibrarian.net/17048503/courier_0.60.0-1ubuntu2.diff

** Description changed:

  Release: 8.10
  
  Version: 0.60.0-1ubuntu1
  
  
- Since the latest courier upload (0.60.0-1ubuntu1), it seems there's a problem 
with the shared libraries.
+ Since the latest courier upload (0.60.0-1ubuntu1), I'm experiencing a problem 
with the shared libraries.
  
  One of the changes made to the package was the removal of rpath
  information from the binaries. Without this information some courier
  executables won't be able to locate the libraries under /usr/lib
  /courier-authlib and will fail with the following error:
  
  /usr/lib/courier/courier/courierpop3login: error while loading shared
  libraries: libcourierauthsasl.so: cannot open shared object file: No
  such file or directory
  
  I guess there are a few approaches to fix this:
  
  - Do not strip rpath information
  - Add /usr/lib/courier-authlib directory to /etc/ld.so.conf
  - Change /usr/lib/courier-authlib to /usr/lib
  - Modify courier init.d scripts to use LD_LIBRARY_PATH
  - ...
  
  I'm attaching a patch for  first approach. It reverts the changes made
  to strip rpath information. Although this will make lintian to complain
  again.

-- 
some courier executables can't load libraries in /usr/lib/courier-authlib 
https://bugs.launchpad.net/bugs/260899
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 260899] Re: some courier executables can't load libraries in /usr/lib/courier-authlib

2008-08-24 Thread Javier Uruen Val
I  think one could argue that as courier-authlib is meant to be used by
the courier packages, these libraries could be considered as private and
they shouldn't pollute /usr/lib/

On the other hand according to this entry [0] rpath should only be used
with libraries shipped by the same source package. So /usr/lib seems
better place.


[0] http://wiki.debian.org/RpathIssue

-- 
some courier executables can't load libraries in /usr/lib/courier-authlib 
https://bugs.launchpad.net/bugs/260899
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 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-11-15 Thread Javier Uruen Val
I know this doesn't fix the issue but I opened a bug  that was marked as
duplicated  where I explained what happened in Intrepid:

https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/273486

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
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 376054] Re: [karmic] installation of ebox hangs

2009-05-13 Thread Javier Uruen Val
Is it possible that you already had an apache server listening on 443,
and you selected the same port for the eBox's apache?

-- 
[karmic] installation of ebox hangs
https://bugs.launchpad.net/bugs/376054
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 321940] Re: Please upgrade ebox-dhcp to 0.12.2

2009-01-27 Thread Javier Uruen Val
Upload it please :)

-- 
Please upgrade ebox-dhcp to 0.12.2
https://bugs.launchpad.net/bugs/321940
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 321940] Re: Please upgrade ebox-dhcp to 0.12.2

2009-01-28 Thread Javier Uruen Val
@David,

Thanks for your comments. I'm attaching a new diff.gz that fixes all the
issues you brought up.


** Attachment removed: "diff.gz for ebox-dhcp 0.12.2"

   http://launchpadlibrarian.net/21684412/ebox-
dhcp_0.12.2-0ubuntu1.diff.gz

** Attachment added: "diff.gz for ebox-dhcp 0.12.2"
   http://launchpadlibrarian.net/21711021/ebox-dhcp_0.12.2-0ubuntu1.diff.gz

-- 
Please upgrade ebox-dhcp to 0.12.2
https://bugs.launchpad.net/bugs/321940
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 369252] Re: ebox-samba sets wrong charset

2009-05-23 Thread Javier Uruen Val

> I can confirme that german umlauts don't work with:
> unix charset = LOCALE
>
> if I change this to
> unix charset = utf8
>
>Everything works. This should be the default I think.

We have already fixed this in upstream. Actually, you don't even need
the "unix charset" line if your system is configured with utf8

-- 
ebox-samba sets wrong charset
https://bugs.launchpad.net/bugs/369252
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 367247] Re: [jaunty server] ebox-loggerd crashes, restart, crashes, etc.

2009-04-26 Thread Javier Uruen Val
Thanks for the report. I've just created a ticket in our trac [0]. I'll
be working on fixing this issue soon. In the meanwhile you can disable
the log daemon in "Module status".


 https://trac.ebox-platform.com/ticket/1377

** Bug watch added: eBox platform trac #1377
   http://trac.ebox-platform.com/ticket/1377

-- 
[jaunty server] ebox-loggerd crashes, restart, crashes, etc.
https://bugs.launchpad.net/bugs/367247
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 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2008-11-01 Thread Javier Uruen Val

In the meanwhile you can install it from the following ppa:

https://launchpad.net/~ebox/+archive

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
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 237598] Re: package ebox-dns None [modified: /var/lib/dpkg/info/ebox-dns.list] failed to install/upgrade: subproces post-installation script gaf een foutwaarde 255 terug

2008-06-05 Thread Javier Uruen Val
If you haven't configured anything on eBox, could you please remove it
by running:

sudo apt-get remove --purge libebox

And reinstall again to see if you reproduce the problem

Thanks!

-- 
package ebox-dns None [modified: /var/lib/dpkg/info/ebox-dns.list] failed to 
install/upgrade: subproces post-installation script gaf een foutwaarde 255 terug
https://bugs.launchpad.net/bugs/237598
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 273486] [NEW] Current eBox packages in intrepid don't work at all

2008-09-23 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox

Current eBox packages in Intrepid, both base framework  and modules,
which have been automatically taken from Hardy, won't work. There have
been a few changes in  Intrepid that make necessary to upload a new
version.

Amongst these changes:

 - The way the authentication is managed, libapache-authcookie-perl
doesn't exist anymore in Intrepid. However, the new eBox package
(0.12.x) doesn't need it as it uses its own authentication code based in
that library. Current version 0.11.99 still depends on it.

- The openLDAP configuration backend has changed. The new upstream
version solves this by using this new backend when initialasing slapd.
However, the current version in Intrepid uses the old backend so it
won't work at all.

- Dansguardian, the new version shipped with Intrepid has a few changes
in its configuration files. Again, current version in Intrepid won't
work but new upstream version will.

These new packages for Intrepid can be found in [0]:

>From my point of view there are two options:

- Ask for a FF Exception  after reviewing the packages. Although I don't know 
if we are too late in the release process.
- Remove the eBox packages from the archive, as the current ones are totally 
broken due to the new changes.

The latter option is a pity as we have been telling users again and
again to use eBox. But, well, that's life.


[0] https://launchpad.net/~ebox/+archive

** Affects: ebox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Current eBox packages in intrepid don't work at all
https://bugs.launchpad.net/bugs/273486
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 257633] [NEW] ntp gets stuck when acquiring lock

2008-08-13 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ntp


Source: ntp 1:4.2.4p4+dfsg-6ubunt1
Release: 8.10

If I run the following commands:

sudo /etc/init.d/networking restart; sudo /etc/init.d/ntp restart

ntp gets stuck while starting.

It seems that a "networking restart" forces an "ntp restart", and this
restart is asychronous, so it messes up with the second ntp restart.

Keep in mind that ntp uses lockfile-touch and lockfile-create, and those
are causing the blocking.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ntp gets stuck when acquiring lock
https://bugs.launchpad.net/bugs/257633
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 257667] Re: wrong permissions to access ldapi

2008-08-13 Thread Javier Uruen Val

** Attachment added: "This debdiff fixes the issue"
   http://launchpadlibrarian.net/16746946/slapd.diff

-- 
wrong permissions to access ldapi
https://bugs.launchpad.net/bugs/257667
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 257667] [NEW] wrong permissions to access ldapi

2008-08-13 Thread Javier Uruen Val
Public bug reported:

Binary package hint: slapd

Source: openldap_2.4.11-0ubuntu1

Release: 8.10

Version: 2.4.11-0ubuntu1

Unless I'm missing something if slapd is configured to place its socket
unix within /var/run/slapd -which is usual-, processes won't be able to
connect to the socket due to the directory's permissions.

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wrong permissions to access ldapi
https://bugs.launchpad.net/bugs/257667
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 258782] [NEW] it'd be nice to have a --no-scripts flag

2008-08-17 Thread Javier Uruen Val
Public bug reported:

At the moment ifupdown runs the hook scripts in /etc/network/if-*.d/
every time ifup or ifdown is executed and there's no way to tell it not
to do it.

It would be nice to have a --no-scripts flag to allow more fine-grained
control on what a user decides to start/stop when ifup/ifdown is running
and still being able to bring up/down interfaces with this command.

I'm attaching a patch that add supports for this feature.

** Affects: ifupdown (Ubuntu)
 Importance: Undecided
 Status: New

-- 
it'd be nice to have a --no-scripts flag
https://bugs.launchpad.net/bugs/258782
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 258782] Re: it'd be nice to have a --no-scripts flag

2008-08-17 Thread Javier Uruen Val

** Attachment added: "ifupdown_no_scripts.diff"
   http://launchpadlibrarian.net/16880237/ifupdown_no_scripts.diff

-- 
it'd be nice to have a --no-scripts flag
https://bugs.launchpad.net/bugs/258782
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 213939] Re: Can't exec "/usr/bin/gconftool" when starting ebox daemon

2008-05-24 Thread Javier Uruen Val
Next upstream release will fix this.

There's no reason why eBox shoudn't use gconftool-2 instead of
gconftool.

http://trac.ebox-
platform.com/changeset?old_path=trunk&old=10403&new_path=trunk&new=10403

-- 
Can't exec "/usr/bin/gconftool" when starting ebox daemon
https://bugs.launchpad.net/bugs/213939
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 318710] Re: Please upgrade ebox to 0.12.4

2009-01-26 Thread Javier Uruen Val

** Attachment removed: "diff.gz for ebox 0.12.4"

   http://launchpadlibrarian.net/21352928/ebox_0.12.4-0ubuntu1.diff.gz

** Attachment added: "diff.gz for ebox 0.12.4"
   http://launchpadlibrarian.net/21640022/ebox_0.12.4-0ubuntu1.diff.gz

-- 
Please upgrade ebox to 0.12.4
https://bugs.launchpad.net/bugs/318710
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 321940] [NEW] Please upgrade ebox-dhcp to 0.12.2

2009-01-27 Thread Javier Uruen Val
Public bug reported:

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
dhcp_0.12.2.orig.tar.gz

Changelog
0.12.2
+ Bugfix: two wrong calls to EBox::Model::Row API fixed. This
  prevented from adding fixed ranges after adding a fixed address
0.12.1
+ Bug fix: use the new EBox::Model::Row API for DHCP options
0.12
+ Make default and max leasing time mandatory fields
+ Add field help to model
+ Make custom_ns field required
+ Bugfix: Mark managers as changed every time they ask to change
from/to static method because some models may appear/disappear
because of modifying configuration method in interfaces
0.11.102
+ Bugfix. Logging were not working with hostnames with characters
different from alphanumeric plus '_'
0.11.101
+ Bugfix. Secondary nameserver in options does not fill a default
value when setting as undef by user
+ Added 'setLeases' method to set lease times from module API
+ Bugfix: Virtual interface options do not override real interface
options anymore
0.11.100
+ onInstall() functionality moved to migration script
+ Do not remove dhcpd3 rc links
+ Stop dhcpd3 in pre-start in upstart script

** Affects: ebox-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox-dhcp to 0.12.2
https://bugs.launchpad.net/bugs/321940
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 321940] Re: Please upgrade ebox-dhcp to 0.12.2

2009-01-27 Thread Javier Uruen Val
Binaries can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-dhcp 0.12.2"
   http://launchpadlibrarian.net/21684412/ebox-dhcp_0.12.2-0ubuntu1.diff.gz

-- 
Please upgrade ebox-dhcp to 0.12.2
https://bugs.launchpad.net/bugs/321940
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 321940] Re: Please upgrade ebox-dhcp to 0.12.2

2009-01-27 Thread Javier Uruen Val
** Changed in: ebox-dhcp (Ubuntu)
 Assignee: David Futcher (bobbo) => (unassigned)
   Status: In Progress => Confirmed

-- 
Please upgrade ebox-dhcp to 0.12.2
https://bugs.launchpad.net/bugs/321940
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 273486] Re: Current eBox packages in intrepid don't work at all

2009-01-16 Thread Javier Uruen Val
This is a new debdiff that addresses the issues brought up  by Cody.

2. Indentation is now fixed. The patch came from a source code with different 
indentation and that's why there were a few lines with tabs instead of spaces.
3. slapd.backup is a whole new code, and that's why the comments are removed. 
They don't make sense anymore. 
4. That part of the code was legacy code that is not used anymore. It's been 
removed.
5. Same as 4

** Attachment added: "ebox-usersandgroups.debdiff"
   http://launchpadlibrarian.net/21270376/ebox-usersandgroups.debdiff

-- 
Current eBox packages in intrepid don't work at all
https://bugs.launchpad.net/bugs/273486
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 255368] Re: ebox: Depends: libapache-authcookie-perl but it is not installable

2009-01-16 Thread Javier Uruen Val
Cody:

Regarding your question number 2: Yes, that's the dbus counterpart in
libebox. Both eBox and libebox need to be patched to work with the new
gconf using dbus.

-- 
ebox: Depends: libapache-authcookie-perl but it is not installable 
https://bugs.launchpad.net/bugs/255368
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 318710] [NEW] Please upgrade ebox to 0.12.4

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox_0.12.4.orig.tar.gz

Changelog

0.12.4
 + Bugfix. Configure logrotate to actually rotate ebox logs
0.12.3
+ Bug fix: use the new API in purge method. Now purging logs is working
again.
+ Remove temp file after it is downloaded with FromTempDir controller
0.12.2
+ Increase random string length used to generate the cookie to
2048 bits
+ Logs are show in inverse chronological order
0.12.1
+ Bug fix: use unsafeParam for progress indicator or some i18 strings
will fail when saving changes
0.12
+ Bugfix: Don't assume timecol is 'timestamp' but defined by
module developer. This allows to purge some logs tables again
+ Add page titles to models
+ Set default values when not given in `add` method in models
+ Add method to manage page size in model
+ Add hidden field to help with Ajax request and automated testing with
  ANSTE
+ Bugfix: cast sql types to filter fields in logs
+ Bugfix: Restricted resources are back again to make RSS
access policy work again
+ Workaround bogus mason warnings
+ Make postinst script less verbose
+ Disable keepalive in eBox apache
+ Do not run a startup script in eBox apache
+ Set default purge time for logs stored in eBox db to 1 week
+ Disable LogAdmin actions in `ebox-global-action` until LogAdmin
feature is completely done
0.11.103
+ Modify EBox::Types::HasMany to create directory based on its row
+ Add _setRelationship method to set up relationships between models
  and submodels
+ Use the new EBox::Model::Row api
+ Add help method to EBox::Types::Abstract
+ Decrease size for percentage value in disk free watcher
+ Increase channel link field size in RSS dispatcher
0.11.102
+ Bugfix: cmp in EBox::Types::HostIP now sorts correctly
+ updatedRowNotify in EBox::Model::DataTable receives old row as
well as the recently updated row
+ Added `override_user_modification` configuration parameter to
avoid user modification checkings and override them without asking
+ Added EBox::Model::Row to ease the management of data returned
by models
+ Added support to pre-save and post-save executable files. They
must be placed at /etc/ebox/pre-save or /etc/ebox/post-save
+ Added `findRow` method to ease find and set
0.11.101
+ Bugfix: Fix memory leak in models while cloning types. Now
cloning is controlled by clone method in types
+ Bugfix: Union type now checks for its uniqueness
+ DESTROY is not an autoloaded method anymore
+ HasOne fields now may set printable value from the foreign field
to set its value
+ findId now searches as well using printableValue
+ Bugfix. Minor bug found when key is an IP address in autoloaded
methods
+ Ordered tables may insert values at the beginning or the end of
the table by "insertPosition" attribute
+ Change notConfigured template to fix English and add link to the
  module status section
+ Add loading gif to module status actions
+ Remove debug from ServiceInterface.pm
+ Add support for custom separators to be used as index separators on
  exposedMethods
+ Bugfix. Stop eBox correctly when it's removed
+ Improve apache-restart to make it more reliable.
0.11.100
+ Bugfix. Fix issue with event filters and empty hashes
+ Bugfix. Cache stuff in log and soap watcher to avoid memory leaks
+ Bugfix. Fix bug that prevented the user from being warned when a row to
  be deleted is being used by other model
+ Bugfix. Add missing use of EBox::Global in State event watcher
+ Added progress screen, now pogress screen keeps track of the changed
  state of the modules and change the top page element properly
+ Do not exec() to restart apache outside mod_perl
+ Improve apache restart script
+ Improve progress screen

** Affects: ebox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox to 0.12.4
https://bugs.launchpad.net/bugs/318710
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 318697] Re: Please upgrade libebox to 0.12.2

2009-01-19 Thread Javier Uruen Val
Binaries can be also found in:

https://launchpad.net/~ebox-unstable/+archive


Thanks

** Attachment added: "diff.gz for libebox 0.12.2"
   http://launchpadlibrarian.net/21351313/libebox_0.12.2-0ubuntu1.diff.gz

** Attachment removed: "diff.gz for libebox 0.12.2"

http://launchpadlibrarian.net/21351313/libebox_0.12.2-0ubuntu1.diff.gz

-- 
Please upgrade libebox to 0.12.2
https://bugs.launchpad.net/bugs/318697
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 318697] Re: Please upgrade libebox to 0.12.2

2009-01-19 Thread Javier Uruen Val
Add diff.gz

** Attachment added: "diff.gz for libebox 0.12.2"
   http://launchpadlibrarian.net/21351424/libebox_0.12.2-0ubuntu1.diff.gz

-- 
Please upgrade libebox to 0.12.2
https://bugs.launchpad.net/bugs/318697
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 318697] [NEW] Please upgrade libebox to 0.12.2

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: libebox

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/libebox_0.12.2.orig.tar.gz

Changelog

0.12.2
+ Bugfix: Fix an issue with javascript and the union type that prevented
things like samba share UI from working ok
0.12.1
+ Bugfix: Get logger from EBox category if it is not set explicitly
to allow external programs to log using eBox log helper functions
0.12
+ Added .field_help class in public.css
+ Add field help to modelView.mas
+ Stripe tables in hang table
+ Use again the loading gif when switching tabs
+ Add completedAjaxRequest and startAjaxRequest to be used as helpers
  for automated testing with ANSTE
+ Fix port validation with "<=" 65535
+ Display 24 as default value in `IPNetwork` default setter
+ Comment out some debug
+ Bugfix. Create redirection URLs using client headers and guessing checking
  the protocol (HTTP or HTTPS)
+ Add spinner gif to modalbox window
+ Make EBox::Config::configKeyFromFile non-greedy to parse values properly

** Affects: libebox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade libebox to 0.12.2
https://bugs.launchpad.net/bugs/318697
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 318717] [NEW] Please upgrade ebox-services to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-services


A new upstream version that contains bug fixes and improvements has been 
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
services_0.12.orig.tar.gz

Changelog

0.12
+ Use the new EBox::Model::Row API
+ Add help to fields in service model
+ Increase some field length
+ Add support for ESP protocol
0.11.102
+ Remove optional attribute from PortRange as it didn't make sense
  and we were getting warinings
0.11.101
+ New upstream release
0.11.100
+ add translationDomain parameter to services
+ fix translation domain to ebox-services

** Affects: ebox-services (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox-services to 0.12
https://bugs.launchpad.net/bugs/318717
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 318710] Re: Please upgrade ebox to 0.12.4

2009-01-19 Thread Javier Uruen Val
Binaries can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox 0.12.4"
   http://launchpadlibrarian.net/21352928/ebox_0.12.4-0ubuntu1.diff.gz

-- 
Please upgrade ebox to 0.12.4
https://bugs.launchpad.net/bugs/318710
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 318717] Re: Please upgrade ebox-services to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive



** Attachment added: "diff.gz for ebox-services 0.12"
   http://launchpadlibrarian.net/21354628/ebox-services_0.12-0ubuntu1.diff.gz

-- 
Please upgrade ebox-services to 0.12
https://bugs.launchpad.net/bugs/318717
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 318729] [NEW] upgrade ebox-objects to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-objects


A new upstream version that contains bug fixes and improvements has been 
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
objects_0.12.orig.tar.gz

Changelog

0.12
+ Use the new EBox::Model::Row API
+ Added pageTitle to Objects model
+ Add help to Objects model
0.11.101
+ New release
0.11.100
+ New release

** Affects: ebox-objects (Ubuntu)
 Importance: Undecided
 Status: New

-- 
upgrade ebox-objects to 0.12
https://bugs.launchpad.net/bugs/318729
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 318729] Re: upgrade ebox-objects to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can be also found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-objects 0.12"
   http://launchpadlibrarian.net/21357010/ebox-objects_0.12-0ubuntu1.diff.gz

-- 
upgrade ebox-objects to 0.12
https://bugs.launchpad.net/bugs/318729
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 318730] Re: Please upgrade ebox-ca to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive

** Attachment added: "diff.gz for ebox-ca 0.12"
   http://launchpadlibrarian.net/21357115/ebox-ca_0.12-0ubuntu1.diff.gz

-- 
Please upgrade ebox-ca to 0.12
https://bugs.launchpad.net/bugs/318730
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 318730] [NEW] Please upgrade ebox-ca to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-ca

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-ca_0.12.orig.tar.gz

Changelog

0.12
+ New release
0.11.102
+ Bugfix: Downloading files, tar is outputting nothing to
stdout

** Affects: ebox-ca (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox-ca to 0.12
https://bugs.launchpad.net/bugs/318730
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 318697] Re: Please upgrade libebox to 0.12.2

2009-01-19 Thread Javier Uruen Val
** Changed in: libebox (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade libebox to 0.12.2
https://bugs.launchpad.net/bugs/318697
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 318810] [NEW] Please upgrade ebox-network to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-network

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
network_0.12.orig.tar.gz

0.12
+ Use new EBox::Model::Row api
+ Add help to model fields
+ Remove default option auotmatically if another router is set as default
0.11.102
+ Bugfix: Static routes are deleted from ip when they are not
useful
+ Bugfix: Fixing wrong href in multigateway rules page
0.11.101
+ Static routes become a model with three methods exposed
+ Remove usage of a deprecated method in NetWrappers
+ DNS resolvers become  a model with three methods exposed. Now
you may add as many DNS resolvers you want
+ Use separator ':' in exposed method using '/' for addresses
O.11.100
+ Disable network traffic monitor due to a bug in perl and RRDs module
+ Use /etc/network/interfaces and not /var/lib/ebox/tmp/interfaces
+ Run saveConfig() after importing network configuration and not save()
  which forced a restart of the interfaces stored
  in /etc/network/interfaces at package installation time
+ Add default gateway to /etc/network/interfaces
0.11.99

** Affects: ebox-network (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please upgrade ebox-network to 0.12
https://bugs.launchpad.net/bugs/318810
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 318810] Re: Please upgrade ebox-network to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-network 0.12"
   http://launchpadlibrarian.net/21367366/ebox-network_0.12-0ubuntu1.diff.gz

** Changed in: ebox-network (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-network to 0.12
https://bugs.launchpad.net/bugs/318810
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 318730] Re: Please upgrade ebox-ca to 0.12

2009-01-19 Thread Javier Uruen Val
** Changed in: ebox-ca (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-ca to 0.12
https://bugs.launchpad.net/bugs/318730
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 318729] Re: upgrade ebox-objects to 0.12

2009-01-19 Thread Javier Uruen Val
** Changed in: ebox-objects (Ubuntu)
   Status: New => Confirmed

-- 
upgrade ebox-objects to 0.12
https://bugs.launchpad.net/bugs/318729
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 318717] Re: Please upgrade ebox-services to 0.12

2009-01-19 Thread Javier Uruen Val
** Changed in: ebox-services (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-services to 0.12
https://bugs.launchpad.net/bugs/318717
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 318710] Re: Please upgrade ebox to 0.12.4

2009-01-19 Thread Javier Uruen Val
** Changed in: ebox (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox to 0.12.4
https://bugs.launchpad.net/bugs/318710
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 318813] Re: Please upgrade ebox-firewall to 0.12.4

2009-01-19 Thread Javier Uruen Val
Binary pacakges can aslo be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-firewall 0.12.4"
   http://launchpadlibrarian.net/21382255/ebox-firewall_0.12.4-0ubuntu1.diff.gz

** Changed in: ebox-firewall (Ubuntu)
   Status: New => Confirmed

** Description changed:

  Binary package hint: ebox-firewall
  
  A new upstream version that contains bug fixes and improvements has been
  released.
  
  It can be downloaded from here:
  
  http://www.ebox-platform.com/releases/sources/ebox-
- network_0.12.4.orig.tar.gz
+ firewall_0.12.4.orig.tar.gz
  
  Changelog
  
  0.12.4
  + Bugfix. Do not apply rules to internal connections in "From external to
  internal"
  0.12.3
  + Add rules to allow DHCP requests from interfaces configured via DHCP
  0.12.2
  + Disable annoying debug message
  0.12.1
  + Add log decision to firewall rules
  + Add conf parameter to disable NAT
  0.12
  + Use the new EBox::Model::Row api
  + Add help field to firewall models
  + Bugfix. Use exit and not return in dchp-firewall external script
  + Bugfix. Use #DEBHELPER# properly to be able to flush the firewall rules
when the package is uninstalled
  + Add support for ESP protocol

-- 
Please upgrade ebox-firewall to 0.12.4
https://bugs.launchpad.net/bugs/318813
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 318813] [NEW] Please upgrade ebox-firewall to 0.12.4

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-firewall

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
firewall_0.12.4.orig.tar.gz

Changelog

0.12.4
+ Bugfix. Do not apply rules to internal connections in "From external to
internal"
0.12.3
+ Add rules to allow DHCP requests from interfaces configured via DHCP
0.12.2
+ Disable annoying debug message
0.12.1
+ Add log decision to firewall rules
+ Add conf parameter to disable NAT
0.12
+ Use the new EBox::Model::Row api
+ Add help field to firewall models
+ Bugfix. Use exit and not return in dchp-firewall external script
+ Bugfix. Use #DEBHELPER# properly to be able to flush the firewall rules
  when the package is uninstalled
+ Add support for ESP protocol

** Affects: ebox-firewall (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please upgrade ebox-firewall to 0.12.4
https://bugs.launchpad.net/bugs/318813
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 318822] [NEW] Please upgrade ebox-dns to 0.12.1

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-dns

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
dns_0.12.1.orig.tar.gz

Changelog

0.12.1
+ Bugfix. Remove mail exchangers that reference a deleted host name.
0.12
+ Use the new EBox::Model::Row api
+ Load module capability in pre-start just like the bind9 init
script does
+ Don't add static entry `ns` to localhost if user has defined
another IP address for the `ns` name
0.11.102
+ Check aliases are not nameserver records as well
0.11.101
+ Added Mail Exchanger model to introduce MX records in domains.
+ Added mail exchanger model related methods to the exposed API.
+ Check consistencies among alias and hostnames within the same
domain
+ Updated remainder models to use lastest types HostIP and
DomainName
+ Added 'changeName', 'getHostNameByName', 'getHostNameByIP' and
'findAlias' to improve DNS API to Perl scripts and SOAP clients
0.11.100
+ add isRunning and enableService to set firewall properly
+ onInstall() functionality moved to migration script
+ Do not remove bind9 rc links
+ Stop bind9 in pre-start in upstart script

** Affects: ebox-dns (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox-dns to 0.12.1
https://bugs.launchpad.net/bugs/318822
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 318822] Re: Please upgrade ebox-dns to 0.12.1

2009-01-19 Thread Javier Uruen Val

** Attachment added: "diff.gz for ebox-dns 0.12.1"
   http://launchpadlibrarian.net/21399393/ebox-dns_0.12.1-0ubuntu1.diff.gz

-- 
Please upgrade ebox-dns to 0.12.1
https://bugs.launchpad.net/bugs/318822
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 318817] [NEW] Please upgrade ebox-squid to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-squid

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
squid_0.12.orig.tar.gz

Changelog

0.12
+ Use the new EBox::Model::Row api
+ Add field help to models
+ Fix titles within tabs
+ Set deny as default policy
0.11.101
+ New release
0.11.100
+ Use the new syntax to enable transparent proxy
+ Do not launch dansguardian with setsid. It was necessary with runit,
  but not with upstart any more.
+ do not remove rc scripts, stop on pre-start

** Affects: ebox-squid (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please upgrade ebox-squid to 0.12
https://bugs.launchpad.net/bugs/318817
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 318822] Re: Please upgrade ebox-dns to 0.12.1

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-dns 0.12.1"
   http://launchpadlibrarian.net/21399376/ebox-dns_0.12.1-0ubuntu1.dsc

** Attachment removed: "diff.gz for ebox-dns 0.12.1"

   http://launchpadlibrarian.net/21399376/ebox-dns_0.12.1-0ubuntu1.dsc

-- 
Please upgrade ebox-dns to 0.12.1
https://bugs.launchpad.net/bugs/318822
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 318817] Re: Please upgrade ebox-squid to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-squid 0.12"
   http://launchpadlibrarian.net/21399337/ebox-squid_0.12-0ubuntu1.diff.gz

** Changed in: ebox-squid (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-squid to 0.12
https://bugs.launchpad.net/bugs/318817
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 318814] Re: Please upgrade ebox-openvpn to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-openvpn 0.12.4"
   http://launchpadlibrarian.net/21397954/ebox-openvpn_0.12-0ubuntu1.diff.gz

** Changed in: ebox-openvpn (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-openvpn to 0.12
https://bugs.launchpad.net/bugs/318814
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 318814] [NEW] Please upgrade ebox-openvpn to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-openvpn

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
openvpn_0.12.orig.tar.gz

Changelog

0.12
+ Adapt ebox-openvpn to MVC framework
+ Bugfix: Enforcing RIPv2 to always authenticate when using eBox
tunnels
0.11.103
+ Bugfix. Quote certificate file names with double quote to
  fix bug in win32
0.11.102
+ Bugfix. Quote certifacte file names to support spaces
0.11.101
+ Fix typo in CreateClient
+ Do not remove quagga and openVPN rc links
+ Bugfix. Retrieve rip password in server configuration
+ Bugfix. Allow user to remove rip password when disabling ebox-to-ebox
  tunnel
+ Add backwards compatibility with old openVPN tunnels
+ Make removed daemons deletion more robust
+ Bugfix. Get activeServers instead of activeDaemons to add
  INPUT rules
+ Removed duplicate pmasquerade firewall rules, input rules to
server more restrictive with input interface
0.11.100
+ Bugfix. rip password is not required for normal clients
+ Add feature to allow masquerading in VPNs. Now you can use the
  openVPN module with just one interface.

** Affects: ebox-openvpn (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please upgrade ebox-openvpn to 0.12
https://bugs.launchpad.net/bugs/318814
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 318825] Re: Please upgrade ebox-ntp to 0.12

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-ntp 0.12"
   http://launchpadlibrarian.net/21399452/ebox-ntp_0.12-0ubuntu1.diff.gz

** Changed in: ebox-ntp (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-ntp to 0.12
https://bugs.launchpad.net/bugs/318825
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 318825] [NEW] Please upgrade ebox-ntp to 0.12

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-ntp

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-ntp_0.12.orig.tar.gz

Changelog

Changelog

0.12
+ New release
0.11.101
+ New release
0.11.100
+ Fix issue with upstart script
+ Do not restart services after changing time zone
+ Stop ntp service in pre-start upstart script
+ onInstall() functionality moved to migration script

** Affects: ebox-ntp (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Summary changed:

- Please upgrade ebox-ntp to 0.12.1
+ Please upgrade ebox-ntp to 0.12

-- 
Please upgrade ebox-ntp to 0.12
https://bugs.launchpad.net/bugs/318825
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 318827] [NEW] Please upgrade ebox-usersandgroups to 0.12.1

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-usersandgroups

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
usersandgroups_0.12.1.orig.tar.gz

Changelog

0.12.1
+ Bugfix: Remove eBox system users when restoring backup. This solves
  an issue restoring backups from 0.12
0.12
+ Use the new EBox::Model::Row api
+ Check if there is any added user and show a message
  in case there isn't any.
+ Restore users reading from ldiff and adding them through
  eBox API
+ Set password-hash in slapd.conf to make password changes from samba sync
  the user password
0.11.101
+ New release
0.11.100
+ onInstall() functionality moved to migration script
+ Fixed several typos

** Affects: ebox-usersandgroups (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox-usersandgroups to 0.12.1
https://bugs.launchpad.net/bugs/318827
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 318827] Re: Please upgrade ebox-usersandgroups to 0.12.1

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-usersandgroups 0.12.1"
   
http://launchpadlibrarian.net/21399577/ebox-usersandgroups_0.12.1-0ubuntu1.diff.gz

-- 
Please upgrade ebox-usersandgroups to 0.12.1
https://bugs.launchpad.net/bugs/318827
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 318829] [NEW] Please upgrade ebox-samba to 0.12.6.101

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-samba

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
samba_0.12.6.101.orig.tar.gz

Changelog

0.12.6.101
+ Bugfix: roaming profiles are not created automatically when they are
disabled
+ Bugfix: Avoid dependency with printers module
0.12.6.100
+ Support for external printers configured with CUPS
+ Bugfix. Set users and groups suffix properly in smb.conf
0.12.6
+ Bugfix. Fix typo in loginShell
0.12.5
+ Bugfix. Set loginShell when adding users. By default it takes /bin/false
but users can change it using /etc/ebox/80samba.conf
0.12.4
+ Bugfix. Check and correct if there is a user or group with a wrong SID.
It's possible to run into that scenarion depending when the user/group is
created
+ Do not delete some domain attributes that are used to store password
attributes such us password length, expiration...
0.12.3
+ Add configuration variable to enable/disable quota support
  as it might be really slow if we have many users
0.12.2
+ Restore group share names when restoring a backup
0.12.1
+ Leave Logon Home empty, as Logon Home = "" as stated by smb.conf
documentation doesn't seem to work
+ Make sure  workgroup and netbios names are different
0.12
+ Add help to model fields
+ Fix typo in defaultEnabledValue. Now shares are enabled by default.
+ Fix typo in administrator label
+ Mark shares strings to translate
+ Use eBox OID number in LDAP schemas
+ Do not use shares that don't have permission for any user or group
+ Remove deprecated printer admin configuration key in smb.conf.mas
+ Enable dns proxy in smb.conf.mas
0.11.103
+ Bugfix. Add and use EBox::Samba::Types::Select to avoid
  issues with the options cache
0.11.102
+ Extend functinality to add custom shares and not only one per-group:
- Any share within the file system
- Any share automatically created under /home/samba/shares
- Fine-grained access to the share: read-only, read and write,
  administrator, per user and per group.
+ Set editable attribute to 1 in User field. To comply with
  what the type expects and avoid warnings

0.11.101
+ New release
0.11.100
+ Change slapd.conf ownership to module users
+ Fix typos
+ onInstall() functionality moved to migration script

** Affects: ebox-samba (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please upgrade ebox-samba to 0.12.6.101
https://bugs.launchpad.net/bugs/318829
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 318829] Re: Please upgrade ebox-samba to 0.12.6.101

2009-01-19 Thread Javier Uruen Val
Binary packages can aslo be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-samba 0.12.6.101"
   http://launchpadlibrarian.net/21399711/ebox-samba_0.12.6.101-0ubuntu1.diff.gz

** Changed in: ebox-samba (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-samba to 0.12.6.101
https://bugs.launchpad.net/bugs/318829
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 318830] [NEW] Please upgrade ebox-printers to 0.12.0.99

2009-01-19 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-printers

A new upstream version that contains bug fixes and improvements has been
released.

It can be downloaded from here:

http://www.ebox-platform.com/releases/sources/ebox-
printers_0.12.0.99.orig.tar.gz

Changelog

0.12.1
+ Add support for external printers configured with CUPS
0.12
+ Bugfix: Create the `job` table when installing. This readds a
bunch of lost lines from ubuntu merging.
0.11.101
+ New release
0.11.100
+ onInstall() functionality moved to migration script
+ Bugfix. Quote file names to avoid issues with ppds containing spaces

** Affects: ebox-printers (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please upgrade ebox-printers to 0.12.0.99
https://bugs.launchpad.net/bugs/318830
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 318830] Re: Please upgrade ebox-printers to 0.12.0.99

2009-01-19 Thread Javier Uruen Val
Binary packages can also be found in:

https://launchpad.net/~ebox-unstable/+archive


** Attachment added: "diff.gz for ebox-printers 0.12.0.99"
   
http://launchpadlibrarian.net/21399809/ebox-printers_0.12.0.99-0ubuntu1.diff.gz

** Changed in: ebox-printers (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-printers to 0.12.0.99
https://bugs.launchpad.net/bugs/318830
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 318827] Re: Please upgrade ebox-usersandgroups to 0.12.1

2009-01-20 Thread Javier Uruen Val
** Changed in: ebox-usersandgroups (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-usersandgroups to 0.12.1
https://bugs.launchpad.net/bugs/318827
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 318822] Re: Please upgrade ebox-dns to 0.12.1

2009-01-20 Thread Javier Uruen Val
** Changed in: ebox-dns (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-dns to 0.12.1
https://bugs.launchpad.net/bugs/318822
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 350452] [NEW] custom LDAP ACLs are not set properly

2009-03-28 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-usersandgroups

Upstream has fixed a bug related to the LDAP ACLs added by other eBox
modules [0]. Custom ACLs provided by eBox modules were overridden by a
misplaced ACL.

The patch is straightforward: adding the ACL in the right place.

[0] https://trac.ebox-platform.com/ticket/1356

** Affects: ebox-usersandgroups (Ubuntu)
 Importance: Undecided
 Status: New

-- 
custom LDAP ACLs are not set properly
https://bugs.launchpad.net/bugs/350452
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 350452] Re: custom LDAP ACLs are not set properly

2009-03-28 Thread Javier Uruen Val
This patch fixes the issue. In Jaunty we are using the config backend
instead of slapd.conf, that's why the patch fixes the issue by just
changing the order of the ldif that contains the ACLs.

** Attachment added: "debdiff"
   http://launchpadlibrarian.net/24458925/0.12.1-0ubuntu2.diff

-- 
custom LDAP ACLs are not set properly
https://bugs.launchpad.net/bugs/350452
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 350452] Re: custom LDAP ACLs are not set properly

2009-03-28 Thread Javier Uruen Val
** Changed in: ebox-usersandgroups (Ubuntu)
   Status: New => Confirmed

-- 
custom LDAP ACLs are not set properly
https://bugs.launchpad.net/bugs/350452
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 354150] [NEW] samba tries to start TLS on unix socket

2009-04-02 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-samba

A user reported in upstream an issue with ebox-samba  in jaunty [0].

eBox configures samba to connect to openLDAP through a unix socket.

In previous versions samba seemed to detect that it was connecting through a
a unix socket and it didn't try to start TLS on it.

The result is that samba will try to connect using TLS on the unix socket and
it will fail.

Our fix is simple, we just disable TLS on the unix socket.

[0] http://trac.ebox-platform.com/ticket/1358

** Affects: ebox-samba (Ubuntu)
 Importance: Undecided
 Status: New

-- 
samba tries to start TLS on unix socket
https://bugs.launchpad.net/bugs/354150
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 354150] Re: samba tries to start TLS on unix socket

2009-04-02 Thread Javier Uruen Val
This is a debdiff containing the upstream patch

** Attachment added: "debdiff"
   http://launchpadlibrarian.net/24713114/0.12.6.101-0ubuntu2.diff

** Changed in: ebox-samba (Ubuntu)
   Status: New => Confirmed

-- 
samba tries to start TLS on unix socket
https://bugs.launchpad.net/bugs/354150
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 257667] Re: wrong permissions to access ldapi

2008-09-01 Thread Javier Uruen Val
Hi Mathias,

Thanks for taking care of this.

Yes, /var/run is recreated every time the system is booted, but that's
fine because /etc/init.d/slapd does the work ok:

# Make sure the pidfile directory exists with correct permissions
piddir=`dirname "$SLAPD_PIDFILE"`
if [ ! -d "$piddir" ]; then
mkdir -p "$piddir"
[ -z "$SLAPD_USER" ] || chown -R "$SLAPD_USER" "$piddir"
[ -z "$SLAPD_GROUP" ] || chgrp -R "$SLAPD_GROUP" "$piddir"
fi

So as there's no umask the permissions for $piddir will be fine.

The issue comes up between the first time the package is installed and
the first boot. That's what my debdiff tries to address.

-- 
wrong permissions to access ldapi
https://bugs.launchpad.net/bugs/257667
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 411363] [NEW] [needs-packaging] package Text-DHCPLeases

2009-08-10 Thread Javier Uruen Val
Public bug reported:

Please package this Perl module. It will be used at least by ebox-dhcp
to show on the eBox dashboard the current leases.

It can be found in  http://search.cpan.org/dist/Text-DHCPLeases/

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Tags added: needs-packaging

-- 
[needs-packaging] package Text-DHCPLeases
https://bugs.launchpad.net/bugs/411363
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 411467] [NEW] Please upgrade ebox-objects to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-objects

The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and will use your current
configuration.

** Affects: ebox-objects (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-objects (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-objects to 1.3
https://bugs.launchpad.net/bugs/411467
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 411466] [NEW] Please upgrade ebox to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox

The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and will use your current
configuration.

** Affects: ebox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please upgrade ebox to 1.3
https://bugs.launchpad.net/bugs/411466
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 411462] [NEW] Please upgrade libebox to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:

Binary package hint: libebox

The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and will use your current
configuration.

** Affects: libebox (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: libebox (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade libebox to 1.3
https://bugs.launchpad.net/bugs/411462
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 411468] [NEW] Please upgrade ebox-services to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-services

The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and will use your current
configuration.

** Affects: ebox-services (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-services (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-services to 1.3
https://bugs.launchpad.net/bugs/411468
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 411470] [NEW] Please upgrade ebox-network to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:

Binary package hint: ebox-network

The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and will use your current
configuration.

** Affects: ebox-network (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-network (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-network to 1.3
https://bugs.launchpad.net/bugs/411470
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 411552] [NEW] Please upgrade ebox-ntp to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-ntp (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-ntp (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-ntp to 1.3
https://bugs.launchpad.net/bugs/411552
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 411551] [NEW] Please upgrade ebox-openvpn to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-openvpn (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-openvpn (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-openvpn to 1.3
https://bugs.launchpad.net/bugs/411551
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 411550] [NEW] Please upgrade ebox-ca to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-ca (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-ca (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-ca to 1.3
https://bugs.launchpad.net/bugs/411550
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 411549] [NEW] Please upgrade ebox-dns to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-dns (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-dns (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-dns to 1.3
https://bugs.launchpad.net/bugs/411549
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 411547] [NEW] Please upgrade ebox-squid to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-squid (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-squid (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-squid to 1.3
https://bugs.launchpad.net/bugs/411547
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 411546] [NEW] Please upgrade ebox-dhcp to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-dhcp (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-dhcp (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-dhcp to 1.3
https://bugs.launchpad.net/bugs/411546
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 411544] [NEW] Please upgrade ebox-objects to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and will use your current
configuration.

** Affects: ebox-objects (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-objects (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-objects to 1.3
https://bugs.launchpad.net/bugs/411544
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 411545] [NEW] Please upgrade ebox-firewall to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-firewall (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-firewall (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-firewall to 1.3
https://bugs.launchpad.net/bugs/411545
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 411553] [NEW] Please upgrade ebox-usersandgroups to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-usersandgroups (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-usersandgroups (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-usersandgroups to 1.3
https://bugs.launchpad.net/bugs/411553
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 411554] [NEW] Please upgrade ebox-samba to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-samba (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-samba (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-samba to 1.3
https://bugs.launchpad.net/bugs/411554
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 411555] [NEW] Please upgrade ebox-printers to 1.3

2009-08-10 Thread Javier Uruen Val
Public bug reported:


The current version in the archive is quite old: 0.12.

eBox 1.3 is already available and takes advantage of new features of the
openLDAP version that is shipped in Karmic.

eBox 1.3 series are the same as 1.2 but with a new great feature. eBox has
gained the ability to be set up in a master-slave architecture, allowing
several slave eBoxes to use a master eBox's LDAP to keep their users.

This way you can set up a master eBox to hold all your users and groups and
then have a few slave eBoxes with different services such as Samba, Asterisk,
Jabber or Mail using these users that are available in the master one. Each of
these services is configured individually and just will share the users.

It also manages the LDAP directory more nicely. It does not wipe it out
when the module is installed for first time and uses your current
configuration.

** Affects: ebox-printers (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ebox-printers (Ubuntu)
   Status: New => Confirmed

-- 
Please upgrade ebox-printers to 1.3
https://bugs.launchpad.net/bugs/411555
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 411555] diff for ebox-printers 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-printers 1.3.5"
   http://launchpadlibrarian.net/30458686/ebox-printers_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-printers to 1.3
https://bugs.launchpad.net/bugs/411555
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 411553] diff for ebox-usersandgroups 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-usersandgroups 1.3.5"
   
http://launchpadlibrarian.net/30458683/ebox-usersandgroups_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-usersandgroups to 1.3
https://bugs.launchpad.net/bugs/411553
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 411554] diff for ebox-samba 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-samba 1.3.5"
   http://launchpadlibrarian.net/30458685/ebox-samba_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-samba to 1.3
https://bugs.launchpad.net/bugs/411554
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 411552] diff for ebox-ntp 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-ntp 1.3.5"
   http://launchpadlibrarian.net/30458682/ebox-ntp_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-ntp to 1.3
https://bugs.launchpad.net/bugs/411552
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 411551] diff for ebox-openvpn 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-openvpn 1.3.5"
   http://launchpadlibrarian.net/30458713/ebox-openvpn_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-openvpn to 1.3
https://bugs.launchpad.net/bugs/411551
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 411550] diff for ebox-ca 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-ca 1.3.5"
   http://launchpadlibrarian.net/30458712/ebox-ca_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-ca to 1.3
https://bugs.launchpad.net/bugs/411550
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 411549] diff for ebox-dns 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-dns 1.3.5"
   http://launchpadlibrarian.net/30458704/ebox-dns_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-dns to 1.3
https://bugs.launchpad.net/bugs/411549
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 411547] diff for ebox-squid 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-squid 1.3.5"
   http://launchpadlibrarian.net/30458703/ebox-squid_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-squid to 1.3
https://bugs.launchpad.net/bugs/411547
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 411546] diff for ebox-dhcp 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-dhcp 1.3.5"
   http://launchpadlibrarian.net/30458702/ebox-dhcp_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-dhcp to 1.3
https://bugs.launchpad.net/bugs/411546
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 411545] diff for ebox-firewall 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-firewall 1.3.5"
   http://launchpadlibrarian.net/30458699/ebox-firewall_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-firewall to 1.3
https://bugs.launchpad.net/bugs/411545
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 411470] diff for ebox-network 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-network 1.3.5"
   http://launchpadlibrarian.net/30458694/ebox-network_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-network to 1.3
https://bugs.launchpad.net/bugs/411470
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 411468] diff for ebox-services 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-services 1.3.5"
   http://launchpadlibrarian.net/30458692/ebox-services_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-services to 1.3
https://bugs.launchpad.net/bugs/411468
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 411467] diff for ebox-objects 1.3.5

2009-08-18 Thread Javier Uruen Val

** Attachment added: "diff for ebox-objects 1.3.5"
   http://launchpadlibrarian.net/30458691/ebox-objects_1.3.5-0ubuntu1.diff

-- 
Please upgrade ebox-objects to 1.3
https://bugs.launchpad.net/bugs/411467
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


  1   2   3   >