[Bug 1408181] [NEW] [Incomplete Dependencies] Broken without ecasound

2015-01-06 Thread orbisvicis
Public bug reported:

soundscaperenderer binaries crash with an obscure error if the ecasound package 
is not installed. For more details see:
https://github.com/SoundScapeRenderer/ssr/issues/33

soundscaperenderer 0.4.1~dfsg~2
soundscaperenderer-common 0.4.1~dfsg~2

Solution: update the package's dependencies.

** Affects: soundscaperenderer (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/1408181

Title:
  [Incomplete Dependencies] Broken without ecasound

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

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


[Bug 1401783] [NEW] Requirement argparse breaks package import

2014-12-11 Thread orbisvicis
Public bug reported:

$ python3
Python 3.4.2 (default, Oct  8 2014, 13:18:07) 
[GCC 4.9.1] on linux
Type help, copyright, credits or license for more information.
 __requires__ = stevedore = 1.0   
 

 from pkg_resources import load_entry_point
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 2876, in module
working_set = WorkingSet._build_master()
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 449, in 
_build_master
ws.require(__requires__)
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 745, in require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: argparse
 

The argparse module has been part of python for years. Remove argparse
from stevedore's requirements.txt toplevel file. See
https://aur.archlinux.org/packages/subliminal-git/ for more information.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to stevedore in Ubuntu.
https://bugs.launchpad.net/bugs/1401783

Title:
  Requirement argparse breaks package import

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stevedore/+bug/1401783/+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 1401783] [NEW] Requirement argparse breaks package import

2014-12-11 Thread orbisvicis
Public bug reported:

$ python3
Python 3.4.2 (default, Oct  8 2014, 13:18:07) 
[GCC 4.9.1] on linux
Type help, copyright, credits or license for more information.
 __requires__ = stevedore = 1.0   
 

 from pkg_resources import load_entry_point
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 2876, in module
working_set = WorkingSet._build_master()
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 449, in 
_build_master
ws.require(__requires__)
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 745, in require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: argparse
 

The argparse module has been part of python for years. Remove argparse
from stevedore's requirements.txt toplevel file. See
https://aur.archlinux.org/packages/subliminal-git/ for more information.

