[Bug 1433103] Re: Subnet deletion while port still attached

2015-03-17 Thread Foucault de Bonneval
Impacts Opencontrail 1.10

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

Title:
  Subnet deletion while port still attached

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

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


[Bug 1433103] [NEW] Subnet deletion while port still attached

2015-03-17 Thread Foucault de Bonneval
Public bug reported:

Setup : I create a network, subnet, router, and I attach the router to
the subnet

# neutron net-create test-net-delete
Created a new network:
+-+--+
| Field   | Value|
+-+--+
| admin_state_up  | True |
| id  | d511ad12-5e23-4edc-b411-53aebc3c3618 |
| name| test-net-delete  |
| router:external | False|
| shared  | False|
| status  | ACTIVE   |
| subnets |  |
| tenant_id   | X |
+-+--+

# neutron subnet-create test-net-delete 10.50.0.0/24
Created a new subnet:
+--+--+
| Field| Value|
+--+--+
| allocation_pools | {start: 10.50.0.2, end: 10.50.0.254} |
| cidr | 10.50.0.0/24 |
| dns_nameservers  |  |
| enable_dhcp  | True |
| gateway_ip   | 10.50.0.1|
| host_routes  |  |
| id   | 22cd099f-27b2-488d-ad00-cc13b1ee1e23 |
| ip_version   | 4|
| name |  |
| network_id   | d511ad12-5e23-4edc-b411-53aebc3c3618 |
| tenant_id| X |
+--+--+

# neutron router-create test-net-delete
Created a new router:
+---+--+
| Field | Value|
+---+--+
| admin_state_up| True |
| external_gateway_info |  |
| id| eea436f2-8811-4bbd-bfa6-8fd1080b1230 |
| name  | test-net-delete  |
| status| ACTIVE   |
| tenant_id | X |
+---+--+

# neutron router-interface-add eea436f2-8811-4bbd-bfa6-8fd1080b1230 
22cd099f-27b2-488d-ad00-cc13b1ee1e23
Added interface 1a9f6d0f-ffa9-4e34-8c13-7b14766fb2fd to router 
eea436f2-8811-4bbd-bfa6-8fd1080b1230


Problem :
If I try to delete the subnet, it gets deleted 
# neutron subnet-delete 22cd099f-27b2-488d-ad00-cc13b1ee1e23
Deleted subnet: 22cd099f-27b2-488d-ad00-cc13b1ee1e23

Then if I try to delete the router I get the right error : 
# neutron router-delete test-net-delete
409-{u'NeutronError': {u'message': u'Router 
eea436f2-8811-4bbd-bfa6-8fd1080b1230 still has ports', u'type': 
u'ContrailConflictError', u'detail': u''}}

In port list I get : 
# Neutron port-list
| 1a9f6d0f-ffa9-4e34-8c13-7b14766fb2fd | 1a9f6d0f-ffa9-4e34-8c13-7b14766fb2fd | 
02:1a:9f:6d:0f:ff | {subnet_id: null, ip_address: 10.50.0.1}  
 |

When I try to detach the port : 
# neutron router-interface-delete eea436f2-8811-4bbd-bfa6-8fd1080b1230 
1a9f6d0f-ffa9-4e34-8c13-7b14766fb2fd
Unable to find subnet with name '1a9f6d0f-ffa9-4e34-8c13-7b14766fb2fd'

