[Bug 1811139] Re: [MIR] kronosnet

2019-07-16 Thread Fabio Massimo Di Nitto
Hi guys,

upstream maintainer here :)

I saw a few comments above related to libnozzle test suite not being
executed. Due to the nature of libnozzle, the test suite has to be
executed as root unfortunately. The ioctl required to manage tap devices
are privileged only.

The test suite detects if running as root or not and act consequently.

Also, we are working to address the issues found by coverity scan
(thanks for the report btw) and integrating coverity into upstream CI as
well.

Cheers
Fabio

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

Title:
  [MIR] kronosnet

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

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

[Bug 1726711] Re: valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-25 Thread Fabio Massimo Di Nitto
All,

tested with wget
http://launchpadlibrarian.net/342831062/valgrind_3.13.0-1ubuntu3_amd64.deb
and it´s working fine. You guys can figure out the LP paperwork magic to
get this in ;)

thanks for being so responsive on this issue.

Cheers
Fabio

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

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 1726711] Re: valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-24 Thread Fabio Massimo Di Nitto
Hi Florian,

thanks for the super fast response.

Cheers
Fabio

** Package changed: glibc (Ubuntu) => valgrind (Ubuntu)

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

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

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 1726711] [NEW] valgrind reports invalid memory access on epoll_pwait call when invoked via epoll_wait

2017-10-23 Thread Fabio Massimo Di Nitto
Public bug reported:

while testing some code for potential memory leaks (using valgrind) I
found out that the test are failing only on Ubuntu 17.10 and the problem
appears to be somewhere in the Ubuntu toolchain. I honestly can´t be
100% sure it´s a gcc / glibc or valgrind issue.

I reduce the test case to the attached main.c file.

I have tested that same piece code on the following distributions:
fedora26, fedora-rawhide, rhel7.4, rhel7.5-devel, debian9, debian
testing, debian unstable and debian experimental without any error.

On all the above distros:

# gcc -Wall main.c
# valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out 

received event: 1
==1807== FILE DESCRIPTORS: 3 open at exit.
==1807== Open file descriptor 2: /dev/pts/0
==1807==
==1807== 
==1807== Open file descriptor 1: /dev/pts/0
==1807==
==1807== 
==1807== Open file descriptor 0: /dev/pts/0
==1807==
==1807== 
==1807== 
# echo $?
0

On ubuntu 17.10 freshly installed and fully updated:

# valgrind -q --error-exitcode=127 --track-fds=yes --leak-check=full ./a.out 
==8057== Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
==8057==at 0x4F50C20: epoll_pwait (epoll_pwait.c:42)
==8057==by 0x108A2B: main (in /home/ubuntu/a.out)
==8057==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==8057== 

received event: 1
==8057== FILE DESCRIPTORS: 3 open at exit.
==8057== Open file descriptor 2: /dev/pts/4
==8057==
==8057== 
==8057== Open file descriptor 1: /dev/pts/4
==8057==
==8057== 
==8057== Open file descriptor 0: /dev/pts/4
==8057==
==8057== 
==8057== 

# echo $?
127

as you can see from the code, we don´t invoke epoll_pwait directly, we
invoke only epoll_wait.

According to the man page for epoll_(p)wait, sigmask can be NULL but somehow 
valgrind is catching that as an error or somehow glibc epoll_wait or 
epoll_pwait are not treating that properly.
I don´t see any relevant code difference between glibc in debian unstable 
(2.24-17) or ubuntu 17.10 (2.26-0ubuntu2) that could warrant this kind of 
behavior.

Due to this bug, you could expect some test suite to fail. Not sure if
it can have some runtime side effects tho.

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

** Attachment added: "reduced test case"
   https://bugs.launchpad.net/bugs/1726711/+attachment/4990271/+files/main.c

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

Title:
  valgrind reports invalid memory access on epoll_pwait call when
  invoked via epoll_wait

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

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

[Bug 956383] Re: ccs_config_validate exits with 191 and broken link for cluster.rng

2012-04-17 Thread Fabio Massimo Di Nitto
You are still not shipping all the files required to make that tool to
work.

cluster/config/tools/xml/cluster.rng.in.* are installed in
rngdir=/usr/share/cluster/relaxng

Are you shipping those?

The tool is a simple bash script. Just take a look on why it's failing
on your system. It doesn't require rocket science knowledge.

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

Title:
  ccs_config_validate exits with 191 and broken link for cluster.rng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster/+bug/956383/+subscriptions

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


[Bug 956383] Re: ccs_config_validate exits with 191 and broken link for cluster.rng

2012-04-17 Thread Fabio Massimo Di Nitto
ITtec: can you please run ccs_update_schema -v -f and collect the output
from the run?

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

Title:
  ccs_config_validate exits with 191 and broken link for cluster.rng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster/+bug/956383/+subscriptions

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


[Bug 956383] Re: ccs_config_validate exits with 191 and broken link for cluster.rng

2012-04-17 Thread Fabio Massimo Di Nitto
I have no idea, i only wrote the tool upstream.

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

Title:
  ccs_config_validate exits with 191 and broken link for cluster.rng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster/+bug/956383/+subscriptions

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


[Bug 956383] Re: ccs_config_validate exits with 191 and broken link for cluster.rng

2012-04-17 Thread Fabio Massimo Di Nitto
# ccs_config_validate
Unable to update relaxng schema: /usr/sbin/ccs_config_validate: line 191: 
ccs_update_schema: command not found

this is the problem.

ccs_update_schema is missing from the packages.

The relax ng schema in /var/lib/cluster is generated by
ccs_update_schema.

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

Title:
  ccs_config_validate exits with 191 and broken link for cluster.rng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redhat-cluster/+bug/956383/+subscriptions

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


[Bug 809166] Re: [Cluster-devel] Fix fence-agents manpages

2011-12-07 Thread Fabio Massimo Di Nitto
On 12/7/2011 9:53 AM, Arnaud Quette wrote:

> >
> > ok, that confirms the "POD" style approach.
> > I wasn't sure if you were standardizing on this, or going away from.
> 
> The patch will be "obsoleted" in the fence-agents release or max two.
> 
> 
> thanks for these info.
> I take it as this patch is discarded, and the proper fix will come very
> soon.

Pretty much yes :)

Fabio

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

Title:
  Update fence-agents to 3.1.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fence-agents/+bug/809166/+subscriptions

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


[Bug 809166] Re: [Cluster-devel] Fix fence-agents manpages