** Affects: stevedore (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/1401783

Title:
  Requirement argparse breaks package import

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

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


[Bug 1401786] [NEW] Doesn't work: broken imports

2014-12-11 Thread orbisvicis
Public bug reported:

$ subliminal -h
Traceback (most recent call last):
  File /usr/bin/subliminal, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 2876, in module
working_set = WorkingSet._build_master()
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 449, in 
_build_master
ws.require(__requires__)
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 745, in require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: argparse

Problem caused by
https://bugs.launchpad.net/ubuntu/+source/stevedore/+bug/1401783.

It's great that subliminal has finally been packages for 14.10, but not
great because it just doesn't work. Since this is a new package
hopefully there is some current interest in fixing it, so please work
this up the chain, generate interest, and in general put some pressure
to fix the referenced (above) source bug report.

** Affects: subliminal (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/1401786

Title:
  Doesn't work: broken imports

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

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


[Bug 1383740] [NEW] JACK support

2014-10-21 Thread orbisvicis
Public bug reported:

Description:
Please compile with JACK support. Without, denemo can't integrate with most 
music workflows. It really cripples the software.

Solution:
Compile denemo with JACK support, as most distributions do.

version:
denemo 1.1.0-1ubuntu1

** Affects: denemo (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/1383740

Title:
  JACK support

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

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


[Bug 1353764] [NEW] python 3 support

2014-08-06 Thread orbisvicis
Public bug reported:

Python3 branch has just been merged: https://github.com/python-
parsley/parsley

Please update.

** Affects: parsley (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/1353764

Title:
  python 3 support

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

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2014-08-06 Thread orbisvicis
How can I keep track of the update process or download pre-release
versions? Fixes have yet to hit the testing (pre-release) repository.

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1313796] [NEW] [network unconfigured] bridge-utils ifupdown/udev conflict with vpn/tap pre-up

2014-04-28 Thread orbisvicis
Public bug reported:

Problem:

I have configured a bridge (br0) between a physical port (eth0) and a
tap device (tap0) using the ifupdown package. About 75% of the time eth0
fails to be added to br0 during boot, leaving networking inoperable.
This suggests a race condition between ifupdown/bridge-utils and some
other component which I believe to be udev/bridge-utils.


Layout:

Files involved:
/etc/network/interfaces
/etc/network/if-pre-up.d/bridge
/lib/bridge-utils/bridge-utils.sh
/var/log/upstart/networking.log
/var/log/upstart/network-interface-br0.log
/lib/udev/bridge-network-interface
/lib/udev/rules.d/40-bridge-network-interface.rules
/etc/default/bridge-utils


This rules out conflict between ifupdown's sysvinit and upstart integration:
$ find /etc/rc?.d/ -iname '*network*'
/etc/rc0.d/S35networking
/etc/rc6.d/S35networking

$ find /etc/init* -iname '*network*' | sort
/etc/init.d/networking
/etc/init/networking.conf
/etc/init/network-interface.conf
/etc/init/network-interface-container.conf
/etc/init/network-interface-security.conf


This rules out conflict between ifupdown/bridge-control and other ifupdown 
scripts
...:/etc/network$ tree
.
+-- if-down.d
¦   +-- bind9
¦   +-- openvpn
¦   +-- postfix
¦   +-- resolvconf
¦   +-- upstart
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- if-post-down.d
¦   +-- avahi-daemon - ../if-up.d/avahi-daemon
¦   +-- bridge - /lib/bridge-utils/ifupdown.sh
¦   +-- vde2
¦   +-- wireless-tools
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- if-pre-up.d
¦   +-- bridge - /lib/bridge-utils/ifupdown.sh
¦   +-- ethtool
¦   +-- vde2
¦   +-- wireless-tools
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- if-up.d
¦   +-- 000resolvconf
¦   +-- avahi-daemon
¦   +-- bind9
¦   +-- ethtool
¦   +-- ntpdate
¦   +-- openssh-server
¦   +-- openvpn
¦   +-- postfix
¦   +-- upstart
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- interfaces
+-- interfaces.d
+-- run - /run/network


Software Versions:
Ubuntu 14.04 LTS
ifupdown0.7.47.2ubuntu4
bridge-utils1.5-6ubuntu2
upstart 1.12.1-0ubuntu4
udev204-5ubuntu20


Logs:
/var/log/upstart/networking.log
Sun Apr 27 17:27:03 2014 TUN/TAP device tap0 opened
Sun Apr 27 17:27:03 2014 Persist state set to: ON
device br0 already exists; can't create bridge with the same name
run-parts: /etc/network/if-pre-up.d/bridge exited with return code 1
Internet Systems Consortium DHCP Client 4.2.4
...
Listening on LPF/br0/46:33:ab:47:a7:05
Sending on   LPF/br0/46:33:ab:47:a7:05
Sending on   Socket/fallback
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 3 (xid=0x5d7de88)
...
Fails to obtain lease


/var/log/upstart/network-interface-br0.log
ifup: interface br0 already configured


My ifupdown configuration:
/etc/init.d/networking
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0 tap0
pre-up openvpn --mktun --dev tap0


Demonstrating that pre-up openvpn --mktun --dev tap0 triggers 
/lib/udev/rules.d/40-bridge-network-interface.rules, which in turn runs 
/lib/udev/bridge-network-interface:
$ brctl show
bridge name bridge id   STP enabled interfaces
br0 8000.000129f5f026   no  eth0

$ sudo ip tuntap del mode tap tap0

KERNEL[59526.262768] remove   /devices/virtual/net/tap0 (net)
UDEV  [59526.263236] remove   /devices/virtual/net/tap0 (net)

$ pre-up openvpn --mktun --dev tap0
Mon Apr 28 10:00:32 2014 TUN/TAP device tap0 opened
Mon Apr 28 10:00:32 2014 Persist state set to: ON

KERNEL[59622.299324] add  /devices/virtual/net/tap0 (net)
UDEV  [59622.323388] add  /devices/virtual/net/tap0 (net)

$ brctl show
bridge name bridge id   STP enabled interfaces
br0 8000.000129f5f026   no  eth0
tap0


Confirming the problem:
By default, BRIDGE_HOTPLUG=yes in /etc/default/bridge-utils. Once disabled, 
however, both interfaces (eth0, tap0) are consistently added to br0 during 
boot, tested across five reboots.

Note that this resolves the problem and the errors logged to
/var/log/upstart/networking.log (device br0 already exists; can't
create bridge with the same name...), however the warning logged to
/var/log/upstart/network-interface-br0.log (ifup: interface br0 already
configured) remains (these logfiles are appended to every startup). This
is not a problem but it does suggest ifup is being called twice (once
from /etc/init/network-interface.conf at least) during startup.


Discussion:
Disabling BRIDGE_HOTPLUG is only a temporary hack. I have a third interface I 
would like to bridge which does require hotplug support.


Possible Solution
* Disable hotplugging for virtual adapters
* Disable hotplugging for a user-defined list of interfaces
* Fix the race condition?
Not sure how, both /etc/network/if-pre-up.d/bridge and 

[Bug 1313796] Re: [network unconfigured] ifupdown/bridge-utils udev/bridge-utils race condition preventing the n of non-pre-up

2014-04-28 Thread orbisvicis
** Summary changed:

- [network unconfigured] bridge-utils  ifupdown/udev conflict with vpn/tap 
pre-up
+ [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up

** Summary changed:

- [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up
+ [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up ports to a bridge

** Summary changed:

- [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up ports to a bridge
+ [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the addition of non-pre-up ports to a bridge

** Summary changed:

- [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the addition of non-pre-up ports to a bridge
+ [No Network] ifupdown/bridge-utils  udev/bridge-utils race condition 
preventing the addition of non-pre-up ports to a bridge

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1313796

Title:
  [No Network] ifupdown/bridge-utils  udev/bridge-utils race condition
  preventing the addition of non-pre-up ports to a bridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1313796/+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 1313796] [NEW] [network unconfigured] bridge-utils ifupdown/udev conflict with vpn/tap pre-up

2014-04-28 Thread orbisvicis
Public bug reported:

Problem:

I have configured a bridge (br0) between a physical port (eth0) and a
tap device (tap0) using the ifupdown package. About 75% of the time eth0
fails to be added to br0 during boot, leaving networking inoperable.
This suggests a race condition between ifupdown/bridge-utils and some
other component which I believe to be udev/bridge-utils.


Layout:

Files involved:
/etc/network/interfaces
/etc/network/if-pre-up.d/bridge
/lib/bridge-utils/bridge-utils.sh
/var/log/upstart/networking.log
/var/log/upstart/network-interface-br0.log
/lib/udev/bridge-network-interface
/lib/udev/rules.d/40-bridge-network-interface.rules
/etc/default/bridge-utils


This rules out conflict between ifupdown's sysvinit and upstart integration:
$ find /etc/rc?.d/ -iname '*network*'
/etc/rc0.d/S35networking
/etc/rc6.d/S35networking

$ find /etc/init* -iname '*network*' | sort
/etc/init.d/networking
/etc/init/networking.conf
/etc/init/network-interface.conf
/etc/init/network-interface-container.conf
/etc/init/network-interface-security.conf


This rules out conflict between ifupdown/bridge-control and other ifupdown 
scripts
...:/etc/network$ tree
.
+-- if-down.d
¦   +-- bind9
¦   +-- openvpn
¦   +-- postfix
¦   +-- resolvconf
¦   +-- upstart
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- if-post-down.d
¦   +-- avahi-daemon - ../if-up.d/avahi-daemon
¦   +-- bridge - /lib/bridge-utils/ifupdown.sh
¦   +-- vde2
¦   +-- wireless-tools
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- if-pre-up.d
¦   +-- bridge - /lib/bridge-utils/ifupdown.sh
¦   +-- ethtool
¦   +-- vde2
¦   +-- wireless-tools
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- if-up.d
¦   +-- 000resolvconf
¦   +-- avahi-daemon
¦   +-- bind9
¦   +-- ethtool
¦   +-- ntpdate
¦   +-- openssh-server
¦   +-- openvpn
¦   +-- postfix
¦   +-- upstart
¦   +-- wpasupplicant - ../../wpa_supplicant/ifupdown.sh
+-- interfaces
+-- interfaces.d
+-- run - /run/network


Software Versions:
Ubuntu 14.04 LTS
ifupdown0.7.47.2ubuntu4
bridge-utils1.5-6ubuntu2
upstart 1.12.1-0ubuntu4
udev204-5ubuntu20


Logs:
/var/log/upstart/networking.log
Sun Apr 27 17:27:03 2014 TUN/TAP device tap0 opened
Sun Apr 27 17:27:03 2014 Persist state set to: ON
device br0 already exists; can't create bridge with the same name
run-parts: /etc/network/if-pre-up.d/bridge exited with return code 1
Internet Systems Consortium DHCP Client 4.2.4
...
Listening on LPF/br0/46:33:ab:47:a7:05
Sending on   LPF/br0/46:33:ab:47:a7:05
Sending on   Socket/fallback
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 3 (xid=0x5d7de88)
...
Fails to obtain lease


/var/log/upstart/network-interface-br0.log
ifup: interface br0 already configured


My ifupdown configuration:
/etc/init.d/networking
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0 tap0
pre-up openvpn --mktun --dev tap0


Demonstrating that pre-up openvpn --mktun --dev tap0 triggers 
/lib/udev/rules.d/40-bridge-network-interface.rules, which in turn runs 
/lib/udev/bridge-network-interface:
$ brctl show
bridge name bridge id   STP enabled interfaces
br0 8000.000129f5f026   no  eth0

$ sudo ip tuntap del mode tap tap0

KERNEL[59526.262768] remove   /devices/virtual/net/tap0 (net)
UDEV  [59526.263236] remove   /devices/virtual/net/tap0 (net)

$ pre-up openvpn --mktun --dev tap0
Mon Apr 28 10:00:32 2014 TUN/TAP device tap0 opened
Mon Apr 28 10:00:32 2014 Persist state set to: ON

KERNEL[59622.299324] add  /devices/virtual/net/tap0 (net)
UDEV  [59622.323388] add  /devices/virtual/net/tap0 (net)

$ brctl show
bridge name bridge id   STP enabled interfaces
br0 8000.000129f5f026   no  eth0
tap0


Confirming the problem:
By default, BRIDGE_HOTPLUG=yes in /etc/default/bridge-utils. Once disabled, 
however, both interfaces (eth0, tap0) are consistently added to br0 during 
boot, tested across five reboots.

Note that this resolves the problem and the errors logged to
/var/log/upstart/networking.log (device br0 already exists; can't
create bridge with the same name...), however the warning logged to
/var/log/upstart/network-interface-br0.log (ifup: interface br0 already
configured) remains (these logfiles are appended to every startup). This
is not a problem but it does suggest ifup is being called twice (once
from /etc/init/network-interface.conf at least) during startup.


Discussion:
Disabling BRIDGE_HOTPLUG is only a temporary hack. I have a third interface I 
would like to bridge which does require hotplug support.


Possible Solution
* Disable hotplugging for virtual adapters
* Disable hotplugging for a user-defined list of interfaces
* Fix the race condition?
Not sure how, both /etc/network/if-pre-up.d/bridge and 

[Bug 1313796] Re: [network unconfigured] ifupdown/bridge-utils udev/bridge-utils race condition preventing the n of non-pre-up

2014-04-28 Thread orbisvicis
** Summary changed:

- [network unconfigured] bridge-utils  ifupdown/udev conflict with vpn/tap 
pre-up
+ [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up

** Summary changed:

- [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up
+ [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up ports to a bridge

** Summary changed:

- [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the n of non-pre-up ports to a bridge
+ [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the addition of non-pre-up ports to a bridge

** Summary changed:

- [network unconfigured] ifupdown/bridge-utils  udev/bridge-utils race 
condition preventing the addition of non-pre-up ports to a bridge
+ [No Network] ifupdown/bridge-utils  udev/bridge-utils race condition 
preventing the addition of non-pre-up ports to a bridge

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

Title:
  [No Network] ifupdown/bridge-utils  udev/bridge-utils race condition
  preventing the addition of non-pre-up ports to a bridge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1313796/+subscriptions

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


[Bug 578027] [NEW] [libpar2] patch sigsegv

2010-05-09 Thread orbisvicis
Public bug reported:

Under some rare circumstances libpar2 will segfault... This issue was
reported for Arch Linux but seems to apply to ubuntu as well. The full
details are @ http://bugs.archlinux.org/task/ (The patch is available
there as well).

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

-- 
[libpar2] patch sigsegv
https://bugs.launchpad.net/bugs/578027
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 124313] Re: xorg memory high

2009-02-08 Thread orbisvicis
I'm afraid I don't know; I havent been using ubuntu-desktop for a while.

On Sun, Jan 11, 2009 at 6:08 PM, Steven Harms thisdyingdr...@gmail.com wrote:
 Is this still an issue in Intrepid or Jaunty?

 ** Changed in: mail-notification (Ubuntu)
   Status: New = Incomplete

 --
 xorg memory high
 https://bugs.launchpad.net/bugs/124313
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
xorg memory high
https://bugs.launchpad.net/bugs/124313
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 246816] Re: manpage index incomplete, insufficient docs

2008-07-10 Thread orbisvicis
also, in debian/sources/man2html.cgi.c, why dont you change line 441 to:
 strncmp(MANDB_MAP, line, 9) == 0

that way, all global manpaths are searched instead of only the mandatory
ones. Makes it easier to add new paths.

Lastly, line 69 is missing a backlash. Maybe if you add it you get a
microseconds speed improvement

-- 
manpage index incomplete, insufficient docs
https://bugs.launchpad.net/bugs/246816
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 246816] Re: fix

2008-07-09 Thread orbisvicis
change the affected section to this:
#!/bin/bash
# by: orbisvicis

manpath=$(manpath -g)

# Set the bash delimiter
# Spaces are mandatory when creating the array so bash does not becore confused
IFS=:
pathArray=( $manpath )
unset IFS

# From the bash man-pages
# Allow patterns which match no files to expand to a null string rather than 
themselves
shopt -s nullglob
for path in [EMAIL PROTECTED]
do
# fixing the symlink issue: symlinks to directories will be considered 
empty. Undesirable if symlink points outside manpath
# Must also check that the new link value is not already part of the 
manpath, dont want to give swish++ duplicate paths
# requires readlink
if [[ -h $path ]];then
echo -n symlink: 
# This works here due to read order, might not work in other 
versions/shells
if [[ $manpath = *$(readlink -n --canonicalize $path)* ]];then
echo -n duplicate,ignored: 
else
echo -n redirected to: 
path=$(readlink -n --canonicalize $path)
fi
fi
pathFull=$path/man*/
pathGlob=($pathFull)
# verify that the directory exists and contains the /man*/ 
subdirectories
# Note that this will return a false (no subdirectories) for symlinks 
as they are treated as files
#   *this can make a difference if the link is not included in the 
manpath
(( ${#pathGlob[*]} ))  pathStringExist+=$path: || echo $path: no 
\man*\ subdirectories
# Note that now [EMAIL PROTECTED] holds all the elements that matches 
the glob
# This is useful for performing operations using [EMAIL PROTECTED]
#echo [EMAIL PROTECTED]
done
# Unset the nullglob option
shopt -u nullglob

IFS=:
pathArrayExist=( $pathStringExist )
unset IFS

echo [EMAIL PROTECTED]

if [[ -e /var/cache/man2html/ ]]  [[ -x /usr/bin/index++ ]];then
if [[ -e /var/cache/man2html/man2html.swish++.index ]];then
rm /var/cache/man2html/man2html.swish++.index* 
/var/cache/man2html/manindexh* /var/cache/man2html/whatish-*
fi

echo see /usr/share/man2html for configuration options
index++ --config-file=/usr/share/man2html/swish++.conf [EMAIL 
PROTECTED]
echo Done, recommend restarting webserver
fi

-- 
manpage index incomplete, insufficient docs
https://bugs.launchpad.net/bugs/246816
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 246816] [NEW] manpage index incomplete, insufficient docs

2008-07-08 Thread orbisvicis
Public bug reported:

Binary package hint: man2html

currently man2html indexes a limited amount of manpages. The database is
created as a postinst script:

# taken from man2html/man2html-1.6e/debian/postinst
 34 if [ -e /usr/local/man ]; then
 35 LOCALMAN=$(find /usr/local/man -type d -name man?)
 36 fi
 37
 38 if [ -e /usr/local/share/man ]; then
 39 LOCALSMAN=$(find /usr/local/share/man -type d -name 
man?)
 40 fi
 41
 42
 43 index++ --config-file=/usr/share/man2html/swish++.conf \
 44 /usr/share/man/man* \
 45 /usr/man/man* \
 46 /usr/X11R6/man/man* $LOCALMAN $LOCALSMAN 21  
$tf 
# end from from man2html/man2html-1.6e/debian/postinst

This is insufficient because:
1) it leaves out /opt/man/, which is by default in the manpath of ubuntu 8.04
2) does not adapt when users add manpages in nonstandard paths. The solution 
simply would be to echo the manpath using the manpath utility and pipe the 
output to awk. This should not be a problem as man2html already depends on 
gnu-awk and the man-db utilities. Then the database should be updated from this 
information
  for example, this is my manpath:
 $ manpath

/usr/local/man:/usr/local/share/man:/opt/wget/share/man:/usr/share/man:/opt/nessus/man
3) includes no documentation concerning how to update the database, or how the 
database was original created by the postinstall script

thanks
orbisvicis

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

-- 
manpage index incomplete, insufficient docs
https://bugs.launchpad.net/bugs/246816
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 246127] Re: rhythmbox sound issue

2008-07-06 Thread orbisvicis

** Attachment added: rhythmbox -d ~/Desktop/rlog
   http://launchpadlibrarian.net/15862619/rlog

-- 
rhythmbox sound issue
https://bugs.launchpad.net/bugs/246127
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 246127] [NEW] rhythmbox sound issue

2008-07-06 Thread orbisvicis
Public bug reported:

Binary package hint: rhythmbox

there is a similar report, Rhythmbox sound problems.. but this might be 
different.
Ubuntu Hardy/8.04, rhythmbox 0.11.5-0ubuntu8 (without the dbg package)

I have only been able to test this with .ogg files, but for all of my
ogg files, rhythmbox sound becomes distorted. The effect becomes
accentuated with higher pitches or louder sounds. Not a crackling, more
like a vibrating, as though from a thin-sheaf of tightly-stretched
plastic with a bad echo.

Ive tried disabling crossfading, as well as every plugin, but the
distortion contines. This has only started recently; previously
rhythmbox's sound was perfect. (and reboots do not help)

GST plays back the sound perfectly
gst-launch-0.10 playbin uri=file:///storage/music/Sergei\ Prokofiev/Violin\ 
Sonatas\,\ Five\ Melodies/06\ -\ 5\ melodies\,\ op.\ 35\ bis\ -\ II.\ Lento\,\ 
ma\ non\ troppo.ogg
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 2068058947 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
(I hit ^C)

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

-- 
rhythmbox sound issue
https://bugs.launchpad.net/bugs/246127
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 246127] Re: rhythmbox sound issue

2008-07-06 Thread orbisvicis
pasuspender rhythmbox also produces the same noise distortion

-- 
rhythmbox sound issue
https://bugs.launchpad.net/bugs/246127
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 243811] [NEW] all images replaced by black placeholders

2008-06-28 Thread orbisvicis
Public bug reported:

Binary package hint: vnc4server

ubuntu 8.04 i386

All images are replaced by black placeholders. For example:
login page: all back with a centered white login form. Text displays correctly
Pictures describe the problem more clearly:
http://www.postyourimage.com/view_image.php?img_id=FbHgUwHwEGiDOWr1214683262
http://img364.imageshack.us/img364/9586/screenshot1px3.png

Xvnc used to work fine ~2 weeks ago. Possibly caused by an update or
conficting? (possibly wrong version of an image library) packages

Loging in using xvnc4viewer: (everything seems fine)
 xvnc4viewer localhost:1

 VNC Viewer Free Edition 4.1.1 for X - built Apr 16 2008 13:02:40
 Copyright (C) 2002-2005 RealVNC Ltd.
 See http://www.realvnc.com for information on VNC.

 Sat Jun 28 16:13:56 2008
  CConn:   connected to host localhost port 5901
  CConnection: Server supports RFB protocol version 3.8
  CConnection: Using RFB protocol version 3.8

 Sat Jun 28 16:14:00 2008
  TXImage: Using default colormap and visual, TrueColor, depth 24.
  CConn:   Using pixel format depth 6 (8bpp) rgb222
  CConn:   Using ZRLE encoding

Xvnc process (everything seems fine)
 ps aux | grep vnc
 root 10526  1.2  0.7  18668 14688 ?Ss   16:13   0:00 Xvnc 
-inetd :1 -query localhost -geometry 1280x1024 -depth 32 -once -fp 
/usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared 
passwordFile=/root/.vnc/passwd -extension XFIXES

Copy of /etc/xinetd.d/xvnc: (everything seems fine) (I use xinetd to start the 
Xvnc process)
 /etc/xinetd.d$ cat xvnc 
  service Xvnc
  {
  type = UNLISTED
  disable = no
  socket_type = stream
  protocol = tcp
  wait = yes
  user = root
  server = /usr/bin/Xvnc
  server_args = -inetd :1 -query localhost -geometry 1280x1024 -depth 32 
-once -fp /usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared 
passwordFile=/root/.vnc/passwd -extension XFIXES
  port = 5901
  }

thanks,
orbisvicis

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

-- 
all images replaced by black placeholders
https://bugs.launchpad.net/bugs/243811
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 243811] Re: all images replaced by black placeholders

2008-06-28 Thread orbisvicis
/etc/alternatives$ sudo update-alternatives --config Xvnc

There is only 1 program which provides Xvnc
(/usr/bin/Xvnc4). Nothing to configure.

-- 
all images replaced by black placeholders
https://bugs.launchpad.net/bugs/243811
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 239803] [NEW] undefined symbol

2008-06-13 Thread orbisvicis
Public bug reported:

Binary package hint: ktoon

:~$ ktoon
ktoon: symbol lookup error: /usr/lib/libQtOpenGL.so.4: undefined symbol: 
_ZN14QWidgetPrivate15checkWindowRoleEv

Its a pretty basic ubuntu 8.04 i386 intallation, with a few of the kde4
and qt libraries

:~$ nm -ag /usr/lib/libQtOpenGL.so.4
nm: libQtOpenGL.so.4: no symbols

:~$ ldd -d /usr/lib/libQtOpenGL.so.4
...
[bunch of stuff]
...
undefined symbol: _ZN14QWidgetPrivate15checkWindowRoleEv
(/usr/lib/libQtOpenGL.so.4)

Is there a missing ktoon dependency ?

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

-- 
undefined symbol
https://bugs.launchpad.net/bugs/239803
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 239803] Re: undefined symbol .. solved

2008-06-13 Thread orbisvicis
blame nessus:

https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/115970

Apparently it installs a static qt version but makes it available to the
system.. or somesuch

Anyway the fix is @the link

-- 
undefined symbol
https://bugs.launchpad.net/bugs/239803
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 164879] Re: scribus prints black pages

