[Bug 137292] Re: kghostview crashes on zooming pdf

2007-11-02 Thread Russ Cox
*** This bug is a duplicate of bug 159571 ***
https://bugs.launchpad.net/bugs/159571

** This bug has been marked a duplicate of bug 159571
   ghostscript errors when zooming in evince/gv

-- 
kghostview crashes on zooming pdf
https://bugs.launchpad.net/bugs/137292
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 154470] Re: non-existent /home/ crashes upgrade of Kubuntu 7.04 - 7.10

2007-11-02 Thread Marco Maini
*** This bug is a duplicate of bug 154190 ***
https://bugs.launchpad.net/bugs/154190

I think this bug is a duplicate of 154190, that reports similar errors
with /boot.

** This bug has been marked a duplicate of bug 154190
   We're sorry, the upgrade tool crashed.

-- 
non-existent /home/ crashes upgrade of Kubuntu 7.04 - 7.10
https://bugs.launchpad.net/bugs/154470
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 159571] Re: ghostscript errors when zooming in evince/gv

2007-11-02 Thread Russ Cox
Here is a much smaller example file (gv fill.ps breaks immediately):

%!PS-Adobe-2.0
%%BoundingBox: 36 36 1513 2446
%%EndComments
%%Page: 1 1
100 100 moveto 100 0 rlineto 0 100 rlineto -100 0 rlineto closepath fill
showpage
%%EndPage: 1
%%Trailer
%%Pages: 1
%%EOF

Interestingly, if you change the one line of PostScript code to

100 100 moveto 0 100 rlineto stroke

then it still breaks, but if you change it to

100 100 moveto 100 100 rlineto stroke

then it does not.


** Attachment added: fill.ps
   http://launchpadlibrarian.net/10252401/fill.ps

-- 
ghostscript errors when zooming in evince/gv
https://bugs.launchpad.net/bugs/159571
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 154050] Re: adept_batch does not stop when it's window is closed

2007-11-02 Thread Marco Maini
It is a good suggestion for a wishlist. Thanks for your collaboration.

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

** Summary changed:

- adept_batch does not stop when it's window is closed
+ notify user about adept-batch running background process when the main window 
is closed

-- 
notify user about adept-batch running background process when the main window 
is closed
https://bugs.launchpad.net/bugs/154050
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 159572] Please move python-{glade2,gtk2} to Suggests:

2007-11-02 Thread Shot
Public bug reported:

Binary package hint: apt-listchanges

Currently, apt-listchanges has python-glade2 and python-gtk2 as
Recommends:, which means an attempt to install it on a server pulls in
the whole X stack.

Please consider moving these two dependencies to Suggests: so that apt-
listchanges is easier to install on server.

** Affects: apt-listchanges (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please move python-{glade2,gtk2} to Suggests:
https://bugs.launchpad.net/bugs/159572
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


Re: [Bug 136308] Re: Sound doesn't work on ATI SB450 HDA Audio using 2.6.20-16 kernel (but 2.6.20-15 works fine)

2007-11-02 Thread mattmyers83
It will never be a fix, the ATI SB450 is an AC97 codec chipset designed for
windows.  Its a super crappy sound card, Ubuntu purposely will not fix this
because when its working it makes the system unstable.

On 11/2/07, Gabri [EMAIL PROTECTED] wrote:

 so it isn't still a real fix :(

 --
 Sound doesn't work on ATI SB450 HDA Audio using 2.6.20-16 kernel (but
 2.6.20-15 works fine)
 https://bugs.launchpad.net/bugs/136308
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Sound doesn't work on ATI SB450 HDA Audio using 2.6.20-16 kernel (but 2.6.20-15 
works fine)
https://bugs.launchpad.net/bugs/136308
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 159571] ghostscript errors when zooming in evince/gv

2007-11-02 Thread Russ Cox
Public bug reported:

When invoking ghostscript via gv and evince, ghostscript dies with an 
/unknownerror when the document image is large enough.  
http://pdos.csail.mit.edu/~rsc/pprof.ps has a large bounding box: plain gv 
pprof.ps will make ghostscript die.
An alternative is to take any PostScript document and zoom in enough that the 
bounding box becomes big enough (400% on a regular 8.5x11 page).

Evince is better than gv about showing the gs error output.  To see it
with the latest (gutsy) version of gv, you have to drop an executable
shell script called gs in the current directory containing:

#!/bin/sh
/usr/bin/gs $@ | tee /dev/tty

Previous versions of gv popped up an error box showing this output.

A typical error output is:

$ gv pprof.ps
Error: /unknownerror in --fill--
Operand stack:
   --nostringval--
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1889   1   3   %oparray_pop   
1888   1   3   %oparray_pop   1872   1   3   %oparray_pop   1755   1   3   
%oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--
Dictionary stack:
   --dict:1162/1684(ro)(G)--   --dict:0/20(G)--   --dict:94/200(L)--   
--dict:50/200(L)--
Current allocation mode is local

In other documents sometimes the /unknownerror comes in other operators
like --stroke-- or --show--.

Strace output shows gs reading the input file and then doing some X
operations and then printing the error:

13750 read(0, f, 1)   = 1
13750 read(0, i, 1)   = 1
13750 read(0, l, 1)   = 1
13750 read(0, l, 1)   = 1
13750 read(0, \n, 1)  = 1
13750 write(5, I\2\5\0?\1\340\0\0\0\0\0\25\v\1\0\377\377\377\0, 20) = 20
13750 read(5, \1\30!\0\25\v\0\0\0\0\0\0`\202\36\10\310\270\254\277s..., 32) 
= 32
13750 readv(5, [{\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377..., 
11348}, {, 0}], 2) = 11348
13750 write(5, \2\7\0?\1\340\0\347\0\340\0\1\0\340\1\0\0\0\0\0\0\0\0..., 48) 
= 48
13750 read(5, \16\270\\0\347\0\340\0\0\0\0\224\303B\10\240C\37\10\2..., 32) 
= 32
13750 read(5, \1\30#\0\25\v\0\0\0\0\0\0\340\277B\10\310\270\254\277..., 32) 
= 32
13750 readv(5, [{\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377..., 
11348}, {, 0}], 2) = 11348
13750 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
13750 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0xb7fa9000
13750 write(1, Error: /unknownerror, 20) = 20
13750 write(1,  in --fill--, 12)  = 12

(fd 5 is the socket connection to the X11 server).

If I change the gs script above to run gs under strace connected to
xtrace and interleave the outputs, then I get:

14161 read(0, f, 1)   = 1
14161 read(0, i, 1)   = 1
14161 read(0, l, 1)   = 1
14161 read(0, l, 1)   = 1
14161 read(0, \n, 1)  = 1
14161 write(5, [EMAIL PROTECTED], 20) = 20
000::0021: 20: Request(73): GetImage format=ZPixmap(0x02) drawable=0x0140013f 
x=0 y=0 width=2837 height=1 plane-mask=0x00ff
000::0x0021:11380: Reply to GetImage: depth=0x18 32-bit values got=0x0b15 
visual=None(0x)
14161 read(5, \1\30!\0\25\v\0\0\0\0\0\0`\202\36\10\310\270\254\277s..., 32) 
= 32
14161 readv(5, [{\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377..., 
11348}, {, 0}], 2) = 11348
14161 write(5, [EMAIL PROTECTED]@\1\1\0\200\1\0\0\0\0\0\0\0\0\25\v\1..., 48) 
= 48
000::0022: 28: Request(62): CopyArea src-drawable=0x0140013f 
dst-drawable=0x014000e7 gc=0x0181 src-x=0 src-y=0 dst-x=0 dst-y=0 
width=2837 height=1
000::0023: 20: Request(73): GetImage format=ZPixmap(0x02) drawable=0x0140013f 
x=0 y=0 width=2837 height=1 plane-mask=0x00ff
000::0023: Event NoExposure(14) drawable=0x014000e7 minor-opcode=0x 
major-opcode=0x3e
000::0x0023:11380: Reply to GetImage: depth=0x18 32-bit values got=0x0b15 
visual=None(0x)
14161 read(5, \16\270\[EMAIL PROTECTED]\0\224DE\10\240C\37\10\2\0\0\300..., 
32) = 32
14161 read(5, \1\30#\0\25\v\0\0\0\0\0\0`\202\36\10\310\270\254\277s..., 32) 
= 32
14161 readv(5, [{\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377..., 
11348}, {, 0}], 2) = 11348
14161 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
14161 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0xb7f09000
14161 write(1, Error: /unknownerror, 20) = 20
14161 write(1,  in --fill--, 12)  = 12
14161 write(1, \nOperand stack:\n   --nostringval..., 128) = 128
14161 write(1, val--   2   %stopped_push   --no..., 128) = 128
14161 write(1, array_pop   1888   1   3   %opar..., 128) = 128
14161 write(1, ec_pop   .runexec2   --nostringv..., 128) = 128
14161 write(1, \n   --dict:1162/1684(ro)(G)--   ..., 124) = 124
14161 write(5, [EMAIL 

Re: [Bug 81110] Re: kdetv lockup linux kernel, process unkillable and ubuntu unrebootable

2007-11-02 Thread u19809
On Friday 02 November 2007 12:51:33 LleMikeByw wrote:
 Since this is a collaborative open source web-site (Mr. S. called for
 something like this at the Googleplex earlier this summer) I thought I'd
 record what I have discovered since writing the bit above.

 From my own investigation it seems to me that the problem relates to the

 start-up of the screensaver. I don't seem to experience the problem when
 screensaver does not start up (although I must admit my testing has no
 been extensive and thorough).

I have no screensaver enabled and have the problem too ... sorry


 So one solution may be to disable the screen saver when you are about to
 start kdetv.

 Briefly turning to possible solutions - I have searched and it appears
 that the designated maintainer of kdetv (Dirk Ziegelmeier) has not
 responded to bug reports for some time (since 2005). I am unaware of
 anybody else taking up the gauntlet. So I would  venture to suggest that
 we won't be seeing any solution to this in the near future.

 Personally I am planning my shift to LinuxTV which supports digital
 cards because in the UK the analogue signal will shortly disappear
 making kdetv redundant for me - perhaps Dirk realised that and decided
 there wasn't any more point working on kdetv if Mike wasn't going to be
 using it g.

As said since it locks the kernel it is also a kernel problem

-- 
kdetv lockup linux kernel, process unkillable and ubuntu unrebootable
https://bugs.launchpad.net/bugs/81110
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 136387] Re: gutsy crash on standy or hibernate

2007-11-02 Thread [EMAIL PROTECTED]
my post was pretty old, but the bug still remains with the latest kernel 
version : Linux insurection 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 
2007 i686 GNU/Linux
My laptop is a zd7235EA from HP (pavillon)

-- 
gutsy crash on standy or hibernate 
https://bugs.launchpad.net/bugs/136387
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 106774] Re: irssi command 'quote' doesnt work as expected

2007-11-02 Thread Emilio Pozuelo Monfort
We have 0.8.11 in feisty-backports, and in gutsy and hardy. Closing the
report.

** Changed in: irssi (Ubuntu)
   Importance: Wishlist = Medium
   Status: New = Fix Released

-- 
irssi command 'quote' doesnt work as expected
https://bugs.launchpad.net/bugs/106774
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 108527] Re: X freezes when compiz is enabled on ATI cards

