[Bug 163574] Re: jabberd2 does not launch multiple sm's

2007-11-18 Thread janoszen
I managed to fix this behaviour by creating this modified init script:

[code]
#! /bin/sh
#
# jabberd2 init script to start jabberd2 daemon
#
# Created from Bernd Eckenfels <[EMAIL PROTECTED]>
#
# Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
# Modified for Debian GNU/Linux
# by Ian Murdock <[EMAIL PROTECTED]>.
#
# Version:  @(#)skeleton  1.8  03-Mar-1998  [EMAIL PROTECTED]
#
# This file was automatically customized by dh-make on Sun, 21 May 2000 
12:31:20 +0200

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/jabberd
NAME=jabberd2
DESC=jabberd2
PIDDIR=/var/run/jabber
CONFDIR=/etc/jabberd2
DAEMONPATH=/usr/bin
CMDLINE=""

# test -f $DAEMON || exit 0

# /var/run could be a tmpfs
test -d /var/run/jabber || (mkdir -p /var/run/jabber; chown jabber 
/var/run/jabber)

LOAD_COMPONENTS=false
DAEMONS=""

# include defaults
if [ -e /etc/default/jabberd2 ]; then
   . /etc/default/jabberd2
fi

#if [ x"$JABBER_HOSTNAME" != x"" ]; then
#   CMDLINE="$CMDLINE -h $JABBER_HOSTNAME"
#fi
#if [ x"$JABBER_SPOOL" != x"" ]; then
#   CMDLINE="$CMDLINE -s $JABBER_SPOOL"
#fi

#if [ x"$CMDLINE" != x"" ]; then
#   CMDLINE="-- $CMDLINE"
#fi

# XXX: Work this out better when things work..
#  We really should use jabberd.cfg to get the daemons and their configs
# DAEMONS="router resolver sm s2s c2s"
DAEMONS=`cat $CONFDIR/jabberd.cfg | egrep -v "^#" | egrep 
"(router|resolver|sm|s2s|c2s)([[:space:]]+)(.*)\.xml" | sed 
"s/\([a-zA-Z0-9]*\)\([[:space:]]*\)\([a-zA-Z0-9/\.]*\)/\\1 \\3/" | cut -d " " 
-f 1`
config=`cat $CONFDIR/jabberd.cfg | egrep -v "^#" | egrep 
"(router|resolver|sm|s2s|c2s)([[:space:]]+)(.*)\.xml" | sed 
"s/\([a-zA-Z0-9]*\)\([[:space:]]*\)\([a-zA-Z0-9/\.]*\)/\\1 \\3/" | cut -d " " 
-f 2`

set -e

case "$1" in
   start)
  echo -n "Starting $DESC:"
  count=1
  for i in $DAEMONS; do
  echo -n " `echo $config | cut -d " " -f $count | sed 
"s/\/\(.*\)\/\(.*\)\.xml/\\2/"`"

  configfile=`echo $config | cut -d " " -f $count`
  start-stop-daemon -b -c jabber:adm --start --quiet --pidfile 
$PIDDIR/`echo $config | cut -d " " -f $count | sed 
"s/\/\(.*\)\/\(.*\)\.xml/\\2/"`.pid --exec "$DAEMONPATH/$i" -- -c `echo $config 
| cut -d " " -f $count` $CMDLINE
  count=`expr $count + 1`
  done
  echo "."
  if [ -d /etc/jabber/jabber.d -a x$LOAD_COMPONENTS = xtrue ]; then
 run-parts --arg=$1 /etc/jabber/jabber.d
  else
 echo "Not loading components."
  fi
  ;;
   stop)
  ERROR=0
  if [ -d /etc/jabber/jabber.d -a x$LOAD_COMPONENTS = xtrue ]; then
 run-parts --arg=$1 /etc/jabber/jabber.d
  fi
  echo -n "Stopping $DESC:"
  count=1
  for i in $DAEMONS; do
  echo -n " `echo $config | cut -d " " -f $count | sed 
"s/\/\(.*\)\/\(.*\)\.xml/\\2/"`"
  start-stop-daemon -o --stop --retry 5 --pidfile $PIDDIR/`echo $config | 
