[Bug 1822004] Re: User Namespace fails with Docker Snap - AppArmor profile too restrictive

2019-03-30 Thread Huygens via ubuntu-bugs
Note: it seems that probably after a reboot, snap resetted the AppArmor
profile to the default, so breaking my dockerd installation. Therefore
there is no really a work around and it requires a proper patch.

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

Title:
  User Namespace fails with Docker Snap - AppArmor profile too
  restrictive

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

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

[Bug 1822004] [NEW] User Namespace fails with Docker Snap - AppArmor profile too restrictive

2019-03-27 Thread Huygens via ubuntu-bugs
Public bug reported:

This is a summary of my 2 posts:
1. 
https://forum.snapcraft.io/t/call-for-testing-of-the-docker-snap/7710/31?u=huygens
2. 
https://forum.snapcraft.io/t/call-for-testing-of-the-docker-snap/7710/32?u=huygens

In brief, I want to activate User Namespace for Docker. Currently using
Docker provided as Snap package, it is not possible to use the `userns-
remap` option with the default value. AppArmor denies the permission to
create a new user.

I went the manual way, creating the user and appropriate UID/GID
mapping. But still AppArmor denies reading access to /etc/subuid and
/etc/subgid.

So the problem is: User Namespace does not work out of the box.

Solution:

I have edited this file
`/var/lib/snapd/apparmor/profiles/snap.docker.dockerd` and added the
`subuid` and `subgid` to the authorised list of file with read-only
permission.

After making sure the changes were activated, I got the result (snippet
from `sudo docker info` command):

Security Options:
 apparmor
 seccomp
  Profile: default
 userns

And running `sudo docker run hello-world` did work as well.

Could you make the change permanent?