2011-12-06 Thread Fabio Massimo Di Nitto
On 12/6/2011 4:05 PM, Arnaud Quette wrote:
> Hi Fabio,
> 
> 2011/12/6 Fabio M. Di Nitto :
>> On 12/6/2011 2:27 PM, Arnaud Quette wrote:
>>> Hi Cluster-devel list,
>>>
>>> You will find attached a patch originating from Ubuntu (Andres
>>> Rodriguez), that fixes a few issues in manpages (namely fence_drac and
>>> fence_scsi).
>>
>>
>> I wonder why the ubuntu/canonical maintainers can´t post patches
>> directly for upstream inclusion.
> 
> they obviously can Fabio.
> But I proposed to do this on my side, since I still have some things
> to do around fence_eaton...
> That way, they can focus on other things.
> 
> After all, it's just posting an email. The actual and important work
> is to catch bugs and fix this ;-)
> 
>>> Please consider applying it.
>>>
>>> As a side note, you may want to consider Asciidoc [1] to handle
>>> generation of manpages, in groff and html format.
>>> This already takes care of the groff formating, and would avoid the
>>> above kind of issues.
>>> That said, iirc you're also doing some POD style extraction, so it may
>>> not be fully relevant.
>>
>> goal is to have all manpages generated at build time via fence_agent -o
>> metadata output. Most of patches already exists for those few agents
>> that don´t it.
> 
> ok, that confirms the "POD" style approach.
> I wasn't sure if you were standardizing on this, or going away from.

The patch will be "obsoleted" in the fence-agents release or max two.

Fabio

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

Title:
  Update fence-agents to 3.1.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fence-agents/+bug/809166/+subscriptions

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

[Bug 809166] Re: [Cluster-devel] Fix fence-agents manpages

2011-12-06 Thread Fabio Massimo Di Nitto
On 12/6/2011 2:27 PM, Arnaud Quette wrote:
> Hi Cluster-devel list,
> 
> You will find attached a patch originating from Ubuntu (Andres
> Rodriguez), that fixes a few issues in manpages (namely fence_drac and
> fence_scsi).


I wonder why the ubuntu/canonical maintainers can´t post patches
directly for upstream inclusion.

> 
> Please consider applying it.
> 
> As a side note, you may want to consider Asciidoc [1] to handle
> generation of manpages, in groff and html format.
> This already takes care of the groff formating, and would avoid the
> above kind of issues.
> That said, iirc you're also doing some POD style extraction, so it may
> not be fully relevant.

goal is to have all manpages generated at build time via fence_agent -o
metadata output. Most of patches already exists for those few agents
that don´t it.

Fabio

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

Title:
  Update fence-agents to 3.1.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fence-agents/+bug/809166/+subscriptions

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

[Bug 600984] Re: redhat-cluster-suite fails to build from source in maverick

2010-07-23 Thread Fabio Massimo Di Nitto
This has already been fixed upstream.

-- 
redhat-cluster-suite fails to build from source in maverick
https://bugs.launchpad.net/bugs/600984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416266] Re: Please enable multicast routing support for sparc

2009-08-25 Thread Fabio Massimo Di Nitto
Hi Leann,

thanks for the help.

Fabio

-- 
Please enable multicast routing support for sparc
https://bugs.launchpad.net/bugs/416266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 416266] [NEW] Please enable multicast routing support for sparc

2009-08-19 Thread Fabio Massimo Di Nitto
Public bug reported:

Hi guys,

I am running pure hardy LTS (latest version) on sparc64 and sparc64-smp
on my different firewalls/gateways.

In recent investigations I just found out that multicast routing support
(including PIM1 and PIM2) are not enabled in the hardy kernel.

I have just rebuilt my kernels for testing and it works just fine.

could you please update linux-2.6.24/debian/config/sparc/config:

CONFIG_IP_MROUTE=y (default is not set)
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y

Thanks
Fabio

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

-- 
Please enable multicast routing support for sparc
https://bugs.launchpad.net/bugs/416266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293006] Re: ccsd does not load cluster.conf from cluster

2008-11-03 Thread Fabio Massimo Di Nitto
looks like this was not a bug afterall and everything was working fine.

** Changed in: redhat-cluster (Ubuntu)
   Status: New => Invalid

-- 
ccsd does not load cluster.conf from cluster
https://bugs.launchpad.net/bugs/293006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 206961] Re: rgmanager does not recognize the format of the apache resource configuration

2008-08-26 Thread Fabio Massimo Di Nitto
There is a bug upstream for this exact same issue but i can't find it
right away. You might be more lucky checking bugzilla.redhat.com

-- 
rgmanager does not recognize the format of the apache resource configuration
https://bugs.launchpad.net/bugs/206961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 259579] Re: cman init script points at an incorrect doc path

2008-08-26 Thread Fabio Massimo Di Nitto
** Changed in: redhat-cluster (Ubuntu)
 Assignee: (unassigned) => Fabio Massimo Di Nitto (fabbione)

-- 
cman init script points at an incorrect doc path
https://bugs.launchpad.net/bugs/259579
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 232434] [NEW] libvolume-id-dev broken symlink prevents shared lib linking

2008-05-21 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: udev

It looks like the fix from #132536 was lost or wrong

09:59 < fabbione> Keybuk: sorry to bother but i found a bug in libvolume-id-dev 
that's rather annoying :)
09:59 < fabbione> Keybuk: pretty good and you?
10:00 < fabbione> |   |-- libvolume_id.so -> /lib/libvolume_id.so
10:00 < fabbione> ^^ broken symlink
10:00 < fabbione> in my specific case turns linking from shared to static
10:00 < fabbione> not sure if it affects all other packages
10:03 < fabbione> Keybuk: do you prefer a bug in LP.. or are you already on top 
of it?
10:03 < Keybuk> bug please
10:03 < fabbione> Keybuk: for the broken symlink
10:03 < fabbione> ok
10:04 < Keybuk> err
10:04 < Keybuk> wait
10:04 < Keybuk> that's fine isn't it?
10:04 < fabbione> err no
10:04 < Keybuk> /usr/lib/libbolume_id.so -> /lib/libvolume_id.so
10:04 < fabbione> there is no /lib/libvolume_id.so 
10:04 < Keybuk> ah, d'oh
10:04 < Keybuk> ok, got it
10:05 < fabbione> Keybuk: can i just copy paste this from IRC?
10:05 < fabbione> i am lazy this morning :)
10:05 < Keybuk> sure

Thanks
Fabio

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

-- 
libvolume-id-dev broken symlink prevents shared lib linking
https://bugs.launchpad.net/bugs/232434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 192559] [NEW] alsa update breaks kernel ABI

2008-02-16 Thread Fabio Massimo Di Nitto
Public bug reported:

Hi guys,