cut -d " " -f $count | sed "s/\/\(.*\)\/\(.*\)\.xml/\\2/"`.pid --quiet \
   --exec $DAEMONPATH/$i || ( echo -n "" && ERROR=1 )
  count=`expr $count + 1`
  done
  echo "."
  if [ $ERROR -eq 1 ]; then exit 1; fi
  ;;
   restart)
  $0 stop
  sleep 3
  $0 start
  ;;
   *)
  N=/etc/init.d/$NAME
  echo "Usage: $N {start|stop|restart}" >&2
  exit 1
  ;;
esac

exit 0
[/code]

-- 
jabberd2 does not launch multiple sm's
https://bugs.launchpad.net/bugs/163574
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 163607] Re: Nautilus: browsing a folder with many png files gets extremely slow

2007-11-18 Thread Arnaud Blouin
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None => nautilus

-- 
Nautilus: browsing a folder with many png files gets extremely slow
https://bugs.launchpad.net/bugs/163607
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 163220] Re: notification stops update

2007-11-18 Thread Nanley Chery
** Summary changed:

- Update Manager bug
+ notification stops update

-- 
notification stops update
https://bugs.launchpad.net/bugs/163220
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 163615] bug in managing of updates

2007-11-18 Thread brutalchrist
Public bug reported:

not respond on having begun to unload 71 packages, i have 2 hours
waiting. I try to close and i can't, not respond.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
bug in managing of updates
https://bugs.launchpad.net/bugs/163615
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 54434] Re: crashes when searching for a key which contains a unicode character

2007-11-18 Thread Malcolm Parsons
Fixed a while ago upstream, cannot reproduce in Gutsy.

** Changed in: gnupg (Ubuntu)
   Status: Confirmed => Fix Released

-- 
crashes when searching for a key which contains a unicode character
https://bugs.launchpad.net/bugs/54434
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 120587] Re: open dialog does not show "File System" item for root

2007-11-18 Thread Nanley Chery
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None => nautilus
   Status: New => Confirmed

-- 
open dialog does not show "File System" item for root
https://bugs.launchpad.net/bugs/120587
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 135238] Re: "an user" should be "a user"

2007-11-18 Thread Malcolm Parsons
** Bug watch added: GnuPG Bugs #853
   https://bugs.g10code.com/gnupg/issue853

** Also affects: gnupg via
   https://bugs.g10code.com/gnupg/issue853
   Importance: Unknown
   Status: Unknown

-- 
"an user" should be "a user"
https://bugs.launchpad.net/bugs/135238
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 144161] Re: Wi-Fi rt73 USB (TP-Link TL-WN321G) doesn't connect

2007-11-18 Thread David Ballester
Another confirmation comment. From livecd ( 7.10 x86 ) I  was able to
scan wireless networks, after installing on the computer it can't enable
wireless with message 'phy2 -> rt2500usb_enable_radio: Error - Register
initialization failed'

-- 
Wi-Fi rt73 USB (TP-Link TL-WN321G) doesn't connect 
https://bugs.launchpad.net/bugs/144161
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 160659] Re: 可否将中国电信的 飞信软件也加上来呢

2007-11-18 Thread Arnaud Blouin
** Changed in: pidgin (Ubuntu)
   Status: New => Incomplete

-- 
可否将中国电信的飞信软件也加上来呢
https://bugs.launchpad.net/bugs/160659
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 163239] Re: two icons for the updates manager

2007-11-18 Thread Nanley Chery
Thank you for your suggestion. However, the changes you are requesting
aren't really a bug and require more discussion, which should be done on
an appropriate mailing list or forum. [WWW]
http://www.ubuntu.com/support/community/mailinglists might be a good
start for determining which mailing list to use.

** Changed in: update-manager (Ubuntu)
   Status: Incomplete => Invalid

-- 
two icons for the updates manager
https://bugs.launchpad.net/bugs/163239
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 113081] Re: After hibernation cpu fan stops working

2007-11-18 Thread David Schmitz
Forgot to mention: running Kubuntu Gutsy.
uname:
[ otis ~ ]uname -srvm
Linux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686

-- 
After hibernation cpu fan stops working
https://bugs.launchpad.net/bugs/113081
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 113081] Re: After hibernation cpu fan stops working

2007-11-18 Thread David Schmitz

** Attachment added: "lsmod.gz"
   http://launchpadlibrarian.net/10461139/lsmod.gz

-- 
After hibernation cpu fan stops working
https://bugs.launchpad.net/bugs/113081
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 145524] Re: Splash screen typo error

2007-11-18 Thread Toby Smithe
I do not believe this is the intention of the image. The image is there
to inform the user that the software was released as a "release
candidate", not a "release condadidate". Thus this is not "fine", and
the bug is valid.

The bug report referenced above has not been updated since December
2006, so I don't think any activity will be happening there; let alone
any "tracking".

I would confirm this report, but I don't believe I have the authority,
so I'm setting it back to "New".

** Changed in: gimp (Ubuntu)
   Status: Invalid => New

-- 
Splash screen typo error
https://bugs.launchpad.net/bugs/145524
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 113081] Re: After hibernation cpu fan stops working

2007-11-18 Thread David Schmitz

** Attachment added: "dmidecode.gz"
   http://launchpadlibrarian.net/10461138/dmidecode.gz

-- 
After hibernation cpu fan stops working
https://bugs.launchpad.net/bugs/113081
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 113081] Re: After hibernation cpu fan stops working

2007-11-18 Thread David Schmitz
Same here Toshiba A135-S7404.  Come out of hibernation, fan no longer
works, and CPU overheats, eventually causing a powerdown.

** Attachment added: "lspci.gz"
   http://launchpadlibrarian.net/10461127/lspci.gz

-- 
After hibernation cpu fan stops working
https://bugs.launchpad.net/bugs/113081
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 163613] Please sync alleyoop 0.9.3-1 (universe) from Debian unstable (main)

2007-11-18 Thread James Westby
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/alleyoop
 status new
 subscribe ubuntu-universe-sponsors

Please sync alleyoop 0.9.3-1  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
Debian pulled in the .desktop file and patch that were the changes applied. 
Package builds fine in Hardy, and survives a brief test.

Changelog since current hardy version 0.9.3-0ubuntu1:

alleyoop (0.9.3-1) unstable; urgency=low

  [ Loic Minier ]
  * Override the default editor to use gnome-text-editor instead.
(Closes: #386378)
  * Bump up debhelper build-dep to >= 5.0.13 to get update-gconf-defaults in
debhelper.
  * Add a get-orig-source target to retrieve the upstream tarball.

  [ Sebastian Dröge ]
  * New upstream release (Closes: #405976):
+ debian/control.in:
  - Build depend on libxml-parser-perl.
+ debian/patches/00_assignments.diff,
  debian/patches/02_logfile-fd.diff:
  - Dropped, merged upstream.
+ debian/patches/01_gconf-breakage.diff
  - Updated, patch taken from Ubuntu by Miguel Ruiz <[EMAIL PROTECTED]>.
  * debian/alleyoop.desktop,
debian/rules:
+ Add desktop file for alleyoop, taken from Ubuntu.
  * debian/compat:
+ Update to debhelper compat level 5.
  * debian/control.in:
+ Update to Standards-Version 3.7.2.

 -- Sebastian Dröge <[EMAIL PROTECTED]>  Fri, 05 Oct 2007 12:53:41 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHQHY/Rej+37V3/hMRAv15AKCcnN1Wo6woFEeDDEqXpbdz1SpQmgCfXbEQ
zjVAH9dt+XWrllbKwoVJBM4=
=fL19
-END PGP SIGNATURE-

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

-- 
Please sync alleyoop 0.9.3-1  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/163613
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 163294] Re: New installation doesn't import old grub settings

2007-11-18 Thread GeertPoels
For me it didn't.
Maybe it has to do with my 6.10 installation being on another disk ?
I suppose somebody with a spare machine could simulate that :
Install 6.10 on a first disk
Install 7.10 on the second disk.

-- 
New installation doesn't import old grub settings
https://bugs.launchpad.net/bugs/163294
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 129910] Re: tty[1-6] are active but display nothing in Gutsy

2007-11-18 Thread Paul Dufresne
Confirming on xserver-xorg-video-ati, based on the fact that debbugs
#445100 suggest that some Debian ATI driver version fix this problem.

** Also affects: xserver-xorg-video-ati (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Confirmed

-- 
tty[1-6] are active but display nothing in Gutsy
https://bugs.launchpad.net/bugs/129910
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 137204] Re: kdm crash

2007-11-18 Thread Marco Maini
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: kdebase (Ubuntu)
   Status: Incomplete => Invalid

-- 
kdm crash
https://bugs.launchpad.net/bugs/137204
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 163182] Re: Start-up hangs/jams on gutsy kernel 2.6.22-14-generic

2007-11-18 Thread Nanley Chery
There is also a support section on Launchpad:
http://launchpad.net/support

-- 
Start-up hangs/jams on gutsy kernel 2.6.22-14-generic
https://bugs.launchpad.net/bugs/163182
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 141389] Re: Open Office Calc crashes when resizing graph

2007-11-18 Thread Andrea Mennini
Just forgetting I'm talking about oo 2.30, and particulary:

[EMAIL PROTECTED]:~$ apt-cache showpkg openoffice.org-calc
Package: openoffice.org-calc
Versions: 
1:2.3.0-1ubuntu5 
(/var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_gutsy_main_binary-i386_Packages)
 (/var/lib/dpkg/status)
 Description Language: 
 File: 
/var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_gutsy_main_binary-i386_Packages
  MD5: e3ccbfa25d7bc3ab0cd6b7701209c162


Reverse Depends: 
  oooqs2-kde,openoffice.org-calc
  oooqs-kde,openoffice.org-calc
  mozilla-openoffice.org,openoffice.org-calc
  openoffice.org-voikko,openoffice.org-calc 2.0.4
  openoffice.org-filter-binfilter,openoffice.org-calc 1.9.113-0pre1
  openoffice.org-core,openoffice.org-calc 2.2.1~oof680m15-2
  openoffice.org-core,openoffice.org-calc 1:2.3.0-1ubuntu5
  openoffice.org-common,openoffice.org-calc 2.0.4~rc1
  openoffice.org-common,openoffice.org-calc 2.2.0-1
  openoffice.org,openoffice.org-calc
  myspell-et,openoffice.org-calc
  kubuntu-desktop,openoffice.org-calc
Dependencies: 
1:2.3.0-1ubuntu5 - openoffice.org-core (5 1:2.3.0-1ubuntu5) libc6 (2 2.6-1) 
libgcc1 (2 1:4.2.1) libstdc++6 (2 4.2.1) openoffice.org-bin (3 1.9) 
openoffice.org-debian-files (0 (null)) openoffice.org2-calc (3 
1:2.3.0-1ubuntu5) openoffice.org2-core (3 1.9.113-0pre1) openoffice.org (3 1.9) 
openoffice.org-debian-files (0 (null)) openoffice.org-core (1 2.2.0-4) 
openoffice.org2-calc (3 1:2.3.0-1ubuntu5) openoffice.org-common (3 
2.0.3+2.0.4m179) 
Provides: 
1:2.3.0-1ubuntu5 - openoffice.org2-calc 
Reverse Provides:

-- 
Open Office Calc crashes when resizing graph
https://bugs.launchpad.net/bugs/141389
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 158302] Re: Adept Manager-Crash: KQemu-source

2007-11-18 Thread Marco Maini
Now, I'm not able to reproduce this. If you know how to reproduce this
crash please add more details and if possible a backtrace (you can
follow these procedure  [WWW]
http://wiki.ubuntu.com/DebuggingProgramCrash). Thanks for your
collaboration.

** Changed in: adept (Ubuntu)
 Assignee: (unassigned) => Marco Maini (maini10)
   Status: New => Incomplete

-- 
Adept Manager-Crash: KQemu-source
https://bugs.launchpad.net/bugs/158302
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 159269] Re: Installation fails sorta in Kubuntu 7.10 x86-64

2007-11-18 Thread Marco Maini
Thanks for your report. If your problem is still present, please add
more information about packages that are uninstallable and give this
error.

** Changed in: adept (Ubuntu)
 Assignee: (unassigned) => Marco Maini (maini10)
   Status: New => Incomplete

-- 
Installation fails sorta in Kubuntu 7.10 x86-64
https://bugs.launchpad.net/bugs/159269
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 158642] Re: Laptop bright problems

2007-11-18 Thread gus
I guess this is trying to emulate MAC OS X behavior, but it is not
achiving the goal as after idle time it dosent get back to a usable
brightness.

** Changed in: network-manager-applet (Baltix)
   Status: New => Invalid

** Changed in: baltix
   Status: New => Invalid

-- 
Laptop bright problems
https://bugs.launchpad.net/bugs/158642
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 163182] Re: Start-up hangs/jams on gutsy kernel 2.6.22-14-generic

2007-11-18 Thread Nanley Chery
I can't; the launchpad is a place where we try and fix software
problems. For support questions, you should visit www.ubuntuforums.org

-- 
Start-up hangs/jams on gutsy kernel 2.6.22-14-generic
https://bugs.launchpad.net/bugs/163182
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 163239] Re: two icons for the updates manager

2007-11-18 Thread Nanley Chery
I understand that you want to make the icons similar, but how will this
help the new user?

** Changed in: update-manager (Ubuntu)
Sourcepackagename: None => update-manager

-- 
two icons for the updates manager
https://bugs.launchpad.net/bugs/163239
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 163461] Re: "could not calculate the upgrade" from 7.04 to 7.10

2007-11-18 Thread p0troast
After my upgrade to '7.10' failed via the Package Manager, I instead
just updated the current release (equivalent of 'apt-get update && apt-
get upgrade').  The only package that was unable to be resolved/upgraded
was 'nfs-common'.  I did an 'apt-cache show nfs-common' and am attaching
the output.  This output includes the two packages:  one being upgraded
from (1:1.0.9-2ubuntu1) and one being upgraded to (1:1.0.12-4).

** Attachment added: "'apt-cache show nfs-common' output"
   http://launchpadlibrarian.net/10461112/nfs-common_apt_cache_show.txt

-- 
"could not calculate the upgrade" from 7.04 to 7.10
https://bugs.launchpad.net/bugs/163461
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 163609] Re: Initialising MTP plugin takes a long time; probably doesn't even work

2007-11-18 Thread Alex Jones

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/10461107/Dependencies.txt

-- 
Initialising MTP plugin takes a long time; probably doesn't even work
https://bugs.launchpad.net/bugs/163609
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 163609] Initialising MTP plugin takes a long time; probably doesn't even work

2007-11-18 Thread Alex Jones
Public bug reported:

Binary package hint: rhythmbox

If I enable the "Portable Players - MTP" plugin, I see this in an
strace, repeated thousands and thousands of times. The UI hangs until it
decides it has had enough, then the plugin is "active". I have no idea
if it actually works, as I don't own an MTP device.

This behaviour also happens when starting up Rhythmbox with the MTP
plugin active. It takes tens of seconds to start up as a result.

gettimeofday({1195406122, 113969}, NULL) = 0
writev(17, [{"l\1\0\1\22\0\0\0\\f\0\0\247\0\0\0\1\1o\0*\0\0\0/org/fr"..., 184}, 
{"\r\0\0\0usb.vendor_id\0", 18}], 2) = 202
gettimeofday({1195406122, 114187}, NULL) = 0
poll([{fd=17, events=POLLIN, revents=POLLIN}], 1, 25000) = 1
read(17, "l\3\1\1[\0\0\0X\315\1\0]\0\0\0\6\1s\0\5\0\0\0:1.72\0\0"..., 2048) = 
203
read(17, 0x8c9a9e0, 2048)   = -1 EAGAIN (Resource temporarily 
unavailable)

Disabling the MTP plugin alleviates the problem.

ProblemType: Bug
Architecture: i386
Date: Sun Nov 18 17:15:52 2007
DistroRelease: Ubuntu 7.10
NonfreeKernelModules: vmnet vmblock vmmon fglrx
Package: rhythmbox 0.11.2-0ubuntu4
PackageArchitecture: i386
SourcePackage: rhythmbox
Uname: Linux flash 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

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


** Tags: apport-bug

-- 
Initialising MTP plugin takes a long time; probably doesn't even work
https://bugs.launchpad.net/bugs/163609
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 163610] Ctrl-Shift-u shortcut is impossilbe because of competing gtk+ shortcut

2007-11-18 Thread Matthias
Public bug reported:

Binary package hint: openoffice.org

This bug applies especially to all localizations which have a Ctrl-Shift-u 
shortcut by default.
I have only verified it on the German localization, where Ctrl-Shift-u is 
underline in the OpenOffice-Writer

Since Version 2.10 GTK+ uses this shortcut for entering unicode
characters. Compare the release notes:

http://www.gnomefiles.org/version.php?soft_id=370
> Version: 2.10 - Released on 2006-07-03 07:16:18 UTC
> * The hexadecimal Unicode input feature has been reworked. It no longer 
> blocks the use of the sixteen Ctrl-Shift- key sequences. Now
> it only uses Ctrl-Shift-u.

So pressing Ctrl-Shift-u results in entering an underlined unicode
character (and thus e.g. deleting any selected text)

Tested with ubuntu 7.10 (gutsy) (32 and 64bit)

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ctrl-Shift-u shortcut is impossilbe because of competing gtk+ shortcut
https://bugs.launchpad.net/bugs/163610
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 67317] Re: I/O error copying large files to an USB flash memory

2007-11-18 Thread lcardoso
Error "I/O error" while copying "/home/luci...2007S.mp4". (60Mbytes)
Nov 18 15:06:29 ubuntu710 kernel: [21956.890121] usb 3-4: new high speed USB 
device using ehci_hcd and address 7
uname -a
Linux ubuntu710 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

-- 
I/O error copying large files to an USB flash memory
https://bugs.launchpad.net/bugs/67317
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 129910] Re: tty[1-6] are active but display nothing in Gutsy

2007-11-18 Thread Paul Dufresne
In Debian bug number 445100, it is said:
You nailed that one, Brice. The problem goes away with
xserver-xorg-video-ati/experimental 1:6.7.194-1.
 

** Bug watch added: Debian Bug tracker #445100
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445100

** Also affects: xserver-xorg-video-ati (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445100
   Importance: Unknown
   Status: Unknown

-- 
tty[1-6] are active but display nothing in Gutsy
https://bugs.launchpad.net/bugs/129910
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 159974] Re: sysinfo crashes systematically when selecting NVIDIA in menu

2007-11-18 Thread Koen Beek
** Tags added: screencast

-- 
sysinfo crashes systematically when selecting NVIDIA in menu
https://bugs.launchpad.net/bugs/159974
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 158642] Re: Laptop bright problems

2007-11-18 Thread gus
** Also affects: network-manager (Baltix)
   Importance: Undecided
   Status: New

** Also affects: network-manager-applet (Baltix)
   Importance: Undecided
   Status: New

** Changed in: baltix
Sourcepackagename: network-manager => None

-- 
Laptop bright problems
https://bugs.launchpad.net/bugs/158642
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 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2007-11-18 Thread John Toliver
I notice it happens when I reboot, and no resolution changes, nor have I
added anything new to the panel.  Two Icons on the far left simply
appeared in interchanged positions.   For example, the icons were in
position 1-2-3-4-5-6-7 before reboot, and after reboot they are in
position 1-2-3-4-5-7-6.  Again all icons are locked.  This happens on
kernel 2.6.22-14 generic, gnome 2.20.1.  Please advise if more
information required.

-- 
GNOME Panel icons (on right side) move apparently randomly on session start in 
some situations
https://bugs.launchpad.net/bugs/44082
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 138134] Re: adept crash while fetching update list

2007-11-18 Thread Marco Maini
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: adept (Ubuntu)
 Assignee: Marco Maini (maini10) => (unassigned)
   Status: Incomplete => Invalid

-- 
adept crash while fetching update list
https://bugs.launchpad.net/bugs/138134
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 134835] Re: konqueror randomly reports an error while loading web page(s) at the same time

2007-11-18 Thread Marco Maini
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: kdebase (Ubuntu)
 Assignee: Marco Maini (maini10) => (unassigned)
   Status: Incomplete => Invalid

-- 
konqueror randomly reports an error while loading web page(s) at the same time
https://bugs.launchpad.net/bugs/134835
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 141389] Re: Open Office Calc crashes when resizing graph

2007-11-18 Thread Andrea Mennini
Set to confirmed because of additional problems on ubuntu 7.10

** Changed in: openoffice.org (Ubuntu)
   Status: Fix Released => Confirmed

-- 
Open Office Calc crashes when resizing graph
https://bugs.launchpad.net/bugs/141389
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 141389] Re: Open Office Calc crashes when resizing graph

2007-11-18 Thread Andrea Mennini
For me on gutsy (7.10) it crashes. Particulary:

1. If I resize a little bit, it is resized.
2. The I save it, and it gets saved.
3. Without closing the document, if I resize it I have an empty graphic, i.e. 
with no data shown.
4. Saving it once again makes oo to crash saying that due to an unexpeceted 
error oo is crashed and my file will be recovered.

If I resize the chart to the exact page size and save, the same as #4
happens.

I've attached a file that has the problem depicted above.

Ciao

** Attachment added: "The graphic in the second sheet has resize problems"
   http://launchpadlibrarian.net/10461079/Pressione%20%28copy%29.ods

-- 
Open Office Calc crashes when resizing graph
https://bugs.launchpad.net/bugs/141389
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 148518] Re: OpenOffice Writer hangs when Format--Page menu option selected

2007-11-18 Thread Mark Christian D. Lopez
Bump. Happens on me too using a theme called Elegance.

-- 
OpenOffice Writer hangs when Format--Page menu option selected
https://bugs.launchpad.net/bugs/148518
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 163606] distribution upgrade buggy(apparent hangs)

2007-11-18 Thread santana
Public bug reported:

Hi I again tried the distribution upgrade via adept_manager. (a couple
weeks ago I tried the pre-release on my laptop it crashed after like 2
minutes leaving my machine with no X11) Is it me or is this the buggiest
release of ubuntu ever? This time, during the preparing the upgrade step
that application appears to hang, showing no signs of life for long
periods of time during the fetch files process. The progress bar is
stuck no movement for periods of 5min at a time or longer. No signs of
life. I probably would have thought less of this had it not happened on
the first file fetch. Also I have probably one of the fastest
connections available as I work in a research computing group at a
university, we have all gig switches dedicated fiber, and no one is here
but me on a saturday night at 6pm. When I see an app that is downloading
with no progress bar motion it makes me think crash, deadlock etc.. and
I cancel. After a couple of tries I noticed that it would apprently hang
for 5 minutes or so then blindingly fast zip through a few more
downloads and apparently hang again. I let it go all night, only to have
some other issue about not able to verify some packages, my internet
connection might be down,(but of course it wasn't) and they were like
standard KDE apps so something was up there too. Sorry for the long rant
here but my vote is for a later release of a more stable product.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
distribution upgrade buggy(apparent hangs)
https://bugs.launchpad.net/bugs/163606
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 163587] Re: Thunar does not respond after second window is opened

2007-11-18 Thread Jérôme Guelfucci
Thank you for your bug report. We will investigate this, I'm setting
this to High priority.

I just want to correct your last sentence: it may be useless for you,
but it's still an OS and it's working OK for other people. I can
understand that you are annoyed by this situation but it's not necessary
to say that evrything is just crap.

Lionel: Do you have any ideas on this ?

** Changed in: thunar (Ubuntu)
   Importance: Undecided => High

-- 
Thunar does not respond after second window is opened
https://bugs.launchpad.net/bugs/163587
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 163607] Nautilus: browsing a folder with many png files gets extremely slow

2007-11-18 Thread Lucio
Public bug reported:

Folder with 85 .png files for a total size of 112 Mb. Every time I open
that folder Nautilus gets so slow sometimes gets black than normal, then
while I browse the window refreshing hangs, Nautilus gets black, than
normal again, and so on. Unusable.

My system: Dell Latitude D620 laptop (Centrino duo)
Ubuntu 7.10 Gutsy
Kernel 2.6.22-14-generic

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Nautilus: browsing a folder with many png files gets extremely slow
https://bugs.launchpad.net/bugs/163607
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 145278] Re: [gutsy] getting "Error Printing: Too many failed attempts" error when printing through GtkPrintOperation

2007-11-18 Thread Sebastien Bacher
The bug should be fixed in the hardy version now

** Changed in: gtk+2.0 (Ubuntu)
   Status: Triaged => Fix Released

-- 
[gutsy] getting "Error Printing: Too many failed attempts" error when printing 
through GtkPrintOperation
https://bugs.launchpad.net/bugs/145278
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 163522] Re: Totem, No sound when playing a DVD

2007-11-18 Thread Trevor Schauls
 Totem-gstreamer doesn't support dvd playing fully yet. See
https://help.ubuntu.com/7.10/musicvideophotos/C/video.html for help on
playing them.

** Changed in: totem (Ubuntu)
   Status: New => Confirmed

-- 
Totem, No sound when playing a DVD
https://bugs.launchpad.net/bugs/163522
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 163603] Re: FTBFS: axiom_20050901-9ubuntu1 on hardy/i386

2007-11-18 Thread Philipp Kern

** Attachment added: "axiom.buildlog"
   http://launchpadlibrarian.net/10461076/axiom.buildlog

-- 
FTBFS: axiom_20050901-9ubuntu1 on hardy/i386
https://bugs.launchpad.net/bugs/163603
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 163604] Thinkpad R51 laptop lid button only works half the time

2007-11-18 Thread Aaron Bentley
Public bug reported:

Binary package hint: acpi

The first time I close my laptop lid, it suspends.  The second time I
close it, nothing appears to happen.  The third time, it suspends
correctly.  etc.  I know that the lid is the only variable, because if
it fails to suspend on close, I simply open the lid and close it again.
The second time I close it, it always works.

I believe this started happening in Feisty.  In Edgy, IIRC, suspend
worked correctly.

Note that this is only a problem when the lid is used to suspend. I can
suspend correctly via the keyboard every time.

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

-- 
Thinkpad R51 laptop lid button only works half the time
https://bugs.launchpad.net/bugs/163604
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 163605] Boot process don't pass "Setting the system clock" step

2007-11-18 Thread Frank Abel
Public bug reported:

I'm running Gusty on  VMware and after install the ubuntu-xen-server
package the system boot (using Xen kernel, the default GRUB options
after install the package) don't pass the "Setting the system clock"
step.

Then I boot with the normal ubuntu kernel and remove the links
S08hwclockfirst.sh and S11hwclock.sh from the directory /etc/rcS.d/ Then
when I boot with the Xen kernel all go right.

I just test in Dom0 run the command hwclock and it block, so all seem
that for some reason the hwclock command don't work on Xen on VMware.

** Affects: xen-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Boot process don't pass "Setting the system clock" step
https://bugs.launchpad.net/bugs/163605
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 163503] Re: no sound

2007-11-18 Thread Sebastien Bacher
Thanks for your comments. This does not appear to be a bug report as
such. We appreciate the difficulties you are facing, but it would make
more sense to raise your question in the support tracker.
http://launchpad.net/support

** Changed in: sound-juicer (Ubuntu)
   Status: New => Invalid

-- 
no sound
https://bugs.launchpad.net/bugs/163503
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 163519] Re: Unable to play last.fm streams

2007-11-18 Thread Trevor Schauls
 What version of Ubuntu are you using? If you are using 7.10, go into
Add/Remove and add the package ubuntu-restricted-extras.

-- 
Unable to play last.fm streams
https://bugs.launchpad.net/bugs/163519
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 163588] Re: Ubuntu restarts when i try to see a visualisation while listening to the radio

2007-11-18 Thread Sebastien Bacher
Thanks for your comments. This does not appear to be a bug report as
such. We appreciate the difficulties you are facing, but it would make
more sense to raise your question in the support tracker.
http://launchpad.net/support. That's not a rhythmbox bug, whatever it
does the xorg sessions should not restart

** Changed in: rhythmbox (Ubuntu)
   Status: New => Invalid

-- 
Ubuntu restarts when i try to see a visualisation while listening to the radio
https://bugs.launchpad.net/bugs/163588
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 163601] Re: search in the menu bar

2007-11-18 Thread fishor
please can you provide screen shot, i don't have such issue on my
system.

-- 
search in the menu bar
https://bugs.launchpad.net/bugs/163601
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 134756] Re: [Gutsy]Brightness applet not working in Gutsy (worked in Feisty)

2007-11-18 Thread arturj
I tried just adding 'thinkpad_acpi' to '/etc/modules' and this also seems to 
work for me on my T43. 
Thanks for that workaround which of course works for me also.

-- 
[Gutsy]Brightness applet not working in Gutsy (worked in Feisty)
https://bugs.launchpad.net/bugs/134756
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 163378] Re: PACKGE REQUEST: tovid

2007-11-18 Thread yamal
*** This bug is a duplicate of bug 109598 ***
https://bugs.launchpad.net/bugs/109598

** This bug has been marked a duplicate of bug 109598
   [need-packaging] Package reqest: Tovid

-- 
PACKGE REQUEST: tovid
https://bugs.launchpad.net/bugs/163378
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 163602] FTBFS: avr-libc_1:1.4.6-1 on hardy/i386

2007-11-18 Thread Philipp Kern
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/avr-libc
 tag ftbfs

This package is probably missing a build-dep on texlive-latex-base.

Kind regards,
Philipp Kern


Automatic build of avr-libc_1:1.4.6-1 on troubadix for hardy/i386 by rebuildd 
0.3.0~prerelease-r
Build started at 2007-11-18 16:41:25.007891
**
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 1151kB of source archives.
Get: 1 http://de.archive.ubuntu.com hardy/universe avr-libc 1:1.4.6-1 (dsc) 
[770B]
Get: 2 http://de.archive.ubuntu.com hardy/universe avr-libc 1:1.4.6-1 (tar) 
[1145kB]
Get: 3 http://de.archive.ubuntu.com hardy/universe avr-libc 1:1.4.6-1 (diff) 
[5237B]
[...]
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder and should
Depends: gcc-avr (>= 1:4.2.1-2), binutils-avr (>= 2.17-2), debhelper (>= 5), 
doxygen (>= 1.3.4-1), tetex-bin (<= 3.0-30) | texlive-extra-utils (>= 2007-4), 
tetex-extra | texlive-extra-utils (>= 2007-4), transfig, gs, netpbm, x11-common
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
[...]
The following NEW packages will be installed:
  binutils-avr debhelper defoma doxygen ed file fontconfig-config gawk 
  gcc-avr gettext gettext-base ghostscript gs gsfonts html2text 
  intltool-debian libcupsimage2 libcupsys2 libexpat1 libfontconfig1 
  libfreetype6 libgs8 libice6 libjpeg62 libkpathsea4 libmagic1 libnetpbm10 
  libnewt0.52 libpaper1 libpng12-0 libpoppler2 libpopt0 libsm6 libtiff4 
  libx11-6 libx11-data libxau6 libxaw7 libxcb-xlib0 libxcb1 libxdmcp6 
  libxext6 libxml2 libxmu6 libxpm4 libxt6 mime-support netpbm po-debconf 
  tex-common texlive-base texlive-base-bin texlive-common texlive-doc-base 
  texlive-extra-utils transfig ttf-dejavu ttf-dejavu-core ttf-dejavu-extra 
  ucf whiptail x11-common 
[...]
cd latex_pdf_src && \
sed -e '/tocdepth/s/1/3/' \
-e '/usepackage{doxygen}/s/$/\\usepackage{longtable}/' \
refman.tex > tmp.$ && \
mv -f tmp.$ refman.tex
cd latex_pdf_src && \
sed -e 
'/{TabularC}{.}/s/{TabularC}{.}/{longtable}{|p{1.7cm}|p{1.7cm}|p{2cm}|p{5cm}|}/'
 \
-e '/TabularC/s/TabularC/longtable/' \
-e '/Vector name/,/^[^ ]/s/\\hline/\\endhead\\hline/' \
group__avr__interrupts.tex > tmp.$ && \
mv -f tmp.$ group__avr__interrupts.tex
cd latex_pdf_src && \
sed -e '/{TabularC}{3}/s/{TabularC}{3}/{longtable}{|l|l|l|}/' \
-e '/{longtable}{|l|l|l|}/,/TabularC/s/TabularC/longtable/' \
-e '/Architecture/s/\\hline/\\endhead\\hline/' \
using_tools.tex > tmp.$ && \
mv -f tmp.$ using_tools.tex
cd latex_pdf_src && \
sed -e '/{demo.eps}/s/demo.eps/demo.pdf/' \
group__demo__project.tex > tmp.$ && \
mv -f tmp.$ group__demo__project.tex
cd latex_pdf_src && make refman.pdf
make[5]: Entering directory `/tmp/buildd/avr-libc-1.4.6/doc/api/latex_pdf_src'
pdflatex refman.tex
make[5]: pdflatex: Command not found
make[5]: *** [refman.pdf] Error 127
make[5]: Leaving directory `/tmp/buildd/avr-libc-1.4.6/doc/api/latex_pdf_src'
make[4]: *** [avr-libc-user-manual.pdf] Error 2
make[4]: Leaving directory `/tmp/buildd/avr-libc-1.4.6/doc/api'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/avr-libc-1.4.6/doc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/avr-libc-1.4.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/avr-libc-1.4.6'
make: *** [build] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> Copying COW directory
 -> Invoking pbuilder
 -> Cleaning COW directory