** Affects: docker (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/1822004

Title:
  User Namespace fails with Docker Snap - AppArmor profile too
  restrictive

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

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

[Bug 1821993] [NEW] dockerd started in debug mode

2019-03-27 Thread Huygens via ubuntu-bugs
Public bug reported:

After installing the docker snap, I realised that dockerd has the
following flag --debug.

I would consider that option fine for the candidate channel but not the
stable one.

Trying to setup debug to false in the daemon.json fails (the dockerd
does not start because of conflicting directives).

The problematic line is here:
https://git.launchpad.net/~docker/+git/snap/tree/bin/dockerd-wrapper#n63

Could this option be removed and instead - if debug is still wished to
be default - set inside the configuration file (aka daemon.json
https://git.launchpad.net/~docker/+git/snap/tree/config/daemon.json)

If it is in the configuration file then users can override it if they
think otherwise. At the moment we cannot disable debug mode as a user.

** Affects: docker (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/1821993

Title:
  dockerd started in debug mode

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

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

[Bug 1814896] Re: upgrade Docker snap to 18.09.1

2019-03-26 Thread Huygens via ubuntu-bugs
Actually the recommended version is at least 18.09.2 which fixes some
security issues. And there is a more stable 18.09.3 that would be even
better

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

Title:
  upgrade Docker snap to 18.09.1

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

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

[Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2017-12-11 Thread Huygens
We are experiencing the same behaviour and error messages with a Ryzen5
1600 CPU and an ASUS PRIME A320M-K motherboard.

What we can add is:

1. When no VMs are running, even if there are long idle periods, the machines 
can be stable for several days on Ubuntu 16.04.3 using the HWE Kernel 4.10.
2. When we run a single VM on the machine, but both the VM and the host are 
idle, then we get a crash. The machine is unresponsive, we see CPU soft lockups 
in the screen, no logs, etc. We tested it with Ubuntu 16.04.3 using the stable 
and edge HWE kernel (so 4.10 and 4.13), we also even tested with Ubuntu 17.10 
and Kernel 4.13. And latest test was with Ubuntu 16.04.3 with custom built 
Kernel based on HWE edge (so 4.13) with the config CONFIG_RCU_NOCB_CPU, we also 
got a crash within the following night on one of the 2 machines (note that we 
did not have ASLR deactivated).

For our latest test we did:
- Ubuntu 16.04.3
- HWE Edge custom built kernel with CONFIG_RCU_NOCB_CPU
- ASLR deactivated
- boot parameters: rcu_nocbs=0-11 processor.max_cstate=1

We set this up last Friday, on Monday morning both machine were down, so
it did not help.

PS: our motherboard had the latest "BIOS/UEFI" update which includes AMD
AGESA 1.0.0.6B, we even upgraded to a newer firmware (which ASUS has
since removed) with stated that it contains AMD AGESA 1.0.0.7A. This
morning we saw again another firmware update from ASUS, we are going to
apply it on top of our other changes, but if it does not work, we will
try to return the machine (and that would be a pity, but stability is
the number 1 feature more than the number of core or throughput).

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1706076] [NEW] CPU temperature increase for no apparent reasons after upgrading to Kernel 4.10 (from 4.8)

2017-07-24 Thread Huygens
Public bug reported:

I am monitoring my machine using telegraf and collectd, and displaying
the information in Grafana.

In the last week, the CPU temperature is a constant 35°C (average). But
after upgrading to Kernel 4.10 the temperature raises to a constant 40°C
(average). That's quite a significant bump. However, the frequency of
the CPU is not changed, the machine load and CPU utilisation is rather
stable, Disk activity and temperature is also stable, ambient (cabinet)
temperature is also stable. So no apparent reason for this increase. In
addition reverting back to Kernel 4.8 restore a stable 35°C CPU
temperature.

The CPU temperature is monitored using libsensors. Running the command
`sensors` is consistant with what my monitoring stack recorded. Grepping
the /sys pseudo-filesystem for the temperature (e.g.
/sys/bus/pci/drivers/k10temp/:00:18.3/hwmon/hwmon3/temp1_input)
returns also consistant temperature.

When I boot to the "older" kernel (e.g. 4.8), the temperature returns to
previous level (i.-e. 35°C).

I have no external means to verify if the CPU temperature is really 35
and 40°C. So I cannot tell if Kernel 4.8 (and 4.4) is simply reporting
the temperature correctly (so the CPU is indeed 35°C) or incorrectly
(the CPU is perhaps 40°C or other values). Same comment for Kernel 4.10.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-generic-hwe-16.04 4.10.0.27.30
ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Mon Jul 24 12:51:04 2017
InstallationDate: Installed on 2014-02-09 (1260 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Alpha amd64 
(20140208)
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: linux-meta-hwe
UpgradeStatus: Upgraded to xenial on 2016-03-20 (490 days ago)

** Affects: linux-meta-hwe (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "Annotated monitoring of CPU temperature and other 
factors."
   
https://bugs.launchpad.net/bugs/1706076/+attachment/4920410/+files/2017-07-24%2015_12_52-Grafana-Monitoring.png

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

Title:
  CPU temperature increase for no apparent reasons after upgrading to
  Kernel 4.10 (from 4.8)

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

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

[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-14 Thread Huygens
Hi Serge,

Sorry for the long delay in replying, I overlooked the email
notification.

Yes that is almost correct, I add previously installed the ppa:ubuntu-
lxc/lxd-stable (so the LXD one not ppa:ubuntu-lxc/stable as you
mentioned) in Vivid. But before doing the upgrade I installed the ppa-
purge tool and used it to remove this ppa (which was by the way the only
3rd party source on my system).

After a successful ppa-purge, I went on and did a do-release-upgrade
which then failed, or actually it did not complete successfully. So I
was still able to reboot the machine and Wily was the new system. LXC
was broken after the reboot. But I did: "apt update; apt upgrade; apt
full-upgrade" which fixed the it by properly installing LXC.

One thing was then missing from the upgrade process: because of the
failure with the LXC package, the cleaning at the end of the upgrade
(when executing do-release-upgrade) did not happen. So I had lots of
obsolete or dandling packages which I had to look for and remove
manually.

I guess a way to reproduce it is:

  1. Install Ubuntu 15.04
  2. Make sure the system is up to date: apt update; apt full-upgrade; reboot
  3. Install from the Ubuntu repository the following packages: lxc 
lxc-templates
  4. Install ppa:ubuntu-lxc/lxd-stable and install the following packages: lxc 
lxd lxc-templates
  5. (I don't think a reboot is necessary to proceed, but I'm not 100% sure)
  6. Install ppa-purge and remove the installed ppa from step 3 (this should 
install back the previous packages from the Ubuntu repos)
  7. Perform a release upgrade to Wily: di-release-upgrade -d
  8. Boom! (or at least it did that on 2 machines here!) :-)

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

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

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

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


[Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-01 Thread Huygens
I had the same problem while upgrading from 15.04 to 15.10 today.
I had 1 ppa installed on this system (ppa:ubuntu-lxc/stable) which I reverted 
before doing the upgrade using the ppa-purge tool.
After purging this ppa from my system, I proceeded with the upgrade and it 
failed like this bug report mention.

As for the 2 commands they return both the same thing (note that I run
these 2 commands after having done "sudo apt update; sudo apt upgrade"
which seems to have fixed the lxc and lxc-template set up):

$ sudo systemctl status lxc
● lxc.service - LXC Container Initialization and Autoboot Code
   Loaded: loaded (/lib/systemd/system/lxc.service; enabled; vendor preset: 
enabled)
   Active: active (exited) since Thu 2015-10-01 19:11:26 CEST; 2h 39min ago
 Main PID: 27092 (code=exited, status=0/SUCCESS)

Oct 01 19:11:26 ubuntu systemd[1]: Starting LXC Container Initialization and 
Autoboot Code...
Oct 01 19:11:26 ubuntu lxc-devsetup[27076]: /dev is devtmpfs
Oct 01 19:11:26 ubuntu systemd[1]: Started LXC Container Initialization and 
Autoboot Code.
Oct 01 19:11:27 ubuntu systemd[1]: Started LXC Container Initialization and 
Autoboot Code.
$ sudo service lxc status
● lxc.service - LXC Container Initialization and Autoboot Code
   Loaded: loaded (/lib/systemd/system/lxc.service; enabled; vendor preset: 
enabled)
   Active: active (exited) since Thu 2015-10-01 19:11:26 CEST; 2h 40min ago
 Main PID: 27092 (code=exited, status=0/SUCCESS)

Oct 01 19:11:26 ubuntu systemd[1]: Starting LXC Container Initialization and 
Autoboot Code...
Oct 01 19:11:26 ubuntu lxc-devsetup[27076]: /dev is devtmpfs
Oct 01 19:11:26 ubuntu systemd[1]: Started LXC Container Initialization and 
Autoboot Code.
Oct 01 19:11:27 ubuntu systemd[1]: Started LXC Container Initialization and 
Autoboot Code.

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

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

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

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

[Bug 1272933] Re: [Dell Latitude E6440] suspend leads to black screen, laptop does not enter sleep.

2015-05-01 Thread Huygens
I have still the problem with my Dell Latitude E6440 (but no AMD/Nvidia card, 
just the Intel integrated GPU). I have installed the latest BIOS version (A11).
I also have troubles with the wake-up from suspend on this laptop with Windows 
7 64bit and with Fedora 21 64bits.
All 3 systems are running the latest version of their respective software 
packages. And I have enabled the hardware enablement stack on Ubuntu 14.04 LTS.
But still no luck.

Behaviour: it often wakes up but then either "input" error are reported
on the console and the integrated keyboard is not usable, or it seems to
wake up but then shortly after they are display artefacts (label of
application disappearing, etc.) and then nothing works (apart from
moving the mouse and switching virtual consoles) it is not possible to
perform a clean shutdown in these cases (when I happen to manage to open
a text console, I usually do not see particular errors, but last time
there was all over ATA errors being displayed, though that was on Fedora
and not Ubuntu that time).

I can't attach any log or dump, etc. as the last message in the log
before the reboot is something like "Suspend succeeded". So nothing is
log, traced, etc.

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

Title:
  [Dell Latitude E6440] suspend leads to black screen, laptop does not
  enter sleep.

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

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


[Bug 1272933] Re: [Dell Latitude E6440] suspend leads to black screen, laptop does not enter sleep.

2015-05-01 Thread Huygens
** Also affects: linux-lts-trusty (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/1272933

Title:
  [Dell Latitude E6440] suspend leads to black screen, laptop does not
  enter sleep.

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

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


[Bug 1354948] Re: Installed Ubuntu 14.04.1 Desktop LTS using RAID1+LVM and Grub failed to install

2014-08-10 Thread Huygens
I rebooted and was greeted by grub but without any menu, just the grub command 
line...
It is late in my local time zone, so this is some more tasks for another day...

Btw, if anyone knows a brainless step-by-step how to install Ubuntu
Desktop using software RAID, he is more than welcome. Sadly the
Alternate CD is no longer supported...

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

Title:
  Installed Ubuntu 14.04.1 Desktop LTS using RAID1+LVM and Grub failed
  to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1354948/+subscriptions

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


[Bug 1354948] [NEW] Installed Ubuntu 14.04.1 Desktop LTS using RAID1+LVM and Grub failed to install

2014-08-10 Thread Huygens
Public bug reported:

I booted on Ubuntu 14.04.1 Desktop 64 bit (using the USB), went to ry
Ubuntu and partition the 2 HDD (SATA 320GB) as I wanted, which is:

  - 2x 512MB as RAID1 (md) w/ ext4 for /boot
  - 2x 6GB as RAID0 (md) for swap
  - 2x 64GB as RAID1 (md) + 1 Logical Volume (LVM2) using all available space 
with ext4 as /
  - 2x remainder space as BTRFS RAID1 configuration for /home

Why so complex? I had first only the /boot and swap on software RAID, the rest 
was under BTRFS with 2 volumes (for home and for /), but it was problematic to 
boot. So I "moved" the / to another more classical partition scheme using mdadm 
and lvm.
But it does not work.

I did this to at least get grub-install to report no blocking error:
sudo -s
echo raid1 >> /target/etc/modules
echo dm-mod >> /target/etc/modules
echo dm-snapshot >> /target/etc/modules
echo dm-mirror >> /target/etc/modules
echo raid1 >> /target/etc/initramfs-tools/modules
echo dm-mod >> /target/etc/initramfs-tools/modules
echo dm-snapshot >> /target/etc/initramfs-tools/modules
echo dm-mirror >> /target/etc/initramfs-tools/modules
mount --bind /dev /target/dev
mount --bind /dev/pts /target/dev/pts
mount --bind /proc /target/proc
mount --bind /sys /target/sys
chroot /target grub-install /dev/sda
chroot /target grub-install /dev/sdb

The command grub-install is outputing in both cases this:
Installing for i386-pc platform.
You have a memory leak (not released memory pool):
 [0x1b765f0] dtree
Internal error: Unreleased memory pool(s) found.
You have a memory leak (not released memory pool):
 [0x1b774f0] dtree
Internal error: Unreleased memory pool(s) found.
You have a memory leak (not released memory pool):
 [0x1b79a70] dtree
Internal error: Unreleased memory pool(s) found.
Installation finished. No error reported.


I will report after reboot if it worked or not.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CasperVersion: 1.340
Date: Sun Aug 10 23:13:35 2014
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.18.8 ubuntu

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

Title:
  Installed Ubuntu 14.04.1 Desktop LTS using RAID1+LVM and Grub failed
  to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1354948/+subscriptions

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-05-27 Thread Huygens
@Matt I only have 1 card with dual-ports, but it is also a i350.
The Broadcom embedded card (on the motherboard of my HP server) has never had 
the problem of being wrongly renamed.
Only the Intel one has issue.

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-04-05 Thread Huygens
Sorry, but as there was no counter argument why this could have been indeed a 
duplicate, I have taken the liberty to revert the change.
Please, if you still think it is a duplicate, first try to argument why. Once 
we agree, then we can find the right conclusion for this bug.
:-)
Sincerely yours.

** This bug is no longer a duplicate of bug 1293633
   alternate install sets up biosdevname 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/1284043

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-04-02 Thread Huygens
*** This bug is a duplicate of bug 1293633 ***
https://bugs.launchpad.net/bugs/1293633

We are now 2nd of April, and I also think that this bug is not a
duplicate of the other one.

I am totally fine not having eth0 and I personnally prefer the new
naming convention with p1p2 and the sort.

And if the other bug is fixed, so that eth0 is used as a link to p1p1,
then how this will help me if this is all renamed to rename1?

My problem is that on each boot the same network hardware does not end
up with the same device name. I don't want (or need) to have a symbolic
link from eth0 to p1p1 (or vice versa). I just want that the device
named p1p1 is still called the same after the next reboot.

If we cannot have a deterministic device naming for network cards, then
how can we configure DHCP or manual IP address for each network
interface, or firewall?

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1265402] Re: Unity calls mapdevfs with wrong number of args on btrfs raid1

2014-04-02 Thread Huygens
As I stated in my previous comment, I went for the solution to have
/boot on a MD+ext4 RAID (which has the following, non-blocking but
annoying, bug #1274320).

I am half happy with this solution, but at least most of my files are
now under Btrfs.

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

Title:
  Unity calls mapdevfs with wrong number of args on btrfs raid1

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-03-17 Thread Huygens
One more information that could hopefully help the investigation.

I have 3 network interfaces (em1, p1p1 and p1p2) but today I only use
one (p1p2) the 2 others do not even have a cable plugged in.

So only p1p2 is configured to be up with a DHCP configuration and some
firewall rules.

And guess what, only p1p2 is "renamed" the 2 other unused interfaces are
*never* renamed!?!

Maybe that help tracking down the problem.

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-02-28 Thread Huygens
Hi Florian,

The kernel boot parameters are working but are also reverting to the "old" 
scheme for network naming. So my 3 network interfaces are now named eth0, eth1 
and eth2 instead of em1, p1p1 and p1p2.
It is a work around which I can use for the time being. But I would like to 
switch to the new naming if possible.
So it would be good that this bug is resolved.

Note: the package name of the bug report refers to systemd. I am still
using the default/stock upstart init system. But it comes together with
udev. I am not sure if this bug is correctly categorised then.

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1274320] Re: Error: diskfilter writes are not supported

2014-02-25 Thread Huygens
Here is another different kind of setup which triggers the problem:
/boot ext4 on a md RAID10 (4 HDD) partition
/ btrfs RAID10 (4 HDD) partition
swap on a md RAID0 (4HDD) partition

The boot and kernel are on a MD RAID (software RAID), whereas the rest
of the system is using Btrfs RAID.

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

Title:
  Error: diskfilter writes are not supported

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

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


[Bug 1284043] [NEW] udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-02-24 Thread Huygens
Public bug reported:

My installation of Ubuntu Server 14.04 is bare metal (no
virtualisation). The hardware box contains 3 network interfaces, one
broadcom (not yet used) and two intel (actually one PCIe network card
with 2 ports, one is currently used).

The MAC address of the intel network card is not changed, it is the
"stock" MAC address. When installing Ubuntu, I choose the interface p1p2
from the Intel network card as default (and only) network interface.
This is the only port at the moment with an Ethernet cable.

Last Friday I got my Btrfs filesystem corrupted, I had to do a hard
reset. I thereafter upgraded to the latest kernel version (3.13.0-11,
but was 3.13.0-8 before the crash). I do not know if this is something
related but since then when rebooting I have no network. The reason
being that udev decides to rename eth1 (the 2nd port of the intel card)
to rename4 instead of p1p2. The problem is that my
/etc/network/interfaces as only p1p2 configured, no rename4, this means
that booting is slowed down because Ubuntu waits for p1p2 to "appear"
but it won't happen as udev decide on a different naming. And once
finally booted, ifconfig only reports the loopback interface, of course
rename4 is not configured. Now after a power cycle or simply a reboot,
sometimes udev switch back to the expected network naming so p1p2.

As a work around I had declared both p1p2 and rename4 in my interfaces
configuration file, using the same settings for both. I had to duplicate
the firewall rules so that they could be applied to either interfaces.
The problem is that it is slowing the boot process (it is waiting 60
seconds to try to configure all network interfaces) and obviously I am
ending up with either p1p2 or rename4 but not both, so each boot I have
to wait.

I discarded the work around and only have p1p2 configured now and I am
rebooting the machine when rename4 is "selected" by udev (rebooting
until I get p1p2).

Note: it is possible that the problem was present since the beginning,
but I almost did not reboot the system between the installation and the
kernel update last Friday, so I cannot tell for sure if this was not
existing already. Furthermore, I have tried also kernel 3.14-rc3 and I
also have the problem. Finally, /var/log/dpkg.log does not report any
udev update since initial installation.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: udev 204-5ubuntu11
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
Date: Mon Feb 24 09:58:57 2014
InstallationDate: Installed on 2014-02-09 (14 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Alpha amd64 
(20140208)
MachineType: HP ProLiant MicroServer
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=screen
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=d06b8dd1-fc10-45c9-a04b-3a303d8ccf58 ro rootflags=subvol=@ nomdmonddf 
nomdmonisw
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/29/2011
dmi.bios.vendor: HP
dmi.bios.version: O41
dmi.chassis.type: 7
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrO41:bd07/29/2011:svnHP:pnProLiantMicroServer:pvr:cvnHP:ct7:cvr:
dmi.product.name: ProLiant MicroServer
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug network trusty udev

** Attachment added: "Extract from dmesg and syslog when udev rename p1p2 to 
rename4"
   
https://bugs.launchpad.net/bugs/1284043/+attachment/3994085/+files/system-logs.tar.bz2

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1265402] Re: Unity calls mapdevfs with wrong number of args on btrfs raid1

2014-02-09 Thread Huygens
Actually my "patch" did not work :-( I got in rescue mode while
rebooting...

I think I will create dedicated "/boot" partition on top of MD instead
of using Btrfs. This is quite disappointing! I wanted Btrfs because of
its checksum+RAID combination. I will have to rely on plain "old"
MD+ext4...

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

Title:
  Unity calls mapdevfs with wrong number of args on btrfs raid1

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

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


[Bug 1265402] Re: Unity calls mapdevfs with wrong number of args on btrfs raid1

2014-02-09 Thread Huygens
"My bug" is related to that one, so I am adding the information as
comment rather than creating a new one. However, if you think it is
"enough different" let me know and I will create a separate bug.

I wanted to install Ubuntu Server on a system with 3 disks using Btrfs in 
RAID5. My first attempt was with Ubuntu 12.04.4 LTS but the btrfs tools shipped 
with it do not support RAID5. So I decided to go with Ubuntu Trusty Thar Alpha 
2 (build from the 2014-02-08) and try my luck with it. This release of Ubuntu 
Server supports Btrfs in RAID5 although the installer does not. So during the 
"partitionning" phase I switched to another terminal to create the Btrfs 
filesystem in RAID5.
All was set-up correctly and the rest of the installation process was 
successfully done (in the log and as far as I can tell on the FS itself, all 
required files and configuration have been created). The problem is that the 
step to install Grub failed miserably with the same error as reported initially 
in this bug report.

I can provide some insight why this fails. Lines 295-314 from grub-
installer (not grub-install, but the one used during installation). This
script tries to find the root and boot mount point and the filesystem
type of /boot. The problem of the functions findfs and findfstype in the
case of RAID (in redundant mode, so RAID1,5,6,10 at least for Btrfs) is
that they will find on all my 3 devices (sda, sdb and sdc) a /boot
partition! So when a few lines later the script calls mapdevfs and use
the $rootfs and $bootfs parameters, instead of showing /dev/sda2 (in my
case) it has /dev/sda2 /dev/sdb2 /dev/sdc3, and obviously mapdevfs
complains to support the 3 devices given as parameters.

When debuging the script grub-installer (using the "set +x" option), I have 
found out that the following command returns:
# chroot /target grub-probe -t device /boot
/dev/sda2
/dev/sdb2
/dev/sdc2

Which is then not foreseen for the rest of the scripts. I wrote an ugly patch 
which works for me, I changed the lines 295-296 to
rootfs=$(findfs / | head -n1)
bootfs=$(findfs /boot | head -n1)

I then ran the following command:
grub-installer /target/ /dev/sda

So given the current script, it is not possible to install Ubuntu with a /boot 
partition using Btrfs configured with a redundant "RAID"disk (aka as of today 
RAID1,5,6,10).
Note: this was only tested with RAID5, but obviously the other RAID 
configuration will be affected the same.

Note: However, the script was too complex to be read in a text console
to be able to correct it so that I could install on each HDD grub.
Because now only /dev/sda has grub, but if it fails my system is unable
to boot in degraded mode because I do not have a bootloader on sdb or
sdc. I was thinking that grub-installer second parameter was the
destination device. But when trying to patch the rootfs and bootfs to
get sdb2, and use sdb instead of sda for grub-installer, I saw in the
log that it still installed Grub in sda :-(

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

Title:
  Unity calls mapdevfs with wrong number of args on btrfs raid1

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

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


[Bug 1011867] Re: HugeTLB EACCES Permission Denied

2013-02-28 Thread Huygens
Sorry problem solved by setting

  /SYSV** rw,

(with 2 ** instead of 1 *)

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

Title:
  HugeTLB EACCES Permission Denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1011867/+subscriptions

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


[Bug 1011867] Re: HugeTLB EACCES Permission Denied

2013-02-28 Thread Huygens
Hi Clint,

I have installed MySQL from Ubuntu official repos.

I have set the hugepages configuration for the kernel as described in
https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt

And I have set the hugepages configuration for MySQL as described
https://dev.mysql.com/doc/refman/5.5/en/large-page-support.html

I have added this to /etc/apparmor.d/local/usr.sbin.mysqld (note that it
is the "local" profile not the one you mentionned)

  capability ipc_lock,  
  /SYSV* rw,

I have then reloaded apparmor profiles (using service apparmor reload).
Then I have restarted mysql. But I still get the denied permission from
AppArmor.

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

Title:
  HugeTLB EACCES Permission Denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1011867/+subscriptions

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


[Bug 835323] Re: kernel panic when safely removing external USB HD

2011-10-06 Thread Huygens
*** This bug is a duplicate of bug 844957 ***
https://bugs.launchpad.net/bugs/844957

** This bug has been marked a duplicate of bug 844957
   Safely removing external (usb) hdd's can cause a kernel panic or system 
freeze

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

Title:
  kernel panic when safely removing external USB HD

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

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


[Bug 542731] Re: [gm45] Xorg crash - Failed to submit batchbuffer: No space left on device

2011-07-03 Thread Huygens
However there is no "upgrade" so to speak for LTS. I'm still using
Ubuntu 10.04 and I don't plan on upgrading before the next LTS.

And as far as I know the issue is not fix for the LTS. So I would
disagree that this bug is marked as Fix Released, it was only partially
released to a few of the supported Ubuntu OS.

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

Title:
  [gm45] Xorg crash - Failed to submit batchbuffer: No space left on
  device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/542731/+subscriptions

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


[Bug 773776] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: サブプロセス インストール済みの post-installation
  スクリプト はエラー終了ステータス 1 を返しました

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

[Bug 773875] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: el subproceso instalado el script post-installation devolvió el código de salida de er

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: el subproceso instalado el script post-
  installation devolvió el código de salida de error 1

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

[Bug 773919] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: Unterprozess installiertes post-
  installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 773954] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 774063] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772866] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773148] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  возвратил код ошибки 1

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

[Bug 773490] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: underproces installerede post-installation-script returnerede afslutningsstatus 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: underproces installerede post-
  installation-script returnerede afslutningsstatus 1

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


[Bug 773559] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773563] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773575] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773588] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773603] Re: package samba4 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 773614] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773651] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773677] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773692] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: Unterprozess installiertes post-
  installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 773695] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773699] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773713] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773742] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773793] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773795] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773800] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773808] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773837] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773859] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773883] Re: package samba4 not installed failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4  not installed  failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 773905] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773911] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 774022] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 774032] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 774041] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: le sous-processus script post-
  installation installé a retourné une erreur de sortie d'état 1

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

