[Bug 1735921] Re: Error configuring ntopg Users and Preferences

2019-01-21 Thread Ludovico Cavedon
** Changed in: ntopng (Ubuntu)
   Status: Confirmed => 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/1735921

Title:
  Error configuring ntopg Users and Preferences

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

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

[Bug 1459136] Re: package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-01-21 Thread Ludovico Cavedon
** Changed in: ntopng (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1414438] Re: Incorrect version number in clang library filename.

2018-10-16 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1383737 ***
https://bugs.launchpad.net/bugs/1383737

** This bug has been marked a duplicate of bug 1383737
   Bad version of python-clang in file cindex.py

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

Title:
  Incorrect version number in clang library filename.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.4/+bug/1414438/+subscriptions

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

[Bug 1790739] Re: kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting and block size less than 4096

2018-09-06 Thread Ludovico Cavedon
I tested with 3.13.0-158-generic (from proposed updates) and the problem 
persists, like for 13.0-157-generic .
It does not happen with 3.13.0-155.


** Changed in: linux (Ubuntu Trusty)
   Status: Incomplete => Confirmed

** Changed in: linux (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/1790739

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting and block size less than 4096

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

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

[Bug 1790739] Re: kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting and block size less than 4096

2018-09-04 Thread Ludovico Cavedon
** Summary changed:

- kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting
+ kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting 
and block size less than 4096

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

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting and block size less than 4096

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

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

[Bug 1790739] Re: kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting

2018-09-04 Thread Ludovico Cavedon
The problem seems to happen only if the ext2 block size is 1024, which
seems to be the default for a filesystem smaller than 537 MB.

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

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting

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

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

[Bug 1790739] [NEW] kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting

2018-09-04 Thread Ludovico Cavedon
Public bug reported:

Kernel 3.13.0-157 causes errors writing to an ext2 or ext3 filesystem with a 
non-zero stride setting.
The issue does not happen with kernel 3.13.0-155.

Steps to reproduce:

root@manager:~# mkdir mnt   

   
root@manager:~# dd if=/dev/zero of=file.img bs=1MB count=32 

 
[...]
root@manager:~# mke2fs -E stride=256 file.img   

 
[...]
root@manager:~# mount -o loop file.img mnt/ 

 
root@manager:~# dd if=/dev/zero of=mnt/bigfile bs=1MB count=20  


dd: error writing ‘mnt/bigfile’: No space left on device
16+0 records in
15+0 records out
15937536 bytes (16 MB) copied, 0.0780797 s, 204 MB/s
root@manager:~# df -h
[...]
/dev/loop0  30M   16M   13M  56% /root/mnt


The relevant lines from syslog are:
Sep  4 23:16:40 manager kernel: [ 2385.432802] EXT4-fs (loop0): mounted 
filesystem with ordered data mode. Opts: (null)
Sep  4 23:19:22 manager kernel: [ 2546.581246] EXT4-fs (loop0): mounting ext2 
file system using the ext4 subsystem
Sep  4 23:19:22 manager kernel: [ 2546.581610] EXT4-fs (loop0): mounted 
filesystem without journal. Opts: (null)
Sep  4 23:19:26 manager kernel: [ 2550.695870] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
Sep  4 23:19:26 manager kernel: [ 2550.720622] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
Sep  4 23:19:26 manager kernel: [ 2550.723530] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
[...]

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-157-generic 3.13.0-157.207
ProcVersionSignature: Ubuntu 3.13.0-157.207-generic 3.13.11-ckt39
Uname: Linux 3.13.0-157-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Sep  4 22:37 seq
 crw-rw 1 root audio 116, 33 Sep  4 22:37 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.14.1-0ubuntu3.29
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory: 'iw'
Date: Tue Sep  4 23:07:52 2018
HibernationDevice: RESUME=UUID=025ae749-5b92-41f8-9ae8-fa27251e7e49
InstallationDate: Installed on 2013-09-26 (1804 days ago)
InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.3)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
PciMultimedia:
 
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-157-generic 
root=/dev/mapper/hostname--pro-root ro nosplash nomodeset ipv6.disable=0
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-157-generic N/A
 linux-backports-modules-3.13.0-157-generic  N/A
 linux-firmware  1.127.24
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
StagingDrivers: bpctl_mod
UpgradeStatus: Upgraded to trusty on 2018-04-17 (140 days ago)
dmi.bios.date: 07/10/2014
dmi.bios.version: 2.3.3
dmi.board.name: 0R5KP9
dmi.board.version: A04
dmi.chassis.type: 23
dmi.modalias: 
dmi:bvn:bvr2.3.3:bd07/10/2014:svn:pn:pvr:rvn:rn0R5KP9:rvrA04:cvn:ct23:cvr:

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


** Tags: amd64 apport-bug staging trusty

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

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting

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

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

[Bug 1790739] Re: kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting

2018-09-04 Thread Ludovico Cavedon
I was able to reproduce this issue on multiple hosts.

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

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting

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

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

[Bug 1613687] Re: package ntopng (not installed) failed to install/upgrade: trying to overwrite '/usr/share/ntopng/httpdocs/misc/ntopng_template_elk.json', which is also in package ntopng-data 2.2+dfs

2017-09-03 Thread Ludovico Cavedon
> Unpacking ntopng (2.4.160815-1556) over (2.2+dfsg1-1build1) ...

The version being installed here is not coming from The Ubuntu repository, and 
is apparently causing conflicts with the version in Ubuntu.
You can try doing
dpkg --purge ntopng ntopn-data
and then trying again to install your version of choice. 

** Changed in: ntopng (Ubuntu)
   Status: New => Invalid

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

Title:
  package ntopng (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/ntopng/httpdocs/misc/ntopng_template_elk.json',
  which is also in package ntopng-data 2.2+dfsg1-1build1

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

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


[Bug 1437835] Re: ntopng requires redis-server but tries to start before redis-server is up

2017-09-03 Thread Ludovico Cavedon
It looks like you are using the SysVinit boot system.
Indeed there is a dependency missing in that case.
It can be fixed by changing /etc/init.d/ntopng as follows:

@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:  ntopng
-# Required-Start:$remote_fs $syslog
-# Required-Stop: $remote_fs $syslog
+# Required-Start:$remote_fs $syslog redis-server
+# Required-Stop: $remote_fs $syslog redis-server
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Should-Start:  $network

And the updating the boot dependencies. I am not sure what the right
procedure is, but this may help:
https://wiki.debian.org/LSBInitScripts/DependencyBasedBoot

I including the fix above in the next Debian package upload.

** Changed in: ntopng (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  ntopng requires redis-server but tries to start before redis-server is
  up

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

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


[Bug 1529186] Re: package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-09-03 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1459136 ***
https://bugs.launchpad.net/bugs/1459136

** This bug has been marked a duplicate of bug 1459136
   package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade: 子进程 已安装
  post-installation 脚本 返回错误状态 1

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

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

[Bug 1572425] Re: package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2017-09-03 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1459136 ***
https://bugs.launchpad.net/bugs/1459136

** This bug has been marked a duplicate of bug 1459136
   package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

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

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

[Bug 1459136] Re: package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-03 Thread Ludovico Cavedon
Could someone having this issue attach /var/log/ntopng/ntopng.log and
the output of `service ntopng status`, please?

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

Title:
  package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1694282] Re: package ntopng 2.2+dfsg1-1build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-03 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1459136 ***
https://bugs.launchpad.net/bugs/1459136

** This bug has been marked a duplicate of bug 1459136
   package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package ntopng 2.2+dfsg1-1build1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1700293] Re: package ntopng 2.4+dfsg1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-03 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1459136 ***
https://bugs.launchpad.net/bugs/1459136

** This bug has been marked a duplicate of bug 1459136
   package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package ntopng 2.4+dfsg1-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1518608] Re: package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-03 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1459136 ***
https://bugs.launchpad.net/bugs/1459136

** This bug has been marked a duplicate of bug 1459136
   package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1522970] Re: package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2017-09-03 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1459136 ***
https://bugs.launchpad.net/bugs/1459136

** This bug has been marked a duplicate of bug 1459136
   package ntopng 1.2.1+dfsg1-1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package ntopng 1.2.1+dfsg1-2ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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

[Bug 1371956] Re: Ubuntu MATE should have TortoiseHG integration to Caja

2017-08-30 Thread Ludovico Cavedon
I have added package tortoisehg-caja to the latest upload to debian
(4.3.1-1).

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

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

Title:
  Ubuntu MATE should have TortoiseHG integration to Caja

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1371956/+subscriptions

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


[Bug 1295579] Re: TortoiseHG-nautilus uses icons from gnome-icon-theme-full package, but it's not installed as dependency

2017-08-30 Thread Ludovico Cavedon
>> Bug does not exist in Ubuntu 15.10 alpha.

> So I guess it can be closed?

Closing.

** Changed in: tortoisehg (Ubuntu)
   Status: Confirmed => 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/1295579

Title:
  TortoiseHG-nautilus uses icons from gnome-icon-theme-full package, but
  it's not installed as dependency

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

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


[Bug 1295579] Re: TortoiseHG-nautilus uses icons from gnome-icon-theme-full package, but it's not installed as dependency

2015-12-25 Thread Ludovico Cavedon
> it seems that gnome-icon-theme-full will not be installed. Tested on 
> fresh-installed Ubuntu 14.10.
> ...
>   apt-cache depends tortoisehg-nautilus
>  tortoisehg-nautilus
>   |Depends: gnome-icon-theme-full <- this dependency was missed
>Depends: gnome-icon-theme