**
Finished with status BUILD_FAILED at 2007-11-18 16:59:12.474423
Build needed 0:17:47.466532
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHQGzb7Ro5M7LPzdgRAtEdAKDwdB9JFgG3bgZNzasgq5bJ+0tjSgCgyqcD
uNecqSPSVqbqsRwbHMnlEGU=
=PZMY
-END PGP SIGNATURE-

** Affects: avr-libc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ftbfs

-- 
FTBFS: avr-libc_1:1.4.6-1 on hardy/i386
https://bugs.launchpad.net/bugs/163602
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 163603] FTBFS: axiom_20050901-9ubuntu1 on hardy/i386

2007-11-18 Thread Philipp Kern
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/axiom
 tag ftbfs

This package failed to build from source.  Please see the attached build
log for details.

Kind regards,
Philipp Kern
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHQG0h7Ro5M7LPzdgRAqLTAJ9y2I+eJGJNqLs5wJuF7U3otp8TygCgjuef
F3KNjHPOHpHoEzsq9dSxGfo=
=V4td
-END PGP SIGNATURE-

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


** Tags: ftbfs

-- 
FTBFS: axiom_20050901-9ubuntu1 on hardy/i386
https://bugs.launchpad.net/bugs/163603
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 42020] Re: installer: grub password included as cleartext in menu.lst