so there is a major issue introduced by upgrading alsa via lum as it changes 
the kernel ABI breaking subsystems that depends on alsa like v4l
or the load of any external built module that depends on alsa.

Booting a perfecly clean 2.6.24-8:


[   45.403831] cx88_alsa: disagrees about version of symbol snd_pcm_new
[   45.403839] cx88_alsa: Unknown symbol snd_pcm_new
[   45.404362] cx88_alsa: disagrees about version of symbol snd_pcm_lib_ioctl
[   45.404364] cx88_alsa: Unknown symbol snd_pcm_lib_ioctl
[   45.404440] cx88_alsa: disagrees about version of symbol 
snd_pcm_hw_constraint_pow2
[   45.404443] cx88_alsa: Unknown symbol snd_pcm_hw_constraint_pow2
[   45.404483] cx88_alsa: disagrees about version of symbol snd_pcm_set_ops
[   45.404485] cx88_alsa: Unknown symbol snd_pcm_set_ops
[   45.404787] cx88_alsa: disagrees about version of symbol 
snd_pcm_period_elapsed
[   45.404790] cx88_alsa: Unknown symbol snd_pcm_period_elapsed

the cx88_alsa module is provided by linux-image-2.6.24-8-generic and built 
against alsa shipped in the same package.
0x1add4b71  snd_pcm_new sound/core/snd-pcm  EXPORT_SYMBOL <- from 
/usr/src/linux-headers-2.6.24-8-generic/Module.symvers

that value is hardencoded into any module built against alsa.

The version provided by linux-ubuntu-module changes that BUT:

1) all modules in the kernel are built against the old version and fail to load
2) all external modules will suffer the same problem as 1) since the shipped 
headers are against the main kernel tree and not lum.

This is a serious issue that needs to be addressed because it breaks
badly in several ways.

Fabio

** Affects: linux-ubuntu-modules-2.6.24 (Ubuntu)
 Importance: Critical
 Status: New

-- 
alsa update breaks kernel ABI
https://bugs.launchpad.net/bugs/192559
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192559] Re: alsa update breaks kernel ABI

2008-02-16 Thread Fabio Massimo Di Nitto
Setting to Critical. The general approach of upgrading subsystems in lum
is elegant (to keep the code clean) but it breaks subsystems.


** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu)
   Importance: Undecided => Critical

-- 
alsa update breaks kernel ABI
https://bugs.launchpad.net/bugs/192559
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 185108] Re: /usr/bin/mythfrontend.real: symbol lookup error: /usr/lib/libmyth-0.20.2.so.0: undefined symbol: stat64

2008-01-22 Thread Fabio Massimo Di Nitto
Do you guys happen to have a real Analog TV device that generates
/dev/video0 ?

If so I can reproduce this bug easily. temporary disable the kernel
modules that own /dev/video* will make mythtv working again.

Fabio

-- 
/usr/bin/mythfrontend.real: symbol lookup error: /usr/lib/libmyth-0.20.2.so.0: 
undefined symbol: stat64
https://bugs.launchpad.net/bugs/185108
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.20

2008-01-21 Thread Fabio Massimo Di Nitto
http://kernel.ubuntu.com/git?p=fabbione/ubuntu-hardy-
lum.git;a=commit;h=0cb6206c8225c93cd651381b3350c90341a046e0

** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu)
   Status: New => Fix Committed

-- 
upgrade gspca module from version 1.00.12 to 1.00.20
https://bugs.launchpad.net/bugs/177231
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183725] main inclusion report

2008-01-17 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: libpam-krb5

See https://wiki.ubuntu.com/MainInclusionReportLibpam-krb5

** Affects: libpam-krb5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183724] main inclusion report

2008-01-17 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: libpam-mount

See https://wiki.ubuntu.com/MainInclusionReportLibPamMount

** Affects: libpam-mount (Ubuntu)
 Importance: Undecided
 Status: New

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183724
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183719] main inclusion report

2008-01-17 Thread Fabio Massimo Di Nitto
Public bug reported:

See https://wiki.ubuntu.com/ServerPackageReview

Package is extremely simple and conformant, no known security issues and
so on.

Depends on libp11-0 that is in universe.

** Affects: pam-p11 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183719
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183714] main inclusion report

2008-01-17 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: libpam-radius-auth

See https://wiki.ubuntu.com/ServerPackageReview
Package is very simple. Upstream is basically dead (one release in 4 years), 
Debian maintainer (me) doesn't care. Requires basically 0 maintainance. No 
security records from upstream.

** Affects: libpam-radius-auth (Ubuntu)
 Importance: Undecided
 Status: New

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183714
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183713] main inclusion report

2008-01-17 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: munin

See https://wiki.ubuntu.com/MainInclusionReportMunin

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183713
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183698] main inclusion report

2008-01-16 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: openvpn

See https://wiki.ubuntu.com/MainInclusionReportOpenVPN

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183698
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183469] main inclusion report

2008-01-16 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: sysstat

See https://wiki.ubuntu.com/MainInclusionReportSysstat

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/183469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182806] main inclusion report

2008-01-14 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: snort

See https://wiki.ubuntu.com/MainInclusionReportSnort

I am against including this package into main but i need to file the
report as I was asked too. IMHO this package requires too much
maintaince and it's not mature enough to hit main.

Fabio

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/182806
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182790] main inclusion report

2008-01-14 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: nut

See https://wiki.ubuntu.com/MainInclusionReportNut

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/182790
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182785] main inclusion report

2008-01-14 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: migrationtools

See https://wiki.ubuntu.com/MainInclusionReportMigrationtools

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/182785
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182779] main inclusion report

2008-01-14 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: vlock

See https://wiki.ubuntu.com/MainInclusionReportVlock

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

-- 
main inclusion report
https://bugs.launchpad.net/bugs/182779
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182777] Main inclusion report

2008-01-14 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: lsscsi

See https://wiki.ubuntu.com/ServerPackageReview

lsscsi is not worth a full MIR. way too simple package that does nothing
fancy.

Fabio

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

-- 
Main inclusion report
https://bugs.launchpad.net/bugs/182777
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182772] Main inclusion report

2008-01-13 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: vblade

See https://wiki.ubuntu.com/MainInclusionReportVblade

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

-- 
Main inclusion report
https://bugs.launchpad.net/bugs/182772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 182762] Main inclusion report

2008-01-13 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: aoetools

See https://wiki.ubuntu.com/MainInclusionReportAoetools

filed because of: https://blueprints.edge.launchpad.net/ubuntu/+spec
/server-packages-review

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

-- 
Main inclusion report
https://bugs.launchpad.net/bugs/182762
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120177] Re: dm-multipath not autoloaded causes multipath to fail

