[Bug 370288] [NEW] skge module stops transmitting

2009-05-01 Thread DM
Public bug reported:

i have DLink 530T (1Gb ethenet card). skge is driver for it. but since update 
to ubuntu 9.04 (full reinstall). some times it stops transmitting packets (and 
not back to work). ifconfig eth1 shows that rx is changing but tx is not. pings 
are not going... the card on the internet port, so i lost the internet 
periodically.
the `save` commands that help me to return it to work is
#modprobe -r skge && modprobe skge && service networking restart
but after a few times i run it skge breaks work as described above in a few 
seconds after `save` command. and only computer restart helps.

it looks like this from changelog for 2.6.29.2 (skge disables the TX
queue):

commit 9fc79ab9a371b45166d80ef18411ea47cf8e3195
Author: Michal Schmidt 
Date:   Tue Apr 14 15:16:55 2009 -0700

skge: fix occasional BUG during MTU change

upstream commit: d119b3927994e3d620d6adb0dd1ea6bf24427875

The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up()
was sometimes observed when setting MTU.

skge_down() disables the TX queue, but then reenables it by mistake via
skge_tx_clean().
Fix it by moving the waking of the queue from skge_tx_clean() to the
other caller. And to make sure start_xmit is not in progress on another
CPU, skge_down() should call netif_tx_disable().

The bug was reported to me by Jiri Jilek whose Debian system sometimes
failed to boot. He tested the patch and the bug did not happen anymore.

Signed-off-by: Michal Schmidt 
Acked-by: Stephen Hemminger 
Signed-off-by: David S. Miller 
Signed-off-by: Chris Wright 

please include it in your main kernel branch ASAP (network breaks)
my email: den...@inbox.ru

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

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

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


[Bug 370287] [NEW] skge module stops transmitting

2009-05-01 Thread DM
Private bug reported:

i have DLink 530T (1Gb ethenet card). skge is driver for it. but since update 
to ubuntu 9.04 (full reinstall). some times it stops transmitting packets (and 
not back to work). ifconfig eth1 shows that rx is changing but tx is not. pings 
are not going... the card on the internet port, so i lost internet periodically.
the `save` commands that help me to return it to work is
#modprobe -r skge && modprobe skge && service networking restart
but after a few times i run it skge breaks work as described above in a few 
seconds after `save` command. and only computer restart helps.

it looks like this from changelog for 2.6.29.2 (skge disables the TX
queue):

commit 9fc79ab9a371b45166d80ef18411ea47cf8e3195
Author: Michal Schmidt 
Date:   Tue Apr 14 15:16:55 2009 -0700

skge: fix occasional BUG during MTU change

upstream commit: d119b3927994e3d620d6adb0dd1ea6bf24427875

The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up()
was sometimes observed when setting MTU.

skge_down() disables the TX queue, but then reenables it by mistake via
skge_tx_clean().
Fix it by moving the waking of the queue from skge_tx_clean() to the
other caller. And to make sure start_xmit is not in progress on another
CPU, skge_down() should call netif_tx_disable().

The bug was reported to me by Jiri Jilek whose Debian system sometimes
failed to boot. He tested the patch and the bug did not happen anymore.

Signed-off-by: Michal Schmidt 
Acked-by: Stephen Hemminger 
Signed-off-by: David S. Miller 
Signed-off-by: Chris Wright 

please include it in your main kernel branch ASAP (network breaks)
my email: den...@inbox.ru

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

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

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


[Bug 370287] Re: skge module stops transmitting

2009-05-01 Thread DM
** Visibility changed to: Private

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370287
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 370288] Re: skge module stops transmitting

2009-05-01 Thread DM
** Visibility changed to: Private

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370288
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


Re: [Bug 370287] Re: skge module stops transmitting

2009-05-02 Thread DM
Please remove my email in the bottom of description of the bug. I did
not found how to modify the desctiption after bug was sent. This is why
I made it private :)

-Original Message-
From: Leann Ogasawara 
To: den...@inbox.ru
Date: Fri, 01 May 2009 23:18:51 -
Subject: [Bug 370287] Re: skge module stops transmitting

> Hi DM,
> 
> I've marked this bug as public rather than private.  Additionally, I'll
> try to notify the kernel team of this upstream fix, thanks for including
> it in the report.  Additionally, the upcoming Karmic 9.10 kernel will
> automatically have this patch as it's already.
> 
> ** Visibility changed to: Public
> 
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
> 
> ** Changed in: linux (Ubuntu)
>Status: New => Triaged
> 
> ** Also affects: linux (Ubuntu Jaunty)
>Importance: Undecided
>Status: New
> 
> ** Changed in: linux (Ubuntu Jaunty)
>Importance: Undecided => Medium
> 
> ** Changed in: linux (Ubuntu Jaunty)
>Status: New => Triaged
> 
> -- 
> skge module stops transmitting
> https://bugs.launchpad.net/bugs/370287
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in "linux" source package in Ubuntu: Triaged
> Status in linux in Ubuntu Jaunty: Triaged
> 
> Bug description:
> i have DLink 530T (1Gb ethenet card). skge is driver for it. but since update 
> to ubuntu 9.04 (full reinstall). some times it stops transmitting packets 
> (and not back to work). ifconfig eth1 shows that rx is changing but tx is 
> not. pings are not going... the card on the internet port, so i lost internet 
> periodically.
> the `save` commands that help me to return it to work is
> #modprobe -r skge && modprobe skge && service networking restart
> but after a few times i run it skge breaks work as described above in a few 
> seconds after `save` command. and only computer restart helps.
> 
> it looks like this from changelog for 2.6.29.2 (skge disables the TX queue):
> 
> commit 9fc79ab9a371b45166d80ef18411ea47cf8e3195
> Author: Michal Schmidt 
> Date:   Tue Apr 14 15:16:55 2009 -0700
> 
> skge: fix occasional BUG during MTU change
> 
> upstream commit: d119b3927994e3d620d6adb0dd1ea6bf24427875
> 
> The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up()
> was sometimes observed when setting MTU.
> 
> skge_down() disables the TX queue, but then reenables it by mistake via
> skge_tx_clean().
> Fix it by moving the waking of the queue from skge_tx_clean() to the
> other caller. And to make sure start_xmit is not in progress on another
> CPU, skge_down() should call netif_tx_disable().
> 
> The bug was reported to me by Jiri Jilek whose Debian system sometimes
> failed to boot. He tested the patch and the bug did not happen anymore.
> 
> Signed-off-by: Michal Schmidt 
> Acked-by: Stephen Hemminger 
> Signed-off-by: David S. Miller 
> Signed-off-by: Chris Wright 
> 
> please include it in your main kernel branch ASAP (network breaks)
> my email: den...@inbox.ru
>

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370287
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 362978] Re: Kubuntu missing keyboard module in settings

2009-04-22 Thread dm
Hello,

I have the same problem, no keyboard module available in jaunty rc1. I
hope this will be fixed soon.

dm

-- 
Kubuntu missing keyboard module in settings
https://bugs.launchpad.net/bugs/362978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365401] [NEW] no meta+back tab in global shortcuts kwin

2009-04-22 Thread dm
Public bug reported:

Hello,
if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.

dm

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  Hello,
- if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying.
+ if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.
  
  dm

-- 
no meta+back tab in global shortcuts kwin
https://bugs.launchpad.net/bugs/365401
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365401] Re: no meta+back tab in global shortcuts kwin

2009-04-24 Thread dm
** Description changed:

  Hello,
- if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.
+ if I make a shortcut for desktop switching back with meta + back tab it has 
the same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.
  
  dm

-- 
no meta+back tab in global shortcuts kwin
https://bugs.launchpad.net/bugs/365401
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376062] Re: KWin reports wrong version number

