[Bug 1643558] Re: bnx2x driver crash

2018-10-11 Thread Jeffrey Zhang
has the same issue.

my env is:

centos7.5 + BCM57800,

i am using openshift + vxlan, when a vxlan packet is sent to the node,
node is restarted automatically.

I also test the latest kernel (4.18.12), which still have the same
issue.

i also tried to disable tso/gso/gro/tx-udp_tnl-segmentation/rx-
udp_tunnel-port-offload/tx-udp_csum-segmentation, still do not work.

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

Title:
  bnx2x driver crash

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

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

[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Jeffrey Zhang
I found the root cause in my environment.

I use libvirt in LXC. And the lxc doesn't enable the cgroup w/ read and
write permission. I add/change the config file with following line.

lxc.aa_profile = lxc-container-default-with-nesting

And install `cgroup-lite` in lxc guest. The libvirt works with CPU
affinity.

-- 
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/1439280

Title:
  Libvirt CPU affinity error

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-11 Thread Jeffrey Zhang
I found the root cause in my environment.

I use libvirt in LXC. And the lxc doesn't enable the cgroup w/ read and
write permission. I add/change the config file with following line.

lxc.aa_profile = lxc-container-default-with-nesting

And install `cgroup-lite` in lxc guest. The libvirt works with CPU
affinity.

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-07 Thread Jeffrey Zhang
@Tony
Yes. You are right. I am sorry that I make a wrong file diff.  I hide my last 
comment, and paste a correct one. 

I meet this issue too. After applied following patch, it works. I think
in the ubuntu, the libvirt (1.2.12, from cloud-archive) doesn't support
numa.

diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
index 98a4537..4d573e1 100644
--- a/nova/virt/libvirt/driver.py
+++ b/nova/virt/libvirt/driver.py
@@ -355,7 +355,7 @@ REQ_HYPERVISOR_DISCARD = QEMU
 # to pin guest nodes to host nodes, so mandate that. Without
 # this the scheduler cannot make guaranteed decisions, as the
 # guest placement may not match what was requested
-MIN_LIBVIRT_NUMA_VERSION = (1, 2, 7)
+MIN_LIBVIRT_NUMA_VERSION = (1, 2, 99)
 # While earlier versions could support hugepage backed
 # guests, not until 1.2.8 was there the ability to request
 # a particular huge page size. Without this the scheduler

-- 
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/1439280

Title:
  Libvirt CPU affinity error

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-07 Thread Jeffrey Zhang
@Tony
Yes. You are right. I am sorry that I make a wrong file diff.  I hide my last 
comment, and paste a correct one. 

I meet this issue too. After applied following patch, it works. I think
in the ubuntu, the libvirt (1.2.12, from cloud-archive) doesn't support
numa.

diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
index 98a4537..4d573e1 100644
--- a/nova/virt/libvirt/driver.py
+++ b/nova/virt/libvirt/driver.py
@@ -355,7 +355,7 @@ REQ_HYPERVISOR_DISCARD = QEMU
 # to pin guest nodes to host nodes, so mandate that. Without
 # this the scheduler cannot make guaranteed decisions, as the
 # guest placement may not match what was requested
-MIN_LIBVIRT_NUMA_VERSION = (1, 2, 7)
+MIN_LIBVIRT_NUMA_VERSION = (1, 2, 99)
 # While earlier versions could support hugepage backed
 # guests, not until 1.2.8 was there the ability to request
 # a particular huge page size. Without this the scheduler

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-04 Thread Jeffrey Zhang
I meet this issue too. After applied following patch, it works. I think
in the ubuntu, the libvirt (1.2.12, from cloud-archive) doesn't support
numa.

`
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
index 4e94b60..d3a37e5 100644
--- a/nova/virt/libvirt/driver.py
+++ b/nova/virt/libvirt/driver.py
@@ -346,7 +346,7 @@ MIN_LIBVIRT_BLOCKIO_VERSION = (0, 10, 2)
 MIN_LIBVIRT_BLOCKJOBINFO_VERSION = (1, 1, 1)
 # Relative block commit (feature is detected,
 # this version is only used for messaging)
-MIN_LIBVIRT_BLOCKCOMMIT_RELATIVE_VERSION = (1, 2, 7)
+MIN_LIBVIRT_BLOCKCOMMIT_RELATIVE_VERSION = (1, 2, 99)
 # libvirt discard feature
 MIN_LIBVIRT_DISCARD_VERSION = (1, 0, 6)
 MIN_QEMU_DISCARD_VERSION = (1, 6, 0)

`

-- 
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/1439280

Title:
  Libvirt CPU affinity error

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

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


[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-04 Thread Jeffrey Zhang
I meet this issue too. After applied following patch, it works. I think
in the ubuntu, the libvirt (1.2.12, from cloud-archive) doesn't support
numa.

`
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
index 4e94b60..d3a37e5 100644
--- a/nova/virt/libvirt/driver.py
+++ b/nova/virt/libvirt/driver.py
@@ -346,7 +346,7 @@ MIN_LIBVIRT_BLOCKIO_VERSION = (0, 10, 2)
 MIN_LIBVIRT_BLOCKJOBINFO_VERSION = (1, 1, 1)
 # Relative block commit (feature is detected,
 # this version is only used for messaging)
-MIN_LIBVIRT_BLOCKCOMMIT_RELATIVE_VERSION = (1, 2, 7)
+MIN_LIBVIRT_BLOCKCOMMIT_RELATIVE_VERSION = (1, 2, 99)
 # libvirt discard feature
 MIN_LIBVIRT_DISCARD_VERSION = (1, 0, 6)
 MIN_QEMU_DISCARD_VERSION = (1, 6, 0)

`

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

Title:
  Libvirt CPU affinity error

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

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


[Bug 581796] Re: grub-installer ignores grub2/linux_cmdline_default in preseed

2015-04-28 Thread Jeffrey Zhang
Still no fixed in 14.04

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

Title:
  grub-installer ignores grub2/linux_cmdline_default in preseed

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

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


[Bug 1069113] Re: Dropbox indicator not showing correct status

2012-12-12 Thread Jeffrey Zhang
@pyschok7 - work for me too. Thanks a lot.

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

Title:
  Dropbox indicator not showing correct status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1069113/+subscriptions

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


[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2012-11-01 Thread Jeffrey Zhang
I prefer this feature too. Plz add it or add the option to enable it.

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/733349/+subscriptions

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


[Bug 670982] [NEW] empathy get QQ friend list error

2010-11-04 Thread Jeffrey Zhang
Public bug reported:

Binary package hint: empathy

QQ is a instant message tools used in china.

it occurred  couple days ago.

the friend list was total wrong. it can't show the alias of the friends
and the status is also wrong.

in the empahty-debugger, i found below message:

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic i686
Architecture: i386
Date: Thu Nov  4 23:05:10 2010
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.utf8
SourcePackage: empathy

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
empathy get QQ friend list error
https://bugs.launchpad.net/bugs/670982
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 670982] Re: empathy get QQ friend list error

2010-11-04 Thread Jeffrey Zhang

** Attachment added: empathy-debugger  message of haze(qq)
   
https://bugs.launchpad.net/bugs/670982/+attachment/1722921/+files/empathy-debugger%20message

-- 
empathy get QQ friend list error
https://bugs.launchpad.net/bugs/670982
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


Re: [Bug 663670] Re: empathy doesn't connect to msn - blocked connection

2010-10-21 Thread Jeffrey Zhang
it works for me too. ubuntu 10.10

On Thu, Oct 21, 2010 at 10:18 PM, astroman
663...@bugs.launchpad.netwrote:

 Thx Kakaroto and Dennis Trinh.

 It worked for me too.

 --
 empathy doesn't connect to msn - blocked connection
 https://bugs.launchpad.net/bugs/663670
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in telepathy-butterfly: Unknown
 Status in “papyon” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: empathy

 I'm trying to find a bug that is related to this one, but none of the
 options I found matches. When opening Empathy, and trying to connect to my
 MSN accounts (I have two), Empathy keeps trying to connect, but nothing
 happens. There is no error message (so this is not the classic Network
 error bug that is solved by killing telepathy-butterfly), but the
 connection is not finalized. Checking the debug window, these are the last
 messages for butterfly:

  POST /abservice/abservice.asmx HTTP/1.0
 Content-Length: 1519
 Proxy-Connection: Keep-Alive
 SOAPAction: http://www.msn.com/webservices/AddressBook/ABFindAll
 Host: contacts.msn.com:80
 Accept: text/*
 User-Agent: gnet/0.1 (Linux i686)
 Connection: Keep-Alive
 Cache-Control: no-cache
 Content-Type: text/xml; charset=utf-8
 Accept-Encoding: gzip

 ?xml version='1.0' encoding='utf-8'?soap:Envelope xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderABApplicationHeader
 xmlns=http://www.msn.com/webservices/AddressBook;ApplicationId xmlns=
 http://www.msn.com/webservices/AddressBook;996CDE1E-AA53-4477-B943-2BE802EA6166/ApplicationIdIsMigration
 xmlns=http://www.msn.com/webservices/AddressBook;false/IsMigrationPartnerScenario
 xmlns=http://www.msn.com/webservices/AddressBook;Initial/PartnerScenario/ABApplicationHeaderABAuthHeader
 xmlns=http://www.msn.com/webservices/AddressBook;ManagedGroupRequest
 xmlns=http://www.msn.com/webservices/AddressBook;false/ManagedGroupRequestTicketToken
 xmlns=http://www.msn.com/webservices/AddressBook;t=9xCdFY6ARAad22feO5Sqed4j13RAYGkqdRKTAVZ0QoqR!uqnD2AM8UrgP2wuGwlw5PkavEKGXLq9SS!gomhwcNXVts6RgM!X3aJqqFmCKDWtdwoKwkUA*ZJ4C5xKw!zIx7sa0!L7BY!eY$amp;p=9xjATSClgG2kOi0KVdQNsQFsqqGzwFIWh3rui4kRMCcnftlp8Ctuh1SRVwIxem1A4x7mqjItHZhnuEijWP*NGwmny2ZUicbdSbLcIXyIuu8wBR2xT8!1JihxBU3P1C*jPM373hiDbuGagvBnhVgzIKrsPWYFA*YOLdUDqWNDk9Xi9uW9u8WQPGtJledRTpiUBrEjxr9r62hE*eOlz5*m3Nnw$$/TicketToken/ABAuthHeader/soap:Headersoap:BodyABFindAll
 xmlns=http://www.msn.com/webservices/AddressBook
 abId----/abIdabViewFull/abViewdeltasOnlyfalse/deltasOnlylastChange0001-01-01T00:00:00.000-08:00/lastChange/ABFindAll/soap:Body/soap:Envelope
  POST /abservice/SharingService.asmx HTTP/1.0
 Content-Length: 1606
 Proxy-Connection: Keep-Alive
 SOAPAction: http://www.msn.com/webservices/AddressBook/FindMembership
 Host: contacts.msn.com:80
 Accept: text/*
 User-Agent: gnet/0.1 (Linux i686)
 Connection: Keep-Alive
 Cache-Control: no-cache
 Content-Type: text/xml; charset=utf-8
 Accept-Encoding: gzip

 ?xml version='1.0' encoding='utf-8'?soap:Envelope xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderABApplicationHeader
 xmlns=http://www.msn.com/webservices/AddressBook;ApplicationId xmlns=
 http://www.msn.com/webservices/AddressBook;996CDE1E-AA53-4477-B943-2BE802EA6166/ApplicationIdIsMigration
 xmlns=http://www.msn.com/webservices/AddressBook;false/IsMigrationPartnerScenario
 xmlns=http://www.msn.com/webservices/AddressBook;Initial/PartnerScenario/ABApplicationHeaderABAuthHeader
 xmlns=http://www.msn.com/webservices/AddressBook;ManagedGroupRequest
 xmlns=http://www.msn.com/webservices/AddressBook;false/ManagedGroupRequestTicketToken
 xmlns=http://www.msn.com/webservices/AddressBook;t=9xCdFY6ARAad22feO5Sqed4j13RAYGkqdRKTAVZ0QoqR!uqnD2AM8UrgP2wuGwlw5PkavEKGXLq9SS!gomhwcNXVts6RgM!X3aJqqFmCKDWtdwoKwkUA*ZJ4C5xKw!zIx7sa0!L7BY!eY$amp;p=9xjATSClgG2kOi0KVdQNsQFsqqGzwFIWh3rui4kRMCcnftlp8Ctuh1SRVwIxem1A4x7mqjItHZhnuEijWP*NGwmny2ZUicbdSbLcIXyIuu8wBR2xT8!1JihxBU3P1C*jPM373hiDbuGagvBnhVgzIKrsPWYFA*YOLdUDqWNDk9Xi9uW9u8WQPGtJledRTpiUBrEjxr9r62hE*eOlz5*m3Nnw$$/TicketToken/ABAuthHeader/soap:Headersoap:BodyFindMembership
 xmlns=http://www.msn.com/webservices/AddressBook;serviceFilter xmlns=
 http://www.msn.com/webservices/AddressBook;Types xmlns=
 http://www.msn.com/webservices/AddressBook;ServiceType xmlns=
 http://www.msn.com/webservices/AddressBook
 Messenger/ServiceType/Types/serviceFilter/FindMembership/soap:Body/soap:Envelope

 Received error code 500 (Internal Server Error) from contacts.msn.com:80
 Transport Error :500
 Received error code 500 (Internal Server Error) from contacts.msn.com:80
 Transport Error :500

 I noticed that in the past other clients got this error and solved it by
 contacting omega.contacts.msn.com instead of