2008-05-11 Thread orbisvicis
seconded, with a canon mp380

-- 
scribus prints black pages
https://bugs.launchpad.net/bugs/164879
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 207565] Re: badly written mscore launcher script

2008-03-31 Thread orbisvicis
thanks for updating the script!
On the surface it works fine/as advertised, however:
$ mscore.real
Couldn't resolve property: 2

$ mscore
/usr/bin/mscore: 28: list: not found
Using JACK for audio
Couldn't resolve property: 2
JACK ERROR: cannot complete execution of the processing graph (Resource 
temporarily unavailable)
JACK ERROR: zombified - calling shutdown handler
JACK SHUTDOWN

(jackd didnt shut-down, it shutdown the mscore socket)

Now I have no idea why this happens. Like I said, mscore runs fine.

thanks

-- 
badly written mscore launcher script
https://bugs.launchpad.net/bugs/207565
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 209694] [NEW] qjackctl launcher badly written

2008-03-31 Thread orbisvicis
Public bug reported:

Binary package hint: qjackctl

see:
https://bugs.launchpad.net/ubuntu/+source/mscore/+bug/207565

for solutions.

Basically, qjackctl will suspend pulseaudio

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

-- 
qjackctl launcher badly written
https://bugs.launchpad.net/bugs/209694
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 207562] [NEW] launchomsynth regex too vague