[Bug 774101] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 774118] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: le sous-processus script post-
  installation installé a retourné une erreur de sortie d'état 1

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

[Bug 774132] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: le sous-processus script post-
  installation installé a retourné une erreur de sortie d'état 1

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

[Bug 774183] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 774205] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Huygens
*** This bug is a duplicate of bug 728864 ***
https://bugs.launchpad.net/bugs/728864

** This bug has been marked a duplicate of bug 728864
   did not find base dn during startup
 * You can subscribe to bug 728864 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728864/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 773070] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: el subproceso instalado el script post-installation devolvió el código de salida de er

2011-04-29 Thread Huygens
*** This bug is a duplicate of bug 728840 ***
https://bugs.launchpad.net/bugs/728840

** This bug has been marked a duplicate of bug 728840
   upgradeprovision crashed with LdbError in connect(): (80, 'Failed to load 
modules from: /usr/lib/samba/ldb\n')
 * You can subscribe to bug 728840 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728840/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: el subproceso instalado el script post-
  installation devolvió el código de salida de error 1

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

[Bug 773467] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2011-04-29 Thread Huygens
*** This bug is a duplicate of bug 728840 ***
https://bugs.launchpad.net/bugs/728840

** This bug has been marked a duplicate of bug 728840
   upgradeprovision crashed with LdbError in connect(): (80, 'Failed to load 
modules from: /usr/lib/samba/ldb\n')
 * You can subscribe to bug 728840 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/728840/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

[Bug 771622] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

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


[Bug 772551] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: Unterprozess installiertes post-
  installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 772569] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: Unterprozess installiertes post-
  installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 772593] Re: package samba4 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 772596] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: le sous-processus script post-
  installation installé a retourné une erreur de sortie d'état 1

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

