[Bug 50093] Re: Some sysctl's are ignored on boot

2012-05-20 Thread Doka
It seems to me it is a Debian Squeeze bug, see for example here, also
for a workaround:

http://wiki.debian.org/BridgeNetworkConnections

Strange enough...

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

Title:
  Some sysctl's are ignored on boot

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

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


[Bug 312336] Re: Pound unable to start after reboot - Cannot create path for poundctl.socket

2012-03-11 Thread Doka
I confirm this bug on Oneiric server, 64 bit. The patch above helps.

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

Title:
  Pound unable to start after reboot - Cannot create path for
  poundctl.socket

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

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


[Bug 821428] Re: git-gui fails to run in unity environment

2011-09-17 Thread Doka
How can I install the required Qt4 libraries?

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

Title:
  git-gui fails to run in unity environment

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

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


[Bug 378639] Re: firstlogin script can't be executed because the permission of /root directory is 0700 in the virtual machine created by python-vm-builder

2009-11-22 Thread Doka
You can circumvent this bug by running on the virtual machine this command:
sudo /root/firstlogin.sh

-- 
firstlogin script can't be executed because the permission of /root directory 
is 0700 in the virtual machine created by python-vm-builder 
https://bugs.launchpad.net/bugs/378639
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 391001] Re: vmbuilder fails when specifying numeric values in config file

2009-11-22 Thread Doka
Any dependency to this bug?

https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/303882

-- 
vmbuilder fails when specifying numeric values in config file
https://bugs.launchpad.net/bugs/391001
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 486629] [NEW] destination parameter not working from config file

2009-11-22 Thread Doka
Public bug reported:

If I put the --destination (-d) parameter in the config file, then it is
ignored by vmbuilder. If I put the same command to the command line, it
works. Destination parameter should be effective from config file, as
well.

Having "d = /var/vm-pool/d6" in vm.cfg does not work with this command:
sudo vmbuilder kvm ubuntu -c vm.cfg. I've also tried with "destination =
/var/vm-pool/d6" or "dest = /var/vm-pool/drupal"

Having it in the command line works: sudo vmbuilder kvm ubuntu -c vm.cfg
-d /var/vmpool/drupal

I have Karmic Koala and vmbuilder 0.11.3-0ubuntu1

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
destination parameter not working from config file
https://bugs.launchpad.net/bugs/486629
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 468146] [NEW] wrong network interface name after cloning VMs

2009-11-01 Thread Doka
Public bug reported:

Binary package hint: udev

A cloned Ubuntu server will be assigned a different set of network
interface names, and unless you manually change the names in the
appropriate config file (i.e. /etc/udev/rules.d/70-persistent-net.rules,
or /etc/iftab) and reboot, the cloned machine will be unable to connect
to the network.

Suspect at Ubuntu Forum
(http://ubuntuforums.org/archive/index.php/t-1045715.html) is that the
copied disk (/machine) already has a udev rule for eth0, with the MAC
address of the original nic. The new machine's nic has a new nic with a
different MAC, so udev rule generator adds a new line with eth1 for the
new MAC, and consequently the nic will come up as eth1, even though
"eth0" (the original MAC) is no longer present in the system. The 'old'
eth0 rule should be deleted as the nic with the old MAC is no longer
present in the system.

This error is lasting from Ubuntu 7.10 to 9.10, and pops up in every
hypervisor from vmware to KVM. See also http://www.mail-archive.com
/debian-bugs-clo...@lists.debian.org/msg136139.html

Workaround is to edit /etc/interfaces to use the new device name in the
cloned machine.

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

-- 
wrong network interface name after cloning VMs
https://bugs.launchpad.net/bugs/468146
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 371187] Re: clean URL not enabled

2009-10-25 Thread Doka
Please apply "a2enmod rewrite", the rest (change in .htaccess) can be
done as a Drupal admin.

-- 
clean URL not enabled
https://bugs.launchpad.net/bugs/371187
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 371187] [NEW] clean URL not enabled

2009-05-03 Thread Doka
Public bug reported:

Binary package hint: drupal6

In order to enable the clean URL feature in Drupal, please change one line in 
/etc/drupal/6/htaccess and add the rewrite module of Apache2 somewhere to the 
install script of drupal6:
a2enmod rewrite

The line 97 of /etc/drupal/6/htaccess should be changed from this one:
# RewriteBase /drupal
to this:
  RewriteBase /drupal6

Otherwise the clean URL feature does not work. I'm using 9.04 with
drupal6 (6.10-1)

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

-- 
clean URL not enabled
https://bugs.launchpad.net/bugs/371187
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