2007-11-02 Thread P4man
I withdraw all my previous comments.

As I suspected, my case had nothing to do with either Compiz or ATI, but
it had also nothing to do with Gutsy! I finally discovered that
increasing IDE drive strength in the BIOS cured all my woes.

My system has been rockstable since doing that. By accident it seems
like the drive I installed Gutsy on had more troubles with the too low
drive strenght (whatever that might be) than my other disks. That is
why Windows was stable, as was Feisty. I already replaced the disk but
the new one had the same problem -but it also showed in windows since I
created a FAT32 partition on it that I used in both OSs. Thats how i
found out.

any Asrock dual VSTA 775 owners with such trouble, try doing what I did
(and don't update your BIOS beyond 1.3 or you will lose speedstep).

Sorry folks, and good luck with your bug :)

-- 
X freezes when compiz is enabled on ATI cards
https://bugs.launchpad.net/bugs/108527
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 156366] Re: 3 minute boot time

2007-11-02 Thread dsiddens
Hello Michael,

I've not received any other communications from you, with the exception
of the tea and sympathy email, so thought I'd write to you again.

Issue #1:  I still have  two bricked hard drives with data on them.  Can
you help me get my data?

Issue #2:  I put in a _new hard drive_ and installed Gutsy 64 on the HP
dv8000, Turion64, 2G RAM laptop.  Boot time to get to the user name and
password screens is 3:04 minutes!

Your assistance will be much appreciated.

Thank  you, Doug Siddens  aboard SV Drakus


Michael Vogt wrote:
 Thanks for taking the time to report this bug and helping to make Ubuntu
 better.

 A big sorry that you experienced a problem like this. Have you tried
 booting with the 2.6.20 kernel that should be still instaleld on your
 system?

 If you still have access to the harddrive, could you please add the log
 files from '/var/log/dist-upgrade/' to this bugreport as attachments to
 your bug report?

 Thanks in advance,
  Michael

 ** Changed in: update-manager (Ubuntu)
  Assignee: (unassigned) = Michael Vogt (mvo)
Status: New = Incomplete



-- 
FeistyGutsy upgrade bricked my hard drives
https://bugs.launchpad.net/bugs/156366
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 159485] Re: random pages make firefox crash

2007-11-02 Thread Guybrush88
this is the crash report

** Attachment added: crash report
   http://launchpadlibrarian.net/10252551/crash%20report

-- 
random pages make firefox crash
https://bugs.launchpad.net/bugs/159485
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 159551] Re: update manager's orange asterisk does not scale

2007-11-02 Thread Sameer Verma

** Attachment added: screenshot of notification area
   http://launchpadlibrarian.net/10251920/Screenshot-1.png

** Description changed:

  Binary package hint: update-manager
  
  The orange icon in the notification area which indicates new updates
  looks good when the panel is set at a width of 24, but blurs out when
- you expand its thickness. I use a width of 36. All other icons in the
+ you expand its thickness. I use a width of 48. All other icons in the
  notification area scale up well, but hte orange asterisk looks fuzzy.

-- 
update manager's orange asterisk does not scale
https://bugs.launchpad.net/bugs/159551
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 154591] Re: 7.10 live cd does not boot, the error: udevd-event[2292]: modprobe abnormal exit

2007-11-02 Thread Christian Holland
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/156428
contains a kernel fix. 
But I think it would be better to check with a local table and function in 
ide-disk.c the disk name.
Otherwise the bug can occure again, when the table layout and meaning is 
changed in ide-dma.c.
Better keep it simple and local.

-- 
7.10 live cd does not boot, the error: udevd-event[2292]: modprobe abnormal exit
https://bugs.launchpad.net/bugs/154591
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


Re: [Bug 153624] Re: Update

2007-11-02 Thread Andy Barber
I have tried what you have suggested. Here is the copy of my Terminal
screen:-

[EMAIL PROTECTED]:~$ Sourcepackagename: None = update-manager
bash: Sourcepackagename:: command not found
[EMAIL PROTECTED]:~$ ls
Acrobat Examples  Photos
Barber Emails   Firefox_wallpaper.png Roy Harper
Barber Emails~  Hot Stuff.odb Transfer.rtf
cease_b_files   Hot Stuff.ods update-manager
cease_b.htmljUploadr-1.1.2-linuxGTK-i386  uqlx
Desktop my_checklist.pdf  Usr
[EMAIL PROTECTED]:~$ cd Desktop
[EMAIL PROTECTED]:~/Desktop$ ls
CGWB Photo's.tar.gz  gaim.desktop  KIF_6567.JPG  RealPlayer10GOLD.bin
[EMAIL PROTECTED]:~/Desktop$ RealPlayer10GOLD.bin: None = update-manager
bash: RealPlayer10GOLD.bin:: command not found
[EMAIL PROTECTED]:~/Desktop$ 

What have I done wrong?
 
Regards 
Andy Barber
Mailto:[EMAIL PROTECTED]
Tel: +44 20 8402 3385 ~ Mob: +44 788 905 2035 ~ Fax: +44 705 069 5845

- Original Message 
From: Nanley Chery [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, 20 October, 2007 5:25:14 AM
Subject: [Bug 153624] Re: Update

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

-- 
Update
https://bugs.launchpad.net/bugs/153624
You received this bug notification because you are a direct subscriber
of the bug.



  ___
Yahoo! Answers - Got a question? Someone out there knows the answer.
 Try it
now.
http://uk.answers.yahoo.com/

-- 
Update
https://bugs.launchpad.net/bugs/153624
You received this bug notification because you are a direct subscriber
of the bug.




  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/

-- 
Update
https://bugs.launchpad.net/bugs/153624
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 159492] no support for winfast dtv dongle

2007-11-02 Thread CanuckdownUnder
Public bug reported:

Binary package hint: lirc

Mythbuntu Gutsy, latest lirc (0.8.2-0ubuntu8)

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

-- 
no support for winfast dtv dongle
https://bugs.launchpad.net/bugs/159492
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 159570] bbdb can't be used with supersite

2007-11-02 Thread Alexander Zhukov
Public bug reported:

After I installed bbdb on my machine supercite stopped to work.
When I try to make a reply to some message I'm getting message that file 
bbdb-sc can't be loaded and no fancy citations.

It seems to me that the problem is in the file lisp/Makefile.in in the
definition of the target extras:

extras: bbdb-print.elc bbdb-ftp.elc bbdb-whois.elc bbdb-xemacs.elc  \
bbdb-srv.el bbdb-reportmail.el bbdb-snarf.elc bbdb-w3.elc \
^^
bbdb-sc.el bbdb-merge.elc bbdb-migrate.elc bbdb-gui.elc
   ^^^

I do not know about bbdb-srv.el and bbdb-reportmail.el but when I chaged 
bbdb-sc.el to bbdb-sc.elc I got working package.
I think that all el files in the definition of the target extras should be 
replaced with the respective elc files at least for Debian and Ubuntu 
distributions.

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

-- 
bbdb can't be used with supersite
https://bugs.launchpad.net/bugs/159570
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 152217] Re: Thinkpad Fn F5 Toggle Wireless Broken (7.10 upgrade from 7.04)

2007-11-02 Thread jameslegg
I can confirm that this occurred on my identical spec x40 ipw2200 - also
an upgrade from 7.04

-- 
Thinkpad Fn F5 Toggle Wireless Broken (7.10 upgrade from 7.04)
https://bugs.launchpad.net/bugs/152217
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 159507] Re: evolution outbox missing after upgrade to 7.10 and cannot send mail