[Bug 772626] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

[Bug 772694] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772707] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772712] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: podproces instalovaný post-installation skript vrátil chybový status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: podproces instalovaný post-installation
  skript vrátil chybový status 1

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

[Bug 772713] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772744] Re: samba4 failed while upgrading to ubuntu 11.04

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  samba4 failed while upgrading to ubuntu 11.04

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


[Bug 772756] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

** This bug is no longer a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
** This bug has been marked a duplicate of bug 732071
   samba4: unable to find ldb modules
 * You can subscribe to bug 732071 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/732071/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772626] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

[Bug 772694] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772707] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772712] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: podproces instalovaný post-installation skript vrátil chybový status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: podproces instalovaný post-installation
  skript vrátil chybový status 1

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

[Bug 772713] Re: package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

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

Title:
  package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 772744] Re: samba4 failed while upgrading to ubuntu 11.04

2011-04-28 Thread Huygens
*** This bug is a duplicate of bug 732071 ***
https://bugs.launchpad.net/bugs/732071

** This bug has been marked a duplicate of bug 771622
   package samba4 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1 failed to 
install/upgrade: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
 * You can subscribe to bug 771622 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/771622/+subscribe

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

Title:
  samba4 failed while upgrading to ubuntu 11.04

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


[Bug 542731] Re: [gm45] Xorg crash - Failed to submit batchbuffer: No space left on device

