[Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-31 Thread Louis Bouchard
Hello pitti,

Following your advice, I did a new merge of 8.12 from debian. As it
turns out, it was beneficial in the sense that this very new 8.12 has
modification that I had sent upstream which required a specific patch.

I disabled the build of the kafka & mongo db packages in debian/rules as
suggested, and dropped the rsyslog-dmesg service alltogether.

Here is the latest debdiff tested against the debian package.  I also
tested install & reran the tests outlined in the FFE bug just to be
sure.

** Patch removed: "rsyslog_debian_to_ubuntu_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4453387/+files/rsyslog_debian_to_ubuntu_v2.debdiff

** Patch added: "rsyslog_debian_8.12.0_to_ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4455134/+files/rsyslog_debian_8.12.0_to_ubuntu.debdiff

** Summary changed:

- Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)
+ Please merge rsyslog 8.12.0-1 (main) from Debian unstable (main)

** Description changed:

- debian unstable has rsyslog-8.9.0-3. Ubuntu available version is quite
+ debian unstable has rsyslog-8.12.0-1 Ubuntu available version is quite
  behind

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

Title:
  Please merge rsyslog 8.12.0-1 (main) from Debian unstable (main)

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

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


[Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-28 Thread Martin Pitt
Two more issues:

 - This is against the old version 8.9.0 which isn't even in testing any more. 
Can you please adjust to 8.12.0-1? (There are some patch failures)
 - Replace debian/rsyslog.dmesg.upstart by equivalent systemd service to save 
initial dmesg into a file. - don't do that; we still need to keep the upstart 
job for touch. Under systemd you don't really need this as dmesg is saved in 
the journal. If you really want to add such a job, please just add it (and 
document it like that).
 - If you want to add/keep rsyslog-dmesg.service, please fix the unit: The 
After= is a no-op (unless you specify DefaultDependencies=no), the unit should 
be of type oneshot, and the call to savellog seems a bit pointless? I thought 
the idea was to keep the dmesg for the current boot only, not rotate it. Log 
rotation (or explicit logging) should really be a thing of the past with 
journal.

- 8 
[Unit]
Description=Save kernel messages

[Service]
Type=oneshot
ExecStart=/bin/sh -ec savelog -q -p -c 5 /var/log/dmesg;dmesg -s 524288  
/var/log/dmesg;chgrp adm /var/log/dmesg

[Install]
WantedBy=multi-user.target
- 8 

But again, I would like you to reconsider if this is really necessary.

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

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

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


[Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-27 Thread Louis Bouchard
New debdiff for the merge with pitti's requests implemented.

** Patch added: rsyslog_debian_to_ubuntu_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4453387/+files/rsyslog_debian_to_ubuntu_v2.debdiff

** Changed in: rsyslog (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

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

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


[Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-27 Thread Louis Bouchard
** Patch removed: rsyslog_debian_to_ubuntu.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4432446/+files/rsyslog_debian_to_ubuntu.debdiff

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

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

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


[Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-27 Thread Martin Pitt
From changelog describing Ubuntu delta:
+- Remove upstart job. Upstream's systemd service file will be used.

Please don't do that. We still use upstart on the phone. It's also not
what the package actually does: It *adds* an upstart job, but removes
the SysV init script. Please don't do that either, we need the init
script for insserv's dependency calculation, and it also reduces our
delta.

Please also consider not dropping the debian/*.install files for
disabled binary packages in Ubuntu -- it's enough to drop them from
debian/control, or even just dh -Nbinaryname them in debian/rules.
This will further simplify the delta and make it more robust against
changes in Debian. (This is a non-blocker though).

Otherwise looks good, many thanks for working on this!

** Changed in: rsyslog (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: rsyslog (Ubuntu)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

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

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


[Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-07-22 Thread Louis Bouchard
This is the debdiff for the merge of rsyslog-8.9.0-3.

The debdiff between 7.4.4 and 8.9.0 being rather big, it can be made
available upon request

** Patch added: rsyslog_debian_to_ubuntu.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4432446/+files/rsyslog_debian_to_ubuntu.debdiff

** Changed in: rsyslog (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: rsyslog (Ubuntu)
 Assignee: Louis Bouchard (louis-bouchard) = (unassigned)

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

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

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