2008-03-27 Thread orbisvicis
Public bug reported:

Binary package hint: om

the script launchomsynth is too vague
ps aux | grep om$ | grep -v grep
matches too many running processes, often leading to failure starting om

this applies to gutsy, hardy, amd probably earlier versions

*Solution:  (pick one pf the 4 listed)
ps --no-headers -o cmd -C om
ps -o cmd= -C om
ps -eLo cmd | grep ^om$
ps aux | grep -v grep | awk '{print $11}' | grep ^om$

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

-- 
launchomsynth regex too vague
https://bugs.launchpad.net/bugs/207562
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 207565] [NEW] badly written mscore launcher script

2008-03-27 Thread orbisvicis
Public bug reported:

Binary package hint: mscore

affects hardy packages
two issues:
a) if pulseaudio outputs to jackd, then the mscore launch script wont work 
because it suspends PA, bad idea. Instead check if the jack-sink module is 
loaded into PulseAudio.
b) script currently precludes any arguments. 
*Solution (simple)
$MSCORE $@;

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

-- 
badly written mscore launcher script
https://bugs.launchpad.net/bugs/207565
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 4584] Re: Remember last choice when switching sessions

2008-02-24 Thread orbisvicis
even better idea
customisable .dmrc to allow for different window managers depending on the X 
server conecting to.