When I try to delete the network : 
# neutron net-delete d511ad12-5e23-4edc-b411-53aebc3c3618
404-{u'NeutronError': {u'message': u'Unable to complete operation on network 
d511ad12-5e23-4edc-b411-53aebc3c3618. There are one or more ports still in use 
on the network.', u'type': u'ContrailNotFoundError', u'detail': u''}}


If I want to remove the port, I have to re-create the subnet with the initial 
NAME :
# neutron subnet-create --name 1a9f6d0f-ffa9-4e34-8c13-7b14766fb2fda 
test-net-delete 10.50.0.0/24
Created a new subnet:
+--+--+
| Field| Value|
+--+--+
| allocation_pools | {start: 10.50.0.2, end: 10.50.0.254} |
| cidr | 10.50.0.0/24 |
| dns_nameservers  |  |
| enable_dhcp  | True |
| gateway_ip   | 10.50.0.1|
| host_routes  |  |
| id   | 3dc18ce1-d921-43a4-a763-eb8da3fdce00 |
| ip_version   | 4|
| name | 

[Bug 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-22 Thread foucault
Today it resumed properly, I was careful not to touch the mouse or
anything while it woke up, and just put in my password to unlock the
screen. going to see if I can reproduce this.

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-22 Thread foucault
Turns out it does resume properly, its only a lid close that causes the
failure

** Description changed:

- If I close the lid or suspend in KDE my display stays powered off, when
- i resume. If I move the mouse the display flickers on and off --very
- strange. This only happens in KDE not GNOME,  in this case i installed
- ubuntu 9.04 and added kde afterwards. no idea which packages this
- affects. Acer Aspire One netbook
+ If I close the lid of my Acer Aspire One netbook, in KDE my display
+ stays powered off, when i open it it stays powered off  If I move the
+ mouse or change windows, the display flickers on and off --very strange.
+ This only happens in KDE not GNOME,  in this case i installed ubuntu
+ 9.04 and added kde afterwards. no idea which packages this affects.
  
   2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
  I have backports and proposed updates enabled, as I had performance issues in 
GNOME with the standard intel video packages.

** Description changed:

- If I close the lid of my Acer Aspire One netbook, in KDE my display
- stays powered off, when i open it it stays powered off  If I move the
- mouse or change windows, the display flickers on and off --very strange.
- This only happens in KDE not GNOME,  in this case i installed ubuntu
- 9.04 and added kde afterwards. no idea which packages this affects.
+ If I close and open the lid of my Acer Aspire One netbook, in KDE my
+ display stays powered off. If I move the mouse, or otherwise update the
+ display. the display flickers on and off, It looks like its the light
+ thats off as I can see a ghost of the screen during the flickering. This
+ only happens in KDE not GNOME,  in this case i installed ubuntu 9.04 and
+ added kde afterwards. no idea which packages this affects.
  
   2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
  I have backports and proposed updates enabled, as I had performance issues in 
GNOME with the standard intel video packages.

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 351763] Re: [RS482] Kubuntu: Display flickers after suspend-to-ram

2009-09-18 Thread foucault
same problem here, only in kde not gnome, same if I close and repoen the
display. the display literally shuts off until I move the mouse, then it
turns back on untill I stop moving the mouse --at which point it turns
back off.

restarting X does not help

ubuntu 9.04 
acer aspire one

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
943/940GML Express Integrated Graphics Controller (rev 03)

-- 
[RS482] Kubuntu: Display flickers after suspend-to-ram
https://bugs.launchpad.net/bugs/351763
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 432782] [NEW] Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault
Public bug reported:

If I close the lid or suspend in KDE when opening or unsuspending my
display stays powered off, when I move the mouse the display flickers on
and off. This only happens in KDE not GNOME, in this case i installed
ubuntu 9.04 and added kde afterwards. no idea which packages this
affects. Acer Aspire One netbook

 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
I have backports and proposed updates enabled, as I had performance issues in 
GNOME with the standard intel video packages.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault

** Attachment added: Xorg log
   http://launchpadlibrarian.net/32042754/Xorg.0.log

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault

** Attachment added: lspci -vvnn
   http://launchpadlibrarian.net/32042710/lspci-vvnn

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault

** Attachment added: dmiecode
   http://launchpadlibrarian.net/32042722/dmiecode

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault

** Attachment added: xorg conf
   http://launchpadlibrarian.net/32042763/xorg.conf

** Description changed:

  If I close the lid or suspend when opening or unsespending my display is
  powered off, when I move the mouse the display flickers on and off. This
  only happens in KDE not GNOME, in this case i installed ubuntu 9.04 and
  added kde afterwards. no idea which packages this affects.
  
   2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686
  GNU/Linux
+ 
+ I have backports and proposed updates enabled, as I had performance
+ issues with the standard intel video packages.

** Description changed:

- If I close the lid or suspend when opening or unsespending my display is
- powered off, when I move the mouse the display flickers on and off. This
- only happens in KDE not GNOME, in this case i installed ubuntu 9.04 and
- added kde afterwards. no idea which packages this affects.
+ If I close the lid or suspend in KDE when opening or unsuspending my
+ display stays powered off, when I move the mouse the display flickers on
+ and off. This only happens in KDE not GNOME, in this case i installed
+ ubuntu 9.04 and added kde afterwards. no idea which packages this
+ affects.
  
   2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686
  GNU/Linux
  
  I have backports and proposed updates enabled, as I had performance
- issues with the standard intel video packages.
+ issues in GNOME with the standard intel video packages.

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault
** Description changed:

  If I close the lid or suspend in KDE when opening or unsuspending my
  display stays powered off, when I move the mouse the display flickers on
  and off. This only happens in KDE not GNOME, in this case i installed
  ubuntu 9.04 and added kde afterwards. no idea which packages this
- affects.
+ affects. Acer Aspire One netbook
  
-  2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686
- GNU/Linux
- 
- I have backports and proposed updates enabled, as I had performance
- issues in GNOME with the standard intel video packages.
+  2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
+ I have backports and proposed updates enabled, as I had performance issues in 
GNOME with the standard intel video packages.

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault
Here is the xorg.log just after closing and opening the lid

** Attachment added: Xorg.0.log.1
   http://launchpadlibrarian.net/32043418/Xorg.0.log.1

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault
ii  xserver-xorg-video-intel  2:2.6.3-0ubuntu9.4
X.Org X server -- Intel i8xx, i9xx display d

Of possible interest, when I log into GNOME and close the lid and open
it, to no ill effect, and then log out and log into KDE the display
fails right away, turning off unless the mouse is moving. restarting x
dosnt help (well it helps me log back into GNOME but not KDE)

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 432782] Re: Display only turns on while moving the mouse after lid closed in KDE