2007-11-18 Thread RW Penney
I've attached a *tentative* patch, which should make encrypted-passwords the 
default option, by adding a new debconf parameter 
("grub-installer/hash-password") which controls whether the manually-entered 
password is passed through grub's md5crypt function before entry in the 
menu.lst.
If appropriate, the patch will need testing as part of the system-installation 
process (which I've not been able to do), and internationalized versions of the 
user-visible text for the hash-password parameter.


** Attachment added: "password-crypted patch for grub-installer-1.24ubuntu4"
   http://launchpadlibrarian.net/10460996/grub-installer.patch

-- 
installer: grub password included as cleartext in menu.lst
https://bugs.launchpad.net/bugs/42020
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 163600] powernow-k8: ignoring illegal change with cpufreq-selector

2007-11-18 Thread José Oviedo
Public bug reported:

I have change frecuency for my CPU with: sudo cpufreq-selector -f
200 in mode battery and i have see the next error with dmesg:

[  455.198914] powernow-k8: ignoring illegal change in lo freq table-2 to 0x2
[  455.198926] powernow-k8: transition frequency failed

And the cpu state not change, this is my info for my cpu

cat /proc/cpuinfo 
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 15
model name  : AMD Athlon(tm) 64 Processor 3200+
stepping: 0
cpu MHz : 1000.000
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow up ts 
fid vid ttp
bogomips: 3984.34
clflush size: 64

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
powersave userspace ondemand conservative performance 

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 
200 180 100 