2008-01-10 Thread Fabio Massimo Di Nitto
Packages from -proposed were also tested at the time.

Fabio

-- 
dm-multipath not autoloaded causes multipath to fail
https://bugs.launchpad.net/bugs/120177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176653] Re: 8.04 ia32libs 2.2ubuntu1 breaks libpcre.so.3

2007-12-16 Thread Fabio Massimo Di Nitto
Unable to load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-xpm.so: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-xpm.so: wrong ELF class: ELFCLASS64

sorry, one more..

I suspect this is part of the same one with the -png.so loader.

Fabio

-- 
8.04 ia32libs 2.2ubuntu1 breaks libpcre.so.3
https://bugs.launchpad.net/bugs/176653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176653] Re: 8.04 ia32libs 2.2ubuntu1 breaks libpcre.so.3

2007-12-16 Thread Fabio Massimo Di Nitto
Matthias, I can confirm this problem too and part of the solution is to
copy libpcre3 i386 into /usr/lib32.

I can also see another regression with vmware-server:

Unable to load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-png.so: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-png.so: wrong ELF class: ELFCLASS64

No icons love :)

Thanks
Fabio

** Changed in: ia32-libs (Ubuntu)
   Importance: Undecided => High
 Assignee: (unassigned) => Matthias Klose (doko)

-- 
8.04 ia32libs 2.2ubuntu1 breaks libpcre.so.3
https://bugs.launchpad.net/bugs/176653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176299] Re: INTERFACE_MAX is not proper

2007-12-13 Thread Fabio Massimo Di Nitto

** Attachment added: "patch to increase the rings"
   http://launchpadlibrarian.net/10899523/004_increase_max_rings.dpatch

-- 
INTERFACE_MAX is not proper
https://bugs.launchpad.net/bugs/176299
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176299] INTERFACE_MAX is not proper

2007-12-13 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: openais

Description of problem:

exec/totem.h defines INTERFACE_MAX to 2. This is very limiting and it is not
coherent with the rest of the cluster stack.

openais limits to 2
kernel dlm to 3
dlm_controld to 4

Those values should be at least alligned to 4 or higher.

In theory a dynamic allocation here would be the winner.

with the default set to 2, configuring 3 rings in openais.conf (passive mode,
since active it totally broken), will lead openais to crash because of memory
corruption (there is no protection within the code to try to init and config
only INTERFACE_MAX).

Version-Release number of selected component (if applicable):

trunk

How reproducible:

always

Steps to Reproduce:
1. given default svn checkout
2. configure INTERFACE_MAX + 1 rings in passive mode
3. fire up aisexec.

(tested on amd64 with glibc-2.7 will report memory corruption detected
by glibc)

Actual results:

aisexec crashes and dies.

Expected results:

should work no matter how many rings i configure. hardcoded limitations are bad
and it is not even documented.

Additional info:

** Affects: openais (Ubuntu)
 Importance: Undecided
 Assignee: Soren Hansen (shawarma)
 Status: New

** Affects: openais (Fedora)
 Importance: Unknown
 Status: Unknown

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

** Also affects: openais (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=424681
   Importance: Unknown
   Status: Unknown

** Changed in: openais (Ubuntu)
 Assignee: (unassigned) => Soren Hansen (shawarma)

-- 
INTERFACE_MAX is not proper
https://bugs.launchpad.net/bugs/176299
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160913] Re: missing ia32 libXss

2007-12-09 Thread Fabio Massimo Di Nitto
Hi Matthias,

could you be so nice to take care of this? Otherwise I will go trough
the pain to look how ia32-libs is built and I will do it.

thanks
Fabio

** Changed in: ia32-libs (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Matthias Klose (doko)
   Status: New => Confirmed

-- 
missing ia32 libXss
https://bugs.launchpad.net/bugs/160913
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-30 Thread Fabio Massimo Di Nitto
Stephen, awesome. I will try to fix that warning too. It should be
trivial.

Thanks
Fabio

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-30 Thread Fabio Massimo Di Nitto
Hi Kees,

this patch contains the gutsy fixes and a detailed explanation on how it was 
built
(git sha1 cherry picks and so on).

Fabio

** Attachment added: "gutsy fix"
   http://launchpadlibrarian.net/10679492/gutsy.diff

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-30 Thread Fabio Massimo Di Nitto
Hi Kees,

same patch as above for feisty. Same logic but note that it is slightly 
different
and can't be cherry picked.

In detail there are a couple of extra changes required to make the gutsy
patch work:

static void make_sockaddr: didn't memset the sock_addr structure leaving dirty 
info around.
void dlm_lowcomms_stop: fix set of mask according to CF_ defines. this was 
wrong at the time.

both changes have been reviewed by upstream and agreed that were the
right thing to do.

Fabio

** Attachment added: "feisty fix"
   http://launchpadlibrarian.net/10679597/feisty.diff

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-30 Thread Fabio Massimo Di Nitto
Hi Kees,

this is the dapper patch based on the others. It's still impossible to
cherry pick without solving lots of conflicts.

You want to notice these small differences compared to the other
patches:

static void make_sockaddr: it didn't use sock_storage but sockadd_in6
casted around. We memset in a slightly different way but safe.

The warning the Stephen see is coming from the change in void lowcomms_stop() 
and it happens only at reboot. It means that we can't free memory
for one of the socket, but given that we are shutting down the cluster, it be 
considered harmless. It is more dangerous to leave it unfixed because
on many shutdown it would leak memory. kmem_cache_free (that invokes 
kmem_cache_destroy) takes care of protecting mem that is still in use.

Fabio

** Attachment added: "dapper fix"
   http://launchpadlibrarian.net/10679692/dapper.diff

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-30 Thread Fabio Massimo Di Nitto
Hi Kees,

the situation in edgy is way simpler. We disabled gfs2 that is the only
in kernel client for fs/dlm.

The patch simply disable fs/dlm as it is not required. It is _not_ worth
spending time fixing it at all.

Fabio

** Attachment added: "edgy fix"
   http://launchpadlibrarian.net/10679638/edgy.diff

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160683] Re: vmware-server: Package requests recursive update

2007-11-29 Thread Fabio Massimo Di Nitto
*** This bug is a duplicate of bug 172275 ***
https://bugs.launchpad.net/bugs/172275

** This bug has been marked a duplicate of bug 172275
   vmware-server in feisty-commercial keeps getting reinstalled

-- 
vmware-server: Package requests recursive update
https://bugs.launchpad.net/bugs/160683
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 164277] Re: vmware-server upgrade problem

2007-11-29 Thread Fabio Massimo Di Nitto
*** This bug is a duplicate of bug 172275 ***
https://bugs.launchpad.net/bugs/172275