2009-05-20 Thread dm
I have the behavior on two systems. As far as I know the bug with shift-
backtab should be resolved in kwin 4.2.3 but it isn't. I'm a little bit
confused about that. What version is installed?

Jan

-- 
KWin reports wrong version number
https://bugs.launchpad.net/bugs/376062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376062] Re: KWin reports wrong version number

2009-05-20 Thread dm
I don't know a 'bug number' or something else but I get the following
message after a 'kwin -v':

Qt: 4.5.1
KDE: 4.2.3 (KDE 4.2.3)
KWin: 4.2.2 (KDE 4.2.2)

I think KWin should give me a 4.2.3 too!
DM

-- 
KWin reports wrong version number
https://bugs.launchpad.net/bugs/376062
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 376062] Re: KWin reports wrong version number

2009-05-24 Thread dm
Here is the reference to the bug I have reported.
https://bugs.launchpad.net/ubuntu/+bug/365401
Global shortcut for KWin 'meta (alt) + backtab' for switching desktops back 
does not work. It operates equal to 'backtab'. In KDE 4.2.1 it has been ok.
DM

-- 
KWin reports wrong version number
https://bugs.launchpad.net/bugs/376062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 370287] Re: skge module stops transmitting

2009-05-29 Thread DM
Hi Ike,

I am using amd64 version. Also 2.6.29.3/4 was tried from
http://kernel.ubuntu.com/~kernel-ppa/mainline/ . It look like problem is
still exist in main line. the main info as I understend searching in the
Internet is

May 30 01:24:38 pnz-ubuntu kernel: [11181.136046] skge :03:07.0: PCI error 
cmd=0x117 status=0x22b0
May 30 01:24:38 pnz-ubuntu kernel: [11181.136080] skge :03:07.0: unable to 
clear error (so ignoring them)

It is in each log. the other log (but from 2.6.29.4)
May 30 01:24:57 pnz-ubuntu kernel: [11200.804805] [ cut here 
]
May 30 01:24:57 pnz-ubuntu kernel: [11200.804814] WARNING: at 
/home/kernel-ppa/mainline/build/net/sched/sch_generic.c:226 
dev_watchdog+0x211/0x220()
May 30 01:24:57 pnz-ubuntu kernel: [11200.804819] Hardware name: System Product 
Name
May 30 01:24:57 pnz-ubuntu kernel: [11200.804822] NETDEV WATCHDOG: eth1 (skge): 
transmit timed out
May 30 01:24:57 pnz-ubuntu kernel: [11200.804826] Modules linked in: nf_nat_ftp 
nf_conntrack_ftp vboxnetflt vboxdrv tun video output nfsd nfs lockd nfs_acl 
auth_rpcgss sunrpc xfs exportfs lp parport xt_state xt_multiport iptable_filter 
iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip_tables 
x_tables psmouse i2c_piix4 k8temp r8168 serio_raw pcspkr skge usbhid raid10 
raid456 async_xor async_memcpy async_tx xor raid1 raid0 multipath linear
May 30 01:24:57 pnz-ubuntu kernel: [11200.804889] Pid: 0, comm: swapper Not 
tainted 2.6.29-02062904-generic #02062904
May 30 01:24:57 pnz-ubuntu kernel: [11200.804893] Call Trace:
May 30 01:24:57 pnz-ubuntu kernel: [11200.804897][] 
warn_slowpath+0xdc/0x110
May 30 01:24:57 pnz-ubuntu kernel: [11200.804916]  [] ? 
enqueue_task_fair+0x4f/0x60
May 30 01:24:57 pnz-ubuntu kernel: [11200.804925]  [] ? 
enqueue_task+0x50/0x60
May 30 01:24:57 pnz-ubuntu kernel: [11200.804934]  [] ? 
sched_clock_cpu+0xba/0x130
May 30 01:24:57 pnz-ubuntu kernel: [11200.804940]  [] ? 
read_hpet+0xe/0x10
May 30 01:24:57 pnz-ubuntu kernel: [11200.804948]  [] ? 
getnstimeofday+0x4a/0xe0
May 30 01:24:57 pnz-ubuntu kernel: [11200.804954]  [] ? 
ktime_get_ts+0x4a/0x60
May 30 01:24:57 pnz-ubuntu kernel: [11200.804963]  [] ? 
strlcpy+0x4f/0x70
May 30 01:24:57 pnz-ubuntu kernel: [11200.804969]  [] ? 
getnstimeofday+0x4a/0xe0
May 30 01:24:57 pnz-ubuntu kernel: [11200.804976]  [] 
dev_watchdog+0x211/0x220
May 30 01:24:57 pnz-ubuntu kernel: [11200.804983]  [] ? 
tick_dev_program_event+0x3e/0xc0
May 30 01:24:57 pnz-ubuntu kernel: [11200.804989]  [] ? 
tick_program_event+0x25/0x30
May 30 01:24:57 pnz-ubuntu kernel: [11200.804994]  [] ? 
hrtimer_interrupt+0x11b/0x180
May 30 01:24:57 pnz-ubuntu kernel: [11200.805001]  [] ? 
dev_watchdog+0x0/0x220
May 30 01:24:57 pnz-ubuntu kernel: [11200.805008]  [] 
run_timer_softirq+0x1a3/0x220
May 30 01:24:57 pnz-ubuntu kernel: [11200.805016]  [] 
__do_softirq+0x9d/0x150
May 30 01:24:57 pnz-ubuntu kernel: [11200.805024]  [] 
call_softirq+0x1c/0x30
May 30 01:24:57 pnz-ubuntu kernel: [11200.805030]  [] 
do_softirq+0x56/0xa0
May 30 01:24:57 pnz-ubuntu kernel: [11200.805036]  [] 
irq_exit+0x7b/0x90
May 30 01:24:57 pnz-ubuntu kernel: [11200.805042]  [] 
do_IRQ+0x86/0x100
May 30 01:24:57 pnz-ubuntu kernel: [11200.805048]  [] 
ret_from_intr+0x0/0x29
May 30 01:24:57 pnz-ubuntu kernel: [11200.805051][] 
? native_safe_halt+0x6/0x10
May 30 01:24:57 pnz-ubuntu kernel: [11200.805063]  [] ? 
clockevents_notify+0x36/0x90
May 30 01:24:57 pnz-ubuntu kernel: [11200.805069]  [] ? 
default_idle+0x2e/0x50
May 30 01:24:57 pnz-ubuntu kernel: [11200.805074]  [] ? 
c1e_idle+0x57/0x130
May 30 01:24:57 pnz-ubuntu kernel: [11200.805082]  [] ? 
atomic_notifier_call_chain+0x11/0x20
May 30 01:24:57 pnz-ubuntu kernel: [11200.805088]  [] ? 
cpu_idle+0x53/0xa0
May 30 01:24:57 pnz-ubuntu kernel: [11200.805095]  [] ? 
start_secondary+0xa0/0xc0
May 30 01:24:57 pnz-ubuntu kernel: [11200.805100] ---[ end trace 
9edf5ff949058d5e ]---

also skge oops on rather high load of storage system and network. Also i
played with iommu (amd gart, soft) - nothing helps. Config: MB Asus
m3a78 (amd700 + sb750) amd х2 4880+ and 8Gb mem (small home server for
internet, file storage and VMs, also shares repos for provider network
segment)

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370287
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 81621] Re: problems when "cd" to Directories with german umlauts and "_"

2007-02-17 Thread dm
Same thing here. Is threr any workarounds?

-- 
problems when "cd" to Directories with german umlauts and "_" 
https://launchpad.net/bugs/81621

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


[Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-02-20 Thread dm
same with 2.6.20-8

** Attachment added: "on the screen"
   http://librarian.launchpad.net/6482130/screenshot.jpg

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-02-20 Thread dm
Well, the boot params are root=/dev/sda5 ro locale=ru_RU, quiet and splash was 
removed to see what's going on.
The system boots and stops after hdd (on the screen). After a minute it gives 
busybox with a shell.

I make it work setting sata as ide0-master and disabling all IDE's in
BIOS. It's not an satisfactory solution, but it works yet.

PS: sorry for my bad English

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 76489] Re: network device, module r8169, fails after some minutes