Becouse if my laptop is connected of normal way without battery the
cpufreq if it makes the change to me

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
powernow-k8: ignoring illegal change with cpufreq-selector
https://bugs.launchpad.net/bugs/163600
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 163601] search in the menu bar

2007-11-18 Thread mouse
Public bug reported:

the user clicks on the applications button on the panel, then start to
clicks a name of application, now the applications menu is shrink

the same with places to search for files
and system search...

this is similar to Nautilus search in folders

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
search in the menu bar
https://bugs.launchpad.net/bugs/163601
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 129910] Re: tty[1-6] are active but display nothing in Gutsy

2007-11-18 Thread interbird
@strabes

To extract the usplash.conf file from the initramfs, follow these steps:
1. open a terminal
2. run this command: mkdir tmp; cd tmp; gzip -cd /boot/initrd.img-$(uname -r) | 
cpio -im; cp -a etc/usplash.conf ..; cd ..; rm -rf tmp
(best is to paste this line in your terminal, if you retype it, type it exactly 
as shown above and don't forget the double dot's near the end)

This will leave a file usplash.conf in the current dir.

Now check it's contents with: cat usplash.conf
Now check the contents of the one on the root-fs: cat /etc/usplash.conf

If they show different resolutions, then copy the one you just extracted with 
the command: sudo cp -a usplash.conf /etc/usplash.conf
Now the usplash resolution used at shutdown is the same with the one used to 
boot.

To understand more about initrd and initramfs:
http://en.wikipedia.org/wiki/Initramfs

-- 
tty[1-6] are active but display nothing in Gutsy
https://bugs.launchpad.net/bugs/129910
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 163417] Re: kdesudo+dolphin leads to command execution vulnerability

2007-11-18 Thread Matthew Flaschen
I think kdesu needs to operate exactly the same way as sudo.  I now see
that's not the case yet.  Your example shows one of the problems.

Here is the output from sudo and kdesu:

sudo "konqueror; dolphin"
sudo: konqueror; dolphin: command not found

kdesu "konqueror; dolphin"

Launches konqueror, then dolphin after konqueror closes.  This is a
concrete problem that should be fixed in kdesu.  However

kdesu should be made to interpret "konqueror; dolphin" (a quoted string)
as a single command, the way sudo does.

-- 
kdesudo+dolphin leads to command execution vulnerability
https://bugs.launchpad.net/bugs/163417
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 163457] Re: Mouseover effects leave junk on Desktop.

2007-11-18 Thread yamal
** Changed in: kdebase (Ubuntu)
   Status: New => Confirmed

-- 
Mouseover effects leave junk on Desktop.
https://bugs.launchpad.net/bugs/163457
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 55973] Re: Patch for crash with message "can't create MCOP directory"

2007-11-18 Thread Malaise
For the problem with mpg321  failing with 
Creating link /home//.kde/socket-.
can't create mcop directory

The solution or workaround is mkdir -p $HOME/.kde/socket-$HOSTNAME.

-- 
Patch for crash with message "can't create MCOP directory"
https://bugs.launchpad.net/bugs/55973
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for arts in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 153607] Re: boot splash can't display on X31

2007-11-18 Thread Pascal R.
On my ThinkPad X31 with the same VGA card, the boot splash didn't work
too, the bootup procedure takes a very long time. With kernel option
nosplash the bootup time is much shorter.

-- 
boot splash can't display on X31
https://bugs.launchpad.net/bugs/153607
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 163599] Re: [PATCH] Corrected kubuntu-leafet.png

2007-11-18 Thread Jonathan Patrick Davies

** Attachment added: "Fixed up leaflet"
   http://launchpadlibrarian.net/10460975/kubuntu-leaflet.png

-- 
[PATCH] Corrected kubuntu-leafet.png
https://bugs.launchpad.net/bugs/163599
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 163599] [PATCH] Corrected kubuntu-leafet.png

2007-11-18 Thread Jonathan Patrick Davies
Public bug reported:

Binary package hint: example-content

Here is a correct kubuntu-leaflet.

Fixes:
* Corrected local websites.
* Changed "Linux" to "GNU/Linux"

Thanks.

** Affects: example-content (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[PATCH] Corrected kubuntu-leafet.png
https://bugs.launchpad.net/bugs/163599
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 162936] Re: why does ubuntu see 2 cpu when i have only one?

