[Bug 1860664] Re: upgrate to snapd wipes out all user settings

2020-01-25 Thread Jorge Salamero Sanz
I fixed this moving the config:

mv $HOME/.config/chromium/*
$HOME/snap/chromium/current/.config/chromium/

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

Title:
  upgrate to snapd wipes out all user settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1860664/+subscriptions

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

[Bug 1200277] Re: [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop, 100% broken.

2014-01-06 Thread Jorge Salamero Sanz
I can confirm the fix with #10 patch. Any chances to upload this patch
for 12.10?

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

Title:
  [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop,
  100% broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/1200277/+subscriptions

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


[Bug 1200277] Re: [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop, 100% broken.

2013-11-11 Thread Jorge Salamero Sanz
Provided patch doesn't create the new launcher with execution
privileges, then gnome panel doesn't take is as trusted and cannot be
run. A manual chmod+x over the ~/Desktop/writer.desktop file workarounds
this.

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

Title:
  [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop,
  100% broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/1200277/+subscriptions

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


[Bug 799623] Re: Incorrect generated logrotate file

2013-05-02 Thread Jorge Salamero Sanz
This bug appears because of the way we get conf parameters values, for
LogFile:

grep '^LogFile' /etc/clamav/clamd.conf
LogFileMaxSize 0
LogFile /var/log/clamav/clamav.log
LogFileUnlock false
LogFileMaxSize 0

The fix:

diff clamav-daemon.postinst /var/lib/dpkg/info/clamav-daemon.postinst
175c175
< value=`grep "^$variable[[:space:]]" $CLAMAVCONF | head -n1 | awk 
'{print $2}'`
---
> value=`grep ^$variable $CLAMAVCONF | head -n1 | awk '{print $2}'`

Test:
< + grep ^LogFile /etc/clamav/clamd.conf
< + value=0
< + [ -z 0 ]
< + [ 0 != LogFile ]
< + export LogFile=0
---
> + awk {print $2}
> + grep ^LogFile[[:space:]] /etc/clamav/clamd.conf
> + value=/var/log/clamav/clamav.log
> + [ -z /var/log/clamav/clamav.log ]
> + [ /var/log/clamav/clamav.log != LogFile ]
> + export LogFile=/var/log/clamav/clamav.log

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

Title:
  Incorrect generated logrotate file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/799623/+subscriptions

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


[Bug 987446] Re: package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 8

2012-09-12 Thread Jorge Salamero Sanz
This bug has been fixed already in Quantal, any chance to push this to
precise-updates?

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

Title:
  package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-core/+bug/987446/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-12 Thread Jorge Salamero Sanz
** Changed in: zentyal-samba (Ubuntu)
   Status: New => Confirmed

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-10 Thread Jorge Salamero Sanz
** Changed in: zentyal-samba (Ubuntu)
Milestone: None => ubuntu-12.10-beta-2

** Changed in: zentyal-samba (Ubuntu)
   Importance: Undecided => High

** Changed in: zentyal-samba (Ubuntu)
   Status: Incomplete => New

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-10 Thread Jorge Salamero Sanz
#1042861, #1042859 are completely new packages, not necessary to make
-samba work. I filled FFe for them because we had blueprints for them
and was in the roadmap to make them into Quantal but we arrived late.

-common and -core were uploaded and samba was not ready yet, so we
decided to upload the core functionality first and same a few days
later, time run out and we entered in freeze...

To have packages in a working state we need to approve this FFe that
request the upload of zentyal-users, zentyal-samba and zentyal-squid.

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-06 Thread Jorge Salamero Sanz
Attached debdiff too.

** Attachment added: "debdiff.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+attachment/3296135/+files/debdiff.tar.gz

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-06 Thread Jorge Salamero Sanz
The plan here is to upload zentyal-users 2.3.15+quantal1, zentyal-samba
2.3.12+quantal1 and zentyal-squid 2.3.11+quantal1 already available on
my ppa: https://launchpad.net/~bencer/+archive/zentyal-2.3-q/.

These packages contain all the new features commented on #2, also you
can find full changelog here:

http://git.zentyal.org/zentyal.git/blob/refs/heads/quantal:/main/users/ChangeLog
http://git.zentyal.org/zentyal.git/blob/refs/heads/quantal:/main/samba/ChangeLog
http://git.zentyal.org/zentyal.git/blob/refs/heads/quantal:/main/squid/ChangeLog

Our final release is 13th September, we will upload new versions then,
but only with bugfixing and no new features, so no need to go through a
FFe.

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-06 Thread Jorge Salamero Sanz
Attached screenshot of zentyal-samba, reflecting samba4 specific
changes.

** Attachment added: "zentyal_samba.png"
   
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+attachment/3295988/+files/zentyal_samba.png

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-06 Thread Jorge Salamero Sanz
Attached install log.

** Attachment added: "ubuntu-install-quantal.log"
   
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+attachment/3295986/+files/ubuntu-install-quantal.log

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-06 Thread Jorge Salamero Sanz
Attached build log.

** Attachment added: "build.log"
   
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+attachment/3295985/+files/build.log

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-04 Thread Jorge Salamero Sanz
To clarify our plans here, as I said there is no migration path between
the old samba3-hashed passwords and the new samba4-kerberos keys
version. We want to upload this now as contains new features, eventually
if new bugfixing-only releases appear before 13th September, Zentyal
release date, we will fill new FFe for them.

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] Re: [FFe] New version of zentyal-samba

2012-09-02 Thread Jorge Salamero Sanz
The 3 packages bring new features:

zentyal-users:

* major rewrite to support Heimdal Kerberos
* New master-slave architecture using REST instead LDAP replication (avoiding 
chained slapd replica, translucent, frontend)
migration is not possible as all passwords are stored in Kerberos keys format 
and before we had different hashes but no plain-text

zentyal-samba:

* major rewrite to support samba4
* integration betweek samba4, OpenLDAP and external Heimdal Kerberos
* roles supported: standalone domain controller, existing Windows domain 
controller/member
migration is not possible as we move from a samba3 based solution to a samba4 
based solution

zentyal-squid:

* support of complex browsing policies  multiple time slots based
* rewrite of the URL categories database dansguardian configuration to scale 
with many different profiles
existing configuration will keep working

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1043654] [NEW] [FFe] New version of zentyal-samba

2012-08-29 Thread Jorge Salamero Sanz
Public bug reported:

We need to upload a new version of zentyal-samba, this is required for:

* current version doesn't work with zentyal-common and zentyal-core
recently uploaded

* new versions brings support of samba4 to accomplish
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-samba4-interface

* we have been working with the Edubuntu team to have a samba4
management interface, this new version brings this feature
https://blueprints.launchpad.net/ubuntu/+spec/other-edubuntu-zentyal-
integration

(upload of zentyal-users and zentyal-squid will be necessary too)

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


** Tags: ffe

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

Title:
  [FFe] New version of zentyal-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-samba/+bug/1043654/+subscriptions

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


[Bug 1042859] [NEW] [FFe] New zentyal-ups package

2012-08-28 Thread Jorge Salamero Sanz
Public bug reported:

We have developed a new zentyal-ups module to manage UPS using the NUT
software. As we upload new zentyal packages (see #1042844) we want to
upload this one as well to close the following blueprint:

https://blueprints.launchpad.net/ubuntu/+spec/other-zentyal-ups-
management

** Affects: zentyal-core (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ffe

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

Title:
  [FFe] New zentyal-ups package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-core/+bug/1042859/+subscriptions

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


[Bug 1042861] [NEW] [FFe] New zentyal-ltsp module

2012-08-28 Thread Jorge Salamero Sanz
Public bug reported:

We have developed a new zentyal-ltsp module to manage LTSP. As we upload
new zentyal packages (see #1042844) we want to upload this one as well
to close the following blueprint:

https://blueprints.launchpad.net/ubuntu/+spec/other-edubuntu-zentyal-
integration

** Affects: zentyal-core (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ffe

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

Title:
  [FFe] New zentyal-ltsp module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-core/+bug/1042861/+subscriptions

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


[Bug 1042844] [NEW] [FFe] New version of Zentyal packages

2012-08-28 Thread Jorge Salamero Sanz
Public bug reported:

New zentyal-* packages should be uploaded to Quantal. These packages
come from the development version which has been frozen for a few weeks
already and now only bugfixes will make its way.

This is also need for the following blueprints:

https://blueprints.launchpad.net/ubuntu/+spec/other-edubuntu-zentyal-integration
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-samba4-interface

Also this upload is needed to proceed with the SRU #987446.

** Affects: zentyal-core (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: ffe

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

Title:
  [FFe] New version of Zentyal packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-core/+bug/1042844/+subscriptions

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


[Bug 987446] Re: package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 8

2012-07-16 Thread Jorge Salamero Sanz
** Description changed:

+ [Impact]
+ 
+ This error affects users upgrading from anything previous to precise.
+ Clean install is not affected. postinstall script exits and package is
+ in a broken state, all Zentyal packages are broken as depend on zentyal-
+ core.
+ 
+ [Test Case]
+ 
+ Upgrade from anything previous to Precise. I've reproduced it with
+ Oneiric to Precise, with both do-release-upgrade and apt-get dist-
+ upgrade. usermod fails to change the user home because there are still
+ ebox processes running.
+ 
+ do-release-upgrade logs available here:
+ http://people.zentyal.org/~bencer/ubuntu/precise-proposed/dist-
+ upgrade/screenlog.0
+ 
+ [Regression Potential]
+ 
+ Change code only affects upgrades, as it's only packaging scripts. Low
+ risk of regressions. Successfully tested apt-get dist-upgrade and do-
+ release-upgrade using this fix.
+ 
+ [Other info]
+ 
+ Packages going to be uploaded to 12.10 already include this fix.
+ 
+ Package available in:
+ https://launchpad.net/~bencer/+archive/zentyal-2.3-p-proposed/+files
+ /zentyal-core_2.3.4precise1_source.changes
+ 
+ [Original Description]
+ 
  This error happened during the update from 11.10 to 12.04, and it showed
  up again after the update was completed and the computer had rebooted. I
  will try to (re-)install zentyal-core manually now.
  
  There was another error during the update, that did not come again after
  rebooting. "ebox" had the same error as zentyal-core... I just wanted to
  mention it, maybe it is related.
  
  Thanks for such an awesome operating system, and all the time you guys
  put into it.
  
  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: zentyal-core 2.3.4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Mon Apr 23 23:52:04 2012
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 8
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  PackageArchitecture: all
  SourcePackage: zentyal-core
  Title: package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 8
  UpgradeStatus: Upgraded to precise on 2012-04-23 (0 days ago)

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

Title:
  package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-core/+bug/987446/+subscriptions

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


[Bug 1011824] Re: package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 8

2012-07-04 Thread Jorge Salamero Sanz
*** This bug is a duplicate of bug 987446 ***
https://bugs.launchpad.net/bugs/987446

** This bug has been marked a duplicate of bug 987446
   package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 8

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

Title:
  package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-core/+bug/1011824/+subscriptions

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


[Bug 1014395] Re: package ebox-services (not installed) failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-07-04 Thread Jorge Salamero Sanz
*** This bug is a duplicate of bug 987446 ***
https://bugs.launchpad.net/bugs/987446

** This bug has been marked a duplicate of bug 987446
   package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 8

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

Title:
  package ebox-services (not installed) failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-services/+bug/1014395/+subscriptions

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


[Bug 1014399] Re: package ebox-firewall (not installed) failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-07-04 Thread Jorge Salamero Sanz
*** This bug is a duplicate of bug 987446 ***
https://bugs.launchpad.net/bugs/987446

** This bug has been marked a duplicate of bug 987446
   package zentyal-core 2.3.4 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 8

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

Title:
  package ebox-firewall (not installed) failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zentyal-firewall/+bug/1014399/+subscriptions

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


[Bug 957109] Re: Please remove libebox, ebox and ebox-* packages from the precise archive

2012-03-25 Thread Jorge Salamero Sanz
Zentyal packages are already in the archive, we should be ready to delte
ebox packages now.

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

Title:
  Please remove libebox, ebox and ebox-* packages from the precise
  archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/957109/+subscriptions

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


[Bug 928501] Re: [FFe] Upload new Zentyal packages (was Precise will ship totally broken ebox packages)

2012-03-17 Thread Jorge Salamero Sanz
Hi James,

you can find here all the final fixes:

https://launchpad.net/~bencer/+archive/zentyal-2.3-p

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

Title:
  [FFe] Upload new Zentyal packages (was Precise will ship totally
  broken ebox packages)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 953981] [NEW] Apache::Authn::Redmine broken in precise

2012-03-13 Thread Jorge Salamero Sanz
Public bug reported:

Apache::Authn::Redmine /usr/share/redmine/extra/svn/Redmine.pm is broken
in precise, changes needed:

30c30
<   aptitude install libapache-dbi-perl libapache2-mod-perl2 libdbd-mysql-perl 
libdigest-sha-perl
---
>   aptitude install libapache-dbi-perl libapache2-mod-perl2 libdbd-mysql-perl
102c102
< use Digest::SHA;
---
> use Digest::SHA1;

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

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

Title:
  Apache::Authn::Redmine broken in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redmine/+bug/953981/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-03-13 Thread Jorge Salamero Sanz
** Description changed:

+ Rationale for FFe:
+ 
+ Zentyal is an open source small business server that provides a
+ graphical configuration interface for many Ubuntu services (squid,
+ dansguardian, firewall, qos, openvpn, dhcp, dns, samba, cups, etc.) and
+ integration between them.
+ 
+ These packages are a *rename* of the existing ebox packages along with a
+ *new upstream release* fixing known issues in current ebox packages on
+ precise.
+ 
+ Package builds: Yes.
+ Package installs: Yes, upgrade from current ebox packages has been 
successfully tested.
+ Reviewers: myself and jacalvo (from zentyal team), james-page, huats and 
client-fewbar (from ubuntu).
+ All packages have been reviewed by multiple devs, are lintian clean, install 
and upgrade, all feedback on this bug reports has been addressed.
+ 
+ James willing to sponsor the upload once FFe is approved an Archive
+ admin confirms:
+ 
+ a) use of native package format - this still seems to be making some dev's 
uncomfortable
+ b) this is basically a rename of the old ebox packages
+ 
+ Original Bug Report:
+ 
  Current ebox-* packages are based on the 2.0 version, which is more than
  one year old and doesn't work on oneiric and later because slapd
  changes.
  
  New zentyal-* packages are intended to replace existing ebox-* ones in
  Universe (eBox Platform was renamed to Zentyal time ago).
  
  We wouldn't like to see how Precise is shipped with broken Zentyal
  packages when we have made the effort to prepare new ones, see:
  https://lists.ubuntu.com/archives/ubuntu-server/2012-January/006062.html
  
  Please, sponsor the upload of the new Zentyal packages available on
  https://launchpad.net/~jacalvo/+archive/zentyal-precise/ and delete
  ebox-* ones.

** Summary changed:

- Precise will ship totally broken ebox packages
+ [FFe] Upload new Zentyal packages (was Precise will ship totally broken ebox 
packages)

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

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

Title:
  [FFe] Upload new Zentyal packages (was Precise will ship totally
  broken ebox packages)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-03-08 Thread Jorge Salamero Sanz
Hi Micah,

Zentyal is Ubuntu specific, we not only we develop for Ubuntu, but we
depend on specific Ubuntu components like upstart, the versions of the
packages in the Ubuntu archive, etc.

Eventually Zentyal could be ported to different distros but this would
be a new feature that will require changes not only in the packaging but
also in the source code; because of that we still think (as upstream)
that we are Ubuntu specific.

James,

about these ebox- prefixed upstart jobs, are for Zentyal own daemons,
like the log parser or the AD synchronization, or for services we like
to start using upstart.

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-03-07 Thread Jorge Salamero Sanz
These are the comments from Christophe (huats), we are already working
on them:

 zbuildtools
 - The upstream source missed the COPYING file
 - licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)
 
 zentyal-ca
 - licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-common
 - licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)
 
 zentyal-core
 - The are lots of misssing copyrights :
- most of the www/js/ ones
- src/EBox/ThirdParty/Apache2/AuthCookie.pm
- src/EBox/ThirdParty/Apache2/AuthCookie/Util.pm
 - what are the copyright one the various images in www/images ?
 - the authors for src/EBox/ThirdParty/Apache2/AuthCookie (in debian/copyright) 
seems incorrect
 - licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-dhcp
  - licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-dns
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-firewall
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-network
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-ntp
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-objects
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-openvpn
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-printers
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-samba
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-services
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-squid
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

 zentyal-users
- licensing is not OK: the GPL file pointed is /usr/share/common-licenses/GPL 
(which is v3) while it should be v2 (according to the licence in the sources)

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-02-18 Thread Jorge Salamero Sanz
Good idea Client, I've already filled in
https://wiki.ubuntu.com/JorgeSalamero/PerPackageDeveloperApplication so
as soon as they go thru the NEW queue we can upload further versions.
Thanks for your collaboration!

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-02-14 Thread Jorge Salamero Sanz
Hi all,

In addition to the fixes we already did regarding the things you raised,
we have also make sure these new packages are 100% lintian clean.

We would really appreciate if anybody could have a look at them, again
in the same place: https://launchpad.net/~jacalvo/+archive/zentyal-
precise/.

Regards,

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-02-10 Thread Jorge Salamero Sanz
Hi Clint and Micah,

what do you think about the approach I suggested? Sorry for pushing, but
we have only a few days to go.

Thanks!

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] Re: Precise will ship totally broken ebox packages

2012-02-08 Thread Jorge Salamero Sanz
IMHO we have to consider some variables in this situation:

* current ebox packages are broken and in an unusable state, proposed zentyal 
packages at least work
* feature freeze is in 8 days and uploading new packages after that will be 
more complicated
* Zentyal project is Ubuntu specific, would be really really sad that precise 
is shipped with broken or no zentyal packages

given this, my proposal is to upload these new zentyal packages, which
far from perfect, improve the current situation, after this, we still
have 6 weeks to improve these details, make them lintian clean and
further review.

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 928501] [NEW] Precise will ship totally broken ebox packages

2012-02-07 Thread Jorge Salamero Sanz
Public bug reported:

Current ebox-* packages are based on the 2.0 version, which is more than
one year old and doesn't work on oneiric and later because slapd
changes.

New zentyal-* packages are intended to replace existing ebox-* ones in
Universe (eBox Platform was renamed to Zentyal time ago).

We wouldn't like to see how Precise is shipped with broken Zentyal
packages when we have made the effort to prepare new ones, see:
https://lists.ubuntu.com/archives/ubuntu-server/2012-January/006062.html

Please, sponsor the upload of the new Zentyal packages available on
https://launchpad.net/~jacalvo/+archive/zentyal-precise/ and delete
ebox-* ones.

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

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

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

Title:
  Precise will ship totally broken ebox packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/928501/+subscriptions

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


[Bug 927524] Re: Sync libhtml-mason-perl 1:1.48-1 (universe) from Debian unstable (main)

2012-02-07 Thread Jorge Salamero Sanz
** Also affects: zentyal
   Importance: Undecided
   Status: New

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

Title:
  Sync libhtml-mason-perl 1:1.48-1 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zentyal/+bug/927524/+subscriptions

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


[Bug 919604] [NEW] Sync libredis-perl 2:1.9260-1 (universe) from Debian unstable (main)

2012-01-21 Thread Jorge Salamero Sanz
Public bug reported:

Please sync libredis-perl 2:1.9260-1 (universe) from Debian unstable
(main)

Changelog entries since current precise version 2:1.9040-2:

We need this new version as a dependency to upload new Zentyal
(http://zentyal.org/) packages, which will replace old broken
ebox-* packages.

libredis-perl (2:1.9260-1) unstable; urgency=low

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.

  [ Alessandro Ghedini ]
  * New upstream release
  * Add libtest-fatal-perl to Build-Depends-Indep
  * Add libtry-tiny-perl to (Build-)Depends(-Indep)
  * Update upstream copyright years
  * Add alternative B-D perl (>= 5.14) for libtest-simple-perl (>= 0.96)

 -- Alessandro Ghedini   Thu, 12 Jan 2012 23:02:06
+0100

** Affects: libredis-perl (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Sync libredis-perl 2:1.9260-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libredis-perl/+bug/919604/+subscriptions

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


[Bug 798088] [NEW] Chromium crashes when setting proxy from ubuntu settings

2011-06-16 Thread Jorge Salamero Sanz
Public bug reported:

Binary package hint: chromium-browser

If you have chromium open, and you need to setup a proxy for browsing
when you were using direct internet connection before. As soon as you
save system wide settings, the browser crashes.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Chromium crashes when setting proxy from ubuntu settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/798088/+subscriptions

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


[Bug 477590] Re: [hardy] snort-mysql fails to install when eth0 is not a valid interface

2011-06-01 Thread Jorge Salamero Sanz
I can confirm this issue, snort fails to install when eth0 doesn't
exist.

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

Title:
  [hardy] snort-mysql fails to install when eth0 is not a valid
  interface

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


[Bug 791522] [NEW] Debconf really_stop default value break unattended upgrades

2011-06-01 Thread Jorge Salamero Sanz
Public bug reported:

Binary package hint: quagga

on prerm script, we set really_stop to false by default. this break
automatic upgrades of the package when using apt-get -y --force-yes.

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

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

Title:
  Debconf really_stop default value break unattended upgrades

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


[Bug 789049] [NEW] gpgkeys doesn't find the key thru http proxy

2011-05-27 Thread Jorge Salamero Sanz
Public bug reported:

Binary package hint: gnupg

gpgkeys (called from apt-key) doesn't find a key when using a http proxy
(set from env http_proxy):

gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring 
/etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring 
/etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver-options 
http-proxy='http://10.51.0.95:3128/' --keyserver keyserver.ubuntu.com 
--recv-keys 10E239FF
gpg: requesting key 10E239FF from hkp server keyserver.ubuntu.com
gpgkeys: key 10E239FF not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

on squid access.log:

1306490082.847119 127.0.0.1 TCP_MISS/503 1478 GET
http://keyserver.ubuntu.com:11371/pks/lookup? - DIRECT/91.189.89.49
text/html

while on a server without proxy works as expected:

gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring 
/etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring 
/etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver 
keyserver.ubuntu.com --recv-keys 10E239FF
gpg: requesting key 10E239FF from hkp server keyserver.ubuntu.com
gpg: key 10E239FF: "Launchpad Zentyal 2.0 series" not changed
gpg: Total number processed: 1
gpg:  unchanged: 1

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

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

Title:
  gpgkeys doesn't find the key thru http proxy

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


[Bug 723848] [NEW] Please update ebox packages to latest stable version

2011-02-23 Thread Jorge Salamero Sanz
Public bug reported:

Binary package hint: ebox

I've prepared updated packages for all the ebox packages included in
Ubuntu right now. Currently included version is 1.5.x which was a beta
release and has plenty known issues which has been fixed in these
packages. Would be great if these packages could make it into natty:
https://launchpad.net/~bencer/+archive/zentyal-2.0. Thanks!

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

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

Title:
  Please update ebox packages to latest stable version

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


[Bug 709431] Re: Support redis 2.0

2011-02-20 Thread Jorge Salamero Sanz
** Changed in: libredis-perl (Ubuntu)
   Status: New => Fix Released

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

Title:
  Support redis 2.0

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


[Bug 721865] [NEW] Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian unstable (main)

2011-02-19 Thread Jorge Salamero Sanz
Public bug reported:

Please sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian
unstable (main)

This new version fixes very often segfaults that make l7-filter almost unusable 
on
real production.

Changelog entries since current natty version 0.11-4:

l7-filter-userspace (0.12-beta1-0.1) unstable; urgency=low

  * Non-maintainer upload.

  [ Jakub Wilk ]
  * Update my e-mail address.
  * Update Maintainer and Source fields in debian/copyright and Homepage field
in debian/control to reflect the new upstream.

  [ Jorge Salamero Sanz ]
  * New upstream version (Closes: #61).
  * Bump standards version to 3.9.1 (no changes needed).
  * Update watch file.
  * Refresh netfilter-conntrack-0.100.diff and hyphen-used-as-minus-sign.diff.

 -- Jorge Salamero Sanz   Sun, 13 Feb 2011 16:51:20
+0100

** Affects: l7-filter-userspace (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync l7-filter-userspace 0.12-beta1-0.1 (universe) from Debian
  unstable (main)

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


[Bug 720564] Re: Sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian unstable (main)

2011-02-17 Thread Jorge Salamero Sanz
Understood, cool thanks!

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

Title:
  Sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian
  unstable (main)

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


[Bug 720564] Re: Sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian unstable (main)

2011-02-17 Thread Jorge Salamero Sanz
Shipping natty with a totally broken library should be understood as an
important issue, I don't understand the wishlist importance here.

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

Title:
  Sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian
  unstable (main)

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


[Bug 720564] [NEW] Sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian unstable (main)

2011-02-16 Thread Jorge Salamero Sanz
Public bug reported:

Please sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian
unstable (main)

Natty ships redis 2.0 which is not supported by current libredis-perl so
makes this library not usable at all. This new version is required to work
with redis 2.0.

Changelog entries since current natty version 2:1.2001-1:

libredis-perl (2:1.2001+git20110127-1) unstable; urgency=low

  * New upstream release bringing Redis 2.0 support from git 20110127.91693e7f
  * debian/compat: updated to 8
  * debian/control: Standards-Version updated to 3.9.1, debhelper > 8

 -- Jorge Salamero Sanz   Thu, 27 Jan 2011 18:05:41
+0100

** Affects: libredis-perl (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync libredis-perl 2:1.2001+git20110127-1 (universe) from Debian
  unstable (main)

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


[Bug 709431] [NEW] Support redis 2.0

2011-01-28 Thread Jorge Salamero Sanz
Public bug reported:

Binary package hint: libredis-perl

Current version of libredis-perl doesn't support redis 2.0 which is the
only one provided in natty. Please resync this package with the last
upload just done in Debian: 2:1.2001+git20110127-1,
http://packages.qa.debian.org/libr/libredis-
perl/news/20110128T104707Z.html.

** Affects: libredis-perl (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Support redis 2.0

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