2011-03-15 Thread Huygens
I just got affected by this bug.
I had Firefox, Rythmbox and LibreOffice Writer open. Firefox was "idle" (I was 
not using it directly but there is my gmail, twitter, etc. web apps). Rythmbox 
was "idle" (a song was playing, but I was not interacting with it). However, I 
was using heavily Writer. I have just finished the document, saved it and 
exported it as PDF using the toolbar shortcut. It started processing and then 
suddenly I got a blank screen and I was back after a couple of seconds to my X 
login screen.
I've check the log, so far I have found this:


Xorg.0.log.old :
(II) intel(0): Allocate new frame buffer 2960x1050 stride 3072
(II) XKB: reuse xkmfile 
/var/lib/xkb/server-226DBCF313A12D52F144FCF6D1EADA405AE9F409.xkm
Fatal server error:
Failed to submit batchbuffer: No space left on device
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.


messages:
Mar 15 22:56:50 laki-laptop pulseaudio[4438]: pid.c: Stale PID file, 
overwriting.
Mar 15 22:56:50 laki-laptop pulseaudio[4438]: main.c: Unable to contact D-Bus: 
org.freedesktop.DBus.Error.NoServer: Failed to connect to socket 
/tmp/dbus-HEPi1S0Hun: Connection refused
Mar 15 22:56:55 laki-laptop bonobo-activation-server (my-login-4487): could not 
associate with desktop session: Failed to connect to socket 
/tmp/dbus-HEPi1S0Hun: Connection refused