2007-02-20 Thread dm
#uname -a
Linux phantom 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 
GNU/Linux

Trying to copy about 500MB from host over http causes system crash -
host stops responding at all, only reset helps.

Don't know, maybe it is caused by this bug, but samba is extremely slow
- 10Kbps is the best speed.

-- 
network device, module r8169, fails after some minutes
https://launchpad.net/bugs/76489

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


[Bug 83297] "Name insertion" in kformula does not work

2007-02-04 Thread dm
Public bug reported:

Binary package hint: koffice

in kformula, you can type "\" (backslash) and then a symbol name, for
example "alpha" and then SPACE (" "), and the symbol was added to the formula.
this worked in 1.3.5, but does not work in 1.6.1
the documentation of this:
http://docs.kde.org/development/en/koffice/kformula/advanced.html#insertion
(this bug appears also in fedora and debian)

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

** Description changed:

  Binary package hint: koffice
  
  in kformula, you can type "\" (backslash) and then a symbol name, for
  example "alpha" and then SPACE (" "), and the symbol was added to the formula.
  this worked in 1.3.5, but does not work in 1.6.1
  the documentation of this:
  http://docs.kde.org/development/en/koffice/kformula/advanced.html#insertion
+ (this bug appears also in fedora and debian)

-- 
"Name insertion" in kformula does not work
https://launchpad.net/bugs/83297

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


[Bug 77980] A package failed to install (apt, dpkg)

2007-01-04 Thread dm
Public bug reported:

Binary package hint: mtop

When I try to install mtop it uses empty password for mysql-root @ localhost 
(which at this time is not empty for a security reasons).
mtop works fine, but any time I operate with packages package-manager tries to 
configure mtop. It produces such message: 
-
Errors were encountered while processing:
 mtop
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up mtop (0.6.6-1.1) ...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: 
NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: 
NO)
dpkg: error processing mtop (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mtop
---

Distribution: Ubuntu Feisty

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

-- 
A package failed to install (apt, dpkg)
https://launchpad.net/bugs/77980

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


[Bug 76489] Re: network device, module r8169, fails after some minutes

2007-01-04 Thread dm
For me interface works with r8169, but it is too slow. Midnight commender shows 
speed 3.01 MB/s while copying.
I have Asus A6Q00Tc. lspci -v shows next:
---
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 01)
Subsystem: ASUSTeK Computer Inc. Unknown device 11f5
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at d800 [size=256]
Memory at dcfff000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at dcfe [disabled] [size=64K]
Capabilities: [40] Power Management version 2
Capabilities: [48] Vital Product Data
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
Enable-
Capabilities: [60] Express Endpoint IRQ 0
Capabilities: [84] Vendor Specific Information
---
Time by time while copying large amount of data my laptop hangs and doesn't 
respond, so only reset helps.
Kernel 2.6.20-2.

-- 
network device, module r8169, fails after some minutes
https://launchpad.net/bugs/76489

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


[Bug 76489] Re: network device, module r8169, fails after some minutes

2007-01-11 Thread dm
Yep, works fine for me with 2.6.20-4.

-- 
network device, module r8169, fails after some minutes
https://launchpad.net/bugs/76489

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


[Bug 129998] Re: [gusty kubuntu] eclipse is crashing

2007-08-16 Thread dm
Dear maintainers! Please provide some advice!

This bug is similar with:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/128232

BUT!!!
After latest updates decorators are failed to work with 
libgtk-x11-2.0.so.0.1105.0 (micro mismatch with ubuntulooks lib). Well, all 
elements are looking as native gtk2 - like ugly boxes.

Please, do smth! I can either work with eclipse, or use good GUI. I
think, everybody wants both together at the same time.

All pckgs are from archive.ubuntu.com.

-- 
[gusty kubuntu] eclipse is crashing
https://bugs.launchpad.net/bugs/129998
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 136716] Re: nvidia-glx-new 100.14.11-prevents compiz from working

2007-09-08 Thread dm
Got random hangups using nvidia-glx 100.14.11+2.6.22.3-11.3 with 
linux-image-2.6.22-11-generic 2.6.22-11.32.
It is happening with and without compiz running, hangups was started just after 
jumping from 0.9x to 100.x version of video driver and corresponding kernel 
update.

Rolled back to linux-image-2.6.20-15-generic 2.6.20-15.27 / nvidia-glx-
new 1.0.9755+2.6.20.5-15.20

I think it may be cause shared irq widely used in notebooks.

Btw, I have Asus A6Tc (with NVidia 7300 Go).

-- 
nvidia-glx-new 100.14.11-prevents compiz from working
https://bugs.launchpad.net/bugs/136716
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 86798] Re: r8169 driver does not detect link

2007-07-26 Thread dm
Same on Asus A6Tc - no effect.


> Nope, removing ieee1394 has no effect on my laptop.
>

-- 
r8169 driver does not detect link
https://bugs.launchpad.net/bugs/86798
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 128567] Re: [gutsy] Eclipse is pretty stable since today

2007-08-02 Thread dm
Same think using Ubuntu package for me. The same 3.2.2

** Attachment added: "error log"
   http://launchpadlibrarian.net/8670880/hs_err_pid21299.log

-- 
[gutsy] Eclipse is pretty stable since today
https://bugs.launchpad.net/bugs/128567
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 128567] Re: [gutsy] Eclipse is pretty stable since today

2007-08-02 Thread dm
think = thing
Sorry for typo

-- 
[gutsy] Eclipse is pretty stable since today
https://bugs.launchpad.net/bugs/128567
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 129998] Re: [gusty kubuntu] eclipse is crashing

2007-08-02 Thread dm
I'm using gnome - exactly same error.

As workaround I rolled back to libgtk-x11-2.0-1105 (bug was with 1106).

-- 
[gusty kubuntu] eclipse is crashing
https://bugs.launchpad.net/bugs/129998
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 129998] Re: [gusty kubuntu] eclipse is crashing

2007-08-02 Thread dm
Here is working lib. You need to put it in /usr/lib and also edit
symlinks libgtk-x11-2.0.so and libgtk-x11-2.0.so.0 to point on
libgtk-x11-2.0.so.0.1105.0 instead of libgtk-x11-2.0.so.0.1106.0.

** Attachment added: "working lib"
   http://launchpadlibrarian.net/8672463/libgtk-x11-2.0.so.0.1105.0

-- 
[gusty kubuntu] eclipse is crashing
https://bugs.launchpad.net/bugs/129998
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 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-07-07 Thread dm
I compiled this driver. At last.
But there is no luck - after 3-5 seconds after starting transmission of file 
(790MB) interface holds. It logs link  status if I'm trying to plug out/in 
network cable. But can't transmit/receive anything until ifdown/ifup eth1 (form 
me this is Ethernet card).

There was added two fixes:
# diff ./r8168_n.c ./r8168_n1.c 
2424c2424
<   const struct iphdr *ip = skb->nh.iph;
---
>   const struct iphdr *ip = ip_hdr(skb);
3123c3123
<   return pci_module_init(&rtl8168_pci_driver);
---
>   return pci_register_driver(&rtl8168_pci_driver);

only after that it compiles well and modinsert-s as it used to.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://bugs.launchpad.net/bugs/91895
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 109629] Re: 3com NIC stops working after some time

2007-06-27 Thread dm
I have also a 3Com PCI 3c905 Boomerang and it is the same problem. My PC
runs 24h 7d a week. Sometimes after 5, sometimes after 1 day it stop
working due to this behavior. Everytime I have to reboot because my home
directory is remote. All I need is a stable machine.