2009-09-18 Thread foucault
** Description changed:

- If I close the lid or suspend in KDE when opening or unsuspending my
- display stays powered off, when I move the mouse the display flickers on
- and off. This only happens in KDE not GNOME, in this case i installed
+ If I close the lid or suspend in KDE my display stays powered off, when
+ i resume. If I move the mouse the display flickers on and off --very
+ strange. This only happens in KDE not GNOME,  in this case i installed
  ubuntu 9.04 and added kde afterwards. no idea which packages this
  affects. Acer Aspire One netbook
  
   2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
  I have backports and proposed updates enabled, as I had performance issues in 
GNOME with the standard intel video packages.

-- 
Display only turns on while moving the mouse after lid closed in KDE
https://bugs.launchpad.net/bugs/432782
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 260073] Re: Laptop screen flickers when opening lid

2009-03-01 Thread foucault
Same behavior here, Inspiron 6000 fresh install of ubuntu 8.10. I've
subscribed to this bug, hope to hear good news.

-- 
Laptop screen flickers when opening lid
https://bugs.launchpad.net/bugs/260073
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 105457] Re: mysqd_safe high cpu usage

2009-01-21 Thread foucault
Just squashed this bug on yet another server I think this only affects
32bit xen-kernal virtual instances, slicehost amazon ec2 etc. care to
confirm, comment?

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 105457] Re: mysqd_safe high cpu usage

2009-01-21 Thread foucault
Just squashed this bug on yet another server I think this only affects
32bit xen-kernal virtual instances, slicehost amazon ec2 etc. care to
confirm, comment?

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 213878] Re: Linux/Unix Admin and DBA

2008-11-13 Thread foucault
Its an informative message not a bug. :)  i lol'ed

-- 
Linux/Unix Admin and DBA
https://bugs.launchpad.net/bugs/213878
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 258762] Re: Uploading photos in Facebook does not work

2008-11-11 Thread foucault
broken on my 8.04 machines here. java installed with restricted-extras
package, updated proposed and backports, uptodate.

grumble grumble. ive always despised java. facebook useto have two
uploaders, the legacy one which was the only one that worked in linux is
no longer available... :(

-- 
Uploading photos in Facebook does not work
https://bugs.launchpad.net/bugs/258762
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 258762] Re: Uploading photos in Facebook does not work

2008-11-11 Thread foucault
The workaround is to install picasa and post to facebook from picassa.

http://picasa.google.com/linux/thanks-deb.html

-- 
Uploading photos in Facebook does not work
https://bugs.launchpad.net/bugs/258762
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 258762] Re: Uploading photos in Facebook does not work

2008-11-11 Thread foucault
oh yeah, just casue, you have to do this from the terminal, 
picasa 
picasa://importbutton/?url=http://www.webkinesis.com/fbpicasa/facebook.pbf

-- 
Uploading photos in Facebook does not work
https://bugs.launchpad.net/bugs/258762
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 258762] Re: Uploading photos in Facebook does not work

2008-11-11 Thread foucault
nevermind, this didn't actually work for me. @#$#

-- 
Uploading photos in Facebook does not work
https://bugs.launchpad.net/bugs/258762
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
Confirm, this is happening to me...

 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 GNU/Linux
I have these mysql packages installed
ii  mysql-client-5.0  5.0.45-1ubuntu3.3 MySQL 
database client binaries
ii  mysql-common  5.0.45-1ubuntu3.3 MySQL 
database common files
rc  mysql-common-4.1  4.1.11a-4sarge4   mysql 
database common files (e.g. /etc/mysql/my.cnf)
ii  mysql-server-5.0  5.0.45-1ubuntu3.3 MySQL 
database server binaries

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault

init.d/mysql script: ERR_LOGGER=

This did not help me.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
adding SLEEP 3 to mysqld_safe script did not help

also I noticed that init.d/mysql stop did not stop the process, i had to
kill XX manually

and then restart. I have both sleep 3 and ER_LOGGER= in place and its
still juping between 80-99%

reverting to old setting and begging my thread stalk :)

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
found what I think the msql bug might be:
http://bugs.mysql.com/bug.php?id=35647