daemon.log:
Mar 15 22:56:50 laki-laptop acpid: client connected from 4442[0:0]
Mar 15 22:56:50 laki-laptop acpid: 1 client rule loaded
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: Gtk-WARNING: 
/build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:5636: widget not within a GtkWindow
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: WARNING: Unable to lookup 
user name christophe: Success
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: WARNING: Unable to lookup 
user name chr: Success
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: WARNING: Unable to parse 
history: (null)   4#012
Mar 15 22:56:57 laki-laptop gdm-session-worker[4479]: GLib-GObject-CRITICAL: 
g_value_get_boolean: assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed
Mar 15 22:57:00 laki-laptop gdm-session-worker[4479]: pam_sm_authenticate: 
Called


syslog:
Mar 15 22:56:49 laki-laptop kernel: [ 6761.706285] [drm:i915_gem_do_execbuffer] 
*ERROR* Failed to pin buffer 2 of 3, total 140808192 bytes: -28
Mar 15 22:56:49 laki-laptop kernel: [ 6761.706289] [drm:i915_gem_do_execbuffer] 
*ERROR* 1724 objects [7 pinned], 370638848 object bytes [23994368 pinned], 
23994368/23
4881024 gtt bytes
Mar 15 22:56:50 laki-laptop acpid: client connected from 4442[0:0]
Mar 15 22:56:50 laki-laptop acpid: 1 client rule loaded
Mar 15 22:56:50 laki-laptop pulseaudio[4438]: pid.c: Stale PID file, 
overwriting.
Mar 15 22:56:50 laki-laptop pulseaudio[4438]: main.c: Unable to contact D-Bus: 
org.freedesktop.DBus.Error.NoServer: Failed to connect to socket 
/tmp/dbus-HEPi1S0Hun: Connection refused
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: Gtk-WARNING: 
/build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c:5636: widget not within a GtkWindow
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: WARNING: Unable to lookup 
user name christophe: Success
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: WARNING: Unable to lookup 
user name chr: Success
Mar 15 22:56:53 laki-laptop gdm-simple-greeter[4478]: WARNING: Unable to parse 
history: (null)   4#012
Mar 15 22:56:55 laki-laptop bonobo-activation-server (my-login-4487): could not 
associate with desktop session: Failed to connect to socket 
/tmp/dbus-HEPi1S0Hun: Connection refused
Mar 15 22:56:57 laki-laptop gdm-session-worker[4479]: GLib-GObject-CRITICAL: 
g_value_get_boolean: assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed
Mar 15 22:57:00 laki-laptop gdm-session-worker[4479]: pam_sm_authenticate: 
Called
Mar 15 22:57:00 laki-laptop gdm-session-worker[4479]: pam_sm_authenticate: 
username = [my-login]