[112118.321845] eth1: Resetting the Tx ring pointer.
[112128.313970] NETDEV WATCHDOG: eth1: transmit timed out
[112128.313977] eth1: transmit timed out, tx_status 00 status e000.
[112128.313986]   diagnostics: net 0cc0 media 8802 dma 00a00021 fifo 8800
[112128.313993]   Flags; bus-master 1, dirty 6832974(14) current 6832990(14)
[112128.313997]   Transmit list 37f36ac0 vs. 810037f36ac0.
[112128.314002]   0: @810037f36200  length 8092 status 0092
[112128.314006]   1: @810037f362a0  length 8092 status 0092

-- 
3com NIC stops working after some time
https://bugs.launchpad.net/bugs/109629
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 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-07-04 Thread dm
Can't compile under 2.6.22:

[EMAIL PROTECTED]:~/tmp/r8168-8.001.00# make modules
make -C src/ modules
make[1]: Entering directory `/home/dm/tmp/r8168-8.001.00/src'
make -C /lib/modules/2.6.22-7-generic/build 
SUBDIRS=/home/dm/tmp/r8168-8.001.00/src modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.22-7-generic'
  CC [M]  /home/dm/tmp/r8168-8.001.00/src/r8168_n.o
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c: In function ‘rtl8168_tso_csum’:
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c:2424: error: ‘struct sk_buff’ has no 
member named ‘nh’
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c: In function ‘rtl8168_init_module’:
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c:3123: warning: implicit declaration 
of function ‘pci_module_init’
make[3]: *** [/home/dm/tmp/r8168-8.001.00/src/r8168_n.o] Error 1
make[2]: *** [_module_/home/dm/tmp/r8168-8.001.00/src] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.22-7-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/dm/tmp/r8168-8.001.00/src'
make: *** [modules] Error 2

Will try to hack it.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://bugs.launchpad.net/bugs/91895
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 174373] Re: [hardy] squares instead of text after fontconfig upgrade until applications are restarted

2007-12-10 Thread dm
I am someone else =)
Well, the fonts in skype are ugly (no antialiasing), in Firefox monospace 
turned to 6px. Workaround - turn back to *fontconfig* from gutsy.

-- 
[hardy] squares instead of text after fontconfig upgrade until applications are 
restarted
https://bugs.launchpad.net/bugs/174373
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 178151] setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most of the cpu time to this uid

2007-12-22 Thread dm
Public bug reported:

steps to reproduce on kubuntu hardy alpha 2:
1)create new user.
2)set /sys/kernel/uids//cpu_share to "1"
3)run (as this new user) process which is infinitive loop, for example this 
ruby script:
x=1
while (true)
  x=x+1
end
4)try to run something as the root user (while this script runs).
instead of getting maximum ~0.00% of cpu time (1/(1+1024)), this script is 
given much more cpu time.
this doesn't occur if /sys/kernel/uids//cpu_share if set to "16" for 
example.

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

-- 
setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most 
of the cpu time to this uid
https://bugs.launchpad.net/bugs/178151
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 178151] Re: setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most of the cpu time to this uid

2007-12-25 Thread dm
maybe the bug is caused by the line
se->load.inv_weight = div64_64((1ULL<<32), shares);
in set_se_shares in sched.c?
if shares is 1, div64_64 returns 1<<32, but inv_weight is long(32 bit),
and only the 33th bit is 1, so inv_weight is 0...

-- 
setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most 
of the cpu time to this uid
https://bugs.launchpad.net/bugs/178151
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 86798] Re: r8169 driver does not detect link

2007-03-09 Thread dm
Same thing here. Asus A6Tc laptop on both i386 and x86_64 versions.

-- 
r8169 driver does not detect link
https://launchpad.net/bugs/86798

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


[Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-29 Thread dm
Ok, with GDM turned off I see that notebook not halts completely - just network 
interface is going down. ifdown/ifup helps to restore connection, but anyway 
transfer is broken.
No records to syslog while going down. Bringing it up produces heap of messages 
from NetworkManager.

Kernel: 2.6.20-13-generic

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


[Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-30 Thread dm
Well, as interface is going down I wait a few seconds, make copy of
logged messages, and than re-insert r8169 module.

Last system update was about a half hour ago.
This bug is mentioned only while transferring data out.

** Attachment added: "part of the logs"
   http://librarian.launchpad.net/7078793/logpart.txt

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


[Bug 91895] RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-13 Thread dm
Public bug reported:

Binary package hint: linux-image-generic

PC: Asus A6Tc notebook
lspci:
...
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 01)

kernel: linux-image-2.6.20-9-generic
$ uname -a
Linux phantom 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 
GNU/Linux
$ cat /proc/version
Linux version 2.6.20-9-generic ([EMAIL PROTECTED]) (gcc version 4.1.2 (Ubuntu 
4.1.2-0ubuntu3)) #2 SMP Mon Feb 26 03:01:44 UTC 2007

Trying to copy some files over the network from notebook causes system to hang 
completely. Just power-off/on button helps.
Hangs are at the random position (sometimes it happens when transfered over 
300M, sometimes before 50M).

Btw samba (fusesmb too!) is working extremely slow - 10-11Kbps. I think
these issues are linked together.

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

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


Re: [Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-03-14 Thread dm
Thanks, with /dev/hdg1 it work fine now!

On 3/14/07, todzuallen <[EMAIL PROTECTED]> wrote:
>
> sorry the harddrive issue was acctualy unrelated... before the HD was
> fine being referred to as /dev/sdb1 but with this kernel it has decided
> it wants to be /dev/hdg1. probally a reason but I don't know it. maybe
> it's related I don't know.
>
> anyway I guess I'll post my boot log with irqpoll enabled (boots
> successfully that way).
>
> ** Attachment added: "boot log with irqpoll"
>http://librarian.launchpad.net/6792908/dmesg
>
> --
> linux-image-2.6.20-2: unable to boot Feisty
> https://launchpad.net/bugs/76640
>

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


Re: [Bug 86798] Re: r8169 driver does not detect link

2007-04-17 Thread dm
I'll test today.

-- 
r8169 driver does not detect link
https://bugs.launchpad.net/bugs/86798
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 86798] Re: r8169 driver does not detect link

2007-04-17 Thread dm
Yep. And there is strange behaviour:

[EMAIL PROTECTED]:~# modprobe -r r8169
[EMAIL PROTECTED]:~# modprobe r8169
[EMAIL PROTECTED]:~# ping ya.ru
ping: unknown host ya.ru
[EMAIL PROTECTED]:~# ifup eth1
ifup: interface eth1 already configured
[EMAIL PROTECTED]:~# ping ya.ru
ping: unknown host ya.ru
[EMAIL PROTECTED]:~# ifdown eth1
Interface "eth1" is already disabled.
SIOCDELRT: No such process
[EMAIL PROTECTED]:~# ifup eth1
[EMAIL PROTECTED]:~# ping ya.ru
PING ya.ru (87.250.251.8) 56(84) bytes of data.
64 bytes from ya.ru (87.250.251.8): icmp_seq=1 ttl=56 time=117 ms

I showed that ifup script thinks that eth1 is up and configured. When I try
to ifdown eth1 right after reinserting module ifdown tells me that interface
is already down, but it really doesn't.

And this affects wireless as well. Everytime I get connected to my home
wi-fi I should reinsert module for eth1 (r8169) and ifup/down it to make
wireless work correctly.

-- 
r8169 driver does not detect link
https://bugs.launchpad.net/bugs/86798
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 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-03-21 Thread dm
Before kernel 2.6.20-12 primary sata hdd was recognized as /dev/hdg, and
with this kernel it is /dev/sda.

I think that issue/feature is fixed now.

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-21 Thread dm
I've noticed that if there is no other network activity big files than I
can copy big files (1.5GB) over the network from laptop. With Gaim and
Evolution (and listening internet-radio) system crashes.

Will try to operate without X and monitor conditions.

Btw, kernel is 2.6.20-12-generic now.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


[Bug 244724] [NEW] man sshguard has mistakes

2008-07-01 Thread dm
Public bug reported:

Binary package hint: sshguard

In the man pages there are mistakes about how to integrate it with
syslog-ng:


program("/usr/local/sbin/sshguard"
.
log { source(src); filter(authssh); destination(sshguardproc); };


Sould be

program("/usr/sbin/sshguard"
.
log { source(s_all); filter(authssh); destination(sshguardproc); };



And /usr/local/sbin is mentioned several times.
Same thing for /usr/share/doc/sshguard/README.gz

System: Ubuntu 8.04

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

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

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


[Bug 221239] Re: Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)

2008-06-24 Thread dm
For me - yes.

-- 
Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)
https://bugs.launchpad.net/bugs/221239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-05-17 Thread dm
With 2.6.22-3-generic from gutsy samba transfer is about 3,6MB/s for
download and 10Kb/s for upload.
May be the reason is same. And after a few MB of upload my system freezes
and the only way out is to use reset button.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://bugs.launchpad.net/bugs/91895
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 114171] Re: RTL8111 PCI Express Gigabit driver r8169 big files produce slow file transfer

2007-05-17 Thread dm
Same thing here, but during uploading data my PC is freezing. Only way
out is reset button.

-- 
RTL8111 PCI Express Gigabit driver r8169 big files produce slow file transfer
https://bugs.launchpad.net/bugs/114171
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 86798] Re: r8169 driver does not detect link

2007-05-10 Thread dm
Yep. It handles cable plug-in/out, but still provides hang-ups while
uploading data.

-- 
r8169 driver does not detect link
https://bugs.launchpad.net/bugs/86798
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 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-05-10 Thread dm
With 2.6.22 kernel from gutsy link is monitored correctly, but hang-ups
are still present.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://bugs.launchpad.net/bugs/91895
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 86798] Re: r8169 driver does not detect link

2007-05-04 Thread dm
Looks like 2.6.22 kernel (available in gutsy at the moment) handles it much
better. I started with cable unplugged, so with 2.6.20-15 if I plug cable I
should reinsert the module. Now module works fine. I see link messages in
syslog.
I didn't try to transfer large files from this network adapter. Old behavior
was complete GUI freeze. I'll check and report behavior.

-- 
r8169 driver does not detect link
https://bugs.launchpad.net/bugs/86798
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 77980] Re: A package failed to install (apt, dpkg)

2007-05-05 Thread dm
The simplest way is to ask password at the installation. But I don't know,
perhaps it will cause some security risk.
And even when it is already installed, during update of the package it gives
errors.

On 5/5/07, glenstewart <[EMAIL PROTECTED]> wrote:
>
> I can confirm this same bug.  And the reason "dm" identified is correct
> - my default mysql password for root HAS been changed as is recommended
> for any secure server.
>
> I like Matthew's suggested fix.
>
> --
> A package failed to install (apt, dpkg)
> https://bugs.launchpad.net/bugs/77980
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
A package failed to install (apt, dpkg)
https://bugs.launchpad.net/bugs/77980
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 221239] Re: Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)

2008-05-04 Thread dm
Hooray! I got the nvidia-glx-new running! The only thing I've done is to
make an 'apt-get clean' and install the restricted modules and the
nvidia-glx-new package. It seems that Hardy use the old restricted
modules for the 2.6.22.14 kernel from Gutsy with the 2.6.24.16 kernel. I
got the similar issue with the new 2.6.24.17 kernel. Here the adept-
manager forgot to install the right restricted modules for the new
kernel. I had to upgrade it by myself and the nvidia-glx-new runs fine.

-- 
Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)
https://bugs.launchpad.net/bugs/221239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-28 Thread dm
I get a similar problem with the interactive mode. I use the this
script:

import pylab as p
import numpy as n
p.ion()
p.figure(1)
a = n.array([1,2,3])
p.clf()
p.plot(a)
p.show()

So I get the plot window, but I can't enter something in the python shell.
Also If I close the plot window the python shell doesn't return.
I can only use ctrl-c to terminate the python process.
With Gutsy I never had this behavior. So I thing it is a bug.
I've upgraded from Gutsy to Hardy, perhaps it work right with a clean new 
installation?

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-28 Thread dm
Ok, ok, I have solved my problem. In Ubunut 7.10 the default GUI-backend for 
matplotlib was TKagg, in 8.04 it is GTKagg,
which needs a special python shell to work correctly in interactive mode.
So I switched back to TKagg and everything works in the right manner.

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-28 Thread dm
In /etc/ you have the 'matplotlibrc' file.
Open it with sudo in an editor of your choice.
In line 29 you can find the entry 'backend'.
Edit it to TKAgg.
That's it.

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221239] Re: Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)

2008-04-29 Thread dm
I have the same problem on two machines, one is running Ubuntu64 and the
other Kubuntu64. I can only use the nv driver. With the NVIDIA-driver I
get the same issue with VESA and so on. With startx I get the message as
mentioned bevor, the driver module doesn't match with the kernel modul.
I hope that there will be soon an package update.

-- 
Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)
https://bugs.launchpad.net/bugs/221239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217181] Re: [hardy] numlock light does not work as expected on kde3

2008-05-20 Thread dm
same problem here with my pc at work and at home as well as with my
notebook

-- 
[hardy] numlock light does not work as expected on kde3
https://bugs.launchpad.net/bugs/217181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 77980] Re: mtop failed to install (wrong/no password)

2008-08-17 Thread dm
Package mtop acts well even when no account specified - it asks username
and password interactively.

Hence I see two ways: 
1. Use debian-sys-maint account by default
2. Try to use root record with no password. If fails - leave it blank, mtop 
will ask username and password interactively during each launch.

Actually, I'm installing it with a little hack - adding "exit 0" in the
head of post-install script.

-- 
mtop failed to install (wrong/no password)
https://bugs.launchpad.net/bugs/77980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 244724] [NEW] man sshguard has mistakes

2008-07-01 Thread dm
Public bug reported:

Binary package hint: sshguard

In the man pages there are mistakes about how to integrate it with
syslog-ng:


program("/usr/local/sbin/sshguard"
.
log { source(src); filter(authssh); destination(sshguardproc); };


Sould be

program("/usr/sbin/sshguard"
.
log { source(s_all); filter(authssh); destination(sshguardproc); };



And /usr/local/sbin is mentioned several times.
Same thing for /usr/share/doc/sshguard/README.gz

System: Ubuntu 8.04

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

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

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


[Bug 77980] Re: mtop failed to install (wrong/no password)

2008-08-17 Thread dm
Package mtop acts well even when no account specified - it asks username
and password interactively.

Hence I see two ways: 
1. Use debian-sys-maint account by default
2. Try to use root record with no password. If fails - leave it blank, mtop 
will ask username and password interactively during each launch.

Actually, I'm installing it with a little hack - adding "exit 0" in the
head of post-install script.

-- 
mtop failed to install (wrong/no password)
https://bugs.launchpad.net/bugs/77980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221239] Re: Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)

2008-04-29 Thread dm
I have the same problem on two machines, one is running Ubuntu64 and the
other Kubuntu64. I can only use the nv driver. With the NVIDIA-driver I
get the same issue with VESA and so on. With startx I get the message as
mentioned bevor, the driver module doesn't match with the kernel modul.
I hope that there will be soon an package update.

-- 
Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)
https://bugs.launchpad.net/bugs/221239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221239] Re: Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)

2008-05-04 Thread dm
Hooray! I got the nvidia-glx-new running! The only thing I've done is to
make an 'apt-get clean' and install the restricted modules and the
nvidia-glx-new package. It seems that Hardy use the old restricted
modules for the 2.6.22.14 kernel from Gutsy with the 2.6.24.16 kernel. I
got the similar issue with the new 2.6.24.17 kernel. Here the adept-
manager forgot to install the right restricted modules for the new
kernel. I had to upgrade it by myself and the nvidia-glx-new runs fine.

-- 
Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)
https://bugs.launchpad.net/bugs/221239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 174373] Re: [hardy] squares instead of text after fontconfig upgrade until applications are restarted

2007-12-10 Thread dm
I am someone else =)
Well, the fonts in skype are ugly (no antialiasing), in Firefox monospace 
turned to 6px. Workaround - turn back to *fontconfig* from gutsy.

-- 
[hardy] squares instead of text after fontconfig upgrade until applications are 
restarted
https://bugs.launchpad.net/bugs/174373
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 178151] setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most of the cpu time to this uid

2007-12-22 Thread dm
Public bug reported:

steps to reproduce on kubuntu hardy alpha 2:
1)create new user.
2)set /sys/kernel/uids//cpu_share to "1"
3)run (as this new user) process which is infinitive loop, for example this 
ruby script:
x=1
while (true)
  x=x+1
end
4)try to run something as the root user (while this script runs).
instead of getting maximum ~0.00% of cpu time (1/(1+1024)), this script is 
given much more cpu time.
this doesn't occur if /sys/kernel/uids//cpu_share if set to "16" for 
example.

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

-- 
setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most 
of the cpu time to this uid
https://bugs.launchpad.net/bugs/178151
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 178151] Re: setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most of the cpu time to this uid

2007-12-25 Thread dm
maybe the bug is caused by the line
se->load.inv_weight = div64_64((1ULL<<32), shares);
in set_se_shares in sched.c?
if shares is 1, div64_64 returns 1<<32, but inv_weight is long(32 bit),
and only the 33th bit is 1, so inv_weight is 0...

-- 
setting /sys/kernel/uids//cpu_share to 1 causes the scheduler to give most 
of the cpu time to this uid
https://bugs.launchpad.net/bugs/178151
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 128567] Re: [gutsy] Eclipse is pretty stable since today

2007-08-02 Thread dm
Same think using Ubuntu package for me. The same 3.2.2

** Attachment added: "error log"
   http://launchpadlibrarian.net/8670880/hs_err_pid21299.log

-- 
[gutsy] Eclipse is pretty stable since today
https://bugs.launchpad.net/bugs/128567
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 128567] Re: [gutsy] Eclipse is pretty stable since today

2007-08-02 Thread dm
think = thing
Sorry for typo

-- 
[gutsy] Eclipse is pretty stable since today
https://bugs.launchpad.net/bugs/128567
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 129998] Re: [gusty kubuntu] eclipse is crashing

2007-08-02 Thread dm
I'm using gnome - exactly same error.

As workaround I rolled back to libgtk-x11-2.0-1105 (bug was with 1106).

-- 
[gusty kubuntu] eclipse is crashing
https://bugs.launchpad.net/bugs/129998
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 129998] Re: [gusty kubuntu] eclipse is crashing

2007-08-02 Thread dm
Here is working lib. You need to put it in /usr/lib and also edit
symlinks libgtk-x11-2.0.so and libgtk-x11-2.0.so.0 to point on
libgtk-x11-2.0.so.0.1105.0 instead of libgtk-x11-2.0.so.0.1106.0.

** Attachment added: "working lib"
   http://launchpadlibrarian.net/8672463/libgtk-x11-2.0.so.0.1105.0

-- 
[gusty kubuntu] eclipse is crashing
https://bugs.launchpad.net/bugs/129998
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 129998] Re: [gusty kubuntu] eclipse is crashing

2007-08-16 Thread dm
Dear maintainers! Please provide some advice!

This bug is similar with:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/128232

BUT!!!
After latest updates decorators are failed to work with 
libgtk-x11-2.0.so.0.1105.0 (micro mismatch with ubuntulooks lib). Well, all 
elements are looking as native gtk2 - like ugly boxes.

Please, do smth! I can either work with eclipse, or use good GUI. I
think, everybody wants both together at the same time.

All pckgs are from archive.ubuntu.com.

-- 
[gusty kubuntu] eclipse is crashing
https://bugs.launchpad.net/bugs/129998
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 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-07-04 Thread dm
Can't compile under 2.6.22:

[EMAIL PROTECTED]:~/tmp/r8168-8.001.00# make modules
make -C src/ modules
make[1]: Entering directory `/home/dm/tmp/r8168-8.001.00/src'
make -C /lib/modules/2.6.22-7-generic/build 
SUBDIRS=/home/dm/tmp/r8168-8.001.00/src modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.22-7-generic'
  CC [M]  /home/dm/tmp/r8168-8.001.00/src/r8168_n.o
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c: In function ‘rtl8168_tso_csum’:
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c:2424: error: ‘struct sk_buff’ has no 
member named ‘nh’
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c: In function ‘rtl8168_init_module’:
/home/dm/tmp/r8168-8.001.00/src/r8168_n.c:3123: warning: implicit declaration 
of function ‘pci_module_init’
make[3]: *** [/home/dm/tmp/r8168-8.001.00/src/r8168_n.o] Error 1
make[2]: *** [_module_/home/dm/tmp/r8168-8.001.00/src] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.22-7-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/dm/tmp/r8168-8.001.00/src'
make: *** [modules] Error 2

