An openssh developer has helped to debug the issue and found out the
issue is not openssh 5.3p1 caused but the libedit version 2.11. Please
fix the problem.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs
Hi,
nowadays I'm using Ubuntu 12.04 LTS and I'm not using likewise-open. Currently
I use winbind to add my systems as AD memebers and it's working fine.
I think you can close this bug.
If you prefer to perform some tests with likewise-open on Ubuntu 12.04,
tell me.
Thanks.
--
You received t
Thanks for following this up. The same questions come up though. Is this
problem fixed in the latest upstream libedit? If not, it should be taken
upstream for a fix. If it is fixed in the latest upstream, then we need
to figure out which release it was fixed in, and then make sure Ubuntu
will relea
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: likewise-open (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open in Ubuntu.
https://bugs.launchpad
It works!
Email address
[]
Password
[]
Thanks.
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to w3m in Ubuntu.
https://bugs.
I'm assuming this bug is in the irqbalance, and not the kernel?
But have we tried one of the newer point releases (like 12.04.2 LTS)
which is based on the Q HWE kernel?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance in Ubun
I am running into the same problem. It only seems to occur with Windows
2008 instances. I am running nova-network 2012.2.4 with flatdhcp, but I
have seen the same thing with earlier versions of nova-net.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which i
** Changed in: nova
Status: In Progress => Triaged
** Changed in: nova
Assignee: Michael Still (mikalstill) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/832
This bug was fixed in the package tftp-hpa - 5.2-7ubuntu3
---
tftp-hpa (5.2-7ubuntu3) saucy; urgency=low
* Default to listening on both IPv4 and IPv6. (LP: #1228340)
-- Stephane GraberFri, 20 Sep 2013 14:40:13 -0500
** Changed in: tftp-hpa (Ubuntu)
Status: New => Fix Re
Hi Brian,
not formally yet as I wanted to write that down here as comments with
results. Need to see how much effort it will be to leverage some or more
of the regression testing that xen upstram does on the git repos. But
since I am travelling right now it will get delayed till next week.
--
Yo
This bug was fixed in the package qemu - 1.5.0+dfsg-3ubuntu4
---
qemu (1.5.0+dfsg-3ubuntu4) saucy; urgency=low
* Re-introduce snippet in upstart job to load kvm modules if needed.
(LP: #1218459)
-- Serge HallynMon, 16 Sep 2013 22:43:52 +
** Changed in: qemu (Ubuntu)
** Changed in: nova
Milestone: havana-rc1 => icehouse-1
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/832507
Title:
console.log grows indefinitely
To manage notifications about t
Public bug reported:
The /etc/init/tftpd-hpa.conf job passes --address 0.0.0.0:69 by default,
which means in.tftpd is only listening on IPv4. The default should be
fixed to use both IPv4 and IPv6 by default.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: tftpd-hpa 5.2-7ubuntu2
ProcVersion
Fix proposed to branch: master
Review: https://review.openstack.org/47634
** Changed in: nova
Status: Triaged => In Progress
** Changed in: nova
Assignee: (unassigned) => Michael Still (mikalstill)
--
You received this bug notification because you are a member of Ubuntu
Server Team,
** Changed in: nova
Assignee: Michael Still (mikalstill) => (unassigned)
** Changed in: nova
Status: In Progress => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/832
Public bug reported:
nova-compute does not require the sysfsutils package but it needs the
systool command in order to attach volumes to an instance.
The package is currently in "Suggests:" but it really should be in
"Depends:" as it is a more critical need as cinder's role grows.
2013-09-20 1
** Summary changed:
- FFE 13.10: ubuntucloud lxc and kvm tools
+ FFE 13.10: uvtool lxc and kvm tools
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1218508
Title:
FFE 13.10: uvtool lx
** Branch linked: lp:cloud-init
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1218506
Title:
[FFE] Add disk formating support for Cloud-init
To manage notifications about this
My issue is the timezone changing on my Win2k8 instances. When an
instance boots up, it is on UTC. It gets a DHCP lease in this timezone.
After a few minutes, the timezone is then changed to PDT and the time
Windows thinks it obtained the lease gets screwed up (~136 years in the
past). DHCP then gi
This bug was fixed in the package cloud-init - 0.7.3~bzr871-0ubuntu1
---
cloud-init (0.7.3~bzr871-0ubuntu1) saucy; urgency=low
* New upstream snapshot.
* add 'disk_setup' config module for partitioning disks and
creating filesystems. (LP: #1218506)
-- Scott MoserFri,
Public bug reported:
It is possible for smbd and nmbd to start up before their respective apparmor
profiles are loaded. This can be fixed by adding a
/lib/init/apparmor-profile-load $daemon_location to the pre-start script of the
smbd and nmbd upstart init configuration files.
** Affects: samb
Ignore the previous two patch comments, I will attach the patches to
this bug.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1228485
Title:
smbd and nmbd can start up before their re
Diff for smbd:
diff --git a/etc/init/smbd.conf b/etc/init/smbd.conf
index 3e85ea4..cdb077c 100644
--- a/init/smbd.conf
+++ b/init/smbd.conf
@@ -14,6 +14,7 @@ pre-start script
[ "$RUN_MODE" = inetd ] && { stop; exit 0; }
install -o root -g root -m 755 -d /var/run/samba
+ /li
Diff for nmbd:
diff --git a/etc/init/nmbd.conf b/etc/init/nmbd.conf
index 908c284..8aa4ffb 100644
--- a/init/nmbd.conf
+++ b/init/nmbd.conf
@@ -11,6 +11,7 @@ pre-start script
[ -f /etc/samba/smb.conf ] || { stop; exit 0; }
install -o root -g root -m 755 -d /var/run/samba
+ /
** Patch added: "nmbd.conf.diff"
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1228485/+attachment/3832773/+files/nmbd.conf.diff
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs
** Patch added: "smbd.conf.diff"
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1228485/+attachment/3832772/+files/smbd.conf.diff
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs
[Expired for mysql-5.5 (Ubuntu) because there has been no activity for
60 days.]
** Changed in: mysql-5.5 (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.5 in Ubuntu.
https://bugs.l
The attachment "smbd.conf.diff" seems to be a patch. If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray,
[Expired for iscsitarget (Ubuntu) because there has been no activity for
60 days.]
** Changed in: iscsitarget (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iscsitarget in Ubuntu.
https://
Public bug reported:
Due to the following commit the websockify package needs to be updated
to 0.5.1
https://github.com/openstack/nova/commit/3eb67b811ae2442bd86781d9f1c4078a982cfe84
Here is the error from the command line because the service just fails
to start.
# nova-novncproxy
Traceback (m
30 matches
Mail list logo