For information, I have Ubuntu 10.04 LTS 64bit with latest package. I have 
customised it a bit: LibreOffice instead of OpenOffice, Firefox 4 installed 
manually (in my HOME folder) and I use i915.powersave=0 because else I'm 
affected by bug #538648

I have a Lenovo T500 ThinkPad laptop with a Core 2 Duo P8400 and a GM45
video card (Intel GMA X4500HD).

I've been using Lucid since it's out on this laptop, and it's the very
first time this problem occurs.

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

Title:
  [gm45] Xorg crash - Failed to submit batchbuffer: No space left on
  device

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


[Bug 662946] Re: linux kernel 2.6.35 slows down the whole system because of kslowdxxx processes

2010-12-19 Thread Huygens
The system does freeze less with latest kernel, but the kslowd*** are
still using unnecessary CPU time. It's consuming an average of 1.6% of
the CPU (over a ~20h period).

I have an old Sempron 2800+ (64bit) with and old ATI Radeon 9600XT (no
not HD, just plain ol' radeon on AGP port!!).

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

Title:
  linux kernel 2.6.35 slows down the whole system because of kslowdxxx processes

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


[Bug 392204] Re: Huge CPU usage by mount.ntfs process

2010-12-10 Thread Huygens
Thanks Alexander!
Your solution improved a lot my situation. I was able to move the directory 
now. Will do some more test and see if it solves every problems or not.

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

Title:
  Huge CPU usage by mount.ntfs process

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


[Bug 392204] Re: Huge CPU usage by mount.ntfs process

2010-12-10 Thread Huygens
Using Lucid with ntfs-3g 2010.3.6.

Today, I tried to move an Eclipse workspace (2.1 GB and about 20,000 files), it 
moved 990 MB and has still to move 11,630 files but it is really hanged!!! It 
does do anything any more. I just have 100% of the CPU (one whole core) 
consumed by the ntfs-3g process and the second core is in IO Wait... and that's 
about 8 minutes that this did not change!!!
Here is the top:

top - 11:49:01 up 17 min,  2 users,  load average: 2.34, 2.29, 1.62
Tasks: 205 total,   4 running, 201 sleeping,   0 stopped,   0 zombie
Cpu(s): 51.3%us,  0.8%sy,  1.2%ni,  0.0%id, 46.7%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   3952176k total,  3889556k used,62620k free,   787448k buffers
Swap:  4188200k total,  176k used,  4188024k free,  1193356k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

 2456 root  20   0 20120 6112  764 R  100  0.2   9:42.46 mount.ntfs 



This bug has to be corrected for Lucid and all supported Ubuntu platform. It's 
a long standing and critical bug. (yes I'm in a bad mood, sorry for that but 
that's more than a year that I have the problem!! see comment #7)

My scenario was: from NTFS to ext4, moving 2.1 GB of data (Java
workspace).

Here is the ntfs-3g version:
ntfs-3g 2010.3.6 external FUSE 28 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off

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

Title:
  Huge CPU usage by mount.ntfs process

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


[Bug 458453] Re: beam.smp uses lots of CPU on desktopcouch contacts lookup

2010-11-22 Thread Huygens
It just state that this bug won't be fix by the Gwibber team. It's not
stating that this bug won't be fixed at all :-)

-- 
beam.smp uses lots of CPU on desktopcouch contacts lookup
https://bugs.launchpad.net/bugs/458453
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 531376] Re: Eclipse crashes in libpango (karmic)

2010-11-05 Thread Huygens
OK, thanks Jean-Baptiste

-- 
Eclipse crashes in libpango (karmic)
https://bugs.launchpad.net/bugs/531376
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 587097] Re: Proxy auto-config (PAC) not usable by some applications

2010-11-04 Thread Huygens
** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => New

-- 
Proxy auto-config (PAC) not usable by some applications
https://bugs.launchpad.net/bugs/587097
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 587097] Re: Proxy auto-config (PAC) not usable by some applications