Will try to hack it.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://bugs.launchpad.net/bugs/91895
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 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-07-07 Thread dm
I compiled this driver. At last.
But there is no luck - after 3-5 seconds after starting transmission of file 
(790MB) interface holds. It logs link  status if I'm trying to plug out/in 
network cable. But can't transmit/receive anything until ifdown/ifup eth1 (form 
me this is Ethernet card).

There was added two fixes:
# diff ./r8168_n.c ./r8168_n1.c 
2424c2424
<   const struct iphdr *ip = skb->nh.iph;
---
>   const struct iphdr *ip = ip_hdr(skb);
3123c3123
<   return pci_module_init(&rtl8168_pci_driver);
---
>   return pci_register_driver(&rtl8168_pci_driver);

only after that it compiles well and modinsert-s as it used to.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://bugs.launchpad.net/bugs/91895
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 86798] Re: r8169 driver does not detect link

2007-07-26 Thread dm
Same on Asus A6Tc - no effect.


> Nope, removing ieee1394 has no effect on my laptop.
>

-- 
r8169 driver does not detect link
https://bugs.launchpad.net/bugs/86798
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 81621] Re: problems when "cd" to Directories with german umlauts and "_"

2007-02-17 Thread dm
Same thing here. Is threr any workarounds?

-- 
problems when "cd" to Directories with german umlauts and "_" 
https://launchpad.net/bugs/81621

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


[Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-29 Thread dm
Ok, with GDM turned off I see that notebook not halts completely - just network 
interface is going down. ifdown/ifup helps to restore connection, but anyway 
transfer is broken.
No records to syslog while going down. Bringing it up produces heap of messages 
from NetworkManager.

Kernel: 2.6.20-13-generic

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


[Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-30 Thread dm
Well, as interface is going down I wait a few seconds, make copy of
logged messages, and than re-insert r8169 module.

Last system update was about a half hour ago.
This bug is mentioned only while transferring data out.

** Attachment added: "part of the logs"
   http://librarian.launchpad.net/7078793/logpart.txt

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


[Bug 86798] Re: r8169 driver does not detect link

2007-03-09 Thread dm
Same thing here. Asus A6Tc laptop on both i386 and x86_64 versions.

-- 
r8169 driver does not detect link
https://launchpad.net/bugs/86798

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


[Bug 91895] RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-13 Thread dm
Public bug reported:

Binary package hint: linux-image-generic

PC: Asus A6Tc notebook
lspci:
...
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 01)

kernel: linux-image-2.6.20-9-generic
$ uname -a
Linux phantom 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 
GNU/Linux
$ cat /proc/version
Linux version 2.6.20-9-generic ([EMAIL PROTECTED]) (gcc version 4.1.2 (Ubuntu 
4.1.2-0ubuntu3)) #2 SMP Mon Feb 26 03:01:44 UTC 2007

Trying to copy some files over the network from notebook causes system to hang 
completely. Just power-off/on button helps.
Hangs are at the random position (sometimes it happens when transfered over 
300M, sometimes before 50M).

Btw samba (fusesmb too!) is working extremely slow - 10-11Kbps. I think
these issues are linked together.

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

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


Re: [Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-03-14 Thread dm
Thanks, with /dev/hdg1 it work fine now!

On 3/14/07, todzuallen <[EMAIL PROTECTED]> wrote:
>
> sorry the harddrive issue was acctualy unrelated... before the HD was
> fine being referred to as /dev/sdb1 but with this kernel it has decided
> it wants to be /dev/hdg1. probally a reason but I don't know it. maybe
> it's related I don't know.
>
> anyway I guess I'll post my boot log with irqpoll enabled (boots
> successfully that way).
>
> ** Attachment added: "boot log with irqpoll"
>http://librarian.launchpad.net/6792908/dmesg
>
> --
> linux-image-2.6.20-2: unable to boot Feisty
> https://launchpad.net/bugs/76640
>

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-02-20 Thread dm
same with 2.6.20-8

** Attachment added: "on the screen"
   http://librarian.launchpad.net/6482130/screenshot.jpg

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-02-20 Thread dm
Well, the boot params are root=/dev/sda5 ro locale=ru_RU, quiet and splash was 
removed to see what's going on.
The system boots and stops after hdd (on the screen). After a minute it gives 
busybox with a shell.

I make it work setting sata as ide0-master and disabling all IDE's in
BIOS. It's not an satisfactory solution, but it works yet.

PS: sorry for my bad English

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 76489] Re: network device, module r8169, fails after some minutes