-- 
Remember last choice when switching sessions
https://bugs.launchpad.net/bugs/4584
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 150089] Re: mixer_applet2 (aka volume control applet) hogs CPU

2008-01-19 Thread orbisvicis
Bump to everything said

This could be dangerous on a dual core laptop, especially some dells
where the fans don't turn on till 70C and heat is an issue. Since
mixer_applet2 is not multithreaded, it only uses one core, (max 100%
cpu) and while everything heats up, the system nonetheless runs without
noticeable lag. Unless correctly configure lm-sensors and a fan-speed
control like 18k, this issue is virtually undetectable.

-- 
mixer_applet2 (aka volume control applet) hogs CPU
https://bugs.launchpad.net/bugs/150089
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150089] Re: mixer_applet2 (aka volume control applet) hogs CPU

2008-01-19 Thread orbisvicis
Possibly related to the fact the mixer_applet2 doest control the sound
correctly on the usb devices anyway - changes to volume affect only one
channel, changing other channels or 'locking' the controls together seem
to temporarily increase cpu + not work

Anyway most likely not helpful. I cant seem to consistently reproduce this, if 
anyone else has any clues?
like run a strace on the process id of mixer_applet2 when cpu is hogged?

-- 
mixer_applet2 (aka volume control applet) hogs CPU
https://bugs.launchpad.net/bugs/150089
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150089] Re: mixer_applet2 (aka volume control applet) hogs CPU