** This bug is no longer a duplicate of bug 160683
   vmware-server: Package requests recursive update

** This bug has been marked a duplicate of bug 172275
   vmware-server in feisty-commercial keeps getting reinstalled

-- 
vmware-server upgrade problem
https://bugs.launchpad.net/bugs/164277
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160683] Re: vmware-server: Package requests recursive update

2007-11-29 Thread Fabio Massimo Di Nitto
*** This bug is a duplicate of bug 172275 ***
https://bugs.launchpad.net/bugs/172275

Guys, i have already explain that this is a soyuz bug (aka launchpad).
Unfortunatly the first fix was rolled out but incomplete.

The problem is not in vmware-server and I can guarantee all of you that
people are working as fast as they can to address it.

Fabio


** Changed in: ubuntu
Sourcepackagename: vmware-server => None
   Importance: Undecided => High

-- 
vmware-server: Package requests recursive update
https://bugs.launchpad.net/bugs/160683
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-29 Thread Fabio Massimo Di Nitto
Stephen,

make sure to keep a copy of the old kernel around.. I can't test it myself as I 
lack amd64 and i don't want you
to end up with unbootable machines around.

Thanks a lot
Fabio

PS weekend is good.

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-29 Thread Fabio Massimo Di Nitto
Stephen: I have a test kernel for you..

http://people.ubuntu.com/~fabbione/dlm/linux-
image-2.6.15-29-amd64-server_2.6.15-29.60_amd64.deb

Please install it on the entire cluster. You will need to reboot all of it in 
one go unfortunately and please test
like Ante did, by booting the whole cluster togheter, rebooting each single 
node and so on...

Let me know of any issues. The sooner the better so that I can publish
the patch for inclusion in the archive.

Cheers
Fabio

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-28 Thread Fabio Massimo Di Nitto
funkypantsboy: I haven't ported the patch back to dapper yet.

A kernel update will come shortly after. probably a matter of few days.

FAbio

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-27 Thread Fabio Massimo Di Nitto
Ante: can you please test this other patch instead? it is on top of
2.6.22 gutsy kernel sources.

If this one work, i will take care to propagate the fixes down to
dapper.

remember you will need to reboot the entire cluster and hint: add that famous 
printk to make sure
you are running a patched kernel.

Fabio


** Attachment added: "possible fix"
   http://launchpadlibrarian.net/10581801/full.diff

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146420] Re: init script fails in trying to join fence domain

2007-11-27 Thread Fabio Massimo Di Nitto
I assume this was gutsy. The init script was broken but fixed in the
last upload to gutsy.

Fabio

** Changed in: redhat-cluster-suite (Ubuntu)
   Status: Incomplete => Fix Released

-- 
init script fails in trying to join fence domain
https://bugs.launchpad.net/bugs/146420
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-21 Thread Fabio Massimo Di Nitto
We need to work this out with upstream because it appears that the fix
they committed doesn't work for Ante.

Fabio

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158288] Re: Node hangs at clvm when joining cluster

2007-11-20 Thread Fabio Massimo Di Nitto
Stephen,

we are working to get this addressed asap. A fix is already available from 
upstream and we are testing it to make sure
it addresses the problem 100%.

Fabio

** Changed in: redhat-cluster-suite (Ubuntu)
   Importance: Medium => Critical
 Assignee: (unassigned) => Fabio Massimo Di Nitto (fabbione)

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

** Also affects: redhat-cluster-suite (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=338511
   Importance: Unknown
   Status: Unknown

-- 
Node hangs at clvm when joining cluster
https://bugs.launchpad.net/bugs/158288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160683] Re: vmware-server: Package requests recursive update

2007-11-16 Thread Fabio Massimo Di Nitto
This was a launchpad bug that has been fixed.

Fabio

** Changed in: vmware-server (Ubuntu)
   Status: Confirmed => Invalid

-- 
vmware-server: Package requests recursive update
https://bugs.launchpad.net/bugs/160683
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155362] Re: vmware not present in gutsy

2007-11-16 Thread Fabio Massimo Di Nitto
** Changed in: vmware-server (Ubuntu)
   Importance: Unknown => Wishlist
   Target: gutsy-updates => None

-- 
vmware not present in gutsy
https://bugs.launchpad.net/bugs/155362
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162911] Re: Clobbers changes to configuration files on upgrade

2007-11-16 Thread Fabio Massimo Di Nitto
vmware-server (1.0.4-1feisty2) feisty; urgency=low

  * Fixed remote console issues with PAM. (see etc/pam.d/vmware-authd)
  (Closes LP: #162907)

  * Do not clobber changes to configuration files on upgrade.
  (Closes LP: #162911)

 -- [EMAIL PROTECTED] (Fabio M. Di Nitto)   Fri, 16 Nov 2007 14:51:21
+0100

** Changed in: vmware-server (Ubuntu)
   Status: New => Fix Released

-- 
Clobbers changes to configuration files on upgrade
https://bugs.launchpad.net/bugs/162911
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162907] Re: Remote authentication fails due to bogus PAM configuration

2007-11-16 Thread Fabio Massimo Di Nitto
vmware-server (1.0.4-1feisty2) feisty; urgency=low

  * Fixed remote console issues with PAM. (see etc/pam.d/vmware-authd)
  (Closes LP: #162907)

  * Do not clobber changes to configuration files on upgrade.
  (Closes LP: #162911)

 -- [EMAIL PROTECTED] (Fabio M. Di Nitto)   Fri, 16 Nov 2007 14:51:21
+0100

** Changed in: vmware-server (Ubuntu)
   Status: New => Fix Released

-- 
Remote authentication fails due to bogus PAM configuration
https://bugs.launchpad.net/bugs/162907
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139062] Re: Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start

2007-10-30 Thread Fabio Massimo Di Nitto
Guys could somebody be so kind to attach /var/log/syslog and messages
from a failing amd64?

Thanks
Fabio

-- 
Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start
https://bugs.launchpad.net/bugs/139062
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139062] Re: Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start

2007-10-25 Thread Fabio Massimo Di Nitto
** Changed in: openais (Ubuntu)
Sourcepackagename: redhat-cluster-suite => openais

-- 
Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start
https://bugs.launchpad.net/bugs/139062
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156979] Please sync ocfs2-tools 1.2.4-1 (main) from Debian unstable (main)

2007-10-25 Thread Fabio Massimo Di Nitto
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/ocfs2-tools
 status confirmed
 subscribe ubuntu-archive

Please sync ocfs2-tools 1.2.4-1  (main) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
Debian maintainer did pull all our changes. There is no delta to carry around 
anylonger.