2007-11-02 Thread okkie

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/10250539/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/10250540/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/10250541/ProcStatus.txt

-- 
evolution outbox missing after upgrade to 7.10 and cannot send mail
https://bugs.launchpad.net/bugs/159507
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 126335] Re: Installation Error: Can't Access tty.

2007-11-02 Thread mark suhovecky

I reported earlier that I had this problem trying to install 7.04 Desktop on a 
dual processor 32-bit xeon system. 

I am able to install 7.10 on the same system with no troubles.

-- 
Installation Error: Can't Access tty.
https://bugs.launchpad.net/bugs/126335
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 45512] Re: Base query hangs executing Sum function on ODBC mysql database

2007-11-02 Thread Thijs Marinussen
*** This bug is a duplicate of bug 42436 ***
https://bugs.launchpad.net/bugs/42436

** This bug has been marked a duplicate of bug 42436
   Openoffice base hangs executing mysql query

-- 
Base query hangs executing Sum function on ODBC mysql database
https://bugs.launchpad.net/bugs/45512
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 159502] Please sync libqt4-ruby 1.4.9-6 (universe) from Debian unstable (main)

2007-11-02 Thread Michael Bienia
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

 affects ubuntu/libqt4-ruby
 status confirmed
 subscribe ubuntu-archive

Please sync libqt4-ruby 1.4.9-6  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
- - Lessen the build-dependency on cmake to the version available in gutsy
= cmake 2.4.7 is now in hardy (and gutsy).

Changelog since current hardy version 1.4.9-4ubuntu1:

libqt4-ruby (1.4.9-6) unstable; urgency=low

  * Add a homepage/vcs field
  * Fixes examples and rbqtapi to use require 'Qt4' (Closes: #448175)

 -- Vincent Fourmond [EMAIL PROTECTED]  Sun, 28 Oct 2007 09:47:56
+0100

libqt4-ruby (1.4.9-5) unstable; urgency=low

  * Fix FTBS on HPPA (closes: #434668)
  * Turn on optimization (-O2) by default - it seems it wasn't done yet.

 -- Vincent Fourmond [EMAIL PROTECTED]  Wed, 19 Sep 2007 23:29:23
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (GNU/Linux)

iQCVAwUBRyscPqPP1313boLqAQPS9gP+PHysyDKm52EHVo6LUt72C3v+67N59TeR
b8u2fPO88AquAjFbOOziQKSTk7k7zXCgGmywH4y3UTOleRaPHCMT/jekan2/R9ou
VDnX2nJMZVR/jRPE+o9eyk9aQJxIGWAgufVXss8EsZBycuIS+rqtFyBo2V2iKqSj
yHj416acDdk=
=Kk2Q
-END PGP SIGNATURE-

** Affects: libqt4-ruby (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync libqt4-ruby 1.4.9-6  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/159502
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 159489] bbc media player bug

2007-11-02 Thread Mark
Public bug reported:

Binary package hint: firefox

I have installed RealPlayer10 in order to listen to audio from the BBC
website.  When I click on an audio link, I get what appears to be a
number of compacted icons in the BBC Media Player-Mozilla Firefox
window. I have installed the ubuntu restricted extras package, and also
the MediaPlayerConnectivity add-on.  I am able to use RealPlayer to
listen to audio and video from the BBC website, but wonder why I get the
compacted icons as above.  I am running Gutsy.

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

-- 
bbc media player bug
https://bugs.launchpad.net/bugs/159489
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 31746] Re: Impossible to use multiple profiles at the same time

2007-11-02 Thread Ian Jackson
** Changed in: firefox
 Assignee: Ian Jackson (ijackson) = (unassigned)

-- 
Impossible to use multiple profiles at the same time
https://bugs.launchpad.net/bugs/31746
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 159556] [Hardy] xserver-xorg-core incorrectly conflicting with xserver-xorg-video?

2007-11-02 Thread xkcd123
Public bug reported:

Apologies if reporting to the wrong package.
Problem appears to be with packaging

When installing xorg:

 apt-get install xserver-xorg

Operation fails with the following errors:

The following packages have unmet dependencies
xserver-xorg: Depends: xserver-xorg-core (= 2:1.3.0.0.dfsg-3) but is not 
going to be installed
Depends: xserver-xorg-video-all but it is not going to 
be installed or
   xserver-xorg-video-1.0 or
   xserver-xorg-video
Depends: xserver-xorg-input-all but it is not going to 
be installed or
   xserver-xorg-input

E: Broken packages


Furthermore, when making a more explicit selection:
apt-get install xorg xserver-xorg xserver-xorg-core nvidia-glx-new

Some packages could not be installed. This may mean that you have requested an 
impossible situation or if you are using the unstable distribution that some 
required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  xserver-xorg-core: Conflicts: xserver-xorg-video
E: Broken packages


It appears that xserver-xorg requires xserver-xorg-core and xserver-xorg-video, 
however xserver-xorg Conflicts with xserver-xorg-video

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Hardy] xserver-xorg-core incorrectly conflicting with xserver-xorg-video?
https://bugs.launchpad.net/bugs/159556
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 159557] NFSv3 in Gutsy maps uids wrongly

2007-11-02 Thread gcc
Public bug reported:

Binary package hint: linux-generic

Mounting an NFS share from a FC2 server:

  /home 10.0.156.*(rw,async,no_root_squash)

10.0.156.32 (client) is edgy (2.6.17-12-generic) and appears to work.
/etc/fstab has:

  server:/home /home nfs rw,soft,intr 0 0

This machine can access NFS home dirs just fine. It appears to be using
NFSv3, from nfsstat.

10.0.156.33 (client) is gutsy (2.6.22-14-generic) and NFSv3 appears to
be broken. Cannot write to any files except in world-writable
directories, and the uid/gid is set to -2 always, like all_squash was in
effect, but this is done by the _client_.

pcap from edgy (attached):

15:53:52.761340 IP (tos 0x0, ttl 64, id 61342, offset 0, flags [DF],
proto TCP (6), length 240) 10.0.156.32.2762603457  10.0.156.210.nfs:
188 create fh
Unknown/0101000900040180A6019CC2C601439E1394666F6F34
foo4

pcap from gutsy (attached):

15:51:58.818008 IP (tos 0x0, ttl 64, id 63870, offset 0, flags [DF],
proto TCP (6), length 324) 10.0.156.210.nfs  10.0.156.33.2510850134:
reply ok 272 create fh
Unknown/0102000900040180A601A8C2C601939E13909CC2C601439E1391
REG 100644 ids -2/-2 sz 0

In both cases it's creating a file in a world-writable directory. Gutsy
uses the wrong permissions.

Forcing gutsy to use nfsv2 by mounting with nfsvers=2 option appears to
work around the problem.

This may be a security issue because users can create files with
uids/gids other than their own the nobody uid/gid).

I can try an alternative kernel but please post a direct HTTP link to
download it.

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

-- 
NFSv3 in Gutsy maps uids wrongly
https://bugs.launchpad.net/bugs/159557
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 153132] Re: Openoffice splash screen includes Ubuntu logo

2007-11-02 Thread nowshining
 Vadim Peretokin

1. stop auto updates and uncheck it everytime

OR

2. lock the openoffice version in synaptic and all related files that
depend on each other in the openoffice circle, etc.. doing it  this way
will hide it in the updates GUI manager Like I did :)

open up synaptic - input password - find the openoffice program - select
it and or them and then at top click packages and then click lock.

-- 
Openoffice splash screen includes Ubuntu logo
https://bugs.launchpad.net/bugs/153132
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 112998] Re: OOo hangs after pasting text in writer

2007-11-02 Thread Thijs Marinussen
No activity and not able to reproduce bug.

** Changed in: openoffice.org (Ubuntu)
   Status: New = Invalid

-- 
OOo hangs after pasting text in writer
https://bugs.launchpad.net/bugs/112998
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 159504] Firefox in deutscher Sprache installlieren

2007-11-02 Thread claus herrmann
Public bug reported:

Binary package hint: firefox

Wie kann der Firefox-browser in deutscher Sprache installiert werden?

ProblemType: Bug
Architecture: i386
Date: Fri Nov  2 13:50:50 2007
DistroRelease: Ubuntu 7.10
Package: firefox 2.0.0.8+2nobinonly-0ubuntu1
PackageArchitecture: i386
SourcePackage: firefox
Uname: Linux claus-desktop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 
2007 i686 GNU/Linux

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


** Tags: apport-bug

-- 
Firefox in deutscher Sprache installlieren
https://bugs.launchpad.net/bugs/159504
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 129380] Re: It does not refresh well when dragging a window in the rotated screen (Santa Rosa)

2007-11-02 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed = In Progress

-- 
It does not refresh well when dragging a window in the rotated screen (Santa 
Rosa)
https://bugs.launchpad.net/bugs/129380
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 159472] Re: /etc/cron.daily/find has wrong ionice parameter

2007-11-02 Thread Armin Schindler
The reason why sometimes (on some installations) no error is reported,
is of course if the 'priority' given with -p is a current valid process
ID. Which means that this process is changed by ionice instead of
calling updatedb.

-- 
/etc/cron.daily/find has wrong ionice parameter
https://bugs.launchpad.net/bugs/159472
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 144631] Re: xen guest hangs after mounting filesystem