2007-11-18 Thread Andrew Frank
here the info -- hope it helps.  -- i saw that it says 'siblings' - does that 
refer to a multi-thread feature of pentium 4? and is that used in the linux 
kernel? 
(i appreciate if you point me to the literature)

thank you

andrew
-
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 3
model name  : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping: 3
cpu MHz : 2793.244
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni 
monitor ds_cpl cid
bogomips: 5590.61
clflush size: 64

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 3
model name  : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping: 3
cpu MHz : 2793.244
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni 
monitor ds_cpl cid
bogomips: 5586.50
clflush size: 64

-
[EMAIL PROTECTED]:~$ top -b -n 1
top - 17:17:49 up 57 min,  1 user,  load average: 0.05, 0.13, 0.08
Tasks: 115 total,   1 running, 114 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.3%us,  0.2%sy,  0.0%ni, 99.0%id,  0.4%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   1034812k total,   433268k used,   601544k free, 9852k buffers
Swap:  1510068k total,0k used,  1510068k free,   245784k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND

 5504 frank 15   0 45976  27m 8552 S4  2.7   0:01.93 nxagent

 5721 frank 15   0  2360 1052  784 R2  0.1   0:00.01 top

1 root  15   0  2952 1852  532 S0  0.2   0:01.36 init   

2 root  11  -5 000 S0  0.0   0:00.00 kthreadd   

3 root  RT  -5 000 S0  0.0   0:00.00 migration/0

4 root  34  19 000 S0  0.0   0:00.00 ksoftirqd/0

5 root  RT  -5 000 S0  0.0   0:00.00 watchdog/0 

6 root  RT  -5 000 S0  0.0   0:00.00 migration/1

7 root  34  19 000 S0  0.0   0:00.00 ksoftirqd/1

8 root  RT  -5 000 S0  0.0   0:00.00 watchdog/1 

9 root  10  -5 000 S0  0.0   0:00.02 events/0   

   10 root  10  -5 000 S0  0.0   0:00.00 events/1   

   11 root  10  -5 000 S0  0.0   0:00.00 khelper

   31 root  10  -5 000 S0  0.0   0:00.00 kblockd/0  

   32 root  18  -5 000 S0  0.0   0:00.00 kblockd/1  

   33 root  12  -5 000 S0  0.0   0:00.00 kacpid 

   34 root  13  -5 000 S0  0.0   0:00.00 kacpi_notify   

  119 root  10  -5 000 S0  0.0   0:00.00 kseriod

  144 root  16   0 000 S0  0.0   0:00.00 pdflush

  145 root  15   0 000 S0  0.0   0:00.00 pdflush

  146 root  13  -5 000 S0  0.0   0:00.00 kswapd0

  197 root  13  -5 000 S0  0.0   0:00.00 aio/0  

  198 root  14  -5 000 S0  0.0   0:00.00 aio/1  

 2032 root  10  -5 000 S0  0.0   0:00.00 ksuspend_usbd  

 2037 root  10  -5 000 S0  0.0   0:00.00 ata/0  

 2038 root  10  -5 000 S0  0.0   0:02.28 ata/1  

 2039 root  15  -5 000 S0  0.0   0:00.00 ata_aux

 2041 root  10  -5 000 S0  0.0   0:00.00 khubd  

 2044 root  15  -5 000 S0  0.0   0:00.00 scsi_eh_0  

 2045 root  10  -5 000 S0  0.0   0:00.25 scsi_eh_1  

 2382 root  

[Bug 163598] failed install Ubuntu7.10 from ISO file in hard disk

2007-11-18 Thread linfengfeiye
Public bug reported:

I have  downloaded  the iso file  and install from grub and  have
successfully installed Ubuntu7.10 on  my friend's computer

When i using the same method to install it on my computer. i can't go
forward

the problem i can know from the screen is like this

"have detected the screen shutdown 6 times during last 90 seconds,
something  may be wrong ,it will pause 2 minute "

when i choose 'ok'  ,after 2 minute , the screen always shutdown(that
not means black screen) ,and  after a while ,the message appear again.

and  then in this cycle

I think if Ubuntu7.10 do not support my mainboard?

 CPU  AMD64 dual 4000+
mainboard   C690T,AMD Randeon 1200

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
failed  install Ubuntu7.10 from ISO file in  hard disk
https://bugs.launchpad.net/bugs/163598
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 129850] Re: Major CD mount issue - affects Nautilus!

2007-11-18 Thread Trevor Schauls
Whole dmesg;

** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/10460927/dmesg.txt

-- 
Major CD mount issue - affects Nautilus!
https://bugs.launchpad.net/bugs/129850
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 88899] Re: cpufreq locked in slowest speed

2007-11-18 Thread Bram Stolk
Why is this bug still set to 'incomplete'?
There is lots of data in this report.
If you need more, please specify.

-- 
cpufreq locked in slowest speed
https://bugs.launchpad.net/bugs/88899
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 129850] Re: Major CD mount issue - affects Nautilus!

2007-11-18 Thread Trevor Schauls
dmesg output about cd-r:

[  537.400945] cdrom: This disc doesn't have any tracks I recognize!

-- 
Major CD mount issue - affects Nautilus!
https://bugs.launchpad.net/bugs/129850
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 156116] Re: rhythmbox album cover displayed incorrectly

2007-11-18 Thread Wladston Viana
In my case, I can say that rhythmbox is getting wrong cover art ALL the
time ...

-- 
rhythmbox album cover displayed incorrectly
https://bugs.launchpad.net/bugs/156116
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 163476] Re: Grub Error 17 AND Boot from CD Problem

2007-11-18 Thread yamal
Thank you for your comments. This does not appear to be a bug report;
please raise your questions or support requests at the support tracker
«https://answers.launchpad.net/ubuntu» instead.

Closing bug report.

** Changed in: ubuntu
   Status: New => Invalid

-- 
Grub Error 17 AND Boot from CD Problem
https://bugs.launchpad.net/bugs/163476
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 163596] Organize collection/Export to device forgets ID3 tags?

2007-11-18 Thread guyvdb
Public bug reported:

Binary package hint: amarok

I'm trying to let amarok organize my collection and create a 
/Artist/Album/title.mp3 directory structure.
I tried using the 'Organize File' and 'Transfer to media device'  methods.

The problem is that afterwards a lot of files (5%?) are listed under the
"Unknown" artist while they were previously listed under the correct
Artist name. The files are also exported to the correct /Artist/
directory. Guessing the tags from the file name doesn't work.

It seems like all files have in common that there is no Album tag set.

I'm not sure if this is a bug or a feature but I'm reporting it anyway.

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

-- 
Organize collection/Export to device forgets ID3 tags?
https://bugs.launchpad.net/bugs/163596
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 163594] foo2zjs needs update

2007-11-18 Thread Hugo Nascimento
Public bug reported:

Binary package hint: foo2zjs

The link for firmwares in foo2zjs has changed from 
http://foo2zjs.rkkda.com/sihp(printername).tar.gz to 
http://foo2zjs.rkkda.com/firmware/sihp(printername).tar.gz. Because of this, 
the current getweb application in gutsy does not work.
See lines below:


#getweb 1020
--14:00:48--  http://foo2zjs.rkkda.com/sihp1020.tar.gz
   => `sihp1020.tar.gz'
Resolvendo foo2zjs.rkkda.com... 74.208.41.246
Conectando a foo2zjs.rkkda.com|74.208.41.246|:80... conectado.
HTTP requisição enviada, aguardando resposta... 404 Not Found
14:00:49 ERRO 404: Not Found.

getweb: Couldn't download http://foo2zjs.rkkda.com/sihp1020.tar.gz
#
=

The foo2zjs package at http://foo2zjs.rkkda.com/  has a new getweb
program that fixes this problem.

Best regards
Hugo

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

-- 
foo2zjs needs update
https://bugs.launchpad.net/bugs/163594
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 163587] Thunar does not respond after second window is opened

2007-11-18 Thread markor
Public bug reported:

Binary package hint: thunar

I use Xubuntu 7.10 amd64.
I have few ntfs partitions and Raid1 ext3 mounted on Root.
I turned on viewing of hidden files in Thunar and look at files in detailed 
view.

When I open Thunar and work with files, everything is fine.
But when I open another Thunar window, and click to browse some files, It 
freezes itself 
and hard disk activity is huge. And also cpu activity is 100%.
I can click inside Thunar window but when I click on the left panel to browse 
files,
it is showing just: Loading... and nothing happens..
Sometimes after openin another window, it just freezes and I need to kiil it 
from Terminal.
Sometimes, before I managed how to kill it, I used to request mor windows to 
open with no result.
But when i kill gam_server, All windows I tried to open previously opens..
Newest behavior is that i see 100% cpu use in System Load Monitor on xfce-panel
BUT "top" command does not show high cpu use.
I can now open multiple Thunar windows taht just do nothing but showing : 
Loading and loads nothing.
After few "kills" of gam_server and thunar, Thunar is just showing as  
and all windows freezes.
Windows manager "close" bitton does not respond and when I use Ctrl+Alt+Escape 
and click on Thunar 
window, windows disappear but  process stays.
Now again when I try to open Thunar, it opens another process and cursor is 
waiting for it start and it never start.
When I kill new Thunar process, Desktop is back again but  Thunar 
process stays.
I cannot kill -9 thunar nor gam_server processes eather.

Beacouse of this bug(s), I simply cannot use Thunar and Xubuntu for everyday 
tasks..
It seems that Thunar in (X)ubunutu is totally useless as file manager and makes 
question 
of even using (X)ubuntu as an OS..

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

-- 
Thunar does not respond after second window is opened
https://bugs.launchpad.net/bugs/163587
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 163588] Re: Ubuntu restarts when i try to see a visualisation while listening to the radio

2007-11-18 Thread Spyros

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/10460822/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/10460823/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/10460824/ProcStatus.txt

** Visibility changed to: Public

** This bug is no longer flagged as a security issue

-- 
Ubuntu restarts when i try to see a visualisation while listening to the radio
https://bugs.launchpad.net/bugs/163588
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 163588] Ubuntu restarts when i try to see a visualisation while listening to the radio

2007-11-18 Thread Spyros
Public bug reported:

Binary package hint: rhythmbox

I open Rythmbox listen to the radio (I listen to the virgin radio whick is one 
the 4 default stations) and then click on visualisations.
I see a black scren and I need to login to UBUNTU again.

ProblemType: Bug
Architecture: i386
Date: Sun Nov 18 17:53:17 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: fglrx
Package: rhythmbox 0.11.2-0ubuntu4
PackageArchitecture: i386
ProcCmdline: rhythmbox
ProcCwd: /home/spyros
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux spyros-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 
2007 i686 GNU/Linux

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


** Tags: apport-bug

-- 
Ubuntu restarts when i try to see a visualisation while listening to the radio
https://bugs.launchpad.net/bugs/163588
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 163590] Please sync moosic 1.5.4-3 (universe) from Debian unstable (main)

2007-11-18 Thread Albin Tonnerre
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/moosic
 status confirmed
 subscribe ubuntu-archive

Please sync moosic 1.5.4-3  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
The only ubuntu change is: fix traceback on Ctrl+C
This is fixed in debian

Changelog since current hardy version 1.5.2-2ubuntu1:

moosic (1.5.4-3) unstable; urgency=low

  * Moved to python-support, modified control and rules to fit, 
removed pycompat and pyversions (Closes: #445400).

 -- Arto Jantunen <[EMAIL PROTECTED]>  Sat, 27 Oct 2007 12:20:22 +0300

moosic (1.5.4-2) unstable; urgency=low

  * Changed XS-Python-Version to all (Closes: #445400).
  * Updated Standards-Version to 3.7.2.2, no changes.

 -- Arto Jantunen <[EMAIL PROTECTED]>  Thu, 25 Oct 2007 18:45:01 +0300

moosic (1.5.4-1) unstable; urgency=low

  * New upstream version (Finally, I'm too busy these days)
  * Removed the DBS-stuff, using a normal build system again

 -- Arto Jantunen <[EMAIL PROTECTED]>  Sat, 14 Jul 2007 15:49:23 +0300


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHQGIcIjAgwqfG8N8RAi3WAJ4hFCUsr6ZtwkcGGsNw+puwoOKhyQCeOFkM
ezSUrrRXWs7NBSupJ05jaOU=
=vPmk
-END PGP SIGNATURE-

** Affects: moosic (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync moosic 1.5.4-3  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/163590
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 163592] Please sync linuxtv-dvb-apps 1.1.1-3 (universe) from Debian unstable (main)

2007-11-18 Thread Albin Tonnerre
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/linuxtv-dvb-apps
 status confirmed
 subscribe ubuntu-archive

Please sync linuxtv-dvb-apps 1.1.1-3  (universe) from Debian unstable
(main).

Explanation of the Ubuntu delta and why it can be dropped:
The only ubuntu change is: add frequencies to scan for dk-copenhagen
This is fixed in debian

Changelog since current hardy version 1.1.1-2ubuntu1:

linuxtv-dvb-apps (1.1.1-3) unstable; urgency=low

  [ Mark Purcell ]
  * Update scan files from 20070804
- initial-tuning-data files duplication between dvb-utils & kaffeine
(Closes: #419566)
  * Add myself to uploaders
  * Add debian/compat: lintian debian-rules-sets-DH_COMPAT

 -- Debian VDR Team <[EMAIL PROTECTED]>  Mon, 06
Aug 2007 21:41:18 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHQGK3IjAgwqfG8N8RAqiqAKCRBk9nWcg+hSKT5RyDyuchpQtthQCeNM1u
f/us0uKNNnBs2S4Qkyd7ELE=
=4uZj
-END PGP SIGNATURE-

** Affects: linuxtv-dvb-apps (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync linuxtv-dvb-apps 1.1.1-3  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/163592
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 89964] Re: xchat-gnome not working

2007-11-18 Thread Simone Tolotti
Do we have to wait 'till Hardy for use xchat-gnome???
Please release the fixes!!!

-- 
xchat-gnome not working
https://bugs.launchpad.net/bugs/89964
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 146243] Re: Does not turncate and limit size of log file

2007-11-18 Thread Jamie McCracken
I am working on this to reset the log after it grows over a few MBs

Note latest svn has corruption checks at startup and will automatically
reindex if it detects corruption as well

** Changed in: tracker (Ubuntu)
 Assignee: (unassigned) => Jamie McCracken (jamiemcc-blueyonder)
   Status: New => In Progress

-- 
Does not turncate and limit size of log file
https://bugs.launchpad.net/bugs/146243
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 159411] Re: Fail Gnome when i strart it.

2007-11-18 Thread Joop
I have a similar problem. Mostly when i start Gutsy Gibbon on my main
computer i have to restart my computer because Gnome has not totally
started. I then have unusable workingspace and have to restart with my
reset button. The second time the start is complete. Hence i can work
with the computer without any disturbance.

My xsession error log is attached.

** Attachment added: "Computer must be restarted while failing at first start."
   http://launchpadlibrarian.net/10460810/.xsession-errors

-- 
Fail Gnome when i strart it.
https://bugs.launchpad.net/bugs/159411
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 163548] Re: [wishlist] Create a nicer grub menu for hardy

2007-11-18 Thread yamal
*** This bug is a duplicate of bug 3339 ***
https://bugs.launchpad.net/bugs/3339

This bug has been reported before as bug #3339, setting duplicate

** Changed in: grub (Ubuntu)
Sourcepackagename: ubiquity => grub
   Status: New => Invalid

** This bug has been marked a duplicate of bug 3339
   Ubuntu grub should be deluxe and animated like OpenSUSE grub

-- 
[wishlist] Create a nicer grub menu for hardy
https://bugs.launchpad.net/bugs/163548
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 108611] Re: acpi scripts are only called on events

2007-11-18 Thread Valentin Neacsu
I'm experiencing the same problem with a Dell Inspiron 6400/E1505 (where
scripts don't get executed on reboot on battery or resume), and on a
Dell Latitude D630 (scripts DO get executed when booting on battery, but
don't get executed on resume).

Can anyone tell me how I can manually send (fake) events to acpid? This
is because, unless current and last power state differ, scripts won't be
called, even though I can see in /var/lib/acpi-support/powerstate that
I'm running on BATTERY. I can manually execute all the proper scripts
when on battery, but that doesn't activate everything necessary on the
Dell Latitude D630.

-- 
acpi scripts are only called on events
https://bugs.launchpad.net/bugs/108611
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 57746] Re: kubuntu 6.0.6.1 Livecd; cannot browse harddisk

2007-11-18 Thread Paul Dufresne
Thanks for these new information.
It is probably not worth to go get a new version to test that on a different 
computer.
I sure other would and or will report this again if it is common.
So I am closing this bug.
Thank you, and continue to report bugs.

** Changed in: kdebase (Ubuntu)
   Status: Incomplete => Invalid

-- 
kubuntu 6.0.6.1 Livecd; cannot browse harddisk
https://bugs.launchpad.net/bugs/57746
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 73809] Re: gnome-keyboard-properties - problem with keyboard layouts

2007-11-18 Thread huan.kaktus
Hi,
I have similar problem on Gutsy 64 bits. I have three layouts - English(us), 
Russian and Latvian. From keybord (alts) I can switch only between two first 
layouts. For third layout I need mouse click on layout indicator applet.

xprop -root | grep XKB output:
_XKB_RULES_NAMES(STRING) = "base", "pc105", "us,ru,lv", ",winkeys,", 
"grp:alts_toggle"

-- 
gnome-keyboard-properties - problem with keyboard layouts
https://bugs.launchpad.net/bugs/73809
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 163551] Re: Kernel oops during boot on gutsy server

2007-11-18 Thread yamal
** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None => linux-source-2.6.22

-- 
Kernel oops during boot on gutsy server
https://bugs.launchpad.net/bugs/163551
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 151145] Re: Evince print fails with Postscript driver

2007-11-18 Thread Dmtiry Shatrov
Evince doesn't print for me, too. I've got a fairly fresh Ubuntu 7.10 install 
and HP1018 printer.
The printer didn't work out of the box, so I had to follow instructions at 
http://foo2zjs.rkkda.com/
Now, gedit prints fine, kpdf prints fine, and evince doesn't print anything at 
all. The printing dialog appears as usual, nothing is grayed out, but after 
pressing the "print" button nothing happens.

-- 
Evince print fails with Postscript driver
https://bugs.launchpad.net/bugs/151145
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 163582] X.org crash when watching video on Intel graphics card

2007-11-18 Thread triceo
Public bug reported:

Binary package hint: xserver-xorg-video-intel

When watching a video, X.org server crashes. Sometimes it restarts and
takes me to the GDM, sometimes I need to bring the PC down to a cold
start.

I do not use Compiz, my graphics card is Intel 945GM and the upstream
bug link is coming right after this report is submitted.

** Affects: xorg-server
 Importance: Unknown
 Status: Unknown

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: freedesktop.org Bugzilla #13108
   https://bugs.freedesktop.org/show_bug.cgi?id=13108

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=13108
   Importance: Unknown
   Status: Unknown

-- 
X.org crash when watching video on Intel graphics card
https://bugs.launchpad.net/bugs/163582
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 163584] Re: Unable to install packages

2007-11-18 Thread yamal
** Bug watch added: Debian Bug tracker #440533
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440533

** Also affects: cfengine2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440533
   Importance: Unknown
   Status: Unknown

-- 
Unable to install packages
https://bugs.launchpad.net/bugs/163584
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 163583] no registry entry for vim-addons

2007-11-18 Thread yard
Public bug reported:

Binary package hint: vim-vimoutliner

As per the new Debian packaging policy for vim 
(http://pkg-vim.alioth.debian.org/vim-policy.html/index.html), vimoutliner 
should
have a /usr/share/vim/registry/vim-vimoutliner.yaml file, so it may be added or 
removed via the vim-addons program.

This file is not present in Gutsy. Adding it manually with the following
content

addon: vim-outliner
description: "Vim Vimoutliner"
# disabledby:
files:
  - ftplugin/vo_base.vim
  - ftplugin/vo_checkbox.vim
  - ftplugin/vo_hoist.vim
  - syntax/vo_base.vim
  - ftdetect/vo_base.vim
  - doc/vo_readme.txt.gz
  - colors/vo_dark.vim
  - colors/vo_light.vim

will make it work.

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

** Description changed:

  Binary package hint: vim-vimoutliner
  
  As per the new Debian packaging policy for vim 
(http://pkg-vim.alioth.debian.org/vim-policy.html/index.html), vimoutliner 
should
  have a /usr/share/vim/registry/vim-vimoutliner.yaml file, so it may be added 
or removed via the vim-addons program.
  
- This file is not is not present in gutsy. Adding it manually with the
- following content
+ This file is not present in Gutsy. Adding it manually with the following
+ content
  
  addon: vim-outliner
  description: "Vim Vimoutliner"
  # disabledby:
  files:
- ftplugin/vo_base.vim
- ftplugin/vo_checkbox.vim
- ftplugin/vo_hoist.vim
- syntax/vo_base.vim
- ftdetect/vo_base.vim
- doc/vo_readme.txt.gz
- colors/vo_dark.vim
- colors/vo_light.vim
  
  will make it work.

-- 
no registry entry for vim-addons
https://bugs.launchpad.net/bugs/163583
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 163584] Unable to install packages

2007-11-18 Thread Marcel Schaal
Public bug reported:

Binary package hint: cfengine2

it is not possible to install packages via cfengines packages action under 
gutsy. under feisty it's working fine. the bug is also known to debian unstable:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440533


this is a simple config file which should install ntp but it doesn't do
anything::

control:
actionsequence = ( packages )
editfilesize = ( 300 )
IfElapsed = ( 0 )
repository = ( /var/backups/cfsaved )

DefaultPkgMgr = ( dpkg )
pkgmgr = ( dpkg )
DPKGInstallCommand = ("/usr/bin/apt-get -y install %s")

packages:
ntp action=install


steps to reproduce: save config file as /tmp/cf.ntp
[EMAIL PROTECTED]:/tmp# cfagent -v -f /tmp/cf.ntp
...
--- ommited for readability---

*
 Main Tree Sched: packages pass 1 @ Sun Nov 18 16:41:44 2007
*

Package: ntp
Comparison result: none
Package install list for dpkg is: ntp
cfengine:you: Installing package(s) ntp  using /usr/bin/apt-get -y  install
Installing package group using /usr/bin/apt-get -y  install  ntp
Package install command was not successful
-
Alerts
-



Summary of objects involved


global
main


[EMAIL PROTECTED]:/tmp# apt-cache policy ntp
ntp:
  Installed: (none)
  Candidate: 1:4.2.4p0+dfsg-1ubuntu2
  Version table:
 1:4.2.4p0+dfsg-1ubuntu2 0


it's a little bit strange because sometimes it just works

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

** Affects: cfengine2 (Debian)
 Importance: Unknown
 Status: Unknown

-- 
Unable to install packages
https://bugs.launchpad.net/bugs/163584
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 163585] adept manager cannot run in Xfce intalled in Kubuntu

2007-11-18 Thread Lars Noodén
Public bug reported:

In Kubuntu 7.10 x86 it is possible to install Xfce and then log in with
an Xfce session.

There, in Xfce, if one right-clicks the mouse over the desktop, a
pulldown menu appears in which System is a submenu and the item Adept
Manager appears.

If Adept Manager is run then, the following error appears:

/home/{user}/.kde/share/config/adept_manager not writeable please
contact your system administrator

A work-around is to run adept_manager from the shell using sudo.


Technically, this is also a security vulnerability because it interferes with 
updates and package management.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
adept manager cannot run in Xfce intalled in Kubuntu
https://bugs.launchpad.net/bugs/163585
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 159819] Re: Another slow boot in 7.10 (Gutsy)

2007-11-18 Thread kenny macpherson

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/10460776/lspci-vvnn.log

-- 
Another slow boot in 7.10 (Gutsy)
https://bugs.launchpad.net/bugs/159819
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 159819] Re: Another slow boot in 7.10 (Gutsy)

2007-11-18 Thread kenny macpherson

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/10460775/dmesg.log

-- 
Another slow boot in 7.10 (Gutsy)
https://bugs.launchpad.net/bugs/159819
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 163104] Re: evolution crashed with SIGSEGV in gnome_calendar_get_current_view_widget()

2007-11-18 Thread Søren Bredlund Caspersen
** Visibility changed to: Public

** Visibility changed to: Private

-- 
evolution crashed with SIGSEGV in gnome_calendar_get_current_view_widget()
https://bugs.launchpad.net/bugs/163104
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 62141] Re: PCI: Failed to allocate mem ressource

2007-11-18 Thread johnno
** Also affects: linux-source-2.6.17 (Baltix)
   Importance: Undecided
   Status: New

-- 
PCI: Failed to allocate mem ressource
https://bugs.launchpad.net/bugs/62141
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 146243] Re: Does not turncate and limit size of log file

2007-11-18 Thread Mendez
I'm also having this problem, with it having created 7GB of error logs
in less than 24 hours filling up my /home partition.

The errors in my case seemed to be...

17 Nov 2007, 23:19:21:915 - ERROR: CreateService uri is 
/home/mendez/.local/share/applications/vlc-usercustom.desktop
17 Nov 2007, 23:19:21:915 - ERROR: could not get file id for 
/home/mendez/.local/share/applications/vlc-usercustom.desktop - unable to 
continue indexing this file
17 Nov 2007, 23:19:21:916 - ERROR: execution of prepared query CreateService 
failed due to database disk image is malformed with return code 11

And as these started after an unexpected loss of power I can believe
that it is caused by database corruption (or possibly filesystem - I'd
installed VLC prior to the power loss) so I'm doing a reindex.

My suggestion would be that if the program encounters more than a
certain continuous number of errors it simply shuts itself down (or
black lists the files causing the error if that's more appropriate). I
can't see any merit in it persisting, nor to creating huge volumes of
logs no-one is likely to ever wade through. It's also made worse by the
logs being in /home - it would be much better if they were saved to /var
- I've just had problems saving work due to home being unexpectedly
full.

-- 
Does not turncate and limit size of log file
https://bugs.launchpad.net/bugs/146243
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 163578] Re: Workspace switcher causes all windows and icons to disappear on all desks

2007-11-18 Thread Siegfried Rutherford Sheldrake
Additionally, the workspace switcher (when on another desk, for example
desk 3) will still display the far left desktop as "Current Workspace
"desk 1"" with no relevance to the workspace you are in. Perhaps this is
just a problem with the workspace switcher redrawing itself?

-- 
Workspace switcher causes all windows and icons to disappear on all desks
https://bugs.launchpad.net/bugs/163578
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


<    1   2   3   4   5   6   7   8   9   >