2008-01-19 Thread orbisvicis
Possibly related to the fact the mixer_applet2 doest control the sound
correctly on the usb devices anyway - changes to volume affect only one
channel, changing other channels or 'locking' the controls together seem
to temporarily increase cpu + not work

Anyway most likely not helpful. I cant seem to consistently reproduce this, if 
anyone else has any clues?
like run a strace on the process id of mixer_applet2 when cpu is hogged?
or attach it to gdb

-- 
mixer_applet2 (aka volume control applet) hogs CPU
https://bugs.launchpad.net/bugs/150089
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183969] Re: xserver-xorg-core update breaks java wxwidgets apps

2008-01-19 Thread orbisvicis
thanks for the quick fix in xserver-xorg-core

all i had to do afterwards was 
dselect update
sudo apt-get install -f --reinstall  nvidia-glx-new

(otherwise gdm wouldnt start)

-- 
xserver-xorg-core update breaks java  wxwidgets apps
https://bugs.launchpad.net/bugs/183969
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 43180] Re: Cannot mount WinXP partition at /windows

2008-01-07 Thread orbisvicis

** Attachment added: /var/log/installer/partman
   http://launchpadlibrarian.net/11194370/partman

-- 
Cannot mount WinXP partition at /windows
https://bugs.launchpad.net/bugs/43180
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 43180] Re: Cannot mount WinXP partition at /windows