Changelog since current hardy version 1.2.4-0ubuntu1:

ocfs2-tools (1.2.4-1) unstable; urgency=low

  * The "Lazo rosa" release.
  * New upstream release.  This version was released on Apr 6th, 2007.  Main
changes are:
- Allow network timeout configuration.
- Bug fixes.
- offsetof(3) issues have been fixed, so patches/102_stddef.h is no longer
  relevant.
  * Added debconf support for O2CB_IDLE_TIMEOUT_MS, O2CB_KEEPALIVE_DELAY_MS
and O2CB_RECONNECT_DELAY_MS in postinst, config and templates mainly from
Ubuntu.
  * po/es.po: While at it, updated Spanish translation.
  * po/vi.po: Updated Vietnamese translation, thanks to Clytie Siddall
(closes: #438451).
  * po/ru.po: Updated Russian translation, thanks to Yuri Kozlov (closes:
#438633).
  * po/fr.po: Updated French translation.  Thanks to Jean-Baka
Domelevo-Entfellner (closes: #440579).
  * po/cs.po: Updated Czech translation.  Thanks to Miroslav Kure (closes:
#442903).
  * Added /etc/init.d/ocfs2 in order to mount and unmount OCFS2 volumes, that I
simply missed on past releases.  This allows to unmount OCFS2 during a
reboot and thus avoid a panic (closes: #416550).
  * debian/rules: Removed old code for quilt patching now that we include the
Makefile from that package.
  * This version does not fail to build twice in a row (strange...).  Closes:
#442692.

 -- David Martínez Moreno <[EMAIL PROTECTED]>  Tue, 18 Sep 2007 02:02:31
+0200

ocfs2-tools (1.2.3-1) unstable; urgency=low

  * New upstream release.  This version was released on Feb 2nd, 2007.  Main
changes are:
- Backup superblock support added.
- Local mount support added (with kernel 2.6.20+).
- Heartbeat thread's IO priority can now be set (with kernel 2.6.20+).
- Bugs fixed in fsck, debugfs and console .
  * Removed parts of debian/NEWS no longer relevant.
  * Renamed debian/README to debian/README.Debian in order to be included by
dh_installdocs.
  * Added short description to o2cb init script in order to clean a lintian
warning.

 -- David Martínez Moreno <[EMAIL PROTECTED]>  Thu, 16 Aug 2007 02:41:22
+0200

ocfs2-tools (1.2.2-1) unstable; urgency=low

  * New upstream release.  This version was released on Oct 20th, 2006.  Main
changes are:
- tunefs.ocfs2: Volumes can be resized offline.
- debugfs.ocfs2: Commands bmap, findpath, ncheck and decode added.
- Fixed bug in o2cb_ctl when adding nodes (closes: #405353).
- Fixed lots of bugs.
  * Removed ocfs2console/blkid/blkid_types.h, that slipped in 1.2.1-1.2.
  * Acknowledged NMUs (closes: #380879, #389916).
  * Added Dutch translation (thanks, cobaco).  Closes: #436863.
  * Merged 01-manpages-typos and some parts of 02-init-typos patches upstream.
  * debian/rules: Changed dh_install to --list-missing in order to ignore
temporally the now installed headers.
  * debian/control: Replaced Source-Version with binary:Version.

 -- David Martínez Moreno <[EMAIL PROTECTED]>  Wed, 15 Aug 2007 02:46:28
+0200

ocfs2-tools (1.2.1-1.4) unstable; urgency=low

  * Non-maintainer upload.
  * add patches/102_stddef.h to fix FTBFS (missing #include  to know
about offsetof). closes: #428949.

 -- Pierre Habouzit <[EMAIL PROTECTED]>  Wed, 18 Jul 2007 17:37:23
+0200

ocfs2-tools (1.2.1-1.3) unstable; urgency=low

  * Non-maintainer upload to fix longstanding l10n issues
  * Fix the spelling of "milliseconds" in debconf templates
  * Unmark a string for translation. Closes: #372520
  * Debconf templates translations:
- Czech updated. Closes: #369582
- French updated. Closes: #374335
- Vietnamese added. Sent during the call for updates of the NMU campaign.
- Swedish added. Sent during the call for updates of the NMU campaign.
- German added. Sent during the call for updates of the NMU campaign.
- Russian added. Sent during the call for updates of the NMU campaign.
- Brazilian Portuguese added. Sent during the call for updates
  of the NMU campaign.
- Fix the encoding of the Spanish translation..:-)

 -- Christian Perrier <[EMAIL PROTECTED]>  Mon, 18 Dec 2006 19:49:10
+0100

ocfs2-tools (1.2.1-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Move dh_installdeb to after dh_pysupport, to make sure
update-python-modules is indeed called in postinst. (Closes: #388529)

 -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Thu, 28 Sep 2006 13:19:03
+0200

ocfs2-tools (1.2.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update package to the last python policy (Closes: #380879).

 -- Pierre Habouzit <[EMAIL PROTECTED]>  Thu, 31 Aug 2006 13:45:20
+02

[Bug 139062] Re: Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start

2007-10-24 Thread Fabio Massimo Di Nitto
I will need to get somebody to look at the amd64 fault.

openais can be executed standalone (hence the openais init script) or
via cman but they shouldn't be executed together on the same machine. I
don't know what kind of behaviour that will have.

Make absolutely sure to have /etc/defaults/opeanis to NOT start openais
at boot and run only cman.

Fabio

-- 
Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start
https://bugs.launchpad.net/bugs/139062
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153794] Re: version bump

2007-10-18 Thread Fabio Massimo Di Nitto
** Changed in: opera (Ubuntu)
   Status: New => Fix Released

-- 
version bump
https://bugs.launchpad.net/bugs/153794
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139062] Re: Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start

2007-09-30 Thread Fabio Massimo Di Nitto
I was able to reproduce the problem and it should be fixed in the latest
upload I did one hour ago with openais 0.81-0ubuntu5 and redhat-cluster-
suite_2.20070823.1-0ubuntu1.

Please let me know if this fixes the problem for you.

Cheers
Fabio

** Changed in: redhat-cluster-suite (Ubuntu)
Sourcepackagename: cman => redhat-cluster-suite

-- 
Gutsy Tribe5: Startup reports: cman_tool: aisexec daemon didn't start
https://bugs.launchpad.net/bugs/139062
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144145] Re: Netboot edubuntu desktop is listed twice both install kubuntu

2007-09-27 Thread Fabio Massimo Di Nitto
I saw this one too in the netinstall. jus to confirm.

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

-- 
Netboot edubuntu desktop is listed twice both install kubuntu
https://bugs.launchpad.net/bugs/144145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for partner component

2007-09-24 Thread Fabio Massimo Di Nitto
dapper tested again on Martin request and it is working as expected.

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for partner component

2007-09-24 Thread Fabio Massimo Di Nitto
edgy tested again on Martin request and it is working as expected.

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for partner component

2007-09-24 Thread Fabio Massimo Di Nitto
feisty tested again on Martin request and it is working as expected.

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144363] /lib/init/mount-functions.sh: domount does not check if a mountpoint is already in use

2007-09-23 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: sysvinit

For sometime I noticed that a bunch of mounts were done multiple times
for no apparent reasons.

A quick look in /etc/init.d did show that several scripts are invoking domount 
on /var/run and /var/lock,
but domount as provided does not check if the mountpoint is already mounted.

The result is something like this:

[EMAIL PROTECTED]:/lib/init$ mount |grep tmpfs |grep var
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,noexec)
tmpfs on /var/lock type tmpfs (rw,nosuid,nodev,noexec)

one set of mount for each time domount is invoked.

Fabio

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

-- 
/lib/init/mount-functions.sh: domount does not check if a mountpoint is already 
in use
https://bugs.launchpad.net/bugs/144363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144359] iSight webcam firmware

2007-09-23 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: restricted-manager

Hi Martin,

as we discussed on ubuntu-devel mailing list, the iSight webcam needs a
firmware to work.

The kernel module is called:
isight_usb
and it is autoloaded via modaliases (it's a USB device). See also 
http://kernel.ubuntu.com/git?p=mjg59/ubuntu-gutsy-lum.git;a=commitdiff;h=2e69cd564dacf5d81eb2e46610a5f7b55c52d34f

The firmware is available here (in the directory firmare/)
http://files.i-nz.net/projects/linux-kernel/isight/uvcvideo-isight.tar.gz

or here (see the section on how to extract it from the MacOS partition):
https://help.ubuntu.com/community/MacBook

Cheers
Fabio

** Affects: restricted-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
iSight webcam firmware
https://bugs.launchpad.net/bugs/144359
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137501] Re: Fails to set boot flag on fat16 efi partition on ia64

2007-09-05 Thread Fabio Massimo Di Nitto
those are all the installer logs

** Attachment added: "installer logs"
   http://launchpadlibrarian.net/9144951/ia64logs.tar.gz

-- 
Fails to set boot flag on fat16 efi partition on ia64
https://bugs.launchpad.net/bugs/137501
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137501] Fails to set boot flag on fat16 efi partition on ia64

2007-09-05 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: partman-efi

 i did select the usual "Use the entire device" at guided partition
 the partition layout is good
 i get the sda1 as fat16 with flag msftres
 and that's the problem
 it should be set to boot
 if i go manual, i can't change the flag
 i need to use parted manually from tty2
 the issue at the very end is that elilo installer calls 
/usr/lib/find-partition --flag boot
 and finds nothing
 so it fails
 because the boot flag itself is not really required for what I can 
see

** Affects: partman-efi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Fails to set boot flag on fat16 efi partition on ia64
https://bugs.launchpad.net/bugs/137501
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137453] lack video size UI config option

2007-09-04 Thread Fabio Massimo Di Nitto
Public bug reported:

Binary package hint: ekiga

Many webcams support different picture size. In ekiga there is already a
gconf entry to set this up, but it is lacking an easy way to set this
parameter in the preference->video UI.

For *example* the built-in Apple iSight camera needs:

$ gconf-editor &

Now, from the left-hand tree, navigate to:
apps > ekiga > devices > video

Change the value for size from 0 to 1.

to get full size picture.

** Affects: ekiga (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: ekiga (Ubuntu)
   Importance: Undecided => Wishlist

-- 
lack video size UI config option
https://bugs.launchpad.net/bugs/137453
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 119184] Re: HAL : macbook-backlight is broken for Macbook C2D

2007-09-04 Thread Fabio Massimo Di Nitto
hal (0.5.9.1-1ubuntu6) gutsy; urgency=low

  * debian/patches/macbook-backlight.diff: Add backlight support to new
MacBook and MacBookPro.
Upstream commits:
a88fc4ff5e21668d4c41fa5bc7d2188791250b7a
68eb19a7cf5e31203bf7d1c8728e61afc74975bb
  (Closes LP: #119184)

 -- [EMAIL PROTECTED] (Fabio M. Di Nitto)   Wed, 05 Sep 2007 05:52:20
+0200

** Changed in: hal (Ubuntu)
   Status: Triaged => Fix Released

-- 
HAL : macbook-backlight is broken for Macbook C2D
https://bugs.launchpad.net/bugs/119184
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto

** Attachment added: "edgy debdiff"
   http://launchpadlibrarian.net/9096866/edgy.debdiff

** Changed in: pkgstriptranslations (Ubuntu Dapper)
   Status: In Progress => Fix Committed

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto

** Attachment added: "dapper debdiff"
   http://launchpadlibrarian.net/9096871/dapper.debdiff

** Summary changed:

- Must not create translation tarballs for commercial component
+ Must not create translation tarballs for partner component

** Description changed:

  Binary package hint: pkgbinarymangler
  
  pkgstriptranslations currently creates translation tarballs for packages
- in the commercial section, too. Uploading those does not work, because
- the translation tarballs go to the 'main' soyuz archive (raw-
- translations special handling).
+ in the partner section, too. Uploading those does not work, because the
+ translation tarballs go to the 'main' soyuz archive (raw-translations
+ special handling).
  
- Also it is desirable to not alter maintainer fields for commercial
- packages, so pkgmaintainermangler should be silenced for commercial
+ Also it is desirable to not alter maintainer fields for partner
+ packages, so pkgmaintainermangler should be silenced for partner
  packages, too.
  
  Thus, pkgbinarymangler should be inactive for all packages which go to
- the commercial repo. These packages are guaranteed to specify the
- 'commercial' section in debian/control, like
+ the partner repo. These packages are guaranteed to specify the 'partner'
+ section in debian/control, like
  
-   Section: commercial/web
+   Section: partner/web
  
  This has recently been fixed in gutsy, but needs to be done for stables
- as well, since we will soon have commercial repos for those, too.
+ as well, since we will soon have partner repos for those, too.

** Tags removed: verification-done

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto
Gutsy debdiff.

** Attachment added: "gutsy debdiff"
   http://launchpadlibrarian.net/9096846/gutsy.debdiff

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto

** Attachment added: "feisty debdiff"
   http://launchpadlibrarian.net/9096848/feisty.debdiff

** Changed in: pkgbinarymangler (Ubuntu Feisty)
   Status: In Progress => Fix Committed

** Changed in: pkgbinarymangler (Ubuntu Edgy)
   Status: In Progress => Fix Committed

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto
commercial archive has been renamed and this bug needs to be updated.

** Changed in: pkgstriptranslations (Ubuntu Dapper)
   Status: Fix Released => In Progress

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto
commercial archive has been renamed and this bug needs to be updated.

** Changed in: pkgbinarymangler (Ubuntu Feisty)
   Status: Fix Released => In Progress

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-09-03 Thread Fabio Massimo Di Nitto
commercial archive has been renamed and this bug needs to be updated.

** Changed in: pkgbinarymangler (Ubuntu Edgy)
   Status: Fix Released => In Progress

-- 
Must not create translation tarballs for partner component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127849] Re: Installing Opera or Arkeia fails on amd64

2007-08-27 Thread Fabio Massimo Di Nitto
new debdiff to add the "s"

Fabio

** Attachment added: "debdiff"
   http://launchpadlibrarian.net/9011910/aidc.debdiff

-- 
Installing Opera or Arkeia fails on amd64
https://bugs.launchpad.net/bugs/127849
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127849] Re: Installing Opera or Arkeia fails on amd64

2007-08-27 Thread Fabio Massimo Di Nitto
Proposed debdiff in attachement and package uploaded to -proposed.

Fabio

** Attachment added: "debdiff"
   http://launchpadlibrarian.net/9011810/aidc.debdiff

-- 
Installing Opera or Arkeia fails on amd64
https://bugs.launchpad.net/bugs/127849
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 40119] Re: SPARC boot failed: Illegal Instruction

2007-08-26 Thread Fabio Massimo Di Nitto
** Changed in: silo (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

-- 
SPARC boot failed: Illegal Instruction
https://bugs.launchpad.net/bugs/40119
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 65542] Re: kernel BUG() triggered under high load

2007-08-26 Thread Fabio Massimo Di Nitto
** Changed in: linux-source-2.6.15 (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

-- 
kernel BUG() triggered under high load
https://bugs.launchpad.net/bugs/65542
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 69916] Re: Server Installation on SPARC with Qlogic ISP not possible due to missing driver.

2007-08-26 Thread Fabio Massimo Di Nitto
** Changed in: linux-source-2.6.15 (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

** Changed in: linux-source-2.6.17 (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

-- 
Server Installation on SPARC with Qlogic ISP not possible due to missing driver.
https://bugs.launchpad.net/bugs/69916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 50236] Re: sparc64.Installation fails at "Booting Linux..."

2007-08-26 Thread Fabio Massimo Di Nitto
** Changed in: silo (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

-- 
sparc64.Installation fails at "Booting Linux..."
https://bugs.launchpad.net/bugs/50236
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 77090] Re: [sparc] "General Fault" light lit at bootup

2007-08-26 Thread Fabio Massimo Di Nitto
** Changed in: linux-source-2.6.15 (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

** Changed in: linux-source-2.6.17 (Ubuntu)
 Assignee: Fabio Massimo Di Nitto => Phillip Lougher

-- 
[sparc] "General Fault" light lit at bootup
https://bugs.launchpad.net/bugs/77090
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Fabio Massimo Di Nitto
dapper is also good..

Fabio

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Fabio Massimo Di Nitto
Edgy is also good...

Fabio

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-21 Thread Fabio Massimo Di Nitto
nevermind the last comment. it's all good..  in feisty

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-21 Thread Fabio Massimo Di Nitto
This is the error I am getting when testing feisty:

INFO: Disabling pkgbinarymangler for commercial packages
WARNING: not running pkgbinarymangler for this package, as requested
dpkg-deb: building package `realplay' in `../realplay_10.0.9-0feisty1_i386.deb'.
 dpkg-genchanges -b
dpkg-genchanges: binary-only upload - not including any source code
dpkg-genchanges: failure: cannot open upload file 
../realplay_10.0.9-0feisty1_i386_translations.tar.gz for reading: No such file 
or directory
[EMAIL PROTECTED]:~/realplay-10.0.9$ echo $?
2

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123857] Re: feisty-commercial does not include realplay, but edgy-commercial does!

2007-08-17 Thread Fabio Massimo Di Nitto
done

** Changed in: Ubuntu
   Status: In Progress => Fix Released

-- 
feisty-commercial does not include realplay, but edgy-commercial does!
https://bugs.launchpad.net/bugs/123857
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123857] Re: feisty-commercial does not include realplay, but edgy-commercial does!

2007-08-16 Thread Fabio Massimo Di Nitto
** Changed in: Ubuntu
   Importance: Undecided => Wishlist
   Status: Incomplete => In Progress

-- 
feisty-commercial does not include realplay, but edgy-commercial does!
https://bugs.launchpad.net/bugs/123857
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120177] Re: dm-multipath not autoloaded causes multipath to fail

2007-08-11 Thread Fabio Massimo Di Nitto
Martin,

just for the record (as we discussed on IRC) the lt-nl is pointless
because on fresh install prerm is not executed. Even if it was executed,
the special case would do the rigth thing by checking if the init script
is there and executable (it's not) and that the daemon is not running so
the stop action will fail properly.

Fabio

-- 
dm-multipath not autoloaded causes multipath to fail
https://bugs.launchpad.net/bugs/120177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120177] Re: dm-multipath not autoloaded causes multipath to fail

2007-08-10 Thread Fabio Massimo Di Nitto
multipath-tools (0.4.7-1.1ubuntu3.2) feisty-proposed; urgency=low

  * Fix preinst script to modprobe dm-multipath. This will make sure
that multipathd will be able to start.

  * Fix init script not to die on stop if multipathd is not running.

  * Add prerm script to not fail when upgrading from a broken version of
multipathd.

  (Closes LP: #120177)

 -- [EMAIL PROTECTED] (Fabio M. Di Nitto)   Fri, 10 Aug 2007 13:03:39
+0200

** Changed in: multipath-tools (Ubuntu Feisty)
   Status: Fix Committed => Fix Released

-- 
dm-multipath not autoloaded causes multipath to fail
https://bugs.launchpad.net/bugs/120177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120177] Re: dm-multipath not autoloaded causes multipath to fail

2007-08-10 Thread Fabio Massimo Di Nitto
New debdiff (feisty -> feisty-proposed) in attachment that addresses all
the corner cases spotted by Michael.

Also uploaded to feisty-proposed pending review/approval.

Fabio

** Attachment added: "new proposed diff"
   http://launchpadlibrarian.net/8769763/new-proposed.debdiff

-- 
dm-multipath not autoloaded causes multipath to fail
https://bugs.launchpad.net/bugs/120177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   3   4   5   6   7   8   >