Probably because  gnome-icon-theme was installed already and it did not pulled 
gnome-icon-theme-full as well.
However I cannot add that unconditional dependency because it would break on 
Debian.

However I see
> Bug does not exist in Ubuntu 15.10 alpha.

So I guess it can be closed?

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

Title:
  TortoiseHG-nautilus uses icons from gnome-icon-theme-full package, but
  it's not installed as dependency

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

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


[Bug 1295579] Re: TortoiseHG-nautilus uses icons from gnome-icon-theme-full package, but it's not installed as dependency

2014-09-22 Thread Ludovico Cavedon
Thank you for the bug report, I have uploaded the fixed version to
Debian https://tracker.debian.org/pkg/tortoisehg

Feel free to merge it into Ubuntu if it is not too late with the release
cycle.

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

Title:
  TortoiseHG-nautilus uses icons from gnome-icon-theme-full package, but
  it's not installed as dependency

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

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


[Bug 1265729] [NEW] unattended-upgrade might enter an infinite loop if an upgradable package is on hold

2014-01-03 Thread Ludovico Cavedon
Public bug reported:

If a package is upgradable but it is set on hold, unattende-upgrade
might enter a infinite 100% CPU loop.

From the log:

2014-01-03 07:19:06,777 INFO Initial blacklisted packages: mysql-server 
mysql-server-5.1 mysql-server-5.5 mysql-server-core-5.1 mysql-server-core-5.5
2014-01-03 07:19:06,777 INFO Starting unattended upgrades script
2014-01-03 07:19:06,778 INFO Allowed origins are: 
['o=Ubuntu,a=precise-security']
2014-01-03 07:19:09,694 INFO Initial blacklisted packages: mysql-server 
mysql-server-5.1 mysql-server-5.5 mysql-server-core-5.1 mysql-server-core-5.5
2014-01-03 07:19:09,694 INFO Starting unattended upgrades script
2014-01-03 07:19:09,695 INFO Allowed origins are: 
['o=Ubuntu,a=precise-security']
2014-01-03 07:19:11,359 DEBUG Checking: curl ([Origin component:'main' 
archive:'precise-updates' origin:'Ubuntu' label:'Ubuntu' 
site:'mirrors.service.softlayer.com' isTrusted:True, Origin 
component:'main' 
archive:'precise-security' origin:'Ubuntu' label:'Ubuntu' 
site:'mirrors.service.softlayer.com' isTrusted:True])
2014-01-03 07:19:11,403 DEBUG pkg 'curl' is on hold
2014-01-03 07:19:11,403 DEBUG sanity check failed
2014-01-03 07:19:12,318 DEBUG Checking: libcurl3 ([Origin component:'main' 
archive:'precise-updates' origin:'Ubuntu' label:'Ubuntu' 
site:'mirrors.service.softlayer.com' isTrusted:True, Origin component:'ma
in' archive:'precise-security' origin:'Ubuntu' label:'Ubuntu' 
site:'mirrors.service.softlayer.com' isTrusted:True])
2014-01-03 07:19:12,934 DEBUG Checking: libcurl3-gnutls ([Origin 
component:'main' archive:'precise-updates' origin:'Ubuntu' label:'Ubuntu' 
site:'mirrors.service.softlayer.com' isTrusted:True, Origin 
component:'main' archive:'precise-security' origin:'Ubuntu' label:'Ubuntu' 
site:'mirrors.service.softlayer.com' isTrusted:True])
2014-01-03 07:19:13,134 DEBUG pkg 'libcurl3-gnutls' is on hold
2014-01-03 07:19:13,134 DEBUG sanity check failed
2014-01-03 07:19:14,295 DEBUG pkgs that look like they should be upgraded: 
libcurl3
2014-01-03 07:19:14,328 DEBUG blacklist: ['mysql-server', 'mysql-server-5.1', 
'mysql-server-5.5', 'mysql-server-core-5.1', 'mysql-server-core-5.5']
2014-01-03 07:19:15,102 DEBUG Checking (blacklist): libcurl3
2014-01-03 07:19:16,323 INFO Packages that are auto removed: ''
2014-01-03 07:19:16,323 DEBUG InstCount=0 DelCount=0 BrokenCout=0
2014-01-03 07:19:16,323 INFO Packages that are upgraded: libcurl3
2014-01-03 07:19:16,324 INFO Writing dpkg log to 
'/var/log/unattended-upgrades/unattended-upgrades-dpkg_2014-01-03_07:19:16.324186.log'
2014-01-03 07:19:16,350 DEBUG found  partition of size 0 ([])
2014-01-03 07:19:17,118 DEBUG applying set []
2014-01-03 07:19:24,010 DEBUG left to upgrade set(['libcurl3'])
2014-01-03 07:19:24,037 DEBUG found  partition of size 0 ([])
2014-01-03 07:19:24,891 DEBUG applying set []
2014-01-03 07:19:32,046 DEBUG left to upgrade set(['libcurl3'])
2014-01-03 07:19:32,080 DEBUG found  partition of size 0 ([])
2014-01-03 07:19:32,939 DEBUG applying set []
2014-01-03 07:19:39,982 DEBUG left to upgrade set(['libcurl3'])
2014-01-03 07:19:40,017 DEBUG found  partition of size 0 ([])
2014-01-03 07:19:40,893 DEBUG applying set []
2014-01-03 07:19:48,116 DEBUG left to upgrade set(['libcurl3'])
2014-01-03 07:19:48,149 DEBUG found  partition of size 0 ([])
2014-01-03 07:19:49,002 DEBUG applying set []
2014-01-03 07:19:55,605 DEBUG left to upgrade set(['libcurl3'])
2014-01-03 07:19:55,639 DEBUG found  partition of size 0 ([])


This patch seems to fix the issue:
--- /tmp/unattended-upgrade 2014-01-03 08:00:44.962143452 +
+++ /usr/bin/unattended-upgrade 2014-01-03 08:00:49.010144637 +
@@ -297,6 +297,8 @@
 else:
 continue
 changes = [pkg.name for pkg in cache.get_changes()]
+if not changes:
+   continue
 if len(changes) == 1:
 logging.debug(found leaf package %s % pkg.name)
 smallest_partition = changes


ubuntu-bug report:
ProblemType: Bug
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Fri Jan  3 07:40:10 2014
Dependencies:
 apt 0.8.16~exp12+ll2 [origin: myrepo.com]
 apt-utils 0.8.16~exp12+ll2 [origin: myrepo.com]
 coreutils 8.13-3ubuntu3.2
 debconf 1.5.42ubuntu1
 dpkg 1.16.1.2ubuntu7.2
 gcc-4.6-base 4.6.3-1ubuntu5
 gnupg 1.4.11-3ubuntu2.5 [modified: usr/lib/gnupg/gpgkeys_curl 
usr/lib/gnupg/gpgkeys_hkp]
 gpgv 1.4.11-3ubuntu2.5
 libacl1 2.2.51-5ubuntu1
 libapt-inst1.4 0.8.16~exp12+ll2 [origin: myrepo.com]
 libapt-pkg4.12 0.8.16~exp12+ll2 [origin: myrepo.com]
 libattr1 1:2.4.46-5ubuntu1
 libbz2-1.0 1.0.6-1
 libc-bin 2.15-0ubuntu10.5
 libc6 2.15-0ubuntu10.5
 libdb5.1 5.1.25-11build1
 libexpat1 2.0.1-7.2ubuntu1.1
 libgcc1 1:4.6.3-1ubuntu5
 liblzma5 5.1.1alpha+20110809-3
 libncursesw5 5.9-4
 libreadline6 6.2-8
 libselinux1 2.1.0-4.1ubuntu1
 libsqlite3-0 3.7.9-2ubuntu1.1
 libssl1.0.0 1.0.1-4ubuntu5.10
 libstdc++6 4.6.3-1ubuntu5
 libtinfo5 5.9-4
 libusb-0.1-4 2:0.1.12-20
 lsb-release 

[Bug 1265729] Re: unattended-upgrade might enter an infinite loop if an upgradable package is on hold

2014-01-03 Thread Ludovico Cavedon
** Patch added: unattende-upgrade.patch
   
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1265729/+attachment/3939619/+files/unattende-upgrade.patch

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

Title:
  unattended-upgrade might enter an infinite loop if an upgradable
  package is on hold

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1265729/+subscriptions

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


[Bug 1170017] Re: nautilus-python fails to load on 64-bit systems: g_module_open libpython failed: No such file or directory

2013-10-13 Thread Ludovico Cavedon
** Bug watch added: Debian Bug tracker #724894
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724894