2008-01-07 Thread orbisvicis

** Attachment added: /var/log/installer/syslog
   http://launchpadlibrarian.net/11194373/syslog

-- 
Cannot mount WinXP partition at /windows
https://bugs.launchpad.net/bugs/43180
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 43180] Re: Cannot mount WinXP partition at /windows

2008-01-06 Thread orbisvicis
exact same issue with 7.10 i386 alternate installer
Someone else reported it as well: 
http://ubuntuforums.org/archive/index.php/t-596682.html

Setup:
  sda(250Gb) - linux partitions: xfs, jfs, reiserfs
  sdb(250Gb) - 2 windows partitions
  sdb1(100Gb) - ntfs
  sdb5(120Gb) - ntfs

Running a socket 939 (AMD 64) motherboard with the nforce 4 sli chipset.

Using any mount point not in /media would give error:
The attempt to mount a file system with type ntfs in SCSI3 (0,0,3), partition 
#1 (sdb) at /windows/root failed

Of course I tested out windows, ran chkdsk, all perfect.

The 4th console (ctrl-alt-4) gave no error message. Just on-screen
statements about successfully mounting other sda partitions.

Strangely, the installer would only give the error on the partition that was 
Not marked bootable.
So if sda1 is bootable, sda5 gets error
 if sda5 is bootable, sda1 gets error