2007-11-02 Thread Paul Waldo
I can confirm that /lib/udev/set_hwclock is problematic.  My gutsy domU
took forever to boot, and when it did, top showed hwclock hogging the
CPU.  I removed execute permissions on /lib/udev/set_hwclock and now it
boots quite snappily.

-- 
xen guest hangs after mounting filesystem
https://bugs.launchpad.net/bugs/144631
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 17216] Re: Hard drive spindown should be configurable

2007-11-02 Thread ubuntu_demon
Regarding my last posts
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/17216/comments/62
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/17216/comments/63

You can experiment with values between 128 (low power usage) and 254
(best performance) although values below 254 still can do much head
parks (depending on the harddrive) so you should keep watching your
Load_Cycle_Count.

The Load_Cycle_Count can still rise very fast when you set power
management to 128. I set my power management to 128 somewhere between
16:20 and 16:40. Between 16:40 and 17:00 I see 42 Load_Cycles within 20
minutes. That's 2 Load_Cycles per minute.

193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 903  |  Fri Nov 2 
16:20:01 CET 2007
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 920  |  Fri Nov 2 
16:40:02 CET 2007
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 962  |  Fri Nov 2 
17:00:01 CET 2007

-- 
Hard drive spindown should be configurable
https://bugs.launchpad.net/bugs/17216
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 129477] Touchpad synaptics not working on lenovo 61 w/ gutsy 32bit

2007-11-02 Thread buddycat
i just purchased a lenovo r61 (intel duocore) that has an alps touchpad
(checked hw manager in xp to confirm this) that gets recognized as a
generic mouse and thus, none of the synaptics work and synaptics module
gets unloaded by xorg. (no synaptics event device etc.). hwinfo --mouse
shows generic mouse only same with dmesg. using gutsy 32bit downloaded
late last week.

-- 
Touchpad not recognized on Dell Inspiron 1420
https://bugs.launchpad.net/bugs/129477
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 158891] Re: Bluefish won't open Firefox as external viewer.

2007-11-02 Thread Daniel Leidert
So firefox-problem has been fixed, right?

Well, the other doesn't seem to be a bluefish problem too. If gnome-moz-
remote or any of its parts or the programs it calls return an error, its
not a problem of bluefish. I know it worked in the past. But gnome-moz-
remote is a Gnome 1 program. We already dropped it from our current
development version of bluefish and I think, most users won't need it.

-- 
Bluefish won't open Firefox as external viewer.
https://bugs.launchpad.net/bugs/158891
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 31746] Re: Impossible to use multiple profiles at the same time

2007-11-02 Thread Lakin Wecker
A workaround is still to use -a along with -P:
firefox -a dev -P dev

Just make sure that the id in : -a id is unique for each profile.

-- 
Impossible to use multiple profiles at the same time
https://bugs.launchpad.net/bugs/31746
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 159412] Re: [Gutsy-AMD64]Wine is installable from apt-get but not from Add/Remove

2007-11-02 Thread Scott Ritchie
** Also affects: gnome-app-install (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[Gutsy-AMD64]Wine is installable from apt-get but not from Add/Remove
https://bugs.launchpad.net/bugs/159412
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 135736] Re: Serious performance regression from recent update from 2.0.1 to 3.0

2007-11-02 Thread Toon Verstraelen
FYI: I have downloaded the source packages for python-opengl
(2.0.1.09.dfsg.1-0.2) from http://packages.debian.org/etch/python-opengl
and generated a debian package from theses sources. When I downgrade to
this home-made package, my python-opengl based applications run fine
again.

-- 
Serious performance regression from recent update from 2.0.1 to 3.0
https://bugs.launchpad.net/bugs/135736
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 31746] Re: Impossible to use multiple profiles at the same time

2007-11-02 Thread Benjamin Rubin
I also can confirm this in Gutsy, reopening bug.

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

-- 
Impossible to use multiple profiles at the same time
https://bugs.launchpad.net/bugs/31746
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 159494] smp machine crashes on network use

2007-11-02 Thread lext
Public bug reported:

New install xubuntu 7.10 crashes whenever the network is used much, eg light 
websurfing ok, big web pages or package operations crash machine
I had to unplug network to get install to finish or it crashed when updating 
repositories
Machine is dual 400Mhz Celeron in Abit motherboard, Dlink DFE-528 TX network 
card, problem does not show on another single processor machine installed from 
the same CD
Works fine with Zenwalk 4.6 ( a 2.6.21.3 kernal) installed so its not a 
hardware problem
Both kernals use the driver 8139too for the network card.

Looks like a race condition in the driver or network stack, I wish you
good luck finding it

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
smp machine crashes on  network use
https://bugs.launchpad.net/bugs/159494
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 159480] [gutsy ]kontact crashes with SIGSEGV when changing settings

2007-11-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I was changing the settings for kmail in the kontact preferences and then 
kontact crashed.
Another time I was adding several emails in an IMAP account as SPAM and it 
crashed (this is easily reproducable with more then 8 mails )

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

-- 
[gutsy ]kontact crashes with SIGSEGV when changing settings
https://bugs.edge.launchpad.net/bugs/159480
You received this bug notification because you are a member of Kubuntu Team, 
which is a bug contact for kdepim in ubuntu.

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


[Bug 159480] [gutsy ]kontact crashes with SIGSEV when changing settings

2007-11-02 Thread SeG
Public bug reported:

I was changing the settings for kmail in the kontact preferences and then 
kontact crashed.
Another time I was adding several emails in an IMAP account as SPAM and it 
crashed (this is easily reproducable with more then 8 mails )

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[gutsy ]kontact crashes with SIGSEGV when changing settings
https://bugs.launchpad.net/bugs/159480
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 147748] Re: eclipse from repository and ant don't work

2007-11-02 Thread deletedaccount
Just to echo the above.  This is a seriously annoying bug for us. Our
entire dev team has had to use command line ant since upgrading.

-- 
eclipse from repository and ant don't work
https://bugs.launchpad.net/bugs/147748
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 156421] Re: Compiz-Fusion Show-Desktop screen edge binding not working

2007-11-02 Thread joenix
I can confirm the behaviour that Ari has described.
I can also confirm the workaround he has provided, solves the problem.

Thanks Ari!

-- 
Compiz-Fusion Show-Desktop screen edge binding not working
https://bugs.launchpad.net/bugs/156421
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 159561] Attansic L1 network driver not found on alterative install cd

2007-11-02 Thread dalejefferson
Public bug reported:

atl1 module not found on alternative install cd's both 32bit and 64bit.
Live cd has module and loads fine.

modprobe atl1 fails,
can't find module in /lib/module/kernel***/kernel/drivers/net/ on alternative 
cd's, module is present on live cd!

** Affects: efficientpc
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Attansic L1 network driver not found on alterative install cd
https://bugs.launchpad.net/bugs/159561
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 159561] Re: Attansic L1 network driver not found on alterative install cd

2007-11-02 Thread dalejefferson

** Attachment added: lspci -v
   http://launchpadlibrarian.net/10252098/lspci

** Also affects: efficientpc
   Importance: Undecided
   Status: New

-- 
Attansic L1 network driver not found on alterative install cd
https://bugs.launchpad.net/bugs/159561
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 159565] libapache2-mod-geoip does not load

2007-11-02 Thread John Moser
Public bug reported:

Binary package hint: libapache2-mod-geoip