2010-11-04 Thread Huygens
Same same and no differences on Ubuntu 10.10 :-(

On Ubuntu 10.10
With manual configuration: weather-applet and Firefox work, Empathy and Pidgin 
do not work (this is a regression for Pidgin)
With automatic configuration: only Firefox works, weather-applet, Empathy and 
Pidgin do not work!

Exactly similar to Ubuntu 10.04

Note: for Empathy and Pidgin tests I've used a jabber account (actually
google talk).

-- 
Proxy auto-config (PAC) not usable by some applications
https://bugs.launchpad.net/bugs/587097
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 433827] Re: Regression: "Automatic proxy configuration" + gnome-terminal now breaks apt-get, curl, wget...

2010-11-04 Thread Huygens
I don't know if my problem is similar or not, but here are the details:

I'm using Ubuntu 10.04 LTS with latest updates.

At work, we use a proxy and we have an automatic script for that. This
is handy so when I'm home, it does not find the script and no proxy is
configured which is what I want.

Anyway, I performed the above steps described in this bug report: configuration 
automatic proxy, applying it system wide, launching gnome-terminal and echoing 
$http_proxy or even $HTTP_PROXY.
The result is that none of the env variables are defined!

So many applications are broken: weather applet, wget, Update Manager,
Ubuntu Software Centre, Eclipse, etc. actually it's easier to give the
list of application working with this: Firefox and Chromium.

So this bug is critical in my opinion! Or maybe the new bug that I would
need to open if it is not directly related. ;-)

-- 
Regression: "Automatic proxy configuration" + gnome-terminal now breaks 
apt-get, curl, wget...
https://bugs.launchpad.net/bugs/433827
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 587097] Re: Proxy auto-config (PAC) not usable by some applications

2010-11-04 Thread Huygens
I can test it on Maverick, if you like, but I'm on Ubuntu 10.04 LTS and do not 
wish to upgrade for awhile (that the purpose of an LTS) as I'm using it for 
work.
So I can make the test, but then a fix is required to be backported to 10.04 
and I would suggest to any supported Ubuntu release already out and having the 
bug.

-- 
Proxy auto-config (PAC) not usable by some applications
https://bugs.launchpad.net/bugs/587097
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 153301] Re: weather applet won't use automatic-proxy-configuration

2010-11-04 Thread Huygens
Same thing as with Olivier, the applet is no more using the Automatic
proxy settings, or perhaps the Gnome Proxy Settings are broken because
most application do not see the proxy configuration when using it in
automatic mode. I say most because the only exception that do work are
Firefox and Chromium, all other apps are broken :-(

Using Ubuntu 10.04 64bit with latest updates.

-- 
weather applet won't use automatic-proxy-configuration
https://bugs.launchpad.net/bugs/153301
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 531376] Re: Eclipse crashes in libpango (karmic)

2010-10-29 Thread Huygens
I have Eclipse 3.5.2-2ubuntu4.2 installed on Ubuntu 10.04 LTS with SUN
Java 6.22-0ubuntu1~10.04 both are from Lucid repositories.

When I do a full clean and build of my application, it starts and is working. 
Then if I make a small code modification and restart the application (there is 
Eclipse autobuild) I get again the Pango problem...
Pango:ERROR:/build/buildd/pango1.0-1.28.0/pango/pango-layout.c:3739:pango_layout_check_lines:
 assertion failed: (!layout->log_attrs)

This does not seems to be properly corrected.

Note, I get also the problem with the Eclipse Helios 3.6 version from
Eclipse web site. Same behaviour. After a full clean and build, it is
working. But a tiny change, build and launch breaks it again.

So I have to reopen this bug report. It is not corrected in Eclipse for
Lucid 3.5.2-2 neither in the upstream Eclipse 3.6.

** Tags added: lucid

-- 
Eclipse crashes in libpango (karmic)
https://bugs.launchpad.net/bugs/531376
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 531376] Re: Eclipse crashes in libpango (karmic)

2010-10-29 Thread Huygens
OK, sorry about my previous comment, discard it please.
I did a full clean and build and it is working. I probably had some part 
compiled by an earlier release of Eclipse which was not corrected.
So now that everything is clean, I don't reproduce the problem.

-- 
Eclipse crashes in libpango (karmic)
https://bugs.launchpad.net/bugs/531376
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 531376] Re: Eclipse crashes in libpango (karmic)

2010-10-29 Thread Huygens
Did you push the correction upstream? Because i'm using Eclipse Helios
3.6.1 from Eclipse web site and I still encounter the problem. I'm using
Ubuntu 10.04 with latest updates and Sun Java 6 from the repo.

-- 
Eclipse crashes in libpango (karmic)
https://bugs.launchpad.net/bugs/531376
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 538648] Re: [Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk)

2010-10-10 Thread Huygens
Weird, I had removed the i915.powersave=0 and for a long time now (maybe a 
month) I had almost no flickering (could count them on one hand).
However, today is hell. It is flickering every 3-4 minutes or so...
I've check back the history of recently installed software, and I only have 
Chromium and FF nightly + tzdata + gwibber updated, so all unrelated to the 
Video system...
Do you know when a fixed version of the video driver will be available for 
Lucid?

PS: while waiting, I will add again the kernel parameter workaround.

-- 
[Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk)
https://bugs.launchpad.net/bugs/538648
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 529524] Re: Impossible to activate the new firewire kernel stack on Karmic or Lucid

2010-08-26 Thread Huygens
Sorry, I do not manage to find time for these tests... I cannot give any
date as of now, but I hope that with a month or two, I will be able to
test it.

-- 
Impossible to activate the new firewire kernel stack on Karmic or Lucid
https://bugs.launchpad.net/bugs/529524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   >