** Also affects: nautilus-python (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724894
   Importance: Unknown
   Status: Unknown

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

Title:
  nautilus-python fails to load on 64-bit systems: g_module_open
  libpython failed: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-compare/+bug/1170017/+subscriptions

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


[Bug 1202823] Re: Tortoisehg-nautilus plugin not working

2013-10-13 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 1170017 ***
https://bugs.launchpad.net/bugs/1170017

** This bug has been marked a duplicate of bug 1170017
   nautilus-python fails to load on 64-bit systems: g_module_open libpython 
failed: No such file or directory

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

Title:
  Tortoisehg-nautilus plugin not working

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

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


[Bug 1087512] Re: proxy authentication not working for HTTPS sources

2013-04-16 Thread Ludovico Cavedon
** Bug watch added: Debian Bug tracker #651640
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651640

** Also affects: apt (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651640
   Importance: Unknown
   Status: Unknown

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

Title:
  proxy authentication not working for HTTPS sources

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

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


[Bug 461141] Re: ntop produces 100% CPU load after suspend

2013-03-09 Thread Ludovico Cavedon
I was not able to reproduce the issue by playing with the network interfaces 
and suspending (with version 4.99.3).
It might be a big that has already been fixed by upstream.

I have uploaded it to my PPA. Can you try with it, please?
https://launchpad.net/~cavedon/+archive/ntop/

Thanks.

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

Title:
  ntop produces 100% CPU load after suspend

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

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


[Bug 1101511] Re: package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: podproces instalovaný post-installation skript vrátil chybový status 1

2013-03-09 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 998838 ***
https://bugs.launchpad.net/bugs/998838

** This bug has been marked a duplicate of bug 998838
   ntop fails to upgrade if eth0 is down

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

Title:
  package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: podproces
  instalovaný post-installation skript vrátil chybový status 1

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

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

[Bug 1087512] [NEW] proxy authentication not working for HTTPS sources

2012-12-06 Thread Ludovico Cavedon
Public bug reported:

How to reproduce:
- have an APT repository over https
   deb https://my.repo/ubuntu precise main
- have APT go though an HTTP proxy which requires HTTP authentication

   apt-get  -o Acquire::http::proxy=http://test:test11@localhost:3128/;
update

Expected results:
package lists are downloaded correctly

Actual result:
Failed to fetch https://my.repo/ubuntu/dists/precise/main/binary-amd64/Packages 
 The requested URL returned error: 407
etc

The problem is that the https transport mangles the proxy string before
passing it to curl and strips the proxy credentials.

See attached patch to fix it.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apt-transport-https 0.8.16~exp12ubuntu10.6
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Thu Dec  6 16:39:10 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 TERM=rxvt-unicode
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
UpgradeStatus: Upgraded to precise on 2012-05-16 (204 days ago)

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


** Tags: amd64 apport-bug precise

** Patch added: apt-https-auth.patch
   
https://bugs.launchpad.net/bugs/1087512/+attachment/3453477/+files/apt-https-auth.patch

** Summary changed:

- proxy authentication not working over HTTPS
+ proxy authentication not working for HTTPS sources

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

Title:
  proxy authentication not working for HTTPS sources

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

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


[Bug 1024136] Re: IOError on every start of nautilus

2012-12-01 Thread Ludovico Cavedon
Fixed in version 2.4-1

** Changed in: tortoisehg (Ubuntu)
   Status: In Progress = 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/1024136

Title:
  IOError on every start of nautilus

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

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


[Bug 1056648] [NEW] Bugfix-only freeze exception

2012-09-26 Thread Ludovico Cavedon
Public bug reported:

tortoisehg-nautilus has a serious bug (bug #1024136) which prevents the nautilus
extension to start on new installation of tortoisehg.

Older version of toroisehg were using ~/.tortoisehg/ as settings
directory. Version 2.4, instead, uses the Qt settings directory, i.e.
{$XDG_CONFIG_HOME,~}/TortoiseHg/

However the nautilus extension still uses the old directory and crashes
with an excpetion when such directory does not exists.

I have already fixed the issue on Debian with a bugfix only upload.
Please sync rotroisehg from Debian unstable.

tortoisehg (2.4-2) unstable; urgency=medium

  * Add fix-config-path.patch to fix crash on new installations of
tortoisehg-nautilus (Closes: #678558).

 -- Ludovico Cavedon cave...@debian.org  Sun, 16 Sep 2012 22:39:10
+0200

** Affects: tortoisehg (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/1056648

Title:
  Bugfix-only freeze exception

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

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

[Bug 1056648] Re: Bugfix-only freeze exception

2012-09-26 Thread Ludovico Cavedon
** Attachment added: tortoisehg_2.4-2.debdiff
   
https://bugs.launchpad.net/bugs/1056648/+attachment/3344224/+files/tortoisehg_2.4-2.debdiff

** Description changed:

- tortoisehg-nautilus has a serious bug (#1024136) which prevents the nautilus
+ tortoisehg-nautilus has a serious bug (bug #1024136) which prevents the 
nautilus
  extension to start on new installation of tortoisehg.
  
  Older version of toroisehg were using ~/.tortoisehg/ as settings
  directory. Version 2.4, instead, uses the Qt settings directory, i.e.
  {$XDG_CONFIG_HOME,~}/TortoiseHg/
  
  However the nautilus extension still uses the old directory and crashes
  with an excpetion when such directory does not exists.
  
  I have already fixed the issue on Debian with a bugfix only upload.
  Please sync rotroisehg from Debian unstable.
  
- 
  tortoisehg (2.4-2) unstable; urgency=medium
  
-   * Add fix-config-path.patch to fix crash on new installations of
- tortoisehg-nautilus (Closes: #678558).
+   * Add fix-config-path.patch to fix crash on new installations of
+ tortoisehg-nautilus (Closes: #678558).
  
-  -- Ludovico Cavedon cave...@debian.org  Sun, 16 Sep 2012 22:39:10
+  -- Ludovico Cavedon cave...@debian.org  Sun, 16 Sep 2012 22:39:10
  +0200

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

Title:
  Bugfix-only freeze exception

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

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

[Bug 1055468] Re: package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-09-26 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 998838 ***
https://bugs.launchpad.net/bugs/998838

** This bug has been marked a duplicate of bug 998838
   ntop fails to upgrade if eth0 is down

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

Title:
  package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: sub-processo
  script post-installation instalado retornou estado de saída de erro 1

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

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

[Bug 1050018] Re: package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2012-09-26 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 998838 ***
https://bugs.launchpad.net/bugs/998838

** This bug has been marked a duplicate of bug 998838
   ntop fails to upgrade if eth0 is down

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

Title:
  package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: sub-processo
  script post-installation instalado retornou estado de saída de erro 1

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

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

[Bug 1001227] Re: package ntop 3:4.0.3+dfsg1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-09-26 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 998838 ***
https://bugs.launchpad.net/bugs/998838

** This bug has been marked a duplicate of bug 998838
   ntop fails to upgrade if eth0 is down

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

Title:
  package ntop 3:4.0.3+dfsg1-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 998838] Re: ntop fails to upgrade if eth0 is down

2012-09-26 Thread Ludovico Cavedon
** Summary changed:

- package ntop 3:4.1.0+dfsg1-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
+ ntop fails to upgrade if eth0 is down

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

Title:
  ntop fails to upgrade if eth0 is down

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

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


[Bug 1024136] Re: IOError on every start of nautilus

2012-09-16 Thread Ludovico Cavedon
** Bug watch added: Debian Bug tracker #678558
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678558

** Also affects: tortoisehg (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678558
   Importance: Unknown
   Status: Unknown

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

Title:
  IOError on every start of nautilus

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

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


[Bug 1024136] Re: IOError on every start of nautilus

2012-09-16 Thread Ludovico Cavedon
Upstream fix
https://bitbucket.org/tortoisehg/thg/changeset/9635693f3b973702fdee4e8fa487afb4d93959be


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

** Changed in: tortoisehg (Ubuntu)
 Assignee: (unassigned) = Ludovico Cavedon (cavedon)

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

Title:
  IOError on every start of nautilus

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

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


[Bug 985831] Re: package supervisor 3.0a8-1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-06-14 Thread Ludovico Cavedon
The cause of this for me was that supervisor was already installed via pip.
Running
   pip uninstall supervisor
fixed  the issue for me.

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

Title:
  package supervisor 3.0a8-1.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

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

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


[Bug 1012946] [NEW] dm-part-sync.patch breaks creating multiple partitions on a LVM volume

2012-06-13 Thread Ludovico Cavedon
Public bug reported:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04 LTS
Release:12.04
Codename:   precise

# apt-cache policy parted
parted:
  Installed: 2.3-8ubuntu5
  Candidate: 2.3-8ubuntu5
  Version table:
 *** 2.3-8ubuntu5 0
500 http://mirrors.service.softlayer.com/ubuntu/ precise/main amd64 
Packages
100 /var/lib/dpkg/status


# lvcreate -n test -L 10M matrix
  Rounding up size to full physical extent 12.00 MiB
  Logical volume test created
# parted --script -- /dev/matrix/test mklabel msdos
# parted --script -- /dev/matrix/test mkpart primary ext4 1 2
# parted --script -- /dev/matrix/test mkpart primary ext4 3 4
device-mapper: create ioctl failed: Device or resource busy
Error: Failed to add partition 1 (No such device or address)
# ls /dev/mapper/matrix-test*
/dev/mapper/matrix-test
/dev/mapper/matrix-test1

If I remove rebuild parted without the dm-part-sync.patch  (actually,
also without dmraid.patch and udevadm-settle.patch, otherwise it would
not build), it works properly:


root@matrix:~# lvcreate -n test -L 10M matrix
  Rounding up size to full physical extent 12.00 MiB
  Logical volume test created
root@matrix:~# parted --script -- /dev/matrix/test mklabel msdos
root@matrix:~# parted --script -- /dev/matrix/test mkpart primary ext4 1 2
Error: msdos disk labels do not support partition names.
root@matrix:~# parted --script -- /dev/matrix/test mkpart primary ext4 3 4
Error: msdos disk labels do not support partition names.
Error: msdos disk labels do not support partition names.
root@matrix:~# ls /dev/mapper/matrix-test*
/dev/mapper/matrix-test
/dev/mapper/matrix-test1
/dev/mapper/matrix-test2
--- 
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
DistroRelease: Ubuntu 12.04
Package: parted 2.3-8ubuntu5
PackageArchitecture: amd64
ProcEnviron:
 TERM=xterm
 LANG=en_US
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Tags:  precise
Uname: Linux 3.2.0-24-generic x86_64
UpgradeStatus: Upgraded to precise on 2012-06-13 (0 days ago)
UserGroups:

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


** Tags: apport-collected precise

** Tags added: apport-collected precise

** Description changed:

  # lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  Codename: precise
  
  # apt-cache policy parted
  parted:
Installed: 2.3-8ubuntu5
Candidate: 2.3-8ubuntu5
Version table:
   *** 2.3-8ubuntu5 0
  500 http://mirrors.service.softlayer.com/ubuntu/ precise/main amd64 
Packages
  100 /var/lib/dpkg/status
  
  
  # lvcreate -n test -L 10M matrix
Rounding up size to full physical extent 12.00 MiB
Logical volume test created
  # parted --script -- /dev/matrix/test mklabel msdos
  # parted --script -- /dev/matrix/test mkpart primary ext4 1 2
  # parted --script -- /dev/matrix/test mkpart primary ext4 3 4
  device-mapper: create ioctl failed: Device or resource busy
  Error: Failed to add partition 1 (No such device or address)
  # ls /dev/mapper/matrix-test*
  /dev/mapper/matrix-test
  /dev/mapper/matrix-test1
  
  If I remove rebuild parted without the dm-part-sync.patch  (actually,
  also without dmraid.patch and udevadm-settle.patch, otherwise it would
  not build), it works properly:
  
  
  root@matrix:~# lvcreate -n test -L 10M matrix
Rounding up size to full physical extent 12.00 MiB
Logical volume test created
  root@matrix:~# parted --script -- /dev/matrix/test mklabel msdos
  root@matrix:~# parted --script -- /dev/matrix/test mkpart primary ext4 1 2
  Error: msdos disk labels do not support partition names.
  root@matrix:~# parted --script -- /dev/matrix/test mkpart primary ext4 3 4
  Error: msdos disk labels do not support partition names.
  Error: msdos disk labels do not support partition names.
  root@matrix:~# ls /dev/mapper/matrix-test*
  /dev/mapper/matrix-test
  /dev/mapper/matrix-test1
  /dev/mapper/matrix-test2
+ --- 
+ ApportVersion: 2.0.1-0ubuntu8
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ Package: parted 2.3-8ubuntu5
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm
+  LANG=en_US
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
+ Tags:  precise
+ Uname: Linux 3.2.0-24-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-06-13 (0 days ago)
+ UserGroups:

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

Title:
  dm-part-sync.patch breaks creating multiple partitions on a LVM volume

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

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


[Bug 1012946] Dependencies.txt

2012-06-13 Thread Ludovico Cavedon
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1012946/+attachment/3188711/+files/Dependencies.txt

** Summary changed:

- dm-part-sync.patch breaks creating multiple partition on a LVM volume
+ dm-part-sync.patch breaks creating multiple partitions on a LVM volume

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

Title:
  dm-part-sync.patch breaks creating multiple partitions on a LVM volume

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

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


[Bug 611717] Re: parted fails to remove partitions from lvm disk

2012-06-13 Thread Ludovico Cavedon
Could be related to bug #1012946

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

Title:
  parted fails to remove partitions from lvm disk

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

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


[Bug 1002571] [NEW] rpaf.conf has incorrect mod_rpaf.c string

2012-05-21 Thread Ludovico Cavedon
Public bug reported:

/etc/apache2/mods-available/rpaf.conf contains 
IfModule mod_rpaf.c

However this check will fail.
The correct check is apparently
IfModule mod_rpaf-2.0.c

This is happening on precise, and it was not happening on lucid.

** Affects: libapache2-mod-rpaf (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/1002571

Title:
  rpaf.conf has incorrect mod_rpaf.c string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1002571/+subscriptions

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


[Bug 698081] Re: [PPA] Every time after Synchronize repo process python stay zombie

2012-03-04 Thread Ludovico Cavedon
Are you able to reproduce the problem on the lastest tortoisehg version?
Thanks.

** Changed in: tortoisehg (Ubuntu)
   Status: New = Incomplete

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

Title:
  [PPA] Every time after Synchronize repo process python stay zombie

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

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


[Bug 323717] Re: /etc/init.d/ntop should have a status option

2012-03-04 Thread Ludovico Cavedon
Will be fixed in the next upcomingDebian upload to unstable.
Thanks for reporting it.

** Changed in: ntop (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  /etc/init.d/ntop should have a status option

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

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


[Bug 402215] Re: ntop does not install correctly with no 'eth0' device

2012-03-04 Thread Ludovico Cavedon
A fresh installation of the latest ntop will not try to use eth0 by
default, but will listen on no interface.

However if the answer eth0 is cached by debconf from a previous
installation and eth0 is not up or available, the installation of ntop
will fail in the postinst.

I have fixed this for the next upload to Debian unstable by preventing
the init script to exit with an error if the user has specified an
interface which is not available. In this way the installation will not
fail, even though ntop will not start. It will be however possible to
reconfigure ntop with dpkg-reconfigure.

Thanks for taking the time to report the problem.

** Bug watch added: Debian Bug tracker #662212
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662212

** Also affects: ntop (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662212
   Importance: Unknown
   Status: Unknown

** Changed in: ntop (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  ntop does not install correctly with no 'eth0' device

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

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


[Bug 941401] Re: Installed ntop, then tried to run ntop

2012-03-04 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 402215 ***
https://bugs.launchpad.net/bugs/402215

** This bug has been marked a duplicate of bug 402215
   ntop does not install correctly with no 'eth0' device

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

Title:
  Installed ntop, then tried to run ntop

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

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


[Bug 933217] Re: package ntop 3:4.0.3+dfsg1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-04 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 402215 ***
https://bugs.launchpad.net/bugs/402215

** This bug has been marked a duplicate of bug 402215
   ntop does not install correctly with no 'eth0' device

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

Title:
  package ntop 3:4.0.3+dfsg1-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 855300] Re: package ntop 3:4.0.3 dfsg1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-04 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 402215 ***
https://bugs.launchpad.net/bugs/402215

** This bug has been marked a duplicate of bug 402215
   ntop does not install correctly with no 'eth0' device

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

Title:
  package ntop 3:4.0.3 dfsg1-3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 853144] Re: Wrong permissions in /var/lib/ntop/*

2012-03-04 Thread Ludovico Cavedon
The permission are actually correct. Ntop needs to be started as root. It will 
open such files and then drop privileges to the ntop user.
Thanks for reporting it, though. Please reopen if you think it is the case.

** Changed in: ntop (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Wrong permissions in /var/lib/ntop/*

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

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


[Bug 926965] Re: TortoiseHG does not work

2012-02-20 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 923071 ***
https://bugs.launchpad.net/bugs/923071

Reassigning to python-qscintilla2 as per http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=619103#20

** Bug watch added: Debian Bug tracker #619103
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619103

** Package changed: tortoisehg (Ubuntu) = qscintilla2 (Ubuntu)

** This bug has been marked a duplicate of bug 923071
   No change rebuild needed against latest PyQt

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

Title:
  TortoiseHG does not work

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

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


[Bug 917605] Re: TortoiseHG should be an application (with launcher)

2012-02-20 Thread Ludovico Cavedon
Fixed in version 2.2.

** Bug watch added: Debian Bug tracker #647266
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647266

** Also affects: tortoisehg (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647266
   Importance: Unknown
   Status: Unknown

** Changed in: tortoisehg (Ubuntu)
   Status: Confirmed = 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/917605

Title:
  TortoiseHG should be an application (with launcher)

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

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


[Bug 910449] [NEW] Sync htmlunit 2.8-1 (universe) from Debian testing (main)

2011-12-31 Thread Ludovico Cavedon
Public bug reported:

Please sync htmlunit 2.8-1 (universe) from Debian testing (main)

All changelog entries:

htmlunit (2.8-1) unstable; urgency=low

  * Initial release (Closes: #428127).

 -- Ludovico Cavedon cave...@debian.org  Sun, 20 Nov 2011 01:37:43
-0800

** Affects: 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/910449

Title:
  Sync htmlunit 2.8-1 (universe) from Debian testing (main)

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

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


[Bug 885945] [NEW] Sync tortoisehg 2.1.4-1 (universe) from Debian unstable (main)

2011-11-03 Thread Ludovico Cavedon
Public bug reported:

Please sync tortoisehg 2.1.4-1 (universe) from Debian unstable (main)

Changelog entries since current precise version 2.1.1-1:

tortoisehg (2.1.4-1) unstable; urgency=low

  * New upstream release.
  * Drop Nautilus extension as it does not support Gtk 3 (Closes: #644697,
#612574, LP: #859104).
  * No longer remove config.py, as it will be removed by unapplying patches.
  * Add NEWS file reporting removal of toirtoisehg-nautilus.
  * Use system underscore.js instead of a private copy.

 -- Ludovico Cavedon cave...@debian.org  Sat, 29 Oct 2011 15:17:58
-0700

** Affects: tortoisehg (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/885945

Title:
  Sync tortoisehg 2.1.4-1 (universe) from Debian unstable (main)

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

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


[Bug 777801] Re: xss and other bugs ...

2011-08-08 Thread Ludovico Cavedon
** Changed in: ntop (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  xss and other bugs ...

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

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


[Bug 365145] Re: mapper.pl missing in ntop

2011-08-08 Thread Ludovico Cavedon
** Changed in: ntop (Ubuntu)
   Status: New = Fix Committed

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

Title:
  mapper.pl missing in ntop

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

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


[Bug 817964] Re: TortoiseHG not compatible with packaged mercurial

2011-07-29 Thread Ludovico Cavedon
** Bug watch added: Debian Bug tracker #635591
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635591

** Also affects: tortoisehg (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635591
   Importance: Unknown
   Status: Unknown

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

Title:
  TortoiseHG not compatible with packaged mercurial

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

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


[Bug 818127] [NEW] Please sync tortoisehg 2.1.1-1 (universe) from Debian unstable (main)

2011-07-29 Thread Ludovico Cavedon
Public bug reported:

Please sync tortoisehg 2.1.1-1 (universe) from Debian unstable (main)

Changelog entries since current oneiric version 2.0.5-1:

tortoisehg (2.1.1-1) unstable; urgency=low

  * New upstream release (Closes: #635591).
  * Update mercurial dependency.
  * Change build system to debhelper 8 and dh_python2.

 -- Ludovico Cavedon cave...@debian.org  Thu, 28 Jul 2011 23:47:59
-0700

This will fix bug #817964

** Affects: tortoisehg (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/818127

Title:
  Please sync tortoisehg 2.1.1-1 (universe) from Debian unstable (main)

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

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


[Bug 817964] Re: TortoiseHG not compatible with packaged mercurial

2011-07-29 Thread Ludovico Cavedon
Submitted bug #818127 to sync from Debian and fix this issue.

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

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

Title:
  TortoiseHG not compatible with packaged mercurial

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

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


[Bug 808741] Re: missing dependency when installing on KDE

2011-07-16 Thread Ludovico Cavedon
Thank you for reporting this missing dependency.
However the new version of tortoisehg (already in oneiric) no longer uses gtk, 
but rather qt libraries.
So it is no longer needed.

** Changed in: tortoisehg (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/808741

Title:
  missing dependency when installing on KDE

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

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


[Bug 777801] Re: xss and other bugs ...

2011-06-01 Thread Ludovico Cavedon
** Bug watch added: www.ntop.org/bugzilla3/ #107
   https://www.ntop.org/bugzilla3/show_bug.cgi?id=107

** Also affects: ntop via
   https://www.ntop.org/bugzilla3/show_bug.cgi?id=107
   Importance: Unknown
   Status: Unknown

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

Title:
  xss and other bugs ...

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


[Bug 770771] Re: htmlcxx version 0.84-1 failed to build on amd64 with GCC-4.6/oneiric

2011-05-16 Thread Ludovico Cavedon
** Bug watch added: Debian Bug tracker #624886
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624886

** Also affects: htmlcxx (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624886
   Importance: Unknown
   Status: Unknown

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

Title:
  htmlcxx version 0.84-1 failed to build on amd64 with GCC-4.6/oneiric

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


[Bug 776006] [NEW] Sync qutecom 2.2+dfsg1-5 (universe) from Debian unstable (main)

2011-05-02 Thread Ludovico Cavedon
Public bug reported:

Please sync qutecom 2.2+dfsg1-5 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Ubuntu changes have been merged into 2.2+dfsg1-5.

Changelog entries since current oneiric version 2.2+dfsg1-2ubuntu1:

qutecom (2.2+dfsg1-5) unstable; urgency=low

  * Add new-videodev.patch (fix for moved videodev.h) and B-D on libc4l-dev
(Closes: #623549).
  * Add find-glibconfig.patch to handle new location of glibconfig.h by
Andreas Moog (LP: #756051).
  * Update Vcs fields from SVN to Git.
  * Revert to first B-D on libqtwebkit-dev.

 -- Ludovico Cavedon cave...@debian.org  Tue, 26 Apr 2011 00:37:15
-0700

qutecom (2.2+dfsg1-4) unstable; urgency=low

  * Do not build-depend on libqtwebkit-dev, as unstable still have libqt4-dev
4.6 (Closes: #613696).

 -- Ludovico Cavedon cave...@debian.org  Mon, 14 Mar 2011 22:35:27
-0700

qutecom (2.2+dfsg1-3) unstable; urgency=low

  * Upload to unstable.
  * Add typos-grammar-fixes.patch for fixing typos and grammar mistakes
(Closes: #603260).
  * Replace WengoPhone references with QuteCom in manpage.
  * Drop transitional package wengophone.

 -- Ludovico Cavedon cave...@debian.org  Tue, 15 Feb 2011 14:35:35
-0800

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

** Description changed:

  Please sync qutecom 2.2+dfsg1-5 (universe) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
- Ubuntu changes has been merged into 2.2+dfsg1-5.
+ Ubuntu changes have been merged into 2.2+dfsg1-5.
  
  Changelog entries since current oneiric version 2.2+dfsg1-2ubuntu1:
  
  qutecom (2.2+dfsg1-5) unstable; urgency=low
  
-   * Add new-videodev.patch (fix for moved videodev.h) and B-D on libc4l-dev
- (Closes: #623549).
-   * Add find-glibconfig.patch to handle new location of glibconfig.h by
- Andreas Moog (LP: #756051).
-   * Update Vcs fields from SVN to Git.
-   * Revert to first B-D on libqtwebkit-dev.
+   * Add new-videodev.patch (fix for moved videodev.h) and B-D on libc4l-dev
+ (Closes: #623549).
+   * Add find-glibconfig.patch to handle new location of glibconfig.h by
+ Andreas Moog (LP: #756051).
+   * Update Vcs fields from SVN to Git.
+   * Revert to first B-D on libqtwebkit-dev.
  
-  -- Ludovico Cavedon cave...@debian.org  Tue, 26 Apr 2011 00:37:15
+  -- Ludovico Cavedon cave...@debian.org  Tue, 26 Apr 2011 00:37:15
  -0700
  
  qutecom (2.2+dfsg1-4) unstable; urgency=low
  
-   * Do not build-depend on libqtwebkit-dev, as unstable still have libqt4-dev
- 4.6 (Closes: #613696).
+   * Do not build-depend on libqtwebkit-dev, as unstable still have libqt4-dev
+ 4.6 (Closes: #613696).
  
-  -- Ludovico Cavedon cave...@debian.org  Mon, 14 Mar 2011 22:35:27
+  -- Ludovico Cavedon cave...@debian.org  Mon, 14 Mar 2011 22:35:27
  -0700
  
  qutecom (2.2+dfsg1-3) unstable; urgency=low
  
-   * Upload to unstable.
-   * Add typos-grammar-fixes.patch for fixing typos and grammar mistakes
- (Closes: #603260).
-   * Replace WengoPhone references with QuteCom in manpage.
-   * Drop transitional package wengophone.
+   * Upload to unstable.
+   * Add typos-grammar-fixes.patch for fixing typos and grammar mistakes
+ (Closes: #603260).
+   * Replace WengoPhone references with QuteCom in manpage.
+   * Drop transitional package wengophone.
  
-  -- Ludovico Cavedon cave...@debian.org  Tue, 15 Feb 2011 14:35:35
+  -- Ludovico Cavedon cave...@debian.org  Tue, 15 Feb 2011 14:35:35
  -0800

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

Title:
  Sync qutecom 2.2+dfsg1-5 (universe) from Debian unstable (main)

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

[Bug 764041] Re: gconf-cleaner crashed with SIGABRT in raise()

2011-04-26 Thread Ludovico Cavedon
Yes, I am able to reproduce it.
The problem is that gconf-editor does not support the GConfSchema value.
Reported upstream: http://code.google.com/p/gconf-cleaner/issues/detail?id=18

** Bug watch added: code.google.com/p/gconf-cleaner/issues #18
   http://code.google.com/p/gconf-cleaner/issues/detail?id=18

** Changed in: gconf-cleaner (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: upstream

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

Title:
  gconf-cleaner crashed with SIGABRT in raise()

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


[Bug 770946] Re: qutecom version 2.2+dfsg1-2 failed to build on amd64 with GCC-4.6/oneiric

2011-04-26 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 756051 ***
https://bugs.launchpad.net/bugs/756051

** This bug has been marked a duplicate of bug 756051
   qutecom version 2.2+dfsg1-2 failed to build on i386
 * You can subscribe to bug 756051 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/qutecom/+bug/756051/+subscribe

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

Title:
  qutecom version 2.2+dfsg1-2 failed to build on amd64 with
  GCC-4.6/oneiric

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


[Bug 768629] [NEW] crash on startup

2011-04-21 Thread Ludovico Cavedon
Public bug reported:

Binary package hint: tortoisehg

hgtk does not start, givint the following error message

#!python
** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or 
tortoisehg-disc...@lists.sourceforge.net
** Mercurial version (1.7.5).  TortoiseHg version (1.1.4)
** Command: 
** CWD: /etc/apt/sources.list.d
** Extensions loaded: 
** Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2]
Traceback (most recent call last):
  File /usr/lib/pymodules/python2.7/tortoisehg/hgtk/hgtk.py, line 74, in 
dispatch
return _runcatch(u, args)
  File /usr/lib/pymodules/python2.7/tortoisehg/hgtk/hgtk.py, line 202, in 
_runcatch
return runcommand(ui, args)
  File /usr/lib/pymodules/python2.7/tortoisehg/hgtk/hgtk.py, line 231, in 
runcommand
return help_(ui, 'shortlist')
  File /usr/lib/pymodules/python2.7/tortoisehg/hgtk/hgtk.py, line 679, in 
help_
helplist(header)
  File /usr/lib/pymodules/python2.7/tortoisehg/hgtk/hgtk.py, line 631, in 
helplist
hangindent=' ' * (m + 4
TypeError: wrap() takes at least 2 arguments (3 given)

The problem is that mercurial has been upgraded, without upgrading
tortoisehg

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: tortoisehg 1.1.4-1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Thu Apr 21 15:02:56 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: tortoisehg
UpgradeStatus: Upgraded to natty on 2011-04-21 (0 days ago)

** Affects: tortoisehg (Ubuntu)
 Importance: Undecided
 Assignee: Ludovico Cavedon (cavedon)
 Status: New


** Tags: amd64 apport-bug natty running-unity

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

Title:
  crash on startup

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


[Bug 768629] Re: crash on startup

2011-04-21 Thread Ludovico Cavedon
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768629

Title:
  crash on startup

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


[Bug 768629] Re: crash on startup

2011-04-21 Thread Ludovico Cavedon
Upstream bug:
https://bitbucket.org/tortoisehg/stable/issue/1829/crash-on-startup-ubuntu-1104

** Changed in: tortoisehg (Ubuntu)
 Assignee: (unassigned) = Ludovico Cavedon (cavedon)

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

Title:
  crash on startup

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


[Bug 768629] Re: crash on startup

2011-04-21 Thread Ludovico Cavedon
Attaching fix.
Tested on fresh and updated natty installation.

Without this patch, tortoisehg is unstable on natty.

tortoisehg (1.1.4-1ubuntu1) natty; urgency=low

  * Add wrap-mercurial-17.patch in iorder to work with mercurial 1.7
(LP: #76862).

 -- Ludovico Cavedon cave...@debian.org  Thu, 21 Apr 2011 15:35:57
-0700


** Patch added: tortoisehg_1.1.4-1ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/tortoisehg/+bug/768629/+attachment/2081012/+files/tortoisehg_1.1.4-1ubuntu1.debdiff

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

Title:
  crash on startup

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


[Bug 768629] Re: crash on startup

2011-04-21 Thread Ludovico Cavedon
Attaching fix.
Tested on fresh and updated natty installation.

Without this patch, tortoisehg is unstable on natty.

tortoisehg (1.1.4-1ubuntu1) natty; urgency=low

  * Add wrap-mercurial-17.patch in iorder to work with mercurial 1.7
(LP: #76862).

 -- Ludovico Cavedon cave...@debian.org  Thu, 21 Apr 2011 15:35:57
-0700

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

Title:
  crash on startup

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


[Bug 768733] [NEW] undefined symbol JNI_GetDefaultJavaVMInitArgs (needs rebuild)

2011-04-21 Thread Ludovico Cavedon
Public bug reported:

Binary package hint: jcc

jcc does not run currectly on the lates updated natty:

$ python -m jcc.__main__
/usr/bin/python: /usr/lib/pymodules/python2.7/jcc/_jcc.so: undefined symbol: 
JNI_GetDefaultJavaVMInitArgs

The problem is that _jcc.so is not liking against all the needed
libraries (I am not sure why it happened).

Rebuilding it will fix the issue. Tested both on my local installation
and with pbuilder.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: jcc 2.7-1~11.04prevu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Thu Apr 21 18:55:02 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: jcc
UpgradeStatus: Upgraded to natty on 2011-04-21 (0 days ago)

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


** Tags: amd64 apport-bug natty running-unity

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

Title:
  undefined symbol JNI_GetDefaultJavaVMInitArgs (needs rebuild)

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

[Bug 768733] Re: undefined symbol JNI_GetDefaultJavaVMInitArgs (needs rebuild)

2011-04-21 Thread Ludovico Cavedon
** Description changed:

  Binary package hint: jcc
  
  jcc does not run currectly on the lates updated natty:
  
  $ python -m jcc.__main__
  /usr/bin/python: /usr/lib/pymodules/python2.7/jcc/_jcc.so: undefined symbol: 
JNI_GetDefaultJavaVMInitArgs
  
- The problem is that _jcc.so is not liking against all the needed library
- (I am not sure why it happened).
+ The problem is that _jcc.so is not liking against all the needed
+ libraries (I am not sure why it happened).
  
  Rebuilding it will fix the issue. Tested both on my local installation
  and with pbuilder.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: jcc 2.7-1~11.04prevu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Thu Apr 21 18:55:02 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: jcc
  UpgradeStatus: Upgraded to natty on 2011-04-21 (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/768733

Title:
  undefined symbol JNI_GetDefaultJavaVMInitArgs (needs rebuild)

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

[Bug 767316] Re: gconf-cleaner crashed with SIGABRT in __kernel_vsyscall()

2011-04-20 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 764041 ***
https://bugs.launchpad.net/bugs/764041

** This bug has been marked a duplicate of bug 764041
   gconf-cleaner crashed with SIGABRT in raise()
 * You can subscribe to bug 764041 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gconf-cleaner/+bug/764041/+subscribe

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

Title:
  gconf-cleaner crashed with SIGABRT in __kernel_vsyscall()

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


[Bug 767199] Re: gconf-cleaner crashes when saving reg file: GConf-Cleaner:ERROR:main.c:265:_gconf_cleaner_value_to_string: code should not be reached

2011-04-20 Thread Ludovico Cavedon
*** This bug is a duplicate of bug 764041 ***
https://bugs.launchpad.net/bugs/764041

** This bug has been marked a duplicate of bug 764041
   gconf-cleaner crashed with SIGABRT in raise()
 * You can subscribe to bug 764041 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gconf-cleaner/+bug/764041/+subscribe

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

Title:
  gconf-cleaner crashes when saving reg file: GConf-
  Cleaner:ERROR:main.c:265:_gconf_cleaner_value_to_string: code should
  not be reached

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


[Bug 764041] Re: gconf-cleaner crashed with SIGABRT in raise()

2011-04-20 Thread Ludovico Cavedon
Thanks for this report. However I am not reproduce the crash...
When does it happen? When you click the Save As button, or when you click the 
Save button in the Save As window?
Is there any output if you run it from a terminal?

** Changed in: gconf-cleaner (Ubuntu)
   Status: New = Incomplete

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

Title:
  gconf-cleaner crashed with SIGABRT in raise()

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


Re: [Bug 756051] Re: qutecom version 2.2+dfsg1-2 failed to build on i386

2011-04-13 Thread Ludovico Cavedon
On 04/13/2011 05:24 AM, Jonathan Riddell wrote:
 Compiling this in a natty pbuilder I get this error..
 
 CMake Error: The following variables are used in this project, but they are 
 set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake 
 files:
 GLIBCONFIG_INCLUDE_DIR

Are you sure you applied my patch and you have an updated natty pbuilder
environment?

The error you are mentioning is exactly the error you get when do *not*
have the patch.

I tested it again and had no problem. Here is my log:

cavedon@huffman:/tmp$ dget
https://launchpad.net/ubuntu/+archive/primary/+files/qutecom_2.2%2Bdfsg1-2.dsc
[...]
cavedon@huffman:/tmp$ wget
https://bugs.launchpad.net/ubuntu/+source/qutecom/+bug/756051/+attachment/2025857/+files/qutecom_2.2%2Bdfsg1-2ubuntu1.debdiff
[...]
cavedon@huffman:/tmp$ cd qutecom-2.2+dfsg1/
cavedon@huffman:/tmp/qutecom-2.2+dfsg1$ patch -p1 
../qutecom_2.2+dfsg1-2ubuntu1.debdiff
patching file debian/changelog
patching file debian/control
patching file debian/patches/find-glibconfig.patch
patching file debian/patches/new-videodev.patch
patching file debian/patches/series

cavedon@huffman:/tmp/qutecom-2.2+dfsg1$ dpkg-buildpackage -us -uc -S
[...]
cavedon@huffman:/tmp/qutecom-2.2+dfsg1$ cd ..
cavedon@huffman:/tmp$ sudo cowbuilder-dist natty i386 build
qutecom_2.2+dfsg1-2ubuntu1.dsc
[...]

and the package built successfully

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

Title:
  qutecom version 2.2+dfsg1-2 failed to build on i386

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


Re: [Bug 756051] Re: qutecom version 2.2+dfsg1-2 failed to build on i386

2011-04-13 Thread Ludovico Cavedon
On 04/13/2011 02:20 PM, Andreas Moog wrote:
 I am not quite sure that just adding
 
   /usr/lib/i386-linux-gnu/glib-2.0/include
   /usr/lib/x86_64-linux-gnu/glib-2.0/include
 
 is the right way. What about armel and powerpc architectures? It would
 be better to use pkg-config to find correct paths in my opinion.

I agree with you, but if the location of include files gets changed and
a FTBFS bugs gets fired 1 day before beta freeze, that's a fast fix to
get it building for the release architectures.

Moreover the right ways should be using the FindGLIB2.cmake from the
cmake package, which, in turn is supposed to use pkg-config.
But cmake is still working on that... LP #751940

Therefore, given the timing, this patch fixes the problem and does no
harm. I will do a proper longer-term fix starting from the debian package.

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

Title:
  qutecom version 2.2+dfsg1-2 failed to build on i386

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


[Bug 756051] Re: qutecom version 2.2+dfsg1-2 failed to build on i386

2011-04-12 Thread Ludovico Cavedon
Patch to fix the FTBFS.
Build cleanly in pbuilder.
Tested on a natty chroot.

** Patch added: qutecom_2.2+dfsg1-2ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/qutecom/+bug/756051/+attachment/2025857/+files/qutecom_2.2%2Bdfsg1-2ubuntu1.debdiff

** Changed in: qutecom (Ubuntu)
   Status: In Progress = New

** Changed in: qutecom (Ubuntu)
 Assignee: Ludovico Cavedon (cavedon) = (unassigned)

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

Title:
  qutecom version 2.2+dfsg1-2 failed to build on i386

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


[Bug 756051] Re: qutecom version 2.2+dfsg1-2 failed to build on i386

2011-04-11 Thread Ludovico Cavedon
Ok, same problem described here
#751940
preparing fix

** Changed in: qutecom (Ubuntu)
   Status: New = In Progress

** Changed in: qutecom (Ubuntu)
 Assignee: (unassigned) = Ludovico Cavedon (cavedon)

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

Title:
  qutecom version 2.2+dfsg1-2 failed to build on i386

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


[Bug 700492] Re: ntp complains about ipv6 errors every 5 minutes

2011-04-06 Thread Ludovico Cavedon
I am currently having this issue, but it might not be an ntp bug, but
rather a kernel bug.

If you assign an IPv6 address to a virtual device composed of real sub-devices 
(e.g. to a bonding or bridge interface), the address will be wrongly detected 
as duplicate (marked as tentative dadfailed). See
https://bugzilla.redhat.com/show_bug.cgi?id=503082

And this triggers the ntp messages because apparently ntp tries and
fails to bind to the interface with the problematic address.

My workaround to this issue was not assigning an IPv6 address to my
bridge interface (I realized that it was not really needed in my case).

** Bug watch added: Red Hat Bugzilla #503082
   https://bugzilla.redhat.com/show_bug.cgi?id=503082

** Changed in: ntp (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/700492

Title:
  ntp complains about ipv6 errors every 5 minutes

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 700492] Re: ntp complains about ipv6 errors every 5 minutes

2011-04-06 Thread Ludovico Cavedon
I am currently having this issue, but it might not be an ntp bug, but
rather a kernel bug.

If you assign an IPv6 address to a virtual device composed of real sub-devices 
(e.g. to a bonding or bridge interface), the address will be wrongly detected 
as duplicate (marked as tentative dadfailed). See
https://bugzilla.redhat.com/show_bug.cgi?id=503082

And this triggers the ntp messages because apparently ntp tries and
fails to bind to the interface with the problematic address.

My workaround to this issue was not assigning an IPv6 address to my
bridge interface (I realized that it was not really needed in my case).

** Bug watch added: Red Hat Bugzilla #503082
   https://bugzilla.redhat.com/show_bug.cgi?id=503082

** Changed in: ntp (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/700492

Title:
  ntp complains about ipv6 errors every 5 minutes

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


Re: [Bug 738429] Re: rawtherapee crashed with SIGSEGV in rtengine::Crop::fullUpdate()

2011-03-21 Thread Ludovico Cavedon
Hi, I am on vacation and no laptop. I will be happy to do that next
week.

Ludovico
On Mar 21, 2011 12:36 PM, Philip Rinn 738...@bugs.launchpad.net wrote:
 Hi,

 I just prepared a new upload. Could you please test this build? You can
find it at:

http://mentors.debian.net/debian/pool/main/r/rawtherapee/rawtherapee_3.0~a2+hg1064.4e326fe44d02~dfsg1-1.dsc

 If you are not able/willing to build it yourself I could test your image
 with this build.

 ** Changed in: rawtherapee (Ubuntu)
 Assignee: (unassigned) = Philip Rinn (rinni)

 --
 You received this bug notification because you are subscribed to
 rawtherapee in ubuntu.
 https://bugs.launchpad.net/bugs/738429

 Title:
 rawtherapee crashed with SIGSEGV in rtengine::Crop::fullUpdate()

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

Title:
  rawtherapee crashed with SIGSEGV in rtengine::Crop::fullUpdate()

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


Re: [Bug 732328] [NEW] [PPA] missing hgtk

2011-03-14 Thread Ludovico Cavedon
On 03/09/2011 03:35 PM, John Lenz wrote:
 and after some frustrated attempts at reinstalling tortoisehg and
 wasting like 15 minutes trying to find hgtk, I finally realized that
 tortoisehg has abandoned the gtk version for a qt version.

Yes, upstream switch from gtk to qt.

 If the plan is to eventually do the same in the main ubuntu
repository,

Yes, according to my understanding, hgtk will no longer be developed.
natty will still have hgtk though, the switch to the qt version will
happen with ubuntu 11.11.

 I suggest an improved upgrade path.  At least one of the following.
 
 - Change the package name to something like tortoisehgqt.
 - Keep the package name, but provide a symbolic link from hgtk to thg
 - Add a shell script for hgtk does nothing but prints a message like you 
 should use thg.
 - Make sure the hgtk command in bash does not tell the user to install the 
 tortoisehg package.

I actually do not want to rename the package. What about just having
hgtk to be a script that warns the user about the switch and then call thg?

 PS: Why does the tortoisehg package still depend on python-gtk2?  Does
 thg use both gtk and qt?

I cannot answer this question.
Note that I am speaking about the tortoisehg package in Debian which
will be merged in ubuntu 11.11. Such package for version 2 does not
exist yet.

You are using a package from a PPA.

Thank you for your comments and suggestions!
Ludovico


** Tags added: ppa

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

Title:
  [PPA] missing hgtk

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


[Bug 730596] Re: backport sshguard 1.5 to lucid

2011-03-09 Thread Ludovico Cavedon
debian/rules needs to be rewritten without using dh_autoreconf

** Also affects: lucid-backports
   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/730596

Title:
  backport sshguard 1.5 to lucid

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


Re: [Bug 461141] Re: ntop produces 100% CPU load after suspend

2011-03-03 Thread Ludovico Cavedon
On 03/03/2011 11:55 AM, Justin Cook wrote:
 This happens to me like clockwork - 
 Fresh start - 1st suspend  ntop goes to 100%
 I kill the ntop process and I'm fine for all future suspends.

Do you mean that you kill it, restart it (how? service ntop restart?),
and then for future suspends ntop keeps running without going to 100% of
CPU?

So it looks like it only happens for the first suspend after the machine
boot...

What happens if you do this:
1. fresh boot
2. stop ntop (service ntop stop)
3. suspend
4. resume
5. start ntop (service ntop start)
6. suspend
7. resume

Is it going to 100%?

 Package: ntop 3:3.3-13

This version is pretty old and not maintained.

Could you try with version 4.0.3 from
https://launchpad.net/~cavedon/+archive/ppa
please?

Thanks,
Ludovico

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

Title:
  ntop produces 100% CPU load after suspend

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


Re: [Bug 461141] Re: ntop produces 100% CPU load after suspend

2011-03-03 Thread Ludovico Cavedon
On 03/03/2011 03:22 PM, Justin Cook wrote:
 Do you mean that you kill it, restart it (how? service ntop restart?),
 and then for future suspends ntop keeps running without going to 100% of
 CPU?
 
   I kill it with sudo kill pid and that is it, I don't manually 
 restart it. I couldn't tell you if ntop is or isn't running after future 
 suspends, I will look from now on and see.

Oh, ok, I assumed you were restarting it, as ntop is not restarted on
its own.

Then no need to do the test about the multiple suspends.

 Package: ntop 3:3.3-13

 This version is pretty old and not maintained.

 Could you try with version 4.0.3 from
 https://launchpad.net/~cavedon/+archive/ppa
 please?
 
 I will after I attempt the above.

Please just do this test.

Thanks for your reply,
Ludovico

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

Title:
  ntop produces 100% CPU load after suspend

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


[Bug 720477] [NEW] Sync sshguard 1.5-1 (universe) from Debian unstable (main)

2011-02-16 Thread Ludovico Cavedon
Public bug reported:

Please sync sshguard 1.5-1 (universe) from Debian unstable (main)

Changelog entries since current natty version 1.4-2:

sshguard (1.5-1) unstable; urgency=low

  * New upstream release
+ Removed README.source, it's not used.
+ Moved svn to git
+ Added support for whitelisting
+ Released to unstable, it's a stable release.

 -- Julián Moreno Patiño darkju...@gmail.com  Sun, 13 Feb 2011
17:24:58 -0500

sshguard (1.5~rc4-1) experimental; urgency=low

  * New upstream release.
+ Used debhelper 7.0.50~ overrides
+ Added debhelper 7.0.50~ to B-D
+ Added support debsrc3
+ Added patch to avoid FTBFS in KfreeBSD
+ Used quilt 3.0 format
+ Removed dpatch in B-D
+ Changed autotools-dev to dh-autoreconf in B-D
+ Adopted DEP5 Format
+ Updated debian/watch. Thanks to Ludovico Cavedon
  * Bump Standards-Version to 3.9.1 (no changes).
  * Init Script. Closes: #595915
+ Thanks to Eugene San

 -- Julián Moreno Patiño darkju...@gmail.com  Wed, 29 Dec 2010
15:46:46 -0500

** Affects: sshguard (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/720477

Title:
  Sync sshguard 1.5-1 (universe) from Debian unstable (main)

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

[Bug 719677] [NEW] Sync ntop 3:4.0.3+dfsg1-3 (universe) from Debian unstable (main)

2011-02-15 Thread Ludovico Cavedon
Public bug reported:

Please sync ntop 3:4.0.3+dfsg1-3 (universe) from Debian unstable (main)

Changelog entries since current natty version 3:4.0.3+dfsg1-2:

ntop (3:4.0.3+dfsg1-3) unstable; urgency=low

  [ Ludovico Cavedon ]
  * Fix typo in debconf template.
  * Update po files.
  * Add/update debconf template transation:
- Basque by Iñaki Larrañaga Murgoitio (Closes: #611164)
- Danish by Joe Hansen (Closes: #611204)
- Portuguese by Ricardo Silva (Closes: #611225)
- Norwegian Nynorsk by Yngve Spjeld Landro
- Swedish by Martin Bagge (Closes: #611186)
- Slovak debconf template translation by Slavko (Closes: #611310)
- Czech translation Miroslav Kure (Closes: #612635).
- Italian.
  * Update hostaname-in-man-description.patch, being less vague about
URL of ntop web interface (Closes: #466507).
  * Add netflow-plugin-links.patch: fix links in NetFlow plugin
description (Closes: #530334).
  * Add ability to disable ntop from /etc/default/ntop (Closes:
#531380).
  * Make sure the ntop group exists in the postinst (Closes: #613033).
  * Move adduser from Pre-depend to depend.

  [ Daniel Baumann ]
  * Adding French debconf translations from Steve Petruzzello
dl...@bluewin.ch (Closes: #611715).
  * Running debconf-update on po files.
  * Removing useless whitespaces from EOL and EOF.
  * Updating to debhelper version 8.
  * Adding updated German debconf translations from
Helge Kreutzmann deb...@helgefjell.de (Closes: #611986).
  * Adding updated Russian debconf translations from
Yuri Kozlov yu...@komyakino.ru (Closes: #611973).
  * Adding updated Spanish debconf translations from
Ricardo Fraile r...@esdebian.org (Closes: #611881).

 -- Ludovico Cavedon cave...@debian.org  Mon, 14 Feb 2011 13:10:19
-0800

** Affects: ntop (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/719677

Title:
  Sync ntop 3:4.0.3+dfsg1-3 (universe) from Debian unstable (main)

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

[Bug 708510] [NEW] Sync jcc 2.7-1 (universe) from Debian experimental (main)

2011-01-27 Thread Ludovico Cavedon
Public bug reported:

Please sync jcc 2.7-1 (universe) from Debian experimental (main)

Changelog entries since current natty version 2.6-1build1:

jcc (2.7-1) experimental; urgency=low

  * New upstream release.
  * Update Standards-Version to 3.9.0.

 -- Ludovico Cavedon cave...@debian.org  Fri, 17 Dec 2010 23:15:17
+0100

** Affects: jcc (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/708510

Title:
  Sync jcc 2.7-1 (universe) from Debian experimental (main)

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


[Bug 407900] Re: ntop: double free or corruption (!prev): 0x091f1ed0

2011-01-27 Thread Ludovico Cavedon
Looks like there is a bug in the DNS resolution code.
You can try starting ntop with the -n 0 option to disable it.

Version 4.0.3+dfsg1-2 disable DNS resolution by default.

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

Title:
  ntop: double free or corruption (!prev): 0x091f1ed0

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


[Bug 708349] [NEW] Sync ntop 3:4.0.3+dfsg1-2 (universe) from Debian unstable (main)

2011-01-26 Thread Ludovico Cavedon
Public bug reported:

Please sync ntop 3:4.0.3+dfsg1-2 (universe) from Debian unstable (main)

Changelog entries since current natty version 3:4.0.3+dfsg1-1:

ntop (3:4.0.3+dfsg1-2) unstable; urgency=low

  [ Ludovico Cavedon ]
  * Rename maintainer scripts including the package name.
  * Remove misplaced ru.po file.
  * Add Vcs-* headers.
  * Do not call netstat, but read interface list from /proc (Closes: #607637).
  * Use set -e in maintainer scripts (see lintian warning
maintainer-script-without-set-e).
  * Fix bug in check_interfaces() config function.
  * ntop.default: avoid prerm failure if package has never been fully
configured.
  * Prevent config script failure if password is not asked (Closes: #607580).
  * Cleanup postrm script, thanks to J.M.Roth (Closes: #568626):
- do not delete user (might be shared)
- no need to remove /etc/ntop
- wrap db_purge in a debconf availability check
- re-indent
  * Add hostname-in-man-description.patch by A. Costa in order to add
hostname:port in the description section of the man page
(Closes: #466506).
  * Remove init.cfg from source package, as it is generated by postinst.
  * Handle interface none, merged patch from Jason Healy (Closes: #520319).
  * Add dependency on net-tools, needed by the init script.
  * Make sure /var/log/ntop is not world readable and set group to adm. Thanks
to J.M.Roth (Closes: #568641).
  * Set random password admin password if no password have ever been set
and it is not possible to ask the user (LP: #355127).
  * Suggest geoip-database-contrib and add symlinks to its files.
Explained in README.Debian.
  * Fix permissions in /var/lib/ntop (LP: #138682). Set sticky bit on
/var/lib/ntop, so ntop user cannot change init.cfg, but can create
subdirectories.
  * Disable DNS resolution as it makes ntop unstable.
  * Fix detection of not-active interfaces in ntop.init (LP: #231024).
  * Update po files.

  [ Jordan Metzmeier ]
  * Set password in postinst instead of config (Closes: #609070)
  * Add prompt to reset password if it is already set.
  * Update debconf template thanks to reviews by Christian Perrier and
Justin B Rye.

  [ Daniel Baumann ]
  * Correct chown calls in ntop.postinst to not fail upon initial installation
when the respective files are not yet present on the system.

 -- Ludovico Cavedon cave...@debian.org  Tue, 25 Jan 2011 23:39:56
-0800

** Affects: ntop (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/708349

Title:
  Sync ntop 3:4.0.3+dfsg1-2 (universe) from Debian unstable (main)

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


[Bug 231024] Re: /etc/init.d/ntop fails to detect missing network interface

2011-01-25 Thread Ludovico Cavedon
The next upload of ntop will fix this issue.
Thank for reporting the issue.

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

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

Title:
  /etc/init.d/ntop fails to detect missing network interface

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


Re: [Bug 231024] Re: /etc/init.d/ntop fails to detect missing network interface

2011-01-25 Thread Ludovico Cavedon
On 01/25/2011 07:14 AM, Ralph Corderoy wrote:
 Is there an easy way to see the fixed /etc/init.d/ntop or its source?

Here:
http://git.debian.org/?p=collab-maint/ntop.git;a=blob;f=debian/ntop.init

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

Title:
  /etc/init.d/ntop fails to detect missing network interface

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


[Bug 704755] Re: package ntop 3:3.3-13 failed to install/upgrade: subprocess installed post-installation script killed by signal (Illegal instruction)

2011-01-18 Thread Ludovico Cavedon
dpkg: error processing man-db (--configure):
 subprocess installed post-installation script killed by signal (Illegal 
instruction)
dpkg: error processing ntop (--configure):
 subprocess installed post-installation script killed by signal (Illegal 
instruction)

This is definitely not a ntop bug. It might be a dpkg-related bug
(reassining to dpkg), but I am afraid it could be hardware issue...

Thanks for reporting your problem.

** Package changed: ntop (Ubuntu) = dpkg (Ubuntu)

** Summary changed:

- package ntop 3:3.3-13 failed to install/upgrade: subprocess installed 
post-installation script killed by signal (Illegal instruction)
+ failed to install/upgrade: subprocess installed post-installation script 
killed by signal (Illegal instruction)

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

Title:
  failed to install/upgrade: subprocess installed post-installation
  script killed by signal (Illegal instruction)

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


[Bug 138682] Re: ntop permissions are not set right during install

2011-01-15 Thread Ludovico Cavedon
** Changed in: ntop (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  ntop permissions are not set right during install

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


[Bug 355127] Re: ntop admin user not created during install

2011-01-15 Thread Ludovico Cavedon
I assume you where using ntop 3.3. Actually the ntop password should have been 
asked during package installation, unless you were running in non-interactive 
mode and debconf was not able to ask the password.
However, in the the Debian upload 4.0.3+dfgs1-2 this problem will be fixed. 
I'll ask for a sync to natty.
Thanks for taking the time to report the issue.

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

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

Title:
  ntop admin user not created during install

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


[Bug 698081] Re: Every time after Synchronize repo process python stay zombie

2011-01-06 Thread Ludovico Cavedon
The packages you are using are not the official version in the Ubuntu 
repository, but a newer versions available in a PPA.
I am subscribing the people managing that ppa.
Thank you for takjing the time to report the issue.

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

Title:
  Every time after Synchronize repo process python stay zombie

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


[Bug 698081] Re: [PPA] Every time after Synchronize repo process python stay zombie

2011-01-06 Thread Ludovico Cavedon
** Summary changed:

- Every time after Synchronize repo process python stay zombie
+ [PPA] Every time after Synchronize repo process python stay zombie

** Tags added: ppa

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

Title:
  [PPA] Every time after Synchronize repo process python stay zombie

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


[Bug 695912] Re: ntop crashes when started

2011-01-04 Thread Ludovico Cavedon
Sorry, the latest upstream version (4.0.3) is packages for natty. The
version for maverick is in my PPA.

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

Title:
  ntop crashes when started

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


[Bug 612264] Re: error 4 in libpthread-2.11.1.so

2011-01-04 Thread Ludovico Cavedon
Sorry, the latest upstream version (4.0.3) is packages for natty. The
version for maverick is in my PPA.

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

Title:
  error 4 in libpthread-2.11.1.so

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


  1   2   3   4   5   >