apache2: Syntax error on line 188 of /etc/apache2/apache2.conf: Syntax
error on line 1 of /etc/apache2/mods-enabled/geoip.load: API module
structure `geoip_module' in file /usr/lib/apache2/modules/mod_geoip.so
is garbled - perhaps this is not an Apache module DSO?

Apparently this does not load in Feisty.

** Affects: libapache2-mod-geoip (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libapache2-mod-geoip does not load
https://bugs.launchpad.net/bugs/159565
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 159476] Please sync xdigger 1.0.10-10 (universe) from Debian unstable (main)

2007-11-02 Thread Sarah Hobbs
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/xdigger
 status confirmed
 subscribe ubuntu-archive

Please sync xdigger 1.0.10-10  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
debian took our change

Changelog since current hardy version 1.0.10-10ubuntu2:

xdigger (1.0.10-11) unstable; urgency=low

  * New maintainer (Debian Games Team)
  * Add build-dep for libxext-dev
  * Bump debhelper b-d to 5
  * Update watch file
  * debian/control: Add Homepage and VCS tags
  * Move DH_COMPAT from rules to debian/compat and set to 5
  * debian/rules: Remove unused commands

 -- Barry deFreese [EMAIL PROTECTED]  Thu, 18 Oct 2007 13:10:48
-0400


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

iD8DBQFHKv/T7/o1b30rzoURApNvAKC5C2V+1yJkLaBecxIILrxBJHDM8ACgrWIc
uxM6pyYWpIkKlDU1nnKAII8=
=qqJ0
-END PGP SIGNATURE-

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

-- 
Please sync xdigger 1.0.10-10  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/159476
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 106008] Re: With desktop effects enabled when using gksu system gets grey and only responds to keyboard

2007-11-02 Thread Nadir
Hi,
I had the same problem and I fixed it by editing /usr/share/menu/synaptic and 
changing the command to /usr/bin/gksu -g /usr/sbin/synaptic (added the -g)

-- 
With desktop effects enabled when using gksu system gets grey and only responds 
to keyboard 
https://bugs.launchpad.net/bugs/106008
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 159473] Re: python-matplotlib cannot be installed

2007-11-02 Thread russian_knight
Ubuntu 7.10 with all updates.

-- 
python-matplotlib cannot be installed
https://bugs.launchpad.net/bugs/159473
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 159474] Please sync boinc 5.10.27-1 (universe) from Debian unstable (main)

2007-11-02 Thread Marco Rodrigues
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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

Please sync boinc 5.10.27-1  (universe) from Debian unstable (main).
Changelog since current hardy version 5.10.8-2:

boinc (5.10.27-1) unstable; urgency=low

  [ Frank S. Thomas ]
  * New upstream release. (closes: #447929)
- Handles change in /proc/cpuinfo on powerpc introduced in Linux 2.6.23.
  Thanks to Thibaut VARENE [EMAIL PROTECTED] for the patch.
  (closes: #437459)
- Allows to set arbitrary many alternate platforms in the client's config
  file cc_config.xml with the alt_platform element which is a direct
  child of the options element. (closes: #437326)
- BOINC Manager: At account creation check if wxGetUserName() returned an
  empty string and if it did use the output of wxGetUserId() instead.
  Thanks to Morita Sho [EMAIL PROTECTED] for the
  excellent bug report. (closes: #447320)
  * debian/control:
- Moved Homepage pseudo field in the long descriptions to the source stanza
  because this is now a propper debian/control field supported by dpkg.
- Removed XS- prefix from Vcs fields since they are now officially
  supported by dpkg.
  * debian/boinc-client.init: Print the scheduling status of boinc_client's
children only if there are any present, otherwise schedtool would be
called without arguments and would print its usage text.
  * debian/icons/: Use icons with transparent background.
  * debian/boinc-manager.desktop:
- Addded Portuguese translations for GenericName and Comment, thanks to
  Marco Rodrigues [EMAIL PROTECTED].
- Monitor is a subcategory of the System main category, so use System
  instead of Utility.
- Removed the Encoding key since it is deprecated in the Desktop Entry
  Specification 1.0 and added the Version key.

 -- Frank S. Thomas [EMAIL PROTECTED]  Thu, 25 Oct 2007 20:54:09
+0200


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

iD8DBQFHKv7yQGoC3MKACe8RAqg5AJ9vu6m2ktzWBeXLGht3ipJbraNuCwCffYh1
sqG/z8+TkDNjHx7EmXhJnIU=
=CGTd
-END PGP SIGNATURE-

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

-- 
Please sync boinc 5.10.27-1  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/159474
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 159472] /etc/cron.daily/find has wrong ionice parameter

2007-11-02 Thread Armin Schindler
Public bug reported:

In /etc/cron.daily/find is ionice used when starting updatedb. The is
 ... ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb ...
So the option -p is used to set the priority. But ionice uses -p to set a 
specific process ID and to
set the priority the -n parameter must be used.
On some installation (I cannot tell what the difference is), this produces an 
error. On others the -p
seems to be ignored.
This seems to be introduced by Bug #134692.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
/etc/cron.daily/find has wrong ionice parameter
https://bugs.launchpad.net/bugs/159472
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 159252] Re: Want to configure wobbly window edge resistance

2007-11-02 Thread Bug Watch Updater
** Changed in: compiz
   Status: Unknown = Confirmed

-- 
Want to configure wobbly window edge resistance
https://bugs.launchpad.net/bugs/159252
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 151604] Re: Maximize window vertically makes the window too large

2007-11-02 Thread Simon Ruggier
** Bug watch added: GNOME Bug Tracker #492643
   http://bugzilla.gnome.org/show_bug.cgi?id=492643

** Also affects: metacity via
   http://bugzilla.gnome.org/show_bug.cgi?id=492643
   Importance: Unknown
   Status: Unknown

-- 
Maximize window vertically makes the window too large
https://bugs.launchpad.net/bugs/151604
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 151604] Re: Maximize window vertically makes the window too large

2007-11-02 Thread Pádraig Brady
** Changed in: metacity (Ubuntu)
   Status: New = Confirmed

-- 
Maximize window vertically makes the window too large
https://bugs.launchpad.net/bugs/151604
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 156213] Re: In Gnome, Kde apps umount usb drives when they close

2007-11-02 Thread Captain Nemo
Same problem here too.

When I close Amarok, my external disk (USB) was unmounted

-- 
In Gnome, Kde apps umount usb drives when they close
https://bugs.launchpad.net/bugs/156213
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 156591] Re: Please sync qca2 2.0.0-2 from Debian unstable

2007-11-02 Thread Marco Rodrigues
** Changed in: qca2 (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Please sync qca2 2.0.0-2 from Debian unstable
https://bugs.launchpad.net/bugs/156591
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 91780] Re: Compiz's corner resize grabbers are difficult to get hold of

2007-11-02 Thread Bug Watch Updater
** Changed in: compiz
   Status: Unknown = Confirmed

-- 
Compiz's corner resize grabbers are difficult to get hold of
https://bugs.launchpad.net/bugs/91780
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 159468] /etc/qt3/qtrc use Plastik style instead of Polyester

2007-11-02 Thread Guillaume Martres
Public bug reported:

Binary package hint: kubuntu-default-settings

/etc/qt3/qtrc contains:
style=Plastik
But kubuntu use the Polyester style, so the other qt3 applications are not well 
integrated into KDE, k-d-s should change this setting in the postinst .

** Affects: kubuntu-default-settings (Ubuntu)
 Importance: Undecided
 Status: New

-- 
/etc/qt3/qtrc use Plastik style instead of Polyester
https://bugs.launchpad.net/bugs/159468
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kubuntu-default-settings in ubuntu.

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


[Bug 159163] Re: Cannot do updates with synaptic, updatemanager or apt-get

2007-11-02 Thread Cory Albrecht
I had already tried what you suggest, albeit with apt-get rather than
aptitude. Unofrtunately the same thing still keeps happening. I even
tried deleting teh contents of /var/cache/apt, to no avail.

I had also already done the 'dpkg --configure -a', but that prints out
nothing when run. :-(

As for anything unusual happening, no, I do not remember. I just clicked
on the update icon when it appeared, then on install updates, typed my
password inin to gksu, and let things go from there..

-- 
Cannot do updates with synaptic, updatemanager or apt-get
https://bugs.launchpad.net/bugs/159163
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 159462] KDE control module crashed

2007-11-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Traceback :

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1233439040 (LWP 5701)]
[KCrash handler]
#6  0xb62c4b71 in KNetworkConf::showInterfaceContextMenuSlot ()
   from /usr/lib/kde3/kcm_knetworkconfmodule.so
#7  0xb62d78da in KNetworkConf::qt_invoke ()
   from /usr/lib/kde3/kcm_knetworkconfmodule.so
#8  0xb6dbe893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#9  0xb777be05 in KListView::contextMenu () from /usr/lib/libkdeui.so.4
#10 0xb777be6f in KListView::emitContextMenu () from /usr/lib/libkdeui.so.4
#11 0xb787fb3d in KListView::qt_invoke () from /usr/lib/libkdeui.so.4
#12 0xb6dbe893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#13 0xb7161e36 in QListView::rightButtonPressed () from /usr/lib/libqt-mt.so.3
#14 0xb6ebd36b in QListView::contentsMousePressEventEx ()
   from /usr/lib/libqt-mt.so.3
#15 0xb6ebd398 in QListView::contentsMousePressEvent ()
   from /usr/lib/libqt-mt.so.3
#16 0xb77490cc in KListView::contentsMousePressEvent ()
   from /usr/lib/libkdeui.so.4
#17 0xb6ef40b9 in QScrollView::viewportMousePressEvent ()
   from /usr/lib/libqt-mt.so.3
#18 0xb6ef552c in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3
#19 0xb6ebd806 in QListView::eventFilter () from /usr/lib/libqt-mt.so.3
#20 0xb6dbde40 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#21 0xb6dbdebe in QObject::event () from /usr/lib/libqt-mt.so.3
#22 0xb6df55b3 in QWidget::event () from /usr/lib/libqt-mt.so.3
#23 0xb6d55af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#24 0xb6d57cae in QApplication::notify () from /usr/lib/libqt-mt.so.3
#25 0xb752dca2 in KApplication::notify () from /usr/lib/libkdecore.so.4
#26 0xb6ce827d in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#27 0xb6ce6ee2 in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#28 0xb6ce4fcc in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#29 0xb6cfc1a4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#30 0xb6d701ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#31 0xb6d57617 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#32 0xb6f733e9 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#33 0xb7f19418 in kdemain () from /usr/lib/libkdeinit_kcmshell.so
#34 0x080484b2 in ?? ()
#35 0x0002 in ?? ()
#36 0xbf951c34 in ?? ()
#37 0xbf951ba8 in ?? ()
#38 0x080484e9 in ?? ()
#39 0xb7f45800 in ?? () from /lib/ld-linux.so.2
#40 0xbf951bb0 in ?? ()
#41 0xbf951c08 in ?? ()
#42 0xb7cb8050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
Backtrace stopped: frame did not save the PC

http://img413.imageshack.us/my.php?image=33731051zt5.png

** Affects: launchpad
 Importance: Undecided
 Status: Invalid

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

-- 
KDE control module crashed
https://bugs.edge.launchpad.net/bugs/159462
You received this bug notification because you are a member of Kubuntu Team, 
which is a bug contact for kdelibs in ubuntu.

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


[Bug 159462] Re: KDE control module crashed

2007-11-02 Thread William Grant
** Changed in: launchpad
   Status: New = Invalid

** Also affects: kde4base (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: kdelibs (Ubuntu)
Sourcepackagename: kde4base = kdelibs

-- 
KDE control module crashed
https://bugs.launchpad.net/bugs/159462
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 159466] Re: i have an DELL Latitude D 400 with the broadcom43xxx wireless card. - before and after the newest update (7.10) the wireless card is still not running. - please help me.

2007-11-02 Thread kosma-solarius

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/10249391/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/10249392/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/10249393/ProcStatus.txt

-- 
i have an DELL Latitude D 400 with the broadcom43xxx wireless card. - before 
and after the newest update (7.10) the wireless card is still not running. - 
please help me.
https://bugs.launchpad.net/bugs/159466
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 159466] i have an DELL Latitude D 400 with the broadcom43xxx wireless card. - before and after the newest update (7.10) the wireless card is still not running. - please help me.

2007-11-02 Thread kosma-solarius
Public bug reported:

Binary package hint: gnome-nettool

ok. - i need help with the wireless driver broadcom43xx.

i know, there was already this bug in the old versions of ubuntu. now i
updated the system to 7.10, but my wlan is still not running.

i have a second partition on this laptop with an windows system. under
the winXP the wlan card is working perfectly.

so my system is correct.


i hope you can help me.


thank you.

ProblemType: Bug
Architecture: i386
Date: Fri Nov  2 10:59:28 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/gnome-nettool
Package: gnome-nettool 2.20.0-0ubuntu1
PackageArchitecture: i386
ProcCmdline: gnome-nettool
ProcCwd: /home/kosma
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 [EMAIL PROTECTED]
 SHELL=/bin/bash
SourcePackage: gnome-nettool
Uname: Linux delly 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

** Affects: gnome-nettool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
i have an DELL Latitude D 400 with the broadcom43xxx wireless card. - before 
and after the newest update (7.10) the wireless card is still not running. - 
please help me.
https://bugs.launchpad.net/bugs/159466
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 159431] Re: pdf printer get ps file when path is checked

2007-11-02 Thread dominique
yes I have ,

i tested that

i have uninstalled firefox-gnome-support  ,shutdown and restart ; ,same
gui same pb   ( remember i have changed  print.postscript.print_command
option from  lpr ${MOZ_PRINTER_NAME:+-P$MOZ_PRINTER_NAME}  to 
kprinter ') so i 'm going to reinstall  firefox-gnome-support

-- 
pdf printer get ps file when path is checked
https://bugs.launchpad.net/bugs/159431
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 152297] Re: 4digits has no menu entry

2007-11-02 Thread Mario Bonino
** Changed in: 4digits (Ubuntu)
   Status: In Progress = Confirmed

-- 
4digits has no menu entry
https://bugs.launchpad.net/bugs/152297
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 118213] Re: TV applications freeze kernels on card Leadtek Winfast PVR 2000 XP on kernel 2.6.20

2007-11-02 Thread Cimmo
*** This bug is a duplicate of bug 81110 ***
https://bugs.launchpad.net/bugs/81110

** This bug has been marked a duplicate of bug 81110
   kdetv lockup linux 2.6.20 kernel

-- 
TV applications freeze kernels on card Leadtek Winfast PVR 2000 XP on kernel 
2.6.20
https://bugs.launchpad.net/bugs/118213
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 151604] Re: Maximize window vertically makes the window too large

2007-11-02 Thread Simon Ruggier
I can confirm in gutsy.  Using Maximize window horizontally also
results in the window being maximized both ways sometimes.  This is a
pretty severe regression from 2.18, both of these shortcuts are
basically unusable.

** Summary changed:

- maxmize vertically ignores bottom panel
+ Maximize window vertically makes the window too large

-- 
Maximize window vertically makes the window too large
https://bugs.launchpad.net/bugs/151604
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 159463] KnowIt docs in the wrong place

2007-11-02 Thread ardchoille
Public bug reported:

Binary package hint: knowit

I recently joined the ubuntu-docs team and found that KnowIt was missing
the handbook (khelpcenter entry), so I decided to write it. In searching
my system for information to include in the KnowIt handbook, I came
across /usr/share/doc/HTML/en/knowit. It seems the documentation is
already written, it just isn't present in khelpcenter. I know that most
of the khelcenter items live at /usr/share/doc/kde/HTML/en so I did:

sudo cp -r /usr/share/doc/HTML/en/knowit /usr/share/doc/kde/HTML/en

and now the KnowIt handbook is present in khelpcenter.

So, the KnowIt handbook/docs are already written, they're just in the
wrong location.

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

-- 
KnowIt docs in the wrong place
https://bugs.launchpad.net/bugs/159463
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 159464] NM should respect manual changes to /etc/resolv.conf

2007-11-02 Thread Runar Ingebrigtsen
Public bug reported:

Binary package hint: network-manager

I use a wireless connection with DHCP (regular home WLAN). Sometimes I
need to add DNS servers manually, for instance if I want to use the
OpenDNS.com service.

To perform this I click the NM icon and then Manual configuration
I'm asked for the password, I enter it.
Then I click on the DNS tab.
I remove the existing DNS server, and I add two different servers.

My changes appear in /etc/resolv.conf
Shortly thereafter, the resolv.conf file is changed back to the original DNS 
server provided by DHCP.

In my opinion, NM needs to respect the manual changes. NM should be
aware not to override a manual change to resolv.conf, whether it's done
by NM manual configuration or by hand.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
NM should respect manual changes to /etc/resolv.conf
https://bugs.launchpad.net/bugs/159464
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 159461] The system does not boot X adding firmware in /lib/firmware

2007-11-02 Thread raffaelefra
Public bug reported:

I'm using the ASUS My Cinema-P7131 Hybrid TV card and Kubuntu 7.10 i.386.
Gutsy  recognizes almost completely the card
..
[   29.557513] saa7133[0]: found at :00:09.0, rev: 209, irq: 23, 
latency: 32, mmio: 0xdfffe000
[   29.557519] saa7133[0]: subsystem: 1043:4857, board: ASUSTeK P7131 
Dual [card=78,autodetected]
[   29.557527] saa7133[0]: board init: gpio is 0
[   29.557588] input: saa7134 IR (ASUSTeK P7131 Dual) as 
/class/input/input2
[   29.601126] input: PC Speaker as /class/input/input3
[   29.657282] lirc_dev: IR Remote Control driver registered, at major 
61 [   29.665401] [   29.665402] lirc_atiusb: USB remote driver for LIRC 
$Revision: 1.61 $
[   29.665404] lirc_atiusb: Paul Miller pmiller9 at users.sourceforge.net
[   29.667634] lirc_dev: lirc_register_plugin: sample_rate: 0
[   29.693077] saa7133[0]: i2c eeprom 00: 43 10 57 48 54 20 1c 00 43 43 
a9 1c 55 d2 b2 92
[   29.693086] saa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff ff 
ff ff ff ff ff ff
[   29.693094] saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 ff 
00 b6 ff ff ff ff
[   29.693101] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   29.693109] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 00 
ff ff ff ff ff ff
[   29.693117] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   29.693124] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   29.693132] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff
[   29.693711] lirc_atiusb[2]: X10 WTI RF receiver on usb2:2
[   29.718042] usbcore: registered new interface driver lirc_atiusb
[   29.718757] nvidia: module license 'NVIDIA' taints kernel.
[   29.975957] 
/build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c:
 
USB SPCA5XX camera found. (PAC207)
[   29.981551] usbcore: registered new interface driver gspca
[   29.981555] 
/build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c:
 
gspca driver 01.00.12 registered
[   30.010036] usbcore: registered new interface driver ati_remote
[   30.010040] 
/build/buildd/linux-source-2.6.22-2.6.22/drivers/input/misc/ati_remote.c: 
Registered USB driver ATI/X10 RF USB Remote Control v. 2.2.1
[   30.060318] tuner 1-004b: chip found @ 0x96 (saa7133[0])
[   30.108263] tuner 1-004b: setting tuner address to 61
[   30.148170] tuner 1-004b: type set to tda8290+75a
[   30.176207] input: ImPS/2 Logitech Wheel Mouse as /class/input/input4
[   31.513766] tuner 1-004b: setting tuner address to 61
[   31.553695] tuner 1-004b: type set to tda8290+75a
[   32.874334] saa7133[0]: registered device video1 [v4l2]
[   32.874443] saa7133[0]: registered device vbi0
[   32.874552] saa7133[0]: registered device radio0
.
[   33.052251] DVB: registering new adapter (saa7133[0]).
[   33.052257] DVB: registering frontend 0 (Philips TDA10046H DVB-T)...
[   33.122972] tda1004x: setting up plls for 48MHz sampling clock
.
[   40.754009] tda1004x: timeout waiting for DSP ready
[   40.793940] tda1004x: found firmware revision 0 -- invalid
[   40.793943] tda1004x: trying to boot from eeprom
.
[   43.161836] tda1004x: found firmware revision 0 -- invalid
[   43.161839] tda1004x: waiting for firmware upload...
[   43.195724] tda1004x: no firmware upload (timeout or file not found?)
[   43.195726] tda1004x: firmware upload failed
..

so Analog TV (using tvtime) and FM radio (using Kradio) are absolutely
OK.

But in order to run Digital TV (DVB-T) it is necessary to load the 
firmware (dvb-fe-tda10046.fw)
So I got that firmware (release 20) and copied it in  /lib/firmware.
After a worm reboot the firmware was recognized 
...
[   28.868173] input: saa7134 IR (ASUSTeK P7131 Dual) as /class/input/input3
[   28.882690] 
/build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c:
 USB SPCA5XX camera found. (PAC207)
[   28.906293] usbcore: registered new interface driver gspca
[   28.906304] 
/build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/media/gspcav1/gspca_core.c:
 gspca driver 01.00.12 registered
[   28.907422] nvidia: module license 'NVIDIA' taints kernel.
[   29.160914] lirc_dev: IR Remote Control driver registered, at major 61 
[   29.188751] 
[   29.188753] lirc_atiusb: USB remote driver for LIRC $Revision: 1.61 $
[   29.188756] lirc_atiusb: Paul Miller [EMAIL PROTECTED]
[   29.190703] lirc_dev: lirc_register_plugin: sample_rate: 0
[   29.192813] saa7133[0]: i2c eeprom 00: 43 10 57 48 54 20 1c 00 43 43 a9 1c 
55 d2 b2 92
[   29.192822] saa7133[0]: i2c 

[Bug 159395] Re: fzdefaults.xml.example missing

2007-11-02 Thread Adrien Cunin
** Changed in: filezilla (Ubuntu)
 Assignee: (unassigned) = Adrien Cunin (adri2000)

-- 
fzdefaults.xml.example missing
https://bugs.launchpad.net/bugs/159395
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 159431] Re: pdf printer get ps file when path is checked

2007-11-02 Thread Martin-Éric Racine
Do you have the firefox-gnome-support package installed? If yes, then it
uses the normal GTK print library to process printouts.

-- 
pdf printer get ps file when path is checked
https://bugs.launchpad.net/bugs/159431
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 148646] Re: [Gutsy] Crash on podcast download

2007-11-02 Thread Robert Dzikowski
Rhythmbox has problems with podcast episodes which Time is Unknown and
Status column is empty.

-- 
[Gutsy] Crash on podcast download
https://bugs.launchpad.net/bugs/148646
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 153980] Re: 7.04-7.10 Upgrade fails: Getting upgrade prerequisites failed

2007-11-02 Thread Cunner
I've got the same problem...

The GUI frontend tells me:

The system was unable to get the prerequisites for the upgrade. The upgrade 
will abort now and restore the original system state.
Please report this as a bug against the 'update-manager' package and include 
the files in /var/log/dist-upgrade/ in the bugreport.

And my /var/log/dist-upgrade/main.log reads:

2007-11-02 10:09:06,260 INFO release-upgrader version '0.81' started
2007-11-02 10:09:06,799 DEBUG lsb-release: 'feisty'
2007-11-02 10:09:06,800 DEBUG _pythonSymlinkCheck run
2007-11-02 10:09:07,644 DEBUG checkViewDepends()
2007-11-02 10:09:07,645 DEBUG getRequiredBackports()
2007-11-02 10:09:10,848 DEBUG marking 'release-upgrader-apt' for install
2007-11-02 10:09:10,942 DEBUG marking 'release-upgrader-dpkg' for install
2007-11-02 10:09:11,111 DEBUG pre-requists item: 'pkgAcquire::ItemIterator 
object: Status: 3 Complete: 0 Local: 0 IsTrusted: 1 FileSize: 1924684 
DestFile:'/
tmp/tmpMfFIkn/backports/partial/release-upgrader-dpkg_1.14.5ubuntu11.2_i386.udeb'
 DescURI: 'http://de.archive.ubuntu.com/ubuntu/pool/main/r/release-upgrader-
dpkg/release-upgrader-dpkg_1.14.5ub' 
2007-11-02 10:09:11,111 DEBUG pre-requists item: 'pkgAcquire::ItemIterator 
object: Status: 3 Complete: 0 Local: 0 IsTrusted: 1 FileSize: 1307096 
DestFile:'/
tmp/tmpMfFIkn/backports/partial/release-upgrader-apt_0.6.46.4ubuntu10.3_i386.udeb'
 DescURI: 'http://de.archive.ubuntu.com/ubuntu/pool/main/r/release-upgrader
-apt/release-upgrader-apt_0.6.46.4u' 
2007-11-02 10:09:11,112 ERROR no backports found but setupRequiredBackports() 
called??!

I've removed all 3rd party repositories from my sources.list and set
Synaptic to use the main server, but the problem remains.

-- 
7.04-7.10 Upgrade fails: Getting upgrade prerequisites failed
https://bugs.launchpad.net/bugs/153980
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 159460] SIOCSIFNETMASK: Cannot assign requested address

2007-11-02 Thread ThomasNovin
Public bug reported:

When I want to use a static IP-address for a temporary need I disable
networking i NetworkManager and run ifconfig manually from console.

First run with ifconfig I get a error.

$ ifconfig eth0

eth0  Link encap:Ethernet  HWaddr 00:17:08:3E:AF:12
  inet6 addr: fe80::217:8ff:fe3e:af12/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:199 errors:0 dropped:0 overruns:0 frame:0
  TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:13616 (13.2 KB)  TX bytes:324 (324.0 b)
  Interrupt:16

$ sudo ifconfig eth0 inet 33.33.33.33/24
SIOCSIFNETMASK: Cannot assign requested address

$ ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:17:08:3E:AF:12
  inet addr:33.33.33.33  Bcast:33.33.33.255  Mask:255.255.255.0
  inet6 addr: fe80::217:8ff:fe3e:af12/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:347 errors:0 dropped:0 overruns:0 frame:0
  TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:23528 (22.9 KB)  TX bytes:324 (324.0 b)
  Interrupt:16

$ ping 33.33.33.254
PING 33.33.33.254 (33.33.33.254) 56(84) bytes of data.
64 bytes from 33.33.33.254: icmp_seq=1 ttl=255 time=3.04 ms
64 bytes from 33.33.33.254: icmp_seq=2 ttl=255 time=0.642 ms

$ sudo ifconfig eth0 inet 33.33.33.33/24
$

Question is; Why do I get this error when in fact it indeed can assign
the address?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
SIOCSIFNETMASK: Cannot assign requested address
https://bugs.launchpad.net/bugs/159460
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 17216] Re: Hard drive spindown should be configurable

2007-11-02 Thread Christian Vogler
Hum. I have noatime enabled, and as I mentioned in my (now disappeared)
comment on bug 59695, this did not make a difference for me.

Here is my lm-profiler output:

Profiling run started.
Write accesses at 72/600 in lm-profiler run: kpdf
Write accesses at 348/600 in lm-profiler run: kpdf
Read accesses at 599/600 in lm-profiler run: kblankscrn.kss kdesktop_lock
Profiling run completed.

According to this run, the only possible culprit is kpdf. I shut it
down, but within 5 minutes, I saw the HDD LED flash several times, and
the load cycle count went up by 9. So, whatever is still accessing the
disk does not show up in lm-profiler, and is not due to atimes.

Any ideas where I could try to look next?

FWIW, here are my mounted filesystems:
/dev/sda5 on / type ext3 (rw,noatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)
/dev/sda8 on /home type xfs (rw,noatime)
/dev/sda2 on /media/sda2 type fuseblk 
(ro,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096)
/dev/sda7 on /var type xfs (rw,noatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)

Swap is enabled, but not in use:
 total   used   free sharedbuffers cached
Mem:   206337610416321021744  0 105256 452812
-/+ buffers/cache: 4835641579812
Swap:  3906368  03906368

-- 
Hard drive spindown should be configurable
https://bugs.launchpad.net/bugs/17216
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 147464] Re: Heavy network activity (eg: torrent/nfs file transfers) causes Hard System Locks and/or Network Freezes.

2007-11-02 Thread effell
Not running NDISwrapper, not even a wifi card. This is a 3G cellular
data card, showing up on a couple of ttyUSB ports courtesy of the kernel
Option module, it seems. From then on it accepts Hayes AT commands like
a regular modem.

-- 
Heavy network activity (eg: torrent/nfs file transfers) causes Hard System 
Locks and/or Network Freezes.
https://bugs.launchpad.net/bugs/147464
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


Re: [Bug 144937] Re: firefox-bin crashed with SIGSEGV in __kernel_vsyscall()

2007-11-02 Thread bthibaud
*** This bug is a duplicate of bug 144326 ***
https://bugs.launchpad.net/bugs/144326

Aurel Branzeanu a écrit :
 *** This bug is a duplicate of bug 144326 ***
 https://bugs.launchpad.net/bugs/144326

 On my Gutsy Firefox is crashing permanently after some minutes of work.

   
Perhaps desactive the ubufox addon it's the only difference between the 
feisty and gutsy firefox !

Benoit

-- 
firefox-bin crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/144937
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

Re: [Bug 159435] Re: Upgrade to 7.10 failed!

2007-11-02 Thread chang-hs
Yes it happens every time.

Sarah Hobbs wrote:
 Does this happen if you try to run the upgrade again?  Looks like the
 update manager didnt realise that the jp.archve.ubuntu.com was an
 official repository.

 ** Changed in: update-manager (Ubuntu)
 Sourcepackagename: None = update-manager
Status: New = Incomplete

   


-- 
Han Soo Chang, M.D.
Department of Neurological Surgery
Saitama Medical Center
Saitama Medical School
1981 Kamoda-Tsujido
Kawagoe-shi, Saitama 350-0844
Japan
Phone  Fax: +81-49-228-3671
Email: [EMAIL PROTECTED]

-- 
Upgrade to 7.10 failed!
https://bugs.launchpad.net/bugs/159435
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 53923] Re: tifm: Texas Instruments Card reader not reading SD cards

2007-11-02 Thread Duncan Lithgow
** Summary changed:

- tifm: Texas Instruments Card reader not working
+ tifm: Texas Instruments Card reader not reading SD cards

-- 
tifm: Texas Instruments Card reader not reading SD cards
https://bugs.launchpad.net/bugs/53923
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 107738] Re: network-manager-pptp isn't installed by default

2007-11-02 Thread Manuel Martín Salvador
Hi again. Now it works fine, maybe some update fix it... Thanks!

-- 
network-manager-pptp isn't installed by default
https://bugs.launchpad.net/bugs/107738
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 159049] Re: hangs during boot process

2007-11-02 Thread Slade Winstone
Hi, I'm running an ASUS A8M Laptop, and having the same problem running
2.6.22-14-generic.

The work-around of adding acpi=off in the kernel boot string is working
for me, but wasn't needed with the 2.6.20 kernel.

-- 
hangs during boot process
https://bugs.launchpad.net/bugs/159049
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 54154] Re: kpdf ignores duplex printing settings and forces duplex

2007-11-02 Thread Haiyadragon
So, KPDF 0.5.8/KDE 3.5.8 and KPDF is still useless for printing. In
other words, Kubuntu is worthless on my work computer.

-- 
kpdf ignores duplex printing settings and forces duplex
https://bugs.launchpad.net/bugs/54154
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 158941] Re: can't browse jamendo collection from rhythmbox plugin

2007-11-02 Thread Bruno
Hello, I have the same problem

Jonathan Matthew correction like our problem
http://svn.gnome.org/viewvc/rhythmbox/trunk/plugins/jamendo/jamendo/JamendoSource.py?view=log

-- 
can't browse jamendo collection from rhythmbox plugin
https://bugs.launchpad.net/bugs/158941
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 145337] Re: Brightness key stopped working after update [Gutsy]

2007-11-02 Thread Martin Böhm
It doesn't work here either (MacBook).

-- 
Brightness key stopped working after update [Gutsy]
https://bugs.launchpad.net/bugs/145337
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 157746] Re: Can't connect from phone through Bluetooth

2007-11-02 Thread Traz
Same problem here.
I can browse my phone files from the PC but when I want to send a file from the 
phone to the PC I cant see my PC in the list of bluetooth devices.

-- 
Can't connect from phone through Bluetooth
https://bugs.launchpad.net/bugs/157746
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 145337] Re: Brightness key stopped working after update [Gutsy]

2007-11-02 Thread Mikael Gerdin
The fix isn't working for me either, but it seems that with the package
versions in http://ppa.launchpad.net/lure/ubuntu, keycodes 212 and 101
has been bound to keysyms XF86LaunchD and XF86LaunchE.

-- 
Brightness key stopped working after update [Gutsy]
https://bugs.launchpad.net/bugs/145337
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 159455] Ubuntu GG,FF install freeze in 94% grub

2007-11-02 Thread nerw
Public bug reported:

Binary package hint: grub

I have two disk one is SATA 300GB with Win XP and second is PATA.
Last i had PATA with two partitions. On first partition i had ntfs and on the 
secound EXT3 with Ubuntu feisty fawn.
I downloaded new Gutsy Gibbon and i tryed install it, but in 94% installation 
said something as installing grub (hd0) and freeze without any error. 

Virus detection in bios is disable
I tryed: 
faisty CD (last work fine) - same problem
fill in MBR with zero
destroy partition with fdisk and geparted

nothing work :(

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

-- 
Ubuntu GG,FF install freeze in 94% grub 
https://bugs.launchpad.net/bugs/159455
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 137491] Re: epiphany does not have launchpad customizations by default

2007-11-02 Thread Mario Bonino
Maybe this one is better

** Attachment added: epiphany-browser_2.20.0-0ubuntu2.debdiff
   
http://launchpadlibrarian.net/10248304/epiphany-browser_2.20.0-0ubuntu2.debdiff

-- 
epiphany does not have launchpad customizations by default
https://bugs.launchpad.net/bugs/137491
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 159309] Re: Gutsy (k)ubuntu 7.10 on notebook HP nx6110: lid state incorrect after close-reopen

2007-11-02 Thread Filippo Pagin
Change package reference to Gutsy 7.10 correct kernel version.

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: linux-source-2.6.15 = linux-source-2.6.22

-- 
Gutsy (k)ubuntu 7.10 on notebook HP nx6110: lid state incorrect after 
close-reopen
https://bugs.launchpad.net/bugs/159309
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 158664] Re: Gutsy keeps setting the time +1h with every reboot

2007-11-02 Thread NeilGreenwood
I found it changed my time after resuming from hibernate overnight.

My timezone was lost since upgrading to Gutsy. I've reset it to
Europe/London now. We'll see what happens next week now.

BTW, using Synchronize now left my time 1 hr ahead. I've got it on
manual now.

** Changed in: ubuntu
   Status: New = Confirmed

-- 
Gutsy keeps setting the time +1h with every reboot 
https://bugs.launchpad.net/bugs/158664
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 159313] Re: Please merge vym 1.10.0 from Debian unstable

2007-11-02 Thread Mario Bonino

** Attachment added: vym_1.10.0-1ubuntu1.debdiff
   http://launchpadlibrarian.net/10248207/vym_1.10.0-1ubuntu1.debdiff

-- 
Please merge vym 1.10.0 from Debian unstable 
https://bugs.launchpad.net/bugs/159313
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 159431] Re: pdf printer get ps file when path is checked

2007-11-02 Thread Martin-Éric Racine
In that case, the problem is with how Mozilla applications generate PDF
files. If you select CUPS/CUPS-PDF among the available printers, it will
let CUPS produce the file.

-- 
pdf printer get ps file when path is checked
https://bugs.launchpad.net/bugs/159431
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 119092] Re: Kernel crash on suspend-to-ram on Thinkpad T60p

2007-11-02 Thread Jens
I have exactly the same problem using Feisty and a Thinkpad 60p. Here is
the relevant output from syslog, atigetsysteminfo output and lspci -
output.


** Attachment added: System information (syslog with crash, lspci, 
atigetsysteminfo)
   http://launchpadlibrarian.net/10248201/fglrx_crashes.tar.bz2

-- 
Kernel crash on suspend-to-ram on Thinkpad T60p
https://bugs.launchpad.net/bugs/119092
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 149273] Re: Blender causes Xorg crash loop

2007-11-02 Thread David Roberts
I'm still having the same issue, even with xserver-xorg-video-intel
2:2.1.1-0ubuntu9 on gutsy. The only line of debugging output I get from
blender is intelWaitIrq: drmI830IrqWait: -16 - I'm not sure if this is
relevant. I have an Intel GMA X3100.

-- 
Blender causes Xorg crash loop
https://bugs.launchpad.net/bugs/149273
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 119412] Re: [needs-packaging] mac

2007-11-02 Thread Michael Sebastian

Good news! GPL Monkey's Audio decoding is coming.

On Sep 13th an ape decoder was added to ffmpeg. 
The latest release of mplayer has it as well.

Source code is here:
http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/apedec.c

The mplayer/ffmpeg code was derived from libdemac.
There is also a command line program called demac.
Source for both is here:
http://svn.rockbox.org/viewvc.cgi/trunk/apps/codecs/demac/

See also :
http://codecs.multimedia.cx/?p=52
There is some indication that this does not work with mac files created by 
older versions of Monkey's Audio.

I have not tried compiling or using any of the above so I have no idea
how well it works.

Gutsy and Hardy are both using 3:0.cvs20070307-5ubuntu4 package of ffmpeg.
Hopefully Hardy will move to something from after Sep13th?

Cheers,
Mike

-- 
[needs-packaging] mac
https://bugs.launchpad.net/bugs/119412
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 146741] Re: package hal-device-manager 0.5.9.1-1ubuntu8 failed to install/upgrade:

2007-11-02 Thread sandos
workaround mentioned in this bug seems to work for me (though I did also
chown haldaemon:haldaemon /var/cache/hald before, but that on its own
did not seem to help)

https://bugs.launchpad.net/ubuntu/+source/hal/+bug/139155

-- 
package hal-device-manager 0.5.9.1-1ubuntu8 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/146741
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 148776] Re: [7.10-beta] macbook brightness control hardware keys don't work on kubuntu 7.10 beta

2007-11-02 Thread Luka Renko
*** This bug is a duplicate of bug 145337 ***
https://bugs.launchpad.net/bugs/145337

Thanks for reporting back. This bug is duplicate and I have just
prepared test packages that will be considered for SRU. Please check bug
145337

** Changed in: kdeutils (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Triaged

** This bug has been marked a duplicate of bug 145337
   Brightness key stopped working after update [Gutsy]

-- 
[7.10-beta] macbook brightness control hardware keys don't work on kubuntu 7.10 
beta
https://bugs.launchpad.net/bugs/148776
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdeutils in ubuntu.

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


<    1   2   3   4   5   6   7   8   9   10   >