2007-02-20 Thread dm
#uname -a
Linux phantom 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 
GNU/Linux

Trying to copy about 500MB from host over http causes system crash -
host stops responding at all, only reset helps.

Don't know, maybe it is caused by this bug, but samba is extremely slow
- 10Kbps is the best speed.

-- 
network device, module r8169, fails after some minutes
https://launchpad.net/bugs/76489

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


[Bug 83297] "Name insertion" in kformula does not work

2007-02-04 Thread dm
Public bug reported:

Binary package hint: koffice

in kformula, you can type "\" (backslash) and then a symbol name, for
example "alpha" and then SPACE (" "), and the symbol was added to the formula.
this worked in 1.3.5, but does not work in 1.6.1
the documentation of this:
http://docs.kde.org/development/en/koffice/kformula/advanced.html#insertion
(this bug appears also in fedora and debian)

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

** Description changed:

  Binary package hint: koffice
  
  in kformula, you can type "\" (backslash) and then a symbol name, for
  example "alpha" and then SPACE (" "), and the symbol was added to the formula.
  this worked in 1.3.5, but does not work in 1.6.1
  the documentation of this:
  http://docs.kde.org/development/en/koffice/kformula/advanced.html#insertion
+ (this bug appears also in fedora and debian)

-- 
"Name insertion" in kformula does not work
https://launchpad.net/bugs/83297

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


[Bug 217181] Re: [hardy] numlock light does not work as expected on kde3

2008-05-20 Thread dm
same problem here with my pc at work and at home as well as with my
notebook

-- 
[hardy] numlock light does not work as expected on kde3
https://bugs.launchpad.net/bugs/217181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-28 Thread dm
I get a similar problem with the interactive mode. I use the this
script:

import pylab as p
import numpy as n
p.ion()
p.figure(1)
a = n.array([1,2,3])
p.clf()
p.plot(a)
p.show()

So I get the plot window, but I can't enter something in the python shell.
Also If I close the plot window the python shell doesn't return.
I can only use ctrl-c to terminate the python process.
With Gutsy I never had this behavior. So I thing it is a bug.
I've upgraded from Gutsy to Hardy, perhaps it work right with a clean new 
installation?

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-28 Thread dm
Ok, ok, I have solved my problem. In Ubunut 7.10 the default GUI-backend for 
matplotlib was TKagg, in 8.04 it is GTKagg,
which needs a special python shell to work correctly in interactive mode.
So I switched back to TKagg and everything works in the right manner.

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-28 Thread dm
In /etc/ you have the 'matplotlibrc' file.
Open it with sudo in an editor of your choice.
In line 29 you can find the entry 'backend'.
Edit it to TKAgg.
That's it.

-- 
python: matplotlib window does not show graph in interactive mode
https://bugs.launchpad.net/bugs/220137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 221239] Re: Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)

2008-06-24 Thread dm
For me - yes.

-- 
Regression: nvidia-glx-new incompatible with Linux 2.6.24-16 (works with -15)
https://bugs.launchpad.net/bugs/221239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 76640] Re: linux-image-2.6.20-2: unable to boot Feisty

2007-03-21 Thread dm
Before kernel 2.6.20-12 primary sata hdd was recognized as /dev/hdg, and
with this kernel it is /dev/sda.

I think that issue/feature is fixed now.

-- 
linux-image-2.6.20-2: unable to boot Feisty
https://launchpad.net/bugs/76640

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


[Bug 91895] Re: RTL8111/8168B hangs whole PC (r8169) in feisty

2007-03-21 Thread dm
I've noticed that if there is no other network activity big files than I
can copy big files (1.5GB) over the network from laptop. With Gaim and
Evolution (and listening internet-radio) system crashes.

Will try to operate without X and monitor conditions.

Btw, kernel is 2.6.20-12-generic now.

-- 
RTL8111/8168B hangs whole PC (r8169) in feisty
https://launchpad.net/bugs/91895

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


[Bug 370288] [NEW] skge module stops transmitting

2009-05-01 Thread DM
Public bug reported:

i have DLink 530T (1Gb ethenet card). skge is driver for it. but since update 
to ubuntu 9.04 (full reinstall). some times it stops transmitting packets (and 
not back to work). ifconfig eth1 shows that rx is changing but tx is not. pings 
are not going... the card on the internet port, so i lost the internet 
periodically.
the `save` commands that help me to return it to work is
#modprobe -r skge && modprobe skge && service networking restart
but after a few times i run it skge breaks work as described above in a few 
seconds after `save` command. and only computer restart helps.

it looks like this from changelog for 2.6.29.2 (skge disables the TX
queue):

commit 9fc79ab9a371b45166d80ef18411ea47cf8e3195
Author: Michal Schmidt 
Date:   Tue Apr 14 15:16:55 2009 -0700

skge: fix occasional BUG during MTU change

upstream commit: d119b3927994e3d620d6adb0dd1ea6bf24427875

The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up()
was sometimes observed when setting MTU.

skge_down() disables the TX queue, but then reenables it by mistake via
skge_tx_clean().
Fix it by moving the waking of the queue from skge_tx_clean() to the
other caller. And to make sure start_xmit is not in progress on another
CPU, skge_down() should call netif_tx_disable().

The bug was reported to me by Jiri Jilek whose Debian system sometimes
failed to boot. He tested the patch and the bug did not happen anymore.

Signed-off-by: Michal Schmidt 
Acked-by: Stephen Hemminger 
Signed-off-by: David S. Miller 
Signed-off-by: Chris Wright 

please include it in your main kernel branch ASAP (network breaks)
my email: den...@inbox.ru

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

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

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


[Bug 370287] [NEW] skge module stops transmitting

2009-05-01 Thread DM
Private bug reported:

i have DLink 530T (1Gb ethenet card). skge is driver for it. but since update 
to ubuntu 9.04 (full reinstall). some times it stops transmitting packets (and 
not back to work). ifconfig eth1 shows that rx is changing but tx is not. pings 
are not going... the card on the internet port, so i lost internet periodically.
the `save` commands that help me to return it to work is
#modprobe -r skge && modprobe skge && service networking restart
but after a few times i run it skge breaks work as described above in a few 
seconds after `save` command. and only computer restart helps.

it looks like this from changelog for 2.6.29.2 (skge disables the TX
queue):

commit 9fc79ab9a371b45166d80ef18411ea47cf8e3195
Author: Michal Schmidt 
Date:   Tue Apr 14 15:16:55 2009 -0700

skge: fix occasional BUG during MTU change

upstream commit: d119b3927994e3d620d6adb0dd1ea6bf24427875

The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up()
was sometimes observed when setting MTU.

skge_down() disables the TX queue, but then reenables it by mistake via
skge_tx_clean().
Fix it by moving the waking of the queue from skge_tx_clean() to the
other caller. And to make sure start_xmit is not in progress on another
CPU, skge_down() should call netif_tx_disable().

The bug was reported to me by Jiri Jilek whose Debian system sometimes
failed to boot. He tested the patch and the bug did not happen anymore.

Signed-off-by: Michal Schmidt 
Acked-by: Stephen Hemminger 
Signed-off-by: David S. Miller 
Signed-off-by: Chris Wright 

please include it in your main kernel branch ASAP (network breaks)
my email: den...@inbox.ru

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

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

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


[Bug 370287] Re: skge module stops transmitting

2009-05-01 Thread DM
** Visibility changed to: Private

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370287
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 370288] Re: skge module stops transmitting

2009-05-01 Thread DM
** Visibility changed to: Private

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370288
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


Re: [Bug 370287] Re: skge module stops transmitting

2009-05-02 Thread DM
Please remove my email in the bottom of description of the bug. I did
not found how to modify the desctiption after bug was sent. This is why
I made it private :)

-Original Message-
From: Leann Ogasawara 
To: den...@inbox.ru
Date: Fri, 01 May 2009 23:18:51 -
Subject: [Bug 370287] Re: skge module stops transmitting

> Hi DM,
> 
> I've marked this bug as public rather than private.  Additionally, I'll
> try to notify the kernel team of this upstream fix, thanks for including
> it in the report.  Additionally, the upcoming Karmic 9.10 kernel will
> automatically have this patch as it's already.
> 
> ** Visibility changed to: Public
> 
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
> 
> ** Changed in: linux (Ubuntu)
>Status: New => Triaged
> 
> ** Also affects: linux (Ubuntu Jaunty)
>Importance: Undecided
>Status: New
> 
> ** Changed in: linux (Ubuntu Jaunty)
>Importance: Undecided => Medium
> 
> ** Changed in: linux (Ubuntu Jaunty)
>Status: New => Triaged
> 
> -- 
> skge module stops transmitting
> https://bugs.launchpad.net/bugs/370287
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in "linux" source package in Ubuntu: Triaged
> Status in linux in Ubuntu Jaunty: Triaged
> 
> Bug description:
> i have DLink 530T (1Gb ethenet card). skge is driver for it. but since update 
> to ubuntu 9.04 (full reinstall). some times it stops transmitting packets 
> (and not back to work). ifconfig eth1 shows that rx is changing but tx is 
> not. pings are not going... the card on the internet port, so i lost internet 
> periodically.
> the `save` commands that help me to return it to work is
> #modprobe -r skge && modprobe skge && service networking restart
> but after a few times i run it skge breaks work as described above in a few 
> seconds after `save` command. and only computer restart helps.
> 
> it looks like this from changelog for 2.6.29.2 (skge disables the TX queue):
> 
> commit 9fc79ab9a371b45166d80ef18411ea47cf8e3195
> Author: Michal Schmidt 
> Date:   Tue Apr 14 15:16:55 2009 -0700
> 
> skge: fix occasional BUG during MTU change
> 
> upstream commit: d119b3927994e3d620d6adb0dd1ea6bf24427875
> 
> The BUG_ON(skge->tx_ring.to_use != skge->tx_ring.to_clean) in skge_up()
> was sometimes observed when setting MTU.
> 
> skge_down() disables the TX queue, but then reenables it by mistake via
> skge_tx_clean().
> Fix it by moving the waking of the queue from skge_tx_clean() to the
> other caller. And to make sure start_xmit is not in progress on another
> CPU, skge_down() should call netif_tx_disable().
> 
> The bug was reported to me by Jiri Jilek whose Debian system sometimes
> failed to boot. He tested the patch and the bug did not happen anymore.
> 
> Signed-off-by: Michal Schmidt 
> Acked-by: Stephen Hemminger 
> Signed-off-by: David S. Miller 
> Signed-off-by: Chris Wright 
> 
> please include it in your main kernel branch ASAP (network breaks)
> my email: den...@inbox.ru
>

-- 
skge module stops transmitting
https://bugs.launchpad.net/bugs/370287
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 376062] Re: KWin reports wrong version number

2009-05-20 Thread dm
I have the behavior on two systems. As far as I know the bug with shift-
backtab should be resolved in kwin 4.2.3 but it isn't. I'm a little bit
confused about that. What version is installed?

Jan

-- 
KWin reports wrong version number
https://bugs.launchpad.net/bugs/376062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376062] Re: KWin reports wrong version number

2009-05-20 Thread dm
I don't know a 'bug number' or something else but I get the following
message after a 'kwin -v':

Qt: 4.5.1
KDE: 4.2.3 (KDE 4.2.3)
KWin: 4.2.2 (KDE 4.2.2)

I think KWin should give me a 4.2.3 too!
DM

-- 
KWin reports wrong version number
https://bugs.launchpad.net/bugs/376062
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 362978] Re: Kubuntu missing keyboard module in settings

2009-04-22 Thread dm
Hello,

I have the same problem, no keyboard module available in jaunty rc1. I
hope this will be fixed soon.

dm

-- 
Kubuntu missing keyboard module in settings
https://bugs.launchpad.net/bugs/362978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365401] [NEW] no meta+back tab in global shortcuts kwin

2009-04-22 Thread dm
Public bug reported:

Hello,
if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.

dm

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  Hello,
- if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying.
+ if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.
  
  dm

-- 
no meta+back tab in global shortcuts kwin
https://bugs.launchpad.net/bugs/365401
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365401] Re: no meta+back tab in global shortcuts kwin

2009-04-24 Thread dm
** Description changed:

  Hello,
- if I make a short for desktop switching back with meta + back tab it has the 
same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.
+ if I make a shortcut for desktop switching back with meta + back tab it has 
the same behavior like pressing back tab only. No desktop switching occurs. The 
meta + tab works correctly. Ctrl + back tab has the same behavior like with 
meta key. I'm working with six desktops so this bug is very annoying. My Ubuntu 
is 9.04RC1 with KDE4.2.2.
  
  dm

-- 
no meta+back tab in global shortcuts kwin
https://bugs.launchpad.net/bugs/365401
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 136716] Re: nvidia-glx-new 100.14.11-prevents compiz from working

2007-09-08 Thread dm
Got random hangups using nvidia-glx 100.14.11+2.6.22.3-11.3 with 
linux-image-2.6.22-11-generic 2.6.22-11.32.
It is happening with and without compiz running, hangups was started just after 
jumping from 0.9x to 100.x version of video driver and corresponding kernel 
update.

Rolled back to linux-image-2.6.20-15-generic 2.6.20-15.27 / nvidia-glx-
new 1.0.9755+2.6.20.5-15.20

I think it may be cause shared irq widely used in notebooks.

Btw, I have Asus A6Tc (with NVidia 7300 Go).

-- 
nvidia-glx-new 100.14.11-prevents compiz from working
https://bugs.launchpad.net/bugs/136716
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   3   4   >