Infuriating, because one less windows partition and most likely it would have 
worked.
Any way, I ended mounting in /media/...

cheers

-- 
Cannot mount WinXP partition at /windows
https://bugs.launchpad.net/bugs/43180
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 124313] xorg memory high

2007-07-05 Thread orbisvicis
Public bug reported:

Binary package hint: mail-notification

possibly, run mail-notification configured with a server that can not be
reach. In my particular case, a gmail server or a server with ssl
support on an other port (995). Wait a while. Then when try to move
windows, look at ps aux and see that Xorg cpu usage at 70-80%. Notice
that Xorg lags noticeably only while dragging windows.Kill mail-
notification, xorg goes back to normal.

I havent been able to successfully connect to a mail server using mail-
notification, so i dont know if this bug is specific to any mail service
even if correctly set up, or perhpas inherent in mail-notification.
While setup with gmail works  reports incoming mail correctly, keep
getting 'unhandled gmail mailbox (unable to retrieve feed:generic error)
error'. Possibly the two are related.

Running on amd64.

command line reports no errors though.

** Affects: mail-notification (Ubuntu)
 Importance: Undecided
 Status: New

-- 
xorg memory high
https://bugs.launchpad.net/bugs/124313
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124313] Re: xorg memory high

2007-07-05 Thread orbisvicis
cpu on mail-notification not high, though

-- 
xorg memory high
https://bugs.launchpad.net/bugs/124313
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 116097] adesklet amd64, adesklets do not start

2007-05-21 Thread orbisvicis
Public bug reported:

Binary package hint: adesklets

-System: amd64, python2.5.1c1 , ubuntu 7.04 w/ gnome (new installation)
-Background: original ubuntu repository had this bug:
https://bugs.launchpad.net/ubuntu/+source/adesklets/+bug/109942

The adesklets 0.6.1 update from the website gave some errors compiling,
as well as some other python-related bugs ... [desklet].py would crash
when run, and adesklet -i malfunctioned.

-Current
The git head has the least errors. It compiles/makes without any errors, and is 
able to register/test desklets. However running adesklets -i from the terminal 
generates these errors:

adesklets -i
Traceback (most recent call last):
  File /usr/local/bin/adesklets_installer, line 632, in module
if globals()['%sGUI' % ui](): break
  File /usr/local/bin/adesklets_installer, line 590, in cursesGUI
return _cursesGUI()
  File /usr/local/bin/adesklets_installer, line 288, in __init__
self.run()
  File /usr/local/bin/adesklets_installer, line 529, in run
curses.wrapper(self._run)
  File curses/wrapper.py, line 44, in wrapper
  File /usr/local/bin/adesklets_installer, line 560, in _run
dpad.refresh(self.driver.desklets.descriptions ())
  File /usr/local/bin/adesklets_installer, line 70, in descriptions
for k, v in self.iteritems()]
KeyError: 'status'

Furthermore, adesklets --nautilus is unable to run adesklets (no errors). 
However, I was able to test adesklets: and they would display as follows:
metacity: no display/couldn't see
compiz: bad transparency, distorted image
beryl: almost invisible, seemed to hide under the wallpaper

traceback in adesklets -i after installing python-tk:

adesklets -i
Exception in Tkinter callback
Traceback (most recent call last):
  File lib-tk/Tkinter.py, line 1406, in __call__
return self.func(*args)
  File lib-tk/Tkinter.py, line 501, in callit
func(*args)
  File /usr/local/bin/adesklets_installer, line 395, in pool
if self.driver.refreshed(): self.refresh_list()
  File /usr/local/bin/adesklets_installer, line 385, in refresh_list
for desc in self.driver.desklets.descriptions():
  File /usr/local/bin/adesklets_installer, line 70, in descriptions
for k, v in self.iteritems()]
KeyError: 'status'

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

-- 
adesklet  amd64, adesklets do not start
https://bugs.launchpad.net/bugs/116097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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