I saw two copies of mysql_d running ...

I solved it for now, by both editing the /etc/init.d/mysql  and starting
and stopping mysql a bunch.

I commented out sanity check, as per the suggestion here
http://forum.slicehost.com/comments.php?DiscussionID=1000

case ${1:-''} in
'start')
# sanity_checks; 
# Start daemon 

I hope this is helpfull, (I wish I could edit my posts...) well you get
the train of thought effect this way :P

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
Confirm, this is happening to me...

 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 GNU/Linux
I have these mysql packages installed
ii  mysql-client-5.0  5.0.45-1ubuntu3.3 MySQL 
database client binaries
ii  mysql-common  5.0.45-1ubuntu3.3 MySQL 
database common files
rc  mysql-common-4.1  4.1.11a-4sarge4   mysql 
database common files (e.g. /etc/mysql/my.cnf)
ii  mysql-server-5.0  5.0.45-1ubuntu3.3 MySQL 
database server binaries

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault

init.d/mysql script: ERR_LOGGER=

This did not help me.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
adding SLEEP 3 to mysqld_safe script did not help

also I noticed that init.d/mysql stop did not stop the process, i had to
kill XX manually

and then restart. I have both sleep 3 and ER_LOGGER= in place and its
still juping between 80-99%

reverting to old setting and begging my thread stalk :)

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 105457] Re: mysqd_safe high cpu usage

2008-11-06 Thread foucault
found what I think the msql bug might be:
http://bugs.mysql.com/bug.php?id=35647

I saw two copies of mysql_d running ...

I solved it for now, by both editing the /etc/init.d/mysql  and starting
and stopping mysql a bunch.

I commented out sanity check, as per the suggestion here
http://forum.slicehost.com/comments.php?DiscussionID=1000

case ${1:-''} in
'start')
# sanity_checks; 
# Start daemon 

I hope this is helpfull, (I wish I could edit my posts...) well you get
the train of thought effect this way :P

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2008-11-03 Thread foucault
1) I use my laptop almost the entire time on battery power. I bought one of 
this small, long-lasting Netbooks, which you can take everywhere and which you 
will not often use with power cable attached: an EeePC 1000H.
2) With Windows XP, i don't hear any clicks. There seem to be no load cycles 
while the laptop is on.
3) With default Intrepid, the head is parked every few seconds, far too much. I 
just can't see, how this should enhance battery power. I changed that to the 
save Windows XP behavior.
4) If Ubuntu could park the head and leave it there for some time, everything 
would be fine. Unfortunately, there is just too much disk access rendering the 
head parking thing entirely useless and destroying the hard disk.
5) If Ubuntu uses the hard disk that differently from Windows XP, and puts my 
hard disk at risk, I call it a bug. Intentionally implementing is even worse. I 
also found out, that while -B 191 parks the head roughly as often as -B 128, -B 
192 doesn't park it at all.
6) Conclusion: fix this. As it seems, some hard disks work entirely different 
on this matter as others. The only way to fix this bug ist therefore the 
openSUSE way: Use a Blacklist that knows, how to handle specific disks and 
apart from that use safe values. Safe values as in: Utilize the disk the same 
way Windows does, because that's what the manufacturer had in mind.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
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 93336] Colours with Totem Gstreamer are not correct

2007-03-18 Thread Gonzague DE FOUCAULT
Public bug reported:

Binary package hint: totem

When I play a DivX, WMV or Quicktime movie, the colours are not
correctly display. (yellow become blue for exemple).

ProblemType: Bug
Architecture: i386
Date: Sun Mar 18 11:07:46 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem
Package: totem-gstreamer 2.18.0-0ubuntu1
PackageArchitecture: i386
ProcCmdline: totem
ProcCwd: /home/gonzague
ProcEnviron:
 LANGUAGE=fr_FR:fr:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux pc-darktron 2.6.20-11-generic #2 SMP Thu Mar 15 08:03:07 UTC 2007 
i686 GNU/Linux

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Colours with Totem Gstreamer are not correct
https://launchpad.net/bugs/93336

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


[Bug 93336] Re: Colours with Totem Gstreamer are not correct

2007-03-18 Thread Gonzague DE FOUCAULT

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6850713/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6850714/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6850715/ProcStatus.txt

-- 
Colours with Totem Gstreamer are not correct
https://launchpad.net/bugs/93336

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


[Bug 93336] Re: Colours with Totem Gstreamer are not correct

2007-03-18 Thread Gonzague DE FOUCAULT
I am using an ATI X1400 card (fglrx from apt-get) with direct rendering.
I have not this problem with VLC.

-- 
Colours with Totem Gstreamer are not correct
https://launchpad.net/bugs/93336

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